*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
2
3 * sql.el (sql-mode): Doc change.
4
5 * sql.el (sql-mode-syntax-table): The backslash is no longer an
6 escape character.
7
8 2001-11-12 Colin Walters <walters@debian.org>
9
10 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
11 (calc-do-keypad): Don't attempt to use nonexistent global
12 mouse-map, use calc-keypad-map.
13 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
14 (calc-keypad-left-click): Don't use mouse-map; update to new event
15 interface.
16 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
17 (calc-keypad-press): Use `unread-command-events' instead of
18 `unread-command-char'.
19
20 * calc/calc-ext.el (calc-init-extensions): Update autoload names
21 to match files renamed on initial calc import.
22
23 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
24
25 * textmodes/flyspell.el (flyspell-default-dictionary): Fix
26 previous change.
27
28 2001-11-12 Richard M. Stallman <rms@gnu.org>
29
30 * textmodes/flyspell.el (flyspell-default-dictionary):
31 Fix custom type.
32
33 2001-11-11 Richard M. Stallman <rms@gnu.org>
34
35 * calendar/solar.el (solar-sunrise-and-sunset):
36 Exchange the two extreme values of day-length.
37
38 * progmodes/sh-script.el (sh-must-be-shell-mode):
39 Allow modes derived from sh-mode.
40
41 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
42 Turn off error in some re-search-forward calls.
43
44 * replace.el (query-replace-skip-read-only): New variable.
45 (perform-replace): If that variable is non-nil, ignore matches
46 that have a read-only property.
47
48 * derived.el (define-derived-mode): Doc fix.
49
50 * server.el (server-buffer-done): Test of server-existing-buffer
51 was backwards.
52 (server-existing-buffer): Doc fix.
53
54 * textmodes/flyspell.el (flyspell-default-dictionary):
55 Allow nil as value, and make nil the default.
56
57 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
58
59 * subdirs.el: Regenerated.
60
61 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
62 it is not fboundp.
63 (clipboard-yank): Ditto.
64
65 2001-11-11 Colin Walters <walters@verbum.org>
66
67 The following changes are based on patches from
68 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
69 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
70
71 * calc/calc.el (toplevel): Require calc-macs.
72 (calc-minibuffer-size): New.
73 (calcDigit-nondigit): Use it instead of `buffer-size'.
74 (calcDigit-backspace): Likewise.
75 (calcDigit-nondigit): Use `minibuffer-contents' instead of
76 `buffer-string'.
77 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
78 `point-min'.
79 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
80 `save-excursion'.
81
82 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
83 simple `setq' form.
84
85 * calc/calc-ext.el: (toplevel): Require calc.
86 (calc-fancy-prefix-map): New.
87 (calc-fancy-prefix): Use it.
88 (calc-fancy-prefix-other-key): New.
89
90 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
91 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
92 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
93 (calcAlg-enter): Likewise.
94 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
95
96 2001-11-10 Richard M. Stallman <rms@gnu.org>
97
98 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
99 (quietly-read-abbrev-file): Doc fix.
100
101 * startup.el (command-line): Read standard abbrev
102 file (abbrev-file-name), if it exists.
103
104 * files.el (save-abbrevs): Default value is t.
105
106 * progmodes/compile.el (compile-goto-error): Fix previous change
107 in the case where subsequent errors have not been parsed yet
108 because they are in a different source file.
109
110 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
111
112 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1): Merge
113 two regular expressions into one.
114 (ps-mode): Make local bindings for `comment-start' and
115 `comment-start-skip'.
116 (ps-mode-looking-at-nested): Simplify an if-else construct;
117 use `set-match-data' to set the result.
118
119 2001-11-10 Richard M. Stallman <rms@gnu.org>
120
121 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
122 Function deleted.
123 (flyspell-correct-word): Old definition deleted.
124 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
125 All references renamed too.
126
127 2001-11-10 Gerd Moellmann <gerd@gnu.org>
128
129 * Makefile.in (finder_setwins, setwins): Exclude Calc.
130
131 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
132
133 * wid-edit.el (checklist): Removed `:menu-tag'.
134 (radio-button-choice): Ditto.
135 (editable-list): Ditto.
136
137 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
138
139 * play/gomoku.el: Move definitions of constants to the beginning
140 of file, before their use.
141
142 2001-11-09 Richard M. Stallman <rms@gnu.org>
143
144 * textmodes/flyspell.el: Use the keymap property
145 instead of local-map, and don't use a minor-mode map.
146 (flyspell-mode-map): Variable deleted.
147 Don't mess with minor-mode-map-alist.
148 (calling add-minor-mode): Specify nil for keymap.
149 And always use add-minor-mode, now that it exists.
150 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
151 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
152 or flyspell-local-mouse-map.
153 (make-flyspell-overlay): Use flyspell-mouse-map directly.
154 (flyspell-mode): Doc fix.
155 (flyspell-mode-on): Don't call make-local-hook.
156
157 2001-11-09 Sam Steingold <sds@gnu.org>
158
159 * emacs-lisp/debug.el (debugger-make-xrefs):
160 Add buttons to all symbols.
161
162 2001-11-09 Andre Spiegel <spiegel@gnu.org>
163
164 * vc.el: Add John David Smith to credits.
165
166 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
167
168 * vc-hooks.el (vc-error-occured): Backquotified.
169 (vc-file-prop-obarray): Use prime length for better efficiency.
170
171 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
172
173 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
174
175 * info.el (Info-file-list-for-emacs): Add entries for Calc.
176
177 2001-11-09 Miles Bader <miles@gnu.org>
178
179 * subr.el (functionp): Don't consider macros as functions.
180
181 2001-11-08 Miles Bader <miles@gnu.org>
182
183 * subr.el (functionp): Make work correctly for macros and unbound
184 symbols.
185
186 * comint.el (comint-send-input): Fix description of
187 `comint-process-echoes' in the doc-string.
188
189 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
190
191 * international/mule.el (make-translation-table): Doc fix.
192 Suggested by Alex Schroeder <alex@gnu.org>.
193
194 2001-11-07 Richard M. Stallman <rms@gnu.org>
195
196 * info.el (Info-fontify-node): Highlight every third menu item.
197
198 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
199
200 * cus-edit.el (custom-face-value-create): Don't ignore the
201 `customized-face' attribute when finding the current face spec.
202
203 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
204
205 * subr.el (with-local-quit): New macro.
206 (make-syntax-table): Always inherit.
207 (functionp): Be more careful when `object' is a symbol.
208
209 * dabbrev.el (dabbrev-completion): Use "*Completions*".
210
211 2001-11-07 Paul Eggert <eggert@twinsun.com>
212
213 * dired.el (dired-move-to-filename-regexp):
214 Do not distinguish between ASCII letters and non-ASCII characters.
215 Don't allow comma except in the form "month day, year".
216 Don't allow space between month name and comma.
217 Clean up the code that checks for trailing period, comma, and space.
218 Remove now-obsolete comments, and add more commentary about
219 Japanese dates.
220 Always gobble up trailing spaces, instead of doing it only sometimes.
221
222 2001-11-07 Miles Bader <miles@gnu.org>
223
224 * paren.el (show-paren-match-face): Add dark-background variant.
225
226 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
227
228 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
229 (lisp-mode-variables): Don't set paragraph-{start,separate}.
230 Don't disable adaptive-fill-mode.
231 (lisp-fill-paragraph): Use tab-width rather than 8.
232 Prevent filling the first line of docstrings.
233
234 2001-11-06 Richard M. Stallman <rms@gnu.org>
235
236 * play/gomoku.el (gomoku): Doc fix.
237
238 * jka-compr.el (jka-compr-partial-uncompress):
239 Support an alternative of not using dd.
240 (jka-compr-dd-program): Use defcustom to define this.
241 (jka-compr-load-suffixes): Use defcustom.
242 (jka-compr-mode-alist-additions): Use defcustom.
243
244 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
245
246 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
247 Also work when LIMIT is further than the end of line.
248
249 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
250
251 * international/quail.el (quail-update-leim-list-file): Print the
252 offending file name if some of its quail-define-package forms is broken.
253
254 2001-11-05 Richard M. Stallman <rms@gnu.org>
255
256 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
257 of the evaluated form.
258
259 2001-11-05 Paul Eggert <eggert@twinsun.com>
260
261 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
262 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
263 stamps always line up by default. Also, it uses a slightly
264 different window to determine whether files are "recent".
265
266 2001-11-05 Andrew Innes <andrewi@gnu.org>
267
268 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
269 Don't attempt to remake autoloads before nuking .elc files.
270
271 2001-11-04 Richard M. Stallman <rms@gnu.org>
272
273 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
274 previous-single-property-change or next-single-char-property-change
275 returns nil.
276
277 * international/mule-cmds.el (set-locale-environment):
278 Make it interactive; make arg optional.
279
280 * international/mule-diag.el (help-funs): Require help-funs.
281
282 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
283
284 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
285
286 2001-11-04 Miles Bader <miles@gnu.org>
287
288 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
289 shadow of the splash image grey on a dark background instead of black.
290
291 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
292
293 * term.el (all faces): Don't (copy-face 'default <foo>).
294
295 * term/xterm.el (function-key-map):
296 Add entry for `ESC [ 3 ~' -> <delete>
297 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
298 Use inheritance so that .emacs and terminfo take precedence.
299
300 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
301
302 * tooltip.el (tooltip-delay): Decrease to 0.7.
303 (tooltip-hide-delay): Enlarge to 10.
304
305 2001-11-03 Richard M. Stallman <rms@gnu.org>
306
307 * startup.el (fancy-splash-tail): Explain how to recover
308 from a crash, if there was a crash.
309 (command-line-1): Reorganize display of startup screen,
310 to simplify the logic. Use a temp buffer for it.
311
312 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
313
314 * frame.el (set-background-color, set-foreground-color):
315 Call face-set-after-frame-default, to propagate the new colors to
316 the frame's parameters alist.
317
318 * calendar/timeclock.el (timeclock-out): Signal an error if
319 timeclock-last-event is nil.
320
321 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
322
323 * textmodes/fill.el (fill-context-prefix): Fix braino.
324
325 * international/quail.el (quail-help):
326 Use `help-buffer' and move `help-setup-xref' to beginning.
327
328 * international/mule-cmds.el (describe-language-environment):
329 Use `help-buffer' and move `help-setup-xref' to beginning.
330
331 * international/mule-diag.el (list-character-sets)
332 (sort-listed-character-sets, describe-character-set)
333 (describe-coding-system, describe-fontset, list-fontsets):
334 Use `help-buffer' and move `help-setup-xref' to beginning.
335 (describe-char-after): Use `internal-describe-syntax-value'.
336
337 2001-11-02 Richard M. Stallman <rms@gnu.org>
338
339 * mouse.el (popup-menu): If the user refuses to select
340 from a menu, don't try to invoke the menu.
341
342 2001-11-02 Miles Bader <miles@gnu.org>
343
344 * help-mode.el (help-xref): New button type.
345 (help-function, help-variable, help-face, help-coding-system)
346 (help-input-method, help-character-set, help-type, help-symbol)
347 (help-back, help-info, help-customize-variable, help-customize-face)
348 (help-function-def, help-variable-def): Use it as a supertype.
349 Remove `action' property.
350
351 * international/mule-diag.el (describe-character-set)
352 (describe-coding-system): Pass correct args to `help-xref-button'.
353 (sort-listed-character-sets): New button type.
354 (list-character-sets): Use it.
355 (list-charset-chars): New button type.
356 (list-character-sets-1): Use it.
357
358 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
359
360 * indent.el (tab-always-indent, indent-for-tab-command):
361 Remove redundant `never' setting.
362
363 * fill.el (fill-region-as-paragraph): Don't forget to skip
364 over current whitespace before looking for a preceding space.
365
366 2001-11-01 Richard M. Stallman <rms@gnu.org>
367
368 * files.el (file-newest-backup): Don't pass backup file name
369 thru file-name-sans-versions, because it never has version numbers.
370
371 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
372 to avoid ambiguous nested loops.
373
374 * files.el (find-file-noselect): Offer to change buffer-read-only
375 only when the file's read-only status has changed from before
376 as well as disagreeing with the buffer's current status.
377 (buffer-file-read-only): New var, local in all buffers.
378
379 * buff-menu.el (buffer-menu): Doc fix.
380 (buffer-menu-other-window): Doc fix.
381 (list-buffers, list-buffers-noselect): Doc fix.
382
383 2001-11-01 Gerd Moellmann <gerd@gnu.org>
384
385 * startup.el (command-line): If the terminal Emacs is running on
386 has erase char set to ^H, use the Backspace key for deleting
387 backward, and the Delete key for deleting forward.
388
389 2001-11-01 Miles Bader <miles@gnu.org>
390
391 * button.el (define-button-type): Make sure every user-defined
392 button type has a supertype.
393
394 2001-10-31 Jason Rumney <jasonr@gnu.org>
395
396 * international/mule-cmds.el (locale-language-names): Add chs and
397 cht as aliases for Chinese-GB and Chinese-BIG5.
398
399 2001-10-31 Richard M. Stallman <rms@gnu.org>
400
401 * bindings.el (mode-line-frame-identification): Add doc string.
402 (mode-line-position, mode-line-modes): New variables.
403 (mode-line-format): Use mode-line-position for the part
404 that displays the position-in-buffer info.
405 Use mode-line-modes for the part that displays major and minor modes.
406
407 2001-10-31 Sam Steingold <sds@gnu.org>
408
409 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
410 (debugger-setup-buffer): Call it.
411 (debugger-mode-map): Bind RET and mouse-2.
412
413 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
414
415 * startup.el: Document command line option --no-window-system
416 instead of --no-windows.
417
418 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
419
420 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
421
422 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
423 (font-lock-defaults-alist): Use it.
424 From David Ponce <david.ponce@wanadoo.fr>
425
426 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
427 output of `char-after'.
428
429 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
430
431 * simple.el (reindent-then-newline-and-indent): Insert the newline
432 before indenting the first line.
433 (undo-get-state, undo-revert-to-state): New funs.
434 (shell-command): Don't kill the buffer even if empty.
435 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
436 (transpose-subr-end2): Remove.
437 (transpose-subr): Add `special' arg and simplify.
438 (transpose-subr-1): Rewrite.
439 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
440 (rfc822-goto-eoh): Simplify.
441
442 2001-10-30 Richard M. Stallman <rms@gnu.org>
443
444 * enriched.el (enriched-face-ans): FIx previous change.
445
446 2001-10-30 Gerd Moellmann <gerd@gnu.org>
447
448 * international/iso-acc.el (iso-accents-compose): Remove a
449 superfluous setq.
450
451 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
452
453 * buff-menu.el (list-buffers-noselect): If the buffer's name
454 starts with a blank, but it visits a file, do show it (for files
455 whose names start with a blank).
456
457 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
458
459 * textmodes/fill.el (sentence-end-double-space)
460 (sentence-end-without-period): Move to paragraphs.el.
461 (fill-indent-according-to-mode): Change default to t.
462 (fill-context-prefix): Simplify control-flow and use a more
463 sophisticated merge that unifies both previous checks.
464 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
465 (fill-nobreak-predicate): Make it into a defcustom'd hook.
466 (fill-nobreak-p): New fun.
467 (fill-region-as-paragraph): Use it.
468 Handle `fill-indent-according-to-mode' slightly differently.
469 (fill-individual-paragraphs-prefix): Simplify the control-flow.
470 (fill-individual-paragraphs-citation): Fix.
471
472 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
473 (paragraph-start): Change default to the `text-mode' value.
474 (sentence-end-double-space, sentence-end-without-period):
475 Move from fill.el.
476 (forward-paragraph): Use `parstart' and `parsep' for temp variables
477 rather than rebinding `paragraph-start' and `paragraph-separate'.
478
479 * indent.el (indent-line-function): Change default to indent-relative.
480 (tab-always-indent): Add an `never' setting.
481 (indent-according-to-mode): Handle `indent-relative' and
482 `indent-relative-maybe' specially.
483 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
484 Handle the `never' case for `tab-always-indent'.
485 Don't call indent-according-to-mode for indent-relative' and
486 `indent-relative-maybe'.
487 (insert-tab): Rename `prefix-arg' to `arg'.
488 (indent-region): Indent the first line as well.
489 (indent-relative): Don't mark the buffer modified if the indentation
490 is unchanged.
491
492 * textmodes/text-mode.el (paragraph-indent-minor-mode):
493 Don't set paragraph-separate. Set paragraph-start more carefully.
494 Set indent-line-function.
495 (paragraph-indent-text-mode): Use it and define-derived-mode.
496 (text-mode-map): Remove the \t binding.
497 (text-mode): Simplify now that the default is more favorable.
498
499 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
500
501 * emacs-lisp/find-func.el (find-function-search-for-symbol):
502 If the regexp doesn't match, use a looser one.
503 (find-variable-noselect): Add `file' argument.
504
505 * pcvs.el (cvs-mode-commit-hook): New hook.
506 (cvs-mode-commit): Run it.
507
508 * log-edit.el (log-edit): Run hook after `log-edit-files'.
509
510 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
511 (edebug-instrument-function): Use `find-function-noselect'.
512
513 2001-10-29 Richard M. Stallman <rms@gnu.org>
514
515 * term.el (term-if-emacs19): Macro deleted.
516 Callers changed to use progn instead.
517
518 * frame.el (blink-cursor-mode): Doc fix.
519
520 * files.el (find-backup-file-name): Use make-backup-file-name.
521
522 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
523 window-live-p.
524 (edebug-set-conditional-breakpoint): Unconditionally use
525 the former Emacs >=19 definition.
526 (edebug-mark): Define unconditionally.
527 (edebug-eval-expression): Always call read-from-minibuffer
528 and specify history list.
529 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
530 edebug-set-conditional-breakpoint.
531 (edebug-emacs-version-specific): Function deleted;
532 do the job at top level.
533 (edebug-emacs-19-specific): Function deleted, this is the default.
534
535 2001-10-29 Sam Steingold <sds@gnu.org>
536
537 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
538 "/cygdrive/LETTER/" pathnames.
539
540 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
541
542 * faces.el (invert-face): Check for 'unspecified, not for nil,
543 when testing whether face colors are not specified.
544 From David.Kastrup@t-online.de (David Kastrup).
545 (read-face-name): Doc fix.
546 (make-face-bold, make-face-unbold, make-face-italic)
547 (make-face-unitalic, make-face-bold-italic, invert-face):
548 Remove trailing blank from the prompt passed to read-face-name.
549
550 2001-10-29 Sam Steingold <sds@gnu.org>
551
552 * emacs-lisp/bytecomp.el (byte-recompile-directory):
553 Report numbers of files skipped and failed too.
554 (byte-compile-file): Return 'no-byte-compile for skipped files.
555
556 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
557
558 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
559 and `M p'.
560
561 2001-10-29 Gerd Moellmann <gerd@gnu.org>
562
563 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
564 as is on unread-command-events instead of `(SECOND-CHAR)'.
565
566 2001-10-29 Andre Spiegel <spiegel@gnu.org>
567
568 * vc.el: Mention vc-*-switches in backend API documentation.
569 (vc-annotate): Adapt doc string to recent change.
570
571 2001-10-29 Gerd Moellmann <gerd@gnu.org>
572
573 * enriched.el (enriched-face-ans): Handle face attributes
574 of the form `(FACE1 FACE2 ...)'.
575
576 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
577
578 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
579
580 * progmodes/sql.el (sql-mysql): Doc change by RMS.
581
582 * progmodes/sql.el (sql-db2): Doc change.
583 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
584 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
585
586 2001-10-29 Gerd Moellmann <gerd@gnu.org>
587
588 * env.el (substitute-env-vars): Don't quote argument to `rx';
589 it's a macro.
590
591 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
592
593 * cus-start.el (recursive-load-depth-limit): Added.
594
595 2001-10-28 Richard M. Stallman <rms@gnu.org>
596
597 * textmodes/ispell.el (version18p, version20p): Vars deleted.
598 All uses removed--assume Emacs version is >= 20.
599
600 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
601 by really checking that it is not version 18.
602
603 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
604
605 2001-10-28 Miles Bader <miles@gnu.org>
606
607 * faces.el (face-attribute): Add INHERIT argument, consider face
608 inheritance if it's non-nil.
609 (face-attribute-merged-with): New function.
610 (face-attribute-specified-or): New macro.
611 (face-foreground, face-background, face-stipple): Add INHERIT
612 argument. Use `face-attribute-specified-or'.
613
614 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
615
616 * font-lock.el: Require `syntax'.
617 (font-lock-defaults-alist): Don't define keywords for lisp languages.
618 Use `c-font-lock-syntactic-face-function' for c languages.
619 (font-lock-mode): Don't unset vars when turning the mode off.
620 (font-lock-default-fontify-buffer): Don't unset vars at the end.
621 (font-lock-extra-managed-props): New var.
622 (font-lock-default-unfontify-region): Use it.
623 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
624 Don't eval the value when there's no match.
625 (font-lock-ppss-stats): New var.
626 (font-lock-ppss): New fun.
627 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
628 (font-lock-apply-highlight): Allow `highlight' to set several props.
629 (font-lock-set-defaults): Use dolist.
630 (font-lock-unset-defaults): Remove.
631 (font-lock-match-c-style-declaration-item-and-skip-to-next):
632 Try to recognize prototypes using `foo P_ ((args))'.
633 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
634 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
635 (c-font-lock-syntactic-face-function): New function.
636 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
637 (c++-keywords): Use a more sophisticated regexp to handle
638 shallowly nested templates.
639
640 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
641
642 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
643 (sgml-tag): Use it. Cleanup with `cond'.
644 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
645 Mark the overlays and only delete those that are marked.
646 (sgml-skip-close-p): Remove.
647 (sgml-value): Replace sgml-skip-close-p with its definition.
648 (html-tag-alist): Use sgml-xml a bit more.
649 (html-mode): Set sgml-empty-tags.
650
651 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
652 (texinfo-update-node, texinfo-sequential-node-update):
653 Don't bind the obsolete `auto-fill-hook'.
654 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
655 Use `set-buffer' rather than `switch-to-buffer'.
656 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
657 Use `set-buffer' rather than `switch-to-buffer'.
658
659 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
660 text-mode-syntax-table.
661 (mail-mode): Use define-derived-mode.
662 Fix ordering of alternatives in adaptive-fill-regexp.
663 (mail-mode-map): Don't rely on keymap's internal representation.
664
665 2001-10-27 Sam Steingold <sds@gnu.org>
666
667 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
668 (sgml-xml-guess): Extracted from `html-mode' and generalized.
669 (sgml-mode-common): Call it.
670 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
671 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
672 (html-horizontal-rule, html-image, html-ordered-list):
673 (html-unordered-list, html-list-item, html-paragraph):
674 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
675 `html-xhtml'.
676
677 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
678
679 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
680 (ifnothtml): New alias.
681
682 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
683
684 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
685 (toggle-text-mode-auto-fill): Use derived-mode-p.
686
687 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
688
689 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
690 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
691
692 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
693
694 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
695 Add make-obsolete cookies, to follow faces.el.
696
697 These changes avoid warnings from the byte compiler in faces.el:
698
699 * faces.el (internal-get-face): Use facep instead of the obsolete
700 internal-find-face.
701 (internal-frob-font-weight, internal-frob-font-slant):
702 New defaliases for obsolete functions.
703 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
704 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
705 (x-make-font-bold-italic): Use internal-frob-font-weight and
706 internal-frob-font-slant aliases instead of the obsolete
707 x-frob-... functions.
708
709 2001-10-26 Sam Steingold <sds@gnu.org>
710
711 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
712 DOCTYPE; set `mode-name' based on it.
713 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
714 (sgml-tag): Close empty tags in XHTML.
715
716 2001-10-26 Jason Rumney <jasonr@gnu.org>
717
718 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
719 when UNICODE is not defined.
720
721 2001-10-26 Sam Steingold <sds@gnu.org>
722
723 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
724 be alone on the line.
725
726 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
727
728 * button.el (button): Special face definition for MS-DOS terminals.
729
730 2001-10-26 Sam Steingold <sds@gnu.org>
731
732 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
733 Protect the /= test by checking that the args are non-nil.
734 (sh-font-lock-close-heredoc): Check eof for being non-nil.
735
736 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
737
738 * textmodes/artist.el (artist-version): 1.2.4.
739 (artist-butlast-fn): New variable.
740 (artist-butlast): New function.
741 (artist-ellipse-mirror-quadrant): Use it.
742 (artist-mouse-draw-poly): Use nil for `point-list'.
743 (artist-mouse-draw-poly): Check for point-list being nil.
744
745 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
746
747 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
748 lambda expression.
749 (ps-mode-menu-main): Submenu with options on/off was replaced with
750 a toggle button.
751 (ps-mode, ps-run-mode): Define with `define-derived-mode'
752 (ps-mode): Autoload cookie added on same line as comment
753 (ps-mode-tabkey, ps-mode-backward-delete-char):
754 (ps-mode-r-balance): Replace `delete-horizontal-space' and
755 `indent-to' with `indent-line-to'
756 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
757 instead of `eval'.
758 (ps-mode-print-region): Use `with-temp-buffer'.
759 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
760 (numerous places): Add back-tick and tick around names in
761 docstrings, fix punctuation in docstrings, remove trailing spaces.
762
763 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
764
765 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
766 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
767 (sgml-font-lock-syntactic-keywords): New var.
768 (sgml-mode-common): Drop the two args.
769 Don't make buffer-local variables that aren't used.
770 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
771 Don't set `before-string' props from sgml-display-text.
772 (sgml-mode): Use define-derived-mode.
773 (sgml-tags-invisible): Use sgml-display-text.
774 (sgml-quote): New command.
775 (html-tag-alist): Add args for `span'.
776 (html-mode): Use define-derived-mode.
777 Set sgml-display-text and sgml-tag-face-alist.
778
779 2001-10-25 Sam Steingold <sds@gnu.org>
780
781 * add-log.el (add-log-always-start-new-record): New user option.
782 (add-change-log-entry): Use it.
783
784 2001-10-25 Richard M. Stallman <rms@gnu.org>
785
786 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
787 bind case-fold-search if FROM is not all lower case.
788
789 2001-10-25 Gerd Moellmann <gerd@gnu.org>
790
791 * startup.el (normal-top-level): Check for frame-initial-frame
792 only if it's really used.
793
794 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
795
796 * progmodes/compile.el (compilation-parse-errors-filename-function):
797 New variable.
798 (compilation-parse-errors): Use it.
799
800 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
801
802 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
803 interactively so that C-u M-C-x still does edebug.
804 (checkdoc-sentencespace-region-engine): Don't force a double-space
805 after `.' if it doesn't look like an end-of-sentence.
806 (debug-ignored-errors): Add `disambiguate ...'.
807
808 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
809
810 * textmodes/texinfo.el (texinfo-environments)
811 (texinfo-environment-regexp): Hoist.
812 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
813 Only highlight the menu name in menu items.
814 Setup `@foo ... @end foo' as text clones.
815 (texinfo-clone-environment): New function.
816 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
817 (texinfo-insert-block): Simplify.
818 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
819 the command is repeated.
820 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
821 (texinfo-insert-@end): Simplify.
822
823 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
824 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
825 (texinfo-subsubsection-level-regexp)
826 (texinfo-update-menu-same-level-regexps)
827 (texinfo-update-menu-higher-regexps)
828 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
829
830 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
831 (derived-mode-p): Autoload.
832
833 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
834 New vars and functions.
835 (text-clone-maintain, text-clone-create): New functions.
836
837 2001-10-25 Miles Bader <miles@gnu.org>
838
839 * facemenu.el (facemenu-add-new-face): Fix variable names.
840
841 2001-10-24 Richard M. Stallman <rms@gnu.org>
842
843 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
844 of t and nil values.
845 (facemenu-set-face): Handle START and END interactively.
846 (facemenu-set-foreground): Don't use a face; specify color directly.
847 (facemenu-set-background): Likewise.
848 (facemenu-set-face-from-menu): Doc fix.
849 (facemenu-active-faces): Use face-attribute-vector
850 to handle bare attributes not in faces.
851 (facemenu-get-face): Don't handle face names fg:... and bg:...
852 specially.
853 (facemenu-add-new-face): New argument MENU.
854 New way to handle adding colors to the color menus.
855
856 * env.el (substitute-env-vars): Quote the arg to rx.
857
858 2001-10-24 Sam Steingold <sds@gnu.org>
859
860 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
861 Control" and "SGML" groups.
862
863 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
864
865 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
866 Better handling of C++ template args to avoid confusion with `<'
867 and `>' used as operators in member init expressions.
868
869 2001-10-24 Gerd Moellmann <gerd@gnu.org>
870
871 * replace.el (perform-replace): Move START and END parameters
872 to the end of the argument list and make them optional.
873
874 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
875 perform-replace.
876
877 * international/fontset.el (x-must-resolve-font-name): New function.
878 (x-complement-fontset-spec): Use it.
879
880 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
881
882 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
883
884 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
885 Turn caadr into caar of cdr.
886
887 2001-10-23 Gerd Moellmann <gerd@gnu.org>
888
889 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
890 of mouse-{1,2} since dragging is on the down event.
891
892 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
893
894 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
895 if ARG is nil.
896
897 * desktop.el (desktop-last-buffer): New variable.
898 (desktop-create-buffer): Set it.
899 (desktop-read): Bind it and switch to that buffer.
900
901 2001-10-22 Gerd Moellmann <gerd@gnu.org>
902
903 * progmodes/compile.el (compilation-set-window-height):
904 Select old window only if it's still live.
905
906 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
907
908 * help-mode.el (help-buffer): Remove debugging code.
909 From Stefan Monnier <monnier@cs.yale.edu>.
910
911 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
912
913 * files.el (file-name-sans-extension, file-name-extension):
914 Don't count the leading dots in file names as signaling an extension.
915
916 2001-10-22 Andre Spiegel <spiegel@gnu.org>
917
918 * vc.el (vc-diff-switches): Doc rewritten.
919
920 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
921
922 * tooltip.el (tooltip-set-param): Doc fix.
923
924 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
925 127 to sgml-maybe-name-self.
926 (sgml-name-8bit-mode): Doc fix.
927 (sgml-char-names-table): New variable.
928 (sgml-name-char): Support non-ASCII and mule-unicode-*
929 characters. Doc fix.
930 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
931
932 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
933 doc string the effect of `left' and `top' parameters in
934 tooltip-frame-parameters, the default values, and the units.
935 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
936 (tooltip-show): Mention in the doc string the `top' and `left'
937 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
938
939 2001-10-22 Andre Spiegel <spiegel@gnu.org>
940
941 Add autoscaling support for vc-annotate.
942 From J.D. Smith <jdsmith@astro.cornell.edu>.
943
944 * vc.el (vc-annotate-display-default): Accept colormap scaling
945 ratio (now deprecated).
946 (vc-annotate-display-autoscale): Added.
947 (vc-annotate-add-menu): New autoscaling menu options "Span to
948 Oldest" and "Span Oldest->Newest". Easymenu support added for
949 toggle menus driven by customize variable `vc-annotate-display-mode'.
950 (vc-annotate-display-select): Added.
951 (vc-annotate): Changed temp-buffer-show-function to
952 `vc-annotate-display-select'.
953 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
954 Added argument OFFSET. Instead of backend function, calls now
955 generic `vc-annotate-difference'.
956 (vc-annotate-difference): Added as generic function instead of
957 backend-specific function. No longer takes argument POINT, but
958 instead accepts a time OFFSET.
959 (vc-default-annotate-current-time): Added.
960
961 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
962 version in vc.el, with
963 (vc-cvs-annotate-current-time): Added, as override of default.
964 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
965 `vc-cvs-annotate-difference'.
966
967 2001-10-22 Gerd Moellmann <gerd@gnu.org>
968
969 * saveplace.el (save-place): Require `saveplace'.
970
971 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
972 Use `sexp' for :value-type instead of `face'.
973
974 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
975
976 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
977 regexps due to 5-digit message IDs.
978
979 2001-10-21 Jason Rumney <jasonr@gnu.org>
980
981 * term/w32-win.el (redisplay-dont-pause): Don't set.
982
983 2001-10-21 Miles Bader <miles@gnu.org>
984
985 * help-funs.el (help-manyarg-func-alist): Variable removed.
986
987 2001-10-21 Miles Bader <miles@gnu.org>
988
989 * help-funs.el (help-manyarg-func-alist): Remove entries for
990 `insert', `insert-and-inherit', `insert-before-markers',
991 `insert-before-markers-and-inherit', `message', `message-box',
992 `message-or-box', `propertize', `format', `encode-time', `append',
993 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
994 `insert-string', `ml-if', `ml-provide-prefix-argument', and
995 `ml-prefix-argument-loop'.
996
997 2001-10-21 Andre Spiegel <spiegel@gnu.org>
998
999 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1000 (vc-default-diff-tree): New functions.
1001 (vc-version-diff): Use them. As a result, coding systems are now
1002 set up properly for all sorts of diffs, and tree diffs can now
1003 also be done locally.
1004 (vc-diff): With a prefix argument, don't require that it's called
1005 from a buffer under version control.
1006 (diff-switches): Remove duplicate definition.
1007
1008 * vc-cvs.el (vc-cvs-diff-tree): New function.
1009
1010 2001-10-21 Miles Bader <miles@gnu.org>
1011
1012 * help-funs.el (help-manyarg-func-alist): Remove entries for
1013 `list', `vector', `make-byte-code', `call-process',
1014 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1015 `logand', `logior', and `logxor'.
1016
1017 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1018 image bits to compensate. Use `make-string' instead of
1019 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1020
1021 2001-10-20 Kim F. Storm <storm@cua.dk>
1022
1023 * simple.el (kill-ring-save): Don't show extent of copied region
1024 if using transient-mark-mode and region is fully visible.
1025
1026 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1027
1028 * (Version 21.1 released.)
1029
1030 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1031
1032 * files.el (auto-mode-alist): Associate .indent.pro with
1033 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1034
1035 2001-10-18 Sam Steingold <sds@gnu.org>
1036
1037 Put the *Compile-Log* buffer in `compilation-mode'.
1038 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1039 (byte-compile-log-1, byte-compile-log-file)
1040 (displaying-byte-compile-warnings): Use it
1041
1042 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1043
1044 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1045
1046 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1047
1048 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1049
1050 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1051
1052 * obsolete/hilit19.el (hilit-lookup-face-create):
1053 Call set-face-font only if display-graphic-p.
1054 (toplevel): Remove references to window-system.
1055
1056 2001-10-18 Miles Bader <miles@gnu.org>
1057
1058 * simple.el (what-line): Avoid problems with field properties.
1059
1060 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1061
1062 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1063 Define special colors for a tty.
1064
1065 2001-10-17 Francesco Potorti` <pot@gnu.org>
1066
1067 * comint.el (comint-password-prompt-regexp): Make it less
1068 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1069
1070 2001-10-17 John Wiegley <johnw@gnu.org>
1071
1072 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1073 a regular file, before checking if it is a directory or symlink.
1074 This avoids a call to eshell-file-attributes, which can be
1075 expensive in some situations.
1076
1077 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1078 customization variable, to differentiate ls-in-dired from regular
1079 uses of ls.
1080
1081 2001-10-17 Miles Bader <miles@gnu.org>
1082
1083 * custom.el (defface): Mention `:inherit' in doc-string.
1084
1085 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1086
1087 * paren.el: Update the Commentary with installation instructions.
1088
1089 2001-10-15 Dave Love <fx@gnu.org>
1090
1091 * international/mule.el (set-auto-coding): Fix regexps for local
1092 variables section not to eat newlines.
1093
1094 2001-10-15 Miles Bader <miles@gnu.org>
1095
1096 * simple.el (display-message-or-buffer): Pass the correct buffer
1097 to `display-buffer'.
1098
1099 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1100
1101 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1102 (executable-find): Use exec-suffixes.
1103 (executable-set-magic): Don't use make-local-hook.
1104
1105 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1106
1107 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1108
1109 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1110 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1111 Add .so to the Unix and GNU branch.
1112
1113 * international/latin-1.el:
1114 * international/latin-2.el:
1115 * international/latin-3.el:
1116 * international/latin-4.el:
1117 * international/latin-5.el:
1118 * international/latin-8.el:
1119 * international/latin-9.el: Add no-byte-compile: t, since
1120 Makefile.in instructs make-docfile to look at .el files.
1121
1122 2001-10-14 Miles Bader <miles@gnu.org>
1123
1124 * button.el (define-button-type): Allow supertype property to be
1125 specified with a keyword `:supertype' too.
1126 (button-put, make-text-button): Allow button type property to be
1127 specified using the keyword `:type' too.
1128 (button-type): New function.
1129 (button): Add `button-category-symbol' property.
1130
1131 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1132
1133 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1134 indent-new-comment-line from comment-indent-new-line.
1135
1136 * textmodes/refill.el (refill-mode):
1137 Bind DEL to backward-delete-char-untabify.
1138 Set backward-delete-char-untabify-method to `hungry'.
1139
1140 * textmodes/bib-mode.el (bib-mode):
1141 * play/gomoku.el (gomoku-mode):
1142 * textmodes/page-ext.el (pages-directory-mode):
1143 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1144
1145 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1146
1147 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1148
1149 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1150 Handle here-docs differently.
1151 (sh-font-lock-heredoc): Remove.
1152 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1153 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1154 (sh-font-lock-open-heredoc): New functions.
1155 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1156 (sh-font-lock-keywords-1): Use regexp-opt.
1157 (sh-in-comment-or-string): Use syntax-ppss.
1158 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1159 (sh-select, sh-tmp-file): Add explicit terminating \n.
1160
1161 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1162 Use with-current-buffer.
1163 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1164 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1165 filename), catch any error that occurs in `ange-ftp-cd'.
1166 If an error happened, don't bother sending `cmd' at all.
1167 Fix a parenthesis typo.
1168 (ange-ftp-write-region): Don't blindly use binary if the remote host
1169 is unix-like.
1170
1171 * play/pong.el (pong-init): Don't use make-local-hook.
1172
1173 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1174
1175 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1176 (viper-get-ex-address-subr): More precise addr for the $ marker
1177
1178 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1179
1180 * version.el (emacs-version): Bump to 21.1.50.
1181
1182 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1183
1184 * mail/mailalias.el (mail-directory-stream): Do not double
1185 variables in the lambda-list.
1186
1187 * play/gomoku.el (gomoku-init-display): Ditto.
1188
1189 * play/landmark.el (lm-init-display): Ditto.
1190
1191 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1192 (delimit-columns-rectangle-line): Ditto.
1193
1194 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1195
1196 * newcomment.el (comment-region-internal): Don't rebind
1197 invisibility_spec now that the C routines handle it correctly.
1198
1199 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1200
1201 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1202 and `same-frame'.
1203
1204 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1205
1206 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1207
1208 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1209 C-p and C-r. Remove redundant bindings from inheriting maps.
1210
1211 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1212 After 4.23 and: After 4.24:
1213 (cperl-contract-levels): Restore position.
1214 (cperl-beautify-level): Likewise.
1215 (cperl-beautify-regexp): Likewise.
1216 (cperl-commentify): Rudimental support for length=1 runs
1217 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1218 After 4.25:
1219 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1220 (imenu-example--create-perl-index): Was not enforcing
1221 syntaxification-to-the-end.
1222 (cperl-invert-if-unless): Allow `for', `foreach'.
1223 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1224 Mark qw(), m()x as indentable.
1225 (cperl-init-faces): Highlight `sysopen' too.
1226 Highlight $var in `for my $var' too.
1227 (cperl-invert-if-unless): Was leaving whitespace at end.
1228 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1229 (cperl-calculate-indent): Remove old commented out code.
1230 Support (primitive) indentation of qw(), m()x.
1231 After 4.26:
1232 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1233 q [] with intervening newlines.
1234 (cperl-autoindent-on-semi): New customization variable.
1235 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1236 (cperl-tips): Mention how to make CPerl the default mode.
1237 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1238 (cperl-outline-level): New function.
1239 (cperl-highlight-variables-indiscriminately): New customization var.
1240 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1241 From Sean Kamath <kamath@pogo.wv.tek.com>.
1242 (cperl-after-block-p): Support CHECK and INIT.
1243 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1244 From Doug MacEachern <dougm@covalent.net>.
1245 After 4.27:
1246 (cperl-find-pods-heres): Recognize \"" as a string.
1247 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1248 Allow whitespace between << and "FOO".
1249 (cperl-problems): Remove \"" and q [] with intervening newlines.
1250 Mention multiple <<EOF as unsupported.
1251 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1252 (cperl-indent-parens-as-block): New configuration variable.
1253 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1254 Use `cperl-indent-parens-as-block'.
1255 (cperl-find-pods-heres): Test for =cut without empty line instead of
1256 complaining about no =cut.
1257 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1258 (cperl-find-pods-heres): Likewise.
1259 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1260 POD could've been marked as comment already.
1261 (cperl-unwind-to-safe): Unwind before start of POD too.
1262 After 4.28:
1263 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1264 After 4.29:
1265 (x-color-defined-p): Make an extra case to peacify the warning.
1266 Toplevel: `defvar' to peacify the warnings.
1267 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1268 No -nw-compile time warnings now.
1269 (cperl-find-tags): TAGS file had too short substring-to-search.
1270 Be less verbose in non-interactive mode
1271 (imenu-example--create-perl-index): Set index-marker after name
1272 (cperl-outline-regexp): New variable.
1273 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1274 (cperl-mode): Made use `cperl-outline-regexp'.
1275 After 4.30:
1276 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1277 (cperl-outline-level): Make start-of-file same level as `package'.
1278 After 4.31:
1279 (cperl-electric-pod): `head1' and `over' electric only if empty.
1280 (cperl-unreadable-ok): New variable.
1281 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1282 on an unreadable file.
1283 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1284 on an unreadable directory.
1285
1286 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1287 Consider the text between two errors as belonging to the first error.
1288 (compilation-goto-locus): Use pop-to-buffer rather than
1289 switch-to-buffer-other-frame.
1290
1291 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1292 (awk-font-lock-syntactic-keywords): New var.
1293 (awk-mode): Use it.
1294
1295 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1296
1297 * faces.el (describe-face): Call help-setup-xref earlier.
1298
1299 * jka-compr.el (jka-compr-load-suffixes): New var.
1300 (jka-compr-install): Add its content to load-suffixes.
1301 (jka-compr-uninstall): Remove its content from load-suffixes.
1302
1303 2001-10-12 Sam Steingold <sds@gnu.org>
1304
1305 * bindings.el (completion-ignored-extensions): CL-related
1306 extensions are platform-independent.
1307
1308 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1309 asynchronous multiple file copying.
1310
1311 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1312
1313 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1314 Turn error for repeated variables into warning.
1315
1316 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1317 New function checking that lambda-list consists of non-constant
1318 symbols, that &rest and &optional are followed by variable names,
1319 that &rest VAR is the last element, and that variables aren't doubled.
1320 (byte-compile-lambda): Use it.
1321
1322 2001-10-12 Eli Barzilay <eli@barzilay.org>
1323
1324 * calculator.el (calculator-eng-display): Don't call concat
1325 with an integer argument.
1326
1327 2001-10-12 Miles Bader <miles@gnu.org>
1328
1329 * help-mode.el (help-customize-face): New button-type.
1330
1331 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1332 (describe-face): Fix args to `help-xref-button'.
1333 Don't switch to help-buffer around call to `help-setup-xref'.
1334 Use `help-buffer' instead of hard-wired "*Help*".
1335 Require `help-mode'.
1336
1337 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1338
1339 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1340
1341 * help-mode.el (help-buffer): New function.
1342 Returns the buffer-name to use for help output.
1343 Change all the code to use it instead of hard-coding *Help*.
1344 (help-mode-map): Put back the mouse-2 binding.
1345 (help-xref-stack): Change the format and make buffer-local.
1346 (help-xref-stack-item): Make buffer-local.
1347 (help-setup-xref): Do the `push' here rather than in help-do-xref.
1348 (help-xref-interned): Display the face doc as well.
1349 (help-follow-mouse): Re-introduce.
1350 (help-xref-go-back): Adapt to the new use of help-xref-stack.
1351 (help-do-xref): Don't `push' any more.
1352 (help-follow): Also follow face names.
1353
1354 * help-funs.el (describe-function-1): Remove unused `parens' arg.
1355 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
1356 Autoload and cleanup.
1357 (describe-function): Call help-setup-xref.
1358 (describe-variable): Call help-setup-xref earlier.
1359
1360 * help.el (describe-bindings-internal): New fun moved from keymap.c.
1361 (view-lossage): Call help-setup-xref correctly and earlier.
1362 (describe-bindings): Call help-setup-xref earlier.
1363 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
1364 (describe-mode): Don't autoload. Call help-setup-xref earlier.
1365
1366 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1367
1368 * master.el (master-mode): Use define-minor-mode instead of
1369 easy-mmode-define-minor-mode. Add autload cookie.
1370 (Commentary): Remove the line showing how to autoload master-mode,
1371 since it's always autoloaded.
1372
1373 * master.el: New file.
1374
1375 2001-10-11 Dave Love <fx@gnu.org>
1376
1377 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
1378 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
1379 <const-C varset-X const-C>: Fix car/cdr typo.
1380
1381 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1382
1383 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
1384 New function extracted from byte-compile-log-1.
1385 (byte-compile-log-1): Change output to be more in line with
1386 the output of other GNU tools.
1387 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
1388 (byte-compile-report-error): Downcase error message.
1389 Use `error' instead of `!!' for error messages.
1390 (byte-compile-print-syms): Treat non-interactive case specially.
1391 (displaying-byte-compile-warnings): Use backquote.
1392 (byte-compile-from-buffer): Bind byte-compile-last-line.
1393 (batch-byte-compile): Remove `Done' message.
1394
1395 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1396
1397 * emacs-lisp/copyright.el (copyright): Add final \n.
1398
1399 2001-10-11 Miles Bader <miles@gnu.org>
1400
1401 * diff.el (diff): Display default values in prompts as
1402 `(default ...)', not `(...)'.
1403
1404 * info.el (Info-follow-reference): Likewise.
1405
1406 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
1407
1408 * emacs-lisp/autoload.el (doc-string-elt): Remove.
1409
1410 * newcomment.el (comment-indent): Be a little more robust in case
1411 comment-indent-function does funny things.
1412 (comment-normalize-vars): Autoload.
1413 (comment-region-internal): Fiddle with the visibility spec.
1414 (comment-valid-prefix): New function.
1415 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
1416 that would turn comment-text into non-comment-text.
1417
1418 * emacs-lisp/syntax.el: New file.
1419
1420 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
1421 compatibility cruft.
1422 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
1423 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
1424 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1425 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
1426 tcl-submit-bug-report.
1427 (tcl-mode-syntax-table): Leave \f alone.
1428 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1429 tcl-end-of-defun, tcl-submit-bug-report.
1430 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
1431 (tcl-add-emacs-menu): Remove.
1432 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
1433 (tcl-keyword-list): Add `chain'.
1434 (tcl-font-lock-syntactic-keywords): New variable.
1435 (tcl-pps-has-arg-6): Remove.
1436 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
1437 (tcl-internal-mark-defun): Remove.
1438 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
1439 (tcl-mode): Use define-derived-mode. Simplify.
1440 Set comment-indent-function.
1441 (tcl-indent-command): Use line-beginning-position and comment-indent.
1442 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1443 (tcl-indent-line): Use tcl-calculate-indent.
1444 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
1445 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
1446 (tcl-filter): Use with-current-buffer, simplify.
1447 (inferior-tcl-mode): Use define-derived-mode.
1448 (tcl-hairy-in-comment): Renamed tcl-in-comment.
1449 (tcl-simple-in-comment, tcl-in-comment): Removed.
1450 (tcl-files-alist): New function.
1451 (tcl-help-snarf-commands): Use it and return the result directly
1452 rather than through a global variable.
1453 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
1454 (tcl-help-on-word): Provide the default value to completing-read.
1455 (tcl-hilit): Remove.
1456 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
1457 (tcl-comment-indent): New function.
1458 (tcl-submit-bug-report): Remove.
1459 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
1460 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
1461 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
1462
1463 2001-10-10 Miles Bader <miles@gnu.org>
1464
1465 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
1466 (Info-fontify-node): Don't fontify the node if it's already been done.
1467
1468 2001-10-10 Gerd Moellmann <gerd@gnu.org>
1469
1470 * international/iso-transl.el (iso-transl-e-caret)
1471 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
1472 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
1473
1474 * simple.el (end-of-buffer): Fix code scrolling specially
1475 for the buffer end.
1476
1477 * startup.el (command-line-1): Bind tab-width to 8.
1478
1479 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1480
1481 * emulation/tpu-edt.el: Use defalias instead of fset for
1482 user-visible commands. From Rob Riepel
1483 <riepel@Networking.Stanford.EDU>.
1484
1485 2001-10-09 Gerd Moellmann <gerd@gnu.org>
1486
1487 * ruler-mode.el: New file.
1488
1489 2001-10-09 Miles Bader <miles@gnu.org>
1490
1491 * apropos.el (button): New require.
1492
1493 * help-funs.el: New file, contents mostly from `help.el'.
1494 (describe-variable): Use `condition-case' instead of `ignore-errors'.
1495
1496 * help-mode.el: New file, contents mostly from `help.el'.
1497
1498 * help.el: Don't require `view' when compiling.
1499 (help-with-tutorial, describe-function, describe-function-1)
1500 (variable-at-point, describe-variable, locate-library):
1501 Functions moved into `help-funs.el'.
1502 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
1503 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
1504 (help-setup-xref, help-xref-following, help-make-xrefs)
1505 (help-xref-button, help-insert-xref-button, help-xref-interned)
1506 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
1507 (help-xref-on-pp): Functions moved into `help-mode.el'
1508 (help-mode-map, help-xref-stack, help-xref-stack-item)
1509 (help-highlight-p, help-highlight-face, help-back-label)
1510 (help-xref-symbol-regexp, help-xref-mule-regexp)
1511 (help-xref-info-regexp): Variables moved into `help-mode.el'.
1512 (help-symbol, help-back, help-info, help-customize-variable)
1513 (help-function-def, help-variable-def):
1514 Button-types moved into `help-mode.el'.
1515 (load-symbol-file-load-history, symbol-file):
1516 Functions moved into `subr.el'.
1517 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
1518 (view-lossage): Call `help-setup-xref' instead of doing it manually.
1519
1520 * subr.el (symbol-file-load-history-loaded)
1521 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
1522
1523 * loadup.el ("button"): Load removed.
1524
1525 * button.el (define-button-type): Respect any `supertype' property.
1526 (button-type-subtype-p, button-has-type-p): New functions.
1527
1528 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
1529 dollar-signs.
1530
1531 * comint.el (comint-insert-previous-argument): New function.
1532 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
1533 (comint-insert-previous-argument-last-start-pos)
1534 (comint-insert-previous-argument-last-index): New variables.
1535
1536 * apropos.el (apropos-next-label-button): Use the presence of a
1537 `apropos-label' property to detect label buttons.
1538
1539 2001-10-08 Miles Bader <miles@gnu.org>
1540
1541 * button.el (next-button, previous-button): Remove N and WRAP
1542 parameters. Don't pay attention to `skip' properties.
1543 (forward-button): Implement wrapping, iterating, and skipping here
1544 instead.
1545 (button-activate): USE-MOUSE-ACTION is optional.
1546 (button-nop): Function removed.
1547 (default-button): Use `ignore' as default button action.
1548
1549 * apropos.el (apropos-next-label-button): Update arguments to
1550 `next-button'.
1551 (apropos-symbol): Add `skip' property.
1552 (apropos-function, apropos-macro, apropos-command)
1553 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1554 (apropos-plist): New button types.
1555 (apropos-label-properties): Variable removed.
1556 (apropos-print): Pass button-type to apropos-print-doc, rather
1557 than help function and label text.
1558 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
1559 Get button label from TYPE.
1560
1561 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
1562
1563 * help.el (help-mode): Use define-derived-mode.
1564 (describe-mode): Add optional `buffer' arg.
1565 Use it instead of going through help-xref-mode.
1566 Avoid doubling the word `minor' when prettifying.
1567 (describe-function-1): List the corresponding key bindings.
1568 (describe-variable): Say if the var is automatically buffer-local.
1569 If the source is `loaddefs.el', look for the real source.
1570 (help-xref-mode): Remove.
1571
1572 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
1573 the file says no-byte-compile.
1574
1575 2001-10-08 Miles Bader <miles@gnu.org>
1576
1577 * button.el (next-button, previous-button): Respect `skip' property.
1578
1579 2001-10-07 Miles Bader <miles@gnu.org>
1580
1581 * woman.el (woman-mode-map): Copy button-buffer-map instead of
1582 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
1583 `woman-follow-word' instead of `woman-mouse-2'.
1584 (woman-follow-word): Renamed from `woman-mouse-2'.
1585 Follow current unconditionally, since this function is now only
1586 bound to M-mouse-2. Use accessor functions.
1587 (WoMan-highlight-references): Use `make-text-button'.
1588 (woman-xref): New button type.
1589
1590 * loadup.el ("faces"): Move load before loading "loaddefs.el".
1591 ("button"): New load, just before "help" (which uses it).
1592
1593 * help.el (help-mode-map): Make button-buffer-map our parent.
1594 Don't bind mouse events or tab/backtab.
1595 (help-function, help-variable, help-face, help-coding-system)
1596 (help-input-method, help-character-set, help-back, help-info)
1597 (help-customize-variable, help-function-def, help-variable-def):
1598 New button types.
1599 (help-button-action): New function.
1600 (describe-function-1): Pass help button-types to
1601 `help-xref-button' rather than help function and help-echo string.
1602 Don't put multiple help-function args in a list to pass them to
1603 help-xref-button, just pass them as multiple arguments.
1604 Use `help-insert-xref-button' to make [back]-button, rather than
1605 `help-xref-button'.
1606 (help-xref-button): Take a button-type TYPE as a parameter rather
1607 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
1608 and add a &rest parameter ARGS to serve the same purpose.
1609 Use `make-text-button' to add the button.
1610 (help-insert-xref-button): Use `insert-text-button' to add the button.
1611 (help-follow-mouse, help-next-ref, help-previous-ref):
1612 Functions removed.
1613 (help-do-xref): New function.
1614 (help-follow): Use `push-button' and `help-do-xref' to do most of
1615 the work.
1616
1617 * apropos.el (apropos-symbol, apropos-label): New button types.
1618 (apropos-symbol-button-display-help)
1619 (apropos-label-button-display-help, apropos-next-label-button):
1620 New functions.
1621 (apropos-mode-map): Make button-buffer-map our parent.
1622 Don't bind mouse events.
1623 (apropos-print, apropos-print-doc): Create buttons instead of text
1624 properties.
1625 (apropos-mouse-follow): Function removed.
1626 (apropos-follow): Use buttons.
1627
1628 * button.el: New file.
1629
1630 2001-10-07 Gerd Moellmann <gerd@gnu.org>
1631
1632 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1633 Remove.
1634
1635 2001-10-05 Richard M. Stallman <rms@gnu.org>
1636
1637 * add-log.el (add-change-log-entry): Skip copyright notice
1638 and copying permission notice at start of file, if any.
1639 Make use of terms "entry" and "item" accord with Emacs manual.
1640 Simplify the logic for moving point while entering or creating
1641 an entry and then an item.
1642 (add-change-log-entry-other-window): Doc fix.
1643
1644 2001-10-06 Miles Bader <miles@gnu.org>
1645
1646 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
1647 removed; they apparently don't work with faces.
1648
1649 2001-10-05 Sam Steingold <sds@gnu.org>
1650
1651 * textmodes/sgml-mode.el (html-xhtml): New user option.
1652 (html-tag-alist, html-horizontal-rule, html-image, html-line)
1653 (html-ordered-list, html-unordered-list, html-list-item)
1654 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
1655 (sgml-skip-close-p): New function.
1656 (sgml-value): Use it.
1657
1658 2001-10-05 Sam Steingold <sds@gnu.org>
1659
1660 * calendar/diary-lib.el (diary-entry-compare): When times are
1661 identical, compare the entries lexicographically.
1662
1663 2001-10-06 Miles Bader <miles@gnu.org>
1664
1665 * rfn-eshadow.el (rfn-eshadow-update-overlay):
1666 Use `minibuffer-prompt-end'.
1667
1668 * simple.el (previous-matching-history-element): Fix misplaced
1669 parentheses.
1670
1671 2001-10-05 Miles Bader <miles@gnu.org>
1672
1673 * rfn-eshadow.el: New file.
1674
1675 2001-10-05 Miles Bader <miles@gnu.org>
1676
1677 * cus-face.el (custom-face-attributes): Make sure each attribute
1678 has a valid default value. Remove hacks that mapped `nil' to
1679 `off' and used nil to mean `unspecified'. Remove `unspecified'
1680 choices from all attributes (unspecified is handled by the parent
1681 checklist).
1682 * cus-edit.el (custom-face-edit-convert-widget)
1683 (custom-face-edit-deactivate, custom-face-edit-activate)
1684 (custom-face-edit-delete, custom-face-edit-attribute-tag):
1685 New functions.
1686 (custom-face-edit): Specify a custom :convert-widget.
1687 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
1688 Don't pass in default filters that map between `nil' and `off' and
1689 `unspecified' and `nil'.
1690
1691 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1692
1693 * progmodes/compile.el (compilation-buffer-name): New function.
1694 (compile-internal): Use it to determine the name of the
1695 compilation buffer.
1696
1697 2001-10-05 Miles Bader <miles@gnu.org>
1698
1699 * progmodes/compile.el (grep-use-null-device): New variable.
1700 (grep-command): Mention `grep-use-null-device'.
1701 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
1702 Make computation of `grep-command' respect `grep-use-null-device'.
1703 (grep): Respect `grep-use-null-device'.
1704 Call `grep-compute-defaults' even if grep-command is set, if
1705 grep-use-null-device is still tentative.
1706
1707 * subr.el (call-process-shell-command): New function.
1708
1709 2001-10-05 Miles Bader <miles@gnu.org>
1710
1711 * simple.el (previous-matching-history-element)
1712 (next-history-element, next-complete-history-element): Use
1713 `minibuffer-' functions instead of calling `field-' functions directly.
1714 (minibuffer-prompt-end, minibuffer-contents):
1715 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1716 Functions removed (now subrs).
1717 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
1718
1719 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
1720 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
1721 instead of calling `field-' functions directly.
1722 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
1723
1724 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1725
1726 * files.el (find-file-noselect): If file's read-only status has
1727 changed on disk, ask if buffer's read-only status should be
1728 changed, unless NOWARN is set.
1729
1730 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
1731 alias for define-setf-method.
1732
1733 * bindings.el: Remove no-byte-compile from file local variables
1734 to enable bootstrapping.
1735
1736 2001-10-04 Andrew Innes <andrewi@gnu.org>
1737
1738 * faces.el (face-font-registry-alternatives) [windows-nt]:
1739 Make gb2312 an alias for gb2312.1980.
1740
1741 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
1742
1743 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
1744 (uniquify-reverse-components): Remove.
1745
1746 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1747 Make sure the file is readable.
1748 (byte-compile-file): Don't compile if `no-byte-compile' is set.
1749 (byte-compile-defvar): Update to reflect the change in Fdefvar.
1750 (batch-byte-recompile-directory): Pass arg=0.
1751
1752 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
1753 (perl-calculate-indent): Use it.
1754 (perl-backward-to-noncomment): Use forward-comment.
1755
1756 * derived.el (define-derived-mode, derived-mode-make-docstring):
1757 Allow `parent' to be nil.
1758
1759 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
1760 Use define-derived-mode.
1761 (nroff-mode-map, nroff-mode-syntax-table): Massage.
1762
1763 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
1764
1765 * emacs-lisp/lselect.el: Use facep iso find-face.
1766
1767 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1768 Use regexp-opt.
1769 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
1770 (lisp-font-lock-syntactic-face-function): New function.
1771 (lisp-mode-variables): Use it. Make arg optional.
1772 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
1773 (lisp-mode): Don't pass an arg to lisp-mode-variables.
1774 Set comment-start-skip.
1775
1776 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
1777
1778 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
1779 (ignore-errors): Don't bother using a `err' symbol.
1780
1781 * emacs-lisp/autoload.el (autoload-ensure-default-file)
1782 (autoload-insert-section-header, autoload-before-p)
1783 (autoload-remove-section): New functions.
1784 (generate-file-autoloads): Use them.
1785 (update-file-autoloads): Use them. Return FILE if there's no cookie.
1786 Make sure the autoload file is properly formatted when creating it.
1787 (update-autoloads-from-directories): Use them as well.
1788 Only update autoloads for files whose timestamp has changed.
1789 Add a dummy entry to remember the files which had no autoload cookies.
1790
1791 * timer.el (timer-relative-time): Fix computation for negative `micro'.
1792
1793 * subr.el (define-key-after): Allow `key' to be longer than 1.
1794 (make-local-hook): Make obsolete.
1795 (add-hook, remove-hook): Don't use make-local-hook any more.
1796 (make-syntax-table): Inherit all chars from s-s-t.
1797
1798 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1799
1800 This is a fix for a report saying that resuming a search with C-s
1801 C-s doesn't use the case-fold-search setting of the previous
1802 search (C-s ... M-c ... then C-s C-s).
1803
1804 * isearch.el (isearch-last-case-fold-search): New variable.
1805 (isearch-mode): Remember value of isearch-case-fold-search
1806 in isearch-last-case-fold-search.
1807 (isearch-done): Quote value of isearch-case-fold-search.
1808 (isearch-repeat): When resuming a search, restore
1809 isearch-case-fold-search from isearch-last-case-fold-search.
1810
1811 Added to NEWS.
1812
1813 * startup.el (inhibit-startup-buffer-menu): New user-option.
1814 (command-line-1): If inhibit-startup-buffer-menu is set, don't
1815 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
1816
1817 This allows upto 99999 messages in the summary without screwing up
1818 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
1819
1820 * mail/rmailsum.el (rmail-make-summary-line)
1821 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
1822 (rmail-summary-goto-msg, rmail-summary-goto-msg):
1823 Allow 5-digit message ids instead of 4.
1824
1825 This adds expansion of environment variables in the value
1826 specified with M-x setenv. Added to NEWS.
1827
1828 * env.el (substitute-env-vars): New function.
1829 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
1830 environment variables in VALUE. Return VALUE.
1831
1832 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1833
1834 * Branch for 21.1.
1835
1836 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
1837
1838 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
1839
1840 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1841
1842 * emulation/tpu-edt.el: Make messages match original TPU/edt
1843 editor. From riepel@Stanford.EDU (Rob Riepel).
1844
1845 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
1846
1847 * rect.el: Update maintainer's email address.
1848
1849 2001-10-02 Andreas Schwab <schwab@suse.de>
1850
1851 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
1852 and Extended Passive Mode, resp.
1853
1854 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1855
1856 These changes add support for Calendar-related items in the
1857 menu bar on tty's as well:
1858
1859 * calendar/calendar.el (calendar-mode-map): Require cal-menu
1860 unconditionally.
1861 (calendar-mode): Set up activate-menubar-hook unconditionally.
1862
1863 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
1864 calls x-popup-menu only if popup menus are supported.
1865 (calendar-mouse-insert-hebrew-diary-entry)
1866 (calendar-mouse-insert-islamic-diary-entry)
1867 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1868 (calendar-mouse-view-other-diary-entries)
1869 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
1870 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1871 Call cal-menu-x-popup-menu instead of x-popup-menu.
1872
1873 2001-10-01 Gerd Moellmann <gerd@gnu.org>
1874
1875 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
1876
1877 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
1878
1879 * emacs-lisp/rx.el: New file.
1880
1881 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1882
1883 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
1884
1885 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1886
1887 * frame.el (select-frame-by-name, other-frame): Doc fix.
1888
1889 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
1890
1891 * play/snake.el (snake-score-file): Use temporary-file-directory
1892 instead of a literal "/tmp". Suggested by Robert
1893 <robert@chezmarshall.freeserve.co.uk>.
1894
1895 * play/tetris.el (tetris-score-file): Ditto.
1896
1897 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
1898
1899 * apropos.el (apropos-print): Make the directions inserted at the
1900 beginning of the *Apropos* buffer more clear.
1901
1902 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
1903
1904 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
1905 Added comments.
1906
1907 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
1908
1909 * newcomment.el (comment-normalize-vars): Use " \t" rather than
1910 "\\s-" when defining comment-end-skip.
1911
1912 2001-09-27 Gerd Moellmann <gerd@gnu.org>
1913
1914 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
1915 Call get-buffer-window first second arg `visible'.
1916
1917 * international/mule-diag.el (list-input-methods-1):
1918 Output something that's independent of Emacs' version.
1919
1920 * tar-mode.el (tar-mode-write-file): Don't signal an error by
1921 calling byte-to-position with a nil tar-header-offset.
1922
1923 2001-09-27 Simon Josefsson <jas@extundo.com>
1924
1925 * mail/sendmail.el (send-mail-function): Doc fix.
1926 (mail-do-fcc): Error if header-end is not a marker.
1927 (mail-do-fcc): Add a comment.
1928 (mail-reply-to): Doc fix.
1929 (mail-signature): Make ATPOINT optional.
1930 (mail-yank-original): Use cond instead of nestled if.
1931
1932 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
1933
1934 * info.el (Info-on-current-buffer): Default arg to "Top".
1935
1936 2001-09-25 Eli Barzilay <eli@barzilay.org>
1937
1938 * calculator.el (calculator-copy-displayer): New user-option.
1939 (calculator-displayer-prev, calculator-displayer-next):
1940 Renamed from calculator-displayed-{left,right}.
1941 (calculator, calculator-standard-displayer)
1942 (calculator-num-to-string, calculator-update-display)
1943 (calculator-copy, calculator-put-value): Bug and display fixes.
1944
1945 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1946
1947 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
1948 (ebnf-version): New version (3.6.1).
1949
1950 * ebnf-bnf.el: Fix character range regexp. Doc fix.
1951 (ebnf-bnf-non-terminal-chars): New internal const.
1952 (ebnf-bnf-lex): Fix code.
1953
1954 * ebnf-iso.el: Fix character range regexp. Doc fix.
1955 (ebnf-iso-non-terminal-chars): New internal const.
1956 (ebnf-iso-lex): Fix code.
1957
1958 * ebnf-yac.el: Fix character range regexp. Doc fix.
1959 (ebnf-yac-skip-chars): New internal const.
1960 (ebnf-yac-skip-code): Fix code.
1961
1962 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
1963
1964 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
1965
1966 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
1967 passing it to VC.
1968
1969 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
1970 case where the file is relative.
1971
1972 2001-09-24 Gerd Moellmann <gerd@gnu.org>
1973
1974 * xml.el (xml-parse-attlist): Quotes around attributes must be the
1975 same on each side. Make sure we properly handle simple quotes.
1976 From Daiki Ueno <ueno@unixuser.org>.
1977
1978 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1979
1980 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
1981 <jas@extundo.com>.
1982
1983 * menu-bar.el (top-level): Minor fixes for text of help-echo in
1984 some items of the Options menu.
1985
1986 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
1987
1988 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
1989
1990 * vc-hooks.el (vc-delete-automatic-version-backups):
1991 Don't fail if the directory doesn't exist.
1992
1993 * diff-mode.el (diff-default-read-only): New var.
1994 (diff-mode): Use it.
1995
1996 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
1997
1998 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
1999 Use make-keymap instead of copy-keymap, since copying the global
2000 keymap messes up the menu bar.
2001
2002 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2003 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2004
2005 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2006
2007 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2008
2009 * dired-aux.el (dired-insert-subdir): Pass switches to
2010 dired-build-subdir-alist.
2011
2012 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2013
2014 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2015 caused %#a and %#b to be mis-formatted.
2016
2017 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2018
2019 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2020 ccmode, emacs-mime, and eudc manuals.
2021
2022 2001-09-19 Sam Steingold <sds@gnu.org>
2023
2024 w32 find cannot be used with `grep-find'.
2025 * progmodes/compile.el (find-program): New variable.
2026 (grep-compute-defaults): Use it to set `grep-find-command'.
2027
2028 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2029
2030 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2031
2032 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2033
2034 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2035 programming. Doc fix.
2036 (ebnf-version): New version (3.6).
2037 (ebnf-eps-begin): Data fix.
2038 (ebnf-begin-file): Code fix.
2039
2040 * ebnf-bnf.el: Doc fix.
2041 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2042
2043 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2044
2045 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2046
2047 * ps-print.el: Better face mapping for black/white PostScript printers.
2048 Check if mark is active when printing a region. Doc fix.
2049 (ps-print-version): New version number (6.5.5).
2050 (ps-print-color-p): Customization fix.
2051 (ps-black-white-faces): New option.
2052 (ps-black-white-faces-alist): New internal var.
2053 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2054 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2055 (ps-nb-pages-region): Interactive fix.
2056 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2057 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2058
2059 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2060
2061 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2062 numeric month value, and allow the Kanji character after the it to
2063 be missing (happens with ls-lisp's output on Japanese versions of
2064 MS-Windows).
2065
2066 2001-09-18 Miles Bader <miles@gnu.org>
2067
2068 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2069 it's empty (and thus probably a new patch file about to be edited).
2070
2071 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2072
2073 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2074 Check for '(' in column 0 of doc string.
2075
2076 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2077 of `nth' so that using a vector as bounding-box works.
2078 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2079
2080 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2081
2082 * vc.el (vc-annotate): Use current workfile version explicitly as
2083 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2084
2085 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2086
2087 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2088 convert-standard-filename doesn't guarantee that the .el extension
2089 is preserved.
2090
2091 * dos-fns.el (convert-standard-filename): Replace invalid
2092 characters only after converting dash/underscore to a period.
2093 (original-make-auto-save-file-name): New.
2094 (make-auto-save-file-name): New function, overrides the definition
2095 on files.el and calls the original function via
2096 original-make-auto-save-file-name.
2097
2098 * mail/rmail.el (top-level): Require mule-utils when compiling.
2099 (rmail-decode-babyl-format): Use detect-coding-with-priority
2100 instead of detect-coding-region, to favor detection of emacs-mule
2101 encoded Babyl files written by rmailout.el etc. Suggested by
2102 Kenichi Handa <handa@etl.go.jp>.
2103
2104 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2105
2106 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2107 Use `equal', not `=', since the device number can be a cons cell.
2108
2109 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2110
2111 * simple.el: Comment out change of 2001-09-13.
2112
2113 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2114
2115 * progmodes/compile.el (grep-compute-defaults): Don't set
2116 grep-command/grep-find-command when it is already non-nil.
2117 (grep-command): Make it a user option.
2118 (grep-find-command): Likewise.
2119
2120 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2121
2122 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2123 inhibit quit.
2124
2125 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2126
2127 * files.el (make-auto-save-file-name): If long file names are not
2128 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2129 generating an auto-save file name from it.
2130
2131 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2132
2133 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2134 (ps-nb-pages-region): Signal an error if called interactively
2135 and the mark is not active.
2136
2137 * simple.el (minibuffer-prompt-modification)
2138 (minibuffer-prompt-insertion): New functions.
2139 (minibuffer-prompt-properties): Use `modification-hooks' and
2140 `insert-in-front-hooks'.
2141
2142 2001-09-12 Richard M. Stallman <rms@gnu.org>
2143
2144 * textmodes/outline.el (outline-regexp): Doc fix.
2145 Initialize it in the defcustom, the usual way.
2146
2147 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2148
2149 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2150 from `ediff-meta-info' properties need not be an overlay.
2151 From David Ponce <dponce@voila.fr>.
2152
2153 * isearch.el (isearch-intersects-p): Fix end checks.
2154
2155 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2156
2157 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2158 `t' branch of `cond', since Irix 6.1 and up is a special case of
2159 the standard dbx interface.
2160
2161 2001-09-11 Miles Bader <miles@gnu.org>
2162
2163 * comint.el (comint-send-input): When waiting for echoed input,
2164 don't save the expected end position in `echo-end', so that things
2165 work properly even if the buffer is modified elsewhere at the same
2166 time [this happens if `comint-truncate-buffer' is used].
2167
2168 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2169
2170 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2171 when constructing imenu-generic-expression from outline-regexp.
2172
2173 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2174
2175 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2176 `equal' instead of `=', since they can be cons cells. From Nils
2177 Goesche <cartan@cartan.de>.
2178
2179 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2180
2181 * vc.el (vc-annotate): Rewrote doc string.
2182
2183 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2184
2185 * time-stamp.el: Update Stephen Gildea's email address.
2186
2187 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2188
2189 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2190 enable-multibyte-characters = nil. From Hallvard B Furuseth
2191 <h.b.furuseth@usit.uio.no>.
2192
2193 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2194
2195 * ediff-init.el (ediff-highest-priority): Bug fix.
2196
2197 * viper-cmd.el (viper-special-read-and-insert-char): New function
2198 that reads a character and uses the current input method or
2199 iso-accents when appropriate.
2200
2201 * viper.el and all others: Corrections to the comment blocks at
2202 the top.
2203
2204 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2205
2206 * info.el (Info-goto-node): Doc fix.
2207
2208 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2209
2210 * isearch.el (isearch-intersects-p): New function.
2211 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2212 use isearch-intersects-p, and clean up.
2213
2214 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2215
2216 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2217 and "german8", for the new German orthography dictionaries,
2218 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2219 the entries, to keep the line length balanced for loaddefs.el.
2220
2221 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2222
2223 * comint.el (comint-send-input): Handle comint-process-echoes
2224 differently.
2225
2226 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2227
2228 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2229
2230 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2231
2232 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2233
2234 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2235
2236 * server.el (server-switch-buffer):
2237 * textmodes/refer.el (refer-find-entry-internal):
2238 * term/sup-mouse.el (sup-pos-to-window):
2239 * term/bg-mouse.el (bg-window-from-x-y):
2240 * emacs-lisp/edebug.el (edebug-window-live-p):
2241 Use get-window-with-predicate.
2242
2243 * window.el (get-window-with-predicate): Renamed from some-window.
2244 (some-window): Make it an alias.
2245
2246 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2247
2248 * simple.el (undo): Remove positions from buffer-undo-list up to
2249 the next undo boundary only.
2250
2251 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2252
2253 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2254 Kim <ryk@dspwiz.com>
2255
2256 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2257 the message "Creating customization items...done".
2258
2259 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2260
2261 * font-lock.el (toplevel): Require `jit-lock' only if
2262 font-lock-support-mode is set to jit-lock-mode.
2263
2264 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2265
2266 * international/quail.el (quail-use-package, quail-inactivate)
2267 (quail-activate): Mention the hooks these functions run in their
2268 doc strings.
2269
2270 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2271
2272 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2273 of file in header of menu.
2274
2275 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2276
2277 * env.el (setenv): Interactively, if VARIABLE has a current value,
2278 add that to the front of the history, as the doc string says.
2279
2280 * comint.el (comint-send-input): Change help-echo.
2281 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2282
2283 * bookmark.el (bookmark-write-file): Bind print-length and
2284 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2285
2286 * obsolete/uncompress.el: Moved there from lisp/.
2287
2288 * comint.el (comint-insert-clicked-input): Goto point-max before
2289 deleting previous input. From "Dr Francis J. Wright"
2290 <F.J.Wright@qmw.ac.uk>.
2291
2292 * simple.el (backward-word): Doc fix.
2293
2294 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2295
2296 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2297 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2298 * w32-fns.el: Add Keywords header.
2299
2300 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2301
2302 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2303 "Text Properties". Suggested by Simon Marshall
2304 <Simon.Marshall@midas-kapiti.com>.
2305
2306 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2307
2308 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2309 consulting the value of file-name-coding-system.
2310
2311 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2312
2313 * help.el (describe-function-1): Save precomputed `file-name' rather
2314 than recomputing it (incorrectly) with `symbol-file'.
2315
2316 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2317
2318 * international/isearch-x.el (isearch-exit-recursive-edit):
2319 Take three parameters, since it's used as an after-change-function.
2320
2321 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2322 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2323 from doc strings.
2324
2325 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2326
2327 * progmodes/glasses.el (glasses-convert-to-unreadable):
2328 Consider underscores as in `glasses-make-readable'.
2329
2330 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2331
2332 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2333 MS-DOS, since cpp might not be available.
2334
2335 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2336 Mention "yank" in the help-echo text.
2337 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2338
2339 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2340
2341 * newcomment.el (comment-indent): Insert spaces more carefully.
2342
2343 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2344
2345 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
2346 exists. From Andy Petrusenco <andy@int.spb.ru>.
2347
2348 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
2349 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
2350 <andy@int.spb.ru>.
2351
2352 2001-08-31 Gerd Moellmann <gerd@gnu.org>
2353
2354 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
2355 Instead of running mouse-yank-at-click, see what the event is
2356 bound to outside Isearch and run that.
2357
2358 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2359
2360 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
2361 Fix the menu entry to mention transient-mark-mode.
2362
2363 2001-08-30 Gerd Moellmann <gerd@gnu.org>
2364
2365 * simple.el (eval-expression-print-level): Fix last change.
2366
2367 * bindings.el (mode-line-coding-system-map): New variable.
2368 (mode-line-mule-info): Give the "%Z" a local-map keymap.
2369
2370 * simple.el (eval-expression-print-level): Change the type
2371 of the defcustom to allow nil.
2372
2373 * emacs-lisp/find-gc.el: Moved here from lisp/.
2374
2375 * international/quail.el (quail-completion-1):
2376 Reverse the ((CHAR . DEFN) ...) list before processing it.
2377 From Kenichi Handa <handa@etl.go.jp>.
2378
2379 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
2380 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
2381
2382 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
2383
2384 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
2385 aren't supported. This avoids the annoying gray strip drawn by
2386 the Windows version instead of the missing tool bar.
2387
2388 2001-08-29 Gerd Moellmann <gerd@gnu.org>
2389
2390 * menu-bar.el (menu-bar-options-menu): Make option text, messages
2391 and tooltips more consistent. From "Marshall, Simon"
2392 <Simon.Marshall@midas-kapiti.com>.
2393
2394 * startup.el (fancy-splash-screens): Temporarily set
2395 minor-mode-map-alist to nil while displaying splash screens.
2396
2397 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2398
2399 * buff-menu.el: Add Keywords header.
2400 Doc fix (C-x C-b is bound to list-buffers).
2401
2402 * dired-x.el: Add keyword files to get listed in finder.
2403 Remove confusing notes about GNU Emacs 19.
2404
2405 * dired.el, dired-aux.el: Add Keywords header.
2406
2407 2001-08-28 Andre Spiegel <spiegel@gnu.org>
2408
2409 * vc.el (vc-revert-file): Call the backend even if the FILE's
2410 contents can be reverted locally; pass new arg CONTENTS-DONE
2411 down to the backend.
2412
2413 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
2414 optional arg CONTENTS-DONE.
2415
2416 2001-08-28 Andrew Innes <andrewi@gnu.org>
2417
2418 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
2419
2420 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2421
2422 * makefile.nt (install): Copy more *.el files.
2423
2424 2001-08-28 Gerd Moellmann <gerd@gnu.org>
2425
2426 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
2427 instead of `w' which is already in use.
2428
2429 * gs.el (gs-load-image): Use sleep-for.
2430 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2431
2432 2001-08-28 Miles Bader <miles@gnu.org>
2433
2434 * replace.el (query-replace-regexp-eval): Return args from
2435 `interactive' form in correct order.
2436
2437 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2438
2439 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
2440 major modes, don't create panes for modes for which
2441 mouse-buffer-menu-alist returns an empty alist.
2442
2443 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
2444
2445 * progmodes/hideshow.el: Update first-line description.
2446 Sync comments w/ maintainer version 5.31.
2447
2448 (hs-isearch-open): Default value now `code'.
2449 Fix docstring to use "code blocks" vs "comment blocks",
2450 as opposed to "block" vs "comment".
2451 (hs-flag-region): Accept `hs-isearch-open' value
2452 of `block' as synonymous w/ `code'.
2453 (hs-hide-block-at-point): For code blocks, pass `code'
2454 to `hs-flag-region' instead of `block'.
2455
2456 2001-08-28 Miles Bader <miles@gnu.org>
2457
2458 * comint.el (comint-next-prompt): Don't loop infinitely if
2459 {next,previous}-single-char-property-change returns its input
2460 position when the search fails.
2461
2462 2001-08-27 Miles Bader <miles@gnu.org>
2463
2464 * comint.el (comint-get-old-input-default): Don't signal an error
2465 if point is not on an input field; instead, return the current
2466 line (using `comint-bol' to skip any prompt, in case we're not
2467 using fields at all).
2468
2469 * man.el (Man-mode-line-format): Variable removed.
2470 (Man-mode): Change `mode-line-buffer-identification' instead of
2471 `mode-line-format'.
2472
2473 2001-08-27 Gerd Moellmann <gerd@gnu.org>
2474
2475 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
2476 From Simon Josefsson <jas@extundo.com>.
2477
2478 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
2479
2480 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
2481 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2482
2483 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
2484 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2485
2486 * emacs-lisp/lselect.el: Ditto.
2487
2488 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
2489 Remove periods from the end of error message strings.
2490 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2491
2492 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
2493 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2494
2495 * net/telnet.el: Ditto.
2496
2497 2001-08-26 Gerd Moellmann <gerd@gnu.org>
2498
2499 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
2500 KEYMAP to the call to define-minor-mode.
2501
2502 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
2503
2504 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
2505 Replace some of the undefined characters with emulations of bidi
2506 formatting characters and Niqud as per SI 1311-1.
2507 (IT-unicode-translations): Ditto.
2508 (IT-display-table-setup, IT-setup-unicode-display):
2509 Fill characters without translations with dos-unsupported-char-glyph.
2510
2511 2001-08-24 Simon Josefsson <jas@extundo.com>
2512
2513 * hl-line.el (hl-line-mode): Don't be a global mode.
2514 (global-hl-line-mode): New function.
2515
2516 2001-08-24 Gerd Moellmann <gerd@gnu.org>
2517
2518 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
2519 being reset by Ghostscript. Don't kill the gs process.
2520 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2521
2522 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2523
2524 * term/mac-win.el: Require scroll-bar.
2525
2526 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
2527
2528 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
2529
2530 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2531
2532 * hexl.el (hexl-insert-multibyte-char) New function.
2533 (hexl-quoted-insert, hexl-self-insert-command)
2534 (hexl-insert-hex-char, hexl-insert-decimal-char)
2535 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
2536 Fix the doc strings accordingly.
2537 (hexl-insert-char): Reject characters whose code is above 255.
2538 Doc fix.
2539 (hexl-mode-map): Copy the global keymap instead of creating a
2540 sparse keymap, and bind all self-inserting characters to
2541 hexl-self-insert-command.
2542
2543 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
2544
2545 * wid-edit.el (text): Re-order docstring correctly.
2546
2547 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
2548
2549 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
2550
2551 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
2552
2553 * simple.el (line-number-mode): Mention the variable
2554 line-number-display-limit-width in the doc string.
2555
2556 2001-08-22 Gerd Moellmann <gerd@gnu.org>
2557
2558 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
2559 Temporarily select EVENT's window for switching buffers.
2560 (mode-line-bury-buffer): New function.
2561 (mode-line-buffer-identification-keymap): Use it instead of
2562 bury-buffer. Bind down-mouse events to prevent global down-mouse
2563 events from shining through.
2564
2565 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
2566
2567 * newcomment.el (comment-beginning): Make sure the comment-start
2568 we found isn't a comment-end (in cases where confusion is possible).
2569
2570 2001-08-22 Miles Bader <miles@gnu.org>
2571
2572 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
2573 before writing it, so that hard-links don't see new version.
2574
2575 2001-08-21 Gerd Moellmann <gerd@gnu.org>
2576
2577 * gs.el (gs-set-ghostview-colors-window-prop):
2578 Call x-change-window-property with 3rd arg FRAME.
2579 (gs-load-image): Wait for a previous Ghostscript process
2580 to complete before starting a new one.
2581
2582 * image.el (image-type-regexps): Make sure that the TIFF
2583 pattern is only matched at the beginning of a string.
2584 From Markus Rost <rost@math.ohio-state.edu>.
2585
2586 * international/swedish.el: Pre-Mule file removed. From Jonas
2587 Oberg <jonas@gnu.org>.
2588
2589 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
2590
2591 * whitespace.el (whitespace-abort-on-error): Add custom variable
2592 to whitespace to abort a write-file if whitespace is detected in file.
2593
2594 * whitespace.el (whitespace-write-file-hook): Hook to be called
2595 when writing a file. If `whitespace-abort-on-error' is set, the
2596 write will abort on detecting whitespaces.
2597 If `whitespace-auto-cleanup' is set, the file will be cleaned
2598 automatically prior to writing.
2599
2600 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
2601 whitespaces in the error output!
2602
2603 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
2604 `indent-tabs-mode', since the latter notes user preferences on
2605 TABs anyway.
2606
2607 * whitespace.el (whitespace-version): 3.1. All of the above issues
2608 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
2609
2610 2001-08-20 Gerd Moellmann <gerd@gnu.org>
2611
2612 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
2613 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2614
2615 * whitespace.el (whitespace-global-mode): Add autoload cookie.
2616
2617 2001-08-20 Alex Schroeder <alex@gnu.org>
2618
2619 * sql.el (sql-db2): Doc change.
2620
2621 2001-08-20 Alex Schroeder <alex@gnu.org>
2622
2623 * sql.el (sql-postgres): Add the database at the end of the
2624 parameters instead of at the beginning.
2625 (sql-postgres-options): Doc change.
2626
2627 2001-08-17 Gerd Moellmann <gerd@gnu.org>
2628
2629 * custom.el (defcustom): Doc fix.
2630
2631 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2632
2633 * ps-mule.el (find-composition): Check if (char-after POS)
2634 returns a valid character.
2635
2636 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
2637
2638 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
2639 original-point for extra CR characters that are added/removed when
2640 the buffer is written/read whose EOL type is -dos.
2641
2642 2001-08-16 Miles Bader <miles@gnu.org>
2643
2644 * simple.el (line-move): Undo previous change.
2645
2646 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
2647 property to input-terminating `boundary' overlays to avoid
2648 line-move wierdness.
2649
2650 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2651
2652 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
2653 buffer in a save-restriction. Under one test case with Ediff,
2654 window-scroll-functions are run with a window start that's
2655 temporarily outside of the restriction.
2656
2657 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
2658
2659 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
2660 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
2661 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
2662 (texinfo-update-menu-region-beginning)
2663 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
2664 command, @ifnottex, to regexps, so it is found.
2665
2666 2001-08-16 Andrew Innes <andrewi@gnu.org>
2667
2668 * makefile.nt (DONTCOMPILE): Omit bindings.el.
2669 (DONTCOMPILE): Omit sc.el.
2670
2671 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
2672 (DONTCOMPILE): Omit sc.el.
2673
2674 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2675
2676 * replace.el (occur): Bind inhibit-read-only to t.
2677
2678 2001-08-16 Miles Bader <miles@gnu.org>
2679
2680 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
2681 calling `constrain-to-field', to avoid problems with comint prompts.
2682
2683 2001-08-15 Gerd Moellmann <gerd@gnu.org>
2684
2685 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
2686 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
2687
2688 * ediff-mult.el (ediff-get-meta-info): Fix the condition
2689 of a while-loop.
2690
2691 * Makefile.in (DONTCOMPILE): Remove sc.el.
2692
2693 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
2694 Don't include term/.
2695
2696 * mail/sc.el: Moved to obsolete/.
2697
2698 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2699
2700 * ps-print.el: Change error function arguments to follow Emacs
2701 message convention. Doc fix.
2702 (ps-print-version): New version number (6.5.4).
2703 (coding-system-for-write): Change declaration position to avoid
2704 XEmacs compilation gripes.
2705 (coding-system-for-read, buffer-file-coding-system):
2706 Declarations to avoid XEmacs compilation gripes.
2707
2708 * ps-mule.el: Doc fix.
2709 (ps-mule-encode-header-string): If STRING is not a string, replace
2710 STRING by empty string.
2711
2712 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
2713
2714 * frame.el (show-trailing-whitespace): Doc fix.
2715
2716 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
2717
2718 * desktop.el (desktop-save): Insert the coding: tag before
2719 desktop-header.
2720
2721 2001-08-13 Gerd Moellmann <gerd@gnu.org>
2722
2723 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
2724 its path from $els.
2725
2726 * image.el (image-jpeg-p): Fix call of substring.
2727
2728 2001-08-10 Gerd Moellmann <gerd@gnu.org>
2729
2730 * play/animate.el (animate-string): Doc fix. Use a buffer
2731 name with stars in it.
2732 (animate-sequence): New function.
2733 From Richard Stallman <rms@gnu.org>.
2734
2735 * frame.el (select-frame-set-input-focus): New function
2736 extracted from other-frame.
2737 (other-frame): Use it.
2738 (next-multiframe-window, previous-multiframe-window): Use it.
2739
2740 * isearch.el (isearch-other-meta-char): Don't switch to the
2741 buffer of a window clicked on, when the current buffer is
2742 in Isearch mode.
2743
2744 * image.el (image-jpeg-p): Test for APPn markers in the range
2745 #xe0..#xef.
2746
2747 2001-08-09 Gerd Moellmann <gerd@gnu.org>
2748
2749 * desktop.el (desktop-save): Don't use concat to form a file
2750 name, use expand-file-name.
2751
2752 * mouse.el (mouse-delete-window): Do nothing if frame has just
2753 one window.
2754
2755 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
2756 for the minor mode name.
2757
2758 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
2759 minor mode name.
2760
2761 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
2762 instead of make-mode-line-mouse2-map.
2763
2764 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
2765 the minor mode name.
2766
2767 * emacs-lisp/easy-mmode.el (define-minor-mode):
2768 Use mode-line-minor-mode-keymap for the minor mode name.
2769
2770 * calendar/calendar.el (calendar-mode-line-format):
2771 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
2772
2773 * bindings.el (make-mode-line-mouse-map): Renamed from
2774 make-mode-line-mouse2-map. Take additional arg MOUSE.
2775 (mode-line-modified): Use mouse-3 instead of mouse-2.
2776 (mode-line-buffer-identification-keymap): Bind keys differently.
2777 (propertized-buffer-identification): Adapt help-echo to new bindings.
2778
2779 * bindings.el (mode-line-format): Specify help-echo for line
2780 number, column number and buffer-percent part of the mode-line.
2781
2782 * image.el (image-type-regexps): Allow whitespace at the start
2783 of the image data for XPM, XBM and Postscript, which are
2784 text files.
2785 (image-jpeg-p): Correct calculation of next field offset.
2786
2787 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2788
2789 * battery.el: Fix typo.
2790
2791 2001-08-08 Gerd Moellmann <gerd@gnu.org>
2792
2793 * image.el (image-type-regexps): Allow predicates. Change the way
2794 JPEG images are recognized.
2795 (image-jpeg-p): New function.
2796 (image-type-from-data): Handle predicates in image-type-regexps.
2797
2798 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
2799 #:, #x, #o, and similar constructs.
2800
2801 2001-08-07 Gerd Moellmann <gerd@gnu.org>
2802
2803 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
2804
2805 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
2806 instead of `progn'.
2807
2808 * tar-mode.el (tar-extract): Avoid generating a new buffer
2809 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
2810
2811 * textmodes/paragraphs.el (forward-sentence): Avoid building
2812 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
2813
2814 * progmodes/executable.el (executable-set-magic):
2815 If executable-find returns a quoted file name, unquote it before
2816 inserting it.
2817
2818 * image.el (image-type-regexps): For JPEG files, use a regexp
2819 derived from the JFIF spec.
2820
2821 * image.el (image-type-regexps): Use `\`' instead of `^' in
2822 most regular expressions.
2823
2824 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2825
2826 * play/animate.el: Re-insert a reference to re-inserted function.
2827
2828 2001-08-06 Gerd Moellmann <gerd@gnu.org>
2829
2830 * help.el (describe-function-1): Use find-function-search-for-symbol
2831 instead of find-function-noselect because the latter follows aliases.
2832
2833 * play/animate.el (animate-birthday-present): Re-insert.
2834
2835 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
2836 Handle old-style menu definitions.
2837
2838 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2839
2840 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
2841 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
2842
2843 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
2844 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
2845 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
2846
2847 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2848
2849 * textmodes/tildify.el: Milan Zamazal has new address.
2850
2851 2001-08-03 Gerd Moellmann <gerd@gnu.org>
2852
2853 * custom.el (custom-set-variables): Don't test `custom-requests'
2854 properties, check the third element of the options passed to
2855 custom-set-variables instead.
2856
2857 * info.el (info-insert-file-contents): Use info-file-exists-p
2858 instead of file-exists-p.
2859
2860 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
2861 the mode-line face is restored. Fix several bugs.
2862
2863 * replace.el (perform-replace): Doc fix.
2864
2865 2001-08-02 Francesco Potorti` <pot@gnu.org>
2866
2867 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
2868 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
2869 (uniquify-fix-item-base, uniquify-fix-item-filename)
2870 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
2871 Callers changed.
2872 (uniquify-set-proposed): Changed to work with a vector item.
2873 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
2874 the fix list, and a list of strings for the non-file buffer
2875 names. Both changes reduce consing.
2876 (uniquify-rationalize-a-list): Local variable renaming.
2877 (uniquify-rationalize-conflicting-sublist): Use member instead of
2878 assoc.
2879 (uniquify-rename-buffer): Use unless instead of if not.
2880
2881 2001-08-02 Gerd Moellmann <gerd@gnu.org>
2882
2883 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
2884
2885 * custom.el (custom-set-variables): Set options with :require
2886 clauses last.
2887
2888 * custom.el (defcustom): Doc fix.
2889
2890 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
2891
2892 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
2893
2894 * man.el (man): Mention Man-switches in the doc string.
2895 (Man-switches): Mention -a in the doc string.
2896
2897 * textmodes/ispell.el (ispell-alternate-dictionary):
2898 Add /usr/share/lib/dict/words, for Irix.
2899
2900 * bindings.el: Bind shifted and control-shifted kp-* keys to the
2901 corresponding non-kp keys. Suggested by Stephen Gildea
2902 <gildea@stop.mail-abuse.org>.
2903
2904 2001-08-01 Francesco Potorti` <pot@gnu.org>
2905
2906 * uniquify.el: These changes correct a corner case that the old
2907 code managed correctly.
2908 (uniquify-fix-item-proposed): Renamed from
2909 uniquify-fix-item-min-proposed.
2910 (uniquify-set-proposed): New function.
2911 (uniquify-rationalize-file-buffer-names): Code reshuffled for
2912 clarity and speed.
2913 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
2914 This is equivalent to what the old code did.
2915 (uniquify-rationalize-a-list): Never recompute the proposed
2916 name. Sort the conflicting sublist before rationalising it: this
2917 is equivalent to what the old code did, but one directory element
2918 at a time, and only when necessary.
2919 (uniquify-rationalize-conflicting-sublist): Recompute here the
2920 proposed name.
2921
2922 2001-08-01 Gerd Moellmann <gerd@gnu.org>
2923
2924 * play/animate.el: Add Keywords and Maintainer. Remove a
2925 reference to a removed function.
2926
2927 * play/animate.el (animate-string): Handle case that the string is
2928 longer than the window is wide.
2929
2930 2001-07-31 Gerd Moellmann <gerd@gnu.org>
2931
2932 * desktop.el (desktop-save): Bind coding-system-for-write to
2933 `emacs-mule' for write-region.
2934
2935 * delsel.el (delete-selection-pre-hook): Don't set this-command
2936 to `ignore' if the region is empty.
2937
2938 * international/mule.el (set-keyboard-coding-system):
2939 Set keyboard-coding-system.
2940
2941 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
2942 before accessing it.
2943
2944 2001-07-30 Andreas Schwab <schwab@suse.de>
2945
2946 * menu-bar.el (toggle-highlight-paren-mode):
2947 Use `(show-paren-mode)' as body.
2948
2949 2001-07-30 Andre Spiegel <spiegel@gnu.org>
2950
2951 * vc.el (vc-checkout-hook): New hook.
2952 (vc-checkout): Run it.
2953
2954 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
2955
2956 * progmodes/make-mode.el (makefile-macroassign-regex):
2957 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
2958
2959 2001-07-30 Gerd Moellmann <gerd@gnu.org>
2960
2961 * vc.el (vc-switch-backend): Fix autoload cookie.
2962
2963 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
2964 the desktop file.
2965
2966 2001-07-30 Simon Josefsson <jas@extundo.com>
2967
2968 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
2969 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2970
2971 2001-07-27 Gerd Moellmann <gerd@gnu.org>
2972
2973 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
2974 (last-sexp-toggle-display): Renamed from last-sexp-print.
2975 (last-sexp-toggle-display, eval-last-sexp-1):
2976 Use last-sexp-setup-props.
2977
2978 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2979 New user-options.
2980 (mouse-wheel-change-button): New function.
2981 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
2982 (mwheel-scroll): Ditto.
2983
2984 2001-07-26 Gerd Moellmann <gerd@gnu.org>
2985
2986 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
2987 `...', compare with unabbreviated printed representation instead.
2988 (last-sexp-print): Bind print-length and print-level to nil.
2989
2990 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
2991 before assigning text properties. Make properties rear-nonsticky.
2992
2993 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
2994 (eval-last-sexp-1): Give printed text a `keymap' property and bind
2995 <mouse-2> and <RET> in that map to a function printing the
2996 unabbreviated value.
2997
2998 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
2999 is a buffer, put a text property `printed-value' on the printed
3000 representation, with the Lisp object printed as value.
3001
3002 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3003
3004 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3005 Mention the effect of eval-expression-print-length and
3006 eval-expression-print-level in the doc strings. Suggested by
3007 Kevin Gallagher <kevingal@onramp.net>.
3008
3009 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3010
3011 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3012 for buttons > 3.
3013 (xterm-mouse-translate): Handle the case that we don't get a
3014 down-event.
3015
3016 * emacs-lisp/find-func.el (find-function-regexp):
3017 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3018 in front of the function name.
3019
3020 * isearch.el (isearch-other-meta-char): Fix last change.
3021
3022 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3023 similar events for which fake prefix keys are generated. It's no
3024 longer necessary since read_key_sequence doesn't modify these
3025 events for internal purposes anymore.
3026
3027 * files.el (auto-mode-alist): Use nroff-mode for files ending
3028 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3029
3030 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3031
3032 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3033 tool-bar-lines parameter, behave as if its value were zero.
3034 (mouse-avoidance-set-pointer-shape): Don't do anything if
3035 x-pointer-shape is not boundp.
3036
3037 2001-07-23 Francesco Potorti` <pot@gnu.org>
3038
3039 * uniquify.el: Overall speedup changes when using many buffers.
3040 (uniquify-fix-item-base, uniquify-fix-item-filename)
3041 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3042 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3043 place in the item, but was never used.
3044 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3045 in the item is now used as cache for the proposed name.
3046 (uniquify-rationalize-file-buffer-names): Move computation made on
3047 newbuffile out of the loop, in the newbuffile-nd local var.
3048 Use dolist (cosmetic change). Compute the proposed name for the most
3049 common case and cache it in the fourth place in the item.
3050 (uniquify-rationalize-file-buffer-names): Used to return a a list
3051 of buffer whose name was changed, but that return value was never used.
3052 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3053 the cached proposed name, does much less consing and is quicker.
3054 (uniquify-filename-lessp): Deleted.
3055 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3056 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3057 cached proposed name is possible.
3058 (uniquify-get-proposed-name): Arguments changed, callers changed.
3059 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3060 uniquify-possibly-resolvable flag, which is no more bound locally.
3061 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3062 flag, which does not exist any more.
3063
3064 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3065
3066 * term/internal.el (IT-unicode-translations): Fix the appearance of
3067 "6`".
3068
3069 * progmodes/compile.el (compile-internal): If EMACS is already
3070 defined in the environment, don't override its value.
3071
3072 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3073
3074 * play/fortune.el: Undo change of 2001-07-13.
3075 Fix autoload cookies. Add types to defcustoms.
3076 (fortune) <defgroup>: Add :link.
3077 (fortune-from-region): Use eq, not eql.
3078 From Dave Love <fx@gnu.org>.
3079
3080 * play/animate.el (animate-birthday-present): Function removed.
3081
3082 * play/animate.el: New file.
3083
3084 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3085
3086 * startup.el (normal-top-level-add-subdirs-to-load-path):
3087 On Windows, put into normal-top-level-add-subdirs-inode-list the
3088 canonicalized names of the directories instead of inode numbers.
3089
3090 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3091
3092 * ediff-util.el: Copyright years.
3093 (ediff-choose-syntax-table): New function.
3094 (ediff-setup): Use ediff-choose-syntax-table.
3095 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3096 vc-state is available.
3097 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3098
3099 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3100 with-syntax-table.
3101 (ediff-coding-system-for-read): From ediff-diff.el
3102 (ediff-coding-system-for-write): New variable.
3103 (ediff-highest-priority): Fixed the bug having to do with disappearing
3104 overlays.
3105 (ediff-file-remote-p): Use file-remote-p, if available.
3106 (ediff-listable-file): New function.
3107 (ediff-file-attributes): Use ediff-listable-file.
3108
3109 * ediff-mult.el (ediff-meta-insert-file-info1):
3110 Use ediff-listable-file.
3111
3112 * ediff-ptch.el (ediff-prompt-for-patch-file):
3113 Use ediff-coding-system-for-read.
3114 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3115
3116 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3117 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3118
3119 * ediff.el: Date of last update, copyright years.
3120
3121 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3122
3123 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3124 of Scott Bronson.
3125 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3126 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3127 Deleted functions.
3128 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3129 ex-token-list.
3130 (viper-get-ex-address-subr): Convert registers to char data type.
3131
3132 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3133 (viper-memq-char): Use viper-int-to-char.
3134 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3135 vc-locking-state.
3136 (viper-read-key): Use viper-read-key-sequence.
3137
3138 * viper.el (viper-major-mode-modifier-list):
3139 Added inferior-emacs-lisp-mode.
3140 (this-major-mode-requires-vi-state): New function that uses simple
3141 heuristics to decide if vi state is appropriate.
3142 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3143 (viper-non-hook-settings): Don't advise read-key-sequence.
3144 (viper-read-key-sequence): New function that replaces the
3145 previously used advice to read-key-sequence.
3146
3147 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3148 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3149 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3150 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3151 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3152 Got rid of the negative character hack.
3153 (viper-escape-to-state,viper-replace-state-exit-cmd):
3154 Use viper-read-key-sequence.
3155 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3156 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3157 Don't override existing minibuffer-setup-hook.
3158 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3159 Convert registers to char data type.
3160 (viper-autoindent): Use viper-indent-line.
3161
3162 * viper-keym.el: Use viper-exec-key-in-emacs.
3163
3164 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3165
3166 * server.el (server-visit-files): Fix variable name typo.
3167
3168 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3169
3170 * simple.el (delete-trailing-whitespace): Save match data
3171 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3172
3173 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3174
3175 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3176 return a this-error using the alternative format (a pair of markers).
3177
3178 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3179
3180 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3181
3182 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3183 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3184
3185 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3186
3187 * international/iso-transl.el: Fix typo in the header of the file.
3188
3189 * textmodes/picture.el (picture): Doc fix.
3190
3191 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3192 follow coding conventions in generated files.
3193
3194 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3195
3196 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3197 (tool-bar-add-item): Don't call image-related primitives if the
3198 display doesn't support images.
3199
3200 * frame.el (display-images-p): New function.
3201
3202 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3203
3204 * server.el (server-visit-files): Handle the case the specified
3205 column number is <= 0.
3206
3207 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3208
3209 * startup.el (command-line-1): Add support for +LINE:COLUMN
3210 command line argument.
3211
3212 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3213
3214 * server.el (server-process-filter, server-visit-files):
3215 Add support for +LINE:COLUMN style emacsclient calls.
3216
3217 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3218
3219 * emacs-lisp/easy-mmode.el: Add Keywords header.
3220
3221 * play/pong.el: Author has new address.
3222
3223 * play/landmark.el: Author is no more reachable.
3224
3225 * play/handwrite.el: Author is no more reachable.
3226
3227 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3228
3229 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3230 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3231 Complete bindings for F<1..12> keys.
3232 (global-map): Remove `undo' binding (already in the default).
3233 Replace `t<n>' bindings with `f<n>' bindings.
3234
3235 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3236
3237 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3238 (tcl-mode): Use tcl-add-log-defun.
3239 (tcl-indent-line): Use tcl-calculate-indent.
3240 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3241 (tcl-indent-exp): Renamed from indent-tcl-exp.
3242 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3243 (tcl-indent-for-comment): Call comment-indent-function properly
3244 and handle the case where it returns nil.
3245
3246 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3247
3248 * calendar/cal-islam.el (calendar-goto-islamic-date):
3249 Remove autoload cookie.
3250
3251 * calendar/calendar.el (calendar-goto-islamic-date):
3252 Add call to autoload.
3253
3254 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3255
3256 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3257 Don't change compile-auto-highlight globally.
3258 Don't bother with `font-lock-defaults' property since XEmacs
3259 also understands the `font-lock-defaults' variable.
3260 Use make-local-variable rather than make-variable-buffer-local.
3261 Don't `defconst' comment-indent-function: keep the default.
3262 Call easy-menu-add unconditionally.
3263 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3264 (ada-create-menu): Use :included for Emacs as well.
3265
3266 * vc.el (vc-do-command): Autoload.
3267
3268 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3269
3270 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3271
3272 * ps-print.el: Fix Author: header.
3273
3274 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3275
3276 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3277 mouse-1 etc., bind them to `ignore'.
3278
3279 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3280 send-invisible, which is already defined in Comint.
3281 (eshell-watch-for-password-prompt): Use it.
3282
3283 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3284
3285 * which-func.el (which-func-mode): Doc fix.
3286
3287 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3288 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3289 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3290 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3291 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3292 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3293 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3294 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3295 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3296 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3297 * emulation/edt-mapper.el, emulation/edt-pc.el,
3298 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3299 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3300 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3301 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3302 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3303 * international/isearch-x.el, international/iso-cvt.el,
3304 * international/ogonek.el, international/quail.el,
3305 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3306 * language/devanagari.el, language/ethio-util.el,
3307 * language/ethiopic.el, language/european.el, language/indian.el,
3308 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3309 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3310 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3311 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3312 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3313 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3314 * progmodes/autoconf.el, progmodes/cmacexp.el,
3315 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3316 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3317 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3318 * progmodes/ebnf2ps.el, progmodes/executable.el,
3319 * progmodes/fortran.el, progmodes/idlw-shell.el,
3320 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3321 * progmodes/m4-mode.el, progmodes/mantemp.el,
3322 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3323 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3324 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3325 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3326 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3327 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3328 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3329 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3330 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3331 * textmodes/two-column.el, time-stamp.el, timezone.el,
3332 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3333 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3334 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3335 conventions.
3336
3337 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3338
3339 * simple.el (set-variable): Require 'cus-edit' instead of
3340 `wid-edit', so that the Custom widgets get defined.
3341
3342 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3343
3344 * allout.el: A fix to follow coding conventions.
3345
3346 * find-lisp.el: A fix to follow coding conventions.
3347
3348 * term/w32-win.el: A fix to follow coding conventions.
3349
3350 * textmodes/sgml-mode.el: A fix to follow coding conventions.
3351
3352 * term/xterm.el: A fix to follow coding conventions.
3353
3354 * term/news.el: A fix to follow coding conventions.
3355
3356 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
3357 header line fixed.
3358
3359 * sun-curs.el: Fix Maintainer: header line.
3360
3361 * emacs-lisp/easymenu.el: Address of the author added.
3362
3363 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3364
3365 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
3366 property.
3367
3368 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3369
3370 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
3371 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
3372 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
3373 Some fixes to follow coding conventions.
3374
3375 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3376
3377 * which-func.el (which-func-mode): Doc fix.
3378
3379 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
3380
3381 * net/rcompile.el (remote-compile): Use make-local-variable.
3382
3383 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
3384
3385 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
3386
3387 * mail/reporter.el (reporter-submit-bug-report):
3388 Don't abuse make-variable-buffer-local. Fix call to add-hook.
3389
3390 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3391
3392 * calendar/cal-china.el, calendar/cal-coptic.el,
3393 * calendar/cal-dst.el, calendar/cal-french.el,
3394 * calendar/cal-hebrew.el, calendar/cal-islam.el,
3395 * calendar/cal-iso.el, calendar/cal-julian.el,
3396 * calendar/cal-mayan.el, calendar/cal-persia.el,
3397 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
3398 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
3399 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
3400 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
3401 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3402 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
3403 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
3404 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
3405 * progmodes/ada-xref.el, progmodes/cc-align.el,
3406 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
3407 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3408 * progmodes/cc-langs.el, progmodes/cc-menus.el,
3409 * progmodes/cc-styles.el, progmodes/cc-vars.el,
3410 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
3411 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
3412 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
3413 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
3414 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
3415 * textmodes/reftex.el: Some fixes to follow coding
3416 conventions in Eshell files with known maintainers.
3417
3418 * emulation/viper.el: A fix to follow coding conventions.
3419
3420 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
3421 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
3422 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
3423 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
3424 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
3425 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
3426 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
3427 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
3428 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
3429 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
3430 conventions in Eshell files.
3431
3432 * composite.el, diff.el, emacs-lisp/levents.el,
3433 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
3434 * emulation/pc-mode.el, emulation/viper-cmd.el,
3435 * emulation/viper-ex.el, emulation/viper-init.el,
3436 * emulation/viper-keym.el, emulation/viper-macs.el,
3437 * emulation/viper-mous.el, emulation/viper-util.el,
3438 * emulation/viper.el, forms-pass.el, international/ccl.el,
3439 * international/characters.el, international/encoded-kb.el,
3440 * international/fontset.el, international/ja-dic-cnv.el,
3441 * international/ja-dic-utl.el, international/kinsoku.el,
3442 * international/kkc.el, international/mule-cmds.el,
3443 * international/mule-diag.el, international/mule-util.el,
3444 * international/mule.el, international/titdic-cnv.el,
3445 * language/china-util.el, language/chinese.el,
3446 * language/cyril-util.el, language/cyrillic.el, language/english.el,
3447 * language/greek.el, language/hebrew.el, language/japan-util.el,
3448 * language/japanese.el, language/korea-util.el, language/korean.el,
3449 * language/lao-util.el, language/lao.el, language/misc-lang.el,
3450 * language/slovak.el, language/thai-util.el, language/thai.el,
3451 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
3452 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
3453 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
3454 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
3455 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
3456 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
3457 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
3458 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
3459 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
3460 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
3461 to follow coding conventions in files without maintainer or in files
3462 with clear maintainer (but without Maintainer header stating so).
3463
3464 * emacs-lisp/elp.el: A fix to follow coding conventions.
3465
3466 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
3467 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
3468 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
3469 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
3470 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
3471 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
3472 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
3473 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
3474 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
3475 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
3476 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
3477 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
3478 conventions in files from Gnus.
3479
3480 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
3481 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
3482 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
3483 * echistory.el, electric.el, emacs-lisp/authors.el,
3484 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
3485 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
3486 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
3487 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
3488 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
3489 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
3490 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
3491 * international/codepage.el, international/iso-ascii.el,
3492 * international/iso-insert.el, international/iso-transl.el,
3493 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
3494 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
3495 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
3496 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
3497 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
3498 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
3499 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
3500 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
3501 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
3502 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
3503 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
3504 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
3505 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
3506 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
3507 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
3508 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
3509 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
3510 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
3511 * textmodes/tex-mode.el, textmodes/text-mode.el,
3512 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
3513 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
3514 * vt100-led.el, window.el: Some fixes to follow coding conventions in
3515 files maintained by FSF.
3516
3517 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3518
3519 * arc-mode.el: A fix to follow coding conventions.
3520
3521 * bindings.el: Ditto.
3522
3523 * cdl.el: Ditto.
3524
3525 * comint.el: Ditto.
3526
3527 * cus-start.el: Ditto.
3528
3529 * shell.el: Ditto.
3530
3531 * skeleton.el: Ditto.
3532
3533 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
3534
3535 * info.el (Info-build-node-completions):
3536 Make Info-current-file-completions buffer local.
3537
3538 2001-07-13 Gerd Moellmann <gerd@gnu.org>
3539
3540 * which-func.el (which-func-mode, which-func-ff-hook)
3541 (which-function-mode): Remove references to which-func-mode-global.
3542
3543 * calendar/cal-islam.el (calendar-goto-islamic-date):
3544 Add autoload cookie.
3545
3546 * play/fortune.el: Add types to defcustoms.
3547
3548 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3549
3550 * language/czech.el: A fix to follow coding conventions.
3551
3552 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3553
3554 * speedbar.el (speedbar-supported-extension-expressions): Add .g
3555 to the extension list, for antlr-mode. From Christoph Wedler
3556 <Christoph.Wedler@sap.com>.
3557
3558 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
3559
3560 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
3561 (vc-dired-mode-map): Fix the madness.
3562
3563 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
3564 (vc-prefix-map): Moved back from vc.el.
3565
3566 2001-07-11 Gerd Moellmann <gerd@gnu.org>
3567
3568 * mail/mail-extr.el (mail-extr-all-top-level-domains):
3569 Increase the size of the obarray.
3570 (mail-extr-all-top-level-domains): Add more toplevel domains,
3571 add more long names.
3572 From: Per Starback <starback@ling.uu.se>.
3573
3574 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3575
3576 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
3577 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3578
3579 * progmodes/ada-mode.el: Ditto.
3580
3581 * progmodes/ada-xref.el: Ditto.
3582
3583 2001-07-11 Miles Bader <miles@gnu.org>
3584
3585 * finder.el (finder-insert-at-column): Also move to the next line
3586 if exactly at COLUMN.
3587
3588 2001-07-10 Gerd Moellmann <gerd@gnu.org>
3589
3590 * help.el (describe-function-1): When printing FUNCTION's
3591 documentation, don't assume FUNCTION is a symbol.
3592
3593 * startup.el (normal-top-level): Don't operate on the initial
3594 frame if we failed to create one.
3595
3596 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
3597
3598 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
3599 itself, i.e. only indent the contents in it.
3600
3601 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
3602
3603 * mail/rmail.el (rmail-show-message): Show beginning of message in
3604 all windows containing it.
3605
3606 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
3607
3608 * term/tty-colors.el: Fix the header line and copyright years.
3609
3610 2001-07-09 Gerd Moellmann <gerd@gnu.org>
3611
3612 * emacs-lisp/advice.el (ad-make-advised-definition): If the
3613 original definition has an interactive form, but is Elp
3614 instrumented, use the interactive form of the function called by
3615 elp-wrapper.
3616
3617 * winner.el (winner-equal): Make it a defun. Don't compare Winner
3618 configurations with compare-window-configuration; they aren't
3619 window configurations.
3620
3621 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
3622 from the server for the format we expect. Don't use it if it
3623 doesn't look like what the Internet draft for FTP extensions specifies.
3624
3625 * toolbar/*.pbm: Cleaned up.
3626 From Luis Fernandes <elf@ee.ryerson.ca>.
3627
3628 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3629
3630 * cc-cmds.el: Extended the kludge to interoperate with the
3631 delsel and pending-del packages wrt to the new function
3632 `c-electric-delete-forward'.
3633
3634 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
3635
3636 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
3637 to delay the call to <mode> for global minor modes.
3638 (easy-mmode-define-navigation): Only recenter if interactive.
3639
3640 2001-07-06 Gerd Moellmann <gerd@gnu.org>
3641
3642 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
3643 to lisp-indent-line.
3644
3645 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
3646 from the server. Call encode-time only when we are sure that we
3647 got a 213 response.
3648
3649 2001-07-06 Simon Josefsson <jas@extundo.com>
3650
3651 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
3652 (mail-envelope-from): New user option.
3653 (sendmail-send-it): Use it.
3654
3655 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3656
3657 * ps-print.el: Use locale dependant date to print date in header.
3658 Doc fix.
3659 (ps-print-version): New version number (6.5.3).
3660 (ps-right-header, ps-right-footer): Initialization and doc fix.
3661 (ps-time-stamp-locale-default): New fun.
3662
3663 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3664
3665 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
3666 field problem with MIME-mode.
3667
3668 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
3669
3670 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3671
3672 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
3673 MIME-mode.
3674
3675 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
3676
3677 * bindings.el (mode-line-mule-info): Don't show the tip with
3678 buffer-file-coding-system if that is nil.
3679
3680 2001-07-05 Gerd Moellmann <gerd@gnu.org>
3681
3682 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
3683 instead of kill-line.
3684
3685 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
3686 <Pavel@Janik.cz>.
3687
3688 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
3689 <Pavel@Janik.cz>.
3690
3691 2001-07-04 Gerd Moellmann <gerd@gnu.org>
3692
3693 * font-lock.el (c-font-lock-keywords-3): When matching something
3694 like `struct X Y', finish with point after Y.
3695
3696 2001-07-04 Simon Josefsson <jas@extundo.com>
3697
3698 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
3699 in caller buffer.
3700
3701 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
3702
3703 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
3704 instead of string-match to find the basename of the file.
3705 From Pascal Obry <p.obry@wanadoo.fr>.
3706
3707 * net/browse-url.el (browse-url-default-windows-browser):
3708 Support the MS-DOS port when it runs on Windows.
3709 (browse-url-browser-function) [ms-dos]: Default to
3710 browse-url-default-windows-browser.
3711
3712 * help.el (locate-library): Enable code that looks for compressed
3713 libraries if auto-compression-mode is on.
3714
3715 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
3716
3717 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
3718
3719 2001-07-02 Gerd Moellmann <gerd@gnu.org>
3720
3721 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
3722
3723 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
3724
3725 * allout.el: Fix the header line, so that finder.el recognizes it.
3726 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3727
3728 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
3729 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3730
3731 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3732
3733 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
3734
3735 * ps-bdf.el (bdf-directory-list): Use the value relative to
3736 installation-directory for MS-Windows as well.
3737
3738 2001-06-29 Richard M. Stallman <rms@gnu.org>
3739
3740 * wid-edit.el (widget-color-sample-face-get):
3741 Return ((foreground-color . COLOR)) instead of constructing a face.
3742
3743 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3744
3745 * faces.el (region): Change the background color for the
3746 light-background color display to lightgoldenrod2, to make it
3747 visible on some laptops.
3748
3749 2001-06-28 Richard M. Stallman <rms@gnu.org>
3750
3751 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
3752 (rmail-msg-restore-non-pruned-header): Likewise.
3753 If point was in the old pruned header, put it at the top.
3754 (rmail-msg-prune-header): If point was at the top, keep it there.
3755
3756 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
3757 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
3758
3759 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
3760
3761 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
3762
3763 2001-06-28 Karl Fogel <kfogel@red-bean.com>
3764
3765 * saveplace.el: Update maintainer email address.
3766
3767 2001-06-27 Francesco Potorti` <pot@gnu.org>
3768
3769 * uniquify.el: (uniquify-rationalize-file-buffer-names):
3770 Undo previous change.
3771
3772 2001-06-27 Francesco Potorti` <pot@gnu.org>
3773
3774 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
3775 preliminary quick reordering. Can speed things up dramatically.
3776
3777 2001-06-26 Richard M. Stallman <rms@gnu.org>
3778
3779 * dired.el (dired-get-filename): A file name starting with ~
3780 is not absolute in this context.
3781
3782 * which-func.el (which-func-maxout): Increase default to 500000.
3783 (which-function-mode): This is now the "real" name of the function.
3784 (which-func-mode): Now an alias.
3785 (which-func-mode-global): Name deleted.
3786
3787 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
3788 button-2, when binding hs-mouse-toggle-hiding.
3789
3790 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3791
3792 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
3793 (rmail-msg-prune-header): Likewise.
3794 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
3795 and `rmail-msg-prune-header'.
3796
3797 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
3798
3799 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
3800 back than LINEBEG.
3801
3802 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
3803
3804 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
3805 window where they clicked the mouse has a header line, adjust
3806 vertical movement by one.
3807
3808 2001-06-25 Milan Zamazal <pdm@zamazal.org>
3809
3810 * progmodes/glasses.el (glasses-make-readable): Consider underscores
3811 too when separating a parenthesis.
3812
3813 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
3814
3815 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3816 (bookmark-bmenu-hide-filenames): Add help-echo to
3817 mouse-highlighted text.
3818 (bookmark-bmenu-show-filenames): Remove help-echo property from
3819 the whitespace.
3820
3821 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
3822
3823 * files.el (auto-mode-alist): Add configure.ac (autoconf).
3824 From Karl Eichwalder <ke@suse.de>.
3825
3826 2001-06-23 Richard M. Stallman <rms@gnu.org>
3827
3828 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
3829
3830 * progmodes/cc-styles.el (c-set-style): Don't specify initial
3831 contents for completing-read.
3832
3833 2001-06-22 Richard M. Stallman <rms@gnu.org>
3834
3835 * menu-bar.el (menu-bar-make-toggle): Construct the
3836 function's doc string from HELP, not DOC, and make it accurate by
3837 adding "Toggle whether to " at the front and downcasing the initial.
3838 Change the HELP arg in some calls to make it fit this usage.
3839
3840 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
3841 Undo previous change.
3842
3843 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
3844
3845 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
3846
3847 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
3848
3849 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
3850
3851 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
3852
3853 * dabbrev.el (dabbrev--select-buffers): Fix last change.
3854
3855 2001-06-20 Richard M. Stallman <rms@gnu.org>
3856
3857 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
3858 broken out from dabbrev--find-expansion. Handle minibuffer
3859 specially here.
3860 (dabbrev--find-expansion): Simplify code in various ways.
3861 Don't treat minibuffers specially.
3862 Call dabbrev--make-friend-buffer-list.
3863 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
3864 (dabbrev--scanning-message): Do nothing when minibuffer is current.
3865
3866 2001-06-19 John Wiegley <johnw@gnu.org>
3867
3868 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
3869 Also, added a comment describing how to greatly speedup Eshell
3870 loadup time, by concatenating together all of Eshell's .elc files.
3871
3872 2001-06-19 John Wiegley <johnw@gnu.org>
3873
3874 * eshell/esh-mode.el: Disabled a test that often yields false failures.
3875
3876 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
3877
3878 * woman.el (WoMan-highlight-references): Add help-echo to
3879 mouse-highlighted text.
3880
3881 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
3882
3883 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
3884
3885 2001-06-18 Gerd Moellmann <gerd@gnu.org>
3886
3887 * international/quail.el (quail-start-conversion):
3888 Reset quail-translating to nil.
3889
3890 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
3891 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
3892
3893 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
3894
3895 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
3896 mouse-highlighted text.
3897
3898 * dired.el (dired-mark-pop-up): Fix last change.
3899
3900 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3901
3902 * calendar/calendar.el (generate-calendar-month): Add help-echo to
3903 mouse-highlighted text.
3904
3905 * net/quickurl.el (quickurl-url-file): Run through
3906 convert-standard-filename.
3907 (quickurl-list-populate-buffer): Add help-echo to
3908 mouse-highlighted text.
3909 (top-level): Update Dave's URL.
3910
3911 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
3912 mouse-highlighted text.
3913
3914 * textmodes/page-ext.el (pages-copy-header-and-position):
3915 Add help-echo to mouse-highlighted text.
3916
3917 * tar-mode.el (tar-header-block-summarize): Add help-echo to
3918 mouse-highlighted text.
3919
3920 * replace.el (occur): Add help-echo to mouse-highlighted text.
3921
3922 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
3923 mouse-highlighted text.
3924
3925 * progmodes/cpp.el (cpp-make-button): Add help-echo to
3926 mouse-highlighted text.
3927
3928 * progmodes/compile.el (compile-reinitialize-errors):
3929 Add help-echo to mouse-highlighted messages.
3930 (compilation-forget-errors): Remove help-echo property as well.
3931
3932 * play/landmark.el (lm-plot-square, lm-init-display):
3933 Add help-echo to mouse-highlighted text.
3934
3935 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
3936 Add help-echo to mouse-highlighted text.
3937
3938 * dired.el (dired-insert-set-properties): Add help-echo to
3939 mouse-highlighted text.
3940 (dired-mark-pop-up): Remove help-echo property from the file name.
3941
3942 * comint.el (comint-send-input): Add help-echo to
3943 mouse-highlighted text.
3944
3945 * buff-menu.el (list-buffers-noselect): Add help-echo to
3946 mouse-highlighted text.
3947
3948 * arc-mode.el (archive-summarize-files): Add help-echo to
3949 mouse-highlighted text.
3950
3951 * ffap.el (ffap-machine-p): Always return nil if
3952 open-network-stream is not fboundp.
3953
3954 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
3955
3956 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
3957 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
3958 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
3959 incorrectly binding chars between 128 and 256 to it.
3960 (sgml-maybe-name-self): Handle latin-1 chars properly.
3961 (sgml-tags-invisible): Bind buffer-file-name to nil.
3962 Use unwind-protect and restore-buffer-modified-p.
3963 (sgml-point-entered): Use buffer-substring-no-properties.
3964 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
3965 (html-mode): Don't force `imenu-sort-function'.
3966
3967 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3968
3969 * tar-mode.el: Fix the copyright notice.
3970
3971 * font-lock.el (font-lock-comment-face): For tty's with dark
3972 background, use "red1", since "lightred" is not one of the colors
3973 recognized by tty-colors.el.
3974
3975 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
3976 create a buffer for extracted file, in case there's more than one
3977 file by that name in an archive, possibly in different
3978 directories. From Kevin Rodgers <kevinr@ihs.com>.
3979
3980 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
3981 <alex@gnu.org>.
3982
3983 2001-06-15 Miles Bader <miles@gnu.org>
3984
3985 * textmodes/texinfmt.el (texinfo-format-syntax-table):
3986 Revert previous change.
3987
3988 2001-06-14 Richard M. Stallman <rms@gnu.org>
3989
3990 * replace.el (keep-lines-read-args): Return just a regexp.
3991 Provide nil for the region args.
3992 (keep-lines, flush-lines, how-many):
3993 Calculate the defaults for the region here, when args are nil.
3994
3995 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3996
3997 * rot13.el (rot13-other-window): Some more doc fix.
3998
3999 2001-06-14 Per Starback <starback@ling.uu.se>
4000
4001 * replace.el (case-replace, query-replace-from-history-variable)
4002 (query-replace-to-history-variable, keep-lines-read-args)
4003 (occur-revert-function, query-replace-help): Dox fix.
4004
4005 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4006
4007 * rot13.el (rot13-other-window): Doc fix.
4008
4009 2001-06-14 Miles Bader <miles@gnu.org>
4010
4011 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4012 of " and \ to "." (punctuation).
4013 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4014
4015 2001-06-13 Richard M. Stallman <rms@gnu.org>
4016
4017 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4018
4019 * simple.el (shell-command-on-region): Never kill the
4020 *Shell Command Output* buffer.
4021
4022 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4023
4024 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4025
4026 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4027
4028 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4029 New var, to recognize ${ $' and PODs.
4030 (perl-font-lock-syntactic-face-function): New function.
4031 (perl-mode): Use them.
4032 (perl-continuation-line-p): New function, from perl-calculate-indent.
4033 (perl-calculate-indent): Use it, to properly handle continuation
4034 lines of continuation lines.
4035
4036 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4037
4038 * server.el (server-process, server-buffer-clients): Doc fix.
4039 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4040
4041 2001-06-09 John Wiegley <johnw@gnu.org>
4042
4043 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4044 test if the last command was Lisp or not.
4045 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4046 B x C".
4047
4048 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4049
4050 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4051 general one on compile.el supports drive letters.
4052
4053 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4054
4055 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4056 key description.
4057
4058 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4059
4060 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4061 (reftex-toc-jump): New command.
4062
4063 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4064 to parse international characters as well.
4065
4066 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4067 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4068
4069 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4070
4071 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4072 TAB to the key separators.
4073
4074 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4075
4076 * international/mule.el (auto-coding-alist): Remove redundant
4077 up-cased versions of the extensions (auto-coding-alist-lookup is
4078 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4079 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4080
4081 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4082
4083 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4084
4085 2001-06-01 Richard M. Stallman <rms@gnu.org>
4086
4087 * help.el (describe-variable): Put value on same line
4088 with preceding text, if it is short enough to look good that way.
4089
4090 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4091
4092 * term/internal.el (IT-unicode-translations): New variable.
4093 (IT-setup-unicode-display): New function.
4094
4095 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4096
4097 * ps-print.el: Handle before-string and after-string overlay properties
4098 in ps-print-*-with-faces commands. Doc fix.
4099 (ps-print-version): New version number (6.5.2).
4100 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4101 for XEmacs.
4102 (ps-prefix-quote): Doc fix.
4103 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4104 (ps-basic-plot-str, ps-plot-string): New funs.
4105
4106 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4107
4108 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4109 and :type spec.
4110
4111 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4112
4113 * international/mule-cmds.el (inactivate-input-method):
4114 Set input-method-function to nil.
4115
4116 * xml.el (xml-parse-tag): The document may contain invalid characters.
4117 From ShengHuo ZHU <zsh@cs.rochester.edu>
4118
4119 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4120
4121 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4122 `rmail-summary-line-decoder' if the message does not have
4123 a Subject: field.
4124
4125 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4126
4127 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4128 New variable.
4129 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4130 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4131 is non-nil.
4132
4133 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4134
4135 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4136
4137 2001-05-29 Sam Steingold <sds@gnu.org>
4138
4139 * faces.el (face-valid-attribute-values): Bind `valid' directly
4140 instead of using `setq'.
4141
4142 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4143 Use `tex-shell-buf'.
4144 (tex-shell-proc): Use `tex-shell-running'.
4145 (tex-shell-buf-no-error): New function.
4146 (tex-send-tex-command): Use it.
4147 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4148 (tex-kill-job): Check the process before calling `quit-process'.
4149
4150 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4151
4152 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4153 UTF-8 sequences.
4154
4155 2001-05-28 Miles Bader <miles@gnu.org>
4156
4157 * comint.el (comint-carriage-motion): Renamed from
4158 `comint-cr-magic'. Operate on the buffer instead of the string
4159 (for use as a comint post-output filter, instead of as a
4160 pre-output filter). Handle backspaces too. Add to the
4161 `comint-output-filter-functions' hook instead of
4162 `comint-preoutput-filter-functions'.
4163
4164 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4165
4166 * language/japan-util.el (japanese-hankaku): Prefer the charset
4167 `jisx0201' when the optional argument `ascii-only' is not specified.
4168 (japanese-hankaku-region): Ditto.
4169 From Katsumi Yamaoka <yamaoka@jpl.org>
4170
4171 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4172
4173 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4174 (outline-invisible-p): New function.
4175 (hide-leaves): Save excursion.
4176 (hide-other): Stop looping when reaching bobp.
4177
4178 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4179
4180 * cus-edit.el (custom-file): Fix last change.
4181
4182 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4183
4184 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4185 same definition in byte-compile-function-environment as `autoload'
4186 would put in `symbol-function'.
4187
4188 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4189 patch to correct the error message as well.
4190
4191 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4192
4193 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4194 unless ~/.emacs exists.
4195
4196 * novice.el (enable-command): If user-init-file is nil or does not
4197 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4198
4199 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4200
4201 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4202 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4203 Allow spaces around macro arguments.
4204 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4205 indent-for-tab-command.
4206 (latex-mode-map, plain-tex-mode-map): New keymaps.
4207 Inherit from tex-mode-map.
4208 (tex-common-initialization): Don't setup the keymap any more
4209 since it's now done right by define-derived-mode.
4210 (latex-mode): Set skeleton-end-hook to nil.
4211 (latex-skeleton-end-hook): Remove.
4212 (tex-latex-block, latex-insert-item): Simplify.
4213 (latex-syntax-after): Use following-char rather than char-after.
4214 (tex-discount-args-cmds, tex-count-words): New functions.
4215
4216 * textmodes/tildify.el (tildify-ignored-environments-alist):
4217 Recognize \verb* as well.
4218
4219 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4220 (perl-comment-indent): Simplify to let newcomment.el do its job.
4221 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4222 (perl-mark-function): Cleanup the namespace.
4223 (perl-calculate-indent): Don't be fooled by nested functions.
4224
4225 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4226
4227 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4228 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4229
4230 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4231
4232 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4233 actually be `\\'.
4234 (ctlau-b5-converter): Likewise.
4235
4236 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4237
4238 * international/titdic-cnv.el (quail-misc-package-ext-info):
4239 Change CTLauB.el to CTLau-b5.el.
4240
4241 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4242
4243 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4244 rather than beginning-of-line to avoid problems with fields.
4245 (gud-perldb-massage-args): Use unless and push.
4246 (gud-chdir-before-run): New var.
4247 (gud-common-init): Use it.
4248
4249 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4250
4251 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4252 delete entries for chinese-ctlau and chinese-ctlaub.
4253 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4254 chinese-ctlaub.
4255 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4256 New functions.
4257
4258 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4259
4260 * cus-edit.el (custom-comment-show): Remove debug code.
4261
4262 * language/japan-util.el (japanese-symbol-table): Fix handling of
4263 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4264
4265 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4266
4267 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4268 Renamed by removing the silly `-flag' suffix.
4269 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4270
4271 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4272
4273 * replace.el (keep-lines-read-args): Use `copy-marker'.
4274 (how-many): Save excursion properly.
4275 (occur-mode): Use define-derived-mode.
4276 (perform-replace): Use with-current-buffer.
4277
4278 2001-05-20 Richard M. Stallman <rms@gnu.org>
4279
4280 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4281
4282 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4283
4284 * info.el (Info-read-subfile): Widen before finding the
4285 desired node in the subfile.
4286
4287 * startup.el (command-line-1): When >2 files visited,
4288 leave the last one visible, and make that the selected window.
4289
4290 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4291
4292 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4293
4294 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4295
4296 * international/ccl.el (define-ccl-program): Fix a typo.
4297 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4298
4299 * international/mule.el (decode-char): Fix a typo. From Pavel
4300 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4301
4302 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4303 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4304
4305 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4306 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4307
4308 2001-05-18 Sam Steingold <sds@gnu.org>
4309
4310 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4311 and [RET] to `cvs-mode-find-file'.
4312
4313 2001-05-18 John Wiegley <johnw@gnu.org>
4314
4315 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4316 configuration variable, which determines the initial character
4317 that forces use of an external version of a command. The default
4318 is *, but may be set to \, for example.
4319
4320 * eshell/esh-ext.el (eshell-explicit-command):
4321 Use `eshell-explicit-command-char' instead of ?*.
4322
4323 * eshell/esh-cmd.el (eshell/which):
4324 Use `eshell-explicit-command-char' instead of ?*.
4325
4326 * eshell/em-cmpl.el (eshell-completion-command-name)
4327 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4328 instead of ?*.
4329
4330 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4331
4332 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4333 subst-char-in-string.
4334 (ange-ftp-after-parse-ls-hook): New variable.
4335 (ange-ftp-ls): Run that hook.
4336 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4337
4338 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4339 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4340 text into *Completions*.
4341
4342 * net/goto-addr.el (goto-address-at-point): Deal with URLs
4343 part of which look like email addresses.
4344
4345 2001-05-18 Andrew Innes <andrewi@gnu.org>
4346
4347 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
4348 Use . instead of absolute path for lisp dir, to avoid bug in W2K
4349 cmd.exe's handling of FOR loops.
4350 (autoloads): Set find-file-suppress-same-file-warnings to t to
4351 avoid slew of spurious messages.
4352
4353 2001-05-18 Simon Josefsson <simon@josefsson.org>
4354
4355 * mail/smtpmail.el (maybe-append-domain): Renamed to
4356 `smtpmail-maybe-append-domain'.
4357 (smtpmail-via-smtp): Use the new name.
4358
4359 * net/browse-url.el (browse-url-browser-function): Add kde.
4360 (browse-url-kde-program, browse-url-kde-args): New variables.
4361 (browse-url-kde): New function.
4362
4363 2001-05-18 Miles Bader <miles@gnu.org>
4364
4365 * simple.el (delete-horizontal-space, just-one-space):
4366 Use `constrain-to-field' instead of `field-end'/`field-beginning',
4367 because it's more efficient for large files.
4368
4369 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4370
4371 * mail/rmail.el (rmail-require-mime-maybe): New function.
4372 (rmail): Use it.
4373 (rmail-mode): Handle the case of finding Rmail files.
4374
4375 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
4376 functions.
4377
4378 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
4379
4380 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
4381 text-property after moving to the beginning of line and regardless
4382 of the value of font-lock-multiline.
4383
4384 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4385
4386 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
4387
4388 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
4389 last coding system used before calling set-buffer-modified-p
4390 because that function changes last-coding-system.
4391
4392 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
4393
4394 * files.el (switch-to-buffer-other-window)
4395 (switch-to-buffer-other-frame): Add an xref to display-buffer in
4396 the doc string.
4397
4398 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4399
4400 * language/slovak.el, language/czech.el: New maintainer.
4401
4402 2001-05-16 Sam Steingold <sds@gnu.org>
4403
4404 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
4405 sub-form of `defgeneric' correctly.
4406
4407 2001-05-16 Gerd Moellmann <gerd@gnu.org>
4408
4409 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
4410 of `c'.
4411
4412 * textmodes/outline.el (outline-font-lock-level): Remove the
4413 condition-case, test what outline-level returns instead, to
4414 ease debugging.
4415
4416 * international/mule.el (auto-coding-regexp-alist): New user-option.
4417 (auto-coding-from-file-contents): New function.
4418 (set-auto-coding): Use it to determine a coding system.
4419
4420 2001-05-15 Gerd Moellmann <gerd@gnu.org>
4421
4422 * mouse.el (mouse-delete-other-windows): Doc fix.
4423
4424 * emacs-lisp/lisp-mode.el (lisp-mode):
4425 Make font-lock-keywords-case-fold-search a buffer-local variable with
4426 make-local-variable before setting it.
4427
4428 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
4429
4430 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
4431 prefixes.
4432
4433 2001-05-14 Gerd Moellmann <gerd@gnu.org>
4434
4435 * hexl.el (hexl-current-address): Print a message when called
4436 interactively.
4437
4438 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
4439
4440 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
4441
4442 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
4443
4444 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
4445
4446 2001-05-11 Gerd Moellmann <gerd@gnu.org>
4447
4448 * startup.el (command-line): If parameters have been changed in
4449 the init files which influence font selection, clear the face
4450 cache so that faces get realized with the new parameters.
4451
4452 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
4453
4454 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
4455
4456 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
4457
4458 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
4459
4460 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
4461 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
4462
4463 2001-05-10 Gerd Moellmann <gerd@gnu.org>
4464
4465 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
4466 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
4467
4468 2001-05-09 John Wiegley <johnw@gnu.org>
4469
4470 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4471 Annotated the documentation string to tell users about
4472 `eshell-no-numeric-conversions'.
4473
4474 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
4475 conversions if a Lisp function has the property
4476 `eshell-no-numeric-conversions' set to a non-nil value.
4477
4478 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
4479 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
4480 property `eshell-no-numeric-conversions' on the following
4481 functions (which all deal with filesystem entities, and never Lisp
4482 numerical values): eshell/cd, eshell/pushd, eshell/popd,
4483 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
4484 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
4485 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
4486 eshell/which, eshell/addpath.
4487
4488 2001-05-09 John Wiegley <johnw@gnu.org>
4489
4490 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
4491 encountered as an argument, don't convert it right away, but tag
4492 the first character of the string with the text properties
4493 `number', which signifies to `eshell-lisp-command' that the
4494 argument should be passed through `string-to-number' if it is
4495 actually used in the call to a Lisp function.
4496
4497 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
4498 function, convert any string arguments that have been tagged as
4499 "numbers", by calling string-to-number.
4500
4501 * eshell/esh-util.el (eshell-number-regexp): Now that number
4502 conversions only happen for Lisp function calls, the number regexp
4503 should now match all integer and floating point forms.
4504
4505 * eshell/esh-proc.el: Disable `eshell-stop-process' and
4506 `eshell-continue-process', since they are both nonfunctional at
4507 the moment.
4508 (eshell-proc-initialize): Don't bind keys for
4509 `eshell-stop-process' or `eshell-continue-process'.
4510
4511 * eshell/em-unix.el (eshell-shuffle-files):
4512 Apply `directory-file-name' before calling `file-name-directory'.
4513
4514 * eshell/em-hist.el (eshell-add-to-history): Reference to
4515 `eshell-history-ring' needed to be `eshell-history-index'.
4516
4517 * calendar/timeclock.el (timeclock-find-discrep):
4518 Initialize `elapsed' to 0.
4519 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
4520 it's still nil.
4521
4522 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
4523
4524 * arc-mode.el (archive-int-to-mode): Construct the string directly.
4525 (archive-mode): Use capitalize.
4526 (archive-unique-fname): Use make-temp-file.
4527
4528 2001-05-09 Gerd Moellmann <gerd@gnu.org>
4529
4530 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
4531
4532 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
4533
4534 * tar-mode.el (tar-extract): Pay attention to the value of
4535 coding-system-for-read, if it is non-nil.
4536
4537 * calendar/holidays.el (holidays): Add an autoload cookie.
4538 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4539
4540 2001-05-08 John Wiegley <johnw@gnu.org>
4541
4542 * calendar/timeclock.el (timeclock-workday-remaining):
4543 Changed logic for determining how much time is remaining.
4544 (timeclock-workday-elapsed): Don't accept a "relative" argument
4545 for the current day's elapsed time. What could that have meant?
4546 (timeclock-workday-elapsed-string): No "relative" argument anymore.
4547 (timeclock-when-to-leave): Changed logic, similarly to what was
4548 done for `timeclock-workday-remaining'.
4549 (timeclock-find-discrep): Removed "today-only" argument, which had
4550 no meaning. Fixed some more math problems. The function now
4551 returns a three member list: (TOTAL-TIME-DISCREPANCY
4552 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
4553
4554 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4555
4556 * w32-fns.el (convert-standard-filename): Start replacing slashes
4557 from the beginning of the file name, not from where the last
4558 invalid character was. From "Andrew Maguire (SWW)"
4559 <Andrew.Maguire@Smallworld.co.uk>
4560
4561 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
4562
4563 The following changes are to provide infrastructure for handling
4564 MIME messages to rmail. They don't affect the original behaviour
4565 if rmail-enable-mime is nil.
4566
4567 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
4568 (rmail-search-mime-message-function)
4569 (rmail-search-mime-header-function): New variables.
4570 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
4571 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
4572 `rmail-view-buffer' is hidden.
4573 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
4574 call rmai-show-mime-function.
4575 (rmail-display-labels): If rmail-enable-mime is non-nil, update
4576 mode-line-process of rmail-view-buffer.
4577 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
4578 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
4579 buffer.
4580 (rmail-next-message, rmail-next-undeleted-message): Be sure to
4581 set-buffer to the Rmail buffer.
4582 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
4583 rmail-search-mime-header-function.
4584 (rmail-search-message): New function.
4585 (rmail-search): Call rmail-search-message to check if a message
4586 matches REGEXP, lastly update point after calling
4587 rmail-show-message.
4588 (rmail-undelete-previous-message, rmail-expunge-confirmed)
4589 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
4590 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
4591 header region, refer to rmail-msgref-vector while setting the
4592 current buffer to rmail-buffer temporarily.
4593 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
4594 If rmail-enable-mime is non-nil, call
4595 rmail-insert-mime-forwarded-message-function instead of inserting
4596 forwarded message by itself.
4597
4598 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
4599 Rmail buffer.
4600 (rmail-set-label, rmail-next-labeled-message): Likewise.
4601
4602 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
4603 set-buffer to the Rmail buffer.
4604 (rmail-output-to-rmail-file): Likewise.
4605 (rmail-output): Likewise.
4606
4607 * mail/rmailsum.el (rmail-message-subject-p): Process the result
4608 of mail-fetch-field by rmail-summary-line-decoder.
4609 (rmail-new-summary): Be sure to go to the Rmail buffer.
4610 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
4611 rmail-view-buffer to nil.
4612 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
4613 rmail-view-buffer.
4614 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
4615 rmail-buffer.
4616 (rmail-summary-scroll-msg-down): Likewise.
4617 (rmail-summary-beginning-of-message): Likewise.
4618 (rmail-summary-wipe): Likewise.
4619 (rmail-summary-toggle-header): Use save-window-excursion, not
4620 save-excursion. Update point in rmail-view-buffer, not in
4621 rmail-buffer.
4622 (rmail-summary-reply): Before calling rmail-reply, set buffer to
4623 rmail-view-buffer, not rmail-buffer.
4624
4625 2001-05-07 Gerd Moellmann <gerd@gnu.org>
4626
4627 * cus-edit.el (custom-file): Signal an error if user-init-file is
4628 nil (running -q).
4629
4630 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
4631
4632 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4633 Add :version.
4634
4635 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4636 New option.
4637 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
4638 only if smtpmail-warn-about-unknown-extensions is set.
4639
4640 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
4641 instead of rmail-sort-by-keywords.
4642
4643 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
4644 rmail-sort-by-keywords.
4645
4646 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
4647 rmail-summary-sort-by-keywords. Doc fix.
4648 (rmail-summary-mode): Doc fix.
4649
4650 * mail/rmail.el (rmail-edit): New Custom group.
4651
4652 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
4653 (rmail-edit-mode-hook): New user-option.
4654
4655 2001-05-05 Richard M. Stallman <rms@gnu.org>
4656
4657 * help.el (help-xref-symbol-regexp): Recognize "source of"
4658 and friends, meaning make a link to the source file.
4659 (help-make-xrefs): Handle "source of" and friends
4660 by constructing a link that visits the source file.
4661
4662 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
4663
4664 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
4665
4666 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
4667 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
4668 Renamed from perl-font-lock-keywords to avoid clashes.
4669 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
4670 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
4671 Updated correspondingly.
4672
4673 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
4674 Typo `nonexistant' -> `nonexistent'.
4675
4676 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
4677
4678 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
4679 Split `c-electric-delete' into two functions where
4680 `c-electric-delete-forward' always deletes forward and
4681 `c-electric-delete' only contains the code necessary for XEmacs to
4682 choose between backward and forward deletion.
4683
4684 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
4685 get the electric behavior on that key too.
4686 (c-fill-paragraph): Fixed bogus direct use of
4687 c-comment-prefix-regexp, which caused an error when it's a list.
4688
4689 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4690
4691 * dired-aux.el (dired-diff): Doc fix.
4692
4693 * dired.el (dired-diff): Likewise.
4694
4695 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4696
4697 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4698
4699 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
4700
4701 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
4702 if both the buffer and the file are read-only.
4703
4704 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
4705 rather than font-lock-string-face.
4706 (sh-get-indent-info): Treat heredocs like strings.
4707
4708 2001-05-02 Gerd Moellmann <gerd@gnu.org>
4709
4710 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
4711 a newline following `}'.
4712 (texinfo-format-email): New function.
4713 (toplevel): Use texinfo-format-email for @email.
4714 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
4715 Add `display'.
4716 (texinfo-sort-region): Goto point-min before sorting.
4717 (texinfo-set): Remove leading white space from value.
4718 From yagi@is.titech.ac.jp.
4719
4720 * replace.el (query-replace-regexp-eval): Doc fix.
4721
4722 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
4723
4724 * diff-mode.el (diff-nonexistant-face): New face.
4725 (diff-font-lock-keywords): Use it.
4726
4727 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
4728
4729 * font-lock.el (font-lock-mode): Doc fix.
4730
4731 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
4732 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4733
4734 2001-04-30 Gerd Moellmann <gerd@gnu.org>
4735
4736 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
4737 backslash at the start of the here-document delimiter.
4738 (sh-font-lock-syntactic-keywords): Likewise.
4739
4740 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
4741
4742 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
4743
4744 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
4745 (tty-color-translate, tty-color-by-index, tty-color-values)
4746 (tty-color-desc): Doc fix.
4747
4748 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
4749
4750 * dired-aux.el (dired-do-create-files, dired-do-copy)
4751 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
4752 Mention dired-dwim-target in the doc string.
4753
4754 2001-04-28 Miles Bader <miles@gnu.org>
4755
4756 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
4757 (dabbrev--find-expansion): Use it.
4758 (dabbrev--select-buffers): Don't select ignored buffers.
4759
4760 2001-04-27 Gerd Moellmann <gerd@gnu.org>
4761
4762 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
4763
4764 2001-04-26 Richard M. Stallman <rms@gnu.org>
4765
4766 * dabbrev.el: Add doc strings for some functions.
4767 (dabbrev--eliminate-newlines): New variable.
4768 (dabbrev--substitute-expansion): Convert newlines to spaces
4769 if dabbrev--eliminate-newlines is set.
4770 If abbrev and expansion are both all-lower-case,
4771 leave dabbrev--last-case-pattern nil.
4772
4773 2001-04-26 Gerd Moellmann <gerd@gnu.org>
4774
4775 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
4776 if necessary, like in rmail-show-message.
4777
4778 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4779
4780 * ps-print.el: Color specified by number is forced to be float number.
4781 (ps-print-version): New version number (6.5.1.1).
4782 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
4783 initialization.
4784 (ps-prefix-quote): New internal var.
4785 (ps-print-quote): New fun.
4786 (ps-setup, ps-output-frame-properties, ps-float-format)
4787 (ps-format-color): Code fix.
4788 (ps-plot-region): Eliminate redundant foreground color text setting.
4789
4790 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
4791
4792 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
4793
4794 2001-04-25 Gerd Moellmann <gerd@gnu.org>
4795
4796 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
4797
4798 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4799
4800 * info.el (Info-additional-directory-list): Doc fix.
4801
4802 * find-lisp.el (find-lisp-find-dired-filter)
4803 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
4804 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4805
4806 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
4807
4808 * progmodes/make-mode.el (makefile-font-lock-keywords):
4809 Rationalize the rules for includes and conditionals and use the
4810 keyword face for them.
4811
4812 * faces.el (modify-face): Add compatibility for non-interactive use.
4813
4814 2001-04-24 John Wiegley <johnw@gnu.org>
4815
4816 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
4817 fix from last night, since it wasn't finding eshell/cd.
4818
4819 2001-04-24 Gerd Moellmann <gerd@gnu.org>
4820
4821 * rect.el (string-rectangle): Revert to 20.x behaviour.
4822 (replace-rectangle): Make it an alias for string-rectangle.
4823 (string-insert-rectangle): New function.
4824
4825 2001-04-23 John Wiegley <johnw@gnu.org>
4826
4827 * eshell/em-unix.el (eshell/diff): Fixed problems that were
4828 occurring with Emacs 21's diff.el/compile.el interaction layer.
4829
4830 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
4831
4832 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
4833 case where the function was defined in a file, but not part of an
4834 eshell module.
4835
4836 2001-04-23 John Wiegley <johnw@gnu.org>
4837
4838 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
4839 code to work around a redisplay problem I've been having.
4840
4841 2001-04-23 John Wiegley <johnw@gnu.org>
4842
4843 * calendar/timeclock.el (timeclock-day-required): If the time
4844 required for a particular day is not set, use `timeclock-workday'.
4845 (timeclock-find-discrep): Added some sample code in a comment.
4846
4847 * eshell/eshell.el (eshell-command): Made a few changes so that
4848 `eshell-command' could be called programmatically.
4849
4850 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
4851
4852 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
4853
4854 2001-04-23 John Wiegley <johnw@gnu.org>
4855
4856 * calendar/timeclock.el: Updated copyright.
4857 (timeclock-generate-report): Don't report the daily or two-week
4858 total, if no time has been worked in that period.
4859 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
4860 final computational form, which was unnecessary; corrected a
4861 parsing problem when timeclock-relative was nil.
4862
4863 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
4864
4865 * calendar/timeclock.el (timeclock-modeline-display): Check if
4866 `list-entry' is null.
4867 (timeclock-use-display-time): The first argument to `set-variable'
4868 must be a symbol.
4869
4870 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
4871
4872 * calendar/calendar.el (diary-entry-marker)
4873 (calendar-today-marker, calendar-holiday-marker):
4874 Use display-color-p instead of window-system.
4875 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
4876 instead of window-system.
4877 (calendar-hide-window): Use display-multi-frame-p instead of
4878 window-system.
4879
4880 * calendar/cal-x.el (calendar-two-frame-setup)
4881 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4882 Use display-multi-frame-p instead of window-system.
4883
4884 2001-04-23 Gerd Moellmann <gerd@gnu.org>
4885
4886 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
4887
4888 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
4889 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
4890
4891 2001-04-23 Alex Schroeder <alex@gnu.org>
4892
4893 * goto-addr.el: Instead of defining line-beginning-position and
4894 line-end-position a defalias is used for point-at-bol and point-at-eol.
4895
4896 2001-04-23 Alex Schroeder <alex@gnu.org>
4897
4898 * goto-addr.el: Added XEmacs compatibility code.
4899 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
4900
4901 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
4902
4903 * textmodes/paragraphs.el (sentence-end): Doc fix.
4904
4905 2001-04-20 Alex Schroeder <alex@gnu.org>
4906
4907 * sql.el (sql-escape-newlines-and-send): New function.
4908 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
4909
4910 2001-04-20 Alex Schroeder <alex@gnu.org>
4911
4912 * sql.el (sql-db2-program): New option.
4913 (sql-db2-options): New option.
4914 (sql-db2): New function.
4915
4916 2001-04-20 Alex Schroeder <alex@gnu.org>
4917
4918 * sql.el (sql-mode-menu): Added highlighting entries.
4919 (sql-highlight-oracle-keywords): New function.
4920 (sql-highlight-postgres-keywords): New function.
4921 (sql-highlight-ansi-keywords): New function.
4922
4923 2001-04-20 Alex Schroeder <alex@gnu.org>
4924
4925 * sql.el (sql-help): Doc change.
4926
4927 2001-04-19 Karl Fogel <kfogel@collab.net>
4928
4929 * saveplace.el (save-place-alist-to-file): Removed no-effect code
4930 that inserted file content only to delete it immediately.
4931 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
4932 <lektu@uol.com.br> for the patch.
4933
4934 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
4935
4936 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
4937
4938 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4939
4940 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
4941 for defmethod.
4942
4943 * comint.el (comint-cr-magic): New function.
4944 (toplevel): Add it to comint-preoutput-filter-functions.
4945
4946 2001-04-18 Andrew Innes <andrewi@gnu.org>
4947
4948 * makefile.w32-in (EMACSLOADPATH): Define.
4949 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
4950 (recompile): Remove stuff to set EMACSLOADPATH.
4951
4952 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4953
4954 * language/slovak.el ("Slovak"): Add tutorial entry.
4955
4956 * net/browse-url.el (browse-url-new-window-flag): Renamed from
4957 browse-url-new-window-p.
4958
4959 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4960
4961 * info.el (Info-menu-update): When there are no menus and/or no
4962 cross references in the node, make the respective items of the
4963 Info menu-bar menu inactive.
4964
4965 2001-04-17 Gerd Moellmann <gerd@gnu.org>
4966
4967 * indent.el (indent-for-tab-command): Call indent-line-function
4968 with no argument if PREFIX-ARG is non-nil.
4969
4970 * frame.el (delete-other-frames): Handle minibuffer-only frames.
4971
4972 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4973
4974 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
4975 an async subprocess if start-process is unavailable. Suggested by
4976 Tim Van Holder <tim.van.holder@pandora.be>.
4977
4978 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
4979
4980 * info.el (Info-additional-directory-list): Doc fix. Suggested by
4981 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4982
4983 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4984
4985 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
4986 manual.
4987
4988 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
4989
4990 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
4991 (cvs-menu): Add a few entries.
4992
4993 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
4994 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
4995 lock file appears to be reachable from Emacs.
4996 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
4997 (cvs-mode-find-file): Look for cvs-header-face rather than
4998 cvs-dirname-face (which doesn't exist).
4999 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5000
5001 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5002
5003 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5004
5005 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5006 normal-erase-is-backspace on a tty. Instead, bind some keys such
5007 as [delete] directly, like pc-select.el did before
5008 normal-erase-is-backspace was invented.
5009
5010 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5011
5012 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5013
5014 2001-04-11 John Wiegley <johnw@gnu.org>
5015
5016 * eshell/em-ls.el (eshell-ls-insert-directory):
5017 Set font-lock-defaults to nil, to prevent fontification in dired
5018 buffers, if Eshell's ls is being used.
5019
5020 2001-04-11 John Wiegley <johnw@gnu.org>
5021
5022 * calendar/timeclock.el (timeclock-completing-read): New function.
5023 (timeclock-ask-for-project, timeclock-ask-for-reason):
5024 Call `timeclock-completing-read'.
5025
5026 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5027 required where `member' was being used.
5028
5029 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5030
5031 * eshell/em-hist.el (eshell-previous-matching-input):
5032 Don't display "History item" if the the minibuffer is active.
5033
5034 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5035
5036 * startup.el (command-line): Output a newline after printing
5037 an error from loading the window system's init file.
5038
5039 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5040
5041 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5042 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5043 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5044 keywords whose arguments routinely include @@.
5045
5046 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5047
5048 * emacs-lisp/advice.el (ad-make-advised-definition):
5049 Construct advice for subrs differently.
5050
5051 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5052 regexp in parentheses when building the regexp for searching backwards.
5053
5054 * simple.el (completion-list-mode-finish): New function.
5055 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5056
5057 * language/european.el ("Polish"): Change sample text.
5058 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5059
5060 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5061 parameter.
5062
5063 * faces.el (menu): Doc fix.
5064
5065 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5066
5067 * ps-print.el: Footer implementation. Doc fix.
5068 (ps-print-version): New version number (6.5.1).
5069 (ps-header-frame-alist): New customization var for header frame
5070 properties.
5071 (ps-line-number-color): New customization var for line number color.
5072 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5073 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5074 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5075 (ps-right-footer): New customization vars for footers.
5076 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5077 footers.
5078 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5079 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5080 Code fix.
5081 (ps-prologue-file): Indentation fix.
5082 (ps-print-quote): Fun eliminated.
5083 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5084 (ps-output-frame-properties): New fun.
5085 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5086 (ps-skip-newline): Replace defun by defsubst.
5087
5088 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5089
5090 * eshell/eshell.el (eshell-command): Needed a "%s" format
5091 specifier, in case the buffer contains percent characters.
5092
5093 2001-04-10 John Wiegley <johnw@gnu.org>
5094
5095 * calendar/timeclock.el (timeclock-generate-report): Added a
5096 missing insert of the project name.
5097
5098 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5099
5100 * obsolete/profile.el: Moved from emacs-lisp/.
5101
5102 * Makefile.in (nonobsolete_setwins): New macro.
5103 (finder-data): Use it instead of `setwins'.
5104 From: Dave Love <fx@gnu.org>.
5105
5106 * server.el (server-visit-files): Set server-existing-buffer correctly.
5107 (server-visit-files): Run server-visit-hook after going to
5108 line 1 so that the hook can set point as it sees fit.
5109
5110 * bindings.el (mode-line-modified): Unify help messages.
5111
5112 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5113
5114 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5115 All callers changed.
5116
5117 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5118
5119 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5120 long file names aren't supported, truncate the file names in
5121 quail-misc-package-ext-info to 8+3 before matching them against
5122 FILENAME.
5123
5124 * dos-fns.el (dos-truncate-to-8+3): New function.
5125
5126 * progmodes/compile.el (grep-compute-defaults): Use null-device
5127 instead of literal /dev/null. Reported by Jens Schmidt
5128 <schmidt@mathematik.uni-kl.de>.
5129
5130 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5131
5132 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5133
5134 * textmodes/sgml-mode.el: Add unknown maintainer.
5135 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5136 (html-mode-map): Use set-keymap-parent.
5137
5138 2001-04-06 Dave Love <fx@gnu.org>
5139
5140 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5141 Remove redundant string-to-list.
5142
5143 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5144
5145 * composite.el (reference-point-alist): Doc fix.
5146
5147 2001-04-05 Sam Steingold <sds@gnu.org>
5148
5149 * font-lock.el (font-lock-keywords-case-fold-search):
5150 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5151 file made font-lock case-insensitive.
5152
5153 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5154
5155 * faces.el (defface menu): Doc fix.
5156
5157 * wid-edit.el (widget-color-sample-face-get): Don't make
5158 faces for undefined colors.
5159
5160 * version.el (emacs-version): Include LessTif/Motif version info.
5161
5162 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5163
5164 * ps-mule.el: Eliminate cl package dependence.
5165 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5166 if they aren't defined yet.
5167 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5168 Eliminate cl package dependence.
5169
5170 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5171
5172 * progmodes/cc-cmds.el (c-outline-level):
5173 Bind buffer-invisibility-spec. Originally from Dave Love, but
5174 got lost when incorporating version 5.26.
5175
5176 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5177
5178 * emulation/pc-select.el (pc-selection-mode):
5179 Call normal-erase-is-backspace-mode instead of binding
5180 keys individually.
5181
5182 * cus-load.el (normal-erase-is-backspace): Use it instead of
5183 delete-key-deletes-forward.
5184
5185 * startup.el (command-line): Use normal-erase-is-backspace and
5186 normal-erase-is-backspace-mode.
5187
5188 * simple.el (normal-erase-is-backspace): Rename from
5189 delete-key-deletes-forward. Doc fix.
5190 (normal-erase-is-backspace-mode): Rename from
5191 delete-key-deletes-forward-mode. Doc fix.
5192 Run normal-erase-is-backspace-hook.
5193
5194 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5195 ``human-readable'' format produced by GNU `ls'.
5196 (dired-move-to-filename-regexp): Recognize ISO format dates.
5197 From Paul Eggert <eggert@twinsun.com>.
5198
5199 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5200
5201 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5202 New functions.
5203 (lm-verify): Check keywords.
5204 From Eric M. Ludlam <eric@siege-engine.com>.
5205
5206 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5207
5208 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5209 `xemacs' feature instead of for the function `set-extent-property'.
5210
5211 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5212
5213 * mail/mh-utils.el (mh-folder-hist): New var.
5214 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5215
5216 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5217
5218 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5219 region, position point on the first or last 16-byte group.
5220 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5221 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5222 hexl-beginning-of-line.
5223
5224 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5225
5226 * icomplete.el (icomplete-mode): Treat an argument like other
5227 modes do.
5228
5229 * startup.el (fancy-splash-head): Use splash8.xpm for color
5230 depth 8.
5231
5232 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5233 Add an antry for ``converts''.
5234
5235 * language/slovak.el ("Slovak"): Add documentation string.
5236 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5237
5238 * language/czech.el ("Czech"): Add documentation string.
5239 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5240
5241 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5242 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5243
5244 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5245
5246 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5247 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5248 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5249 Use `defsubst' rather than a macro to ease debugging.
5250 (mail-extr-last): Remove (use `last' instead).
5251 (mail-extract-address-components): Properly reset the syntax-table
5252 after parsing an address. Use `last' rather than mail-extr-last.
5253 Make sure the end marker stays at the very end.
5254
5255 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5256
5257 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5258 last change.
5259
5260 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5261
5262 * ps-print.el: Line and paragraph spacing feature. Region to cut
5263 out when printing. Doc fix.
5264 (ps-print-version): New version number (6.5).
5265 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5266 New vars. Line and paragraph spacing feature.
5267 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5268 out when printing.
5269 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5270 (ps-get-font-size, ps-begin-job, ps-continue-line)
5271 (ps-plot-region): Code fix.
5272 (ps-print-prologue-2): Var eliminated.
5273 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5274 New internal vars.
5275 (ps-get-size): New fun.
5276 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5277 (ps-next-line): Replace defun by defsubst.
5278 (ps-mule-plot-string): Autoload doc fix.
5279
5280 * ps-bdf.el: XEmacs compatibility. Doc fix.
5281 (installation-directory, coding-system-for-read): Declare vars if
5282 it's not declared yet.
5283 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5284
5285 * ps-mule.el: XEmacs compatibility. Doc fix.
5286 (leading-code-private-22): Declare var if it's not declared yet.
5287 (charset-bytes, charset-dimension, charset-id, charset-width)
5288 (find-charset-region, split-char, char-width, chars-in-region)
5289 (forward-point, decompose-composite-char, encode-coding-string)
5290 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5291 Define funs if not defined yet.
5292 (encode-composition-rule, find-composition): Define funs if not
5293 loaded yet.
5294 (ps-mule-prologue): PostScript code fix.
5295
5296 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5297
5298 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5299 non-nil, generate font for the header strings.
5300 (ps-mule-prepare-font): Likewise.
5301 (ps-mule-generate-glyphs): Likewise.
5302 (ps-mule-string-encoding): Likewise.
5303 (ps-mule-header-charsets): New variable.
5304 (ps-mule-encode-header-string): New function.
5305 (ps-mule-header-string-charsets): New function.
5306 (ps-mule-begin-job): Check charsets in the header strings. If there
5307 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5308
5309 * ps-print.el (ps-generate-header-line): Encode the header string by
5310 ps-mule-encode-header-string.
5311 (ps-mule-encode-header-string): Declare autoload.
5312
5313 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5314
5315 * frame.el (cursor-in-non-selected-windows):
5316 Replaces show-cursor-in-non-selected-windows.
5317
5318 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5319
5320 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5321 Delete entries for "chinese-py" and "chinese-ziranma".
5322 (quail-misc-package-ext-info): New variable.
5323 (tsang-quick-converter): New function.
5324 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5325 (quick-cns-converter, py-converter, ziranma-converter)
5326 (miscdic-convert, batch-miscdic-convert): New functions.
5327
5328 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5329
5330 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5331 eight-bit-control chars.
5332
5333 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5334 Reduce making temporary vector (suggested by Dave Love).
5335
5336 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5337
5338 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5339 string as well.
5340
5341 2001-03-30 Andreas Schwab <schwab@suse.de>
5342
5343 * files.el (backup-directory-alist): Fix typo.
5344
5345 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5346
5347 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
5348 <eggert@twinsun.com>.
5349
5350 2001-03-30 Dave Love <fx@gnu.org>
5351
5352 * progmodes/fortran.el (fortran-comment-region): Fix typo.
5353
5354 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5355
5356 * simple.el (transient-mark-mode): Mention C-g in the doc string.
5357
5358 2001-03-30 Miles Bader <miles@gnu.org>
5359
5360 * subr.el (interactive-form): Fix paren typo.
5361
5362 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
5363
5364 * emacs-lisp/profile.el: Say that it's obsolete in the header
5365 line, so that finder.el puts that into its data-base.
5366 Suggested by Alex Schroeder <alex@gnu.org>.
5367
5368 2001-03-29 Paul Eggert <eggert@twinsun.com>
5369
5370 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
5371 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
5372
5373 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
5374
5375 * generic.el (generic-mode-set-comments): Use "" rather than nil
5376 for comment-end.
5377
5378 2001-03-29 Gerd Moellmann <gerd@gnu.org>
5379
5380 * emacs-lisp/advice.el (ad-make-advised-definition):
5381 Call interactive-form to obtain the interactive spec of subrs.
5382
5383 * subr.el (interactive-form): New function.
5384
5385 2001-03-29 Andre Spiegel <spiegel@gnu.org>
5386
5387 * vc-sccs.el (vc-sccs-register): Use relative file names.
5388
5389 2001-03-28 Gerd Moellmann <gerd@gnu.org>
5390
5391 * bookmark.el (bookmark-get-bookmark): Handle case that
5392 BOOKMARK is not a string.
5393
5394 * image.el (image-type-regexps): Change type for PS files
5395 to `postscript'.
5396
5397 * subr.el (read-passwd): Clear command history after each
5398 character entered. From: Stephen Gildea
5399 <gildea@stop.mail-abuse.org>.
5400
5401 2001-03-27 Kenichi Handa <handa@etl.go.jp>
5402
5403 * international/kkc.el (kkc-save-init-file): Locally bind
5404 print-length to nil.
5405
5406 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5407
5408 * textmodes/flyspell.el: Some doc fixes.
5409 (flyspell-maybe-correct-transposition)
5410 (flyspell-maybe-correct-doubling): Use a temporary buffer
5411
5412 * textmodes/ispell.el (ispell-parse-output): Doc fix.
5413
5414 * emacs-lisp/byte-opt.el (byte-optimize-while)
5415 (byte-optimize-form-code-walker): Diagnose too few arguments
5416 for `if' and `while'.
5417
5418 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5419
5420 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5421 Prepend `\' to "\<quail-translation-docstring>".
5422
5423 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5424
5425 * autorevert.el (global-auto-revert-non-file-buffers):
5426 Remove duplicate defcustom.
5427
5428 2001-03-26 Miles Bader <miles@gnu.org>
5429
5430 * international/latin1-disp.el (latin1-char-displayable-p):
5431 Add leading "-" for X font pattern.
5432
5433 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5434
5435 * international/mule-diag.el (describe-coding-system):
5436 For raw-text and emacs-mule, don't add anymore text about what
5437 charsets they can encode.
5438
5439 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
5440
5441 * help.el (view-lossage): Mention open-dribble-file in the doc
5442 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
5443
5444 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5445
5446 * skeleton.el (skeleton-internal-list): Fix bogus logic.
5447 (skeleton-pair-insert-maybe): Don't pair after a backslash.
5448
5449 2001-03-23 Kenichi Handa <handa@etl.go.jp>
5450
5451 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5452 Call ccl-execute-on-string directly so that CCL program handling
5453 multibyte sequence can work correctly.
5454 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
5455 property of the coding system.
5456
5457 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5458
5459 * textmodes/fill.el (fill-individual-paragraphs-prefix):
5460 Fix transcription typo.
5461
5462 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
5463
5464 * whitespace.el: Add buffer local variables to toggle testing of
5465 whitespaces in buffers without affecting the default values.
5466 Bump version to 3.0 to account for a few other changes.
5467 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
5468 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
5469 (whitespace-toggle-spacetab-check): New functions.
5470
5471 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
5472
5473 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
5474
5475 2001-03-21 Gerd Moellmann <gerd@gnu.org>
5476
5477 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
5478 bs-cycle-configuration-name. From Juanma Barranquero
5479 <lektu@uol.com.br>.
5480
5481 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
5482 and cc-vars.el.
5483
5484 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
5485 headers. Always invoke sendmail with option -t.
5486
5487 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5488
5489 * Release of cc-mode 5.28.
5490
5491 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5492
5493 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
5494 Removed the hardcoded switch to "java" style in Java mode.
5495 It's instead taken care of by the default value for c-default-style.
5496
5497 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5498
5499 * cc-align.el (c-lineup-math): Fix bug where lineup was
5500 triggered by equal signs in string literals.
5501
5502 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5503
5504 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
5505 limit detection when at the ends of the buffer.
5506
5507 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
5508 "for" statement clause in case 7F; a better one is done
5509 earlier in case 7D anyway.
5510
5511 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5512
5513 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
5514 somewhat more and did a small optimization.
5515
5516 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5517
5518 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
5519 Use the limit argument only to limit the syntactic context
5520 search, not to limit the actual movement.
5521
5522 * cc-cmds.el (c-beginning-of-statement): Move by sentence
5523 inside multiline strings, just like in comments. Also various
5524 fixes to the paragraph and comment prefix recognition, block
5525 comment ender handling etc.
5526
5527 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5528
5529 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
5530 the relative position of the point.
5531
5532 * cc-cmds.el (c-electric-continued-statement): New function to
5533 use as abbrev hook to reindent for keywords such as "else"
5534 that continues an earlier statement.
5535
5536 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
5537 like classes.
5538
5539 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
5540 (pike-mode): Populate the default abbrev tables to reindent for
5541 keywords such as "else" that can continue earlier statements.
5542 Abbrev mode is therefore turned on by default now. (Note that
5543 this doesn't apply to idl-mode, since IDL afaik doesn't have
5544 statements at all.)
5545
5546 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5547
5548 * cc-engine.el (c-inside-bracelist-p): Fix for handling
5549 bracelists where the declaration contains template arguments.
5550
5551 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5552
5553 * cc-cmds.el (c-comment-indent):
5554 Use `c-get-syntactic-indentation' to correctly calculate the
5555 syntactic indentation. Fixes bug with lineup functions that
5556 return vectors.
5557
5558 * cc-engine.el (c-get-syntactic-indentation): Split the
5559 indentation sum calculation from `c-indent-line' to a separate
5560 function.
5561
5562 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5563
5564 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
5565 Fixed places where it was assumed that preprocessor directives
5566 have to start in column zero.
5567
5568 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
5569 template arguments after a class identifier properly.
5570
5571 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
5572 lists for `new Foo[]' constructs in Java as expressions and
5573 not top level definition brace lists on the top level, so that
5574 they'll get indented consistently with the same type of
5575 expression in a normal block.
5576
5577 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5578
5579 * cc-cmds.el (c-fill-paragraph): The kludge that checks
5580 whether the adaptive filling package fails to keep the comment
5581 prefix is now kludged further to check for filladapt-mode
5582 which doesn't have that problem. This is really icky, but it's
5583 the only way that works with the current misfeatures/bugs in
5584 both adaptive-fill-mode and filladapt-mode.
5585
5586 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
5587 around point is recognized more robust.
5588
5589 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5590
5591 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
5592 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
5593 (c-lit-type): Fixed all internal variables used dynamically so
5594 that they are always bound.
5595
5596 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
5597 errors:
5598
5599 (c-indent-region): Fixed reporting of syntactic errors so that
5600 the region is fully reindented even when an error occurs.
5601 The last syntactic error is printed afterwards. Also cleanup up a
5602 whole lot of code that tried to optimize indentation of whole
5603 sexps but in reality accomplishes nothing.
5604
5605 (c-indent-sexp): Use c-indent-region.
5606
5607 (c-parsing-error): Changed this variable to hold the message
5608 for any syntactic error that is discovered.
5609
5610 (c-parse-state): Search backward from point instead of the bod
5611 position when the latter is invalid. This makes CC Mode
5612 recover faster when there are unbalanced close braces.
5613
5614 (c-backward-to-start-of-if): Use c-parsing-error to report
5615 dangling "else" clauses instead of throwing an error, and fall
5616 back to a reasonable position.
5617
5618 (c-indent-line): Added argument to avoid reporting syntactic errors.
5619
5620 (c-show-syntactic-information): Don't report any syntactic errors.
5621
5622 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5623
5624 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
5625 paragraph recognition when moving by sentence in literals.
5626
5627 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
5628 start regexp for javadoc to recognize javadoc markup in general instead
5629 of a specific set of keywords, to be more future-safe.
5630
5631 (c-Pike-pikedoc-paragraph-start)
5632 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
5633 pikedoc markup.
5634
5635 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
5636
5637 (pike-mode): Initialize paragraph settings pikedoc recognition.
5638
5639 * cc-vars.el (c-default-style): Made a nicer Customize widget.
5640
5641 (c-comment-prefix-regexp): Made it possible to use an
5642 association list on this to specify mode specific regexps.
5643 The default value now use a special regexp in Pike mode to
5644 recognize pikedoc markup.
5645
5646 (c-current-comment-prefix): New variable containing the actual
5647 regexp from c-comment-prefix-regexp for the current buffer.
5648
5649 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5650
5651 * cc-cmds.el (c-electric-brace): Fixed check for special brace
5652 lists: We can't look at the syntax, since a brace list can get
5653 recognized as a plain statement-cont.
5654
5655 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
5656 special brace list opener broken over two lines got recognized
5657 as a statement on the second line. Case 9A changed.
5658
5659 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5660
5661 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
5662 adjustment after line is reindented.
5663
5664 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5665
5666 * cc-defs.el (c-point): Added optional argument for position
5667 to use instead of the current point.
5668
5669 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
5670 the in-expression block symbols when the construct starts at
5671 boi, to avoid the extra level of indentation in that case.
5672 Cases 4, 16A and 17E affected.
5673
5674 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5675
5676 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
5677 calls to `c-indent-line', to adhere better to Emacs conventions.
5678
5679 * cc-engine.el (c-indent-line): Use the syntax already bound
5680 to `c-syntactic-context', if there is any.
5681
5682 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5683
5684 * cc-engine.el (c-get-offset): Fixed bug where the indentation
5685 wasn't added up correctly when a lineup function returned nil.
5686
5687 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5688
5689 * cc-engine.el (c-collect-line-comments): Fixed bug where
5690 empty lines were ignored when collecting line comments backwards.
5691
5692 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5693
5694 * cc-align.el (c-lineup-dont-change): Return an absolute
5695 indentation column to work correctly in the case when several
5696 syntactic elements are processed for the same line.
5697
5698 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
5699 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
5700 (c-set-offset): Added absolute indentation column settings by
5701 using the vector type.
5702
5703 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5704
5705 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
5706 Implemented two new cleanups `space-before-funcall' and
5707 `compact-empty-funcall'.
5708
5709 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5710
5711 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
5712 helping building regexps.
5713
5714 * cc-engine.el (c-on-identifier): New function for detecting
5715 identifiers. It takes keywords into account.
5716
5717 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
5718 lists. `c-keywords' is set to a regexp matching all keywords
5719 in the current language.
5720
5721 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5722
5723 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
5724 list of characters to skip backwards over at the beginning of
5725 a statement, since it can precede string literals in Pike.
5726
5727 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5728
5729 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
5730 recognition when standing on the last line in a C++ comment
5731 with nothing but whitespace after the prefix.
5732
5733 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
5734 given no limit argument.
5735
5736 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5737
5738 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
5739 recognition for the `[]= operator symbol in Pike.
5740
5741 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5742
5743 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
5744 around a bug in `eval-when-compile' in the byte compiler.
5745
5746 * cc-engine.el (c-forward-token-1): Fixed bug with return
5747 value when count is zero and there's no token start within the limit.
5748
5749 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
5750 "prefix comments", i.e. comments which are followed by code on
5751 the same line.
5752
5753 * cc-mode-19.el: Fixes so that checks that must be done at
5754 compile time also are done then.
5755
5756 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5757
5758 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
5759 time and at runtime, and only when it's needed.
5760
5761 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5762
5763 Major cleanup for less error prone and more warning free
5764 compilation, including some fixes for bugs due to different
5765 compilation orders. Thanks to Martin Buchholz for providing
5766 the basis for all this.
5767
5768 * cc-bytecomp.el: New file that provides some byte compilation
5769 features: It ensures that files always are loaded from the
5770 current source directory during compilation, and it provides a
5771 set of macros to turn off specific compiler warnings for
5772 specific symbols. (It's not CC Mode specific in any way.)
5773
5774 Fixed a nearly acyclic dependency tree (both runtime and
5775 compile-time) between all files.
5776
5777 * cc-defs.el: Separated all macros before the inline functions,
5778 to ensure correct compilation.
5779
5780 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
5781 cc-defs.el to cc-engine.el and made it a function instead.
5782
5783 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
5784 about char-after.
5785
5786 * cc-vars.el: Cope even when there isn't a custom package
5787 containing defcustom available.
5788
5789 * cc-make.el: Removed since it's no longer necessary.
5790
5791 README: Updated installation instructions.
5792
5793 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5794
5795 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
5796 improve the modularity: Moved all mode init stuff from
5797 cc-langs.el to cc-mode.el, including the keymap
5798 initialization; cc-langs now only contains the various
5799 variables for configuring the language syntax.
5800
5801 * cc-engine.el, cc-styles.el (c-evaluate-offset)
5802 (c-get-offset): Moved from cc-styles to cc-engine since file
5803 dependency analysis suggests they belong there (which also
5804 makes more sense). Thanks to Martin Buchholz for doing the analysis.
5805
5806 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5807
5808 * cc-cmds.el (c-fn-region-is-active-p): New function that
5809 wraps the corresponding macro, for use in places that aren't
5810 compiled. Thanks to Martin Buchholz for pointing out this.
5811
5812 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
5813
5814 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
5815 add things to the bug report.
5816
5817 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5818
5819 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
5820 returned prefix could contain a newline when the search for a
5821 good prefix line failed.
5822
5823 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5824
5825 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
5826 (c-toggle-auto-hungry-state): Made the argument optional, as
5827 the documentation says it is.
5828
5829 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5830
5831 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
5832 multiline string syntax, #"...", as a cpp macro.
5833
5834 2001-03-21 Paul Eggert <eggert@twinsun.com>
5835
5836 * international/mule-cmds.el (set-locale-environment):
5837 Set system-messages-locale and system-time-locale, but only if the
5838 caller specifies a non-nil locale name.
5839
5840 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5841
5842 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
5843 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
5844
5845 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5846
5847 * follow.el (follow-avoid-tail-recenter): Doc fix.
5848
5849 * custom.el (custom-set-variables): Avoid reversing the list
5850 of args needlessly.
5851
5852 * startup.el (fancy-splash-head): Don't change the colors of the
5853 XPM image on a dark background.
5854
5855 * comint.el (comint-exec-1): Set columns of the terminal to
5856 window-width instead of frame-width.
5857
5858 * info.el (Info-scroll-down): Add missing WINDOW arg for
5859 pos-visible-in-window-p.
5860
5861 * ehelp.el (electric-help-mode-hook): Add defcustom.
5862
5863 * mail/sendmail.el (mail-mode): Activate case-folding in
5864 font-lock-defaults.
5865
5866 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
5867
5868 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
5869 (completion-ignored-extensions): Remove duplicate ".class".
5870
5871 2001-03-19 Andreas Schwab <schwab@suse.de>
5872
5873 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
5874 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5875
5876 2001-03-19 Gerd Moellmann <gerd@gnu.org>
5877
5878 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
5879 methods since there are not prefix input methods.
5880
5881 2001-03-19 Kenichi Handa <handa@etl.go.jp>
5882
5883 * international/mule-cmds.el (read-input-method-name):
5884 Locally bind enable-recursive-minibuffers to t.
5885
5886 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
5887
5888 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
5889
5890 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
5891
5892 * ediff-util.el: Copyright years.
5893 (ediff-choose-syntax-table): New function.
5894 (ediff-setup): Use ediff-choose-syntax-table.
5895
5896 * ediff-init.el (ediff-with-syntax-table): New macro, uses
5897 with-syntax-table.
5898
5899 * ediff.el: Date of last update, copyright years.
5900
5901 * ediff-wind (ediff-setup-control-frame): Nill->nil.
5902
5903 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5904 of Scott Bronson.
5905 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
5906 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5907 Deleted functions.
5908 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5909 ex-token-list.
5910
5911 * viper-util.el: Spaces, indentation.
5912
5913 * viper.el: Changed version, modification time.
5914
5915 2001-03-16 John Wiegley <johnw@gnu.org>
5916
5917 * calendar/timeclock.el (timeclock-workday-remaining):
5918 Check whether `discrep' is non-null before using it.
5919
5920 2001-03-16 John Wiegley <johnw@gnu.org>
5921
5922 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
5923 first-time checkins.
5924 (timeclock-log-data): Fixed problem with reading timelog log file.
5925 Resulting data in the "day list" was incorrect.
5926 (timeclock-find-discrep): Check if `timeclock-file' is readable
5927 before opening it.
5928 (timeclock-time-less-p): New function.
5929 (timeclock-day-base): New function.
5930 (timeclock-geometric-mean): New function.
5931 (timeclock-generate-report): Generate a summary report based on
5932 the contents of the log file. This uses `timeclock-log-data', and
5933 is an example of writing a timelog manipulation function.
5934 (timeclock-visit-timelog): A quick command for opening the timelog
5935 file.
5936 (timeclock-log-data): Bound the variable event.
5937
5938 2001-03-16 Kenichi Handa <handa@etl.go.jp>
5939
5940 * international/mule-cmds.el (select-safe-coding-system):
5941 Fix typo: symbol-name -> symbol-value.
5942
5943 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
5944 before substitute-in-file-name to handle double slashes in FILE
5945 correctly.
5946
5947 2001-03-15 Gerd Moellmann <gerd@gnu.org>
5948
5949 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
5950 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
5951
5952 2001-03-14 Gerd Moellmann <gerd@gnu.org>
5953
5954 * bindings.el (features): Add `md5' and `overlay' to the list.
5955
5956 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
5957 bound before using it. It's not bound when configured without X,
5958 for instance.
5959
5960 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
5961
5962 * progmodes/hideshow.el: Update copyright.
5963 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
5964 (hs-minor-mode-hook): Include `:version' in defcustom form.
5965
5966 2001-03-13 Gerd Moellmann <gerd@gnu.org>
5967
5968 * help.el (string-key-binding): Don't call event-start on
5969 a non-list.
5970
5971 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
5972
5973 * startup.el (fancy-splash-tail, command-line-1): Fix the
5974 copyright year.
5975
5976 2001-03-13 Kenichi Handa <handa@etl.go.jp>
5977
5978 * term.el: These changes are based on a patch sent from Yong Lu
5979 <lyongu@yahoo.com>.
5980 (term-set-escape-char): Bind M-x to execute-extended-command in
5981 term-raw-escape-map.
5982 (term-move-columns): Don't try to move to negagive column.
5983 (term-emulate-terminal): Insert a string before deleting a text to
5984 overwrite.
5985
5986 2001-03-12 Gerd Moellmann <gerd@gnu.org>
5987
5988 * play/life.el (life): Rearrange code so that all calls to
5989 life-display-generation are in a catch-form.
5990
5991 * progmodes/etags.el (tags-loop-continue): Don't change point in a
5992 file that isn't interesting. In an interesting file, push the old
5993 value of point on the mark ring.
5994
5995 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
5996 New function.
5997 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
5998 Use it.
5999
6000 * emacs-lisp/autoload.el (generate-file-autoloads):
6001 Remove warning about line lengths.
6002
6003 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6004
6005 * progmodes/etags.el (tags-compression-info-list): New variable.
6006 (find-tag-in-order): Use it to deal with compressed source files.
6007 (tag-file-name-match-p): New function.
6008 (etags-recognize-tags-table): Use it for better match of file names.
6009
6010 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6011
6012 * international/mule-cmds.el (register-input-method): Doc fix.
6013
6014 * international/quail.el (quail-translate-key): Fix condition to
6015 check if there's another breaking point in the current key.
6016
6017 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6018
6019 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6020 Babyl header to the newly-created output file, bind
6021 coding-system-for-write to either rmail-file-coding-system or
6022 emacs-mule-unix.
6023
6024 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6025
6026 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6027 Fix the name and regexp used for subsubsections.
6028
6029 2001-03-10 Dave Love <fx@gnu.org>
6030
6031 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6032 and save-buffer if buffer-file-name non-nil. From rms.
6033
6034 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6035
6036 * vc.el (vc-do-command): If the destination buffer is already
6037 current, don't set it up and don't erase it. Updated doc string
6038 to reflect that.
6039 (vc-version-diff): When doing a single file diff, don't switch to the
6040 *vc-diff* buffer before the command. This is to preserve local
6041 variable bindings that might affect the diff command.
6042 (vc-print-log): Don't switch to the *vc* buffer before the
6043 command, so that local variable bindings are preserved.
6044
6045 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6046 not the current buffer.
6047 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6048
6049 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6050 make output go to buffer *vc*, not the current buffer.
6051
6052 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6053
6054 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6055 so ^, $, *, ? and + are interpreted correctly.
6056
6057 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6058
6059 * help.el (string-key-binding): Renamed from
6060 mode-line-key-binding. Handle any event on a string.
6061 Check for `keymap' properties as well as `local-map' properties.
6062
6063 * comint.el (comint-insert-clicked-input): Use the last key
6064 from this-command-keys to lookup the global key definition.
6065
6066 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6067
6068 * international/characters.el: Add category `j' for
6069 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6070
6071 * international/mule-conf.el (no-conversion): Fix docstring.
6072 (raw-text): Fix docstring.
6073
6074 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6075
6076 * simple.el (choose-completion-string): When not leaving the
6077 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6078 is set.
6079
6080 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6081 parameter `(minibuffer . t)'.
6082
6083 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6084
6085 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6086 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6087 (sh-mode): Remove `make-local-variable' for unused var
6088 `font-lock-unfontify-region-function'.
6089
6090 2001-03-07 Richard M. Stallman <rms@gnu.org>
6091
6092 * info.el (Info-scroll-down): Fix previous change.
6093
6094 * mail/rmail.el (rmail-toggle-header): Use a window which
6095 is showing the Rmail buffer, rather than the selected window.
6096
6097 2001-03-07 Dave Love <fx@gnu.org>
6098
6099 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6100 now, to avoid problems with binding imenu directly to a mouse event.
6101
6102 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6103
6104 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6105 second arg t.
6106
6107 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6108
6109 * log-edit.el (log-edit-common-indent): New var.
6110 (log-edit-set-common-indentation): Renamed from
6111 log-edit-delete-common-indentation. Use the new var.
6112 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6113
6114 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6115 (cvs-mode-add-change-log-entry-other-window):
6116 Don't presume change-log-default-name is defined.
6117
6118 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6119
6120 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6121 the "tree" operation as well.
6122
6123 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6124
6125 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6126 to match paragraph-start.
6127
6128 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6129 comment-start-skip and set comment-end-skip as well.
6130 (sgml-comment-indent): Fix for new value of comment-start-skip.
6131 (html-autoview-mode): Don't bother using make-local-hook.
6132
6133 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6134
6135 * cus-edit.el (custom-save-delete): Move in front of local
6136 variables, otherwise long Custom entries would make them ineffective.
6137
6138 * uniquify.el: Set maintainer to FSF.
6139
6140 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6141
6142 * dired-aux.el (dired-do-shell-command): Doc fix.
6143
6144 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6145
6146 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6147
6148 * which-func.el (which-func-modes): Add cperl-mode.
6149 (which-func-mode-global): Use define-minor-mode.
6150
6151 * info-look.el: Docstring fixes and dead code eliminated.
6152 (cperl-mode): Add support.
6153 (emacs-lisp-mode): List all entries from elisp manual, whether
6154 or not they are currently (f)bound or not. Update regexp.
6155
6156 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6157
6158 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6159 so that C-h m shows the correct information.
6160 Use make-local-variable rather than make-variable-buffer-local.
6161 (cperl-info-buffer, cperl-setup-tmp-buf):
6162 Use make-local-variable rather than make-variable-buffer-local.
6163 (cperl-msb-fix, cperl-get-help-defer):
6164 Check major-mode for `cperl-mode' as well.
6165
6166 * progmodes/cperl-mode.el: Updated to author version 4.23.
6167 (cperl-electric-pod): SYNOPSIS was misspelled.
6168 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6169 (cperl-after-expr-p): Make true after __END__.
6170
6171 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6172
6173 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6174 bookmark-completion-ignore-case is t.
6175
6176 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6177 switch, like xterm, and concat resource strings, with a newline
6178 between them.
6179
6180 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6181
6182 * international/codepage.el (cp770-decode-table)
6183 (cp773-decode-table, cp774-decode-table): New variables.
6184
6185 * man.el (Man-hyphenated-reference-regexp): New variable.
6186 (Man-build-references-alist): Use it to search for referenced
6187 manpages. If hyphenated is non-nil, record a concatenated word in
6188 Man-refpages-alist only if it matches Man-reference-regexp.
6189 Update word's length when it is concatenated. Reverse the list,
6190 to get the first manpage at the head.
6191 (Man-possibly-hyphenated-word): New function.
6192 (Man-follow-manual-reference): Use it instead of current-word to
6193 find a manpage at point, in a way that accounts for hyphenated
6194 references.
6195
6196 2001-03-06 Alex Schroeder <alex@gnu.org>
6197
6198 * sql.el (sql-interbase): New function.
6199 (sql-interbase-program): New option.
6200 (sql-interbase-options): New option.
6201 And some typos fixed: "customise" to "customize".
6202
6203 2001-03-06 Dave Love <fx@gnu.org>
6204
6205 * textmodes/flyspell.el (flyspell-region):
6206 Set up flyspell-local-mouse-map.
6207
6208 2001-03-05 Richard M. Stallman <rms@gnu.org>
6209
6210 * mail/rmail.el (rmail-retry-failure):
6211 Don't call rmail-beginning-of-message.
6212 Don't discard From: field. Do discard Received: field.
6213 Use unwind-protect to re-prune.
6214 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6215
6216 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6217
6218 * international/quail.el (quail-title): Add autoload cookie.
6219
6220 2001-03-05 Dave Love <fx@gnu.org>
6221
6222 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6223 new defs.
6224
6225 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6226
6227 * language/ethio-util.el (ethio-toggle-space):
6228 Update current-input-method-title if necessary.
6229 (ethio-toggle-punctuation): Likewise.
6230
6231 * international/quail.el (quail-title): Fix for the case that a
6232 title of an input method is specified by a list of the same form
6233 as used in mode-line-format.
6234
6235 * international/mule-cmds.el (activate-input-method):
6236 If current-input-method-title is set by activating INPUT-METHOD,
6237 respect that value.
6238
6239 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6240
6241 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6242
6243 2001-03-05 Alex Schroeder <alex@gnu.org>
6244
6245 * sql.el (sql-sybase): Fix typo (was: query user about server two
6246 times instead of server and database).
6247
6248 * sql.el (sql-sybase): Doc change.
6249 (sql-mysql): Doc change.
6250 (sql-postgres): Doc change.
6251
6252 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6253
6254 * international/mule-conf.el (emacs-mule, raw-text):
6255 Docstring modified.
6256
6257 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6258
6259 * term/internal.el: Update copyright notice.
6260
6261 * term/pc-win.el: Update copyright notice.
6262
6263 2001-03-02 Dave Love <fx@gnu.org>
6264
6265 * files.el (insert-file-contents-literally):
6266 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6267 not jka-compr-compression-info-list.
6268
6269 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6270
6271 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6272 spaces in default comment-start-skip settings rather than \s-.
6273
6274 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6275
6276 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6277 default-frame-alist as well.
6278
6279 2001-03-01 Dave Love <fx@gnu.org>
6280
6281 * textmodes/reftex.el (defvar): Wrap some defvars in
6282 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6283
6284 * subr.el (event-basic-type): Doc fix.
6285
6286 * international/quail.el: Doc fixes.
6287
6288 * international/utf-8.el: Doc fixes.
6289
6290 * international/mule-cmds.el: Doc fixes.
6291 (leim-list-header): Fix header text.
6292
6293 * international/mule.el (coding-system-category): Doc fix.
6294
6295 * international/ccl.el (ccl-compile): Doc fix.
6296
6297 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6298
6299 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6300 rather than (before|after)-change-functions.
6301
6302 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6303
6304 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6305 scroll-left and scroll-right being called interactively so that
6306 they set the window's min_hscroll.
6307
6308 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6309
6310 * info.el (info-insert-file-contents-1): Accept an additional
6311 argument `lfn': if it is non-nil, concatenate `filename' and
6312 `suffix'; otherwise use the complicated MS-DOS code.
6313 All callers changed.
6314 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6315 can access long file names, try the long file-name version of
6316 `info-insert-file-contents-1', then the short file-name version.
6317
6318 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6319
6320 * language/ethio-util.el (setup-ethiopic-environment-internal):
6321 Change bindings of functions keys to conform to "Emacs Lisp Coding
6322 Convention".
6323
6324 * language/ethiopic.el ("Ethiopic"): Add documentation.
6325
6326 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6327
6328 * international/utf-8.el (mule-utf-8): Set coding-category
6329 property to coding-category-utf-8.
6330
6331 2001-02-27 Richard M. Stallman <rms@gnu.org>
6332
6333 * lpr.el (lpr-page-header-switches, print-region-1):
6334 Undo 2000-07-06 change.
6335 (lpr-add-switches): Default to t on gnu/linux.
6336
6337 2001-02-27 Gerd Moellmann <gerd@gnu.org>
6338
6339 * bs.el (bs-attributes-list): Doc fix.
6340
6341 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6342
6343 * help.el (describe-project): Display the file THE-GNU-PROJECT.
6344
6345 * help.el (view-order-manuals): Use goto-address.
6346
6347 * startup.el (command-line-1): Add info about ordering manuals
6348 to the not so fancy splash screens.
6349
6350 2001-02-26 Andre Spiegel <spiegel@gnu.org>
6351
6352 * vc.el (vc-default-workfile-unchanged-p)
6353 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
6354
6355 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6356
6357 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
6358 fontify in the right buffer.
6359
6360 * allout.el (outline-flag-region): Move macro in front of first
6361 use to avoid a run-time error.
6362
6363 2001-02-24 Andrew Innes <andrewi@gnu.org>
6364
6365 * makefile.w32-in: Fix copyright notice.
6366
6367 2001-02-24 Kenichi Handa <handa@etl.go.jp>
6368
6369 * international/utf-8.el (mule-utf-8): Set correct value for
6370 valid-codes property.
6371
6372 * international/fontset.el (x-complement-fontset-spec): In the
6373 case that we use ASCII font for the other charsets, use only
6374 family and registry part of it.
6375
6376 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6377
6378 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
6379 (shrink-window-if-larger-than-buffer): Doc fix.
6380
6381 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
6382
6383 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
6384 predicate passed to completing-read.
6385
6386 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6387
6388 * startup.el (command-line): Fix last change.
6389
6390 2001-02-23 Jason Rumney <jasonr@gnu.org>
6391
6392 * startup.el (tool-bar-originally-present): New variable.
6393 (command-line): Set it if the tool-bar is switched on at startup.
6394
6395 * frame.el (frame-notice-user-settings): Only adjust frame height
6396 for no tool-bar case if tool-bar was originally switched on.
6397 From E. Jay Berkenbilt.
6398
6399 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
6400
6401 * server.el (server-switch-buffer): Only switch window if the
6402 current one is dedicated.
6403
6404 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
6405 rather than using (match-beginning 0) when searching for break point.
6406
6407 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
6408
6409 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
6410 @ follows an accent command such as @'. Support optional braces
6411 in commands that insert accents, like makeinfo does.
6412
6413 2001-02-22 Gerd Moellmann <gerd@gnu.org>
6414
6415 * startup.el (fancy-splash-text): Add a line for ordering
6416 manuals. Reverse order of splash screens shown.
6417 (use-fancy-splash-screens-p): Adapt to the text line added.
6418
6419 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
6420 manuals from the FSF.
6421
6422 * help.el (view-order-manuals): New function.
6423 (toplevel): Bind C-h C-m to this function.
6424
6425 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
6426
6427 * newcomment.el (comment-forward): Skip the comment-start before
6428 searching for the comment-end.
6429
6430 2001-02-21 Dave Love <fx@gnu.org>
6431
6432 * custom.el (custom-initialize-changed, defcustom): Doc fix.
6433
6434 * international/mule-cmds.el, international/mule.el: Doc fixes.
6435
6436 2001-02-21 Gerd Moellmann <gerd@gnu.org>
6437
6438 * startup.el (fancy-splash-screens): Use display-hourglass
6439 instead of display-busy-cursor.
6440
6441 * frame.el (display-hourglass): Renamed from busy-cursor.
6442 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
6443 (show-cursor-in-non-selected-windows): Doc fix.
6444
6445 2001-02-20 Dave Love <fx@gnu.org>
6446
6447 * international/utf-8.el: Doc and commentary fixes.
6448
6449 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
6450
6451 * ehelp.el (with-electric-help): Doc fix.
6452
6453 2001-02-20 Gerd Moellmann <gerd@gnu.org>
6454
6455 * msb.el (msb-mode): Call the update-buffers function explicitly
6456 with a FORCE argument.
6457
6458 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
6459 FORCE. If set, update the menu even if frame-or-buffer-changed-p
6460 returns nil.
6461
6462 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6463
6464 * ps-print.el: Timestamp package replacement. Some enhancements.
6465 Some XEmacs compatibility. Doc fix.
6466 (ps-print-version): New version number (6.4).
6467 (ps-printer-name): Initialization fix.
6468 (ps-zebra-stripe-follow): Funcionality enhancement.
6469 (ps-prologue-file): Code enhancement.
6470 (ps-right-header): Timestamp package replacement.
6471 (ps-setup, ps-face-bold-p, ps-face-italic-p)
6472 (ps-get-page-dimensions)
6473 (ps-generate-header, ps-begin-file, ps-begin-job)
6474 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
6475 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
6476 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
6477 (coding-system-for-write): Var declaration (XEmacs compatibility).
6478
6479 2001-02-20 Miles Bader <miles@gnu.org>
6480
6481 * image-file.el (image-file-name-extensions): Add "tif".
6482
6483 2001-02-19 Gerd Moellmann <gerd@gnu.org>
6484
6485 * wid-edit.el (widget-button-click): Save the selected window
6486 around the code handling clicks on buttons.
6487
6488 2001-02-18 Dave Love <fx@gnu.org>
6489
6490 * imenu.el (imenu--generic-function): Use mapc to iterate over
6491 syntax characters.
6492
6493 2001-02-17 Richard M. Stallman <rms@gnu.org>
6494
6495 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
6496
6497 * uniquify.el (uniquify-buffer-name-style): Doc fix.
6498
6499 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6500
6501 * mouse.el (mouse-save-then-kill): If the distance from the new
6502 point to the mark is equal to the distance of point from the new
6503 point, move point instead of the mark.
6504
6505 2001-02-16 Dave Love <fx@gnu.org>
6506
6507 * textmodes/flyspell.el (flyspell-get-word): Return string without
6508 properties.
6509
6510 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6511
6512 * generic.el (generic-find-file-regexp): Doc fix.
6513 (generic-ignore-files-regexp): New defcustom.
6514 (generic-mode-find-file-hook): If the file's name matches the
6515 regexp in `generic-ignore-files-regexp', don't enter
6516 default-generic-mode. Doc fix.
6517
6518 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6519
6520 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
6521 Add autoload cookies.
6522
6523 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
6524 of cal-tex-24.
6525
6526 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6527
6528 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
6529
6530 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
6531 the character class after the (optional) drive, to support file
6532 names with embedded blanks.
6533
6534 2001-02-15 Sam Steingold <sds@gnu.org>
6535
6536 * textmodes/tex-mode.el (tex-shell-running):
6537 Check the process buffer too.
6538
6539 2001-02-15 Dave Love <fx@gnu.org>
6540
6541 * battery.el (battery-status-function): Fix doc, :type.
6542
6543 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
6544
6545 2001-02-15 Gerd Moellmann <gerd@gnu.org>
6546
6547 * subr.el (read-passwd): Clear Lisp memory holding password.
6548
6549 2001-02-15 Miles Bader <miles@gnu.org>
6550
6551 * info.el (Info-copy-current-node-name): New function.
6552 (Info-mode-menu): Add it to the menu.
6553
6554 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
6555
6556 * international/mule-cmds.el (toggle-input-method): Doc fix.
6557
6558 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
6559
6560 * replace.el (occur): Stop at end of buffer.
6561
6562 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
6563
6564 * international/mule-cmds.el (set-input-method): Another doc fix.
6565
6566 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
6567
6568 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
6569
6570 2001-02-13 Miles Bader <miles@gnu.org>
6571
6572 * faces.el (set-face-background, set-face-foreground)
6573 (set-face-stipple): Treat a value of nil as being `unspecified'.
6574
6575 2001-02-12 Dave Love <d.love@dl.ac.uk>
6576
6577 * international/latin1-disp.el: Doc fixes.
6578 (latin1-display) <defgroup>: Add :link.
6579 (latin1-display) <function>: Set variable latin1-display.
6580
6581 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
6582
6583 * international/mule-cmds.el (set-input-method): Doc fix.
6584
6585 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
6586
6587 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
6588 (speedbar-line-file): Return nil if not a file.
6589 (speedbar-buffers-line-path): Return file for tags, and dir for files.
6590
6591 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
6592
6593 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
6594 for remote files.
6595 (ediff-coding-system-for-read): Replaced the no-conversion default
6596 with raw-text.
6597
6598 * ediff-init.el: Removed :version from defcustom vars.
6599
6600 * ediff-util.el (ediff-compute-custom-diffs-maybe):
6601 Better handling of the diff mode.
6602
6603 * ediff.texi: Added ediff-coding-system-for-read.
6604
6605 * viper.texi: Fix typos.
6606
6607 2001-02-11 Dave Love <fx@gnu.org>
6608
6609 * shadowfile.el: Doc fixes.
6610 (shadow) <defgroup>: Add :link.
6611 (shadowfile-unload-hook): New function.
6612 (shadow-initialize): Use defalias, not fset.
6613 (shadow-define-cluster, shadow-define-literal-group)
6614 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
6615
6616 * international/mule.el: Doc and message fixes.
6617
6618 * international/ccl.el (define-ccl-program): Doc fix.
6619
6620 2001-02-11 Kenichi Handa <handa@etl.go.jp>
6621
6622 * faces.el (mode-line): Set :line-width property to -1.
6623
6624 2001-02-10 Richard M. Stallman <rms@gnu.org>
6625
6626 * complete.el (partial-completion-mode): Doc fix.
6627
6628 * simple.el (delete-key-deletes-forward-mode):
6629 Change `let' to `let*' to fix gross bug in last change.
6630
6631 * repeat.el (repeat): Don't let execute-kbd-macro alter
6632 real-last-command.
6633
6634 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
6635
6636 * simple.el (eval-expression): Doc fix.
6637
6638 2001-02-09 Dave Love <fx@gnu.org>
6639
6640 * imenu.el (imenu-generic-expression): Doc fix.
6641
6642 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
6643 From Juanma Barranquero.
6644
6645 * emacs-lisp/authors.el (authors): Expand `root' before running find.
6646
6647 2001-02-09 Kenichi Handa <handa@etl.go.jp>
6648
6649 * faces.el (set-face-attribute): Describe the case of a negative
6650 value specified for :line-width.
6651
6652 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
6653
6654 * which-func.el (which-func-mode): Invert which-func-mode-global.
6655 From Juanma Barranquero <lektu@uol.com.br>.
6656
6657 2001-02-08 Dave Love <fx@gnu.org>
6658
6659 * wid-edit.el (widget-plist-convert-widget): Replace binding of
6660 widget-plist-value-type.
6661 (widget-alist-convert-widget): Replace binding of
6662 widget-alist-value-type.
6663
6664 * textmodes/paragraphs.el (sentence-end): Doc fix.
6665
6666 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
6667 Remove `backward-line'.
6668
6669 * play/pong.el (pong-blank-color, pong-bat-color)
6670 (pong-ball-color, pong-border-color, pong-left-key)
6671 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
6672 (pong-pause-key, pong-resume-key, pong-timer-delay):
6673 * mail/mh-comp.el (mh-compose-letter-function):
6674 * eshell/esh-mode.el (eshell-skip-prompt-function):
6675 * emulation/viper-ex.el (ex-unix-type-shell-options):
6676 * recentf.el (recentf-menu-filter):
6677 * ps-print.el (ps-print-region-function):
6678 * lpr.el (print-region-function):
6679 * forms.el (forms-mode-hooks):
6680 * dirtrack.el (dirtrack-directory-change-hook):
6681 * cus-start.el (temp-buffer-show-function, display-buffer-function):
6682 * textmodes/spell.el (spell-filter):
6683 * textmodes/fill.el (adaptive-fill-function):
6684 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
6685 * progmodes/etags.el (find-tag-default-function):
6686 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
6687 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6688
6689 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
6690
6691 * emulation/viper-init.el (viper-fast-keyseq-timeout)
6692 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
6693 Meyering <jim@meyering.net>.
6694
6695 * loadup.el: Revert last change.
6696
6697 2001-02-07 Kenichi Handa <handa@etl.go.jp>
6698
6699 * international/mule.el (transform-make-coding-system-args):
6700 Make it work also for coding systems not using CCL.
6701
6702 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6703
6704 * simple.el (previous-matching-history-element)
6705 (next-matching-history-element): Doc fix.
6706
6707 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
6708 specific part.
6709
6710 2001-02-06 Dave Love <fx@gnu.org>
6711
6712 * add-log.el (add-log-current-defun-function)
6713 (add-log-buffer-file-name-function, add-log-file-name-function):
6714 Fix :type.
6715 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
6716
6717 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6718
6719 * info.el (info-initialize): Remove the test for system-type when
6720 invocation-directory is non-nil.
6721
6722 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
6723 of `font-lock-defaults' to `backward-paragraph' rather than nil.
6724
6725 2001-02-06 Andrew Innes <andrewi@gnu.org>
6726
6727 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
6728 absolute.
6729
6730 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
6731
6732 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
6733 buffers. When hi-lock turned on rather than only checking current
6734 buffer for regexps, all buffers are checked. Moved activation of
6735 font-lock to hi-lock-refontify. When font-lock turned off rather
6736 than removing added highlighting just in current buffer, remove it
6737 in all buffers. Changed edit menu text from "Automatic
6738 Highlighting" to "Regexp Highlighting" Documentation for
6739 highlighting phrases, minor documentation changes.
6740 (hi-lock-set-file-patterns): Execute only if there are new or
6741 existing file patterns.
6742 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
6743 unfontify and, if a support mode is active, will not refontify the
6744 whole buffer. If necessary, turn on font lock. (Removed
6745 font-lock-unfontify and font-lock support-mode-specific calls,
6746 such as lazy-lock-fontify-window.)
6747 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
6748 patterns are found. Not useful now since find-file-hook is removed
6749 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
6750 (hi-lock-face-phrase-buffer): New function. Also added related
6751 menu item and keybinding.
6752 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
6753 (hi-lock-process-phrase): New function.
6754 (hi-lock-line-face-buffer): Doc fixes.
6755 (hi-lock-face-buffer): Doc fixes.
6756 (hi-lock-unface-buffer): Doc fixes.
6757
6758 2001-02-06 Gerd Moellmann <gerd@gnu.org>
6759
6760 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
6761 dabbrev-ignored-regexps.
6762
6763 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6764
6765 * simple.el (kill-line): Doc fix.
6766
6767 2001-02-05 Dave Love <fx@gnu.org>
6768
6769 * loadup.el: Revert last two changes -- bootstrapping works with
6770 regenerated loaddefs.
6771
6772 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
6773
6774 * isearch.el (isearch-forward): Doc fix.
6775
6776 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
6777 of font-lock-defaults to backward-paragraph.
6778
6779 2001-02-05 Gerd Moellmann <gerd@gnu.org>
6780
6781 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
6782 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
6783
6784 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6785
6786 * ebnf2ps.el: Eliminate time-stamp functions.
6787 (ebnf-version): New version (3.5).
6788 (ebnf-eps-finish-and-write): Replace time-stamp functions by
6789 format-time-string.
6790
6791 2001-02-05 Gerd Moellmann <gerd@gnu.org>
6792
6793 * simple.el (next-line): Goto end-of-line before inserting a newline.
6794
6795 2001-02-05 Miles Bader <miles@gnu.org>
6796
6797 * image-file.el (insert-image-file): When visiting an image, also
6798 set `truncate-lines' to t so that any fringe arrow looks correct.
6799
6800 2001-02-05 Kenichi Handa <handa@etl.go.jp>
6801
6802 * isearch.el (isearch-forward): Add description about input method
6803 in the docsting.
6804
6805 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
6806
6807 * skeleton.el (skeleton-internal-1): Always push the mark for @.
6808
6809 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
6810
6811 * info.el (info-initialize): If installation-directory is nil, for
6812 DOS/Windows systems try looking in a sibling of invocation-directory.
6813
6814 2001-02-02 Gerd Moellmann <gerd@gnu.org>
6815
6816 * wid-edit.el (widget-button-click): Fix last change.
6817
6818 * frame.el (frame-notice-user-settings): When resizing the initial
6819 frame because the tool bar is off, also change the frame's top
6820 position if a negative top position was specified.
6821
6822 2001-02-02 Miles Bader <miles@gnu.org>
6823
6824 * image-file.el (insert-image-file): When visiting an image,
6825 suppress the cursor in the image buffer.
6826
6827 2001-02-01 Dave Love <fx@gnu.org>
6828
6829 * progmodes/f90.el (f90-mode): Remove startup message.
6830
6831 * vc-cvs.el: Remove autoloads. Require vc when compiling.
6832
6833 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6834
6835 * startup.el (command-line): Fix code determining whether or not
6836 to use delete-key-deletes-forward-mode.
6837
6838 2001-02-01 Andre Spiegel <spiegel@gnu.org>
6839
6840 * vc.el (vc-diff-switches): New user option.
6841 (vc-version-diff): Use it.
6842 (vc-diff-switches-list): New macro.
6843
6844 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
6845 New customization options.
6846 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
6847
6848 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
6849
6850 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6851
6852 * msb.el (toplevel): Quote hook symbols.
6853
6854 2001-02-01 Kenichi Handa <handa@etl.go.jp>
6855
6856 * international/mule.el (make-coding-system): Add description
6857 about recognized properties in the docstring.
6858
6859 * international/mule-conf.el: Remove unused charsets
6860 mac-roman-lower and mac-roman-upper.
6861
6862 2001-01-31 Gerd Moellmann <gerd@gnu.org>
6863
6864 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
6865 is in front of the left-margin, if any.
6866
6867 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
6868 like `delete'.
6869
6870 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
6871
6872 * term/w32-win.el (mouse-set-font): Doc fix.
6873
6874 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
6875
6876 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
6877 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
6878 on already.
6879
6880 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
6881
6882 * files.el (save-buffer): Don't give message if (buffer-file-name)
6883 returns nil.
6884
6885 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
6886
6887 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
6888
6889 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
6890 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
6891
6892 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
6893 display problems.
6894
6895 2001-01-31 Kenichi Handa <handa@etl.go.jp>
6896
6897 * international/mule.el (charset-info): Fix docstring.
6898
6899 * international/mule-diag.el (describe-character-set): Check final
6900 char valid before printing it.
6901
6902 2001-01-30 Gerd Moellmann <gerd@gnu.org>
6903
6904 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
6905
6906 * frame.el (frame-notice-user-settings): Do the tool-bar
6907 stuff only for graphical displays. Fix a braino.
6908
6909 * frame.el (frame-initialize): Create initial frame visible.
6910 (frame-notice-user-settings): When tool-bar has been switched off,
6911 correct the frame size and sync tool-bar-mode.
6912
6913 * startup.el (command-line): Remove manipulation of frame
6914 height for tool bars.
6915
6916 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6917
6918 * lpr.el: Compatibility with XEmacs and doc fixes.
6919 (lpr-windows-system, lpr-lp-system): New vars.
6920 (lpr-printer-switch): New defcustom.
6921 (printer-name, lpr-command): Customization fix.
6922 (print-region-1): Code fix.
6923 (print-region-new-buffer, printify-region): Indentation fix.
6924 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
6925 New functions.
6926
6927 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6928
6929 * msb.el (toplevel): Fix the eval-after-load.
6930
6931 2001-01-29 Dave Love <fx@gnu.org>
6932
6933 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
6934
6935 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
6936
6937 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
6938 (tcl-using-emacs-19-23): Consider Emacs 21+.
6939 (tcl-help-directory-list, tcl-command-switches): Fix :type.
6940 (tcl-add-emacs-menu): Supply menu name.
6941 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
6942
6943 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6944
6945 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
6946
6947 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
6948
6949 * pcvs.el (cvs-mark-fis-dead): New function.
6950 (cvs-mode-add): Use it.
6951 (cvs-mode-add-change-log-entry-other-window):
6952 Rebind change-log-default-name to itself rather than to nil.
6953
6954 2001-01-29 Sam Steingold <sds@gnu.org>
6955
6956 * vc-cvs.el: Replaced (require 'vc) with a bunch of
6957 `autoload' statements.
6958
6959 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
6960
6961 * files.el (confirm-kill-emacs): Doc fix.
6962
6963 * frame.el (frame-initialize): Doc fix.
6964
6965 * time-stamp.el (time-stamp-string): Doc fix.
6966
6967 * woman.el (WoMan-log-1): Make the log buffer writable.
6968 From Markus Rost <rost@math.ohio-state.edu>.
6969
6970 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6971
6972 * imenu.el (imenu-syntax-alist): Add autoload cookie for
6973 the `make-variable-buffer-local'.
6974
6975 2001-01-29 Dave Love <fx@gnu.org>
6976
6977 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
6978 (ansi-color-for-comint-mode-on, ansi-color-process-output):
6979 Add autoload cookie.
6980 (ansi-color-apply-sequence): Fix typo.
6981
6982 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6983
6984 * menu-bar.el (menu-bar-files-menu): Add menu items for
6985 Postscript printing in black and white.
6986
6987 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
6988 X-Mailman-Version, Precedence, List-Help, List-Post,
6989 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
6990 Content-Type, Content-Length.
6991
6992 2001-01-29 Dave Love <fx@gnu.org>
6993
6994 * elide-head.el (elide-head): Make overlay evaporate.
6995
6996 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
6997
6998 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
6999
7000 * isearch.el (isearch-highlight): Don't punt if the display
7001 doesn't support colors, since isearch faces are defined for
7002 monochrome displays as well.
7003
7004 2001-01-27 Sam Steingold <sds@gnu.org>
7005
7006 * shell.el (shell-write-history-on-exit): Make sure that we are in
7007 the shell buffer (M-x tex-file RET inserted the error message into
7008 the TeX buffer).
7009
7010 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7011
7012 * simple.el (transient-mark-mode): Doc fix.
7013
7014 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7015
7016 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7017
7018 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7019
7020 * shell.el (shell-unquote-argument): If the shell is one of the
7021 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7022 quote character.
7023 (shell-dumb-shell-regexp): Document that the shells which match
7024 this regexp are supposed to not treat a backslash as a quote character.
7025
7026 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7027 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7028
7029 2001-01-27 Richard M. Stallman <rms@gnu.org>
7030
7031 * dabbrev.el (dabbrev--substitute-expansion):
7032 Treat a one-capital-letter abbrev as "not all upper case",
7033 so as to force preservation of the expansion's pattern
7034 if the expansion starts with a capital letter.
7035
7036 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7037
7038 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7039 Doc fix.
7040
7041 * simple.el (transient-mark-mode): Document the fact that many
7042 commands act on the region when mark is active.
7043
7044 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7045
7046 * international/quail.el (quail-setup-completion-buf): Make the
7047 multibyteness of current buffer inherited to Quail completion buffer.
7048 (quail-show-guidance-buf): Make the multibyteness of current
7049 buffer inherited to Quail guidance buffer.
7050 (quail-help): Make the multibyteness of current buffer inherited
7051 to Quail help buffer.
7052
7053 2001-01-26 Dave Love <fx@gnu.org>
7054
7055 * time-stamp.el: Doc fixes.
7056
7057 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7058 (delphi-keyword-face, delphi-other-face): Fix :type.
7059
7060 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7061
7062 * mail/feedmail.el (feedmail): Add :link.
7063 (feedmail-send-it): Doc fix.
7064
7065 * mail/sendmail.el: Doc fixes.
7066 (sendmail-send-it): Fix the non-ASCII regexp and use
7067 rfc2047-encode-string.
7068
7069 * dired.el, dired-aux.el: Revert last change.
7070
7071 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7072
7073 * makefile.w32-in (DONTCOMPILE): Add various term files.
7074
7075 2001-01-26 Dave Love <fx@gnu.org>
7076
7077 * Makefile.in (DONTCOMPILE): Add various term files.
7078
7079 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7080
7081 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7082
7083 * startup.el (display-startup-echo-area-message): Make sure
7084 the echo area is resized to fit the size of the startup message.
7085
7086 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7087 part of which is a constant.
7088
7089 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7090
7091 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7092
7093 2001-01-26 Richard M. Stallman <rms@gnu.org>
7094
7095 * simple.el (next-line): Don't let `newline' expand abbrevs.
7096 Simplify slightly.
7097 (open-line): Don't let `newline' expand abbrevs.
7098
7099 2001-01-25 John Wiegley <johnw@gnu.org>
7100
7101 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7102 to `repeat' in the :type field.
7103
7104 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7105 allow a choice of regexp or nil.
7106 (pcomplete-dir-ignore): Same.
7107
7108 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7109 a command) to always fail.
7110
7111 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7112
7113 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7114 discard the result.
7115 (iswitchb-to-end): Likewise.
7116
7117 2001-01-25 Sam Steingold <sds@gnu.org>
7118
7119 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7120 Require vc.
7121
7122 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7123
7124 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7125
7126 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7127
7128 2001-01-25 Dave Love <fx@gnu.org>
7129
7130 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7131 (describe-coding-system): Tweak the English text.
7132
7133 * loadup.el: Preload international/ccl for utf-8.
7134
7135 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7136
7137 * mail/rmail.el (rmail-redecode-body): Doc fix.
7138
7139 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7140
7141 * international/mule-cmds.el (reset-language-environment):
7142 Reset coding-category-utf-8 to mule-utf-8.
7143
7144 * international/mule-conf.el (coding-category-utf-8):
7145 Initialize to mule-utf-8.
7146
7147 * loadup.el: Preload international/utf-8.
7148
7149 * international/utf-8.el: New file.
7150
7151 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7152
7153 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7154
7155 2001-01-24 Sam Steingold <sds@gnu.org>
7156
7157 * dired.el (dired-replace-in-string): Removed.
7158 (dired-sort-toggle): Use `replace-regexps-in-string'
7159 instead of `dired-replace-in-string'.
7160
7161 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7162 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7163
7164 * gs.el (gs-replace-in-string): Removed.
7165 (gs-options): Use `replace-regexps-in-string'
7166 instead of `gs-replace-in-string'.
7167
7168 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7169
7170 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7171 bug report is mailed to an email list and posted to a news group.
7172
7173 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7174
7175 * comint.el (comint-replace-by-expanded-history-before-point):
7176 Fix change of 2000-08-03 to move point to the start of the line again.
7177
7178 * startup.el (tool-bar-images-pixel-height): New variable.
7179 (command-line): After loading the user's init file, when
7180 tool-bar-mode is on, increase the frame's size by some lines for
7181 the tool-bar.
7182
7183 * frame.el (frame-initialize): Create the initial frame invisible.
7184
7185 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7186
7187 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7188 (chinese-big5): MIME:Big5.
7189
7190 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7191
7192 * international/mule-cmds.el (universal-coding-system-argument):
7193 Handle commands with prefix args.
7194
7195 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7196
7197 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7198 being a list of numbers.
7199 (diary-mail-entries): Rewritten.
7200
7201 2001-01-23 Dave Love <fx@gnu.org>
7202
7203 * international/mule.el (make-coding-system): Fix typo.
7204
7205 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7206 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7207
7208 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7209
7210 * font-lock.el (font-lock-mode): Doc fix.
7211
7212 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7213
7214 * international/mule.el (make-translation-table): Fix docstring.
7215
7216 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7217
7218 * mail/rmail.el (rmail-redecode-body): New function.
7219
7220 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7221
7222 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7223
7224 * isearch.el (isearch-lazy-highlight-case-fold-search)
7225 (isearch-lazy-highlight-regexp): New variables.
7226 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7227 case-fold search or regexp search has been toggled.
7228
7229 * wid-edit.el (widget-button-click): Avoid a save-excursion
7230 around running a global binding.
7231
7232 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7233 to 0.25.
7234
7235 2001-01-20 Miles Bader <miles@gnu.org>
7236
7237 * cus-edit.el (custom-face-save): Do post-processing on the face's
7238 new value like `custom-face-set' does.
7239
7240 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7241
7242 * mail/emacsbug.el (report-emacs-bug): Report the value of
7243 LC_CTYPE, not LC_TYPE.
7244
7245 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7246 isearch-toggle-regexp and isearch-edit-string to doc string.
7247
7248 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7249
7250 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7251 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7252
7253 * jit-lock.el (jit-lock-fontify-now): Don't bind
7254 font-lock-beginning-of-syntax-function to nil.
7255
7256 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7257
7258 * mail/emacsbug.el (report-emacs-bug): Report values of
7259 locale-coding-system, default-enable-multibyte-characters, and the
7260 environment variables LC_ALL, LC_TYPE, and LANG.
7261
7262 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7263
7264 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7265
7266 * font-lock.el (font-lock-multiline): Default to nil.
7267 (font-lock-default-fontify-region): If font-lock-multiline is
7268 nil, don't check the property `font-lock-multiline'.
7269
7270 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7271 is nil, don't check the `font-lock-multiline' text property.
7272
7273 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7274
7275 * viper.el: Call initial-major-mode on startup.
7276
7277 * ediff.el (ediff-patch-file): Use better defaults.
7278
7279 * ediff-vers.el: Fix for 8+3 DOS file systems.
7280
7281 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7282
7283 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7284 diff mode, if available.
7285
7286 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7287
7288 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7289
7290 * ediff-init.el (subst-char-in-string): Define and use it, unless
7291 it's already defined.
7292
7293 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7294
7295 * tooltip.el (tooltip-hide-delay): New user-option.
7296 (tooltip-show): Use tooltip-hide-delay instead of the default.
7297
7298 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7299
7300 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7301 kill-local-variable doesn't work for enable-multibyte-characters.
7302
7303 2001-01-17 Dave Love <fx@gnu.org>
7304
7305 * ediff-init.el (ediff-before-setup-hook)
7306 (ediff-merge-filename-prefix): Add :version.
7307
7308 * international/latin1-disp.el: Require disp-table.
7309 (latin1-display): Fix :set.
7310
7311 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7312
7313 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7314
7315 * isearch.el (isearch-lazy-highlight-initial-delay)
7316 (isearch-lazy-highlight-interval): Default to 0.
7317
7318 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7319
7320 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7321 1 here rather than each time through
7322 isearch-lazy-highlight-new-loop.
7323 (isearch-lazy-highlight-max): Variable deleted.
7324 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7325 isearch-lazy-highlight-max but controls a single invocation of
7326 isearch-lazy-highlight-update.
7327 (isearch-lazy-highlight-wrapped): Variable recreated.
7328 (isearch-lazy-highlight-window-start): New variable.
7329 (isearch-lazy-highlight-cleanup): Restored to behavior of
7330 before 2-Jan.
7331 (isearch-lazy-highlight-remove-overlays): Function deleted;
7332 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7333 behavior removed.
7334 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7335 isearch-lazy-highlight-update in a loop rather than just once.
7336 Test isearch-invalid-regexp here and decide not to start a new
7337 loop, rather than testing it each time through
7338 isearch-lazy-highlight-update.
7339 (isearch-lazy-highlight-search): Function restored.
7340 (isearch-lazy-highlight-update): Get called in a timer loop again,
7341 but this time highlight more than one match each time through.
7342 Only highlight matches in the visible part of the window.
7343 Start at point, move in the direction of the search, and wrap around at
7344 the edge of the window. Use sit-for to force redisplay and ensure
7345 window-start is credible. "Face suppressing" behavior removed;
7346 overlay priorities should make it unnecessary, right?
7347 (isearch-highlight): Face suppressing behavior removed.
7348 (isearch-dehighlight): Face suppressing behavior removed.
7349 (isearch-set-lazy-highlight-faces-at): Removed.
7350
7351 2001-01-17 Kenichi Handa <handa@etl.go.jp>
7352
7353 * language/european.el ("Latin-1"): Make the format of description
7354 about additional language environments same as that of Latin-2.
7355
7356 2001-01-16 Dave Love <fx@gnu.org>
7357
7358 * isearch.el (isearch-lazy-highlight): Add :version.
7359
7360 * simple.el (backward-delete-char-untabify-method)
7361 (next-line-add-newlines): Add :version.
7362
7363 2001-01-16 Gerd Moellmann <gerd@gnu.org>
7364
7365 * bindings.el: Bind <backspace> and <delete> via function-key-map.
7366 Don't bind <delete> otherwise.
7367
7368 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
7369 and <delete> via function-key-map.
7370
7371 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
7372 Subject line only if point is after the `Subject:'.
7373
7374 2001-01-16 Kenichi Handa <handa@etl.go.jp>
7375
7376 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
7377 japanese-jisx0213-2 in `charset' property of this lang. env.
7378
7379 * language/european.el ("Latin-1"): Add description for Dutch and
7380 Spanish lang. env.
7381
7382 * international/mule.el (decode-char): Fix conditions.
7383 (encode-char): Handle eight-bit-control too.
7384 (transform-make-coding-system-args): New function.
7385 (make-coding-system): Accept XEmacs style arguments for CCL base
7386 coding system.
7387
7388 2001-01-15 Gerd Moellmann <gerd@gnu.org>
7389
7390 * progmodes/etags.el (find-tag-noselect): Save the value of
7391 tags-file-name before switching buffers, for the case it has a
7392 buffer-local value.
7393
7394 2001-01-15 Alex Schroeder <alex@gnu.org>
7395
7396 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7397 From Dave Love <fx@gnu.org>.
7398 (ansi-color-for-comint-mode): Fix :version.
7399
7400 2001-01-15 Alex Schroeder <alex@gnu.org>
7401
7402 * ansi-color.el (ansi-color-unfontify-region): Doc change.
7403
7404 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
7405
7406 * dired.el (dired-insert-directory): If file-system-info fails,
7407 remove the " free " part, but don't signal an error.
7408
7409 2001-01-12 Sam Steingold <sds@gnu.org>
7410
7411 * bookmark.el (bookmark-maybe-historicize-string):
7412 Use new backquote syntax.
7413
7414 2001-01-12 Richard M. Stallman <rms@gnu.org>
7415
7416 * subr.el (last): Handle a list that doesn't end in nil.
7417
7418 2001-01-12 Sam Steingold <sds@gnu.org>
7419
7420 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
7421 to `backward-delete-char-untabify'.
7422
7423 2001-01-12 Dave Love <fx@gnu.org>
7424
7425 * cus-edit.el (customize-menu-create): Fix the :filter following
7426 easymenu change.
7427
7428 * wid-edit.el (function): Add :match-alternatives.
7429 (widget-color-action): Doc fix.
7430
7431 2001-01-12 Gerd Moellmann <gerd@gnu.org>
7432
7433 * calendar/calendar.el (calendar-basic-setup): Doc fix.
7434
7435 2001-01-12 Kenichi Handa <handa@etl.go.jp>
7436
7437 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
7438
7439 * international/ccl.el (define-ccl-program): Fix docstring.
7440
7441 2001-01-11 Dave Love <fx@gnu.org>
7442
7443 * international/mule-cmds.el (standard-display-european-internal):
7444 Set display table for 2208 as for 160.
7445
7446 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
7447
7448 * progmodes/fortran.el (fortran-mode-map): Modify Customization
7449 entry for custom-menu-create change.
7450 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
7451 don't cons it in the search loop.
7452
7453 * imenu.el (imenu--truncate-items): Revert last change.
7454
7455 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7456
7457 * info.el (Info-setup-header-line): If the node header includes
7458 either Next: or Prev: links, don't show the File: and Node: parts
7459 in the header line.
7460
7461 2001-01-11 Gerd Moellmann <gerd@gnu.org>
7462
7463 * comint.el (comint-goto-process-mark): Don't print a message
7464 when running in batch mode.
7465
7466 * isearch.el (isearch-search): In the condition-case handler for
7467 `error', set isearch-invalid-regexp to the whole error message.
7468
7469 * subr.el (eval-after-load): Call load-symbol-file-load-history to
7470 ensure that eval-after-load works for files dumped with Emacs.
7471
7472 * help.el (load-symbol-file-load-history): New function extracted
7473 from function symbol-file.
7474 (symbol-file): Use it.
7475
7476 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
7477
7478 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7479
7480 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
7481 behave as if there were no prefix argument.
7482 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
7483 argument were nil.
7484
7485 2001-01-11 Richard M. Stallman <rms@gnu.org>
7486
7487 * isearch.el (isearch-lazy-highlight-update):
7488 Don't look for more potential matches once maximum is exceeded.
7489 Use overlays-in to check correctly for overlap with current match.
7490 Ignore empty matches.
7491
7492 2001-01-11 Miles Bader <miles@gnu.org>
7493
7494 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
7495 (ispell-overlay-window, ispell-help, ispell-show-choices)
7496 (ispell-command-loop): Use it instead of `window-height'.
7497
7498 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7499
7500 * files.el (confirm-kill-emacs): New user-option.
7501 (save-buffers-kill-emacs): Ask for final confirmation before
7502 killing Emacs.
7503
7504 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
7505 to nil.
7506
7507 2001-01-10 Dave Love <fx@gnu.org>
7508
7509 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
7510
7511 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
7512
7513 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
7514
7515 * calculator.el (calculator-number-digits): Fix :type.
7516
7517 * vc-cvs.el (vc-cvs-header): Fix :type.
7518 * vc-rcs.el (vc-rcs-header): Fix :type.
7519 * vc-sccs.el (vc-sccs-header): Fix :type.
7520
7521 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7522
7523 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7524
7525 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
7526
7527 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7528
7529 * simple.el (set-variable): Force a thorough redisplay for the
7530 case that the variable has an effect on the display, like
7531 `tab-width' has.
7532
7533 2001-01-10 Andre Spiegel <spiegel@gnu.org>
7534
7535 * vc.el: Add documentation for backend interface.
7536
7537 2001-01-10 Kenichi Handa <handa@etl.go.jp>
7538
7539 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
7540
7541 * international/mule-conf.el (latin-extra-code-table): Set to t
7542 for \223 and \224.
7543
7544 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7545
7546 * international/mule-cmds.el (locale-language-names): Map "es" to
7547 "Spanish" and "nl" to "Dutch".
7548
7549 2001-01-09 Gerd Moellmann <gerd@gnu.org>
7550
7551 * bindings.el (global-map): Bind <home> to beginning-of-line,
7552 <end> to end-of-line, C-<home> to beginning-of-buffer, and
7553 C-<end> to end-of-buffer.
7554
7555 * language/european.el: Add Dutch and Spanish language info
7556 to be able to use the appropriate tutorials.
7557
7558 2001-01-09 Alex Schroeder <alex@gnu.org>
7559
7560 * ansi-color.el (ansi-color-process-output): Use markers instead
7561 of positions for start and end of region.
7562 (ansi-color-apply-on-region): Rewrote code to make it more robust.
7563 Previously, occasional mistakes happend when fontifying many
7564 chunks of output (eg. ls --color=yes /dev). This happened
7565 whenever an overlay was created up to the end of the region, which
7566 coincided with the process-mark. New text would then be added
7567 within that overlay instead of after it.
7568 (ansi-color-make-extent): Overlays are created with the property
7569 `modification-hooks' set to '(ansi-color-freeze-overlay).
7570 (ansi-color-freeze-overlay): New function. When inserting text at
7571 the end of the overlay, the overlay will resize.
7572
7573 2000-01-09 Alex Schroeder <alex@gnu.org>
7574
7575 * ansi-color.el (ansi-color-process-output): Doc change.
7576 (ansi-color-unfontify-region): Doc change. No longer installed
7577 automatically in font-lock-unfontify-region-function.
7578 (ansi-color-apply): Doc change.
7579 (ansi-color-apply-on-region): Use extents or overlays instead of
7580 text-properties.
7581 (ansi-color-make-extent): New function.
7582 (ansi-color-set-extent-face): New function.
7583
7584 2000-01-09 Alex Schroeder <alex@gnu.org>
7585
7586 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
7587 both use ansi-color-process-output, now.
7588 (ansi-color-process-output): Doesn't return string anymore. It is
7589 installed in comint-output-filter-functions for both Emacs and
7590 XEmacs, now.
7591 (ansi-color-unfontify-region): Simplified code removing variables
7592 pos and start-ansi.
7593 (ansi-color-apply): Put text-property ansi-color before putting
7594 text-property face because ansi-color-unfontify-region is called
7595 immediately after the call to put-text-property.
7596 (ansi-color-context-region): Doc change.
7597 (ansi-color-filter-region): Simplified code.
7598 (ansi-color-apply-on-region): Changed start to start-marker, using
7599 a marker explicitly. Put text-property ansi-color before putting
7600 text-property face because ansi-color-unfontify-region is called
7601 immediately after the call to put-text-property.
7602
7603 2000-01-09 Alex Schroeder <alex@gnu.org>
7604
7605 * ansi-color.el (ansi-color-faces-vector): Doc change.
7606 (ansi-color-for-comint-mode): Changed :type property to choice.
7607 (ansi-color-last-context): Removed.
7608 (ansi-color-process-output): Don't use ansi-color-last-context, as
7609 the main functions will store their context now.
7610 (ansi-color-context): Doc change.
7611 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
7612 Uses ansi-color-context such that repeated calls will strip
7613 partial escape sequences, too.
7614 (ansi-color-apply): Simplified code. Colorize end of string if
7615 face is not null. Store context in new (FACE STRING) format, such
7616 that repeated calls will strip partial escape sequences, too.
7617 Append faces to face property using ansi-color-apply-sequence such
7618 that cumulative mode actually works.
7619 (ansi-color-context-region): New variable.
7620 (ansi-color-filter-region): Rewrote it based on
7621 ansi-color-apply-on-region. Uses ansi-color-context-region such
7622 that repeated calls will strip partial escape sequences, too.
7623 (ansi-color-apply-on-region): Simplified code. Colorize end of
7624 region if face is not null. Store context in new (FACE POS)
7625 format, such that repeated calls will strip partial escape
7626 sequences, too. Append faces to face property using
7627 ansi-color-apply-sequence such that cumulative mode actually works.
7628 (ansi-color-apply-sequence): New function.
7629 (ansi-color-get-face): When the default face is added to the list
7630 of faces, all previous settings are discarded and the list of
7631 faces is set to '(default).
7632
7633 2000-01-09 Alex Schroeder <alex@gnu.org>
7634
7635 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
7636 face, such that ansi-color-apply and ansi-color-apply-on-region
7637 will do the right thing.
7638 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
7639 returns nil, set the list of faces back to nil instead of
7640 appending the result of ansi-color-get-face to the front of the list.
7641
7642 2000-01-09 Alex Schroeder <alex@gnu.org>
7643
7644 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
7645 (ansi-color-process): Doc change.
7646 (ansi-color-last-context): New buffer-local variable.
7647 (ansi-color-process-output): New function. It is automatically
7648 added to comint-output-filter-functions if this is XEmacs.
7649 (ansi-color-unfontify-region): New optional parameter for XEmacs
7650 compatibility. Check wether font-lock-syntactic-keywords is
7651 boundp before removing the syntax table text property, as XEmacs
7652 doesn't have it.
7653 (ansi-color-filter-region): Doc change.
7654 (ansi-color-apply-on-region): Doc change.
7655 (ansi-color-make-face): New function. Compatibility layer for
7656 XEmacs. Return temporary faces instead of cons cells for XEmacs.
7657 (ansi-color-make-color-map): Use ansi-color-make-face.
7658 (ansi-color-get-face): Avoid face text property '(nil) as results
7659 in an errow for XEmacs.
7660
7661 2000-01-09 Alex Schroeder <alex@gnu.org>
7662
7663 * ansi-color.el (ansi-color-unfontify-region): New function.
7664 Uses text-property ansi-color in order to preserve fontification by
7665 ansi-color. When the package is loaded, a lambda expression is
7666 put onto font-lock-mode-hook. This lambda expression will check
7667 font-lock-unfontify-region-function and replace
7668 font-lock-default-unfontify-region with ansi-color-unfontify-region.
7669 (ansi-color-apply): Add text-property ansi-color in addition to
7670 text-property face.
7671 (ansi-color-apply-on-region): Add text-property ansi-color in
7672 addition to text-property face.
7673 (save-buffer-state): Copy of the macro that is also used by
7674 lazy-lock and font-lock.
7675
7676 (ansi-color-for-comint-mode): New option.
7677 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
7678 (ansi-color-for-comint-mode-off): Ditto.
7679 (ansi-color-for-comint-mode-filter): Ditto.
7680 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
7681 decide what to do. This function is added to
7682 comint-preoutput-filter-functions when the package is loaded.
7683
7684 (ansi-color-for-shell-mode-set): Removed.
7685 (ansi-color-for-shell-mode): Removed.
7686
7687 2000-01-09 Alex Schroeder <alex@gnu.org>
7688
7689 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
7690 the lambda expression from the ansi-color-for-shell-mode :set
7691 property. Additionally, modify shell-mode-hook to enable or
7692 disable font-lock-mode for future shell buffers.
7693 (ansi-color-for-shell-mode): The :set property calls
7694 ansi-color-for-shell-mode-set instead of a lambda expression.
7695
7696 2000-01-09 Alex Schroeder <alex@gnu.org>
7697
7698 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
7699 (ansi-color-context): New variable.
7700 (ansi-color-apply): Save context between calls.
7701
7702 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
7703
7704 * isearch.el (isearch, isearch-lazy-highlight-face):
7705 New definitions for face colors and attributes.
7706
7707 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
7708 of display-mouse-p.
7709
7710 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7711
7712 * international/mule.el (make-coding-system): If the coding system
7713 accepts extra latin codes, register such codes as safe for the
7714 coding system.
7715
7716 2001-01-08 Richard M. Stallman <rms@gnu.org>
7717
7718 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
7719 don't mention the file name or the date here, because they are
7720 logged at the start of the file.
7721
7722 2001-01-08 Richard M. Stallman <rms@gnu.org>
7723
7724 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7725 Change screen-width to frame-width.
7726
7727 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7728
7729 * info.el (Info-search): Print the default as part of the prompt.
7730
7731 2001-01-08 Andre Spiegel <spiegel@gnu.org>
7732
7733 * vc.el (vc-default-latest-on-branch-p): New function, replaces
7734 constant implementations in backends.
7735
7736 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
7737 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
7738
7739 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
7740 WRITABLE to EDITABLE.
7741
7742 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
7743 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
7744 to EDITABLE.
7745
7746 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7747
7748 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
7749 (copyright, copyright-update): Compute the current year at run time.
7750
7751 2001-01-08 Gerd Moellmann <gerd@gnu.org>
7752
7753 * isearch.el (isearch-old-signal-hook): Removed.
7754 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
7755 instead of setting signal-hook-function.
7756 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
7757
7758 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
7759
7760 * emulation/edt.el: Update to version 4.0. Provide support for
7761 EDT scroll margins at top and bottom of the window. Provide an
7762 emulation of the EDT SUBS command (bound to GOLD-Enter, by
7763 default). Enhance edt-quit, bound to GOLD-q by default, to warn
7764 user when file-related buffer modifications exist.
7765 Provide support for running EDT Emulation in XEmacs.
7766 Provide customize access to some user updatable variables.
7767 Add Commentary section to file header.
7768 Fixed a few minor bugs and cleaned up some code.
7769
7770 * emulation/edt-mapper.el: Update to version 4.0. Provide support
7771 for detecting a keypress that generates an ASCII key sequence.
7772 (Previously, only a keypress that generates a vector was
7773 recognized.) Embed Window Manager name into name of the generated
7774 EDT Emulation initialization file since the initialization file is
7775 Window Manager specific. Add Commentary section to file header.
7776
7777 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
7778
7779 * mail/sendmail.el (mail-mode): Doc fix.
7780
7781 * info.el (Info-goto-emacs-command-node): Doc fix.
7782 (Info-goto-emacs-key-command-node): Doc fix.
7783
7784 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7785
7786 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
7787 systems without long file-name support.
7788
7789 2001-01-06 Andrew Innes <andrewi@gnu.org>
7790
7791 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
7792
7793 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7794
7795 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
7796 (isearch-lazy-highlight-update): Doc fix.
7797
7798 * ffap.el (ffap-bindings): Doc fix.
7799
7800 * dired-x.el (dired-virtual-guess-dir): Doc fix.
7801
7802 2001-01-05 Dave Love <fx@gnu.org>
7803
7804 * emacs-lisp/cl-seq.el (remove, remq): Remove.
7805
7806 2001-01-05 Gerd Moellmann <gerd@gnu.org>
7807
7808 * mouse-drag.el (mouse-drag-safe-scroll):
7809 Bind scroll-preserve-screen-position to nil.
7810
7811 * isearch.el (isearch-old-signal-hook): New variable.
7812 (isearch-mode): Set signal-hook-function to isearch-done.
7813 (isearch-done): Restore old signal-hook-function.
7814
7815 * info.el (Info-fontify-node): Mark one more char as intangible.
7816
7817 2000-01-05 Kenichi Handa <handa@etl.go.jp>
7818
7819 * composite.el (compose-last-chars): New argument COMPONENTS.
7820 If it is non-nil, compose preceding characters by compose-region with
7821 COMPONENTS.
7822
7823 * international/quail.el (quail-input-string-to-events): New function.
7824 (quail-input-method): Convert input string to events here.
7825 (quail-start-translation): Return input string, not event list.
7826 (quail-start-conversion): Likewise.
7827
7828 2001-01-04 Gerd Moellmann <gerd@gnu.org>
7829
7830 * tooltip.el (tooltip-cancel-delayed-tip)
7831 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
7832 and tooltip-add-timeout.
7833 (tooltip-show): Set border color from faces's foreground.
7834 (tooltip-show-help-function): If called with the same help string
7835 as last time, do nothing.
7836 (tooltip-help-tips): Don't set tooltip-help-message to nil.
7837
7838 * startup.el (fancy-splash-screens): Don't bind show-help-function
7839 to nil.
7840
7841 * tooltip.el (tooltip-frame-parameters): Remove colors.
7842 (tooltip): New face
7843 (tooltip-set-param): New function.
7844 (tooltip-show): Set up color frame parameters from face `tooltip'.
7845 Display the tooltip text in face `tooltip'.
7846
7847 2001-01-04 Dave Love <fx@gnu.org>
7848
7849 * whitespace.el (whitespace-global-mode): Fix typo.
7850
7851 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
7852
7853 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
7854
7855 * help.el (help-for-help): Fix a typo in a doc string.
7856 From kwzh@gnu.org (Karl Heuer).
7857
7858 2001-01-03 Dave Love <fx@gnu.org>
7859
7860 * dired-x.el: Doc fixes. Maintainer change.
7861 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
7862 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
7863 (dired-guess-shell-alist-user): Customize.
7864 (dired-x-help-address): Set to bug-gnu-emacs.
7865 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
7866 (dired-default-directory): Renamed from default-directory.
7867
7868 * hl-line.el (hl-line): Doc fix.
7869
7870 2001-01-03 Karl Fogel <kfogel@red-bean.com>
7871
7872 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
7873
7874 2001-01-02 Richard M. Stallman <rms@gnu.org>
7875
7876 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
7877 to remove all the current alternative-match highlighting.
7878 If nil, remove only what's outside the current window.
7879 (isearch-lazy-highlight-remove-overlays): Take optional
7880 region within which NOT to remove them.
7881 (isearch-lazy-highlight-new-loop): Greatly simplified.
7882 (isearch-lazy-highlight-update): Find all the other occurrences
7883 visible in the window, in just one call.
7884 (isearch-lazy-highlight-start): Now holds start of region to scan.
7885 (isearch-lazy-highlight-end): Now holds end of region to scan.
7886 (isearch-lazy-highlight-wrapped): Variable deleted.
7887 (isearch-lazy-highlight-search): Function deleted.
7888
7889 2000-01-02 Andrew Innes <andrewi@gnu.org>
7890
7891 * w32-fns.el (convert-standard-filename): Do length check on name
7892 before aref.
7893
7894 2001-01-02 Dave Love <fx@gnu.org>
7895
7896 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
7897 value.
7898 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
7899
7900 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
7901
7902 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
7903 read syntax.
7904
7905 * calendar/todo-mode.el (todo): Add :link, :version.
7906 (todo-save-top-priorities): Remove autoload cookie.
7907 (todo-add-category, todo-add-item-non-interactively)
7908 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
7909
7910 2001-01-02 Gerd Moellmann <gerd@gnu.org>
7911
7912 * comint.el (comint-input-history-ignore): New variable.
7913 (comint-read-input-ring): Ignore entries matching
7914 comint-input-history-ignore.
7915
7916 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
7917
7918 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
7919 (lm-copyright-mark): New function.
7920 (lm-crack-copyright): New function.
7921 (lm-verify): Check that the file has a copyright.
7922 Check that the file is copyright Free Software Foundation.
7923
7924 2000-12-30 Kenichi Handa <handa@etl.go.jp>
7925
7926 * international/mule-diag.el (print-fontset): Indent font name by
7927 24 columns, not 25.
7928
7929 2000-12-29 Gerd Moellmann <gerd@gnu.org>
7930
7931 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
7932 in Subject line.
7933
7934 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
7935 Use mail-mode-hook instead of mail-setup-hook.
7936 Otherwise continuing an interrupted message with C-u C-x m for
7937 instance, winds up in Mail mode without abbrevs.
7938
7939 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7940
7941 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
7942 non-nil. Adding almost all customization variables on ps-setup.
7943 Doc fix.
7944 (ps-print-version): New version number (6.3.3).
7945 (ps-end-with-control-d): Initialization fix.
7946 (ps-lines-printed): New var.
7947 (ps-skip-newline): New fun.
7948 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
7949 (ps-next-line, ps-continue-line, ps-plot-region)
7950 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
7951
7952 2000-12-29 Kenichi Handa <handa@etl.go.jp>
7953
7954 * international/fontset.el (x-complement-fontset-spec):
7955 Resolve ASCII font name so that the same family name is used for fonts
7956 registered in x-font-name-charset-alist.
7957 (create-fontset-from-fontset-spec): Adjusted for the above change.
7958 The name of fontset alias should be a unresolved ASCII font name.
7959
7960 2000-12-28 Gerd Moellmann <gerd@gnu.org>
7961
7962 * simple.el (delete-key-deletes-forward-mode): Bind backspace
7963 and delete in isearch-mode-map.
7964
7965 2000-12-28 Richard M. Stallman <rms@gnu.org>
7966
7967 * dired-x.el (dired-guess-shell-alist-default):
7968 Use xpdf instead of acroread.
7969
7970 2000-12-28 Kenichi Handa <handa@etl.go.jp>
7971
7972 * textmodes/artist.el (artist-butlast): Deleted.
7973 (artist-ellipse-mirror-quadrant): Use butlast instead of
7974 artist-butlast.
7975
7976 * subr.el (butlast, nbutlast): Moved from cl.el to here.
7977
7978 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
7979
7980 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7981
7982 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
7983
7984 * ls-lisp.el: Better support for the Mac and MS-Windows.
7985 (ls-lisp): New defgroup.
7986 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
7987 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
7988 (ls-lisp-support-shell-wildcards): New defcustoms.
7989 (ls-lisp-parse-symlink): New function.
7990 (insert-directory): Code to convert switches to a list and set up
7991 the wildcard argument copied from ls-lisp-insert-directory.
7992 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
7993 for -C and -R switches.
7994 (ls-lisp-column-format): New function.
7995 (ls-lisp-delete-matching, ls-lisp-handle-switches)
7996 (ls-lisp-format-time): Add doc strings.
7997 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
7998 Support ls-lisp-dirs-first.
7999 (ls-lisp-classify, ls-lisp-extension): New functions.
8000 (ls-lisp-format): Optionally support emulation of symlinks.
8001 Support -i, -s, and -G switches.
8002
8003 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8004
8005 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8006
8007 * version.el (emacs-version): Print X scroll bar information.
8008
8009 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8010 instead of x-toolkit-scroll-bars-p.
8011
8012 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8013 of x-toolkit-scroll-bars-p.
8014
8015 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8016
8017 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8018 (ffap-bindings): Doc fix, to reflect the above change.
8019
8020 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8021
8022 * term.el (term-char-mode): Define all non-ascii self-inserting
8023 characters to 'term-send-raw in term-raw-map.
8024
8025 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8026
8027 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8028
8029 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8030 Changed initialization; use add-hook.
8031 (ediff-file-remote-p): Use file-local-copy.
8032
8033 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8034
8035 * ediff.el (ediff-patch-buffer): Bug fix.
8036 (ediff-revision): Allow selection of the file at the prompt.
8037
8038 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8039
8040 * subr.el (combine-run-hooks): Remove.
8041
8042 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8043 and remove the rogue second spec.
8044
8045 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8046
8047 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8048
8049 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8050
8051 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8052 Use minibuffer menu prompt for the `=' prefix.
8053 (smerge-command-prefix): Change default to C-^.
8054 (smerge-mode): Don't assume font-lock doesn't move point.
8055
8056 * skeleton.el (skeleton-internal-1): Make sure the first line of
8057 the region is also re-indented.
8058 (skeleton-end-newline): New var.
8059 (skeleton-end-hook): Use it.
8060
8061 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8062
8063 * comint.el (comint-password-prompt-regexp): Support CVS.
8064
8065 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8066
8067 * simple.el (delete-key-deletes-forward-mode): Simplify.
8068 Also backspace key combinations, depending on
8069 delete-key-deletes-forward.
8070
8071 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8072
8073 * simple.el (delete-key-deletes-forward): Doc fix.
8074
8075 2000-08-22 Emmanuel Briot <briot@gnat.com>
8076
8077 * xml.el (top level comment): Updated to reflect the fact that
8078 white spaces are relevant in the XML file.
8079 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8080 to parse was already edited. This allows for on-the-fly analysis
8081 of XML files.
8082 (xml-parse-tag): Check that the casing is the same in the start
8083 tag and end tag, since XML is case-sensitive. Allows for spaces
8084 in the end tag, after the name of the tag.
8085 (xml-parse-attlist): Allow for the character '-' in the name of
8086 attributes, as in the standard http-equiv attribute Do not save
8087 the properties in the XML tree, since they are not relevant.
8088
8089 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8090
8091 * generic.el (generic-read-type): Undo last change, inline into
8092 `generic-mode' and then remove.
8093 (generic-mode): Inline generic-read-type.
8094 (define-generic-mode): Push the symbol name rather than the symbol
8095 onto generic-mode-list.
8096
8097 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8098
8099 * generic.el (generic-read-type): Build an alist for
8100 completing-read as in 20.7.
8101
8102 * play/landmark.el (lm): Use interactive spec `P'.
8103 (toplevel): Don't set debug-on-error.
8104
8105 * server.el (server-switch-buffer): Choose a window on a visible frame.
8106
8107 2000-12-21 Dave Pearson <davep@davep.org>
8108
8109 * quickurl.el: Commentry change, I've moved my web site.
8110
8111 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8112
8113 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8114 ranges like \177-\237, but accepts the character sequence from \177 to
8115 \237. Doc fix.
8116 (ebnf-version): New version (3.4).
8117 (ebnf-setup): Code fix.
8118 (ebnf-range-regexp): New fun.
8119 (ebnf-8-bit-chars): Const fix.
8120
8121 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8122 entry. Doc fix.
8123 (ebnf-bnf-lex): Code fix.
8124 (ebnf-bnf-comment-chars): Const fix.
8125
8126 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8127 entry. Doc fix.
8128 (ebnf-iso-comment-chars): Const fix.
8129
8130 * ebnf-otz.el: Doc fix.
8131
8132 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8133 entry. Doc fix.
8134 (ebnf-yac-skip-code): Code fix.
8135 (ebnf-yac-comment-chars): Const fix.
8136
8137 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8138
8139 * files.el (insert-directory-safely): New function.
8140 (recover-file): Use it instead of insert-directory.
8141 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8142
8143 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8144
8145 * international/mule-cmds.el (select-safe-coding-system):
8146 Check coding-category-list more rigidly. Improve help message.
8147
8148 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8149
8150 2000-12-21 Miles Bader <miles@gnu.org>
8151
8152 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8153
8154 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8155
8156 * international/mule-diag.el (describe-char-after): Make *Help*
8157 buffer inherit multibyteness of the current buffer.
8158
8159 * international/mule.el (make-char): Docstring adjusted for the
8160 change of make-char-internal.
8161
8162 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8163
8164 * international/iso-cvt.el: Docstrings fix.
8165
8166 2000-12-20 Dave Love <fx@gnu.org>
8167
8168 * subr.el (eval-after-load): Doc fix.
8169
8170 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8171
8172 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8173 for numbers.
8174
8175 2000-12-20 Miles Bader <miles@gnu.org>
8176
8177 * international/quail.el (quail-help): Resize the help window
8178 again after it has all its contents. Remove unneeded progn.
8179
8180 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8181
8182 * pcmpl-linux.el: Fix copy/paste error.
8183
8184 2000-12-19 Andrew Innes <andrewi@gnu.org>
8185
8186 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8187
8188 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8189
8190 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8191
8192 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8193
8194 * progmodes/idlw-shell.el: Fixed copyright notice.
8195
8196 * progmodes/idlwave.el: Fixed copyright notice.
8197
8198 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8199 TAB as key separators.
8200
8201 2000-12-19 Alex Schroeder <alex@gnu.org>
8202
8203 * sql.el (sql-sybase-options): New option.
8204 (sql-sybase): Use it. Add sql-database to the list of parameters
8205 provided for login. The options -w 2048 -n are not used any more.
8206 (sql-postgres-options): Changed default from "--pset" to "-P".
8207 (sql-mysql-options): Doc change.
8208 (sql-stop): Doc change.
8209
8210 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8211
8212 * international/quail.el (quail-input-method): Always hide
8213 the guidance buffer on exiting.
8214
8215 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8216
8217 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8218 isn't fboundp.
8219
8220 * server.el (server-buffer-done): Bury the buffer before
8221 killing it.
8222
8223 * faces.el (face-spec-set): Interpret a nil in specs for
8224 foreground and background colors as `unspecified', for
8225 compatibility with 20.x.
8226
8227 2000-12-18 Dave Love <fx@gnu.org>
8228
8229 * simple.el (mail-user-agent): Doc fix.
8230 (input-mode-8-bit): Removed.
8231
8232 * international/mule.el (set-keyboard-coding-system): Doc fix.
8233 (keyboard-coding-system): New option.
8234
8235 * mail/sendmail.el (send-mail-function): Customize.
8236
8237 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8238
8239 * international/codepage.el (cp866-decode-table): New table.
8240
8241 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8242
8243 * version.el (emacs-version): Remove `%a' from the time format
8244 because the weekday doesn't fit well into each locale.
8245
8246 2000-12-18 Miles Bader <miles@gnu.org>
8247
8248 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8249
8250 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8251 Check that emacs-major-version is `=' to 20, not `>='.
8252 (artist-replace-chars): Use `make-string' instead of a loop.
8253
8254 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8255
8256 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8257 (cvs-execute-single-file): Don't change directory.
8258 Patch from Per Cederqvist.
8259
8260 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8261
8262 * textmodes/ispell.el (check-ispell-version):
8263 If `ispell-program-name' is "aspell", pass it the -v switch instead
8264 of -vv.
8265
8266 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8267
8268 * international/mule-diag.el (mule-diag): Insert information about
8269 configure options, multibyte awareness, language env.
8270
8271 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8272 regexp to search for candidates.
8273
8274 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8275
8276 * info.el (Info-forward-node): If the node has an
8277 Info-header-line, widen the buffer before searching for "next:"
8278 and "up:" pointers, and set the search limit to stay in the
8279 current node.
8280
8281 2000-12-16 Miles Bader <miles@gnu.org>
8282
8283 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8284
8285 2000-12-15 Miles Bader <miles@gnu.org>
8286
8287 * comint.el (comint-send-string, comint-send-region): Also accept
8288 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8289 process-send-string/region.
8290
8291 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8292
8293 * isearch.el (isearch-lazy-highlight-max): New user-option.
8294 (isearch-lazy-highlight-update): Don't highlight more than
8295 isearch-lazy-highlight-max matches.
8296
8297 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8298
8299 2000-12-15 Richard M. Stallman <rms@gnu.org>
8300
8301 * sort.el (sort-columns): Fix error message.
8302
8303 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8304 `upcase' or `downcase' or nil.
8305 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8306 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8307 (dabbrev--substitute-expansion): New arg record-case-pattern.
8308 If it is non-nil, set dabbrev--last-case-pattern.
8309 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8310
8311 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8312
8313 2000-12-15 Miles Bader <miles@gnu.org>
8314
8315 * paths.el (Info-default-directory-list): Don't delete
8316 configure-info-directory from the list of standard info
8317 directories when appending it to the end -- their order is important.
8318
8319 * faces.el (read-face-attribute): If there's no entry for the
8320 user's input in VALID, just use it as-is (this will often result
8321 in an error, but it may be OK for e.g. colors using hexadecimal
8322 notation, and at least will yield a better error message).
8323
8324 * window.el (mode-line-window-height-fudge): Function removed.
8325 (height-affecting-face-attributes, mode-line-window-height-fudge):
8326 Variables removed.
8327 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8328 window is really the right size. Use vertical-motion
8329 rather than forward-line.
8330 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8331 (ispell-command-loop, ispell-show-choices): Use the variable
8332 ispell-choices-win-default-height, rather than the function.
8333 (ispell-choices-win-default-height): Function removed.
8334 (ispell-mode-line-window-height-fudge): Function removed.
8335
8336 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8337
8338 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8339
8340 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8341
8342 * paths.el (Info-default-directory-list):
8343 If configure-info-directory is not one of the standard directories,
8344 put it first in the list; otherwise put it last. Doc string
8345 changed accordingly.
8346
8347 * info.el (Info-directory-list): Change doc string to reflect the
8348 change in Info-default-directory-list.
8349
8350 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
8351 windows-nt as windowed environments, even under -nw.
8352
8353 * startup.el (command-line): Don't call x-backspace-delete-keys-p
8354 if not fboundp. Switch delete-forward mode for the <delete> key
8355 on all PC platforms, even under -nw.
8356
8357 * term/internal.el ([M-delete]): Remap to M-d.
8358
8359 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8360
8361 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
8362
8363 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8364
8365 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8366
8367 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8368
8369 * startup.el (command-line): Call delete-key-deletes-forward-mode,
8370 if appropriate.
8371
8372 * simple.el (delete-key-deletes-forward): New user-option.
8373 (delete-key-deletes-forward-mode): New function.
8374
8375 * bindings.el: Bind `delete' to backward-delete-char.
8376
8377 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
8378 Test if symbol is bound before getting its value.
8379
8380 * tooltip.el (tooltip-show): If an error is signaled in
8381 x-show-tip, display that error, and display the help in the
8382 echo area.
8383
8384 2000-12-14 Kenichi Handa <handa@etl.go.jp>
8385
8386 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8387 Show "... entries" messages for every 10000 entries, not 10.
8388
8389 2000-12-13 Karl Fogel <kfogel@red-bean.com>
8390
8391 * bookmark.el: Provide a generic exit hook, as suggested by
8392 Ovidiu Predescu <ovidiu@cup.hp.com>:
8393 (bookmark-exit-hook): New var.
8394 (bookmark-exit-hook-internal): New func, replaces
8395 old raw lambda form in `kill-emacs-hook', and runs new
8396 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
8397 as logically that feature must have been provided if this function
8398 is running.
8399 Removed ;;;###autoload before the `add-hook' call.
8400
8401 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
8402
8403 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
8404 (easy-menu-current-active-maps): New function.
8405 (easy-menu-get-map): Use it.
8406 Make a proper menu entry when creating a new keymap.
8407
8408 2000-12-13 Kenichi Handa <handa@etl.go.jp>
8409
8410 * international/characters.el: Fix cases and syntaxes for
8411 mule-unicode-0100-24ff.
8412
8413 * dired.el (dired-move-to-filename-regexp): Fixed for the case
8414 that a Japanese character is not appended after day and year.
8415
8416 * info.el (Info-suffix-list): Change format for a command that
8417 requires arguments.
8418 (info-insert-file-contents): Adjusted for the above change.
8419
8420 2000-12-12 Andreas Schwab <schwab@suse.de>
8421
8422 * tar-mode.el (tar-extract): Base the name of the subfile buffer
8423 on the name of the tar buffer. Verify that the existing buffer is
8424 visiting the same subfile.
8425
8426 2000-12-12 Dave Love <fx@gnu.org>
8427
8428 * subdirs.el: Add obsolete.
8429
8430 2000-12-12 Gerd Moellmann <gerd@gnu.org>
8431
8432 * mail/rmailsum.el (rmail-summary-expunge)
8433 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
8434 instead of rmail-confirm-expunge.
8435
8436 * replace.el (perform-replace): Don't use an empty match adjacent
8437 to a non-empty match when computing the next match before the
8438 replacement is performed.
8439
8440 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
8441
8442 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
8443 definition (patch by Stefan Monnier).
8444 (glasses-mode): Use jit-lock instead of `after-change-functions'
8445 (patch by Stefan Monnier).
8446
8447 2000-12-12 Miles Bader <miles@gnu.org>
8448
8449 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
8450 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
8451
8452 2000-12-12 Andrew Choi <akochoi@i-cable.com>
8453
8454 * term/mac-win.el: Remove load for ls-lisp.
8455
8456 * loadup.el: Load ls-lisp for system-type `macos'.
8457
8458 2000-12-12 Miles Bader <miles@gnu.org>
8459
8460 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
8461 Respect field end too.
8462 (just-one-space): Respect fields as `delete-horizontal-space'.
8463 (newline-and-indent, reindent-then-newline-and-indent):
8464 Use `delete-horizontal-space'.
8465
8466 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
8467
8468 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
8469 (so as to obey the field property in the minibuffer).
8470
8471 * obsolete/c-mode.el: Moved from lisp/progmodes.
8472 * obsolete/auto-show.el: Moved from lisp.
8473 * obsolete/ooutline.el: Moved from lisp/textmodes.
8474
8475 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
8476
8477 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
8478 changes to list them here.
8479
8480 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
8481 Too many changes to list them here.
8482
8483 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
8484 Too many changes to list them here.
8485
8486 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
8487
8488 2000-12-11 Gerd Moellmann <gerd@gnu.org>
8489
8490 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
8491
8492 * cus-edit.el (custom-save-variables, custom-save-faces):
8493 Comment fix.
8494
8495 * hscroll.el: Moved to `obsolete' subdir.
8496
8497 2000-12-11 Miles Bader <miles@gnu.org>
8498
8499 * window.el (window-text-height): Function removed (now in C).
8500
8501 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
8502
8503 * log-edit.el (log-edit-parent-buffer): New var.
8504 (log-edit): Set it. Add BUFFER argument.
8505 (log-edit-done): Use char-before.
8506 Don't bother checking validity of vc-comment-ring.
8507 Only bury the buffer if log-edit popped it up.
8508
8509 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
8510 (cvs-mode-diff-help): Remove.
8511 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
8512 (cvs-mode-marked): Set up the default for CMD manually.
8513
8514 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
8515 Remove binding for ? now made unnecessary.
8516
8517 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
8518
8519 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
8520 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
8521
8522 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
8523 when master file is not open.
8524
8525 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
8526
8527 * progmodes/ada-stmt.el: Update `maintainer'.
8528
8529 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
8530
8531 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
8532 choices to match documentation string.
8533
8534 2000-12-09 Miles Bader <miles@gnu.org>
8535
8536 * minibuf-eldef.el: New file.
8537
8538 * window.el (fit-window-to-buffer): Don't pass last argument to
8539 pos-visible-in-window-p, now that its meaning is inverted.
8540
8541 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
8542
8543 * image.el (create-image): Doc fix; spotted by Per Cederqvist
8544 <ceder@lysator.liu.se>.
8545
8546 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
8547
8548 * autoinsert.el (auto-insert-alist): Add missing final \n.
8549
8550 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
8551 (cvs-menu-map): Remove.
8552 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
8553 (cvs-mode-quit): Turn it back into a plain function.
8554
8555 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
8556 (texinfo-filter): Remove (move to texinfo.el).
8557
8558 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
8559 file where it's more visible.
8560 (texinfo-filter, texinfo-chapter-level-regexp): New variables
8561 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
8562 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
8563 (texinfo-inside-macro-p): Only catch `scan-error's.
8564 (texinfo-inside-env-p): Make better use of the match info.
8565 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
8566 (texinfo-insert-@end): Slight re-organization.
8567 Also remove useless `looking-at' call.
8568
8569 2000-12-08 Andrew Innes <andrewi@gnu.org>
8570
8571 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
8572 accessible in -nw mode.
8573
8574 * term/w32-win.el: Remove stuff about selection timeout, which is
8575 irrelevant on Windows. Move clipboard support to w32-fns.el, so
8576 it is accessible in -nw mode.
8577
8578 2000-12-08 Dave Love <fx@gnu.org>
8579
8580 * emacs-lisp/lisp-mode.el (lisp-mode):
8581 Set font-lock-keywords-case-fold-search.
8582
8583 2000-12-08 Gerd Moellmann <gerd@gnu.org>
8584
8585 * textmodes/ispell.el (ispell): Doc fix.
8586
8587 2000-12-08 Kenichi Handa <handa@etl.go.jp>
8588
8589 * international/quail.el (quail-insert-decode-map): Check the
8590 frame width of a window displaying the current buffer, not that of
8591 the selected frame.
8592 (quail-help): Make sure that the help buffer has window before
8593 inserting text in it.
8594
8595 2000-12-07 Sam Steingold <sds@gnu.org>
8596
8597 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
8598 Backquote is used in isearch.el, so autoloading saves nothing.
8599
8600 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
8601
8602 * startup.el (normal-top-level-add-subdirs-to-load-path):
8603 Ignore the CVS and RCS subdirectories case-insensitively.
8604
8605 * dired.el (dired-insert-directory): If file-system-info is
8606 fboundp, call it instead of invoking dired-free-space-program.
8607
8608 2000-12-07 Gerd Moellmann <gerd@gnu.org>
8609
8610 * server.el (server-visit-files): Push files on file-name-history.
8611
8612 * progmodes/cc-langs.el: Update copyright.
8613
8614 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
8615
8616 * bindings.el (mode-line-mode-menu): Add glasses-mode.
8617
8618 * bindings.el (mode-line-mode-menu): Reverse the order
8619 of define-keys so that the menu appears in alphabetical order.
8620
8621 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
8622
8623 * progmodes/glasses.el (glasses-mode): Update mode line at the end
8624 of the function.
8625
8626 2000-12-07 Dave Love <fx@gnu.org>
8627
8628 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
8629
8630 * facemenu.el (facemenu-unlisted-faces): Fix value.
8631
8632 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
8633
8634 * font-lock.el (font-lock-default-fontify-region):
8635 Include the terminating \n (off-by-one error).
8636 (font-lock-set-defaults): Use dolist.
8637
8638 * derived.el (define-derived-mode): Don't use combine-run-hooks.
8639
8640 2000-12-07 Kenichi Handa <handa@etl.go.jp>
8641
8642 * international/mule-cmds.el (describe-language-environment):
8643 Fix for the case that an input method title is not string but a list.
8644
8645 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
8646 of wrong SIZE record.
8647
8648 2000-12-06 Dave Love <fx@gnu.org>
8649
8650 * newcomment.el (comment-region, comment-dwim): Doc fix.
8651
8652 * textmodes/texinfo.el: Require tex-mode when compiling.
8653 (texinfo-update-node): Doc fix.
8654 (texinfo-imenu-generic-expression): Add @anchor.
8655 (texinfo-font-lock-keywords): Add @uref.
8656 (texinfo-inside-macro-p): Don't use ignore-errors.
8657 (texinfo-insert-quote): Match more contexts.
8658
8659 * international/mule.el (decode-char, encode-char): Doc fix.
8660 (auto-coding-alist): Customize.
8661
8662 * files.el (load-file): Fix change of 2000-03-12.
8663
8664 * wid-edit.el (widget-text-keymap): Doc fix.
8665
8666 2000-12-06 Andrew Innes <andrewi@gnu.org>
8667
8668 * makefile.w32-in (lisp): Set to an absolute directory, namely
8669 $(CURDIR).
8670
8671 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
8672
8673 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
8674 read generated-autoload-file, and set buffer-file-coding-system to
8675 raw-text-unix after reading the file.
8676
8677 * international/mule-conf.el (file-coding-system-alist):
8678 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
8679
8680 2000-12-06 Gerd Moellmann <gerd@gnu.org>
8681
8682 * replace.el (occur): Make line-number-width 1 smaller for the
8683 colon following the line number.
8684
8685 * startup.el (fancy-splash-text, command-line-1):
8686 Use `File' for the menu name instead of `Files'.
8687
8688 * tmm.el: Update copyright.
8689
8690 * cus-start.el: Add entry for even-window-heights.
8691
8692 2000-12-06 Miles Bader <miles@gnu.org>
8693
8694 * faces.el (frame-set-background-mode): Avoid stomping on
8695 locally modified faces.
8696
8697 2000-12-06 Kenichi Handa <handa@etl.go.jp>
8698
8699 * international/fontset.el: Correct the font registries for
8700 japanese-jisx0213-1 and japanese-jisx0213-2.
8701
8702 2000-12-05 Gerd Moellmann <gerd@gnu.org>
8703
8704 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
8705
8706 * iswitchb.el: Update customization commentary.
8707
8708 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
8709
8710 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
8711 (tpu-search-highlight): Fixed comparison of overlay end positions.
8712 (tpu-trim-line-ends): Implemented trimming logic locally.
8713
8714 * emulation/tpu-extras.el (tpu-write-file-hook)
8715 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
8716
8717 2000-12-05 Kenichi Handa <handa@etl.go.jp>
8718
8719 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
8720 to cn-gb.
8721 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
8722
8723 2000-12-04 Dave Love <fx@gnu.org>
8724
8725 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
8726
8727 2000-12-04 Gerd Moellmann <gerd@gnu.org>
8728
8729 * mail/rmailsum.el (rmail-summary-expunge)
8730 (rmail-summary-expunge-and-save): Ask for confirmation with
8731 rmail-expunge-confirmed.
8732
8733 * mail/rmail.el (rmail-expunge-confirmed): New function.
8734 (rmail-expunge): Use it.
8735
8736 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
8737
8738 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
8739 (etags-recognize-tags-table, find-tag-in-order):
8740 New functionality: interpret file names as tags.
8741
8742 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
8743
8744 * info.el (Info-scroll-prefer-subnodes): New defcustom.
8745 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
8746 the first subnode until the bottom of the current node is visible.
8747
8748 2000-12-04 Gerd Moellmann <gerd@gnu.org>
8749
8750 * format.el (format-decode): Don't change buffer's undo list.
8751
8752 2000-12-04 Kenichi Handa <handa@etl.go.jp>
8753
8754 * faces.el (face-font-registry-alternatives): Add entries for CJK
8755 fonts. Doc-string adjusted for the actual usage of this data.
8756
8757 * international/fontset.el: Change the font registries for CJK
8758 fonts in the default fontset. Don't append '*' to registries.
8759
8760 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
8761
8762 * emacs-lisp/easy-mmode.el (define-derived-mode)
8763 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
8764
8765 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
8766 (derived-mode-p): New function.
8767 (derived-mode-make-docstring): Add `docstring' argument.
8768 Use it if available and complete it if necessary.
8769
8770 2000-12-03 Andreas Schwab <schwab@suse.de>
8771
8772 * type-break.el (type-break): Don't make parent of itself.
8773
8774 2000-12-03 Miles Bader <miles@gnu.org>
8775
8776 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
8777
8778 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
8779
8780 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
8781 (tex-main-file, tex-file): Simplify.
8782 (tex-generate-zap-file-name): Use subst-char-in-string.
8783 (tex-strip-dots): Remove.
8784
8785 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
8786
8787 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
8788 to check if the match succeeded.
8789
8790 2000-12-02 Gerd Moellmann <gerd@gnu.org>
8791
8792 * startup.el (use-fancy-splash-screens-p): New function.
8793 (command-line-1): Use it to determine whether or not to use
8794 a fancy splash screen.
8795
8796 2000-12-02 Andreas Schwab <schwab@suse.de>
8797
8798 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
8799
8800 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8801
8802 * international/mule.el (make-char): Fix last change.
8803
8804 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8805 New defcustoms.
8806 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
8807 autoloading tex-mode; instead, do the same manually.
8808 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
8809 with numeric argument. Docstring fix.
8810 (toplevel): Require cl when compiling.
8811
8812 * international/mule.el (make-char): Doc fix.
8813
8814 2000-12-02 Jason Rumney <jasonr@gnu.org>
8815
8816 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
8817 the Emacs Lisp manual)
8818
8819 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8820
8821 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8822
8823 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
8824 the Emacs Lisp manual).
8825
8826 2000-12-02 Gerd Moellmann <gerd@gnu.org>
8827
8828 * simple.el (next-line-add-newlines): Change default to nil.
8829
8830 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
8831
8832 * files.el (revert-buffer, recover-file):
8833 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
8834
8835 2000-12-01 Gerd Moellmann <gerd@gnu.org>
8836
8837 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8838
8839 2000-12-01 Miles Bader <miles@gnu.org>
8840
8841 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
8842
8843 2000-12-01 Kenichi Handa <handa@etl.go.jp>
8844
8845 * international/mule-diag.el (describe-char-after): Fix typo.
8846 (describe-character-set, non-iso-charset-alist): Fix typo.
8847
8848 2000-12-01 Miles Bader <miles@gnu.org>
8849
8850 * image-file.el (image-file-name-regexp): Automatically add
8851 upper-case variants of each filename extension in
8852 `image-file-name-extensions', since they seem to be common.
8853
8854 * simple.el (minibuffer-contents)
8855 (minibuffer-contents-no-properties, delete-minibuffer-contents):
8856 New functions.
8857 * filecache.el (file-cache-directory-name)
8858 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
8859
8860 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
8861
8862 * filecache.el (file-cache-minibuffer-complete): Don't try to
8863 delete the minibuffer prompt.
8864
8865 2000-11-30 Dave Love <fx@gnu.org>
8866
8867 * cus-start.el: Fix read-buffer-function type.
8868
8869 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8870
8871 * md5.el: Removed. There's a built-in function, now.
8872
8873 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
8874
8875 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
8876 as dummy 0-th char of rmail-deleted-vector.
8877
8878 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
8879
8880 * ps-print.el (ps-end-job): Bind case-fold-search only after
8881 switching to ps-spool-buffer.
8882
8883 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8884
8885 * ps-print.el: Line number font customization. PostScript: Lines and
8886 PageCount are initialized on each page. Doc Fix.
8887 (ps-print-version): New version number (6.3.2).
8888 (ps-lpr-switches, ps-font-info-database, ps-font-size)
8889 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
8890 (ps-right-header): Customization fix.
8891 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
8892 Fix code.
8893 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
8894 New vars.
8895
8896 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8897
8898 * bs.el: Fix typos and spelling errors.
8899 (bs-appearance) <defgroup>: Renamed from bs-appearence.
8900 (bs-configuration): Doc fix.
8901
8902 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
8903
8904 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
8905
8906 * emulation/tpu-edt.el (tpu-version): New version.
8907 (tpu-search-overlay, tpu-replace-overlay): New initial range.
8908 (tpu-original-mode-line): Variable deleted.
8909 (tpu-mark-flag): New initial value.
8910 (tpu-set-mode-line): Don't redefine mode-line-format.
8911 Add tpu-mark-flag to minor-mode-alist.
8912 (tpu-update-mode-line): New mark flag logic.
8913 (tpu-get): Use find-file-wildcards.
8914 (tpu-search-highlight): Move overlay less, reset overlay properly.
8915 (tpu-unselect): Deactivate mark.
8916 (tpu-lm-replace): Reset overlay properly.
8917 (tpu-forward-line): Use forward-visible-line.
8918 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
8919
8920 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
8921
8922 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
8923
8924 * cus-edit.el (custom-face-value-create): Always emphasize tag.
8925
8926 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8927
8928 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
8929 and skip whitespace and newlines.
8930
8931 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
8932
8933 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
8934
8935 2000-11-29 Gerd Moellmann <gerd@gnu.org>
8936
8937 * help.el (describe-function-1): Regexp-quote function name
8938 when used as part of a regexp.
8939
8940 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8941 Use face-attribute instead of face-foreground and face-background.
8942 (tool-bar-add-item): Likewise, and handle unspecified colors.
8943
8944 * enriched.el (enriched-face-ans): Use face-attribute instead
8945 of face-foreground and face-background.
8946
8947 * faces.el (face-foreground, face-background, face-stipple):
8948 Return nil if attribute is unspecified, for backward compatibility.
8949
8950 * files.el (auto-mode-alist): Add an entry for antlr-mode.
8951
8952 * play/5x5.el: Remove version info.
8953
8954 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
8955
8956 * frame.el (blink-cursor-mode): Doc fix.
8957
8958 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8959
8960 * antlr-mode.el: New commands to run ANTLR from within Emacs and
8961 to create Makefile rules.
8962 (antlr-tool-command): New user option.
8963 (antlr-ask-about-save): New user option.
8964 (antlr-makefile-specification): New user option.
8965 (antlr-file-formats-alist): New variable.
8966 (antlr-special-file-formats): New variable.
8967 (antlr-unknown-file-formats): New user option.
8968 (antlr-help-unknown-file-text): New variable.
8969 (antlr-help-rules-intro): New variable.
8970 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
8971 (antlr-mode-menu): Add entries.
8972 (antlr-file-dependencies): New function.
8973 (antlr-directory-dependencies): New function.
8974 (antlr-superclasses-glibs): New function.
8975 (antlr-run-tool): New command.
8976 (antlr-makefile-insert-variable): New function.
8977 (antlr-insert-makefile-rules): New function.
8978 (antlr-show-makefile-rules): New command.
8979
8980 * antlr-mode.el: More Emacs/XEmacs stuff.
8981 (antlr-no-action-keywords): New constant with value nil.
8982 (antlr-font-lock-keywords-alist): Use it. Old value would break
8983 syntax highlighting in Emacs-21.0.
8984 (antlr-default-directory): Emacs/XEmacs dependend function.
8985 (antlr-read-shell-command): Ditto.
8986 (antlr-with-displaying-help-buffer): Ditto.
8987
8988 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8989
8990 * antlr-mode.el: imenu, parsing and highlighting changes.
8991 (antlr-imenu-create-index-function): Don't create extra submenus
8992 for definitions in different grammar classes. It is not necessary
8993 for the menu and would make command `imenu' awkward to use.
8994 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
8995 header actions and more than one.
8996 (antlr-font-lock-tokendef-face): Changed color.
8997 (antlr-font-lock-tokenref-face): Changed color.
8998 (antlr-font-lock-additional-keywords): Also highlight lowercase.
8999 (antlr-mode-syntax-table): New variable.
9000 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9001 (antlr-with-syntax-table): Don't copy syntax table.
9002
9003 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9004
9005 * antlr-mode.el: Minor changes: language setting.
9006 (antlr-language-alist): The value for file option "language" can
9007 be both an identifier and a string.
9008 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9009 (antlr-language-limit-n-regexp): Change accordingly.
9010
9011 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9012
9013 * antlr-mode.el: Minor changes: tabs, hiding.
9014 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9015 (antlr-action-visibility): Also allow value nil to also hide the
9016 braces. Renamed from `antlr-tiny-action-length'.
9017 Suggested by Jay@aol.com.
9018 (antlr-hide-actions): Change accordingly. Hide line if completely
9019 hidden action is on a line of its own.
9020
9021 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9022
9023 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9024
9025 * sort.el (sort-columns): Don't concat strings with numbers.
9026
9027 2000-11-29 Dave Love <fx@gnu.org>
9028
9029 * cus-edit.el (face): Fix :format.
9030
9031 * mail/feedmail.el: Require smtpmail when compiling.
9032 (mail-do-fcc): Autoload.
9033 (feedmail) <defgroup>: Fix :link.
9034 (feedmail-nuke-body-in-fcc): Fix :type.
9035 (feedmail-send-it): Add autoload cookie.
9036
9037 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9038
9039 * newcomment.el (comment-indent): Save excursion around call to
9040 comment-indent-function.
9041
9042 2000-11-29 Miles Bader <miles@gnu.org>
9043
9044 * subr.el (member-ignore-case): Return the tail of the list who's
9045 car matches, like `member', not the matching element itself.
9046
9047 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9048
9049 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9050 should not contain `\n'.
9051
9052 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9053
9054 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9055
9056 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9057
9058 * dired-aux.el (dired-do-create-files): Construct default file
9059 name for dired-mark-read-file-name so that when the user enters
9060 just RET, the target file will end up in the target directory.
9061
9062 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9063 local-abbrev-table before changing buffers because it might
9064 have a buffer-local binding.
9065
9066 2000-11-28 Miles Bader <miles@gnu.org>
9067
9068 * simple.el (delete-horizontal-space): Handle fields more generally.
9069
9070 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9071
9072 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9073
9074 2000-11-28 Dave Love <fx@gnu.org>
9075
9076 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9077 comment-start-skip locally.
9078
9079 * progmodes/fortran.el (fortran-mode): Don't set
9080 fortran-comment-line-start-skip. Set comment-start to
9081 fortran-comment-line-start.
9082 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9083 (fortran-comment-line-start-skip): Simplify slightly.
9084
9085 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9086
9087 * play/5x5.el: Remove RCS keyword.
9088
9089 * bs.el: Mistaken commit, undone 2000-11-30.
9090
9091 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9092
9093 * textmodes/tildify.el (tildify-string-alist):
9094 Add `plain-tex-mode' here.
9095
9096 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9097
9098 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9099 reference.
9100
9101 2000-11-28 Miles Bader <miles@gnu.org>
9102
9103 * cus-face.el (custom-face-attributes): Add post-filter function
9104 for :box. Make pre-filter function for :box handle all cases.
9105
9106 * wid-edit.el (widget-choose): Make sure pop-up window is large
9107 enough to display all the choices, as there's no way to scroll it.
9108
9109 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9110
9111 * international/mule-conf.el: Make the coding system no-conversion
9112 safe for all characters.
9113
9114 2000-11-27 Dave Love <fx@gnu.org>
9115
9116 * net/ldap.el (ldap) <defgroup>: Add :version.
9117
9118 * tooltip.el (tooltip-use-echo-area): Doc fix.
9119
9120 * cus-start.el <minibuffer-prompt-properties>: Add version.
9121 <read-buffer-function>: Add.
9122
9123 * apropos.el (apropos-print): Add help-echo to active text.
9124
9125 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9126
9127 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9128
9129 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9130 type, group and version.
9131
9132 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9133
9134 * select.el (x-get-selection): Docstring fix.
9135
9136 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9137
9138 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9139
9140 2000-11-27 Andrew Innes <andrewi@gnu.org>
9141
9142 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9143
9144 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9145
9146 2000-11-27 Miles Bader <miles@gnu.org>
9147
9148 * dired.el (dired-get-filename): Return filename verbatim if
9149 LOCALP is `verbatim'.
9150 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9151 `verbatim' so that we don't inadvertently delete a non-existant
9152 directory name.
9153
9154 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9155
9156 * international/characters.el: Specify cases and syntaxes for
9157 mule-unicode-0100-24ff.
9158
9159 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9160
9161 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9162 that foreground and/or background colors of the face `tool-bar'
9163 are unspecified.
9164
9165 2000-11-27 Miles Bader <miles@gnu.org>
9166
9167 * wid-edit.el (widget-field-buffer, widget-field-start)
9168 (widget-field-end): Handle widget field `pseudo-overlays'.
9169 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9170 if it's there instead of in `widget-field-list'.
9171
9172 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9173 (help-make-xrefs): Delete extraneous newlines at the end of the
9174 docstring.
9175
9176 2000-11-25 Jason Rumney <jasonr@gnu.org>
9177
9178 * startup.el (command-line): Call set-locale-environment after
9179 Window System init file is read, as it can result in a call to
9180 redraw-frame.
9181
9182 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9183
9184 * simple.el (shell-command): Mention the effect of the prefix
9185 argument in the doc string.
9186
9187 2000-11-25 Miles Bader <miles@gnu.org>
9188
9189 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9190
9191 * wid-edit.el (widget-field-value-delete): Don't try to delete
9192 overlay when it's the `pseudo-overlay' that exists at some points.
9193
9194 2000-11-24 Jason Rumney <jasonr@gnu.org>
9195
9196 * international/mule-cmds.el (locale-language-names): Add "jp" as
9197 a non-standard alternative for Japanese.
9198
9199 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9200
9201 * vc-hooks.el: Require 'cl during compilation.
9202
9203 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9204
9205 * faces.el (face-set-after-frame-default): Let face attributes
9206 specified for new frames override frame parameters.
9207
9208 * startup.el (command-line): Fix computation of the source file
9209 for user-init-file when user-init-file is a compiled file.
9210
9211 2000-11-24 Miles Bader <miles@gnu.org>
9212
9213 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9214 (custom-post-filter-face-spec): New functions.
9215 (custom-face-set, custom-face-value-create): Filter the face spec
9216 before and after customization.
9217 (custom-face-set): If VALUE specifies a null face, pass a
9218 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9219 * cus-face.el (custom-face-attributes): Remove SET and GET
9220 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9221 cases they're needed.
9222
9223 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9224 that it's distinguishable from the :off-glyph on dark-background
9225 displays. Set its background color too.
9226
9227 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9228 so that people can easily turn it off.
9229
9230 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9231
9232 * ediff-diff.el: Moved variables around to have it compile under NT.
9233
9234 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9235
9236 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9237
9238 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9239 redundant skip-small-frames test.
9240
9241 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9242 (viper-downgrade-to-insert): Protect against errors in hooks.
9243
9244 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9245 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9246 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9247 New functions.
9248
9249 * viper-util.el (viper-memq-char): Bug fixes.
9250
9251 * viper.el (viper-mode): Fix cursor handling.
9252
9253 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9254
9255 * international/mule-diag.el (list-iso-charset-chars):
9256 For two-byte charset, fix the `while' condition.
9257 (list-non-iso-charset-chars): Fix the `while' condition.
9258
9259 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9260
9261 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9262 if the variable is make-variable-buffer-local.
9263
9264 * progmodes/ada-stmt.el (ada-template-map):
9265 Initialize and bind it to C-c t in ada-mode-map.
9266 (ada-stmt-mode-hook): New function extracted from old code.
9267 Only change the buffer-local side of skeleton-*.
9268 (ada-mode-hook): Use it.
9269
9270 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9271
9272 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9273 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9274 we expect to be returned by minibuffer-depth once we prompt the
9275 user in the minibuffer.
9276 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9277 as recorded in iswitchb-minibuf-depth, return non-nil.
9278
9279 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9280
9281 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9282 (hscroll-window-maybe): Docstring fix.
9283
9284 2000-11-23 Dave Love <fx@gnu.org>
9285
9286 * rect.el (string-rectangle): Don't test delete-selection-mode.
9287
9288 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9289
9290 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9291 is in the tool bar.
9292
9293 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9294 with `no-dir'; we want the directory part to be able to remove it.
9295
9296 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9297
9298 * textmodes/outline.el (outline-flag-region):
9299 Don't bind inhibit-read-only since we don't modify the buffer.
9300 (outline-isearch-open-invisible): Don't jump to overlay-start
9301 since we're trying to unhide text around point.
9302 (outline-discard-overlays): Use dolist.
9303
9304 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9305
9306 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9307
9308 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9309
9310 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9311
9312 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9313 Fix ARG regexp to skip quoted braces.
9314 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9315 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9316 are (correctly) handled separately).
9317 Remove `caption' and `footnote' from `citations': they contain text.
9318 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9319 (latex-skeleton-end-hook): New function.
9320 (latex-mode): Use it.
9321 (tex-start-tex-marker): Remove.
9322 (tex-send-tex-command): Don't set tex-start-tex-marker.
9323 (tex-error-parse-syntax-table): New var.
9324 (tex-compilation-parse-errors): Use it.
9325 Ignore tex-start-tex-marker. Don't bother with marker-position.
9326 (tex-validate-buffer): Don't bother with marker-position.
9327
9328 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9329 (flyspell-generic-progmode-verify): Use it.
9330
9331 2000-11-22 Sam Steingold <sds@gnu.org>
9332
9333 * simple.el (delete-trailing-whitespace): New interactive function.
9334
9335 * progmodes/ada-mode.el (ada-mode): Use it instead of
9336 `ada-remove-trailing-spaces'.
9337 (ada-remove-trailing-spaces): Removed.
9338
9339 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9340
9341 * textmodes/picture.el (picture-clean): Removed.
9342 (picture-mode-exit): Call it instead of `picture-clean'.
9343
9344 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9345
9346 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9347
9348 * hi-lock.el (hi-lock-refontify): Don't call non-existent
9349 jit-lock-fontify-buffer; it should anyway be unneccessary to
9350 do anything special when jit-lock is active.
9351 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
9352
9353 2000-11-22 Dave Love <fx@gnu.org>
9354
9355 * calendar/todo-mode.el (todo-top-priorities): Use
9356 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
9357
9358 * language/chinese.el, language/cyrillic.el:
9359 * language/devanagari.el, language/ethiopic.el, language/greek.el:
9360 * language/hebrew.el, language/indian.el, language/japanese.el:
9361 * language/korean.el, language/lao.el, language/misc-lang.el:
9362 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9363 Use provide.
9364
9365 * cus-edit.el (custom-buffer-create-internal): Save some consing.
9366 (custom-variable-set): Improve validation error mesage.
9367
9368 * rect.el (string-rectangle): Revert last change.
9369 (string-rectangle-line): New arg DELETE.
9370 (string-rectangle): Check delete-selection-mode.
9371
9372 * emacs-lisp/edebug.el (edebug-version)
9373 (edebug-maintainer-address): Deleted.
9374 (edebug-submit-bug-report): Just alias to report-emacs-bug.
9375 (edebug-read-function): Account for other `'#' read forms.
9376 (edebug-mode-menus): Make some items toggles.
9377 (edebug-outside-unread-command-event, unread-command-event):
9378 Remove these to avoid warnings.
9379
9380 2000-11-22 David Ponce <david@dponce.com>
9381
9382 * recentf.el (recentf-menu-items-for-commands)
9383 (recentf-make-menu-items, recentf-make-menu-item)
9384 (recentf-filter-changer): Added :help and :active menu-item properties.
9385
9386 (recentf-build-dir-rules, recentf-dump-variable)
9387 (recentf-edit-list, recentf-open-files-item)
9388 (recentf-open-files): Replaced unnecessary `mapcar' with new
9389 built-in `mapc'.
9390
9391 2000-11-23 Miles Bader <miles@gnu.org>
9392
9393 * faces.el (menu): Make inverse-video on ttys too.
9394
9395 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9396
9397 * simple.el (comment-line-break-function): Use the new name
9398 indent-new-comment-line -> comment-indent-new-line.
9399 (clone-indirect-buffer): Don't ignore NORECORD.
9400 (next-completion): Properly handle the case where items are adjacent.
9401
9402 * mouse.el (popup-menu): Stupid typo.
9403
9404 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9405
9406 * emacs-lisp/authors.el: Remove autoload cookies, add author,
9407 maintainer, keywords tags.
9408
9409 * rect.el (replace-rectangle): Don't call string-rectangle-line
9410 with too many arguments.
9411
9412 2000-11-22 Andre Spiegel <spiegel@gnu.org>
9413
9414 * ediff-util.el (ediff-file-checked-out-p)
9415 (ediff-file-checked-in-p): Call vc-state instead of
9416 vc-locking-user, which no longer exists.
9417
9418 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
9419
9420 2000-11-22 Dave Love <fx@gnu.org>
9421
9422 * md5.el (md5): Provide.
9423 (md5): Fix error call.
9424
9425 2000-11-22 Miles Bader <miles@gnu.org>
9426
9427 * textmodes/refill.el (refill-adjust-ignorable-overlay)
9428 (refill-fill-paragraph-at): Remove debugging code.
9429
9430 * calendar/calendar.el (generate-calendar-window): When we don't
9431 call `fit-window-to-buffer', make sure the top line is fully visible.
9432
9433 * image-file.el (insert-image-file): Don't make `read-only'
9434 property rear-nonsticky.
9435
9436 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
9437 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
9438 stashing away its original value.
9439 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
9440 in the recursive edit.
9441 Bind `isearch-original-minibuffer-message-timeout' to protect it.
9442 (isearch-done): Restore `minibuffer-message-timeout'.
9443
9444 * cus-start.el: Remove entry for `mode-line-inverse-video'.
9445
9446 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
9447
9448 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
9449
9450 * find-lisp.el (find-lisp-find-files-internal):
9451 Use dolist, when and file-name-as-directory.
9452
9453 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
9454 (define-derived-mode, define-minor-mode): Add specs.
9455
9456 * window.el: General comment and spacing fixes.
9457 (save-selected-window): Use backquotes.
9458 (window-safely-shrinkable-p): New function.
9459 (shrink-window-if-larger-than-buffer): Use it.
9460
9461 * subr.el (make-local-hook): Docstring fix.
9462
9463 * shell.el (shell-mode): Use define-derived-mode.
9464
9465 * newcomment.el (comment-indent): Insert comment before calling
9466 comment-indent-function. Don't insert in column 0.
9467 (comment-dwim): Indent before inserting comment.
9468
9469 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
9470 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
9471 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
9472 Use mapc rather than map.
9473
9474 * files.el (find-buffer-visiting): Compare all attributes before
9475 declaring two files identical (rather than just their inode-no).
9476 (auto-mode-alist): Use \' rather than $.
9477
9478 * which-func.el: Update maintainer line.
9479
9480 * pcvs.el (uniquify-buffer-file-name): Remove advice.
9481 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
9482 (uniquify-buffer-file-name): Use it.
9483
9484 2000-11-22 Miles Bader <miles@gnu.org>
9485
9486 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
9487 * simple.el (minibuffer-avoid-prompt): New function.
9488
9489 2000-11-21 Gerd Moellmann <gerd@gnu.org>
9490
9491 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
9492
9493 2000-11-21 Miles Bader <miles@gnu.org>
9494
9495 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
9496 inclusion of `track-mouse'.
9497
9498 * textmodes/refill.el (refill-ignorable-overlay): New variable.
9499 (refill-adjust-ignorable-overlay): New function.
9500 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
9501 only the paragraph's tail if possible.
9502 Update `refill-ignorable-overlay'.
9503 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
9504
9505 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9506 point inside the fill-prefix.
9507
9508 * textmodes/refill.el (refill-post-command-function): Don't reset
9509 refill-doit in the case where a self-insertion command doesn't
9510 case a refill. Use `refill-fill-paragraph-at', getting position
9511 from `refill-doit'.
9512 (refill-after-change-function): Set `refill-doit' to END.
9513 (refill-fill-paragraph-at): New function, mostly from old
9514 refill-fill-paragraph.
9515 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
9516 (refill-pre-command-function): New function.
9517 (refill-mode): Add it to `pre-command-hook'.
9518
9519 2000-11-20 Gerd Moellmann <gerd@gnu.org>
9520
9521 * textmodes/artist.el (artist-mode): Fix autoload cookie.
9522
9523 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
9524 javadoc tags.
9525
9526 2000-11-20 Andre Spiegel <spiegel@gnu.org>
9527
9528 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
9529 vc.el).
9530
9531 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
9532 require vc.
9533
9534 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
9535 checkouts.
9536
9537 2000-11-20 Dave Love <fx@gnu.org>
9538
9539 * Makefile.in (DONTCOMPILE): Omit bindings.el.
9540
9541 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
9542
9543 * calculator.el (calculator-paste): Use `if' instead of `and'
9544 and `or'.
9545 (calculator-help): Don't use electric-describe-mode for XEmacs.
9546
9547 2000-11-19 Gerd Moellmann <gerd@gnu.org>
9548
9549 * info.el (info-menu-5): Doc fix.
9550
9551 * textmodes/artist.el: New file.
9552
9553 2000-11-19 Andre Spiegel <spiegel@gnu.org>
9554
9555 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
9556 and differentiate according to checkout model.
9557 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
9558 since this function is only concerned with master state.
9559
9560 * vc-hooks.el (vc-workfile-unchanged-p)
9561 (vc-default-workfile-unchanged-p): Moved here from vc.el.
9562
9563 * vc.el (vc-workfile-unchanged-p)
9564 (vc-default-workfile-unchanged-p): See above.
9565
9566 2000-11-19 Miles Bader <miles@gnu.org>
9567
9568 * image-file.el (insert-image-file): Make `intangible' and
9569 `read-only' properties rear-nonsticky too.
9570
9571 2000-11-18 Gerd Moellmann <gerd@gnu.org>
9572
9573 * ps-print.el: Update copyright notice.
9574
9575 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
9576 (tooltip-show): Use the offsets.
9577
9578 * bindings.el (mode-line-modified): Fix a typo.
9579 (mode-line-toggle-modified, mode-line-widen)
9580 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
9581
9582 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9583
9584 * ps-print.el (toplevel): Test for find-coding-system being
9585 fboundp before calling ps-x-find-coding-system.
9586
9587 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
9588
9589 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
9590 (vc-version-backup-file): Docstring fix.
9591
9592 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9593
9594 * files.el (basic-save-buffer): Don't add a newline if
9595 find-file-literally is non-nil.
9596 (find-file-literally): Extend doc string.
9597
9598 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
9599 sort(1) with the `-f' argument.
9600
9601 2000-11-16 Andre Spiegel <spiegel@gnu.org>
9602
9603 * vc.el: Updated backend documentation.
9604 (vc-default-check-headers): New function.
9605
9606 * vc-{cvs,rcs,sccs}.el: Functions reordered.
9607
9608 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
9609 up-to-date.
9610 (vc-do-command): In the asynchronous case, output messages only if
9611 the minibuffer is not active.
9612
9613 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
9614 `vc-cvs-use-edit' is on.
9615 (vc-cvs-checkout): When this is used for reverting the workfile,
9616 make a backup of the original contents and revert to that in case
9617 of error.
9618 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9619 remote repositories.
9620
9621 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
9622 for both version and ratio in the minibuffer.
9623
9624 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
9625 Use vc-do-command to perform the annotation, not call-process.
9626
9627 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9628
9629 * international/quail.el (quail-start-translation): Don't call
9630 `message' before reading key sequence.
9631
9632 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
9633
9634 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
9635
9636 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9637
9638 * window.el (fit-window-to-buffer): Be sure to acquire at least
9639 one text line even if the buffer is empty.
9640
9641 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9642
9643 * net/ange-ftp.el (ange-ftp-file-writable-p)
9644 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
9645 Bind ange-ftp-process-verbose to nil.
9646
9647 2000-11-15 Dave Love <fx@gnu.org>
9648
9649 * wid-edit.el (widget-specify-field, widget-specify-button):
9650 If :help-echo is a function, set help-echo of overlay to
9651 widget-mouse-help.
9652 (widget-mouse-help): New function.
9653 (widget-echo-help): Rewritten for :help-echo functions only taking
9654 a widget arg.
9655
9656 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
9657 Use display-graphic-p.
9658 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
9659 and that JPEG is available.
9660 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
9661
9662 * international/mule-cmds.el (locale-charset-language-names):
9663 Match @euro.
9664
9665 2000-11-15 Gerd Moellmann <gerd@gnu.org>
9666
9667 * faces.el (face-set-after-frame-default):
9668 If `inhibit-default-face-x-resources' is bound, don't intialize the
9669 default face from X resources.
9670
9671 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9672
9673 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
9674 Don't set EMACSLOADPATH.
9675
9676 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9677
9678 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
9679 texinfo-insert-@url.
9680 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
9681 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
9682
9683 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9684
9685 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
9686 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
9687 (checkdoc-minor-keymap): Backward compatibility.
9688 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
9689 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
9690 (checkdoc-this-string-valid-engine): Be a bit more strict
9691 to avoid matching substrings of `...' quoted vars/funs.
9692 (checkdoc-defun-info): Only look for `interactive' if alone.
9693 (debug-ignored-errors): Add "arg doesn't appear in docstring".
9694
9695 * progmodes/compile.el (grep): `tag-default' can be nil.
9696
9697 * newcomment.el (comment-indent): Paren typo.
9698
9699 2000-11-14 Dave Love <fx@gnu.org>
9700
9701 * calculator.el: New maintainer version.
9702
9703 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
9704
9705 * cmuscheme.el: Doc fixes.
9706 (cmuscheme) <defgroup>: Use `scheme' as parent.
9707 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
9708
9709 * xscheme.el (scheme-program-name): Don't define here.
9710
9711 * progmodes/scheme.el (scheme-program-name): New variable
9712 (originally in cmuscheme).
9713
9714 2000-11-14 Miles Bader <miles@gnu.org>
9715
9716 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
9717 Handle header-lines. Don't loop forever if we can't enlarge the
9718 window anymore. Simplify a bit.
9719
9720 2000-11-14 Kenichi Handa <handa@etl.go.jp>
9721
9722 * window.el (fit-window-to-buffer): Don't check
9723 window-text-height. Assure that the last line is fully visible.
9724
9725 * international/quail.el (quail-show-guidance-buf):
9726 Call fit-window-to-buffer to assure the enough height of the guidance
9727 buffer.
9728 (quail-update-guidance): Avoid making the guidance buffer shorter.
9729
9730 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9731
9732 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
9733 rather than `prepend' and add an interesting comment.
9734 (tex-math-face, tex-font-lock-syntactic-face-function):
9735 New face and function to use it.
9736 (tex-define-common-keys, tex-mode-map): Use menu-item rather
9737 than `menu-enable' symbol property.
9738 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
9739 (tex-mode): Add some latex-mode commands for auto-selection.
9740 Use tex-font-lock-syntactic-face-function.
9741 (tex-insert-quote): Simplify.
9742 (tex-shell): New mode.
9743 (tex-start-shell): Use it.
9744 (tex-shell-proc, tex-shell-buf): New functions.
9745 (tex-send-command): Use it.
9746 (tex-main-file): Fix the meaning of the new arg REALFILE.
9747 (tex-send-tex-command): New function split from `tex-start-tex'.
9748 Set compilation-last-buffer and compilation-parsing-end.
9749
9750 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
9751 when it follows non-comment text on the line.
9752
9753 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9754 Set font-lock-defaults.
9755 (lisp-mode-shared-map): Init inside the defvar.
9756 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
9757 Use define-derived-mode.
9758
9759 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
9760
9761 * faces.el (header-line): Use `:box nil' for color/gs displays too.
9762
9763 2000-11-14 Gerd Moellmann <gerd@gnu.org>
9764
9765 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
9766 Don't recursively optimize body because that can lead to infinite
9767 recursion; see comment there.
9768
9769 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
9770
9771 * faces.el (face-spec-set-match-display): Revert the change from
9772 2000-10-24. Add a FIXME for after v21.1.
9773
9774 2000-11-13 Miles Bader <miles@gnu.org>
9775
9776 * textmodes/fill.el (skip-line-prefix): New function.
9777 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
9778 (fill-paragraph): Don't leave point inside the fill-prefix.
9779 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9780 point inside the fill-prefix.
9781
9782 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
9783
9784 * calendar/calendar.el (generate-calendar-window):
9785 Use `fit-window-to-buffer'.
9786
9787 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9788
9789 * gud.el (gud-minor-mode): New var.
9790 (gud-symbol, gud-val): New functions.
9791 (gud-find-file): Copy gud-minor-mode to the new buffer.
9792 (gud-menu-map): Include entries for commands that are not always
9793 available, using :enable to (de)activate them.
9794 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
9795 (gud-mode-map): New map.
9796 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
9797 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
9798 Don't set up gud's menu (it's done by the minor-mode).
9799 (gud-minibuffer-local-map): New.
9800 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
9801 (gud-query-cmdline): New function.
9802 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
9803 (gud-mode): Use define-derived-mode.
9804 Don't set up gud's menu (it's done by the minor-mode).
9805 (gud-chop-words): Remove.
9806 (gud-common-init): Use split-string instead.
9807 (gud-new-keymap, gud-make-debug-menu): Eradicate.
9808
9809 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9810 Add keyword arg :name.
9811
9812 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
9813 (diff-count-matches, diff-split-hunk): New functions.
9814 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
9815
9816 * pcvs-info.el (cvs-fi-conflict-face): New var.
9817
9818 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
9819 Make it into a simple syntax-table, shared among all submodes.
9820 (sh-heredoc-face): Re-introduce.
9821 (sh-font-lock-syntactic-face-function): New function.
9822 (sh-mode): Use it. Also use define-derived-mode.
9823 Remove old bogus setting of indent-region-function.
9824 (sh-set-shell): Don't set the syntax-table any more.
9825 (sh-mode-syntax-table) <defun>: Remove.
9826
9827 2000-11-12 Miles Bader <miles@gnu.org>
9828
9829 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
9830 message if interactive.
9831
9832 2000-11-12 Dave Love <fx@gnu.org>
9833
9834 * mail/feedmail.el: Fix header,
9835 (feedmail) <defgroup>: Add :link.
9836
9837 * view.el: Use local-map property, not keymap on mode-line string.
9838
9839 * scroll-all.el (scroll-all-mode): Customize variable.
9840 Add autoload cookie to function.
9841
9842 * lazy-lock.el: Remove compatibility code.
9843
9844 * finder.el (finder-known-keywords): Add `files', remove `vms'.
9845 (finder-help-echo): New variable.
9846 (finder-mouse-face-on-line): Add help-echo stuff.
9847 (finder-list-keywords, finder-list-matches): Use mapc.
9848
9849 * faces.el (face-font-registry-alternatives): Add :version.
9850
9851 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
9852 tags-table-list.
9853
9854 * net/browse-url.el (browse-url-browser-function): Update :version.
9855
9856 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
9857 (mail-mode): Use [:alnum:] in some regexps.
9858
9859 2000-11-10 Dave Love <fx@gnu.org>
9860
9861 * ediff.el (ediff-regions-internal, ediff-documentation):
9862 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
9863 fundamental mode.
9864
9865 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
9866 buffer into fundamental mode.
9867 (ediff-set-difference): Use copy-sequence if available.
9868
9869 * ediff-ptch.el (ediff-dispatch-file-patching-job):
9870 Check ediff-patch-map non-nil.
9871 (ediff-fixup-patch-map, ediff-fixup-patch-map)
9872 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
9873 buffer into fundamental mode.
9874
9875 * ediff-merg.el (state-or-merge): Defvar when compiling.
9876
9877 2000-11-10 Jason Rumney <jasonr@gnu.org>
9878
9879 * w32-fns.el (w32-add-charset-info): New function.
9880 (w32-charset-info-alist): Use it.
9881
9882 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9883
9884 * faces.el (face-font-registry-alternatives): New user-option.
9885
9886 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
9887
9888 * textmodes/texinfo.el (texinfo-block-default): New var.
9889 (texinfo-insert-block): Use it. Insert a newline if needed.
9890
9891 * textmodes/fill.el (fill-indent-according-to-mode): New var.
9892 (fill-region-as-paragraph): Use it.
9893
9894 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
9895 (latex-mode): Tweak tex-*-(head|trail)er regexps.
9896 Tweak paragraph regexps to allow a leading [ \t]*.
9897 (tex-latex-block): Insert a newline if necessary.
9898 (latex-insert-item): Only insert a newline if necessary.
9899 (tex-guess-main-file): New function.
9900 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
9901 Set tex-main-file if TeX-master is provided.
9902 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
9903
9904 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9905
9906 * startup.el (command-line): Set the default tooltip-mode
9907 to t for graphical displays which implement x-show-tip.
9908
9909 * tooltip.el (tooltip-mode): Add a comment about startup.el
9910 setting the default value of this user-option.
9911
9912 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
9913
9914 * font-lock.el (font-lock-*-face) <defvar>: Move.
9915 (font-lock-defaults-alist): Mark obsolete.
9916 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
9917 (font-lock-mode): Use define-minor-mode.
9918 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
9919 (font-lock-turn-off-thing-lock): Be more explicit.
9920 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
9921 (font-lock-syntactic-face-function): New var.
9922 (font-lock-fontify-syntactically-region): Use it.
9923 (font-lock-doc-face): New.
9924
9925 * pcvs.el (cvs-enabledp): Ignore errors.
9926 (cvs-commit-filelist): Never query.
9927 (cvs-mode-insert): Always add a terminating / in the initial prompt.
9928 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
9929 (cvs-do-removal): Use cvs-partition rather than delete-if.
9930 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9931 cvs-bury-buffer.
9932
9933 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9934 Allow `next' to jump to after the end of the last match.
9935
9936 2000-11-09 Gerd Moellmann <gerd@gnu.org>
9937
9938 * simple.el (byte-compiling-files-p): New function.
9939
9940 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
9941 if it is there.
9942
9943 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
9944 nil again.
9945
9946 * textmodes/ispell.el (ispell-library-path): Don't call
9947 check-ispell-version when byte-compiling because that starts
9948 an ispell process, and ispell might not be installed.
9949 (toplevel): Don't set up a menu when byte-compiling.
9950
9951 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
9952 it, so that a boundp test can be used to determine if we're
9953 currently byte-compiling.
9954
9955 2000-11-09 Dave Love <fx@gnu.org>
9956
9957 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
9958
9959 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9960
9961 * ps-print.el: Patch for variable initialization when spooling.
9962 Doc fix.
9963 (ps-output-list): Fun eliminated.
9964 (ps-begin-file, ps-begin-job): Code fix.
9965
9966 2000-11-08 Dave Love <fx@gnu.org>
9967
9968 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9969
9970 2000-11-08 Gerd Moellmann <gerd@gnu.org>
9971
9972 * simple.el (shell-command, display-message-or-buffer)
9973 (shell-command-on-region): Mention resize-mini-windows in the doc
9974 string.
9975 (display-message-or-buffer): Take the value of resize-mini-windows
9976 into account.
9977
9978 2000-11-07 Gerd Moellmann <gerd@gnu.org>
9979
9980 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
9981
9982 * dired.el (dired-between-files): Add `^. find' as an alternative
9983 to the regular expression, for find-dired.
9984
9985 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9986
9987 * textmodes/texnfo-upd.el: Require texinfo.
9988 (defmacro, defgroup): Remove.
9989 (texinfo-section-to-generic-alist): Remove.
9990 Use texinfo-section-list instead (i.e. level is changed string->int).
9991 (texinfo-filter): New function.
9992 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
9993 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
9994 Use it. And use regexp-opt.
9995 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
9996 (texinfo-update-menu-region-beginning)
9997 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
9998 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
9999 (texinfo-update-menu-same-level-regexps): Update.
10000 (texinfo-update-node, texinfo-every-node-update)
10001 (texinfo-sequential-node-update): Remove autoload cookie.
10002
10003 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10004 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10005 (texinfo-chapter-level-regexp): Remove.
10006 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10007
10008 2000-11-06 Dave Love <fx@gnu.org>
10009
10010 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10011
10012 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10013 Match defun*.
10014
10015 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10016
10017 * composite.el (composition-function-table): Variable declaration
10018 moved to src/composite.c.
10019 (compose-chars-after): New optional arg object.
10020
10021 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10022
10023 * bindings.el (mode-line-toggle-read-only)
10024 (mode-line-toggle-modified, mode-line-widen)
10025 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10026 (make-mode-line-mouse2-map): Rewritten.
10027 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10028 functions so that C-h k can show something with a doc string.
10029
10030 * startup.el (fancy-splash-delay): Set to 10 seconds.
10031 (fancy-splash-max-time): New user-option.
10032 (fancy-splash-stop-time): New variable.
10033 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10034 (fancy-splash-screens-1): Throw `stop-splashing' when current
10035 time is greater than fancy-splash-stop-time.
10036
10037 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10038
10039 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10040
10041 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10042 Prompt user for a file rather than raising an error.
10043 (cvs-enabledp): Fix call to cvs-mode-marked.
10044 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10045 (cvs-mode-insert): Use it. Change the init prompt' value.
10046 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10047
10048 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10049 Don't pass default arg to ewoc-locate.
10050 (ewoc-collect): Return result in the right order.
10051
10052 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10053
10054 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10055 (cvs-status-get-tags): Fix regexp.
10056 (cvs-status-trees, cvs-status-cvstrees):
10057 Combine after change hooks and don't sit-for.
10058 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10059 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10060 Use make-char rather than hard-coded cryptic data.
10061 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10062
10063 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10064
10065 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10066 (cvs-insert-strings): New function.
10067
10068 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10069
10070 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10071 `mwheel-scroll-amount'.
10072 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10073 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10074 string-matching against the version string.
10075
10076 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10077
10078 * language/thai.el ("Thai"): Set a lisp form that produces
10079 composed string in `sample-text' language info.
10080
10081 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10082 composed string in `sample-text' language info.
10083
10084 * international/mule-cmds.el (describe-language-environment):
10085 Eval `sample-text' data and insert the result.
10086
10087 * international/mule-conf.el (compound-text): Define this coding
10088 system here. Make x-ctext and ctext aliases of it.
10089
10090 * language/european.el (compound-text, ctext): Moved to
10091 international/mule-conf.el.
10092
10093 2000-11-05 Andrew Innes <andrewi@gnu.org>
10094
10095 * w32-fns.el (w32-version): New function.
10096
10097 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10098
10099 * progmodes/awk-mode.el: Update copyright.
10100 (awk-mode-abbrev-table): Remove.
10101 (awk-font-lock-keywords): Use regexp-opt.
10102 (awk-mode): Use define-derived-mode.
10103
10104 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10105 when extracting a suffix.
10106
10107 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10108
10109 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10110 auto-save-mode.
10111
10112 2000-11-04 Jason Rumney <jasonr@gnu.org>
10113
10114 * language/european.el (decode-mac-roman): Test against r1 not r0.
10115
10116 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10117
10118 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10119 (icon-mode): Define indent-line-function.
10120 (icon-comment-indent): Simplify.
10121 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10122
10123 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10124
10125 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10126 Bind change-log-default-mode to defeat the caching done on it.
10127 Don't bother saving excursion any more.
10128
10129 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10130
10131 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10132 (set-frame-font): Use the new name (and the old for compatibility).
10133
10134 * toolbar/tool-bar.el (tool-bar-mode):
10135 * time.el (display-time-mode):
10136 * recentf.el (recentf-mode):
10137 * paren.el (show-paren-mode):
10138 * mwheel.el (mouse-wheel-mode):
10139 * msb.el (msb-mode):
10140 * jka-compr.el (auto-compression-mode):
10141 * image-file.el (auto-image-file-mode):
10142 * hl-line.el (hl-line-mode):
10143 * delsel.el (delete-selection-mode):
10144 * autoinsert.el (auto-insert-mode):
10145 * complete.el (partial-completion-mode): Drop unneeded positional args.
10146
10147 * info.el (Info-mode):
10148 * comint.el (comint-mode): Don't bother with make-local-hook.
10149
10150 * log-edit.el (log-edit-menu): New menu.
10151
10152 2000-11-03 Miles Bader <miles@gnu.org>
10153
10154 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10155 definition, so that trailing spaces are handled properly.
10156 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10157
10158 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10159
10160 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10161 tab character.
10162 (fancy-splash-screens): Set tab-width to 20.
10163
10164 2000-11-03 Dave Love <fx@gnu.org>
10165
10166 * comint.el (comint-completion-addsuffix): Fix custom type.
10167
10168 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10169
10170 * font-lock.el (font-lock-buffers): Remove.
10171 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10172 (font-lock-change-major-mode): Remove.
10173 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10174 (font-lock-default-fontify-region): Extend the multiline
10175 fontification to whole lines.
10176 (font-lock-fontify-anchored-keywords)
10177 (font-lock-fontify-keywords-region): If matching just one
10178 line (with \n) only mark the \n as multiline.
10179
10180 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10181 Correctly handle the case where several :group args are supplied.
10182 Allow :extra-args.
10183 (easy-mmode-define-global-mode): Allow :extra-args.
10184 Correctly handle the case where several :group args are supplied.
10185
10186 2000-11-02 Miles Bader <miles@gnu.org>
10187
10188 * calendar/calendar.el (diary-face, calendar-today-face)
10189 (holiday-face): Remove dependency on `window-system'.
10190
10191 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10192
10193 * Makefile.in (emacs): Set EMACSLOADPATH always.
10194 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10195 (compile-files): Bomb out if compilation of a file fails.
10196
10197 2000-11-02 Dave Love <fx@gnu.org>
10198
10199 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10200
10201 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10202
10203 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10204 punctuation in the warning inserted into the *mail* buffer.
10205
10206 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10207
10208 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10209 (authors-public-domain-p): New function.
10210 (authors-print): Use it.
10211
10212 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10213
10214 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10215
10216 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10217
10218 * ps-print.el: Extension for even/odd printing. Doc fix.
10219 (ps-print-version): New version number (6.3.1).
10220 (ps-even-or-odd-pages): Customization fix.
10221 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10222 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10223 (ps-page-count): Var replaced by `ps-page-column'.
10224 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10225 (ps-print-sheet-p): New fun.
10226
10227 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10228
10229 * tooltip.el (tooltip-gud-tips-setup): New function.
10230 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10231 (tooltip-mode): Call tooltip-gud-tips-setup.
10232 (tooltip-gud-tips): Use `gud-basic-call' instead of
10233 process-send-string, so the prompt gets frobbed appropriately.
10234 Handle nil return value from `tooltip-gud-print-command'.
10235
10236 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10237
10238 * comint.el (comint-add-to-input-history): New function.
10239 (comint-send-input): Use `comint-add-to-input-history'.
10240
10241 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10242
10243 * info.el (info-menu-header): New face.
10244 (Info-fontify-menu-headers): New function.
10245 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10246
10247 * info.el (Info-insert-dir): Don't include blank lines at
10248 beginning of additional dir files (one is added automatically).
10249
10250 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10251
10252 * emacs-lisp/easy-mmode.el (define-minor-mode):
10253 Revert the latest changes.
10254 Allow the three positional arguments to be skipped and replaced
10255 by keyword arguments.
10256 Add a :toggle argument to determine whether a nil arg means toggle
10257 or means turn-on. The default is unchanged.
10258 Add a call to force-mode-line-update.
10259
10260 2000-11-01 Dave Love <fx@gnu.org>
10261
10262 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10263
10264 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10265
10266 * calendar/calendar.el (diary-face, holiday-face):
10267 Add dark-background variants.
10268
10269 2000-10-31 Sam Steingold <sds@gnu.org>
10270
10271 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10272 `tex-main-file' does not have directory in it.
10273
10274 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10275
10276 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10277
10278 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10279
10280 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10281 functional change.
10282
10283 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10284
10285 * files.el (find-file-noselect): When we expand a wildcard, return
10286 a list of buffers, as we should do according to the doc string.
10287
10288 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10289
10290 * loadup.el (top level): Adjust load path if program name is
10291 "../src/bootstrap-emacs", in case it's not dumped and thus the
10292 load path adjustment hasn't already been done.
10293
10294 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10295
10296 * ps-print.el: Fix bug on selected pages for printing.
10297 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10298 is on. Try to avoid warning messages when compiling. Doc Fix.
10299 (ps-print-version): New version number (6.3).
10300 (ps-color-device): Use `color-values' to determine if device
10301 supports color.
10302 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10303 (ps-print-page-p): Changed from defsubst to defun.
10304 (ps-page-number): Changed from defmacro to defun.
10305 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10306 printing.
10307 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10308 (ps-end-file, ps-dummy-page): Funs eliminated.
10309 (ps-print-color-scale): Changed default value.
10310 (ps-page-n-up, ps-print-page-p): New internal vars.
10311 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10312 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10313
10314 * delim-col.el: Little programming improvement.
10315 (delimit-columns-str): New macro.
10316 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10317
10318 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10319
10320 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10321 Moved to european.el.
10322 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10323 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10324 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10325 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10326
10327 2000-10-30 Dave Love <fx@gnu.org>
10328
10329 * progmodes/cc-menus.el (imenu-generic-expression)
10330 (imenu-progress-message): Only defvar when compiling.
10331
10332 * emacs-lisp/elp.el (elp-unload-hook): New function.
10333
10334 * loadhist.el (unload-feature): Call elp-restore-function,
10335 checking for symbols; don't use elp-restore-all.
10336 (loadhist-hook-functions): Doc fix.
10337
10338 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10339
10340 * log-edit.el (log-edit-confirm): Fix the default.
10341
10342 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10343
10344 * delim-col.el: Little fix: replace delimit-columns-align-columns by
10345 delimit-columns-format.
10346 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10347
10348 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
10349
10350 * comint.el (comint-replace-by-expanded-history): Don't use
10351 comint-get-old-input (we're not looking at *old* input).
10352 (comint-get-old-input-default): If using fields, signal an error
10353 when the point is not in an input field.
10354
10355 2000-10-30 Kenichi Handa <handa@etl.go.jp>
10356
10357 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
10358 and mule-unicode-e000-ffff.
10359
10360 * international/mule.el (decode-char, encode-char): New functions.
10361 (make-coding-system): Accept a symbol of translation table as a
10362 value of property `safe-chars'.
10363
10364 * international/mule-cmds.el (encode-coding-char): Check property
10365 safe-chars instead of safe-charsets.
10366
10367 * international/fontset.el (fontset-default): Modified for
10368 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10369 (x-font-name-charset-alist): Likewise.
10370 (ccl-encode-unicode-font): New CCL program. Record it in
10371 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
10372
10373 * language/european.el (mac-roman-decoder, mac-roman-encoder):
10374 New translation tables.
10375 (decode-mac-roman, encode-mac-roman): Definition of these CCL
10376 programs are modified and moved from mac-win.el.
10377 (mac-roman): Definition of this coding system is modified and
10378 moved from mac-win.el.
10379
10380 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10381
10382 * ediff-wind.el (ediff-setup-control-frame): Enclose
10383 face-attribute in condition-case to avoid errors in older emacsen.
10384
10385 2000-10-29 Miles Bader <miles@gnu.org>
10386
10387 * custom.el (custom-add-to-group): Allow multiple entries for a
10388 given value OPTION, as long as their widget types are different.
10389 * cus-edit.el (custom-face-value-create): If face name doesn't end
10390 with "face", add such here (similar to custom group widgets).
10391
10392 * comint.el (comint-highlight-prompt): Add :type.
10393
10394 2000-10-28 John Wiegley <johnw@gnu.org>
10395
10396 * calendar/timeclock.el (timeclock-log): Doc fix.
10397 (timeclock-last-event): Doc fix.
10398 (timeclock-log): Kill the timelog buffer after appending a new event.
10399 (timeclock-find-discrep): Use a temp buffer to read in the
10400 timelog, instead of visiting the file.
10401 (timeclock-log-data): A new function, along with a host of helper
10402 functions, for the purpose of making timelog data accessible to
10403 programmers.
10404
10405 * eshell/esh-mode.el (window-height test): Make certain that
10406 `eshell-stringify-t' is non-nil.
10407 (eshell-password-prompt-regexp): Changed to a much simpler
10408 password regexp.
10409 (eshell-send-input): If `eshell-invoke-directly' returns t,
10410 directly invoke the parsed command using `eval'. This improves
10411 turn-around time on simple commands by a factor of three or
10412 greater, such as cd, ls, pwd, etc. -- which get used very often.
10413 It also conserves thousands of cons cells per call (since
10414 `eshell-do-eval' consumes memory like a Cookie Monster set loose
10415 in the Pacific Cookie Company).
10416
10417 * eshell/esh-test.el (eshell-test): Whitespace fix.
10418
10419 * eshell/em-ls.el (eshell-ls-insert-directory):
10420 Make `eshell-ls-initial-args' nil when inserting directory contents.
10421
10422 * eshell/em-script.el (eshell-script-initialize): Add names to
10423 `eshell-complex-commands, since `source' and `.' are complex.
10424
10425 * eshell/esh-cmd.el (eshell-rewrite-for-command)
10426 (eshell-rewrite-while-command): Use `eshell-protect' instead of
10427 `eshell-copy-handles'.
10428 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
10429 bodies.
10430 (eshell-separate-commands): Whitespace fix.
10431 (eshell-complex-commands): Added a new list of names, for
10432 determining whether a given command is as simple as it looks.
10433 (eshell-invoke-directly): New function. Returns t if a command
10434 should be invoked directly (using `eval'), rather than indirectly
10435 using `eshell-do-eval'.
10436 (eshell-do-eval): Whitespace fix.
10437
10438 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
10439 which provides an emulation of the DOS shell behavior of assuming
10440 that cp/mv/ln should copy/move/link to the current directory.
10441 (eshell-remove-entries): Added a doc string.
10442 (eshell-shuffle-files): Removed the check for `target' being null.
10443 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
10444 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
10445 it to do a smarter check of whether a destination was provided.
10446 (eshell/mv, eshell/cp): Enable `:preserve-args'.
10447 (eshell/ln): Enable `:preserve-args', and use
10448 `eshell-mvcpln-template' to implement the body of the function.
10449 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
10450 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
10451 list after flattening it. This makes it possible to cat files
10452 with numerical names.
10453 (eshell-unix-initialize): Added several names to
10454 `eshell-complex-commands.
10455 (eshell-unix-command-complex-p): Return t if a given command name
10456 may result in external processes being invoked.
10457
10458 * eshell/em-glob.el (eshell-glob-show-progress): Make this
10459 variable nil by default, since it slows down glob processing by a
10460 factor of two or more, and increases memory consumption.
10461
10462 * eshell/em-smart.el: Added a note about how memory consumptive
10463 smart display mode can be (at least this is true in Emacs 21).
10464 (eshell-smart-initialize): Whitespace fix.
10465 (eshell-refresh-windows): Use `if' instead of `when'.
10466 (eshell-smart-scroll-window): Calling `save-current-buffer' was
10467 not necessary.
10468 (eshell-currently-handling-window): Added a missing global variable.
10469
10470 * eshell/em-ls.el (eshell-do-ls): Code simplification.
10471 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
10472 Whitespace fix.
10473 (eshell-ls-exclude-hidden): Added this variable in addition to
10474 `eshell-ls-exclude-regexp'. This one prevents files beginning
10475 with . from even being read, which can improve memory consumption
10476 quite a bit.
10477 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
10478 read file entries beginning with a dot. In home directories with
10479 lots of hidden files, fully two-thirds of the time spent in ls is
10480 used to read directory entries that are immediately thrown away.
10481 (eshell-ls-initial-args): Added back this configuration variable,
10482 for specifying default initial arguments to every call to ls.
10483 Much faster than using an alias to do the same thing.
10484 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
10485 (eshell-ls-dir): Whitespace change.
10486
10487 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
10488
10489 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
10490 (eshell-stringify-t): Added a customization variable, to indicate
10491 whether `t' should be rendered as a string at all. If not, one
10492 can still determine if the result of an expression is true using
10493 "file-exists-p FILE && echo true".
10494 (eshell-stringify): If `eshell-stringify-t' is nil, don't
10495 stringify t!
10496
10497 * eshell/esh-module.el: Whitespace fix.
10498
10499 * eshell/em-alias.el (eshell-alias-initialize):
10500 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
10501 (eshell-command-aliased-p): New function that returns t if a
10502 command name names an aliased.
10503
10504 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10505
10506 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
10507 redrawing the screen when changing cursor color.
10508 (viper-insert-state-pre-command-sentinel)
10509 (viper-replace-state-pre-command-sentinel)
10510 (viper-replace-state-post-command-sentinel):
10511 Use viper-preserve-cursor-color.
10512 Many functions changed to use viper= instead of = when comparing
10513 characters.
10514 * viper-util.el (viper-memq-char,viper=): New functions for
10515 working with characters.
10516 (viper-change-cursor-color): Fixed buglet.
10517 Many functions changed to use viper= instead of = when comparing
10518 characters.
10519 * viper.el (viper-insert-state-mode-list): Added eshell.
10520
10521 * ediff-init.el (ediff-before-setup-hook): New hook.
10522 Several typos fixed in various docstrings.
10523 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
10524 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
10525 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
10526 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
10527 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
10528 (ediff-get-selected-buffers): New function.
10529 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
10530 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
10531 Use save-window-excursion.
10532 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
10533 termination check in while loop.
10534 * ediff.el (ediff-get-default-file-name): Better defaults when in
10535 dired buffer.
10536 (ediff-files,ediff-merge-files,ediff-files3)
10537 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
10538
10539 2000-10-28 Dave Love <fx@gnu.org>
10540
10541 * info.el (Info-fontify-node): Add help-echo for menu items.
10542
10543 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
10544
10545 * startup.el (normal-top-level): If the value of $TERM indicates
10546 we are running from xterm or one of its work-alikes, default to a
10547 light background mode.
10548
10549 Support for -fg, -bg, and -rv command-line arguments for TTYs:
10550 * faces.el (tty-handle-reverse-video): New function.
10551 (tty-create-frame-with-faces): Call it.
10552
10553 * frame.el (frame-notice-user-settings): Don't apply
10554 default-frame-alist and initial-frame-alist to MS-DOS frames.
10555 Call tty-handle-reverse-video, frame-set-background-mode, and
10556 face-set-after-frame-default for non-MS-DOS frames.
10557
10558 * startup.el (tty-long-option-alist): New variable.
10559 (tty-handle-args): New function.
10560 (command-line): Call tty-handle-args.
10561
10562 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
10563 startup.el now does that for all character-terminal frames.
10564
10565 2000-10-28 Miles Bader <miles@gnu.org>
10566
10567 * emacs-lisp/easy-mmode.el (define-minor-mode):
10568 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
10569 is global. If :global is followed by a non-nil but non-t value,
10570 make the mode buffer-local, but also generate a `global-MODE'
10571 version using `easy-mmode-define-global-mode'.
10572 Add :conditional-turn-on keyword argument.
10573
10574 2000-10-28 Dave Love <fx@gnu.org>
10575
10576 * international/latin1-disp.el (latin1-char-displayable-p):
10577 Don't use window-system.
10578
10579 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
10580
10581 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10582 Don't call find-buffer-file-type-coding-system. Instead, just
10583 set eol-type to -unix if inhibit-eol-conversion is in effect, or
10584 if the file is on an untranslated filesystem.
10585 (add-untranslated-filesystem): Use "D" instead of "f" inside
10586 interactive.
10587
10588 2000-10-27 Dave Love <fx@gnu.org>
10589
10590 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
10591 (refill-mode): Use it.
10592
10593 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
10594
10595 * international/quail.el (quail-activate): Don't make-local-hook.
10596
10597 2000-10-27 Andre Spiegel <spiegel@gnu.org>
10598
10599 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
10600 manual backups and file.~<rev>.~ for automatic ones.
10601 (vc-make-version-backup): Don't do it on MS-DOS without long file
10602 names.
10603
10604 * vc.el (vc-version-other-window): If an automatic backup of the
10605 desired version exists, rename it instead of copying it.
10606
10607 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
10608 after command. If there's an unexpected error, signal it instead
10609 of being silent.
10610 (vc-cvs-merge-news): Be prepared for no news at all.
10611
10612 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
10613
10614 * shell.el (shell): Add BUFFER argument.
10615 * comint.el (make-comint-in-buffer): New function.
10616 (make-comint): Use it.
10617
10618 * faces.el (face-spec-choose): Change syntax so that the list of
10619 attribute-value pairs is now the cdr of each clause, not the cadr.
10620 Detect old-style entries, and handle them. Use pop.
10621
10622 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
10623
10624 * cus-edit.el (custom-mode-map): Use a sparse map.
10625 (custom-mode): Don't bother with make-local-hook.
10626
10627 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
10628
10629 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
10630
10631 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10632
10633 * ps-print.el: Avoid compilation gripes.
10634 (ps-print-version): New version number (6.2.1).
10635
10636 2000-10-26 Dave Love <fx@gnu.org>
10637
10638 * menu-bar.el: Modify some menu item help strings.
10639 (menu-bar-help-menu): Add link to MORE.STUFF.
10640
10641 * cus-edit.el (custom-mode): Add `special' mode-class property.
10642
10643 * wid-browse.el (widget-browse-mode): Likewise.
10644
10645 * wid-edit.el (widget-specify-field): Revert to using local-map
10646 property, not keymap.
10647
10648 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
10649
10650 * wid-edit.el (widget-field-end): When checking for a `boundary'
10651 field, do so in the correct buffer.
10652
10653 * simple.el (undo): Correctly distinguish between numeric and
10654 non-numeric prefix args in non-transient-mark-mode, as per the doc
10655 string. When in transient-mark-mode, treat all prefix-args as
10656 numeric.
10657
10658 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
10659 Position point on match. Handle N == 0 correctly.
10660
10661 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
10662 (comint-mode-map): Reverse order of `comint-write-output' and
10663 `comint-append-output-to-file'.
10664 (comint-append-output-to-file): Reinstate this function, for the
10665 benefit of the menu.
10666
10667 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
10668
10669 * vc.el (vc-version-other-window): Bind `file'.
10670
10671 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10672
10673 * Makefile.in (update-authors): New target for maintenance purposes.
10674
10675 * emacs-lisp/authors.el (batch-update-authors): New function.
10676 (authors-fixed-entries): New defconst.
10677 (authors-add-fixed-entries): New function.
10678 (authors): Call it.: Don't process lispref/.
10679
10680 2000-10-25 Jason Rumney <jasonr@gnu.org>
10681
10682 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10683 Merge x w32 and mac definitions.
10684
10685 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10686
10687 * menu-bar.el (menu-bar-options-menu): Add a help string for
10688 `uniquify'.
10689
10690 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
10691
10692 * time-stamp.el (time-stamp-string-preprocess):
10693 Fix a wrong type argument error.
10694
10695 2000-10-25 Miles Bader <miles@gnu.org>
10696
10697 * recentf.el (recentf-mode): Variable removed.
10698 (recentf-mode): Use `define-minor-mode'.
10699
10700 * mwheel.el (mouse-wheel-mode): New global minor mode.
10701 (mwheel-install): Use `mouse-wheel-mode'.
10702
10703 2000-10-25 Dave Love <fx@gnu.org>
10704
10705 * progmodes/cperl-mode.el (cperl-mode):
10706 Set normal-auto-fill-function correctly.
10707
10708 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10709 Don't inherit from global-map and don't nullify menu-bar and tool-bar
10710 bindings.
10711
10712 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
10713
10714 * wid-edit.el (widget-field-at): New function.
10715 (widget-at, widget-field-activate): Use it.
10716 (widget-tabable-at): Use `widget-at'.
10717 (widget-specify-field): If the terminating character of the widget
10718 field (which is read-only) is a newline, put it into a special
10719 `boundary' field so that C-n/C-p act more naturally.
10720 (widget-field-end): Also don't subtract one if a special
10721 `boundary' field has been added after the widget field.
10722
10723 * comint.el (comint-output-filter, comint-send-input):
10724 Don't bother adding stickiness fields to overlays to fool the field
10725 code, since it should notice the overlay insertion-types now.
10726
10727 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
10728 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
10729 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
10730
10731 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10732
10733 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
10734 (authors): Set file coding system to iso-2022-7bit.
10735 Add file-local variables to output buffer.
10736
10737 * files.el (after-find-file): Don't print any warnings if
10738 WARN is nil.
10739
10740 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10741
10742 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
10743
10744 * delim-col.el: Now there is a column formatting mechanism.
10745 Modified to customization mechanisms convention. Doc fix.
10746 (columns): New group for delim-col.
10747 (delimit-columns-before, delimit-columns-after)
10748 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
10749 (delimit-columns-end): New vars.
10750 (delimit-columns-customize, delimit-columns-format): New funs.
10751 (delimit-columns-region, delimit-columns-rectangle)
10752 (delimit-columns-rectangle-line): Modified to support column
10753 formatting.
10754
10755 2000-10-24 Dave Love <fx@gnu.org>
10756
10757 * log-edit.el (log-edit): Add :version and a :group for vc.
10758
10759 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10760
10761 * files.el (after-find-file): Don't print a message ``New file''
10762 if WARN is nil.
10763
10764 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10765 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
10766 get duplicate tool-bar entries because we'll see the global ones
10767 on more than one path through keymaps.
10768
10769 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
10770
10771 * progmodes/cmacexp.el: Change Francesco's email address.
10772
10773 2000-10-24 Kenichi Handa <handa@etl.go.jp>
10774
10775 * window.el (fit-window-to-buffer): Adjust point of the window
10776 buffer, not that of the current buffer.
10777
10778 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
10779
10780 * progmodes/cmacexp.el: Update the euthor's email address.
10781
10782 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10783
10784 * faces.el (face-spec-set-match-display): Add `graphic' display
10785 type (the inverse of `tty'). Use `display-graphic-p' instead of
10786 the window-system variable.
10787
10788 2000-10-24 Kenichi Handa <handa@etl.go.jp>
10789
10790 * international/isearch-x.el (isearch-with-input-method):
10791 Call input-method-function with the first event in
10792 unread-command-events.
10793
10794 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10795
10796 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
10797
10798 2000-10-24 Andrew Choi <akochoi@i-cable.com>
10799
10800 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
10801 New charsets.
10802
10803 * term/mac-win.el: Remove definitions of mac-roman-lower and
10804 mac-roman-upper, require dired, and define instead of set
10805 mac-ready-for-drag-n-drop to avoid compilation error.
10806
10807 2000-10-23 Andrew Innes <andrewi@gnu.org>
10808
10809 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
10810 Remove superfluous calls to subst-char-in-string; instead apply
10811 expand-file-name after convert-standard-filename to ensure
10812 expected directory separators are used.
10813
10814 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
10815
10816 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
10817
10818 2000-10-23 Dave Love <fx@gnu.org>
10819
10820 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
10821 (tool-bar-add-item): Set foreground and background for XBM icons.
10822
10823 * international/latin1-disp.el (latin1-char-displayable-p):
10824 New function (from Handa).
10825 (latin1-display-check-font): Use it.
10826
10827 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
10828 using :key-sequence, making it much more usable.
10829 Use nconc, not append.
10830 (imenu--create-keymap-1): Avoid append.
10831
10832 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
10833
10834 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10835
10836 [the following changes fix a bug where `define-minor-mode' didn't
10837 correctly generate :require clauses for defcustoms in compiled files]
10838 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
10839 (byte-compile-log-file, byte-compile-log-1): Don't set
10840 `byte-compile-current-file' to nil. Instead set
10841 `byte-compile-last-logged-file' to it. Test whether
10842 byte-compile-current-file equals byte-compile-last-logged-file
10843 instead of whether its nil.
10844 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
10845
10846 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
10847
10848 * textmodes/refill.el: Fix var names in doc.
10849 (refill-mode): Don't bother with make-local-hook anymore.
10850
10851 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10852
10853 * faces.el (face-user-default-spec, face-default-spec): New functions.
10854 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
10855 (frame-set-background-mode, face-set-after-frame-default):
10856 Use `face-user-default-spec'. Simplify code slightly.
10857
10858 * woman.el (woman-italic-face, woman-bold-face)
10859 (woman-unknown-face): Add dark-background variants.
10860 (woman-default-faces): Renamed from `woman-colour-faces'.
10861 Set using the stored defaults, rather than using hard-wired colors.
10862 (woman-monochrome-faces): Renamed from `woman-black-faces'.
10863 Just make the foreground `unspecified' rather than "black".
10864 (woman-menu): Rename menu entries accordingly.
10865
10866 * faces.el (header-line): Make more reasonable on mono/grayscale
10867 displays.
10868
10869 2000-10-23 Andrew Choi <akochoi@i-cable.com>
10870
10871 * cus-edit.el (custom-button-face): Use 3D look for mac.
10872 (custom-button-pressed-face): Likewise.
10873
10874 * faces.el (set-face-attributes-from-resources): Handle mac frames
10875 in the same way as x and w32 frames.
10876 (face-valid-attribute-values): Likewise.
10877 (read-face-attribute): Likewise.
10878 (defined-colors): Likewise.
10879 (color-defined-p): Likewise.
10880 (color-values): Likewise.
10881 (display-grayscale-p): Likewise.
10882 (face-set-after-frame-default): Likewise.
10883 (mode-line): Same default face as for x and w32.
10884 (tool-bar): Likewise.
10885
10886 * frame.el: Remove call to frame-notice-user-settings at end of
10887 the file.
10888
10889 * info.el (Info-fontify-node): Make underlines invisible for mac
10890 as for x, pc, and w32 frame types.
10891
10892 * term/mac-win.el: New file.
10893
10894 2000-10-22 Dave Love <fx@gnu.org>
10895
10896 * textmodes/refill.el: New file.
10897
10898 2000-10-22 Andre Spiegel <spiegel@gnu.org>
10899
10900 * vc-hooks.el (vc-version-backup-file-name): New optional args
10901 MANUAL and REGEXP.
10902 (vc-delete-automatic-version-backups, vc-make-version-backup):
10903 New functions.
10904 (vc-before-save): Use the latter.
10905 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
10906 confusion.
10907
10908 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
10909 expected by vc[-hooks].el.
10910
10911 * vc.el (vc-checkout): Added `-p' suffix in call to
10912 vc-make-version-backups-p; use vc-make-version-backup to actually
10913 make the backup.
10914 (vc-version-other-window, vc-version-backup-file): Handle both
10915 automatic and manual backups.
10916 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
10917 of all of them.
10918
10919 2000-10-22 Miles Bader <miles@gnu.org>
10920
10921 * comint.el (comint-highlight-input, comint-highlight-prompt):
10922 Renamed, `-face' at end removed.
10923 (comint-send-input, comint-output-filter): Use renamed faces.
10924
10925 * window.el (fit-window-to-buffer): Change defaulting of
10926 MAX-HEIGHT slightly.
10927
10928 * faces.el (color-values, color-defined-p): Use `member', not
10929 `memq', because it works correctly for strings.
10930 (frame-set-background-mode): Actually, "unspecified-fg" and
10931 "unspecified-bg" *are* strings. Use `member', not `memq', and
10932 `equal', not `eq', when a string value is possible.
10933
10934 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
10935
10936 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
10937
10938 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
10939
10940 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
10941 sh-electric-rparen, sh-electric-less and sh-electric-hash.
10942 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
10943 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
10944 (sh-font-lock-syntactic-keywords): Use them.
10945 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
10946 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
10947 (sh-mode): Don't override font-lock-unfontify-region-function.
10948 Use a copy of sh-font-lock-syntactic-keywords.
10949 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
10950 Don't call sh-scan-buffer since font-lock does it on the fly.
10951 (sh-get-indent-info): Use `face' rather than `syntax-table'
10952 text-property to detect here-documents.
10953 Replace sh-special-syntax with sh-st-punc.
10954 (sh-prev-line): Use `face' rather than `syntax-table'
10955 text-property to skip over here-documents.
10956 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
10957 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
10958 (sh-electric-less, sh-set-here-doc-region)
10959 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
10960 (sh-scan-buffer, sh-rescan-buffer): Remove.
10961
10962 2000-10-21 Andrew Innes <andrewi@gnu.org>
10963
10964 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
10965 remote (ange-ftp) file names.
10966
10967 2000-10-21 Miles Bader <miles@gnu.org>
10968
10969 * window.el (fit-window-to-buffer): New function.
10970 (shrink-window-if-larger-than-buffer): Use it.
10971 (window-text-height): Don't expect minibuffers to have mode-lines.
10972
10973 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
10974 * international/quail.el (quail-update-guidance):
10975 Use `fit-window-to-buffer' instead of `set-window-text-height'.
10976
10977 * international/quail.el (quail-show-guidance-buf): Make sure
10978 guidance window really has enough room.
10979 (quail-update-guidance): If quail-guidance-win is already shown,
10980 make sure its height is OK.
10981
10982 * window.el (window-text-height, set-window-text-height):
10983 New functions.
10984 (shrink-window-if-larger-than-buffer): Use `window-text-height'
10985 instead of `window-height' & `mode-line-window-height-fudge'.
10986 (mode-line-window-height-fudge): Add FACE parameter.
10987 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
10988 instead of `enlarge-window' & `mode-line-window-height-fudge'.
10989
10990 2000-10-20 Miles Bader <miles@gnu.org>
10991
10992 * window.el (height-affecting-face-attributes): Use `defconst'.
10993
10994 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
10995 New function, conditionally aliased to `mode-line-window-height-fudge'.
10996 (ispell-help): Use it.
10997 (ispell-choices-win-default-height): Don't include mode-line fudge.
10998 (ispell-choices-win-default-height): New function.
10999 (ispell-show-choices, ispell-command-loop): Use function
11000 `ispell-choices-win-default-height' instead of variable.
11001
11002 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11003
11004 * window.el (mode-line-window-height-fudge): New variable.
11005 (height-affecting-face-attributes): New variable.
11006 (mode-line-window-height-fudge): New function.
11007 (shrink-window-if-larger-than-buffer): Use it.
11008 * help.el (resize-temp-buffer-window): Likewise.
11009
11010 * info.el (Info-fontify-node): Add support for @subsubsection
11011 titles, which use `Info-title-4-face'.
11012 (Info-title-4-face): New face.
11013 (Info-title-3-face): Inherit from Info-title-4-face instead of
11014 variable-pitch.
11015
11016 2000-10-19 Jason Rumney <jasonr@gnu.org>
11017
11018 * dired.el (dired-insert-directory): Do not let errors signalled by
11019 attempt to run dired-free-space-program prevent dired from working.
11020
11021 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11022
11023 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11024
11025 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11026
11027 * dirtrack.el (dirtrack): Fix call to run-hooks.
11028
11029 * cmuscheme.el (cmuscheme-program-name): Renamed from
11030 scheme-program-name because xscheme.el contains a defcustom with
11031 the same name. As a consequence, customizing group `cmuscheme'
11032 loaded `xscheme' which redefined run-scheme.
11033 (run-scheme): Use cmuscheme-program-name.
11034
11035 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11036
11037 * play/doctor.el (doctor-death): Update the Samaritans'
11038 anonymous address, and add a website for Befrienders International.
11039
11040 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11041
11042 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11043 Avoid compilation gripes. Doc fix.
11044 (ps-print-version): New version number (6.2).
11045 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11046 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11047 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11048 (ps-x-extent-priority, ps-x-extent-start-position)
11049 (ps-x-face-font-instance, ps-x-find-coding-system)
11050 (ps-x-font-instance-properties, ps-x-make-color-instance)
11051 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11052 avoid compilation gripes without defining functions.
11053 (ps-e-find-composition): Alias for function find-composition, to have a
11054 suitable function depending on Emacs version.
11055 (ps-color-device, ps-color-values, ps-face-foreground-name)
11056 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11057 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11058 (ps-print-ensure-fontified): Function definitions surrounded by
11059 `eval-and-compile' to avoid compilation gripes.
11060 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11061 by symbol-value to avoid compilation gripes.
11062 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11063 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11064
11065 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11066
11067 * startup.el (normal-top-level): Call `frame-set-background-mode'
11068 after `frame-notice-user-settings' because the latter doesn't call
11069 the former on a tty.
11070
11071 * faces.el (frame-set-background-mode): `unspecified' &c are
11072 symbols, not strings.
11073
11074 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11075
11076 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11077 why some "light*" colors are deliberately absent from the alist.
11078
11079 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11080 Change colors for tty's, as suggested by Miles Bader.
11081
11082 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11083
11084 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11085 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11086 for ISO10646-1 fonts.
11087 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11088
11089 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11090
11091 * faces.el (frame-set-background-mode): If a tty frame defines a
11092 background color, use that to compute the background mode, instead
11093 of always defaulting to "dark".
11094
11095 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11096
11097 * comint.el (comint-write-output): New function.
11098 (comint-mode-map): Add it to the menu.
11099 Bind `C-c C-s' to comint-write-output.
11100
11101 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11102
11103 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11104 Use fancy-splash-delay.
11105
11106 2000-10-18 Alex Schroeder <alex@gnu.org>
11107
11108 * progmodes/sql.el (sql-sybase-options): New option.
11109 (sql-sybase): Use it. Add sql-database to the list of parameters
11110 provided for login. The options -w 2048 -n are not used any more.
11111
11112 * comint.el (comint-read-input-ring): Bugfix such that the first
11113 and the last entry of the input ring file are not lost.
11114
11115 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11116
11117 * ps-print.el: Internal variable changes to defcustom,
11118 make-local-hook changes to defvar. Doc fix.
11119 (ps-print-version): New version number (6.1).
11120 (ps-setup, ps-do-despool): Code fix.
11121 (ps-printer-name): Customization fix.
11122 (ps-printer-name-option): Now is a defcustom instead of an
11123 internal variable.
11124 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11125 (ps-print-begin-column-hook): Now are defvar instead of
11126 make-local-hook.
11127
11128 2000-10-18 Miles Bader <miles@gnu.org>
11129
11130 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11131 (comint-kill-output): Changed into an alias for `comint-delete-output',
11132 and made obsolete.
11133 (comint-mode-map): Rename references to comint-kill-output.
11134
11135 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11136
11137 * diff-mode.el (diff-header-face, diff-file-header-face)
11138 (diff-changed-face): Add bold and italic attributes to tty faces.
11139 (diff-function-face): New face.
11140 (diff-font-lock-keywords): Use it.
11141
11142 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11143
11144 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11145 Remove commented-out call to force-mode-line-update.
11146 (comint-kill-output): Use `forward-line 0' instead of
11147 beginning-of-line to make sure we get past the prompt.
11148
11149 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11150
11151 * diff-mode.el (diff-header-face, diff-file-header-face):
11152 Add specific setting for dark background.
11153 (diff-context-face): Renamed from diff-comment-face.
11154 Set explicitly rather than inheriting from font-lock-comment-face.
11155
11156 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11157
11158 * startup.el (command-line): Move the code which sets the default
11159 TTY colors to before before-init-hook.
11160
11161 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11162
11163 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11164
11165 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11166
11167 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11168 extensions, for MS-DOS.
11169
11170 * diff-mode.el (diff-header-face, diff-file-header-face)
11171 (diff-changed-face): Define tty-specific colors.
11172
11173 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11174
11175 * startup.el (fancy-splash-text): Realign the text.
11176
11177 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11178
11179 * font-lock.el (font-lock-comment-face): Define a separate default
11180 for dark-background tty's.
11181
11182 2000-10-17 Miles Bader <miles@gnu.org>
11183
11184 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11185 being obscured by whizzy mode-lines on graphics displays.
11186
11187 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11188
11189 * info.el (Info-title-1-face, Info-title-2-face)
11190 (Info-title-3-face): Define colors for tty's.
11191 (info-header-node): Remove unneeded tty-specific definition.
11192
11193 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11194
11195 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11196 reverse from the frame parameters, and don't invert foreground and
11197 background colors.
11198
11199 2000-10-16 Miles Bader <miles@gnu.org>
11200
11201 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11202 string "*Info*". Call propertized-buffer-identification to spruce
11203 up the result.
11204
11205 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11206
11207 * help.el: Provide `help' for the sake of define-minor-mode
11208 which generates defcustoms with requires.
11209
11210 * jit-lock.el (jit-lock-after-change): If we're in text that
11211 matches a multi-line font-lock pattern, make sure the whole text
11212 will be redisplayed.
11213
11214 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11215 author's name is unknown.
11216
11217 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11218 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11219 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11220 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11221 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11222 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11223 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11224 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11225 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11226 Add author information.
11227
11228 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11229
11230 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11231 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11232 full-color version (using the Gimp) to eliminate dithering artifacts.
11233
11234 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11235
11236 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11237
11238 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11239
11240 2000-10-15 Dave Love <fx@gnu.org>
11241
11242 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11243
11244 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11245
11246 * whitespace.el: Doc fixes.
11247 (top-level): Don't add hooks here.
11248 (whitespace-running-emacs): Deleted.
11249 (timer): Don't require.
11250 (whitespace): Add back :version conditional on xemacs test.
11251 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11252 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11253 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11254 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11255 Avoid specific xemacs test.
11256 (whitespace-global-mode): New option.
11257 (whitespace-global-mode): New command.
11258 (whitespace-unload-hook): New function.
11259
11260 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11261 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11262 (Info-fontify-node): `Goto' goes to `Go to'.
11263 (Info-fontify-node): Add help-echo to xref links.
11264
11265 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11266
11267 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11268
11269 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11270
11271 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11272 Use plist-get and allow :inherit.
11273
11274 * emacs-lisp/cl-macs.el (cl-do-arglist):
11275 Use plist-get and plist-member instead of memq.
11276
11277 * emacs-lisp/ewoc.el (ewoc-location): New function.
11278 (ewoc-enter-after, ewoc-enter-before): Document return value.
11279 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11280 Don't need make-local-hook any more.
11281 (cvs-addto-collection): Return the new tin.
11282 (cvs-mode-insert): Jump to the new line.
11283
11284 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11285
11286 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11287
11288 * font-lock.el (font-lock-syntactically-fontified): New var.
11289 (font-lock-fontify-syntactic-keywords-region): Use it.
11290 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11291
11292 * diff-mode.el (diff-find-file-name): Fix regexp.
11293
11294 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11295 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11296
11297 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11298 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11299 (sh-mode): Don't make all vars local here.
11300 (sh-kw): Reformat.
11301 (sh-set-shell): Use dolist. Don't set indent-region-function.
11302 (sh-mode-syntax-table): Use pop.
11303 (sh-remember-variable): Use push.
11304 (sh-help-string-for-variable): Use memq.
11305 (sh-safe-backward-sexp): Remove.
11306 (sh-safe-forward-sexp): Add ARG.
11307 (sh-get-indent-info, sh-prev-stmt): Use it.
11308 (sh-prev-line): Simplify by using forward-comment.
11309 (sh-this-is-a-continuation): Simplify.
11310 (sh-learn-buffer-indent): Use dolist.
11311 (sh-do-nothing): Remove.
11312 (sh-set-char-syntax, sh-set-here-doc-region):
11313 Use inhibit-modification-hooks.
11314 (sh-name-style): Use mapcar and push.
11315 (sh-load-style): Use dolist.
11316 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11317 (sh-case, sh-while-getopts): Use propertize directly rather
11318 than sh-electric-rparen.
11319
11320 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11321
11322 * textmodes/tex-mode.el: Require CL when compiling.
11323 (tex-mode-syntax-table): Init immediately.
11324 (tex-mode-map): Bind M-RET to latex-insert-item.
11325 (latex-mode): Set indent-line-function to latex-indent.
11326 (tex-common-initialization): Don't setup the syntax-table any more.
11327 (latex-insert-item): New skeleton.
11328 (tex-next-unmatched-end): Fix copy/paste braino.
11329 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11330 (latex-indent, latex-find-indent): New functions.
11331 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11332 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11333 (tex-compilation-parse-errors): Use with-syntax-table.
11334
11335 2000-10-15 Miles Bader <miles@gnu.org>
11336
11337 * font-lock.el (font-lock-comment-face): Change dark-background,
11338 color, non-tty, default to `chocolate1'.
11339
11340 2000-10-13 John Wiegley <johnw@gnu.org>
11341
11342 * eshell/esh-util.el (require): Added a missing `require' form,
11343 needed when compiling (for an ange-ftp macro definition).
11344
11345 2000-10-13 Dave Love <fx@gnu.org>
11346
11347 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
11348
11349 2000-10-13 Gerd Moellmann <gerd@gnu.org>
11350
11351 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
11352
11353 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
11354 transparent -colors 8).
11355
11356 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
11357
11358 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
11359 that breaks with old list format timestamps.
11360 (time-stamp-warn-inactive, time-stamp-old-format-warn)
11361 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
11362
11363 2000-10-13 John Wiegley <johnw@gnu.org>
11364
11365 * align.el, pcomplete.el, calendar/timeclock.el,
11366 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
11367
11368 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
11369 faulty math, where holiday hours were being computing as seconds.
11370
11371 2000-10-13 John Wiegley <johnw@gnu.org>
11372
11373 * desktop.el (desktop-buffer-modes-to-save): Added a global for
11374 specifying what "other" kinds of buffers should be saved.
11375 This used to be hard-coded.
11376 (desktop-buffer-misc-functions): A global for specifying how
11377 auxiliary data should be determined for special buffer types.
11378 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
11379 instead of hard-coding the special buffer types.
11380 (desktop-save): Run `desktop-buffer-misc-functions' to gather
11381 auxiliary data, instead of hard-coding for Info buffers and dired.
11382 (desktop-buffer-info-misc-data): Aux function for determining Info
11383 buffer auxiliary info.
11384 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
11385 (desktop-buffer-info): Changed this function to use the info
11386 gathered above.
11387 (desktop-create-buffer): Be a little more careful about what
11388 `minor-mode' means before calling it. This is important for some
11389 buffer types.
11390
11391 2000-10-13 John Wiegley <johnw@gnu.org>
11392
11393 * eshell/esh-util.el: Added a global form which declares an
11394 autoload for `parse-time-string', if that function is not already
11395 defined, and if parse-time.el is available on the user's system.
11396
11397 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
11398 to be aware of ange-ftp user info.
11399 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
11400 (eshell-ls-annotate): Use `eshell-file-attributes'.
11401 (eshell-ls-file): Made the user-id printing code a bit smarter.
11402
11403 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
11404 allow identification of alias user ids in remote directories.
11405 It's manual, but there's no other way to know when the current user
11406 on the local machine, is also the owning user on the remote machine.
11407 (fboundp): Bind `ange-cache'.
11408 (eshell-directory-files-and-attributes): Re-organized the logic a
11409 bit to use `eshell-file-attributes' instead of `file-attributes'.
11410 The former is more sensitive to directories that are read via FTP,
11411 and knows how to use ange-ftp to determine full attribute
11412 information, instead of just the name and last modtime.
11413 (eshell-current-ange-uids): Return the current user id when in a
11414 remote directory.
11415 (eshell-parse-ange-ls): Parse a full directory listing that has
11416 been returned by ange-ftp.
11417 (eshell-file-attributes): This beefed up version of
11418 `file-attributes' is only special if the user is currently in a
11419 remote directory, in which case it does a lot of work to find out
11420 what the real attributes of a file are, as they appear on the
11421 remote machine. This makes usage of remote directories (i.e.,
11422 ange-ftp pathnames) much more useful. You can now use Eshell as a
11423 full-fledged FTP client, with much more manipulation ability than
11424 most other clients.
11425
11426 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
11427 variable, which means that Eshell's du should always be preferred
11428 in remote directories.
11429 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
11430 just `file-attributes'.
11431 (eshell-mvcp-template): Bind `ange-cache', to improve performance
11432 when reading remote directories. This is an Eshell-specific
11433 variable (not part of ange-ftp).
11434 (eshell/ln): Bind `ange-cache'.
11435 (eshell/du): Added some extra logic for determining when to use
11436 Eshell's du (which is slow), and when to use the external version
11437 (which may or may not exist).
11438
11439 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11440 Call `eshell-interactive-process', rather than using
11441 `get-buffer-process', since backgrounded processes don't count in
11442 the context of this function's logic.
11443
11444 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
11445 `forward-char', so that null strings are parsed correctly.
11446
11447 2000-09-13 John Wiegley <johnw@gnu.org>
11448
11449 * eshell/em-pred.el (eshell-pred-file-type)
11450 (eshell-pred-file-links, eshell-pred-file-size):
11451 Use `eshell-file-attributes'. This is more correct over ange-ftp.
11452
11453 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
11454 that remote file globbing is more efficient.
11455
11456 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
11457 gathering the files and attributes within a directory.
11458
11459 * eshell/em-unix.el (eshell/cat): If any of the files passed on
11460 the command line is a special file (not a regular file, directory
11461 or symlink), always attempt to call the external version of cat.
11462
11463 2000-09-13 John Wiegley <johnw@gnu.org>
11464
11465 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
11466 Eshell-friendly version of find-tag.
11467
11468 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
11469
11470 * image-file.el (image-file-name-extensions)
11471 (image-file-name-regexps): Add autoload cookies.
11472
11473 2000-10-13 Kenichi Handa <handa@etl.go.jp>
11474
11475 * international/mule-cmds.el (select-safe-coding-system): If FROM
11476 is string, show it in *Warning* buffer.
11477
11478 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11479
11480 * startup.el (normal-top-level): Use display-popup-menus-p instead
11481 of window-system.
11482 (command-line): Use display-graphic-p instead of window-system.
11483 (command-line-1): Use display-popup-menus-p and display-mouse-p
11484 instead of window-system.
11485
11486 2000-10-12 Sam Steingold <sds@gnu.org>
11487
11488 * tooltip.el (tooltip-use-echo-area): New user variable.
11489 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
11490
11491 2000-10-12 Dave Love <fx@gnu.org>
11492
11493 * recentf.el: Maintainer's checkdoc fixes.
11494
11495 * startup.el (normal-top-level-add-subdirs-to-load-path):
11496 Use character class, not ASCII when matching file names.
11497 (fancy-splash-head): Add trailing slash to URL.
11498 (command-line): Don't require XPM support for toolbar.
11499
11500 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
11501 (cperl-invalid-face): Revert last change.
11502 (cperl-init-faces): Quote cperl-invalid-face.
11503
11504 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11505
11506 * startup.el (fancy-splash-text): Remove superfluous quote.
11507
11508 2000-10-12 Gerd Moellmann <gerd@gnu.org>
11509
11510 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
11511 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
11512 (command-line-1): Don't use fancy-splash-pending-command.
11513 (fancy-splash-screens-1): Goto point-min after inserting text.
11514
11515 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
11516
11517 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
11518 instead of shared-lisp-mode-map.
11519
11520 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
11521
11522 * faces.el (header-line): Change tty-variant to use underlining.
11523
11524 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
11525 (isearch-highlight): Restore lazy-isearch face properties at old
11526 position, and suppress them at new position.
11527 (isearch-dehighlight): Restore lazy-isearch face properties.
11528 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
11529 over the real isearch overlay, but in that case, don't give it a
11530 face property. Use `push'.
11531
11532 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11533
11534 * man.el (Man-getpage-in-background): Fix previous change.
11535 Decode the process output only when we are in multibyte mode.
11536
11537 2000-10-11 Dave Love <fx@gnu.org>
11538
11539 * info.el (Info-mode-menu): Fix some help.
11540 (info-tool-bar-map): Add entry for Info-last.
11541
11542 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
11543 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
11544 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
11545 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
11546 * toolbar/search-replace.xpm, toolbar/exit.xpm:
11547 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
11548 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
11549 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
11550 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
11551 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
11552 Reduce colour requirements to 25 overall. (Probably wants
11553 revisiting from the originals to reduce further.)
11554
11555 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
11556
11557 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
11558 buffer-file-coding-system, instead of raw-text.
11559 (dehexlify-buffer): Bind coding-system-for-read to
11560 buffer-file-coding-system, instead of raw-text.
11561
11562 2000-10-11 Sam Steingold <sds@gnu.org>
11563
11564 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
11565 `underline' - fixes the bug introduced on 2000-09-21.
11566
11567 2000-10-11 Dave Love <fx@gnu.org>
11568
11569 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
11570 Avoid compiler warnings.
11571 (scheme-mode): Doc fix.
11572 (scheme-font-lock-keywords-1): Match `define-syntax'.
11573
11574 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
11575
11576 * faces.el (frame-set-background-mode): Pay attention to saved
11577 face specs as well as default ones. Only do anything if the
11578 bg-mode or display-type has actually changed. Use `dolist'.
11579 (region): Make dark-background `region' face less in-your-face.
11580
11581 2000-10-10 Sam Steingold <sds@gnu.org>
11582
11583 * chistory.el, ielm.el, ledit.el:
11584 * progmodes/inf-lisp.el, progmodes/scheme.el:
11585 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
11586
11587 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
11588
11589 * textmodes/texinfo.el: Update copyright and fix typo.
11590
11591 * desktop.el (desktop-modes-not-to-save): New var.
11592 (desktop-save-buffer-p): Use it.
11593 Also, obey desktop-buffers-not-to-save even for non-file buffers.
11594 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
11595
11596 2000-10-10 Dave Love <fx@gnu.org>
11597
11598 * toolbar/tool-bar.el (tool-bar-add-item)
11599 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
11600
11601 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
11602 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
11603 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
11604 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
11605 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
11606 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
11607 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
11608 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
11609 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
11610 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
11611 the .xpms; probably need retouching.
11612
11613 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
11614
11615 * subr.el (add-to-list): Add optional argument APPEND.
11616 * battery.el (display-battery): Use `add-to-list'.
11617
11618 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
11619
11620 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
11621 properties.
11622 (zone, zone-when-idle, zone-leave-me-alone)
11623 (zone-pgm-whack-chars): Use new symbol properties.
11624
11625 * battery.el (display-battery): Doc spelling fix.
11626
11627 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
11628 property.
11629
11630 2000-10-09 Dave Love <fx@gnu.org>
11631
11632 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
11633 has been initialized before calling tool-bar-setup.
11634 (tool-bar-add-item-from-menu): Add autoload cookie.
11635
11636 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
11637
11638 * menu-bar.el (send-mail-item-name): New function.
11639 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
11640 of mail-user-agent in the menu. Don't display the "Send Mail"
11641 item if mail-user-agent is nil or its value is ignore.
11642 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
11643 if read-mail-command is nil or its value is ignore.
11644
11645 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
11646
11647 2000-10-09 Miles Bader <miles@gnu.org>
11648
11649 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
11650 Correct image size.
11651 * toolbar/left_arrow.xpm: Correct image size.
11652
11653 * jka-compr.el: Don't call `jka-compr-install' when loading (it
11654 will be done by the definition of `auto-compression-mode' if
11655 necessary. Move code to uninstall existing file-name handler
11656 before definition of `auto-compression-mode'.
11657
11658 * image-file.el (auto-image-file-mode): Move to the end of the
11659 file, because `define-minor-mode' actually calls the mode-function
11660 if the associated variable is non-nil, which requires that all
11661 needed functions be already defined.
11662
11663 * mouse.el (popup-menu): Balance parens.
11664
11665 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
11666
11667 * mouse.el (popup-menu): Move the command call outside the loop
11668 so that popup-menu returns whatever the command returns.
11669
11670 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
11671 (initialize-new-tags-table): Use run-hook-with-args-until-success.
11672 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
11673 (tags-table-format-functions): Renamed from tags-table-format-hooks.
11674
11675 * vc.el (vc-version-diff): diff-switches can be a list.
11676 Use relative filenames for prettier output.
11677
11678 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
11679 (vc-post-command-functions): Remove old-VC compatibility code.
11680
11681 * newcomment.el (comment-indent-default): Autoload.
11682
11683 * font-lock.el (font-lock-defaults): Make buffer-local.
11684 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
11685 (font-lock-choose-keywords):
11686 Ignore LEVEL unless KEYWORDS is a list of syms.
11687 (c-keywords, c++-keywords, objc-keywords, java-keywords):
11688 Don't wrap regexp-opt things in \(...\) unnecessarily.
11689
11690 * jit-lock.el: Don't require font-lock any more.
11691 (jit-lock-functions): Make buffer-local.
11692 (jit-lock-saved-fontify-buffer-function): Remove.
11693 (jit-lock-mode): Remove autoload cookie.
11694 Remove font-lock specific code.
11695 (jit-lock-unregister): Don't bother handling complex hooks any more.
11696 (jit-lock-refontify): New function.
11697 (jit-lock-fontify-buffer): Use it.
11698 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
11699 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
11700 Add optional args START and END.
11701 Never call font-lock-fontify-region directly.
11702 (jit-lock-function, jit-lock-stealth-fontify): Use it.
11703
11704 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
11705
11706 2000-10-08 Dave Love <fx@gnu.org>
11707
11708 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
11709
11710 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
11711
11712 * play/studly.el (studlify-region, studlify-word): Add autoload
11713 cookie.
11714
11715 * play/morse.el (morse-region, unmorse-region): Add autoload
11716 cookie.
11717
11718 * play/spook.el (spook-phrases-file): Use expand-file-name, not
11719 concat.
11720
11721 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
11722 insist on symbols starting with word syntax.
11723 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
11724 (eval-defun-1): Doc fix.
11725 (indent-sexp): Use nconc to build up indent-stack.
11726
11727 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
11728 Gnus with little use.
11729 (mail-setup-hook): Add mail-abbrevs-setup to options.
11730
11731 * recentf.el: Doc fixes.
11732
11733 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
11734 Clean up remainder.
11735
11736 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
11737 without timezone and (8) with timezone to enforce some whitespace.
11738 Simplify code somewhat.
11739
11740 * options.el (list-options): Doc that you should use customize.
11741
11742 * iswitchb.el (iswitchb-mode): Add :require.
11743
11744 * info.el (Info-goto-node, Info-menu): Doc fix.
11745 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
11746 (info-tool-bar-map): New variable.
11747 (Info-mode): Use it.
11748 (Info-edit-map): Define all in defvar.
11749 (speedbar-attached-frame): Avoid compiler warning.
11750
11751 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
11752 (global-map): Bind [tool-bar] to a filtered map.
11753 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
11754 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
11755 Allow PBM icons.
11756 (tool-bar-setup): Adjust calls of tool-bar-add-item.
11757
11758 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
11759 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
11760 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
11761 icons, except up_arrow, which is left-arrow rotated.
11762
11763 * imenu.el (imenu-add-to-menubar): Fix last change.
11764
11765 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
11766
11767 * generic-x.el (rul-generic-mode): Remove eval-when-compile
11768 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
11769
11770 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11771
11772 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
11773 typos in doc strings.
11774
11775 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
11776 the doc strings how to customize Font Lock faces.
11777
11778 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
11779 computing growth when dragging the header line.
11780
11781 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11782
11783 * simple.el (kill-line): Doc fix.
11784
11785 2000-10-08 Miles Bader <miles@gnu.org>
11786
11787 * faces.el (secondary-selection): Make foreground visible on tty.
11788
11789 * jka-compr.el (auto-compression-mode): Move to the end of the
11790 file, because `define-minor-mode' actually calls the mode-function
11791 if the associated variable is non-nil, which requires that all
11792 needed functions be already defined.
11793 (with-auto-compression-mode): Add autoload cookie.
11794
11795 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
11796
11797 * files.el (find-backup-file-name) [ms-dos]: If support for long
11798 file names is not available, behave as if version-control were set
11799 to never.
11800
11801 2000-10-07 Dave Love <fx@gnu.org>
11802
11803 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
11804 (browse-url-gnome-moz): New function.
11805 (browse-url-browser-function): Use it.
11806 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
11807
11808 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
11809
11810 * indent.el (tab-always-indent): New var.
11811 (indent-for-tab-command): Use it.
11812
11813 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
11814 raise an error. This way it can still default to a sane value.
11815
11816 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11817
11818 * startup.el (fancy-splash-screens): Use local rather than global map.
11819 Don't use `update-menu-bindings' any more.
11820 Get rid of assumptions about keymap representation.
11821
11822 2000-10-06 Dave Love <fx@gnu.org>
11823
11824 * textmodes/fill.el (sentence-end-double-space)
11825 (sentence-end-without-period): Doc fix.
11826 (adaptive-fill-regexp): Purecopy.
11827 (unjustify-current-line): Use line-end-position.
11828 (fill-individual-paragraphs-prefix): Use line-beginning-position.
11829
11830 * net/eudc-vars.el (eudc): Add :version, :link.
11831
11832 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
11833
11834 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
11835 Fix for define-minor-mode.
11836 (function-at-point): Alias to function-called-at-point.
11837
11838 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
11839
11840 * simple.el (backward-word): Doc fix.
11841
11842 * image-file.el (image-file-name-regexp): image-file-regexps ->
11843 image-file-name-regexps.
11844 (image-file-name-extensions): Add pbm.
11845
11846 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11847
11848 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
11849 and add filename to the names so that diff-mode can jump to source.
11850
11851 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
11852 (tex-font-lock-keywords, tex-font-lock-keywords-2)
11853 (tex-font-lock-keywords-1): Remove.
11854 (font-lock-turn-on-thing-lock): Use jit-lock-register.
11855 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
11856 (font-lock-default-fontify-region):
11857 Expand beg..end correctly when just following a multiline region.
11858 (font-lock-fontify-anchored-keywords):
11859 Include the anchor text as part of the multiline.
11860
11861 2000-10-06 Gerd Moellmann <gerd@gnu.org>
11862
11863 * loadup.el (toplevel): Load `loaddefs' before `help' because the
11864 latter needs the autoloaded define-minor-mode macro during the
11865 bootstrap.
11866
11867 * startup.el (command-line): For now, activate tool-bar-mode only
11868 if XPM images are supported.
11869
11870 * mouse.el (mouse-drag-header-line): Don't allow resizing a
11871 window by dragging a header-line at the top of the frame; that's
11872 confusing because the header-line doesn't move.
11873 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
11874 of treating the event as a list. Some cleanup.
11875
11876 2000-10-06 Miles Bader <miles@gnu.org>
11877
11878 * simple.el (display-message-or-buffer): New function.
11879 (shell-command-on-region): Use `display-message-or-buffer'.
11880
11881 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
11882 docstring parts.
11883
11884 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11885 (smbclient-prompt-regexp): Add usage note to doc string.
11886 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
11887 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
11888 Use add-hook for adding the comint filter function, and only do so
11889 if it's not already in the global hook list.
11890 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
11891 to `make-local-variable'.
11892 (nslookup-font-lock-keywords): Remove prompt entry.
11893 (nslookup): Don't set the process-filter.
11894 (finger): Exit the loop correctly when the regexps list runs out.
11895 (ftp, smbclient, smbclient-list-shares):
11896 Set the real major mode immediately, not after execing.
11897 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
11898
11899 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
11900
11901 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
11902
11903 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
11904
11905 * which-func.el (which-func-format): Remove spurious space.
11906 (which-func-mode): Don't make it permanent-local.
11907 (which-func-ff-hook): Allow which-func-maxout to be nil.
11908 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
11909 (which-func-mode): Simplify.
11910 Use post-command-idle-hook rather than post-command-hook.
11911 Go through all buffers and update their state.
11912 (which-function): Also try add-log-current-defun-function.
11913
11914 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
11915 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
11916 Update call to with-vc-properties accordingly.
11917 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
11918 (vc-revert-buffer): More careful about window selection and deletion.
11919 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
11920
11921 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
11922 (cvs-retrieve-revision): Reuse a pre-existing buffer.
11923 (cvs-dired-action): Change the default to quickdir.
11924
11925 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
11926 if comment-indent-function returns nil.
11927 (comment-indent-default): New function.
11928 (comment-indent-function): Use it and document the new semantics.
11929
11930 * image-file.el: Docstring fixes.
11931
11932 * help.el (help-xref-on-pp): Use match-string.
11933 (describe-variable): New arg BUFFER.
11934 Store the current buffer in the help-xref-stack.
11935 (temp-buffer-resize-mode): Use define-minor-mode.
11936
11937 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
11938 consistently with its docstring.
11939 Set jit-lock-first-unfontify-pos in an idempotent way.
11940 (jit-lock-register): Autoload and add arg CONTEXTUAL.
11941
11942 2000-10-05 Alex Schroeder <alex@gnu.org>
11943
11944 * sql.el (sql-mysql-options): New variable.
11945 (sql-mysql): Use it.
11946
11947 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
11948
11949 * image.el (image): New group.
11950
11951 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11952 (smerge-base-face, smerge-markers-face): Add dark-background variants.
11953
11954 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11955
11956 * net/net-utils.el (nslookup-font-lock-keywords)
11957 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11958 Ignore the value of wqindow-system; always define keywords
11959
11960 2000-10-05 Kenichi Handa <handa@etl.go.jp>
11961
11962 * startup.el (fancy-splash-screens): Remove the code for
11963 debugging; `(trace-to-stderr "EXITTT\n")'.
11964
11965 2000-10-05 Miles Bader <miles@gnu.org>
11966
11967 * diff-mode.el (diff-goto-source): Update call to
11968 `diff-hunk-status-msg' to reflect new REV variable.
11969
11970 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
11971
11972 * progmodes/icon.el (icon-mode):
11973 Don't gratuitously override the default for comment-column.
11974
11975 * vc-hooks.el (vc-mode-line): Fix interactive spec.
11976
11977 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
11978 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
11979 (jit-lock-functions): New var.
11980 (jit-lock-function-1): Use it if non-nil.
11981 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
11982 Set the `fontified' property before doing the fontification to avoid
11983 repeatedly going through the same error.
11984 Don't turn errors into messages.
11985 (jit-lock-register, jit-lock-unregister): New functions.
11986
11987 * dired.el (dired-mark-pop-up): Turn comment into docstring.
11988 Use with-current-buffer.
11989
11990 * dired-aux.el (dired-do-create-files, dired-kill-tree):
11991 Turn comment into docstring.
11992
11993 * apropos.el (apropos-mode): Use define-derived-mode.
11994
11995 2000-10-04 Gerd Moellmann <gerd@gnu.org>
11996
11997 * startup.el (fancy-splash-pending-command): New variable.
11998 (fancy-splash-pre-command): New function.
11999 (fancy-splash-screens): Rewritten.
12000 (command-line-1): If fancy-splash-pending-command is set, call it
12001 interactively.
12002
12003 2000-10-04 Dave Love <fx@gnu.org>
12004
12005 * toolbar/tool-bar.el (tool-bar-setup): New function.
12006 (tool-bar-mode): Use it.
12007
12008 * subr.el (substitute-key-definition): Doc fix.
12009 (play-sound-file): New command.
12010
12011 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12012
12013 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12014 vc-version-backup-file-name): New functions.
12015
12016 * files.el (basic-save-buffer): Call vc-before-save before saving.
12017
12018 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12019 vc-cvs-stay-local-p.
12020
12021 * vc.el (vc-revert-buffer): Handle empty diff properly.
12022 (vc-version-backup-file): New function.
12023 (vc-checkout): Create a version backup if necessary.
12024 (vc-checkin): If a version backup file exists, delete it.
12025 (vc-version-diff): Diff locally using version backups, if available.
12026 (vc-revert-file): If there's a version backup, revert locally.
12027 (vc-transfer-file): Use version backup for base version, if
12028 available. If not, ask for confirmation whether to get it from the
12029 server. Update mode line before check-in.
12030
12031 2000-10-04 Dave Love <fx@gnu.org>
12032
12033 * toolbar/tool-bar.el (tool-bar-setup): New function.
12034 (tool-bar-mode): Use it.
12035
12036 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12037
12038 * net/net-utils.el (nslookup-font-lock-keywords)
12039 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12040 Only set if window-system is non-nil
12041 (net-utils-run-program): Returns buffer.
12042 (network-connection-reconnect): Added this function.
12043
12044 * generic.el:
12045 Incorporates extensive cleanup and docfixes by
12046 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12047 Uses cl compile-time macros.
12048 (generic-mode-name, generic-comment-list)
12049 (generic-keywords-list, generic-font-lock-expressions)
12050 (generic-mode-function-list, generic-mode-syntax-table):
12051 Removed variables.
12052 (generic-mode-alist): Renamed to generic-mode-list.
12053 (generic-find-file-regexp): Default changed to "^#".
12054 (generic-read-type): Uses completing read on generic-mode-list.
12055 (generic-mode-sanity-check): removed this function.
12056 (generic-add-to-auto-mode): Removed this function
12057 (generic-mode-internal): Bind mode-specific definitions
12058 into function instead of putting them in alist.
12059 (generic-mode-set-comments): Reworked extensively.
12060 (generic-mode-find-file-hook): Simplified regexp searching
12061 (generic-make-keywords-list): Omit extra pair of parens
12062
12063 * find-lisp.el (find-lisp-find-files-internal):
12064 Make sure directory name ends with "/".
12065
12066 * generic-x.el (apache-conf-generic-mode):
12067 Regexp now allows leading whitespace.
12068 (rc-generic-mode): Added eval-when-compile
12069 around generic-make-keywords-list.
12070 Deleted duplicate regexp
12071 (rul-generic-mode): Added eval-when-compile
12072 around generic-make-keywords-list.
12073 (etc-fstab-generic-mode): New generic mode.
12074 (rul-generic-mode): Removed one eval-when-compile
12075 which caused a max-specpdl-size exceeded error.
12076
12077 2000-10-04 Miles Bader <miles@gnu.org>
12078
12079 * simple.el (minibuffer-temporary-goal-position): New variable.
12080 (next-history-element): Try to keep the position of point in the
12081 input string constant.
12082
12083 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12084 (dired-do-create-files): If there's only one file, pass it in as
12085 the DEFAULT arg to dired-mark-read-file-name.
12086
12087 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12088
12089 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12090 (diff-goto-source): Be smarter when choosing REVERSE or not.
12091
12092 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12093 (texinfo-mode-menu): Add an explicit shortcut for update all.
12094
12095 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12096
12097 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12098 factorize backend-specific code cleanly (this was essentially
12099 conceived by Stefan Monnier).
12100 (vc-unregister): Function removed.
12101 (vc-revert-file): New function.
12102 (vc-revert-buffer): Delegate some of the work to it.
12103
12104 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12105 default branch unconditionally.
12106 (vc-rcs-set-default-branch): New function.
12107 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12108 (vc-rcs-checkin): If an appropriate default branch has been set,
12109 force creation of that branch.
12110 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12111 code (as suggested by Stefan Monnier).
12112
12113 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12114
12115 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12116 highlighting overlay with a different face over the overlay
12117 isearch uses to highlight the current match because that can lead
12118 to bad face combinations.
12119
12120 * loadup.el (toplevel): Load faces before isearch.
12121
12122 * isearch.el (isearch-faces): New custom group.
12123 (isearch): New defface; was already tested for in the code.
12124 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12125 (isearch-highlight): Always use face `isearch'.
12126
12127 2000-10-02 Dave Love <fx@gnu.org>
12128
12129 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12130 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12131 comparison of opcode with operand.
12132
12133 2000-10-03 Miles Bader <miles@gnu.org>
12134
12135 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12136 buffer, since the echo area will now grow to accommodate them.
12137
12138 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12139
12140 * vc-hooks.el (vc-registered): If FILE used to be registered under
12141 a certain backend, try that one first.
12142
12143 * vc.el (vc-responsible-backend): Undo the previous change in the
12144 argument list. Handle multiple backends correctly.
12145 (vc-find-new-backend): Function removed.
12146 (vc-register): Use vc-responsible-backend, as before.
12147 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12148
12149 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12150
12151 * startup.el (fancy-splash-head): Change message below the
12152 logo.
12153
12154 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12155
12156 * diff-mode.el (diff-goto-source): Emit a status message.
12157 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12158 (diff-test-hunk): Fix doc string.
12159 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12160 (diff-advance-after-apply-hunk): New variable.
12161 (diff-apply-hunk): Don't return a value.
12162
12163 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12164
12165 * vc.el (vc-editable-p): Minor optimization.
12166 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12167 (vc-find-new-backend): New function split from vc-responsible-backend.
12168 (vc-register): Use it.
12169 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12170 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12171 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12172 (vc-clear-headers): Don't use find-file.
12173 (vc-revert-buffer): Use `and' again (must have been a braino).
12174 (vc-switch-backend): Only prompt if requested.
12175 Short circuit if nothing is to be done.
12176 Don't use vc-resynch-buffer which could lose unsaved editing.
12177 (vc-default-receive-file): Update call to vc-unregister.
12178 (with-vc-file, vc-next-action-on-file):
12179 Use vc-backend rather than vc-registered.
12180 (vc-next-action-on-file): Use intern-soft.
12181 Deal with read-only *vc-diff* buffer.
12182 (vc-transfer-file): Docstring fix.
12183
12184 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12185 (vc-rcs-receive-file): Avoid with-vc-properties.
12186 Update call to vc-unregister.
12187 Use constant `RCS' rather than (dynamically bound) var `backend'.
12188
12189 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12190
12191 * vc.el (vc-next-action-on-file): Update mode line only if file
12192 is visited.
12193 (vc-start-entry): New argument initial-contents. Don't visit the file
12194 if it isn't already visited. Brought documentation up-to-date.
12195 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12196 (vc-checkin): New optional arg initial-contents, which is passed to
12197 vc-start-entry.
12198 (vc-finish-logentry): Make sure to bury log buffer only if there
12199 really is one. Call `vc-resynch-buffer' on log-file, not
12200 buffer-file-name.
12201 (vc-default-comment-history, vc-default-wash-log): New functions.
12202 (vc-index-of): Removed.
12203 (vc-transfer-file): Make do without the above.
12204 (vc-default-receive-file): Call comment-history unconditionally. Pass
12205 the resulting string to vc-checkin, instead of inserting it into the
12206 comment ring.
12207
12208 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12209 unconditionally. Use the comments as initial contents of the log
12210 entry buffer. Document the trick to force branch creation with no
12211 changes.
12212
12213 2000-10-01 Miles Bader <miles@gnu.org>
12214
12215 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12216 `recenter' with an arg to prevent redrawing the display.
12217
12218 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12219
12220 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12221
12222 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12223
12224 * progmodes/c-mode.el (c-mode):
12225 Don't gratuitously override the default for comment-column.
12226
12227 * textmodes/tex-mode.el (latex-metasection-list): New var.
12228 (latex-imenu-create-index): Use it.
12229 Move the regexp construction outside loops (and use push).
12230 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12231 (tex-font-lock-keywords): Moved from font-lock.el.
12232 (tex-comment-indent): Remove.
12233 (tex-common-initialization): Don't set comment-indent-function.
12234 (latex-block-default): New var.
12235 (tex-latex-block): Use it to provide a default choice.
12236 Add any unknown choice to latex-block-names.
12237 Insert [...] after {...}.
12238 (tex-last-unended-begin): Simplify regexp.
12239 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12240 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12241 (latex-mode): Set forward-sexp-function.
12242
12243 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12244 Add regexp for @ignore ... @end ignore.
12245 (texinfo-heading-face): New face.
12246 (texinfo-font-lock-keywords): Use it.
12247 (texinfo-mode-menu): New menu.
12248 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12249 New functions.
12250 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12251 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12252 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12253 Remove declaration.
12254 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12255
12256 * delsel.el (delete-selection-mode): Use define-minor-mode.
12257
12258 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12259
12260 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12261
12262 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12263
12264 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12265
12266 * replace.el (keep-lines-read-args): New function.
12267 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12268 read arguments interactively. Add parameters RSTART and REND.
12269 Operate on the active region in Transient Mark mode.
12270
12271 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12272
12273 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12274 (authors-obsolete-files-regexps): New variable.
12275 (authors-add): Don't record changes in obsolete files.
12276
12277 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12278
12279 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12280
12281 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12282 (comment-indent): Make sure there's a space between code and comment.
12283 Shift comments left to avoid going past fill-column.
12284
12285 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12286
12287 * startup.el (startup-echo-area-message): New function.
12288 (display-startup-echo-area-message): Use it.
12289 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12290 (fancy-splash-default-action): New function.
12291 (fancy-splash-screens-1): New function.
12292 (fancy-splash-head): Put a help-echo and a keymap under the image.
12293
12294 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12295
12296 * diff-mode.el (diff-add-log-file-name): Remove.
12297 (diff-mode): Use add-log-buffer-file-name-function.
12298
12299 * add-log.el (find-change-log): New arg BUFFER-FILE.
12300 (add-log-file-name): Obey add-log-file-name-function.
12301 (add-log-buffer-file-name-function): New var.
12302 (add-change-log-entry): Use it.
12303
12304 2000-09-29 Miles Bader <miles@gnu.org>
12305
12306 * image-file.el (image-file-name-extensions): New variable.
12307 (image-file-name-regexps): Renamed from `image-file-regexps'.
12308 New default value is nil. Call `auto-image-file-mode'.
12309 (image-file-name-regexp): New function.
12310 (auto-image-file-mode): New minor mode.
12311 (insert-image-file): Don't make conditional on the image-file
12312 handler being enabled.
12313 (image-file-handler): Make the call here conditional instead.
12314 (set-image-file-handler-enabled, enable-image-file-handler)
12315 (disable-image-file-handler): Functions removed.
12316
12317 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12318 string.
12319
12320 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12321
12322 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12323 it's a function from CL.
12324 (latex-imenu-create-index): Replace eval-when-compile with progn
12325 because latex-section-alist is not bound while compiling.
12326
12327 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12328
12329 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12330 (outline-mode): Use define-derived-mode.
12331
12332 * progmodes/perl-mode.el (perl-mode):
12333 * progmodes/awk-mode.el (awk-mode):
12334 * progmodes/asm-mode.el (asm-mode):
12335 Don't gratuitously override the default for comment-column.
12336
12337 * emacs-lisp/lisp.el (lisp-complete-symbol):
12338 Distinguish the let-binding case from the funcall case.
12339 (forward-sexp-function): New variable.
12340 (forward-sexp): Use it.
12341
12342 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12343 (easy-mmode-defmap): Remove the now useless autoload.
12344
12345 * time.el (display-time-mode): Use define-minor-mode.
12346
12347 * subr.el (add-minor-mode): Don't eval NAME.
12348 Don't depend on the presence of TOGGLE-FUN for any special behavior.
12349 Use if rather than cond.
12350
12351 * simple.el (read-expression-map): Define more properly.
12352 (comment-indent-hook): Remove.
12353 (string-to-syntax): Bug fix.
12354
12355 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
12356 (cvs-ediff-diff): Fix typo.
12357 (cvs-revert-if-needed): Don't bother preserving read-only.
12358
12359 * paren.el (show-paren-mode): Use define-minor-mode.
12360
12361 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
12362 (toggle-auto-compression): Remove.
12363 (jka-compr-build-file-regexp): Remove useless grouping.
12364
12365 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
12366 Avoid user-reserved bindings.
12367 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
12368 (diff-header-face): Revert to grey85.
12369
12370 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
12371
12372 * complete.el (partial-completion-mode) <defcustom>: Remove.
12373 (partial-completion-mode): Use define-minor-mode.
12374 (PC-do-completion): Understand `completion-auto-help = delay'
12375 to mean to popup the completion buffer only the second time.
12376 (PC-include-file-all-completions, PC-include-file-all-completions)
12377 (PC-include-file-all-completions): Don't quote lambda.
12378
12379 * comint.el (comint-mode-hook): Docstring fix.
12380 (comint-mode): Use define-derived-mode.
12381 (comint-mode-map): Remove obsolete comment.
12382 (make-comint): Minor stylistic change.
12383 (comint-insert-clicked-input): Be more careful to find the overlay.
12384 Use this-command-keys rather than hardcoding mouse-2.
12385
12386 * font-lock.el: Replace confusing (,@ with ,
12387 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
12388 Don't use regexp-opt-depth. Spice up the regexp for args.
12389 Don't distinguish between cmds that can take an opt arg or not.
12390 Use `append' and `prepend' rather than `keep'.
12391
12392 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
12393 (latex-outline-regexp): New var.
12394 (latex-outline-level): New fun.
12395 (latex-section-alist): New var.
12396 (latex-imenu-create-index): Use it. Use `push' as well.
12397 (tex-shell-map): Initialize it properly.
12398 (tex-mode): Minor stylistic change.
12399 (plain-tex-mode): Use define-derived-mode.
12400 (latex-mode): Use define-derived-mode.
12401 Construct the paragraph regexps in a more readable way.
12402 Set the buffer-local outline-{level,regexp} vars.
12403 (slitex-mode): Derive from latex-mode.
12404 (tex-common-initialization): Don't kill-all-vars anymore.
12405 Add setting for comment-add and font-lock-defaults.
12406 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
12407 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
12408 (tex-start-tex): New arg DIR (and send a chdir command for it).
12409 Also display the shell buffer and save it in tex-last-buffer-texed.
12410 (tex-region): Use expand-file-name rather than concat.
12411 Remove code made useless by changes in tex-start-tex.
12412 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
12413
12414 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
12415
12416 2000-09-28 Dave Love <fx@gnu.org>
12417
12418 * eshell/eshell.el (eshell) <defgroup>: Add :version.
12419
12420 2000-09-28 Gerd Moellmann <gerd@gnu.org>
12421
12422 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
12423 `append'.
12424
12425 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12426
12427 * info.el (Info-extract-pointer): Undo last change.
12428 Instead, fix the position of the `bound' arg to re-search-backward.
12429
12430 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
12431
12432 * info.el (Info-extract-pointer):
12433 Widen more carefully, to avoid finding pointers in other nodes.
12434 (Info-index): Use push.
12435
12436 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12437
12438 * frame.el (set-frame-font): Remove call to obsolete function
12439 frame-update-faces.
12440 (set-foreground-color, set-background-color): Likewise for
12441 frame-update-face-colors.
12442
12443 2000-09-27 Miles Bader <miles@gnu.org>
12444
12445 * image-file.el: New file.
12446
12447 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12448
12449 * frame.el (frame-notice-user-settings): Don't call
12450 frame-update-faces, which is a no-op now.
12451
12452 * ediff-wind.el (ediff-control-frame-parameters): Add zero
12453 tool-bar-lines.
12454
12455 2000-09-27 Dave Love <fx@gnu.org>
12456
12457 * mouse.el: Fix last change.
12458
12459 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
12460
12461 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
12462
12463 2000-09-22 Kenichi Handa <handa@etl.go.jp>
12464
12465 * international/quail.el (quail-help): The output message is
12466 improved.
12467
12468 2000-09-26 Dave Love <fx@gnu.org>
12469
12470 * mouse.el (popup-menu): If POSITION is nil, set it using
12471 mouse-position.
12472
12473 2000-09-25 Sam Steingold <sds@gnu.org>
12474
12475 * net/browse-url.el (browse-url-file-url): Check for null maps.
12476
12477 2000-09-26 Gerd Moellmann <gerd@gnu.org>
12478
12479 * frame.el (frame-notice-user-settings): Don't add a
12480 tool-bar-lines frame parameter to default-frame-alist in batch mode.
12481
12482 * frame.el (frame-notice-user-settings):
12483 Make tool-bar-mode and default-frame-alist consistent.
12484
12485 * toolbar/tool-bar.el (tool-bar-help): New function.
12486
12487 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12488
12489 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
12490 current-load-list in top-level forms. Else this leaks a cons cell
12491 every time a defun is called.
12492
12493 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
12494
12495 2000-09-25 Dave Love <fx@gnu.org>
12496
12497 * startup.el (fancy-splash-head): Check XPM is available.
12498
12499 * autoinsert.el (auto-insert): Doc fix.
12500 (auto-insert-alist): Following GNU notices, don't say `copyright
12501 _by_'. Use line-beginning-position.
12502 (auto-insert): Check buffer-file-name is non-nil before use.
12503
12504 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12505
12506 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
12507 starting with `@def' or `@multitable', in addition to ones
12508 specified by the user in auto-fill-inhibit-regexp.
12509
12510 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
12511
12512 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
12513 rmail-dont-reply-to-names matches the empty string.
12514
12515 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12516
12517 * startup.el (command-line-1, fancy-splash-text): Change the
12518 text to sound more friendly.
12519
12520 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
12521
12522 * progmodes/hideshow.el: Update author email address.
12523 Generally, sync w/ maintainer version 5.22.
12524 (hs-hide-all-non-comment-function): New var.
12525 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
12526 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
12527 (hs-show-region): Delete this command.
12528 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
12529
12530 2000-09-22 Dave Love <fx@gnu.org>
12531
12532 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
12533 (hl-line-highlight): Specify buffer when moving overlay.
12534
12535 * progmodes/fortran.el (fortran-mode): Locally set
12536 normal-auto-fill-function.
12537 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
12538 (fortran-mode-map): Adjust auto-fill menu entry.
12539
12540 2000-09-22 Gerd Moellmann <gerd@gnu.org>
12541
12542 * vc-rcs.el (toplevel): Require `vc' when compiling.
12543
12544 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
12545
12546 2000-09-22 Andre Spiegel <spiegel@gnu.org>
12547
12548 * vc.el (vc-switch-backend): Signal an error if the file is not
12549 registered under the new backend.
12550
12551 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
12552 without explicit revision number.
12553
12554 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
12555
12556 * diff-mode.el (diff-file-header-face): Reset to its previous value.
12557 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
12558 (diff-xor): New function.
12559 (diff-find-source-location): Use it. Fix a stupid name clash.
12560 (diff-hunk-status-msg): New function.
12561 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
12562 (diff-test-hunk): Use diff-find-source-location.
12563 (diff-goto-source): Favor the `reverse'.
12564 (diff-hunk-text): Properly handle one-sided context diffs.
12565 (diff-apply-hunk): When done, advance to the next hunk.
12566
12567 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12568
12569 * startup.el (command-line): If frame was created with a non-zero
12570 tool-bar-lines parameter, switch tool-bar-mode on.
12571
12572 * add-log.el (change-log-date-face, change-log-name-face)
12573 (change-log-email-face, change-log-file-face)
12574 (change-log-list-face, change-log-conditionals-face)
12575 (change-log-function-face, change-log-acknowledgement-face):
12576 New faces, inheriting from font-lock faces.
12577 (change-log-font-lock-keywords): Use them.
12578
12579 2000-09-21 Dave Love <fx@gnu.org>
12580
12581 * progmodes/cperl-mode.el (top-level): Clean up
12582 `eval-when-compile's and assorted defvars.
12583 (cperl-invalid-face): Don't double-quote value. Change custom
12584 type.
12585 (cperl-mode): Set normal-auto-fill-function and don't zap
12586 auto-fill-function.
12587 (cperl-imenu--function-name-regexp-perl): Renamed from
12588 imenu-example--function-name-regexp-perl.
12589 (cperl-imenu--create-perl-index): Renamed from
12590 imenu-example--create-perl-index.
12591 (cperl-xsub-scan): Don't require cl.
12592
12593 * msb.el (msb-mode-map): Use substitute-key-definition.
12594 (msb-mode): Use msb-mode-map.
12595
12596 2000-09-21 Andre Spiegel <spiegel@gnu.org>
12597
12598 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
12599 New functions.
12600 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
12601 (vc-switch-backend): New function.
12602 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
12603 (vc-register): Fix prompt.
12604 (vc-unregister, vc-default-unregister): New functions.
12605 (vc-version-diff): Handle empty buffer in sentinel.
12606
12607 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
12608 (vc-rcs-state-heuristic): Use it to guess the state of files with
12609 non-strict locking.
12610 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
12611 been set with -b, but not created yet.
12612 (vc-rcs-fetch-master-state): With non-strict locking, compare file
12613 contents in order to find the state.
12614 (vc-rcs-checkin): Allow creation of branches with no changes.
12615 (vc-rcs-unregister, vc-rcs-receive-file)
12616 (vc-rcs-set-non-strict-locking): New functions.
12617
12618 * vc-hooks.el (vc-name): Force correct computation of the value
12619 in case it is missing.
12620
12621 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12622
12623 * startup.el (fancy-splash-tail): Use a different foreground
12624 color on a dark frame background.
12625
12626 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
12627
12628 * info.el: Use the correct capitalization when making Info-mode
12629 and Info-edit-mode `special' modes.
12630
12631 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
12632
12633 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
12634 (diff-mode): Add support for add-log.el.
12635 (diff-hunk-text): Use char offsets rather than line offsets.
12636 (diff-find-source-location): Replace LINE with line-offset (nil
12637 if not found) and always set POS to a meaningful position.
12638 Adapt to the new char-offsets.
12639 (diff-apply-hunk): Drop support for the unused `select' POPUP.
12640 Adapt to the new diff-find-source-location.
12641 (diff-goto-source): Adapt to the new diff-find-source-location.
12642
12643 * add-log.el (add-log-file-name): New function (split out of
12644 add-change-log-entry).
12645 (add-change-log-entry): Use it.
12646 Call add-log-file-name-function with the changelog file name if
12647 the current buffer is not associated with any file.
12648 Avoid find-file if the selected window is dedicated.
12649
12650 * diff-mode.el (diff-find-source-location):
12651 Move code from diff-apply-hunk. Return buffer rather than file.
12652 (diff-apply-hunk): Use the new result from diff-find-source-location.
12653 (diff-goto-source): Use the new diff-find-source-location.
12654
12655 2000-09-20 Dave Love <fx@gnu.org>
12656
12657 * iswitchb.el: Some doc fixes.
12658 (iswitchb-mode-map): Define completely initially. Inherit
12659 minibuffer-local-map.
12660 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
12661 fundamental-mode.
12662 (iswitchb-global-map): New variable.
12663 (iswitchb-summaries-to-end): Amalgamate regexps.
12664 (iswitchb-mode): New.
12665 (iswitchb-mode-hook): New variable.
12666 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
12667 `extensions'.
12668
12669 2000-09-20 Gerd Moellmann <gerd@gnu.org>
12670
12671 * ehelp.el (electric-help): New defgroup.
12672 (electric-help-shrink-window): New user-option.
12673 (with-electric-help): Use it.
12674
12675 * window.el (shrink-window-if-larger-than-buffer): If face
12676 `mode-line' has a :box, and we're on a graphical frame, add 1
12677 to the needed window height.
12678
12679 * frame.el (frame-notice-user-settings): Add a last parameter nil
12680 to a call to `append', because the last list passed to `append' is
12681 not copied, and so subsequent calls to assq-delete-all will modify
12682 default-frame-alist.
12683
12684 * startup.el (fancy-splash-image): Change :type.
12685 (fancy-splash-head): Use an XBM image if appropriate.
12686 (command-line-1): Show splash screens in more cases.
12687
12688 * startup.el (fancy-splash-text): Don't quote faces.
12689
12690 * dired.el (dired-font-lock-keywords): Undo last change.
12691 (dired-readin): Bind indent-tabs-mode to nil.
12692
12693 * startup.el (fancy-splash-head): If frame's background mode
12694 is `dark', change the black background of the image to gray.
12695 (fancy-splash-screens): Display startup echo area message.
12696 (display-startup-echo-area-message): New function.
12697
12698 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
12699
12700 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
12701
12702 * info.el (info-header-node): Tweak for color ttys.
12703
12704 * faces.el (face-valid-attribute-values): Make sure directories we
12705 search for stipples both exist and are readable before trying to
12706 search them.
12707
12708 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
12709 in the dry-run case.
12710
12711 * jka-compr.el (with-auto-compression-mode): New macro.
12712
12713 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
12714 (custom-group-tag-face, custom-variable-tag-face): Use relative
12715 :height and inherit from `variable-pitch' face instead of
12716 hardwiring :family.
12717 * hi-lock.el (hi-black-hb): Likewise.
12718
12719 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
12720 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
12721 toolbar-add-item, if image doesn't have a mask add a `:mask
12722 heuristic'.
12723
12724 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
12725
12726 * diff-mode.el: Docstring fixes.
12727 (diff-header-face, diff-comment-face): New faces.
12728 (diff-font-lock-keywords): Highlight a bit differently.
12729 (diff-find-source-location): Don't return SPAN any more.
12730 (diff-hunk-text): Don't bother erasing the temp buffer.
12731 (diff-find-text): Drop argument LINE.
12732 (diff-apply-hunk): Update calls to diff-find-text.
12733 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
12734
12735 * calendar/calendar.el: Docstring fixes.
12736 (calendar-make-alist): Don't quote lambda.
12737 (calendar-star-date): Use make-local-variable.
12738
12739 2000-09-19 Dave Love <fx@gnu.org>
12740
12741 * toolbar/tool-bar.el: Renamed from toolbar.el.
12742 Change `toolbar' to `tool-bar' generally in symbols.
12743 Make some items invisible in `special' major modes.
12744 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
12745 Add arg PROPS.
12746
12747 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
12748 Add :version here.
12749 (fancy-splash-delay, fancy-splash-image): Remove :version here.
12750
12751 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12752
12753 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
12754
12755 * files.el (find-file-suppress-same-file-warnings): New user-option.
12756 (find-file-noselect): Use it.
12757
12758 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
12759 (fancy-splash-screen): Defgroup.
12760
12761 * add-log.el (change-log-font-lock-keywords): Match names
12762 more exactly for the case that font-lock-constant-face is
12763 underlined.
12764
12765 2000-09-19 Richard M. Stallman <rms@gnu.org>
12766
12767 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
12768
12769 2000-09-19 Andre Spiegel <spiegel@gnu.org>
12770
12771 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
12772
12773 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12774
12775 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
12776 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
12777 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
12778 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
12779 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
12780 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
12781 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
12782 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
12783 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
12784 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
12785 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
12786 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
12787
12788 * startup.el (fancy-splash-text): New variable.
12789 (fancy-splash-delay, fancy-splash-image): New user-options.
12790 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
12791 (fancy-splash-screens): New functions.
12792 (command-line-1): If display has a `display' frame parameter, has
12793 colors, and we have XPM support, show more fancy splash screens.
12794
12795 2000-09-19 Dave Love <fx@gnu.org>
12796
12797 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
12798 with null `help'. Use modern backquote syntax.
12799
12800 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12801
12802 * font-lock.el (font-lock-mode): Change message telling the user
12803 that ``the buffer is too big''.
12804
12805 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
12806 for instance for the case that tab-width is 2.
12807
12808 2000-09-18 Gerd Moellmann <gerd@gnu.org>
12809
12810 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
12811 toolbar-add-item, if image doesn't have a mask add a `:mask
12812 heuristic'.
12813
12814 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
12815
12816 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
12817 and return a cons if it's non-nil.
12818 (diff-apply-hunk): Try to jump to the line in the source text
12819 corresponding to the position of point in the in the hunk.
12820
12821 * info.el (Info-title-3-face, Info-title-2-face)
12822 (Info-title-1-face): Use face inheritance and relative sizes
12823 instead of hard-wiring things.
12824
12825 * faces.el (secondary-selection): Make dark-background variant sane.
12826
12827 2000-09-16 Andrew Innes <andrewi@gnu.org>
12828
12829 * makefile.w32-in (compile-files-CMD): No need to make .elc files
12830 read-only, since they aren't under VC now.
12831
12832 2000-09-17 Dave Love <fx@gnu.org>
12833
12834 * tmm.el: Replace mapcar with mapc in several places.
12835
12836 * loadhist.el (unload-feature): Maybe call elp-restore-list and
12837 ad-unadvise.
12838
12839 * international/latin1-disp.el: New file.
12840
12841 * calendar/cal-move.el (scroll-calendar-left)
12842 (scroll-calendar-right): Make arg optional (for active mode line).
12843
12844 * calendar/calendar.el (calendar-mode-line-format): Make fields
12845 mouse-sensitive.
12846 (calendar-read-date, calendar-read-date, calendar-window-list):
12847 Unquote lambda.
12848 (calendar-month-name): Use aref, not sref.
12849
12850 * view.el (minor-mode-alist): Propertize the string.
12851
12852 * international/characters.el (standard-case-table): Add entries
12853 for Greek.
12854
12855 2000-09-18 Miles Bader <miles@gnu.org>
12856
12857 * info.el (info-node, info-xref): Add dark-background variants.
12858
12859 * faces.el (header-line): Change defaults to be less confusing
12860 when mixed with mode-lines.
12861
12862 * info.el (Info-fontify-node): Make a few cleanups.
12863 Add extra `help-echo' and `local-map' props to node xrefs.
12864 Use header-specific faces for node-names & xrefs.
12865 (Info-use-header-line): New variable.
12866 (info-header-xref, info-header-node): New faces.
12867 (Info-setup-header-line): New function.
12868 (Info-select-node): Call Info-setup-header-line when enabled.
12869 (Info-extract-pointer): Work even if the header line is hidden.
12870 (Info-header-line): New variable.
12871
12872 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
12873
12874 * vms-patch.el (print-region-function): Don't quote lambda.
12875
12876 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
12877
12878 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
12879 (lm-get-header-re): Allow spaces between the header and the colon.
12880 (lm-header): Allow $ in non-RCS headers.
12881 (lm-header-multiline): Put the strings back into order.
12882 Stop at an empty line. Don't require two space chars if the
12883 line is clearly not another header line.
12884
12885 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
12886 (popup-menu-popup): Remove.
12887
12888 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12889
12890 * toolbar/toolbar.el (toolbar-add-item): Use the same image
12891 specification if or if not tool-bar item contains an `:enabled'
12892 property.
12893
12894 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
12895 current buffer has no file name.
12896
12897 2000-09-15 Dave Love <fx@gnu.org>
12898
12899 * strokes.el: Sync with maintainer's current version with changes
12900 for Emacs, but avoid runtime cl and levents.
12901 (toplevel): Change autoloads and compilation requires.
12902 (strokes-version, strokes-bug-address, strokes-lift): Values
12903 changed.
12904 (strokes-xpm-header, strokes-insinuated): New variable.
12905 (strokes): Add :link.
12906 (strokes-mode): Customized.
12907 (strokes-while-inhibiting-garbage-collector): New macro.
12908 (strokes-remassoc): Avoid remove-if.
12909 (strokes-fix-button2-command): Don't use ad-do-it.
12910 (strokes-insinuate): New function.
12911 (strokes-button-press-event-p, strokes-button-release-event-p):
12912 New functions, used instead of non-`strokes-' versions..
12913 (strokes-mouse-event-p): Rewritten.
12914 (strokes-event-closest-point): Avoid event-point.
12915 (strokes-get-grid-position): Avoid cdadr, caadr
12916 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
12917 functions.
12918 (strokes-help): Use with-output-to-temp-buffer.
12919 (strokes-window-configuration-changed-p): New function.
12920 (strokes-update-window-configuration): Use buffer-live-p,
12921 strokes-window-configuration-changed-p.
12922 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
12923 (strokes-char-face): New face.
12924 (strokes-char-table, strokes-base64-chars): New variable.
12925 (strokes-xpm-for-stroke, strokes-list-strokes)
12926 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
12927 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
12928 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12929 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
12930 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
12931 functions.
12932
12933 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12934
12935 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
12936
12937 * image.el (create-image): Doc fix.
12938
12939 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
12940 instead of `:heuristic-mask t'.
12941
12942 2000-09-14 Andrew Innes <andrewi@gnu.org>
12943
12944 * makefile.w32-in: Revert to Unix line endings.
12945
12946 2000-09-14 Andrew Innes <andrewi@gnu.org>
12947
12948 * makefile.w32-in: Add bootstrap support. Also copy lisp source
12949 when installing.
12950
12951 * makefile.nt (DONTCOMPILE): Fix typo.
12952
12953 * shell.el (shell-write-history-on-exit): New function.
12954 (shell-dumb-shell-regexp): New custom variable.
12955 (shell-mode): Make shell-write-history-on-exit the process
12956 sentinel if shell name matches shell-dumb-shell-regexp.
12957
12958 * w32-fns.el: Comment out before-init-hook function which resets
12959 source-directory based; this breaks bootstrap.
12960
12961 2000-09-14 Dave Love <fx@gnu.org>
12962
12963 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
12964 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
12965 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
12966 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
12967 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
12968 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
12969 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
12970 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
12971 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
12972
12973 * toolbar/toolbar.el: New.
12974
12975 * subdirs.el: Add toolbar.
12976
12977 2000-09-14 Gerd Moellmann <gerd@gnu.org>
12978
12979 * indent.el (indent-for-tab-command): Doc fix.
12980
12981 2000-09-14 Alex Schroeder <alex@gnu.org>
12982
12983 * ansi-color.el (ansi-colors): Doc change.
12984 (ansi-color-get-face): Simplified regexp.
12985 (ansi-color-faces-vector): Added more faces, doc change.
12986 (ansi-color-names-vector): Doc change.
12987 (ansi-color-regexp): Simplified regexp.
12988 (ansi-color-parameter-regexp): New regexp.
12989 (ansi-color-filter-apply): Doc change.
12990 (ansi-color-filter-region): Doc change.
12991 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
12992 deal with zero length parameters.
12993 (ansi-color-apply-on-region): Doc change.
12994 (ansi-color-map): Doc change.
12995 (ansi-color-map-update): Removed debugging message.
12996 (ansi-color-get-face-1): Added condition-case to trap
12997 args-out-of-range errors.
12998 (ansi-color-get-face): Doc change.
12999 (ansi-color-make-face): Removed.
13000 (ansi-color-for-shell-mode): New option.
13001
13002 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13003
13004 * international/quail.el (quail-start-translation): Translate KEY
13005 if necessary even if it doesn't have any mapping in the current
13006 input method.
13007 (quail-start-conversion): Likewise.
13008 (quail-help): The output message is improved.
13009
13010 2000-09-13 Miles Bader <miles@gnu.org>
13011
13012 * comint.el (comint-output-filter): Revert to using
13013 `insert-before-markers'. Add bletcherous hack to undo damage
13014 caused by `insert-before-markers'. Put `front-sticky' property on
13015 overlays created here so that the field code understands how the
13016 overlay works. Use a let when making comint-last-prompt-overlay,
13017 so that the code is easier to read.
13018
13019 2000-09-13 Dave Love <fx@gnu.org>
13020
13021 * wid-edit.el (widget-default-format-handler): DTRT when
13022 doc-property is a function.
13023
13024 2000-09-12 Francesco Potorti` <pot@gnu.org>
13025
13026 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13027 filed name if it's not there.
13028
13029 2000-09-12 Dave Love <fx@gnu.org>
13030
13031 * simple.el (read-mail-command): Doc fix.
13032 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13033
13034 * vc.el (vc-dired-listing-switches): Fix :version.
13035
13036 * vc-hooks.el: Doc fixes.
13037
13038 * subr.el (add-minor-mode): Use toggle-fun arg.
13039
13040 * speedbar.el: Add :version to several defcustoms.
13041
13042 * imenu.el (imenu--truncate-items, imenu--cleanup)
13043 (imenu--generic-function): Avoid mapcar.
13044 (imenu--replace-spaces): Function removed.
13045 (imenu--completion-buffer): Use subst-char-in-string.
13046 (imenu-add-to-menubar): Use keymap inheritance.
13047
13048 2000-09-12 Miles Bader <miles@gnu.org>
13049
13050 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13051 (diff-mode-map): Bind `diff-test-hunk'.
13052 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13053
13054 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13055
13056 * bytecomp.el (byte-compile-defvar): Undo last change
13057 because it breaks '(make-variable-buffer-local (defvar ...)'
13058 which is used at least in dired.
13059
13060 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13061
13062 * international/quail.el (quail-define-package): Docstring
13063 modified.
13064
13065 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13066
13067 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13068 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13069 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13070 docstring of "chinese-py".
13071
13072 * international/quail.el (quail-translation-docstring): New
13073 variable.
13074 (quail-show-keyboard-layout): Docstring modified.
13075 (quail-select-current): Likewise.
13076 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13077 infinite recursive call.
13078 (quail-help): Check quail-translation-docstring. Format of the
13079 output changed.
13080 (quail-help-insert-keymap-description): Adjusted for the above
13081 change.
13082
13083 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13084
13085 * bytecomp.el (byte-compile-defvar): Only cons onto
13086 current-load-list in top-level forms. Else this leaks a cons cell
13087 every time a defun is called.
13088
13089 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13090
13091 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13092 Now understands non-unified diffs. Some functionality moved into
13093 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13094 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13095 modify anything. Only reposition point in the patched file if the
13096 patch succeeds. Only pop up another window if POPUP is true.
13097 Emit a message describing what happened if successful, and at what
13098 line-offset. Automatically detect reversed hunks and do something
13099 appropriate.
13100 (diff-hunk-text, diff-find-text): New functions.
13101 (diff-filter-lines): Function removed.
13102 (diff-test-hunk): New function.
13103 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13104
13105 2000-09-10 Dave Love <fx@gnu.org>
13106
13107 * textmodes/tildify.el: Minor doc/commentary fixes.
13108 (tildify) <defgroup>: Add :version.
13109
13110 * faces.el (face-x-resources): Make custom type more specific.
13111 (frame-background-mode): Use mapc.
13112 (region) <defcustom>: Add :version.
13113
13114 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13115
13116 * vc-sccs.el (vc-sccs-register):
13117 * vc-rcs.el (vc-rcs-register):
13118 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13119 * vc.el (vc-register): Clear file's properties.
13120
13121 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13122
13123 * faces.el (face-spec-set): Only face-spec-reset-face when
13124 ATTRS is non-nil.
13125
13126 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13127
13128 * help.el (help-insert-xref-button): Fix a typo in doc string.
13129
13130 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13131
13132 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13133 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13134 methods.
13135
13136 * menu-bar.el (read-mail-item-name): New function.
13137 (menu-bar-tools-menu): Use it to compute and display the package
13138 used to read email.
13139 (menu-bar-tools-menu): Fix typo in GUD's help string.
13140
13141 2000-09-07 Dave Love <fx@gnu.org>
13142
13143 * diff-mode.el (diff-mouse-goto-source): New function.
13144
13145 * vc-sccs.el: Doc fixes.
13146 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13147
13148 * vc-rcs.el: Doc fixes.
13149 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13150 (vc-rcs-checkout-switches, vc-rcs-header)
13151 (vc-rcs-master-templates): Add or change :version.
13152
13153 * vc-cvs.el: Doc fixes.
13154 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13155 (vc-cvs-stay-local): Add :version.
13156
13157 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13158
13159 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13160
13161 * international/quail.el (quail-help): Fix previous change.
13162
13163 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13164
13165 * faces.el (color-values): Doc fix.
13166
13167 * faces.el (frame-set-background-mode): Use frame-parameter
13168 instead of frame-parameters.
13169
13170 * frame.el (filtered-frame-list): Reduce consing.
13171 (frames-on-display-list): Call frame-parameter instead of
13172 frame-parameters.
13173
13174 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13175
13176 * language/devan-util.el (devanagari-to-indian-region): In the
13177 loop, change the following char, not preceding char.
13178
13179 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13180
13181 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13182 instead of frame-parameters.
13183
13184 * faces.el (set-face-attribute): Simplify by calling
13185 internal-set-lisp-face-attribute with FRAME being 0.
13186
13187 * vc.el: Remove `Id' version control keyword.
13188
13189 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13190
13191 * help.el (help-make-xrefs): Adjusted for the change of
13192 help-xref-mule-regexp.
13193 (help-insert-xref-button): New function.
13194
13195 * international/mule-cmds.el (help-xref-mule-regexp-template):
13196 Include the pattern for character set.
13197 (leim): New group.
13198
13199 * international/quail.el: Don't require face.
13200 (quail): New group.
13201 (quail-other-command): Dummy command to make quail-help work better.
13202 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13203 (quail-keyboard-layout-substitution): New variable.
13204 (quail-update-keyboard-layout): New function.
13205 (quail-keyboard-layout-type): New customizable variable.
13206 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13207 (quail-keyboard-translate): Pay attention to
13208 quail-keyboard-layout-substitution.
13209 (quail-insert-kbd-layout): New function.
13210 (quail-show-keyboard-layout): New function.
13211 (quail-get-translation): If the definition is a vector of length
13212 1, and the element is a string of length 1, return the character
13213 in that string.
13214 (quail-update-current-translations): Fix the case of
13215 relative-index out of range.
13216 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13217 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13218 Show key sequences for all available characters.
13219 (quail-help-insert-keymap-description): Don't show such verbose
13220 key bindings as quail-self-insert-command.
13221
13222 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13223 Format changed, and each element now have extra documentations.
13224 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13225 Adjusted for the change of quail-cxterm-package-ext-info.
13226
13227 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13228
13229 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13230 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13231 during bootstrap.
13232
13233 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13234
13235 * vc.el: (toplevel): Don't require `dired' at run-time.
13236 (vc-dired-resynch-file): Remove autoload cookie.
13237
13238 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13239
13240 * vc.el: Made several backend functions optional.
13241 (vc-default-responsible-p): New function.
13242 (vc-merge): Use RET for first version to trigger merge-news, not
13243 prefix arg.
13244 (vc-annotate): Handle backends that do not support annotation.
13245 (vc-default-merge-news): Removed. The existence of a merge-news
13246 implementation is now checked on caller sites.
13247
13248 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13249 case.
13250
13251 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13252 special case that has been removed from the default in vc-hooks.el.
13253
13254 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13255
13256 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13257
13258 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13259
13260 * vc-hooks.el: Require vc during compilation.
13261 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13262 macro `with-vc-properties' in vc.el.
13263 (vc-file-getprop): Doc fix.
13264 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13265
13266 * vc.el: Require dired-aux during compilation.
13267 (vc-name-assoc-file): Moved to vc-sccs.el.
13268 (with-vc-properties): New macro.
13269 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13270 vc-finish-steal): Use it.
13271 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13272 to the backend-specific function is now supposed to do the checkout,
13273 too.
13274 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13275
13276 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13277 set file properties; that gets done in the generic code now.
13278
13279 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13280 Changed parameter list, added code from vc.el that does the
13281 checkout, possibly with a double-take.
13282
13283 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13284 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13285 the above under the new name.
13286 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13287 parameter list, added checkout command.
13288 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13289 properties; that gets done in the generic code now.
13290
13291 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13292
13293 * vc.el: Docstring fixes (courtesy of checkdoc).
13294
13295 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13296
13297 * vc.el (vc-checkout-writable-buffer-hook)
13298 (vc-checkout-writable-buffer): Remove.
13299 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13300 (vc-log-mode): Make it into a clean derived major mode.
13301 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13302 vc-log-mode if log-edit is not available.
13303 (vc-dired-mode-map): Don't set-keymap-parent yet.
13304 (vc-dired-mode): Do set-keymap-parent here.
13305 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13306
13307 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13308
13309 * faces.el (set-face-attribute, face-spec-reset-face)
13310 (face-spec-set): Avoid consing by removing calls to `apply'.
13311
13312 * frame.el (frame-parameter): Move to C code.
13313
13314 2000-09-05 Dave Love <fx@gnu.org>
13315
13316 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13317 insert-before-markers-and-inherit. Now checked systematically!
13318
13319 2000-09-05 Alex Schroeder <alex@gnu.org>
13320
13321 * sql.el (sql-postgres): Use sql-postgres-options.
13322 (sql-postgres-options): New variable.
13323
13324 2000-09-05 Alex Schroeder <alex@gnu.org>
13325
13326 * sql.el (sql-mode-menu): Work around missing variable mark-active
13327 in XEmacs.
13328 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13329 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13330 compatibility.
13331
13332 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13333
13334 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13335
13336 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13337
13338 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13339
13340 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13341
13342 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13343 don't support anything else under SCCS yet.
13344
13345 * vc-hooks.el: Minor doc fixes.
13346
13347 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13348
13349 * vc.el (vc-next-action-on-file): Do not visit the file if it's
13350 not necessary. If verbose in state `needs-patch', do the same as
13351 under `up-to-date'. When NOT verbose and `needs-patch', check out
13352 latest version instead of `merge-news'.
13353 (vc-next-action-dired): Don't mess with default-directory here; it
13354 breaks other parts of dired. It is the job of the
13355 backend-specific functions to adjust it temporarily if they need it.
13356 (vc-next-action): Remove a special CVS case.
13357 (vc-clear-headers): New optional arg FILE.
13358 (vc-checkin, vc-checkout): Set properties vc-state and
13359 vc-checkout-time properly.
13360 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
13361 (vc-print-log): Use new backend function `show-log-entry'.
13362 (vc-cancel-version): Do the checks in a different order. Added a
13363 FIXME concerning RCS-only code.
13364
13365 * vc-rcs.el (vc-rcs-show-log-entry): New function.
13366 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
13367
13368 * vc-cvs.el (vc-cvs-show-log-entry): New function.
13369
13370 * vc-hooks.el (vc-default-mode-line-string): Show state
13371 `needs-patch' as a `-' too.
13372
13373 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13374
13375 * vc.el (vc-responsible-backend): New optional arg REGISTER.
13376 (vc-default-could-register): New function.
13377 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
13378 (vc-resynch-buffer): Call vc-dired-resynch-file.
13379 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
13380 vc-resynch-buffer instead of vc-resynch-window.
13381 (vc-next-action-dired): Don't redisplay here, that gets done as a
13382 result of the individual file operations.
13383 (vc-retrieve-snapshot): Corrected prompt order.
13384
13385 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
13386
13387 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
13388 as well.
13389 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
13390 hostname regexps. Updated all callers.
13391 (vc-cvs-responsible-p): Handle directories as well.
13392 (vc-cvs-could-register): New function.
13393 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
13394 properties up-to-date.
13395
13396 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
13397 user whether to create one.
13398
13399 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13400
13401 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
13402 check out a non-existing file.
13403
13404 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
13405 workfile does not exist.
13406
13407 * vc.el (vc-version-diff): Use `require' to check for existence of
13408 diff-mode.
13409
13410 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13411
13412 * vc-cvs.el (vc-cvs-registered): Use new function
13413 vc-cvs-parse-entry to do the actual work.
13414
13415 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13416
13417 * vc-hooks.el (vc-find-backend-function): If function doesn't
13418 exist, return nil instead of error.
13419 (vc-call-backend): Doc fix.
13420
13421 * vc.el (vc-do-command): Doc fix.
13422 (vc-finish-logentry): When checking in from vc-dired, choose the
13423 right backend for logentry check.
13424 (vc-dired-mode-map): Inherit from dired-mode-map.
13425 (vc-dired-mode): Local value of dired-move-to-filename-regexp
13426 simplified.
13427 (vc-dired-state-info): Removed, updated caller.
13428 (vc-default-dired-state-info): Use parentheses instead of hyphens.
13429 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
13430 (vc-dired-listing-switches): New variable.
13431 (vc-directory): Use it, instead of dired-listing-switches.
13432
13433 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
13434 (vc-cvs-dir-state): New function.
13435 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
13436 (vc-cvs-parse-entry): New function, also to be used in
13437 vc-cvs-registered.
13438
13439 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13440
13441 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
13442 *or* single-window-frames.
13443
13444 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13445
13446 * vc.el (vc-update-changelog): Split into generic part and default
13447 implementation. Doc string adapted.
13448 (vc-default-update-changelog): New function. Call the `rcs2log'
13449 script in exec-directory, to fix a long-standing nuisance.
13450
13451 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
13452 simply signals an error.
13453
13454 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13455
13456 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
13457 control-flow more clear and to avoid running `cvs' twice.
13458
13459 * vc.el (vc-next-action-on-file): Doc fix.
13460 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
13461 (vc-print-log): Eval `file' before constructing the continuation.
13462
13463 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13464
13465 * vc.el (vc-next-action-on-file): Corrected several messages.
13466 (vc-merge): Add prefix arg `merge-news'; handle it.
13467
13468 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
13469 is not reached. It is.
13470 (vc-cvs-merge): Set state to 'edited after merge.
13471 (vc-cvs-merge-news): Set workfile version to nil if not known.
13472 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
13473
13474 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
13475 via stdout. (Merge from main line.)
13476
13477 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13478
13479 * vc.el (vc-finish-logentry): Thinko in the "same comment"
13480 detection.
13481
13482 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13483
13484 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
13485 against kill-all-local-variables.
13486 (vc-log-edit): Don't save vc-parent-buffer any more.
13487 (vc-last-comment-match): Initialize to an empty string.
13488 (vc-post-command-functions): New hook.
13489 (vc-do-command): Run it.
13490 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
13491 (vc-finish-logentry): Only add the comment to the ring if it's
13492 different from the last comment entered.
13493 (vc-new-comment-index): New function.
13494 (vc-previous-comment): Use it. Make the minibuffer message
13495 slightly less terse.
13496 (vc-comment-search-reverse): Make it work forward as well. Don't
13497 set vc-comment-ring-index if no match is found. Use
13498 vc-new-comment-index.
13499 (vc-comment-search-forward): Use vc-comment-search-reverse.
13500 (vc-dired-mode-map): Don't inherit from dired-mode-map since
13501 define-derived-mode will do it for us. Bind `v' to a keymap that
13502 inherits from vc-prefix-map so that we can bind `vt' without
13503 binding C-x v t.
13504 (vc-retrieve-snapshot): Parenthesis typo.
13505
13506 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
13507 to 1. Make sure to switch to *vc* before looking for an error
13508 message. Use vc-parse-buffer.
13509
13510 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13511
13512 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
13513 and NAME.
13514 (vc-retrieve-snapshot): Split into two parts.
13515 (vc-default-retrieve-snapshot): New function.
13516
13517 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
13518 (vc-cvs-retrieve-snapshot): New function (untested).
13519 (vc-cvs-stay-local): Default to t.
13520 (vc-cvs-remote-p): New function and property.
13521 (vc-cvs-state): Stay local only if the above is t.
13522 (vc-handle-cvs): Removed.
13523 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
13524 done via vc-handled-backends now.
13525 (vc-cvs-header): Escape Id.
13526
13527 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13528
13529 * vc.el (vc-do-command): Remove unused commands.
13530 (vc-version-diff): Make sure default-directory ends with a slash.
13531 Move the window commands into a vc-exec-after.
13532 (vc-print-log): Move more of the code into the `vc-exec-after'.
13533
13534 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13535
13536 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
13537 (vc-print-log): Search current revision from beginning of buffer.
13538 (vc-revert-buffer): Clear echo area after the diff is finished.
13539 (vc-prefix-map): Removed definition of "t" for terse display in vc
13540 dired.
13541 (vc-dired-mode-map): Inherit from dired-mode-map. Added
13542 definition of "vt" for terse display.
13543 (vc-dired-mode): Fix dired-move-to-filename-regexp.
13544
13545 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13546
13547 * vc.el (vc-exec-after): Avoid caddr.
13548
13549 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13550
13551 * vc.el (vc-exec-after): New function.
13552 (vc-do-command): Use it to add a termination message for async
13553 procs.
13554 (vc-checkout): Try to handle a missing-backend situation.
13555 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
13556 of a directory with a backend using async diffs.
13557 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
13558 present.
13559
13560 * vc-sccs.el (vc-sccs-state-heuristic): Use
13561 file-ownership-preserved-p.
13562
13563 * vc-rcs.el (vc-rcs-state-heuristic): Use
13564 file-ownership-preserved-p.
13565 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
13566
13567 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13568
13569 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
13570 vc-do-command.
13571
13572 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
13573 when there are no changes.
13574
13575 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13576
13577 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
13578
13579 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
13580
13581 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13582
13583 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
13584
13585 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
13586 the `fset' outside of the defvar so that it works even if
13587 vc-prefix-map was already defined.
13588 (vc-setup-buffer): New function, split out of vc-do-command.
13589 (vc-do-command): Allow BUFFER to be t to mean `just use the
13590 current buffer without any fuss'.
13591 (vc-version-diff): Change the `diff' backend operation to just put
13592 the diff in the current buffer without erasing it. Always use
13593 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
13594 shrink-window-if-larger-than-buffer.
13595 (vc-print-log): Change the `print-log' backend operation to just
13596 put the log in the current buffer without erasing it. Protect
13597 shrink-window-if-larger-than-buffer.
13598 (vc-update-change-log): Fix setd typo.
13599
13600 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
13601 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
13602
13603 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
13604 (vc-rcs-diff): Insert in the current buffer and remove unused arg
13605 CMP.
13606
13607 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
13608 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
13609 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
13610
13611 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13612
13613 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
13614 not possible, use vc-BACKEND-workfile-unchanged-p.
13615 (vc-default-workfile-unchanged-p): New function. Delegates to a
13616 full vc-BACKEND-diff.
13617
13618 * vc-hooks.el (vc-simple-command): Removed.
13619
13620 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
13621 instead of vc-simple-command.
13622 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
13623 avoid doing a diff when opening a file.
13624 (vc-rcs-state): Added check for unlocked-changes.
13625 (vc-rcs-header): Escape Id.
13626 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
13627 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
13628 version.
13629
13630 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
13631 (vc-sccs-diff): Remove optional arg CMP.
13632 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
13633 SCCS-specific function.
13634
13635 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
13636 vc-simple-command.
13637
13638 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13639
13640 * vc.el (vc-editable-p): Renamed from vc-writable-p.
13641 (with-vc-file, vc-merge): Use vc-editable-p.
13642 (vc-do-command): Remove unused var vc-file and fix the
13643 doubly-defined `status' var. Add a user message when starting an
13644 async command.
13645 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
13646 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
13647 Use with-current-buffer.
13648 (vc-buffer-sync): Use unless.
13649 (vc-next-action-on-file): If the file is 'edited by read-only,
13650 make it read-write instead of trying to commit.
13651 (vc-version-diff, vc-update-change-log): Use `setq
13652 default-directory' rather than `cd'.
13653 (vc-log-edit): Don't forget to set default-directory in the
13654 buffer.
13655
13656 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
13657 (vc-sccs-state-heuristic): Use file-writable-p instead of
13658 comparing userids.
13659 (vc-sccs-checkout): Use `unless'.
13660
13661 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
13662 of comparing userids.
13663 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
13664 Simplify the logic by eliminating unreachable code.
13665 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
13666 just do a recursive call if we need to retry.
13667 (vc-rcs-checkout): Handle the case where rcs is missing by making
13668 the buffer read-write if requested and re-signalling the error.
13669
13670 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
13671
13672 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13673
13674 * vc-hooks.el (vc-handled-backends): Docstring change.
13675 (vc-ignore-vc-files): Mark obsolete.
13676 (vc-registered): Check vc-ignore-vc-files.
13677 (vc-find-file-hook, vc-file-not-found-hook): Don't check
13678 vc-ignore-vc-files.
13679
13680 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
13681
13682 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13683
13684 * vc.el (vc-checkout): Don't do anything special for ange-ftp
13685 files since ange-ftp already has vc-registered return nil.
13686
13687 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
13688 (vc-sccs-workfile-version): Use with-temp-buffer and new
13689 vc-parse-buffer and don't bother setting the property.
13690 (vc-sccs-add-triple): Use with-current-buffer and
13691 find-file-noselect.
13692 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
13693
13694 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
13695 derives from the old vc-parse-buffer but uses the revision number
13696 rather than the date (much easier to compare robustly).
13697 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
13698 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
13699 locking-user more directly. Check strict locking and set
13700 checkout-model appropriately.
13701 (vc-rcs-parse-locks): Remove.
13702 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
13703 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
13704 (vc-rcs-system-release): Use with-current-buffer and
13705 vc-parse-buffer.
13706 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
13707
13708 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
13709 (vc-simple-command): Docstring fix.
13710 (vc-registered): Align the way the file-handler is called with the
13711 way the function itself works.
13712 (vc-file-owner): Remove.
13713
13714 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
13715 extraction of fields and call to file-attributes because of a
13716 temporary bug in rcp.el.
13717 (vc-cvs-fetch-status): Use with-current-buffer.
13718
13719 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13720
13721 * vc.el (vc-do-command): Use file-relative-name.
13722 (vc-responsible-backend): Use vc-backend if possible.
13723 (vc-create-snapshot): Improve the `interactive' spec. Add support
13724 for branches and dispatch to backend-specific `create-snapshot'.
13725 (vc-default-create-snapshot): New function, containing the bulk of
13726 the old vc-create-snapshot.
13727 (vc-retrieve-snapshot): Improve the interactive spec.
13728
13729 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
13730 (vc-backend-hook-functions): Remove.
13731 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
13732 (vc-backend): Reintroduce the test for `file = nil' now that I
13733 know why it was there (and added a comment to better remember).
13734
13735 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
13736 code from vc-sccs-hooks.el.
13737 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
13738 'vc anymore.
13739 (vc-sccs-responsible-p): Use expand-file-name instead of concat
13740 and file-directory-p instead of file-exists-p.
13741 (vc-sccs-check-headers): Simplify the regexp.
13742
13743 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
13744 from vc-rcs-hooks.el. Don't require 'vc anymore.
13745 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
13746 file-directory-p instead of file-exists-p.
13747
13748 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
13749 from vc-cvs-hooks.el.
13750 (proto vc-cvs-registered): Require 'vc-cvs instead of
13751 'vc-cvs-hooks. Don't require 'vc anymore.
13752 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
13753 file-directory-p instead of file-exists-p.
13754 (vc-cvs-create-snapshot): New function, replacing
13755 vc-cvs-assign-name.
13756 (vc-cvs-assign-name): Remove.
13757
13758 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13759
13760 * vc-cvs.el (vc-cvs-header): New var.
13761
13762 * vc-rcs.el (vc-rcs-exists): Remove.
13763 (vc-rcs-header): New var.
13764
13765 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
13766 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
13767 (vc-sccs-header): New var.
13768
13769 * vc.el (vc-do-command): Get rid of the `last' argument.
13770 (vc-header-alist): Remove, replaced by vc-X-header.
13771 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
13772 (vc-dired-hook): Use expand-file-name instead of concat.
13773 (vc-directory): Use file-name-as-directory.
13774 (vc-snapshot-precondition, vc-create-snapshot)
13775 (vc-retrieve-snapshot): Allow the command to operate on any
13776 directory.
13777
13778 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
13779 just removing the 'WORKFILE argument or by removing the 'MASTER
13780 argument and replacing `file' with (vc-name file).
13781
13782 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13783
13784 * vc.el: Update Copyright and add a crude list of backend funs.
13785 (vc-writable-p): New function.
13786 (with-vc-file): Use vc-writable-p.
13787 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
13788 (vc-register): Avoid vc-name.
13789 (vc-locking-user): Remove.
13790 (vc-steal-lock): Make the `owner' arg non-optional.
13791 (vc-merge): Use vc-writable-p instead of vc-locking-user and
13792 vc-checkout-model.
13793 (vc-default-dired-state-info): Use vc-state instead of
13794 vc-locking-user and return special strings for special states.
13795 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
13796 and get rid of one of the special CVS cases.
13797 (vc-cancel-version): prettify error message with \\[...].
13798 (vc-rename-master): New function.
13799 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
13800 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
13801 the CVS special case generic.
13802 (vc-default-record-rename): Remove.
13803 (vc-file-tree-walk-internal): Only call FUNC for files that are
13804 under control of some VC backend and replace `concat' with
13805 expand-file-name.
13806 (vc-file-tree-walk): Update docstring.
13807 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
13808 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
13809
13810 * vc-sccs.el (vc-sccs-rename-file): Renamed from
13811 vc-sccs-record-rename. Use `find-file-noselect' rather than
13812 `find-file' and call `vc-rename-master' to do the actual move.
13813 (vc-sccs-diff): Remove unused `backend' variable.
13814
13815 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
13816 to delay loading of vc-sccs until it is really used.
13817 (vc-sccs-master-templates): Preload.
13818 (vc-sccs-state): Update call to vc-sccs-parse-locks.
13819 (vc-sccs-project-dir): Remove (merged into
13820 vc-sccs-search-project-dir).
13821 (vc-sccs-search-project-dir): Rewrite using file name handling ops
13822 rather than `concat', make sure it is preloaded and don't bother
13823 to check that the file actually exists.
13824 (vc-sccs-parse-locks): Remove unused `file' argument, remove
13825 `locks' argument (use buffer's content instead) and eliminate n^2
13826 behavior.
13827
13828 * vc-rcs.el: Update Copyright.
13829 (vc-rcs-rename-file): New function.
13830 (vc-rcs-diff): Remove unused `backend' variable.
13831
13832 * vc-hooks.el: Update Copyright.
13833 (vc-backend): Don't accept a nil argument any more.
13834 (vc-up-to-date-p): Turn into a defsubst.
13835 (vc-possible-master): New function.
13836 (vc-check-master-templates): Use `vc-possible-master' and allow
13837 funs in vc-X-master-templates to return a non-existent file.
13838
13839 * vc-cvs.el: Update Copyright.
13840 (vc-cvs-diff): Remove unused `backend' variable.
13841 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
13842
13843 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
13844
13845 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13846
13847 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
13848 since it can be called from vc-rcs.el.
13849 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
13850
13851 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13852
13853 * vc.el (vc-version-diff): Expand file name read from the
13854 minibuffer. Handle the case when a previous version number can't
13855 be guessed. Give suitable messages when there were no differences
13856 found.
13857 (vc-clear-headers): Call backend-specific implementation, if one
13858 exists.
13859 (vc-cancel-version): Made error checks generic. When done, clear
13860 headers generically, too.
13861
13862 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
13863 from vc-clear-headers in vc.el.
13864
13865 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
13866 correctly.
13867 (vc-rcs-latest-on-branch-p): Made second argument VERSION
13868 optional. Handle the case when it's not there.
13869
13870 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13871
13872 * vc.el (vc-locking-user): Moved from vc-hooks.el.
13873
13874 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13875
13876 * vc-hooks.el (vc-loadup): Remove.
13877 (vc-find-backend-function): Use `require'. Also, handle the case
13878 where vc-BACKEND-hooks.el doesn't exist.
13879 (vc-call-backend): Cleanup.
13880
13881 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13882
13883 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
13884 vc-rcs-grab-templates)
13885 (vc-rcs-registered): Remove. The default function works as well.
13886 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
13887 vc-sccs-grab-templates)
13888 (vc-sccs-registered): Remove. The default function works as well.
13889
13890 * vc.el (vc-version-diff): Left out a vc- in call to
13891 vc-call-backend.
13892 (vc-default-dired-state-info, vc-default-record-rename)
13893 (vc-default-merge-news): Update for the new backend argument.
13894
13895 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
13896 using the default function.
13897 (vc-call-backend): If calling the default function, pass it the
13898 backend as first argument. Update the docstring accordingly.
13899 (vc-default-state-heuristic, vc-default-mode-line-string): Update
13900 for the new backend argument.
13901 (vc-make-backend-sym): Renamed from vc-make-backend-function.
13902 (vc-find-backend-function): Use the new name.
13903 (vc-default-registered): New function.
13904
13905 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13906
13907 * vc.el (vc-merge): Use vc-find-backend-function.
13908
13909 * vc-hooks.el (vc-backend-functions): Remove.
13910 (vc-loadup): Don't setup 'vc-functions.
13911 (vc-find-backend-function): New function.
13912 (vc-call-backend): Use above fun and populate 'vc-functions
13913 lazily.
13914 (vc-backend-defines): Remove.
13915
13916 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13917
13918 * vc.el (vc-register): Put a FIXME note for a newly found bug.
13919 Call vc-call-backend without the leading vc-.
13920 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
13921 (vc-check-headers): Call vc-call-backend without the leading vc-.
13922 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
13923 (vc-annotate-display): Replace confusing use of `cond' with `or'.
13924 Call vc-call-backend without the leading vc-.
13925
13926 * vc-cvs.el (tail): Provide vc-cvs.
13927 * vc-sccs.el (tail): Provide vc-sccs.
13928 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
13929
13930 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
13931 (vc-make-backend-function, vc-call): Pass names without leading
13932 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
13933 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
13934 (vc-call-backend): Always try to load vc-X-hooks.
13935 (vc-registered): Remove vc- in call to vc-call-backend.
13936
13937 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13938
13939 * vc.el (vc-process-filter): New function.
13940 (vc-do-command): Setup `vc-process-filter' for the async process.
13941 (vc-maybe-resolve-conflicts): New function to reduce
13942 code-duplication. Additionally, it puts the buffer in
13943 `smerge-mode' if applicable.
13944 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
13945 calling `merge-news'.
13946 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
13947 (vc-log-edit): New function. Replacement for `vc-log-mode' by
13948 interfacing to log-edit.el.
13949 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
13950 log-edit is available.
13951 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
13952
13953 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13954
13955 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
13956 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
13957 defvar and the initialization.
13958 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
13959
13960 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
13961 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
13962
13963 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
13964
13965 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13966
13967 * vc.el (vc-file-clear-masterprops): Removed.
13968 (vc-checkin, vc-revert-buffer): Removed calls to the above.
13969 (vc-version-diff): Use buffer-size without argument.
13970 (vc-register): Heed vc-initial-comment.
13971
13972 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
13973 default branch.
13974
13975 * vc-rcs.el (vc-rcs-register): Parse command output to find master
13976 file name and workfile version.
13977 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
13978
13979 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
13980 vc-file-clear-masterprops.
13981
13982 * vc-sccs.el (vc-sccs-checkout): Removed call to
13983 vc-file-clear-masterprops. If writable, set vc-state to 'edited
13984 rather than user login name.
13985
13986
13987 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13988
13989 * vc.el (vc-workfile-unchanged-p): Remove unused argument
13990 `want-differences-if-changed' and simplify.
13991 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
13992 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
13993 output (which is invalid for async vc-diff) to decide whether to
13994 do the revert silently or not.
13995
13996 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13997
13998 * vc-hooks.el (vc-loadup): Load files quietly.
13999 (vc-call-backend): Oops, brain fart.
14000
14001 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14002
14003 * vc-cvs.el (vc-cvs-state): Typo.
14004 (vc-cvs-merge-news): Return the status code rather than the error msg.
14005
14006 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14007
14008 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14009 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14010 vc-state or vc-up-to-date-p.
14011 (vc-merge): Use vc-backend-defines to check whether merging is
14012 possible. Set state to 'edited after successful merge.
14013
14014 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14015 return that name. Redocumented.
14016
14017 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14018
14019 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14020 new `vc-state' semantics.
14021 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14022 'vc-locking-user to the current user.
14023 (vc-merge): Inline vc-backend-merge. Comment out code that I
14024 don't understand and hence can't adapt to the new `vc-state' and
14025 `vc-locking-user' semantics.
14026 (vc-backend-merge): Remove.
14027
14028 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14029 rather than 'vc-locking-user.
14030
14031 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14032
14033 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14034 (vc-state): Don't use 'reserved any more. Just use the same
14035 convention as the one used for vc-<backend>-state where the
14036 locking user (as a string) is returned.
14037 (vc-locking-user): Update, based on the above convention. The
14038 'vc-locking-user property has disappeared.
14039 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14040
14041 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14042 with a heuristic one.
14043 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14044 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14045 error. That allows us to get to 'needs-merge even in the
14046 stay-local case. There's still no way to detect 'needs-patch in
14047 such a setup (or to force an update for that matter).
14048 (vc-cvs-logentry-check): Remove, the default works as well.
14049
14050 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14051
14052 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14053
14054 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14055 major-mode in which the buffer might have been put earlier. Use
14056 `remove' and `when'. Allow `okstatus' to be `async' and use
14057 `start-process' in this case.
14058 (vc-version-diff): Handle the case where the diff looks empty
14059 because of the use of an async process.
14060
14061 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14062
14063 * vc.el (vc-next-action-on-file): Removed optional parameter
14064 `simple'. Recompute state unconditionally.
14065 (vc-default-toggle-read-only): Removed.
14066
14067 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14068 (vc-toggle-read-only): Undid prev change.
14069
14070 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14071 vc-cvs-simple-toggle. Redocumented.
14072 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14073 (vc-cvs-toggle-read-only): Removed.
14074
14075 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14076
14077 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14078 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14079 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14080 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14081 still is. So maybe it should be removed.
14082 (vc-head-version, vc-find-binary): Remove.
14083 (vc-recompute-state): Move from vc-hooks.el.
14084 (vc-next-action-on-file): Add a `simple' argument to allow
14085 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14086 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14087 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14088 (vc-dired-mode-map): Properly defvar it.
14089 (vc-print-log): Call log-view-mode if available.
14090 (small-temporary-file-directory): defvar instead of use boundp.
14091 (vc-merge-news): Moved to vc-cvs.el.
14092 (vc-default-merge-news): New function.
14093
14094 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14095 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14096 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14097 unknown `vc-latest-version' function. It should probably refer to
14098 vc-workfile-version or somesuch, but it's very unclear to me and I
14099 don't have SCCS to test things.
14100
14101 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14102 (vc-sccs-state-heuristic): Fix typo.
14103 (vc-sccs-workfile-unchanged-p): Add missing argument.
14104
14105 * vc-rcs.el: Require vc and vc-rcs-hooks.
14106 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14107 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14108 (vc-release-greater-or-equal-p): Move from vc.
14109 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14110 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14111 (vc-rcs-checkout): Add a missing `new-version' argument in the
14112 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14113
14114 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14115 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14116 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14117 than the apparently unbound `workfile-version'.
14118
14119 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14120 (vc-file-prop-obarray): Use `make-vector'.
14121 (vc-backend-functions): Add new hookable functions
14122 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14123 (vc-loadup): If neither backend nor default functions exist, use
14124 the backend function rather than nil.
14125 (vc-call-backend): If the function if not bound yet, try to load
14126 the non-hook file to see if it provides it.
14127 (vc-call): New macro plus use it wherever possible.
14128 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14129 nor `vc-find-binary' since it's only called from
14130 vc-mistrust-permission which is only used once the backend is known.
14131 (vc-checkout-model): Fix parenthesis.
14132 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14133
14134 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14135 (vc-cvs-release, vc-cvs-system-release): Remove.
14136 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14137 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14138 status symbols.
14139 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14140 (vc-cvs-toggle-read-only): First cut at a function to allow a
14141 cvs-status-free vc-toggle-read-only.
14142 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14143 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14144 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14145 (vc-cvs-checkout): Modify access rights directly if the user
14146 requested not to use `cvs edit'. And refresh the mode line.
14147
14148 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14149 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14150
14151 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14152
14153 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14154 workfile' that got lost when the code was extracted from vc.el.
14155 And merged the tail with the rest of the code (not possible in the
14156 old vc.el where the tail was shared among all backends). And
14157 explicitly set the state to 'edited if `writable' is set.
14158
14159 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14160 (vc-cvs-state): Be careful to return the value from
14161 vc-cvs-parse-state.
14162 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14163 property but return it instead. Also be careful to handle a nil
14164 or "" `rev' when workfile is non-nil (it was handled properly when
14165 workfile was nil).
14166
14167 * vc.el: Removed those pesky unnecessary `(function' quotes.
14168 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14169 directly in the defvar.
14170 (vc-do-command): Bind inhibit-read-only so as to properly handle
14171 the case where the destination buffer has been made read-only.
14172 (vc-diff): Delegate to vc-version-diff in all cases.
14173 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14174 (vc-annotate-mode-variables): Removed (code moved partly to
14175 defvars and partly to vc-annotate-add-menu).
14176 (vc-annotate-mode): Turned into a derived-mode.
14177 (vc-annotate-add-menu): Moved in code in
14178 vc-annotate-mode-variables.
14179 (vc-update-change-log): Use make-temp-file if available.
14180
14181 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14182
14183 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14184 `vc-checkout-model' updated to `vc-cvs-update-model'.
14185
14186 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14187
14188 * vc.el (vc-next-action-on-file): Added handling of state
14189 `unlocked-changes'.
14190 (vc-checkout-carefully): Is now practically obsolete, unless the
14191 above is too slow to be enabled unconditionally.
14192 (vc-update-change-log): Fixed typo.
14193
14194 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14195
14196 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14197 Now handles state `unlocked-changes'.
14198 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14199
14200 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14201
14202 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14203 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14204 `unlocked-changes'.
14205 (vc-rcs-workfile-unchanged-p): Renamed from
14206 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14207 function yet, but supposed to become one soon.
14208
14209 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14210 `vc-steal-lock'.
14211 (vc-call-backend): Changed error message.
14212 (vc-state): Added description of state `unlocked-changes'.
14213
14214 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14215
14216 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14217 always return t in CVS-controlled directories.
14218
14219 * vc.el (vc-responsible-backend): New function.
14220 (vc-register): Largely rewritten.
14221 (vc-admin): Removed (implementation moved into vc-register).
14222 (vc-checkin): Redocumented.
14223 (vc-finish-logentry): If no backend defined yet (because we are in
14224 the process of registering), use the responsible backend.
14225
14226 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14227 Updated function lists.
14228 (vc-call-backend): Fixed typo.
14229
14230 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14231 New functions.
14232 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14233 Removed query option. Redocumented.
14234
14235 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14236
14237 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14238
14239 * vc.el: Updated callers of `vc-checkout-required' to use
14240 `vc-checkout-model'.
14241
14242 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14243
14244 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14245 stuff updated to reference this function instead of the old
14246 `vc-backend-release-p'.
14247
14248 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14249
14250 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14251 vc-checkout-model. Return appropriate values. Updated callers.
14252
14253 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14254
14255 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14256 (vc-backend-revert): Function moved into `vc-revert';
14257 `vc-next-action' must be updated to accomodate this change.
14258 (vc-backend-steal): Function moved into `vc-finish-steal'.
14259 (vc-backend-logentry-check): Function moved into
14260 `vc-finish-logentry'.
14261 (vc-backend-printlog): Function moved into `vc-print-log'.
14262 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14263 (vc-backend-assign-name): Function moved into
14264 `vc-create-snapshot'.
14265
14266 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14267
14268 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14269 Rename to vc-checkout-model. Return appropriate values.
14270 Update callers.
14271
14272 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14273 to vc-checkout-model.
14274 (vc-checkout-required): Rename to vc-checkout-model.
14275 Re-implement and re-comment.
14276 (vc-after-save): Use vc-checkout-model.
14277
14278 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14279
14280 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14281 Update to use the vc-BACKEND-diff functions instead.
14282 `vc-diff' is now working.
14283
14284 * vc-rcs.el (vc-rcs-logentry-check): New function.
14285
14286 * vc-cvs.el (vc-cvs-logentry-check): New function.
14287
14288 * vc-sccs.el (vc-sccs-diff): Function changed name from
14289 `vc-backend-diff'. This makes `vc-diff' work.
14290
14291 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14292 of functions possibly implemented in a vc-BACKEND library.
14293 (vc-checkout-required): Fix bug that caused an error to be
14294 signaled during `vc-after-save'.
14295
14296 * vc.el: Fix typo.
14297 This checkin is made with our new VC code base for the very first time.
14298 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14299
14300 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14301 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14302
14303 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14304 updated to `vc-uses-locking'.
14305 (vc-checkout-required): Call to backend function.
14306 `vc-checkout-required' updated to `vc-uses-locking' instead.
14307
14308 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14309 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14310
14311 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14312 to match the split into various backends.
14313 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14314 (vc-retrieve-snapshot): Bug fix.
14315
14316 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14317
14318 * vc-sccs.el (vc-sccs-release): Doc fix.
14319
14320 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14321
14322 * vc.el (vc-next-action-on-file): Bug found and fixed.
14323 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14324 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14325
14326 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14327 (vc-rcs-checkout): Name space cleaned up. No more revision number
14328 crunching function names that are not prefixed with vc-rcs.
14329 (vc-rcs-checkout-model): Function added. References to
14330 `vc-checkout-model' replaced.
14331
14332 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14333
14334 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14335 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14336 still need to be split, and implemented for RCS).
14337
14338 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14339
14340 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14341
14342 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14343 required by the vc.el file.
14344
14345 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
14346 required by the vc.el file.
14347 (vc-rcs-exists): Function added.
14348
14349 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
14350 required by the vc.el file.
14351
14352 * vc.el (vc-admin): Updated to handle selection of appropriate
14353 backend. Current implementation is crufty and need re-thinking.
14354
14355 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
14356
14357 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14358
14359 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
14360 beginning of annotate buffers correctly.
14361
14362 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
14363 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
14364 functionality updated quite a lot to support multiple backends.
14365 Variables `vc-annotate-mode', `vc-annotate-buffers',
14366 `vc-annotate-backend' added.
14367
14368 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
14369 `vc-annotate-difference' added to supported backend functions.
14370
14371 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14372
14373 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
14374 Use with-temp-file instead of /bin/sh. Merged from mainline
14375
14376 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14377
14378 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
14379
14380 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
14381
14382 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
14383
14384 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14385
14386 * vc-hooks.el: vc-state-heuristic added to
14387 vc-backend-hook-functions.
14388
14389 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
14390
14391 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
14392
14393 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
14394 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
14395 state to `reserved'.
14396
14397 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
14398 `vc-checkout-required'. Rename the `locked' state to `reserved'.
14399
14400 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14401
14402 * vc-rcs-hooks.el: Implement new state model. Hardly anything
14403 untouched.
14404
14405 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
14406
14407 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
14408 if defined. (Merged from main line, slightly adapted.)
14409
14410 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
14411 millenium problem (merged from mainline).
14412
14413 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14414
14415 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
14416 part and moved the non-BACKEND stuff to vc.el.
14417
14418 * vc.el: Split the annotate feature into a BACKEND specific part
14419 and moved it from the vc-cvs.el file to this one.
14420
14421 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14422
14423 * vc-hooks.el: Implement new state model.
14424 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
14425 (vc-locking-user): Simplify. Now only needed if the file is
14426 locked by somebody else.
14427 (vc-lock-from-permissions): Remove. Functionality is in
14428 vc-sccs-hooks.el and vc-rcs-hooks.el now.
14429 (vc-mode-line-string): New name for former vc-status. Adapted.
14430 (vc-mode-line): Adapt to use the above. Remove optional parameter.
14431
14432 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
14433 Various simplifications and adaptations all over the place.
14434
14435 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
14436 Simplify and adapt the rest.
14437
14438 * vc.el (vc-resynch-window): Add TODO comment: check for
14439 interaction with view mode according to recent RCS change.
14440 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
14441
14442 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14443
14444 * vc.el: Convert the remaining function comments to docstrings.
14445
14446 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14447
14448 * vc.el (vc-backend-release, vc-release-greater-or-equal)
14449 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
14450 (vc-minor-part, vc-previous-version): Functions that operate and
14451 compare revision numbers got proper documentation. Comments added
14452 about their possible removal.
14453
14454 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14455
14456 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
14457 the vc-backend.el files.
14458
14459 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
14460
14461 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
14462 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
14463 (vc-rcs-previous-version): Functions added.
14464
14465 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
14466
14467 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
14468
14469 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14470
14471 * vc-hooks.el (vc-master-templates): Is really obsolete.
14472 Comment out the definition for now. What is the right procedure
14473 to get rid of it?
14474 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
14475 rewritten.
14476 (vc-default-registered): Remove.
14477 (vc-check-master-templates): New function; does mostly what the
14478 above did before.
14479 (vc-locking-user): Don't rely on the backend to set the property.
14480
14481 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
14482 Rewrite documentation.
14483 (vc-rcs-templates-grabbed): New variable.
14484 (vc-rcs-grab-templates): New function.
14485 (vc-rcs-registered): Rewrite to use above mechanism.
14486
14487 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
14488 Rewrite documentation.
14489 (vc-sccs-templates-grabbed): New variable.
14490 (vc-sccs-grab-templates): New function.
14491 (vc-sccs-registered): Rewrite to use above mechanism.
14492 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
14493 Don't throw the result, simply return it.
14494
14495 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
14496 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
14497 (vc-cvs-registered): Does the check itself now. Simplify.
14498
14499 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
14500 from main line.
14501
14502 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14503
14504 * vc-cvs.el (vc-cvs-diff): New function.
14505
14506 * vc-sccs.el (vc-sccs-diff): New function.
14507
14508 * vc-rcs.el (vc-rcs-diff): New function.
14509 (vc-rcs-checkout): Bug (typo) found and fixed.
14510 (vc-rcs-register-switches): New variable.
14511
14512 * vc.el (vc-backend-diff): Function removed and placed in the
14513 backend files.
14514
14515 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14516
14517 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
14518
14519 * vc.el (vc-backend-checkout): Function removed and replaced in
14520 the vc-backend.el files.
14521
14522 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
14523
14524 * vc.el (vc-backend-admin): Removed and replaced in the
14525 vc-backend.el files.
14526
14527 * vc.el (Martin): Removed all the annotate functionality since it
14528 is CVS backend specific.
14529
14530 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14531
14532 * spec.txt: Added specification of vc-state.
14533
14534 * vc-sccs-hooks.el (vc-sccs-master-properties):
14535 Remove handling of vc-latest-version and
14536 vc-your-latest-version. What used to be vc-latest-version, is now
14537 returned as vc-workfile-version.
14538 (vc-sccs-workfile-version): Adapt.
14539
14540 2000-09-04 Dave Love <fx@gnu.org>
14541
14542 * vc.el: [Merged from mainline.]
14543 (vc-dired-mode): Make the dired-move-to-filename-regexp
14544 regexp match the date, to avoid treating date as file size.
14545 Add YYYY S option to WESTERN/
14546
14547 2000-09-04 Dave Love <fx@gnu.org>
14548
14549 * vc.el: Require `compile' when compiling.
14550 (vc-logentry-check-hook): New option.
14551 (vc-steal-lock): Use compose-mail.
14552 (vc-dired-mode-map): Defvar when compiling.
14553 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
14554 vc-sccs.el and renamed. Callers changed.
14555 (vc-backend-checkout, vc-backend-logentry-check)
14556 (vc-backend-merge-news): Doc fix.
14557 (vc-default-logentry-check): New function.
14558 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
14559 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
14560 (vc-backend-merge): Doc fix. Use backend functions.
14561 (vc-check-headers): Use backend functions.
14562
14563 * vc-cvs.el: Require vc when compiling.
14564 (vc-cvs-register-switches): Doc fix.
14565 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
14566 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
14567 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
14568 New functions (code from vc.el).
14569 (vc-annotate-display-default): Fix interactive spec.
14570 (vc-annotate-time-span): Doc fix.
14571
14572 * vc-rcs.el: Require vc when compiling.
14573 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
14574 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
14575 (vc-rcs-checkin): New functions (code from vc.el).
14576 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
14577 Doc fix.
14578 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
14579
14580 * vc-sccs.el: Require vc when compiling.
14581 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
14582 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
14583 (vc-sccs-revert)
14584 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
14585 from vc.el).
14586 (vc-sccs-add-triple, vc-sccs-record-rename)
14587 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
14588 (vc-sccs-admin): Doc fix.
14589
14590 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14591
14592 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
14593 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
14594 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
14595 from vc.el.
14596
14597 * vc-sccs.el (vc-admin-sccs): Added from vc.el
14598
14599 * vc-cvs.el: Moved the annotate functionality from vc.el.
14600 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
14601
14602 2000-09-04 Dave Love <fx@gnu.org>
14603
14604 * vc.el (vc-backend-release): Call vc-system-release.
14605
14606 * vc-sccs.el (vc-sccs-system-release):
14607 Renamed from vc-sccs-backend-release.
14608
14609 * vc-rcs.el (vc-rcs-system-release):
14610 Renamed from vc-rcs-backend-release.
14611
14612 * vc-cvs.el (vc-cvs-system-release):
14613 Renamed from vc-cvs-backend-release.
14614
14615 2000-09-04 Dave Love <fx@gnu.org>
14616
14617 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
14618 backend files.
14619 (vc-backend-release): Dispatch to backend functions.
14620 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
14621 probably needs attention.]
14622
14623 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
14624 (vc-sccs-backend-release): New function.
14625
14626 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
14627 (vc-cvs-backend-release): New function.
14628
14629 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
14630 Doc fix.
14631 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
14632 (vc-default-dired-state-info): New function.
14633 (vc-dired-state-info): Dispatch to backends.
14634 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
14635
14636 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
14637 from vc.el and renamed.
14638
14639 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14640
14641 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
14642 (vc-version-other-window, vc-backend-assign-name): Removed
14643 references to vc-latest-version; sometimes changed into
14644 vc-workfile-version.
14645
14646 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
14647 vc-rcs-master-workfile-version.
14648 (vc-rcs-workfile-version): Use the above. Don't call
14649 vc-latest-version (that was unreachable code, anyway).
14650 (vc-rcs-fetch-master-properties): Doc fix.
14651
14652 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
14653 (vc-backend-hook-functions): Removed them from this list, too.
14654 (vc-fetch-properties): Removed.
14655 (vc-workfile-version): Doc fix.
14656
14657 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
14658 (vc-rcs-workfile-version, vc-rcs-locking-user)
14659 (vc-rcs-uses-locking): Use it.
14660
14661 * vc-hooks.el (vc-consult-rcs-headers):
14662 Moved into vc-rcs-hooks.el, under the name
14663 vc-rcs-consult-headers.
14664
14665 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
14666 headers.
14667 (vc-cvs-find-master): Use this name only; correct different
14668 versions of the name.
14669
14670 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
14671 New functions.
14672 (vc-sccs-locking-user): Use the latter.
14673
14674 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
14675 New functions.
14676
14677 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
14678 Moved into both
14679 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
14680 functions are implementation details of those two backends.
14681
14682 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14683
14684 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
14685 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
14686
14687 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
14688 (vc-sccs-parse-locks): SCCS-specific code moved here from
14689 vc-hooks.
14690
14691 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
14692 code moved here from vc-hooks.
14693
14694 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
14695 into back-end specific parts and removed. Callers not updated
14696 yet; because I guess these callers will disappear into back-end
14697 specific files anyway.
14698
14699 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14700
14701 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
14702 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
14703 `vc-uses-locking'.
14704
14705 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
14706 Store yes/no in the property, and return t/nil. Updated all
14707 callers.
14708
14709 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
14710 vc-sccs-uses-locking. Don't set property.
14711 (vc-sccs-locking-user): Don't set property.
14712
14713 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
14714 vc-cvs-uses-locking. Don't set property here; leave that to
14715 vc-hooks.
14716 (vc-cvs-locking-user): Reflect above change. Streamlined.
14717
14718 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
14719 vc-rcs-uses-locking.
14720 (vc-rcs-locking-user): Reflect above change.
14721
14722 2000-09-04 Dave Love <fx@gnu.org>
14723
14724 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
14725
14726 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
14727
14728 * vc-hooks.el (vc-checkout-model): Punt to backends.
14729
14730 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
14731
14732 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
14733
14734 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
14735 New functions.
14736
14737 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
14738 New functions.
14739
14740 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
14741 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
14742
14743 * vc-hooks.el (vc-default-locking-user): New function.
14744 (vc-locking-user, vc-workfile-version): Punt to backends.
14745
14746 2000-09-04 Dave Love <fx@gnu.org>
14747
14748 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
14749 (vc-master-workfile-version): Moved from vc-hooks.
14750
14751 * vc-rcs-hooks.el: Fix duplicate code in last change.
14752
14753 * vc-rcs-hooks.el: Require vc-hooks when compiling.
14754 (vc-rcs-master-templates): Improve :type.
14755 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
14756 vc-master-workfile-version): Moved from vc-hooks.
14757
14758 * vc-sccs-hooks.el: Require vc-hooks when compiling.
14759 (vc-sccs-master-templates): Improve :type.
14760 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
14761
14762 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
14763
14764 * vc-cvs-hooks.el: Require vc-hooks when compiling.
14765 (vc-cvs-master-templates): Improve :type. Use
14766 vc-cvs-find-cvs-master.
14767 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
14768 from vc-hooks.
14769 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
14770
14771 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
14772 Moved to vc-cvs-hooks.
14773
14774 * vc-hooks.el: Add doc strings in various places. Simplify the
14775 minor mode setup.
14776 (vc-handled-backends): New user variable.
14777 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
14778 simplification.
14779
14780 2000-09-04 Dave Love <fx@gnu.org>
14781
14782 * vc.el: Some doc fixes for autoloaded and interactive functions.
14783 Fix compilation warnings from ediff stuff.
14784 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
14785
14786 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
14787
14788 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
14789
14790 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
14791
14792 2000-09-04 Dave Love <fx@gnu.org>
14793
14794 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14795 New variable.
14796 (vc-make-backend-function, vc-loadup, vc-call-backend)
14797 (vc-backend-defines): New functions.
14798
14799 * vc-hooks.el: Various doc fixes.
14800 (vc-default-back-end, vc-follow-symlinks): Custom fix.
14801 (vc-match-substring): Function removed. Callers changed to use
14802 match-string.
14803 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
14804 Simplify.
14805
14806 2000-09-04 Dave Love <fx@gnu.org>
14807
14808 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
14809 type.
14810 (vc-sccs-project-dir, vc-search-sccs-project-dir)
14811 (vc-sccs-registered): Doc fix.
14812
14813 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
14814 (vc-cvs-registered): Doc fix.
14815
14816 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
14817 (vc-rcs-registered): Doc fix.
14818
14819 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14820
14821 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
14822
14823 * vc-hooks.el: vc-registered has been renamed
14824 vc-default-registered. Some functions have been moved to the
14825 backend specific files. they all support the
14826 vc-BACKEND-registered functions.
14827
14828 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14829
14830 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
14831
14832 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
14833
14834 2000-09-04 Dave Love <fx@gnu.org>
14835
14836 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
14837 menu-bar-update-hook.
14838
14839 * help.el (help-manyarg-func-alist): Add
14840 find-operation-coding-system.
14841
14842 * wid-edit.el (widget-sexp-validate): Fix garbled code.
14843
14844 * custom.el (custom-set-variables): Print message about errors in
14845 setting.
14846
14847 2000-09-03 Andrew Innes <andrewi@gnu.org>
14848
14849 * makefile.w32-in: Change to DOS line endings.
14850
14851 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14852
14853 * mouse.el (mouse-popup-menubar): Supply the prompt string for
14854 minor-mode keymaps, if they don't have one.
14855
14856 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14857
14858 * eshell/esh-module.el (eval-when-compile): Don't lose if
14859 esh-module.el's file name is truncated to DOS 8+3 limits.
14860
14861 2000-09-01 John Wiegley <johnw@gnu.org>
14862
14863 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
14864 predicate, which caused entries in the completion list to be
14865 doubled.
14866
14867 2000-08-30 John Wiegley <johnw@gnu.org>
14868
14869 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
14870 sending to subprocesses. Also, hook pre-command-hook if
14871 `eshell-send-direct-to-subprocesses' is non-nil.
14872 (eshell-send-direct-to-subprocesses): New config variable. If t,
14873 subprocess input is send immediately.
14874 (eshell-toggle-direct-send): New function.
14875 (eshell-self-insert-command): New function.
14876 (eshell-intercept-commands): New function.
14877 (eshell-send-input): If direct subprocess sending is enabled,
14878 don't echo any input to the Eshell buffer. Let the subprocess
14879 handle that. This requires "stty echo" in bash, for example.
14880
14881 2000-08-28 John Wiegley <johnw@gnu.org>
14882
14883 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
14884 completion function for Eshell's implementation of `unset'.
14885
14886 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14887
14888 * info.el (Info-directory-list): Doc fix.
14889
14890 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
14891
14892 * filecache.el (file-cache-add-directory-using-find): Don't quote
14893 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
14894
14895 2000-08-31 Kenichi Handa <handa@etl.go.jp>
14896
14897 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
14898 coding systems.
14899
14900 2000-08-30 Andrew Innes <andrewi@gnu.org>
14901
14902 * timer.el (run-with-idle-timer): Undo last change, so that timer
14903 is not activated immediately if Emacs is already idle. Some
14904 existing code relies on this behaviour.
14905
14906 2000-08-30 Miles Bader <miles@gnu.org>
14907
14908 * frame.el (set-frame-font): Do completion of font-name for
14909 interactive use.
14910
14911 2000-08-30 Kenichi Handa <handa@etl.go.jp>
14912
14913 * international/quail.el (quail-start-translation): Bind locally
14914 last-command-event, last-command, and this-command.
14915 (quail-start-conversion): Likewise.
14916 (quail-self-insert-command): Fix docstring.
14917
14918 2000-08-29 Gerd Moellmann <gerd@gnu.org>
14919
14920 * progmodes/executable.el
14921 (executable-make-buffer-file-executable-if-script-p): Check that
14922 buffer contains at least 2 characters.
14923
14924 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
14925
14926 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
14927
14928 2000-08-29 Dave Love <fx@gnu.org>
14929
14930 * diff-mode.el (diff-mode) <defgroup>: Add :version.
14931 (diff-mode-shared-map): Bind mouse-2.
14932 (diff-imenu-generic-expression): New variable.
14933 (diff-mode): Use it.
14934
14935 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
14936 (mouse-popup-menubar): Add minor mode menus.
14937 (popup-menu): Check for lookup-key returning number.
14938
14939 2000-08-29 Miles Bader <miles@gnu.org>
14940
14941 * comint.el (comint-send-input): Create overlays using the proper
14942 front/read-advance arguments.
14943
14944 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14945
14946 * ps-print.el: Even/odd pages printing. Doc fix.
14947 (ps-print-version): New version number (6.0).
14948 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
14949 (ps-background, ps-begin-file, ps-begin-job): Code fix.
14950 (ps-print-duplex-feature): Variable eliminated.
14951 (ps-even-or-odd-pages): New variable.
14952
14953 * progmodes/ebnf2ps.el: Doc fix.
14954 (ebnf-version): New version (3.3).
14955 (ebnf-user-arrow): Change variable customization to sexp.
14956 (ebnf-user-arrow): Function eliminated.
14957 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
14958
14959 2000-08-29 Kenichi Handa <handa@etl.go.jp>
14960
14961 * help.el (help-xref-mule-regexp): New variable.
14962 (help-make-xrefs): Handle help-xref-mule-regexp.
14963
14964 * international/mule-cmds.el (help-xref-mule-regexp-template): New
14965 variable.
14966 (describe-input-method): Temporarily activate the specfied input
14967 method to display the information.
14968 (describe-language-environment): Hyperlinks to mule related items.
14969
14970 * international/mule-diag.el (charset-multibyte-form-string): New
14971 function.
14972 (list-character-sets-1): Use charset-multibyte-form-string.
14973 (describe-character-set): New function.
14974 (describe-coding-system): Hyperlinks to safe character sets.
14975
14976 * international/quail.el (quail-help): New arg PACKAGE.
14977 Hyperlinks to mule related items.
14978 (quail-help-insert-keymap-description): Use
14979 substitute-command-keys instead of describe-bindings.
14980 (quail-translation-help): Hyperlinks to mule related items.
14981
14982 2000-08-28 John Wiegley <johnw@gnu.org>
14983
14984 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
14985 have a defsubst call itself. Made `eshell-flatten-list' back into
14986 a function again.
14987
14988 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
14989 catch, in case re-centering point at bottom messes up the display.
14990 This happens frequently in Emacs 21, due I believe to variable
14991 line heights.
14992
14993 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
14994 to call `find-tag-interactive'.
14995
14996 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
14997 the list of remember directories.
14998
14999 2000-08-28 John Wiegley <johnw@gnu.org>
15000
15001 * align.el: Test align-region-separate to see if it's a symbol.
15002
15003 2000-08-28 John Wiegley <johnw@gnu.org>
15004
15005 * eshell/esh-util.el (eshell-flatten-list): Made this function
15006 into a defsubst form. It gets used very frequently, although
15007 calls don't occur all that often.
15008
15009 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15010 examining it.
15011
15012 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15013 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15014 `eshell-protect'.
15015 (eshell-copy-handles): Created a new macro for duplicating the
15016 current set of open handles. This is needed by the looping
15017 functions.
15018 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15019 is not incorrectly stomped on.
15020
15021 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15022 declaration for pcomplete-use-paring.
15023 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15024 value of eshell-cmpl-use-paring.
15025 * pcomplete.el (pcomplete-use-paring): New config variable, to
15026 indicate whether paring should be used.
15027 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15028 completion alternatives that have already been used.
15029
15030 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15031 bound to C-c C-y, which will repeat the previous N arguments
15032 (based on prefix argument).
15033 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15034
15035 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15036 if there is no *Help* buffer. This is for XEmacs, which renames
15037 its help buffers uniquely. TODO: Find out what the current buffer
15038 name to delete is.
15039
15040 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15041 first entry that correlates to a passwd/group number. Later
15042 entries (used for group/user name aliasing to multiple IDs) are
15043 ignored.
15044
15045 * eshell/em-xtra.el (eshell/expr):
15046 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15047 (eshell-grep, eshell/diff, eshell/locate):
15048 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15049 argument list, before passing it to the system command.
15050
15051 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15052 `find-tag' for use at final position in Eshell buffers (which
15053 otherwise triggers an error on Emacs 21).
15054 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15055 buffer, if it is currently bound to `find-tag'.
15056
15057 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15058 in the list of matched Makefile names.
15059 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15060 directory, prefer its contents to Makefile.
15061
15062 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15063 directory parts (like "cd old new", or "cd =regexp"), are now case
15064 sensitive on non-Windows/DOS platforms.
15065
15066 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15067 types RET after an open delimiter (like "), display a message
15068 indicating that Eshell is waiting for the closing delimiter.
15069
15070 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15071 environment variables.
15072
15073 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15074 gracefully if the user enters incorrect arguments.
15075
15076 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15077 Eshell buffers.
15078
15079 * eshell/esh-var.el (eshell-interpolate-variable):
15080 * eshell/esh-mode.el (eshell-move-argument):
15081 * eshell/em-unix.el (eshell-du-sum-directory):
15082 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15083 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15084 (not (= ...)).
15085
15086 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15087 to ensure the `preserve' flag gets propagated when doing recursive
15088 directory copies.
15089
15090 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15091
15092 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15093 Don't convert \n into \0177 in memory.
15094 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15095 and back again, when reading and writing.
15096
15097 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15098
15099 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15100 testing of `fboundp' on `processp'.
15101
15102 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15103 (eshell/jobs): Don't call process-list if it is not bound.
15104 (eshell-gather-process-output): Support systems where async
15105 subprocesses aren't supported.
15106 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15107 variables.
15108
15109 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15110 eshell-do-eval returns t.
15111 (eshell-do-pipelines-synchronously): New defmacro.
15112 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15113 when async subprocesses aren't supported.
15114 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15115 if async subprocesses aren't supported.
15116 (eshell-resume-command): Don't assume STATUS is a string.
15117
15118 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15119
15120 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15121 (eshell-close-target, eshell-get-target): Use eshell-processp.
15122 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15123 fix.
15124 (eshell-get-target, eshell-create-handles): Doc fix.
15125
15126 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15127
15128 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15129 criterion to include commands that output something, as long as it
15130 leaves both the command and the end-of-buffer visible when the
15131 command has exited.
15132 (eshell-review-quick-commands): Adjust the help doc string
15133 accordingly.
15134
15135 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15136
15137 * locate.el (locate): Cleaned up locate command's interactive prompting
15138 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15139
15140 * filecache.el (file-cache-case-fold-search): New variable
15141 (file-cache-assoc-function): New variable
15142 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15143 Use file-cache-case-fold-search variable
15144 (file-cache-add-file): Use file-cache-assoc-function
15145 (file-cache-delete-file): likewise
15146 (file-cache-directory-name): likewise
15147 (file-cache-debug-read-from-minibuffer): likewise
15148
15149 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15150
15151 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15152 (abbrev-table-name): New function.
15153 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15154 If non-nil list local abbrev, only.
15155
15156 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15157
15158 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15159 from Gnus support code, and use special article copy buffer
15160 `(gnus-original-article-buffer)' instead. This allows to get rid
15161 of article-hide-headers usage (which breaks in the latest Gnus
15162 version). Thanks to Detlev Zundel.
15163
15164 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15165
15166 * international/quail.el (quail-use-package): Hide "... loaded"
15167 message.
15168 (quail-start-translation, quail-start-conversion): Likewise.
15169
15170 * international/kkc.el (kkc-region): Hide "... loaded" message.
15171
15172 2000-08-27 Dave Love <fx@gnu.org>
15173
15174 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15175
15176 2000-08-27 Miles Bader <miles@gnu.org>
15177
15178 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15179
15180 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15181
15182 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15183 'ja-dic-cnv), not (require 'skkdic-cnv).
15184
15185 2000-08-26 Miles Bader <miles@gnu.org>
15186
15187 * faces.el (face-x-resources): Add entry for :inherit.
15188 * cus-face.el (custom-face-attributes): Add support for :inherit
15189 attribute. Add support for relative face heights.
15190 (custom-face-attributes-get): Treat `nil' as being a default value
15191 for :inherit (as well as `unspecified').
15192
15193 * faces.el (set-face-attribute): Update doc string.
15194 (face-attribute-name-alist): Add :inherit.
15195 (face-valid-attribute-values): Handle :inherit.
15196 (face-read-string): Rephrase prompt to be less confusing.
15197 Assume that DEFAULT is a string, since we must return a string.
15198 (face-read-integer): Use `format' to turn DEFAULT into an
15199 acceptable default for face-read-string. Match NEW-VALUE against
15200 the string "unspecified", not the symbol `unspecified', since
15201 that's what face-read-string returns.
15202 (read-face-attribute): Lookup a name for old-value in valid, and
15203 use it as a default if we find one. Treat all values from
15204 face-read-string as strings. If the default is used, don't do any
15205 more processing on the value, just use the old value directly.
15206 (read-face-and-attribute, modify-face): Tweak prompt.
15207 (read-face-name): Don't assume prompt ends with a space.
15208
15209 * faces.el (describe-face): Add support for :inherit attribute.
15210
15211 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15212
15213 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15214 concat doesn't accept interger.
15215
15216 * international/kkc.el: Remove SKK from Keywords. Require
15217 ja-dic-utl instead of skkdic-utl.
15218
15219 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15220 Provide ja-dic-cnv instead of skkdic-cnv.
15221 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15222 (iso-2022-7bit-short): Add safe-charsets property.
15223 (skkdic-convert-postfix): Search Japanese chou-on character in
15224 addition to Hiragana character.
15225 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15226 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15227 (batch-skkdic-convert): Likewise.
15228
15229 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15230 Provide ja-dic-utl instead of skkdic-utl.
15231 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15232
15233 2000-08-24 Dave Love <fx@gnu.org>
15234
15235 * disp-table.el (standard-display-default): Make the test of `l'
15236 useful.
15237
15238 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15239 mod sample text.
15240
15241 * international/iso-ascii.el: Make pilcrow convenient string
15242 consistent with section.
15243 (iso-ascii-display): Set up multibyte characters as well as
15244 unibyte.
15245
15246 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15247
15248 * international/mule-cmds.el (reset-language-environment): Set
15249 default-process-coding-system to '(undecided . iso-latin-1), which
15250 makes process I/O almost consistent with file I/O. Call this
15251 function when mule-cmds.el[c] is loaded.
15252
15253 2000-08-22 Andrew Innes <andrewi@gnu.org>
15254
15255 * makefile.w32-in: New file.
15256
15257 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15258
15259 * comint.el (comint-output-filter): Compare end of
15260 comint-last-output-overlay with the start of the newly inserted
15261 text, not the end, when deciding whether to extend it.
15262 Set saved-point's insertion type to advance after insertion.
15263
15264 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15265 since this is now done independently of font-lock mode.
15266
15267 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15268
15269 * server.el (server-kill-new-buffers): New user option.
15270 (server-existing-buffer): New buffer-local variable.
15271 (server-visit-files): When using an existing buffer, set
15272 server-existing-buffer to t.
15273 (server-buffer-done): If server-kill-new-buffers is t, kill the
15274 buffer, unless it was already present before visiting it with
15275 Emacs server.
15276
15277 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15278
15279 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15280 even if the display doesn't support colors: some displays will
15281 support bold/underline faces.
15282
15283 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15284
15285 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15286
15287 * startup.el (command-line): If user's init file had an error,
15288 add explanatory text to *Messages*.
15289
15290 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15291
15292 * man.el (Man-getpage-in-background): Decode the process output by
15293 the system locale coding system.
15294
15295 2000-08-20 Dave Love <fx@gnu.org>
15296
15297 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15298 Don't test x-popup-menu.
15299 (function) <complete-function>: Complete only fbound symbols.
15300 <validate, value>: New.
15301 (variable) <complete-function>: Complete only bound symbols.
15302 (coding-system): Add :base-only, :complete-function, :validate,
15303 :value, :prompt-match.
15304 (widget-coding-system-prompt-value): Use read-coding-system and
15305 act on :base-only.
15306 (editable-field): Add :help-echo.
15307 (widget-push-button-gui, widget-push-button-cache)
15308 (widget-gui-action, widget-editable-list-gui): COmment out, along
15309 with uses.
15310 (widget-at): Make arg optional.
15311 (widget-echo-help): Adjust for current help-echo calling sequence.
15312 (widget-specify-field, widget-specify-button)
15313 (widget-specify-insert, widget-get-sibling, widget-image-find)
15314 (widget-convert, widget-insert, widget-leave-text)
15315 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15316 (widget-setup, widget-field-find, widget-before-change)
15317 (widget-after-change, widget-default-complete)
15318 (widget-default-create, widget-default-delete)
15319 (widget-push-button-value-create, editable-field)
15320 (widget-field-prompt-value, widget-field-validate)
15321 (widget-choice-value-create, widget-choice-action)
15322 (widget-choice-validate, widget-checklist-add-item)
15323 (widget-radio-add-item, widget-radio-chosen)
15324 (widget-radio-value-inline, widget-editable-list-value-create)
15325 (widget-editable-list-entry-create)
15326 (widget-documentation-link-add)
15327 (widget-documentation-string-value-create)
15328 (widget-regexp-validate, widget-file-complete)
15329 (widget-sexp-validate, widget-plist-convert-widget)
15330 (widget-plist-convert-widget, widget-alist-convert-widget)
15331 (widget-alist-convert-widget, widget-color-complete): Simplify,
15332 particularly to avoid bindings which aren't optimized out.
15333
15334 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15335 Doc fix.
15336 (down-list, backward-up-list, up-list, kill-sexp)
15337 (backward-kill-sexp, mark-sexp): Make arg optional.
15338 (lisp-complete-symbol): Add optional arg PREDICATE.
15339
15340 * cus-start.el: Add display-buffer-reuse-frames,
15341 file-coding-system-alist.
15342
15343 2000-08-20 Gerd Moellmann <gerd@gnu.org>
15344
15345 * startup.el (command-line): Clear realized faces after
15346 modifying TTY color mappings.
15347
15348 2000-08-20 Miles Bader <miles@gnu.org>
15349
15350 * faces.el (face-attr-match-p): Don't return true if ATTRS are
15351 merely a subset of FACE's attributes.
15352
15353 2000-08-19 Miles Bader <miles@gnu.org>
15354
15355 * comint.el (comint-output-filter): Save the point with a marker,
15356 not just a buffer position.
15357
15358 * international/mule.el (set-buffer-process-coding-system): Make
15359 interactive prompt less confusing.
15360
15361 2000-08-19 Gerd Moellmann <gerd@gnu.org>
15362
15363 * hilit-chg.el: General cleanup of doc strings, comments and
15364 code formatting.
15365
15366 2000-08-19 Miles Bader <miles@gnu.org>
15367
15368 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
15369 Compiler macro removed; beginning-of-line is no longer always
15370 equivalent to forward-line, in the presence of fields.
15371
15372 * comint.el (comint-output-filter): Remove ad-hoc saving of
15373 restriction, and just use save-restriction, now that it works
15374 correctly. Don't adjust comint-last-input-start to account for
15375 our insertion; it shouldn't have moved because we don't use
15376 insert-before-markers anymore. Comment out call to
15377 `force-mode-line-update'; why is it here?
15378
15379 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
15380 while checking for prompt to delete. Use `forward-line 0'
15381 instead of beginning-of-line.
15382 (gud-filter): Temporarily widen gud comint buffer while
15383 examining output.
15384
15385 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
15386
15387 * progmodes/sh-script.el: Big bag of typos.
15388
15389 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
15390 check since ispell-process is not bound when ispell is not yet loaded.
15391
15392 2000-08-18 Dave Love <fx@gnu.org>
15393
15394 * image.el (find-image): Copy `spec' before using plist-put.
15395
15396 2000-08-18 Gerd Moellmann <gerd@gnu.org>
15397
15398 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
15399 `portugues'.
15400
15401 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
15402 backward-kill-sexp, analogous to kill-sexp.
15403
15404 * progmodes/icon.el (icon-indent-line)
15405 (icon-is-continuation-line): Handle comments specially.
15406
15407 2000-08-17 Ken Stevens <k.stevens@ieee.org>
15408
15409 * ispell.el: Set to standard author/maintainer/keyword fields.
15410 Fine tuning to menu map appearance and operation, and added help.
15411 Remove `start' and `end' error messages when compiling.
15412 (ispell-choices-win-default-height): Fixed comment string.
15413 (ispell-dictionary-alist-1): Fixed regexp in castellano and
15414 castellano8 dictionaries.
15415 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
15416 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
15417 dictionary, added italiano dictionary.
15418 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
15419 word character
15420 (ispell-tex-skip-alists): Added psfig support.
15421 (ispell-skip-html): Renamed from ispell-skip-sgml.
15422 (ispell-begin-skip-region-regexp, ispell-skip-region)
15423 (ispell-minor-check): Improved html skipping support to skip across
15424 code, and recognize `&' commands without propper `;' syntax;
15425 (ispell-process-line): Fix alignment error when manually
15426 correcting spelling.
15427 (ispell): Fix comment string.
15428 (ispell-add-per-file-word-list): Always put word list on new line.
15429
15430 2000-08-17 Gerd Moellmann <gerd@gnu.org>
15431
15432 * format.el (format-encode-run-method): Fix error message to say
15433 `encode' instead of `decode'. Use save-window-excursion around
15434 shell-command-on-region as in format-decode-run-method because
15435 shell-command-on-region can display a buffer with error output.
15436 (format-decode): Don't record undo information for the decoding.
15437 (format-annotate-function): Add parameter FORMAT-COUNT. Make
15438 that number part of the temporary buffer name so that more than
15439 one decoding using a temporary buffer can happen safely.
15440
15441 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
15442 of `A-z' in the regexp.
15443
15444 * hilit-chg.el: Fix typos in commentary.
15445
15446 * help.el (view-emacs-news): Rewritten for new naming scheme
15447 for old NEWS files.
15448
15449 * startup.el (command-line): Pop to *Messages* in case an error
15450 is signaled while loading user-init-file.
15451
15452 2000-08-17 Andreas Schwab <schwab@suse.de>
15453
15454 * files.el (insert-directory): Don't lose original file name,
15455 undoing an undocumented change.
15456
15457 2000-08-17 Alex Schroeder <alex@gnu.org>
15458
15459 * sql.el (sql-magic-go): Use comint-bol.
15460 (sql-copy-column): Use comint-line-beginning-position.
15461 (comint-line-beginning-position): Define a replacement for
15462 comint-line-beginning-position if it is not fboundp.
15463
15464 2000-08-17 Alex Schroeder <alex@gnu.org>
15465
15466 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
15467 it didn't have any effect anyway.
15468
15469 2000-08-17 Alex Schroeder <alex@gnu.org>
15470
15471 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
15472 --pset and pager=off instead of sending \\o|cat at the beginning
15473 of the session.
15474
15475 2000-08-17 Miles Bader <miles@gnu.org>
15476
15477 * progmodes/octave-inf.el: Add compatibility definition of
15478 comint-line-beginning-position.
15479
15480 2000-08-17 Kenichi Handa <handa@etl.go.jp>
15481
15482 * startup.el (normal-top-level): Look in each dir in load-path for
15483 a leim-list.el file too. This assures of loading leim-list.el
15484 that is created at Emacs installation time even if a user have his
15485 own leim-list.el.
15486
15487 2000-08-17 Miles Bader <miles@gnu.org>
15488
15489 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
15490 foreground color to black if the background is dark.
15491
15492 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
15493
15494 * loadhist.el (unload-feature): Typo.
15495
15496 * finder.el (finder-compile-keywords):
15497 * cus-dep.el (custom-make-dependencies): Add local-variable settings
15498 to the generated file.
15499
15500 * mail/mh-e.el (mh-make-local-vars):
15501 Replace make-variable-buffer-local with make-local-variable.
15502
15503 * play/landmark.el:
15504 * options.el (Edit-options-{set,toggle,t,nil}):
15505 * mail/mailabbrev.el (mail-abbrevs-mode):
15506 * textmodes/tex-mode.el (tex-expand-files):
15507 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
15508
15509 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
15510
15511 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
15512 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
15513 Allow going past the last element.
15514 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
15515 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
15516 (cvs-mouse-toggle-mark): Don't move point.
15517 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
15518
15519 * progmodes/compile.el (grep): Provide a default set of files.
15520 (next-error): Docstring fix.
15521 (compilation-find-file): Avoid find-file (fails in a dedicated window).
15522
15523 * emacs-lisp/easy-mmode.el (define-minor-mode):
15524 Use `symbol-value' to keep the byte-compiler quiet.
15525
15526 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
15527 (diff-find-source-location): New fun, extracted from diff-goto-source.
15528 (diff-goto-source): Use it.
15529 (diff-next-complex-hunk, diff-filter-lines): New function.
15530 (diff-apply-hunk): New command.
15531
15532 * smerge-mode.el (smerge-mode-menu): Doc fix.
15533
15534 * msb.el (msb-mode): Define it in terms of define-minor-mode.
15535
15536 2000-08-16 Dave Love <fx@gnu.org>
15537
15538 * windmove.el (windmove) <defgroup>: Add :version.
15539
15540 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
15541 (goto-address-fontify-p, goto-address-highlight-p)
15542 (goto-address-url-face, goto-address-url-mouse-face)
15543 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
15544 (goto-address-url-regexp): Use thing-at-point-url-regexp.
15545 (goto-address-fontify, goto-address-at-mouse): Simplify,
15546 (goto-address-at-point): browse-url-url-at-point,
15547 goto-address-find-address-at-point can return nil.
15548 (goto-address-find-address-at-point): Return nil on failure.
15549
15550 * align.el (align) <defgroup>: Add :version.
15551
15552 * calculator.el (calculator): Add :version.
15553 (calculator): Use two lines for calculator window if `modeline'
15554 face is boxed.
15555
15556 * play/5x5.el: Doc fixes.
15557 (5x5) <defgroup>: Add :version.
15558
15559 * play/fortune.el (fortune) <defgroup>: Add :version.
15560 (fortune-append): Fix error message.
15561 (fortune-from-region): Doc fix.
15562
15563 * play/pong.el (pong): Doc fix.
15564
15565 * play/morse.el: Keywords, commentary, autoloads.
15566
15567 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
15568
15569 * desktop.el (desktop-save): Don't look at symbol-value of a
15570 member of minor-mode-alist, unless it is boundp.
15571
15572 2000-08-16 Sam Steingold <sds@gnu.org>
15573
15574 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
15575 `while'; use `with-current-buffer' instead of `save-excursion'.
15576 Removed unnecessary kludges now that "*Buffer List*" is excluded.
15577
15578 2000-08-16 Kenichi Handa <handa@etl.go.jp>
15579
15580 * international/ccl.el (declare-ccl-program): Docstring modified.
15581 (ccl-execute-with-args): Likewise.
15582
15583 2000-08-16 Miles Bader <miles@gnu.org>
15584
15585 * progmodes/sql.el: Add compatibility definition of
15586 comint-line-beginning-position.
15587
15588 2000-08-15 Gerd Moellmann <gerd@gnu.org>
15589
15590 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
15591 'buffer-menu' property.
15592 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
15593 fails.
15594 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
15595 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
15596 wasn't killed.
15597
15598 * buff-menu.el (list-buffers-noselect): Don't display the
15599 *Buffer List* buffer.
15600
15601 * font-lock.el: Require jit-lock to prevent a very late
15602 `Loading jit-lock' message.
15603
15604 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
15605 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
15606 mail address.
15607
15608 2000-08-15 Miles Bader <miles@gnu.org>
15609
15610 * textmodes/ispell.el (ispell-graphic-p): New constant.
15611 (ispell-choices-win-default-height, ispell-help): Use
15612 `ispell-graphic-p' instead of `xemacsp'.
15613
15614 2000-08-15 Dave Love <fx@gnu.org>
15615
15616 * simple.el: Autoload widget-convert when compiling.
15617 (mail-user-agent): Doc fix.
15618
15619 * help.el (function-called-at-point, variable-at-point): Use
15620 with-syntax-table.
15621 (help-manyarg-func-alist): Add insert-and-inherit.
15622
15623 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
15624
15625 * delsel.el (delsel-unload-hook): New function.
15626
15627 * find-file.el: Doc fixes. Move provide to end.
15628 (ff) <defgroup>: Add :link.
15629 (ff-goto-click): Deleted.
15630 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
15631 Use mouse-set-point.
15632
15633 * textmodes/tildify.el: Doc fixes.
15634 (tildify) <defgroup>: Add:version.
15635
15636 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
15637 (glasses-custom-set): Use set-default, not set.
15638 (minor-mode-alist): Propertize the lighter.
15639 (glasses-mode): Provide optional arg.
15640
15641 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
15642 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
15643 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
15644 option. Provide :type.
15645 (cwarn-configuration): Provide :type.
15646 (cwarn-mode): Doc fix.
15647
15648 * add-log.el (change-log-merge): Doc fix.
15649 (change-log-redate): New command.
15650
15651 * net/browse-url.el (browse-url-filename-alist): Add a clause for
15652 Doze and Dog.
15653 (browse-url): Use dolist, not mapcar.
15654 (browse-url-at-point): Check for null url.
15655 (browse-url-event-buffer, browse-url-event-point): Functions
15656 deleted.
15657 (browse-url-at-mouse, browse-url-netscape): Simplify.
15658
15659 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
15660 modes.
15661 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
15662 Fix previous change to mapcan.
15663 (msb--init-file-alist, msb--add-separators)
15664 (msb--make-keymap-menu): Simplify.
15665 (msb--choose-file-menu): Use copy-sequence.
15666 (msb-mode-map): Add title to keymap.
15667 (msb-unload-hook): New function.
15668
15669 * bs.el: Fix indentation.
15670 (bs) <defgroup>: Add :links.
15671 (bs-show): Doc fix.
15672 (bs-apply-sort-faces): Don't use window-system.
15673 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
15674
15675 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
15676
15677 * calendar/timeclock.el (timeclock-file): Run .timelog through
15678 convert-standard-filename.
15679
15680 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15681
15682 * emacs-lisp/authors.el: New file.
15683
15684 * paren.el (show-paren-priority): New user option.
15685 (show-paren-function): Set overlay priorities to
15686 show-paren-priority.
15687
15688 2000-08-14 Miles Bader <miles@gnu.org>
15689
15690 * comint.el (comint-bol): Use `forward-line 0' instead of calling
15691 beginning-of-line with inhibit-field-text-motion bound.
15692
15693 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15694
15695 * calendar/timeclock.el: New file.
15696
15697 2000-08-14 David Ponce <david@dponce.com>
15698
15699 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
15700 `widget-button-click'. so that one can use left mouse button to
15701 click on dialog buttons.
15702
15703 2000-08-14 Emmanuel Briot <briot@gnat.com>
15704
15705 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
15706 identifiers, since XML is case sensitive
15707
15708 2000-08-12 Miles Bader <miles@gnu.org>
15709
15710 * comint.el (comint-output-filter): Don't bother frobbing
15711 window-start, it doesn't seem to be necessary.
15712
15713 * comint.el (comint-send-string, comint-send-region): Make into
15714 real functions. Snapshot the prompt before sending.
15715
15716 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15717
15718 * info.el (Info-find-emacs-command-nodes): Rewrite to use
15719 technique similar to Info-index, instead of relying on specific
15720 names of relevant Index nodes.
15721 (Info-goto-emacs-command-node): Bind Info-history to nil when
15722 going to the first node found by Info-find-emacs-command-nodes.
15723
15724 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15725
15726 * menu-bar.el (menu-bar-help-menu): Add a :help string.
15727
15728 2000-08-10 Miles Bader <miles@gnu.org>
15729
15730 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
15731
15732 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15733
15734 * info.el (Info-file-list-for-emacs): More elements for the
15735 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
15736 and woman manuals.
15737
15738 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
15739
15740 * comint.el (comint-send-input): Make the newline boundary overlay
15741 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
15742 (comint-output-filter): Use `insert' instead of
15743 `insert-before-markers'. Extend comint-last-output-overlay when
15744 necessary since we can't rely on insert-before-markers to do it.
15745 * gud.el (gud-filter): Use `with-current-buffer' instead of
15746 save-excursion when inserting the output, so that point gets
15747 updated correctly; the old method relied on a rather dodgy
15748 side-effect of comint-output-filter to avoid the effect of
15749 save-excursion.
15750
15751 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15752
15753 * files.el (recover-file): Call insert-directory instead of
15754 invoking `ls' directly.
15755
15756 2000-08-10 Miles Bader <miles@gnu.org>
15757
15758 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
15759 (comint-last-prompt-overlay): New variables.
15760 (comint-output-filter): Implement prompt highlighting.
15761 (comint-snapshot-last-prompt): New function.
15762 (comint-send-input): Snapshot the last prompt.
15763 Use comint-highlight-input-face.
15764 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
15765 Use defface instead of defcustom.
15766 (send-invisible, comint-send-eof): Snapshot the last prompt.
15767 (comint-delchar-or-maybe-eof): Use comint-send-eof.
15768 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
15769
15770 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
15771
15772 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
15773 (regexp-opt-group): Use a list of chars for `letters'.
15774 (regexp-opt-charset): `chars' is now a list of chars.
15775 Use a char-table rather than a vector so it works for multibyte chars.
15776
15777 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
15778 Set cvs-minor-current-files to the selected fileinfo.
15779 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
15780 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
15781
15782 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
15783
15784 * files.el (insert-directory): Don't call access-file on
15785 directories on DOS and Windows.
15786
15787 2000-08-09 Kenichi Handa <handa@etl.go.jp>
15788
15789 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
15790 longer if necessary.
15791 (ccl-embed-code): Call ccl-embed-data to store CODE in
15792 ccl-program-vector.
15793
15794 2000-08-09 Miles Bader <miles@gnu.org>
15795
15796 * comint.el (comint-output-filter): Properly handle the case where
15797 the text surrounded by comint-last-output-overlay was deleted.
15798
15799 2000-08-08 Gerd Moellmann <gerd@gnu.org>
15800
15801 * info.el (Info-insert-dir): Use Info-additional-directory-list if
15802 non-nil.
15803 (Info-file-list-for-emacs): Remove "info" from the list because
15804 that leads to trying to use the documentation from file `info'
15805 in various situations where it isn't appropriate, for instance
15806 C-h C-k C-h i.
15807
15808 * ffap.el (ffap-read-file-or-url-internal): Handle case that
15809 DIR and/or STRING are nil.
15810
15811 * progmodes/compile.el (compilation-setup): Make variable
15812 compilation-error-screen-columns buffer-local, as some comment
15813 in the code suggests it should be.
15814
15815 * files.el (auto-mode-interpreter-regexp): New variable.
15816 (set-auto-mode): Use it.
15817
15818 * indent.el (indent-for-tab-command): Doc fix.
15819
15820 * mouse-sel.el (mouse-sel-mode): Doc fix.
15821
15822 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
15823 labels.
15824
15825 * help.el (print-help-return-message): When
15826 display-buffer-reuse-frames is set, let the help window been quit,
15827 instead of deleting it, which might delete a reused frame.
15828
15829 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
15830
15831 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
15832 rename a directory to a name that differs only by its letter case.
15833
15834 2000-08-08 Kenichi Handa <handa@etl.go.jp>
15835
15836 * international/quail.el (quail-define-rules): Handle Quail decode
15837 map correctly. Add code for supporting annotations.
15838 (quail-install-decode-map): New function.
15839 (quail-defrule-internal): New optional arguments decode-map and
15840 props.
15841 (quail-advice): New function.
15842
15843 2000-08-07 Sam Steingold <sds@gnu.org>
15844
15845 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
15846 `defconst', `define-condition', `with-slots'.
15847 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
15848
15849 2000-08-03 Miles Bader <miles@gnu.org>
15850
15851 * comint.el (comint-use-prompt-regexp-instead-of-fields):
15852 New variable.
15853 (comint-prompt-regexp, comint-get-old-input): Document dependence on
15854 comint-use-prompt-regexp-instead-of-fields.
15855 (comint-send-input): Add `input' field property to stuff we send to
15856 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
15857 (comint-output-filter): Add `output' field property to process
15858 output, if comint-use-prompt-regexp-instead-of-fields is nil.
15859 (comint-replace-by-expanded-history)
15860 (comint-get-old-input-default, comint-show-output)
15861 (comint-backward-matching-input, comint-forward-matching-input)
15862 (comint-next-prompt, comint-previous-prompt): Use field
15863 properties if comint-use-prompt-regexp-instead-of-fields is nil.
15864 (comint-line-beginning-position): New function.
15865 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
15866 (comint-replace-by-expanded-history-before-point): Use
15867 comint-line-beginning-position and line-end-position.
15868 (comint-last-output-overlay): New variable.
15869 (comint-mode): Make `comint-last-output-overlay' buffer-local.
15870
15871 * shell.el (shell-prompt-pattern): Doc change.
15872 (shell-backward-command): Use line-beginning-position.
15873
15874 * gud.el (gud-gdb-complete-command): Use
15875 comint-line-beginning-position.
15876
15877 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
15878 comint-bol doesn't actually go to the beginning of the line.
15879
15880 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
15881 if comint-use-prompt-regexp-instead-of-fields is non-nil.
15882 (try-expand-line-all-buffers): Likewise.
15883
15884 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
15885 explicitly matching comint-prompt-regexp.
15886 (sql-copy-column): Use comint-line-beginning-position instead of
15887 explicitly matching comint-prompt-regexp.
15888
15889 * progmodes/octave-inf.el (inferior-octave-complete): Use
15890 comint-line-beginning-position.
15891
15892 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
15893
15894 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
15895 looking for a prompt, use `forward-line 0' instead of
15896 `beginning-of-line', to avoid getting caught by an input field.
15897
15898 2000-08-07 Gerd Moellmann <gerd@gnu.org>
15899
15900 * files.el (shell-quote-wildcard-pattern): Make sure to return
15901 PATTERN, in the Unix case.
15902
15903 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
15904
15905 * play/zone.el (zone): Discard any pending input before running
15906 the randomly-chosen pgm.
15907
15908 2000-08-07 Kenichi Handa <handa@etl.go.jp>
15909
15910 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
15911 checking the existence of any multibyte characters.
15912
15913 2000-08-06 Gerd Moellmann <gerd@gnu.org>
15914
15915 * help.el (describe-mode): Test minor-mode symbol for being
15916 bound before testing its value for being nil.
15917
15918 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
15919 `first', `second', and `third'.
15920
15921 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
15922 (second): Make it an alias for `cadr'.
15923
15924 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
15925
15926 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
15927 types of display support faces now.
15928
15929 2000-08-05 Gerd Moellmann <gerd@gnu.org>
15930
15931 * pcvs.el (require): Require `cl' during compilation, only.
15932
15933 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
15934 (toplevel): Remove `remq' and `remove' from autoloads.
15935 (cl-fake-autoloads): New variable. If set, arrange for an error
15936 when CL functions etc. are autoloaded.
15937
15938 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
15939
15940 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
15941
15942 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
15943 popped up, but the user clicks outside the menu, return an empty
15944 regexp (that causes unhighlight-regexp to have no effect).
15945
15946 * menu-bar.el (menu-bar-games-menu): Add Zone.
15947
15948 * hi-lock.el (toplevel): Require font-lock.
15949
15950 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15951
15952 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
15953 (ebnf-8-bit-chars): New var for bug fix.
15954 (ebnf-string): Bug fix.
15955
15956 2000-08-03 Sam Steingold <sds@gnu.org>
15957
15958 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
15959 instead of `buffer-string'.
15960 (require 'cl): Always, not just when compiling.
15961 `ignore-errors' in `interactive', `list*', `defun*' &c make this
15962 necessary.
15963
15964 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
15965
15966 * international/mule-cmds.el (select-safe-coding-system): Make
15967 the message text about selecting a safe coding system more clear.
15968
15969 2000-08-02 Gerd Moellmann <gerd@gnu.org>
15970
15971 * hi-lock.el: New file.
15972
15973 * play/zone.el: New file.
15974
15975 * replace.el (occur): Set tab-width in the *Occur* buffer to the
15976 value of tab-width in the original buffer. Choose a line number
15977 format that's a multiple of the original buffer's tab width, so
15978 that lines appear right.
15979
15980 * textmodes/ispell.el (ispell): New function, replacing an alias.
15981 Spell-check active region if in transient-mark-mode and mark
15982 is active; otherwise spell-check buffer.
15983
15984 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15985
15986 * ps-mule.el: Fix a customization problem on
15987 ps-mule-font-info-database-default.
15988
15989 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
15990
15991 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
15992 display-mouse-p instead of window-system.
15993 (ebrowse-member-mode-map): Ditto.
15994
15995 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15996
15997 * progmodes/ebnf2ps.el: Update ps-print functions call.
15998 Indentation fix. Doc fix.
15999 (ebnf-version): New version number (3.2).
16000 (ebnf-format-color, ebnf-begin-job): Code fix.
16001
16002 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16003
16004 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16005 font lock support on window-system.
16006 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16007
16008 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16009 display-color-p, if fboundp, instead of window-system.
16010
16011 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16012
16013 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16014 instead of window-system.
16015
16016 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16017 window-system.
16018 (widget-choice-mouse-down-action): Use display-popup-menus-p
16019 instead of window-system.
16020
16021 * strokes.el (strokes-file): Run the file name through
16022 convert-standard-filename.
16023 (strokes-mode): Call display-mouse-p instead of looking at
16024 window-system. Change the error message accordingly.
16025
16026 * progmodes/cpp.el (toplevel): Support faces on tty's.
16027
16028 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16029 (lm-plot-square, lm-init-display): Don't use window-system.
16030
16031 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16032 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16033
16034 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16035 instead of looking at window-system.
16036
16037 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16038
16039 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16040 of testing if iswitchb-prepost-hooks is bound, because the
16041 latter will always be true when invoking a recursive minibuffer
16042 from an active Iswitchb buffer.
16043
16044 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16045
16046 * files.el (shell-quote-wildcard-pattern): New function.
16047 (insert-directory): Call it. Only prepend "\" to command on Unix
16048 and GNU/Linux systems.
16049
16050 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16051
16052 * eshell/esh-groups.el: Change custom :link file names
16053 from `eshell.info' to `eshell'.
16054
16055 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16056
16057 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16058 correctly in recursive ange-ftp listings.
16059
16060 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16061
16062 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16063 ps-header-font-size-internal and
16064 ps-header-title-font-size-internal variables are not set,
16065 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16066 face text property is (foreground-color . COLOR) or
16067 `(background-color . COLOR)', ps-print crashes. Doc fix.
16068 (ps-print-version): New version number (5.2.4).
16069 (ps-plot-region): Code fix.
16070 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16071 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16072 Bug fix 2.
16073
16074 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16075
16076 * glasses.el (glasses-make-readable): Fix uncapitalization of
16077 identifiers like `myXMLDocument'.
16078
16079 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16080
16081 * mail/mail-hist.el (mail-hist-previous-input)
16082 (mail-hist-next-input): Do the obvious code factorization.
16083 (mail-hist-retrieve-and-insert): New func, contains common
16084 code of above two.
16085 If inserting a message body, leave point at top.
16086
16087 2000-07-28 Sam Steingold <sds@gnu.org>
16088
16089 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16090 Use `<=', not `<' to compare times!
16091 (ange-ftp-ls): Remove.
16092
16093 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16094
16095 * play/cookie1.el: Add explanation of how to make cookie.el
16096 compatible with strfile(1) to comment.
16097
16098 * subr.el (remove, remq): New functions.
16099
16100 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16101 escape `*' in regexps.
16102 (midnight-find): Reverse order of arguments in the funcall of
16103 TEST.
16104
16105 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16106 and `.class'.
16107
16108 * play/meese.el: Add Commentary section.
16109
16110 2000-07-27 Alex Schroeder <alex@gnu.org>
16111
16112 * sql.el (sql-ms): Added autoload cookie.
16113 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16114 (sql-oracle): Ditto.
16115 (sql-help): Doc change.
16116
16117 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16118 types and exceptions.
16119
16120 2000-07-27 Alex Schroeder <alex@gnu.org>
16121
16122 * sql.el (sql-placeholder-history): New variable.
16123 (sql-query-placeholders-and-send): New function that will query
16124 the user and replace placeholders with user input.
16125 (sql-oracle): If running on NT, set comint-input-sender to
16126 sql-query-placeholders-and-send.
16127
16128 (sql-stop): If in the SQLi buffer, insert stop notification, else
16129 present it as a message.
16130
16131 2000-07-27 Alex Schroeder <alex@gnu.org>
16132
16133 * sql.el (sql-input-ring-separator): Doc change.
16134 (sql-input-ring-file-name): Doc change.
16135 (sql-interactive-mode): Use `sql-input-ring-separator' and
16136 `sql-input-ring-file-name' to set the comint-mode equivalents
16137 without making them local variables.
16138 (sql-stop): Don't bind `sql-input-ring-separator' and
16139 `sql-input-ring-file-name' dynamically to their comint-mode
16140 equivalents.
16141
16142 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16143
16144 * international/mule.el (register-char-codings): New function.
16145 (make-coding-system): Handle `safe-chars' specification in the arg
16146 PROPERTY.
16147
16148 * international/mule-cmds.el
16149 (find-coding-systems-region-subset-p): This function deleted.
16150 (sort-coding-systems-predicate): New variable.
16151 (sort-coding-systems): New function.
16152 (find-coding-systems-region): Use
16153 find-coding-systems-region-internal.
16154 (find-coding-systems-string): Use find-coding-systems-region.
16155 (find-coding-systems-for-charsets): Check
16156 char-coding-system-table.
16157 (select-safe-coding-system-accept-default-p): New variable.
16158 (select-safe-coding-system): Mostly rewritten. New argument
16159 ACCEPT-DEFAULT-P.
16160 (select-message-coding-system): Call select-safe-coding-system
16161 with ACCEPT-DEFAULT-P arg.
16162 (reset-language-environment): Reset default-sendmail-coding-system
16163 to the default value iso-latin-1.
16164 (set-language-environment): Don't set the obsolete variable
16165 charset-origin-alist.
16166
16167 * international/codepage.el (cp-coding-system-for-codepage-1):
16168 Give `safe-chars' property to make-coding-system.
16169
16170 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16171 calling select-message-coding-system twice.
16172
16173 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16174 instead of `safe-charsets'.
16175 (cyrillic-alternativnyj): Likewise.
16176 (ccl-encode-alternativnyj): Don't check the charset
16177 cyrillic-iso8859-5.
16178
16179 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16180
16181 * composite.el (compose-chars-after): Preserve match data.
16182
16183 2000-07-26 Sam Steingold <sds@gnu.org>
16184
16185 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16186 (ange-ftp-real-file-newer-than-file-p): New function.
16187 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16188 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16189
16190 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16191 * midnight.el (midnight-float-time): Ditto.
16192
16193 2000-07-26 Andreas Schwab <schwab@suse.de>
16194
16195 * files.el (normal-backup-enable-predicate): Correct
16196 interpretation of the return value of compare-strings.
16197
16198 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16199
16200 * isearch.el (isearch-resume): New function.
16201 (isearch-done): Add something to command-history to resume
16202 the search.
16203 (isearch-yank-line, isearch-yank-word): Use
16204 buffer-substring-no-properties instead of buffer-substring.
16205
16206 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16207 of flyspell-mouse-map.
16208
16209 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16210 duplicate definition.
16211 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16212
16213 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16214 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16215
16216 2000-07-25 Sam Steingold <sds@gnu.org>
16217
16218 * net/ange-ftp.el: Get modtime over the net.
16219 (ange-ftp-file-modtime): New function.
16220 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16221 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16222 Use it.
16223 (ange-ftp-dot-to-slash): New function.
16224 (ange-ftp-fix-name-for-vms): Use it.
16225
16226 * midnight.el (midnight-buffer-display-time): Use
16227 `with-current-buffer'.
16228
16229 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16230
16231 * find-dired.el: Update copyright notice.
16232 (find-dired): Offer to kill a running `find'.
16233
16234 * enriched.el (enriched-face-ans): For a `foreground-color'
16235 property, return '(("x-color" COLOR))' so that COLOR will be
16236 output as a parameter of the x-color annotation. Likewise for the
16237 `background-color' property. In the case of normal face
16238 properties, don't return annotations for unspecified foreground
16239 and background face attributes.
16240
16241 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16242
16243 * language/japan-util.el (japanese-katakana-region): Fix handling
16244 HANKAKU argument.
16245
16246 2000-07-25 Miles Bader <miles@gnu.org>
16247
16248 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16249 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16250 constrain-to-field.
16251
16252 2000-07-24 Andrew Innes <andrewi@gnu.org>
16253
16254 * timer.el (timer-activate-when-idle): Add optional parameter
16255 DONT-WAIT. Update docstring.
16256 (run-with-idle-timer): Specify extra parameter to
16257 timer-activate-when-idle, so that timer will be activated
16258 immediately if Emacs is already idle.
16259
16260 * w32-fns.el (w32-using-nt): Fix docstring.
16261
16262 2000-07-24 Dave Love <fx@gnu.org>
16263
16264 * mouse.el (popup-menu): Set last-command-event.
16265 (mouse-major-mode-menu-prefix): Declare.
16266
16267 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16268
16269 * textmodes/flyspell.el: Update to author's version 1.5d.
16270
16271 * progmodes/hideshow.el: Update copyright notice.
16272
16273 * vcursor.el: Set maintainer to FSF, since author cannot
16274 be reached.
16275
16276 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16277
16278 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16279 the prompt.
16280
16281 * mouse.el (popup-menu): Run the keymap through indirect-function,
16282 in case it was defined with define-prefix-key. If the menu is a
16283 list of keymaps, look up the binding of user's choice in each one
16284 of the keymaps.
16285 (mouse-popup-menubar): If the global and local menu-bar keymaps
16286 don't have a prompt string, create one and insert it into the
16287 keymap. Don't barf if current-local-map returns nil.
16288
16289 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16290
16291 * dired.el (dired-sort-R-check): Added to allow recursive listing
16292 to be undone.
16293 (dired-sort-other): Use it.
16294
16295 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16296
16297 * Release of cc-mode 5.27
16298
16299 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16300
16301 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16302 c-beginning-of-statement-1 that caused a bad case of recursion
16303 which could consume a lot of CPU in large classes in languages
16304 that have in-expression classes (i.e. Java and Pike).
16305
16306 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16307 statements before top level constructs (i.e. case 6 is moved
16308 before case 5 and is now case 4) to catch in-expression
16309 classes in top level expressions correctly.
16310
16311 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16312
16313 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16314 objc-method-intro. Case 4 removed and case 5I added.
16315
16316 * cc-langs.el (c-append-paragraph-start): New variable used by
16317 c-common-init to get paragraph-start correct.
16318 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16319 initialize paragraph-start to make it correct both with and
16320 without the javadoc special case.
16321
16322 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16323 initialize paragraph-start for javadoc markup.
16324
16325 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16326 change by defaulting this to t. It's motivated by the
16327 confusing behavior that otherwise arise from the style system
16328 when editing both java and non-java files at the same time
16329 (see the comments about style setting in c-common-init).
16330
16331 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16332
16333 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16334 similar to the one in c-fill-paragraph to check the fill
16335 prefix from the adaptive fill function for sanity.
16336
16337 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16338
16339 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16340 defun block.
16341
16342 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16343
16344 * cc-align.el (c-lineup-multi-inher): Handle lines with
16345 leading comma nicely. Extended to handle member initializers
16346 too.
16347
16348 * cc-engine.el: (c-beginning-of-inheritance-list,
16349 c-guess-basic-syntax): Fixed recognition of inheritance lists
16350 when the lines begins with a comma.
16351
16352 * cc-vars.el (c-offsets-alist): Changed default for
16353 member-init-cont to c-lineup-multi-inher since it now handles
16354 member initializers and indents better for leading commas.
16355
16356 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16357
16358 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
16359 handling that caused class open lines to be recognized as
16360 statement-conts in some cases.
16361
16362 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
16363 guessed by the adaptive fill function unless point is on the
16364 first line of a block comment.
16365
16366 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
16367 when the buffer ends with a macro continuation char.
16368
16369 * cc-engine.el (c-guess-basic-syntax): Added support for
16370 function definitions as statements in Pike. The first
16371 statement in a lambda block is now labeled defun-block-intro
16372 instead of statement-block-intro.
16373
16374 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
16375 so that the class surrounding point is selected, not the one
16376 innermost in the state.
16377
16378 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
16379 recognition of switch labels having hanging multiline
16380 statements.
16381
16382 * cc-engine.el (c-beginning-of-member-init-list): Broke out
16383 some code in c-guess-basic-syntax to a separate function.
16384 * cc-engine.el (c-just-after-func-arglist-p): Fixed
16385 recognition of member inits with multiple line arglists.
16386 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
16387 member-init-cont when the commas are in funny places.
16388
16389 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16390
16391 * cc-defs.el (c-auto-newline): Removed this macro since it's
16392 not used anymore.
16393
16394 * cc-engine.el (c-looking-at-bos): New helper function.
16395 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
16396 inexpr and toplevel classes apart in Pike.
16397
16398 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
16399 of case 9A.
16400
16401 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
16402 constant, since "class" can introduce an in-expression class
16403 in Pike nowadays.
16404
16405 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16406
16407 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
16408 indentation on cpp-macro lines.
16409
16410 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
16411 a syntax modifier like comment-intro, to make it possible to
16412 get syntactic indentation for preprocessor directives. It's
16413 incompatible wrt to lineup functions on cpp-macro, but it has
16414 no observable effect in the 99.9% common case where cpp-macro
16415 is set to -1000.
16416
16417 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16418
16419 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
16420 member-init-cont when the preceding arglist is several lines.
16421
16422 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16423
16424 * cc-styles.el (c-style-alist): The basic offset for the BSD
16425 style corrected to 8.
16426
16427 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16428
16429 * cc-styles.el (c-style-alist): Adjusted the indentation of
16430 brace list openers in the gnu style.
16431
16432 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16433
16434 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
16435
16436 * cc-cmds.el (c-electric-brace, c-electric-slash,
16437 c-electric-star, c-electric-semi&comma, c-electric-colon,
16438 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
16439 when c-syntactic-indentation is nil.
16440
16441 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
16442 we were left at comments preceding the first statement when
16443 reaching the beginning of the buffer.
16444
16445 * cc-vars.el (c-syntactic-indentation): New variable to turn
16446 off all syntactic indentation.
16447
16448 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16449
16450 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
16451 between the text and the block comment ender when it hangs,
16452 depending on how many there are before the fill.
16453
16454 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16455
16456 * cc-engine.el (c-beginning-of-closest-statement): New helper
16457 function to go back to the closest preceding statement start,
16458 which could be inside a conditional statement.
16459 * cc-engine.el (c-guess-basic-syntax): Use
16460 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
16461
16462 * cc-engine.el (c-guess-basic-syntax): Better handling of
16463 arglist-intro, arglist-cont-nonempty and arglist-close when
16464 the arglist is nested inside parens. Cases 7A, 7C and 7F
16465 changed.
16466
16467 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
16468 up-to-date with javadoc 1.2.
16469
16470 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16471
16472 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
16473 multiline Pike type decls.
16474
16475 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16476
16477 * cc-cmds.el (c-indent-new-comment-line): Always break
16478 multiline comments in multiline mode, regardless of
16479 comment-multi-line.
16480
16481 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16482
16483 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
16484 fully::qualified::names in C++ member init lists. Preamble in
16485 case 5D changed.
16486
16487 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16488
16489 * cc-langs.el (c-common-init): Handling of obsolete variables
16490 moved to c-initialize-cc-mode. More compatible style override
16491 when using global style variables.
16492 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
16493 variables moved here.
16494
16495 * cc-styles.el (c-make-styles-buffer-local): Flag style
16496 variable localness in c-style-variables-are-local-p to make
16497 the compatibility measure in c-common-init work well.
16498
16499 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
16500 longer contain set-from-style.
16501 * cc-styles.el (c-initialize-builtin-style): Don't check for
16502 set-from-style on c-special-indent-hook.
16503 * cc-styles.el (c-copy-tree): Obsolete. The standard function
16504 copy-alist is sufficient now.
16505
16506 * cc-styles.el (c-set-style, c-set-style-1,
16507 c-get-style-variables): Fixes to variable initialization so
16508 that duplicate entries in styles have the same effect
16509 regardless of DONT-OVERRIDE.
16510
16511 * cc-styles.el (c-set-style-2): Fixed bug where the
16512 initialization of inheriting styles failed when the
16513 dont-override flag is set.
16514
16515 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
16516 on this.
16517
16518 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16519
16520 * cc-defs.el (c-forward-comment): Removed the workaround
16521 introduced in 5.38 since it had worse side-effects. If a line
16522 contains the string "//\"", it regarded the // as a comment
16523 start since the \ temporarily doesn't have escape syntax.
16524
16525 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
16526
16527 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
16528 ada-xref.el before ada-prj.el, so that the Project menu is created
16529 when ada-prj tries to add to it.
16530 (ada-activate-keys-for-case): Suppress the characters that are not
16531 part of the Ada syntax. Better compatibility with else-mode
16532 (ada-adjust-case-interactive): When auto-casing is not active,
16533 correctly insert newlines (used to insert only ^M). Prevent the
16534 syntax table from being changed in case of an error
16535 (or '_' becomes part of a word and some commands are confused).
16536 Do nothing if ada-auto-case is nil.
16537 (ada-after-keyword-p): Ignore keywords that are also attributes
16538 (ada-batch-reformat): Update usage comment
16539 (ada-call-from-contextual-menu): New function
16540 (ada-case-read-exceptions): Reinitialize the casing exception list
16541 first to nil first, so that the casing exception file can be
16542 shared.
16543 (ada-check-defun-name): Handles "configure" keyword for gnatdist
16544 files.
16545 (ada-compile-goto-error): Fix regexp used to detect a file:line
16546 anywhere in the error message
16547 (ada-contextual-menu-last-point): New variable
16548 (ada-create-keymap): If the variable delete-key-deletes-forward is
16549 t on XEmacs, it means that DEL should delete one character
16550 forward.
16551 (ada-create-menu): Use :included instead of :visible for XEmacs.
16552 New submenu "Options".
16553 (ada-end-stmt-re): Correctly indent "select ... then abort"
16554 statements.
16555 (ada-fill-comment-paragraph): Correctly delete all leading '--'
16556 even if they don't match ada-fill-comment-prefix Fix handling of
16557 paragraphs on the first or last line of a file.
16558 (ada-format-paramlist): Fix handling of default parameter values.
16559 (ada-get-body-name): New function.
16560 (ada-get-current-indent): Optimized by searchling directly for an
16561 existing generic part or a statement outside of it. Handle
16562 ada-indent-align-comments when indenting comments Replaced some
16563 regexps by testing directly the next character. This results in a
16564 huge speedup on some files. New indentation scheme for renames
16565 statements. Stop looking for the 'while' or 'for' associated with
16566 a 'loop' at the first semicolon encountered. A "return" can also
16567 match an anonymous access subprogram declaration.
16568 (ada-get-indent-noindent): Ignore strings and comments when
16569 looking for the keywords "record" and "private".
16570 (ada-goto-matching-decl-start): When matching "if", make sure we
16571 are not in fact seeing "end if". Ignore "when" statements except
16572 when initial keyword was "begin". Fix handling of nested
16573 procedures. Add a recursive call to this function to skip over
16574 other 'end' statmts. Fix indentation for "when .. => begin"
16575 (ada-in-open-paren-p): Fix indentation for complex boolean
16576 expressions, where 'and then', 'or else' and parenthesis
16577 statements are mixed up.
16578 (ada-in-paramlist-p): Skip comments while searching for the
16579 beginning Fix handling of operator declarations.
16580 (ada-indent-align-comments): New variable
16581 (ada-indent-current): Change the syntax table only in the
16582 protected section, so that we are sure it is restored correctly.
16583 (ada-indent-on-previous-lines): Use ada-use-indent and
16584 ada-with-indent Correctly indent "select ... then"
16585 (ada-indent-region): Slight speedup.
16586 (ada-indent-renames): New variable.
16587 (ada-last-which-function-subprog, ada-last-which-function-line):
16588 New variables
16589 (ada-looking-at-semi-private): Correctly indent the 'private'
16590 keyword when it is the first word in a package declaration.
16591 (ada-loose-case-word): Stop searching if at the end of the buffer.
16592 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
16593 even if point is not initially at the end of the word.
16594 (ada-matching-decl-start-re): Add "when".
16595 (ada-mode): Add support for abbrev-mode, outline-mode and
16596 which-func-mode Override the old find-file.el entry in
16597 ff-special-constructs since it is using the obsolete
16598 ada-spec-suffix variable
16599 (ada-no-auto-case): New function
16600 (ada-scan-paramlist): When parsing the argument type, accept
16601 spaces (as in "X 'Class", generated by Rational Rose).
16602 (ada-other-file-name): No longer loads the other file.
16603 (ada-popup-menu): Save and restore the current buffer and cursor
16604 position before and after displaying the menu.
16605 (ada-search-ignore-complex-boolean): New function.
16606 (ada-uncomment-region): Emacs21 already knows how to delete
16607 comments not starting in the first column.
16608 (ada-use-indent): New variable
16609 (ada-which-function): New function.
16610 (ada-with-indent): New variable
16611 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
16612 can be batch-compiled from the command line.
16613
16614 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
16615 Add to the menu when the file is loaded, not in ada-mode-hook.
16616 Add -toolbar to the default ddd command Switches moved from
16617 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
16618 ada-prj-default-comp-opt
16619 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
16620 Reference Manual to the menu
16621 (ada-check-current): rewritten as a call to ada-compile-current
16622 (ada-compile): Removed.
16623 (ada-compile-application, ada-compile-current, ada-check-current):
16624 Set the compilation-search-path so that compile.el automatically
16625 finds the sources in src_dir. Automatic scrollong of the
16626 compilation buffer. C-uC-cC-c asks for confirmation before
16627 compiling
16628 (ada-compile-current): New parameter, prj-field
16629 (ada-complete-identifier): Load the .ali file before doing
16630 processing
16631 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
16632 conform to gnatmake's behavior.
16633 (ada-find-file-in-dir): New function
16634 (ada-find-references): Set the environment variables for gnatfind
16635 (ada-find-src-file-in-dir): New function.
16636 (ada-first-non-nil): Removed
16637 (ada-gdb-application): Add support for jdb, the java debugger.
16638 (ada-get-ada-file-name): Load the original-file first if not done
16639 yet.
16640 (ada-get-all-references): Handles the new ali syntax (parent types
16641 are found between <>).
16642 (ada-initialize-runtime-library): New function
16643 (ada-mode-hook): Always load a project file when a file is opened,
16644 so that the casing exceptions are correctly read.
16645 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
16646 (ada-parse-prj-file): Use find-file-noselect instead of find-file
16647 to open the project file, since the latter does not work with
16648 speedbar Get default values before loading the prj file, or the
16649 default executable file name is wrong. Use the absolute value of
16650 src_dir to initialize ada-search-directories and
16651 compilation-search-path,... Add the standard runtime library to
16652 the search path for find-file.
16653 (ada-prj-default-debugger): Was missing an opening '{'
16654 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
16655 variables.
16656 (ada-prj-default-gnatmake-opt): New variable
16657 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
16658 buffers, the project file is the default one Save the windows
16659 configuration before displaying the menu.
16660 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
16661 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
16662 ...) regexp-quote identifiers names to support operators +,
16663 -,... in regexps.
16664 (ada-remote): New function.
16665 (ada-run-application): Erase the output buffer before starting the
16666 run Support remote execution of the application. Use
16667 call-process, or the arguments are incorrectly parsed
16668 (ada-set-default-project-file): Reread the content of the active
16669 project file, not the one from the current buffer When a project
16670 file is set as the default project, all directories are
16671 automatically associated with it.
16672 (ada-set-environment): New function
16673 (ada-treat-cmd-string): New special variable ${current}
16674 (ada-treat-cmd-string): Revised. The substitution is now done for
16675 any ${...} substring
16676 (ada-xref-current): If no body was found, compiles the spec
16677 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
16678 compiler to get rid of command line length limitations.
16679 (ada-xref-get-project-field): New function
16680 (ada-xref-project-files): New variable
16681 (ada-xref-runtime-library-specs-path)
16682 (ada-xref-runtime-library-ali-path): New variables
16683 (ada-xref-set-default-prj-values): Default run command now does a
16684 cd to the build directory. New field: main_unit Provide a default
16685 file name even if the current buffer has no prj file.
16686
16687 * ada-prj.el:
16688 Rewritten to show a tabbed-dialog.
16689 (ada-prj-add-ada-menu): Remove the map and name parameters.
16690 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
16691 New function
16692 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
16693 (ada-prj-load-from-file): New function
16694 (ada-prj-save): Always save fields that depend on the current buffer
16695 (ada-prj-show-value): New function
16696
16697 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
16698 Ada mode. This will allow us to display the Ada menu in any buffer
16699 we want (for project items).
16700 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
16701 number of spaces in the header.
16702
16703 2000-07-24 Dave Love <fx@gnu.org>
16704
16705 * ediff-init.el (ediff-region-help-echo): Bind face-help.
16706
16707 2000-07-23 Noah Friedman <friedman@splode.com>
16708
16709 * type-break.el (type-break): perform autosave.
16710 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
16711 (type-break-do-query): Cancel query schedule while performing
16712 actual query, to avoid possibility of a second query being made
16713 while first one is already in progress.
16714 (type-break-time-stamp-format): New variable.
16715 (type-break-time-stamp): New function.
16716 (type-break-time-warning): Use it.
16717 (type-break-keystroke-warning): Use it.
16718 (type-break-noninteractive-query): Use it.
16719
16720 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
16721 cookie.
16722 Use add-minor-mode to set minor-mode-alist, if available.
16723 (eldoc-echo-area-use-multiline-p): New user option.
16724 (eldoc-echo-area-multiline-supported-p): New variable.
16725 (eldoc-docstring-format-sym-doc): Use them.
16726 (eldoc-mode): If not using idle timers, append to local post and
16727 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
16728 (eldoc-display-message-no-interference-p): Don't interfere with
16729 edebug.
16730 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
16731 (eldoc-function-arglist): New function.
16732 (eldoc-function-argstring): Use it.
16733
16734 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
16735 auto save directory exists before calling directory-files.
16736
16737 2000-07-23 Dave Love <fx@gnu.org>
16738
16739 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
16740 ^o, ^u.
16741
16742 2000-07-21 Dave Love <fx@gnu.org>
16743
16744 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
16745 now passed to the function. It now works properly.
16746
16747 * smerge-mode.el (smerge-mode-menu): Fill it out.
16748
16749 2000-07-20 Gerd Moellmann <gerd@gnu.org>
16750
16751 * info-look.el (info-lookup): If *info* is shown in another frame
16752 on the same display, select that frame, instead of switching to
16753 the Info buffer in another window of the selected frame.
16754
16755 * simple.el (universal-argument-map): Bind numeric keypad keys
16756 kp-0 to kp-9 and kp-subtract.
16757 (digit-argument): Handle these keys.
16758
16759 2000-07-20 Dave Love <fx@gnu.org>
16760
16761 * net/goto-addr.el (goto-address-fontify): Don't bother with
16762 buffer-modified and read-only stuff -- irrelevant with overlays.
16763 Put an extra property on the overlays and use it to clean up in
16764 case goto-address is re-run.
16765
16766 2000-07-19 Richard M. Stallman <rms@gnu.org>
16767
16768 * timer.el (run-with-idle-timer): Doc fix.
16769
16770 * mail/mail-utils.el (mail-strip-quoted-names):
16771 Handle case where <...> appears inside "...".
16772 Use replace-match to edit the string more simply.
16773 (rmail-dont-reply-to): Cope with an unmatched ".
16774
16775 2000-07-19 Dave Love <fx@gnu.org>
16776
16777 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
16778 implementation.
16779
16780 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
16781 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
16782 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
16783
16784 2000-07-19 Gerd Moellmann <gerd@gnu.org>
16785
16786 * textmodes/refer.el: Correct maintainer's email address.
16787
16788 * progmodes/hideif.el: Correct author's email address.
16789 Fix typo in comment.
16790
16791 * xml.el: New file.
16792
16793 * mail/mailheader.el: Correct author's mail address.
16794
16795 * gnus/parse-time.el: Correct author's mail address.
16796
16797 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
16798
16799 * comint.el (comint-highlight-input, comint-highlight-face):
16800 New user options.
16801 (comint-input-ring-file-name): Change custom type.
16802 (comint-mode-map): Bind mouse-2.
16803 (comint-insert-clicked-input): New function.
16804 (comint-send-input): Handle input highlighting.
16805
16806 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
16807
16808 * mouse.el (popup-menu): New function.
16809 (mouse-major-mode-menu): Use it.
16810
16811 2000-07-18 Dave Love <fx@gnu.org>
16812
16813 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
16814 improvements.
16815
16816 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16817
16818 * faces.el (face-font-selection-order)
16819 (face-font-family-alternatives): Add custom type.
16820
16821 2000-07-18 Dave Love <fx@gnu.org>
16822
16823 * cus-edit.el (custom-variable-reset-saved)
16824 (custom-variable-reset-standard): Remove unused bindings.
16825
16826 * rect.el (open-rectangle-line): Remove unused let.
16827
16828 * hl-line.el (hl-line-highlight): Check hl-line-mode.
16829
16830 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16831
16832 * cdl.el: Fix `Maintainer' keyword.
16833
16834 * play/pong.el: Add author's email address.
16835
16836 2000-07-17 Sam Steingold <sds@gnu.org>
16837
16838 * files.el (insert-directory): Call `split-string' instead of
16839 re-implementing it.
16840
16841 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16842
16843 * mail/vms-pmail.el: Change maintainer to FSF.
16844
16845 * net/goto-addr.el: Change maintainer to FSF.
16846
16847 * info.el (Info-title-face-alist): Removed.
16848
16849 2000-07-18 David Ponce <david@dponce.com>
16850
16851 * recentf.el (recentf-open-files): New command that works like
16852 `recentf-open-more-files', but shows the whole list of files (not just
16853 those omitted from the menu). Useful if you don't use a menu-bar!
16854 (recentf-open-more-files) Modified to use `recentf-open-files'.
16855
16856 (recentf-open-files, recentf-open-more-files)
16857 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
16858
16859 (recentf-dialog-mode): New mode for dialogs. You can now just type
16860 "q" to cancel the dialogs.
16861
16862 2000-07-18 David Ponce <david@dponce.com>
16863
16864 * recentf.el: This is a major update of recentf.el. It adds new
16865 features to better organize the recentf menu and "More..." buffer.
16866
16867 Using new provided menu filtering functions you can now organize the
16868 recent files list:
16869
16870 - by major modes
16871 - by directories
16872 - by user defined rules
16873
16874 Finally, with the new `recentf-filter-changer' customizable filter you
16875 can define a ring of filters and dynamically (via the menu) cycle on
16876 each menu organization in the ring (a la msb).
16877
16878 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
16879
16880 * eshell/eshell.el (eshell): Replace links to eshell.info with
16881 links to eshell, to avoid problems on systems where the manual is
16882 installed as `eshell'.
16883 * eshell/esh-cmd.el (eshell-cmd): Ditto.
16884 * eshell/em-smart.el (eshell-smart): Ditto.
16885 * eshell/em-banner.el (eshell-banner): Ditto.
16886 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
16887
16888 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
16889 same-file check in the MS-DOS version (it does support inodes).
16890
16891 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
16892
16893 * eshell/eshell.el (eshell-directory-name):
16894 Run default directory name through convert-standard-filename.
16895
16896 2000-07-18 Kenichi Handa <handa@etl.go.jp>
16897
16898 * international/mule-cmds.el (select-safe-coding-system):
16899 Fix typo in the comment.
16900
16901 * language/european.el (compound-text):
16902 Force katakana-jisx0201 to be designated to G1.
16903
16904 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
16905 Don't translate some national variant characters of latin-jisx0201.
16906 (x-ctext): Force katakana-jisx0201 to be designated to G1.
16907
16908 * international/kkc.el (kkc-after-update-conversion-functions):
16909 New variable.
16910 (kkc-update-conversion): Run functions in it at the tail.
16911
16912 2000-07-16 John Wiegley <johnw@gnu.org>
16913
16914 * lisp/align.el (align-newline-and-indent):
16915 Adding new function. for auto-aligning blocks of code on RET.
16916 (align-region): Fixed badly formatted minibuffer message.
16917
16918 2000-07-17 Kenichi Handa <handa@etl.go.jp>
16919
16920 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
16921 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
16922 the conversion list at first if appropriate.
16923 (kkc-next): Don't update kkc-next-count here.
16924 (kkc-prev): Don't update kkc-prev-count here.
16925 (kkc-show-conversion-list-update): Fix setting up of conversion
16926 list message.
16927
16928 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
16929
16930 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
16931
16932 2000-07-16 Dave Love <fx@gnu.org>
16933
16934 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
16935 function to be more specific.
16936
16937 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
16938 non-string help-echo.
16939 (widget-types-convert-widget): Defsubst it.
16940 (widget-echo-help): Try to cope with a help-echo function of two
16941 possible sorts.
16942
16943 2000-07-15 Jason Rumney <jasonr@gnu.org>
16944
16945 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
16946 Declare as obsolete.
16947
16948 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
16949
16950 2000-07-14 Gerd Moellmann <gerd@gnu.org>
16951
16952 * hilit-chg.el: Fix typo.
16953
16954 2000-07-14 Dave Love <fx@gnu.org>
16955
16956 * info.el (Info-mode-menu): Fix use of :help, :enable.
16957
16958 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
16959
16960 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
16961
16962 2000-07-13 Dave Love <fx@gnu.org>
16963
16964 * emacs-lisp/easymenu.el: Doc fixes.
16965 (easy-menu-remove): Defalias to ignore.
16966
16967 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
16968 Call throw correctly.
16969
16970 2000-07-13 Gerd Moellmann <gerd@gnu.org>
16971
16972 * faces.el (frame-background-mode): Doc fix.
16973
16974 * simple.el (eval-expression-print-length): Change custom type to
16975 allow entering nil as value.
16976
16977 2000-07-13 Dave Love <fx@gnu.org>
16978
16979 * progmodes/fortran.el (fortran-imenu-generic-expression):
16980 Change definition layout.
16981 (fortran-mode-menu): Reinstate customize entries.
16982
16983 * cus-edit.el (custom-group-menu-create, customize-menu-create):
16984 Use :filter, per old XEmacs code.
16985
16986 2000-07-12 Gerd Moellmann <gerd@gnu.org>
16987
16988 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
16989 event when deciding what to send to the terminal.
16990
16991 2000-07-12 Dave Love <fx@gnu.org>
16992
16993 * cus-start.el: Add optional version as 4th element of specs and
16994 use it for several things new in v21. Remove load-path. Fix type
16995 of line-number-display-limit.
16996
16997 2000-07-11 Dave Love <fx@gnu.org>
16998
16999 * progmodes/fortran.el: Don't require easymenu.
17000 Use repeat counts in various regexps.
17001 (fortran-mode-syntax-table): Defvar directly.
17002 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17003 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17004 Use defvar, not defconst.
17005 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17006 (fortran-mode): Set fortran-comment-line-start-skip,
17007 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17008 (fortran-comment-indent): Use defsubst.
17009 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17010 Use fortran-comment-indent, not fortran-comment-indent-function.
17011 (fortran-comment-region, fortran-electric-line-number): Simplify.
17012 (fortran-auto-fill): New function.
17013 (fortran-do-auto-fill): Deleted.
17014 (fortran-find-comment-start-skip):
17015 Check for non-null comment-start-skip.
17016 (fortran-auto-fill-mode, fortran-fill-statement):
17017 Use fortran-auto-fill.
17018 (fortran-fill): Use fortran-auto-fill. Check for null
17019 comment-start-skip. Simplify final clause and use end-of-line finally.
17020
17021 * widget.el (widget-plist-member): New alias.
17022
17023 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17024
17025 * eshell/esh-module.el (toplevel): Reference
17026 byte-compile-current-file only if it is bound.
17027
17028 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17029
17030 * dired.el: Don't require `dired-aux'.
17031
17032 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17033
17034 * dired-aux.el (dired-show-file-type): New function.
17035 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17036 (dired-show-file-type): Add autoload.
17037
17038 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17039
17040 * international/mule-diag.el (describe-font): Adjusted for the
17041 change of fontset-info.
17042 (print-fontset): Likewise.
17043
17044 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17045
17046 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17047
17048 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17049
17050 * bindings.el: Bind `[delete]' to delete-char.
17051
17052 * dired.el (dired-find-alternate-file): New function.
17053 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17054 (toplevel): Require dired-aux when compiling.
17055 (dired-buffers): Move defvar within file to avoid compiler warning.
17056
17057 * info.el (Info-last-search): Variable removed.
17058 (Info-search-history): New variable.
17059 (Info-search): New Info-search-history.
17060
17061 * battery.el, info-look.el: Change author's mail address.
17062
17063 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17064
17065 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17066 if rmail-ignored-headers is nil.
17067 (rmail-retry-failure): Bind rmail-ignored-headers and
17068 rmail-displayed-headers to nil.
17069
17070 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17071
17072 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17073 (print-region-1): Don't hard code `-h' here.
17074
17075 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17076
17077 2000-07-01 Francesco Potorti` <pot@gnu.org>
17078
17079 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17080 exim can use "your message" instead of "the message".
17081
17082 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17083
17084 * facemenu.el: Docstrings fixes.
17085 (facemenu-get-face): Don't use internal-find-face.
17086 (facemenu-iterate): Rename arg to match the docstring.
17087
17088 * newcomment.el (uncomment-region): Be more careful when skipping
17089 backwards over `=' not to bump into BOBP.
17090
17091 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17092
17093 * ediff-diff.el (ediff-wordify): Use syntax table.
17094 * ediff-init.el (ediff-has-face-support-p): Use
17095 ediff-color-display-p.
17096 (ediff-color-display-p): Use display-color-p, changed to defun
17097 from defsubst.
17098 Got rid of special cases for NeXT and OS/2.
17099 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17100 face.
17101
17102 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17103
17104 * emacs-lisp/lucid.el: Require CL.
17105 (copy-tree, remprop): Remove, it's provided by CL.
17106 (map-keymap): Define in terms of cl-map-keymap.
17107 (extent-property, set-extent-end-glyph): New functions.
17108
17109 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17110
17111 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17112
17113 * Makefile.in (DONTCOMPILE): Add comment that the name may
17114 not be changed without changing the make-dist script.
17115
17116 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17117 (cl-mapc): Use mapc instead of cl-old-mapc.
17118
17119 2000-07-05 Andrew Innes <andrewi@gnu.org>
17120
17121 * makefile.nt: Add support for `bootstrap' and related targets.
17122
17123 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17124
17125 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17126 (easy-menu-do-define): Use `menu-item' format.
17127 Handle case where easy-menu-create-menu returns a symbol.
17128 Manually call the potential top-level filter in the function binding.
17129 (easy-menu-filter-return): New arg NAME.
17130 Convert to a keymap if MENU is an XEmacs menu.
17131 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17132 (easy-menu-converted-items-table, easy-menu-convert-item):
17133 New var and fun to memoize easy-menu-convert-item-1.
17134 (easy-menu-do-add-item): Use it.
17135 (easy-menu-create-menu): Use easy-menu-convert-item.
17136 Wrap easy-menu-filter-return around any :filter specification.
17137 Don't convert the menu if a filter was specified.
17138 Tell easy-menu-make-symbol not to check for MENU being an expression.
17139 (easy-menu-make-symbol): New arg NOEXP.
17140
17141 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17142
17143 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17144 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17145 (eval-defun): If called with prefix arg, instrument code for
17146 Edebug.
17147
17148 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17149 similar to that of eval-defun.
17150
17151 2000-07-04 Dave Love <fx@gnu.org>
17152
17153 * hl-line.el (hl-line-overlay): Make it permanent-local.
17154
17155 * calendar/todo-mode.el: Replaced with a working version, based on
17156 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17157
17158 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17159
17160 * paths.el (prune-directory-list): New function.
17161 (Info-default-directory-list): Rewritten to more methodically
17162 enumerate a big list of possible info directories (based on the
17163 list used by the standalone info reader).
17164
17165 * info.el (info-initialize): Use prune-directory-list to remove
17166 non-existent directories from Info-directory-list.
17167
17168 * paths.el (Info-default-directory-list): Try a list of possible
17169 info-directories instead of a single one. Add the possible
17170 info directory "/usr/share/info".
17171
17172 * woman.el (woman-man.conf-path): Explicitly include the debian
17173 man-db config file "/etc/manpath.config".
17174 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17175 are present in `manpath.config'.
17176 (woman-manpath): Include "/usr/share/man".
17177
17178 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17179
17180 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17181
17182 * startup.el (command-line): Initialize blink-cursor based
17183 on window-system.
17184
17185 * frame.el (blink-cursor): Default to nil if not running under
17186 a window-system.
17187
17188 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17189 (face-x-resources): Remove duplicate entry for :font.
17190
17191 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17192 instead of cycling through windows with next-window.
17193
17194 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17195 of cycling through windows with next-window.
17196
17197 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17198 of cycling through windows with next-window.
17199
17200 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17201 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17202 instead of cycling through windows with next-window.
17203
17204 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17205 instead of cycling through windows with next-window.
17206
17207 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17208 of cycling through windows with next-window.
17209
17210 * terminal.el (te-process-output): Use walk-windows instead of
17211 cycling through windows with next-window.
17212
17213 * server.el (server-switch-buffer): Use some-window instead of
17214 cycling through windows with next-window.
17215
17216 * window.el (some-window): New function.
17217 (walk-windows): Remove reference to walk-windows-start.
17218
17219 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17220
17221 2000-07-03 Richard Stallman <rms@gnu.org>
17222
17223 * window.el (walk-windows): Guarantee termination by keeping a list
17224 of all the windows already handled.
17225
17226 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17227
17228 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17229 window-system.
17230
17231 * man.el (Man-notify-when-ready): Don't use window-system. If
17232 Man-notify-method is newframe, and the display is not
17233 multi-frame, select the frame created for the man page.
17234 (Man-init-defvars): Doc fix.
17235
17236 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17237
17238 * faces.el (region): Change background color for light background.
17239
17240 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17241 attribute from mode-line face of Ediff control frame.
17242
17243 * replace.el (query-replace-map): Bind `e' like `E'.
17244
17245 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17246
17247 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17248 Change name to "Select All".
17249
17250 * dos-fns.el (convert-standard-filename): Fix last change.
17251
17252 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17253
17254 * help.el (describe-variable): Don't insert a second `'s' in front
17255 of the string `value is shown below'. Since the syntax-table is
17256 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17257 an existing `'s', so that this won't be deleted.
17258
17259 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17260 * pcmpl-unix.el: New files.
17261
17262 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17263
17264 * wid-edit.el (widget-member): Use the new plist-member.
17265
17266 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17267
17268 * replace.el (perform-replace): Undo change of 2000-04-04.
17269 Instead, move backward 1 character at the end of the loop when
17270 necessary.
17271
17272 * faces.el (fringe): Change face for different backgrounds.
17273
17274 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17275 patch from John.
17276
17277 * eshell/*.el: Change spelling of the Free Software Foundation.
17278
17279 * eshell/esh-toggle.el: Removed.
17280
17281 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17282
17283 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17284 interactively.
17285
17286 2000-06-26 Alex Schroeder <alex@gnu.org>
17287
17288 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17289 `define-key'; instead of checking `(emacs-version)' check for
17290 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17291 for `;' and `o' which might be electric.
17292
17293 (sql-electric-stuff): New user option.
17294 (sql-magic-go): New function which uses `sql-electric-stuff'.
17295 (sql-magic-semicolon): New function which uses
17296 `sql-electric-stuff'.
17297
17298 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17299 is not fboundp.
17300
17301 (sql-oracle-options): New variable.
17302 (sql-oracle): Use it.
17303
17304 (sql-imenu-generic-expression): Doc change.
17305 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17306 is used.
17307
17308 (sql-informix): Added command line parameter "-" to force
17309 sql-informix-program to use stdout.
17310
17311 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17312
17313 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17314 (cp864-decode-table): Doc fix.
17315 (cp720-decode-table): New variable, supports the Arabic OEM
17316 codepage used by Windows.
17317 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17318
17319 2000-06-23 Dave Love <fx@gnu.org>
17320
17321 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17322 (font-lock-fontify-anchored-keywords): Use
17323 line-beginning-position.
17324 (global-font-lock-mode): Use mapc.
17325
17326 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17327
17328 * eshell/esh-module.el: Require CL when compiling.
17329
17330 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17331
17332 * comint.el (comint-substitute-in-file-name): Call replace-match
17333 with second and third arg t.
17334
17335 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17336 Specify foreground color.
17337
17338 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17339 color.
17340
17341 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17342
17343 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17344 cddr instead of cdddr.
17345
17346 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
17347 instead of copy-list.
17348
17349 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
17350 of copy-list.
17351
17352 * subdirs.el: Add eshell subdirectory.
17353
17354 * eshell: New subdirectory containing the Eshell package.
17355
17356 * pcomplete.el: New file.
17357
17358 2000-06-23 Paul Eggert <eggert@twinsun.com>
17359
17360 * mail/mailpost.el (post-mail-send-it): Make sure file has
17361 proper permissions from birth.
17362
17363 * files.el (basic-save-buffer-2): When temporarily setting
17364 file modes, set them to current modes plus 0200, not to 0777.
17365
17366 * emerge.el (emerge-make-temp-file): Make sure file has proper
17367 permissions from birth.
17368
17369 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
17370
17371 * files.el (make-backup-file-name-1): On DOS/Windows, run the
17372 backup file name through convert-standard-filename.
17373
17374 * dos-fns.el (convert-standard-filename): Convert leading
17375 directories as well. When long file names are supported, convert
17376 characters that are invalid in Windows file names.
17377
17378 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17379
17380 * ps-print.el: Fix bug: if ^L is the very first buffer character,
17381 ps-print crashes. New feature: page selection for printing. Create
17382 raw-text-unix coding system for XEmacs. Doc fix.
17383 (ps-print-version): New version number (5.2.3).
17384 (ps-plot-region): Bug fix.
17385 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
17386 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
17387 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
17388 funs.
17389 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
17390 (ps-last-page): New vars.
17391
17392 2000-06-21 Gerd Moellmann <gerd@gnu.org>
17393
17394 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
17395 empty option string.
17396
17397 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
17398
17399 * man.el (man): Doc fix.
17400
17401 2000-06-21 Kenichi Handa <handa@etl.go.jp>
17402
17403 * international/mule-cmds.el (set-language-info-alist): Docstring
17404 fixed.
17405
17406 2000-06-20 Gerd Moellmann <gerd@gnu.org>
17407
17408 * version.el (emacs-version): Use ISO date format.
17409
17410 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
17411 instead of `M-backspace'.
17412
17413 * simple.el (turn-off-auto-fill): New function.
17414
17415 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
17416
17417 * jit-lock.el (with-buffer-prepared-for-jit-lock):
17418 Renamed from with-buffer-prepared-for-font-lock and use
17419 inhibit-modification-hooks rather than setting *-change-functions.
17420 Update all functions to use the new name.
17421 (jit-lock-first-unfontify-pos): New semantics (and doc).
17422 (jit-lock-mode): Make non-interactive.
17423 Don't automatically turn on font-lock.
17424 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
17425 Always use jit-lock-after-change.
17426 Remove and restore font-lock-after-change-function.
17427 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
17428 (jit-lock-after-unfontify-buffer): Remove.
17429 (jit-lock-stealth-fontify):
17430 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
17431 (jit-lock-after-change): Set the `fontified' text-prop to nil.
17432
17433 2000-06-20 Sam Steingold <sds@gnu.org>
17434
17435 * emacs-lisp/cl-indent.el (toplevel): Indent
17436 `print-unreadable-object' properly. Untabify.
17437
17438 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17439
17440 * textmodes/reftex.el (reftex-find-citation-regexp-format):
17441 Support for bibentry.
17442 (reftex-compile-variables): Fixed problem with end of section-re.
17443
17444 * texmodes/reftex-dcr.el (reftex-view-crossref,
17445 reftex-view-crossref-from-bibtex):
17446 Deal with changed `reftex-find-citation-regexp-format'.
17447 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
17448 Replaced `remprop' with `put'.
17449 (reftex-view-crossref, reftex-view-crossref-when-idle):
17450 Support for bibentry.
17451
17452 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17453 New entry for bibentry package.
17454
17455 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
17456 Regexp also matches "\nobibliography".
17457
17458 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
17459 Call `reftex-ensure-write-access' before doing anything.
17460 (reftex-ensure-write-access): New function.
17461
17462 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17463
17464 * progmodes/idlwave.el: File re-installed (update to version 4.2)
17465
17466 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
17467
17468 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
17469
17470 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
17471
17472
17473 2000-06-20 Dave Love <fx@gnu.org>
17474
17475 * faces.el (frame-background-mode): Use set-default, not set, in
17476 setter.
17477 (frame-update-faces, frame-update-face-colors): Define with
17478 defalias.
17479
17480 * enriched.el (enriched-decode-foreground)
17481 (enriched-decode-background): Don't use internal-find-face.
17482
17483 * apropos.el: Doc fixes.
17484
17485 * cus-edit.el (customize-changed-options): Check arg.
17486 (customize-version-lessp): Don't require decimal point.
17487
17488 * custom.el (defcustom, defgroup): Doc fix.
17489
17490 * newcomment.el (comment) <defgroup>: Add :version.
17491 (comment-multi-line): Doc fix.
17492
17493 * emulation/mlsupport.el (define-hooked-local-abbrev,
17494 define-hooked-global-abbrev): Fix, using define-abbrev.
17495
17496 2000-06-19 Gerd Moellmann <gerd@gnu.org>
17497
17498 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
17499 the whole buffer.
17500
17501 2000-06-19 Dave Love <fx@gnu.org>
17502
17503 * menu-bar.el (menu-bar-options-save): New function.
17504 (menu-bar-options-menu): Use it.
17505 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
17506 Simplify.
17507
17508 2000-06-19 Andreas Schwab <schwab@suse.de>
17509
17510 * progmodes/etags.el (tags-query-replace): Put new parameters
17511 START and END at the end, for backward compatibility.
17512
17513 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17514
17515 * international/codepage.el:
17516 (cp-coding-system-for-codepage-1): Delete special codes for
17517 generating xxx-dos coding system because now a CCL based coding
17518 system can handle EOL conversion by default.
17519
17520 * international/mule.el (make-coding-system): Generate subsidiary
17521 coding systems for EOL handling variants even for a CCL based
17522 coding system.
17523
17524 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17525
17526 * international/isearch-x.el (isearch-minibuffer-input-method)
17527 (isearch-minibuffer-input-method-function): These variables
17528 deleted.
17529 (isearch-with-input-method): Don't use the above variables.
17530 (isearch-process-search-multibyte-characters): Likewise. Call
17531 read-string with the arg INHERIT-INPUT-METHOD t.
17532
17533 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
17534
17535 * font-lock.el (font-lock-after-fontify-buffer)
17536 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
17537
17538 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
17539 Use consistent make-local-variable style for font-lock-fontified.
17540 (jit-lock-fontify-buffer):
17541 Don't bother checking for font-lock-mode and jit-lock-mode.
17542
17543 * time.el: Remove trailing ^M that prevent CVS-merging.
17544
17545 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17546
17547 * Makefile.in (distclean): New target.
17548
17549 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
17550
17551 * Makefile.in (srcdir): Define for update-subdirs.
17552
17553 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17554
17555 * find-lisp.el: New file.
17556
17557 2000-06-16 Andrew Innes <andrewi@gnu.org>
17558
17559 * time.el (display-time-mail-function): New variable, to allow
17560 external packages to indicate when new mail is available.
17561 (display-time-update): Use it.
17562
17563 2000-06-16 Kenichi Handa <handa@etl.go.jp>
17564
17565 * international/mule.el (mule-version): Change version name to
17566 SAKAKI. AOI has already been used by Meadow.
17567
17568 * international/quail.el (quail-show-guidance-buf): To find the
17569 bottom window (but minibuffer), pay attention to the height of
17570 minibuffer.
17571
17572 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
17573
17574 * arc-mode.el (archive-mode-map): Use the new menu-item format for
17575 menu-bar menus. Add help strings. Don't remove the Edit menu
17576 from the menu bar, as the menu bar has enough space now.
17577
17578 * Makefile.in (SHELL): Make sure /bin/sh is used.
17579
17580 * woman.el (woman-man-buffer): Fix bold and underlined CJK
17581 characters, which use series of two ^H characters instead of one.
17582
17583 2000-06-15 Gerd Moellmann <gerd@gnu.org>
17584
17585 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
17586 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
17587 functions.
17588 (Info-find-node-2): Try a case-sensitive search first, then
17589 do a case-insensitive search.
17590
17591 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
17592 tutorials.
17593
17594 * complete.el (PC-env-vars-alist): New variable.
17595 (PC-complete-as-file-name): New function.
17596 (partial-completion-mode): Initialize PC-env-vars-alist from
17597 process-environment.
17598 (PC-do-completion): Handle completion of env vars.
17599
17600 * info.el (Info-set-mode-line): Show file name in mode line,
17601 use `*Info*' instead of `Info:'.
17602
17603 * startup.el (command-line-1): Change copyright messages to year
17604 2000.
17605
17606 2000-06-15 Dave Love <fx@gnu.org>
17607
17608 * net/goto-addr.el (goto-address-fontify): Use keymap property,
17609 not local-map.
17610
17611 2000-06-15 Kenichi Handa <handa@etl.go.jp>
17612
17613 * international/mule.el (set-buffer-file-coding-system): Almost
17614 rewritten to handle `undecided' as no-op.
17615
17616 2000-06-14 Gerd Moellmann <gerd@gnu.org>
17617
17618 * Makefile.in: New file.
17619
17620 * Makefile: Removed.
17621
17622 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
17623 (goto-address-highlight-keymap): Bind C-c RET.
17624
17625 2000-06-14 Kenichi Handa <handa@etl.go.jp>
17626
17627 * mail/sendmail.el (sendmail-send-it): The temporary buffer
17628 inherits buffer-file-coding-system of the current buffer.
17629
17630 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
17631 0. Give correct argument to set-auto-coding-function.
17632 (tar-expunge): For goto-char, use (point-min), not 0.
17633 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
17634 (tar-subfile-save-buffer): Likewize.
17635
17636 * international/mule.el
17637 (after-insert-file-set-buffer-file-coding-system): Call
17638 set-buffer-file-coding-system with the arg FORCE t.
17639
17640 2000-06-13 Gerd Moellmann <gerd@gnu.org>
17641
17642 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
17643 nil. Contemporary sendmails issue an X-Authentication-Warning if
17644 the sender is set with `-f'.
17645
17646 2000-06-13 Dave Love <fx@gnu.org>
17647
17648 * help.el (describe-function-1): Kluge around cases of functions
17649 fset to subrs whose doc doesn't match their symbol-name.
17650
17651 * image.el (insert-image): Default STRING to a space.
17652
17653 * info.el Doc fixes.
17654 (Info-build-node-completions): Match Ref tags.
17655
17656 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
17657
17658 * frame.el (display-multi-frame-p, display-multi-font-p): New
17659 defaliases for display-graphic-p.
17660
17661 * hl-line.el: Fixed a typo in commentary.
17662
17663 2000-06-13 Kenichi Handa <handa@etl.go.jp>
17664
17665 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
17666 fixed.
17667
17668 2000-06-12 Dave Love <fx@gnu.org>
17669
17670 * image.el (insert-image): Save a little consing.
17671
17672 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17673
17674 * language/tibet-util.el: Convert all tibetan-1-column characters
17675 to the corresponding tibetan characters.
17676 (tibetan-add-components): Delete code for the special treatment of
17677 'a chung.
17678
17679 * language/tibetan.el (tibetan-composable-pattern): Fix previous
17680 change.
17681 (tibetan-vowel-transcription-alist): More rules added.
17682 (tibetan-composite-vowel-alist): New variable.
17683 (tibetan-precomposition-rule-alist): More rules added.
17684
17685 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
17686
17687 * startup.el (command-line): Only call menu-bar-mode if interactive.
17688
17689 * thingatpt.el (toplevel symbol-properties):
17690 * textmodes/makeinfo.el (makeinfo-compile):
17691 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
17692 * progmodes/hideif.el (hif-compress-define-list)
17693 (hide-ifdef-use-define-alist):
17694 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
17695 (ange-ftp-vms-add-file-entry):
17696 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
17697 * man.el (Man-build-man-command):
17698 * mail/rnewspost.el (news-reply-header-hook):
17699 * info.el (Info-insert-dir):
17700 * emulation/mlconvert.el (backward-word, forward-word, setq):
17701 * emacs-lisp/gulp.el (gulp-send-requests):
17702 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
17703 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
17704 (byte-optimize-apply, end of file):
17705 * emacs-lisp/advice.el (ad-advice-class-completion-table)
17706 (ad-make-freeze-definition):
17707 * startup.el (command-line, command-line-1): Don't quote lambdas.
17708
17709 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
17710 (cvs-cleanup-removed): New function.
17711 (cvs-cleanup-functions): New var.
17712 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
17713 some flexibility in specifying additional entries to auto-cleanup.
17714 (cvs-quickdir): New function.
17715 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
17716 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
17717 (cvs-mode-find-file): Check that we are on a filename or dirname
17718 when invoked through a mouse-click.
17719 (cvs-full-path): Remove.
17720 (cvs-dired-action): Re-introduced.
17721 (cvs-dired-noselect): Use it.
17722 (vc-post-command-functions): use this new hook if available.
17723
17724 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
17725 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
17726 (cvs-filename-map, cvs-dirname-map): Remove.
17727 (cvs-default-action): Remove.
17728 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
17729 if the arg is really a keymap.
17730 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
17731 Don't hardcode the mapping from state (aka type) to face, but check
17732 the var cvs-fi-<type>-face instead.
17733 (cvs-fileinfo-from-entries): New function.
17734
17735 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
17736 Docstring fix.
17737 (cvs-find-file-and-jump): Change default to be safer.
17738 (cvs-mode-diff-map): Define it as a function as well.
17739 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
17740 Bind mouse-2 in this global map rather than with text-properties.
17741
17742 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
17743 file to resolve the ambiguity between C(conflict) and C(need-merge).
17744
17745 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17746
17747 * international/mule.el (set-buffer-file-coding-system): If
17748 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
17749 unconditionally.
17750
17751 2000-06-12 Dave Love <fx@gnu.org>
17752
17753 * wid-edit.el (widget-specify-button): Really suppress the face if
17754 required.
17755
17756 2000-06-11 Gerd Moellmann <gerd@gnu.org>
17757
17758 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
17759
17760 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
17761
17762 * imenu.el (imenu-generic-expression): Docstring fix.
17763
17764 * composite.el (composition-function-table): Move the `put'
17765 below the autoload cookie so we can load the file before loaddefs.
17766
17767 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
17768
17769 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
17770 Handle easy-mmode-define-global-mode.
17771 For complex macros like define-minor-mode that can generate
17772 several autoload entries, try to autoload entries in the
17773 macroexpanded code.
17774
17775 * emacs-lisp/easy-mmode.el (define-minor-mode):
17776 If KEYMAP is a symbol, just use it.
17777 Use byte-compile-current-file and load-file-name to infer the
17778 proper :require to pass to defcustom.
17779 Wrap the hook var into `progn' so as not to autoload it.
17780 Add a :autoload-end cookie.
17781 Be more careful about the evaluation of KEYMAP.
17782 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
17783 (define-derived-mode): Move define-abbrev-table outside of defvar.
17784
17785 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
17786
17787 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
17788 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
17789 (backup-compiled-files): Ignore errors during `tar'.
17790 (bootstrap): Make autoloads before elc files.
17791
17792 2000-06-10 Kenichi Handa <handa@etl.go.jp>
17793
17794 * international/mule.el (set-buffer-file-coding-system): If one of
17795 undecided-XXX is specified, change only EOL conversion.
17796
17797 * international/mule-conf.el (unix): New alias for the coding
17798 system undecided-unix.
17799
17800 2000-06-09 Dave Love <fx@gnu.org>
17801
17802 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
17803
17804 * progmodes/executable.el: Byte compile dynamic.
17805 (executable-insert): Change custom type.
17806 (executable-find): Add autoload cookie.
17807 (executable-make-buffer-file-executable-if-script-p): New
17808 function. After Noah Friedman.
17809
17810 * files.el (after-save-hook): Customize, with
17811 executable-make-buffer-file-executable-if-script-p as an option.
17812
17813 2000-06-09 Kenichi Handa <handa@etl.go.jp>
17814
17815 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
17816 "tib24p-mule.bdf" for Tibetan.
17817
17818 * composite.el (decompose-composite-char): Declare it as obsolete.
17819
17820 * man.el (Man-fontify-manpage): Pay attention to underline and
17821 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
17822
17823 2000-06-08 Gerd Moellmann <gerd@gnu.org>
17824
17825 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
17826 Set maintainer to FSF since author isn't reachable.
17827
17828 2000-06-08 Dave Love <fx@gnu.org>
17829
17830 * international/mule-cmds.el (select-safe-coding-system): If
17831 DEFAULT-CODING-SYSTEM is not specified, also check the most
17832 preferred coding-system if buffer-file-coding-system is
17833 `undecided'. From Handa.
17834
17835 2000-06-08 Kenichi Handa <handa@etl.go.jp>
17836
17837 * international/mule.el
17838 (after-insert-file-set-buffer-file-coding-system): If the buffer
17839 size is greater than INSERTED, judget that we are not visiting.
17840
17841 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
17842
17843 * whitespace.el (defgroup whitespace): Comment out `:version'.
17844 XEmacs 20.4 has problems defining the group with this present.
17845 We'll have this commented out till get resolve the problem.
17846
17847 2000-06-07 John Wiegley <johnw@gnu.org>
17848
17849 * align.el (align-dq-string-modes, align-sq-string-modes)
17850 (align-open-comment-modes): Add pyhton-mode.
17851 (align-rules-list): Use get-text-property instead of
17852 text-properties-at.
17853 (align-rules-list): Add python-assignment.
17854 (align-rules-list): Change perl-comma-delimiter to
17855 basic-comma-delimiter. Use if for Perl modes and python-mode.
17856 (align-rules-list): Add python-chain-logic and
17857 basic-line-continuation.
17858
17859 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
17860
17861 * apropos.el (apropos-mode-hook): New user variable.
17862 (apropos-mode): Run apropos-mode-hook.
17863
17864 2000-06-07 David Ponce <david@dponce.com>
17865
17866 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
17867 commands. Require `wid-edit' at run-time.
17868
17869 2000-06-07 David Ponce <david@dponce.com>
17870
17871 * recentf.el: Added some "Commentary".
17872 (recentf-open-more-files, recentf-edit-list): Minor changes to
17873 move the point at the top of the file list. This behaviour is
17874 consistent with the menu one when the list contains a lot of
17875 files.
17876 (recentf-cleanup): Now displays the number of items removed from
17877 the list.
17878 (recentf-relative-filter) New menu filter to show filenames
17879 relative to `default-directory'.
17880
17881 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17882
17883 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
17884 with/without giving an error if PostScript printer doesn't have this
17885 kind of page size. Zebra Stripe continues or restarts on next page.
17886 Manual/automatic paper feeding. Switch or not the header.
17887 (ps-print-version): New version number (5.2.2).
17888 (ps-windows-system): Include emx as a Windows system.
17889 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
17890 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
17891 (ps-background-text): Code fix.
17892 (ps-error-handler-message, ps-user-defined-prologue)
17893 (ps-print-prologue-header, ps-printer-name)
17894 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
17895 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
17896 (ps-use-face-background): Customization fix.
17897 (ps-n-up-database): Data fix.
17898 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
17899 (ps-switch-header): New vars.
17900 (ps-xemacs-color-name, ps-face-foreground-name)
17901 (ps-face-background-name, ps-boolean-constant): New funs.
17902
17903 2000-06-07 Dave Love <fx@gnu.org>
17904
17905 * allout.el: New version from Manheimer.
17906
17907 2000-06-07 Kenichi Handa <handa@etl.go.jp>
17908
17909 * textmodes/fill.el (fill-find-break-point): Check the validity of
17910 charset.
17911
17912 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17913
17914 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17915 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17916 Call display-color-p and display-mouse-p instead of looking at
17917 window-system.
17918
17919 2000-06-06 Dave Love <fx@gnu.org>
17920
17921 * image.el (find-image): Doc fix. Return nil if image not found.
17922 (put-image, insert-image): Make STRING arg optional.
17923
17924 2000-06-06 Kenichi Handa <handa@etl.go.jp>
17925
17926 * language/vietnamese.el: Remove eval-when-compile.
17927 (viet-viscii-nonascii-translation-table): Define it as a
17928 translation table made from viet-viscii-decode-table.
17929 (viet-viscii-encode-table): Define it as a translation table made
17930 from the reverse map of above.
17931 (viet-vscii-nonascii-translation-table): Define it as a
17932 translation table made from viet-vscii-decode-table.
17933 (viet-vscii-encode-table): Define it as a translation table made
17934 from the reverse map of above.
17935 (ccl-decode-viscii): Use translate-character.
17936 (ccl-encode-viscii, ccl-encode-viscii-font)
17937 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
17938 Likewize.
17939
17940 * language/cyrillic.el: Remove eval-when-compile.
17941 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
17942 translation table made from cyrillic-koi8-r-decode-table.
17943 (cyrillic-koi8-r-encode-table): Define it as a translation table
17944 made from the reverse map of above.
17945 (ccl-decode-koi8): Use translate-character.
17946 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
17947 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
17948 a translation table made from cyrillic-alternativnyj-decode-table.
17949 (cyrillic-alternativnyj-encode-table): Define it as a translation
17950 table made from the reverse map of above.
17951 (ccl-decode-alternativnyj): Use translate-character.
17952 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
17953 Likewize
17954
17955 * international/mule-diag.el (non-iso-charset-alist): Specify
17956 translation table symbol instead of translation table itself.
17957 (list-block-of-chars): CHARSET may be a translation table symbol.
17958
17959 * international/mule.el (make-coding-system): If CODING-SYSTEM
17960 already exists, override it.
17961
17962 * international/fontset.el: Use family `proportional' for Tibetan
17963 fonts.
17964
17965 * international/ccl.el (ccl-compile-translate-character): Don't
17966 check if Rrr has property translation-table.
17967 (ccl-compile-map-multiple): Modified to avoid compiler warning.
17968
17969 2000-06-05 Gerd Moellmann <gerd@gnu.org>
17970
17971 * info.el: Bind case-fold-search to t when searching in case
17972 a user sets it to nil in a hook.
17973
17974 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
17975
17976 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17977 * hl-line.el (hl-line-mode): Use the new :global key argument.
17978
17979 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
17980 (tar-clip-time-string): Prepend a space.
17981 (tar-grind-file-mode): Construct a string rather than modifying one.
17982 (tar-header-block-summarize): Fix docstring.
17983 Use `format' rather than an error-prone set of copy-loops.
17984
17985 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
17986 (diff-goto-source, diff-unified->context, diff-context->unified)
17987 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
17988 understand the format output by the `-p' argument to diff.
17989
17990 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
17991 (sh-re-done): Use defconst.
17992 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
17993 (sh-help-string-for-variable, sh-guess-basic-offset):
17994 Don't quote lambdas.
17995 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
17996 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
17997
17998 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
17999 (mh-letter-mode): Derive from text-mode.
18000 This implicitly means that it now calls kill-all-local-variables.
18001 Also remove the Emacs-18 compatibility code.
18002
18003 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18004 Make use of symbol-property doc-string-elt.
18005 Use memq rather than a sequence of eq.
18006 (doc-string-elt): Fix the wrong or missing previously unused values.
18007 (autoload-print-form): New function extracted from
18008 generate-file-autoloads to allow recursion when handling progn
18009 so that defvar's and defun's docstrings are properly printed.
18010 (generate-file-autoloads): Use it.
18011
18012 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18013 Use find-file-hooks in the minor-mode function.
18014 Be careful not to loop indefinitely in the post-command-hook function.
18015
18016 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18017
18018 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18019 tty's.
18020 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18021 differences whenever appropriate.
18022 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18023 * viper.el (find-file, find-file-other-window): Get viper to do
18024 wildcards.
18025
18026 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18027
18028 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18029 (jit-lock-fontify-buffer): New function for JIT refontification.
18030 (jit-lock-mode): Fix docstring.
18031 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18032 Remove jit-lock-after-change from the _local_ hook.
18033 (jit-lock-function-1): Fix docstring.
18034
18035 * info.el (Info-on-current-buffer): Initialize info.
18036
18037 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18038
18039 * progmodes/tcl.el (tcl-indent-for-comment):
18040 Ignore comment-indent-hook.
18041
18042 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18043 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18044 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18045 and improve to use the lighter to guess the capitalization.
18046 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18047 Add keyword arguments to specify global-ness or the custom group.
18048 Add local-map and help-echo properties to the lighter.
18049 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18050 (easy-mmode-define-global-mode): New macro.
18051
18052 2000-06-02 Dave Love <fx@gnu.org>
18053
18054 * wid-edit.el: byte-compile-dynamic since we typically don't use
18055 all the widgets. Don't require cl or widget. Remove
18056 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18057 (widget-read-event): Removed. Callers changed to use read-event.
18058 (widget-button-release-event-p): Renamed from
18059 button-release-event-p.
18060 (widget-field-add-space, widget-field-use-before-change):
18061 Uncustomize.
18062 (widget-specify-field): Use keymap property, not local-map.
18063 (widget-specify-button): Obey :suppress-face.
18064 (widget-specify-insert): Use modern backquote syntax.
18065 (widget-image-directory): Renamed from widget-glyph-directory.
18066 (widget-image-enable): Renamed from widget-glyph-enable.
18067 (widget-image-find): Replaces widget-glyph-find.
18068 (widget-button-pressed-face): Move defvar.
18069 (widget-image-insert): Replaces widget-glyph-insert.
18070 (widget-convert): Use keywordp.
18071 (widget-leave-text, widget-children-value-delete): Use mapc.
18072 (widget-keymap): Remove XEmacs stuff.
18073 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18074 (widget-button-click): Don't set point at the click, but re-centre
18075 if we scroll out of window. Rewritten for images v. glyphs &c.
18076 (widget-tabable-at): Use POS arg, not point.
18077 (widget-beginning-of-line, widget-end-of-line)
18078 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18079 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18080 (widget-default-create): Use widget-image-insert; some rewriting.
18081 (widget-visibility-value-create)
18082 (widget-push-button-value-create, widget-toggle-value-create): Use
18083 widget-image-insert.
18084 (checkbox): Create on and off images dynamically.
18085 (documentation-link): Change :help-echo.
18086 (widget-documentation-link-echo-help): Remove.
18087
18088 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18089
18090 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18091
18092 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18093 (easy-mmode-define-toggle, define-minor-mode): Use it.
18094 (easy-mmode-define-keymap): Docstring fix.
18095 (define-derived-mode): Default PARENT to fundamental-mode.
18096 Add the derived-mode-parent symbol-property.
18097 (easy-mmode-derived-mode-p): New function.
18098
18099 2000-06-02 Dave Love <fx@gnu.org>
18100
18101 * files.el (convert-standard-filename): Doc fix.
18102 (normal-backup-enable-predicate): New function.
18103 (backup-enable-predicate): Use it to replace the lambda form.
18104
18105 * calendar/todo-mode.el: [This needs more work on the outline
18106 stuff.] Doc fixes.
18107 (todo) <defgroup>: Add :version.
18108 (todo-add-category): Don't use pushnew.
18109 (todo-cmd-raise): Fix typo.
18110 (todo-top-priorities): Change temp buffer name.
18111 (todo-category-alist): Avoid redundant lambda.
18112 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18113 Use outline-next-heading.
18114
18115 * autoarg.el: Rewritten to use define-minor-mode.
18116 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18117 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18118
18119 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18120
18121 * isearch.el (isearch-other-meta-char): Fix previous change.
18122
18123 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18124
18125 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18126 (log-edit-done): Only add the comment to the ring if it's different
18127 from the last comment entered.
18128
18129 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18130
18131 2000-06-01 Dave Love <fx@gnu.org>
18132
18133 * hl-line.el: Rewritten using define-minor-mode.
18134
18135 * help.el (describe-function-1): Distinguish special form from
18136 builtin function. Sanity-check presence of arglist for builtins.
18137
18138 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18139
18140 * international/characters.el: Fix syntax/category setting of
18141 Tibetan characters.
18142
18143 * language/tibet-util.el (tibetan-add-components): Fixes for new
18144 encoding of Tibetan characters.
18145 (tibetan-decompose-precomposition-alist): New variable.
18146 (tibetan-decompose-region): Convert precomposed characters to
18147 non-precomposed characters.
18148 (tibetan-decompose-string): Likewise.
18149 (tibetan-composition-function): Fix args to
18150 thibetan-compose-string.
18151
18152 * language/tibetan.el (tibetan-composable-pattern): More
18153 characters included.
18154 (tibetan-consonant-transcription-alist): Rule for "R" added.
18155 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18156 "+R" added.
18157 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18158
18159 * language/lao-util.el (lao-composition-function): Fix args to
18160 compose-string.
18161
18162 * language/thai-util.el (thai-composition-function): Fix args to
18163 compose-string.
18164
18165 * isearch.el (isearch-update): Set disable-point-adjustment to t
18166 to prevent the point moving to the end of a composition when a
18167 part of a composition is searched.
18168 (isearch-other-meta-char): If the key invoking this command can be
18169 mapped by function-key-map to a printing char, call
18170 isearch-process-search-char directly.
18171
18172 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18173
18174 * emacs-lisp/bytecomp.el:
18175 * frame.el:
18176 * international/mule-cmds.el:
18177 * international/mule-util.el:
18178 * international/mule.el:
18179 * mouse.el:
18180 * subr.el:
18181 * faces.el: Update calls to make-obsolete with a WHEN argument.
18182
18183 * byte-run.el (make-obsolete, make-obsolete-variable):
18184 Add an optional WHEN argument and change the format of the
18185 symbol-property information.
18186 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18187 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18188 new obsolete-symbol-property format and print WHEN if it is provided.
18189
18190 2000-05-31 Dave Love <fx@gnu.org>
18191
18192 * loadhist.el (loadhist-hook-functions): Remove
18193 before-change-function, after-change-function.
18194 (unload-feature): Deal with symbols which are both bound and
18195 fbound.
18196
18197 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18198 before-change-function, after-change-function.
18199
18200 * simple.el (newline): Don't bind before-change-function,
18201 after-change-function.
18202
18203 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18204
18205 * whitespace.el (whitespace-rescan-timer-time): Update interval
18206 set to 600 seconds (10 minutes) instead of 60 seconds since
18207 a large number of whitespace buffers causes emacs to `freeze'
18208 for a considerable amount of time.
18209
18210 * whitespace.el: Updated email address
18211
18212 2000-05-31 Dave Love <fx@gnu.org>
18213
18214 * add-log.el (change-log-font-lock-keywords) <function>: Add
18215 pattern for function of change.
18216 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18217 acknowledgements patterns.
18218
18219 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18220
18221 * isearch.el (isearch-printing-char): If keyboard coding system is
18222 being used, call isearch-process-search-multibyte-characters.
18223
18224 * international/isearch-x.el: Mostly rewritten.
18225
18226 * international/quail.el (quail-start-conversion): Don't include
18227 unhandled events in the returned events, but set them in
18228 unread-command-events. Exit if all inputs are deleted.
18229
18230 2000-05-30 Jason Rumney <jasonr@gnu.org>
18231
18232 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18233
18234 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18235 Reenable code to create initial fontsets.
18236 Use set-fontset-font in place of put-charset-property.
18237
18238 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18239
18240 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18241 label, ensure that the first colon isn't followed by another.
18242
18243 * paths.el (Info-default-directory-list): Doc fix.
18244
18245 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18246 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18247 send a query containing USER only, not USER@HOST.
18248
18249 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18250 and rmail-msgend to compute the restriction at the end, instead of
18251 computing it.
18252
18253 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18254
18255 * dabbrev.el (dabbrev-expand): Don't display messages in the
18256 echo area if the minibuffer window is active.
18257
18258 * jit-lock.el (jit-lock-mode): Add after change function to
18259 local hook.
18260
18261 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18262
18263 * antlr-mode.el: New commands: hide/unhide actions,
18264 upcase/downcase literals.
18265 (antlr-tiny-action-length): New user option.
18266 (antlr-hide-actions): New command. Suggested by
18267 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18268 (antlr-mode-map): New binding [C-c C-v].
18269 (antlr-mode-menu): New entries.
18270 (antlr-downcase-literals): New command.
18271 (antlr-upcase-literals): Ditto.
18272
18273 * antlr-mode.el: Minor changes: indendation, mode-name.
18274 (antlr-indent-line): Indent cpp directive at column 0.
18275 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18276
18277 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18278 (antlr-font-lock-additional-keywords): Workaround for intentional
18279 bug in XEmacs version of font-lock.
18280 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18281 be used by a smarter version of `buffers-menu-grouping-function'.
18282
18283 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18284
18285 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18286 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18287
18288 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18289
18290 * international/encoded-kb.el
18291 (encoded-kbd-iso2022-designation-map): Pay attention to that
18292 charset-iso-final-char return -1 for eight-bit-control and
18293 eight-bit-graphic.
18294
18295 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18296
18297 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18298 (speedbar-easymenu-definition-base): Use display-graphic-p where
18299 available, instead of window-system.
18300
18301 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18302
18303 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18304 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18305 coding systems.
18306
18307 2000-05-26 Dave Love <fx@gnu.org>
18308
18309 * disp-table.el (standard-display-underline): Don't use
18310 internal-find-face.
18311
18312 * mail/reporter.el: Maintainer change. Doc fixes.
18313 (reporter-version): Deleted.
18314
18315 * emacs-lisp/elp.el: Maintainer change.
18316 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18317
18318 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18319
18320 * add-log.el (add-change-log-entry): Merge the current entry with the
18321 previous one if the previous one is empty.
18322
18323 2000-05-26 Dave Love <fx@gnu.org>
18324
18325 * loadhist.el (unload-feature): Fix interactive spec [from
18326 lijnzaad@ebi.ac.uk].
18327
18328 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18329 subr-arity to check primitives.
18330 (byte-compile-flush-pending, byte-compile-file-form-progn)
18331 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18332 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18333 mapcar.
18334
18335 2000-05-26 Kenichi Handa <handa@etl.go.jp>
18336
18337 * international/fontset.el: Set family names of non-latin charsets
18338 in default fontset to "*".
18339
18340 * international/mule-diag.el (print-fontset): Combine family part
18341 and registry part of the fontname by "-*-" instead of "-".
18342
18343 * international/mule-cmds.el (encode-coding-char): Make strings
18344 multibyte before calling encode-coding-string.
18345
18346 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
18347
18348 * derived.el: Fix keywords.
18349 (define-derived-mode): Only define if needed.
18350
18351 * simple.el (fill-comment, comment-column, comment-start)
18352 (comment-start-skip, comment-end, comment-indent-function)
18353 (block-comment-start, block-comment-end, indent-for-comment)
18354 (set-comment-column, kill-comment, comment-padding, comment-region)
18355 (comment-multi-line, indent-new-comment-line): Remove.
18356
18357 * bindings.el (esc-map): Change ; to comment-dwim and use the new
18358 function names for comment operations.
18359
18360 * newcomment.el: Add abundant autoload cookies.
18361 (comment-style): Don't depend on runtime data at compile-time.
18362 (comment-indent-hook): Remove.
18363 (comment-indent): Check if comment-indent-hook is bound.
18364 (comment-region): Docstring fix.
18365
18366 2000-05-25 Dave Love <fx@gnu.org>
18367
18368 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
18369 byte-code-function-p.
18370
18371 * mail/rmailsum.el: Add provide.
18372
18373 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
18374
18375 * smerge-mode.el (smerge-diff-switches): Don't use list* in
18376 defcustom.
18377
18378 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
18379
18380 * ediff-diff.el (ediff-exec-process): delete --binary option from
18381 non-buffer ediff jobs.
18382
18383 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18384
18385 * hilit-chg.el (highlight-changes-mode): Ask about color or
18386 grayscale support, not about window-system.
18387
18388 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
18389 window-system.
18390 (ffap-highlight): Always default to t.
18391
18392 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
18393 display-popup-menus-p instead of looking at window-system.
18394
18395 * disp-table.el (standard-display-g1, standard-display-graphic):
18396 Only refuse to use string glyphs on X and MS-Windows.
18397
18398 * avoid.el: Remove window-system from commentary, suggest to use
18399 display-*-p instead.
18400
18401 * apropos.el (apropos-print): Use display-mouse-p instead of
18402 window-system.
18403
18404 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18405
18406 * international/codepage.el (cp-decoding-vector-for-codepage):
18407 Fill up unsupported characters with their own codes. From Kenichi
18408 Handa.
18409
18410 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18411
18412 * international/mule-diag.el (describe-char-after): Use
18413 display-graphic-p instead of window-system, so that this function
18414 works on MS-DOS.
18415
18416 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18417
18418 * international/codepage.el (cp-make-coding-systems-for-codepage):
18419 Remove the eight-bit-graphic and eight-bit-control charsets from
18420 the list of charsets which we convert into `?'.
18421
18422 2000-05-25 Kenichi Handa <handa@etl.go.jp>
18423
18424 * international/mule-conf.el: Specify CHARSET-ID explicitely for
18425 private charsets.
18426 (mule-unicode-0100-24ff, japanese-jisx0213-1,
18427 japanese-jisx0213-2): New charsets.
18428
18429 * international/fontset.el: Setup default fontset for new charsets.
18430
18431 2000-05-24 Dave Love <fx@gnu.org>
18432
18433 * info.el (Info-find-node-2): Restructure [following "Vadim
18434 S. Solomin" <sovs@uic.nnov.ru>].
18435
18436 * icomplete.el: Fix header for Finder.
18437
18438 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
18439
18440 * rmailout.el (rmail-output-to-rmail-file): Added optional param
18441 STAY.
18442
18443 * rmail.el (rmail-automatic-folder-directives): New user variable.
18444 (rmail-show-message): Add call to `rmail-auto-file' during
18445 display.
18446 (rmail-auto-file): New function.
18447
18448 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18449
18450 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
18451 account.
18452 (ediff-test-utility,ediff-diff-mandatory-option)
18453 (ediff-reset-diff-options): Utilities for proper initialization of
18454 ediff-diff-options and ediff-diff3-options on Windows.
18455
18456 * ediff-init.el (ediff-merge-filename-prefix): New customizable
18457 variable.
18458
18459 * ediff-mult.el (ediff-filegroup-action): Use
18460 ediff-merge-filename-prefix.
18461
18462 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18463
18464 * viper-ex.el (ex-write): Set selective display to nil.
18465
18466 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18467
18468 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
18469 aliases for hebrew-iso-8bit.
18470
18471 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18472
18473 * woman.el: New version from Francis J. Wright
18474 <F.J.Wright@Maths.QMW.ac.uk>.
18475 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
18476 names in environment variables regardless of the path separator.
18477 (woman-topic-all-completions-1): Don't call file-name-directory-p
18478 on all files, since woman-file-regexp already filters out any
18479 directories.
18480
18481 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18482
18483 * international/quail.el (quail-start-translation): Don't change
18484 modified-p of the current buffer.
18485 (quail-start-conversion): Likewise.
18486
18487 * international/kkc.el (kkc-region): Don't change modified-p of
18488 the current buffer.
18489
18490 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
18491 conform to RFC1468.
18492 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
18493
18494 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
18495
18496 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
18497 (speedbar-insert-button): Invisible text property fix.
18498 (speedbar-directory-plus): Renamed from speedbar-directory-+
18499 (speedbar-directory-minus): Renamed from speedbar-directory--
18500 (speedbar-page-plus): Renamed from speedbar-file-+
18501 (speedbar-page-minus): Renamed from speedbar-file--
18502 (speedbar-page): Renamed from speedbar-file-
18503 (speedbar-tag): Renamed from speedbar-tag-
18504 (speedbar-tag-plus): Renamed from speedbar-tag-+
18505 (speedbar-tag-minus): Renamed from speedbar-tag--
18506 (speedbar-expand-image-button-alist): Use above renames.
18507
18508 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
18509 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
18510 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
18511 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
18512 * sb-pg.xpm: Renamed from sb-file.xpm
18513 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
18514 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
18515
18516 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18517
18518 * international/quail.el (quail-show-guidance-buf): Set
18519 current-input-method of the guidance buffer to the name of the
18520 curren input method.
18521
18522 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
18523
18524 * progmodes/compile.el (compile-internal): Style typo.
18525
18526 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
18527 quote vars and functions in the docstring.
18528
18529 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
18530
18531 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
18532 Don't quote lambdas.
18533
18534 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
18535
18536 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18537
18538 * startup.el (command-line): Determine source file of compiled
18539 user init file differently. Warn if compiled user init file
18540 is older than its source file.
18541
18542 * ffap.el (ffap-url-regexp): Add `https'.
18543
18544 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
18545
18546 * files.el (make-backup-file-name-1): Replace slashes with `!'
18547 rather than `|' (which is not allowed on Windows). Replace the
18548 drive letters with a string "drive_X".
18549
18550 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18551
18552 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
18553
18554 * files.el (interpreter-mode-alist): Add `bash2'.
18555
18556 2000-05-22 Dave Love <fx@gnu.org>
18557
18558 * loadhist.el (feature-symbols, file-provides, file-requires): Use
18559 mapc.
18560 (feature-file): Avoid calling symbol-name. Doc fix.
18561 (file-set-intersect, file-dependents): Use dolist, not mapcar.
18562 (loadhist-hook-functions): Add mouse-position-function.
18563 (unload-feature): Change uses of mapcar.
18564
18565 * files.el (parse-colon-path): Doc fix.
18566 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
18567 (set-auto-mode): Use mapc.
18568
18569 * complete.el (PC-look-for-include-file): Use :alnum: character
18570 class.
18571 (partial-completion-mode): Add autoload cookie.
18572
18573 2000-05-22 Sam Steingold <sds@gnu.org>
18574
18575 * info.el (Info-fontify-node): Fixed the call to
18576 `add-text-properties' (bug introduced on 2000-05-18).
18577
18578 2000-05-22 Dave Love <fx@gnu.org>
18579
18580 * bindings.el: Remove debug-ignored-errors set in other files.
18581
18582 * progmodes/etags.el: Add to debug-ignored-errors.
18583 (visit-tags-table-buffer): Clear out buffers holding old tables
18584 when making a new list.
18585 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
18586 mapc.
18587
18588 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
18589 quote keywords.
18590 (cmpl-string-case-type): Use character classes.
18591
18592 * comint.el:
18593 * textmodes/ispell.el:
18594 * imenu.el:
18595 * mail/mh-e.el:
18596 * progmodes/compile.el: Add to debug-ignored-errors.
18597
18598 * dabbrev.el: Add to debug-ignored-errors.
18599 (dabbrev-completion): Use mapc.
18600
18601 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
18602
18603 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
18604 (woman-mapcan, woman-parse-man.conf)
18605 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
18606 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
18607 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
18608 path syntax better.
18609 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
18610 (woman-manpath): Call woman-parse-man.conf.
18611 (woman-emulation): New defcustom, defaults to nroff.
18612 (woman-font-support): New defconst.
18613 (woman-use-symbol-font): New defcustom.
18614 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
18615 "Emulation".
18616 Many functions: Doc fix.
18617
18618 2000-05-22 Kenichi Handa <handa@etl.go.jp>
18619
18620 * international/quail.el (quail-simple-translation-keymap): Map
18621 128..255 to quail-self-insert-command.
18622 (quail-keyboard-layout-alist): Add definition for "pc102-de".
18623
18624 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
18625
18626 * help.el (help-manyarg-func-alist): Typo.
18627
18628 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
18629 intervals which makes it heaps simpler.
18630
18631 * newcomment.el (comment-region-internal): Go back to BEG after quoting
18632 the nested comment markers.
18633
18634 * subr.el (remove-hook): Don't turn the hook's value into a list.
18635
18636 2000-05-21 Dave Love <fx@gnu.org>
18637
18638 * edmacro.el (edmacro-parse-keys): Return vector if any elements
18639 are invalid characters.
18640
18641 * international/mule-util.el (detect-coding-with-priority): Use
18642 mapc. Remove redundant lambda.
18643
18644 * international/mule-diag.el (list-non-iso-charset-chars)
18645 (describe-fontset): Remove redundant lambda.
18646
18647 * emulation/crisp.el (brief-mode): New alias.
18648
18649 * emacs-lisp/ring.el (ring-elements): New function.
18650
18651 * emacs-lisp/easymenu.el (easy-menu-create-menu)
18652 (easy-menu-do-add-item): Use keywordp.
18653
18654 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
18655
18656 * replace.el: Doc and error message fixes.
18657 (replace-highlight): Use facep, not internal-find-face.
18658
18659 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
18660
18661 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
18662
18663 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
18664 (log-edit-insert-changelog): Drop `:' as well.
18665
18666 * log-view.el: Fix file description.
18667 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
18668 available.
18669 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
18670 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
18671
18672 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
18673 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
18674 Print a status message if the toggle is called interactively.
18675 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
18676 for global minor modes and use `defcustom' for them.
18677 Use add-minor-mode.
18678 (easy-mmode-define-derived-mode): Remove.
18679 (define-derived-mode): Fancier default docstring.
18680 (easy-mmode-define-navigation): Signal an error rather than (ding).
18681
18682 * newcomment.el (comment-styles): New `box-multi'.
18683 (comment-normalize-vars): Better default for comment-continue to
18684 avoid whitespace-only continuations.
18685 (comment-search-forward): Always move even in the no-syntax case.
18686 (comment-padright): Only obey N if it's only obeyed for padleft.
18687 (comment-make-extra-lines): Better handling of empty continuations.
18688 Use `=' for the filler if comment-start has only one character.
18689 (uncomment-region): Try handling the special `=' filler.
18690 (comment-region): Allow LINES even if MULTI is nil.
18691 (comment-box): Choose box style based on comment-style.
18692
18693 2000-05-20 Kenichi Handa <handa@etl.go.jp>
18694
18695 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
18696 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
18697
18698 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
18699
18700 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
18701 and insert, not subst-char-in-region.
18702
18703 * international/mule-diag.el (list-character-sets-1): Handle
18704 charsets eight-bit-control and eight-bit-graphic.
18705 (list-iso-charset-chars): Likewise.
18706 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
18707 charactes as is. Use indent-to to align characters.
18708
18709 * international/mule-cmds.el (find-multibyte-characters): Never
18710 exclude charsets eight-bit-control and eight-bit-graphic.
18711
18712 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18713
18714 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
18715 Don't quote lambdas.
18716
18717 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
18718
18719 2000-05-19 Gerd Moellmann <gerd@gnu.org>
18720
18721 * gud.el (gud-jdb-directories): Doc fix.
18722
18723 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18724
18725 * newcomment.el: New file.
18726
18727 2000-05-19 Gerd Moellmann <gerd@gnu.org>
18728
18729 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
18730
18731 2000-05-18 Andreas Schwab <schwab@suse.de>
18732
18733 * dired.el (dired-between-files): Also skip lines beginning with
18734 `used'.
18735
18736 2000-05-18 Gerd Moellmann <gerd@gnu.org>
18737
18738 * msb.el (msb-menu-cond): Add choice `user'.
18739
18740 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18741
18742 * ps-print.el: Compatibility, customization and doc fix.
18743 (ps-printer-name-option): Replace defconst by defvar.
18744 (ps-postscript-code-directory): XEmacs compatibility.
18745 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
18746 fix.
18747 (ps-user-defined-prologue, ps-print-prologue-header)
18748 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
18749 compatibility and code fix.
18750 (ps-print-background-image, ps-print-background-text):
18751 Customization fix.
18752 (ps-line-number-start, ps-n-up-on): New vars.
18753
18754 2000-05-18 Espen Skoglund <esk@ira.uka.de>
18755
18756 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
18757 the indent-comment function to just return the appropriate indent.
18758
18759 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
18760
18761 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
18762 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
18763 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
18764
18765 2000-05-18 Dave Love <fx@gnu.org>
18766
18767 * info.el (Info-fontify-node): Add intangible property as well as
18768 invisible.
18769
18770 * calendar/appt.el (appt-make-list): Match all lines of entry.
18771 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
18772
18773 2000-05-18 Kenichi Handa <handa@etl.go.jp>
18774
18775 * international/mule-diag.el (describe-char-after): Call
18776 internal-char-font, not char-font. If internal-char-font returns
18777 nil, display "-- none --".
18778
18779 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18780
18781 * image.el (image-type-available-p): Don't reference image-types
18782 if it isn't bound.
18783
18784 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
18785
18786 * autoarg.el (autoarg-mode): Typo in the :set argument.
18787
18788 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18789
18790 * startup.el (command-line-1): Don't signal an error if the
18791 directory for auto-save-list files does not yet exist.
18792
18793 2000-05-17 Kenichi Handa <handa@etl.go.jp>
18794
18795 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
18796
18797 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
18798
18799 * subr.el (remove-hook): `setq' hook-value, not `set'.
18800
18801 2000-05-16 Sam Steingold <sds@gnu.org>
18802
18803 * info.el (debug-ignored-errors): More errors to ignore.
18804
18805 2000-05-16 Dave Love <fx@gnu.org>
18806
18807 * cus-edit.el: Don't require cl or easymenu.
18808 (custom-variable-prompt): Test standard-value property, not
18809 user-variable-p.
18810
18811 2000-05-16 Sam Steingold <sds@gnu.org>
18812
18813 * subr.el (add-hook): `setq' hook-value, not `set'.
18814
18815 2000-05-16 Gerd Moellmann <gerd@gnu.org>
18816
18817 * startup.el (command-line-1): Mention the FAQ in the startup
18818 message.
18819
18820 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
18821
18822 * progmodes/compile.el (compilation-parse-errors): Collect
18823 `nomessage' regexps last.
18824
18825 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
18826
18827 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
18828 to the function name.
18829
18830 2000-05-15 Dave Love <fx@gnu.org>
18831
18832 * speedbar.el (speedbar-recenter): Typo.
18833 (speedbar-expand-line): Make arg optional.
18834 (speedbar-mode): Avoid a compiler warning.
18835
18836 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18837
18838 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
18839 user-specified option string is empty.
18840
18841 * mouse.el (mouse-yank-at-click): Doc fix.
18842
18843 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
18844
18845 * term/internal.el (IT-character-translations): More updates of
18846 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
18847 documents.
18848
18849 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18850
18851 * env.el (getenv): New function, interactively callable.
18852 (setenv, getenv): Remove autoload cookies.
18853
18854 * loadup.el: Load `env'.
18855
18856 * progmodes/f90.el: Change author's mail address.
18857
18858 2000-05-14 Dave Love <fx@gnu.org>
18859
18860 * mail/rmail.el (rmail-show-message-hook): Customize and offer
18861 goto-addr as an option.
18862
18863 * help.el (help-xref-stack): Doc fix.
18864 (help-xref-following): New variable.
18865 (help-make-xrefs): Use it.
18866 (help-xref-go-back): Use position information from stack element.
18867 (help-follow): Make position in stack element a pair. Use
18868 help-xref-following.
18869
18870 * autoarg.el: New file.
18871
18872 * faces.el: Declare more functions obsolete.
18873
18874 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
18875 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
18876 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
18877 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
18878 Remove all the setup-...-environment functions.
18879
18880 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
18881
18882 * speedbar.el: Updated the commentary section. xemacs20p now uses
18883 >= when detecting. Require `defimage' safely.
18884 (speedbar-easymenu-definition-base): Add toggle for images.
18885 (speedbar-easymenu-definition-special): Add flush cache & expand.
18886 (speedbar-visiting-tag-hook): Set new defaults. Added options.
18887 (speedbar-reconfigure-keymaps-hook): New variable.
18888 (speedbar-frame-parameters): Updated documentation.
18889 (speedbar-use-imenu-flag): Updated custom tag
18890 (speedbar-dynamic-tags-function-list): New variable.
18891 (speedbar-tag-hierarchy-method): Updated doc & custom.
18892 (speedbar-indentation-width, speedbar-indentation-width) New
18893 variables.
18894 (speedbar-hide-button-brackets-flag): Customizable.
18895 (speedbar-vc-indicator): Doc update.
18896 (speedbar-ignored-path-expressions): Updated default value.
18897 (speedbar-supported-extension-expressions): Updated default value.
18898 (speedbar-syntax-table): Remove {} paren status.
18899 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
18900 as "+". Added overlay aliases.
18901 (speedbar-mode): Use `speedbar-mode-line-update' instead of
18902 `force-mode-line-update'.
18903 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
18904 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
18905 `mouse-set-point'
18906 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
18907 (speedbar-item-info-tag-helper): Revamped to handle a wider range
18908 of arbitrary text, and new helper functions.
18909 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
18910 filename finder.
18911 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
18912 (speedbar-directory-buttons): Update path search/expansion.
18913 (speedbar-make-tag-line): Pay attention to
18914 `speedbar-indentation-width'. Use more care w/ invisible
18915 properties.
18916 (speedbar-change-expand-button-char): Call
18917 `speedbar-insert-image-button-maybe'.
18918 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
18919 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
18920 (speedbar-trim-words-tag-hierarchy)
18921 (speedbar-simple-group-tag-hierarchy): New functions
18922 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
18923 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
18924 functions.
18925 (speedbar-mouse-set-point): New function
18926 (speedbar-power-click): Updated documentation.
18927 (speedbar-line-token, speedbar-goto-this-file): Handle more types
18928 of tag prefix text.
18929 (speedbar-expand-line, speedbar-contract-line): Make more robust
18930 to strange text.
18931 (speedbar-expand-line): Takes universal argument to flush the
18932 cache.
18933 (speedbar-flush-expand-line): New function.
18934 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
18935 Use new generator insertion method.
18936 (speedbar-fetch-dynamic-tags): New function.
18937 (speedbar-fetch-dynamic-imenu): Removed code now handled in
18938 `speedbar-fetch-dynamic-imenu'.
18939 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
18940 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
18941 "Revert Buffer" menu items.
18942 (speedbar-buffer-buttons-engine): Be smarter when creating a
18943 filename tag (for expansion purposes.).
18944 (speedbar-highlight-one-tag-line,
18945 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
18946 (speedbar-recenter): New functions.
18947 (defimage-speedbar): Image loading abstraction.
18948 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
18949 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
18950 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
18951 (speedbar-tag-type, speedbar-tag-mail): New images.
18952 (speedbar-expand-image-button-alist): New variable.
18953 (speedbar-insert-image-button-maybe): Insert an image over some
18954 buttons.
18955
18956 2000-05-13 Kenichi Handa <handa@etl.go.jp>
18957
18958 * international/mule-cmds.el (encode-coding-char): An ASCII
18959 character is always encodable.
18960
18961 * international/mule-conf.el: Add more information in descriptions
18962 of character sets.
18963
18964 * international/mule-diag.el (describe-char-after): New function.
18965 (describe-font-internal): Adjusted for the change of font-info.
18966 (describe-font): Likewise.
18967 (print-fontset): Rewritten for the new fontset implementation.
18968 (describe-fontset): Include fontset alias names in completion.
18969 (list-fontsets): Adjusted for the change of print-fontset.
18970
18971 * simple.el (what-cursor-position): If DETAIL is non-nil, call
18972 describe-char-after instead of displaying the detail in the echo
18973 area.
18974 (syntax-code-table): Format changed.
18975 (string-to-syntax): Adjusted for the above change.
18976
18977 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
18978
18979 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
18980
18981 2000-05-12 Dave Love <fx@gnu.org>
18982
18983 * calendar/todo-mode.el: Remove some compatibility stuff and CL
18984 dependence. Use line-{beginning,end}-position, not
18985 point-at{b,e}ol. Some doc fixes.
18986 (todo-position): New function. Fix callers of position to use it.
18987 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
18988
18989 2000-05-12 Gerd Moellmann <gerd@gnu.org>
18990
18991 * time.el (display-time-mail-icon): Use `:ascent center'.
18992
18993 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
18994 handling FTP security extensions.
18995
18996 2000-05-11 Dave Love <fx@gnu.org>
18997
18998 * calendar/todo-mode.el: New file.
18999
19000 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19001
19002 * comint.el (comint-read-input-ring): Move reference to
19003 comint-input-ring-size outside of the save-excursion. It was
19004 causing the default value to be the only one ever seen.
19005
19006 * font-lock.el: Update copyright. Remove Simon Marshall's email
19007 address on request from him.
19008
19009 * subr.el (substitute-key-definition): Add comment describing
19010 the meaning of PREFIX.
19011
19012 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19013
19014 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19015
19016 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19017 (add-minor-mode): Don't make the variable buffer-local and add a
19018 reference to define-minor-mode in the docstring.
19019
19020 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19021 HEADER/FOOTER and fix bug with trailing empty directory.
19022 (cvs-append-to-ignore): Use vc-editable-p if available.
19023 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19024 (vc-do-command): Tweak advice to handle the new VC.
19025
19026 * log-view.el (log-view-goto-rev): New function for the new VC.
19027 (log-view-minor-wrap): Use mark-active.
19028
19029 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19030 (log-edit-changelog-full-paragraphs): New var.
19031 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19032 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19033 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19034 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19035 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19036 Replace the `cvs' prefix with `log-edit'.
19037
19038 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19039
19040 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19041 (diff-font-lock-defaults): Explicitly turn off multiline.
19042 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19043 (diff-ediff-patch): Fix call to ediff-patch-file.
19044 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19045 Handle comments.
19046
19047 * frame.el (automatic-hscrolling): Typo.
19048
19049 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19050
19051 2000-05-09 Sam Steingold <sds@goems.com>
19052
19053 * apropos.el (apropos-print): use `describe-face' instead of
19054 `customize-face-other-window'.
19055
19056 2000-05-09 Dave Love <fx@gnu.org>
19057
19058 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19059
19060 * help.el (describe-variable): Have customize button pop the
19061 help-xref stack when invoked.
19062 (help-xref-symbol-regexp): Add `face'.
19063 (help-make-xrefs): Check for quoted face names and adapt regexp
19064 submatch numbers to cope.
19065 (help-xref-interned): Maybe insert face doc too. Separate
19066 sections with a line of hyphens.
19067
19068 * faces.el: Some doc fixes. Declare some functions obsolete.
19069 (describe-face): Add customize button. Return the help
19070 text. Fix prompt.
19071
19072 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19073
19074 * term/internal.el (IT-character-translations): Fix last change.
19075
19076 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19077
19078 * woman.el: New file
19079 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19080
19081 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19082
19083 * term/internal.el (IT-character-translations): Update ASCII
19084 simulations for greek-iso8859-7, add latin-iso8859-14 and
19085 latin-iso8859-15.
19086
19087 * international/mule-cmds.el (set-language-info-alist): Call
19088 define-prefix-command with 3 arguments, to make the map suitable
19089 for a menu.
19090
19091 2000-05-07 Dave Love <fx@gnu.org>
19092
19093 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19094
19095 2000-05-05 Dave Love <fx@gnu.org>
19096
19097 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19098 list in doc string. Don't quote keyword symbols.
19099 * emacs-lisp/cl.el: Likewise
19100 * emacs-lisp/cl-seq.el: Likewise
19101
19102 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19103
19104 * abbrev.el (abbrev-mode): Make ARG optional.
19105
19106 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19107
19108 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19109
19110 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19111
19112 * subr.el (substitute-key-definition): Clarify documentation.
19113
19114 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19115
19116 * glasses.el (glasses-convert-to-unreadable): Use
19117 `glasses-separator' instead of the hard-wired "_".
19118 (glasses-mode): Call `glasses-make-unreadable' only in a single
19119 place.
19120
19121 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19122
19123 * term/internal.el (cjk-codepages-alist): Add associations for
19124 Chinese and Korean codepages. Remove FIXME comment.
19125
19126 2000-05-03 Dave Love <fx@gnu.org>
19127
19128 * time.el (display-time-mail-face, display-time-use-mail-icon):
19129 New option.
19130 (display-time-mail-icon): New variable.
19131 (display-time-string-forms): Use the above. Fix the local-map.
19132
19133 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19134
19135 * replace.el (query-replace-map): Add binding for `E'.
19136 (query-replace-help): Extend help text.
19137 (perform-replace): Allow editing the replacement string.
19138
19139 * make-mode.el (makefile-mode-abbrev-table): New variable.
19140 (makefile-mode): Set local abbrev table to
19141 makefile-mode-abbrev-table.
19142 (makefile-font-lock-keywords): Fontify includes and conditionals.
19143
19144 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19145 set TOGGLE's value.
19146
19147 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19148 mail-interactive-insert-alias.
19149 (mail-abbrev-complete-alias): New command.
19150 (mail-mode-map): Bind it to `M-TAB'.
19151
19152 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19153
19154 * language/lao-util.el (lao-compose-region): New function.
19155
19156 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19157
19158 * files.el (recover-session): Make directories as necessary
19159 if they don't exist yet.
19160
19161 * calendar/cal-french.el
19162 (french-calendar-multibyte-special-days-array)
19163 (french-calendar-special-days-array): Change French text.
19164 (calendar-french-date-string): Change output.
19165 (calendar-goto-french-date): Likewise.
19166
19167 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19168
19169 * wid-edit.el (widget-default-active): Obey `:always-active'.
19170 (widget-documentation-string-value-create): Set `:always-active'.
19171
19172 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19173
19174 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19175 default prefix to `~/_emacs.d/auto-save.list/_s'.
19176 (normal-top-level): Create the directory for auto-save files, if
19177 it doesn't already exist (in the ms-dos case only).
19178
19179 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19180
19181 * international/mule-cmds.el (set-language-environment): Don't
19182 concat an integer (dos-codepage), use format instead.
19183
19184 2000-05-02 Dave Love <fx@gnu.org>
19185
19186 * help.el (help-xref-on-pp): Check for constant symbols.
19187
19188 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19189
19190 * startup.el (normal-top-level): Put a condition-case around
19191 the code loading subdirs.el.
19192
19193 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19194
19195 * ps-print.el: Upside-down and face background color printing,
19196 line number step, doc fix.
19197 (ps-print-version): New version number (5.2).
19198 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19199 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19200 (ps-spool-config): Var fix.
19201 (ps-printer-name-option): Const fix.
19202 (ps-print-upside-down, ps-use-face-background)
19203 (ps-line-number-step): New vars.
19204 (ps-window-system, ps-lp-system): New consts.
19205 (ps-face-background): New fun.
19206
19207 2000-04-28 Richard Stallman <rms@gnu.org>
19208
19209 * files.el (make-auto-save-file-name):
19210 Apply auto-save-file-name-transforms to visited file name
19211 before generating auto save file name.
19212 (auto-save-file-name-transforms): New variable.
19213
19214 * files.el (backup-enable-predicate):
19215 Correctly test for a file under a temporary directory.
19216
19217 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19218
19219 * subr.el (add-minor-mode): Rewritten.
19220
19221 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19222
19223 * mail/sendmail.el (sendmail-send-it): Set
19224 buffer-file-coding-system to the selected coding system for MIME
19225 header.
19226
19227 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19228
19229 * dired.el (dired-move-to-filename-regexp): Allow format where
19230 YYYY is followed by two spaces.
19231
19232 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19233 in the second character class of the regexp.
19234
19235 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19236 mh-etc, too.
19237
19238 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19239 nil.
19240
19241 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19242
19243 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19244 argument.
19245
19246 2000-04-27 Sen Nagata <sen@eccosys.com>
19247
19248 * emacs-lisp/crm.el (crm-completion-table): New variable.
19249 (crm-collection-fn, crm-test-completion)
19250 (completing-read-multiple): Use it.
19251
19252 2000-04-27 Dave Love <fx@gnu.org>
19253
19254 * help.el (locate-library): Use mapc.
19255 (help-manyarg-func-alist): Add call-process-region.
19256
19257 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19258
19259 * subr.el (add-minor-mode): Make argument MAP optional.
19260
19261 * desktop.el (desktop-save): Save list of minor modes.
19262 (desktop-create-buffer): Restore minor modes.
19263 (desktop-minor-mode-table): New user-option.
19264
19265 * subr.el (add-minor-mode): New function.
19266
19267 * image.el (find-image): New function.
19268 (defimage): Rewritten to find image at load time.
19269
19270 * startup.el (normal-top-level-add-to-load-path): Handle
19271 case that the default directory is not in load-path.
19272
19273 * help.el: Old patch from Stefan Monnier.
19274 (help-xref-on-pp): New function.
19275 (describe-variable): Use it to display xrefs in a symbol's value.
19276
19277 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19278
19279 * cus-edit.el (custom-face): Fix parenthesis.
19280
19281 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19282
19283 * mail/rmail.el (rmail-expunge): When there are no deleted
19284 messages, do nothing.
19285
19286 2000-04-26 Dave Love <fx@gnu.org>
19287
19288 * international/mule-cmds.el (locale-translation-file-name):
19289 Defvar to nil.
19290 (set-locale-environment): Set it here (at runtime).
19291
19292 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19293
19294 * replace.el (perform-replace): Add parameters START and END. Use
19295 them instead of the check for a region in Transient Mark mode.
19296 (query-replace-read-args): Return two more list elements for the
19297 start and end of the region in Transient Mark mode.
19298 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19299 (map-query-replace-regexp, replace-string, replace-regexp): Add
19300 optional last arguments START and END and pass them to
19301 perform-replace.
19302
19303 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19304 form with additional arguments for perform-replace.
19305
19306 * progmodes/etags.el (tags-query-replace): Add parameters START
19307 and END. Construct a form with additional arguments for
19308 perform-replace.
19309
19310 * simple.el (shell-command): Set default directory for "*Shell
19311 Command Output" buffer.
19312
19313 * language/european.el (iso-latin-4): Fix typo.
19314
19315 * emacs-lisp/crm.el: New file.
19316
19317 2000-04-24 Dave Love <fx@gnu.org>
19318
19319 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19320 (Custom-reset-saved, Custom-reset-standard)
19321 (custom-group-value-create, custom-group-set, custom-group-save)
19322 (custom-group-reset-current, custom-group-reset-saved)
19323 (custom-group-reset-standard): Use mapc.
19324 (custom-buffer-create-internal): Disable undo when creating items.
19325 Use mapc.
19326 (custom-face): Avoid redundant lambda.
19327
19328 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19329
19330 * startup.el (auto-save-list-file-prefix): Set default to
19331 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19332
19333 2000-04-24 Sam Steingold <sds@gnu.org>
19334
19335 * time-stamp.el (time-stamp-string-preprocess): Always convert
19336 `field-result' to a string.
19337
19338 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19339
19340 * frame.el (scrolling): New group.
19341 (automatic-hscrolling): New user-option.
19342
19343 * startup.el (command-line-x-option-alist): Add `-lsp' and
19344 `--line-spacing'.
19345
19346 2000-04-19 Dave Love <fx@gnu.org>
19347
19348 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
19349 (cl-mapc): Rename from mapc. Fix the funcall.
19350
19351 2000-04-19 Gerd Moellmann <gerd@gnu.org>
19352
19353 * simple.el (clone-indirect-buffer-other-window): New command.
19354 (clone-indirect-buffer): Add optional arg NORECROD.
19355 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
19356
19357 * help.el (resize-temp-buffer-window): Use count-screen-lines.
19358
19359 * window.el (count-screen-lines): New function.
19360 (shrink-window-if-larger-than-buffer): Use count-screen-lines
19361 instead of window-buffer-height.
19362
19363 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
19364 non-existing variable comint-input-sentinel.
19365 (inferior-lisp-args-to-list): Removed.
19366 (inferior-lisp): Use split-string instead of
19367 inferior-lisp-args-to-list.
19368
19369 * hexl.el (hexl-insert-hex-string): New command.
19370
19371 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
19372 instead of concat.
19373
19374 2000-04-18 Gerd Moellmann <gerd@gnu.org>
19375
19376 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
19377 at the start of an existing but empty folder.
19378
19379 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19380
19381 * ps-mule.el: Customization fix, doc fix.
19382 (ps-multibyte-buffer): Customization fix.
19383
19384 2000-04-17 Richard M. Stallman <rms@gnu.org>
19385
19386 * subr.el (read-passwd): Use read-char-exclusive.
19387
19388 2000-04-17 Gerd Moellmann <gerd@gnu.org>
19389
19390 * textmodes/texinfo.el (texinfo-insert-@email)
19391 (texinfo-insert-@emph, texinfo-insert-@quotation)
19392 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
19393 (texinfo-mode-map): Add key bindings for them.
19394
19395 * files.el (basic-save-buffer-2): Use a template with `$'
19396 instead of `#' for VMS.
19397
19398 * simple.el (clone-indirect-buffer): New function.
19399
19400 2000-04-16 Stephen Eglen <stephen@gnu.org>
19401
19402 * iswitchb.el (iswitchb-case): New function. If the user input
19403 contains any upper-case characters, the search is made
19404 case-sensitive.
19405
19406 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
19407
19408 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
19409 comment-end.
19410 (texinfo-font-lock-syntactic-keywords): New var.
19411 (texinfo-font-lock-keywords): Remove comment regexp.
19412 (texinfo-insert-block): New function.
19413 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
19414 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
19415 and font-lock-defaults. Use regexp-opt for outline-regexp.
19416 (texinfo-environments): New var.
19417 (texinfo-environment-regexp): Use regexp-opt and
19418 texinfo-environments.
19419
19420 * textmodes/ispell.el (ispell-menu-map-needed): Check that
19421 ispell-process is bound since this might be eval'd before ispell
19422 is loaded.
19423 (ispell-message): Use a tiny bit less magic and a bit more hard
19424 data to figure out what kind of sc-cite-regexp to use.
19425
19426 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
19427
19428 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
19429 (insert-cyclic-diary-entry): Unquote the lambda.
19430
19431 * gud.el (gud-jdb-build-source-files-list): Fix typo.
19432
19433 * files.el (backup-enable-predicate): Unquote the lambda.
19434
19435 * cus-edit.el (custom-face, face): Unquote the lambda.
19436
19437 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19438
19439 * ps-print.el: Check for line-beginning-position definition.
19440
19441 * ps-print.el: Fix counting lines in a region.
19442 (ps-print-version): New version number (5.1.5).
19443 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
19444 (ps-printing-region): Fun code fix.
19445
19446 2000-04-15 Gerd Moellmann <gerd@gnu.org>
19447
19448 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
19449 to file-directory-p.
19450
19451 2000-04-14 Gerd Moellmann <gerd@gnu.org>
19452
19453 * gud.el (gud-jdb-build-source-files-list): Check that directory
19454 exists before calling directory-files.
19455
19456 2000-04-13 Dave Love <fx@gnu.org>
19457
19458 * emacs-lisp/trace.el: Change maintainer. Use new backquote
19459 syntax.
19460
19461 * emacs-lisp/cl-specs.el: Remove when, unless.
19462
19463 * emacs-lisp/cl-extra.el: Don't quote keywords.
19464 (cl-old-mapc): New variable.
19465 (mapc): Use it.
19466 (cl-map-intervals): Use with-current-buffer. Don't check for
19467 next-property-change.
19468 (cl-map-overlays): Use with-current-buffer.
19469 (cl-expt): Remove.
19470 (copy-tree, remprop): Define unconditionally.
19471
19472 * emacs-lisp/cl-compat.el (keywordp): Remove.
19473
19474 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
19475 to use keywordp.
19476 (edebug-spec): Enable keywordp.
19477
19478 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
19479 string-lessp.
19480
19481 * cus-start.el: Use keywordp.
19482
19483 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19484
19485 * diary-lib.el (include-other-diary-files): Fix the fix of
19486 2000-02-18 by doing a save-excursion.
19487
19488 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19489
19490 * ps-print.el: Customization fix, doc fix.
19491 (ps-print-version): New version number (5.1.4).
19492 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
19493 (ps-print-preprint): Adjust code.
19494 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
19495 (ps-print-prologue-header, ps-print-control-characters)
19496 (ps-spool-config): Customization fix.
19497
19498 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
19499
19500 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
19501 converted to the new menu-item format, names silightly changed,
19502 help strings added.
19503
19504 Support for spelling without async subprocesses:
19505
19506 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
19507 (ispell-session-buffer): New variables.
19508 (ispell-start-process, ispell-process-status,
19509 ispell-accept-output, ispell-send-string): New functions, for
19510 Ispell invocation when async subprocesses aren't supported.
19511 (ispell-word, ispell-pdict-save, ispell-command-loop,
19512 ispell-process-line, ispell-buffer-local-parsing): Replace calls
19513 to process-send-string with calls to ispell-send-string, and
19514 accept-process-output with ispell-accept-output.
19515 (ispell-init-process): Call ispell-process-status instead of
19516 process-status with.
19517 (ispell-init-process): Call ispell-start-process. Call
19518 ispell-accept-output and ispell-send-string. Don't call
19519 process-kill-without-query and kill-process if they are unbound.
19520 (ispell-async-processp): New function.
19521
19522 2000-04-12 Dave Love <fx@gnu.org>
19523
19524 * info.el: Add debug-ignored-errors.
19525 (Info-mode-menu): Add some items.
19526 (Info-directory): Add autoload cookie.
19527
19528 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
19529 Modify `truncate-lines'. Make `describe-language-environment'
19530 always visible and add help. Modify `describe-key' help. Invoke
19531 Info-directory from `info'. New entry `emacs-manual'.
19532
19533 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19534
19535 * progmodes/ebrowse.el (ebrowse-tree-mode):
19536 Use propertized-buffer-identification.
19537 (ebrowse-update-member-buffer-mode-line): Likewise.
19538 (ebrowse--mode-strings): Removed.
19539 (ebrowse--mode-line-props): Removed.
19540
19541 * files.el (auto-mode-alist): Add `EBROWSE'.
19542
19543 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
19544 space before testing for end of buffer.
19545 (ebrowse-load): Removed.
19546 (ebrowse-revert-tree-buffer-from-file): Rewritten.
19547 (ebrowse-create-tree-buffer): Rewritten.
19548 (ebrowse-tree-mode): Read tree from buffer.
19549
19550 * progmodes/ebrowse-ffh.el: Removed.
19551
19552 2000-04-10 Kenichi Handa <handa@etl.go.jp>
19553
19554 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
19555
19556 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19557
19558 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
19559 at the wrong place.
19560
19561 2000-04-09 Dave Love <fx@gnu.org>
19562
19563 * files.el (backup-enable-predicate):
19564 Use temporary-file-directory, small-temporary-file-directory.
19565 (make-backup-file-name-function, backup-directory-alist): New vars.
19566 (make-backup-file-name-1): New function.
19567 (make-backup-file-name): Use it.
19568 (find-backup-file-name): Likewise. Use format for clarity, not concat.
19569 (file-newest-backup): Use make-backup-file-name.
19570
19571 2000-04-09 Gerd Moellmann <gerd@gnu.org>
19572
19573 * progmodes/ebrowse-ffh.el: New file.
19574
19575 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
19576 Moved to ebrowse-ffh.el.
19577 (ebrowse-load): Add autoload.
19578
19579 * finder.el (finder-commentary): Add autoload cookie.
19580
19581 * mail/rfc2368.el: Correct author's email address.
19582
19583 * progmodes/ebrowse.el: New file.
19584
19585 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
19586 item help string.
19587 (easy-menu-do-add-item): Ditto.
19588 (easy-menu-define): Extend doc string.
19589
19590 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
19591 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
19592 (jit-lock-function, jit-lock-stealth-fontify): Don't use
19593 with-buffer-unmodified.
19594
19595 2000-04-08 Dave Love <fx@gnu.org>
19596
19597 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
19598 unless, when.
19599
19600 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
19601
19602 * viper-util.el (viper-put-on-search-overlay): New subroutine.
19603 (viper-flash-search-pattern): No operation when using Emacs
19604 doesn't support face.
19605 Use `viper-put-on-search-overlay'.
19606
19607 2000-04-04 Gerd Moellmann <gerd@gnu.org>
19608
19609 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
19610 like C-r.
19611
19612 * progmodes/make-mode.el: Some doc fixes.
19613 (makefile-mode-abbrev-table): New variable.
19614 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
19615 (makefile-font-lock-keywords): Fontify includes and conditionals.
19616 (toplevel): Require `dabbrev' and `add-log' when compiling.
19617
19618 * replace.el (perform-replace): Don't move forward one char
19619 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
19620 to do that because it leaves point 1 position after the last
19621 replacement, after everything has been replaced.
19622
19623 * jit-lock.el (with-buffer-unmodified): New macro.
19624 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
19625 modified state.
19626 (jit-lock-function-1): Extracted from jit-lock-function; not
19627 preserving buffer's modified state.
19628 (jit-lock-function, jit-lock-stealth-fontify):
19629 Call jit-lock-function-1.
19630
19631 * mail/rfc2368.el: Remove supernumerary copyright line.
19632
19633 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
19634
19635 * glasses.el: Provide facilities for inserting space before left
19636 parentheses and uncapitalization of identifiers.
19637 (glasses-mode): Try to remove old overlays in all cases.
19638
19639 2000-04-03 Gerd Moellmann <gerd@gnu.org>
19640
19641 * progmodes/compile.el (compile-internal): Display the compilation
19642 buffer in a different frame, if it's already displayed there.
19643
19644 * mail/rfc2368.el: New file.
19645
19646 * simple.el (sendmail-user-agent-compose): Recognize a `body'
19647 header and insert its value as mail body.
19648
19649 * subr.el (member-ignore-case): New function.
19650
19651 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
19652 (dabbrev--find-expansion): Ignore buffers matching a regexp
19653 from dabbrev-ignored-regexps.
19654
19655 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
19656 to extensions handled by gzip.
19657
19658 2000-04-03 Richard M. Stallman <rms@gnu.org>
19659
19660 * files.el (insert-directory): List the total free space
19661 along with the used space.
19662
19663 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
19664 line is followed by one that matches CITATION-REGEXP, end the
19665 paragraph.
19666
19667 2000-04-03 Markus Rost <rost@delysid.gnu.org>
19668
19669 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
19670 (rmail-make-basic-summary-line): Use that option.
19671
19672 2000-04-03 Kenichi Handa <handa@etl.go.jp>
19673
19674 * international/mule-cmds.el (encoded-string-description):
19675 Rewritten. Try pretty description for ISO 2022 escape sequences
19676 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
19677 for hexadecimal format.
19678
19679 2000-04-01 Dave Love <fx@gnu.org>
19680
19681 * cpp.el: Change customization group to `c' from `C'.
19682
19683 * vcursor.el (vcursor-move): Use display-color-p.
19684
19685 * international/mule-util.el: Provide mule-utils.
19686 (string-to-sequence): Simplify and speed up.
19687
19688 * international/mule.el (make-coding-system): Purecopy doc-string.
19689
19690 * international/mule-cmds.el: Various menu changes.
19691 (describe-specified-language-support): Handle `Default'.
19692 (set-language-info): Purecopy `info'.
19693
19694 2000-03-31 Andrew Innes <andrewi@gnu.org>
19695
19696 * vc.el (vc-backend-diff): Return the correct status if we had to
19697 retry the rcsdiff command without the --brief option.
19698
19699 2000-03-31 Dave Love <fx@gnu.org>
19700
19701 * help.el (help-manyarg-func-alist): Correct several omissions.
19702
19703 * add-log.el: Don't require cl, fortran.
19704 (add-log-current-defun-function): Doc fix.
19705 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
19706 (change-log-version-rcs): Function deleted.
19707 (change-log-version-number-search): Doc fix.
19708 Use vc-workfile-version. Avoid CL dolist.
19709 (add-change-log-entry): Just call add-log-current-defun to get
19710 defun. Simplify somewhat.
19711 (change-log-get-method-definition-1): Likewise.
19712 (add-log-current-defun): Return nil if calling
19713 add-log-current-defun-function does so. Move Fortran stuff to
19714 fortran.el. Return string without properties.
19715
19716 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
19717 and :alpha: char classes.
19718
19719 * mail/supercite.el: Defvar curline when compiling.
19720 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
19721 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
19722 rather than a-zA-Z0-9 to allow non-ASCII characters.
19723
19724 2000-03-31 Gerd Moellmann <gerd@gnu.org>
19725
19726 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
19727
19728 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19729 Re-enable new code.
19730
19731 * lpr.el (print-region-1): Use -d to specify printer name for
19732 systems `usg-unix-v*, `dgux', `hpux', `irix'.
19733
19734 2000-03-31 Dave Love <fx@gnu.org>
19735
19736 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
19737 Look for function definition in symbol's function value slot first
19738 instead of first consulting byte-compile-function-environment.
19739
19740 2000-03-31 Kenichi Handa <handa@etl.go.jp>
19741
19742 * language/european.el ("Polish"): New language environment.
19743 (setup-polish-environment): New function.
19744
19745 2000-03-30 Gerd Moellmann <gerd@gnu.org>
19746
19747 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19748 Disable new code.
19749
19750 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
19751 trying to `load' the symbol of an autoload instead of the file
19752 recorded in the autoload. Fix error messages.
19753
19754 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19755
19756 * ps-print.el: PostScript programming fix for ghostview, doc fix.
19757 (ps-print-version): New version number (5.1.3).
19758 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
19759 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
19760 (ps-generate-postscript-with-faces): Code fix.
19761 (ps-color-values): XEmacs compatibility.
19762 (ps-print-background-image, ps-print-background-text, ps-printer-name)
19763 (ps-default-fg, ps-default-bg): Adjust customization.
19764 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
19765 (ps-color-scale): Renaming old ps-color-value fun.
19766 (ps-print-headers): Replace ps-print-header group to avoid conflict
19767 with ps-print-header variable.
19768 (ps-print-miscellany): New group.
19769 (ps-format-color, ps-rgb-color): New funs.
19770 (ps-default-foreground): New var.
19771 (ps-printer-name-option): New const.
19772
19773 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
19774
19775 * net/net-utils.el:
19776 (network-connection-host, network-connection-service): New variables
19777 (network-connection-mode): New mode, derived from comint-mode
19778 (network-connection-mode-setup): New function, saves host and
19779 service information in local variables.
19780
19781 * lisp/locate.el:
19782 (locate-word-at-point): Added this function
19783 (locate): Default to using locate-word-at-point as input
19784 Run dired-mode-hook
19785
19786 2000-03-29 Dave Love <fx@gnu.org>
19787
19788 * calendar/appt.el: Doc fixes.
19789 (appt-check): Convert min-to-app to a string before passing to
19790 appt-disp-window-function or concat.
19791 (appt-delete-window): Remove test for frame-root-window.
19792 (appt-select-lowest-window, appt-convert-time): Simplify.
19793
19794 * emacs-lisp/bytecomp.el: Doc fixes.
19795 (byte-compile-file-form-autoload):
19796 Update byte-compile-function-environment.
19797
19798 2000-03-29 Andreas Schwab <schwab@suse.de>
19799
19800 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
19801
19802 * dired.el (dired-insert-directory): If dired-free-space-program
19803 failed just delete its output.
19804
19805 2000-03-29 Dave Love <fx@gnu.org>
19806
19807 * international/iso-cvt.el: Move provide to end. Doc fixes.
19808 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
19809 (iso-iso2sgml, iso-sgml2iso): New functions.
19810 (iso-cvt-define-menu): Fix some entries and use backquote for
19811 clarity.
19812
19813 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
19814
19815 2000-03-28 Gerd Moellmann <gerd@gnu.org>
19816
19817 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
19818 ISO-DATE. If non-nil, return date in ISO 8601 format.
19819
19820 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
19821
19822 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
19823 if it ever becomes used.
19824 (log-edit-mode-hook): Default to vc-log-mode-hook.
19825 (log-edit-mode): Fix the docstring.
19826
19827 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
19828 the code.
19829
19830 2000-03-26 Dave Love <fx@gnu.org>
19831
19832 * net/browse-url.el (browse-url): Re-fix case of
19833 browse-url-browser-function being an alist.
19834 (browse-url): Add :link to defgroup.
19835
19836 * files.el: Doc fixes.
19837 (file-truename): Include `[' in wildcard characters.
19838 (automount-dir-prefix): Customize.
19839 (find-file-wildcards): Add :version.
19840 (find-file-noselect): Simplify a mapcar call.
19841
19842 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
19843 compatible with inf-lisp version.
19844 (eval-defun-1): Fix custom-declare-variable case.
19845
19846 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
19847
19848 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
19849
19850 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19851
19852 * Makefile (COMPILE_FIRST): New macro.
19853 (compile-files): Compile files from COMPILE_FIRST first.
19854
19855 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
19856
19857 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
19858 matching open parenthesis in column 0 to defun-prompt-regexp
19859 only if open-paren-in-column-0-is-defun-start is set.
19860
19861 * sun-curs.el: Require CL at compile-time only.
19862
19863 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
19864 instead of copy-list which is a function from CL.
19865 (msb--choose-menu, msb--mode-menu-cond)
19866 (msb--create-buffer-menu-2): Use dolist instead of mapc.
19867 (msb--init-file-alist): Use mapcar instead of mapcan.
19868 (msb--aggregate-alist): Use mapcar instead of mapcan.
19869 Fix `(' in column 0 in doc string.
19870 (msb--add-separators): Use mapcar instead of mapcan.
19871
19872 * cus-dep.el: Require CL at compile-time only.
19873
19874 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
19875
19876 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
19877 (byte-compile-warnings): New warning `noruntime'.
19878 (byte-compile-constants, byte-compile-variables): Fix docstring.
19879 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
19880 execute `eval-whenc-compile's body.
19881 (byte-compile-unresolved-functions): Fix docstring.
19882 (byte-compile-eval): New function.
19883 (byte-compile-callargs-warn): Check if the function will be available
19884 at runtime (via property `byte-compile-noruntime').
19885 (byte-compile-print-syms): New function.
19886 (byte-compile-warn-about-unresolved-functions): Also warn about
19887 `noruntime' functions (and use `byte-compile-print-syms').
19888 (byte-compile-file): Capitalize the message.
19889
19890 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19891
19892 * mail/rmail.el (rmail-confirm-expunge): New user-option.
19893 (rmail-expunge): Ask for confirmation depending on the setting
19894 of rmail-confirm-expunge.
19895
19896 2000-03-23 Gerd Moellmann <gerd@gnu.org>
19897
19898 * Makefile (bootstrap-clean): If $(emacs) exists, build
19899 loaddefs.el first. A loaddefs.el that's not up-to-date might
19900 cause a bootstrap failure because things don't autoload as expected.
19901
19902 2000-03-23 Dave Love <fx@gnu.org>
19903
19904 * net/browse-url.el: Restore previous use of
19905 browse-url-maybe-new-window.
19906
19907 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19908
19909 * ps-print.el: Skip banner page fix.
19910 (ps-print-version): New version number (5.1.2).
19911 (ps-begin-file, ps-end-file, ps-generate): Code fix.
19912
19913 2000-03-23 Dave Pearson <davep@davep.org>
19914
19915 * net/quickurl.el Changed the type of parameter passed to the
19916 function defined by `quickurl-format-function'. Before only the
19917 text of the URL was passed. Now the whole URL structure is passed
19918 and the function is responsible for extracting the parts it requires.
19919 Changed the default of `quickurl-format-function' accordingly.
19920 (quickurl-insert): Changed the `funcall' of
19921 `quickurl-format-function' to match the above change.
19922 (quickurl-list-insert): Changed the `url' case so that it makes
19923 use of `quickurl-format-function', previous to this the format was
19924 hard wired.
19925
19926 2000-03-22 Gerd Moellmann <gerd@gnu.org>
19927
19928 * startup.el: Change some spellings for the X Window System.
19929
19930 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
19931
19932 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
19933 Clean up the code and the regexp and make sure the cursor is
19934 temporarily moved to the suspicious line while querying the user.
19935
19936 2000-03-22 Jason Rumney <jasonr@gnu.org>
19937
19938 * w32-fns.el (w32-charset-info-alist): Initialize.
19939
19940 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19941
19942 * ps-print.el: N-up last page fix.
19943 (ps-print-version): New version number (5.1.1).
19944 (ps-end-file, ps-end-job, ps-generate): Code fix.
19945
19946 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19947
19948 * files.el (find-file-run-dired): Update docstring.
19949 (find-directory-functions): New hook.
19950 (find-file-noselect): Run find-directory-functions rather than
19951 calling dired directly.
19952
19953 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
19954
19955 * pcvs.el: Add a minimal leading commentary.
19956 (cvs-make-cvs-buffer): Change the header part by removing the startup
19957 message and adding a `Module' entry. Also replace the FOOTER and
19958 HEADER special fileinfos with the new support in ewoc for updating
19959 its own footer and header.
19960 (cvs-update-header): Update to use the header/footer of the ewoc.
19961 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
19962 (cvs-is-within-p): New function.
19963 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
19964 to only examine some subset of the buffers.
19965
19966 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
19967 `format' instead of our own ad-hoc functions.
19968 Remove HEADER and FOOTER cases, now handled in the EWOC.
19969 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
19970
19971 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
19972 output to avoid scaring the user.
19973 (cvs-parse-table): Catch message for non-up-to-date commits.
19974
19975 * pcvs-defs.el (cvs-startup-message): Remove.
19976 (cvs-global-menu): New autoloaded menu.
19977
19978 * pcvs-util.el (cvs-string-fill): Remove.
19979
19980 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
19981 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
19982 PP part of it and also make it work for footers and headers.
19983 (ewoc-create): Drop POS and BUFFER arguments.
19984 Use the DLL's dummy node to store the end-of-footer position.
19985 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
19986 (ewoc-refresh): Remove unused `header' variable.
19987 (ewoc-(get|set)-hf): New functions.
19988
19989 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
19990 log-view-*-(message|file) and use easy-mmode-define-navigation.
19991 (log-view-message-re): Match SCCS format as well.
19992 And match the revision line rather than the dashed separator line.
19993 (log-view-mode): Use the new define-derived-mode.
19994 (log-view-current-tag): Fill in with an actual implementation.
19995
19996 * cvs-status.el (cvs-status-(prev|next)): Rename from
19997 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
19998 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
19999 to let the output "breathe" a little more (more readable).
20000 (cvs-status-mode): Use the new define-derived-mode.
20001
20002 * smerge-mode.el (smerge-auto-leave): New function and variable.
20003 (smerge-basic-map): Rename from smerge-basic-keymap.
20004 Change the bindings for smerge-diff-*.
20005 (smerge-*-map): Use easy-mmode-defmap.
20006 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20007 (smerge-keep-*): Use smerge-auto-leave.
20008
20009 2000-03-21 Jason Rumney <jasonr@gnu.org>
20010
20011 * cus-edit.el (custom-button-face): Use 3D look for w32.
20012 (custom-button-pressed-face): Likewise.
20013
20014 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20015
20016 * progmodes/etags.el (tags-case-fold-search): New user-option.
20017 (tags-loop-eval): New function. Bind case-fold-search around eval
20018 depending on the value of tags-case-fold-search.
20019 (tags-loop-continue): Use tags-loop-eval.
20020 (find-tag-in-order): Bind case-fold-search depending on the value
20021 of tags-case-fold-search.
20022
20023 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20024
20025 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20026 (diff-end-of-hunk): Return the end position for use in
20027 `easy-mmode-define-navigation'.
20028 (diff-recenter): Remove.
20029 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20030 of `easy-mmode-define-navigation'.
20031 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20032 previous renaming) and fix to use new names.
20033 (diff-merge-strings): Use \n as separator: simpler, faster.
20034 (diff-mode): Use `define-derived-mode'.
20035
20036 * derived.el (define-derived-mode): Don't autoload anymore.
20037 Prefer the macro-only version provided by easy-mmode.el.
20038
20039 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20040 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20041 (easy-mmode-define-navigation): New macro.
20042
20043 * subr.el (combine-run-hooks): New function.
20044
20045 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20046
20047 * term/x-win.el: Fontsets related initialization is simplified.
20048
20049 * international/mule-diag.el (describe-font): Don't refer to
20050 global-fontset-alist, instead call font-list.
20051 (describe-fontset, list-fontsets, mule-diag): Likewise.
20052 (print-fontset): Adjusted for the change of fontset implementation.
20053
20054 * international/fontset.el (x-charset-registries): Variable removed,
20055 instead the corresponding data is stored in the default fontset.
20056 (register-alternate-fontnames): Function removed.
20057 (resolved-ascii-font): Variable removed.
20058 (x-compose-font-name): Ignore the second argument REDOCE.
20059 (x-complement-fontset-spec): Complement only an ASCII font and
20060 element for those charsets than can use that ASCII font.
20061 (generate-fontset-menu): Don't refer to global-fontset-alist,
20062 instead call fontset-list.
20063 (uninstantiated-fontset-alist): Variable removed.
20064 (x-style-funcs-alist): Likewise.
20065 (fontset-default-styles): Likewise.
20066 (x-modify-font-name): Function removed.
20067 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20068 (create-fontset-from-ascii-font): Docsting adjusted for the above
20069 change.
20070 (instantiate-fontset, resolve-fontset-name): Functions removed.
20071 (fontset-list): Now implemented by C code.
20072
20073 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20074 (describe-face): Include `font' attribute in the description.
20075
20076 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20077
20078 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20079
20080 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20081
20082 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20083 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20084 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20085
20086 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20087 about behavior of set-buffer-modified-p wrt redisplay.
20088
20089 2000-03-19 Richard M. Stallman <rms@gnu.org>
20090
20091 * view.el (view-mode-disable): Kill local binding of view-read-only.
20092
20093 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20094
20095 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20096 is a string, convert it to a syntax cell using string-to-syntax.
20097
20098 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20099 (string-to-syntax): New function.
20100
20101 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20102 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20103 try to use passive ftp mode.
20104
20105 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20106
20107 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20108
20109 * simple.el (append-to-buffer): Update point of windows after
20110 insertion.
20111
20112 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20113 forward then moving backward. Reindent.
20114
20115 * frame.el (other-frame): Call x-focus-frame only if
20116 focus-follows-mouse is off.
20117
20118 2000-03-17 Dave Love <fx@gnu.org>
20119
20120 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20121
20122 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20123
20124 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20125 regexp for labels cannot span several lines.
20126
20127 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20128 `(setq :<key> ':<key>)' to the macro expansion.
20129
20130 2000-03-16 Dave Love <fx@gnu.org>
20131
20132 * progmodes/f90.el (f90): Put custom group under `languages', not
20133 `fortran'.
20134 (f90-mode-hook): Customize.
20135 (f90-mode): Set add-log-current-defun-function.
20136 (f90-current-defun): New function.
20137
20138 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20139
20140 * cus-edit.el (custom-variable-tag-face): Handle case that
20141 default face's height is not a number.
20142 (custom-face-tag-face, custom-group-tag-face-1)
20143 (custom-group-tag-face): Ditto.
20144 (custom-group-tag-face-1): Add :group.
20145
20146 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20147
20148 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20149
20150 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20151 requiring easymenu.
20152
20153 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20154
20155 * ps-print.el: PostScript user-defined prologue, PostScript error
20156 handler, doc fix.
20157 (ps-print-version): New version number (5.1).
20158 (ps-user-defined-prologue, ps-error-handler-message)
20159 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20160 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20161 (ps-insert-string): New function.
20162
20163 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20164
20165 * international/ccl.el (ccl-compile-expression): Don't generate
20166 invalid self-assignment code.
20167
20168 2000-03-14 Dave Love <fx@gnu.org>
20169
20170 * subr.el (replace-regexp-in-string): Renamed from
20171 replace-regexps-in-string. Doc fix.
20172
20173 2000-03-12 Dave Love <fx@gnu.org>
20174
20175 * cus-edit.el: Doc fixes.
20176 (customize-set-variable, customize-save-variable): Rename args for doc.
20177 (custom-variable-tag-face, custom-face-tag-face)
20178 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20179 style which user identify as hyperlink.
20180 (hook): Don't add undefined functions to the hook.
20181 (debug-ignored-errors): Transfer message from bindings.el.
20182
20183 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20184
20185 * recentf.el (recentf-keep-non-readable-files-p):
20186 Remove double/nested definition.
20187
20188 2000-03-12 Dave Love <fx@gnu.org>
20189
20190 * facemenu.el (facemenu-get-face): Use display-color-p.
20191 * enriched.el (enriched-decode-foreground): Likewise.
20192 (enriched-decode-background): Likewise.
20193 * isearch.el (isearch-highlight): Likewise.
20194 * info-look.el (info-lookup): Likewise.
20195 * simple.el (completion-setup-function): Likewise.
20196
20197 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20198 :options.
20199
20200 * bindings.el (mode-line-format): Fix line-number and
20201 column-number items. Add help-echo for the background.
20202 (mode-line-mule-info): Modify help-echo.
20203
20204 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20205
20206 * files.el (load-file): Allow completion to .elc.
20207
20208 * man.el: Doc fixes.
20209 (Man-init-defvars): Use display-color-p to set fontification.
20210
20211 * play/hanoi.el (hanoi-internal): Don't use oddp.
20212
20213 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20214
20215 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20216
20217 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20218
20219 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20220
20221 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20222 Fix comment.
20223
20224 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20225
20226 * font-lock.el (font-lock-keywords): Fix the doc now that
20227 regexp-opt-depth is unnecessary.
20228 (save-buffer-state): Set an edebug spec.
20229 (font-lock-fontify-anchored-keywords): Properly handle the case when
20230 the matcher goes past the limit.
20231
20232 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20233 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20234
20235 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20236 dll.el and cookie.el (from Elib) with heavy renaming and other
20237 massaging.
20238
20239 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20240 Autoload the functions used.
20241 (easy-mmode-define-syntax): Fix CL typo.
20242 (easy-mmode-define-derived-mode): Improve the docstring generation.
20243
20244 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20245
20246 * textmodes/texinfo.el (texinfo-version): Variable and function
20247 removed.
20248
20249 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20250
20251 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20252 allow more flexibility.
20253 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20254 (easy-mmode-defmap, easy-mmode-defsyntax)
20255 (easy-mmode-define-derived-mode): New macros.
20256
20257 2000-03-09 Didier Verna <didier@xemacs.org>
20258
20259 * rect.el (replace-rectangle): New function.
20260
20261 2000-03-09 Dave Love <fx@gnu.org>
20262
20263 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20264 (fortran-comment-line-start-skip): Don't match cpp stuff.
20265 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20266 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20267 (fortran-mode): Don't set fortran-comment-line-start-skip,
20268 fortran-comment-line-start here. Set comment-start,
20269 add-log-current-defun.
20270 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20271 (fortran-current-defun): New function.
20272
20273 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20274
20275 * emacs-lisp/re-builder.el: New file.
20276
20277 * mouse.el (mouse-drag-region): Don't run up-event handler
20278 if hscroll has changed.
20279
20280 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20281 builtin operators, use `font-lock-builtin-face' for Emacs and
20282 `font-lock-preprocessor-face' otherwise.
20283
20284 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20285 `(defun (setf foo)' differently.
20286
20287 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20288
20289 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20290 (regexp-opt): Update comment and adapt the code the new meaning of
20291 the `paren' argument of regex-opt-group for shy-groups.
20292 (regexp-opt-depth): Handle shy groups as well as backslashed
20293 backslashes.
20294 (regexp-opt-group): Turn the leading comment into a docstring.
20295 Allow `paren' to be a string (the string to use to open a group).
20296 Remove open-presuf and close-presuf. Instead of checking for `all
20297 one-char' and then later on check for `several one-char', handle
20298 both cases close together. Also apply a more generic algorithm
20299 for suffixes (the mirror image of the algorithm used for
20300 prefixes). Use shy-groups. Use nreverse rather than reverse.
20301 (regexp-opt-try-suffix): Removed.
20302
20303 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20304 from comint-mode-map, so we can just inherit from it. Also, move
20305 the initialization into the `defvar' since there's no docstring
20306 anyway and it's fairly short.
20307 (inferior-scheme-mode): Define it as derived-mode: the code is
20308 shorter and this way we inherit from comint-mode-map rather than
20309 copying it.
20310
20311 * subr.el (replace-regexps-in-string): Properly handle the case
20312 where we match an empty string.
20313
20314 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20315 when the command has a directory component (such as "./testml").
20316 Also fix a typo in the comment.
20317
20318 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20319
20320 * Makefile (compile-files): Compile files one by one because
20321 that's the only way to ensure a clean compilation environment for
20322 each individual file.
20323
20324 * frame.el (other-frame): Call x-focus-frame.
20325
20326 2000-03-07 Dave Love <fx@gnu.org>
20327
20328 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20329 :require to defcustom.
20330
20331 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20332
20333 * files.el (auto-mode-alist): Add configure.in.
20334
20335 * progmodes/autoconf.el: New file.
20336
20337 2000-03-07 Gerd Moellmann <gerd@gnu.org>
20338
20339 * mail/mh-e.el: Change maintainer to `none'.
20340
20341 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20342 to remove-hook and add-hook.
20343
20344 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20345
20346 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
20347 it as the default.
20348 (mail-send): Test mail-send-nonascii also for the new `mime' value.
20349 (sendmail-send-it): Conditionally add MIME headers specifying the
20350 used character set.
20351
20352 2000-03-07 Dave Love <fx@gnu.org>
20353
20354 * winner.el: Fix keywords, autoload cookies.
20355 Split eval-when-compile form to avoid compilation failure.
20356
20357 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
20358
20359 * international/mule.el: Modify comment about coding system
20360 property `coding-category'.
20361 (make-coding-system): New argument EOL-TYPE. Pay attention to
20362 coding-category property of PROPERTIES.
20363
20364 * international/mule-conf.el (coding-category-utf-8)
20365 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
20366 categories. Include them in the argument for set-coding-priority.
20367
20368 * international/mule-cmds.el (reset-language-environment):
20369 Include coding-category-utf-8, coding-category-utf-16-be, and
20370 coding-category-utf-16-le in the argument for set-coding-priority.
20371 (reset-language-environment): Initialize coding-category-utf-8,
20372 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
20373
20374 2000-03-06 Karl Fogel <kfogel@red-bean.com>
20375
20376 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
20377 code abstracted out of `bookmark-jump-noselect'. Now tries info
20378 extensions as well as compression extensions.
20379 (bookmark-jump-noselect): Use above new func.
20380
20381 2000-03-03 Gerd Moellmann <gerd@gnu.org>
20382
20383 * strokes.el: Change maintainer's mail address.
20384
20385 2000-03-03 Kenichi Handa <handa@etl.go.jp>
20386
20387 * international/mule-diag.el (list-character-sets): Make help-echo
20388 string by substitute-command-keys.
20389 (list-character-sets): Likewise.
20390 (sort-listed-character-sets): Call help-setup-xref.
20391
20392 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20393
20394 * time.el (display-time-mail-file): Add `none' to the list of choices.
20395
20396 2000-03-01 Dave Love <fx@gnu.org>
20397
20398 * help.el (help-xref-go-back): Don't try to set position.
20399
20400 * international/mule-diag.el (list-character-sets):
20401 Call help-setup-xref. Add help-echo to xrefs.
20402 (list-character-sets-1): Add help-echo to xrefs.
20403
20404 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20405
20406 * frame.el (blink-cursor-mode): Switch cursor on when turning
20407 the mode off.
20408
20409 * add-log.el (add-log-current-defun): Add support for
20410 Autoconf mode.
20411
20412 * mail/rmail.el (rmail-quit-hook): New variable.
20413
20414 2000-03-01 Dave Love <fx@gnu.org>
20415
20416 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
20417
20418 * help.el (help-xref-button): Add help-echo arg.
20419 (describe-function-1, describe-variable, help-make-xrefs): Use it.
20420
20421 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
20422
20423 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
20424
20425 2000-03-01 Gerd Moellmann <gerd@gnu.org>
20426
20427 * image.el (defimage): Look for image files in load-path.
20428
20429 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
20430
20431 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20432
20433 * recentf.el (recentf): Added version tag to the defgroup of recentf.
20434
20435 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20436
20437 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
20438 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
20439 action to select/unselect a file.
20440 (recentf-edit-list): Code cleanup and improvement.
20441 (recentf-open-more-files-action): `recentf-open-more-files' button
20442 widget action to open a file.
20443 (recentf-open-more-files): No more use standard completion but widgets.
20444 (recentf-more-collection): Deleted.
20445 (recentf-more-history): Deleted.
20446 (recentf-setup-more-completion): Deleted.
20447
20448 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20449
20450 * recentf.el (recentf-mode): No more needs that Emacs is running
20451 under a window-system.
20452
20453 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20454
20455 * recentf.el (recentf-edit-list): New command to edit the recent
20456 list which allow the user to remove files.
20457 (recentf-edit-selected-items): New global variable, used by
20458 `recentf-edit-list' to hold the list of files to be removed from
20459 the recent list.
20460 (recentf-make-menu-items): Updated to display a "Edit list..."
20461 menu item. Minor code cleanup.
20462
20463 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20464
20465 * recentf.el (recentf-open-more-files): New command to open files
20466 that are not displayed in the menu.
20467 (recentf-more-collection): New global variable holding the set of
20468 permissible completions used by `recentf-open-more-files'.
20469 (recentf-more-history): New global variable holding the history list
20470 used by `recentf-open-more-files' completion.
20471 (recentf-setup-more-completion): New function to setup completion for
20472 `recentf-open-more-files'.
20473 (recentf-make-menu-items): Updated to display a "More..." menu item.
20474
20475 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20476
20477 * recentf.el (recentf-menu-action): Doc fixed.
20478
20479 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20480
20481 * recentf.el (recentf-menu-filter): Doc updated.
20482 (recentf-update-menu-hook): Allow menu filters to force menu update.
20483 (recentf-make-menu-items): New menu filter handling.
20484 (recentf-make-menu-item): New helper function.
20485 (recentf-menu-elements): New menu handling function.
20486 (recentf-sort-ascending): Updated to new menu filter handling.
20487 (recentf-sort-descending): Updated to new menu filter handling.
20488 (recentf-sort-basenames-ascending): New menu filter function.
20489 (recentf-sort-basenames-descending): New menu filter function.
20490 (recentf-show-basenames): New menu filter function.
20491 (recentf-show-basenames-ascending): New menu filter function.
20492 (recentf-show-basenames-descending): New menu filter function.
20493
20494 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20495
20496 * diary-lib.el (list-diary-entries): Don't try to go forward at
20497 the end of the buffer.
20498
20499 2000-02-29 Kenichi Handa <handa@etl.go.jp>
20500
20501 * international/mule-diag.el (list-character-sets):
20502 Completely rewritten.
20503 (sort-listed-character-sets): New function.
20504 (list-character-sets-1): Completely rewritten.
20505 (list-character-sets-2): New function.
20506 (non-iso-charset-alist): New variable.
20507 (decode-codepage-char): New function.
20508 (charset-history): New variable.
20509 (read-charset) (list-block-of-chars)
20510 (list-iso-charset-chars)
20511 (list-non-iso-charset-chars)
20512 (list-charset-chars): New functions.
20513 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
20514 (dump-charsets): Likewise.
20515
20516 2000-02-29 Gerd Moellmann <gerd@gnu.org>
20517
20518 * dired-x.el (dired-filename-at-point): Add `@' to valid
20519 file name characters.
20520 (dired-filename-at-point): Handle ange-ftp file names.
20521
20522 * frame.el (frame-notice-user-settings): Use assq-delete-all
20523 instead of assoc-delete-all.
20524 (frame-notice-user-settings): Ditto.
20525
20526 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
20527 Don't copy alist.
20528
20529 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
20530
20531 * calculator.el (calculator-use-menu): New option.
20532 (calculator-initial-bindings): Changed some bindings to work as macros.
20533 (calculator-forced-input): Removed.
20534 (calculator-restart-other-mode): New variable.
20535 (calculator-mode-map): Set up menu.
20536
20537 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
20538
20539 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
20540
20541 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
20542
20543 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
20544 translate all ESC key sequences.
20545 (viper-goto-mark-subr): Restore markers for files for which
20546 they were saved.
20547 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
20548 * viper-util.el (viper-set-replace-overlay-glyphs)
20549 (viper-set-replace-overlay): Always check if the replacement
20550 overlay is live.
20551 * viper.el (viper-vi-state-mode-list): Add major modes.
20552 * ediff-wind.el: Minor comment changes.
20553 * ediff.el: Copyright notice date fix.
20554
20555 2000-02-27 Jason Rumney <jasonr@gnu.org>
20556
20557 * faces.el (face-font-family-alternatives): Add arial to helv.
20558 (mode-line, header-line, tool-bar): Same default as x for w32.
20559 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
20560 face-font-family-alternatives from working.
20561 * term/w32-win.el (mouse-set-font): Do not build fontset from
20562 chosen font.
20563
20564 2000-02-25 Sam Steingold <sds@goems.com>
20565
20566 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
20567 properly.
20568
20569 2000-02-25 Richard M. Stallman <rms@gnu.org>
20570
20571 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
20572
20573 2000-02-25 Gerd Moellmann <gerd@gnu.org>
20574
20575 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
20576
20577 * frame.el (busy-cursor-delay-seconds): New option.
20578
20579 2000-02-24 Gerd Moellmann <gerd@gnu.org>
20580
20581 * frame.el (show-cursor-in-non-selected-windows): New option.
20582
20583 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20584
20585 * diary-lib.el (include-other-diary-files): Undo the selective
20586 display in any included file and don't kill it.
20587
20588 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
20589
20590 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
20591 Menu items converted to (menu-item format, help strings added.
20592 [downcase, upcase]: Don't enable on MS-DOS.
20593 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
20594 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
20595
20596 2000-02-23 Dave Love <fx@gnu.org>
20597
20598 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
20599 (backward-kill-word): Revert addition of * to interactive spec --
20600 it's a feature.
20601
20602 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
20603 (backward-kill-sentence, kill-sentence): Likewise.
20604
20605 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
20606 scratch buffer name.
20607 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
20608
20609 * term/w32-win.el (internal-face-interactive): Update prompt for
20610 new read-face-name.
20611
20612 * mail/footnote.el (footnote): Add :version to defgroup.
20613 (footnote-section-tag-regexp): Customize.
20614 (footnote-start-tag, footnote-end-tag): New option.
20615 (footnote-latin-regexp): New variable.
20616 (Footnote-latin): New function.
20617 (footnote-style-alist): Add element for latin style.
20618 (footnote-style): Moved.
20619 (Footnote-goto-footnote): Use eq to test arg.
20620
20621 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
20622
20623 * emacs-lisp/byte-opt.el: Change old backquote syntax.
20624 (byte-compile-trueconstp): Include keywords.
20625 (byte-optimize-quote, byte-optimize-lapcode):
20626 Use byte-compile-const-symbol-p.
20627 (byte-optimize-char-before): New optimization.
20628
20629 * emacs-lisp/bytecomp.el: Change old backquote syntax.
20630 (byte-compile-const-symbol-p): New function.
20631 (byte-compile-constp, byte-compile-out-toplevel)
20632 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
20633 Use it.
20634
20635 * subr.el (define-key-after): Default AFTER to t. Doc fix.
20636
20637 2000-02-23 Kenichi Handa <handa@etl.go.jp>
20638
20639 * international/encoded-kb.el: Be sure to update minor-mode-alist
20640 and minor-mode-map-alist.
20641 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
20642 codes SS2 and SS3 correctly.
20643 (encoded-kbd-self-insert-ccl): New function.
20644 (encoded-kbd-setup-keymap): New function.
20645 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
20646 by calling encoded-kbd-setup-keymap.
20647
20648 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
20649 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
20650
20651 2000-02-22 Dave Love <fx@gnu.org>
20652
20653 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
20654 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
20655 (lisp-mode-syntax-table): Set up for #|...|# comments.
20656 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
20657 classes. Match `defface'.
20658 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
20659 (eval-defun-1): Fix for defcustom.
20660 (lisp-indent-region): Doc fix.
20661
20662 * subr.el (when, unless, split-string): Doc fix.
20663 (read-passwd): Move call of clear-this-command-keys to the right place.
20664 (replace-regexps-in-string): New function.
20665
20666 2000-02-22 Gerd Moellmann <gerd@gnu.org>
20667
20668 * help.el (describe-variable): Set syntax table to
20669 emacs-lisp-mode-syntax-table when moving forward over the
20670 symbol's name.
20671
20672 2000-02-22 Dave Love <fx@gnu.org>
20673
20674 * xt-mouse.el: Doc fixes.
20675 (xterm-mouse-position-function): New function, replacing advice of
20676 mouse-position.
20677 (xterm-mouse-mode): Use it. Don't turn on under a window system.
20678
20679 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
20680
20681 2000-02-21 Gerd Moellmann <gerd@gnu.org>
20682
20683 * format.el (format-annotate-single-property-change):
20684 Handle properties.with dotted-list values.
20685 (format-proper-list-p): New function.
20686
20687 * enriched.el (enriched-face-ans): Handle '(foreground-color
20688 . COLOR) and (background-color . COLOR).
20689
20690 2000-02-20 Dave Love <fx@gnu.org>
20691
20692 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
20693 and assignments to it.
20694 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
20695 current local map.
20696 (make-flyspell-overlay): Use it.
20697 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
20698
20699 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
20700 (lm-get-header-re): Defun, not defsubst.
20701 (lm-get-package-name): Defun, not defsubst. Simplify.
20702 (lm-version): Doc fix. Simplify.
20703 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
20704 (lm-crack-address, lm-last-modified-date, lm-commentary)
20705 (lm-verify, lm-synopsis): Simplify.
20706 (lm-report-bug): Require emacsbug. Use compose-mail.
20707
20708 2000-02-20 Gerd Moellmann <gerd@gnu.org>
20709
20710 * dired.el (dired-mode): Call propertized-buffer-identification
20711 to set mode-line-buffer-identification to something having
20712 the right text properties.
20713
20714 * bindings.el (propertized-buffer-identification): New function.
20715
20716 2000-02-20 Dave Love <fx@gnu.org>
20717
20718 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
20719 check for t-mouse too.
20720
20721 * cus-start.el: Make echo-keystrokes `number'.
20722
20723 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
20724
20725 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
20726 Don't call ring-empty-p unless tags-location-ring is bound.
20727 From Noah Friedman <friedman@splode.com>.
20728
20729 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
20730
20731 * progmodes/hideshow.el (hs-flag-region): No longer use
20732 `intangible' overlay property.
20733
20734 (hs-toggle-hiding): New command.
20735 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
20736
20737 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
20738 Fix omission bug: Run `hs-minor-mode-hook' for both activation
20739 and deactivation.
20740
20741 2000-02-18 Gerd Moellmann <gerd@gnu.org>
20742
20743 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
20744
20745 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20746
20747 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
20748
20749 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
20750 of `*' to handle `(* ... *)' comments.
20751
20752 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
20753
20754 * faces.el (list-faces-display): Use display-mouse-p instead of
20755 window-system.
20756
20757 * menu-bar.el (global-map): Menu-bar items converted to the new
20758 format (menu-item..., rearranged for better CUA compliance, and
20759 their names changed for better clarity. Help strings added.
20760
20761 * international/mule-cmds.el (mule-menu-keymap)
20762 (describe-language-environment-map, set-coding-system-map)
20763 (setup-language-environment-map): Convert to new (menu-item...
20764 form, add help strings. Change names of menu items for better clarity.
20765 "Mule" menu-bar item removed (it's now in the "Options" submenu).
20766
20767 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20768
20769 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
20770 within the code.
20771
20772 2000-02-16 Dave Love <fx@gnu.org>
20773
20774 * faces.el: Don't require custom. Add more specific :groups to
20775 various deffaces.
20776 (set-face-attribute): Purecopy args.
20777 (read-face-name): Default to name at point and use it in prompt.
20778 Remove colon from arg in all callers.
20779 (list-faces-display): Hyperlink to face descriptions and customize
20780 buffers.
20781
20782 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
20783
20784 * wid-edit.el (widget-match-inline): An atom never matches a list.
20785
20786 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20787
20788 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
20789 at ':' characters by call to split-string.
20790
20791 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20792
20793 * textmodes/bibtex.el: Added RCS version identification.
20794
20795 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20796
20797 * textmodes/bibtex.el: Some temporary comments removed.
20798 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
20799 (bibtex-field-const): Allow capital letters.
20800 (bibtex-start-of-string): Deleted because unused.
20801
20802 * textmodes/bibtex.el: Unified some nomenclature. We no longer
20803 use the term 'reference' to describe a bibtex entry as a whole.
20804 Further, reference keys are no longer called 'labels'.
20805 (bibtex-keys): Renamed to bibtex-reference-keys.
20806 (bibtex-reformat-previous-labels): Renamed to
20807 bibtex-reformat-previous-reference-keys.
20808 (bibtex-reference-type): Renamed to bibtex-entry-type.
20809 (bibtex-reference-head): Renamed to bibtex-entry-head.
20810 (bibtex-reference-maybe-empty-head): Renamed to
20811 bibtex-entry-maybe-empty-head.
20812 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
20813 (bibtex-search-reference): Renamed to bibtex-search-entry.
20814 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
20815 bibtex-enclosing-entry-maybe-empty-head.
20816 (bibtex-entry-field-alist, bibtex-entry-head)
20817 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
20818 (bibtex-map-entries, bibtex-search-entry)
20819 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
20820 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20821 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
20822 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
20823 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
20824 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
20825 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
20826
20827 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20828
20829 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
20830 comment.
20831 (bibtex-format-field-delimiters): New function, functionality
20832 extracted from bibtex-format-entry.
20833 (bibtex-autokey-get-yearfield-digits): New function, functionality
20834 extracted from bibtex-autokey-get-yearfield.
20835
20836 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
20837 entries in order to avoid stack overflow in the regexp matcher if
20838 field contents become large.
20839 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
20840 (bibtex-field-string-part-not-braced)
20841 (bibtex-field-string-part-no-inner-braces)
20842 (bibtex-field-string-part-1-inner-brace)
20843 (bibtex-field-string-part-2-inner-braces)
20844 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
20845 (bibtex-field-string-quoted, bibtex-field-string)
20846 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
20847 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
20848 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
20849 Deleted as parsing is now performed by the following functions.
20850 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
20851 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
20852 (bibtex-parse-field-string, bibtex-search-forward-field-string)
20853 (bibtex-parse-association, bibtex-field-name-for-parsing)
20854 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
20855 (bibtex-search-forward-field, bibtex-search-backward-field)
20856 (bibtex-start-of-field, bibtex-end-of-field)
20857 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
20858 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20859 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
20860 (bibtex-parse-string, bibtex-search-forward-string)
20861 (bibtex-search-backward-string, bibtex-start-of-string)
20862 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
20863 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
20864 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
20865 entries. Instead of reporting the results of the parsing by
20866 match-beginning or match-end, these functions return data structures
20867 that hold the corresponding positions.
20868 (bibtex-enclosing-field): Changed to also report field boundaries by
20869 return values rather than by match-beginning or match-end.
20870 The following functions have been adapted to use the new
20871 parsing functions.
20872 (bibtex-skip-to-valid-entry, bibtex-search-reference)
20873 (bibtex-enclosing-field, bibtex-format-entry)
20874 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
20875 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
20876 (bibtex-print-help-message, bibtex-end-of-entry)
20877 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
20878 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20879 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
20880 Use the new method for parsing.
20881 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
20882 (bibtex-map-entries, bibtex-flash-head)
20883 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
20884 (bibtex-autokey-change, bibtex-autokey-get-namefield)
20885 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
20886 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20887 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
20888 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20889 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
20890 order to make the new binding of case-fold-search immediately visible.
20891
20892 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20893
20894 * textmodes/bibtex.el: Copyright notice is up to date.
20895 Added constant 'bibtex-maintainer-salutation.
20896
20897 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
20898 than make-temp-name, use match-string-no-properties and eliminate
20899 a quadratic behavior when building bibtex-strings.
20900
20901 * bibtex.el (bibtex-reference-key): Accept string entries whose
20902 reference key contains upper case letters.
20903
20904 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20905
20906 * bibtex.el (bibtex-reference-head): Allow entries to start with
20907 a new line.
20908
20909 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20910
20911 * bibtex.el: Hiding of entry bodies is not longer provided by
20912 bibtex.el directly. Instead the hideshow package can be used.
20913 Added a special bibtex entry to hs-special-modes-alist.
20914 (bibtex-hs-forward-sexp): Added for hideshow.el.
20915
20916 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20917
20918 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
20919 proceedings entry type (for cross referencing). Thanks to Wagner
20920 Toledo Correa for the suggestion.
20921
20922 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
20923
20924 2000-02-14 Kenichi Handa <handa@etl.go.jp>
20925
20926 * international/characters.el: Setup case table for Vietnamese.
20927
20928 2000-02-12 Gerd Moellmann <gerd@gnu.org>
20929
20930 * uniquify.el (toplevel): Require CL at compile time.
20931 (uniquify-push): Removed.
20932
20933 * shadowfile.el (shadow-when): Removed.
20934
20935 * tempo.el (tempo-dolist, tempo-mapc): Removed.
20936 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
20937
20938 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
20939 regexp for paragraph-start.
20940
20941 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
20942 commas as well.
20943
20944 2000-02-10 Dave Love <fx@gnu.org>
20945
20946 * wid-edit.el: (widgets) [defgroup]: Remove url link.
20947 (widget-color-choice-list, widget-color-history, widget-mouse-help):
20948 Deleted.
20949 (widget-specify-field, widget-specify-button): Don't use
20950 widget-mouse-help as help-echo property.
20951 (default): Use #'ignore for :validate and :mouse-down-action.
20952 (checkbox): Add help-echo.
20953 (widget-sexp-validate): Rewritten to clarify error messages.
20954 (character): Use char-valid-p in :match function.
20955 (widget-color-complete): Use facemenu-color-alist.
20956 (widget-color-action): Use facemenu-read-color.
20957
20958 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
20959 set up `caar' &c that we now have.
20960
20961 2000-02-09 Ray Blaak <blaak@gnu.org>
20962
20963 * delphi.el: Make resourcestring a declaration region, like const
20964 and var.
20965
20966 2000-02-09 Dave Love <fx@gnu.org>
20967
20968 * bindings.el (mode-line-input-method-map): New variable.
20969 (mode-line-mule-info): Use it; fix last change.
20970 (mode-line-mode-menu): Move definition.
20971 (mode-line-mouse-sensitive-p): Deleted.
20972 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
20973 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
20974
20975 * startup.el (command-line-1): Don't call
20976 make-mode-line-mouse-sensitive.
20977
20978 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20979
20980 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
20981 before rmail-toggle-header, because the former toggles headers.
20982
20983 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
20984
20985 * diff-mode.el (diff-kill-junk): New interactive function.
20986 (diff-reverse-direction): Use delete-and-extract-region.
20987 (diff-post-command-hook): Restrict the area so that the hook also works
20988 outside of any diff hunk. This is necessary for the minor-mode.
20989 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
20990 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
20991
20992 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
20993 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
20994 so that it can be used more easily in <foo>-mode-hook. Also make sure
20995 to avoid duplicate entries.
20996 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
20997 (font-lock-remove-keywords): Just as was done for `add', allow it to
20998 work even if font-lock-mode is nil. Also make sure we don't modify
20999 any pre-existing list by forcing a copy-sequence. Finally rename
21000 `major-mode' to `mode'.
21001 (font-lock-fontify-syntactic-anchored-keywords)
21002 (font-lock-fontify-anchored-keywords)
21003 (font-lock-fontify-keywords-region): Use line-end-position.
21004 Don't make `font-lock-multiline' local (it's now done in
21005 font-lock-set-defaults).
21006 (font-lock-set-defaults): Make `font-lock-multiline' local.
21007 Move the `font-lock-fontified' creation to inside the `unless'.
21008
21009 2000-02-06 Andrew Innes <andrewi@gnu.org>
21010
21011 * term/w32-win.el (x-handle-args): Comment out call to message,
21012 which occurs before window system is initialized.
21013
21014 * makefile.nt: Add support for recompiling lisp code.
21015
21016 2000-02-04 Dave Love <fx@gnu.org>
21017
21018 * bindings.el (mode-line-mule-info): Fix/extend last change.
21019
21020 * completion.el: Replace completion-dolist with dolist.
21021
21022 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21023
21024 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21025
21026 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21027 environment names before they go into the section regexp.
21028
21029 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21030 char class in regexp.
21031
21032 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21033 Bind `case-fold-search' to nil.
21034
21035 * progmodes/idlwave.el (idlwave-template):
21036 Respect `idlwave-abbrev-change-case'.
21037 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21038 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21039 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21040 (idlwave-rw-case): New function.
21041 (idlwave-statement-match): Fixed problem with assignment regexp.
21042 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21043 (idlwave-surround): New argument LENGTH to support padding of
21044 operators longer than 1 char.
21045
21046 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21047 idlwave-shell-expression-overlay. Implemented printing of
21048 expressions on higher levels of the calling stack.
21049 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21050 (idlwave-retrieve-expression-from-level): New function.
21051 (idlwave-shell-last-calling-stack): Variable removed.
21052 (idlwave-shell-reset): Argument action reversed (`visible' to
21053 `hidden'). Also remove stop-line overlay.
21054 (idlwave-shell-calling-stack-routine): New variable.
21055 (idlwave-shell-parse-stack-and-display): Messages now display
21056 negative level numbers.
21057 (idlwave-shell-mode): Set `modeline-format'.
21058 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21059 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21060 (idlwave-shell-print-expression-function): New option.
21061
21062 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21063 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21064 `tool-bar' instead of `toolbar'.
21065
21066 2000-02-02 Dave Love <fx@gnu.org>
21067
21068 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21069 emacs-lisp-mode-hook. Don't check for defalias being defined.
21070
21071 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21072 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21073 Use the new builtins directly.
21074
21075 * whitespace.el (whitespace): Add :version to defgroup.
21076
21077 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21078 Doc fix.
21079
21080 * thingatpt.el (sexp-at-point, symbol-at-point)
21081 (number-at-point, list-at-point): Add autoload cookie.
21082
21083 * recentf.el (recentf): Add :version to defgroup.
21084
21085 * quickurl.el (quickurl): Add :version to defgroup.
21086
21087 * elide-head.el (elide-head): Use point-marker more.
21088
21089 * bs.el (bs): Add :version to defgroup.
21090
21091 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21092
21093 * progmodes/delphi.el (delphi): Add :version to defgroup.
21094
21095 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21096
21097 * ange-ftp.el (ange-ftp-write-region): Handle case that
21098 succeeding process operation sets a different coding system.
21099
21100 * calculator.el: New file.
21101
21102 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21103
21104 * frame.el (frames-on-display-list, framep-on-display): New functions.
21105 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21106 (display-selections-p, display-screens, display-pixel-width)
21107 (display-pixel-height, display-mm-width, display-mm-height)
21108 (display-backing-store, display-save-under, display-planes)
21109 (display-color-cells, display-visual-class): New functions.
21110
21111 * term/tty-colors.el (tty-color-gray-shades): New function.
21112
21113 * faces.el (display-color-p): Use framep-on-display.
21114 (display-grayscale-p): New function.
21115
21116 2000-01-31 Dave Love <fx@gnu.org>
21117
21118 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21119 (create-fontset-from-x-resource): Don't concat integers.
21120
21121 2000-01-31 Inge Frick <inge@nada.kth.se>
21122
21123 * view.el: Some changes in documentation. Removed some trailing
21124 whitespace. Changed some parameter names to agree with documentation.
21125 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21126 window is not deleted. Modifies change 1998-04-26.
21127
21128 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21129
21130 * windmove.el: New file.
21131
21132 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21133 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21134 progmodes/ebnf-yac.el: Update copyright and license info.
21135
21136 * jit-lock.el (jit-lock-function): Widen before calculating
21137 end position.
21138 (jit-lock-stealth-chunk-start): Rewritten.
21139
21140 * info.el (Info-title-face-alist): Removed.
21141 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21142 (Info-fontify-node): Use these faces.
21143
21144 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21145
21146 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21147 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21148 `&allow-other-keywords'.
21149
21150 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21151 the list of directories scanned heuristically.
21152
21153 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21154
21155 2000-01-30 Jason Rumney <jasonr@gnu.org>
21156
21157 * w32-fns.el: Define w32-tty-standard-colors.
21158
21159 * startup.el (command-line): Use w32-tty-standard-colors when in
21160 w32 console mode.
21161
21162 2000-01-30 Dave Love <fx@gnu.org>
21163
21164 * jka-compr.el (jka-compr-load): Fix up load-history.
21165
21166 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21167
21168 * emacs-lisp/cl-macs.el: Revert previous change.
21169
21170 2000-01-29 Dave Love <fx@gnu.org>
21171
21172 * facemenu.el: Purecopy various strings.
21173
21174 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21175 years. Deal with three-digit years.
21176
21177 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21178 Use defconst, purecopy.
21179 (help-back-label): Purecopy it.
21180
21181 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21182
21183 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21184 variable. If non-nil, order the buffer list according to the
21185 currently selected frame.
21186 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21187 non-nil, pass the selected frame to function buffer-list.
21188
21189 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21190
21191 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21192
21193 2000-01-28 Dave Love <fx@gnu.org>
21194
21195 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21196
21197 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21198 Don't use lisp-indent-hook property.
21199 (cl-abs): Remove.
21200
21201 * subr.el: Move out indent and edebug specs for when and unless.
21202
21203 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21204 when, unless.
21205
21206 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21207 unless, when.
21208
21209 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21210
21211 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21212 `collecting' as synonym for `collect'.
21213
21214 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21215 for the case it contains spaces.
21216
21217 * simple.el (what-cursor-position): Change formatting of messages.
21218
21219 * frame.el (delete-other-frames): New function.
21220 (toplevel): Bind it to C-x 5 1.
21221
21222 * sort.el (sort-numeric-base): New option.
21223 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21224 interpret it as octal or hexadecimal. Use sort-numeric-base
21225 as default base.
21226
21227 * progmodes/glasses.el: New file.
21228
21229 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21230
21231 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21232 userids differently.
21233
21234 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21235 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21236 progmodes/ebnf-yac.el: New files.
21237
21238 2000-01-26 Dave Love <fx@gnu.org>
21239
21240 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21241 on a function with an empty body. [From Eric Ludlam.]
21242
21243 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21244
21245 * vc.el (vc-version-diff): Make sure file name is expanded.
21246
21247 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21248
21249 * scroll-bar.el (scroll-bar-timer): Variable removed.
21250 (scroll-bar-toolkit-scroll): Don't use a timer.
21251
21252 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21253
21254 * language/thai-util.el (thai-composition-function):
21255 Delete superfluous `a'.
21256
21257 2000-01-24 Dave Love <fx@gnu.org>
21258
21259 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21260 end-of-defun-function.
21261
21262 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21263
21264 2000-01-22 Jason Rumney <jasonr@gnu.org>
21265
21266 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21267 conflicts with new face support.
21268
21269 2000-01-22 Richard M. Stallman <rms@gnu.org>
21270
21271 * replace.el (query-replace): Rename last arg to DELIMITED.
21272 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21273 (query-replace-regexp): Likewise.
21274
21275 2000-01-20 Richard M. Stallman <rms@gnu.org>
21276
21277 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21278
21279 * emacs-lisp/lisp.el (beginning-of-defun-function):
21280 Variable renamed from beginning-of-defun.
21281 Do not call make-variable-buffer-local.
21282 (beginning-of-defun-raw): Use new variable name; doc fix.
21283 (beginning-of-defun): Doc fix.
21284 (end-of-defun-function): Variable renamed from end-of-defun.
21285 Do not call make-variable-buffer-local.
21286 (end-of-defun): Use new variable name; doc fix.
21287
21288 * subr.el (dolist, dotimes): Copied from cl-macs.el
21289 and made to work.
21290
21291 * mail/undigest.el (rmail-digest-end-regexps):
21292 Variable replaces rmail-digest-end-regexp.
21293 Allows multiple regexps for detecting the end line.
21294 (undigestify-rmail-message): Corresponding changes.
21295
21296 2000-01-19 Dave Love <fx@gnu.org>
21297
21298 * files.el (user-init-file): Don't declare here -- is primitive.
21299
21300 * startup.el (command-line): Check for compiled user-init-file and
21301 set to uncompiled version if necessary.
21302
21303 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21304
21305 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21306 (undigestify-rmail-message): Use it.
21307
21308 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21309
21310 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21311
21312 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21313 of mini-buffer.
21314
21315 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21316
21317 * emacs-lisp/copyright.el (copyright-update): Removed the
21318 requirement for a trailing space from `copyright-regexp', to
21319 support copyrights with owner specified on a separate line..
21320
21321 * align.el: New file.
21322
21323 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21324
21325 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21326
21327 2000-01-13 Dave Love <fx@gnu.org>
21328
21329 * ph.el: Removed. (Obsoleted by EUDC.)
21330
21331 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21332
21333 * net/eudc.el (toplevel): Remove autoloaded code installing
21334 menu with easymenu, because that causes build problems.
21335
21336 * frame.el (frame-notice-user-settings): New variable.
21337 (frame-notice-user-settings): Don't modify frame parameters
21338 if called a second time.
21339
21340 2000-01-13 Richard M. Stallman <rms@gnu.org>
21341
21342 * frame.el (frame-notice-user-settings):
21343 Notice default-frame-parameters even for non-window frames.
21344
21345 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21346
21347 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
21348 for Emacs.
21349 (eudc-bob-can-display-inline-images): Extend for Emacs.
21350 (eudc-bob-toggle-inline-display): Ditto.
21351 (eudc-bob-display-jpeg): Ditto.
21352
21353 2000-01-12 Gerd Moellmann <gerd@gnu.org>
21354
21355 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
21356 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
21357 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
21358
21359 * add-log.el (add-change-log-entry): Fix error trying an
21360 `(insert nil)'.
21361
21362 * subdirs.el: Add `net' directory.
21363
21364 * net: New directory.
21365
21366 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
21367 eval-last-sexp. Don't bind debug-on-error here.
21368 (eval-last-sexp): New function. Bind debug-on-error if
21369 eval-expression-debug-on-error is non-nil.
21370 (eval-defun-2, eval-defun): Likewise.
21371
21372 * simple.el (eval-expression): Don't bind debug-on-error if
21373 eval-expression-debug-on-error is nil. Detect changed
21374 debug-on-error, and propagate new value to global binding, if
21375 eval-expression-debug-on-error is non-nil,
21376 (eval-expression-debug-on-error): Change doc string.
21377
21378 2000-01-11 Richard M. Stallman <rms@gnu.org>
21379
21380 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
21381
21382 * emacs-lisp/lisp-mode.el (with-syntax-table):
21383 Set up lisp-indent-function property.
21384
21385 * subr.el (with-syntax-table): Moved from simple.el.
21386
21387 * simple.el (with-syntax-table): Moved to subr.el.
21388
21389 2000-01-11 Gerd Moellmann <gerd@gnu.org>
21390
21391 * tmm.el (tmm-shortcut): Delete region after prompt instead
21392 of erasing buffer.
21393
21394 * textmodes/fill.el (fill-common-string-prefix): New function.
21395 (fill-context-prefix): Use the longest common prefix of first
21396 and second line fill prefix, if there is one.
21397
21398 2000-01-11 Richard M. Stallman <rms@gnu.org>
21399
21400 * array.el (array-mode): Don't use make-variable-buffer-local.
21401 Use make-local-variable for `truncate-lines'.
21402
21403 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
21404
21405 * add-log.el (add-log-current-defun): Handle user-defined
21406 add-log-current-function returning nil,
21407
21408 * add-log.el (add-change-log-entry): Insert version number
21409 if having found a current function
21410
21411 * add-log.el (add-log-current-defun):
21412 Call `add-log-current-defun-function'. Try matches at level 0 and
21413 level 1. Strip whitespace from defun found.
21414
21415 2000-01-10 John Wiegley <johnw@gnu.org>
21416
21417 * allout.el (isearch-done/outline-provisions): Added `edit'
21418 argument to correspond with the current definition of `isearch-done'.
21419
21420 2000-01-10 Dave Love <fx@gnu.org>
21421
21422 * elide-head.el (elide-head): Use point-marker, not point.
21423
21424 2000-01-10 Gerd Moellmann <gerd@gnu.org>
21425
21426 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
21427 before and after the year 2000.
21428
21429 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
21430 Add ispell- prefix.
21431
21432 2000-01-10 Ken Stevens <k.stevens@ieee.org>
21433
21434 * ispell.el: Only define dictionaries in menus when they exist.
21435 (version18p): New variable.
21436 (version20p): New variable.
21437 (xemacsp): New variable.
21438 (ispell-choices-win-default-height): Fix for XEmacs visibility.
21439 (ispell-dictionary-alist1): Added Brasileiro dictionary.
21440 (ispell-dictionary-alist6): Russian command lines no longer accept
21441 run-together words.
21442 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
21443 (ispell-dictionary-alist): Add koi8-r to customize definition.
21444 (check-ispell-version): Added documentation string. Return library
21445 path when called non-interactively.
21446 (ispell-menu-map-needed): Uses new variables.
21447 (ispell-library-path): New variable.
21448 (ispell-decode-string): XEmacs fix for bogus variable bindings.
21449 (ispell-word): Improved documentation string. Test for valid
21450 character mappings. Correctly check typed in word changes that can
21451 result in single words split into multiple words.
21452 Return replacement word.
21453 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
21454 replace in recursive query replace mode. Help message for
21455 recursive edit mode.
21456 (ispell-show-choices): Protect against bad framepop bindings.
21457 (ispell-help): Fix to work with XEmacs.
21458 (ispell-highlight-spelling-error): Use new variables.
21459 (ispell-overlay-window): Fix to work with XEmacs.
21460 (ispell-parse-output): Passed and returns location information
21461 tracking spelling corrections. Doesn't recheck same word on
21462 current line.
21463 (ispell-init-process): Protect against bogus XEmacs variable binding.
21464 Fix call to single argument in sleep-for. Use new variables.
21465 (ispell-region): Passed and returns location information tracking
21466 spelling corrections. Doesn't check same word on current line.
21467 Improved documentation string. Doesn't resend a line already
21468 checked to the ispell process - fixes bug in LaTeX parsing.
21469 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
21470 (ispell-skip-region): No longer skips <TT> in SGML.
21471 (ispell-process-line): Tracks location information with spelling
21472 corrections. Added documentation string. Accounts for words
21473 already accepted on this line. Don't allow query-replace on line
21474 starting with math characters. Doesn't resend a line already sent
21475 to ispell process. Fixes alignment error bug.
21476
21477 2000-01-10 Richard M. Stallman <rms@gnu.org>
21478
21479 * dired-x.el (dired-guess-shell-alist-default):
21480 Suggest xloadimage, which is free, not xv, which isn't.
21481
21482 * ange-ftp.el (ange-ftp-file-name-nondirectory):
21483 Don't ever include the host name or user name in the value.
21484
21485 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21486
21487 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
21488 of a real newline.
21489
21490 2000-01-09 Stephen Eglen <stephen@gnu.org>
21491
21492 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
21493 for .png files.
21494
21495 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
21496
21497 * cus-edit.el (custom-hook-convert-widget): Fix comment.
21498
21499 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21500
21501 * progmodes/cperl-mode.el: Replace ^F with ^L.
21502
21503 * sendmail.el (toplevel): Provide `sendmail' when compiling before
21504 `require'ing rmail and mailalias to prevent infinite recursion.
21505
21506 2000-01-08 Dave Love <fx@gnu.org>
21507
21508 * emacs-lisp/backquote.el: Remove inappropriate customization
21509 (allowing custom.el to use backquote).
21510
21511 2000-01-07 Dave Love <fx@gnu.org>
21512
21513 * add-log.el (add-log-debugging): Deleted.
21514 (add-change-log-entry): Treat a backup FILE-NAME as its parent
21515 file. Remove debugging code.
21516 (change-log-get-method-definition, change-log-name): Add doc.
21517 (change-log-sortable-date-at): New function.
21518 (change-log-merge): New command.
21519
21520 * time.el (display-time-string-forms): Make the Mail string active.
21521 (display-time-update): Provide help-echo for load average.
21522
21523 * bindings.el (make-mode-line-mouse2-map): New function.
21524 (mode-line-modified): Use it and simplify.
21525 (mode-line-mule-info): Provide help-echo info.
21526 (minor-mode-alist): Activate the strings.
21527 (make-mode-line-mouse-sensitive): Simplify for
21528 mode-line-buffer-identification.
21529
21530 2000-01-07 Gerd Moellmann <gerd@gnu.org>
21531
21532 * play/pong.el: New file.
21533
21534 2000-01-06 Dave Love <fx@gnu.org>
21535
21536 * array.el: Assorted cleanups for compiler warnings, doc strings,
21537 `array-' prefix for symbols.
21538
21539 2000-01-05 Dave Love <fx@gnu.org>
21540
21541 * textmodes/outline.el (outline-mode-menu-bar-map):
21542 Add outline-headers-as-kill.
21543 (outline-mode): Define imenu-generic-expression.
21544 (outline-headers-as-kill): New command.
21545
21546 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
21547 from paragraph-start.
21548 (paragraph-indent-minor-mode): New command.
21549
21550 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
21551 M-C-e, M-C-h, C-j, C-xnd, TAB.
21552 (fortran-mode): Set beginning-of-defun, end-of-defun.
21553 (fortran-column-ruler): Simplify.
21554 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
21555 (fortran-with-subprogram-narrowing): Likewise.
21556 (fortran-indent-subprogram): Call mark-defun.
21557 (fortran-check-for-matching-do): Change narrowing.
21558
21559 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
21560 (cl-lucid-hash-tag): Delete.
21561 (cl-hash-table-p): Correct test for native table.
21562 (cl-hash-table-count): Use hash-table-count.
21563
21564 * browse-url.el (browse-url): Fix case of
21565 browse-url-browser-function being an alist.
21566
21567 2000-01-05 Carsten Dominik <cd@gnu.org>
21568
21569 * textmodes/reftex-vars.el (reftex-parse-file-extension)
21570 (reftex-index-phrase-file-extension): New options.
21571
21572 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
21573 Use new option `reftex-index-phrase-file-extension'.
21574
21575 * textmodes/reftex.el (reftex-access-parse-file): Use new option
21576 `reftex-parse-file-extension'.
21577
21578 2000-01-05 Dave Love <fx@gnu.org>
21579
21580 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
21581 (beginning-of-defun-raw): Use it.
21582 (end-of-defun): New variable.
21583 (end-of-defun): Use it.
21584 (check-parens): New command.
21585
21586 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
21587
21588 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
21589 (hs-show-block): Don't use `mapcar' when not accumulating.
21590
21591 Fix buglet in local variables initialization.
21592
21593 2000-01-05 Andreas Schwab <schwab@suse.de>
21594
21595 * hscroll.el (hscroll): Doc fix.
21596
21597 2000-01-05 Carsten Dominik <cd@gnu.org>
21598
21599 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
21600 Require idlw-toolbar.
21601
21602 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
21603 file idlw-rinfo.el.
21604 (idlwave-customize): Load must read file idlw-shell.el.
21605 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
21606
21607 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
21608
21609 * progmodes/idlw-shell.el: Also provide idlwave-shell
21610 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
21611 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
21612
21613 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
21614 both reftex-dcr and reftex-vcr.
21615
21616 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
21617
21618 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21619
21620 * ps-print.el: PostScript code now is in separate files, doc fix.
21621 (ps-print-version): New version number (5.0.3).
21622 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
21623 local.
21624 (ps-spool-config): Initialization fix.
21625 (ps-print-prologue-1, ps-print-prologue-2)
21626 (ps-print-duplex-feature): PostScript code moved to separated file.
21627 (ps-background-image): Little code reformating.
21628 (ps-begin-file, ps-begin-job): Fix code.
21629 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
21630 (ps-prologue-file): New fun.
21631
21632 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21633
21634 * ps-vars.el: Eliminated.
21635
21636 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
21637 `;;;###autoload'.
21638
21639 * ps-print.el: ps-vars eliminated, doc fix.
21640 (ps-print-version): New version number (5.0.2).
21641 (ps-spool-config): Initialization fix.
21642 (ps-print-customize): New fun.
21643
21644 2000-01-04 Gerd Moellmann <gerd@gnu.org>
21645
21646 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
21647
21648 2000-01-04 Dave Love <fx@gnu.org>
21649
21650 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
21651 menu items.
21652
21653 2000-01-03 Dave Love <fx@gnu.org>
21654
21655 * elide-head.el (elide-head) [defgroup]: Add :version.
21656
21657 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
21658 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
21659 Use `cl-hash-table-p', not `hash-table-p'.
21660 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
21661
21662 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21663
21664 * faces.el (face-read-integer, read-face-attribute)
21665 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
21666
21667 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21668
21669 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
21670 at comment end, and re-insert them after filling.
21671
21672 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21673
21674 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
21675 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
21676 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
21677
21678 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21679
21680 * term/x-win.el (xw-defined-colors): Call color-supported-p,
21681 the new name of face-color-supported-p.
21682
21683 * term/w32-win.el (xw-defined-colors): Likewise.
21684
21685 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21686
21687 * simple.el (completion-setup-function): Count completion-size
21688 from minibuffer-prompt-end, not from point-min.
21689
21690 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
21691
21692 * faces.el (read-face-attribute, defined-colors, color-defined-p):
21693 Pass the frame to tty-color-* functions.
21694 (display-color-p, frame-set-background-mode): Pass the frame to
21695 tty-display-color-p.
21696
21697 * term/tty-colors.el (tty-defined-color-alist): Renamed from
21698 tty-color-alist.
21699 (tty-color-alist, tty-modify-color-alist): New functions.
21700 (tty-color-define, tty-color-clear, tty-color-approximate)
21701 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
21702 optional parameter FRAME.
21703
21704 2000-01-01 Gerd Moellmann <gerd@gnu.org>
21705
21706 * image.el (create-image, defimage): Don't assume image data is
21707 a string.
21708
21709 * image.el (defimage): Handle specifications containing :data
21710 instead of :file.
21711 (image-type-from-data): New function.
21712 (image-type-from-file-header): Use it.
21713 (create-image): Add parameter DATA-P.
21714
21715 See ChangeLog.8 for earlier changes.
21716
21717 ;; Local Variables:
21718 ;; coding: iso-2022-7bit
21719 ;; End:
21720
21721 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
21722 Copying and distribution of this file, with or without modification,
21723 are permitted provided the copyright notice and this notice are preserved.