]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(values, values-list, multiple-value-list, multiple-value-apply, nth-value):
[gnu-emacs] / lisp / ChangeLog
1 2001-11-15 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
4 (multiple-value-apply, nth-value): Use defsubst rather than defalias
5 to get better doc strings.
6
7 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
8
9 * derived.el: Fix autoload cookie.
10
11 2001-11-15 Richard M. Stallman <rms@gnu.org>
12
13 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
14
15 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
16
17 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
18
19 2001-11-15 Richard M. Stallman <rms@gnu.org>
20
21 * dired.el (dired-undo): Display a message to explain
22 that this does not undo file system changes.
23
24 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
25
26 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
27 into `unread-command-events' instead of trying keymap
28 lookups ourselves. This makes mouse-clicks do the right
29 thing even when keymaps of overlays are involved.
30 (mouse-drag-drag): Likewise.
31
32 2001-11-15 Andreas Schwab <schwab@suse.de>
33
34 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
35 characters and append anchor to pattern added to auto-mode-alist.
36
37 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
38
39 * server.el (server-process-filter): Run pore/post-comment-hook
40 before/after visiting the file.
41
42 * info-look.el (makefile-mode): Add info for automake.
43 (autoconf-mode): Fix the name of the index for automake.
44
45 * international/latin-9.el: Give pilcrow punctuation syntax.
46
47 2001-11-15 Andre Spiegel <spiegel@gnu.org>
48
49 * vc.el: Documentation fixes.
50
51 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
52
53 * smerge-mode.el (smerge-match-conflict): Fix typo.
54 (smerge-diff): Be careful to read match-data early enough.
55
56 2001-11-14 Colin Walters <walters@verbum.org>
57
58 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
59 (calcFunc-subst): Use `defalias' instead of `fset' and
60 `symbol-function'.
61
62 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
63 (calcFunc-ceil, calcFunc-round): Ditto.
64
65 * calc/calc-bin.el (calcFunc-clip): Ditto.
66
67 * calc/calc-ext.el (calcFunc-evalv): Ditto.
68
69 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
70
71 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
72 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
73
74 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
75
76 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
77 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
78 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
79 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
80 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
81 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
82 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
83 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
84 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
85 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
86 * calcsel2.el: Style cleanup; don't put closing parens on their
87 own line, add "foo.el ends here" to each file, and update
88 copyright date.
89
90 * README: Update maintainer.
91
92 2001-11-13 Alan Shutko <ats@acm.org>
93
94 * compile.el (recompile): Use compilation-arguments if set, so as
95 to be able to M-x recompile the exact command which created a
96 compilation-mode buffer.
97
98 2001-11-13 Richard M. Stallman <rms@gnu.org>
99
100 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
101
102 2001-11-13 Gerd Moellmann <gerd@gnu.org>
103
104 * mouse.el (mouse-drag-region): Don't run the up-event
105 handler if window start changed due to the down-mouse event.
106
107 2001-11-13 Richard M. Stallman <rms@gnu.org>
108
109 * mouse.el (mouse-show-mark): Either move point to the mark
110 or use highlighting, never both.
111 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
112
113 2001-11-13 Simon Josefsson <jas@extundo.com>
114
115 * mail/smtpmail.el: Cleanup previous patch. From "Stefan Monnier"
116 <monnier+gnu/emacs@flint.cs.yale.edu>.
117
118 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
119 rfc2104. Require base64 and cl.
120 (smtpmail-smtp-service): Doc fix. :type fix.
121 (smtpmail-debug-info): Doc fix.
122 (smtpmail-debug-verb, smtpmail-auth-credentials)
123 (smtpmail-starttls-credentials, smtpmail-auth-supported):
124 New variables.
125 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
126 mail-utils (it is autoloaded).
127 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
128 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
129 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
130 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
131 (smtpmail-via-smtp): Support AUTH.
132 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
133
134 2001-11-13 Richard M. Stallman <rms@gnu.org>
135
136 * ebuff-menu.el (electric-buffer-update-highlight): New function.
137 (electric-buffer-overlay): New variable.
138 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
139 (electric-buffer-list): Likewise.
140
141 2001-11-13 Per Starback <starback@ling.uu.se>
142
143 * isearch.el (isearch-whitespace-chars): Doc fix.
144 (isearch-mode): Handle negative search-slow-window-lines correctly.
145
146 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
147
148 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
149
150 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
151 From Emmanuel Briot <briot@act-europe.fr>.
152
153 2001-11-13 Colin Walters <walters@debian.org>
154
155 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
156
157 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
158 "~/.emacs"; use `read-file-name'.
159
160 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
161 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
162 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
163 * calc/calc.el: Use `frame-width' instead of `screen-width',
164 `frame-height' instead of `screen-height', and,
165 `executing-kbd-macro' instead of `executing-macro'.
166
167 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
168 correct number of arguments.
169
170 * calc/calc-aent.el (calc-do-alg-entry):
171 Use `blink-paren-function' instead of `blink-paren-hook'.
172
173 2001-11-12 Richard M. Stallman <rms@gnu.org>
174
175 * calendar/todo-mode.el (todo-save): Add save-excursion
176 and save-restriction.
177
178 * server.el (server-edit, server-done): Doc fix.
179
180 * simple.el (clone-indirect-buffer): Error if major mode symbol
181 has a no-clone-indirect property.
182 (clone-buffer): Check for obvious errors before reading clone name.
183
184 * info.el (Info-mode): Add a no-clone-indirect property.
185
186 2001-11-12 Sam Steingold <sds@gnu.org>
187
188 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
189 set-buffer-modified-p to nil after `vc-exec-after'.
190 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
191 (log-view-mode): Make read-only.
192 (log-view-current-file): Do final `expand-file-name' in the
193 current `default-directory'.
194 (log-view-current-tag): Take an optional `where' arg.
195 (log-view-diff): New user command.
196
197 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
198
199 * progmodes/cpp.el (cpp-choose-face): Fix typo.
200
201 2001-11-12 Sam Steingold <sds@gnu.org>
202
203 * emacs-lisp/cl-indent.el (toplevel): Indent properly
204 `generic-flet', `generic-labels', `with-accessors',
205 `with-condition-restarts'.
206
207 2001-11-12 Richard M. Stallman <rms@gnu.org>
208
209 * dired.el: Many trivial doc fixes.
210 (dired-get-file-for-visit): New function.
211 (dired-find-alternate-file, dired-mouse-find-file-other-window):
212 (dired-view-file, dired-find-file-other-window, dired-display-file):
213 (dired-find-file): Use dired-get-file-for-visit.
214
215 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
216
217 * sql.el (sql-mode): Doc change.
218
219 * sql.el (sql-mode-syntax-table): The backslash is no longer an
220 escape character.
221
222 2001-11-12 Colin Walters <walters@debian.org>
223
224 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
225 (calc-do-keypad): Don't attempt to use nonexistent global
226 mouse-map, use calc-keypad-map.
227 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
228 (calc-keypad-left-click): Don't use mouse-map; update to new event
229 interface.
230 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
231 (calc-keypad-press): Use `unread-command-events' instead of
232 `unread-command-char'.
233
234 * calc/calc-ext.el (calc-init-extensions): Update autoload names
235 to match files renamed on initial calc import.
236
237 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
238
239 * textmodes/flyspell.el (flyspell-default-dictionary):
240 Fix previous change.
241
242 2001-11-12 Richard M. Stallman <rms@gnu.org>
243
244 * textmodes/flyspell.el (flyspell-default-dictionary):
245 Fix custom type.
246
247 2001-11-11 Richard M. Stallman <rms@gnu.org>
248
249 * calendar/solar.el (solar-sunrise-and-sunset):
250 Exchange the two extreme values of day-length.
251
252 * progmodes/sh-script.el (sh-must-be-shell-mode):
253 Allow modes derived from sh-mode.
254
255 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
256 Turn off error in some re-search-forward calls.
257
258 * replace.el (query-replace-skip-read-only): New variable.
259 (perform-replace): If that variable is non-nil, ignore matches
260 that have a read-only property.
261
262 * derived.el (define-derived-mode): Doc fix.
263
264 * server.el (server-buffer-done): Test of server-existing-buffer
265 was backwards.
266 (server-existing-buffer): Doc fix.
267
268 * textmodes/flyspell.el (flyspell-default-dictionary):
269 Allow nil as value, and make nil the default.
270
271 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
272
273 * subdirs.el: Regenerated.
274
275 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
276 it is not fboundp.
277 (clipboard-yank): Ditto.
278
279 2001-11-11 Colin Walters <walters@verbum.org>
280
281 The following changes are based on patches from
282 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
283 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
284
285 * calc/calc.el (toplevel): Require calc-macs.
286 (calc-minibuffer-size): New.
287 (calcDigit-nondigit): Use it instead of `buffer-size'.
288 (calcDigit-backspace): Likewise.
289 (calcDigit-nondigit): Use `minibuffer-contents' instead of
290 `buffer-string'.
291 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
292 `point-min'.
293 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
294 `save-excursion'.
295
296 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
297 simple `setq' form.
298
299 * calc/calc-ext.el: (toplevel): Require calc.
300 (calc-fancy-prefix-map): New.
301 (calc-fancy-prefix): Use it.
302 (calc-fancy-prefix-other-key): New.
303
304 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
305 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
306 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
307 (calcAlg-enter): Likewise.
308 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
309
310 2001-11-10 Richard M. Stallman <rms@gnu.org>
311
312 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
313 (quietly-read-abbrev-file): Doc fix.
314
315 * startup.el (command-line): Read standard abbrev
316 file (abbrev-file-name), if it exists.
317
318 * files.el (save-abbrevs): Default value is t.
319
320 * progmodes/compile.el (compile-goto-error): Fix previous change
321 in the case where subsequent errors have not been parsed yet
322 because they are in a different source file.
323
324 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
325
326 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
327 Merge two regular expressions into one.
328 (ps-mode): Make local bindings for `comment-start' and
329 `comment-start-skip'.
330 (ps-mode-looking-at-nested): Simplify an if-else construct;
331 use `set-match-data' to set the result.
332
333 2001-11-10 Richard M. Stallman <rms@gnu.org>
334
335 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
336 Function deleted.
337 (flyspell-correct-word): Old definition deleted.
338 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
339 All references renamed too.
340
341 2001-11-10 Gerd Moellmann <gerd@gnu.org>
342
343 * Makefile.in (finder_setwins, setwins): Exclude Calc.
344
345 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
346
347 * wid-edit.el (checklist): Removed `:menu-tag'.
348 (radio-button-choice): Ditto.
349 (editable-list): Ditto.
350
351 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
352
353 * play/gomoku.el: Move definitions of constants to the beginning
354 of file, before their use.
355
356 2001-11-09 Richard M. Stallman <rms@gnu.org>
357
358 * textmodes/flyspell.el: Use the keymap property
359 instead of local-map, and don't use a minor-mode map.
360 (flyspell-mode-map): Variable deleted.
361 Don't mess with minor-mode-map-alist.
362 (calling add-minor-mode): Specify nil for keymap.
363 And always use add-minor-mode, now that it exists.
364 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
365 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
366 or flyspell-local-mouse-map.
367 (make-flyspell-overlay): Use flyspell-mouse-map directly.
368 (flyspell-mode): Doc fix.
369 (flyspell-mode-on): Don't call make-local-hook.
370
371 2001-11-09 Sam Steingold <sds@gnu.org>
372
373 * emacs-lisp/debug.el (debugger-make-xrefs):
374 Add buttons to all symbols.
375
376 2001-11-09 Andre Spiegel <spiegel@gnu.org>
377
378 * vc.el: Add John David Smith to credits.
379
380 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
381
382 * vc-hooks.el (vc-error-occured): Backquotified.
383 (vc-file-prop-obarray): Use prime length for better efficiency.
384
385 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
386
387 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
388
389 * info.el (Info-file-list-for-emacs): Add entries for Calc.
390
391 2001-11-09 Miles Bader <miles@gnu.org>
392
393 * subr.el (functionp): Don't consider macros as functions.
394
395 2001-11-08 Miles Bader <miles@gnu.org>
396
397 * subr.el (functionp): Make work correctly for macros and unbound
398 symbols.
399
400 * comint.el (comint-send-input): Fix description of
401 `comint-process-echoes' in the doc-string.
402
403 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
404
405 * international/mule.el (make-translation-table): Doc fix.
406 Suggested by Alex Schroeder <alex@gnu.org>.
407
408 2001-11-07 Richard M. Stallman <rms@gnu.org>
409
410 * info.el (Info-fontify-node): Highlight every third menu item.
411
412 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
413
414 * cus-edit.el (custom-face-value-create): Don't ignore the
415 `customized-face' attribute when finding the current face spec.
416
417 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
418
419 * subr.el (with-local-quit): New macro.
420 (make-syntax-table): Always inherit.
421 (functionp): Be more careful when `object' is a symbol.
422
423 * dabbrev.el (dabbrev-completion): Use "*Completions*".
424
425 2001-11-07 Paul Eggert <eggert@twinsun.com>
426
427 * dired.el (dired-move-to-filename-regexp):
428 Do not distinguish between ASCII letters and non-ASCII characters.
429 Don't allow comma except in the form "month day, year".
430 Don't allow space between month name and comma.
431 Clean up the code that checks for trailing period, comma, and space.
432 Remove now-obsolete comments, and add more commentary about
433 Japanese dates.
434 Always gobble up trailing spaces, instead of doing it only sometimes.
435
436 2001-11-07 Miles Bader <miles@gnu.org>
437
438 * paren.el (show-paren-match-face): Add dark-background variant.
439
440 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
441
442 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
443 (lisp-mode-variables): Don't set paragraph-{start,separate}.
444 Don't disable adaptive-fill-mode.
445 (lisp-fill-paragraph): Use tab-width rather than 8.
446 Prevent filling the first line of docstrings.
447
448 2001-11-06 Richard M. Stallman <rms@gnu.org>
449
450 * play/gomoku.el (gomoku): Doc fix.
451
452 * jka-compr.el (jka-compr-partial-uncompress):
453 Support an alternative of not using dd.
454 (jka-compr-dd-program): Use defcustom to define this.
455 (jka-compr-load-suffixes): Use defcustom.
456 (jka-compr-mode-alist-additions): Use defcustom.
457
458 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
459
460 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
461 Also work when LIMIT is further than the end of line.
462
463 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
464
465 * international/quail.el (quail-update-leim-list-file): Print the
466 offending file name if some of its quail-define-package forms is broken.
467
468 2001-11-05 Richard M. Stallman <rms@gnu.org>
469
470 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
471 of the evaluated form.
472
473 2001-11-05 Paul Eggert <eggert@twinsun.com>
474
475 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
476 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
477 stamps always line up by default. Also, it uses a slightly
478 different window to determine whether files are "recent".
479
480 2001-11-05 Andrew Innes <andrewi@gnu.org>
481
482 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
483 Don't attempt to remake autoloads before nuking .elc files.
484
485 2001-11-04 Richard M. Stallman <rms@gnu.org>
486
487 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
488 previous-single-property-change or next-single-char-property-change
489 returns nil.
490
491 * international/mule-cmds.el (set-locale-environment):
492 Make it interactive; make arg optional.
493
494 * international/mule-diag.el (help-funs): Require help-funs.
495
496 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
497
498 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
499
500 2001-11-04 Miles Bader <miles@gnu.org>
501
502 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
503 shadow of the splash image grey on a dark background instead of black.
504
505 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
506
507 * term.el (all faces): Don't (copy-face 'default <foo>).
508
509 * term/xterm.el (function-key-map):
510 Add entry for `ESC [ 3 ~' -> <delete>
511 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
512 Use inheritance so that .emacs and terminfo take precedence.
513
514 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
515
516 * tooltip.el (tooltip-delay): Decrease to 0.7.
517 (tooltip-hide-delay): Enlarge to 10.
518
519 2001-11-03 Richard M. Stallman <rms@gnu.org>
520
521 * startup.el (fancy-splash-tail): Explain how to recover
522 from a crash, if there was a crash.
523 (command-line-1): Reorganize display of startup screen,
524 to simplify the logic. Use a temp buffer for it.
525
526 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
527
528 * frame.el (set-background-color, set-foreground-color):
529 Call face-set-after-frame-default, to propagate the new colors to
530 the frame's parameters alist.
531
532 * calendar/timeclock.el (timeclock-out): Signal an error if
533 timeclock-last-event is nil.
534
535 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
536
537 * textmodes/fill.el (fill-context-prefix): Fix braino.
538
539 * international/quail.el (quail-help):
540 Use `help-buffer' and move `help-setup-xref' to beginning.
541
542 * international/mule-cmds.el (describe-language-environment):
543 Use `help-buffer' and move `help-setup-xref' to beginning.
544
545 * international/mule-diag.el (list-character-sets)
546 (sort-listed-character-sets, describe-character-set)
547 (describe-coding-system, describe-fontset, list-fontsets):
548 Use `help-buffer' and move `help-setup-xref' to beginning.
549 (describe-char-after): Use `internal-describe-syntax-value'.
550
551 2001-11-02 Richard M. Stallman <rms@gnu.org>
552
553 * mouse.el (popup-menu): If the user refuses to select
554 from a menu, don't try to invoke the menu.
555
556 2001-11-02 Miles Bader <miles@gnu.org>
557
558 * help-mode.el (help-xref): New button type.
559 (help-function, help-variable, help-face, help-coding-system)
560 (help-input-method, help-character-set, help-type, help-symbol)
561 (help-back, help-info, help-customize-variable, help-customize-face)
562 (help-function-def, help-variable-def): Use it as a supertype.
563 Remove `action' property.
564
565 * international/mule-diag.el (describe-character-set)
566 (describe-coding-system): Pass correct args to `help-xref-button'.
567 (sort-listed-character-sets): New button type.
568 (list-character-sets): Use it.
569 (list-charset-chars): New button type.
570 (list-character-sets-1): Use it.
571
572 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
573
574 * indent.el (tab-always-indent, indent-for-tab-command):
575 Remove redundant `never' setting.
576
577 * fill.el (fill-region-as-paragraph): Don't forget to skip
578 over current whitespace before looking for a preceding space.
579
580 2001-11-01 Richard M. Stallman <rms@gnu.org>
581
582 * files.el (file-newest-backup): Don't pass backup file name
583 thru file-name-sans-versions, because it never has version numbers.
584
585 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
586 to avoid ambiguous nested loops.
587
588 * files.el (find-file-noselect): Offer to change buffer-read-only
589 only when the file's read-only status has changed from before
590 as well as disagreeing with the buffer's current status.
591 (buffer-file-read-only): New var, local in all buffers.
592
593 * buff-menu.el (buffer-menu): Doc fix.
594 (buffer-menu-other-window): Doc fix.
595 (list-buffers, list-buffers-noselect): Doc fix.
596
597 2001-11-01 Gerd Moellmann <gerd@gnu.org>
598
599 * startup.el (command-line): If the terminal Emacs is running on
600 has erase char set to ^H, use the Backspace key for deleting
601 backward, and the Delete key for deleting forward.
602
603 2001-11-01 Miles Bader <miles@gnu.org>
604
605 * button.el (define-button-type): Make sure every user-defined
606 button type has a supertype.
607
608 2001-10-31 Jason Rumney <jasonr@gnu.org>
609
610 * international/mule-cmds.el (locale-language-names): Add chs and
611 cht as aliases for Chinese-GB and Chinese-BIG5.
612
613 2001-10-31 Richard M. Stallman <rms@gnu.org>
614
615 * bindings.el (mode-line-frame-identification): Add doc string.
616 (mode-line-position, mode-line-modes): New variables.
617 (mode-line-format): Use mode-line-position for the part
618 that displays the position-in-buffer info.
619 Use mode-line-modes for the part that displays major and minor modes.
620
621 2001-10-31 Sam Steingold <sds@gnu.org>
622
623 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
624 (debugger-setup-buffer): Call it.
625 (debugger-mode-map): Bind RET and mouse-2.
626
627 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
628
629 * startup.el: Document command line option --no-window-system
630 instead of --no-windows.
631
632 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
633
634 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
635
636 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
637 (font-lock-defaults-alist): Use it.
638 From David Ponce <david.ponce@wanadoo.fr>
639
640 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
641 output of `char-after'.
642
643 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
644
645 * simple.el (reindent-then-newline-and-indent): Insert the newline
646 before indenting the first line.
647 (undo-get-state, undo-revert-to-state): New funs.
648 (shell-command): Don't kill the buffer even if empty.
649 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
650 (transpose-subr-end2): Remove.
651 (transpose-subr): Add `special' arg and simplify.
652 (transpose-subr-1): Rewrite.
653 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
654 (rfc822-goto-eoh): Simplify.
655
656 2001-10-30 Richard M. Stallman <rms@gnu.org>
657
658 * enriched.el (enriched-face-ans): FIx previous change.
659
660 2001-10-30 Gerd Moellmann <gerd@gnu.org>
661
662 * international/iso-acc.el (iso-accents-compose): Remove a
663 superfluous setq.
664
665 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
666
667 * buff-menu.el (list-buffers-noselect): If the buffer's name
668 starts with a blank, but it visits a file, do show it (for files
669 whose names start with a blank).
670
671 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
672
673 * textmodes/fill.el (sentence-end-double-space)
674 (sentence-end-without-period): Move to paragraphs.el.
675 (fill-indent-according-to-mode): Change default to t.
676 (fill-context-prefix): Simplify control-flow and use a more
677 sophisticated merge that unifies both previous checks.
678 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
679 (fill-nobreak-predicate): Make it into a defcustom'd hook.
680 (fill-nobreak-p): New fun.
681 (fill-region-as-paragraph): Use it.
682 Handle `fill-indent-according-to-mode' slightly differently.
683 (fill-individual-paragraphs-prefix): Simplify the control-flow.
684 (fill-individual-paragraphs-citation): Fix.
685
686 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
687 (paragraph-start): Change default to the `text-mode' value.
688 (sentence-end-double-space, sentence-end-without-period):
689 Move from fill.el.
690 (forward-paragraph): Use `parstart' and `parsep' for temp variables
691 rather than rebinding `paragraph-start' and `paragraph-separate'.
692
693 * indent.el (indent-line-function): Change default to indent-relative.
694 (tab-always-indent): Add an `never' setting.
695 (indent-according-to-mode): Handle `indent-relative' and
696 `indent-relative-maybe' specially.
697 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
698 Handle the `never' case for `tab-always-indent'.
699 Don't call indent-according-to-mode for indent-relative' and
700 `indent-relative-maybe'.
701 (insert-tab): Rename `prefix-arg' to `arg'.
702 (indent-region): Indent the first line as well.
703 (indent-relative): Don't mark the buffer modified if the indentation
704 is unchanged.
705
706 * textmodes/text-mode.el (paragraph-indent-minor-mode):
707 Don't set paragraph-separate. Set paragraph-start more carefully.
708 Set indent-line-function.
709 (paragraph-indent-text-mode): Use it and define-derived-mode.
710 (text-mode-map): Remove the \t binding.
711 (text-mode): Simplify now that the default is more favorable.
712
713 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
714
715 * emacs-lisp/find-func.el (find-function-search-for-symbol):
716 If the regexp doesn't match, use a looser one.
717 (find-variable-noselect): Add `file' argument.
718
719 * pcvs.el (cvs-mode-commit-hook): New hook.
720 (cvs-mode-commit): Run it.
721
722 * log-edit.el (log-edit): Run hook after `log-edit-files'.
723
724 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
725 (edebug-instrument-function): Use `find-function-noselect'.
726
727 2001-10-29 Richard M. Stallman <rms@gnu.org>
728
729 * term.el (term-if-emacs19): Macro deleted.
730 Callers changed to use progn instead.
731
732 * frame.el (blink-cursor-mode): Doc fix.
733
734 * files.el (find-backup-file-name): Use make-backup-file-name.
735
736 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
737 window-live-p.
738 (edebug-set-conditional-breakpoint): Unconditionally use
739 the former Emacs >=19 definition.
740 (edebug-mark): Define unconditionally.
741 (edebug-eval-expression): Always call read-from-minibuffer
742 and specify history list.
743 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
744 edebug-set-conditional-breakpoint.
745 (edebug-emacs-version-specific): Function deleted;
746 do the job at top level.
747 (edebug-emacs-19-specific): Function deleted, this is the default.
748
749 2001-10-29 Sam Steingold <sds@gnu.org>
750
751 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
752 "/cygdrive/LETTER/" pathnames.
753
754 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
755
756 * faces.el (invert-face): Check for 'unspecified, not for nil,
757 when testing whether face colors are not specified.
758 From David.Kastrup@t-online.de (David Kastrup).
759 (read-face-name): Doc fix.
760 (make-face-bold, make-face-unbold, make-face-italic)
761 (make-face-unitalic, make-face-bold-italic, invert-face):
762 Remove trailing blank from the prompt passed to read-face-name.
763
764 2001-10-29 Sam Steingold <sds@gnu.org>
765
766 * emacs-lisp/bytecomp.el (byte-recompile-directory):
767 Report numbers of files skipped and failed too.
768 (byte-compile-file): Return 'no-byte-compile for skipped files.
769
770 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
771
772 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
773 and `M p'.
774
775 2001-10-29 Gerd Moellmann <gerd@gnu.org>
776
777 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
778 as is on unread-command-events instead of `(SECOND-CHAR)'.
779
780 2001-10-29 Andre Spiegel <spiegel@gnu.org>
781
782 * vc.el: Mention vc-*-switches in backend API documentation.
783 (vc-annotate): Adapt doc string to recent change.
784
785 2001-10-29 Gerd Moellmann <gerd@gnu.org>
786
787 * enriched.el (enriched-face-ans): Handle face attributes
788 of the form `(FACE1 FACE2 ...)'.
789
790 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
791
792 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
793
794 * progmodes/sql.el (sql-mysql): Doc change by RMS.
795
796 * progmodes/sql.el (sql-db2): Doc change.
797 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
798 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
799
800 2001-10-29 Gerd Moellmann <gerd@gnu.org>
801
802 * env.el (substitute-env-vars): Don't quote argument to `rx';
803 it's a macro.
804
805 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
806
807 * cus-start.el (recursive-load-depth-limit): Added.
808
809 2001-10-28 Richard M. Stallman <rms@gnu.org>
810
811 * textmodes/ispell.el (version18p, version20p): Vars deleted.
812 All uses removed--assume Emacs version is >= 20.
813
814 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
815 by really checking that it is not version 18.
816
817 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
818
819 2001-10-28 Miles Bader <miles@gnu.org>
820
821 * faces.el (face-attribute): Add INHERIT argument, consider face
822 inheritance if it's non-nil.
823 (face-attribute-merged-with): New function.
824 (face-attribute-specified-or): New macro.
825 (face-foreground, face-background, face-stipple): Add INHERIT
826 argument. Use `face-attribute-specified-or'.
827
828 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
829
830 * font-lock.el: Require `syntax'.
831 (font-lock-defaults-alist): Don't define keywords for lisp languages.
832 Use `c-font-lock-syntactic-face-function' for c languages.
833 (font-lock-mode): Don't unset vars when turning the mode off.
834 (font-lock-default-fontify-buffer): Don't unset vars at the end.
835 (font-lock-extra-managed-props): New var.
836 (font-lock-default-unfontify-region): Use it.
837 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
838 Don't eval the value when there's no match.
839 (font-lock-ppss-stats): New var.
840 (font-lock-ppss): New fun.
841 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
842 (font-lock-apply-highlight): Allow `highlight' to set several props.
843 (font-lock-set-defaults): Use dolist.
844 (font-lock-unset-defaults): Remove.
845 (font-lock-match-c-style-declaration-item-and-skip-to-next):
846 Try to recognize prototypes using `foo P_ ((args))'.
847 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
848 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
849 (c-font-lock-syntactic-face-function): New function.
850 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
851 (c++-keywords): Use a more sophisticated regexp to handle
852 shallowly nested templates.
853
854 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
855
856 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
857 (sgml-tag): Use it. Cleanup with `cond'.
858 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
859 Mark the overlays and only delete those that are marked.
860 (sgml-skip-close-p): Remove.
861 (sgml-value): Replace sgml-skip-close-p with its definition.
862 (html-tag-alist): Use sgml-xml a bit more.
863 (html-mode): Set sgml-empty-tags.
864
865 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
866 (texinfo-update-node, texinfo-sequential-node-update):
867 Don't bind the obsolete `auto-fill-hook'.
868 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
869 Use `set-buffer' rather than `switch-to-buffer'.
870 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
871 Use `set-buffer' rather than `switch-to-buffer'.
872
873 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
874 text-mode-syntax-table.
875 (mail-mode): Use define-derived-mode.
876 Fix ordering of alternatives in adaptive-fill-regexp.
877 (mail-mode-map): Don't rely on keymap's internal representation.
878
879 2001-10-27 Sam Steingold <sds@gnu.org>
880
881 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
882 (sgml-xml-guess): Extracted from `html-mode' and generalized.
883 (sgml-mode-common): Call it.
884 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
885 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
886 (html-horizontal-rule, html-image, html-ordered-list):
887 (html-unordered-list, html-list-item, html-paragraph):
888 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
889 `html-xhtml'.
890
891 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
892
893 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
894 (ifnothtml): New alias.
895
896 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
897
898 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
899 (toggle-text-mode-auto-fill): Use derived-mode-p.
900
901 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
902
903 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
904 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
905
906 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
907
908 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
909 Add make-obsolete cookies, to follow faces.el.
910
911 These changes avoid warnings from the byte compiler in faces.el:
912
913 * faces.el (internal-get-face): Use facep instead of the obsolete
914 internal-find-face.
915 (internal-frob-font-weight, internal-frob-font-slant):
916 New defaliases for obsolete functions.
917 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
918 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
919 (x-make-font-bold-italic): Use internal-frob-font-weight and
920 internal-frob-font-slant aliases instead of the obsolete
921 x-frob-... functions.
922
923 2001-10-26 Sam Steingold <sds@gnu.org>
924
925 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
926 DOCTYPE; set `mode-name' based on it.
927 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
928 (sgml-tag): Close empty tags in XHTML.
929
930 2001-10-26 Jason Rumney <jasonr@gnu.org>
931
932 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
933 when UNICODE is not defined.
934
935 2001-10-26 Sam Steingold <sds@gnu.org>
936
937 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
938 be alone on the line.
939
940 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
941
942 * button.el (button): Special face definition for MS-DOS terminals.
943
944 2001-10-26 Sam Steingold <sds@gnu.org>
945
946 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
947 Protect the /= test by checking that the args are non-nil.
948 (sh-font-lock-close-heredoc): Check eof for being non-nil.
949
950 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
951
952 * textmodes/artist.el (artist-version): 1.2.4.
953 (artist-butlast-fn): New variable.
954 (artist-butlast): New function.
955 (artist-ellipse-mirror-quadrant): Use it.
956 (artist-mouse-draw-poly): Use nil for `point-list'.
957 (artist-mouse-draw-poly): Check for point-list being nil.
958
959 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
960
961 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
962 lambda expression.
963 (ps-mode-menu-main): Submenu with options on/off was replaced with
964 a toggle button.
965 (ps-mode, ps-run-mode): Define with `define-derived-mode'
966 (ps-mode): Autoload cookie added on same line as comment
967 (ps-mode-tabkey, ps-mode-backward-delete-char):
968 (ps-mode-r-balance): Replace `delete-horizontal-space' and
969 `indent-to' with `indent-line-to'
970 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
971 instead of `eval'.
972 (ps-mode-print-region): Use `with-temp-buffer'.
973 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
974 (numerous places): Add back-tick and tick around names in
975 docstrings, fix punctuation in docstrings, remove trailing spaces.
976
977 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
978
979 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
980 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
981 (sgml-font-lock-syntactic-keywords): New var.
982 (sgml-mode-common): Drop the two args.
983 Don't make buffer-local variables that aren't used.
984 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
985 Don't set `before-string' props from sgml-display-text.
986 (sgml-mode): Use define-derived-mode.
987 (sgml-tags-invisible): Use sgml-display-text.
988 (sgml-quote): New command.
989 (html-tag-alist): Add args for `span'.
990 (html-mode): Use define-derived-mode.
991 Set sgml-display-text and sgml-tag-face-alist.
992
993 2001-10-25 Sam Steingold <sds@gnu.org>
994
995 * add-log.el (add-log-always-start-new-record): New user option.
996 (add-change-log-entry): Use it.
997
998 2001-10-25 Richard M. Stallman <rms@gnu.org>
999
1000 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1001 bind case-fold-search if FROM is not all lower case.
1002
1003 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1004
1005 * startup.el (normal-top-level): Check for frame-initial-frame
1006 only if it's really used.
1007
1008 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1009
1010 * progmodes/compile.el (compilation-parse-errors-filename-function):
1011 New variable.
1012 (compilation-parse-errors): Use it.
1013
1014 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1015
1016 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1017 interactively so that C-u M-C-x still does edebug.
1018 (checkdoc-sentencespace-region-engine): Don't force a double-space
1019 after `.' if it doesn't look like an end-of-sentence.
1020 (debug-ignored-errors): Add `disambiguate ...'.
1021
1022 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1023
1024 * textmodes/texinfo.el (texinfo-environments)
1025 (texinfo-environment-regexp): Hoist.
1026 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1027 Only highlight the menu name in menu items.
1028 Setup `@foo ... @end foo' as text clones.
1029 (texinfo-clone-environment): New function.
1030 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1031 (texinfo-insert-block): Simplify.
1032 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1033 the command is repeated.
1034 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1035 (texinfo-insert-@end): Simplify.
1036
1037 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1038 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1039 (texinfo-subsubsection-level-regexp)
1040 (texinfo-update-menu-same-level-regexps)
1041 (texinfo-update-menu-higher-regexps)
1042 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1043
1044 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1045 (derived-mode-p): Autoload.
1046
1047 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1048 New vars and functions.
1049 (text-clone-maintain, text-clone-create): New functions.
1050
1051 2001-10-25 Miles Bader <miles@gnu.org>
1052
1053 * facemenu.el (facemenu-add-new-face): Fix variable names.
1054
1055 2001-10-24 Richard M. Stallman <rms@gnu.org>
1056
1057 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1058 of t and nil values.
1059 (facemenu-set-face): Handle START and END interactively.
1060 (facemenu-set-foreground): Don't use a face; specify color directly.
1061 (facemenu-set-background): Likewise.
1062 (facemenu-set-face-from-menu): Doc fix.
1063 (facemenu-active-faces): Use face-attribute-vector
1064 to handle bare attributes not in faces.
1065 (facemenu-get-face): Don't handle face names fg:... and bg:...
1066 specially.
1067 (facemenu-add-new-face): New argument MENU.
1068 New way to handle adding colors to the color menus.
1069
1070 * env.el (substitute-env-vars): Quote the arg to rx.
1071
1072 2001-10-24 Sam Steingold <sds@gnu.org>
1073
1074 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1075 Control" and "SGML" groups.
1076
1077 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1078
1079 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1080 Better handling of C++ template args to avoid confusion with `<'
1081 and `>' used as operators in member init expressions.
1082
1083 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1084
1085 * replace.el (perform-replace): Move START and END parameters
1086 to the end of the argument list and make them optional.
1087
1088 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1089 perform-replace.
1090
1091 * international/fontset.el (x-must-resolve-font-name): New function.
1092 (x-complement-fontset-spec): Use it.
1093
1094 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1095
1096 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1097
1098 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1099 Turn caadr into caar of cdr.
1100
1101 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1102
1103 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1104 of mouse-{1,2} since dragging is on the down event.
1105
1106 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1107
1108 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1109 if ARG is nil.
1110
1111 * desktop.el (desktop-last-buffer): New variable.
1112 (desktop-create-buffer): Set it.
1113 (desktop-read): Bind it and switch to that buffer.
1114
1115 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1116
1117 * progmodes/compile.el (compilation-set-window-height):
1118 Select old window only if it's still live.
1119
1120 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1121
1122 * help-mode.el (help-buffer): Remove debugging code.
1123 From Stefan Monnier <monnier@cs.yale.edu>.
1124
1125 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1126
1127 * files.el (file-name-sans-extension, file-name-extension):
1128 Don't count the leading dots in file names as signaling an extension.
1129
1130 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1131
1132 * vc.el (vc-diff-switches): Doc rewritten.
1133
1134 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1135
1136 * tooltip.el (tooltip-set-param): Doc fix.
1137
1138 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1139 127 to sgml-maybe-name-self.
1140 (sgml-name-8bit-mode): Doc fix.
1141 (sgml-char-names-table): New variable.
1142 (sgml-name-char): Support non-ASCII and mule-unicode-*
1143 characters. Doc fix.
1144 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1145
1146 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1147 doc string the effect of `left' and `top' parameters in
1148 tooltip-frame-parameters, the default values, and the units.
1149 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1150 (tooltip-show): Mention in the doc string the `top' and `left'
1151 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1152
1153 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1154
1155 Add autoscaling support for vc-annotate.
1156 From J.D. Smith <jdsmith@alum.mit.edu>.
1157
1158 * vc.el (vc-annotate-display-default): Accept colormap scaling
1159 ratio (now deprecated).
1160 (vc-annotate-display-autoscale): Added.
1161 (vc-annotate-add-menu): New autoscaling menu options "Span to
1162 Oldest" and "Span Oldest->Newest". Easymenu support added for
1163 toggle menus driven by customize variable `vc-annotate-display-mode'.
1164 (vc-annotate-display-select): Added.
1165 (vc-annotate): Changed temp-buffer-show-function to
1166 `vc-annotate-display-select'.
1167 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1168 Added argument OFFSET. Instead of backend function, calls now
1169 generic `vc-annotate-difference'.
1170 (vc-annotate-difference): Added as generic function instead of
1171 backend-specific function. No longer takes argument POINT, but
1172 instead accepts a time OFFSET.
1173 (vc-default-annotate-current-time): Added.
1174
1175 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1176 version in vc.el, with
1177 (vc-cvs-annotate-current-time): Added, as override of default.
1178 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1179 `vc-cvs-annotate-difference'.
1180
1181 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1182
1183 * saveplace.el (save-place): Require `saveplace'.
1184
1185 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1186 Use `sexp' for :value-type instead of `face'.
1187
1188 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1189
1190 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1191 regexps due to 5-digit message IDs.
1192
1193 2001-10-21 Jason Rumney <jasonr@gnu.org>
1194
1195 * term/w32-win.el (redisplay-dont-pause): Don't set.
1196
1197 2001-10-21 Miles Bader <miles@gnu.org>
1198
1199 * help-funs.el (help-manyarg-func-alist): Variable removed.
1200
1201 2001-10-21 Miles Bader <miles@gnu.org>
1202
1203 * help-funs.el (help-manyarg-func-alist): Remove entries for
1204 `insert', `insert-and-inherit', `insert-before-markers',
1205 `insert-before-markers-and-inherit', `message', `message-box',
1206 `message-or-box', `propertize', `format', `encode-time', `append',
1207 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1208 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1209 `ml-prefix-argument-loop'.
1210
1211 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1212
1213 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1214 (vc-default-diff-tree): New functions.
1215 (vc-version-diff): Use them. As a result, coding systems are now
1216 set up properly for all sorts of diffs, and tree diffs can now
1217 also be done locally.
1218 (vc-diff): With a prefix argument, don't require that it's called
1219 from a buffer under version control.
1220 (diff-switches): Remove duplicate definition.
1221
1222 * vc-cvs.el (vc-cvs-diff-tree): New function.
1223
1224 2001-10-21 Miles Bader <miles@gnu.org>
1225
1226 * help-funs.el (help-manyarg-func-alist): Remove entries for
1227 `list', `vector', `make-byte-code', `call-process',
1228 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1229 `logand', `logior', and `logxor'.
1230
1231 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1232 image bits to compensate. Use `make-string' instead of
1233 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1234
1235 2001-10-20 Kim F. Storm <storm@cua.dk>
1236
1237 * simple.el (kill-ring-save): Don't show extent of copied region
1238 if using transient-mark-mode and region is fully visible.
1239
1240 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1241
1242 * (Version 21.1 released.)
1243
1244 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1245
1246 * files.el (auto-mode-alist): Associate .indent.pro with
1247 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1248
1249 2001-10-18 Sam Steingold <sds@gnu.org>
1250
1251 Put the *Compile-Log* buffer in `compilation-mode'.
1252 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1253 (byte-compile-log-1, byte-compile-log-file)
1254 (displaying-byte-compile-warnings): Use it
1255
1256 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1257
1258 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1259
1260 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1261
1262 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1263
1264 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1265
1266 * obsolete/hilit19.el (hilit-lookup-face-create):
1267 Call set-face-font only if display-graphic-p.
1268 (toplevel): Remove references to window-system.
1269
1270 2001-10-18 Miles Bader <miles@gnu.org>
1271
1272 * simple.el (what-line): Avoid problems with field properties.
1273
1274 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1275
1276 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1277 Define special colors for a tty.
1278
1279 2001-10-17 Francesco Potorti` <pot@gnu.org>
1280
1281 * comint.el (comint-password-prompt-regexp): Make it less
1282 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1283
1284 2001-10-17 John Wiegley <johnw@gnu.org>
1285
1286 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1287 a regular file, before checking if it is a directory or symlink.
1288 This avoids a call to eshell-file-attributes, which can be
1289 expensive in some situations.
1290
1291 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1292 customization variable, to differentiate ls-in-dired from regular
1293 uses of ls.
1294
1295 2001-10-17 Miles Bader <miles@gnu.org>
1296
1297 * custom.el (defface): Mention `:inherit' in doc-string.
1298
1299 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1300
1301 * paren.el: Update the Commentary with installation instructions.
1302
1303 2001-10-15 Dave Love <fx@gnu.org>
1304
1305 * international/mule.el (set-auto-coding): Fix regexps for local
1306 variables section not to eat newlines.
1307
1308 2001-10-15 Miles Bader <miles@gnu.org>
1309
1310 * simple.el (display-message-or-buffer): Pass the correct buffer
1311 to `display-buffer'.
1312
1313 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1314
1315 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1316 (executable-find): Use exec-suffixes.
1317 (executable-set-magic): Don't use make-local-hook.
1318
1319 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1320
1321 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1322
1323 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1324 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1325 Add .so to the Unix and GNU branch.
1326
1327 * international/latin-1.el:
1328 * international/latin-2.el:
1329 * international/latin-3.el:
1330 * international/latin-4.el:
1331 * international/latin-5.el:
1332 * international/latin-8.el:
1333 * international/latin-9.el: Add no-byte-compile: t, since
1334 Makefile.in instructs make-docfile to look at .el files.
1335
1336 2001-10-14 Miles Bader <miles@gnu.org>
1337
1338 * button.el (define-button-type): Allow supertype property to be
1339 specified with a keyword `:supertype' too.
1340 (button-put, make-text-button): Allow button type property to be
1341 specified using the keyword `:type' too.
1342 (button-type): New function.
1343 (button): Add `button-category-symbol' property.
1344
1345 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1346
1347 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1348 indent-new-comment-line from comment-indent-new-line.
1349
1350 * textmodes/refill.el (refill-mode):
1351 Bind DEL to backward-delete-char-untabify.
1352 Set backward-delete-char-untabify-method to `hungry'.
1353
1354 * textmodes/bib-mode.el (bib-mode):
1355 * play/gomoku.el (gomoku-mode):
1356 * textmodes/page-ext.el (pages-directory-mode):
1357 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1358
1359 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1360
1361 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1362
1363 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1364 Handle here-docs differently.
1365 (sh-font-lock-heredoc): Remove.
1366 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1367 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1368 (sh-font-lock-open-heredoc): New functions.
1369 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1370 (sh-font-lock-keywords-1): Use regexp-opt.
1371 (sh-in-comment-or-string): Use syntax-ppss.
1372 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1373 (sh-select, sh-tmp-file): Add explicit terminating \n.
1374
1375 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1376 Use with-current-buffer.
1377 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1378 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1379 filename), catch any error that occurs in `ange-ftp-cd'.
1380 If an error happened, don't bother sending `cmd' at all.
1381 Fix a parenthesis typo.
1382 (ange-ftp-write-region): Don't blindly use binary if the remote host
1383 is unix-like.
1384
1385 * play/pong.el (pong-init): Don't use make-local-hook.
1386
1387 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1388
1389 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1390 (viper-get-ex-address-subr): More precise addr for the $ marker
1391
1392 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1393
1394 * version.el (emacs-version): Bump to 21.1.50.
1395
1396 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1397
1398 * mail/mailalias.el (mail-directory-stream): Do not double
1399 variables in the lambda-list.
1400
1401 * play/gomoku.el (gomoku-init-display): Ditto.
1402
1403 * play/landmark.el (lm-init-display): Ditto.
1404
1405 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1406 (delimit-columns-rectangle-line): Ditto.
1407
1408 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1409
1410 * newcomment.el (comment-region-internal): Don't rebind
1411 invisibility_spec now that the C routines handle it correctly.
1412
1413 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1414
1415 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1416 and `same-frame'.
1417
1418 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1419
1420 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1421
1422 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1423 C-p and C-r. Remove redundant bindings from inheriting maps.
1424
1425 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1426 After 4.23 and: After 4.24:
1427 (cperl-contract-levels): Restore position.
1428 (cperl-beautify-level): Likewise.
1429 (cperl-beautify-regexp): Likewise.
1430 (cperl-commentify): Rudimental support for length=1 runs
1431 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1432 After 4.25:
1433 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1434 (imenu-example--create-perl-index): Was not enforcing
1435 syntaxification-to-the-end.
1436 (cperl-invert-if-unless): Allow `for', `foreach'.
1437 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1438 Mark qw(), m()x as indentable.
1439 (cperl-init-faces): Highlight `sysopen' too.
1440 Highlight $var in `for my $var' too.
1441 (cperl-invert-if-unless): Was leaving whitespace at end.
1442 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1443 (cperl-calculate-indent): Remove old commented out code.
1444 Support (primitive) indentation of qw(), m()x.
1445 After 4.26:
1446 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1447 q [] with intervening newlines.
1448 (cperl-autoindent-on-semi): New customization variable.
1449 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1450 (cperl-tips): Mention how to make CPerl the default mode.
1451 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1452 (cperl-outline-level): New function.
1453 (cperl-highlight-variables-indiscriminately): New customization var.
1454 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1455 From Sean Kamath <kamath@pogo.wv.tek.com>.
1456 (cperl-after-block-p): Support CHECK and INIT.
1457 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1458 From Doug MacEachern <dougm@covalent.net>.
1459 After 4.27:
1460 (cperl-find-pods-heres): Recognize \"" as a string.
1461 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1462 Allow whitespace between << and "FOO".
1463 (cperl-problems): Remove \"" and q [] with intervening newlines.
1464 Mention multiple <<EOF as unsupported.
1465 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1466 (cperl-indent-parens-as-block): New configuration variable.
1467 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1468 Use `cperl-indent-parens-as-block'.
1469 (cperl-find-pods-heres): Test for =cut without empty line instead of
1470 complaining about no =cut.
1471 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1472 (cperl-find-pods-heres): Likewise.
1473 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1474 POD could've been marked as comment already.
1475 (cperl-unwind-to-safe): Unwind before start of POD too.
1476 After 4.28:
1477 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1478 After 4.29:
1479 (x-color-defined-p): Make an extra case to peacify the warning.
1480 Toplevel: `defvar' to peacify the warnings.
1481 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1482 No -nw-compile time warnings now.
1483 (cperl-find-tags): TAGS file had too short substring-to-search.
1484 Be less verbose in non-interactive mode
1485 (imenu-example--create-perl-index): Set index-marker after name
1486 (cperl-outline-regexp): New variable.
1487 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1488 (cperl-mode): Made use `cperl-outline-regexp'.
1489 After 4.30:
1490 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1491 (cperl-outline-level): Make start-of-file same level as `package'.
1492 After 4.31:
1493 (cperl-electric-pod): `head1' and `over' electric only if empty.
1494 (cperl-unreadable-ok): New variable.
1495 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1496 on an unreadable file.
1497 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1498 on an unreadable directory.
1499
1500 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1501 Consider the text between two errors as belonging to the first error.
1502 (compilation-goto-locus): Use pop-to-buffer rather than
1503 switch-to-buffer-other-frame.
1504
1505 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1506 (awk-font-lock-syntactic-keywords): New var.
1507 (awk-mode): Use it.
1508
1509 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1510
1511 * faces.el (describe-face): Call help-setup-xref earlier.
1512
1513 * jka-compr.el (jka-compr-load-suffixes): New var.
1514 (jka-compr-install): Add its content to load-suffixes.
1515 (jka-compr-uninstall): Remove its content from load-suffixes.
1516
1517 2001-10-12 Sam Steingold <sds@gnu.org>
1518
1519 * bindings.el (completion-ignored-extensions): CL-related
1520 extensions are platform-independent.
1521
1522 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1523 asynchronous multiple file copying.
1524
1525 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1526
1527 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1528 Turn error for repeated variables into warning.
1529
1530 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1531 New function checking that lambda-list consists of non-constant
1532 symbols, that &rest and &optional are followed by variable names,
1533 that &rest VAR is the last element, and that variables aren't doubled.
1534 (byte-compile-lambda): Use it.
1535
1536 2001-10-12 Eli Barzilay <eli@barzilay.org>
1537
1538 * calculator.el (calculator-eng-display): Don't call concat
1539 with an integer argument.
1540
1541 2001-10-12 Miles Bader <miles@gnu.org>
1542
1543 * help-mode.el (help-customize-face): New button-type.
1544
1545 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1546 (describe-face): Fix args to `help-xref-button'.
1547 Don't switch to help-buffer around call to `help-setup-xref'.
1548 Use `help-buffer' instead of hard-wired "*Help*".
1549 Require `help-mode'.
1550
1551 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1552
1553 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1554
1555 * help-mode.el (help-buffer): New function.
1556 Returns the buffer-name to use for help output.
1557 Change all the code to use it instead of hard-coding *Help*.
1558 (help-mode-map): Put back the mouse-2 binding.
1559 (help-xref-stack): Change the format and make buffer-local.
1560 (help-xref-stack-item): Make buffer-local.
1561 (help-setup-xref): Do the `push' here rather than in help-do-xref.
1562 (help-xref-interned): Display the face doc as well.
1563 (help-follow-mouse): Re-introduce.
1564 (help-xref-go-back): Adapt to the new use of help-xref-stack.
1565 (help-do-xref): Don't `push' any more.
1566 (help-follow): Also follow face names.
1567
1568 * help-funs.el (describe-function-1): Remove unused `parens' arg.
1569 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
1570 Autoload and cleanup.
1571 (describe-function): Call help-setup-xref.
1572 (describe-variable): Call help-setup-xref earlier.
1573
1574 * help.el (describe-bindings-internal): New fun moved from keymap.c.
1575 (view-lossage): Call help-setup-xref correctly and earlier.
1576 (describe-bindings): Call help-setup-xref earlier.
1577 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
1578 (describe-mode): Don't autoload. Call help-setup-xref earlier.
1579
1580 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1581
1582 * master.el (master-mode): Use define-minor-mode instead of
1583 easy-mmode-define-minor-mode. Add autload cookie.
1584 (Commentary): Remove the line showing how to autoload master-mode,
1585 since it's always autoloaded.
1586
1587 * master.el: New file.
1588
1589 2001-10-11 Dave Love <fx@gnu.org>
1590
1591 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
1592 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
1593 <const-C varset-X const-C>: Fix car/cdr typo.
1594
1595 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1596
1597 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
1598 New function extracted from byte-compile-log-1.
1599 (byte-compile-log-1): Change output to be more in line with
1600 the output of other GNU tools.
1601 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
1602 (byte-compile-report-error): Downcase error message.
1603 Use `error' instead of `!!' for error messages.
1604 (byte-compile-print-syms): Treat non-interactive case specially.
1605 (displaying-byte-compile-warnings): Use backquote.
1606 (byte-compile-from-buffer): Bind byte-compile-last-line.
1607 (batch-byte-compile): Remove `Done' message.
1608
1609 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1610
1611 * emacs-lisp/copyright.el (copyright): Add final \n.
1612
1613 2001-10-11 Miles Bader <miles@gnu.org>
1614
1615 * diff.el (diff): Display default values in prompts as
1616 `(default ...)', not `(...)'.
1617
1618 * info.el (Info-follow-reference): Likewise.
1619
1620 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
1621
1622 * emacs-lisp/autoload.el (doc-string-elt): Remove.
1623
1624 * newcomment.el (comment-indent): Be a little more robust in case
1625 comment-indent-function does funny things.
1626 (comment-normalize-vars): Autoload.
1627 (comment-region-internal): Fiddle with the visibility spec.
1628 (comment-valid-prefix): New function.
1629 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
1630 that would turn comment-text into non-comment-text.
1631
1632 * emacs-lisp/syntax.el: New file.
1633
1634 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
1635 compatibility cruft.
1636 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
1637 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
1638 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1639 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
1640 tcl-submit-bug-report.
1641 (tcl-mode-syntax-table): Leave \f alone.
1642 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1643 tcl-end-of-defun, tcl-submit-bug-report.
1644 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
1645 (tcl-add-emacs-menu): Remove.
1646 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
1647 (tcl-keyword-list): Add `chain'.
1648 (tcl-font-lock-syntactic-keywords): New variable.
1649 (tcl-pps-has-arg-6): Remove.
1650 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
1651 (tcl-internal-mark-defun): Remove.
1652 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
1653 (tcl-mode): Use define-derived-mode. Simplify.
1654 Set comment-indent-function.
1655 (tcl-indent-command): Use line-beginning-position and comment-indent.
1656 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1657 (tcl-indent-line): Use tcl-calculate-indent.
1658 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
1659 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
1660 (tcl-filter): Use with-current-buffer, simplify.
1661 (inferior-tcl-mode): Use define-derived-mode.
1662 (tcl-hairy-in-comment): Renamed tcl-in-comment.
1663 (tcl-simple-in-comment, tcl-in-comment): Removed.
1664 (tcl-files-alist): New function.
1665 (tcl-help-snarf-commands): Use it and return the result directly
1666 rather than through a global variable.
1667 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
1668 (tcl-help-on-word): Provide the default value to completing-read.
1669 (tcl-hilit): Remove.
1670 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
1671 (tcl-comment-indent): New function.
1672 (tcl-submit-bug-report): Remove.
1673 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
1674 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
1675 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
1676
1677 2001-10-10 Miles Bader <miles@gnu.org>
1678
1679 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
1680 (Info-fontify-node): Don't fontify the node if it's already been done.
1681
1682 2001-10-10 Gerd Moellmann <gerd@gnu.org>
1683
1684 * international/iso-transl.el (iso-transl-e-caret)
1685 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
1686 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
1687
1688 * simple.el (end-of-buffer): Fix code scrolling specially
1689 for the buffer end.
1690
1691 * startup.el (command-line-1): Bind tab-width to 8.
1692
1693 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1694
1695 * emulation/tpu-edt.el: Use defalias instead of fset for
1696 user-visible commands. From Rob Riepel
1697 <riepel@Networking.Stanford.EDU>.
1698
1699 2001-10-09 Gerd Moellmann <gerd@gnu.org>
1700
1701 * ruler-mode.el: New file.
1702
1703 2001-10-09 Miles Bader <miles@gnu.org>
1704
1705 * apropos.el (button): New require.
1706
1707 * help-funs.el: New file, contents mostly from `help.el'.
1708 (describe-variable): Use `condition-case' instead of `ignore-errors'.
1709
1710 * help-mode.el: New file, contents mostly from `help.el'.
1711
1712 * help.el: Don't require `view' when compiling.
1713 (help-with-tutorial, describe-function, describe-function-1)
1714 (variable-at-point, describe-variable, locate-library):
1715 Functions moved into `help-funs.el'.
1716 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
1717 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
1718 (help-setup-xref, help-xref-following, help-make-xrefs)
1719 (help-xref-button, help-insert-xref-button, help-xref-interned)
1720 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
1721 (help-xref-on-pp): Functions moved into `help-mode.el'
1722 (help-mode-map, help-xref-stack, help-xref-stack-item)
1723 (help-highlight-p, help-highlight-face, help-back-label)
1724 (help-xref-symbol-regexp, help-xref-mule-regexp)
1725 (help-xref-info-regexp): Variables moved into `help-mode.el'.
1726 (help-symbol, help-back, help-info, help-customize-variable)
1727 (help-function-def, help-variable-def):
1728 Button-types moved into `help-mode.el'.
1729 (load-symbol-file-load-history, symbol-file):
1730 Functions moved into `subr.el'.
1731 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
1732 (view-lossage): Call `help-setup-xref' instead of doing it manually.
1733
1734 * subr.el (symbol-file-load-history-loaded)
1735 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
1736
1737 * loadup.el ("button"): Load removed.
1738
1739 * button.el (define-button-type): Respect any `supertype' property.
1740 (button-type-subtype-p, button-has-type-p): New functions.
1741
1742 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
1743 dollar-signs.
1744
1745 * comint.el (comint-insert-previous-argument): New function.
1746 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
1747 (comint-insert-previous-argument-last-start-pos)
1748 (comint-insert-previous-argument-last-index): New variables.
1749
1750 * apropos.el (apropos-next-label-button): Use the presence of a
1751 `apropos-label' property to detect label buttons.
1752
1753 2001-10-08 Miles Bader <miles@gnu.org>
1754
1755 * button.el (next-button, previous-button): Remove N and WRAP
1756 parameters. Don't pay attention to `skip' properties.
1757 (forward-button): Implement wrapping, iterating, and skipping here
1758 instead.
1759 (button-activate): USE-MOUSE-ACTION is optional.
1760 (button-nop): Function removed.
1761 (default-button): Use `ignore' as default button action.
1762
1763 * apropos.el (apropos-next-label-button): Update arguments to
1764 `next-button'.
1765 (apropos-symbol): Add `skip' property.
1766 (apropos-function, apropos-macro, apropos-command)
1767 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1768 (apropos-plist): New button types.
1769 (apropos-label-properties): Variable removed.
1770 (apropos-print): Pass button-type to apropos-print-doc, rather
1771 than help function and label text.
1772 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
1773 Get button label from TYPE.
1774
1775 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
1776
1777 * help.el (help-mode): Use define-derived-mode.
1778 (describe-mode): Add optional `buffer' arg.
1779 Use it instead of going through help-xref-mode.
1780 Avoid doubling the word `minor' when prettifying.
1781 (describe-function-1): List the corresponding key bindings.
1782 (describe-variable): Say if the var is automatically buffer-local.
1783 If the source is `loaddefs.el', look for the real source.
1784 (help-xref-mode): Remove.
1785
1786 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
1787 the file says no-byte-compile.
1788
1789 2001-10-08 Miles Bader <miles@gnu.org>
1790
1791 * button.el (next-button, previous-button): Respect `skip' property.
1792
1793 2001-10-07 Miles Bader <miles@gnu.org>
1794
1795 * woman.el (woman-mode-map): Copy button-buffer-map instead of
1796 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
1797 `woman-follow-word' instead of `woman-mouse-2'.
1798 (woman-follow-word): Renamed from `woman-mouse-2'.
1799 Follow current unconditionally, since this function is now only
1800 bound to M-mouse-2. Use accessor functions.
1801 (WoMan-highlight-references): Use `make-text-button'.
1802 (woman-xref): New button type.
1803
1804 * loadup.el ("faces"): Move load before loading "loaddefs.el".
1805 ("button"): New load, just before "help" (which uses it).
1806
1807 * help.el (help-mode-map): Make button-buffer-map our parent.
1808 Don't bind mouse events or tab/backtab.
1809 (help-function, help-variable, help-face, help-coding-system)
1810 (help-input-method, help-character-set, help-back, help-info)
1811 (help-customize-variable, help-function-def, help-variable-def):
1812 New button types.
1813 (help-button-action): New function.
1814 (describe-function-1): Pass help button-types to
1815 `help-xref-button' rather than help function and help-echo string.
1816 Don't put multiple help-function args in a list to pass them to
1817 help-xref-button, just pass them as multiple arguments.
1818 Use `help-insert-xref-button' to make [back]-button, rather than
1819 `help-xref-button'.
1820 (help-xref-button): Take a button-type TYPE as a parameter rather
1821 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
1822 and add a &rest parameter ARGS to serve the same purpose.
1823 Use `make-text-button' to add the button.
1824 (help-insert-xref-button): Use `insert-text-button' to add the button.
1825 (help-follow-mouse, help-next-ref, help-previous-ref):
1826 Functions removed.
1827 (help-do-xref): New function.
1828 (help-follow): Use `push-button' and `help-do-xref' to do most of
1829 the work.
1830
1831 * apropos.el (apropos-symbol, apropos-label): New button types.
1832 (apropos-symbol-button-display-help)
1833 (apropos-label-button-display-help, apropos-next-label-button):
1834 New functions.
1835 (apropos-mode-map): Make button-buffer-map our parent.
1836 Don't bind mouse events.
1837 (apropos-print, apropos-print-doc): Create buttons instead of text
1838 properties.
1839 (apropos-mouse-follow): Function removed.
1840 (apropos-follow): Use buttons.
1841
1842 * button.el: New file.
1843
1844 2001-10-07 Gerd Moellmann <gerd@gnu.org>
1845
1846 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1847 Remove.
1848
1849 2001-10-05 Richard M. Stallman <rms@gnu.org>
1850
1851 * add-log.el (add-change-log-entry): Skip copyright notice
1852 and copying permission notice at start of file, if any.
1853 Make use of terms "entry" and "item" accord with Emacs manual.
1854 Simplify the logic for moving point while entering or creating
1855 an entry and then an item.
1856 (add-change-log-entry-other-window): Doc fix.
1857
1858 2001-10-06 Miles Bader <miles@gnu.org>
1859
1860 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
1861 removed; they apparently don't work with faces.
1862
1863 2001-10-05 Sam Steingold <sds@gnu.org>
1864
1865 * textmodes/sgml-mode.el (html-xhtml): New user option.
1866 (html-tag-alist, html-horizontal-rule, html-image, html-line)
1867 (html-ordered-list, html-unordered-list, html-list-item)
1868 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
1869 (sgml-skip-close-p): New function.
1870 (sgml-value): Use it.
1871
1872 2001-10-05 Sam Steingold <sds@gnu.org>
1873
1874 * calendar/diary-lib.el (diary-entry-compare): When times are
1875 identical, compare the entries lexicographically.
1876
1877 2001-10-06 Miles Bader <miles@gnu.org>
1878
1879 * rfn-eshadow.el (rfn-eshadow-update-overlay):
1880 Use `minibuffer-prompt-end'.
1881
1882 * simple.el (previous-matching-history-element): Fix misplaced
1883 parentheses.
1884
1885 2001-10-05 Miles Bader <miles@gnu.org>
1886
1887 * rfn-eshadow.el: New file.
1888
1889 2001-10-05 Miles Bader <miles@gnu.org>
1890
1891 * cus-face.el (custom-face-attributes): Make sure each attribute
1892 has a valid default value. Remove hacks that mapped `nil' to
1893 `off' and used nil to mean `unspecified'. Remove `unspecified'
1894 choices from all attributes (unspecified is handled by the parent
1895 checklist).
1896 * cus-edit.el (custom-face-edit-convert-widget)
1897 (custom-face-edit-deactivate, custom-face-edit-activate)
1898 (custom-face-edit-delete, custom-face-edit-attribute-tag):
1899 New functions.
1900 (custom-face-edit): Specify a custom :convert-widget.
1901 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
1902 Don't pass in default filters that map between `nil' and `off' and
1903 `unspecified' and `nil'.
1904
1905 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1906
1907 * progmodes/compile.el (compilation-buffer-name): New function.
1908 (compile-internal): Use it to determine the name of the
1909 compilation buffer.
1910
1911 2001-10-05 Miles Bader <miles@gnu.org>
1912
1913 * progmodes/compile.el (grep-use-null-device): New variable.
1914 (grep-command): Mention `grep-use-null-device'.
1915 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
1916 Make computation of `grep-command' respect `grep-use-null-device'.
1917 (grep): Respect `grep-use-null-device'.
1918 Call `grep-compute-defaults' even if grep-command is set, if
1919 grep-use-null-device is still tentative.
1920
1921 * subr.el (call-process-shell-command): New function.
1922
1923 2001-10-05 Miles Bader <miles@gnu.org>
1924
1925 * simple.el (previous-matching-history-element)
1926 (next-history-element, next-complete-history-element): Use
1927 `minibuffer-' functions instead of calling `field-' functions directly.
1928 (minibuffer-prompt-end, minibuffer-contents):
1929 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1930 Functions removed (now subrs).
1931 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
1932
1933 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
1934 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
1935 instead of calling `field-' functions directly.
1936 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
1937
1938 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1939
1940 * files.el (find-file-noselect): If file's read-only status has
1941 changed on disk, ask if buffer's read-only status should be
1942 changed, unless NOWARN is set.
1943
1944 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
1945 alias for define-setf-method.
1946
1947 * bindings.el: Remove no-byte-compile from file local variables
1948 to enable bootstrapping.
1949
1950 2001-10-04 Andrew Innes <andrewi@gnu.org>
1951
1952 * faces.el (face-font-registry-alternatives) [windows-nt]:
1953 Make gb2312 an alias for gb2312.1980.
1954
1955 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
1956
1957 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
1958 (uniquify-reverse-components): Remove.
1959
1960 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1961 Make sure the file is readable.
1962 (byte-compile-file): Don't compile if `no-byte-compile' is set.
1963 (byte-compile-defvar): Update to reflect the change in Fdefvar.
1964 (batch-byte-recompile-directory): Pass arg=0.
1965
1966 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
1967 (perl-calculate-indent): Use it.
1968 (perl-backward-to-noncomment): Use forward-comment.
1969
1970 * derived.el (define-derived-mode, derived-mode-make-docstring):
1971 Allow `parent' to be nil.
1972
1973 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
1974 Use define-derived-mode.
1975 (nroff-mode-map, nroff-mode-syntax-table): Massage.
1976
1977 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
1978
1979 * emacs-lisp/lselect.el: Use facep iso find-face.
1980
1981 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1982 Use regexp-opt.
1983 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
1984 (lisp-font-lock-syntactic-face-function): New function.
1985 (lisp-mode-variables): Use it. Make arg optional.
1986 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
1987 (lisp-mode): Don't pass an arg to lisp-mode-variables.
1988 Set comment-start-skip.
1989
1990 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
1991
1992 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
1993 (ignore-errors): Don't bother using a `err' symbol.
1994
1995 * emacs-lisp/autoload.el (autoload-ensure-default-file)
1996 (autoload-insert-section-header, autoload-before-p)
1997 (autoload-remove-section): New functions.
1998 (generate-file-autoloads): Use them.
1999 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2000 Make sure the autoload file is properly formatted when creating it.
2001 (update-autoloads-from-directories): Use them as well.
2002 Only update autoloads for files whose timestamp has changed.
2003 Add a dummy entry to remember the files which had no autoload cookies.
2004
2005 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2006
2007 * subr.el (define-key-after): Allow `key' to be longer than 1.
2008 (make-local-hook): Make obsolete.
2009 (add-hook, remove-hook): Don't use make-local-hook any more.
2010 (make-syntax-table): Inherit all chars from s-s-t.
2011
2012 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2013
2014 This is a fix for a report saying that resuming a search with C-s
2015 C-s doesn't use the case-fold-search setting of the previous
2016 search (C-s ... M-c ... then C-s C-s).
2017
2018 * isearch.el (isearch-last-case-fold-search): New variable.
2019 (isearch-mode): Remember value of isearch-case-fold-search
2020 in isearch-last-case-fold-search.
2021 (isearch-done): Quote value of isearch-case-fold-search.
2022 (isearch-repeat): When resuming a search, restore
2023 isearch-case-fold-search from isearch-last-case-fold-search.
2024
2025 Added to NEWS.
2026
2027 * startup.el (inhibit-startup-buffer-menu): New user-option.
2028 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2029 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2030
2031 This allows upto 99999 messages in the summary without screwing up
2032 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2033
2034 * mail/rmailsum.el (rmail-make-summary-line)
2035 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2036 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2037 Allow 5-digit message ids instead of 4.
2038
2039 This adds expansion of environment variables in the value
2040 specified with M-x setenv. Added to NEWS.
2041
2042 * env.el (substitute-env-vars): New function.
2043 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2044 environment variables in VALUE. Return VALUE.
2045
2046 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2047
2048 * Branch for 21.1.
2049
2050 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2051
2052 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2053
2054 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2055
2056 * emulation/tpu-edt.el: Make messages match original TPU/edt
2057 editor. From riepel@Stanford.EDU (Rob Riepel).
2058
2059 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2060
2061 * rect.el: Update maintainer's email address.
2062
2063 2001-10-02 Andreas Schwab <schwab@suse.de>
2064
2065 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2066 and Extended Passive Mode, resp.
2067
2068 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2069
2070 These changes add support for Calendar-related items in the
2071 menu bar on tty's as well:
2072
2073 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2074 unconditionally.
2075 (calendar-mode): Set up activate-menubar-hook unconditionally.
2076
2077 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2078 calls x-popup-menu only if popup menus are supported.
2079 (calendar-mouse-insert-hebrew-diary-entry)
2080 (calendar-mouse-insert-islamic-diary-entry)
2081 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2082 (calendar-mouse-view-other-diary-entries)
2083 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2084 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2085 Call cal-menu-x-popup-menu instead of x-popup-menu.
2086
2087 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2088
2089 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2090
2091 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2092
2093 * emacs-lisp/rx.el: New file.
2094
2095 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2096
2097 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2098
2099 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2100
2101 * frame.el (select-frame-by-name, other-frame): Doc fix.
2102
2103 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2104
2105 * play/snake.el (snake-score-file): Use temporary-file-directory
2106 instead of a literal "/tmp". Suggested by Robert
2107 <robert@chezmarshall.freeserve.co.uk>.
2108
2109 * play/tetris.el (tetris-score-file): Ditto.
2110
2111 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2112
2113 * apropos.el (apropos-print): Make the directions inserted at the
2114 beginning of the *Apropos* buffer more clear.
2115
2116 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2117
2118 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2119 Added comments.
2120
2121 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2122
2123 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2124 "\\s-" when defining comment-end-skip.
2125
2126 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2127
2128 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2129 Call get-buffer-window first second arg `visible'.
2130
2131 * international/mule-diag.el (list-input-methods-1):
2132 Output something that's independent of Emacs' version.
2133
2134 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2135 calling byte-to-position with a nil tar-header-offset.
2136
2137 2001-09-27 Simon Josefsson <jas@extundo.com>
2138
2139 * mail/sendmail.el (send-mail-function): Doc fix.
2140 (mail-do-fcc): Error if header-end is not a marker.
2141 (mail-do-fcc): Add a comment.
2142 (mail-reply-to): Doc fix.
2143 (mail-signature): Make ATPOINT optional.
2144 (mail-yank-original): Use cond instead of nestled if.
2145
2146 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2147
2148 * info.el (Info-on-current-buffer): Default arg to "Top".
2149
2150 2001-09-25 Eli Barzilay <eli@barzilay.org>
2151
2152 * calculator.el (calculator-copy-displayer): New user-option.
2153 (calculator-displayer-prev, calculator-displayer-next):
2154 Renamed from calculator-displayed-{left,right}.
2155 (calculator, calculator-standard-displayer)
2156 (calculator-num-to-string, calculator-update-display)
2157 (calculator-copy, calculator-put-value): Bug and display fixes.
2158
2159 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2160
2161 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2162 (ebnf-version): New version (3.6.1).
2163
2164 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2165 (ebnf-bnf-non-terminal-chars): New internal const.
2166 (ebnf-bnf-lex): Fix code.
2167
2168 * ebnf-iso.el: Fix character range regexp. Doc fix.
2169 (ebnf-iso-non-terminal-chars): New internal const.
2170 (ebnf-iso-lex): Fix code.
2171
2172 * ebnf-yac.el: Fix character range regexp. Doc fix.
2173 (ebnf-yac-skip-chars): New internal const.
2174 (ebnf-yac-skip-code): Fix code.
2175
2176 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2177
2178 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2179
2180 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2181 passing it to VC.
2182
2183 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2184 case where the file is relative.
2185
2186 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2187
2188 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2189 same on each side. Make sure we properly handle simple quotes.
2190 From Daiki Ueno <ueno@unixuser.org>.
2191
2192 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2193
2194 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2195 <jas@extundo.com>.
2196
2197 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2198 some items of the Options menu.
2199
2200 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2201
2202 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2203
2204 * vc-hooks.el (vc-delete-automatic-version-backups):
2205 Don't fail if the directory doesn't exist.
2206
2207 * diff-mode.el (diff-default-read-only): New var.
2208 (diff-mode): Use it.
2209
2210 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2211
2212 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2213 Use make-keymap instead of copy-keymap, since copying the global
2214 keymap messes up the menu bar.
2215
2216 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2217 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2218
2219 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2220
2221 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2222
2223 * dired-aux.el (dired-insert-subdir): Pass switches to
2224 dired-build-subdir-alist.
2225
2226 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2227
2228 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2229 caused %#a and %#b to be mis-formatted.
2230
2231 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2232
2233 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2234 ccmode, emacs-mime, and eudc manuals.
2235
2236 2001-09-19 Sam Steingold <sds@gnu.org>
2237
2238 w32 find cannot be used with `grep-find'.
2239 * progmodes/compile.el (find-program): New variable.
2240 (grep-compute-defaults): Use it to set `grep-find-command'.
2241
2242 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2243
2244 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2245
2246 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2247
2248 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2249 programming. Doc fix.
2250 (ebnf-version): New version (3.6).
2251 (ebnf-eps-begin): Data fix.
2252 (ebnf-begin-file): Code fix.
2253
2254 * ebnf-bnf.el: Doc fix.
2255 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2256
2257 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2258
2259 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2260
2261 * ps-print.el: Better face mapping for black/white PostScript printers.
2262 Check if mark is active when printing a region. Doc fix.
2263 (ps-print-version): New version number (6.5.5).
2264 (ps-print-color-p): Customization fix.
2265 (ps-black-white-faces): New option.
2266 (ps-black-white-faces-alist): New internal var.
2267 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2268 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2269 (ps-nb-pages-region): Interactive fix.
2270 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2271 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2272
2273 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2274
2275 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2276 numeric month value, and allow the Kanji character after the it to
2277 be missing (happens with ls-lisp's output on Japanese versions of
2278 MS-Windows).
2279
2280 2001-09-18 Miles Bader <miles@gnu.org>
2281
2282 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2283 it's empty (and thus probably a new patch file about to be edited).
2284
2285 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2286
2287 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2288 Check for '(' in column 0 of doc string.
2289
2290 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2291 of `nth' so that using a vector as bounding-box works.
2292 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2293
2294 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2295
2296 * vc.el (vc-annotate): Use current workfile version explicitly as
2297 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2298
2299 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2300
2301 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2302 convert-standard-filename doesn't guarantee that the .el extension
2303 is preserved.
2304
2305 * dos-fns.el (convert-standard-filename): Replace invalid
2306 characters only after converting dash/underscore to a period.
2307 (original-make-auto-save-file-name): New.
2308 (make-auto-save-file-name): New function, overrides the definition
2309 on files.el and calls the original function via
2310 original-make-auto-save-file-name.
2311
2312 * mail/rmail.el (top-level): Require mule-utils when compiling.
2313 (rmail-decode-babyl-format): Use detect-coding-with-priority
2314 instead of detect-coding-region, to favor detection of emacs-mule
2315 encoded Babyl files written by rmailout.el etc. Suggested by
2316 Kenichi Handa <handa@etl.go.jp>.
2317
2318 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2319
2320 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2321 Use `equal', not `=', since the device number can be a cons cell.
2322
2323 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2324
2325 * simple.el: Comment out change of 2001-09-13.
2326
2327 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2328
2329 * progmodes/compile.el (grep-compute-defaults): Don't set
2330 grep-command/grep-find-command when it is already non-nil.
2331 (grep-command): Make it a user option.
2332 (grep-find-command): Likewise.
2333
2334 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2335
2336 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2337 inhibit quit.
2338
2339 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2340
2341 * files.el (make-auto-save-file-name): If long file names are not
2342 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2343 generating an auto-save file name from it.
2344
2345 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2346
2347 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2348 (ps-nb-pages-region): Signal an error if called interactively
2349 and the mark is not active.
2350
2351 * simple.el (minibuffer-prompt-modification)
2352 (minibuffer-prompt-insertion): New functions.
2353 (minibuffer-prompt-properties): Use `modification-hooks' and
2354 `insert-in-front-hooks'.
2355
2356 2001-09-12 Richard M. Stallman <rms@gnu.org>
2357
2358 * textmodes/outline.el (outline-regexp): Doc fix.
2359 Initialize it in the defcustom, the usual way.
2360
2361 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2362
2363 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2364 from `ediff-meta-info' properties need not be an overlay.
2365 From David Ponce <dponce@voila.fr>.
2366
2367 * isearch.el (isearch-intersects-p): Fix end checks.
2368
2369 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2370
2371 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2372 `t' branch of `cond', since Irix 6.1 and up is a special case of
2373 the standard dbx interface.
2374
2375 2001-09-11 Miles Bader <miles@gnu.org>
2376
2377 * comint.el (comint-send-input): When waiting for echoed input,
2378 don't save the expected end position in `echo-end', so that things
2379 work properly even if the buffer is modified elsewhere at the same
2380 time [this happens if `comint-truncate-buffer' is used].
2381
2382 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2383
2384 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2385 when constructing imenu-generic-expression from outline-regexp.
2386
2387 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2388
2389 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2390 `equal' instead of `=', since they can be cons cells. From Nils
2391 Goesche <cartan@cartan.de>.
2392
2393 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2394
2395 * vc.el (vc-annotate): Rewrote doc string.
2396
2397 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2398
2399 * time-stamp.el: Update Stephen Gildea's email address.
2400
2401 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2402
2403 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2404 enable-multibyte-characters = nil. From Hallvard B Furuseth
2405 <h.b.furuseth@usit.uio.no>.
2406
2407 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2408
2409 * ediff-init.el (ediff-highest-priority): Bug fix.
2410
2411 * viper-cmd.el (viper-special-read-and-insert-char): New function
2412 that reads a character and uses the current input method or
2413 iso-accents when appropriate.
2414
2415 * viper.el and all others: Corrections to the comment blocks at
2416 the top.
2417
2418 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2419
2420 * info.el (Info-goto-node): Doc fix.
2421
2422 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2423
2424 * isearch.el (isearch-intersects-p): New function.
2425 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2426 use isearch-intersects-p, and clean up.
2427
2428 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2429
2430 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2431 and "german8", for the new German orthography dictionaries,
2432 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2433 the entries, to keep the line length balanced for loaddefs.el.
2434
2435 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2436
2437 * comint.el (comint-send-input): Handle comint-process-echoes
2438 differently.
2439
2440 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2441
2442 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2443
2444 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2445
2446 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2447
2448 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2449
2450 * server.el (server-switch-buffer):
2451 * textmodes/refer.el (refer-find-entry-internal):
2452 * term/sup-mouse.el (sup-pos-to-window):
2453 * term/bg-mouse.el (bg-window-from-x-y):
2454 * emacs-lisp/edebug.el (edebug-window-live-p):
2455 Use get-window-with-predicate.
2456
2457 * window.el (get-window-with-predicate): Renamed from some-window.
2458 (some-window): Make it an alias.
2459
2460 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2461
2462 * simple.el (undo): Remove positions from buffer-undo-list up to
2463 the next undo boundary only.
2464
2465 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2466
2467 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2468 Kim <ryk@dspwiz.com>
2469
2470 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2471 the message "Creating customization items...done".
2472
2473 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2474
2475 * font-lock.el (toplevel): Require `jit-lock' only if
2476 font-lock-support-mode is set to jit-lock-mode.
2477
2478 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2479
2480 * international/quail.el (quail-use-package, quail-inactivate)
2481 (quail-activate): Mention the hooks these functions run in their
2482 doc strings.
2483
2484 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2485
2486 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2487 of file in header of menu.
2488
2489 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2490
2491 * env.el (setenv): Interactively, if VARIABLE has a current value,
2492 add that to the front of the history, as the doc string says.
2493
2494 * comint.el (comint-send-input): Change help-echo.
2495 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2496
2497 * bookmark.el (bookmark-write-file): Bind print-length and
2498 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2499
2500 * obsolete/uncompress.el: Moved there from lisp/.
2501
2502 * comint.el (comint-insert-clicked-input): Goto point-max before
2503 deleting previous input. From "Dr Francis J. Wright"
2504 <F.J.Wright@qmw.ac.uk>.
2505
2506 * simple.el (backward-word): Doc fix.
2507
2508 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2509
2510 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2511 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2512 * w32-fns.el: Add Keywords header.
2513
2514 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2515
2516 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2517 "Text Properties". Suggested by Simon Marshall
2518 <Simon.Marshall@midas-kapiti.com>.
2519
2520 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2521
2522 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2523 consulting the value of file-name-coding-system.
2524
2525 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2526
2527 * help.el (describe-function-1): Save precomputed `file-name' rather
2528 than recomputing it (incorrectly) with `symbol-file'.
2529
2530 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2531
2532 * international/isearch-x.el (isearch-exit-recursive-edit):
2533 Take three parameters, since it's used as an after-change-function.
2534
2535 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2536 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2537 from doc strings.
2538
2539 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2540
2541 * progmodes/glasses.el (glasses-convert-to-unreadable):
2542 Consider underscores as in `glasses-make-readable'.
2543
2544 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2545
2546 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2547 MS-DOS, since cpp might not be available.
2548
2549 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2550 Mention "yank" in the help-echo text.
2551 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2552
2553 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2554
2555 * newcomment.el (comment-indent): Insert spaces more carefully.
2556
2557 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2558
2559 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
2560 exists. From Andy Petrusenco <andy@int.spb.ru>.
2561
2562 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
2563 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
2564 <andy@int.spb.ru>.
2565
2566 2001-08-31 Gerd Moellmann <gerd@gnu.org>
2567
2568 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
2569 Instead of running mouse-yank-at-click, see what the event is
2570 bound to outside Isearch and run that.
2571
2572 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2573
2574 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
2575 Fix the menu entry to mention transient-mark-mode.
2576
2577 2001-08-30 Gerd Moellmann <gerd@gnu.org>
2578
2579 * simple.el (eval-expression-print-level): Fix last change.
2580
2581 * bindings.el (mode-line-coding-system-map): New variable.
2582 (mode-line-mule-info): Give the "%Z" a local-map keymap.
2583
2584 * simple.el (eval-expression-print-level): Change the type
2585 of the defcustom to allow nil.
2586
2587 * emacs-lisp/find-gc.el: Moved here from lisp/.
2588
2589 * international/quail.el (quail-completion-1):
2590 Reverse the ((CHAR . DEFN) ...) list before processing it.
2591 From Kenichi Handa <handa@etl.go.jp>.
2592
2593 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
2594 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
2595
2596 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
2597
2598 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
2599 aren't supported. This avoids the annoying gray strip drawn by
2600 the Windows version instead of the missing tool bar.
2601
2602 2001-08-29 Gerd Moellmann <gerd@gnu.org>
2603
2604 * menu-bar.el (menu-bar-options-menu): Make option text, messages
2605 and tooltips more consistent. From "Marshall, Simon"
2606 <Simon.Marshall@midas-kapiti.com>.
2607
2608 * startup.el (fancy-splash-screens): Temporarily set
2609 minor-mode-map-alist to nil while displaying splash screens.
2610
2611 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2612
2613 * buff-menu.el: Add Keywords header.
2614 Doc fix (C-x C-b is bound to list-buffers).
2615
2616 * dired-x.el: Add keyword files to get listed in finder.
2617 Remove confusing notes about GNU Emacs 19.
2618
2619 * dired.el, dired-aux.el: Add Keywords header.
2620
2621 2001-08-28 Andre Spiegel <spiegel@gnu.org>
2622
2623 * vc.el (vc-revert-file): Call the backend even if the FILE's
2624 contents can be reverted locally; pass new arg CONTENTS-DONE
2625 down to the backend.
2626
2627 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
2628 optional arg CONTENTS-DONE.
2629
2630 2001-08-28 Andrew Innes <andrewi@gnu.org>
2631
2632 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
2633
2634 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2635
2636 * makefile.nt (install): Copy more *.el files.
2637
2638 2001-08-28 Gerd Moellmann <gerd@gnu.org>
2639
2640 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
2641 instead of `w' which is already in use.
2642
2643 * gs.el (gs-load-image): Use sleep-for.
2644 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2645
2646 2001-08-28 Miles Bader <miles@gnu.org>
2647
2648 * replace.el (query-replace-regexp-eval): Return args from
2649 `interactive' form in correct order.
2650
2651 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2652
2653 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
2654 major modes, don't create panes for modes for which
2655 mouse-buffer-menu-alist returns an empty alist.
2656
2657 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
2658
2659 * progmodes/hideshow.el: Update first-line description.
2660 Sync comments w/ maintainer version 5.31.
2661
2662 (hs-isearch-open): Default value now `code'.
2663 Fix docstring to use "code blocks" vs "comment blocks",
2664 as opposed to "block" vs "comment".
2665 (hs-flag-region): Accept `hs-isearch-open' value
2666 of `block' as synonymous w/ `code'.
2667 (hs-hide-block-at-point): For code blocks, pass `code'
2668 to `hs-flag-region' instead of `block'.
2669
2670 2001-08-28 Miles Bader <miles@gnu.org>
2671
2672 * comint.el (comint-next-prompt): Don't loop infinitely if
2673 {next,previous}-single-char-property-change returns its input
2674 position when the search fails.
2675
2676 2001-08-27 Miles Bader <miles@gnu.org>
2677
2678 * comint.el (comint-get-old-input-default): Don't signal an error
2679 if point is not on an input field; instead, return the current
2680 line (using `comint-bol' to skip any prompt, in case we're not
2681 using fields at all).
2682
2683 * man.el (Man-mode-line-format): Variable removed.
2684 (Man-mode): Change `mode-line-buffer-identification' instead of
2685 `mode-line-format'.
2686
2687 2001-08-27 Gerd Moellmann <gerd@gnu.org>
2688
2689 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
2690 From Simon Josefsson <jas@extundo.com>.
2691
2692 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
2693
2694 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
2695 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2696
2697 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
2698 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2699
2700 * emacs-lisp/lselect.el: Ditto.
2701
2702 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
2703 Remove periods from the end of error message strings.
2704 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2705
2706 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
2707 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2708
2709 * net/telnet.el: Ditto.
2710
2711 2001-08-26 Gerd Moellmann <gerd@gnu.org>
2712
2713 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
2714 KEYMAP to the call to define-minor-mode.
2715
2716 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
2717
2718 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
2719 Replace some of the undefined characters with emulations of bidi
2720 formatting characters and Niqud as per SI 1311-1.
2721 (IT-unicode-translations): Ditto.
2722 (IT-display-table-setup, IT-setup-unicode-display):
2723 Fill characters without translations with dos-unsupported-char-glyph.
2724
2725 2001-08-24 Simon Josefsson <jas@extundo.com>
2726
2727 * hl-line.el (hl-line-mode): Don't be a global mode.
2728 (global-hl-line-mode): New function.
2729
2730 2001-08-24 Gerd Moellmann <gerd@gnu.org>
2731
2732 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
2733 being reset by Ghostscript. Don't kill the gs process.
2734 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2735
2736 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2737
2738 * term/mac-win.el: Require scroll-bar.
2739
2740 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
2741
2742 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
2743
2744 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2745
2746 * hexl.el (hexl-insert-multibyte-char) New function.
2747 (hexl-quoted-insert, hexl-self-insert-command)
2748 (hexl-insert-hex-char, hexl-insert-decimal-char)
2749 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
2750 Fix the doc strings accordingly.
2751 (hexl-insert-char): Reject characters whose code is above 255.
2752 Doc fix.
2753 (hexl-mode-map): Copy the global keymap instead of creating a
2754 sparse keymap, and bind all self-inserting characters to
2755 hexl-self-insert-command.
2756
2757 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
2758
2759 * wid-edit.el (text): Re-order docstring correctly.
2760
2761 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
2762
2763 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
2764
2765 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
2766
2767 * simple.el (line-number-mode): Mention the variable
2768 line-number-display-limit-width in the doc string.
2769
2770 2001-08-22 Gerd Moellmann <gerd@gnu.org>
2771
2772 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
2773 Temporarily select EVENT's window for switching buffers.
2774 (mode-line-bury-buffer): New function.
2775 (mode-line-buffer-identification-keymap): Use it instead of
2776 bury-buffer. Bind down-mouse events to prevent global down-mouse
2777 events from shining through.
2778
2779 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
2780
2781 * newcomment.el (comment-beginning): Make sure the comment-start
2782 we found isn't a comment-end (in cases where confusion is possible).
2783
2784 2001-08-22 Miles Bader <miles@gnu.org>
2785
2786 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
2787 before writing it, so that hard-links don't see new version.
2788
2789 2001-08-21 Gerd Moellmann <gerd@gnu.org>
2790
2791 * gs.el (gs-set-ghostview-colors-window-prop):
2792 Call x-change-window-property with 3rd arg FRAME.
2793 (gs-load-image): Wait for a previous Ghostscript process
2794 to complete before starting a new one.
2795
2796 * image.el (image-type-regexps): Make sure that the TIFF
2797 pattern is only matched at the beginning of a string.
2798 From Markus Rost <rost@math.ohio-state.edu>.
2799
2800 * international/swedish.el: Pre-Mule file removed. From Jonas
2801 Oberg <jonas@gnu.org>.
2802
2803 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
2804
2805 * whitespace.el (whitespace-abort-on-error): Add custom variable
2806 to whitespace to abort a write-file if whitespace is detected in file.
2807
2808 * whitespace.el (whitespace-write-file-hook): Hook to be called
2809 when writing a file. If `whitespace-abort-on-error' is set, the
2810 write will abort on detecting whitespaces.
2811 If `whitespace-auto-cleanup' is set, the file will be cleaned
2812 automatically prior to writing.
2813
2814 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
2815 whitespaces in the error output!
2816
2817 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
2818 `indent-tabs-mode', since the latter notes user preferences on
2819 TABs anyway.
2820
2821 * whitespace.el (whitespace-version): 3.1. All of the above issues
2822 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
2823
2824 2001-08-20 Gerd Moellmann <gerd@gnu.org>
2825
2826 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
2827 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2828
2829 * whitespace.el (whitespace-global-mode): Add autoload cookie.
2830
2831 2001-08-20 Alex Schroeder <alex@gnu.org>
2832
2833 * sql.el (sql-db2): Doc change.
2834
2835 2001-08-20 Alex Schroeder <alex@gnu.org>
2836
2837 * sql.el (sql-postgres): Add the database at the end of the
2838 parameters instead of at the beginning.
2839 (sql-postgres-options): Doc change.
2840
2841 2001-08-17 Gerd Moellmann <gerd@gnu.org>
2842
2843 * custom.el (defcustom): Doc fix.
2844
2845 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2846
2847 * ps-mule.el (find-composition): Check if (char-after POS)
2848 returns a valid character.
2849
2850 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
2851
2852 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
2853 original-point for extra CR characters that are added/removed when
2854 the buffer is written/read whose EOL type is -dos.
2855
2856 2001-08-16 Miles Bader <miles@gnu.org>
2857
2858 * simple.el (line-move): Undo previous change.
2859
2860 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
2861 property to input-terminating `boundary' overlays to avoid
2862 line-move wierdness.
2863
2864 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2865
2866 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
2867 buffer in a save-restriction. Under one test case with Ediff,
2868 window-scroll-functions are run with a window start that's
2869 temporarily outside of the restriction.
2870
2871 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
2872
2873 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
2874 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
2875 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
2876 (texinfo-update-menu-region-beginning)
2877 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
2878 command, @ifnottex, to regexps, so it is found.
2879
2880 2001-08-16 Andrew Innes <andrewi@gnu.org>
2881
2882 * makefile.nt (DONTCOMPILE): Omit bindings.el.
2883 (DONTCOMPILE): Omit sc.el.
2884
2885 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
2886 (DONTCOMPILE): Omit sc.el.
2887
2888 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2889
2890 * replace.el (occur): Bind inhibit-read-only to t.
2891
2892 2001-08-16 Miles Bader <miles@gnu.org>
2893
2894 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
2895 calling `constrain-to-field', to avoid problems with comint prompts.
2896
2897 2001-08-15 Gerd Moellmann <gerd@gnu.org>
2898
2899 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
2900 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
2901
2902 * ediff-mult.el (ediff-get-meta-info): Fix the condition
2903 of a while-loop.
2904
2905 * Makefile.in (DONTCOMPILE): Remove sc.el.
2906
2907 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
2908 Don't include term/.
2909
2910 * mail/sc.el: Moved to obsolete/.
2911
2912 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2913
2914 * ps-print.el: Change error function arguments to follow Emacs
2915 message convention. Doc fix.
2916 (ps-print-version): New version number (6.5.4).
2917 (coding-system-for-write): Change declaration position to avoid
2918 XEmacs compilation gripes.
2919 (coding-system-for-read, buffer-file-coding-system):
2920 Declarations to avoid XEmacs compilation gripes.
2921
2922 * ps-mule.el: Doc fix.
2923 (ps-mule-encode-header-string): If STRING is not a string, replace
2924 STRING by empty string.
2925
2926 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
2927
2928 * frame.el (show-trailing-whitespace): Doc fix.
2929
2930 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
2931
2932 * desktop.el (desktop-save): Insert the coding: tag before
2933 desktop-header.
2934
2935 2001-08-13 Gerd Moellmann <gerd@gnu.org>
2936
2937 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
2938 its path from $els.
2939
2940 * image.el (image-jpeg-p): Fix call of substring.
2941
2942 2001-08-10 Gerd Moellmann <gerd@gnu.org>
2943
2944 * play/animate.el (animate-string): Doc fix. Use a buffer
2945 name with stars in it.
2946 (animate-sequence): New function.
2947 From Richard Stallman <rms@gnu.org>.
2948
2949 * frame.el (select-frame-set-input-focus): New function
2950 extracted from other-frame.
2951 (other-frame): Use it.
2952 (next-multiframe-window, previous-multiframe-window): Use it.
2953
2954 * isearch.el (isearch-other-meta-char): Don't switch to the
2955 buffer of a window clicked on, when the current buffer is
2956 in Isearch mode.
2957
2958 * image.el (image-jpeg-p): Test for APPn markers in the range
2959 #xe0..#xef.
2960
2961 2001-08-09 Gerd Moellmann <gerd@gnu.org>
2962
2963 * desktop.el (desktop-save): Don't use concat to form a file
2964 name, use expand-file-name.
2965
2966 * mouse.el (mouse-delete-window): Do nothing if frame has just
2967 one window.
2968
2969 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
2970 for the minor mode name.
2971
2972 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
2973 minor mode name.
2974
2975 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
2976 instead of make-mode-line-mouse2-map.
2977
2978 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
2979 the minor mode name.
2980
2981 * emacs-lisp/easy-mmode.el (define-minor-mode):
2982 Use mode-line-minor-mode-keymap for the minor mode name.
2983
2984 * calendar/calendar.el (calendar-mode-line-format):
2985 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
2986
2987 * bindings.el (make-mode-line-mouse-map): Renamed from
2988 make-mode-line-mouse2-map. Take additional arg MOUSE.
2989 (mode-line-modified): Use mouse-3 instead of mouse-2.
2990 (mode-line-buffer-identification-keymap): Bind keys differently.
2991 (propertized-buffer-identification): Adapt help-echo to new bindings.
2992
2993 * bindings.el (mode-line-format): Specify help-echo for line
2994 number, column number and buffer-percent part of the mode-line.
2995
2996 * image.el (image-type-regexps): Allow whitespace at the start
2997 of the image data for XPM, XBM and Postscript, which are
2998 text files.
2999 (image-jpeg-p): Correct calculation of next field offset.
3000
3001 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3002
3003 * battery.el: Fix typo.
3004
3005 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3006
3007 * image.el (image-type-regexps): Allow predicates. Change the way
3008 JPEG images are recognized.
3009 (image-jpeg-p): New function.
3010 (image-type-from-data): Handle predicates in image-type-regexps.
3011
3012 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3013 #:, #x, #o, and similar constructs.
3014
3015 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3016
3017 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3018
3019 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3020 instead of `progn'.
3021
3022 * tar-mode.el (tar-extract): Avoid generating a new buffer
3023 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3024
3025 * textmodes/paragraphs.el (forward-sentence): Avoid building
3026 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3027
3028 * progmodes/executable.el (executable-set-magic):
3029 If executable-find returns a quoted file name, unquote it before
3030 inserting it.
3031
3032 * image.el (image-type-regexps): For JPEG files, use a regexp
3033 derived from the JFIF spec.
3034
3035 * image.el (image-type-regexps): Use `\`' instead of `^' in
3036 most regular expressions.
3037
3038 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3039
3040 * play/animate.el: Re-insert a reference to re-inserted function.
3041
3042 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3043
3044 * help.el (describe-function-1): Use find-function-search-for-symbol
3045 instead of find-function-noselect because the latter follows aliases.
3046
3047 * play/animate.el (animate-birthday-present): Re-insert.
3048
3049 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3050 Handle old-style menu definitions.
3051
3052 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3053
3054 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3055 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3056
3057 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3058 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3059 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3060
3061 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3062
3063 * textmodes/tildify.el: Milan Zamazal has new address.
3064
3065 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3066
3067 * custom.el (custom-set-variables): Don't test `custom-requests'
3068 properties, check the third element of the options passed to
3069 custom-set-variables instead.
3070
3071 * info.el (info-insert-file-contents): Use info-file-exists-p
3072 instead of file-exists-p.
3073
3074 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3075 the mode-line face is restored. Fix several bugs.
3076
3077 * replace.el (perform-replace): Doc fix.
3078
3079 2001-08-02 Francesco Potorti` <pot@gnu.org>
3080
3081 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3082 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3083 (uniquify-fix-item-base, uniquify-fix-item-filename)
3084 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3085 Callers changed.
3086 (uniquify-set-proposed): Changed to work with a vector item.
3087 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3088 the fix list, and a list of strings for the non-file buffer
3089 names. Both changes reduce consing.
3090 (uniquify-rationalize-a-list): Local variable renaming.
3091 (uniquify-rationalize-conflicting-sublist): Use member instead of
3092 assoc.
3093 (uniquify-rename-buffer): Use unless instead of if not.
3094
3095 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3096
3097 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3098
3099 * custom.el (custom-set-variables): Set options with :require
3100 clauses last.
3101
3102 * custom.el (defcustom): Doc fix.
3103
3104 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3105
3106 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3107
3108 * man.el (man): Mention Man-switches in the doc string.
3109 (Man-switches): Mention -a in the doc string.
3110
3111 * textmodes/ispell.el (ispell-alternate-dictionary):
3112 Add /usr/share/lib/dict/words, for Irix.
3113
3114 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3115 corresponding non-kp keys. Suggested by Stephen Gildea
3116 <gildea@stop.mail-abuse.org>.
3117
3118 2001-08-01 Francesco Potorti` <pot@gnu.org>
3119
3120 * uniquify.el: These changes correct a corner case that the old
3121 code managed correctly.
3122 (uniquify-fix-item-proposed): Renamed from
3123 uniquify-fix-item-min-proposed.
3124 (uniquify-set-proposed): New function.
3125 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3126 clarity and speed.
3127 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3128 This is equivalent to what the old code did.
3129 (uniquify-rationalize-a-list): Never recompute the proposed
3130 name. Sort the conflicting sublist before rationalising it: this
3131 is equivalent to what the old code did, but one directory element
3132 at a time, and only when necessary.
3133 (uniquify-rationalize-conflicting-sublist): Recompute here the
3134 proposed name.
3135
3136 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3137
3138 * play/animate.el: Add Keywords and Maintainer. Remove a
3139 reference to a removed function.
3140
3141 * play/animate.el (animate-string): Handle case that the string is
3142 longer than the window is wide.
3143
3144 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3145
3146 * desktop.el (desktop-save): Bind coding-system-for-write to
3147 `emacs-mule' for write-region.
3148
3149 * delsel.el (delete-selection-pre-hook): Don't set this-command
3150 to `ignore' if the region is empty.
3151
3152 * international/mule.el (set-keyboard-coding-system):
3153 Set keyboard-coding-system.
3154
3155 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3156 before accessing it.
3157
3158 2001-07-30 Andreas Schwab <schwab@suse.de>
3159
3160 * menu-bar.el (toggle-highlight-paren-mode):
3161 Use `(show-paren-mode)' as body.
3162
3163 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3164
3165 * vc.el (vc-checkout-hook): New hook.
3166 (vc-checkout): Run it.
3167
3168 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3169
3170 * progmodes/make-mode.el (makefile-macroassign-regex):
3171 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3172
3173 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3174
3175 * vc.el (vc-switch-backend): Fix autoload cookie.
3176
3177 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3178 the desktop file.
3179
3180 2001-07-30 Simon Josefsson <jas@extundo.com>
3181
3182 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3183 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3184
3185 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3186
3187 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3188 (last-sexp-toggle-display): Renamed from last-sexp-print.
3189 (last-sexp-toggle-display, eval-last-sexp-1):
3190 Use last-sexp-setup-props.
3191
3192 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3193 New user-options.
3194 (mouse-wheel-change-button): New function.
3195 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3196 (mwheel-scroll): Ditto.
3197
3198 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3199
3200 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3201 `...', compare with unabbreviated printed representation instead.
3202 (last-sexp-print): Bind print-length and print-level to nil.
3203
3204 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3205 before assigning text properties. Make properties rear-nonsticky.
3206
3207 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3208 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3209 <mouse-2> and <RET> in that map to a function printing the
3210 unabbreviated value.
3211
3212 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3213 is a buffer, put a text property `printed-value' on the printed
3214 representation, with the Lisp object printed as value.
3215
3216 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3217
3218 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3219 Mention the effect of eval-expression-print-length and
3220 eval-expression-print-level in the doc strings. Suggested by
3221 Kevin Gallagher <kevingal@onramp.net>.
3222
3223 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3224
3225 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3226 for buttons > 3.
3227 (xterm-mouse-translate): Handle the case that we don't get a
3228 down-event.
3229
3230 * emacs-lisp/find-func.el (find-function-regexp):
3231 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3232 in front of the function name.
3233
3234 * isearch.el (isearch-other-meta-char): Fix last change.
3235
3236 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3237 similar events for which fake prefix keys are generated. It's no
3238 longer necessary since read_key_sequence doesn't modify these
3239 events for internal purposes anymore.
3240
3241 * files.el (auto-mode-alist): Use nroff-mode for files ending
3242 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3243
3244 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3245
3246 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3247 tool-bar-lines parameter, behave as if its value were zero.
3248 (mouse-avoidance-set-pointer-shape): Don't do anything if
3249 x-pointer-shape is not boundp.
3250
3251 2001-07-23 Francesco Potorti` <pot@gnu.org>
3252
3253 * uniquify.el: Overall speedup changes when using many buffers.
3254 (uniquify-fix-item-base, uniquify-fix-item-filename)
3255 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3256 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3257 place in the item, but was never used.
3258 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3259 in the item is now used as cache for the proposed name.
3260 (uniquify-rationalize-file-buffer-names): Move computation made on
3261 newbuffile out of the loop, in the newbuffile-nd local var.
3262 Use dolist (cosmetic change). Compute the proposed name for the most
3263 common case and cache it in the fourth place in the item.
3264 (uniquify-rationalize-file-buffer-names): Used to return a a list
3265 of buffer whose name was changed, but that return value was never used.
3266 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3267 the cached proposed name, does much less consing and is quicker.
3268 (uniquify-filename-lessp): Deleted.
3269 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3270 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3271 cached proposed name is possible.
3272 (uniquify-get-proposed-name): Arguments changed, callers changed.
3273 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3274 uniquify-possibly-resolvable flag, which is no more bound locally.
3275 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3276 flag, which does not exist any more.
3277
3278 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3279
3280 * term/internal.el (IT-unicode-translations): Fix the appearance of
3281 "6`".
3282
3283 * progmodes/compile.el (compile-internal): If EMACS is already
3284 defined in the environment, don't override its value.
3285
3286 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3287
3288 * play/fortune.el: Undo change of 2001-07-13.
3289 Fix autoload cookies. Add types to defcustoms.
3290 (fortune) <defgroup>: Add :link.
3291 (fortune-from-region): Use eq, not eql.
3292 From Dave Love <fx@gnu.org>.
3293
3294 * play/animate.el (animate-birthday-present): Function removed.
3295
3296 * play/animate.el: New file.
3297
3298 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3299
3300 * startup.el (normal-top-level-add-subdirs-to-load-path):
3301 On Windows, put into normal-top-level-add-subdirs-inode-list the
3302 canonicalized names of the directories instead of inode numbers.
3303
3304 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3305
3306 * ediff-util.el: Copyright years.
3307 (ediff-choose-syntax-table): New function.
3308 (ediff-setup): Use ediff-choose-syntax-table.
3309 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3310 vc-state is available.
3311 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3312
3313 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3314 with-syntax-table.
3315 (ediff-coding-system-for-read): From ediff-diff.el
3316 (ediff-coding-system-for-write): New variable.
3317 (ediff-highest-priority): Fixed the bug having to do with disappearing
3318 overlays.
3319 (ediff-file-remote-p): Use file-remote-p, if available.
3320 (ediff-listable-file): New function.
3321 (ediff-file-attributes): Use ediff-listable-file.
3322
3323 * ediff-mult.el (ediff-meta-insert-file-info1):
3324 Use ediff-listable-file.
3325
3326 * ediff-ptch.el (ediff-prompt-for-patch-file):
3327 Use ediff-coding-system-for-read.
3328 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3329
3330 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3331 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3332
3333 * ediff.el: Date of last update, copyright years.
3334
3335 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3336
3337 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3338 of Scott Bronson.
3339 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3340 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3341 Deleted functions.
3342 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3343 ex-token-list.
3344 (viper-get-ex-address-subr): Convert registers to char data type.
3345
3346 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3347 (viper-memq-char): Use viper-int-to-char.
3348 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3349 vc-locking-state.
3350 (viper-read-key): Use viper-read-key-sequence.
3351
3352 * viper.el (viper-major-mode-modifier-list):
3353 Added inferior-emacs-lisp-mode.
3354 (this-major-mode-requires-vi-state): New function that uses simple
3355 heuristics to decide if vi state is appropriate.
3356 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3357 (viper-non-hook-settings): Don't advise read-key-sequence.
3358 (viper-read-key-sequence): New function that replaces the
3359 previously used advice to read-key-sequence.
3360
3361 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3362 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3363 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3364 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3365 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3366 Got rid of the negative character hack.
3367 (viper-escape-to-state,viper-replace-state-exit-cmd):
3368 Use viper-read-key-sequence.
3369 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3370 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3371 Don't override existing minibuffer-setup-hook.
3372 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3373 Convert registers to char data type.
3374 (viper-autoindent): Use viper-indent-line.
3375
3376 * viper-keym.el: Use viper-exec-key-in-emacs.
3377
3378 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3379
3380 * server.el (server-visit-files): Fix variable name typo.
3381
3382 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3383
3384 * simple.el (delete-trailing-whitespace): Save match data
3385 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3386
3387 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3388
3389 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3390 return a this-error using the alternative format (a pair of markers).
3391
3392 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3393
3394 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3395
3396 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3397 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3398
3399 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3400
3401 * international/iso-transl.el: Fix typo in the header of the file.
3402
3403 * textmodes/picture.el (picture): Doc fix.
3404
3405 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3406 follow coding conventions in generated files.
3407
3408 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3409
3410 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3411 (tool-bar-add-item): Don't call image-related primitives if the
3412 display doesn't support images.
3413
3414 * frame.el (display-images-p): New function.
3415
3416 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3417
3418 * server.el (server-visit-files): Handle the case the specified
3419 column number is <= 0.
3420
3421 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3422
3423 * startup.el (command-line-1): Add support for +LINE:COLUMN
3424 command line argument.
3425
3426 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3427
3428 * server.el (server-process-filter, server-visit-files):
3429 Add support for +LINE:COLUMN style emacsclient calls.
3430
3431 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3432
3433 * emacs-lisp/easy-mmode.el: Add Keywords header.
3434
3435 * play/pong.el: Author has new address.
3436
3437 * play/landmark.el: Author is no more reachable.
3438
3439 * play/handwrite.el: Author is no more reachable.
3440
3441 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3442
3443 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3444 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3445 Complete bindings for F<1..12> keys.
3446 (global-map): Remove `undo' binding (already in the default).
3447 Replace `t<n>' bindings with `f<n>' bindings.
3448
3449 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3450
3451 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3452 (tcl-mode): Use tcl-add-log-defun.
3453 (tcl-indent-line): Use tcl-calculate-indent.
3454 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3455 (tcl-indent-exp): Renamed from indent-tcl-exp.
3456 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3457 (tcl-indent-for-comment): Call comment-indent-function properly
3458 and handle the case where it returns nil.
3459
3460 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3461
3462 * calendar/cal-islam.el (calendar-goto-islamic-date):
3463 Remove autoload cookie.
3464
3465 * calendar/calendar.el (calendar-goto-islamic-date):
3466 Add call to autoload.
3467
3468 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3469
3470 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3471 Don't change compile-auto-highlight globally.
3472 Don't bother with `font-lock-defaults' property since XEmacs
3473 also understands the `font-lock-defaults' variable.
3474 Use make-local-variable rather than make-variable-buffer-local.
3475 Don't `defconst' comment-indent-function: keep the default.
3476 Call easy-menu-add unconditionally.
3477 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3478 (ada-create-menu): Use :included for Emacs as well.
3479
3480 * vc.el (vc-do-command): Autoload.
3481
3482 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3483
3484 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3485
3486 * ps-print.el: Fix Author: header.
3487
3488 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3489
3490 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3491 mouse-1 etc., bind them to `ignore'.
3492
3493 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3494 send-invisible, which is already defined in Comint.
3495 (eshell-watch-for-password-prompt): Use it.
3496
3497 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3498
3499 * which-func.el (which-func-mode): Doc fix.
3500
3501 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3502 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3503 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3504 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3505 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3506 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3507 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3508 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3509 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3510 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3511 * emulation/edt-mapper.el, emulation/edt-pc.el,
3512 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3513 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3514 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3515 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3516 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3517 * international/isearch-x.el, international/iso-cvt.el,
3518 * international/ogonek.el, international/quail.el,
3519 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3520 * language/devanagari.el, language/ethio-util.el,
3521 * language/ethiopic.el, language/european.el, language/indian.el,
3522 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3523 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3524 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3525 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3526 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3527 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3528 * progmodes/autoconf.el, progmodes/cmacexp.el,
3529 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3530 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3531 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3532 * progmodes/ebnf2ps.el, progmodes/executable.el,
3533 * progmodes/fortran.el, progmodes/idlw-shell.el,
3534 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3535 * progmodes/m4-mode.el, progmodes/mantemp.el,
3536 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3537 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3538 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3539 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3540 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3541 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3542 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3543 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3544 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3545 * textmodes/two-column.el, time-stamp.el, timezone.el,
3546 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3547 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3548 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3549 conventions.
3550
3551 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3552
3553 * simple.el (set-variable): Require 'cus-edit' instead of
3554 `wid-edit', so that the Custom widgets get defined.
3555
3556 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3557
3558 * allout.el: A fix to follow coding conventions.
3559
3560 * find-lisp.el: A fix to follow coding conventions.
3561
3562 * term/w32-win.el: A fix to follow coding conventions.
3563
3564 * textmodes/sgml-mode.el: A fix to follow coding conventions.
3565
3566 * term/xterm.el: A fix to follow coding conventions.
3567
3568 * term/news.el: A fix to follow coding conventions.
3569
3570 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
3571 header line fixed.
3572
3573 * sun-curs.el: Fix Maintainer: header line.
3574
3575 * emacs-lisp/easymenu.el: Address of the author added.
3576
3577 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3578
3579 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
3580 property.
3581
3582 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3583
3584 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
3585 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
3586 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
3587 Some fixes to follow coding conventions.
3588
3589 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3590
3591 * which-func.el (which-func-mode): Doc fix.
3592
3593 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
3594
3595 * net/rcompile.el (remote-compile): Use make-local-variable.
3596
3597 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
3598
3599 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
3600
3601 * mail/reporter.el (reporter-submit-bug-report):
3602 Don't abuse make-variable-buffer-local. Fix call to add-hook.
3603
3604 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3605
3606 * calendar/cal-china.el, calendar/cal-coptic.el,
3607 * calendar/cal-dst.el, calendar/cal-french.el,
3608 * calendar/cal-hebrew.el, calendar/cal-islam.el,
3609 * calendar/cal-iso.el, calendar/cal-julian.el,
3610 * calendar/cal-mayan.el, calendar/cal-persia.el,
3611 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
3612 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
3613 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
3614 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
3615 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3616 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
3617 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
3618 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
3619 * progmodes/ada-xref.el, progmodes/cc-align.el,
3620 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
3621 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3622 * progmodes/cc-langs.el, progmodes/cc-menus.el,
3623 * progmodes/cc-styles.el, progmodes/cc-vars.el,
3624 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
3625 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
3626 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
3627 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
3628 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
3629 * textmodes/reftex.el: Some fixes to follow coding
3630 conventions in Eshell files with known maintainers.
3631
3632 * emulation/viper.el: A fix to follow coding conventions.
3633
3634 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
3635 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
3636 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
3637 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
3638 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
3639 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
3640 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
3641 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
3642 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
3643 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
3644 conventions in Eshell files.
3645
3646 * composite.el, diff.el, emacs-lisp/levents.el,
3647 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
3648 * emulation/pc-mode.el, emulation/viper-cmd.el,
3649 * emulation/viper-ex.el, emulation/viper-init.el,
3650 * emulation/viper-keym.el, emulation/viper-macs.el,
3651 * emulation/viper-mous.el, emulation/viper-util.el,
3652 * emulation/viper.el, forms-pass.el, international/ccl.el,
3653 * international/characters.el, international/encoded-kb.el,
3654 * international/fontset.el, international/ja-dic-cnv.el,
3655 * international/ja-dic-utl.el, international/kinsoku.el,
3656 * international/kkc.el, international/mule-cmds.el,
3657 * international/mule-diag.el, international/mule-util.el,
3658 * international/mule.el, international/titdic-cnv.el,
3659 * language/china-util.el, language/chinese.el,
3660 * language/cyril-util.el, language/cyrillic.el, language/english.el,
3661 * language/greek.el, language/hebrew.el, language/japan-util.el,
3662 * language/japanese.el, language/korea-util.el, language/korean.el,
3663 * language/lao-util.el, language/lao.el, language/misc-lang.el,
3664 * language/slovak.el, language/thai-util.el, language/thai.el,
3665 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
3666 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
3667 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
3668 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
3669 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
3670 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
3671 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
3672 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
3673 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
3674 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
3675 to follow coding conventions in files without maintainer or in files
3676 with clear maintainer (but without Maintainer header stating so).
3677
3678 * emacs-lisp/elp.el: A fix to follow coding conventions.
3679
3680 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
3681 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
3682 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
3683 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
3684 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
3685 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
3686 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
3687 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
3688 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
3689 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
3690 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
3691 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
3692 conventions in files from Gnus.
3693
3694 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
3695 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
3696 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
3697 * echistory.el, electric.el, emacs-lisp/authors.el,
3698 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
3699 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
3700 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
3701 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
3702 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
3703 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
3704 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
3705 * international/codepage.el, international/iso-ascii.el,
3706 * international/iso-insert.el, international/iso-transl.el,
3707 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
3708 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
3709 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
3710 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
3711 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
3712 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
3713 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
3714 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
3715 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
3716 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
3717 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
3718 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
3719 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
3720 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
3721 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
3722 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
3723 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
3724 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
3725 * textmodes/tex-mode.el, textmodes/text-mode.el,
3726 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
3727 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
3728 * vt100-led.el, window.el: Some fixes to follow coding conventions in
3729 files maintained by FSF.
3730
3731 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3732
3733 * arc-mode.el: A fix to follow coding conventions.
3734
3735 * bindings.el: Ditto.
3736
3737 * cdl.el: Ditto.
3738
3739 * comint.el: Ditto.
3740
3741 * cus-start.el: Ditto.
3742
3743 * shell.el: Ditto.
3744
3745 * skeleton.el: Ditto.
3746
3747 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
3748
3749 * info.el (Info-build-node-completions):
3750 Make Info-current-file-completions buffer local.
3751
3752 2001-07-13 Gerd Moellmann <gerd@gnu.org>
3753
3754 * which-func.el (which-func-mode, which-func-ff-hook)
3755 (which-function-mode): Remove references to which-func-mode-global.
3756
3757 * calendar/cal-islam.el (calendar-goto-islamic-date):
3758 Add autoload cookie.
3759
3760 * play/fortune.el: Add types to defcustoms.
3761
3762 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3763
3764 * language/czech.el: A fix to follow coding conventions.
3765
3766 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3767
3768 * speedbar.el (speedbar-supported-extension-expressions): Add .g
3769 to the extension list, for antlr-mode. From Christoph Wedler
3770 <Christoph.Wedler@sap.com>.
3771
3772 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
3773
3774 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
3775 (vc-dired-mode-map): Fix the madness.
3776
3777 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
3778 (vc-prefix-map): Moved back from vc.el.
3779
3780 2001-07-11 Gerd Moellmann <gerd@gnu.org>
3781
3782 * mail/mail-extr.el (mail-extr-all-top-level-domains):
3783 Increase the size of the obarray.
3784 (mail-extr-all-top-level-domains): Add more toplevel domains,
3785 add more long names.
3786 From: Per Starback <starback@ling.uu.se>.
3787
3788 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3789
3790 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
3791 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3792
3793 * progmodes/ada-mode.el: Ditto.
3794
3795 * progmodes/ada-xref.el: Ditto.
3796
3797 2001-07-11 Miles Bader <miles@gnu.org>
3798
3799 * finder.el (finder-insert-at-column): Also move to the next line
3800 if exactly at COLUMN.
3801
3802 2001-07-10 Gerd Moellmann <gerd@gnu.org>
3803
3804 * help.el (describe-function-1): When printing FUNCTION's
3805 documentation, don't assume FUNCTION is a symbol.
3806
3807 * startup.el (normal-top-level): Don't operate on the initial
3808 frame if we failed to create one.
3809
3810 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
3811
3812 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
3813 itself, i.e. only indent the contents in it.
3814
3815 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
3816
3817 * mail/rmail.el (rmail-show-message): Show beginning of message in
3818 all windows containing it.
3819
3820 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
3821
3822 * term/tty-colors.el: Fix the header line and copyright years.
3823
3824 2001-07-09 Gerd Moellmann <gerd@gnu.org>
3825
3826 * emacs-lisp/advice.el (ad-make-advised-definition): If the
3827 original definition has an interactive form, but is Elp
3828 instrumented, use the interactive form of the function called by
3829 elp-wrapper.
3830
3831 * winner.el (winner-equal): Make it a defun. Don't compare Winner
3832 configurations with compare-window-configuration; they aren't
3833 window configurations.
3834
3835 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
3836 from the server for the format we expect. Don't use it if it
3837 doesn't look like what the Internet draft for FTP extensions specifies.
3838
3839 * toolbar/*.pbm: Cleaned up.
3840 From Luis Fernandes <elf@ee.ryerson.ca>.
3841
3842 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3843
3844 * cc-cmds.el: Extended the kludge to interoperate with the
3845 delsel and pending-del packages wrt to the new function
3846 `c-electric-delete-forward'.
3847
3848 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
3849
3850 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
3851 to delay the call to <mode> for global minor modes.
3852 (easy-mmode-define-navigation): Only recenter if interactive.
3853
3854 2001-07-06 Gerd Moellmann <gerd@gnu.org>
3855
3856 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
3857 to lisp-indent-line.
3858
3859 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
3860 from the server. Call encode-time only when we are sure that we
3861 got a 213 response.
3862
3863 2001-07-06 Simon Josefsson <jas@extundo.com>
3864
3865 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
3866 (mail-envelope-from): New user option.
3867 (sendmail-send-it): Use it.
3868
3869 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3870
3871 * ps-print.el: Use locale dependant date to print date in header.
3872 Doc fix.
3873 (ps-print-version): New version number (6.5.3).
3874 (ps-right-header, ps-right-footer): Initialization and doc fix.
3875 (ps-time-stamp-locale-default): New fun.
3876
3877 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3878
3879 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
3880 field problem with MIME-mode.
3881
3882 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
3883
3884 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3885
3886 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
3887 MIME-mode.
3888
3889 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
3890
3891 * bindings.el (mode-line-mule-info): Don't show the tip with
3892 buffer-file-coding-system if that is nil.
3893
3894 2001-07-05 Gerd Moellmann <gerd@gnu.org>
3895
3896 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
3897 instead of kill-line.
3898
3899 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
3900 <Pavel@Janik.cz>.
3901
3902 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
3903 <Pavel@Janik.cz>.
3904
3905 2001-07-04 Gerd Moellmann <gerd@gnu.org>
3906
3907 * font-lock.el (c-font-lock-keywords-3): When matching something
3908 like `struct X Y', finish with point after Y.
3909
3910 2001-07-04 Simon Josefsson <jas@extundo.com>
3911
3912 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
3913 in caller buffer.
3914
3915 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
3916
3917 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
3918 instead of string-match to find the basename of the file.
3919 From Pascal Obry <p.obry@wanadoo.fr>.
3920
3921 * net/browse-url.el (browse-url-default-windows-browser):
3922 Support the MS-DOS port when it runs on Windows.
3923 (browse-url-browser-function) [ms-dos]: Default to
3924 browse-url-default-windows-browser.
3925
3926 * help.el (locate-library): Enable code that looks for compressed
3927 libraries if auto-compression-mode is on.
3928
3929 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
3930
3931 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
3932
3933 2001-07-02 Gerd Moellmann <gerd@gnu.org>
3934
3935 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
3936
3937 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
3938
3939 * allout.el: Fix the header line, so that finder.el recognizes it.
3940 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3941
3942 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
3943 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3944
3945 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3946
3947 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
3948
3949 * ps-bdf.el (bdf-directory-list): Use the value relative to
3950 installation-directory for MS-Windows as well.
3951
3952 2001-06-29 Richard M. Stallman <rms@gnu.org>
3953
3954 * wid-edit.el (widget-color-sample-face-get):
3955 Return ((foreground-color . COLOR)) instead of constructing a face.
3956
3957 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3958
3959 * faces.el (region): Change the background color for the
3960 light-background color display to lightgoldenrod2, to make it
3961 visible on some laptops.
3962
3963 2001-06-28 Richard M. Stallman <rms@gnu.org>
3964
3965 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
3966 (rmail-msg-restore-non-pruned-header): Likewise.
3967 If point was in the old pruned header, put it at the top.
3968 (rmail-msg-prune-header): If point was at the top, keep it there.
3969
3970 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
3971 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
3972
3973 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
3974
3975 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
3976
3977 2001-06-28 Karl Fogel <kfogel@red-bean.com>
3978
3979 * saveplace.el: Update maintainer email address.
3980
3981 2001-06-27 Francesco Potorti` <pot@gnu.org>
3982
3983 * uniquify.el: (uniquify-rationalize-file-buffer-names):
3984 Undo previous change.
3985
3986 2001-06-27 Francesco Potorti` <pot@gnu.org>
3987
3988 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
3989 preliminary quick reordering. Can speed things up dramatically.
3990
3991 2001-06-26 Richard M. Stallman <rms@gnu.org>
3992
3993 * dired.el (dired-get-filename): A file name starting with ~
3994 is not absolute in this context.
3995
3996 * which-func.el (which-func-maxout): Increase default to 500000.
3997 (which-function-mode): This is now the "real" name of the function.
3998 (which-func-mode): Now an alias.
3999 (which-func-mode-global): Name deleted.
4000
4001 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4002 button-2, when binding hs-mouse-toggle-hiding.
4003
4004 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4005
4006 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4007 (rmail-msg-prune-header): Likewise.
4008 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4009 and `rmail-msg-prune-header'.
4010
4011 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4012
4013 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4014 back than LINEBEG.
4015
4016 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4017
4018 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4019 window where they clicked the mouse has a header line, adjust
4020 vertical movement by one.
4021
4022 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4023
4024 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4025 too when separating a parenthesis.
4026
4027 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4028
4029 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4030 (bookmark-bmenu-hide-filenames): Add help-echo to
4031 mouse-highlighted text.
4032 (bookmark-bmenu-show-filenames): Remove help-echo property from
4033 the whitespace.
4034
4035 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4036
4037 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4038 From Karl Eichwalder <ke@suse.de>.
4039
4040 2001-06-23 Richard M. Stallman <rms@gnu.org>
4041
4042 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4043
4044 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4045 contents for completing-read.
4046
4047 2001-06-22 Richard M. Stallman <rms@gnu.org>
4048
4049 * menu-bar.el (menu-bar-make-toggle): Construct the
4050 function's doc string from HELP, not DOC, and make it accurate by
4051 adding "Toggle whether to " at the front and downcasing the initial.
4052 Change the HELP arg in some calls to make it fit this usage.
4053
4054 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4055 Undo previous change.
4056
4057 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4058
4059 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4060
4061 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4062
4063 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4064
4065 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4066
4067 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4068
4069 2001-06-20 Richard M. Stallman <rms@gnu.org>
4070
4071 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4072 broken out from dabbrev--find-expansion. Handle minibuffer
4073 specially here.
4074 (dabbrev--find-expansion): Simplify code in various ways.
4075 Don't treat minibuffers specially.
4076 Call dabbrev--make-friend-buffer-list.
4077 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4078 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4079
4080 2001-06-19 John Wiegley <johnw@gnu.org>
4081
4082 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4083 Also, added a comment describing how to greatly speedup Eshell
4084 loadup time, by concatenating together all of Eshell's .elc files.
4085
4086 2001-06-19 John Wiegley <johnw@gnu.org>
4087
4088 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4089
4090 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4091
4092 * woman.el (WoMan-highlight-references): Add help-echo to
4093 mouse-highlighted text.
4094
4095 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4096
4097 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4098
4099 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4100
4101 * international/quail.el (quail-start-conversion):
4102 Reset quail-translating to nil.
4103
4104 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4105 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4106
4107 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4108
4109 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4110 mouse-highlighted text.
4111
4112 * dired.el (dired-mark-pop-up): Fix last change.
4113
4114 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4115
4116 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4117 mouse-highlighted text.
4118
4119 * net/quickurl.el (quickurl-url-file): Run through
4120 convert-standard-filename.
4121 (quickurl-list-populate-buffer): Add help-echo to
4122 mouse-highlighted text.
4123 (top-level): Update Dave's URL.
4124
4125 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4126 mouse-highlighted text.
4127
4128 * textmodes/page-ext.el (pages-copy-header-and-position):
4129 Add help-echo to mouse-highlighted text.
4130
4131 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4132 mouse-highlighted text.
4133
4134 * replace.el (occur): Add help-echo to mouse-highlighted text.
4135
4136 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4137 mouse-highlighted text.
4138
4139 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4140 mouse-highlighted text.
4141
4142 * progmodes/compile.el (compile-reinitialize-errors):
4143 Add help-echo to mouse-highlighted messages.
4144 (compilation-forget-errors): Remove help-echo property as well.
4145
4146 * play/landmark.el (lm-plot-square, lm-init-display):
4147 Add help-echo to mouse-highlighted text.
4148
4149 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4150 Add help-echo to mouse-highlighted text.
4151
4152 * dired.el (dired-insert-set-properties): Add help-echo to
4153 mouse-highlighted text.
4154 (dired-mark-pop-up): Remove help-echo property from the file name.
4155
4156 * comint.el (comint-send-input): Add help-echo to
4157 mouse-highlighted text.
4158
4159 * buff-menu.el (list-buffers-noselect): Add help-echo to
4160 mouse-highlighted text.
4161
4162 * arc-mode.el (archive-summarize-files): Add help-echo to
4163 mouse-highlighted text.
4164
4165 * ffap.el (ffap-machine-p): Always return nil if
4166 open-network-stream is not fboundp.
4167
4168 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4169
4170 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4171 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4172 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4173 incorrectly binding chars between 128 and 256 to it.
4174 (sgml-maybe-name-self): Handle latin-1 chars properly.
4175 (sgml-tags-invisible): Bind buffer-file-name to nil.
4176 Use unwind-protect and restore-buffer-modified-p.
4177 (sgml-point-entered): Use buffer-substring-no-properties.
4178 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4179 (html-mode): Don't force `imenu-sort-function'.
4180
4181 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4182
4183 * tar-mode.el: Fix the copyright notice.
4184
4185 * font-lock.el (font-lock-comment-face): For tty's with dark
4186 background, use "red1", since "lightred" is not one of the colors
4187 recognized by tty-colors.el.
4188
4189 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4190 create a buffer for extracted file, in case there's more than one
4191 file by that name in an archive, possibly in different
4192 directories. From Kevin Rodgers <kevinr@ihs.com>.
4193
4194 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4195 <alex@gnu.org>.
4196
4197 2001-06-15 Miles Bader <miles@gnu.org>
4198
4199 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4200 Revert previous change.
4201
4202 2001-06-14 Richard M. Stallman <rms@gnu.org>
4203
4204 * replace.el (keep-lines-read-args): Return just a regexp.
4205 Provide nil for the region args.
4206 (keep-lines, flush-lines, how-many):
4207 Calculate the defaults for the region here, when args are nil.
4208
4209 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4210
4211 * rot13.el (rot13-other-window): Some more doc fix.
4212
4213 2001-06-14 Per Starback <starback@ling.uu.se>
4214
4215 * replace.el (case-replace, query-replace-from-history-variable)
4216 (query-replace-to-history-variable, keep-lines-read-args)
4217 (occur-revert-function, query-replace-help): Dox fix.
4218
4219 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4220
4221 * rot13.el (rot13-other-window): Doc fix.
4222
4223 2001-06-14 Miles Bader <miles@gnu.org>
4224
4225 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4226 of " and \ to "." (punctuation).
4227 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4228
4229 2001-06-13 Richard M. Stallman <rms@gnu.org>
4230
4231 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4232
4233 * simple.el (shell-command-on-region): Never kill the
4234 *Shell Command Output* buffer.
4235
4236 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4237
4238 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4239
4240 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4241
4242 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4243 New var, to recognize ${ $' and PODs.
4244 (perl-font-lock-syntactic-face-function): New function.
4245 (perl-mode): Use them.
4246 (perl-continuation-line-p): New function, from perl-calculate-indent.
4247 (perl-calculate-indent): Use it, to properly handle continuation
4248 lines of continuation lines.
4249
4250 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4251
4252 * server.el (server-process, server-buffer-clients): Doc fix.
4253 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4254
4255 2001-06-09 John Wiegley <johnw@gnu.org>
4256
4257 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4258 test if the last command was Lisp or not.
4259 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4260 B x C".
4261
4262 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4263
4264 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4265 general one on compile.el supports drive letters.
4266
4267 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4268
4269 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4270 key description.
4271
4272 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4273
4274 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4275 (reftex-toc-jump): New command.
4276
4277 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4278 to parse international characters as well.
4279
4280 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4281 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4282
4283 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4284
4285 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4286 TAB to the key separators.
4287
4288 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4289
4290 * international/mule.el (auto-coding-alist): Remove redundant
4291 up-cased versions of the extensions (auto-coding-alist-lookup is
4292 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4293 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4294
4295 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4296
4297 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4298
4299 2001-06-01 Richard M. Stallman <rms@gnu.org>
4300
4301 * help.el (describe-variable): Put value on same line
4302 with preceding text, if it is short enough to look good that way.
4303
4304 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4305
4306 * term/internal.el (IT-unicode-translations): New variable.
4307 (IT-setup-unicode-display): New function.
4308
4309 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4310
4311 * ps-print.el: Handle before-string and after-string overlay properties
4312 in ps-print-*-with-faces commands. Doc fix.
4313 (ps-print-version): New version number (6.5.2).
4314 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4315 for XEmacs.
4316 (ps-prefix-quote): Doc fix.
4317 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4318 (ps-basic-plot-str, ps-plot-string): New funs.
4319
4320 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4321
4322 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4323 and :type spec.
4324
4325 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4326
4327 * international/mule-cmds.el (inactivate-input-method):
4328 Set input-method-function to nil.
4329
4330 * xml.el (xml-parse-tag): The document may contain invalid characters.
4331 From ShengHuo ZHU <zsh@cs.rochester.edu>
4332
4333 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4334
4335 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4336 `rmail-summary-line-decoder' if the message does not have
4337 a Subject: field.
4338
4339 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4340
4341 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4342 New variable.
4343 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4344 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4345 is non-nil.
4346
4347 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4348
4349 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4350
4351 2001-05-29 Sam Steingold <sds@gnu.org>
4352
4353 * faces.el (face-valid-attribute-values): Bind `valid' directly
4354 instead of using `setq'.
4355
4356 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4357 Use `tex-shell-buf'.
4358 (tex-shell-proc): Use `tex-shell-running'.
4359 (tex-shell-buf-no-error): New function.
4360 (tex-send-tex-command): Use it.
4361 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4362 (tex-kill-job): Check the process before calling `quit-process'.
4363
4364 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4365
4366 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4367 UTF-8 sequences.
4368
4369 2001-05-28 Miles Bader <miles@gnu.org>
4370
4371 * comint.el (comint-carriage-motion): Renamed from
4372 `comint-cr-magic'. Operate on the buffer instead of the string
4373 (for use as a comint post-output filter, instead of as a
4374 pre-output filter). Handle backspaces too. Add to the
4375 `comint-output-filter-functions' hook instead of
4376 `comint-preoutput-filter-functions'.
4377
4378 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4379
4380 * language/japan-util.el (japanese-hankaku): Prefer the charset
4381 `jisx0201' when the optional argument `ascii-only' is not specified.
4382 (japanese-hankaku-region): Ditto.
4383 From Katsumi Yamaoka <yamaoka@jpl.org>
4384
4385 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4386
4387 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4388 (outline-invisible-p): New function.
4389 (hide-leaves): Save excursion.
4390 (hide-other): Stop looping when reaching bobp.
4391
4392 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4393
4394 * cus-edit.el (custom-file): Fix last change.
4395
4396 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4397
4398 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4399 same definition in byte-compile-function-environment as `autoload'
4400 would put in `symbol-function'.
4401
4402 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4403 patch to correct the error message as well.
4404
4405 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4406
4407 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4408 unless ~/.emacs exists.
4409
4410 * novice.el (enable-command): If user-init-file is nil or does not
4411 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4412
4413 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4414
4415 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4416 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4417 Allow spaces around macro arguments.
4418 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4419 indent-for-tab-command.
4420 (latex-mode-map, plain-tex-mode-map): New keymaps.
4421 Inherit from tex-mode-map.
4422 (tex-common-initialization): Don't setup the keymap any more
4423 since it's now done right by define-derived-mode.
4424 (latex-mode): Set skeleton-end-hook to nil.
4425 (latex-skeleton-end-hook): Remove.
4426 (tex-latex-block, latex-insert-item): Simplify.
4427 (latex-syntax-after): Use following-char rather than char-after.
4428 (tex-discount-args-cmds, tex-count-words): New functions.
4429
4430 * textmodes/tildify.el (tildify-ignored-environments-alist):
4431 Recognize \verb* as well.
4432
4433 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4434 (perl-comment-indent): Simplify to let newcomment.el do its job.
4435 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4436 (perl-mark-function): Cleanup the namespace.
4437 (perl-calculate-indent): Don't be fooled by nested functions.
4438
4439 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4440
4441 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4442 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4443
4444 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4445
4446 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4447 actually be `\\'.
4448 (ctlau-b5-converter): Likewise.
4449
4450 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4451
4452 * international/titdic-cnv.el (quail-misc-package-ext-info):
4453 Change CTLauB.el to CTLau-b5.el.
4454
4455 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4456
4457 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4458 rather than beginning-of-line to avoid problems with fields.
4459 (gud-perldb-massage-args): Use unless and push.
4460 (gud-chdir-before-run): New var.
4461 (gud-common-init): Use it.
4462
4463 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4464
4465 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4466 delete entries for chinese-ctlau and chinese-ctlaub.
4467 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4468 chinese-ctlaub.
4469 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4470 New functions.
4471
4472 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4473
4474 * cus-edit.el (custom-comment-show): Remove debug code.
4475
4476 * language/japan-util.el (japanese-symbol-table): Fix handling of
4477 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4478
4479 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4480
4481 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4482 Renamed by removing the silly `-flag' suffix.
4483 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4484
4485 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4486
4487 * replace.el (keep-lines-read-args): Use `copy-marker'.
4488 (how-many): Save excursion properly.
4489 (occur-mode): Use define-derived-mode.
4490 (perform-replace): Use with-current-buffer.
4491
4492 2001-05-20 Richard M. Stallman <rms@gnu.org>
4493
4494 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4495
4496 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4497
4498 * info.el (Info-read-subfile): Widen before finding the
4499 desired node in the subfile.
4500
4501 * startup.el (command-line-1): When >2 files visited,
4502 leave the last one visible, and make that the selected window.
4503
4504 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4505
4506 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4507
4508 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4509
4510 * international/ccl.el (define-ccl-program): Fix a typo.
4511 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4512
4513 * international/mule.el (decode-char): Fix a typo. From Pavel
4514 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4515
4516 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4517 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4518
4519 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4520 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4521
4522 2001-05-18 Sam Steingold <sds@gnu.org>
4523
4524 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4525 and [RET] to `cvs-mode-find-file'.
4526
4527 2001-05-18 John Wiegley <johnw@gnu.org>
4528
4529 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4530 configuration variable, which determines the initial character
4531 that forces use of an external version of a command. The default
4532 is *, but may be set to \, for example.
4533
4534 * eshell/esh-ext.el (eshell-explicit-command):
4535 Use `eshell-explicit-command-char' instead of ?*.
4536
4537 * eshell/esh-cmd.el (eshell/which):
4538 Use `eshell-explicit-command-char' instead of ?*.
4539
4540 * eshell/em-cmpl.el (eshell-completion-command-name)
4541 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4542 instead of ?*.
4543
4544 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4545
4546 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4547 subst-char-in-string.
4548 (ange-ftp-after-parse-ls-hook): New variable.
4549 (ange-ftp-ls): Run that hook.
4550 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4551
4552 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4553 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4554 text into *Completions*.
4555
4556 * net/goto-addr.el (goto-address-at-point): Deal with URLs
4557 part of which look like email addresses.
4558
4559 2001-05-18 Andrew Innes <andrewi@gnu.org>
4560
4561 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
4562 Use . instead of absolute path for lisp dir, to avoid bug in W2K
4563 cmd.exe's handling of FOR loops.
4564 (autoloads): Set find-file-suppress-same-file-warnings to t to
4565 avoid slew of spurious messages.
4566
4567 2001-05-18 Simon Josefsson <simon@josefsson.org>
4568
4569 * mail/smtpmail.el (maybe-append-domain): Renamed to
4570 `smtpmail-maybe-append-domain'.
4571 (smtpmail-via-smtp): Use the new name.
4572
4573 * net/browse-url.el (browse-url-browser-function): Add kde.
4574 (browse-url-kde-program, browse-url-kde-args): New variables.
4575 (browse-url-kde): New function.
4576
4577 2001-05-18 Miles Bader <miles@gnu.org>
4578
4579 * simple.el (delete-horizontal-space, just-one-space):
4580 Use `constrain-to-field' instead of `field-end'/`field-beginning',
4581 because it's more efficient for large files.
4582
4583 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4584
4585 * mail/rmail.el (rmail-require-mime-maybe): New function.
4586 (rmail): Use it.
4587 (rmail-mode): Handle the case of finding Rmail files.
4588
4589 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
4590 functions.
4591
4592 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
4593
4594 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
4595 text-property after moving to the beginning of line and regardless
4596 of the value of font-lock-multiline.
4597
4598 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4599
4600 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
4601
4602 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
4603 last coding system used before calling set-buffer-modified-p
4604 because that function changes last-coding-system.
4605
4606 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
4607
4608 * files.el (switch-to-buffer-other-window)
4609 (switch-to-buffer-other-frame): Add an xref to display-buffer in
4610 the doc string.
4611
4612 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4613
4614 * language/slovak.el, language/czech.el: New maintainer.
4615
4616 2001-05-16 Sam Steingold <sds@gnu.org>
4617
4618 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
4619 sub-form of `defgeneric' correctly.
4620
4621 2001-05-16 Gerd Moellmann <gerd@gnu.org>
4622
4623 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
4624 of `c'.
4625
4626 * textmodes/outline.el (outline-font-lock-level): Remove the
4627 condition-case, test what outline-level returns instead, to
4628 ease debugging.
4629
4630 * international/mule.el (auto-coding-regexp-alist): New user-option.
4631 (auto-coding-from-file-contents): New function.
4632 (set-auto-coding): Use it to determine a coding system.
4633
4634 2001-05-15 Gerd Moellmann <gerd@gnu.org>
4635
4636 * mouse.el (mouse-delete-other-windows): Doc fix.
4637
4638 * emacs-lisp/lisp-mode.el (lisp-mode):
4639 Make font-lock-keywords-case-fold-search a buffer-local variable with
4640 make-local-variable before setting it.
4641
4642 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
4643
4644 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
4645 prefixes.
4646
4647 2001-05-14 Gerd Moellmann <gerd@gnu.org>
4648
4649 * hexl.el (hexl-current-address): Print a message when called
4650 interactively.
4651
4652 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
4653
4654 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
4655
4656 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
4657
4658 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
4659
4660 2001-05-11 Gerd Moellmann <gerd@gnu.org>
4661
4662 * startup.el (command-line): If parameters have been changed in
4663 the init files which influence font selection, clear the face
4664 cache so that faces get realized with the new parameters.
4665
4666 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
4667
4668 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
4669
4670 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
4671
4672 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
4673
4674 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
4675 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
4676
4677 2001-05-10 Gerd Moellmann <gerd@gnu.org>
4678
4679 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
4680 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
4681
4682 2001-05-09 John Wiegley <johnw@gnu.org>
4683
4684 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4685 Annotated the documentation string to tell users about
4686 `eshell-no-numeric-conversions'.
4687
4688 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
4689 conversions if a Lisp function has the property
4690 `eshell-no-numeric-conversions' set to a non-nil value.
4691
4692 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
4693 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
4694 property `eshell-no-numeric-conversions' on the following
4695 functions (which all deal with filesystem entities, and never Lisp
4696 numerical values): eshell/cd, eshell/pushd, eshell/popd,
4697 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
4698 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
4699 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
4700 eshell/which, eshell/addpath.
4701
4702 2001-05-09 John Wiegley <johnw@gnu.org>
4703
4704 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
4705 encountered as an argument, don't convert it right away, but tag
4706 the first character of the string with the text properties
4707 `number', which signifies to `eshell-lisp-command' that the
4708 argument should be passed through `string-to-number' if it is
4709 actually used in the call to a Lisp function.
4710
4711 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
4712 function, convert any string arguments that have been tagged as
4713 "numbers", by calling string-to-number.
4714
4715 * eshell/esh-util.el (eshell-number-regexp): Now that number
4716 conversions only happen for Lisp function calls, the number regexp
4717 should now match all integer and floating point forms.
4718
4719 * eshell/esh-proc.el: Disable `eshell-stop-process' and
4720 `eshell-continue-process', since they are both nonfunctional at
4721 the moment.
4722 (eshell-proc-initialize): Don't bind keys for
4723 `eshell-stop-process' or `eshell-continue-process'.
4724
4725 * eshell/em-unix.el (eshell-shuffle-files):
4726 Apply `directory-file-name' before calling `file-name-directory'.
4727
4728 * eshell/em-hist.el (eshell-add-to-history): Reference to
4729 `eshell-history-ring' needed to be `eshell-history-index'.
4730
4731 * calendar/timeclock.el (timeclock-find-discrep):
4732 Initialize `elapsed' to 0.
4733 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
4734 it's still nil.
4735
4736 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
4737
4738 * arc-mode.el (archive-int-to-mode): Construct the string directly.
4739 (archive-mode): Use capitalize.
4740 (archive-unique-fname): Use make-temp-file.
4741
4742 2001-05-09 Gerd Moellmann <gerd@gnu.org>
4743
4744 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
4745
4746 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
4747
4748 * tar-mode.el (tar-extract): Pay attention to the value of
4749 coding-system-for-read, if it is non-nil.
4750
4751 * calendar/holidays.el (holidays): Add an autoload cookie.
4752 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4753
4754 2001-05-08 John Wiegley <johnw@gnu.org>
4755
4756 * calendar/timeclock.el (timeclock-workday-remaining):
4757 Changed logic for determining how much time is remaining.
4758 (timeclock-workday-elapsed): Don't accept a "relative" argument
4759 for the current day's elapsed time. What could that have meant?
4760 (timeclock-workday-elapsed-string): No "relative" argument anymore.
4761 (timeclock-when-to-leave): Changed logic, similarly to what was
4762 done for `timeclock-workday-remaining'.
4763 (timeclock-find-discrep): Removed "today-only" argument, which had
4764 no meaning. Fixed some more math problems. The function now
4765 returns a three member list: (TOTAL-TIME-DISCREPANCY
4766 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
4767
4768 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4769
4770 * w32-fns.el (convert-standard-filename): Start replacing slashes
4771 from the beginning of the file name, not from where the last
4772 invalid character was. From "Andrew Maguire (SWW)"
4773 <Andrew.Maguire@Smallworld.co.uk>
4774
4775 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
4776
4777 The following changes are to provide infrastructure for handling
4778 MIME messages to rmail. They don't affect the original behaviour
4779 if rmail-enable-mime is nil.
4780
4781 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
4782 (rmail-search-mime-message-function)
4783 (rmail-search-mime-header-function): New variables.
4784 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
4785 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
4786 `rmail-view-buffer' is hidden.
4787 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
4788 call rmai-show-mime-function.
4789 (rmail-display-labels): If rmail-enable-mime is non-nil, update
4790 mode-line-process of rmail-view-buffer.
4791 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
4792 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
4793 buffer.
4794 (rmail-next-message, rmail-next-undeleted-message): Be sure to
4795 set-buffer to the Rmail buffer.
4796 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
4797 rmail-search-mime-header-function.
4798 (rmail-search-message): New function.
4799 (rmail-search): Call rmail-search-message to check if a message
4800 matches REGEXP, lastly update point after calling
4801 rmail-show-message.
4802 (rmail-undelete-previous-message, rmail-expunge-confirmed)
4803 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
4804 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
4805 header region, refer to rmail-msgref-vector while setting the
4806 current buffer to rmail-buffer temporarily.
4807 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
4808 If rmail-enable-mime is non-nil, call
4809 rmail-insert-mime-forwarded-message-function instead of inserting
4810 forwarded message by itself.
4811
4812 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
4813 Rmail buffer.
4814 (rmail-set-label, rmail-next-labeled-message): Likewise.
4815
4816 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
4817 set-buffer to the Rmail buffer.
4818 (rmail-output-to-rmail-file): Likewise.
4819 (rmail-output): Likewise.
4820
4821 * mail/rmailsum.el (rmail-message-subject-p): Process the result
4822 of mail-fetch-field by rmail-summary-line-decoder.
4823 (rmail-new-summary): Be sure to go to the Rmail buffer.
4824 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
4825 rmail-view-buffer to nil.
4826 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
4827 rmail-view-buffer.
4828 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
4829 rmail-buffer.
4830 (rmail-summary-scroll-msg-down): Likewise.
4831 (rmail-summary-beginning-of-message): Likewise.
4832 (rmail-summary-wipe): Likewise.
4833 (rmail-summary-toggle-header): Use save-window-excursion, not
4834 save-excursion. Update point in rmail-view-buffer, not in
4835 rmail-buffer.
4836 (rmail-summary-reply): Before calling rmail-reply, set buffer to
4837 rmail-view-buffer, not rmail-buffer.
4838
4839 2001-05-07 Gerd Moellmann <gerd@gnu.org>
4840
4841 * cus-edit.el (custom-file): Signal an error if user-init-file is
4842 nil (running -q).
4843
4844 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
4845
4846 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4847 Add :version.
4848
4849 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4850 New option.
4851 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
4852 only if smtpmail-warn-about-unknown-extensions is set.
4853
4854 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
4855 instead of rmail-sort-by-keywords.
4856
4857 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
4858 rmail-sort-by-keywords.
4859
4860 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
4861 rmail-summary-sort-by-keywords. Doc fix.
4862 (rmail-summary-mode): Doc fix.
4863
4864 * mail/rmail.el (rmail-edit): New Custom group.
4865
4866 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
4867 (rmail-edit-mode-hook): New user-option.
4868
4869 2001-05-05 Richard M. Stallman <rms@gnu.org>
4870
4871 * help.el (help-xref-symbol-regexp): Recognize "source of"
4872 and friends, meaning make a link to the source file.
4873 (help-make-xrefs): Handle "source of" and friends
4874 by constructing a link that visits the source file.
4875
4876 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
4877
4878 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
4879
4880 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
4881 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
4882 Renamed from perl-font-lock-keywords to avoid clashes.
4883 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
4884 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
4885 Updated correspondingly.
4886
4887 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
4888 Typo `nonexistant' -> `nonexistent'.
4889
4890 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
4891
4892 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
4893 Split `c-electric-delete' into two functions where
4894 `c-electric-delete-forward' always deletes forward and
4895 `c-electric-delete' only contains the code necessary for XEmacs to
4896 choose between backward and forward deletion.
4897
4898 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
4899 get the electric behavior on that key too.
4900 (c-fill-paragraph): Fixed bogus direct use of
4901 c-comment-prefix-regexp, which caused an error when it's a list.
4902
4903 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4904
4905 * dired-aux.el (dired-diff): Doc fix.
4906
4907 * dired.el (dired-diff): Likewise.
4908
4909 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4910
4911 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4912
4913 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
4914
4915 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
4916 if both the buffer and the file are read-only.
4917
4918 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
4919 rather than font-lock-string-face.
4920 (sh-get-indent-info): Treat heredocs like strings.
4921
4922 2001-05-02 Gerd Moellmann <gerd@gnu.org>
4923
4924 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
4925 a newline following `}'.
4926 (texinfo-format-email): New function.
4927 (toplevel): Use texinfo-format-email for @email.
4928 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
4929 Add `display'.
4930 (texinfo-sort-region): Goto point-min before sorting.
4931 (texinfo-set): Remove leading white space from value.
4932 From yagi@is.titech.ac.jp.
4933
4934 * replace.el (query-replace-regexp-eval): Doc fix.
4935
4936 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
4937
4938 * diff-mode.el (diff-nonexistant-face): New face.
4939 (diff-font-lock-keywords): Use it.
4940
4941 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
4942
4943 * font-lock.el (font-lock-mode): Doc fix.
4944
4945 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
4946 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4947
4948 2001-04-30 Gerd Moellmann <gerd@gnu.org>
4949
4950 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
4951 backslash at the start of the here-document delimiter.
4952 (sh-font-lock-syntactic-keywords): Likewise.
4953
4954 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
4955
4956 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
4957
4958 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
4959 (tty-color-translate, tty-color-by-index, tty-color-values)
4960 (tty-color-desc): Doc fix.
4961
4962 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
4963
4964 * dired-aux.el (dired-do-create-files, dired-do-copy)
4965 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
4966 Mention dired-dwim-target in the doc string.
4967
4968 2001-04-28 Miles Bader <miles@gnu.org>
4969
4970 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
4971 (dabbrev--find-expansion): Use it.
4972 (dabbrev--select-buffers): Don't select ignored buffers.
4973
4974 2001-04-27 Gerd Moellmann <gerd@gnu.org>
4975
4976 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
4977
4978 2001-04-26 Richard M. Stallman <rms@gnu.org>
4979
4980 * dabbrev.el: Add doc strings for some functions.
4981 (dabbrev--eliminate-newlines): New variable.
4982 (dabbrev--substitute-expansion): Convert newlines to spaces
4983 if dabbrev--eliminate-newlines is set.
4984 If abbrev and expansion are both all-lower-case,
4985 leave dabbrev--last-case-pattern nil.
4986
4987 2001-04-26 Gerd Moellmann <gerd@gnu.org>
4988
4989 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
4990 if necessary, like in rmail-show-message.
4991
4992 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4993
4994 * ps-print.el: Color specified by number is forced to be float number.
4995 (ps-print-version): New version number (6.5.1.1).
4996 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
4997 initialization.
4998 (ps-prefix-quote): New internal var.
4999 (ps-print-quote): New fun.
5000 (ps-setup, ps-output-frame-properties, ps-float-format)
5001 (ps-format-color): Code fix.
5002 (ps-plot-region): Eliminate redundant foreground color text setting.
5003
5004 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5005
5006 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5007
5008 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5009
5010 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5011
5012 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5013
5014 * info.el (Info-additional-directory-list): Doc fix.
5015
5016 * find-lisp.el (find-lisp-find-dired-filter)
5017 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5018 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5019
5020 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5021
5022 * progmodes/make-mode.el (makefile-font-lock-keywords):
5023 Rationalize the rules for includes and conditionals and use the
5024 keyword face for them.
5025
5026 * faces.el (modify-face): Add compatibility for non-interactive use.
5027
5028 2001-04-24 John Wiegley <johnw@gnu.org>
5029
5030 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5031 fix from last night, since it wasn't finding eshell/cd.
5032
5033 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5034
5035 * rect.el (string-rectangle): Revert to 20.x behaviour.
5036 (replace-rectangle): Make it an alias for string-rectangle.
5037 (string-insert-rectangle): New function.
5038
5039 2001-04-23 John Wiegley <johnw@gnu.org>
5040
5041 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5042 occurring with Emacs 21's diff.el/compile.el interaction layer.
5043
5044 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5045
5046 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5047 case where the function was defined in a file, but not part of an
5048 eshell module.
5049
5050 2001-04-23 John Wiegley <johnw@gnu.org>
5051
5052 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5053 code to work around a redisplay problem I've been having.
5054
5055 2001-04-23 John Wiegley <johnw@gnu.org>
5056
5057 * calendar/timeclock.el (timeclock-day-required): If the time
5058 required for a particular day is not set, use `timeclock-workday'.
5059 (timeclock-find-discrep): Added some sample code in a comment.
5060
5061 * eshell/eshell.el (eshell-command): Made a few changes so that
5062 `eshell-command' could be called programmatically.
5063
5064 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5065
5066 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5067
5068 2001-04-23 John Wiegley <johnw@gnu.org>
5069
5070 * calendar/timeclock.el: Updated copyright.
5071 (timeclock-generate-report): Don't report the daily or two-week
5072 total, if no time has been worked in that period.
5073 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5074 final computational form, which was unnecessary; corrected a
5075 parsing problem when timeclock-relative was nil.
5076
5077 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5078
5079 * calendar/timeclock.el (timeclock-modeline-display): Check if
5080 `list-entry' is null.
5081 (timeclock-use-display-time): The first argument to `set-variable'
5082 must be a symbol.
5083
5084 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5085
5086 * calendar/calendar.el (diary-entry-marker)
5087 (calendar-today-marker, calendar-holiday-marker):
5088 Use display-color-p instead of window-system.
5089 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5090 instead of window-system.
5091 (calendar-hide-window): Use display-multi-frame-p instead of
5092 window-system.
5093
5094 * calendar/cal-x.el (calendar-two-frame-setup)
5095 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5096 Use display-multi-frame-p instead of window-system.
5097
5098 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5099
5100 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5101
5102 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5103 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5104
5105 2001-04-23 Alex Schroeder <alex@gnu.org>
5106
5107 * goto-addr.el: Instead of defining line-beginning-position and
5108 line-end-position a defalias is used for point-at-bol and point-at-eol.
5109
5110 2001-04-23 Alex Schroeder <alex@gnu.org>
5111
5112 * goto-addr.el: Added XEmacs compatibility code.
5113 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5114
5115 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5116
5117 * textmodes/paragraphs.el (sentence-end): Doc fix.
5118
5119 2001-04-20 Alex Schroeder <alex@gnu.org>
5120
5121 * sql.el (sql-escape-newlines-and-send): New function.
5122 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5123
5124 2001-04-20 Alex Schroeder <alex@gnu.org>
5125
5126 * sql.el (sql-db2-program): New option.
5127 (sql-db2-options): New option.
5128 (sql-db2): New function.
5129
5130 2001-04-20 Alex Schroeder <alex@gnu.org>
5131
5132 * sql.el (sql-mode-menu): Added highlighting entries.
5133 (sql-highlight-oracle-keywords): New function.
5134 (sql-highlight-postgres-keywords): New function.
5135 (sql-highlight-ansi-keywords): New function.
5136
5137 2001-04-20 Alex Schroeder <alex@gnu.org>
5138
5139 * sql.el (sql-help): Doc change.
5140
5141 2001-04-19 Karl Fogel <kfogel@collab.net>
5142
5143 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5144 that inserted file content only to delete it immediately.
5145 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5146 <lektu@uol.com.br> for the patch.
5147
5148 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5149
5150 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5151
5152 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5153
5154 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5155 for defmethod.
5156
5157 * comint.el (comint-cr-magic): New function.
5158 (toplevel): Add it to comint-preoutput-filter-functions.
5159
5160 2001-04-18 Andrew Innes <andrewi@gnu.org>
5161
5162 * makefile.w32-in (EMACSLOADPATH): Define.
5163 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5164 (recompile): Remove stuff to set EMACSLOADPATH.
5165
5166 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5167
5168 * language/slovak.el ("Slovak"): Add tutorial entry.
5169
5170 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5171 browse-url-new-window-p.
5172
5173 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5174
5175 * info.el (Info-menu-update): When there are no menus and/or no
5176 cross references in the node, make the respective items of the
5177 Info menu-bar menu inactive.
5178
5179 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5180
5181 * indent.el (indent-for-tab-command): Call indent-line-function
5182 with no argument if PREFIX-ARG is non-nil.
5183
5184 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5185
5186 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5187
5188 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5189 an async subprocess if start-process is unavailable. Suggested by
5190 Tim Van Holder <tim.van.holder@pandora.be>.
5191
5192 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5193
5194 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5195 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5196
5197 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5198
5199 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5200 manual.
5201
5202 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5203
5204 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5205 (cvs-menu): Add a few entries.
5206
5207 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5208 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5209 lock file appears to be reachable from Emacs.
5210 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5211 (cvs-mode-find-file): Look for cvs-header-face rather than
5212 cvs-dirname-face (which doesn't exist).
5213 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5214
5215 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5216
5217 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5218
5219 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5220 normal-erase-is-backspace on a tty. Instead, bind some keys such
5221 as [delete] directly, like pc-select.el did before
5222 normal-erase-is-backspace was invented.
5223
5224 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5225
5226 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5227
5228 2001-04-11 John Wiegley <johnw@gnu.org>
5229
5230 * eshell/em-ls.el (eshell-ls-insert-directory):
5231 Set font-lock-defaults to nil, to prevent fontification in dired
5232 buffers, if Eshell's ls is being used.
5233
5234 2001-04-11 John Wiegley <johnw@gnu.org>
5235
5236 * calendar/timeclock.el (timeclock-completing-read): New function.
5237 (timeclock-ask-for-project, timeclock-ask-for-reason):
5238 Call `timeclock-completing-read'.
5239
5240 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5241 required where `member' was being used.
5242
5243 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5244
5245 * eshell/em-hist.el (eshell-previous-matching-input):
5246 Don't display "History item" if the the minibuffer is active.
5247
5248 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5249
5250 * startup.el (command-line): Output a newline after printing
5251 an error from loading the window system's init file.
5252
5253 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5254
5255 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5256 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5257 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5258 keywords whose arguments routinely include @@.
5259
5260 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5261
5262 * emacs-lisp/advice.el (ad-make-advised-definition):
5263 Construct advice for subrs differently.
5264
5265 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5266 regexp in parentheses when building the regexp for searching backwards.
5267
5268 * simple.el (completion-list-mode-finish): New function.
5269 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5270
5271 * language/european.el ("Polish"): Change sample text.
5272 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5273
5274 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5275 parameter.
5276
5277 * faces.el (menu): Doc fix.
5278
5279 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5280
5281 * ps-print.el: Footer implementation. Doc fix.
5282 (ps-print-version): New version number (6.5.1).
5283 (ps-header-frame-alist): New customization var for header frame
5284 properties.
5285 (ps-line-number-color): New customization var for line number color.
5286 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5287 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5288 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5289 (ps-right-footer): New customization vars for footers.
5290 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5291 footers.
5292 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5293 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5294 Code fix.
5295 (ps-prologue-file): Indentation fix.
5296 (ps-print-quote): Fun eliminated.
5297 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5298 (ps-output-frame-properties): New fun.
5299 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5300 (ps-skip-newline): Replace defun by defsubst.
5301
5302 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5303
5304 * eshell/eshell.el (eshell-command): Needed a "%s" format
5305 specifier, in case the buffer contains percent characters.
5306
5307 2001-04-10 John Wiegley <johnw@gnu.org>
5308
5309 * calendar/timeclock.el (timeclock-generate-report): Added a
5310 missing insert of the project name.
5311
5312 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5313
5314 * obsolete/profile.el: Moved from emacs-lisp/.
5315
5316 * Makefile.in (nonobsolete_setwins): New macro.
5317 (finder-data): Use it instead of `setwins'.
5318 From: Dave Love <fx@gnu.org>.
5319
5320 * server.el (server-visit-files): Set server-existing-buffer correctly.
5321 (server-visit-files): Run server-visit-hook after going to
5322 line 1 so that the hook can set point as it sees fit.
5323
5324 * bindings.el (mode-line-modified): Unify help messages.
5325
5326 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5327
5328 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5329 All callers changed.
5330
5331 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5332
5333 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5334 long file names aren't supported, truncate the file names in
5335 quail-misc-package-ext-info to 8+3 before matching them against
5336 FILENAME.
5337
5338 * dos-fns.el (dos-truncate-to-8+3): New function.
5339
5340 * progmodes/compile.el (grep-compute-defaults): Use null-device
5341 instead of literal /dev/null. Reported by Jens Schmidt
5342 <schmidt@mathematik.uni-kl.de>.
5343
5344 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5345
5346 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5347
5348 * textmodes/sgml-mode.el: Add unknown maintainer.
5349 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5350 (html-mode-map): Use set-keymap-parent.
5351
5352 2001-04-06 Dave Love <fx@gnu.org>
5353
5354 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5355 Remove redundant string-to-list.
5356
5357 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5358
5359 * composite.el (reference-point-alist): Doc fix.
5360
5361 2001-04-05 Sam Steingold <sds@gnu.org>
5362
5363 * font-lock.el (font-lock-keywords-case-fold-search):
5364 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5365 file made font-lock case-insensitive.
5366
5367 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5368
5369 * faces.el (defface menu): Doc fix.
5370
5371 * wid-edit.el (widget-color-sample-face-get): Don't make
5372 faces for undefined colors.
5373
5374 * version.el (emacs-version): Include LessTif/Motif version info.
5375
5376 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5377
5378 * ps-mule.el: Eliminate cl package dependence.
5379 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5380 if they aren't defined yet.
5381 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5382 Eliminate cl package dependence.
5383
5384 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5385
5386 * progmodes/cc-cmds.el (c-outline-level):
5387 Bind buffer-invisibility-spec. Originally from Dave Love, but
5388 got lost when incorporating version 5.26.
5389
5390 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5391
5392 * emulation/pc-select.el (pc-selection-mode):
5393 Call normal-erase-is-backspace-mode instead of binding
5394 keys individually.
5395
5396 * cus-load.el (normal-erase-is-backspace): Use it instead of
5397 delete-key-deletes-forward.
5398
5399 * startup.el (command-line): Use normal-erase-is-backspace and
5400 normal-erase-is-backspace-mode.
5401
5402 * simple.el (normal-erase-is-backspace): Rename from
5403 delete-key-deletes-forward. Doc fix.
5404 (normal-erase-is-backspace-mode): Rename from
5405 delete-key-deletes-forward-mode. Doc fix.
5406 Run normal-erase-is-backspace-hook.
5407
5408 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5409 ``human-readable'' format produced by GNU `ls'.
5410 (dired-move-to-filename-regexp): Recognize ISO format dates.
5411 From Paul Eggert <eggert@twinsun.com>.
5412
5413 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5414
5415 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5416 New functions.
5417 (lm-verify): Check keywords.
5418 From Eric M. Ludlam <eric@siege-engine.com>.
5419
5420 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5421
5422 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5423 `xemacs' feature instead of for the function `set-extent-property'.
5424
5425 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5426
5427 * mail/mh-utils.el (mh-folder-hist): New var.
5428 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5429
5430 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5431
5432 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5433 region, position point on the first or last 16-byte group.
5434 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5435 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5436 hexl-beginning-of-line.
5437
5438 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5439
5440 * icomplete.el (icomplete-mode): Treat an argument like other
5441 modes do.
5442
5443 * startup.el (fancy-splash-head): Use splash8.xpm for color
5444 depth 8.
5445
5446 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5447 Add an antry for ``converts''.
5448
5449 * language/slovak.el ("Slovak"): Add documentation string.
5450 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5451
5452 * language/czech.el ("Czech"): Add documentation string.
5453 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5454
5455 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5456 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5457
5458 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5459
5460 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5461 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5462 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5463 Use `defsubst' rather than a macro to ease debugging.
5464 (mail-extr-last): Remove (use `last' instead).
5465 (mail-extract-address-components): Properly reset the syntax-table
5466 after parsing an address. Use `last' rather than mail-extr-last.
5467 Make sure the end marker stays at the very end.
5468
5469 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5470
5471 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5472 last change.
5473
5474 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5475
5476 * ps-print.el: Line and paragraph spacing feature. Region to cut
5477 out when printing. Doc fix.
5478 (ps-print-version): New version number (6.5).
5479 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5480 New vars. Line and paragraph spacing feature.
5481 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5482 out when printing.
5483 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5484 (ps-get-font-size, ps-begin-job, ps-continue-line)
5485 (ps-plot-region): Code fix.
5486 (ps-print-prologue-2): Var eliminated.
5487 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5488 New internal vars.
5489 (ps-get-size): New fun.
5490 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5491 (ps-next-line): Replace defun by defsubst.
5492 (ps-mule-plot-string): Autoload doc fix.
5493
5494 * ps-bdf.el: XEmacs compatibility. Doc fix.
5495 (installation-directory, coding-system-for-read): Declare vars if
5496 it's not declared yet.
5497 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5498
5499 * ps-mule.el: XEmacs compatibility. Doc fix.
5500 (leading-code-private-22): Declare var if it's not declared yet.
5501 (charset-bytes, charset-dimension, charset-id, charset-width)
5502 (find-charset-region, split-char, char-width, chars-in-region)
5503 (forward-point, decompose-composite-char, encode-coding-string)
5504 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5505 Define funs if not defined yet.
5506 (encode-composition-rule, find-composition): Define funs if not
5507 loaded yet.
5508 (ps-mule-prologue): PostScript code fix.
5509
5510 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5511
5512 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5513 non-nil, generate font for the header strings.
5514 (ps-mule-prepare-font): Likewise.
5515 (ps-mule-generate-glyphs): Likewise.
5516 (ps-mule-string-encoding): Likewise.
5517 (ps-mule-header-charsets): New variable.
5518 (ps-mule-encode-header-string): New function.
5519 (ps-mule-header-string-charsets): New function.
5520 (ps-mule-begin-job): Check charsets in the header strings. If there
5521 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5522
5523 * ps-print.el (ps-generate-header-line): Encode the header string by
5524 ps-mule-encode-header-string.
5525 (ps-mule-encode-header-string): Declare autoload.
5526
5527 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5528
5529 * frame.el (cursor-in-non-selected-windows):
5530 Replaces show-cursor-in-non-selected-windows.
5531
5532 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5533
5534 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5535 Delete entries for "chinese-py" and "chinese-ziranma".
5536 (quail-misc-package-ext-info): New variable.
5537 (tsang-quick-converter): New function.
5538 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5539 (quick-cns-converter, py-converter, ziranma-converter)
5540 (miscdic-convert, batch-miscdic-convert): New functions.
5541
5542 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5543
5544 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5545 eight-bit-control chars.
5546
5547 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5548 Reduce making temporary vector (suggested by Dave Love).
5549
5550 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5551
5552 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5553 string as well.
5554
5555 2001-03-30 Andreas Schwab <schwab@suse.de>
5556
5557 * files.el (backup-directory-alist): Fix typo.
5558
5559 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5560
5561 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
5562 <eggert@twinsun.com>.
5563
5564 2001-03-30 Dave Love <fx@gnu.org>
5565
5566 * progmodes/fortran.el (fortran-comment-region): Fix typo.
5567
5568 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5569
5570 * simple.el (transient-mark-mode): Mention C-g in the doc string.
5571
5572 2001-03-30 Miles Bader <miles@gnu.org>
5573
5574 * subr.el (interactive-form): Fix paren typo.
5575
5576 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
5577
5578 * emacs-lisp/profile.el: Say that it's obsolete in the header
5579 line, so that finder.el puts that into its data-base.
5580 Suggested by Alex Schroeder <alex@gnu.org>.
5581
5582 2001-03-29 Paul Eggert <eggert@twinsun.com>
5583
5584 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
5585 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
5586
5587 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
5588
5589 * generic.el (generic-mode-set-comments): Use "" rather than nil
5590 for comment-end.
5591
5592 2001-03-29 Gerd Moellmann <gerd@gnu.org>
5593
5594 * emacs-lisp/advice.el (ad-make-advised-definition):
5595 Call interactive-form to obtain the interactive spec of subrs.
5596
5597 * subr.el (interactive-form): New function.
5598
5599 2001-03-29 Andre Spiegel <spiegel@gnu.org>
5600
5601 * vc-sccs.el (vc-sccs-register): Use relative file names.
5602
5603 2001-03-28 Gerd Moellmann <gerd@gnu.org>
5604
5605 * bookmark.el (bookmark-get-bookmark): Handle case that
5606 BOOKMARK is not a string.
5607
5608 * image.el (image-type-regexps): Change type for PS files
5609 to `postscript'.
5610
5611 * subr.el (read-passwd): Clear command history after each
5612 character entered. From: Stephen Gildea
5613 <gildea@stop.mail-abuse.org>.
5614
5615 2001-03-27 Kenichi Handa <handa@etl.go.jp>
5616
5617 * international/kkc.el (kkc-save-init-file): Locally bind
5618 print-length to nil.
5619
5620 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5621
5622 * textmodes/flyspell.el: Some doc fixes.
5623 (flyspell-maybe-correct-transposition)
5624 (flyspell-maybe-correct-doubling): Use a temporary buffer
5625
5626 * textmodes/ispell.el (ispell-parse-output): Doc fix.
5627
5628 * emacs-lisp/byte-opt.el (byte-optimize-while)
5629 (byte-optimize-form-code-walker): Diagnose too few arguments
5630 for `if' and `while'.
5631
5632 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5633
5634 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5635 Prepend `\' to "\<quail-translation-docstring>".
5636
5637 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5638
5639 * autorevert.el (global-auto-revert-non-file-buffers):
5640 Remove duplicate defcustom.
5641
5642 2001-03-26 Miles Bader <miles@gnu.org>
5643
5644 * international/latin1-disp.el (latin1-char-displayable-p):
5645 Add leading "-" for X font pattern.
5646
5647 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5648
5649 * international/mule-diag.el (describe-coding-system):
5650 For raw-text and emacs-mule, don't add anymore text about what
5651 charsets they can encode.
5652
5653 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
5654
5655 * help.el (view-lossage): Mention open-dribble-file in the doc
5656 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
5657
5658 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5659
5660 * skeleton.el (skeleton-internal-list): Fix bogus logic.
5661 (skeleton-pair-insert-maybe): Don't pair after a backslash.
5662
5663 2001-03-23 Kenichi Handa <handa@etl.go.jp>
5664
5665 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5666 Call ccl-execute-on-string directly so that CCL program handling
5667 multibyte sequence can work correctly.
5668 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
5669 property of the coding system.
5670
5671 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5672
5673 * textmodes/fill.el (fill-individual-paragraphs-prefix):
5674 Fix transcription typo.
5675
5676 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
5677
5678 * whitespace.el: Add buffer local variables to toggle testing of
5679 whitespaces in buffers without affecting the default values.
5680 Bump version to 3.0 to account for a few other changes.
5681 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
5682 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
5683 (whitespace-toggle-spacetab-check): New functions.
5684
5685 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
5686
5687 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
5688
5689 2001-03-21 Gerd Moellmann <gerd@gnu.org>
5690
5691 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
5692 bs-cycle-configuration-name. From Juanma Barranquero
5693 <lektu@uol.com.br>.
5694
5695 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
5696 and cc-vars.el.
5697
5698 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
5699 headers. Always invoke sendmail with option -t.
5700
5701 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5702
5703 * Release of cc-mode 5.28.
5704
5705 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5706
5707 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
5708 Removed the hardcoded switch to "java" style in Java mode.
5709 It's instead taken care of by the default value for c-default-style.
5710
5711 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5712
5713 * cc-align.el (c-lineup-math): Fix bug where lineup was
5714 triggered by equal signs in string literals.
5715
5716 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5717
5718 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
5719 limit detection when at the ends of the buffer.
5720
5721 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
5722 "for" statement clause in case 7F; a better one is done
5723 earlier in case 7D anyway.
5724
5725 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5726
5727 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
5728 somewhat more and did a small optimization.
5729
5730 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5731
5732 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
5733 Use the limit argument only to limit the syntactic context
5734 search, not to limit the actual movement.
5735
5736 * cc-cmds.el (c-beginning-of-statement): Move by sentence
5737 inside multiline strings, just like in comments. Also various
5738 fixes to the paragraph and comment prefix recognition, block
5739 comment ender handling etc.
5740
5741 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5742
5743 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
5744 the relative position of the point.
5745
5746 * cc-cmds.el (c-electric-continued-statement): New function to
5747 use as abbrev hook to reindent for keywords such as "else"
5748 that continues an earlier statement.
5749
5750 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
5751 like classes.
5752
5753 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
5754 (pike-mode): Populate the default abbrev tables to reindent for
5755 keywords such as "else" that can continue earlier statements.
5756 Abbrev mode is therefore turned on by default now. (Note that
5757 this doesn't apply to idl-mode, since IDL afaik doesn't have
5758 statements at all.)
5759
5760 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5761
5762 * cc-engine.el (c-inside-bracelist-p): Fix for handling
5763 bracelists where the declaration contains template arguments.
5764
5765 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5766
5767 * cc-cmds.el (c-comment-indent):
5768 Use `c-get-syntactic-indentation' to correctly calculate the
5769 syntactic indentation. Fixes bug with lineup functions that
5770 return vectors.
5771
5772 * cc-engine.el (c-get-syntactic-indentation): Split the
5773 indentation sum calculation from `c-indent-line' to a separate
5774 function.
5775
5776 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5777
5778 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
5779 Fixed places where it was assumed that preprocessor directives
5780 have to start in column zero.
5781
5782 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
5783 template arguments after a class identifier properly.
5784
5785 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
5786 lists for `new Foo[]' constructs in Java as expressions and
5787 not top level definition brace lists on the top level, so that
5788 they'll get indented consistently with the same type of
5789 expression in a normal block.
5790
5791 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5792
5793 * cc-cmds.el (c-fill-paragraph): The kludge that checks
5794 whether the adaptive filling package fails to keep the comment
5795 prefix is now kludged further to check for filladapt-mode
5796 which doesn't have that problem. This is really icky, but it's
5797 the only way that works with the current misfeatures/bugs in
5798 both adaptive-fill-mode and filladapt-mode.
5799
5800 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
5801 around point is recognized more robust.
5802
5803 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5804
5805 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
5806 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
5807 (c-lit-type): Fixed all internal variables used dynamically so
5808 that they are always bound.
5809
5810 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
5811 errors:
5812
5813 (c-indent-region): Fixed reporting of syntactic errors so that
5814 the region is fully reindented even when an error occurs.
5815 The last syntactic error is printed afterwards. Also cleanup up a
5816 whole lot of code that tried to optimize indentation of whole
5817 sexps but in reality accomplishes nothing.
5818
5819 (c-indent-sexp): Use c-indent-region.
5820
5821 (c-parsing-error): Changed this variable to hold the message
5822 for any syntactic error that is discovered.
5823
5824 (c-parse-state): Search backward from point instead of the bod
5825 position when the latter is invalid. This makes CC Mode
5826 recover faster when there are unbalanced close braces.
5827
5828 (c-backward-to-start-of-if): Use c-parsing-error to report
5829 dangling "else" clauses instead of throwing an error, and fall
5830 back to a reasonable position.
5831
5832 (c-indent-line): Added argument to avoid reporting syntactic errors.
5833
5834 (c-show-syntactic-information): Don't report any syntactic errors.
5835
5836 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5837
5838 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
5839 paragraph recognition when moving by sentence in literals.
5840
5841 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
5842 start regexp for javadoc to recognize javadoc markup in general instead
5843 of a specific set of keywords, to be more future-safe.
5844
5845 (c-Pike-pikedoc-paragraph-start)
5846 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
5847 pikedoc markup.
5848
5849 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
5850
5851 (pike-mode): Initialize paragraph settings pikedoc recognition.
5852
5853 * cc-vars.el (c-default-style): Made a nicer Customize widget.
5854
5855 (c-comment-prefix-regexp): Made it possible to use an
5856 association list on this to specify mode specific regexps.
5857 The default value now use a special regexp in Pike mode to
5858 recognize pikedoc markup.
5859
5860 (c-current-comment-prefix): New variable containing the actual
5861 regexp from c-comment-prefix-regexp for the current buffer.
5862
5863 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5864
5865 * cc-cmds.el (c-electric-brace): Fixed check for special brace
5866 lists: We can't look at the syntax, since a brace list can get
5867 recognized as a plain statement-cont.
5868
5869 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
5870 special brace list opener broken over two lines got recognized
5871 as a statement on the second line. Case 9A changed.
5872
5873 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5874
5875 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
5876 adjustment after line is reindented.
5877
5878 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5879
5880 * cc-defs.el (c-point): Added optional argument for position
5881 to use instead of the current point.
5882
5883 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
5884 the in-expression block symbols when the construct starts at
5885 boi, to avoid the extra level of indentation in that case.
5886 Cases 4, 16A and 17E affected.
5887
5888 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5889
5890 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
5891 calls to `c-indent-line', to adhere better to Emacs conventions.
5892
5893 * cc-engine.el (c-indent-line): Use the syntax already bound
5894 to `c-syntactic-context', if there is any.
5895
5896 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5897
5898 * cc-engine.el (c-get-offset): Fixed bug where the indentation
5899 wasn't added up correctly when a lineup function returned nil.
5900
5901 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5902
5903 * cc-engine.el (c-collect-line-comments): Fixed bug where
5904 empty lines were ignored when collecting line comments backwards.
5905
5906 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5907
5908 * cc-align.el (c-lineup-dont-change): Return an absolute
5909 indentation column to work correctly in the case when several
5910 syntactic elements are processed for the same line.
5911
5912 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
5913 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
5914 (c-set-offset): Added absolute indentation column settings by
5915 using the vector type.
5916
5917 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5918
5919 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
5920 Implemented two new cleanups `space-before-funcall' and
5921 `compact-empty-funcall'.
5922
5923 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5924
5925 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
5926 helping building regexps.
5927
5928 * cc-engine.el (c-on-identifier): New function for detecting
5929 identifiers. It takes keywords into account.
5930
5931 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
5932 lists. `c-keywords' is set to a regexp matching all keywords
5933 in the current language.
5934
5935 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5936
5937 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
5938 list of characters to skip backwards over at the beginning of
5939 a statement, since it can precede string literals in Pike.
5940
5941 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5942
5943 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
5944 recognition when standing on the last line in a C++ comment
5945 with nothing but whitespace after the prefix.
5946
5947 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
5948 given no limit argument.
5949
5950 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5951
5952 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
5953 recognition for the `[]= operator symbol in Pike.
5954
5955 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5956
5957 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
5958 around a bug in `eval-when-compile' in the byte compiler.
5959
5960 * cc-engine.el (c-forward-token-1): Fixed bug with return
5961 value when count is zero and there's no token start within the limit.
5962
5963 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
5964 "prefix comments", i.e. comments which are followed by code on
5965 the same line.
5966
5967 * cc-mode-19.el: Fixes so that checks that must be done at
5968 compile time also are done then.
5969
5970 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5971
5972 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
5973 time and at runtime, and only when it's needed.
5974
5975 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5976
5977 Major cleanup for less error prone and more warning free
5978 compilation, including some fixes for bugs due to different
5979 compilation orders. Thanks to Martin Buchholz for providing
5980 the basis for all this.
5981
5982 * cc-bytecomp.el: New file that provides some byte compilation
5983 features: It ensures that files always are loaded from the
5984 current source directory during compilation, and it provides a
5985 set of macros to turn off specific compiler warnings for
5986 specific symbols. (It's not CC Mode specific in any way.)
5987
5988 Fixed a nearly acyclic dependency tree (both runtime and
5989 compile-time) between all files.
5990
5991 * cc-defs.el: Separated all macros before the inline functions,
5992 to ensure correct compilation.
5993
5994 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
5995 cc-defs.el to cc-engine.el and made it a function instead.
5996
5997 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
5998 about char-after.
5999
6000 * cc-vars.el: Cope even when there isn't a custom package
6001 containing defcustom available.
6002
6003 * cc-make.el: Removed since it's no longer necessary.
6004
6005 README: Updated installation instructions.
6006
6007 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6008
6009 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6010 improve the modularity: Moved all mode init stuff from
6011 cc-langs.el to cc-mode.el, including the keymap
6012 initialization; cc-langs now only contains the various
6013 variables for configuring the language syntax.
6014
6015 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6016 (c-get-offset): Moved from cc-styles to cc-engine since file
6017 dependency analysis suggests they belong there (which also
6018 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6019
6020 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6021
6022 * cc-cmds.el (c-fn-region-is-active-p): New function that
6023 wraps the corresponding macro, for use in places that aren't
6024 compiled. Thanks to Martin Buchholz for pointing out this.
6025
6026 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6027
6028 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6029 add things to the bug report.
6030
6031 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6032
6033 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6034 returned prefix could contain a newline when the search for a
6035 good prefix line failed.
6036
6037 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6038
6039 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6040 (c-toggle-auto-hungry-state): Made the argument optional, as
6041 the documentation says it is.
6042
6043 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6044
6045 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6046 multiline string syntax, #"...", as a cpp macro.
6047
6048 2001-03-21 Paul Eggert <eggert@twinsun.com>
6049
6050 * international/mule-cmds.el (set-locale-environment):
6051 Set system-messages-locale and system-time-locale, but only if the
6052 caller specifies a non-nil locale name.
6053
6054 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6055
6056 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6057 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6058
6059 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6060
6061 * follow.el (follow-avoid-tail-recenter): Doc fix.
6062
6063 * custom.el (custom-set-variables): Avoid reversing the list
6064 of args needlessly.
6065
6066 * startup.el (fancy-splash-head): Don't change the colors of the
6067 XPM image on a dark background.
6068
6069 * comint.el (comint-exec-1): Set columns of the terminal to
6070 window-width instead of frame-width.
6071
6072 * info.el (Info-scroll-down): Add missing WINDOW arg for
6073 pos-visible-in-window-p.
6074
6075 * ehelp.el (electric-help-mode-hook): Add defcustom.
6076
6077 * mail/sendmail.el (mail-mode): Activate case-folding in
6078 font-lock-defaults.
6079
6080 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6081
6082 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6083 (completion-ignored-extensions): Remove duplicate ".class".
6084
6085 2001-03-19 Andreas Schwab <schwab@suse.de>
6086
6087 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6088 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6089
6090 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6091
6092 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6093 methods since there are not prefix input methods.
6094
6095 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6096
6097 * international/mule-cmds.el (read-input-method-name):
6098 Locally bind enable-recursive-minibuffers to t.
6099
6100 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6101
6102 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6103
6104 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6105
6106 * ediff-util.el: Copyright years.
6107 (ediff-choose-syntax-table): New function.
6108 (ediff-setup): Use ediff-choose-syntax-table.
6109
6110 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6111 with-syntax-table.
6112
6113 * ediff.el: Date of last update, copyright years.
6114
6115 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6116
6117 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6118 of Scott Bronson.
6119 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6120 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6121 Deleted functions.
6122 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6123 ex-token-list.
6124
6125 * viper-util.el: Spaces, indentation.
6126
6127 * viper.el: Changed version, modification time.
6128
6129 2001-03-16 John Wiegley <johnw@gnu.org>
6130
6131 * calendar/timeclock.el (timeclock-workday-remaining):
6132 Check whether `discrep' is non-null before using it.
6133
6134 2001-03-16 John Wiegley <johnw@gnu.org>
6135
6136 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6137 first-time checkins.
6138 (timeclock-log-data): Fixed problem with reading timelog log file.
6139 Resulting data in the "day list" was incorrect.
6140 (timeclock-find-discrep): Check if `timeclock-file' is readable
6141 before opening it.
6142 (timeclock-time-less-p): New function.
6143 (timeclock-day-base): New function.
6144 (timeclock-geometric-mean): New function.
6145 (timeclock-generate-report): Generate a summary report based on
6146 the contents of the log file. This uses `timeclock-log-data', and
6147 is an example of writing a timelog manipulation function.
6148 (timeclock-visit-timelog): A quick command for opening the timelog
6149 file.
6150 (timeclock-log-data): Bound the variable event.
6151
6152 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6153
6154 * international/mule-cmds.el (select-safe-coding-system):
6155 Fix typo: symbol-name -> symbol-value.
6156
6157 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6158 before substitute-in-file-name to handle double slashes in FILE
6159 correctly.
6160
6161 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6162
6163 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6164 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6165
6166 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6167
6168 * bindings.el (features): Add `md5' and `overlay' to the list.
6169
6170 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6171 bound before using it. It's not bound when configured without X,
6172 for instance.
6173
6174 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6175
6176 * progmodes/hideshow.el: Update copyright.
6177 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6178 (hs-minor-mode-hook): Include `:version' in defcustom form.
6179
6180 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6181
6182 * help.el (string-key-binding): Don't call event-start on
6183 a non-list.
6184
6185 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6186
6187 * startup.el (fancy-splash-tail, command-line-1): Fix the
6188 copyright year.
6189
6190 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6191
6192 * term.el: These changes are based on a patch sent from Yong Lu
6193 <lyongu@yahoo.com>.
6194 (term-set-escape-char): Bind M-x to execute-extended-command in
6195 term-raw-escape-map.
6196 (term-move-columns): Don't try to move to negagive column.
6197 (term-emulate-terminal): Insert a string before deleting a text to
6198 overwrite.
6199
6200 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6201
6202 * play/life.el (life): Rearrange code so that all calls to
6203 life-display-generation are in a catch-form.
6204
6205 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6206 file that isn't interesting. In an interesting file, push the old
6207 value of point on the mark ring.
6208
6209 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6210 New function.
6211 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6212 Use it.
6213
6214 * emacs-lisp/autoload.el (generate-file-autoloads):
6215 Remove warning about line lengths.
6216
6217 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6218
6219 * progmodes/etags.el (tags-compression-info-list): New variable.
6220 (find-tag-in-order): Use it to deal with compressed source files.
6221 (tag-file-name-match-p): New function.
6222 (etags-recognize-tags-table): Use it for better match of file names.
6223
6224 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6225
6226 * international/mule-cmds.el (register-input-method): Doc fix.
6227
6228 * international/quail.el (quail-translate-key): Fix condition to
6229 check if there's another breaking point in the current key.
6230
6231 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6232
6233 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6234 Babyl header to the newly-created output file, bind
6235 coding-system-for-write to either rmail-file-coding-system or
6236 emacs-mule-unix.
6237
6238 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6239
6240 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6241 Fix the name and regexp used for subsubsections.
6242
6243 2001-03-10 Dave Love <fx@gnu.org>
6244
6245 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6246 and save-buffer if buffer-file-name non-nil. From rms.
6247
6248 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6249
6250 * vc.el (vc-do-command): If the destination buffer is already
6251 current, don't set it up and don't erase it. Updated doc string
6252 to reflect that.
6253 (vc-version-diff): When doing a single file diff, don't switch to the
6254 *vc-diff* buffer before the command. This is to preserve local
6255 variable bindings that might affect the diff command.
6256 (vc-print-log): Don't switch to the *vc* buffer before the
6257 command, so that local variable bindings are preserved.
6258
6259 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6260 not the current buffer.
6261 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6262
6263 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6264 make output go to buffer *vc*, not the current buffer.
6265
6266 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6267
6268 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6269 so ^, $, *, ? and + are interpreted correctly.
6270
6271 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6272
6273 * help.el (string-key-binding): Renamed from
6274 mode-line-key-binding. Handle any event on a string.
6275 Check for `keymap' properties as well as `local-map' properties.
6276
6277 * comint.el (comint-insert-clicked-input): Use the last key
6278 from this-command-keys to lookup the global key definition.
6279
6280 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6281
6282 * international/characters.el: Add category `j' for
6283 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6284
6285 * international/mule-conf.el (no-conversion): Fix docstring.
6286 (raw-text): Fix docstring.
6287
6288 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6289
6290 * simple.el (choose-completion-string): When not leaving the
6291 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6292 is set.
6293
6294 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6295 parameter `(minibuffer . t)'.
6296
6297 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6298
6299 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6300 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6301 (sh-mode): Remove `make-local-variable' for unused var
6302 `font-lock-unfontify-region-function'.
6303
6304 2001-03-07 Richard M. Stallman <rms@gnu.org>
6305
6306 * info.el (Info-scroll-down): Fix previous change.
6307
6308 * mail/rmail.el (rmail-toggle-header): Use a window which
6309 is showing the Rmail buffer, rather than the selected window.
6310
6311 2001-03-07 Dave Love <fx@gnu.org>
6312
6313 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6314 now, to avoid problems with binding imenu directly to a mouse event.
6315
6316 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6317
6318 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6319 second arg t.
6320
6321 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6322
6323 * log-edit.el (log-edit-common-indent): New var.
6324 (log-edit-set-common-indentation): Renamed from
6325 log-edit-delete-common-indentation. Use the new var.
6326 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6327
6328 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6329 (cvs-mode-add-change-log-entry-other-window):
6330 Don't presume change-log-default-name is defined.
6331
6332 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6333
6334 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6335 the "tree" operation as well.
6336
6337 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6338
6339 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6340 to match paragraph-start.
6341
6342 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6343 comment-start-skip and set comment-end-skip as well.
6344 (sgml-comment-indent): Fix for new value of comment-start-skip.
6345 (html-autoview-mode): Don't bother using make-local-hook.
6346
6347 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6348
6349 * cus-edit.el (custom-save-delete): Move in front of local
6350 variables, otherwise long Custom entries would make them ineffective.
6351
6352 * uniquify.el: Set maintainer to FSF.
6353
6354 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6355
6356 * dired-aux.el (dired-do-shell-command): Doc fix.
6357
6358 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6359
6360 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6361
6362 * which-func.el (which-func-modes): Add cperl-mode.
6363 (which-func-mode-global): Use define-minor-mode.
6364
6365 * info-look.el: Docstring fixes and dead code eliminated.
6366 (cperl-mode): Add support.
6367 (emacs-lisp-mode): List all entries from elisp manual, whether
6368 or not they are currently (f)bound or not. Update regexp.
6369
6370 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6371
6372 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6373 so that C-h m shows the correct information.
6374 Use make-local-variable rather than make-variable-buffer-local.
6375 (cperl-info-buffer, cperl-setup-tmp-buf):
6376 Use make-local-variable rather than make-variable-buffer-local.
6377 (cperl-msb-fix, cperl-get-help-defer):
6378 Check major-mode for `cperl-mode' as well.
6379
6380 * progmodes/cperl-mode.el: Updated to author version 4.23.
6381 (cperl-electric-pod): SYNOPSIS was misspelled.
6382 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6383 (cperl-after-expr-p): Make true after __END__.
6384
6385 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6386
6387 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6388 bookmark-completion-ignore-case is t.
6389
6390 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6391 switch, like xterm, and concat resource strings, with a newline
6392 between them.
6393
6394 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6395
6396 * international/codepage.el (cp770-decode-table)
6397 (cp773-decode-table, cp774-decode-table): New variables.
6398
6399 * man.el (Man-hyphenated-reference-regexp): New variable.
6400 (Man-build-references-alist): Use it to search for referenced
6401 manpages. If hyphenated is non-nil, record a concatenated word in
6402 Man-refpages-alist only if it matches Man-reference-regexp.
6403 Update word's length when it is concatenated. Reverse the list,
6404 to get the first manpage at the head.
6405 (Man-possibly-hyphenated-word): New function.
6406 (Man-follow-manual-reference): Use it instead of current-word to
6407 find a manpage at point, in a way that accounts for hyphenated
6408 references.
6409
6410 2001-03-06 Alex Schroeder <alex@gnu.org>
6411
6412 * sql.el (sql-interbase): New function.
6413 (sql-interbase-program): New option.
6414 (sql-interbase-options): New option.
6415 And some typos fixed: "customise" to "customize".
6416
6417 2001-03-06 Dave Love <fx@gnu.org>
6418
6419 * textmodes/flyspell.el (flyspell-region):
6420 Set up flyspell-local-mouse-map.
6421
6422 2001-03-05 Richard M. Stallman <rms@gnu.org>
6423
6424 * mail/rmail.el (rmail-retry-failure):
6425 Don't call rmail-beginning-of-message.
6426 Don't discard From: field. Do discard Received: field.
6427 Use unwind-protect to re-prune.
6428 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6429
6430 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6431
6432 * international/quail.el (quail-title): Add autoload cookie.
6433
6434 2001-03-05 Dave Love <fx@gnu.org>
6435
6436 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6437 new defs.
6438
6439 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6440
6441 * language/ethio-util.el (ethio-toggle-space):
6442 Update current-input-method-title if necessary.
6443 (ethio-toggle-punctuation): Likewise.
6444
6445 * international/quail.el (quail-title): Fix for the case that a
6446 title of an input method is specified by a list of the same form
6447 as used in mode-line-format.
6448
6449 * international/mule-cmds.el (activate-input-method):
6450 If current-input-method-title is set by activating INPUT-METHOD,
6451 respect that value.
6452
6453 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6454
6455 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6456
6457 2001-03-05 Alex Schroeder <alex@gnu.org>
6458
6459 * sql.el (sql-sybase): Fix typo (was: query user about server two
6460 times instead of server and database).
6461
6462 * sql.el (sql-sybase): Doc change.
6463 (sql-mysql): Doc change.
6464 (sql-postgres): Doc change.
6465
6466 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6467
6468 * international/mule-conf.el (emacs-mule, raw-text):
6469 Docstring modified.
6470
6471 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6472
6473 * term/internal.el: Update copyright notice.
6474
6475 * term/pc-win.el: Update copyright notice.
6476
6477 2001-03-02 Dave Love <fx@gnu.org>
6478
6479 * files.el (insert-file-contents-literally):
6480 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6481 not jka-compr-compression-info-list.
6482
6483 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6484
6485 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6486 spaces in default comment-start-skip settings rather than \s-.
6487
6488 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6489
6490 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6491 default-frame-alist as well.
6492
6493 2001-03-01 Dave Love <fx@gnu.org>
6494
6495 * textmodes/reftex.el (defvar): Wrap some defvars in
6496 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6497
6498 * subr.el (event-basic-type): Doc fix.
6499
6500 * international/quail.el: Doc fixes.
6501
6502 * international/utf-8.el: Doc fixes.
6503
6504 * international/mule-cmds.el: Doc fixes.
6505 (leim-list-header): Fix header text.
6506
6507 * international/mule.el (coding-system-category): Doc fix.
6508
6509 * international/ccl.el (ccl-compile): Doc fix.
6510
6511 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6512
6513 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6514 rather than (before|after)-change-functions.
6515
6516 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6517
6518 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6519 scroll-left and scroll-right being called interactively so that
6520 they set the window's min_hscroll.
6521
6522 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6523
6524 * info.el (info-insert-file-contents-1): Accept an additional
6525 argument `lfn': if it is non-nil, concatenate `filename' and
6526 `suffix'; otherwise use the complicated MS-DOS code.
6527 All callers changed.
6528 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6529 can access long file names, try the long file-name version of
6530 `info-insert-file-contents-1', then the short file-name version.
6531
6532 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6533
6534 * language/ethio-util.el (setup-ethiopic-environment-internal):
6535 Change bindings of functions keys to conform to "Emacs Lisp Coding
6536 Convention".
6537
6538 * language/ethiopic.el ("Ethiopic"): Add documentation.
6539
6540 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6541
6542 * international/utf-8.el (mule-utf-8): Set coding-category
6543 property to coding-category-utf-8.
6544
6545 2001-02-27 Richard M. Stallman <rms@gnu.org>
6546
6547 * lpr.el (lpr-page-header-switches, print-region-1):
6548 Undo 2000-07-06 change.
6549 (lpr-add-switches): Default to t on gnu/linux.
6550
6551 2001-02-27 Gerd Moellmann <gerd@gnu.org>
6552
6553 * bs.el (bs-attributes-list): Doc fix.
6554
6555 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6556
6557 * help.el (describe-project): Display the file THE-GNU-PROJECT.
6558
6559 * help.el (view-order-manuals): Use goto-address.
6560
6561 * startup.el (command-line-1): Add info about ordering manuals
6562 to the not so fancy splash screens.
6563
6564 2001-02-26 Andre Spiegel <spiegel@gnu.org>
6565
6566 * vc.el (vc-default-workfile-unchanged-p)
6567 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
6568
6569 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6570
6571 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
6572 fontify in the right buffer.
6573
6574 * allout.el (outline-flag-region): Move macro in front of first
6575 use to avoid a run-time error.
6576
6577 2001-02-24 Andrew Innes <andrewi@gnu.org>
6578
6579 * makefile.w32-in: Fix copyright notice.
6580
6581 2001-02-24 Kenichi Handa <handa@etl.go.jp>
6582
6583 * international/utf-8.el (mule-utf-8): Set correct value for
6584 valid-codes property.
6585
6586 * international/fontset.el (x-complement-fontset-spec): In the
6587 case that we use ASCII font for the other charsets, use only
6588 family and registry part of it.
6589
6590 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6591
6592 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
6593 (shrink-window-if-larger-than-buffer): Doc fix.
6594
6595 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
6596
6597 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
6598 predicate passed to completing-read.
6599
6600 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6601
6602 * startup.el (command-line): Fix last change.
6603
6604 2001-02-23 Jason Rumney <jasonr@gnu.org>
6605
6606 * startup.el (tool-bar-originally-present): New variable.
6607 (command-line): Set it if the tool-bar is switched on at startup.
6608
6609 * frame.el (frame-notice-user-settings): Only adjust frame height
6610 for no tool-bar case if tool-bar was originally switched on.
6611 From E. Jay Berkenbilt.
6612
6613 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
6614
6615 * server.el (server-switch-buffer): Only switch window if the
6616 current one is dedicated.
6617
6618 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
6619 rather than using (match-beginning 0) when searching for break point.
6620
6621 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
6622
6623 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
6624 @ follows an accent command such as @'. Support optional braces
6625 in commands that insert accents, like makeinfo does.
6626
6627 2001-02-22 Gerd Moellmann <gerd@gnu.org>
6628
6629 * startup.el (fancy-splash-text): Add a line for ordering
6630 manuals. Reverse order of splash screens shown.
6631 (use-fancy-splash-screens-p): Adapt to the text line added.
6632
6633 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
6634 manuals from the FSF.
6635
6636 * help.el (view-order-manuals): New function.
6637 (toplevel): Bind C-h C-m to this function.
6638
6639 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
6640
6641 * newcomment.el (comment-forward): Skip the comment-start before
6642 searching for the comment-end.
6643
6644 2001-02-21 Dave Love <fx@gnu.org>
6645
6646 * custom.el (custom-initialize-changed, defcustom): Doc fix.
6647
6648 * international/mule-cmds.el, international/mule.el: Doc fixes.
6649
6650 2001-02-21 Gerd Moellmann <gerd@gnu.org>
6651
6652 * startup.el (fancy-splash-screens): Use display-hourglass
6653 instead of display-busy-cursor.
6654
6655 * frame.el (display-hourglass): Renamed from busy-cursor.
6656 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
6657 (show-cursor-in-non-selected-windows): Doc fix.
6658
6659 2001-02-20 Dave Love <fx@gnu.org>
6660
6661 * international/utf-8.el: Doc and commentary fixes.
6662
6663 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
6664
6665 * ehelp.el (with-electric-help): Doc fix.
6666
6667 2001-02-20 Gerd Moellmann <gerd@gnu.org>
6668
6669 * msb.el (msb-mode): Call the update-buffers function explicitly
6670 with a FORCE argument.
6671
6672 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
6673 FORCE. If set, update the menu even if frame-or-buffer-changed-p
6674 returns nil.
6675
6676 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6677
6678 * ps-print.el: Timestamp package replacement. Some enhancements.
6679 Some XEmacs compatibility. Doc fix.
6680 (ps-print-version): New version number (6.4).
6681 (ps-printer-name): Initialization fix.
6682 (ps-zebra-stripe-follow): Funcionality enhancement.
6683 (ps-prologue-file): Code enhancement.
6684 (ps-right-header): Timestamp package replacement.
6685 (ps-setup, ps-face-bold-p, ps-face-italic-p)
6686 (ps-get-page-dimensions)
6687 (ps-generate-header, ps-begin-file, ps-begin-job)
6688 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
6689 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
6690 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
6691 (coding-system-for-write): Var declaration (XEmacs compatibility).
6692
6693 2001-02-20 Miles Bader <miles@gnu.org>
6694
6695 * image-file.el (image-file-name-extensions): Add "tif".
6696
6697 2001-02-19 Gerd Moellmann <gerd@gnu.org>
6698
6699 * wid-edit.el (widget-button-click): Save the selected window
6700 around the code handling clicks on buttons.
6701
6702 2001-02-18 Dave Love <fx@gnu.org>
6703
6704 * imenu.el (imenu--generic-function): Use mapc to iterate over
6705 syntax characters.
6706
6707 2001-02-17 Richard M. Stallman <rms@gnu.org>
6708
6709 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
6710
6711 * uniquify.el (uniquify-buffer-name-style): Doc fix.
6712
6713 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6714
6715 * mouse.el (mouse-save-then-kill): If the distance from the new
6716 point to the mark is equal to the distance of point from the new
6717 point, move point instead of the mark.
6718
6719 2001-02-16 Dave Love <fx@gnu.org>
6720
6721 * textmodes/flyspell.el (flyspell-get-word): Return string without
6722 properties.
6723
6724 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6725
6726 * generic.el (generic-find-file-regexp): Doc fix.
6727 (generic-ignore-files-regexp): New defcustom.
6728 (generic-mode-find-file-hook): If the file's name matches the
6729 regexp in `generic-ignore-files-regexp', don't enter
6730 default-generic-mode. Doc fix.
6731
6732 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6733
6734 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
6735 Add autoload cookies.
6736
6737 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
6738 of cal-tex-24.
6739
6740 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6741
6742 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
6743
6744 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
6745 the character class after the (optional) drive, to support file
6746 names with embedded blanks.
6747
6748 2001-02-15 Sam Steingold <sds@gnu.org>
6749
6750 * textmodes/tex-mode.el (tex-shell-running):
6751 Check the process buffer too.
6752
6753 2001-02-15 Dave Love <fx@gnu.org>
6754
6755 * battery.el (battery-status-function): Fix doc, :type.
6756
6757 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
6758
6759 2001-02-15 Gerd Moellmann <gerd@gnu.org>
6760
6761 * subr.el (read-passwd): Clear Lisp memory holding password.
6762
6763 2001-02-15 Miles Bader <miles@gnu.org>
6764
6765 * info.el (Info-copy-current-node-name): New function.
6766 (Info-mode-menu): Add it to the menu.
6767
6768 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
6769
6770 * international/mule-cmds.el (toggle-input-method): Doc fix.
6771
6772 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
6773
6774 * replace.el (occur): Stop at end of buffer.
6775
6776 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
6777
6778 * international/mule-cmds.el (set-input-method): Another doc fix.
6779
6780 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
6781
6782 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
6783
6784 2001-02-13 Miles Bader <miles@gnu.org>
6785
6786 * faces.el (set-face-background, set-face-foreground)
6787 (set-face-stipple): Treat a value of nil as being `unspecified'.
6788
6789 2001-02-12 Dave Love <d.love@dl.ac.uk>
6790
6791 * international/latin1-disp.el: Doc fixes.
6792 (latin1-display) <defgroup>: Add :link.
6793 (latin1-display) <function>: Set variable latin1-display.
6794
6795 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
6796
6797 * international/mule-cmds.el (set-input-method): Doc fix.
6798
6799 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
6800
6801 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
6802 (speedbar-line-file): Return nil if not a file.
6803 (speedbar-buffers-line-path): Return file for tags, and dir for files.
6804
6805 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
6806
6807 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
6808 for remote files.
6809 (ediff-coding-system-for-read): Replaced the no-conversion default
6810 with raw-text.
6811
6812 * ediff-init.el: Removed :version from defcustom vars.
6813
6814 * ediff-util.el (ediff-compute-custom-diffs-maybe):
6815 Better handling of the diff mode.
6816
6817 * ediff.texi: Added ediff-coding-system-for-read.
6818
6819 * viper.texi: Fix typos.
6820
6821 2001-02-11 Dave Love <fx@gnu.org>
6822
6823 * shadowfile.el: Doc fixes.
6824 (shadow) <defgroup>: Add :link.
6825 (shadowfile-unload-hook): New function.
6826 (shadow-initialize): Use defalias, not fset.
6827 (shadow-define-cluster, shadow-define-literal-group)
6828 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
6829
6830 * international/mule.el: Doc and message fixes.
6831
6832 * international/ccl.el (define-ccl-program): Doc fix.
6833
6834 2001-02-11 Kenichi Handa <handa@etl.go.jp>
6835
6836 * faces.el (mode-line): Set :line-width property to -1.
6837
6838 2001-02-10 Richard M. Stallman <rms@gnu.org>
6839
6840 * complete.el (partial-completion-mode): Doc fix.
6841
6842 * simple.el (delete-key-deletes-forward-mode):
6843 Change `let' to `let*' to fix gross bug in last change.
6844
6845 * repeat.el (repeat): Don't let execute-kbd-macro alter
6846 real-last-command.
6847
6848 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
6849
6850 * simple.el (eval-expression): Doc fix.
6851
6852 2001-02-09 Dave Love <fx@gnu.org>
6853
6854 * imenu.el (imenu-generic-expression): Doc fix.
6855
6856 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
6857 From Juanma Barranquero.
6858
6859 * emacs-lisp/authors.el (authors): Expand `root' before running find.
6860
6861 2001-02-09 Kenichi Handa <handa@etl.go.jp>
6862
6863 * faces.el (set-face-attribute): Describe the case of a negative
6864 value specified for :line-width.
6865
6866 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
6867
6868 * which-func.el (which-func-mode): Invert which-func-mode-global.
6869 From Juanma Barranquero <lektu@uol.com.br>.
6870
6871 2001-02-08 Dave Love <fx@gnu.org>
6872
6873 * wid-edit.el (widget-plist-convert-widget): Replace binding of
6874 widget-plist-value-type.
6875 (widget-alist-convert-widget): Replace binding of
6876 widget-alist-value-type.
6877
6878 * textmodes/paragraphs.el (sentence-end): Doc fix.
6879
6880 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
6881 Remove `backward-line'.
6882
6883 * play/pong.el (pong-blank-color, pong-bat-color)
6884 (pong-ball-color, pong-border-color, pong-left-key)
6885 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
6886 (pong-pause-key, pong-resume-key, pong-timer-delay):
6887 * mail/mh-comp.el (mh-compose-letter-function):
6888 * eshell/esh-mode.el (eshell-skip-prompt-function):
6889 * emulation/viper-ex.el (ex-unix-type-shell-options):
6890 * recentf.el (recentf-menu-filter):
6891 * ps-print.el (ps-print-region-function):
6892 * lpr.el (print-region-function):
6893 * forms.el (forms-mode-hooks):
6894 * dirtrack.el (dirtrack-directory-change-hook):
6895 * cus-start.el (temp-buffer-show-function, display-buffer-function):
6896 * textmodes/spell.el (spell-filter):
6897 * textmodes/fill.el (adaptive-fill-function):
6898 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
6899 * progmodes/etags.el (find-tag-default-function):
6900 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
6901 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6902
6903 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
6904
6905 * emulation/viper-init.el (viper-fast-keyseq-timeout)
6906 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
6907 Meyering <jim@meyering.net>.
6908
6909 * loadup.el: Revert last change.
6910
6911 2001-02-07 Kenichi Handa <handa@etl.go.jp>
6912
6913 * international/mule.el (transform-make-coding-system-args):
6914 Make it work also for coding systems not using CCL.
6915
6916 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6917
6918 * simple.el (previous-matching-history-element)
6919 (next-matching-history-element): Doc fix.
6920
6921 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
6922 specific part.
6923
6924 2001-02-06 Dave Love <fx@gnu.org>
6925
6926 * add-log.el (add-log-current-defun-function)
6927 (add-log-buffer-file-name-function, add-log-file-name-function):
6928 Fix :type.
6929 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
6930
6931 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6932
6933 * info.el (info-initialize): Remove the test for system-type when
6934 invocation-directory is non-nil.
6935
6936 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
6937 of `font-lock-defaults' to `backward-paragraph' rather than nil.
6938
6939 2001-02-06 Andrew Innes <andrewi@gnu.org>
6940
6941 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
6942 absolute.
6943
6944 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
6945
6946 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
6947 buffers. When hi-lock turned on rather than only checking current
6948 buffer for regexps, all buffers are checked. Moved activation of
6949 font-lock to hi-lock-refontify. When font-lock turned off rather
6950 than removing added highlighting just in current buffer, remove it
6951 in all buffers. Changed edit menu text from "Automatic
6952 Highlighting" to "Regexp Highlighting" Documentation for
6953 highlighting phrases, minor documentation changes.
6954 (hi-lock-set-file-patterns): Execute only if there are new or
6955 existing file patterns.
6956 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
6957 unfontify and, if a support mode is active, will not refontify the
6958 whole buffer. If necessary, turn on font lock. (Removed
6959 font-lock-unfontify and font-lock support-mode-specific calls,
6960 such as lazy-lock-fontify-window.)
6961 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
6962 patterns are found. Not useful now since find-file-hook is removed
6963 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
6964 (hi-lock-face-phrase-buffer): New function. Also added related
6965 menu item and keybinding.
6966 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
6967 (hi-lock-process-phrase): New function.
6968 (hi-lock-line-face-buffer): Doc fixes.
6969 (hi-lock-face-buffer): Doc fixes.
6970 (hi-lock-unface-buffer): Doc fixes.
6971
6972 2001-02-06 Gerd Moellmann <gerd@gnu.org>
6973
6974 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
6975 dabbrev-ignored-regexps.
6976
6977 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6978
6979 * simple.el (kill-line): Doc fix.
6980
6981 2001-02-05 Dave Love <fx@gnu.org>
6982
6983 * loadup.el: Revert last two changes -- bootstrapping works with
6984 regenerated loaddefs.
6985
6986 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
6987
6988 * isearch.el (isearch-forward): Doc fix.
6989
6990 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
6991 of font-lock-defaults to backward-paragraph.
6992
6993 2001-02-05 Gerd Moellmann <gerd@gnu.org>
6994
6995 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
6996 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
6997
6998 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6999
7000 * ebnf2ps.el: Eliminate time-stamp functions.
7001 (ebnf-version): New version (3.5).
7002 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7003 format-time-string.
7004
7005 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7006
7007 * simple.el (next-line): Goto end-of-line before inserting a newline.
7008
7009 2001-02-05 Miles Bader <miles@gnu.org>
7010
7011 * image-file.el (insert-image-file): When visiting an image, also
7012 set `truncate-lines' to t so that any fringe arrow looks correct.
7013
7014 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7015
7016 * isearch.el (isearch-forward): Add description about input method
7017 in the docsting.
7018
7019 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7020
7021 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7022
7023 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7024
7025 * info.el (info-initialize): If installation-directory is nil, for
7026 DOS/Windows systems try looking in a sibling of invocation-directory.
7027
7028 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7029
7030 * wid-edit.el (widget-button-click): Fix last change.
7031
7032 * frame.el (frame-notice-user-settings): When resizing the initial
7033 frame because the tool bar is off, also change the frame's top
7034 position if a negative top position was specified.
7035
7036 2001-02-02 Miles Bader <miles@gnu.org>
7037
7038 * image-file.el (insert-image-file): When visiting an image,
7039 suppress the cursor in the image buffer.
7040
7041 2001-02-01 Dave Love <fx@gnu.org>
7042
7043 * progmodes/f90.el (f90-mode): Remove startup message.
7044
7045 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7046
7047 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7048
7049 * startup.el (command-line): Fix code determining whether or not
7050 to use delete-key-deletes-forward-mode.
7051
7052 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7053
7054 * vc.el (vc-diff-switches): New user option.
7055 (vc-version-diff): Use it.
7056 (vc-diff-switches-list): New macro.
7057
7058 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7059 New customization options.
7060 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7061
7062 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7063
7064 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7065
7066 * msb.el (toplevel): Quote hook symbols.
7067
7068 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7069
7070 * international/mule.el (make-coding-system): Add description
7071 about recognized properties in the docstring.
7072
7073 * international/mule-conf.el: Remove unused charsets
7074 mac-roman-lower and mac-roman-upper.
7075
7076 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7077
7078 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7079 is in front of the left-margin, if any.
7080
7081 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7082 like `delete'.
7083
7084 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7085
7086 * term/w32-win.el (mouse-set-font): Doc fix.
7087
7088 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7089
7090 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7091 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7092 on already.
7093
7094 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7095
7096 * files.el (save-buffer): Don't give message if (buffer-file-name)
7097 returns nil.
7098
7099 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7100
7101 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7102
7103 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7104 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7105
7106 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7107 display problems.
7108
7109 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7110
7111 * international/mule.el (charset-info): Fix docstring.
7112
7113 * international/mule-diag.el (describe-character-set): Check final
7114 char valid before printing it.
7115
7116 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7117
7118 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7119
7120 * frame.el (frame-notice-user-settings): Do the tool-bar
7121 stuff only for graphical displays. Fix a braino.
7122
7123 * frame.el (frame-initialize): Create initial frame visible.
7124 (frame-notice-user-settings): When tool-bar has been switched off,
7125 correct the frame size and sync tool-bar-mode.
7126
7127 * startup.el (command-line): Remove manipulation of frame
7128 height for tool bars.
7129
7130 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7131
7132 * lpr.el: Compatibility with XEmacs and doc fixes.
7133 (lpr-windows-system, lpr-lp-system): New vars.
7134 (lpr-printer-switch): New defcustom.
7135 (printer-name, lpr-command): Customization fix.
7136 (print-region-1): Code fix.
7137 (print-region-new-buffer, printify-region): Indentation fix.
7138 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7139 New functions.
7140
7141 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7142
7143 * msb.el (toplevel): Fix the eval-after-load.
7144
7145 2001-01-29 Dave Love <fx@gnu.org>
7146
7147 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7148
7149 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7150
7151 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7152 (tcl-using-emacs-19-23): Consider Emacs 21+.
7153 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7154 (tcl-add-emacs-menu): Supply menu name.
7155 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7156
7157 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7158
7159 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7160
7161 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7162
7163 * pcvs.el (cvs-mark-fis-dead): New function.
7164 (cvs-mode-add): Use it.
7165 (cvs-mode-add-change-log-entry-other-window):
7166 Rebind change-log-default-name to itself rather than to nil.
7167
7168 2001-01-29 Sam Steingold <sds@gnu.org>
7169
7170 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7171 `autoload' statements.
7172
7173 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7174
7175 * files.el (confirm-kill-emacs): Doc fix.
7176
7177 * frame.el (frame-initialize): Doc fix.
7178
7179 * time-stamp.el (time-stamp-string): Doc fix.
7180
7181 * woman.el (WoMan-log-1): Make the log buffer writable.
7182 From Markus Rost <rost@math.ohio-state.edu>.
7183
7184 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7185
7186 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7187 the `make-variable-buffer-local'.
7188
7189 2001-01-29 Dave Love <fx@gnu.org>
7190
7191 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7192 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7193 Add autoload cookie.
7194 (ansi-color-apply-sequence): Fix typo.
7195
7196 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7197
7198 * menu-bar.el (menu-bar-files-menu): Add menu items for
7199 Postscript printing in black and white.
7200
7201 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7202 X-Mailman-Version, Precedence, List-Help, List-Post,
7203 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7204 Content-Type, Content-Length.
7205
7206 2001-01-29 Dave Love <fx@gnu.org>
7207
7208 * elide-head.el (elide-head): Make overlay evaporate.
7209
7210 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7211
7212 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7213
7214 * isearch.el (isearch-highlight): Don't punt if the display
7215 doesn't support colors, since isearch faces are defined for
7216 monochrome displays as well.
7217
7218 2001-01-27 Sam Steingold <sds@gnu.org>
7219
7220 * shell.el (shell-write-history-on-exit): Make sure that we are in
7221 the shell buffer (M-x tex-file RET inserted the error message into
7222 the TeX buffer).
7223
7224 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7225
7226 * simple.el (transient-mark-mode): Doc fix.
7227
7228 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7229
7230 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7231
7232 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7233
7234 * shell.el (shell-unquote-argument): If the shell is one of the
7235 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7236 quote character.
7237 (shell-dumb-shell-regexp): Document that the shells which match
7238 this regexp are supposed to not treat a backslash as a quote character.
7239
7240 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7241 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7242
7243 2001-01-27 Richard M. Stallman <rms@gnu.org>
7244
7245 * dabbrev.el (dabbrev--substitute-expansion):
7246 Treat a one-capital-letter abbrev as "not all upper case",
7247 so as to force preservation of the expansion's pattern
7248 if the expansion starts with a capital letter.
7249
7250 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7251
7252 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7253 Doc fix.
7254
7255 * simple.el (transient-mark-mode): Document the fact that many
7256 commands act on the region when mark is active.
7257
7258 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7259
7260 * international/quail.el (quail-setup-completion-buf): Make the
7261 multibyteness of current buffer inherited to Quail completion buffer.
7262 (quail-show-guidance-buf): Make the multibyteness of current
7263 buffer inherited to Quail guidance buffer.
7264 (quail-help): Make the multibyteness of current buffer inherited
7265 to Quail help buffer.
7266
7267 2001-01-26 Dave Love <fx@gnu.org>
7268
7269 * time-stamp.el: Doc fixes.
7270
7271 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7272 (delphi-keyword-face, delphi-other-face): Fix :type.
7273
7274 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7275
7276 * mail/feedmail.el (feedmail): Add :link.
7277 (feedmail-send-it): Doc fix.
7278
7279 * mail/sendmail.el: Doc fixes.
7280 (sendmail-send-it): Fix the non-ASCII regexp and use
7281 rfc2047-encode-string.
7282
7283 * dired.el, dired-aux.el: Revert last change.
7284
7285 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7286
7287 * makefile.w32-in (DONTCOMPILE): Add various term files.
7288
7289 2001-01-26 Dave Love <fx@gnu.org>
7290
7291 * Makefile.in (DONTCOMPILE): Add various term files.
7292
7293 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7294
7295 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7296
7297 * startup.el (display-startup-echo-area-message): Make sure
7298 the echo area is resized to fit the size of the startup message.
7299
7300 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7301 part of which is a constant.
7302
7303 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7304
7305 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7306
7307 2001-01-26 Richard M. Stallman <rms@gnu.org>
7308
7309 * simple.el (next-line): Don't let `newline' expand abbrevs.
7310 Simplify slightly.
7311 (open-line): Don't let `newline' expand abbrevs.
7312
7313 2001-01-25 John Wiegley <johnw@gnu.org>
7314
7315 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7316 to `repeat' in the :type field.
7317
7318 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7319 allow a choice of regexp or nil.
7320 (pcomplete-dir-ignore): Same.
7321
7322 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7323 a command) to always fail.
7324
7325 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7326
7327 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7328 discard the result.
7329 (iswitchb-to-end): Likewise.
7330
7331 2001-01-25 Sam Steingold <sds@gnu.org>
7332
7333 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7334 Require vc.
7335
7336 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7337
7338 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7339
7340 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7341
7342 2001-01-25 Dave Love <fx@gnu.org>
7343
7344 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7345 (describe-coding-system): Tweak the English text.
7346
7347 * loadup.el: Preload international/ccl for utf-8.
7348
7349 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7350
7351 * mail/rmail.el (rmail-redecode-body): Doc fix.
7352
7353 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7354
7355 * international/mule-cmds.el (reset-language-environment):
7356 Reset coding-category-utf-8 to mule-utf-8.
7357
7358 * international/mule-conf.el (coding-category-utf-8):
7359 Initialize to mule-utf-8.
7360
7361 * loadup.el: Preload international/utf-8.
7362
7363 * international/utf-8.el: New file.
7364
7365 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7366
7367 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7368
7369 2001-01-24 Sam Steingold <sds@gnu.org>
7370
7371 * dired.el (dired-replace-in-string): Removed.
7372 (dired-sort-toggle): Use `replace-regexps-in-string'
7373 instead of `dired-replace-in-string'.
7374
7375 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7376 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7377
7378 * gs.el (gs-replace-in-string): Removed.
7379 (gs-options): Use `replace-regexps-in-string'
7380 instead of `gs-replace-in-string'.
7381
7382 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7383
7384 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7385 bug report is mailed to an email list and posted to a news group.
7386
7387 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7388
7389 * comint.el (comint-replace-by-expanded-history-before-point):
7390 Fix change of 2000-08-03 to move point to the start of the line again.
7391
7392 * startup.el (tool-bar-images-pixel-height): New variable.
7393 (command-line): After loading the user's init file, when
7394 tool-bar-mode is on, increase the frame's size by some lines for
7395 the tool-bar.
7396
7397 * frame.el (frame-initialize): Create the initial frame invisible.
7398
7399 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7400
7401 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7402 (chinese-big5): MIME:Big5.
7403
7404 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7405
7406 * international/mule-cmds.el (universal-coding-system-argument):
7407 Handle commands with prefix args.
7408
7409 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7410
7411 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7412 being a list of numbers.
7413 (diary-mail-entries): Rewritten.
7414
7415 2001-01-23 Dave Love <fx@gnu.org>
7416
7417 * international/mule.el (make-coding-system): Fix typo.
7418
7419 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7420 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7421
7422 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7423
7424 * font-lock.el (font-lock-mode): Doc fix.
7425
7426 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7427
7428 * international/mule.el (make-translation-table): Fix docstring.
7429
7430 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7431
7432 * mail/rmail.el (rmail-redecode-body): New function.
7433
7434 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7435
7436 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7437
7438 * isearch.el (isearch-lazy-highlight-case-fold-search)
7439 (isearch-lazy-highlight-regexp): New variables.
7440 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7441 case-fold search or regexp search has been toggled.
7442
7443 * wid-edit.el (widget-button-click): Avoid a save-excursion
7444 around running a global binding.
7445
7446 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7447 to 0.25.
7448
7449 2001-01-20 Miles Bader <miles@gnu.org>
7450
7451 * cus-edit.el (custom-face-save): Do post-processing on the face's
7452 new value like `custom-face-set' does.
7453
7454 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7455
7456 * mail/emacsbug.el (report-emacs-bug): Report the value of
7457 LC_CTYPE, not LC_TYPE.
7458
7459 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7460 isearch-toggle-regexp and isearch-edit-string to doc string.
7461
7462 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7463
7464 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7465 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7466
7467 * jit-lock.el (jit-lock-fontify-now): Don't bind
7468 font-lock-beginning-of-syntax-function to nil.
7469
7470 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7471
7472 * mail/emacsbug.el (report-emacs-bug): Report values of
7473 locale-coding-system, default-enable-multibyte-characters, and the
7474 environment variables LC_ALL, LC_TYPE, and LANG.
7475
7476 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7477
7478 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7479
7480 * font-lock.el (font-lock-multiline): Default to nil.
7481 (font-lock-default-fontify-region): If font-lock-multiline is
7482 nil, don't check the property `font-lock-multiline'.
7483
7484 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7485 is nil, don't check the `font-lock-multiline' text property.
7486
7487 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7488
7489 * viper.el: Call initial-major-mode on startup.
7490
7491 * ediff.el (ediff-patch-file): Use better defaults.
7492
7493 * ediff-vers.el: Fix for 8+3 DOS file systems.
7494
7495 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7496
7497 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7498 diff mode, if available.
7499
7500 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7501
7502 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7503
7504 * ediff-init.el (subst-char-in-string): Define and use it, unless
7505 it's already defined.
7506
7507 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7508
7509 * tooltip.el (tooltip-hide-delay): New user-option.
7510 (tooltip-show): Use tooltip-hide-delay instead of the default.
7511
7512 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7513
7514 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7515 kill-local-variable doesn't work for enable-multibyte-characters.
7516
7517 2001-01-17 Dave Love <fx@gnu.org>
7518
7519 * ediff-init.el (ediff-before-setup-hook)
7520 (ediff-merge-filename-prefix): Add :version.
7521
7522 * international/latin1-disp.el: Require disp-table.
7523 (latin1-display): Fix :set.
7524
7525 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7526
7527 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7528
7529 * isearch.el (isearch-lazy-highlight-initial-delay)
7530 (isearch-lazy-highlight-interval): Default to 0.
7531
7532 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7533
7534 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7535 1 here rather than each time through
7536 isearch-lazy-highlight-new-loop.
7537 (isearch-lazy-highlight-max): Variable deleted.
7538 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7539 isearch-lazy-highlight-max but controls a single invocation of
7540 isearch-lazy-highlight-update.
7541 (isearch-lazy-highlight-wrapped): Variable recreated.
7542 (isearch-lazy-highlight-window-start): New variable.
7543 (isearch-lazy-highlight-cleanup): Restored to behavior of
7544 before 2-Jan.
7545 (isearch-lazy-highlight-remove-overlays): Function deleted;
7546 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7547 behavior removed.
7548 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7549 isearch-lazy-highlight-update in a loop rather than just once.
7550 Test isearch-invalid-regexp here and decide not to start a new
7551 loop, rather than testing it each time through
7552 isearch-lazy-highlight-update.
7553 (isearch-lazy-highlight-search): Function restored.
7554 (isearch-lazy-highlight-update): Get called in a timer loop again,
7555 but this time highlight more than one match each time through.
7556 Only highlight matches in the visible part of the window.
7557 Start at point, move in the direction of the search, and wrap around at
7558 the edge of the window. Use sit-for to force redisplay and ensure
7559 window-start is credible. "Face suppressing" behavior removed;
7560 overlay priorities should make it unnecessary, right?
7561 (isearch-highlight): Face suppressing behavior removed.
7562 (isearch-dehighlight): Face suppressing behavior removed.
7563 (isearch-set-lazy-highlight-faces-at): Removed.
7564
7565 2001-01-17 Kenichi Handa <handa@etl.go.jp>
7566
7567 * language/european.el ("Latin-1"): Make the format of description
7568 about additional language environments same as that of Latin-2.
7569
7570 2001-01-16 Dave Love <fx@gnu.org>
7571
7572 * isearch.el (isearch-lazy-highlight): Add :version.
7573
7574 * simple.el (backward-delete-char-untabify-method)
7575 (next-line-add-newlines): Add :version.
7576
7577 2001-01-16 Gerd Moellmann <gerd@gnu.org>
7578
7579 * bindings.el: Bind <backspace> and <delete> via function-key-map.
7580 Don't bind <delete> otherwise.
7581
7582 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
7583 and <delete> via function-key-map.
7584
7585 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
7586 Subject line only if point is after the `Subject:'.
7587
7588 2001-01-16 Kenichi Handa <handa@etl.go.jp>
7589
7590 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
7591 japanese-jisx0213-2 in `charset' property of this lang. env.
7592
7593 * language/european.el ("Latin-1"): Add description for Dutch and
7594 Spanish lang. env.
7595
7596 * international/mule.el (decode-char): Fix conditions.
7597 (encode-char): Handle eight-bit-control too.
7598 (transform-make-coding-system-args): New function.
7599 (make-coding-system): Accept XEmacs style arguments for CCL base
7600 coding system.
7601
7602 2001-01-15 Gerd Moellmann <gerd@gnu.org>
7603
7604 * progmodes/etags.el (find-tag-noselect): Save the value of
7605 tags-file-name before switching buffers, for the case it has a
7606 buffer-local value.
7607
7608 2001-01-15 Alex Schroeder <alex@gnu.org>
7609
7610 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7611 From Dave Love <fx@gnu.org>.
7612 (ansi-color-for-comint-mode): Fix :version.
7613
7614 2001-01-15 Alex Schroeder <alex@gnu.org>
7615
7616 * ansi-color.el (ansi-color-unfontify-region): Doc change.
7617
7618 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
7619
7620 * dired.el (dired-insert-directory): If file-system-info fails,
7621 remove the " free " part, but don't signal an error.
7622
7623 2001-01-12 Sam Steingold <sds@gnu.org>
7624
7625 * bookmark.el (bookmark-maybe-historicize-string):
7626 Use new backquote syntax.
7627
7628 2001-01-12 Richard M. Stallman <rms@gnu.org>
7629
7630 * subr.el (last): Handle a list that doesn't end in nil.
7631
7632 2001-01-12 Sam Steingold <sds@gnu.org>
7633
7634 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
7635 to `backward-delete-char-untabify'.
7636
7637 2001-01-12 Dave Love <fx@gnu.org>
7638
7639 * cus-edit.el (customize-menu-create): Fix the :filter following
7640 easymenu change.
7641
7642 * wid-edit.el (function): Add :match-alternatives.
7643 (widget-color-action): Doc fix.
7644
7645 2001-01-12 Gerd Moellmann <gerd@gnu.org>
7646
7647 * calendar/calendar.el (calendar-basic-setup): Doc fix.
7648
7649 2001-01-12 Kenichi Handa <handa@etl.go.jp>
7650
7651 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
7652
7653 * international/ccl.el (define-ccl-program): Fix docstring.
7654
7655 2001-01-11 Dave Love <fx@gnu.org>
7656
7657 * international/mule-cmds.el (standard-display-european-internal):
7658 Set display table for 2208 as for 160.
7659
7660 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
7661
7662 * progmodes/fortran.el (fortran-mode-map): Modify Customization
7663 entry for custom-menu-create change.
7664 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
7665 don't cons it in the search loop.
7666
7667 * imenu.el (imenu--truncate-items): Revert last change.
7668
7669 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7670
7671 * info.el (Info-setup-header-line): If the node header includes
7672 either Next: or Prev: links, don't show the File: and Node: parts
7673 in the header line.
7674
7675 2001-01-11 Gerd Moellmann <gerd@gnu.org>
7676
7677 * comint.el (comint-goto-process-mark): Don't print a message
7678 when running in batch mode.
7679
7680 * isearch.el (isearch-search): In the condition-case handler for
7681 `error', set isearch-invalid-regexp to the whole error message.
7682
7683 * subr.el (eval-after-load): Call load-symbol-file-load-history to
7684 ensure that eval-after-load works for files dumped with Emacs.
7685
7686 * help.el (load-symbol-file-load-history): New function extracted
7687 from function symbol-file.
7688 (symbol-file): Use it.
7689
7690 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
7691
7692 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7693
7694 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
7695 behave as if there were no prefix argument.
7696 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
7697 argument were nil.
7698
7699 2001-01-11 Richard M. Stallman <rms@gnu.org>
7700
7701 * isearch.el (isearch-lazy-highlight-update):
7702 Don't look for more potential matches once maximum is exceeded.
7703 Use overlays-in to check correctly for overlap with current match.
7704 Ignore empty matches.
7705
7706 2001-01-11 Miles Bader <miles@gnu.org>
7707
7708 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
7709 (ispell-overlay-window, ispell-help, ispell-show-choices)
7710 (ispell-command-loop): Use it instead of `window-height'.
7711
7712 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7713
7714 * files.el (confirm-kill-emacs): New user-option.
7715 (save-buffers-kill-emacs): Ask for final confirmation before
7716 killing Emacs.
7717
7718 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
7719 to nil.
7720
7721 2001-01-10 Dave Love <fx@gnu.org>
7722
7723 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
7724
7725 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
7726
7727 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
7728
7729 * calculator.el (calculator-number-digits): Fix :type.
7730
7731 * vc-cvs.el (vc-cvs-header): Fix :type.
7732 * vc-rcs.el (vc-rcs-header): Fix :type.
7733 * vc-sccs.el (vc-sccs-header): Fix :type.
7734
7735 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7736
7737 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7738
7739 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
7740
7741 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7742
7743 * simple.el (set-variable): Force a thorough redisplay for the
7744 case that the variable has an effect on the display, like
7745 `tab-width' has.
7746
7747 2001-01-10 Andre Spiegel <spiegel@gnu.org>
7748
7749 * vc.el: Add documentation for backend interface.
7750
7751 2001-01-10 Kenichi Handa <handa@etl.go.jp>
7752
7753 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
7754
7755 * international/mule-conf.el (latin-extra-code-table): Set to t
7756 for \223 and \224.
7757
7758 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7759
7760 * international/mule-cmds.el (locale-language-names): Map "es" to
7761 "Spanish" and "nl" to "Dutch".
7762
7763 2001-01-09 Gerd Moellmann <gerd@gnu.org>
7764
7765 * bindings.el (global-map): Bind <home> to beginning-of-line,
7766 <end> to end-of-line, C-<home> to beginning-of-buffer, and
7767 C-<end> to end-of-buffer.
7768
7769 * language/european.el: Add Dutch and Spanish language info
7770 to be able to use the appropriate tutorials.
7771
7772 2001-01-09 Alex Schroeder <alex@gnu.org>
7773
7774 * ansi-color.el (ansi-color-process-output): Use markers instead
7775 of positions for start and end of region.
7776 (ansi-color-apply-on-region): Rewrote code to make it more robust.
7777 Previously, occasional mistakes happend when fontifying many
7778 chunks of output (eg. ls --color=yes /dev). This happened
7779 whenever an overlay was created up to the end of the region, which
7780 coincided with the process-mark. New text would then be added
7781 within that overlay instead of after it.
7782 (ansi-color-make-extent): Overlays are created with the property
7783 `modification-hooks' set to '(ansi-color-freeze-overlay).
7784 (ansi-color-freeze-overlay): New function. When inserting text at
7785 the end of the overlay, the overlay will resize.
7786
7787 2000-01-09 Alex Schroeder <alex@gnu.org>
7788
7789 * ansi-color.el (ansi-color-process-output): Doc change.
7790 (ansi-color-unfontify-region): Doc change. No longer installed
7791 automatically in font-lock-unfontify-region-function.
7792 (ansi-color-apply): Doc change.
7793 (ansi-color-apply-on-region): Use extents or overlays instead of
7794 text-properties.
7795 (ansi-color-make-extent): New function.
7796 (ansi-color-set-extent-face): New function.
7797
7798 2000-01-09 Alex Schroeder <alex@gnu.org>
7799
7800 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
7801 both use ansi-color-process-output, now.
7802 (ansi-color-process-output): Doesn't return string anymore. It is
7803 installed in comint-output-filter-functions for both Emacs and
7804 XEmacs, now.
7805 (ansi-color-unfontify-region): Simplified code removing variables
7806 pos and start-ansi.
7807 (ansi-color-apply): Put text-property ansi-color before putting
7808 text-property face because ansi-color-unfontify-region is called
7809 immediately after the call to put-text-property.
7810 (ansi-color-context-region): Doc change.
7811 (ansi-color-filter-region): Simplified code.
7812 (ansi-color-apply-on-region): Changed start to start-marker, using
7813 a marker explicitly. Put text-property ansi-color before putting
7814 text-property face because ansi-color-unfontify-region is called
7815 immediately after the call to put-text-property.
7816
7817 2000-01-09 Alex Schroeder <alex@gnu.org>
7818
7819 * ansi-color.el (ansi-color-faces-vector): Doc change.
7820 (ansi-color-for-comint-mode): Changed :type property to choice.
7821 (ansi-color-last-context): Removed.
7822 (ansi-color-process-output): Don't use ansi-color-last-context, as
7823 the main functions will store their context now.
7824 (ansi-color-context): Doc change.
7825 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
7826 Uses ansi-color-context such that repeated calls will strip
7827 partial escape sequences, too.
7828 (ansi-color-apply): Simplified code. Colorize end of string if
7829 face is not null. Store context in new (FACE STRING) format, such
7830 that repeated calls will strip partial escape sequences, too.
7831 Append faces to face property using ansi-color-apply-sequence such
7832 that cumulative mode actually works.
7833 (ansi-color-context-region): New variable.
7834 (ansi-color-filter-region): Rewrote it based on
7835 ansi-color-apply-on-region. Uses ansi-color-context-region such
7836 that repeated calls will strip partial escape sequences, too.
7837 (ansi-color-apply-on-region): Simplified code. Colorize end of
7838 region if face is not null. Store context in new (FACE POS)
7839 format, such that repeated calls will strip partial escape
7840 sequences, too. Append faces to face property using
7841 ansi-color-apply-sequence such that cumulative mode actually works.
7842 (ansi-color-apply-sequence): New function.
7843 (ansi-color-get-face): When the default face is added to the list
7844 of faces, all previous settings are discarded and the list of
7845 faces is set to '(default).
7846
7847 2000-01-09 Alex Schroeder <alex@gnu.org>
7848
7849 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
7850 face, such that ansi-color-apply and ansi-color-apply-on-region
7851 will do the right thing.
7852 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
7853 returns nil, set the list of faces back to nil instead of
7854 appending the result of ansi-color-get-face to the front of the list.
7855
7856 2000-01-09 Alex Schroeder <alex@gnu.org>
7857
7858 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
7859 (ansi-color-process): Doc change.
7860 (ansi-color-last-context): New buffer-local variable.
7861 (ansi-color-process-output): New function. It is automatically
7862 added to comint-output-filter-functions if this is XEmacs.
7863 (ansi-color-unfontify-region): New optional parameter for XEmacs
7864 compatibility. Check wether font-lock-syntactic-keywords is
7865 boundp before removing the syntax table text property, as XEmacs
7866 doesn't have it.
7867 (ansi-color-filter-region): Doc change.
7868 (ansi-color-apply-on-region): Doc change.
7869 (ansi-color-make-face): New function. Compatibility layer for
7870 XEmacs. Return temporary faces instead of cons cells for XEmacs.
7871 (ansi-color-make-color-map): Use ansi-color-make-face.
7872 (ansi-color-get-face): Avoid face text property '(nil) as results
7873 in an errow for XEmacs.
7874
7875 2000-01-09 Alex Schroeder <alex@gnu.org>
7876
7877 * ansi-color.el (ansi-color-unfontify-region): New function.
7878 Uses text-property ansi-color in order to preserve fontification by
7879 ansi-color. When the package is loaded, a lambda expression is
7880 put onto font-lock-mode-hook. This lambda expression will check
7881 font-lock-unfontify-region-function and replace
7882 font-lock-default-unfontify-region with ansi-color-unfontify-region.
7883 (ansi-color-apply): Add text-property ansi-color in addition to
7884 text-property face.
7885 (ansi-color-apply-on-region): Add text-property ansi-color in
7886 addition to text-property face.
7887 (save-buffer-state): Copy of the macro that is also used by
7888 lazy-lock and font-lock.
7889
7890 (ansi-color-for-comint-mode): New option.
7891 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
7892 (ansi-color-for-comint-mode-off): Ditto.
7893 (ansi-color-for-comint-mode-filter): Ditto.
7894 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
7895 decide what to do. This function is added to
7896 comint-preoutput-filter-functions when the package is loaded.
7897
7898 (ansi-color-for-shell-mode-set): Removed.
7899 (ansi-color-for-shell-mode): Removed.
7900
7901 2000-01-09 Alex Schroeder <alex@gnu.org>
7902
7903 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
7904 the lambda expression from the ansi-color-for-shell-mode :set
7905 property. Additionally, modify shell-mode-hook to enable or
7906 disable font-lock-mode for future shell buffers.
7907 (ansi-color-for-shell-mode): The :set property calls
7908 ansi-color-for-shell-mode-set instead of a lambda expression.
7909
7910 2000-01-09 Alex Schroeder <alex@gnu.org>
7911
7912 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
7913 (ansi-color-context): New variable.
7914 (ansi-color-apply): Save context between calls.
7915
7916 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
7917
7918 * isearch.el (isearch, isearch-lazy-highlight-face):
7919 New definitions for face colors and attributes.
7920
7921 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
7922 of display-mouse-p.
7923
7924 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7925
7926 * international/mule.el (make-coding-system): If the coding system
7927 accepts extra latin codes, register such codes as safe for the
7928 coding system.
7929
7930 2001-01-08 Richard M. Stallman <rms@gnu.org>
7931
7932 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
7933 don't mention the file name or the date here, because they are
7934 logged at the start of the file.
7935
7936 2001-01-08 Richard M. Stallman <rms@gnu.org>
7937
7938 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7939 Change screen-width to frame-width.
7940
7941 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7942
7943 * info.el (Info-search): Print the default as part of the prompt.
7944
7945 2001-01-08 Andre Spiegel <spiegel@gnu.org>
7946
7947 * vc.el (vc-default-latest-on-branch-p): New function, replaces
7948 constant implementations in backends.
7949
7950 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
7951 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
7952
7953 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
7954 WRITABLE to EDITABLE.
7955
7956 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
7957 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
7958 to EDITABLE.
7959
7960 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7961
7962 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
7963 (copyright, copyright-update): Compute the current year at run time.
7964
7965 2001-01-08 Gerd Moellmann <gerd@gnu.org>
7966
7967 * isearch.el (isearch-old-signal-hook): Removed.
7968 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
7969 instead of setting signal-hook-function.
7970 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
7971
7972 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
7973
7974 * emulation/edt.el: Update to version 4.0. Provide support for
7975 EDT scroll margins at top and bottom of the window. Provide an
7976 emulation of the EDT SUBS command (bound to GOLD-Enter, by
7977 default). Enhance edt-quit, bound to GOLD-q by default, to warn
7978 user when file-related buffer modifications exist.
7979 Provide support for running EDT Emulation in XEmacs.
7980 Provide customize access to some user updatable variables.
7981 Add Commentary section to file header.
7982 Fixed a few minor bugs and cleaned up some code.
7983
7984 * emulation/edt-mapper.el: Update to version 4.0. Provide support
7985 for detecting a keypress that generates an ASCII key sequence.
7986 (Previously, only a keypress that generates a vector was
7987 recognized.) Embed Window Manager name into name of the generated
7988 EDT Emulation initialization file since the initialization file is
7989 Window Manager specific. Add Commentary section to file header.
7990
7991 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
7992
7993 * mail/sendmail.el (mail-mode): Doc fix.
7994
7995 * info.el (Info-goto-emacs-command-node): Doc fix.
7996 (Info-goto-emacs-key-command-node): Doc fix.
7997
7998 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7999
8000 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8001 systems without long file-name support.
8002
8003 2001-01-06 Andrew Innes <andrewi@gnu.org>
8004
8005 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8006
8007 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8008
8009 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8010 (isearch-lazy-highlight-update): Doc fix.
8011
8012 * ffap.el (ffap-bindings): Doc fix.
8013
8014 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8015
8016 2001-01-05 Dave Love <fx@gnu.org>
8017
8018 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8019
8020 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8021
8022 * mouse-drag.el (mouse-drag-safe-scroll):
8023 Bind scroll-preserve-screen-position to nil.
8024
8025 * isearch.el (isearch-old-signal-hook): New variable.
8026 (isearch-mode): Set signal-hook-function to isearch-done.
8027 (isearch-done): Restore old signal-hook-function.
8028
8029 * info.el (Info-fontify-node): Mark one more char as intangible.
8030
8031 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8032
8033 * composite.el (compose-last-chars): New argument COMPONENTS.
8034 If it is non-nil, compose preceding characters by compose-region with
8035 COMPONENTS.
8036
8037 * international/quail.el (quail-input-string-to-events): New function.
8038 (quail-input-method): Convert input string to events here.
8039 (quail-start-translation): Return input string, not event list.
8040 (quail-start-conversion): Likewise.
8041
8042 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8043
8044 * tooltip.el (tooltip-cancel-delayed-tip)
8045 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8046 and tooltip-add-timeout.
8047 (tooltip-show): Set border color from faces's foreground.
8048 (tooltip-show-help-function): If called with the same help string
8049 as last time, do nothing.
8050 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8051
8052 * startup.el (fancy-splash-screens): Don't bind show-help-function
8053 to nil.
8054
8055 * tooltip.el (tooltip-frame-parameters): Remove colors.
8056 (tooltip): New face
8057 (tooltip-set-param): New function.
8058 (tooltip-show): Set up color frame parameters from face `tooltip'.
8059 Display the tooltip text in face `tooltip'.
8060
8061 2001-01-04 Dave Love <fx@gnu.org>
8062
8063 * whitespace.el (whitespace-global-mode): Fix typo.
8064
8065 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8066
8067 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8068
8069 * help.el (help-for-help): Fix a typo in a doc string.
8070 From kwzh@gnu.org (Karl Heuer).
8071
8072 2001-01-03 Dave Love <fx@gnu.org>
8073
8074 * dired-x.el: Doc fixes. Maintainer change.
8075 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8076 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8077 (dired-guess-shell-alist-user): Customize.
8078 (dired-x-help-address): Set to bug-gnu-emacs.
8079 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8080 (dired-default-directory): Renamed from default-directory.
8081
8082 * hl-line.el (hl-line): Doc fix.
8083
8084 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8085
8086 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8087
8088 2001-01-02 Richard M. Stallman <rms@gnu.org>
8089
8090 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8091 to remove all the current alternative-match highlighting.
8092 If nil, remove only what's outside the current window.
8093 (isearch-lazy-highlight-remove-overlays): Take optional
8094 region within which NOT to remove them.
8095 (isearch-lazy-highlight-new-loop): Greatly simplified.
8096 (isearch-lazy-highlight-update): Find all the other occurrences
8097 visible in the window, in just one call.
8098 (isearch-lazy-highlight-start): Now holds start of region to scan.
8099 (isearch-lazy-highlight-end): Now holds end of region to scan.
8100 (isearch-lazy-highlight-wrapped): Variable deleted.
8101 (isearch-lazy-highlight-search): Function deleted.
8102
8103 2000-01-02 Andrew Innes <andrewi@gnu.org>
8104
8105 * w32-fns.el (convert-standard-filename): Do length check on name
8106 before aref.
8107
8108 2001-01-02 Dave Love <fx@gnu.org>
8109
8110 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8111 value.
8112 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8113
8114 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8115
8116 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8117 read syntax.
8118
8119 * calendar/todo-mode.el (todo): Add :link, :version.
8120 (todo-save-top-priorities): Remove autoload cookie.
8121 (todo-add-category, todo-add-item-non-interactively)
8122 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8123
8124 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8125
8126 * comint.el (comint-input-history-ignore): New variable.
8127 (comint-read-input-ring): Ignore entries matching
8128 comint-input-history-ignore.
8129
8130 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8131
8132 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8133 (lm-copyright-mark): New function.
8134 (lm-crack-copyright): New function.
8135 (lm-verify): Check that the file has a copyright.
8136 Check that the file is copyright Free Software Foundation.
8137
8138 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8139
8140 * international/mule-diag.el (print-fontset): Indent font name by
8141 24 columns, not 25.
8142
8143 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8144
8145 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8146 in Subject line.
8147
8148 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8149 Use mail-mode-hook instead of mail-setup-hook.
8150 Otherwise continuing an interrupted message with C-u C-x m for
8151 instance, winds up in Mail mode without abbrevs.
8152
8153 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8154
8155 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8156 non-nil. Adding almost all customization variables on ps-setup.
8157 Doc fix.
8158 (ps-print-version): New version number (6.3.3).
8159 (ps-end-with-control-d): Initialization fix.
8160 (ps-lines-printed): New var.
8161 (ps-skip-newline): New fun.
8162 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8163 (ps-next-line, ps-continue-line, ps-plot-region)
8164 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8165
8166 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8167
8168 * international/fontset.el (x-complement-fontset-spec):
8169 Resolve ASCII font name so that the same family name is used for fonts
8170 registered in x-font-name-charset-alist.
8171 (create-fontset-from-fontset-spec): Adjusted for the above change.
8172 The name of fontset alias should be a unresolved ASCII font name.
8173
8174 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8175
8176 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8177 and delete in isearch-mode-map.
8178
8179 2000-12-28 Richard M. Stallman <rms@gnu.org>
8180
8181 * dired-x.el (dired-guess-shell-alist-default):
8182 Use xpdf instead of acroread.
8183
8184 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8185
8186 * textmodes/artist.el (artist-butlast): Deleted.
8187 (artist-ellipse-mirror-quadrant): Use butlast instead of
8188 artist-butlast.
8189
8190 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8191
8192 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8193
8194 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8195
8196 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8197
8198 * ls-lisp.el: Better support for the Mac and MS-Windows.
8199 (ls-lisp): New defgroup.
8200 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8201 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8202 (ls-lisp-support-shell-wildcards): New defcustoms.
8203 (ls-lisp-parse-symlink): New function.
8204 (insert-directory): Code to convert switches to a list and set up
8205 the wildcard argument copied from ls-lisp-insert-directory.
8206 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8207 for -C and -R switches.
8208 (ls-lisp-column-format): New function.
8209 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8210 (ls-lisp-format-time): Add doc strings.
8211 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8212 Support ls-lisp-dirs-first.
8213 (ls-lisp-classify, ls-lisp-extension): New functions.
8214 (ls-lisp-format): Optionally support emulation of symlinks.
8215 Support -i, -s, and -G switches.
8216
8217 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8218
8219 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8220
8221 * version.el (emacs-version): Print X scroll bar information.
8222
8223 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8224 instead of x-toolkit-scroll-bars-p.
8225
8226 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8227 of x-toolkit-scroll-bars-p.
8228
8229 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8230
8231 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8232 (ffap-bindings): Doc fix, to reflect the above change.
8233
8234 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8235
8236 * term.el (term-char-mode): Define all non-ascii self-inserting
8237 characters to 'term-send-raw in term-raw-map.
8238
8239 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8240
8241 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8242
8243 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8244 Changed initialization; use add-hook.
8245 (ediff-file-remote-p): Use file-local-copy.
8246
8247 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8248
8249 * ediff.el (ediff-patch-buffer): Bug fix.
8250 (ediff-revision): Allow selection of the file at the prompt.
8251
8252 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8253
8254 * subr.el (combine-run-hooks): Remove.
8255
8256 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8257 and remove the rogue second spec.
8258
8259 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8260
8261 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8262
8263 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8264
8265 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8266 Use minibuffer menu prompt for the `=' prefix.
8267 (smerge-command-prefix): Change default to C-^.
8268 (smerge-mode): Don't assume font-lock doesn't move point.
8269
8270 * skeleton.el (skeleton-internal-1): Make sure the first line of
8271 the region is also re-indented.
8272 (skeleton-end-newline): New var.
8273 (skeleton-end-hook): Use it.
8274
8275 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8276
8277 * comint.el (comint-password-prompt-regexp): Support CVS.
8278
8279 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8280
8281 * simple.el (delete-key-deletes-forward-mode): Simplify.
8282 Also backspace key combinations, depending on
8283 delete-key-deletes-forward.
8284
8285 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8286
8287 * simple.el (delete-key-deletes-forward): Doc fix.
8288
8289 2000-08-22 Emmanuel Briot <briot@gnat.com>
8290
8291 * xml.el (top level comment): Updated to reflect the fact that
8292 white spaces are relevant in the XML file.
8293 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8294 to parse was already edited. This allows for on-the-fly analysis
8295 of XML files.
8296 (xml-parse-tag): Check that the casing is the same in the start
8297 tag and end tag, since XML is case-sensitive. Allows for spaces
8298 in the end tag, after the name of the tag.
8299 (xml-parse-attlist): Allow for the character '-' in the name of
8300 attributes, as in the standard http-equiv attribute Do not save
8301 the properties in the XML tree, since they are not relevant.
8302
8303 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8304
8305 * generic.el (generic-read-type): Undo last change, inline into
8306 `generic-mode' and then remove.
8307 (generic-mode): Inline generic-read-type.
8308 (define-generic-mode): Push the symbol name rather than the symbol
8309 onto generic-mode-list.
8310
8311 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8312
8313 * generic.el (generic-read-type): Build an alist for
8314 completing-read as in 20.7.
8315
8316 * play/landmark.el (lm): Use interactive spec `P'.
8317 (toplevel): Don't set debug-on-error.
8318
8319 * server.el (server-switch-buffer): Choose a window on a visible frame.
8320
8321 2000-12-21 Dave Pearson <davep@davep.org>
8322
8323 * quickurl.el: Commentry change, I've moved my web site.
8324
8325 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8326
8327 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8328 ranges like \177-\237, but accepts the character sequence from \177 to
8329 \237. Doc fix.
8330 (ebnf-version): New version (3.4).
8331 (ebnf-setup): Code fix.
8332 (ebnf-range-regexp): New fun.
8333 (ebnf-8-bit-chars): Const fix.
8334
8335 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8336 entry. Doc fix.
8337 (ebnf-bnf-lex): Code fix.
8338 (ebnf-bnf-comment-chars): Const fix.
8339
8340 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8341 entry. Doc fix.
8342 (ebnf-iso-comment-chars): Const fix.
8343
8344 * ebnf-otz.el: Doc fix.
8345
8346 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8347 entry. Doc fix.
8348 (ebnf-yac-skip-code): Code fix.
8349 (ebnf-yac-comment-chars): Const fix.
8350
8351 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8352
8353 * files.el (insert-directory-safely): New function.
8354 (recover-file): Use it instead of insert-directory.
8355 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8356
8357 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8358
8359 * international/mule-cmds.el (select-safe-coding-system):
8360 Check coding-category-list more rigidly. Improve help message.
8361
8362 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8363
8364 2000-12-21 Miles Bader <miles@gnu.org>
8365
8366 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8367
8368 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8369
8370 * international/mule-diag.el (describe-char-after): Make *Help*
8371 buffer inherit multibyteness of the current buffer.
8372
8373 * international/mule.el (make-char): Docstring adjusted for the
8374 change of make-char-internal.
8375
8376 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8377
8378 * international/iso-cvt.el: Docstrings fix.
8379
8380 2000-12-20 Dave Love <fx@gnu.org>
8381
8382 * subr.el (eval-after-load): Doc fix.
8383
8384 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8385
8386 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8387 for numbers.
8388
8389 2000-12-20 Miles Bader <miles@gnu.org>
8390
8391 * international/quail.el (quail-help): Resize the help window
8392 again after it has all its contents. Remove unneeded progn.
8393
8394 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8395
8396 * pcmpl-linux.el: Fix copy/paste error.
8397
8398 2000-12-19 Andrew Innes <andrewi@gnu.org>
8399
8400 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8401
8402 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8403
8404 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8405
8406 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8407
8408 * progmodes/idlw-shell.el: Fixed copyright notice.
8409
8410 * progmodes/idlwave.el: Fixed copyright notice.
8411
8412 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8413 TAB as key separators.
8414
8415 2000-12-19 Alex Schroeder <alex@gnu.org>
8416
8417 * sql.el (sql-sybase-options): New option.
8418 (sql-sybase): Use it. Add sql-database to the list of parameters
8419 provided for login. The options -w 2048 -n are not used any more.
8420 (sql-postgres-options): Changed default from "--pset" to "-P".
8421 (sql-mysql-options): Doc change.
8422 (sql-stop): Doc change.
8423
8424 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8425
8426 * international/quail.el (quail-input-method): Always hide
8427 the guidance buffer on exiting.
8428
8429 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8430
8431 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8432 isn't fboundp.
8433
8434 * server.el (server-buffer-done): Bury the buffer before
8435 killing it.
8436
8437 * faces.el (face-spec-set): Interpret a nil in specs for
8438 foreground and background colors as `unspecified', for
8439 compatibility with 20.x.
8440
8441 2000-12-18 Dave Love <fx@gnu.org>
8442
8443 * simple.el (mail-user-agent): Doc fix.
8444 (input-mode-8-bit): Removed.
8445
8446 * international/mule.el (set-keyboard-coding-system): Doc fix.
8447 (keyboard-coding-system): New option.
8448
8449 * mail/sendmail.el (send-mail-function): Customize.
8450
8451 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8452
8453 * international/codepage.el (cp866-decode-table): New table.
8454
8455 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8456
8457 * version.el (emacs-version): Remove `%a' from the time format
8458 because the weekday doesn't fit well into each locale.
8459
8460 2000-12-18 Miles Bader <miles@gnu.org>
8461
8462 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8463
8464 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8465 Check that emacs-major-version is `=' to 20, not `>='.
8466 (artist-replace-chars): Use `make-string' instead of a loop.
8467
8468 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8469
8470 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8471 (cvs-execute-single-file): Don't change directory.
8472 Patch from Per Cederqvist.
8473
8474 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8475
8476 * textmodes/ispell.el (check-ispell-version):
8477 If `ispell-program-name' is "aspell", pass it the -v switch instead
8478 of -vv.
8479
8480 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8481
8482 * international/mule-diag.el (mule-diag): Insert information about
8483 configure options, multibyte awareness, language env.
8484
8485 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8486 regexp to search for candidates.
8487
8488 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8489
8490 * info.el (Info-forward-node): If the node has an
8491 Info-header-line, widen the buffer before searching for "next:"
8492 and "up:" pointers, and set the search limit to stay in the
8493 current node.
8494
8495 2000-12-16 Miles Bader <miles@gnu.org>
8496
8497 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8498
8499 2000-12-15 Miles Bader <miles@gnu.org>
8500
8501 * comint.el (comint-send-string, comint-send-region): Also accept
8502 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8503 process-send-string/region.
8504
8505 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8506
8507 * isearch.el (isearch-lazy-highlight-max): New user-option.
8508 (isearch-lazy-highlight-update): Don't highlight more than
8509 isearch-lazy-highlight-max matches.
8510
8511 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8512
8513 2000-12-15 Richard M. Stallman <rms@gnu.org>
8514
8515 * sort.el (sort-columns): Fix error message.
8516
8517 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8518 `upcase' or `downcase' or nil.
8519 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8520 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8521 (dabbrev--substitute-expansion): New arg record-case-pattern.
8522 If it is non-nil, set dabbrev--last-case-pattern.
8523 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8524
8525 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8526
8527 2000-12-15 Miles Bader <miles@gnu.org>
8528
8529 * paths.el (Info-default-directory-list): Don't delete
8530 configure-info-directory from the list of standard info
8531 directories when appending it to the end -- their order is important.
8532
8533 * faces.el (read-face-attribute): If there's no entry for the
8534 user's input in VALID, just use it as-is (this will often result
8535 in an error, but it may be OK for e.g. colors using hexadecimal
8536 notation, and at least will yield a better error message).
8537
8538 * window.el (mode-line-window-height-fudge): Function removed.
8539 (height-affecting-face-attributes, mode-line-window-height-fudge):
8540 Variables removed.
8541 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8542 window is really the right size. Use vertical-motion
8543 rather than forward-line.
8544 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8545 (ispell-command-loop, ispell-show-choices): Use the variable
8546 ispell-choices-win-default-height, rather than the function.
8547 (ispell-choices-win-default-height): Function removed.
8548 (ispell-mode-line-window-height-fudge): Function removed.
8549
8550 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8551
8552 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8553
8554 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8555
8556 * paths.el (Info-default-directory-list):
8557 If configure-info-directory is not one of the standard directories,
8558 put it first in the list; otherwise put it last. Doc string
8559 changed accordingly.
8560
8561 * info.el (Info-directory-list): Change doc string to reflect the
8562 change in Info-default-directory-list.
8563
8564 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
8565 windows-nt as windowed environments, even under -nw.
8566
8567 * startup.el (command-line): Don't call x-backspace-delete-keys-p
8568 if not fboundp. Switch delete-forward mode for the <delete> key
8569 on all PC platforms, even under -nw.
8570
8571 * term/internal.el ([M-delete]): Remap to M-d.
8572
8573 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8574
8575 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
8576
8577 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8578
8579 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8580
8581 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8582
8583 * startup.el (command-line): Call delete-key-deletes-forward-mode,
8584 if appropriate.
8585
8586 * simple.el (delete-key-deletes-forward): New user-option.
8587 (delete-key-deletes-forward-mode): New function.
8588
8589 * bindings.el: Bind `delete' to backward-delete-char.
8590
8591 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
8592 Test if symbol is bound before getting its value.
8593
8594 * tooltip.el (tooltip-show): If an error is signaled in
8595 x-show-tip, display that error, and display the help in the
8596 echo area.
8597
8598 2000-12-14 Kenichi Handa <handa@etl.go.jp>
8599
8600 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8601 Show "... entries" messages for every 10000 entries, not 10.
8602
8603 2000-12-13 Karl Fogel <kfogel@red-bean.com>
8604
8605 * bookmark.el: Provide a generic exit hook, as suggested by
8606 Ovidiu Predescu <ovidiu@cup.hp.com>:
8607 (bookmark-exit-hook): New var.
8608 (bookmark-exit-hook-internal): New func, replaces
8609 old raw lambda form in `kill-emacs-hook', and runs new
8610 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
8611 as logically that feature must have been provided if this function
8612 is running.
8613 Removed ;;;###autoload before the `add-hook' call.
8614
8615 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
8616
8617 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
8618 (easy-menu-current-active-maps): New function.
8619 (easy-menu-get-map): Use it.
8620 Make a proper menu entry when creating a new keymap.
8621
8622 2000-12-13 Kenichi Handa <handa@etl.go.jp>
8623
8624 * international/characters.el: Fix cases and syntaxes for
8625 mule-unicode-0100-24ff.
8626
8627 * dired.el (dired-move-to-filename-regexp): Fixed for the case
8628 that a Japanese character is not appended after day and year.
8629
8630 * info.el (Info-suffix-list): Change format for a command that
8631 requires arguments.
8632 (info-insert-file-contents): Adjusted for the above change.
8633
8634 2000-12-12 Andreas Schwab <schwab@suse.de>
8635
8636 * tar-mode.el (tar-extract): Base the name of the subfile buffer
8637 on the name of the tar buffer. Verify that the existing buffer is
8638 visiting the same subfile.
8639
8640 2000-12-12 Dave Love <fx@gnu.org>
8641
8642 * subdirs.el: Add obsolete.
8643
8644 2000-12-12 Gerd Moellmann <gerd@gnu.org>
8645
8646 * mail/rmailsum.el (rmail-summary-expunge)
8647 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
8648 instead of rmail-confirm-expunge.
8649
8650 * replace.el (perform-replace): Don't use an empty match adjacent
8651 to a non-empty match when computing the next match before the
8652 replacement is performed.
8653
8654 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
8655
8656 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
8657 definition (patch by Stefan Monnier).
8658 (glasses-mode): Use jit-lock instead of `after-change-functions'
8659 (patch by Stefan Monnier).
8660
8661 2000-12-12 Miles Bader <miles@gnu.org>
8662
8663 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
8664 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
8665
8666 2000-12-12 Andrew Choi <akochoi@i-cable.com>
8667
8668 * term/mac-win.el: Remove load for ls-lisp.
8669
8670 * loadup.el: Load ls-lisp for system-type `macos'.
8671
8672 2000-12-12 Miles Bader <miles@gnu.org>
8673
8674 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
8675 Respect field end too.
8676 (just-one-space): Respect fields as `delete-horizontal-space'.
8677 (newline-and-indent, reindent-then-newline-and-indent):
8678 Use `delete-horizontal-space'.
8679
8680 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
8681
8682 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
8683 (so as to obey the field property in the minibuffer).
8684
8685 * obsolete/c-mode.el: Moved from lisp/progmodes.
8686 * obsolete/auto-show.el: Moved from lisp.
8687 * obsolete/ooutline.el: Moved from lisp/textmodes.
8688
8689 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
8690
8691 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
8692 changes to list them here.
8693
8694 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
8695 Too many changes to list them here.
8696
8697 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
8698 Too many changes to list them here.
8699
8700 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
8701
8702 2000-12-11 Gerd Moellmann <gerd@gnu.org>
8703
8704 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
8705
8706 * cus-edit.el (custom-save-variables, custom-save-faces):
8707 Comment fix.
8708
8709 * hscroll.el: Moved to `obsolete' subdir.
8710
8711 2000-12-11 Miles Bader <miles@gnu.org>
8712
8713 * window.el (window-text-height): Function removed (now in C).
8714
8715 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
8716
8717 * log-edit.el (log-edit-parent-buffer): New var.
8718 (log-edit): Set it. Add BUFFER argument.
8719 (log-edit-done): Use char-before.
8720 Don't bother checking validity of vc-comment-ring.
8721 Only bury the buffer if log-edit popped it up.
8722
8723 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
8724 (cvs-mode-diff-help): Remove.
8725 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
8726 (cvs-mode-marked): Set up the default for CMD manually.
8727
8728 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
8729 Remove binding for ? now made unnecessary.
8730
8731 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
8732
8733 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
8734 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
8735
8736 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
8737 when master file is not open.
8738
8739 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
8740
8741 * progmodes/ada-stmt.el: Update `maintainer'.
8742
8743 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
8744
8745 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
8746 choices to match documentation string.
8747
8748 2000-12-09 Miles Bader <miles@gnu.org>
8749
8750 * minibuf-eldef.el: New file.
8751
8752 * window.el (fit-window-to-buffer): Don't pass last argument to
8753 pos-visible-in-window-p, now that its meaning is inverted.
8754
8755 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
8756
8757 * image.el (create-image): Doc fix; spotted by Per Cederqvist
8758 <ceder@lysator.liu.se>.
8759
8760 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
8761
8762 * autoinsert.el (auto-insert-alist): Add missing final \n.
8763
8764 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
8765 (cvs-menu-map): Remove.
8766 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
8767 (cvs-mode-quit): Turn it back into a plain function.
8768
8769 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
8770 (texinfo-filter): Remove (move to texinfo.el).
8771
8772 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
8773 file where it's more visible.
8774 (texinfo-filter, texinfo-chapter-level-regexp): New variables
8775 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
8776 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
8777 (texinfo-inside-macro-p): Only catch `scan-error's.
8778 (texinfo-inside-env-p): Make better use of the match info.
8779 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
8780 (texinfo-insert-@end): Slight re-organization.
8781 Also remove useless `looking-at' call.
8782
8783 2000-12-08 Andrew Innes <andrewi@gnu.org>
8784
8785 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
8786 accessible in -nw mode.
8787
8788 * term/w32-win.el: Remove stuff about selection timeout, which is
8789 irrelevant on Windows. Move clipboard support to w32-fns.el, so
8790 it is accessible in -nw mode.
8791
8792 2000-12-08 Dave Love <fx@gnu.org>
8793
8794 * emacs-lisp/lisp-mode.el (lisp-mode):
8795 Set font-lock-keywords-case-fold-search.
8796
8797 2000-12-08 Gerd Moellmann <gerd@gnu.org>
8798
8799 * textmodes/ispell.el (ispell): Doc fix.
8800
8801 2000-12-08 Kenichi Handa <handa@etl.go.jp>
8802
8803 * international/quail.el (quail-insert-decode-map): Check the
8804 frame width of a window displaying the current buffer, not that of
8805 the selected frame.
8806 (quail-help): Make sure that the help buffer has window before
8807 inserting text in it.
8808
8809 2000-12-07 Sam Steingold <sds@gnu.org>
8810
8811 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
8812 Backquote is used in isearch.el, so autoloading saves nothing.
8813
8814 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
8815
8816 * startup.el (normal-top-level-add-subdirs-to-load-path):
8817 Ignore the CVS and RCS subdirectories case-insensitively.
8818
8819 * dired.el (dired-insert-directory): If file-system-info is
8820 fboundp, call it instead of invoking dired-free-space-program.
8821
8822 2000-12-07 Gerd Moellmann <gerd@gnu.org>
8823
8824 * server.el (server-visit-files): Push files on file-name-history.
8825
8826 * progmodes/cc-langs.el: Update copyright.
8827
8828 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
8829
8830 * bindings.el (mode-line-mode-menu): Add glasses-mode.
8831
8832 * bindings.el (mode-line-mode-menu): Reverse the order
8833 of define-keys so that the menu appears in alphabetical order.
8834
8835 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
8836
8837 * progmodes/glasses.el (glasses-mode): Update mode line at the end
8838 of the function.
8839
8840 2000-12-07 Dave Love <fx@gnu.org>
8841
8842 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
8843
8844 * facemenu.el (facemenu-unlisted-faces): Fix value.
8845
8846 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
8847
8848 * font-lock.el (font-lock-default-fontify-region):
8849 Include the terminating \n (off-by-one error).
8850 (font-lock-set-defaults): Use dolist.
8851
8852 * derived.el (define-derived-mode): Don't use combine-run-hooks.
8853
8854 2000-12-07 Kenichi Handa <handa@etl.go.jp>
8855
8856 * international/mule-cmds.el (describe-language-environment):
8857 Fix for the case that an input method title is not string but a list.
8858
8859 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
8860 of wrong SIZE record.
8861
8862 2000-12-06 Dave Love <fx@gnu.org>
8863
8864 * newcomment.el (comment-region, comment-dwim): Doc fix.
8865
8866 * textmodes/texinfo.el: Require tex-mode when compiling.
8867 (texinfo-update-node): Doc fix.
8868 (texinfo-imenu-generic-expression): Add @anchor.
8869 (texinfo-font-lock-keywords): Add @uref.
8870 (texinfo-inside-macro-p): Don't use ignore-errors.
8871 (texinfo-insert-quote): Match more contexts.
8872
8873 * international/mule.el (decode-char, encode-char): Doc fix.
8874 (auto-coding-alist): Customize.
8875
8876 * files.el (load-file): Fix change of 2000-03-12.
8877
8878 * wid-edit.el (widget-text-keymap): Doc fix.
8879
8880 2000-12-06 Andrew Innes <andrewi@gnu.org>
8881
8882 * makefile.w32-in (lisp): Set to an absolute directory, namely
8883 $(CURDIR).
8884
8885 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
8886
8887 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
8888 read generated-autoload-file, and set buffer-file-coding-system to
8889 raw-text-unix after reading the file.
8890
8891 * international/mule-conf.el (file-coding-system-alist):
8892 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
8893
8894 2000-12-06 Gerd Moellmann <gerd@gnu.org>
8895
8896 * replace.el (occur): Make line-number-width 1 smaller for the
8897 colon following the line number.
8898
8899 * startup.el (fancy-splash-text, command-line-1):
8900 Use `File' for the menu name instead of `Files'.
8901
8902 * tmm.el: Update copyright.
8903
8904 * cus-start.el: Add entry for even-window-heights.
8905
8906 2000-12-06 Miles Bader <miles@gnu.org>
8907
8908 * faces.el (frame-set-background-mode): Avoid stomping on
8909 locally modified faces.
8910
8911 2000-12-06 Kenichi Handa <handa@etl.go.jp>
8912
8913 * international/fontset.el: Correct the font registries for
8914 japanese-jisx0213-1 and japanese-jisx0213-2.
8915
8916 2000-12-05 Gerd Moellmann <gerd@gnu.org>
8917
8918 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
8919
8920 * iswitchb.el: Update customization commentary.
8921
8922 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
8923
8924 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
8925 (tpu-search-highlight): Fixed comparison of overlay end positions.
8926 (tpu-trim-line-ends): Implemented trimming logic locally.
8927
8928 * emulation/tpu-extras.el (tpu-write-file-hook)
8929 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
8930
8931 2000-12-05 Kenichi Handa <handa@etl.go.jp>
8932
8933 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
8934 to cn-gb.
8935 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
8936
8937 2000-12-04 Dave Love <fx@gnu.org>
8938
8939 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
8940
8941 2000-12-04 Gerd Moellmann <gerd@gnu.org>
8942
8943 * mail/rmailsum.el (rmail-summary-expunge)
8944 (rmail-summary-expunge-and-save): Ask for confirmation with
8945 rmail-expunge-confirmed.
8946
8947 * mail/rmail.el (rmail-expunge-confirmed): New function.
8948 (rmail-expunge): Use it.
8949
8950 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
8951
8952 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
8953 (etags-recognize-tags-table, find-tag-in-order):
8954 New functionality: interpret file names as tags.
8955
8956 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
8957
8958 * info.el (Info-scroll-prefer-subnodes): New defcustom.
8959 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
8960 the first subnode until the bottom of the current node is visible.
8961
8962 2000-12-04 Gerd Moellmann <gerd@gnu.org>
8963
8964 * format.el (format-decode): Don't change buffer's undo list.
8965
8966 2000-12-04 Kenichi Handa <handa@etl.go.jp>
8967
8968 * faces.el (face-font-registry-alternatives): Add entries for CJK
8969 fonts. Doc-string adjusted for the actual usage of this data.
8970
8971 * international/fontset.el: Change the font registries for CJK
8972 fonts in the default fontset. Don't append '*' to registries.
8973
8974 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
8975
8976 * emacs-lisp/easy-mmode.el (define-derived-mode)
8977 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
8978
8979 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
8980 (derived-mode-p): New function.
8981 (derived-mode-make-docstring): Add `docstring' argument.
8982 Use it if available and complete it if necessary.
8983
8984 2000-12-03 Andreas Schwab <schwab@suse.de>
8985
8986 * type-break.el (type-break): Don't make parent of itself.
8987
8988 2000-12-03 Miles Bader <miles@gnu.org>
8989
8990 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
8991
8992 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
8993
8994 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
8995 (tex-main-file, tex-file): Simplify.
8996 (tex-generate-zap-file-name): Use subst-char-in-string.
8997 (tex-strip-dots): Remove.
8998
8999 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9000
9001 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9002 to check if the match succeeded.
9003
9004 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9005
9006 * startup.el (use-fancy-splash-screens-p): New function.
9007 (command-line-1): Use it to determine whether or not to use
9008 a fancy splash screen.
9009
9010 2000-12-02 Andreas Schwab <schwab@suse.de>
9011
9012 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9013
9014 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9015
9016 * international/mule.el (make-char): Fix last change.
9017
9018 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9019 New defcustoms.
9020 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9021 autoloading tex-mode; instead, do the same manually.
9022 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9023 with numeric argument. Docstring fix.
9024 (toplevel): Require cl when compiling.
9025
9026 * international/mule.el (make-char): Doc fix.
9027
9028 2000-12-02 Jason Rumney <jasonr@gnu.org>
9029
9030 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9031 the Emacs Lisp manual)
9032
9033 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9034
9035 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9036
9037 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9038 the Emacs Lisp manual).
9039
9040 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9041
9042 * simple.el (next-line-add-newlines): Change default to nil.
9043
9044 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9045
9046 * files.el (revert-buffer, recover-file):
9047 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9048
9049 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9050
9051 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9052
9053 2000-12-01 Miles Bader <miles@gnu.org>
9054
9055 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9056
9057 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9058
9059 * international/mule-diag.el (describe-char-after): Fix typo.
9060 (describe-character-set, non-iso-charset-alist): Fix typo.
9061
9062 2000-12-01 Miles Bader <miles@gnu.org>
9063
9064 * image-file.el (image-file-name-regexp): Automatically add
9065 upper-case variants of each filename extension in
9066 `image-file-name-extensions', since they seem to be common.
9067
9068 * simple.el (minibuffer-contents)
9069 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9070 New functions.
9071 * filecache.el (file-cache-directory-name)
9072 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9073
9074 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9075
9076 * filecache.el (file-cache-minibuffer-complete): Don't try to
9077 delete the minibuffer prompt.
9078
9079 2000-11-30 Dave Love <fx@gnu.org>
9080
9081 * cus-start.el: Fix read-buffer-function type.
9082
9083 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9084
9085 * md5.el: Removed. There's a built-in function, now.
9086
9087 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9088
9089 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9090 as dummy 0-th char of rmail-deleted-vector.
9091
9092 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9093
9094 * ps-print.el (ps-end-job): Bind case-fold-search only after
9095 switching to ps-spool-buffer.
9096
9097 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9098
9099 * ps-print.el: Line number font customization. PostScript: Lines and
9100 PageCount are initialized on each page. Doc Fix.
9101 (ps-print-version): New version number (6.3.2).
9102 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9103 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9104 (ps-right-header): Customization fix.
9105 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9106 Fix code.
9107 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9108 New vars.
9109
9110 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9111
9112 * bs.el: Fix typos and spelling errors.
9113 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9114 (bs-configuration): Doc fix.
9115
9116 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9117
9118 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9119
9120 * emulation/tpu-edt.el (tpu-version): New version.
9121 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9122 (tpu-original-mode-line): Variable deleted.
9123 (tpu-mark-flag): New initial value.
9124 (tpu-set-mode-line): Don't redefine mode-line-format.
9125 Add tpu-mark-flag to minor-mode-alist.
9126 (tpu-update-mode-line): New mark flag logic.
9127 (tpu-get): Use find-file-wildcards.
9128 (tpu-search-highlight): Move overlay less, reset overlay properly.
9129 (tpu-unselect): Deactivate mark.
9130 (tpu-lm-replace): Reset overlay properly.
9131 (tpu-forward-line): Use forward-visible-line.
9132 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9133
9134 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9135
9136 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9137
9138 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9139
9140 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9141
9142 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9143 and skip whitespace and newlines.
9144
9145 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9146
9147 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9148
9149 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9150
9151 * help.el (describe-function-1): Regexp-quote function name
9152 when used as part of a regexp.
9153
9154 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9155 Use face-attribute instead of face-foreground and face-background.
9156 (tool-bar-add-item): Likewise, and handle unspecified colors.
9157
9158 * enriched.el (enriched-face-ans): Use face-attribute instead
9159 of face-foreground and face-background.
9160
9161 * faces.el (face-foreground, face-background, face-stipple):
9162 Return nil if attribute is unspecified, for backward compatibility.
9163
9164 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9165
9166 * play/5x5.el: Remove version info.
9167
9168 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9169
9170 * frame.el (blink-cursor-mode): Doc fix.
9171
9172 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9173
9174 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9175 to create Makefile rules.
9176 (antlr-tool-command): New user option.
9177 (antlr-ask-about-save): New user option.
9178 (antlr-makefile-specification): New user option.
9179 (antlr-file-formats-alist): New variable.
9180 (antlr-special-file-formats): New variable.
9181 (antlr-unknown-file-formats): New user option.
9182 (antlr-help-unknown-file-text): New variable.
9183 (antlr-help-rules-intro): New variable.
9184 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9185 (antlr-mode-menu): Add entries.
9186 (antlr-file-dependencies): New function.
9187 (antlr-directory-dependencies): New function.
9188 (antlr-superclasses-glibs): New function.
9189 (antlr-run-tool): New command.
9190 (antlr-makefile-insert-variable): New function.
9191 (antlr-insert-makefile-rules): New function.
9192 (antlr-show-makefile-rules): New command.
9193
9194 * antlr-mode.el: More Emacs/XEmacs stuff.
9195 (antlr-no-action-keywords): New constant with value nil.
9196 (antlr-font-lock-keywords-alist): Use it. Old value would break
9197 syntax highlighting in Emacs-21.0.
9198 (antlr-default-directory): Emacs/XEmacs dependend function.
9199 (antlr-read-shell-command): Ditto.
9200 (antlr-with-displaying-help-buffer): Ditto.
9201
9202 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9203
9204 * antlr-mode.el: imenu, parsing and highlighting changes.
9205 (antlr-imenu-create-index-function): Don't create extra submenus
9206 for definitions in different grammar classes. It is not necessary
9207 for the menu and would make command `imenu' awkward to use.
9208 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9209 header actions and more than one.
9210 (antlr-font-lock-tokendef-face): Changed color.
9211 (antlr-font-lock-tokenref-face): Changed color.
9212 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9213 (antlr-mode-syntax-table): New variable.
9214 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9215 (antlr-with-syntax-table): Don't copy syntax table.
9216
9217 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9218
9219 * antlr-mode.el: Minor changes: language setting.
9220 (antlr-language-alist): The value for file option "language" can
9221 be both an identifier and a string.
9222 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9223 (antlr-language-limit-n-regexp): Change accordingly.
9224
9225 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9226
9227 * antlr-mode.el: Minor changes: tabs, hiding.
9228 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9229 (antlr-action-visibility): Also allow value nil to also hide the
9230 braces. Renamed from `antlr-tiny-action-length'.
9231 Suggested by Jay@aol.com.
9232 (antlr-hide-actions): Change accordingly. Hide line if completely
9233 hidden action is on a line of its own.
9234
9235 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9236
9237 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9238
9239 * sort.el (sort-columns): Don't concat strings with numbers.
9240
9241 2000-11-29 Dave Love <fx@gnu.org>
9242
9243 * cus-edit.el (face): Fix :format.
9244
9245 * mail/feedmail.el: Require smtpmail when compiling.
9246 (mail-do-fcc): Autoload.
9247 (feedmail) <defgroup>: Fix :link.
9248 (feedmail-nuke-body-in-fcc): Fix :type.
9249 (feedmail-send-it): Add autoload cookie.
9250
9251 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9252
9253 * newcomment.el (comment-indent): Save excursion around call to
9254 comment-indent-function.
9255
9256 2000-11-29 Miles Bader <miles@gnu.org>
9257
9258 * subr.el (member-ignore-case): Return the tail of the list who's
9259 car matches, like `member', not the matching element itself.
9260
9261 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9262
9263 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9264 should not contain `\n'.
9265
9266 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9267
9268 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9269
9270 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9271
9272 * dired-aux.el (dired-do-create-files): Construct default file
9273 name for dired-mark-read-file-name so that when the user enters
9274 just RET, the target file will end up in the target directory.
9275
9276 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9277 local-abbrev-table before changing buffers because it might
9278 have a buffer-local binding.
9279
9280 2000-11-28 Miles Bader <miles@gnu.org>
9281
9282 * simple.el (delete-horizontal-space): Handle fields more generally.
9283
9284 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9285
9286 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9287
9288 2000-11-28 Dave Love <fx@gnu.org>
9289
9290 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9291 comment-start-skip locally.
9292
9293 * progmodes/fortran.el (fortran-mode): Don't set
9294 fortran-comment-line-start-skip. Set comment-start to
9295 fortran-comment-line-start.
9296 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9297 (fortran-comment-line-start-skip): Simplify slightly.
9298
9299 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9300
9301 * play/5x5.el: Remove RCS keyword.
9302
9303 * bs.el: Mistaken commit, undone 2000-11-30.
9304
9305 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9306
9307 * textmodes/tildify.el (tildify-string-alist):
9308 Add `plain-tex-mode' here.
9309
9310 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9311
9312 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9313 reference.
9314
9315 2000-11-28 Miles Bader <miles@gnu.org>
9316
9317 * cus-face.el (custom-face-attributes): Add post-filter function
9318 for :box. Make pre-filter function for :box handle all cases.
9319
9320 * wid-edit.el (widget-choose): Make sure pop-up window is large
9321 enough to display all the choices, as there's no way to scroll it.
9322
9323 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9324
9325 * international/mule-conf.el: Make the coding system no-conversion
9326 safe for all characters.
9327
9328 2000-11-27 Dave Love <fx@gnu.org>
9329
9330 * net/ldap.el (ldap) <defgroup>: Add :version.
9331
9332 * tooltip.el (tooltip-use-echo-area): Doc fix.
9333
9334 * cus-start.el <minibuffer-prompt-properties>: Add version.
9335 <read-buffer-function>: Add.
9336
9337 * apropos.el (apropos-print): Add help-echo to active text.
9338
9339 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9340
9341 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9342
9343 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9344 type, group and version.
9345
9346 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9347
9348 * select.el (x-get-selection): Docstring fix.
9349
9350 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9351
9352 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9353
9354 2000-11-27 Andrew Innes <andrewi@gnu.org>
9355
9356 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9357
9358 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9359
9360 2000-11-27 Miles Bader <miles@gnu.org>
9361
9362 * dired.el (dired-get-filename): Return filename verbatim if
9363 LOCALP is `verbatim'.
9364 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9365 `verbatim' so that we don't inadvertently delete a non-existant
9366 directory name.
9367
9368 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9369
9370 * international/characters.el: Specify cases and syntaxes for
9371 mule-unicode-0100-24ff.
9372
9373 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9374
9375 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9376 that foreground and/or background colors of the face `tool-bar'
9377 are unspecified.
9378
9379 2000-11-27 Miles Bader <miles@gnu.org>
9380
9381 * wid-edit.el (widget-field-buffer, widget-field-start)
9382 (widget-field-end): Handle widget field `pseudo-overlays'.
9383 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9384 if it's there instead of in `widget-field-list'.
9385
9386 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9387 (help-make-xrefs): Delete extraneous newlines at the end of the
9388 docstring.
9389
9390 2000-11-25 Jason Rumney <jasonr@gnu.org>
9391
9392 * startup.el (command-line): Call set-locale-environment after
9393 Window System init file is read, as it can result in a call to
9394 redraw-frame.
9395
9396 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9397
9398 * simple.el (shell-command): Mention the effect of the prefix
9399 argument in the doc string.
9400
9401 2000-11-25 Miles Bader <miles@gnu.org>
9402
9403 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9404
9405 * wid-edit.el (widget-field-value-delete): Don't try to delete
9406 overlay when it's the `pseudo-overlay' that exists at some points.
9407
9408 2000-11-24 Jason Rumney <jasonr@gnu.org>
9409
9410 * international/mule-cmds.el (locale-language-names): Add "jp" as
9411 a non-standard alternative for Japanese.
9412
9413 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9414
9415 * vc-hooks.el: Require 'cl during compilation.
9416
9417 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9418
9419 * faces.el (face-set-after-frame-default): Let face attributes
9420 specified for new frames override frame parameters.
9421
9422 * startup.el (command-line): Fix computation of the source file
9423 for user-init-file when user-init-file is a compiled file.
9424
9425 2000-11-24 Miles Bader <miles@gnu.org>
9426
9427 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9428 (custom-post-filter-face-spec): New functions.
9429 (custom-face-set, custom-face-value-create): Filter the face spec
9430 before and after customization.
9431 (custom-face-set): If VALUE specifies a null face, pass a
9432 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9433 * cus-face.el (custom-face-attributes): Remove SET and GET
9434 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9435 cases they're needed.
9436
9437 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9438 that it's distinguishable from the :off-glyph on dark-background
9439 displays. Set its background color too.
9440
9441 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9442 so that people can easily turn it off.
9443
9444 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9445
9446 * ediff-diff.el: Moved variables around to have it compile under NT.
9447
9448 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9449
9450 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9451
9452 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9453 redundant skip-small-frames test.
9454
9455 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9456 (viper-downgrade-to-insert): Protect against errors in hooks.
9457
9458 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9459 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9460 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9461 New functions.
9462
9463 * viper-util.el (viper-memq-char): Bug fixes.
9464
9465 * viper.el (viper-mode): Fix cursor handling.
9466
9467 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9468
9469 * international/mule-diag.el (list-iso-charset-chars):
9470 For two-byte charset, fix the `while' condition.
9471 (list-non-iso-charset-chars): Fix the `while' condition.
9472
9473 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9474
9475 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9476 if the variable is make-variable-buffer-local.
9477
9478 * progmodes/ada-stmt.el (ada-template-map):
9479 Initialize and bind it to C-c t in ada-mode-map.
9480 (ada-stmt-mode-hook): New function extracted from old code.
9481 Only change the buffer-local side of skeleton-*.
9482 (ada-mode-hook): Use it.
9483
9484 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9485
9486 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9487 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9488 we expect to be returned by minibuffer-depth once we prompt the
9489 user in the minibuffer.
9490 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9491 as recorded in iswitchb-minibuf-depth, return non-nil.
9492
9493 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9494
9495 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9496 (hscroll-window-maybe): Docstring fix.
9497
9498 2000-11-23 Dave Love <fx@gnu.org>
9499
9500 * rect.el (string-rectangle): Don't test delete-selection-mode.
9501
9502 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9503
9504 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9505 is in the tool bar.
9506
9507 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9508 with `no-dir'; we want the directory part to be able to remove it.
9509
9510 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9511
9512 * textmodes/outline.el (outline-flag-region):
9513 Don't bind inhibit-read-only since we don't modify the buffer.
9514 (outline-isearch-open-invisible): Don't jump to overlay-start
9515 since we're trying to unhide text around point.
9516 (outline-discard-overlays): Use dolist.
9517
9518 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9519
9520 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9521
9522 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9523
9524 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9525
9526 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9527 Fix ARG regexp to skip quoted braces.
9528 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9529 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9530 are (correctly) handled separately).
9531 Remove `caption' and `footnote' from `citations': they contain text.
9532 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9533 (latex-skeleton-end-hook): New function.
9534 (latex-mode): Use it.
9535 (tex-start-tex-marker): Remove.
9536 (tex-send-tex-command): Don't set tex-start-tex-marker.
9537 (tex-error-parse-syntax-table): New var.
9538 (tex-compilation-parse-errors): Use it.
9539 Ignore tex-start-tex-marker. Don't bother with marker-position.
9540 (tex-validate-buffer): Don't bother with marker-position.
9541
9542 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9543 (flyspell-generic-progmode-verify): Use it.
9544
9545 2000-11-22 Sam Steingold <sds@gnu.org>
9546
9547 * simple.el (delete-trailing-whitespace): New interactive function.
9548
9549 * progmodes/ada-mode.el (ada-mode): Use it instead of
9550 `ada-remove-trailing-spaces'.
9551 (ada-remove-trailing-spaces): Removed.
9552
9553 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9554
9555 * textmodes/picture.el (picture-clean): Removed.
9556 (picture-mode-exit): Call it instead of `picture-clean'.
9557
9558 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9559
9560 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9561
9562 * hi-lock.el (hi-lock-refontify): Don't call non-existent
9563 jit-lock-fontify-buffer; it should anyway be unneccessary to
9564 do anything special when jit-lock is active.
9565 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
9566
9567 2000-11-22 Dave Love <fx@gnu.org>
9568
9569 * calendar/todo-mode.el (todo-top-priorities): Use
9570 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
9571
9572 * language/chinese.el, language/cyrillic.el:
9573 * language/devanagari.el, language/ethiopic.el, language/greek.el:
9574 * language/hebrew.el, language/indian.el, language/japanese.el:
9575 * language/korean.el, language/lao.el, language/misc-lang.el:
9576 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9577 Use provide.
9578
9579 * cus-edit.el (custom-buffer-create-internal): Save some consing.
9580 (custom-variable-set): Improve validation error mesage.
9581
9582 * rect.el (string-rectangle): Revert last change.
9583 (string-rectangle-line): New arg DELETE.
9584 (string-rectangle): Check delete-selection-mode.
9585
9586 * emacs-lisp/edebug.el (edebug-version)
9587 (edebug-maintainer-address): Deleted.
9588 (edebug-submit-bug-report): Just alias to report-emacs-bug.
9589 (edebug-read-function): Account for other `'#' read forms.
9590 (edebug-mode-menus): Make some items toggles.
9591 (edebug-outside-unread-command-event, unread-command-event):
9592 Remove these to avoid warnings.
9593
9594 2000-11-22 David Ponce <david@dponce.com>
9595
9596 * recentf.el (recentf-menu-items-for-commands)
9597 (recentf-make-menu-items, recentf-make-menu-item)
9598 (recentf-filter-changer): Added :help and :active menu-item properties.
9599
9600 (recentf-build-dir-rules, recentf-dump-variable)
9601 (recentf-edit-list, recentf-open-files-item)
9602 (recentf-open-files): Replaced unnecessary `mapcar' with new
9603 built-in `mapc'.
9604
9605 2000-11-23 Miles Bader <miles@gnu.org>
9606
9607 * faces.el (menu): Make inverse-video on ttys too.
9608
9609 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9610
9611 * simple.el (comment-line-break-function): Use the new name
9612 indent-new-comment-line -> comment-indent-new-line.
9613 (clone-indirect-buffer): Don't ignore NORECORD.
9614 (next-completion): Properly handle the case where items are adjacent.
9615
9616 * mouse.el (popup-menu): Stupid typo.
9617
9618 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9619
9620 * emacs-lisp/authors.el: Remove autoload cookies, add author,
9621 maintainer, keywords tags.
9622
9623 * rect.el (replace-rectangle): Don't call string-rectangle-line
9624 with too many arguments.
9625
9626 2000-11-22 Andre Spiegel <spiegel@gnu.org>
9627
9628 * ediff-util.el (ediff-file-checked-out-p)
9629 (ediff-file-checked-in-p): Call vc-state instead of
9630 vc-locking-user, which no longer exists.
9631
9632 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
9633
9634 2000-11-22 Dave Love <fx@gnu.org>
9635
9636 * md5.el (md5): Provide.
9637 (md5): Fix error call.
9638
9639 2000-11-22 Miles Bader <miles@gnu.org>
9640
9641 * textmodes/refill.el (refill-adjust-ignorable-overlay)
9642 (refill-fill-paragraph-at): Remove debugging code.
9643
9644 * calendar/calendar.el (generate-calendar-window): When we don't
9645 call `fit-window-to-buffer', make sure the top line is fully visible.
9646
9647 * image-file.el (insert-image-file): Don't make `read-only'
9648 property rear-nonsticky.
9649
9650 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
9651 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
9652 stashing away its original value.
9653 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
9654 in the recursive edit.
9655 Bind `isearch-original-minibuffer-message-timeout' to protect it.
9656 (isearch-done): Restore `minibuffer-message-timeout'.
9657
9658 * cus-start.el: Remove entry for `mode-line-inverse-video'.
9659
9660 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
9661
9662 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
9663
9664 * find-lisp.el (find-lisp-find-files-internal):
9665 Use dolist, when and file-name-as-directory.
9666
9667 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
9668 (define-derived-mode, define-minor-mode): Add specs.
9669
9670 * window.el: General comment and spacing fixes.
9671 (save-selected-window): Use backquotes.
9672 (window-safely-shrinkable-p): New function.
9673 (shrink-window-if-larger-than-buffer): Use it.
9674
9675 * subr.el (make-local-hook): Docstring fix.
9676
9677 * shell.el (shell-mode): Use define-derived-mode.
9678
9679 * newcomment.el (comment-indent): Insert comment before calling
9680 comment-indent-function. Don't insert in column 0.
9681 (comment-dwim): Indent before inserting comment.
9682
9683 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
9684 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
9685 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
9686 Use mapc rather than map.
9687
9688 * files.el (find-buffer-visiting): Compare all attributes before
9689 declaring two files identical (rather than just their inode-no).
9690 (auto-mode-alist): Use \' rather than $.
9691
9692 * which-func.el: Update maintainer line.
9693
9694 * pcvs.el (uniquify-buffer-file-name): Remove advice.
9695 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
9696 (uniquify-buffer-file-name): Use it.
9697
9698 2000-11-22 Miles Bader <miles@gnu.org>
9699
9700 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
9701 * simple.el (minibuffer-avoid-prompt): New function.
9702
9703 2000-11-21 Gerd Moellmann <gerd@gnu.org>
9704
9705 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
9706
9707 2000-11-21 Miles Bader <miles@gnu.org>
9708
9709 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
9710 inclusion of `track-mouse'.
9711
9712 * textmodes/refill.el (refill-ignorable-overlay): New variable.
9713 (refill-adjust-ignorable-overlay): New function.
9714 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
9715 only the paragraph's tail if possible.
9716 Update `refill-ignorable-overlay'.
9717 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
9718
9719 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9720 point inside the fill-prefix.
9721
9722 * textmodes/refill.el (refill-post-command-function): Don't reset
9723 refill-doit in the case where a self-insertion command doesn't
9724 case a refill. Use `refill-fill-paragraph-at', getting position
9725 from `refill-doit'.
9726 (refill-after-change-function): Set `refill-doit' to END.
9727 (refill-fill-paragraph-at): New function, mostly from old
9728 refill-fill-paragraph.
9729 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
9730 (refill-pre-command-function): New function.
9731 (refill-mode): Add it to `pre-command-hook'.
9732
9733 2000-11-20 Gerd Moellmann <gerd@gnu.org>
9734
9735 * textmodes/artist.el (artist-mode): Fix autoload cookie.
9736
9737 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
9738 javadoc tags.
9739
9740 2000-11-20 Andre Spiegel <spiegel@gnu.org>
9741
9742 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
9743 vc.el).
9744
9745 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
9746 require vc.
9747
9748 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
9749 checkouts.
9750
9751 2000-11-20 Dave Love <fx@gnu.org>
9752
9753 * Makefile.in (DONTCOMPILE): Omit bindings.el.
9754
9755 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
9756
9757 * calculator.el (calculator-paste): Use `if' instead of `and'
9758 and `or'.
9759 (calculator-help): Don't use electric-describe-mode for XEmacs.
9760
9761 2000-11-19 Gerd Moellmann <gerd@gnu.org>
9762
9763 * info.el (info-menu-5): Doc fix.
9764
9765 * textmodes/artist.el: New file.
9766
9767 2000-11-19 Andre Spiegel <spiegel@gnu.org>
9768
9769 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
9770 and differentiate according to checkout model.
9771 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
9772 since this function is only concerned with master state.
9773
9774 * vc-hooks.el (vc-workfile-unchanged-p)
9775 (vc-default-workfile-unchanged-p): Moved here from vc.el.
9776
9777 * vc.el (vc-workfile-unchanged-p)
9778 (vc-default-workfile-unchanged-p): See above.
9779
9780 2000-11-19 Miles Bader <miles@gnu.org>
9781
9782 * image-file.el (insert-image-file): Make `intangible' and
9783 `read-only' properties rear-nonsticky too.
9784
9785 2000-11-18 Gerd Moellmann <gerd@gnu.org>
9786
9787 * ps-print.el: Update copyright notice.
9788
9789 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
9790 (tooltip-show): Use the offsets.
9791
9792 * bindings.el (mode-line-modified): Fix a typo.
9793 (mode-line-toggle-modified, mode-line-widen)
9794 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
9795
9796 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9797
9798 * ps-print.el (toplevel): Test for find-coding-system being
9799 fboundp before calling ps-x-find-coding-system.
9800
9801 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
9802
9803 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
9804 (vc-version-backup-file): Docstring fix.
9805
9806 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9807
9808 * files.el (basic-save-buffer): Don't add a newline if
9809 find-file-literally is non-nil.
9810 (find-file-literally): Extend doc string.
9811
9812 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
9813 sort(1) with the `-f' argument.
9814
9815 2000-11-16 Andre Spiegel <spiegel@gnu.org>
9816
9817 * vc.el: Updated backend documentation.
9818 (vc-default-check-headers): New function.
9819
9820 * vc-{cvs,rcs,sccs}.el: Functions reordered.
9821
9822 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
9823 up-to-date.
9824 (vc-do-command): In the asynchronous case, output messages only if
9825 the minibuffer is not active.
9826
9827 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
9828 `vc-cvs-use-edit' is on.
9829 (vc-cvs-checkout): When this is used for reverting the workfile,
9830 make a backup of the original contents and revert to that in case
9831 of error.
9832 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9833 remote repositories.
9834
9835 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
9836 for both version and ratio in the minibuffer.
9837
9838 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
9839 Use vc-do-command to perform the annotation, not call-process.
9840
9841 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9842
9843 * international/quail.el (quail-start-translation): Don't call
9844 `message' before reading key sequence.
9845
9846 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
9847
9848 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
9849
9850 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9851
9852 * window.el (fit-window-to-buffer): Be sure to acquire at least
9853 one text line even if the buffer is empty.
9854
9855 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9856
9857 * net/ange-ftp.el (ange-ftp-file-writable-p)
9858 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
9859 Bind ange-ftp-process-verbose to nil.
9860
9861 2000-11-15 Dave Love <fx@gnu.org>
9862
9863 * wid-edit.el (widget-specify-field, widget-specify-button):
9864 If :help-echo is a function, set help-echo of overlay to
9865 widget-mouse-help.
9866 (widget-mouse-help): New function.
9867 (widget-echo-help): Rewritten for :help-echo functions only taking
9868 a widget arg.
9869
9870 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
9871 Use display-graphic-p.
9872 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
9873 and that JPEG is available.
9874 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
9875
9876 * international/mule-cmds.el (locale-charset-language-names):
9877 Match @euro.
9878
9879 2000-11-15 Gerd Moellmann <gerd@gnu.org>
9880
9881 * faces.el (face-set-after-frame-default):
9882 If `inhibit-default-face-x-resources' is bound, don't intialize the
9883 default face from X resources.
9884
9885 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9886
9887 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
9888 Don't set EMACSLOADPATH.
9889
9890 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9891
9892 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
9893 texinfo-insert-@url.
9894 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
9895 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
9896
9897 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9898
9899 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
9900 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
9901 (checkdoc-minor-keymap): Backward compatibility.
9902 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
9903 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
9904 (checkdoc-this-string-valid-engine): Be a bit more strict
9905 to avoid matching substrings of `...' quoted vars/funs.
9906 (checkdoc-defun-info): Only look for `interactive' if alone.
9907 (debug-ignored-errors): Add "arg doesn't appear in docstring".
9908
9909 * progmodes/compile.el (grep): `tag-default' can be nil.
9910
9911 * newcomment.el (comment-indent): Paren typo.
9912
9913 2000-11-14 Dave Love <fx@gnu.org>
9914
9915 * calculator.el: New maintainer version.
9916
9917 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
9918
9919 * cmuscheme.el: Doc fixes.
9920 (cmuscheme) <defgroup>: Use `scheme' as parent.
9921 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
9922
9923 * xscheme.el (scheme-program-name): Don't define here.
9924
9925 * progmodes/scheme.el (scheme-program-name): New variable
9926 (originally in cmuscheme).
9927
9928 2000-11-14 Miles Bader <miles@gnu.org>
9929
9930 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
9931 Handle header-lines. Don't loop forever if we can't enlarge the
9932 window anymore. Simplify a bit.
9933
9934 2000-11-14 Kenichi Handa <handa@etl.go.jp>
9935
9936 * window.el (fit-window-to-buffer): Don't check
9937 window-text-height. Assure that the last line is fully visible.
9938
9939 * international/quail.el (quail-show-guidance-buf):
9940 Call fit-window-to-buffer to assure the enough height of the guidance
9941 buffer.
9942 (quail-update-guidance): Avoid making the guidance buffer shorter.
9943
9944 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9945
9946 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
9947 rather than `prepend' and add an interesting comment.
9948 (tex-math-face, tex-font-lock-syntactic-face-function):
9949 New face and function to use it.
9950 (tex-define-common-keys, tex-mode-map): Use menu-item rather
9951 than `menu-enable' symbol property.
9952 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
9953 (tex-mode): Add some latex-mode commands for auto-selection.
9954 Use tex-font-lock-syntactic-face-function.
9955 (tex-insert-quote): Simplify.
9956 (tex-shell): New mode.
9957 (tex-start-shell): Use it.
9958 (tex-shell-proc, tex-shell-buf): New functions.
9959 (tex-send-command): Use it.
9960 (tex-main-file): Fix the meaning of the new arg REALFILE.
9961 (tex-send-tex-command): New function split from `tex-start-tex'.
9962 Set compilation-last-buffer and compilation-parsing-end.
9963
9964 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
9965 when it follows non-comment text on the line.
9966
9967 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9968 Set font-lock-defaults.
9969 (lisp-mode-shared-map): Init inside the defvar.
9970 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
9971 Use define-derived-mode.
9972
9973 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
9974
9975 * faces.el (header-line): Use `:box nil' for color/gs displays too.
9976
9977 2000-11-14 Gerd Moellmann <gerd@gnu.org>
9978
9979 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
9980 Don't recursively optimize body because that can lead to infinite
9981 recursion; see comment there.
9982
9983 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
9984
9985 * faces.el (face-spec-set-match-display): Revert the change from
9986 2000-10-24. Add a FIXME for after v21.1.
9987
9988 2000-11-13 Miles Bader <miles@gnu.org>
9989
9990 * textmodes/fill.el (skip-line-prefix): New function.
9991 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
9992 (fill-paragraph): Don't leave point inside the fill-prefix.
9993 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9994 point inside the fill-prefix.
9995
9996 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
9997
9998 * calendar/calendar.el (generate-calendar-window):
9999 Use `fit-window-to-buffer'.
10000
10001 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10002
10003 * gud.el (gud-minor-mode): New var.
10004 (gud-symbol, gud-val): New functions.
10005 (gud-find-file): Copy gud-minor-mode to the new buffer.
10006 (gud-menu-map): Include entries for commands that are not always
10007 available, using :enable to (de)activate them.
10008 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10009 (gud-mode-map): New map.
10010 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10011 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10012 Don't set up gud's menu (it's done by the minor-mode).
10013 (gud-minibuffer-local-map): New.
10014 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10015 (gud-query-cmdline): New function.
10016 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10017 (gud-mode): Use define-derived-mode.
10018 Don't set up gud's menu (it's done by the minor-mode).
10019 (gud-chop-words): Remove.
10020 (gud-common-init): Use split-string instead.
10021 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10022
10023 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10024 Add keyword arg :name.
10025
10026 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10027 (diff-count-matches, diff-split-hunk): New functions.
10028 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10029
10030 * pcvs-info.el (cvs-fi-conflict-face): New var.
10031
10032 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10033 Make it into a simple syntax-table, shared among all submodes.
10034 (sh-heredoc-face): Re-introduce.
10035 (sh-font-lock-syntactic-face-function): New function.
10036 (sh-mode): Use it. Also use define-derived-mode.
10037 Remove old bogus setting of indent-region-function.
10038 (sh-set-shell): Don't set the syntax-table any more.
10039 (sh-mode-syntax-table) <defun>: Remove.
10040
10041 2000-11-12 Miles Bader <miles@gnu.org>
10042
10043 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10044 message if interactive.
10045
10046 2000-11-12 Dave Love <fx@gnu.org>
10047
10048 * mail/feedmail.el: Fix header,
10049 (feedmail) <defgroup>: Add :link.
10050
10051 * view.el: Use local-map property, not keymap on mode-line string.
10052
10053 * scroll-all.el (scroll-all-mode): Customize variable.
10054 Add autoload cookie to function.
10055
10056 * lazy-lock.el: Remove compatibility code.
10057
10058 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10059 (finder-help-echo): New variable.
10060 (finder-mouse-face-on-line): Add help-echo stuff.
10061 (finder-list-keywords, finder-list-matches): Use mapc.
10062
10063 * faces.el (face-font-registry-alternatives): Add :version.
10064
10065 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10066 tags-table-list.
10067
10068 * net/browse-url.el (browse-url-browser-function): Update :version.
10069
10070 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10071 (mail-mode): Use [:alnum:] in some regexps.
10072
10073 2000-11-10 Dave Love <fx@gnu.org>
10074
10075 * ediff.el (ediff-regions-internal, ediff-documentation):
10076 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10077 fundamental mode.
10078
10079 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10080 buffer into fundamental mode.
10081 (ediff-set-difference): Use copy-sequence if available.
10082
10083 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10084 Check ediff-patch-map non-nil.
10085 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10086 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10087 buffer into fundamental mode.
10088
10089 * ediff-merg.el (state-or-merge): Defvar when compiling.
10090
10091 2000-11-10 Jason Rumney <jasonr@gnu.org>
10092
10093 * w32-fns.el (w32-add-charset-info): New function.
10094 (w32-charset-info-alist): Use it.
10095
10096 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10097
10098 * faces.el (face-font-registry-alternatives): New user-option.
10099
10100 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10101
10102 * textmodes/texinfo.el (texinfo-block-default): New var.
10103 (texinfo-insert-block): Use it. Insert a newline if needed.
10104
10105 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10106 (fill-region-as-paragraph): Use it.
10107
10108 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10109 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10110 Tweak paragraph regexps to allow a leading [ \t]*.
10111 (tex-latex-block): Insert a newline if necessary.
10112 (latex-insert-item): Only insert a newline if necessary.
10113 (tex-guess-main-file): New function.
10114 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10115 Set tex-main-file if TeX-master is provided.
10116 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10117
10118 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10119
10120 * startup.el (command-line): Set the default tooltip-mode
10121 to t for graphical displays which implement x-show-tip.
10122
10123 * tooltip.el (tooltip-mode): Add a comment about startup.el
10124 setting the default value of this user-option.
10125
10126 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10127
10128 * font-lock.el (font-lock-*-face) <defvar>: Move.
10129 (font-lock-defaults-alist): Mark obsolete.
10130 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10131 (font-lock-mode): Use define-minor-mode.
10132 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10133 (font-lock-turn-off-thing-lock): Be more explicit.
10134 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10135 (font-lock-syntactic-face-function): New var.
10136 (font-lock-fontify-syntactically-region): Use it.
10137 (font-lock-doc-face): New.
10138
10139 * pcvs.el (cvs-enabledp): Ignore errors.
10140 (cvs-commit-filelist): Never query.
10141 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10142 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10143 (cvs-do-removal): Use cvs-partition rather than delete-if.
10144 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10145 cvs-bury-buffer.
10146
10147 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10148 Allow `next' to jump to after the end of the last match.
10149
10150 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10151
10152 * simple.el (byte-compiling-files-p): New function.
10153
10154 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10155 if it is there.
10156
10157 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10158 nil again.
10159
10160 * textmodes/ispell.el (ispell-library-path): Don't call
10161 check-ispell-version when byte-compiling because that starts
10162 an ispell process, and ispell might not be installed.
10163 (toplevel): Don't set up a menu when byte-compiling.
10164
10165 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10166 it, so that a boundp test can be used to determine if we're
10167 currently byte-compiling.
10168
10169 2000-11-09 Dave Love <fx@gnu.org>
10170
10171 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10172
10173 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10174
10175 * ps-print.el: Patch for variable initialization when spooling.
10176 Doc fix.
10177 (ps-output-list): Fun eliminated.
10178 (ps-begin-file, ps-begin-job): Code fix.
10179
10180 2000-11-08 Dave Love <fx@gnu.org>
10181
10182 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10183
10184 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10185
10186 * simple.el (shell-command, display-message-or-buffer)
10187 (shell-command-on-region): Mention resize-mini-windows in the doc
10188 string.
10189 (display-message-or-buffer): Take the value of resize-mini-windows
10190 into account.
10191
10192 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10193
10194 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10195
10196 * dired.el (dired-between-files): Add `^. find' as an alternative
10197 to the regular expression, for find-dired.
10198
10199 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10200
10201 * textmodes/texnfo-upd.el: Require texinfo.
10202 (defmacro, defgroup): Remove.
10203 (texinfo-section-to-generic-alist): Remove.
10204 Use texinfo-section-list instead (i.e. level is changed string->int).
10205 (texinfo-filter): New function.
10206 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10207 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10208 Use it. And use regexp-opt.
10209 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10210 (texinfo-update-menu-region-beginning)
10211 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10212 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10213 (texinfo-update-menu-same-level-regexps): Update.
10214 (texinfo-update-node, texinfo-every-node-update)
10215 (texinfo-sequential-node-update): Remove autoload cookie.
10216
10217 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10218 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10219 (texinfo-chapter-level-regexp): Remove.
10220 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10221
10222 2000-11-06 Dave Love <fx@gnu.org>
10223
10224 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10225
10226 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10227 Match defun*.
10228
10229 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10230
10231 * composite.el (composition-function-table): Variable declaration
10232 moved to src/composite.c.
10233 (compose-chars-after): New optional arg object.
10234
10235 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10236
10237 * bindings.el (mode-line-toggle-read-only)
10238 (mode-line-toggle-modified, mode-line-widen)
10239 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10240 (make-mode-line-mouse2-map): Rewritten.
10241 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10242 functions so that C-h k can show something with a doc string.
10243
10244 * startup.el (fancy-splash-delay): Set to 10 seconds.
10245 (fancy-splash-max-time): New user-option.
10246 (fancy-splash-stop-time): New variable.
10247 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10248 (fancy-splash-screens-1): Throw `stop-splashing' when current
10249 time is greater than fancy-splash-stop-time.
10250
10251 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10252
10253 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10254
10255 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10256 Prompt user for a file rather than raising an error.
10257 (cvs-enabledp): Fix call to cvs-mode-marked.
10258 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10259 (cvs-mode-insert): Use it. Change the init prompt' value.
10260 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10261
10262 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10263 Don't pass default arg to ewoc-locate.
10264 (ewoc-collect): Return result in the right order.
10265
10266 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10267
10268 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10269 (cvs-status-get-tags): Fix regexp.
10270 (cvs-status-trees, cvs-status-cvstrees):
10271 Combine after change hooks and don't sit-for.
10272 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10273 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10274 Use make-char rather than hard-coded cryptic data.
10275 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10276
10277 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10278
10279 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10280 (cvs-insert-strings): New function.
10281
10282 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10283
10284 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10285 `mwheel-scroll-amount'.
10286 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10287 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10288 string-matching against the version string.
10289
10290 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10291
10292 * language/thai.el ("Thai"): Set a lisp form that produces
10293 composed string in `sample-text' language info.
10294
10295 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10296 composed string in `sample-text' language info.
10297
10298 * international/mule-cmds.el (describe-language-environment):
10299 Eval `sample-text' data and insert the result.
10300
10301 * international/mule-conf.el (compound-text): Define this coding
10302 system here. Make x-ctext and ctext aliases of it.
10303
10304 * language/european.el (compound-text, ctext): Moved to
10305 international/mule-conf.el.
10306
10307 2000-11-05 Andrew Innes <andrewi@gnu.org>
10308
10309 * w32-fns.el (w32-version): New function.
10310
10311 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10312
10313 * progmodes/awk-mode.el: Update copyright.
10314 (awk-mode-abbrev-table): Remove.
10315 (awk-font-lock-keywords): Use regexp-opt.
10316 (awk-mode): Use define-derived-mode.
10317
10318 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10319 when extracting a suffix.
10320
10321 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10322
10323 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10324 auto-save-mode.
10325
10326 2000-11-04 Jason Rumney <jasonr@gnu.org>
10327
10328 * language/european.el (decode-mac-roman): Test against r1 not r0.
10329
10330 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10331
10332 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10333 (icon-mode): Define indent-line-function.
10334 (icon-comment-indent): Simplify.
10335 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10336
10337 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10338
10339 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10340 Bind change-log-default-mode to defeat the caching done on it.
10341 Don't bother saving excursion any more.
10342
10343 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10344
10345 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10346 (set-frame-font): Use the new name (and the old for compatibility).
10347
10348 * toolbar/tool-bar.el (tool-bar-mode):
10349 * time.el (display-time-mode):
10350 * recentf.el (recentf-mode):
10351 * paren.el (show-paren-mode):
10352 * mwheel.el (mouse-wheel-mode):
10353 * msb.el (msb-mode):
10354 * jka-compr.el (auto-compression-mode):
10355 * image-file.el (auto-image-file-mode):
10356 * hl-line.el (hl-line-mode):
10357 * delsel.el (delete-selection-mode):
10358 * autoinsert.el (auto-insert-mode):
10359 * complete.el (partial-completion-mode): Drop unneeded positional args.
10360
10361 * info.el (Info-mode):
10362 * comint.el (comint-mode): Don't bother with make-local-hook.
10363
10364 * log-edit.el (log-edit-menu): New menu.
10365
10366 2000-11-03 Miles Bader <miles@gnu.org>
10367
10368 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10369 definition, so that trailing spaces are handled properly.
10370 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10371
10372 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10373
10374 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10375 tab character.
10376 (fancy-splash-screens): Set tab-width to 20.
10377
10378 2000-11-03 Dave Love <fx@gnu.org>
10379
10380 * comint.el (comint-completion-addsuffix): Fix custom type.
10381
10382 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10383
10384 * font-lock.el (font-lock-buffers): Remove.
10385 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10386 (font-lock-change-major-mode): Remove.
10387 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10388 (font-lock-default-fontify-region): Extend the multiline
10389 fontification to whole lines.
10390 (font-lock-fontify-anchored-keywords)
10391 (font-lock-fontify-keywords-region): If matching just one
10392 line (with \n) only mark the \n as multiline.
10393
10394 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10395 Correctly handle the case where several :group args are supplied.
10396 Allow :extra-args.
10397 (easy-mmode-define-global-mode): Allow :extra-args.
10398 Correctly handle the case where several :group args are supplied.
10399
10400 2000-11-02 Miles Bader <miles@gnu.org>
10401
10402 * calendar/calendar.el (diary-face, calendar-today-face)
10403 (holiday-face): Remove dependency on `window-system'.
10404
10405 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10406
10407 * Makefile.in (emacs): Set EMACSLOADPATH always.
10408 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10409 (compile-files): Bomb out if compilation of a file fails.
10410
10411 2000-11-02 Dave Love <fx@gnu.org>
10412
10413 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10414
10415 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10416
10417 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10418 punctuation in the warning inserted into the *mail* buffer.
10419
10420 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10421
10422 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10423 (authors-public-domain-p): New function.
10424 (authors-print): Use it.
10425
10426 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10427
10428 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10429
10430 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10431
10432 * ps-print.el: Extension for even/odd printing. Doc fix.
10433 (ps-print-version): New version number (6.3.1).
10434 (ps-even-or-odd-pages): Customization fix.
10435 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10436 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10437 (ps-page-count): Var replaced by `ps-page-column'.
10438 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10439 (ps-print-sheet-p): New fun.
10440
10441 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10442
10443 * tooltip.el (tooltip-gud-tips-setup): New function.
10444 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10445 (tooltip-mode): Call tooltip-gud-tips-setup.
10446 (tooltip-gud-tips): Use `gud-basic-call' instead of
10447 process-send-string, so the prompt gets frobbed appropriately.
10448 Handle nil return value from `tooltip-gud-print-command'.
10449
10450 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10451
10452 * comint.el (comint-add-to-input-history): New function.
10453 (comint-send-input): Use `comint-add-to-input-history'.
10454
10455 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10456
10457 * info.el (info-menu-header): New face.
10458 (Info-fontify-menu-headers): New function.
10459 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10460
10461 * info.el (Info-insert-dir): Don't include blank lines at
10462 beginning of additional dir files (one is added automatically).
10463
10464 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10465
10466 * emacs-lisp/easy-mmode.el (define-minor-mode):
10467 Revert the latest changes.
10468 Allow the three positional arguments to be skipped and replaced
10469 by keyword arguments.
10470 Add a :toggle argument to determine whether a nil arg means toggle
10471 or means turn-on. The default is unchanged.
10472 Add a call to force-mode-line-update.
10473
10474 2000-11-01 Dave Love <fx@gnu.org>
10475
10476 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10477
10478 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10479
10480 * calendar/calendar.el (diary-face, holiday-face):
10481 Add dark-background variants.
10482
10483 2000-10-31 Sam Steingold <sds@gnu.org>
10484
10485 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10486 `tex-main-file' does not have directory in it.
10487
10488 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10489
10490 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10491
10492 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10493
10494 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10495 functional change.
10496
10497 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10498
10499 * files.el (find-file-noselect): When we expand a wildcard, return
10500 a list of buffers, as we should do according to the doc string.
10501
10502 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10503
10504 * loadup.el (top level): Adjust load path if program name is
10505 "../src/bootstrap-emacs", in case it's not dumped and thus the
10506 load path adjustment hasn't already been done.
10507
10508 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10509
10510 * ps-print.el: Fix bug on selected pages for printing.
10511 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10512 is on. Try to avoid warning messages when compiling. Doc Fix.
10513 (ps-print-version): New version number (6.3).
10514 (ps-color-device): Use `color-values' to determine if device
10515 supports color.
10516 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10517 (ps-print-page-p): Changed from defsubst to defun.
10518 (ps-page-number): Changed from defmacro to defun.
10519 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10520 printing.
10521 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10522 (ps-end-file, ps-dummy-page): Funs eliminated.
10523 (ps-print-color-scale): Changed default value.
10524 (ps-page-n-up, ps-print-page-p): New internal vars.
10525 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10526 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10527
10528 * delim-col.el: Little programming improvement.
10529 (delimit-columns-str): New macro.
10530 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10531
10532 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10533
10534 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10535 Moved to european.el.
10536 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10537 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10538 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10539 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10540
10541 2000-10-30 Dave Love <fx@gnu.org>
10542
10543 * progmodes/cc-menus.el (imenu-generic-expression)
10544 (imenu-progress-message): Only defvar when compiling.
10545
10546 * emacs-lisp/elp.el (elp-unload-hook): New function.
10547
10548 * loadhist.el (unload-feature): Call elp-restore-function,
10549 checking for symbols; don't use elp-restore-all.
10550 (loadhist-hook-functions): Doc fix.
10551
10552 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10553
10554 * log-edit.el (log-edit-confirm): Fix the default.
10555
10556 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10557
10558 * delim-col.el: Little fix: replace delimit-columns-align-columns by
10559 delimit-columns-format.
10560 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10561
10562 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
10563
10564 * comint.el (comint-replace-by-expanded-history): Don't use
10565 comint-get-old-input (we're not looking at *old* input).
10566 (comint-get-old-input-default): If using fields, signal an error
10567 when the point is not in an input field.
10568
10569 2000-10-30 Kenichi Handa <handa@etl.go.jp>
10570
10571 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
10572 and mule-unicode-e000-ffff.
10573
10574 * international/mule.el (decode-char, encode-char): New functions.
10575 (make-coding-system): Accept a symbol of translation table as a
10576 value of property `safe-chars'.
10577
10578 * international/mule-cmds.el (encode-coding-char): Check property
10579 safe-chars instead of safe-charsets.
10580
10581 * international/fontset.el (fontset-default): Modified for
10582 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10583 (x-font-name-charset-alist): Likewise.
10584 (ccl-encode-unicode-font): New CCL program. Record it in
10585 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
10586
10587 * language/european.el (mac-roman-decoder, mac-roman-encoder):
10588 New translation tables.
10589 (decode-mac-roman, encode-mac-roman): Definition of these CCL
10590 programs are modified and moved from mac-win.el.
10591 (mac-roman): Definition of this coding system is modified and
10592 moved from mac-win.el.
10593
10594 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10595
10596 * ediff-wind.el (ediff-setup-control-frame): Enclose
10597 face-attribute in condition-case to avoid errors in older emacsen.
10598
10599 2000-10-29 Miles Bader <miles@gnu.org>
10600
10601 * custom.el (custom-add-to-group): Allow multiple entries for a
10602 given value OPTION, as long as their widget types are different.
10603 * cus-edit.el (custom-face-value-create): If face name doesn't end
10604 with "face", add such here (similar to custom group widgets).
10605
10606 * comint.el (comint-highlight-prompt): Add :type.
10607
10608 2000-10-28 John Wiegley <johnw@gnu.org>
10609
10610 * calendar/timeclock.el (timeclock-log): Doc fix.
10611 (timeclock-last-event): Doc fix.
10612 (timeclock-log): Kill the timelog buffer after appending a new event.
10613 (timeclock-find-discrep): Use a temp buffer to read in the
10614 timelog, instead of visiting the file.
10615 (timeclock-log-data): A new function, along with a host of helper
10616 functions, for the purpose of making timelog data accessible to
10617 programmers.
10618
10619 * eshell/esh-mode.el (window-height test): Make certain that
10620 `eshell-stringify-t' is non-nil.
10621 (eshell-password-prompt-regexp): Changed to a much simpler
10622 password regexp.
10623 (eshell-send-input): If `eshell-invoke-directly' returns t,
10624 directly invoke the parsed command using `eval'. This improves
10625 turn-around time on simple commands by a factor of three or
10626 greater, such as cd, ls, pwd, etc. -- which get used very often.
10627 It also conserves thousands of cons cells per call (since
10628 `eshell-do-eval' consumes memory like a Cookie Monster set loose
10629 in the Pacific Cookie Company).
10630
10631 * eshell/esh-test.el (eshell-test): Whitespace fix.
10632
10633 * eshell/em-ls.el (eshell-ls-insert-directory):
10634 Make `eshell-ls-initial-args' nil when inserting directory contents.
10635
10636 * eshell/em-script.el (eshell-script-initialize): Add names to
10637 `eshell-complex-commands, since `source' and `.' are complex.
10638
10639 * eshell/esh-cmd.el (eshell-rewrite-for-command)
10640 (eshell-rewrite-while-command): Use `eshell-protect' instead of
10641 `eshell-copy-handles'.
10642 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
10643 bodies.
10644 (eshell-separate-commands): Whitespace fix.
10645 (eshell-complex-commands): Added a new list of names, for
10646 determining whether a given command is as simple as it looks.
10647 (eshell-invoke-directly): New function. Returns t if a command
10648 should be invoked directly (using `eval'), rather than indirectly
10649 using `eshell-do-eval'.
10650 (eshell-do-eval): Whitespace fix.
10651
10652 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
10653 which provides an emulation of the DOS shell behavior of assuming
10654 that cp/mv/ln should copy/move/link to the current directory.
10655 (eshell-remove-entries): Added a doc string.
10656 (eshell-shuffle-files): Removed the check for `target' being null.
10657 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
10658 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
10659 it to do a smarter check of whether a destination was provided.
10660 (eshell/mv, eshell/cp): Enable `:preserve-args'.
10661 (eshell/ln): Enable `:preserve-args', and use
10662 `eshell-mvcpln-template' to implement the body of the function.
10663 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
10664 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
10665 list after flattening it. This makes it possible to cat files
10666 with numerical names.
10667 (eshell-unix-initialize): Added several names to
10668 `eshell-complex-commands.
10669 (eshell-unix-command-complex-p): Return t if a given command name
10670 may result in external processes being invoked.
10671
10672 * eshell/em-glob.el (eshell-glob-show-progress): Make this
10673 variable nil by default, since it slows down glob processing by a
10674 factor of two or more, and increases memory consumption.
10675
10676 * eshell/em-smart.el: Added a note about how memory consumptive
10677 smart display mode can be (at least this is true in Emacs 21).
10678 (eshell-smart-initialize): Whitespace fix.
10679 (eshell-refresh-windows): Use `if' instead of `when'.
10680 (eshell-smart-scroll-window): Calling `save-current-buffer' was
10681 not necessary.
10682 (eshell-currently-handling-window): Added a missing global variable.
10683
10684 * eshell/em-ls.el (eshell-do-ls): Code simplification.
10685 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
10686 Whitespace fix.
10687 (eshell-ls-exclude-hidden): Added this variable in addition to
10688 `eshell-ls-exclude-regexp'. This one prevents files beginning
10689 with . from even being read, which can improve memory consumption
10690 quite a bit.
10691 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
10692 read file entries beginning with a dot. In home directories with
10693 lots of hidden files, fully two-thirds of the time spent in ls is
10694 used to read directory entries that are immediately thrown away.
10695 (eshell-ls-initial-args): Added back this configuration variable,
10696 for specifying default initial arguments to every call to ls.
10697 Much faster than using an alias to do the same thing.
10698 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
10699 (eshell-ls-dir): Whitespace change.
10700
10701 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
10702
10703 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
10704 (eshell-stringify-t): Added a customization variable, to indicate
10705 whether `t' should be rendered as a string at all. If not, one
10706 can still determine if the result of an expression is true using
10707 "file-exists-p FILE && echo true".
10708 (eshell-stringify): If `eshell-stringify-t' is nil, don't
10709 stringify t!
10710
10711 * eshell/esh-module.el: Whitespace fix.
10712
10713 * eshell/em-alias.el (eshell-alias-initialize):
10714 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
10715 (eshell-command-aliased-p): New function that returns t if a
10716 command name names an aliased.
10717
10718 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10719
10720 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
10721 redrawing the screen when changing cursor color.
10722 (viper-insert-state-pre-command-sentinel)
10723 (viper-replace-state-pre-command-sentinel)
10724 (viper-replace-state-post-command-sentinel):
10725 Use viper-preserve-cursor-color.
10726 Many functions changed to use viper= instead of = when comparing
10727 characters.
10728 * viper-util.el (viper-memq-char,viper=): New functions for
10729 working with characters.
10730 (viper-change-cursor-color): Fixed buglet.
10731 Many functions changed to use viper= instead of = when comparing
10732 characters.
10733 * viper.el (viper-insert-state-mode-list): Added eshell.
10734
10735 * ediff-init.el (ediff-before-setup-hook): New hook.
10736 Several typos fixed in various docstrings.
10737 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
10738 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
10739 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
10740 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
10741 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
10742 (ediff-get-selected-buffers): New function.
10743 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
10744 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
10745 Use save-window-excursion.
10746 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
10747 termination check in while loop.
10748 * ediff.el (ediff-get-default-file-name): Better defaults when in
10749 dired buffer.
10750 (ediff-files,ediff-merge-files,ediff-files3)
10751 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
10752
10753 2000-10-28 Dave Love <fx@gnu.org>
10754
10755 * info.el (Info-fontify-node): Add help-echo for menu items.
10756
10757 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
10758
10759 * startup.el (normal-top-level): If the value of $TERM indicates
10760 we are running from xterm or one of its work-alikes, default to a
10761 light background mode.
10762
10763 Support for -fg, -bg, and -rv command-line arguments for TTYs:
10764 * faces.el (tty-handle-reverse-video): New function.
10765 (tty-create-frame-with-faces): Call it.
10766
10767 * frame.el (frame-notice-user-settings): Don't apply
10768 default-frame-alist and initial-frame-alist to MS-DOS frames.
10769 Call tty-handle-reverse-video, frame-set-background-mode, and
10770 face-set-after-frame-default for non-MS-DOS frames.
10771
10772 * startup.el (tty-long-option-alist): New variable.
10773 (tty-handle-args): New function.
10774 (command-line): Call tty-handle-args.
10775
10776 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
10777 startup.el now does that for all character-terminal frames.
10778
10779 2000-10-28 Miles Bader <miles@gnu.org>
10780
10781 * emacs-lisp/easy-mmode.el (define-minor-mode):
10782 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
10783 is global. If :global is followed by a non-nil but non-t value,
10784 make the mode buffer-local, but also generate a `global-MODE'
10785 version using `easy-mmode-define-global-mode'.
10786 Add :conditional-turn-on keyword argument.
10787
10788 2000-10-28 Dave Love <fx@gnu.org>
10789
10790 * international/latin1-disp.el (latin1-char-displayable-p):
10791 Don't use window-system.
10792
10793 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
10794
10795 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10796 Don't call find-buffer-file-type-coding-system. Instead, just
10797 set eol-type to -unix if inhibit-eol-conversion is in effect, or
10798 if the file is on an untranslated filesystem.
10799 (add-untranslated-filesystem): Use "D" instead of "f" inside
10800 interactive.
10801
10802 2000-10-27 Dave Love <fx@gnu.org>
10803
10804 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
10805 (refill-mode): Use it.
10806
10807 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
10808
10809 * international/quail.el (quail-activate): Don't make-local-hook.
10810
10811 2000-10-27 Andre Spiegel <spiegel@gnu.org>
10812
10813 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
10814 manual backups and file.~<rev>.~ for automatic ones.
10815 (vc-make-version-backup): Don't do it on MS-DOS without long file
10816 names.
10817
10818 * vc.el (vc-version-other-window): If an automatic backup of the
10819 desired version exists, rename it instead of copying it.
10820
10821 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
10822 after command. If there's an unexpected error, signal it instead
10823 of being silent.
10824 (vc-cvs-merge-news): Be prepared for no news at all.
10825
10826 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
10827
10828 * shell.el (shell): Add BUFFER argument.
10829 * comint.el (make-comint-in-buffer): New function.
10830 (make-comint): Use it.
10831
10832 * faces.el (face-spec-choose): Change syntax so that the list of
10833 attribute-value pairs is now the cdr of each clause, not the cadr.
10834 Detect old-style entries, and handle them. Use pop.
10835
10836 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
10837
10838 * cus-edit.el (custom-mode-map): Use a sparse map.
10839 (custom-mode): Don't bother with make-local-hook.
10840
10841 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
10842
10843 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
10844
10845 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10846
10847 * ps-print.el: Avoid compilation gripes.
10848 (ps-print-version): New version number (6.2.1).
10849
10850 2000-10-26 Dave Love <fx@gnu.org>
10851
10852 * menu-bar.el: Modify some menu item help strings.
10853 (menu-bar-help-menu): Add link to MORE.STUFF.
10854
10855 * cus-edit.el (custom-mode): Add `special' mode-class property.
10856
10857 * wid-browse.el (widget-browse-mode): Likewise.
10858
10859 * wid-edit.el (widget-specify-field): Revert to using local-map
10860 property, not keymap.
10861
10862 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
10863
10864 * wid-edit.el (widget-field-end): When checking for a `boundary'
10865 field, do so in the correct buffer.
10866
10867 * simple.el (undo): Correctly distinguish between numeric and
10868 non-numeric prefix args in non-transient-mark-mode, as per the doc
10869 string. When in transient-mark-mode, treat all prefix-args as
10870 numeric.
10871
10872 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
10873 Position point on match. Handle N == 0 correctly.
10874
10875 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
10876 (comint-mode-map): Reverse order of `comint-write-output' and
10877 `comint-append-output-to-file'.
10878 (comint-append-output-to-file): Reinstate this function, for the
10879 benefit of the menu.
10880
10881 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
10882
10883 * vc.el (vc-version-other-window): Bind `file'.
10884
10885 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10886
10887 * Makefile.in (update-authors): New target for maintenance purposes.
10888
10889 * emacs-lisp/authors.el (batch-update-authors): New function.
10890 (authors-fixed-entries): New defconst.
10891 (authors-add-fixed-entries): New function.
10892 (authors): Call it.: Don't process lispref/.
10893
10894 2000-10-25 Jason Rumney <jasonr@gnu.org>
10895
10896 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10897 Merge x w32 and mac definitions.
10898
10899 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10900
10901 * menu-bar.el (menu-bar-options-menu): Add a help string for
10902 `uniquify'.
10903
10904 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
10905
10906 * time-stamp.el (time-stamp-string-preprocess):
10907 Fix a wrong type argument error.
10908
10909 2000-10-25 Miles Bader <miles@gnu.org>
10910
10911 * recentf.el (recentf-mode): Variable removed.
10912 (recentf-mode): Use `define-minor-mode'.
10913
10914 * mwheel.el (mouse-wheel-mode): New global minor mode.
10915 (mwheel-install): Use `mouse-wheel-mode'.
10916
10917 2000-10-25 Dave Love <fx@gnu.org>
10918
10919 * progmodes/cperl-mode.el (cperl-mode):
10920 Set normal-auto-fill-function correctly.
10921
10922 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10923 Don't inherit from global-map and don't nullify menu-bar and tool-bar
10924 bindings.
10925
10926 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
10927
10928 * wid-edit.el (widget-field-at): New function.
10929 (widget-at, widget-field-activate): Use it.
10930 (widget-tabable-at): Use `widget-at'.
10931 (widget-specify-field): If the terminating character of the widget
10932 field (which is read-only) is a newline, put it into a special
10933 `boundary' field so that C-n/C-p act more naturally.
10934 (widget-field-end): Also don't subtract one if a special
10935 `boundary' field has been added after the widget field.
10936
10937 * comint.el (comint-output-filter, comint-send-input):
10938 Don't bother adding stickiness fields to overlays to fool the field
10939 code, since it should notice the overlay insertion-types now.
10940
10941 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
10942 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
10943 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
10944
10945 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10946
10947 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
10948 (authors): Set file coding system to iso-2022-7bit.
10949 Add file-local variables to output buffer.
10950
10951 * files.el (after-find-file): Don't print any warnings if
10952 WARN is nil.
10953
10954 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10955
10956 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
10957
10958 * delim-col.el: Now there is a column formatting mechanism.
10959 Modified to customization mechanisms convention. Doc fix.
10960 (columns): New group for delim-col.
10961 (delimit-columns-before, delimit-columns-after)
10962 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
10963 (delimit-columns-end): New vars.
10964 (delimit-columns-customize, delimit-columns-format): New funs.
10965 (delimit-columns-region, delimit-columns-rectangle)
10966 (delimit-columns-rectangle-line): Modified to support column
10967 formatting.
10968
10969 2000-10-24 Dave Love <fx@gnu.org>
10970
10971 * log-edit.el (log-edit): Add :version and a :group for vc.
10972
10973 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10974
10975 * files.el (after-find-file): Don't print a message ``New file''
10976 if WARN is nil.
10977
10978 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10979 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
10980 get duplicate tool-bar entries because we'll see the global ones
10981 on more than one path through keymaps.
10982
10983 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
10984
10985 * progmodes/cmacexp.el: Change Francesco's email address.
10986
10987 2000-10-24 Kenichi Handa <handa@etl.go.jp>
10988
10989 * window.el (fit-window-to-buffer): Adjust point of the window
10990 buffer, not that of the current buffer.
10991
10992 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
10993
10994 * progmodes/cmacexp.el: Update the euthor's email address.
10995
10996 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10997
10998 * faces.el (face-spec-set-match-display): Add `graphic' display
10999 type (the inverse of `tty'). Use `display-graphic-p' instead of
11000 the window-system variable.
11001
11002 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11003
11004 * international/isearch-x.el (isearch-with-input-method):
11005 Call input-method-function with the first event in
11006 unread-command-events.
11007
11008 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11009
11010 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11011
11012 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11013
11014 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11015 New charsets.
11016
11017 * term/mac-win.el: Remove definitions of mac-roman-lower and
11018 mac-roman-upper, require dired, and define instead of set
11019 mac-ready-for-drag-n-drop to avoid compilation error.
11020
11021 2000-10-23 Andrew Innes <andrewi@gnu.org>
11022
11023 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11024 Remove superfluous calls to subst-char-in-string; instead apply
11025 expand-file-name after convert-standard-filename to ensure
11026 expected directory separators are used.
11027
11028 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11029
11030 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11031
11032 2000-10-23 Dave Love <fx@gnu.org>
11033
11034 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11035 (tool-bar-add-item): Set foreground and background for XBM icons.
11036
11037 * international/latin1-disp.el (latin1-char-displayable-p):
11038 New function (from Handa).
11039 (latin1-display-check-font): Use it.
11040
11041 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11042 using :key-sequence, making it much more usable.
11043 Use nconc, not append.
11044 (imenu--create-keymap-1): Avoid append.
11045
11046 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11047
11048 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11049
11050 [the following changes fix a bug where `define-minor-mode' didn't
11051 correctly generate :require clauses for defcustoms in compiled files]
11052 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11053 (byte-compile-log-file, byte-compile-log-1): Don't set
11054 `byte-compile-current-file' to nil. Instead set
11055 `byte-compile-last-logged-file' to it. Test whether
11056 byte-compile-current-file equals byte-compile-last-logged-file
11057 instead of whether its nil.
11058 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11059
11060 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11061
11062 * textmodes/refill.el: Fix var names in doc.
11063 (refill-mode): Don't bother with make-local-hook anymore.
11064
11065 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11066
11067 * faces.el (face-user-default-spec, face-default-spec): New functions.
11068 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11069 (frame-set-background-mode, face-set-after-frame-default):
11070 Use `face-user-default-spec'. Simplify code slightly.
11071
11072 * woman.el (woman-italic-face, woman-bold-face)
11073 (woman-unknown-face): Add dark-background variants.
11074 (woman-default-faces): Renamed from `woman-colour-faces'.
11075 Set using the stored defaults, rather than using hard-wired colors.
11076 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11077 Just make the foreground `unspecified' rather than "black".
11078 (woman-menu): Rename menu entries accordingly.
11079
11080 * faces.el (header-line): Make more reasonable on mono/grayscale
11081 displays.
11082
11083 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11084
11085 * cus-edit.el (custom-button-face): Use 3D look for mac.
11086 (custom-button-pressed-face): Likewise.
11087
11088 * faces.el (set-face-attributes-from-resources): Handle mac frames
11089 in the same way as x and w32 frames.
11090 (face-valid-attribute-values): Likewise.
11091 (read-face-attribute): Likewise.
11092 (defined-colors): Likewise.
11093 (color-defined-p): Likewise.
11094 (color-values): Likewise.
11095 (display-grayscale-p): Likewise.
11096 (face-set-after-frame-default): Likewise.
11097 (mode-line): Same default face as for x and w32.
11098 (tool-bar): Likewise.
11099
11100 * frame.el: Remove call to frame-notice-user-settings at end of
11101 the file.
11102
11103 * info.el (Info-fontify-node): Make underlines invisible for mac
11104 as for x, pc, and w32 frame types.
11105
11106 * term/mac-win.el: New file.
11107
11108 2000-10-22 Dave Love <fx@gnu.org>
11109
11110 * textmodes/refill.el: New file.
11111
11112 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11113
11114 * vc-hooks.el (vc-version-backup-file-name): New optional args
11115 MANUAL and REGEXP.
11116 (vc-delete-automatic-version-backups, vc-make-version-backup):
11117 New functions.
11118 (vc-before-save): Use the latter.
11119 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11120 confusion.
11121
11122 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11123 expected by vc[-hooks].el.
11124
11125 * vc.el (vc-checkout): Added `-p' suffix in call to
11126 vc-make-version-backups-p; use vc-make-version-backup to actually
11127 make the backup.
11128 (vc-version-other-window, vc-version-backup-file): Handle both
11129 automatic and manual backups.
11130 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11131 of all of them.
11132
11133 2000-10-22 Miles Bader <miles@gnu.org>
11134
11135 * comint.el (comint-highlight-input, comint-highlight-prompt):
11136 Renamed, `-face' at end removed.
11137 (comint-send-input, comint-output-filter): Use renamed faces.
11138
11139 * window.el (fit-window-to-buffer): Change defaulting of
11140 MAX-HEIGHT slightly.
11141
11142 * faces.el (color-values, color-defined-p): Use `member', not
11143 `memq', because it works correctly for strings.
11144 (frame-set-background-mode): Actually, "unspecified-fg" and
11145 "unspecified-bg" *are* strings. Use `member', not `memq', and
11146 `equal', not `eq', when a string value is possible.
11147
11148 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11149
11150 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11151
11152 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11153
11154 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11155 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11156 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11157 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11158 (sh-font-lock-syntactic-keywords): Use them.
11159 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11160 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11161 (sh-mode): Don't override font-lock-unfontify-region-function.
11162 Use a copy of sh-font-lock-syntactic-keywords.
11163 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11164 Don't call sh-scan-buffer since font-lock does it on the fly.
11165 (sh-get-indent-info): Use `face' rather than `syntax-table'
11166 text-property to detect here-documents.
11167 Replace sh-special-syntax with sh-st-punc.
11168 (sh-prev-line): Use `face' rather than `syntax-table'
11169 text-property to skip over here-documents.
11170 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11171 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11172 (sh-electric-less, sh-set-here-doc-region)
11173 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11174 (sh-scan-buffer, sh-rescan-buffer): Remove.
11175
11176 2000-10-21 Andrew Innes <andrewi@gnu.org>
11177
11178 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11179 remote (ange-ftp) file names.
11180
11181 2000-10-21 Miles Bader <miles@gnu.org>
11182
11183 * window.el (fit-window-to-buffer): New function.
11184 (shrink-window-if-larger-than-buffer): Use it.
11185 (window-text-height): Don't expect minibuffers to have mode-lines.
11186
11187 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11188 * international/quail.el (quail-update-guidance):
11189 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11190
11191 * international/quail.el (quail-show-guidance-buf): Make sure
11192 guidance window really has enough room.
11193 (quail-update-guidance): If quail-guidance-win is already shown,
11194 make sure its height is OK.
11195
11196 * window.el (window-text-height, set-window-text-height):
11197 New functions.
11198 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11199 instead of `window-height' & `mode-line-window-height-fudge'.
11200 (mode-line-window-height-fudge): Add FACE parameter.
11201 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11202 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11203
11204 2000-10-20 Miles Bader <miles@gnu.org>
11205
11206 * window.el (height-affecting-face-attributes): Use `defconst'.
11207
11208 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11209 New function, conditionally aliased to `mode-line-window-height-fudge'.
11210 (ispell-help): Use it.
11211 (ispell-choices-win-default-height): Don't include mode-line fudge.
11212 (ispell-choices-win-default-height): New function.
11213 (ispell-show-choices, ispell-command-loop): Use function
11214 `ispell-choices-win-default-height' instead of variable.
11215
11216 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11217
11218 * window.el (mode-line-window-height-fudge): New variable.
11219 (height-affecting-face-attributes): New variable.
11220 (mode-line-window-height-fudge): New function.
11221 (shrink-window-if-larger-than-buffer): Use it.
11222 * help.el (resize-temp-buffer-window): Likewise.
11223
11224 * info.el (Info-fontify-node): Add support for @subsubsection
11225 titles, which use `Info-title-4-face'.
11226 (Info-title-4-face): New face.
11227 (Info-title-3-face): Inherit from Info-title-4-face instead of
11228 variable-pitch.
11229
11230 2000-10-19 Jason Rumney <jasonr@gnu.org>
11231
11232 * dired.el (dired-insert-directory): Do not let errors signalled by
11233 attempt to run dired-free-space-program prevent dired from working.
11234
11235 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11236
11237 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11238
11239 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11240
11241 * dirtrack.el (dirtrack): Fix call to run-hooks.
11242
11243 * cmuscheme.el (cmuscheme-program-name): Renamed from
11244 scheme-program-name because xscheme.el contains a defcustom with
11245 the same name. As a consequence, customizing group `cmuscheme'
11246 loaded `xscheme' which redefined run-scheme.
11247 (run-scheme): Use cmuscheme-program-name.
11248
11249 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11250
11251 * play/doctor.el (doctor-death): Update the Samaritans'
11252 anonymous address, and add a website for Befrienders International.
11253
11254 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11255
11256 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11257 Avoid compilation gripes. Doc fix.
11258 (ps-print-version): New version number (6.2).
11259 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11260 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11261 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11262 (ps-x-extent-priority, ps-x-extent-start-position)
11263 (ps-x-face-font-instance, ps-x-find-coding-system)
11264 (ps-x-font-instance-properties, ps-x-make-color-instance)
11265 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11266 avoid compilation gripes without defining functions.
11267 (ps-e-find-composition): Alias for function find-composition, to have a
11268 suitable function depending on Emacs version.
11269 (ps-color-device, ps-color-values, ps-face-foreground-name)
11270 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11271 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11272 (ps-print-ensure-fontified): Function definitions surrounded by
11273 `eval-and-compile' to avoid compilation gripes.
11274 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11275 by symbol-value to avoid compilation gripes.
11276 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11277 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11278
11279 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11280
11281 * startup.el (normal-top-level): Call `frame-set-background-mode'
11282 after `frame-notice-user-settings' because the latter doesn't call
11283 the former on a tty.
11284
11285 * faces.el (frame-set-background-mode): `unspecified' &c are
11286 symbols, not strings.
11287
11288 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11289
11290 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11291 why some "light*" colors are deliberately absent from the alist.
11292
11293 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11294 Change colors for tty's, as suggested by Miles Bader.
11295
11296 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11297
11298 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11299 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11300 for ISO10646-1 fonts.
11301 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11302
11303 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11304
11305 * faces.el (frame-set-background-mode): If a tty frame defines a
11306 background color, use that to compute the background mode, instead
11307 of always defaulting to "dark".
11308
11309 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11310
11311 * comint.el (comint-write-output): New function.
11312 (comint-mode-map): Add it to the menu.
11313 Bind `C-c C-s' to comint-write-output.
11314
11315 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11316
11317 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11318 Use fancy-splash-delay.
11319
11320 2000-10-18 Alex Schroeder <alex@gnu.org>
11321
11322 * progmodes/sql.el (sql-sybase-options): New option.
11323 (sql-sybase): Use it. Add sql-database to the list of parameters
11324 provided for login. The options -w 2048 -n are not used any more.
11325
11326 * comint.el (comint-read-input-ring): Bugfix such that the first
11327 and the last entry of the input ring file are not lost.
11328
11329 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11330
11331 * ps-print.el: Internal variable changes to defcustom,
11332 make-local-hook changes to defvar. Doc fix.
11333 (ps-print-version): New version number (6.1).
11334 (ps-setup, ps-do-despool): Code fix.
11335 (ps-printer-name): Customization fix.
11336 (ps-printer-name-option): Now is a defcustom instead of an
11337 internal variable.
11338 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11339 (ps-print-begin-column-hook): Now are defvar instead of
11340 make-local-hook.
11341
11342 2000-10-18 Miles Bader <miles@gnu.org>
11343
11344 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11345 (comint-kill-output): Changed into an alias for `comint-delete-output',
11346 and made obsolete.
11347 (comint-mode-map): Rename references to comint-kill-output.
11348
11349 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11350
11351 * diff-mode.el (diff-header-face, diff-file-header-face)
11352 (diff-changed-face): Add bold and italic attributes to tty faces.
11353 (diff-function-face): New face.
11354 (diff-font-lock-keywords): Use it.
11355
11356 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11357
11358 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11359 Remove commented-out call to force-mode-line-update.
11360 (comint-kill-output): Use `forward-line 0' instead of
11361 beginning-of-line to make sure we get past the prompt.
11362
11363 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11364
11365 * diff-mode.el (diff-header-face, diff-file-header-face):
11366 Add specific setting for dark background.
11367 (diff-context-face): Renamed from diff-comment-face.
11368 Set explicitly rather than inheriting from font-lock-comment-face.
11369
11370 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11371
11372 * startup.el (command-line): Move the code which sets the default
11373 TTY colors to before before-init-hook.
11374
11375 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11376
11377 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11378
11379 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11380
11381 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11382 extensions, for MS-DOS.
11383
11384 * diff-mode.el (diff-header-face, diff-file-header-face)
11385 (diff-changed-face): Define tty-specific colors.
11386
11387 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11388
11389 * startup.el (fancy-splash-text): Realign the text.
11390
11391 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11392
11393 * font-lock.el (font-lock-comment-face): Define a separate default
11394 for dark-background tty's.
11395
11396 2000-10-17 Miles Bader <miles@gnu.org>
11397
11398 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11399 being obscured by whizzy mode-lines on graphics displays.
11400
11401 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11402
11403 * info.el (Info-title-1-face, Info-title-2-face)
11404 (Info-title-3-face): Define colors for tty's.
11405 (info-header-node): Remove unneeded tty-specific definition.
11406
11407 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11408
11409 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11410 reverse from the frame parameters, and don't invert foreground and
11411 background colors.
11412
11413 2000-10-16 Miles Bader <miles@gnu.org>
11414
11415 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11416 string "*Info*". Call propertized-buffer-identification to spruce
11417 up the result.
11418
11419 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11420
11421 * help.el: Provide `help' for the sake of define-minor-mode
11422 which generates defcustoms with requires.
11423
11424 * jit-lock.el (jit-lock-after-change): If we're in text that
11425 matches a multi-line font-lock pattern, make sure the whole text
11426 will be redisplayed.
11427
11428 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11429 author's name is unknown.
11430
11431 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11432 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11433 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11434 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11435 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11436 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11437 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11438 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11439 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11440 Add author information.
11441
11442 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11443
11444 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11445 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11446 full-color version (using the Gimp) to eliminate dithering artifacts.
11447
11448 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11449
11450 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11451
11452 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11453
11454 2000-10-15 Dave Love <fx@gnu.org>
11455
11456 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11457
11458 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11459
11460 * whitespace.el: Doc fixes.
11461 (top-level): Don't add hooks here.
11462 (whitespace-running-emacs): Deleted.
11463 (timer): Don't require.
11464 (whitespace): Add back :version conditional on xemacs test.
11465 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11466 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11467 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11468 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11469 Avoid specific xemacs test.
11470 (whitespace-global-mode): New option.
11471 (whitespace-global-mode): New command.
11472 (whitespace-unload-hook): New function.
11473
11474 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11475 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11476 (Info-fontify-node): `Goto' goes to `Go to'.
11477 (Info-fontify-node): Add help-echo to xref links.
11478
11479 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11480
11481 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11482
11483 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11484
11485 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11486 Use plist-get and allow :inherit.
11487
11488 * emacs-lisp/cl-macs.el (cl-do-arglist):
11489 Use plist-get and plist-member instead of memq.
11490
11491 * emacs-lisp/ewoc.el (ewoc-location): New function.
11492 (ewoc-enter-after, ewoc-enter-before): Document return value.
11493 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11494 Don't need make-local-hook any more.
11495 (cvs-addto-collection): Return the new tin.
11496 (cvs-mode-insert): Jump to the new line.
11497
11498 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11499
11500 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11501
11502 * font-lock.el (font-lock-syntactically-fontified): New var.
11503 (font-lock-fontify-syntactic-keywords-region): Use it.
11504 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11505
11506 * diff-mode.el (diff-find-file-name): Fix regexp.
11507
11508 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11509 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11510
11511 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11512 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11513 (sh-mode): Don't make all vars local here.
11514 (sh-kw): Reformat.
11515 (sh-set-shell): Use dolist. Don't set indent-region-function.
11516 (sh-mode-syntax-table): Use pop.
11517 (sh-remember-variable): Use push.
11518 (sh-help-string-for-variable): Use memq.
11519 (sh-safe-backward-sexp): Remove.
11520 (sh-safe-forward-sexp): Add ARG.
11521 (sh-get-indent-info, sh-prev-stmt): Use it.
11522 (sh-prev-line): Simplify by using forward-comment.
11523 (sh-this-is-a-continuation): Simplify.
11524 (sh-learn-buffer-indent): Use dolist.
11525 (sh-do-nothing): Remove.
11526 (sh-set-char-syntax, sh-set-here-doc-region):
11527 Use inhibit-modification-hooks.
11528 (sh-name-style): Use mapcar and push.
11529 (sh-load-style): Use dolist.
11530 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11531 (sh-case, sh-while-getopts): Use propertize directly rather
11532 than sh-electric-rparen.
11533
11534 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11535
11536 * textmodes/tex-mode.el: Require CL when compiling.
11537 (tex-mode-syntax-table): Init immediately.
11538 (tex-mode-map): Bind M-RET to latex-insert-item.
11539 (latex-mode): Set indent-line-function to latex-indent.
11540 (tex-common-initialization): Don't setup the syntax-table any more.
11541 (latex-insert-item): New skeleton.
11542 (tex-next-unmatched-end): Fix copy/paste braino.
11543 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11544 (latex-indent, latex-find-indent): New functions.
11545 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11546 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11547 (tex-compilation-parse-errors): Use with-syntax-table.
11548
11549 2000-10-15 Miles Bader <miles@gnu.org>
11550
11551 * font-lock.el (font-lock-comment-face): Change dark-background,
11552 color, non-tty, default to `chocolate1'.
11553
11554 2000-10-13 John Wiegley <johnw@gnu.org>
11555
11556 * eshell/esh-util.el (require): Added a missing `require' form,
11557 needed when compiling (for an ange-ftp macro definition).
11558
11559 2000-10-13 Dave Love <fx@gnu.org>
11560
11561 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
11562
11563 2000-10-13 Gerd Moellmann <gerd@gnu.org>
11564
11565 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
11566
11567 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
11568 transparent -colors 8).
11569
11570 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
11571
11572 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
11573 that breaks with old list format timestamps.
11574 (time-stamp-warn-inactive, time-stamp-old-format-warn)
11575 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
11576
11577 2000-10-13 John Wiegley <johnw@gnu.org>
11578
11579 * align.el, pcomplete.el, calendar/timeclock.el,
11580 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
11581
11582 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
11583 faulty math, where holiday hours were being computing as seconds.
11584
11585 2000-10-13 John Wiegley <johnw@gnu.org>
11586
11587 * desktop.el (desktop-buffer-modes-to-save): Added a global for
11588 specifying what "other" kinds of buffers should be saved.
11589 This used to be hard-coded.
11590 (desktop-buffer-misc-functions): A global for specifying how
11591 auxiliary data should be determined for special buffer types.
11592 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
11593 instead of hard-coding the special buffer types.
11594 (desktop-save): Run `desktop-buffer-misc-functions' to gather
11595 auxiliary data, instead of hard-coding for Info buffers and dired.
11596 (desktop-buffer-info-misc-data): Aux function for determining Info
11597 buffer auxiliary info.
11598 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
11599 (desktop-buffer-info): Changed this function to use the info
11600 gathered above.
11601 (desktop-create-buffer): Be a little more careful about what
11602 `minor-mode' means before calling it. This is important for some
11603 buffer types.
11604
11605 2000-10-13 John Wiegley <johnw@gnu.org>
11606
11607 * eshell/esh-util.el: Added a global form which declares an
11608 autoload for `parse-time-string', if that function is not already
11609 defined, and if parse-time.el is available on the user's system.
11610
11611 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
11612 to be aware of ange-ftp user info.
11613 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
11614 (eshell-ls-annotate): Use `eshell-file-attributes'.
11615 (eshell-ls-file): Made the user-id printing code a bit smarter.
11616
11617 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
11618 allow identification of alias user ids in remote directories.
11619 It's manual, but there's no other way to know when the current user
11620 on the local machine, is also the owning user on the remote machine.
11621 (fboundp): Bind `ange-cache'.
11622 (eshell-directory-files-and-attributes): Re-organized the logic a
11623 bit to use `eshell-file-attributes' instead of `file-attributes'.
11624 The former is more sensitive to directories that are read via FTP,
11625 and knows how to use ange-ftp to determine full attribute
11626 information, instead of just the name and last modtime.
11627 (eshell-current-ange-uids): Return the current user id when in a
11628 remote directory.
11629 (eshell-parse-ange-ls): Parse a full directory listing that has
11630 been returned by ange-ftp.
11631 (eshell-file-attributes): This beefed up version of
11632 `file-attributes' is only special if the user is currently in a
11633 remote directory, in which case it does a lot of work to find out
11634 what the real attributes of a file are, as they appear on the
11635 remote machine. This makes usage of remote directories (i.e.,
11636 ange-ftp pathnames) much more useful. You can now use Eshell as a
11637 full-fledged FTP client, with much more manipulation ability than
11638 most other clients.
11639
11640 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
11641 variable, which means that Eshell's du should always be preferred
11642 in remote directories.
11643 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
11644 just `file-attributes'.
11645 (eshell-mvcp-template): Bind `ange-cache', to improve performance
11646 when reading remote directories. This is an Eshell-specific
11647 variable (not part of ange-ftp).
11648 (eshell/ln): Bind `ange-cache'.
11649 (eshell/du): Added some extra logic for determining when to use
11650 Eshell's du (which is slow), and when to use the external version
11651 (which may or may not exist).
11652
11653 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11654 Call `eshell-interactive-process', rather than using
11655 `get-buffer-process', since backgrounded processes don't count in
11656 the context of this function's logic.
11657
11658 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
11659 `forward-char', so that null strings are parsed correctly.
11660
11661 2000-09-13 John Wiegley <johnw@gnu.org>
11662
11663 * eshell/em-pred.el (eshell-pred-file-type)
11664 (eshell-pred-file-links, eshell-pred-file-size):
11665 Use `eshell-file-attributes'. This is more correct over ange-ftp.
11666
11667 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
11668 that remote file globbing is more efficient.
11669
11670 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
11671 gathering the files and attributes within a directory.
11672
11673 * eshell/em-unix.el (eshell/cat): If any of the files passed on
11674 the command line is a special file (not a regular file, directory
11675 or symlink), always attempt to call the external version of cat.
11676
11677 2000-09-13 John Wiegley <johnw@gnu.org>
11678
11679 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
11680 Eshell-friendly version of find-tag.
11681
11682 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
11683
11684 * image-file.el (image-file-name-extensions)
11685 (image-file-name-regexps): Add autoload cookies.
11686
11687 2000-10-13 Kenichi Handa <handa@etl.go.jp>
11688
11689 * international/mule-cmds.el (select-safe-coding-system): If FROM
11690 is string, show it in *Warning* buffer.
11691
11692 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11693
11694 * startup.el (normal-top-level): Use display-popup-menus-p instead
11695 of window-system.
11696 (command-line): Use display-graphic-p instead of window-system.
11697 (command-line-1): Use display-popup-menus-p and display-mouse-p
11698 instead of window-system.
11699
11700 2000-10-12 Sam Steingold <sds@gnu.org>
11701
11702 * tooltip.el (tooltip-use-echo-area): New user variable.
11703 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
11704
11705 2000-10-12 Dave Love <fx@gnu.org>
11706
11707 * recentf.el: Maintainer's checkdoc fixes.
11708
11709 * startup.el (normal-top-level-add-subdirs-to-load-path):
11710 Use character class, not ASCII when matching file names.
11711 (fancy-splash-head): Add trailing slash to URL.
11712 (command-line): Don't require XPM support for toolbar.
11713
11714 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
11715 (cperl-invalid-face): Revert last change.
11716 (cperl-init-faces): Quote cperl-invalid-face.
11717
11718 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11719
11720 * startup.el (fancy-splash-text): Remove superfluous quote.
11721
11722 2000-10-12 Gerd Moellmann <gerd@gnu.org>
11723
11724 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
11725 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
11726 (command-line-1): Don't use fancy-splash-pending-command.
11727 (fancy-splash-screens-1): Goto point-min after inserting text.
11728
11729 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
11730
11731 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
11732 instead of shared-lisp-mode-map.
11733
11734 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
11735
11736 * faces.el (header-line): Change tty-variant to use underlining.
11737
11738 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
11739 (isearch-highlight): Restore lazy-isearch face properties at old
11740 position, and suppress them at new position.
11741 (isearch-dehighlight): Restore lazy-isearch face properties.
11742 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
11743 over the real isearch overlay, but in that case, don't give it a
11744 face property. Use `push'.
11745
11746 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11747
11748 * man.el (Man-getpage-in-background): Fix previous change.
11749 Decode the process output only when we are in multibyte mode.
11750
11751 2000-10-11 Dave Love <fx@gnu.org>
11752
11753 * info.el (Info-mode-menu): Fix some help.
11754 (info-tool-bar-map): Add entry for Info-last.
11755
11756 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
11757 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
11758 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
11759 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
11760 * toolbar/search-replace.xpm, toolbar/exit.xpm:
11761 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
11762 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
11763 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
11764 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
11765 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
11766 Reduce colour requirements to 25 overall. (Probably wants
11767 revisiting from the originals to reduce further.)
11768
11769 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
11770
11771 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
11772 buffer-file-coding-system, instead of raw-text.
11773 (dehexlify-buffer): Bind coding-system-for-read to
11774 buffer-file-coding-system, instead of raw-text.
11775
11776 2000-10-11 Sam Steingold <sds@gnu.org>
11777
11778 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
11779 `underline' - fixes the bug introduced on 2000-09-21.
11780
11781 2000-10-11 Dave Love <fx@gnu.org>
11782
11783 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
11784 Avoid compiler warnings.
11785 (scheme-mode): Doc fix.
11786 (scheme-font-lock-keywords-1): Match `define-syntax'.
11787
11788 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
11789
11790 * faces.el (frame-set-background-mode): Pay attention to saved
11791 face specs as well as default ones. Only do anything if the
11792 bg-mode or display-type has actually changed. Use `dolist'.
11793 (region): Make dark-background `region' face less in-your-face.
11794
11795 2000-10-10 Sam Steingold <sds@gnu.org>
11796
11797 * chistory.el, ielm.el, ledit.el:
11798 * progmodes/inf-lisp.el, progmodes/scheme.el:
11799 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
11800
11801 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
11802
11803 * textmodes/texinfo.el: Update copyright and fix typo.
11804
11805 * desktop.el (desktop-modes-not-to-save): New var.
11806 (desktop-save-buffer-p): Use it.
11807 Also, obey desktop-buffers-not-to-save even for non-file buffers.
11808 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
11809
11810 2000-10-10 Dave Love <fx@gnu.org>
11811
11812 * toolbar/tool-bar.el (tool-bar-add-item)
11813 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
11814
11815 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
11816 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
11817 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
11818 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
11819 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
11820 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
11821 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
11822 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
11823 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
11824 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
11825 the .xpms; probably need retouching.
11826
11827 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
11828
11829 * subr.el (add-to-list): Add optional argument APPEND.
11830 * battery.el (display-battery): Use `add-to-list'.
11831
11832 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
11833
11834 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
11835 properties.
11836 (zone, zone-when-idle, zone-leave-me-alone)
11837 (zone-pgm-whack-chars): Use new symbol properties.
11838
11839 * battery.el (display-battery): Doc spelling fix.
11840
11841 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
11842 property.
11843
11844 2000-10-09 Dave Love <fx@gnu.org>
11845
11846 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
11847 has been initialized before calling tool-bar-setup.
11848 (tool-bar-add-item-from-menu): Add autoload cookie.
11849
11850 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
11851
11852 * menu-bar.el (send-mail-item-name): New function.
11853 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
11854 of mail-user-agent in the menu. Don't display the "Send Mail"
11855 item if mail-user-agent is nil or its value is ignore.
11856 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
11857 if read-mail-command is nil or its value is ignore.
11858
11859 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
11860
11861 2000-10-09 Miles Bader <miles@gnu.org>
11862
11863 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
11864 Correct image size.
11865 * toolbar/left_arrow.xpm: Correct image size.
11866
11867 * jka-compr.el: Don't call `jka-compr-install' when loading (it
11868 will be done by the definition of `auto-compression-mode' if
11869 necessary. Move code to uninstall existing file-name handler
11870 before definition of `auto-compression-mode'.
11871
11872 * image-file.el (auto-image-file-mode): Move to the end of the
11873 file, because `define-minor-mode' actually calls the mode-function
11874 if the associated variable is non-nil, which requires that all
11875 needed functions be already defined.
11876
11877 * mouse.el (popup-menu): Balance parens.
11878
11879 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
11880
11881 * mouse.el (popup-menu): Move the command call outside the loop
11882 so that popup-menu returns whatever the command returns.
11883
11884 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
11885 (initialize-new-tags-table): Use run-hook-with-args-until-success.
11886 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
11887 (tags-table-format-functions): Renamed from tags-table-format-hooks.
11888
11889 * vc.el (vc-version-diff): diff-switches can be a list.
11890 Use relative filenames for prettier output.
11891
11892 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
11893 (vc-post-command-functions): Remove old-VC compatibility code.
11894
11895 * newcomment.el (comment-indent-default): Autoload.
11896
11897 * font-lock.el (font-lock-defaults): Make buffer-local.
11898 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
11899 (font-lock-choose-keywords):
11900 Ignore LEVEL unless KEYWORDS is a list of syms.
11901 (c-keywords, c++-keywords, objc-keywords, java-keywords):
11902 Don't wrap regexp-opt things in \(...\) unnecessarily.
11903
11904 * jit-lock.el: Don't require font-lock any more.
11905 (jit-lock-functions): Make buffer-local.
11906 (jit-lock-saved-fontify-buffer-function): Remove.
11907 (jit-lock-mode): Remove autoload cookie.
11908 Remove font-lock specific code.
11909 (jit-lock-unregister): Don't bother handling complex hooks any more.
11910 (jit-lock-refontify): New function.
11911 (jit-lock-fontify-buffer): Use it.
11912 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
11913 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
11914 Add optional args START and END.
11915 Never call font-lock-fontify-region directly.
11916 (jit-lock-function, jit-lock-stealth-fontify): Use it.
11917
11918 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
11919
11920 2000-10-08 Dave Love <fx@gnu.org>
11921
11922 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
11923
11924 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
11925
11926 * play/studly.el (studlify-region, studlify-word): Add autoload
11927 cookie.
11928
11929 * play/morse.el (morse-region, unmorse-region): Add autoload
11930 cookie.
11931
11932 * play/spook.el (spook-phrases-file): Use expand-file-name, not
11933 concat.
11934
11935 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
11936 insist on symbols starting with word syntax.
11937 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
11938 (eval-defun-1): Doc fix.
11939 (indent-sexp): Use nconc to build up indent-stack.
11940
11941 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
11942 Gnus with little use.
11943 (mail-setup-hook): Add mail-abbrevs-setup to options.
11944
11945 * recentf.el: Doc fixes.
11946
11947 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
11948 Clean up remainder.
11949
11950 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
11951 without timezone and (8) with timezone to enforce some whitespace.
11952 Simplify code somewhat.
11953
11954 * options.el (list-options): Doc that you should use customize.
11955
11956 * iswitchb.el (iswitchb-mode): Add :require.
11957
11958 * info.el (Info-goto-node, Info-menu): Doc fix.
11959 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
11960 (info-tool-bar-map): New variable.
11961 (Info-mode): Use it.
11962 (Info-edit-map): Define all in defvar.
11963 (speedbar-attached-frame): Avoid compiler warning.
11964
11965 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
11966 (global-map): Bind [tool-bar] to a filtered map.
11967 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
11968 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
11969 Allow PBM icons.
11970 (tool-bar-setup): Adjust calls of tool-bar-add-item.
11971
11972 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
11973 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
11974 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
11975 icons, except up_arrow, which is left-arrow rotated.
11976
11977 * imenu.el (imenu-add-to-menubar): Fix last change.
11978
11979 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
11980
11981 * generic-x.el (rul-generic-mode): Remove eval-when-compile
11982 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
11983
11984 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11985
11986 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
11987 typos in doc strings.
11988
11989 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
11990 the doc strings how to customize Font Lock faces.
11991
11992 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
11993 computing growth when dragging the header line.
11994
11995 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11996
11997 * simple.el (kill-line): Doc fix.
11998
11999 2000-10-08 Miles Bader <miles@gnu.org>
12000
12001 * faces.el (secondary-selection): Make foreground visible on tty.
12002
12003 * jka-compr.el (auto-compression-mode): Move to the end of the
12004 file, because `define-minor-mode' actually calls the mode-function
12005 if the associated variable is non-nil, which requires that all
12006 needed functions be already defined.
12007 (with-auto-compression-mode): Add autoload cookie.
12008
12009 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12010
12011 * files.el (find-backup-file-name) [ms-dos]: If support for long
12012 file names is not available, behave as if version-control were set
12013 to never.
12014
12015 2000-10-07 Dave Love <fx@gnu.org>
12016
12017 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12018 (browse-url-gnome-moz): New function.
12019 (browse-url-browser-function): Use it.
12020 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12021
12022 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12023
12024 * indent.el (tab-always-indent): New var.
12025 (indent-for-tab-command): Use it.
12026
12027 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12028 raise an error. This way it can still default to a sane value.
12029
12030 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12031
12032 * startup.el (fancy-splash-screens): Use local rather than global map.
12033 Don't use `update-menu-bindings' any more.
12034 Get rid of assumptions about keymap representation.
12035
12036 2000-10-06 Dave Love <fx@gnu.org>
12037
12038 * textmodes/fill.el (sentence-end-double-space)
12039 (sentence-end-without-period): Doc fix.
12040 (adaptive-fill-regexp): Purecopy.
12041 (unjustify-current-line): Use line-end-position.
12042 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12043
12044 * net/eudc-vars.el (eudc): Add :version, :link.
12045
12046 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12047
12048 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12049 Fix for define-minor-mode.
12050 (function-at-point): Alias to function-called-at-point.
12051
12052 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12053
12054 * simple.el (backward-word): Doc fix.
12055
12056 * image-file.el (image-file-name-regexp): image-file-regexps ->
12057 image-file-name-regexps.
12058 (image-file-name-extensions): Add pbm.
12059
12060 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12061
12062 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12063 and add filename to the names so that diff-mode can jump to source.
12064
12065 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12066 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12067 (tex-font-lock-keywords-1): Remove.
12068 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12069 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12070 (font-lock-default-fontify-region):
12071 Expand beg..end correctly when just following a multiline region.
12072 (font-lock-fontify-anchored-keywords):
12073 Include the anchor text as part of the multiline.
12074
12075 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12076
12077 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12078 latter needs the autoloaded define-minor-mode macro during the
12079 bootstrap.
12080
12081 * startup.el (command-line): For now, activate tool-bar-mode only
12082 if XPM images are supported.
12083
12084 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12085 window by dragging a header-line at the top of the frame; that's
12086 confusing because the header-line doesn't move.
12087 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12088 of treating the event as a list. Some cleanup.
12089
12090 2000-10-06 Miles Bader <miles@gnu.org>
12091
12092 * simple.el (display-message-or-buffer): New function.
12093 (shell-command-on-region): Use `display-message-or-buffer'.
12094
12095 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12096 docstring parts.
12097
12098 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12099 (smbclient-prompt-regexp): Add usage note to doc string.
12100 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12101 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12102 Use add-hook for adding the comint filter function, and only do so
12103 if it's not already in the global hook list.
12104 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12105 to `make-local-variable'.
12106 (nslookup-font-lock-keywords): Remove prompt entry.
12107 (nslookup): Don't set the process-filter.
12108 (finger): Exit the loop correctly when the regexps list runs out.
12109 (ftp, smbclient, smbclient-list-shares):
12110 Set the real major mode immediately, not after execing.
12111 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12112
12113 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12114
12115 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12116
12117 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12118
12119 * which-func.el (which-func-format): Remove spurious space.
12120 (which-func-mode): Don't make it permanent-local.
12121 (which-func-ff-hook): Allow which-func-maxout to be nil.
12122 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12123 (which-func-mode): Simplify.
12124 Use post-command-idle-hook rather than post-command-hook.
12125 Go through all buffers and update their state.
12126 (which-function): Also try add-log-current-defun-function.
12127
12128 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12129 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12130 Update call to with-vc-properties accordingly.
12131 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12132 (vc-revert-buffer): More careful about window selection and deletion.
12133 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12134
12135 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12136 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12137 (cvs-dired-action): Change the default to quickdir.
12138
12139 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12140 if comment-indent-function returns nil.
12141 (comment-indent-default): New function.
12142 (comment-indent-function): Use it and document the new semantics.
12143
12144 * image-file.el: Docstring fixes.
12145
12146 * help.el (help-xref-on-pp): Use match-string.
12147 (describe-variable): New arg BUFFER.
12148 Store the current buffer in the help-xref-stack.
12149 (temp-buffer-resize-mode): Use define-minor-mode.
12150
12151 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12152 consistently with its docstring.
12153 Set jit-lock-first-unfontify-pos in an idempotent way.
12154 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12155
12156 2000-10-05 Alex Schroeder <alex@gnu.org>
12157
12158 * sql.el (sql-mysql-options): New variable.
12159 (sql-mysql): Use it.
12160
12161 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12162
12163 * image.el (image): New group.
12164
12165 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12166 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12167
12168 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12169
12170 * net/net-utils.el (nslookup-font-lock-keywords)
12171 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12172 Ignore the value of wqindow-system; always define keywords
12173
12174 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12175
12176 * startup.el (fancy-splash-screens): Remove the code for
12177 debugging; `(trace-to-stderr "EXITTT\n")'.
12178
12179 2000-10-05 Miles Bader <miles@gnu.org>
12180
12181 * diff-mode.el (diff-goto-source): Update call to
12182 `diff-hunk-status-msg' to reflect new REV variable.
12183
12184 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12185
12186 * progmodes/icon.el (icon-mode):
12187 Don't gratuitously override the default for comment-column.
12188
12189 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12190
12191 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12192 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12193 (jit-lock-functions): New var.
12194 (jit-lock-function-1): Use it if non-nil.
12195 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12196 Set the `fontified' property before doing the fontification to avoid
12197 repeatedly going through the same error.
12198 Don't turn errors into messages.
12199 (jit-lock-register, jit-lock-unregister): New functions.
12200
12201 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12202 Use with-current-buffer.
12203
12204 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12205 Turn comment into docstring.
12206
12207 * apropos.el (apropos-mode): Use define-derived-mode.
12208
12209 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12210
12211 * startup.el (fancy-splash-pending-command): New variable.
12212 (fancy-splash-pre-command): New function.
12213 (fancy-splash-screens): Rewritten.
12214 (command-line-1): If fancy-splash-pending-command is set, call it
12215 interactively.
12216
12217 2000-10-04 Dave Love <fx@gnu.org>
12218
12219 * toolbar/tool-bar.el (tool-bar-setup): New function.
12220 (tool-bar-mode): Use it.
12221
12222 * subr.el (substitute-key-definition): Doc fix.
12223 (play-sound-file): New command.
12224
12225 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12226
12227 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12228 vc-version-backup-file-name): New functions.
12229
12230 * files.el (basic-save-buffer): Call vc-before-save before saving.
12231
12232 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12233 vc-cvs-stay-local-p.
12234
12235 * vc.el (vc-revert-buffer): Handle empty diff properly.
12236 (vc-version-backup-file): New function.
12237 (vc-checkout): Create a version backup if necessary.
12238 (vc-checkin): If a version backup file exists, delete it.
12239 (vc-version-diff): Diff locally using version backups, if available.
12240 (vc-revert-file): If there's a version backup, revert locally.
12241 (vc-transfer-file): Use version backup for base version, if
12242 available. If not, ask for confirmation whether to get it from the
12243 server. Update mode line before check-in.
12244
12245 2000-10-04 Dave Love <fx@gnu.org>
12246
12247 * toolbar/tool-bar.el (tool-bar-setup): New function.
12248 (tool-bar-mode): Use it.
12249
12250 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12251
12252 * net/net-utils.el (nslookup-font-lock-keywords)
12253 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12254 Only set if window-system is non-nil
12255 (net-utils-run-program): Returns buffer.
12256 (network-connection-reconnect): Added this function.
12257
12258 * generic.el:
12259 Incorporates extensive cleanup and docfixes by
12260 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12261 Uses cl compile-time macros.
12262 (generic-mode-name, generic-comment-list)
12263 (generic-keywords-list, generic-font-lock-expressions)
12264 (generic-mode-function-list, generic-mode-syntax-table):
12265 Removed variables.
12266 (generic-mode-alist): Renamed to generic-mode-list.
12267 (generic-find-file-regexp): Default changed to "^#".
12268 (generic-read-type): Uses completing read on generic-mode-list.
12269 (generic-mode-sanity-check): removed this function.
12270 (generic-add-to-auto-mode): Removed this function
12271 (generic-mode-internal): Bind mode-specific definitions
12272 into function instead of putting them in alist.
12273 (generic-mode-set-comments): Reworked extensively.
12274 (generic-mode-find-file-hook): Simplified regexp searching
12275 (generic-make-keywords-list): Omit extra pair of parens
12276
12277 * find-lisp.el (find-lisp-find-files-internal):
12278 Make sure directory name ends with "/".
12279
12280 * generic-x.el (apache-conf-generic-mode):
12281 Regexp now allows leading whitespace.
12282 (rc-generic-mode): Added eval-when-compile
12283 around generic-make-keywords-list.
12284 Deleted duplicate regexp
12285 (rul-generic-mode): Added eval-when-compile
12286 around generic-make-keywords-list.
12287 (etc-fstab-generic-mode): New generic mode.
12288 (rul-generic-mode): Removed one eval-when-compile
12289 which caused a max-specpdl-size exceeded error.
12290
12291 2000-10-04 Miles Bader <miles@gnu.org>
12292
12293 * simple.el (minibuffer-temporary-goal-position): New variable.
12294 (next-history-element): Try to keep the position of point in the
12295 input string constant.
12296
12297 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12298 (dired-do-create-files): If there's only one file, pass it in as
12299 the DEFAULT arg to dired-mark-read-file-name.
12300
12301 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12302
12303 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12304 (diff-goto-source): Be smarter when choosing REVERSE or not.
12305
12306 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12307 (texinfo-mode-menu): Add an explicit shortcut for update all.
12308
12309 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12310
12311 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12312 factorize backend-specific code cleanly (this was essentially
12313 conceived by Stefan Monnier).
12314 (vc-unregister): Function removed.
12315 (vc-revert-file): New function.
12316 (vc-revert-buffer): Delegate some of the work to it.
12317
12318 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12319 default branch unconditionally.
12320 (vc-rcs-set-default-branch): New function.
12321 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12322 (vc-rcs-checkin): If an appropriate default branch has been set,
12323 force creation of that branch.
12324 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12325 code (as suggested by Stefan Monnier).
12326
12327 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12328
12329 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12330 highlighting overlay with a different face over the overlay
12331 isearch uses to highlight the current match because that can lead
12332 to bad face combinations.
12333
12334 * loadup.el (toplevel): Load faces before isearch.
12335
12336 * isearch.el (isearch-faces): New custom group.
12337 (isearch): New defface; was already tested for in the code.
12338 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12339 (isearch-highlight): Always use face `isearch'.
12340
12341 2000-10-02 Dave Love <fx@gnu.org>
12342
12343 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12344 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12345 comparison of opcode with operand.
12346
12347 2000-10-03 Miles Bader <miles@gnu.org>
12348
12349 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12350 buffer, since the echo area will now grow to accommodate them.
12351
12352 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12353
12354 * vc-hooks.el (vc-registered): If FILE used to be registered under
12355 a certain backend, try that one first.
12356
12357 * vc.el (vc-responsible-backend): Undo the previous change in the
12358 argument list. Handle multiple backends correctly.
12359 (vc-find-new-backend): Function removed.
12360 (vc-register): Use vc-responsible-backend, as before.
12361 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12362
12363 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12364
12365 * startup.el (fancy-splash-head): Change message below the
12366 logo.
12367
12368 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12369
12370 * diff-mode.el (diff-goto-source): Emit a status message.
12371 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12372 (diff-test-hunk): Fix doc string.
12373 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12374 (diff-advance-after-apply-hunk): New variable.
12375 (diff-apply-hunk): Don't return a value.
12376
12377 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12378
12379 * vc.el (vc-editable-p): Minor optimization.
12380 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12381 (vc-find-new-backend): New function split from vc-responsible-backend.
12382 (vc-register): Use it.
12383 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12384 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12385 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12386 (vc-clear-headers): Don't use find-file.
12387 (vc-revert-buffer): Use `and' again (must have been a braino).
12388 (vc-switch-backend): Only prompt if requested.
12389 Short circuit if nothing is to be done.
12390 Don't use vc-resynch-buffer which could lose unsaved editing.
12391 (vc-default-receive-file): Update call to vc-unregister.
12392 (with-vc-file, vc-next-action-on-file):
12393 Use vc-backend rather than vc-registered.
12394 (vc-next-action-on-file): Use intern-soft.
12395 Deal with read-only *vc-diff* buffer.
12396 (vc-transfer-file): Docstring fix.
12397
12398 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12399 (vc-rcs-receive-file): Avoid with-vc-properties.
12400 Update call to vc-unregister.
12401 Use constant `RCS' rather than (dynamically bound) var `backend'.
12402
12403 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12404
12405 * vc.el (vc-next-action-on-file): Update mode line only if file
12406 is visited.
12407 (vc-start-entry): New argument initial-contents. Don't visit the file
12408 if it isn't already visited. Brought documentation up-to-date.
12409 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12410 (vc-checkin): New optional arg initial-contents, which is passed to
12411 vc-start-entry.
12412 (vc-finish-logentry): Make sure to bury log buffer only if there
12413 really is one. Call `vc-resynch-buffer' on log-file, not
12414 buffer-file-name.
12415 (vc-default-comment-history, vc-default-wash-log): New functions.
12416 (vc-index-of): Removed.
12417 (vc-transfer-file): Make do without the above.
12418 (vc-default-receive-file): Call comment-history unconditionally. Pass
12419 the resulting string to vc-checkin, instead of inserting it into the
12420 comment ring.
12421
12422 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12423 unconditionally. Use the comments as initial contents of the log
12424 entry buffer. Document the trick to force branch creation with no
12425 changes.
12426
12427 2000-10-01 Miles Bader <miles@gnu.org>
12428
12429 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12430 `recenter' with an arg to prevent redrawing the display.
12431
12432 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12433
12434 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12435
12436 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12437
12438 * progmodes/c-mode.el (c-mode):
12439 Don't gratuitously override the default for comment-column.
12440
12441 * textmodes/tex-mode.el (latex-metasection-list): New var.
12442 (latex-imenu-create-index): Use it.
12443 Move the regexp construction outside loops (and use push).
12444 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12445 (tex-font-lock-keywords): Moved from font-lock.el.
12446 (tex-comment-indent): Remove.
12447 (tex-common-initialization): Don't set comment-indent-function.
12448 (latex-block-default): New var.
12449 (tex-latex-block): Use it to provide a default choice.
12450 Add any unknown choice to latex-block-names.
12451 Insert [...] after {...}.
12452 (tex-last-unended-begin): Simplify regexp.
12453 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12454 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12455 (latex-mode): Set forward-sexp-function.
12456
12457 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12458 Add regexp for @ignore ... @end ignore.
12459 (texinfo-heading-face): New face.
12460 (texinfo-font-lock-keywords): Use it.
12461 (texinfo-mode-menu): New menu.
12462 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12463 New functions.
12464 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12465 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12466 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12467 Remove declaration.
12468 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12469
12470 * delsel.el (delete-selection-mode): Use define-minor-mode.
12471
12472 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12473
12474 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12475
12476 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12477
12478 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12479
12480 * replace.el (keep-lines-read-args): New function.
12481 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12482 read arguments interactively. Add parameters RSTART and REND.
12483 Operate on the active region in Transient Mark mode.
12484
12485 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12486
12487 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12488 (authors-obsolete-files-regexps): New variable.
12489 (authors-add): Don't record changes in obsolete files.
12490
12491 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12492
12493 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12494
12495 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12496 (comment-indent): Make sure there's a space between code and comment.
12497 Shift comments left to avoid going past fill-column.
12498
12499 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12500
12501 * startup.el (startup-echo-area-message): New function.
12502 (display-startup-echo-area-message): Use it.
12503 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12504 (fancy-splash-default-action): New function.
12505 (fancy-splash-screens-1): New function.
12506 (fancy-splash-head): Put a help-echo and a keymap under the image.
12507
12508 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12509
12510 * diff-mode.el (diff-add-log-file-name): Remove.
12511 (diff-mode): Use add-log-buffer-file-name-function.
12512
12513 * add-log.el (find-change-log): New arg BUFFER-FILE.
12514 (add-log-file-name): Obey add-log-file-name-function.
12515 (add-log-buffer-file-name-function): New var.
12516 (add-change-log-entry): Use it.
12517
12518 2000-09-29 Miles Bader <miles@gnu.org>
12519
12520 * image-file.el (image-file-name-extensions): New variable.
12521 (image-file-name-regexps): Renamed from `image-file-regexps'.
12522 New default value is nil. Call `auto-image-file-mode'.
12523 (image-file-name-regexp): New function.
12524 (auto-image-file-mode): New minor mode.
12525 (insert-image-file): Don't make conditional on the image-file
12526 handler being enabled.
12527 (image-file-handler): Make the call here conditional instead.
12528 (set-image-file-handler-enabled, enable-image-file-handler)
12529 (disable-image-file-handler): Functions removed.
12530
12531 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12532 string.
12533
12534 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12535
12536 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12537 it's a function from CL.
12538 (latex-imenu-create-index): Replace eval-when-compile with progn
12539 because latex-section-alist is not bound while compiling.
12540
12541 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12542
12543 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12544 (outline-mode): Use define-derived-mode.
12545
12546 * progmodes/perl-mode.el (perl-mode):
12547 * progmodes/awk-mode.el (awk-mode):
12548 * progmodes/asm-mode.el (asm-mode):
12549 Don't gratuitously override the default for comment-column.
12550
12551 * emacs-lisp/lisp.el (lisp-complete-symbol):
12552 Distinguish the let-binding case from the funcall case.
12553 (forward-sexp-function): New variable.
12554 (forward-sexp): Use it.
12555
12556 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12557 (easy-mmode-defmap): Remove the now useless autoload.
12558
12559 * time.el (display-time-mode): Use define-minor-mode.
12560
12561 * subr.el (add-minor-mode): Don't eval NAME.
12562 Don't depend on the presence of TOGGLE-FUN for any special behavior.
12563 Use if rather than cond.
12564
12565 * simple.el (read-expression-map): Define more properly.
12566 (comment-indent-hook): Remove.
12567 (string-to-syntax): Bug fix.
12568
12569 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
12570 (cvs-ediff-diff): Fix typo.
12571 (cvs-revert-if-needed): Don't bother preserving read-only.
12572
12573 * paren.el (show-paren-mode): Use define-minor-mode.
12574
12575 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
12576 (toggle-auto-compression): Remove.
12577 (jka-compr-build-file-regexp): Remove useless grouping.
12578
12579 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
12580 Avoid user-reserved bindings.
12581 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
12582 (diff-header-face): Revert to grey85.
12583
12584 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
12585
12586 * complete.el (partial-completion-mode) <defcustom>: Remove.
12587 (partial-completion-mode): Use define-minor-mode.
12588 (PC-do-completion): Understand `completion-auto-help = delay'
12589 to mean to popup the completion buffer only the second time.
12590 (PC-include-file-all-completions, PC-include-file-all-completions)
12591 (PC-include-file-all-completions): Don't quote lambda.
12592
12593 * comint.el (comint-mode-hook): Docstring fix.
12594 (comint-mode): Use define-derived-mode.
12595 (comint-mode-map): Remove obsolete comment.
12596 (make-comint): Minor stylistic change.
12597 (comint-insert-clicked-input): Be more careful to find the overlay.
12598 Use this-command-keys rather than hardcoding mouse-2.
12599
12600 * font-lock.el: Replace confusing (,@ with ,
12601 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
12602 Don't use regexp-opt-depth. Spice up the regexp for args.
12603 Don't distinguish between cmds that can take an opt arg or not.
12604 Use `append' and `prepend' rather than `keep'.
12605
12606 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
12607 (latex-outline-regexp): New var.
12608 (latex-outline-level): New fun.
12609 (latex-section-alist): New var.
12610 (latex-imenu-create-index): Use it. Use `push' as well.
12611 (tex-shell-map): Initialize it properly.
12612 (tex-mode): Minor stylistic change.
12613 (plain-tex-mode): Use define-derived-mode.
12614 (latex-mode): Use define-derived-mode.
12615 Construct the paragraph regexps in a more readable way.
12616 Set the buffer-local outline-{level,regexp} vars.
12617 (slitex-mode): Derive from latex-mode.
12618 (tex-common-initialization): Don't kill-all-vars anymore.
12619 Add setting for comment-add and font-lock-defaults.
12620 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
12621 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
12622 (tex-start-tex): New arg DIR (and send a chdir command for it).
12623 Also display the shell buffer and save it in tex-last-buffer-texed.
12624 (tex-region): Use expand-file-name rather than concat.
12625 Remove code made useless by changes in tex-start-tex.
12626 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
12627
12628 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
12629
12630 2000-09-28 Dave Love <fx@gnu.org>
12631
12632 * eshell/eshell.el (eshell) <defgroup>: Add :version.
12633
12634 2000-09-28 Gerd Moellmann <gerd@gnu.org>
12635
12636 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
12637 `append'.
12638
12639 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12640
12641 * info.el (Info-extract-pointer): Undo last change.
12642 Instead, fix the position of the `bound' arg to re-search-backward.
12643
12644 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
12645
12646 * info.el (Info-extract-pointer):
12647 Widen more carefully, to avoid finding pointers in other nodes.
12648 (Info-index): Use push.
12649
12650 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12651
12652 * frame.el (set-frame-font): Remove call to obsolete function
12653 frame-update-faces.
12654 (set-foreground-color, set-background-color): Likewise for
12655 frame-update-face-colors.
12656
12657 2000-09-27 Miles Bader <miles@gnu.org>
12658
12659 * image-file.el: New file.
12660
12661 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12662
12663 * frame.el (frame-notice-user-settings): Don't call
12664 frame-update-faces, which is a no-op now.
12665
12666 * ediff-wind.el (ediff-control-frame-parameters): Add zero
12667 tool-bar-lines.
12668
12669 2000-09-27 Dave Love <fx@gnu.org>
12670
12671 * mouse.el: Fix last change.
12672
12673 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
12674
12675 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
12676
12677 2000-09-22 Kenichi Handa <handa@etl.go.jp>
12678
12679 * international/quail.el (quail-help): The output message is
12680 improved.
12681
12682 2000-09-26 Dave Love <fx@gnu.org>
12683
12684 * mouse.el (popup-menu): If POSITION is nil, set it using
12685 mouse-position.
12686
12687 2000-09-25 Sam Steingold <sds@gnu.org>
12688
12689 * net/browse-url.el (browse-url-file-url): Check for null maps.
12690
12691 2000-09-26 Gerd Moellmann <gerd@gnu.org>
12692
12693 * frame.el (frame-notice-user-settings): Don't add a
12694 tool-bar-lines frame parameter to default-frame-alist in batch mode.
12695
12696 * frame.el (frame-notice-user-settings):
12697 Make tool-bar-mode and default-frame-alist consistent.
12698
12699 * toolbar/tool-bar.el (tool-bar-help): New function.
12700
12701 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12702
12703 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
12704 current-load-list in top-level forms. Else this leaks a cons cell
12705 every time a defun is called.
12706
12707 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
12708
12709 2000-09-25 Dave Love <fx@gnu.org>
12710
12711 * startup.el (fancy-splash-head): Check XPM is available.
12712
12713 * autoinsert.el (auto-insert): Doc fix.
12714 (auto-insert-alist): Following GNU notices, don't say `copyright
12715 _by_'. Use line-beginning-position.
12716 (auto-insert): Check buffer-file-name is non-nil before use.
12717
12718 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12719
12720 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
12721 starting with `@def' or `@multitable', in addition to ones
12722 specified by the user in auto-fill-inhibit-regexp.
12723
12724 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
12725
12726 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
12727 rmail-dont-reply-to-names matches the empty string.
12728
12729 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12730
12731 * startup.el (command-line-1, fancy-splash-text): Change the
12732 text to sound more friendly.
12733
12734 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
12735
12736 * progmodes/hideshow.el: Update author email address.
12737 Generally, sync w/ maintainer version 5.22.
12738 (hs-hide-all-non-comment-function): New var.
12739 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
12740 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
12741 (hs-show-region): Delete this command.
12742 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
12743
12744 2000-09-22 Dave Love <fx@gnu.org>
12745
12746 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
12747 (hl-line-highlight): Specify buffer when moving overlay.
12748
12749 * progmodes/fortran.el (fortran-mode): Locally set
12750 normal-auto-fill-function.
12751 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
12752 (fortran-mode-map): Adjust auto-fill menu entry.
12753
12754 2000-09-22 Gerd Moellmann <gerd@gnu.org>
12755
12756 * vc-rcs.el (toplevel): Require `vc' when compiling.
12757
12758 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
12759
12760 2000-09-22 Andre Spiegel <spiegel@gnu.org>
12761
12762 * vc.el (vc-switch-backend): Signal an error if the file is not
12763 registered under the new backend.
12764
12765 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
12766 without explicit revision number.
12767
12768 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
12769
12770 * diff-mode.el (diff-file-header-face): Reset to its previous value.
12771 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
12772 (diff-xor): New function.
12773 (diff-find-source-location): Use it. Fix a stupid name clash.
12774 (diff-hunk-status-msg): New function.
12775 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
12776 (diff-test-hunk): Use diff-find-source-location.
12777 (diff-goto-source): Favor the `reverse'.
12778 (diff-hunk-text): Properly handle one-sided context diffs.
12779 (diff-apply-hunk): When done, advance to the next hunk.
12780
12781 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12782
12783 * startup.el (command-line): If frame was created with a non-zero
12784 tool-bar-lines parameter, switch tool-bar-mode on.
12785
12786 * add-log.el (change-log-date-face, change-log-name-face)
12787 (change-log-email-face, change-log-file-face)
12788 (change-log-list-face, change-log-conditionals-face)
12789 (change-log-function-face, change-log-acknowledgement-face):
12790 New faces, inheriting from font-lock faces.
12791 (change-log-font-lock-keywords): Use them.
12792
12793 2000-09-21 Dave Love <fx@gnu.org>
12794
12795 * progmodes/cperl-mode.el (top-level): Clean up
12796 `eval-when-compile's and assorted defvars.
12797 (cperl-invalid-face): Don't double-quote value. Change custom
12798 type.
12799 (cperl-mode): Set normal-auto-fill-function and don't zap
12800 auto-fill-function.
12801 (cperl-imenu--function-name-regexp-perl): Renamed from
12802 imenu-example--function-name-regexp-perl.
12803 (cperl-imenu--create-perl-index): Renamed from
12804 imenu-example--create-perl-index.
12805 (cperl-xsub-scan): Don't require cl.
12806
12807 * msb.el (msb-mode-map): Use substitute-key-definition.
12808 (msb-mode): Use msb-mode-map.
12809
12810 2000-09-21 Andre Spiegel <spiegel@gnu.org>
12811
12812 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
12813 New functions.
12814 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
12815 (vc-switch-backend): New function.
12816 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
12817 (vc-register): Fix prompt.
12818 (vc-unregister, vc-default-unregister): New functions.
12819 (vc-version-diff): Handle empty buffer in sentinel.
12820
12821 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
12822 (vc-rcs-state-heuristic): Use it to guess the state of files with
12823 non-strict locking.
12824 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
12825 been set with -b, but not created yet.
12826 (vc-rcs-fetch-master-state): With non-strict locking, compare file
12827 contents in order to find the state.
12828 (vc-rcs-checkin): Allow creation of branches with no changes.
12829 (vc-rcs-unregister, vc-rcs-receive-file)
12830 (vc-rcs-set-non-strict-locking): New functions.
12831
12832 * vc-hooks.el (vc-name): Force correct computation of the value
12833 in case it is missing.
12834
12835 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12836
12837 * startup.el (fancy-splash-tail): Use a different foreground
12838 color on a dark frame background.
12839
12840 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
12841
12842 * info.el: Use the correct capitalization when making Info-mode
12843 and Info-edit-mode `special' modes.
12844
12845 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
12846
12847 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
12848 (diff-mode): Add support for add-log.el.
12849 (diff-hunk-text): Use char offsets rather than line offsets.
12850 (diff-find-source-location): Replace LINE with line-offset (nil
12851 if not found) and always set POS to a meaningful position.
12852 Adapt to the new char-offsets.
12853 (diff-apply-hunk): Drop support for the unused `select' POPUP.
12854 Adapt to the new diff-find-source-location.
12855 (diff-goto-source): Adapt to the new diff-find-source-location.
12856
12857 * add-log.el (add-log-file-name): New function (split out of
12858 add-change-log-entry).
12859 (add-change-log-entry): Use it.
12860 Call add-log-file-name-function with the changelog file name if
12861 the current buffer is not associated with any file.
12862 Avoid find-file if the selected window is dedicated.
12863
12864 * diff-mode.el (diff-find-source-location):
12865 Move code from diff-apply-hunk. Return buffer rather than file.
12866 (diff-apply-hunk): Use the new result from diff-find-source-location.
12867 (diff-goto-source): Use the new diff-find-source-location.
12868
12869 2000-09-20 Dave Love <fx@gnu.org>
12870
12871 * iswitchb.el: Some doc fixes.
12872 (iswitchb-mode-map): Define completely initially. Inherit
12873 minibuffer-local-map.
12874 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
12875 fundamental-mode.
12876 (iswitchb-global-map): New variable.
12877 (iswitchb-summaries-to-end): Amalgamate regexps.
12878 (iswitchb-mode): New.
12879 (iswitchb-mode-hook): New variable.
12880 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
12881 `extensions'.
12882
12883 2000-09-20 Gerd Moellmann <gerd@gnu.org>
12884
12885 * ehelp.el (electric-help): New defgroup.
12886 (electric-help-shrink-window): New user-option.
12887 (with-electric-help): Use it.
12888
12889 * window.el (shrink-window-if-larger-than-buffer): If face
12890 `mode-line' has a :box, and we're on a graphical frame, add 1
12891 to the needed window height.
12892
12893 * frame.el (frame-notice-user-settings): Add a last parameter nil
12894 to a call to `append', because the last list passed to `append' is
12895 not copied, and so subsequent calls to assq-delete-all will modify
12896 default-frame-alist.
12897
12898 * startup.el (fancy-splash-image): Change :type.
12899 (fancy-splash-head): Use an XBM image if appropriate.
12900 (command-line-1): Show splash screens in more cases.
12901
12902 * startup.el (fancy-splash-text): Don't quote faces.
12903
12904 * dired.el (dired-font-lock-keywords): Undo last change.
12905 (dired-readin): Bind indent-tabs-mode to nil.
12906
12907 * startup.el (fancy-splash-head): If frame's background mode
12908 is `dark', change the black background of the image to gray.
12909 (fancy-splash-screens): Display startup echo area message.
12910 (display-startup-echo-area-message): New function.
12911
12912 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
12913
12914 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
12915
12916 * info.el (info-header-node): Tweak for color ttys.
12917
12918 * faces.el (face-valid-attribute-values): Make sure directories we
12919 search for stipples both exist and are readable before trying to
12920 search them.
12921
12922 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
12923 in the dry-run case.
12924
12925 * jka-compr.el (with-auto-compression-mode): New macro.
12926
12927 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
12928 (custom-group-tag-face, custom-variable-tag-face): Use relative
12929 :height and inherit from `variable-pitch' face instead of
12930 hardwiring :family.
12931 * hi-lock.el (hi-black-hb): Likewise.
12932
12933 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
12934 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
12935 toolbar-add-item, if image doesn't have a mask add a `:mask
12936 heuristic'.
12937
12938 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
12939
12940 * diff-mode.el: Docstring fixes.
12941 (diff-header-face, diff-comment-face): New faces.
12942 (diff-font-lock-keywords): Highlight a bit differently.
12943 (diff-find-source-location): Don't return SPAN any more.
12944 (diff-hunk-text): Don't bother erasing the temp buffer.
12945 (diff-find-text): Drop argument LINE.
12946 (diff-apply-hunk): Update calls to diff-find-text.
12947 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
12948
12949 * calendar/calendar.el: Docstring fixes.
12950 (calendar-make-alist): Don't quote lambda.
12951 (calendar-star-date): Use make-local-variable.
12952
12953 2000-09-19 Dave Love <fx@gnu.org>
12954
12955 * toolbar/tool-bar.el: Renamed from toolbar.el.
12956 Change `toolbar' to `tool-bar' generally in symbols.
12957 Make some items invisible in `special' major modes.
12958 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
12959 Add arg PROPS.
12960
12961 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
12962 Add :version here.
12963 (fancy-splash-delay, fancy-splash-image): Remove :version here.
12964
12965 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12966
12967 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
12968
12969 * files.el (find-file-suppress-same-file-warnings): New user-option.
12970 (find-file-noselect): Use it.
12971
12972 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
12973 (fancy-splash-screen): Defgroup.
12974
12975 * add-log.el (change-log-font-lock-keywords): Match names
12976 more exactly for the case that font-lock-constant-face is
12977 underlined.
12978
12979 2000-09-19 Richard M. Stallman <rms@gnu.org>
12980
12981 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
12982
12983 2000-09-19 Andre Spiegel <spiegel@gnu.org>
12984
12985 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
12986
12987 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12988
12989 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
12990 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
12991 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
12992 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
12993 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
12994 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
12995 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
12996 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
12997 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
12998 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
12999 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13000 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13001
13002 * startup.el (fancy-splash-text): New variable.
13003 (fancy-splash-delay, fancy-splash-image): New user-options.
13004 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13005 (fancy-splash-screens): New functions.
13006 (command-line-1): If display has a `display' frame parameter, has
13007 colors, and we have XPM support, show more fancy splash screens.
13008
13009 2000-09-19 Dave Love <fx@gnu.org>
13010
13011 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13012 with null `help'. Use modern backquote syntax.
13013
13014 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13015
13016 * font-lock.el (font-lock-mode): Change message telling the user
13017 that ``the buffer is too big''.
13018
13019 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13020 for instance for the case that tab-width is 2.
13021
13022 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13023
13024 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13025 toolbar-add-item, if image doesn't have a mask add a `:mask
13026 heuristic'.
13027
13028 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13029
13030 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13031 and return a cons if it's non-nil.
13032 (diff-apply-hunk): Try to jump to the line in the source text
13033 corresponding to the position of point in the in the hunk.
13034
13035 * info.el (Info-title-3-face, Info-title-2-face)
13036 (Info-title-1-face): Use face inheritance and relative sizes
13037 instead of hard-wiring things.
13038
13039 * faces.el (secondary-selection): Make dark-background variant sane.
13040
13041 2000-09-16 Andrew Innes <andrewi@gnu.org>
13042
13043 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13044 read-only, since they aren't under VC now.
13045
13046 2000-09-17 Dave Love <fx@gnu.org>
13047
13048 * tmm.el: Replace mapcar with mapc in several places.
13049
13050 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13051 ad-unadvise.
13052
13053 * international/latin1-disp.el: New file.
13054
13055 * calendar/cal-move.el (scroll-calendar-left)
13056 (scroll-calendar-right): Make arg optional (for active mode line).
13057
13058 * calendar/calendar.el (calendar-mode-line-format): Make fields
13059 mouse-sensitive.
13060 (calendar-read-date, calendar-read-date, calendar-window-list):
13061 Unquote lambda.
13062 (calendar-month-name): Use aref, not sref.
13063
13064 * view.el (minor-mode-alist): Propertize the string.
13065
13066 * international/characters.el (standard-case-table): Add entries
13067 for Greek.
13068
13069 2000-09-18 Miles Bader <miles@gnu.org>
13070
13071 * info.el (info-node, info-xref): Add dark-background variants.
13072
13073 * faces.el (header-line): Change defaults to be less confusing
13074 when mixed with mode-lines.
13075
13076 * info.el (Info-fontify-node): Make a few cleanups.
13077 Add extra `help-echo' and `local-map' props to node xrefs.
13078 Use header-specific faces for node-names & xrefs.
13079 (Info-use-header-line): New variable.
13080 (info-header-xref, info-header-node): New faces.
13081 (Info-setup-header-line): New function.
13082 (Info-select-node): Call Info-setup-header-line when enabled.
13083 (Info-extract-pointer): Work even if the header line is hidden.
13084 (Info-header-line): New variable.
13085
13086 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13087
13088 * vms-patch.el (print-region-function): Don't quote lambda.
13089
13090 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13091
13092 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13093 (lm-get-header-re): Allow spaces between the header and the colon.
13094 (lm-header): Allow $ in non-RCS headers.
13095 (lm-header-multiline): Put the strings back into order.
13096 Stop at an empty line. Don't require two space chars if the
13097 line is clearly not another header line.
13098
13099 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13100 (popup-menu-popup): Remove.
13101
13102 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13103
13104 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13105 specification if or if not tool-bar item contains an `:enabled'
13106 property.
13107
13108 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13109 current buffer has no file name.
13110
13111 2000-09-15 Dave Love <fx@gnu.org>
13112
13113 * strokes.el: Sync with maintainer's current version with changes
13114 for Emacs, but avoid runtime cl and levents.
13115 (toplevel): Change autoloads and compilation requires.
13116 (strokes-version, strokes-bug-address, strokes-lift): Values
13117 changed.
13118 (strokes-xpm-header, strokes-insinuated): New variable.
13119 (strokes): Add :link.
13120 (strokes-mode): Customized.
13121 (strokes-while-inhibiting-garbage-collector): New macro.
13122 (strokes-remassoc): Avoid remove-if.
13123 (strokes-fix-button2-command): Don't use ad-do-it.
13124 (strokes-insinuate): New function.
13125 (strokes-button-press-event-p, strokes-button-release-event-p):
13126 New functions, used instead of non-`strokes-' versions..
13127 (strokes-mouse-event-p): Rewritten.
13128 (strokes-event-closest-point): Avoid event-point.
13129 (strokes-get-grid-position): Avoid cdadr, caadr
13130 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13131 functions.
13132 (strokes-help): Use with-output-to-temp-buffer.
13133 (strokes-window-configuration-changed-p): New function.
13134 (strokes-update-window-configuration): Use buffer-live-p,
13135 strokes-window-configuration-changed-p.
13136 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13137 (strokes-char-face): New face.
13138 (strokes-char-table, strokes-base64-chars): New variable.
13139 (strokes-xpm-for-stroke, strokes-list-strokes)
13140 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13141 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13142 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13143 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13144 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13145 functions.
13146
13147 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13148
13149 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13150
13151 * image.el (create-image): Doc fix.
13152
13153 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13154 instead of `:heuristic-mask t'.
13155
13156 2000-09-14 Andrew Innes <andrewi@gnu.org>
13157
13158 * makefile.w32-in: Revert to Unix line endings.
13159
13160 2000-09-14 Andrew Innes <andrewi@gnu.org>
13161
13162 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13163 when installing.
13164
13165 * makefile.nt (DONTCOMPILE): Fix typo.
13166
13167 * shell.el (shell-write-history-on-exit): New function.
13168 (shell-dumb-shell-regexp): New custom variable.
13169 (shell-mode): Make shell-write-history-on-exit the process
13170 sentinel if shell name matches shell-dumb-shell-regexp.
13171
13172 * w32-fns.el: Comment out before-init-hook function which resets
13173 source-directory based; this breaks bootstrap.
13174
13175 2000-09-14 Dave Love <fx@gnu.org>
13176
13177 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13178 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13179 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13180 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13181 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13182 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13183 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13184 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13185 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13186
13187 * toolbar/toolbar.el: New.
13188
13189 * subdirs.el: Add toolbar.
13190
13191 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13192
13193 * indent.el (indent-for-tab-command): Doc fix.
13194
13195 2000-09-14 Alex Schroeder <alex@gnu.org>
13196
13197 * ansi-color.el (ansi-colors): Doc change.
13198 (ansi-color-get-face): Simplified regexp.
13199 (ansi-color-faces-vector): Added more faces, doc change.
13200 (ansi-color-names-vector): Doc change.
13201 (ansi-color-regexp): Simplified regexp.
13202 (ansi-color-parameter-regexp): New regexp.
13203 (ansi-color-filter-apply): Doc change.
13204 (ansi-color-filter-region): Doc change.
13205 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13206 deal with zero length parameters.
13207 (ansi-color-apply-on-region): Doc change.
13208 (ansi-color-map): Doc change.
13209 (ansi-color-map-update): Removed debugging message.
13210 (ansi-color-get-face-1): Added condition-case to trap
13211 args-out-of-range errors.
13212 (ansi-color-get-face): Doc change.
13213 (ansi-color-make-face): Removed.
13214 (ansi-color-for-shell-mode): New option.
13215
13216 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13217
13218 * international/quail.el (quail-start-translation): Translate KEY
13219 if necessary even if it doesn't have any mapping in the current
13220 input method.
13221 (quail-start-conversion): Likewise.
13222 (quail-help): The output message is improved.
13223
13224 2000-09-13 Miles Bader <miles@gnu.org>
13225
13226 * comint.el (comint-output-filter): Revert to using
13227 `insert-before-markers'. Add bletcherous hack to undo damage
13228 caused by `insert-before-markers'. Put `front-sticky' property on
13229 overlays created here so that the field code understands how the
13230 overlay works. Use a let when making comint-last-prompt-overlay,
13231 so that the code is easier to read.
13232
13233 2000-09-13 Dave Love <fx@gnu.org>
13234
13235 * wid-edit.el (widget-default-format-handler): DTRT when
13236 doc-property is a function.
13237
13238 2000-09-12 Francesco Potorti` <pot@gnu.org>
13239
13240 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13241 filed name if it's not there.
13242
13243 2000-09-12 Dave Love <fx@gnu.org>
13244
13245 * simple.el (read-mail-command): Doc fix.
13246 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13247
13248 * vc.el (vc-dired-listing-switches): Fix :version.
13249
13250 * vc-hooks.el: Doc fixes.
13251
13252 * subr.el (add-minor-mode): Use toggle-fun arg.
13253
13254 * speedbar.el: Add :version to several defcustoms.
13255
13256 * imenu.el (imenu--truncate-items, imenu--cleanup)
13257 (imenu--generic-function): Avoid mapcar.
13258 (imenu--replace-spaces): Function removed.
13259 (imenu--completion-buffer): Use subst-char-in-string.
13260 (imenu-add-to-menubar): Use keymap inheritance.
13261
13262 2000-09-12 Miles Bader <miles@gnu.org>
13263
13264 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13265 (diff-mode-map): Bind `diff-test-hunk'.
13266 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13267
13268 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13269
13270 * bytecomp.el (byte-compile-defvar): Undo last change
13271 because it breaks '(make-variable-buffer-local (defvar ...)'
13272 which is used at least in dired.
13273
13274 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13275
13276 * international/quail.el (quail-define-package): Docstring
13277 modified.
13278
13279 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13280
13281 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13282 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13283 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13284 docstring of "chinese-py".
13285
13286 * international/quail.el (quail-translation-docstring): New
13287 variable.
13288 (quail-show-keyboard-layout): Docstring modified.
13289 (quail-select-current): Likewise.
13290 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13291 infinite recursive call.
13292 (quail-help): Check quail-translation-docstring. Format of the
13293 output changed.
13294 (quail-help-insert-keymap-description): Adjusted for the above
13295 change.
13296
13297 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13298
13299 * bytecomp.el (byte-compile-defvar): Only cons onto
13300 current-load-list in top-level forms. Else this leaks a cons cell
13301 every time a defun is called.
13302
13303 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13304
13305 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13306 Now understands non-unified diffs. Some functionality moved into
13307 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13308 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13309 modify anything. Only reposition point in the patched file if the
13310 patch succeeds. Only pop up another window if POPUP is true.
13311 Emit a message describing what happened if successful, and at what
13312 line-offset. Automatically detect reversed hunks and do something
13313 appropriate.
13314 (diff-hunk-text, diff-find-text): New functions.
13315 (diff-filter-lines): Function removed.
13316 (diff-test-hunk): New function.
13317 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13318
13319 2000-09-10 Dave Love <fx@gnu.org>
13320
13321 * textmodes/tildify.el: Minor doc/commentary fixes.
13322 (tildify) <defgroup>: Add :version.
13323
13324 * faces.el (face-x-resources): Make custom type more specific.
13325 (frame-background-mode): Use mapc.
13326 (region) <defcustom>: Add :version.
13327
13328 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13329
13330 * vc-sccs.el (vc-sccs-register):
13331 * vc-rcs.el (vc-rcs-register):
13332 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13333 * vc.el (vc-register): Clear file's properties.
13334
13335 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13336
13337 * faces.el (face-spec-set): Only face-spec-reset-face when
13338 ATTRS is non-nil.
13339
13340 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13341
13342 * help.el (help-insert-xref-button): Fix a typo in doc string.
13343
13344 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13345
13346 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13347 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13348 methods.
13349
13350 * menu-bar.el (read-mail-item-name): New function.
13351 (menu-bar-tools-menu): Use it to compute and display the package
13352 used to read email.
13353 (menu-bar-tools-menu): Fix typo in GUD's help string.
13354
13355 2000-09-07 Dave Love <fx@gnu.org>
13356
13357 * diff-mode.el (diff-mouse-goto-source): New function.
13358
13359 * vc-sccs.el: Doc fixes.
13360 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13361
13362 * vc-rcs.el: Doc fixes.
13363 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13364 (vc-rcs-checkout-switches, vc-rcs-header)
13365 (vc-rcs-master-templates): Add or change :version.
13366
13367 * vc-cvs.el: Doc fixes.
13368 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13369 (vc-cvs-stay-local): Add :version.
13370
13371 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13372
13373 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13374
13375 * international/quail.el (quail-help): Fix previous change.
13376
13377 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13378
13379 * faces.el (color-values): Doc fix.
13380
13381 * faces.el (frame-set-background-mode): Use frame-parameter
13382 instead of frame-parameters.
13383
13384 * frame.el (filtered-frame-list): Reduce consing.
13385 (frames-on-display-list): Call frame-parameter instead of
13386 frame-parameters.
13387
13388 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13389
13390 * language/devan-util.el (devanagari-to-indian-region): In the
13391 loop, change the following char, not preceding char.
13392
13393 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13394
13395 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13396 instead of frame-parameters.
13397
13398 * faces.el (set-face-attribute): Simplify by calling
13399 internal-set-lisp-face-attribute with FRAME being 0.
13400
13401 * vc.el: Remove `Id' version control keyword.
13402
13403 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13404
13405 * help.el (help-make-xrefs): Adjusted for the change of
13406 help-xref-mule-regexp.
13407 (help-insert-xref-button): New function.
13408
13409 * international/mule-cmds.el (help-xref-mule-regexp-template):
13410 Include the pattern for character set.
13411 (leim): New group.
13412
13413 * international/quail.el: Don't require face.
13414 (quail): New group.
13415 (quail-other-command): Dummy command to make quail-help work better.
13416 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13417 (quail-keyboard-layout-substitution): New variable.
13418 (quail-update-keyboard-layout): New function.
13419 (quail-keyboard-layout-type): New customizable variable.
13420 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13421 (quail-keyboard-translate): Pay attention to
13422 quail-keyboard-layout-substitution.
13423 (quail-insert-kbd-layout): New function.
13424 (quail-show-keyboard-layout): New function.
13425 (quail-get-translation): If the definition is a vector of length
13426 1, and the element is a string of length 1, return the character
13427 in that string.
13428 (quail-update-current-translations): Fix the case of
13429 relative-index out of range.
13430 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13431 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13432 Show key sequences for all available characters.
13433 (quail-help-insert-keymap-description): Don't show such verbose
13434 key bindings as quail-self-insert-command.
13435
13436 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13437 Format changed, and each element now have extra documentations.
13438 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13439 Adjusted for the change of quail-cxterm-package-ext-info.
13440
13441 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13442
13443 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13444 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13445 during bootstrap.
13446
13447 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13448
13449 * vc.el: (toplevel): Don't require `dired' at run-time.
13450 (vc-dired-resynch-file): Remove autoload cookie.
13451
13452 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13453
13454 * vc.el: Made several backend functions optional.
13455 (vc-default-responsible-p): New function.
13456 (vc-merge): Use RET for first version to trigger merge-news, not
13457 prefix arg.
13458 (vc-annotate): Handle backends that do not support annotation.
13459 (vc-default-merge-news): Removed. The existence of a merge-news
13460 implementation is now checked on caller sites.
13461
13462 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13463 case.
13464
13465 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13466 special case that has been removed from the default in vc-hooks.el.
13467
13468 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13469
13470 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13471
13472 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13473
13474 * vc-hooks.el: Require vc during compilation.
13475 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13476 macro `with-vc-properties' in vc.el.
13477 (vc-file-getprop): Doc fix.
13478 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13479
13480 * vc.el: Require dired-aux during compilation.
13481 (vc-name-assoc-file): Moved to vc-sccs.el.
13482 (with-vc-properties): New macro.
13483 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13484 vc-finish-steal): Use it.
13485 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13486 to the backend-specific function is now supposed to do the checkout,
13487 too.
13488 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13489
13490 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13491 set file properties; that gets done in the generic code now.
13492
13493 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13494 Changed parameter list, added code from vc.el that does the
13495 checkout, possibly with a double-take.
13496
13497 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13498 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13499 the above under the new name.
13500 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13501 parameter list, added checkout command.
13502 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13503 properties; that gets done in the generic code now.
13504
13505 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13506
13507 * vc.el: Docstring fixes (courtesy of checkdoc).
13508
13509 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13510
13511 * vc.el (vc-checkout-writable-buffer-hook)
13512 (vc-checkout-writable-buffer): Remove.
13513 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13514 (vc-log-mode): Make it into a clean derived major mode.
13515 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13516 vc-log-mode if log-edit is not available.
13517 (vc-dired-mode-map): Don't set-keymap-parent yet.
13518 (vc-dired-mode): Do set-keymap-parent here.
13519 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13520
13521 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13522
13523 * faces.el (set-face-attribute, face-spec-reset-face)
13524 (face-spec-set): Avoid consing by removing calls to `apply'.
13525
13526 * frame.el (frame-parameter): Move to C code.
13527
13528 2000-09-05 Dave Love <fx@gnu.org>
13529
13530 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13531 insert-before-markers-and-inherit. Now checked systematically!
13532
13533 2000-09-05 Alex Schroeder <alex@gnu.org>
13534
13535 * sql.el (sql-postgres): Use sql-postgres-options.
13536 (sql-postgres-options): New variable.
13537
13538 2000-09-05 Alex Schroeder <alex@gnu.org>
13539
13540 * sql.el (sql-mode-menu): Work around missing variable mark-active
13541 in XEmacs.
13542 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13543 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13544 compatibility.
13545
13546 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13547
13548 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13549
13550 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13551
13552 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13553
13554 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13555
13556 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13557 don't support anything else under SCCS yet.
13558
13559 * vc-hooks.el: Minor doc fixes.
13560
13561 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13562
13563 * vc.el (vc-next-action-on-file): Do not visit the file if it's
13564 not necessary. If verbose in state `needs-patch', do the same as
13565 under `up-to-date'. When NOT verbose and `needs-patch', check out
13566 latest version instead of `merge-news'.
13567 (vc-next-action-dired): Don't mess with default-directory here; it
13568 breaks other parts of dired. It is the job of the
13569 backend-specific functions to adjust it temporarily if they need it.
13570 (vc-next-action): Remove a special CVS case.
13571 (vc-clear-headers): New optional arg FILE.
13572 (vc-checkin, vc-checkout): Set properties vc-state and
13573 vc-checkout-time properly.
13574 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
13575 (vc-print-log): Use new backend function `show-log-entry'.
13576 (vc-cancel-version): Do the checks in a different order. Added a
13577 FIXME concerning RCS-only code.
13578
13579 * vc-rcs.el (vc-rcs-show-log-entry): New function.
13580 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
13581
13582 * vc-cvs.el (vc-cvs-show-log-entry): New function.
13583
13584 * vc-hooks.el (vc-default-mode-line-string): Show state
13585 `needs-patch' as a `-' too.
13586
13587 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13588
13589 * vc.el (vc-responsible-backend): New optional arg REGISTER.
13590 (vc-default-could-register): New function.
13591 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
13592 (vc-resynch-buffer): Call vc-dired-resynch-file.
13593 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
13594 vc-resynch-buffer instead of vc-resynch-window.
13595 (vc-next-action-dired): Don't redisplay here, that gets done as a
13596 result of the individual file operations.
13597 (vc-retrieve-snapshot): Corrected prompt order.
13598
13599 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
13600
13601 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
13602 as well.
13603 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
13604 hostname regexps. Updated all callers.
13605 (vc-cvs-responsible-p): Handle directories as well.
13606 (vc-cvs-could-register): New function.
13607 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
13608 properties up-to-date.
13609
13610 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
13611 user whether to create one.
13612
13613 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13614
13615 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
13616 check out a non-existing file.
13617
13618 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
13619 workfile does not exist.
13620
13621 * vc.el (vc-version-diff): Use `require' to check for existence of
13622 diff-mode.
13623
13624 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13625
13626 * vc-cvs.el (vc-cvs-registered): Use new function
13627 vc-cvs-parse-entry to do the actual work.
13628
13629 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13630
13631 * vc-hooks.el (vc-find-backend-function): If function doesn't
13632 exist, return nil instead of error.
13633 (vc-call-backend): Doc fix.
13634
13635 * vc.el (vc-do-command): Doc fix.
13636 (vc-finish-logentry): When checking in from vc-dired, choose the
13637 right backend for logentry check.
13638 (vc-dired-mode-map): Inherit from dired-mode-map.
13639 (vc-dired-mode): Local value of dired-move-to-filename-regexp
13640 simplified.
13641 (vc-dired-state-info): Removed, updated caller.
13642 (vc-default-dired-state-info): Use parentheses instead of hyphens.
13643 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
13644 (vc-dired-listing-switches): New variable.
13645 (vc-directory): Use it, instead of dired-listing-switches.
13646
13647 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
13648 (vc-cvs-dir-state): New function.
13649 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
13650 (vc-cvs-parse-entry): New function, also to be used in
13651 vc-cvs-registered.
13652
13653 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13654
13655 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
13656 *or* single-window-frames.
13657
13658 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13659
13660 * vc.el (vc-update-changelog): Split into generic part and default
13661 implementation. Doc string adapted.
13662 (vc-default-update-changelog): New function. Call the `rcs2log'
13663 script in exec-directory, to fix a long-standing nuisance.
13664
13665 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
13666 simply signals an error.
13667
13668 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13669
13670 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
13671 control-flow more clear and to avoid running `cvs' twice.
13672
13673 * vc.el (vc-next-action-on-file): Doc fix.
13674 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
13675 (vc-print-log): Eval `file' before constructing the continuation.
13676
13677 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13678
13679 * vc.el (vc-next-action-on-file): Corrected several messages.
13680 (vc-merge): Add prefix arg `merge-news'; handle it.
13681
13682 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
13683 is not reached. It is.
13684 (vc-cvs-merge): Set state to 'edited after merge.
13685 (vc-cvs-merge-news): Set workfile version to nil if not known.
13686 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
13687
13688 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
13689 via stdout. (Merge from main line.)
13690
13691 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13692
13693 * vc.el (vc-finish-logentry): Thinko in the "same comment"
13694 detection.
13695
13696 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13697
13698 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
13699 against kill-all-local-variables.
13700 (vc-log-edit): Don't save vc-parent-buffer any more.
13701 (vc-last-comment-match): Initialize to an empty string.
13702 (vc-post-command-functions): New hook.
13703 (vc-do-command): Run it.
13704 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
13705 (vc-finish-logentry): Only add the comment to the ring if it's
13706 different from the last comment entered.
13707 (vc-new-comment-index): New function.
13708 (vc-previous-comment): Use it. Make the minibuffer message
13709 slightly less terse.
13710 (vc-comment-search-reverse): Make it work forward as well. Don't
13711 set vc-comment-ring-index if no match is found. Use
13712 vc-new-comment-index.
13713 (vc-comment-search-forward): Use vc-comment-search-reverse.
13714 (vc-dired-mode-map): Don't inherit from dired-mode-map since
13715 define-derived-mode will do it for us. Bind `v' to a keymap that
13716 inherits from vc-prefix-map so that we can bind `vt' without
13717 binding C-x v t.
13718 (vc-retrieve-snapshot): Parenthesis typo.
13719
13720 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
13721 to 1. Make sure to switch to *vc* before looking for an error
13722 message. Use vc-parse-buffer.
13723
13724 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13725
13726 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
13727 and NAME.
13728 (vc-retrieve-snapshot): Split into two parts.
13729 (vc-default-retrieve-snapshot): New function.
13730
13731 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
13732 (vc-cvs-retrieve-snapshot): New function (untested).
13733 (vc-cvs-stay-local): Default to t.
13734 (vc-cvs-remote-p): New function and property.
13735 (vc-cvs-state): Stay local only if the above is t.
13736 (vc-handle-cvs): Removed.
13737 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
13738 done via vc-handled-backends now.
13739 (vc-cvs-header): Escape Id.
13740
13741 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13742
13743 * vc.el (vc-do-command): Remove unused commands.
13744 (vc-version-diff): Make sure default-directory ends with a slash.
13745 Move the window commands into a vc-exec-after.
13746 (vc-print-log): Move more of the code into the `vc-exec-after'.
13747
13748 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13749
13750 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
13751 (vc-print-log): Search current revision from beginning of buffer.
13752 (vc-revert-buffer): Clear echo area after the diff is finished.
13753 (vc-prefix-map): Removed definition of "t" for terse display in vc
13754 dired.
13755 (vc-dired-mode-map): Inherit from dired-mode-map. Added
13756 definition of "vt" for terse display.
13757 (vc-dired-mode): Fix dired-move-to-filename-regexp.
13758
13759 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13760
13761 * vc.el (vc-exec-after): Avoid caddr.
13762
13763 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13764
13765 * vc.el (vc-exec-after): New function.
13766 (vc-do-command): Use it to add a termination message for async
13767 procs.
13768 (vc-checkout): Try to handle a missing-backend situation.
13769 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
13770 of a directory with a backend using async diffs.
13771 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
13772 present.
13773
13774 * vc-sccs.el (vc-sccs-state-heuristic): Use
13775 file-ownership-preserved-p.
13776
13777 * vc-rcs.el (vc-rcs-state-heuristic): Use
13778 file-ownership-preserved-p.
13779 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
13780
13781 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13782
13783 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
13784 vc-do-command.
13785
13786 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
13787 when there are no changes.
13788
13789 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13790
13791 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
13792
13793 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
13794
13795 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13796
13797 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
13798
13799 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
13800 the `fset' outside of the defvar so that it works even if
13801 vc-prefix-map was already defined.
13802 (vc-setup-buffer): New function, split out of vc-do-command.
13803 (vc-do-command): Allow BUFFER to be t to mean `just use the
13804 current buffer without any fuss'.
13805 (vc-version-diff): Change the `diff' backend operation to just put
13806 the diff in the current buffer without erasing it. Always use
13807 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
13808 shrink-window-if-larger-than-buffer.
13809 (vc-print-log): Change the `print-log' backend operation to just
13810 put the log in the current buffer without erasing it. Protect
13811 shrink-window-if-larger-than-buffer.
13812 (vc-update-change-log): Fix setd typo.
13813
13814 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
13815 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
13816
13817 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
13818 (vc-rcs-diff): Insert in the current buffer and remove unused arg
13819 CMP.
13820
13821 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
13822 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
13823 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
13824
13825 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13826
13827 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
13828 not possible, use vc-BACKEND-workfile-unchanged-p.
13829 (vc-default-workfile-unchanged-p): New function. Delegates to a
13830 full vc-BACKEND-diff.
13831
13832 * vc-hooks.el (vc-simple-command): Removed.
13833
13834 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
13835 instead of vc-simple-command.
13836 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
13837 avoid doing a diff when opening a file.
13838 (vc-rcs-state): Added check for unlocked-changes.
13839 (vc-rcs-header): Escape Id.
13840 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
13841 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
13842 version.
13843
13844 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
13845 (vc-sccs-diff): Remove optional arg CMP.
13846 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
13847 SCCS-specific function.
13848
13849 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
13850 vc-simple-command.
13851
13852 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13853
13854 * vc.el (vc-editable-p): Renamed from vc-writable-p.
13855 (with-vc-file, vc-merge): Use vc-editable-p.
13856 (vc-do-command): Remove unused var vc-file and fix the
13857 doubly-defined `status' var. Add a user message when starting an
13858 async command.
13859 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
13860 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
13861 Use with-current-buffer.
13862 (vc-buffer-sync): Use unless.
13863 (vc-next-action-on-file): If the file is 'edited by read-only,
13864 make it read-write instead of trying to commit.
13865 (vc-version-diff, vc-update-change-log): Use `setq
13866 default-directory' rather than `cd'.
13867 (vc-log-edit): Don't forget to set default-directory in the
13868 buffer.
13869
13870 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
13871 (vc-sccs-state-heuristic): Use file-writable-p instead of
13872 comparing userids.
13873 (vc-sccs-checkout): Use `unless'.
13874
13875 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
13876 of comparing userids.
13877 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
13878 Simplify the logic by eliminating unreachable code.
13879 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
13880 just do a recursive call if we need to retry.
13881 (vc-rcs-checkout): Handle the case where rcs is missing by making
13882 the buffer read-write if requested and re-signalling the error.
13883
13884 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
13885
13886 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13887
13888 * vc-hooks.el (vc-handled-backends): Docstring change.
13889 (vc-ignore-vc-files): Mark obsolete.
13890 (vc-registered): Check vc-ignore-vc-files.
13891 (vc-find-file-hook, vc-file-not-found-hook): Don't check
13892 vc-ignore-vc-files.
13893
13894 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
13895
13896 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13897
13898 * vc.el (vc-checkout): Don't do anything special for ange-ftp
13899 files since ange-ftp already has vc-registered return nil.
13900
13901 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
13902 (vc-sccs-workfile-version): Use with-temp-buffer and new
13903 vc-parse-buffer and don't bother setting the property.
13904 (vc-sccs-add-triple): Use with-current-buffer and
13905 find-file-noselect.
13906 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
13907
13908 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
13909 derives from the old vc-parse-buffer but uses the revision number
13910 rather than the date (much easier to compare robustly).
13911 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
13912 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
13913 locking-user more directly. Check strict locking and set
13914 checkout-model appropriately.
13915 (vc-rcs-parse-locks): Remove.
13916 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
13917 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
13918 (vc-rcs-system-release): Use with-current-buffer and
13919 vc-parse-buffer.
13920 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
13921
13922 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
13923 (vc-simple-command): Docstring fix.
13924 (vc-registered): Align the way the file-handler is called with the
13925 way the function itself works.
13926 (vc-file-owner): Remove.
13927
13928 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
13929 extraction of fields and call to file-attributes because of a
13930 temporary bug in rcp.el.
13931 (vc-cvs-fetch-status): Use with-current-buffer.
13932
13933 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13934
13935 * vc.el (vc-do-command): Use file-relative-name.
13936 (vc-responsible-backend): Use vc-backend if possible.
13937 (vc-create-snapshot): Improve the `interactive' spec. Add support
13938 for branches and dispatch to backend-specific `create-snapshot'.
13939 (vc-default-create-snapshot): New function, containing the bulk of
13940 the old vc-create-snapshot.
13941 (vc-retrieve-snapshot): Improve the interactive spec.
13942
13943 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
13944 (vc-backend-hook-functions): Remove.
13945 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
13946 (vc-backend): Reintroduce the test for `file = nil' now that I
13947 know why it was there (and added a comment to better remember).
13948
13949 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
13950 code from vc-sccs-hooks.el.
13951 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
13952 'vc anymore.
13953 (vc-sccs-responsible-p): Use expand-file-name instead of concat
13954 and file-directory-p instead of file-exists-p.
13955 (vc-sccs-check-headers): Simplify the regexp.
13956
13957 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
13958 from vc-rcs-hooks.el. Don't require 'vc anymore.
13959 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
13960 file-directory-p instead of file-exists-p.
13961
13962 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
13963 from vc-cvs-hooks.el.
13964 (proto vc-cvs-registered): Require 'vc-cvs instead of
13965 'vc-cvs-hooks. Don't require 'vc anymore.
13966 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
13967 file-directory-p instead of file-exists-p.
13968 (vc-cvs-create-snapshot): New function, replacing
13969 vc-cvs-assign-name.
13970 (vc-cvs-assign-name): Remove.
13971
13972 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13973
13974 * vc-cvs.el (vc-cvs-header): New var.
13975
13976 * vc-rcs.el (vc-rcs-exists): Remove.
13977 (vc-rcs-header): New var.
13978
13979 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
13980 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
13981 (vc-sccs-header): New var.
13982
13983 * vc.el (vc-do-command): Get rid of the `last' argument.
13984 (vc-header-alist): Remove, replaced by vc-X-header.
13985 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
13986 (vc-dired-hook): Use expand-file-name instead of concat.
13987 (vc-directory): Use file-name-as-directory.
13988 (vc-snapshot-precondition, vc-create-snapshot)
13989 (vc-retrieve-snapshot): Allow the command to operate on any
13990 directory.
13991
13992 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
13993 just removing the 'WORKFILE argument or by removing the 'MASTER
13994 argument and replacing `file' with (vc-name file).
13995
13996 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13997
13998 * vc.el: Update Copyright and add a crude list of backend funs.
13999 (vc-writable-p): New function.
14000 (with-vc-file): Use vc-writable-p.
14001 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14002 (vc-register): Avoid vc-name.
14003 (vc-locking-user): Remove.
14004 (vc-steal-lock): Make the `owner' arg non-optional.
14005 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14006 vc-checkout-model.
14007 (vc-default-dired-state-info): Use vc-state instead of
14008 vc-locking-user and return special strings for special states.
14009 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14010 and get rid of one of the special CVS cases.
14011 (vc-cancel-version): prettify error message with \\[...].
14012 (vc-rename-master): New function.
14013 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14014 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14015 the CVS special case generic.
14016 (vc-default-record-rename): Remove.
14017 (vc-file-tree-walk-internal): Only call FUNC for files that are
14018 under control of some VC backend and replace `concat' with
14019 expand-file-name.
14020 (vc-file-tree-walk): Update docstring.
14021 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14022 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14023
14024 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14025 vc-sccs-record-rename. Use `find-file-noselect' rather than
14026 `find-file' and call `vc-rename-master' to do the actual move.
14027 (vc-sccs-diff): Remove unused `backend' variable.
14028
14029 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14030 to delay loading of vc-sccs until it is really used.
14031 (vc-sccs-master-templates): Preload.
14032 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14033 (vc-sccs-project-dir): Remove (merged into
14034 vc-sccs-search-project-dir).
14035 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14036 rather than `concat', make sure it is preloaded and don't bother
14037 to check that the file actually exists.
14038 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14039 `locks' argument (use buffer's content instead) and eliminate n^2
14040 behavior.
14041
14042 * vc-rcs.el: Update Copyright.
14043 (vc-rcs-rename-file): New function.
14044 (vc-rcs-diff): Remove unused `backend' variable.
14045
14046 * vc-hooks.el: Update Copyright.
14047 (vc-backend): Don't accept a nil argument any more.
14048 (vc-up-to-date-p): Turn into a defsubst.
14049 (vc-possible-master): New function.
14050 (vc-check-master-templates): Use `vc-possible-master' and allow
14051 funs in vc-X-master-templates to return a non-existent file.
14052
14053 * vc-cvs.el: Update Copyright.
14054 (vc-cvs-diff): Remove unused `backend' variable.
14055 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14056
14057 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14058
14059 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14060
14061 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14062 since it can be called from vc-rcs.el.
14063 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14064
14065 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14066
14067 * vc.el (vc-version-diff): Expand file name read from the
14068 minibuffer. Handle the case when a previous version number can't
14069 be guessed. Give suitable messages when there were no differences
14070 found.
14071 (vc-clear-headers): Call backend-specific implementation, if one
14072 exists.
14073 (vc-cancel-version): Made error checks generic. When done, clear
14074 headers generically, too.
14075
14076 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14077 from vc-clear-headers in vc.el.
14078
14079 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14080 correctly.
14081 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14082 optional. Handle the case when it's not there.
14083
14084 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14085
14086 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14087
14088 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14089
14090 * vc-hooks.el (vc-loadup): Remove.
14091 (vc-find-backend-function): Use `require'. Also, handle the case
14092 where vc-BACKEND-hooks.el doesn't exist.
14093 (vc-call-backend): Cleanup.
14094
14095 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14096
14097 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14098 vc-rcs-grab-templates)
14099 (vc-rcs-registered): Remove. The default function works as well.
14100 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14101 vc-sccs-grab-templates)
14102 (vc-sccs-registered): Remove. The default function works as well.
14103
14104 * vc.el (vc-version-diff): Left out a vc- in call to
14105 vc-call-backend.
14106 (vc-default-dired-state-info, vc-default-record-rename)
14107 (vc-default-merge-news): Update for the new backend argument.
14108
14109 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14110 using the default function.
14111 (vc-call-backend): If calling the default function, pass it the
14112 backend as first argument. Update the docstring accordingly.
14113 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14114 for the new backend argument.
14115 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14116 (vc-find-backend-function): Use the new name.
14117 (vc-default-registered): New function.
14118
14119 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14120
14121 * vc.el (vc-merge): Use vc-find-backend-function.
14122
14123 * vc-hooks.el (vc-backend-functions): Remove.
14124 (vc-loadup): Don't setup 'vc-functions.
14125 (vc-find-backend-function): New function.
14126 (vc-call-backend): Use above fun and populate 'vc-functions
14127 lazily.
14128 (vc-backend-defines): Remove.
14129
14130 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14131
14132 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14133 Call vc-call-backend without the leading vc-.
14134 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14135 (vc-check-headers): Call vc-call-backend without the leading vc-.
14136 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14137 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14138 Call vc-call-backend without the leading vc-.
14139
14140 * vc-cvs.el (tail): Provide vc-cvs.
14141 * vc-sccs.el (tail): Provide vc-sccs.
14142 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14143
14144 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14145 (vc-make-backend-function, vc-call): Pass names without leading
14146 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14147 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14148 (vc-call-backend): Always try to load vc-X-hooks.
14149 (vc-registered): Remove vc- in call to vc-call-backend.
14150
14151 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14152
14153 * vc.el (vc-process-filter): New function.
14154 (vc-do-command): Setup `vc-process-filter' for the async process.
14155 (vc-maybe-resolve-conflicts): New function to reduce
14156 code-duplication. Additionally, it puts the buffer in
14157 `smerge-mode' if applicable.
14158 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14159 calling `merge-news'.
14160 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14161 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14162 interfacing to log-edit.el.
14163 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14164 log-edit is available.
14165 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14166
14167 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14168
14169 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14170 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14171 defvar and the initialization.
14172 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14173
14174 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14175 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14176
14177 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14178
14179 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14180
14181 * vc.el (vc-file-clear-masterprops): Removed.
14182 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14183 (vc-version-diff): Use buffer-size without argument.
14184 (vc-register): Heed vc-initial-comment.
14185
14186 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14187 default branch.
14188
14189 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14190 file name and workfile version.
14191 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14192
14193 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14194 vc-file-clear-masterprops.
14195
14196 * vc-sccs.el (vc-sccs-checkout): Removed call to
14197 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14198 rather than user login name.
14199
14200
14201 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14202
14203 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14204 `want-differences-if-changed' and simplify.
14205 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14206 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14207 output (which is invalid for async vc-diff) to decide whether to
14208 do the revert silently or not.
14209
14210 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14211
14212 * vc-hooks.el (vc-loadup): Load files quietly.
14213 (vc-call-backend): Oops, brain fart.
14214
14215 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14216
14217 * vc-cvs.el (vc-cvs-state): Typo.
14218 (vc-cvs-merge-news): Return the status code rather than the error msg.
14219
14220 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14221
14222 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14223 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14224 vc-state or vc-up-to-date-p.
14225 (vc-merge): Use vc-backend-defines to check whether merging is
14226 possible. Set state to 'edited after successful merge.
14227
14228 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14229 return that name. Redocumented.
14230
14231 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14232
14233 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14234 new `vc-state' semantics.
14235 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14236 'vc-locking-user to the current user.
14237 (vc-merge): Inline vc-backend-merge. Comment out code that I
14238 don't understand and hence can't adapt to the new `vc-state' and
14239 `vc-locking-user' semantics.
14240 (vc-backend-merge): Remove.
14241
14242 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14243 rather than 'vc-locking-user.
14244
14245 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14246
14247 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14248 (vc-state): Don't use 'reserved any more. Just use the same
14249 convention as the one used for vc-<backend>-state where the
14250 locking user (as a string) is returned.
14251 (vc-locking-user): Update, based on the above convention. The
14252 'vc-locking-user property has disappeared.
14253 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14254
14255 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14256 with a heuristic one.
14257 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14258 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14259 error. That allows us to get to 'needs-merge even in the
14260 stay-local case. There's still no way to detect 'needs-patch in
14261 such a setup (or to force an update for that matter).
14262 (vc-cvs-logentry-check): Remove, the default works as well.
14263
14264 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14265
14266 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14267
14268 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14269 major-mode in which the buffer might have been put earlier. Use
14270 `remove' and `when'. Allow `okstatus' to be `async' and use
14271 `start-process' in this case.
14272 (vc-version-diff): Handle the case where the diff looks empty
14273 because of the use of an async process.
14274
14275 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14276
14277 * vc.el (vc-next-action-on-file): Removed optional parameter
14278 `simple'. Recompute state unconditionally.
14279 (vc-default-toggle-read-only): Removed.
14280
14281 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14282 (vc-toggle-read-only): Undid prev change.
14283
14284 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14285 vc-cvs-simple-toggle. Redocumented.
14286 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14287 (vc-cvs-toggle-read-only): Removed.
14288
14289 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14290
14291 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14292 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14293 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14294 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14295 still is. So maybe it should be removed.
14296 (vc-head-version, vc-find-binary): Remove.
14297 (vc-recompute-state): Move from vc-hooks.el.
14298 (vc-next-action-on-file): Add a `simple' argument to allow
14299 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14300 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14301 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14302 (vc-dired-mode-map): Properly defvar it.
14303 (vc-print-log): Call log-view-mode if available.
14304 (small-temporary-file-directory): defvar instead of use boundp.
14305 (vc-merge-news): Moved to vc-cvs.el.
14306 (vc-default-merge-news): New function.
14307
14308 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14309 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14310 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14311 unknown `vc-latest-version' function. It should probably refer to
14312 vc-workfile-version or somesuch, but it's very unclear to me and I
14313 don't have SCCS to test things.
14314
14315 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14316 (vc-sccs-state-heuristic): Fix typo.
14317 (vc-sccs-workfile-unchanged-p): Add missing argument.
14318
14319 * vc-rcs.el: Require vc and vc-rcs-hooks.
14320 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14321 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14322 (vc-release-greater-or-equal-p): Move from vc.
14323 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14324 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14325 (vc-rcs-checkout): Add a missing `new-version' argument in the
14326 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14327
14328 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14329 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14330 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14331 than the apparently unbound `workfile-version'.
14332
14333 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14334 (vc-file-prop-obarray): Use `make-vector'.
14335 (vc-backend-functions): Add new hookable functions
14336 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14337 (vc-loadup): If neither backend nor default functions exist, use
14338 the backend function rather than nil.
14339 (vc-call-backend): If the function if not bound yet, try to load
14340 the non-hook file to see if it provides it.
14341 (vc-call): New macro plus use it wherever possible.
14342 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14343 nor `vc-find-binary' since it's only called from
14344 vc-mistrust-permission which is only used once the backend is known.
14345 (vc-checkout-model): Fix parenthesis.
14346 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14347
14348 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14349 (vc-cvs-release, vc-cvs-system-release): Remove.
14350 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14351 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14352 status symbols.
14353 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14354 (vc-cvs-toggle-read-only): First cut at a function to allow a
14355 cvs-status-free vc-toggle-read-only.
14356 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14357 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14358 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14359 (vc-cvs-checkout): Modify access rights directly if the user
14360 requested not to use `cvs edit'. And refresh the mode line.
14361
14362 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14363 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14364
14365 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14366
14367 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14368 workfile' that got lost when the code was extracted from vc.el.
14369 And merged the tail with the rest of the code (not possible in the
14370 old vc.el where the tail was shared among all backends). And
14371 explicitly set the state to 'edited if `writable' is set.
14372
14373 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14374 (vc-cvs-state): Be careful to return the value from
14375 vc-cvs-parse-state.
14376 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14377 property but return it instead. Also be careful to handle a nil
14378 or "" `rev' when workfile is non-nil (it was handled properly when
14379 workfile was nil).
14380
14381 * vc.el: Removed those pesky unnecessary `(function' quotes.
14382 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14383 directly in the defvar.
14384 (vc-do-command): Bind inhibit-read-only so as to properly handle
14385 the case where the destination buffer has been made read-only.
14386 (vc-diff): Delegate to vc-version-diff in all cases.
14387 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14388 (vc-annotate-mode-variables): Removed (code moved partly to
14389 defvars and partly to vc-annotate-add-menu).
14390 (vc-annotate-mode): Turned into a derived-mode.
14391 (vc-annotate-add-menu): Moved in code in
14392 vc-annotate-mode-variables.
14393 (vc-update-change-log): Use make-temp-file if available.
14394
14395 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14396
14397 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14398 `vc-checkout-model' updated to `vc-cvs-update-model'.
14399
14400 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14401
14402 * vc.el (vc-next-action-on-file): Added handling of state
14403 `unlocked-changes'.
14404 (vc-checkout-carefully): Is now practically obsolete, unless the
14405 above is too slow to be enabled unconditionally.
14406 (vc-update-change-log): Fixed typo.
14407
14408 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14409
14410 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14411 Now handles state `unlocked-changes'.
14412 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14413
14414 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14415
14416 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14417 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14418 `unlocked-changes'.
14419 (vc-rcs-workfile-unchanged-p): Renamed from
14420 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14421 function yet, but supposed to become one soon.
14422
14423 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14424 `vc-steal-lock'.
14425 (vc-call-backend): Changed error message.
14426 (vc-state): Added description of state `unlocked-changes'.
14427
14428 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14429
14430 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14431 always return t in CVS-controlled directories.
14432
14433 * vc.el (vc-responsible-backend): New function.
14434 (vc-register): Largely rewritten.
14435 (vc-admin): Removed (implementation moved into vc-register).
14436 (vc-checkin): Redocumented.
14437 (vc-finish-logentry): If no backend defined yet (because we are in
14438 the process of registering), use the responsible backend.
14439
14440 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14441 Updated function lists.
14442 (vc-call-backend): Fixed typo.
14443
14444 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14445 New functions.
14446 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14447 Removed query option. Redocumented.
14448
14449 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14450
14451 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14452
14453 * vc.el: Updated callers of `vc-checkout-required' to use
14454 `vc-checkout-model'.
14455
14456 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14457
14458 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14459 stuff updated to reference this function instead of the old
14460 `vc-backend-release-p'.
14461
14462 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14463
14464 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14465 vc-checkout-model. Return appropriate values. Updated callers.
14466
14467 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14468
14469 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14470 (vc-backend-revert): Function moved into `vc-revert';
14471 `vc-next-action' must be updated to accomodate this change.
14472 (vc-backend-steal): Function moved into `vc-finish-steal'.
14473 (vc-backend-logentry-check): Function moved into
14474 `vc-finish-logentry'.
14475 (vc-backend-printlog): Function moved into `vc-print-log'.
14476 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14477 (vc-backend-assign-name): Function moved into
14478 `vc-create-snapshot'.
14479
14480 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14481
14482 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14483 Rename to vc-checkout-model. Return appropriate values.
14484 Update callers.
14485
14486 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14487 to vc-checkout-model.
14488 (vc-checkout-required): Rename to vc-checkout-model.
14489 Re-implement and re-comment.
14490 (vc-after-save): Use vc-checkout-model.
14491
14492 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14493
14494 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14495 Update to use the vc-BACKEND-diff functions instead.
14496 `vc-diff' is now working.
14497
14498 * vc-rcs.el (vc-rcs-logentry-check): New function.
14499
14500 * vc-cvs.el (vc-cvs-logentry-check): New function.
14501
14502 * vc-sccs.el (vc-sccs-diff): Function changed name from
14503 `vc-backend-diff'. This makes `vc-diff' work.
14504
14505 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14506 of functions possibly implemented in a vc-BACKEND library.
14507 (vc-checkout-required): Fix bug that caused an error to be
14508 signaled during `vc-after-save'.
14509
14510 * vc.el: Fix typo.
14511 This checkin is made with our new VC code base for the very first time.
14512 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14513
14514 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14515 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14516
14517 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14518 updated to `vc-uses-locking'.
14519 (vc-checkout-required): Call to backend function.
14520 `vc-checkout-required' updated to `vc-uses-locking' instead.
14521
14522 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14523 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14524
14525 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14526 to match the split into various backends.
14527 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14528 (vc-retrieve-snapshot): Bug fix.
14529
14530 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14531
14532 * vc-sccs.el (vc-sccs-release): Doc fix.
14533
14534 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14535
14536 * vc.el (vc-next-action-on-file): Bug found and fixed.
14537 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14538 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14539
14540 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14541 (vc-rcs-checkout): Name space cleaned up. No more revision number
14542 crunching function names that are not prefixed with vc-rcs.
14543 (vc-rcs-checkout-model): Function added. References to
14544 `vc-checkout-model' replaced.
14545
14546 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14547
14548 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14549 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14550 still need to be split, and implemented for RCS).
14551
14552 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14553
14554 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14555
14556 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14557 required by the vc.el file.
14558
14559 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
14560 required by the vc.el file.
14561 (vc-rcs-exists): Function added.
14562
14563 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
14564 required by the vc.el file.
14565
14566 * vc.el (vc-admin): Updated to handle selection of appropriate
14567 backend. Current implementation is crufty and need re-thinking.
14568
14569 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
14570
14571 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14572
14573 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
14574 beginning of annotate buffers correctly.
14575
14576 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
14577 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
14578 functionality updated quite a lot to support multiple backends.
14579 Variables `vc-annotate-mode', `vc-annotate-buffers',
14580 `vc-annotate-backend' added.
14581
14582 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
14583 `vc-annotate-difference' added to supported backend functions.
14584
14585 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14586
14587 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
14588 Use with-temp-file instead of /bin/sh. Merged from mainline
14589
14590 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14591
14592 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
14593
14594 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
14595
14596 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
14597
14598 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14599
14600 * vc-hooks.el: vc-state-heuristic added to
14601 vc-backend-hook-functions.
14602
14603 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
14604
14605 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
14606
14607 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
14608 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
14609 state to `reserved'.
14610
14611 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
14612 `vc-checkout-required'. Rename the `locked' state to `reserved'.
14613
14614 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14615
14616 * vc-rcs-hooks.el: Implement new state model. Hardly anything
14617 untouched.
14618
14619 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
14620
14621 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
14622 if defined. (Merged from main line, slightly adapted.)
14623
14624 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
14625 millenium problem (merged from mainline).
14626
14627 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14628
14629 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
14630 part and moved the non-BACKEND stuff to vc.el.
14631
14632 * vc.el: Split the annotate feature into a BACKEND specific part
14633 and moved it from the vc-cvs.el file to this one.
14634
14635 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14636
14637 * vc-hooks.el: Implement new state model.
14638 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
14639 (vc-locking-user): Simplify. Now only needed if the file is
14640 locked by somebody else.
14641 (vc-lock-from-permissions): Remove. Functionality is in
14642 vc-sccs-hooks.el and vc-rcs-hooks.el now.
14643 (vc-mode-line-string): New name for former vc-status. Adapted.
14644 (vc-mode-line): Adapt to use the above. Remove optional parameter.
14645
14646 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
14647 Various simplifications and adaptations all over the place.
14648
14649 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
14650 Simplify and adapt the rest.
14651
14652 * vc.el (vc-resynch-window): Add TODO comment: check for
14653 interaction with view mode according to recent RCS change.
14654 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
14655
14656 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14657
14658 * vc.el: Convert the remaining function comments to docstrings.
14659
14660 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14661
14662 * vc.el (vc-backend-release, vc-release-greater-or-equal)
14663 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
14664 (vc-minor-part, vc-previous-version): Functions that operate and
14665 compare revision numbers got proper documentation. Comments added
14666 about their possible removal.
14667
14668 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14669
14670 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
14671 the vc-backend.el files.
14672
14673 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
14674
14675 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
14676 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
14677 (vc-rcs-previous-version): Functions added.
14678
14679 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
14680
14681 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
14682
14683 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14684
14685 * vc-hooks.el (vc-master-templates): Is really obsolete.
14686 Comment out the definition for now. What is the right procedure
14687 to get rid of it?
14688 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
14689 rewritten.
14690 (vc-default-registered): Remove.
14691 (vc-check-master-templates): New function; does mostly what the
14692 above did before.
14693 (vc-locking-user): Don't rely on the backend to set the property.
14694
14695 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
14696 Rewrite documentation.
14697 (vc-rcs-templates-grabbed): New variable.
14698 (vc-rcs-grab-templates): New function.
14699 (vc-rcs-registered): Rewrite to use above mechanism.
14700
14701 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
14702 Rewrite documentation.
14703 (vc-sccs-templates-grabbed): New variable.
14704 (vc-sccs-grab-templates): New function.
14705 (vc-sccs-registered): Rewrite to use above mechanism.
14706 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
14707 Don't throw the result, simply return it.
14708
14709 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
14710 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
14711 (vc-cvs-registered): Does the check itself now. Simplify.
14712
14713 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
14714 from main line.
14715
14716 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14717
14718 * vc-cvs.el (vc-cvs-diff): New function.
14719
14720 * vc-sccs.el (vc-sccs-diff): New function.
14721
14722 * vc-rcs.el (vc-rcs-diff): New function.
14723 (vc-rcs-checkout): Bug (typo) found and fixed.
14724 (vc-rcs-register-switches): New variable.
14725
14726 * vc.el (vc-backend-diff): Function removed and placed in the
14727 backend files.
14728
14729 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14730
14731 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
14732
14733 * vc.el (vc-backend-checkout): Function removed and replaced in
14734 the vc-backend.el files.
14735
14736 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
14737
14738 * vc.el (vc-backend-admin): Removed and replaced in the
14739 vc-backend.el files.
14740
14741 * vc.el (Martin): Removed all the annotate functionality since it
14742 is CVS backend specific.
14743
14744 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14745
14746 * spec.txt: Added specification of vc-state.
14747
14748 * vc-sccs-hooks.el (vc-sccs-master-properties):
14749 Remove handling of vc-latest-version and
14750 vc-your-latest-version. What used to be vc-latest-version, is now
14751 returned as vc-workfile-version.
14752 (vc-sccs-workfile-version): Adapt.
14753
14754 2000-09-04 Dave Love <fx@gnu.org>
14755
14756 * vc.el: [Merged from mainline.]
14757 (vc-dired-mode): Make the dired-move-to-filename-regexp
14758 regexp match the date, to avoid treating date as file size.
14759 Add YYYY S option to WESTERN/
14760
14761 2000-09-04 Dave Love <fx@gnu.org>
14762
14763 * vc.el: Require `compile' when compiling.
14764 (vc-logentry-check-hook): New option.
14765 (vc-steal-lock): Use compose-mail.
14766 (vc-dired-mode-map): Defvar when compiling.
14767 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
14768 vc-sccs.el and renamed. Callers changed.
14769 (vc-backend-checkout, vc-backend-logentry-check)
14770 (vc-backend-merge-news): Doc fix.
14771 (vc-default-logentry-check): New function.
14772 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
14773 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
14774 (vc-backend-merge): Doc fix. Use backend functions.
14775 (vc-check-headers): Use backend functions.
14776
14777 * vc-cvs.el: Require vc when compiling.
14778 (vc-cvs-register-switches): Doc fix.
14779 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
14780 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
14781 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
14782 New functions (code from vc.el).
14783 (vc-annotate-display-default): Fix interactive spec.
14784 (vc-annotate-time-span): Doc fix.
14785
14786 * vc-rcs.el: Require vc when compiling.
14787 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
14788 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
14789 (vc-rcs-checkin): New functions (code from vc.el).
14790 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
14791 Doc fix.
14792 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
14793
14794 * vc-sccs.el: Require vc when compiling.
14795 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
14796 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
14797 (vc-sccs-revert)
14798 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
14799 from vc.el).
14800 (vc-sccs-add-triple, vc-sccs-record-rename)
14801 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
14802 (vc-sccs-admin): Doc fix.
14803
14804 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14805
14806 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
14807 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
14808 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
14809 from vc.el.
14810
14811 * vc-sccs.el (vc-admin-sccs): Added from vc.el
14812
14813 * vc-cvs.el: Moved the annotate functionality from vc.el.
14814 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
14815
14816 2000-09-04 Dave Love <fx@gnu.org>
14817
14818 * vc.el (vc-backend-release): Call vc-system-release.
14819
14820 * vc-sccs.el (vc-sccs-system-release):
14821 Renamed from vc-sccs-backend-release.
14822
14823 * vc-rcs.el (vc-rcs-system-release):
14824 Renamed from vc-rcs-backend-release.
14825
14826 * vc-cvs.el (vc-cvs-system-release):
14827 Renamed from vc-cvs-backend-release.
14828
14829 2000-09-04 Dave Love <fx@gnu.org>
14830
14831 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
14832 backend files.
14833 (vc-backend-release): Dispatch to backend functions.
14834 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
14835 probably needs attention.]
14836
14837 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
14838 (vc-sccs-backend-release): New function.
14839
14840 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
14841 (vc-cvs-backend-release): New function.
14842
14843 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
14844 Doc fix.
14845 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
14846 (vc-default-dired-state-info): New function.
14847 (vc-dired-state-info): Dispatch to backends.
14848 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
14849
14850 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
14851 from vc.el and renamed.
14852
14853 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14854
14855 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
14856 (vc-version-other-window, vc-backend-assign-name): Removed
14857 references to vc-latest-version; sometimes changed into
14858 vc-workfile-version.
14859
14860 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
14861 vc-rcs-master-workfile-version.
14862 (vc-rcs-workfile-version): Use the above. Don't call
14863 vc-latest-version (that was unreachable code, anyway).
14864 (vc-rcs-fetch-master-properties): Doc fix.
14865
14866 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
14867 (vc-backend-hook-functions): Removed them from this list, too.
14868 (vc-fetch-properties): Removed.
14869 (vc-workfile-version): Doc fix.
14870
14871 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
14872 (vc-rcs-workfile-version, vc-rcs-locking-user)
14873 (vc-rcs-uses-locking): Use it.
14874
14875 * vc-hooks.el (vc-consult-rcs-headers):
14876 Moved into vc-rcs-hooks.el, under the name
14877 vc-rcs-consult-headers.
14878
14879 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
14880 headers.
14881 (vc-cvs-find-master): Use this name only; correct different
14882 versions of the name.
14883
14884 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
14885 New functions.
14886 (vc-sccs-locking-user): Use the latter.
14887
14888 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
14889 New functions.
14890
14891 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
14892 Moved into both
14893 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
14894 functions are implementation details of those two backends.
14895
14896 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14897
14898 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
14899 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
14900
14901 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
14902 (vc-sccs-parse-locks): SCCS-specific code moved here from
14903 vc-hooks.
14904
14905 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
14906 code moved here from vc-hooks.
14907
14908 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
14909 into back-end specific parts and removed. Callers not updated
14910 yet; because I guess these callers will disappear into back-end
14911 specific files anyway.
14912
14913 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14914
14915 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
14916 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
14917 `vc-uses-locking'.
14918
14919 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
14920 Store yes/no in the property, and return t/nil. Updated all
14921 callers.
14922
14923 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
14924 vc-sccs-uses-locking. Don't set property.
14925 (vc-sccs-locking-user): Don't set property.
14926
14927 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
14928 vc-cvs-uses-locking. Don't set property here; leave that to
14929 vc-hooks.
14930 (vc-cvs-locking-user): Reflect above change. Streamlined.
14931
14932 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
14933 vc-rcs-uses-locking.
14934 (vc-rcs-locking-user): Reflect above change.
14935
14936 2000-09-04 Dave Love <fx@gnu.org>
14937
14938 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
14939
14940 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
14941
14942 * vc-hooks.el (vc-checkout-model): Punt to backends.
14943
14944 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
14945
14946 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
14947
14948 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
14949 New functions.
14950
14951 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
14952 New functions.
14953
14954 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
14955 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
14956
14957 * vc-hooks.el (vc-default-locking-user): New function.
14958 (vc-locking-user, vc-workfile-version): Punt to backends.
14959
14960 2000-09-04 Dave Love <fx@gnu.org>
14961
14962 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
14963 (vc-master-workfile-version): Moved from vc-hooks.
14964
14965 * vc-rcs-hooks.el: Fix duplicate code in last change.
14966
14967 * vc-rcs-hooks.el: Require vc-hooks when compiling.
14968 (vc-rcs-master-templates): Improve :type.
14969 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
14970 vc-master-workfile-version): Moved from vc-hooks.
14971
14972 * vc-sccs-hooks.el: Require vc-hooks when compiling.
14973 (vc-sccs-master-templates): Improve :type.
14974 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
14975
14976 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
14977
14978 * vc-cvs-hooks.el: Require vc-hooks when compiling.
14979 (vc-cvs-master-templates): Improve :type. Use
14980 vc-cvs-find-cvs-master.
14981 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
14982 from vc-hooks.
14983 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
14984
14985 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
14986 Moved to vc-cvs-hooks.
14987
14988 * vc-hooks.el: Add doc strings in various places. Simplify the
14989 minor mode setup.
14990 (vc-handled-backends): New user variable.
14991 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
14992 simplification.
14993
14994 2000-09-04 Dave Love <fx@gnu.org>
14995
14996 * vc.el: Some doc fixes for autoloaded and interactive functions.
14997 Fix compilation warnings from ediff stuff.
14998 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
14999
15000 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15001
15002 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15003
15004 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15005
15006 2000-09-04 Dave Love <fx@gnu.org>
15007
15008 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15009 New variable.
15010 (vc-make-backend-function, vc-loadup, vc-call-backend)
15011 (vc-backend-defines): New functions.
15012
15013 * vc-hooks.el: Various doc fixes.
15014 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15015 (vc-match-substring): Function removed. Callers changed to use
15016 match-string.
15017 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15018 Simplify.
15019
15020 2000-09-04 Dave Love <fx@gnu.org>
15021
15022 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15023 type.
15024 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15025 (vc-sccs-registered): Doc fix.
15026
15027 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15028 (vc-cvs-registered): Doc fix.
15029
15030 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15031 (vc-rcs-registered): Doc fix.
15032
15033 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15034
15035 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15036
15037 * vc-hooks.el: vc-registered has been renamed
15038 vc-default-registered. Some functions have been moved to the
15039 backend specific files. they all support the
15040 vc-BACKEND-registered functions.
15041
15042 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15043
15044 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15045
15046 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15047
15048 2000-09-04 Dave Love <fx@gnu.org>
15049
15050 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15051 menu-bar-update-hook.
15052
15053 * help.el (help-manyarg-func-alist): Add
15054 find-operation-coding-system.
15055
15056 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15057
15058 * custom.el (custom-set-variables): Print message about errors in
15059 setting.
15060
15061 2000-09-03 Andrew Innes <andrewi@gnu.org>
15062
15063 * makefile.w32-in: Change to DOS line endings.
15064
15065 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15066
15067 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15068 minor-mode keymaps, if they don't have one.
15069
15070 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15071
15072 * eshell/esh-module.el (eval-when-compile): Don't lose if
15073 esh-module.el's file name is truncated to DOS 8+3 limits.
15074
15075 2000-09-01 John Wiegley <johnw@gnu.org>
15076
15077 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15078 predicate, which caused entries in the completion list to be
15079 doubled.
15080
15081 2000-08-30 John Wiegley <johnw@gnu.org>
15082
15083 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15084 sending to subprocesses. Also, hook pre-command-hook if
15085 `eshell-send-direct-to-subprocesses' is non-nil.
15086 (eshell-send-direct-to-subprocesses): New config variable. If t,
15087 subprocess input is send immediately.
15088 (eshell-toggle-direct-send): New function.
15089 (eshell-self-insert-command): New function.
15090 (eshell-intercept-commands): New function.
15091 (eshell-send-input): If direct subprocess sending is enabled,
15092 don't echo any input to the Eshell buffer. Let the subprocess
15093 handle that. This requires "stty echo" in bash, for example.
15094
15095 2000-08-28 John Wiegley <johnw@gnu.org>
15096
15097 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15098 completion function for Eshell's implementation of `unset'.
15099
15100 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15101
15102 * info.el (Info-directory-list): Doc fix.
15103
15104 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15105
15106 * filecache.el (file-cache-add-directory-using-find): Don't quote
15107 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15108
15109 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15110
15111 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15112 coding systems.
15113
15114 2000-08-30 Andrew Innes <andrewi@gnu.org>
15115
15116 * timer.el (run-with-idle-timer): Undo last change, so that timer
15117 is not activated immediately if Emacs is already idle. Some
15118 existing code relies on this behaviour.
15119
15120 2000-08-30 Miles Bader <miles@gnu.org>
15121
15122 * frame.el (set-frame-font): Do completion of font-name for
15123 interactive use.
15124
15125 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15126
15127 * international/quail.el (quail-start-translation): Bind locally
15128 last-command-event, last-command, and this-command.
15129 (quail-start-conversion): Likewise.
15130 (quail-self-insert-command): Fix docstring.
15131
15132 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15133
15134 * progmodes/executable.el
15135 (executable-make-buffer-file-executable-if-script-p): Check that
15136 buffer contains at least 2 characters.
15137
15138 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15139
15140 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15141
15142 2000-08-29 Dave Love <fx@gnu.org>
15143
15144 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15145 (diff-mode-shared-map): Bind mouse-2.
15146 (diff-imenu-generic-expression): New variable.
15147 (diff-mode): Use it.
15148
15149 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15150 (mouse-popup-menubar): Add minor mode menus.
15151 (popup-menu): Check for lookup-key returning number.
15152
15153 2000-08-29 Miles Bader <miles@gnu.org>
15154
15155 * comint.el (comint-send-input): Create overlays using the proper
15156 front/read-advance arguments.
15157
15158 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15159
15160 * ps-print.el: Even/odd pages printing. Doc fix.
15161 (ps-print-version): New version number (6.0).
15162 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15163 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15164 (ps-print-duplex-feature): Variable eliminated.
15165 (ps-even-or-odd-pages): New variable.
15166
15167 * progmodes/ebnf2ps.el: Doc fix.
15168 (ebnf-version): New version (3.3).
15169 (ebnf-user-arrow): Change variable customization to sexp.
15170 (ebnf-user-arrow): Function eliminated.
15171 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15172
15173 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15174
15175 * help.el (help-xref-mule-regexp): New variable.
15176 (help-make-xrefs): Handle help-xref-mule-regexp.
15177
15178 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15179 variable.
15180 (describe-input-method): Temporarily activate the specfied input
15181 method to display the information.
15182 (describe-language-environment): Hyperlinks to mule related items.
15183
15184 * international/mule-diag.el (charset-multibyte-form-string): New
15185 function.
15186 (list-character-sets-1): Use charset-multibyte-form-string.
15187 (describe-character-set): New function.
15188 (describe-coding-system): Hyperlinks to safe character sets.
15189
15190 * international/quail.el (quail-help): New arg PACKAGE.
15191 Hyperlinks to mule related items.
15192 (quail-help-insert-keymap-description): Use
15193 substitute-command-keys instead of describe-bindings.
15194 (quail-translation-help): Hyperlinks to mule related items.
15195
15196 2000-08-28 John Wiegley <johnw@gnu.org>
15197
15198 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15199 have a defsubst call itself. Made `eshell-flatten-list' back into
15200 a function again.
15201
15202 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15203 catch, in case re-centering point at bottom messes up the display.
15204 This happens frequently in Emacs 21, due I believe to variable
15205 line heights.
15206
15207 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15208 to call `find-tag-interactive'.
15209
15210 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15211 the list of remember directories.
15212
15213 2000-08-28 John Wiegley <johnw@gnu.org>
15214
15215 * align.el: Test align-region-separate to see if it's a symbol.
15216
15217 2000-08-28 John Wiegley <johnw@gnu.org>
15218
15219 * eshell/esh-util.el (eshell-flatten-list): Made this function
15220 into a defsubst form. It gets used very frequently, although
15221 calls don't occur all that often.
15222
15223 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15224 examining it.
15225
15226 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15227 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15228 `eshell-protect'.
15229 (eshell-copy-handles): Created a new macro for duplicating the
15230 current set of open handles. This is needed by the looping
15231 functions.
15232 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15233 is not incorrectly stomped on.
15234
15235 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15236 declaration for pcomplete-use-paring.
15237 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15238 value of eshell-cmpl-use-paring.
15239 * pcomplete.el (pcomplete-use-paring): New config variable, to
15240 indicate whether paring should be used.
15241 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15242 completion alternatives that have already been used.
15243
15244 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15245 bound to C-c C-y, which will repeat the previous N arguments
15246 (based on prefix argument).
15247 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15248
15249 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15250 if there is no *Help* buffer. This is for XEmacs, which renames
15251 its help buffers uniquely. TODO: Find out what the current buffer
15252 name to delete is.
15253
15254 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15255 first entry that correlates to a passwd/group number. Later
15256 entries (used for group/user name aliasing to multiple IDs) are
15257 ignored.
15258
15259 * eshell/em-xtra.el (eshell/expr):
15260 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15261 (eshell-grep, eshell/diff, eshell/locate):
15262 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15263 argument list, before passing it to the system command.
15264
15265 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15266 `find-tag' for use at final position in Eshell buffers (which
15267 otherwise triggers an error on Emacs 21).
15268 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15269 buffer, if it is currently bound to `find-tag'.
15270
15271 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15272 in the list of matched Makefile names.
15273 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15274 directory, prefer its contents to Makefile.
15275
15276 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15277 directory parts (like "cd old new", or "cd =regexp"), are now case
15278 sensitive on non-Windows/DOS platforms.
15279
15280 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15281 types RET after an open delimiter (like "), display a message
15282 indicating that Eshell is waiting for the closing delimiter.
15283
15284 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15285 environment variables.
15286
15287 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15288 gracefully if the user enters incorrect arguments.
15289
15290 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15291 Eshell buffers.
15292
15293 * eshell/esh-var.el (eshell-interpolate-variable):
15294 * eshell/esh-mode.el (eshell-move-argument):
15295 * eshell/em-unix.el (eshell-du-sum-directory):
15296 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15297 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15298 (not (= ...)).
15299
15300 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15301 to ensure the `preserve' flag gets propagated when doing recursive
15302 directory copies.
15303
15304 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15305
15306 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15307 Don't convert \n into \0177 in memory.
15308 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15309 and back again, when reading and writing.
15310
15311 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15312
15313 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15314 testing of `fboundp' on `processp'.
15315
15316 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15317 (eshell/jobs): Don't call process-list if it is not bound.
15318 (eshell-gather-process-output): Support systems where async
15319 subprocesses aren't supported.
15320 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15321 variables.
15322
15323 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15324 eshell-do-eval returns t.
15325 (eshell-do-pipelines-synchronously): New defmacro.
15326 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15327 when async subprocesses aren't supported.
15328 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15329 if async subprocesses aren't supported.
15330 (eshell-resume-command): Don't assume STATUS is a string.
15331
15332 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15333
15334 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15335 (eshell-close-target, eshell-get-target): Use eshell-processp.
15336 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15337 fix.
15338 (eshell-get-target, eshell-create-handles): Doc fix.
15339
15340 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15341
15342 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15343 criterion to include commands that output something, as long as it
15344 leaves both the command and the end-of-buffer visible when the
15345 command has exited.
15346 (eshell-review-quick-commands): Adjust the help doc string
15347 accordingly.
15348
15349 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15350
15351 * locate.el (locate): Cleaned up locate command's interactive prompting
15352 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15353
15354 * filecache.el (file-cache-case-fold-search): New variable
15355 (file-cache-assoc-function): New variable
15356 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15357 Use file-cache-case-fold-search variable
15358 (file-cache-add-file): Use file-cache-assoc-function
15359 (file-cache-delete-file): likewise
15360 (file-cache-directory-name): likewise
15361 (file-cache-debug-read-from-minibuffer): likewise
15362
15363 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15364
15365 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15366 (abbrev-table-name): New function.
15367 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15368 If non-nil list local abbrev, only.
15369
15370 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15371
15372 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15373 from Gnus support code, and use special article copy buffer
15374 `(gnus-original-article-buffer)' instead. This allows to get rid
15375 of article-hide-headers usage (which breaks in the latest Gnus
15376 version). Thanks to Detlev Zundel.
15377
15378 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15379
15380 * international/quail.el (quail-use-package): Hide "... loaded"
15381 message.
15382 (quail-start-translation, quail-start-conversion): Likewise.
15383
15384 * international/kkc.el (kkc-region): Hide "... loaded" message.
15385
15386 2000-08-27 Dave Love <fx@gnu.org>
15387
15388 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15389
15390 2000-08-27 Miles Bader <miles@gnu.org>
15391
15392 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15393
15394 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15395
15396 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15397 'ja-dic-cnv), not (require 'skkdic-cnv).
15398
15399 2000-08-26 Miles Bader <miles@gnu.org>
15400
15401 * faces.el (face-x-resources): Add entry for :inherit.
15402 * cus-face.el (custom-face-attributes): Add support for :inherit
15403 attribute. Add support for relative face heights.
15404 (custom-face-attributes-get): Treat `nil' as being a default value
15405 for :inherit (as well as `unspecified').
15406
15407 * faces.el (set-face-attribute): Update doc string.
15408 (face-attribute-name-alist): Add :inherit.
15409 (face-valid-attribute-values): Handle :inherit.
15410 (face-read-string): Rephrase prompt to be less confusing.
15411 Assume that DEFAULT is a string, since we must return a string.
15412 (face-read-integer): Use `format' to turn DEFAULT into an
15413 acceptable default for face-read-string. Match NEW-VALUE against
15414 the string "unspecified", not the symbol `unspecified', since
15415 that's what face-read-string returns.
15416 (read-face-attribute): Lookup a name for old-value in valid, and
15417 use it as a default if we find one. Treat all values from
15418 face-read-string as strings. If the default is used, don't do any
15419 more processing on the value, just use the old value directly.
15420 (read-face-and-attribute, modify-face): Tweak prompt.
15421 (read-face-name): Don't assume prompt ends with a space.
15422
15423 * faces.el (describe-face): Add support for :inherit attribute.
15424
15425 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15426
15427 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15428 concat doesn't accept interger.
15429
15430 * international/kkc.el: Remove SKK from Keywords. Require
15431 ja-dic-utl instead of skkdic-utl.
15432
15433 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15434 Provide ja-dic-cnv instead of skkdic-cnv.
15435 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15436 (iso-2022-7bit-short): Add safe-charsets property.
15437 (skkdic-convert-postfix): Search Japanese chou-on character in
15438 addition to Hiragana character.
15439 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15440 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15441 (batch-skkdic-convert): Likewise.
15442
15443 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15444 Provide ja-dic-utl instead of skkdic-utl.
15445 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15446
15447 2000-08-24 Dave Love <fx@gnu.org>
15448
15449 * disp-table.el (standard-display-default): Make the test of `l'
15450 useful.
15451
15452 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15453 mod sample text.
15454
15455 * international/iso-ascii.el: Make pilcrow convenient string
15456 consistent with section.
15457 (iso-ascii-display): Set up multibyte characters as well as
15458 unibyte.
15459
15460 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15461
15462 * international/mule-cmds.el (reset-language-environment): Set
15463 default-process-coding-system to '(undecided . iso-latin-1), which
15464 makes process I/O almost consistent with file I/O. Call this
15465 function when mule-cmds.el[c] is loaded.
15466
15467 2000-08-22 Andrew Innes <andrewi@gnu.org>
15468
15469 * makefile.w32-in: New file.
15470
15471 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15472
15473 * comint.el (comint-output-filter): Compare end of
15474 comint-last-output-overlay with the start of the newly inserted
15475 text, not the end, when deciding whether to extend it.
15476 Set saved-point's insertion type to advance after insertion.
15477
15478 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15479 since this is now done independently of font-lock mode.
15480
15481 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15482
15483 * server.el (server-kill-new-buffers): New user option.
15484 (server-existing-buffer): New buffer-local variable.
15485 (server-visit-files): When using an existing buffer, set
15486 server-existing-buffer to t.
15487 (server-buffer-done): If server-kill-new-buffers is t, kill the
15488 buffer, unless it was already present before visiting it with
15489 Emacs server.
15490
15491 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15492
15493 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15494 even if the display doesn't support colors: some displays will
15495 support bold/underline faces.
15496
15497 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15498
15499 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15500
15501 * startup.el (command-line): If user's init file had an error,
15502 add explanatory text to *Messages*.
15503
15504 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15505
15506 * man.el (Man-getpage-in-background): Decode the process output by
15507 the system locale coding system.
15508
15509 2000-08-20 Dave Love <fx@gnu.org>
15510
15511 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15512 Don't test x-popup-menu.
15513 (function) <complete-function>: Complete only fbound symbols.
15514 <validate, value>: New.
15515 (variable) <complete-function>: Complete only bound symbols.
15516 (coding-system): Add :base-only, :complete-function, :validate,
15517 :value, :prompt-match.
15518 (widget-coding-system-prompt-value): Use read-coding-system and
15519 act on :base-only.
15520 (editable-field): Add :help-echo.
15521 (widget-push-button-gui, widget-push-button-cache)
15522 (widget-gui-action, widget-editable-list-gui): COmment out, along
15523 with uses.
15524 (widget-at): Make arg optional.
15525 (widget-echo-help): Adjust for current help-echo calling sequence.
15526 (widget-specify-field, widget-specify-button)
15527 (widget-specify-insert, widget-get-sibling, widget-image-find)
15528 (widget-convert, widget-insert, widget-leave-text)
15529 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15530 (widget-setup, widget-field-find, widget-before-change)
15531 (widget-after-change, widget-default-complete)
15532 (widget-default-create, widget-default-delete)
15533 (widget-push-button-value-create, editable-field)
15534 (widget-field-prompt-value, widget-field-validate)
15535 (widget-choice-value-create, widget-choice-action)
15536 (widget-choice-validate, widget-checklist-add-item)
15537 (widget-radio-add-item, widget-radio-chosen)
15538 (widget-radio-value-inline, widget-editable-list-value-create)
15539 (widget-editable-list-entry-create)
15540 (widget-documentation-link-add)
15541 (widget-documentation-string-value-create)
15542 (widget-regexp-validate, widget-file-complete)
15543 (widget-sexp-validate, widget-plist-convert-widget)
15544 (widget-plist-convert-widget, widget-alist-convert-widget)
15545 (widget-alist-convert-widget, widget-color-complete): Simplify,
15546 particularly to avoid bindings which aren't optimized out.
15547
15548 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15549 Doc fix.
15550 (down-list, backward-up-list, up-list, kill-sexp)
15551 (backward-kill-sexp, mark-sexp): Make arg optional.
15552 (lisp-complete-symbol): Add optional arg PREDICATE.
15553
15554 * cus-start.el: Add display-buffer-reuse-frames,
15555 file-coding-system-alist.
15556
15557 2000-08-20 Gerd Moellmann <gerd@gnu.org>
15558
15559 * startup.el (command-line): Clear realized faces after
15560 modifying TTY color mappings.
15561
15562 2000-08-20 Miles Bader <miles@gnu.org>
15563
15564 * faces.el (face-attr-match-p): Don't return true if ATTRS are
15565 merely a subset of FACE's attributes.
15566
15567 2000-08-19 Miles Bader <miles@gnu.org>
15568
15569 * comint.el (comint-output-filter): Save the point with a marker,
15570 not just a buffer position.
15571
15572 * international/mule.el (set-buffer-process-coding-system): Make
15573 interactive prompt less confusing.
15574
15575 2000-08-19 Gerd Moellmann <gerd@gnu.org>
15576
15577 * hilit-chg.el: General cleanup of doc strings, comments and
15578 code formatting.
15579
15580 2000-08-19 Miles Bader <miles@gnu.org>
15581
15582 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
15583 Compiler macro removed; beginning-of-line is no longer always
15584 equivalent to forward-line, in the presence of fields.
15585
15586 * comint.el (comint-output-filter): Remove ad-hoc saving of
15587 restriction, and just use save-restriction, now that it works
15588 correctly. Don't adjust comint-last-input-start to account for
15589 our insertion; it shouldn't have moved because we don't use
15590 insert-before-markers anymore. Comment out call to
15591 `force-mode-line-update'; why is it here?
15592
15593 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
15594 while checking for prompt to delete. Use `forward-line 0'
15595 instead of beginning-of-line.
15596 (gud-filter): Temporarily widen gud comint buffer while
15597 examining output.
15598
15599 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
15600
15601 * progmodes/sh-script.el: Big bag of typos.
15602
15603 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
15604 check since ispell-process is not bound when ispell is not yet loaded.
15605
15606 2000-08-18 Dave Love <fx@gnu.org>
15607
15608 * image.el (find-image): Copy `spec' before using plist-put.
15609
15610 2000-08-18 Gerd Moellmann <gerd@gnu.org>
15611
15612 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
15613 `portugues'.
15614
15615 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
15616 backward-kill-sexp, analogous to kill-sexp.
15617
15618 * progmodes/icon.el (icon-indent-line)
15619 (icon-is-continuation-line): Handle comments specially.
15620
15621 2000-08-17 Ken Stevens <k.stevens@ieee.org>
15622
15623 * ispell.el: Set to standard author/maintainer/keyword fields.
15624 Fine tuning to menu map appearance and operation, and added help.
15625 Remove `start' and `end' error messages when compiling.
15626 (ispell-choices-win-default-height): Fixed comment string.
15627 (ispell-dictionary-alist-1): Fixed regexp in castellano and
15628 castellano8 dictionaries.
15629 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
15630 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
15631 dictionary, added italiano dictionary.
15632 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
15633 word character
15634 (ispell-tex-skip-alists): Added psfig support.
15635 (ispell-skip-html): Renamed from ispell-skip-sgml.
15636 (ispell-begin-skip-region-regexp, ispell-skip-region)
15637 (ispell-minor-check): Improved html skipping support to skip across
15638 code, and recognize `&' commands without propper `;' syntax;
15639 (ispell-process-line): Fix alignment error when manually
15640 correcting spelling.
15641 (ispell): Fix comment string.
15642 (ispell-add-per-file-word-list): Always put word list on new line.
15643
15644 2000-08-17 Gerd Moellmann <gerd@gnu.org>
15645
15646 * format.el (format-encode-run-method): Fix error message to say
15647 `encode' instead of `decode'. Use save-window-excursion around
15648 shell-command-on-region as in format-decode-run-method because
15649 shell-command-on-region can display a buffer with error output.
15650 (format-decode): Don't record undo information for the decoding.
15651 (format-annotate-function): Add parameter FORMAT-COUNT. Make
15652 that number part of the temporary buffer name so that more than
15653 one decoding using a temporary buffer can happen safely.
15654
15655 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
15656 of `A-z' in the regexp.
15657
15658 * hilit-chg.el: Fix typos in commentary.
15659
15660 * help.el (view-emacs-news): Rewritten for new naming scheme
15661 for old NEWS files.
15662
15663 * startup.el (command-line): Pop to *Messages* in case an error
15664 is signaled while loading user-init-file.
15665
15666 2000-08-17 Andreas Schwab <schwab@suse.de>
15667
15668 * files.el (insert-directory): Don't lose original file name,
15669 undoing an undocumented change.
15670
15671 2000-08-17 Alex Schroeder <alex@gnu.org>
15672
15673 * sql.el (sql-magic-go): Use comint-bol.
15674 (sql-copy-column): Use comint-line-beginning-position.
15675 (comint-line-beginning-position): Define a replacement for
15676 comint-line-beginning-position if it is not fboundp.
15677
15678 2000-08-17 Alex Schroeder <alex@gnu.org>
15679
15680 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
15681 it didn't have any effect anyway.
15682
15683 2000-08-17 Alex Schroeder <alex@gnu.org>
15684
15685 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
15686 --pset and pager=off instead of sending \\o|cat at the beginning
15687 of the session.
15688
15689 2000-08-17 Miles Bader <miles@gnu.org>
15690
15691 * progmodes/octave-inf.el: Add compatibility definition of
15692 comint-line-beginning-position.
15693
15694 2000-08-17 Kenichi Handa <handa@etl.go.jp>
15695
15696 * startup.el (normal-top-level): Look in each dir in load-path for
15697 a leim-list.el file too. This assures of loading leim-list.el
15698 that is created at Emacs installation time even if a user have his
15699 own leim-list.el.
15700
15701 2000-08-17 Miles Bader <miles@gnu.org>
15702
15703 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
15704 foreground color to black if the background is dark.
15705
15706 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
15707
15708 * loadhist.el (unload-feature): Typo.
15709
15710 * finder.el (finder-compile-keywords):
15711 * cus-dep.el (custom-make-dependencies): Add local-variable settings
15712 to the generated file.
15713
15714 * mail/mh-e.el (mh-make-local-vars):
15715 Replace make-variable-buffer-local with make-local-variable.
15716
15717 * play/landmark.el:
15718 * options.el (Edit-options-{set,toggle,t,nil}):
15719 * mail/mailabbrev.el (mail-abbrevs-mode):
15720 * textmodes/tex-mode.el (tex-expand-files):
15721 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
15722
15723 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
15724
15725 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
15726 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
15727 Allow going past the last element.
15728 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
15729 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
15730 (cvs-mouse-toggle-mark): Don't move point.
15731 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
15732
15733 * progmodes/compile.el (grep): Provide a default set of files.
15734 (next-error): Docstring fix.
15735 (compilation-find-file): Avoid find-file (fails in a dedicated window).
15736
15737 * emacs-lisp/easy-mmode.el (define-minor-mode):
15738 Use `symbol-value' to keep the byte-compiler quiet.
15739
15740 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
15741 (diff-find-source-location): New fun, extracted from diff-goto-source.
15742 (diff-goto-source): Use it.
15743 (diff-next-complex-hunk, diff-filter-lines): New function.
15744 (diff-apply-hunk): New command.
15745
15746 * smerge-mode.el (smerge-mode-menu): Doc fix.
15747
15748 * msb.el (msb-mode): Define it in terms of define-minor-mode.
15749
15750 2000-08-16 Dave Love <fx@gnu.org>
15751
15752 * windmove.el (windmove) <defgroup>: Add :version.
15753
15754 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
15755 (goto-address-fontify-p, goto-address-highlight-p)
15756 (goto-address-url-face, goto-address-url-mouse-face)
15757 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
15758 (goto-address-url-regexp): Use thing-at-point-url-regexp.
15759 (goto-address-fontify, goto-address-at-mouse): Simplify,
15760 (goto-address-at-point): browse-url-url-at-point,
15761 goto-address-find-address-at-point can return nil.
15762 (goto-address-find-address-at-point): Return nil on failure.
15763
15764 * align.el (align) <defgroup>: Add :version.
15765
15766 * calculator.el (calculator): Add :version.
15767 (calculator): Use two lines for calculator window if `modeline'
15768 face is boxed.
15769
15770 * play/5x5.el: Doc fixes.
15771 (5x5) <defgroup>: Add :version.
15772
15773 * play/fortune.el (fortune) <defgroup>: Add :version.
15774 (fortune-append): Fix error message.
15775 (fortune-from-region): Doc fix.
15776
15777 * play/pong.el (pong): Doc fix.
15778
15779 * play/morse.el: Keywords, commentary, autoloads.
15780
15781 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
15782
15783 * desktop.el (desktop-save): Don't look at symbol-value of a
15784 member of minor-mode-alist, unless it is boundp.
15785
15786 2000-08-16 Sam Steingold <sds@gnu.org>
15787
15788 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
15789 `while'; use `with-current-buffer' instead of `save-excursion'.
15790 Removed unnecessary kludges now that "*Buffer List*" is excluded.
15791
15792 2000-08-16 Kenichi Handa <handa@etl.go.jp>
15793
15794 * international/ccl.el (declare-ccl-program): Docstring modified.
15795 (ccl-execute-with-args): Likewise.
15796
15797 2000-08-16 Miles Bader <miles@gnu.org>
15798
15799 * progmodes/sql.el: Add compatibility definition of
15800 comint-line-beginning-position.
15801
15802 2000-08-15 Gerd Moellmann <gerd@gnu.org>
15803
15804 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
15805 'buffer-menu' property.
15806 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
15807 fails.
15808 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
15809 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
15810 wasn't killed.
15811
15812 * buff-menu.el (list-buffers-noselect): Don't display the
15813 *Buffer List* buffer.
15814
15815 * font-lock.el: Require jit-lock to prevent a very late
15816 `Loading jit-lock' message.
15817
15818 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
15819 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
15820 mail address.
15821
15822 2000-08-15 Miles Bader <miles@gnu.org>
15823
15824 * textmodes/ispell.el (ispell-graphic-p): New constant.
15825 (ispell-choices-win-default-height, ispell-help): Use
15826 `ispell-graphic-p' instead of `xemacsp'.
15827
15828 2000-08-15 Dave Love <fx@gnu.org>
15829
15830 * simple.el: Autoload widget-convert when compiling.
15831 (mail-user-agent): Doc fix.
15832
15833 * help.el (function-called-at-point, variable-at-point): Use
15834 with-syntax-table.
15835 (help-manyarg-func-alist): Add insert-and-inherit.
15836
15837 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
15838
15839 * delsel.el (delsel-unload-hook): New function.
15840
15841 * find-file.el: Doc fixes. Move provide to end.
15842 (ff) <defgroup>: Add :link.
15843 (ff-goto-click): Deleted.
15844 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
15845 Use mouse-set-point.
15846
15847 * textmodes/tildify.el: Doc fixes.
15848 (tildify) <defgroup>: Add:version.
15849
15850 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
15851 (glasses-custom-set): Use set-default, not set.
15852 (minor-mode-alist): Propertize the lighter.
15853 (glasses-mode): Provide optional arg.
15854
15855 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
15856 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
15857 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
15858 option. Provide :type.
15859 (cwarn-configuration): Provide :type.
15860 (cwarn-mode): Doc fix.
15861
15862 * add-log.el (change-log-merge): Doc fix.
15863 (change-log-redate): New command.
15864
15865 * net/browse-url.el (browse-url-filename-alist): Add a clause for
15866 Doze and Dog.
15867 (browse-url): Use dolist, not mapcar.
15868 (browse-url-at-point): Check for null url.
15869 (browse-url-event-buffer, browse-url-event-point): Functions
15870 deleted.
15871 (browse-url-at-mouse, browse-url-netscape): Simplify.
15872
15873 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
15874 modes.
15875 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
15876 Fix previous change to mapcan.
15877 (msb--init-file-alist, msb--add-separators)
15878 (msb--make-keymap-menu): Simplify.
15879 (msb--choose-file-menu): Use copy-sequence.
15880 (msb-mode-map): Add title to keymap.
15881 (msb-unload-hook): New function.
15882
15883 * bs.el: Fix indentation.
15884 (bs) <defgroup>: Add :links.
15885 (bs-show): Doc fix.
15886 (bs-apply-sort-faces): Don't use window-system.
15887 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
15888
15889 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
15890
15891 * calendar/timeclock.el (timeclock-file): Run .timelog through
15892 convert-standard-filename.
15893
15894 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15895
15896 * emacs-lisp/authors.el: New file.
15897
15898 * paren.el (show-paren-priority): New user option.
15899 (show-paren-function): Set overlay priorities to
15900 show-paren-priority.
15901
15902 2000-08-14 Miles Bader <miles@gnu.org>
15903
15904 * comint.el (comint-bol): Use `forward-line 0' instead of calling
15905 beginning-of-line with inhibit-field-text-motion bound.
15906
15907 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15908
15909 * calendar/timeclock.el: New file.
15910
15911 2000-08-14 David Ponce <david@dponce.com>
15912
15913 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
15914 `widget-button-click'. so that one can use left mouse button to
15915 click on dialog buttons.
15916
15917 2000-08-14 Emmanuel Briot <briot@gnat.com>
15918
15919 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
15920 identifiers, since XML is case sensitive
15921
15922 2000-08-12 Miles Bader <miles@gnu.org>
15923
15924 * comint.el (comint-output-filter): Don't bother frobbing
15925 window-start, it doesn't seem to be necessary.
15926
15927 * comint.el (comint-send-string, comint-send-region): Make into
15928 real functions. Snapshot the prompt before sending.
15929
15930 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15931
15932 * info.el (Info-find-emacs-command-nodes): Rewrite to use
15933 technique similar to Info-index, instead of relying on specific
15934 names of relevant Index nodes.
15935 (Info-goto-emacs-command-node): Bind Info-history to nil when
15936 going to the first node found by Info-find-emacs-command-nodes.
15937
15938 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15939
15940 * menu-bar.el (menu-bar-help-menu): Add a :help string.
15941
15942 2000-08-10 Miles Bader <miles@gnu.org>
15943
15944 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
15945
15946 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15947
15948 * info.el (Info-file-list-for-emacs): More elements for the
15949 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
15950 and woman manuals.
15951
15952 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
15953
15954 * comint.el (comint-send-input): Make the newline boundary overlay
15955 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
15956 (comint-output-filter): Use `insert' instead of
15957 `insert-before-markers'. Extend comint-last-output-overlay when
15958 necessary since we can't rely on insert-before-markers to do it.
15959 * gud.el (gud-filter): Use `with-current-buffer' instead of
15960 save-excursion when inserting the output, so that point gets
15961 updated correctly; the old method relied on a rather dodgy
15962 side-effect of comint-output-filter to avoid the effect of
15963 save-excursion.
15964
15965 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15966
15967 * files.el (recover-file): Call insert-directory instead of
15968 invoking `ls' directly.
15969
15970 2000-08-10 Miles Bader <miles@gnu.org>
15971
15972 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
15973 (comint-last-prompt-overlay): New variables.
15974 (comint-output-filter): Implement prompt highlighting.
15975 (comint-snapshot-last-prompt): New function.
15976 (comint-send-input): Snapshot the last prompt.
15977 Use comint-highlight-input-face.
15978 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
15979 Use defface instead of defcustom.
15980 (send-invisible, comint-send-eof): Snapshot the last prompt.
15981 (comint-delchar-or-maybe-eof): Use comint-send-eof.
15982 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
15983
15984 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
15985
15986 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
15987 (regexp-opt-group): Use a list of chars for `letters'.
15988 (regexp-opt-charset): `chars' is now a list of chars.
15989 Use a char-table rather than a vector so it works for multibyte chars.
15990
15991 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
15992 Set cvs-minor-current-files to the selected fileinfo.
15993 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
15994 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
15995
15996 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
15997
15998 * files.el (insert-directory): Don't call access-file on
15999 directories on DOS and Windows.
16000
16001 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16002
16003 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16004 longer if necessary.
16005 (ccl-embed-code): Call ccl-embed-data to store CODE in
16006 ccl-program-vector.
16007
16008 2000-08-09 Miles Bader <miles@gnu.org>
16009
16010 * comint.el (comint-output-filter): Properly handle the case where
16011 the text surrounded by comint-last-output-overlay was deleted.
16012
16013 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16014
16015 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16016 non-nil.
16017 (Info-file-list-for-emacs): Remove "info" from the list because
16018 that leads to trying to use the documentation from file `info'
16019 in various situations where it isn't appropriate, for instance
16020 C-h C-k C-h i.
16021
16022 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16023 DIR and/or STRING are nil.
16024
16025 * progmodes/compile.el (compilation-setup): Make variable
16026 compilation-error-screen-columns buffer-local, as some comment
16027 in the code suggests it should be.
16028
16029 * files.el (auto-mode-interpreter-regexp): New variable.
16030 (set-auto-mode): Use it.
16031
16032 * indent.el (indent-for-tab-command): Doc fix.
16033
16034 * mouse-sel.el (mouse-sel-mode): Doc fix.
16035
16036 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16037 labels.
16038
16039 * help.el (print-help-return-message): When
16040 display-buffer-reuse-frames is set, let the help window been quit,
16041 instead of deleting it, which might delete a reused frame.
16042
16043 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16044
16045 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16046 rename a directory to a name that differs only by its letter case.
16047
16048 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16049
16050 * international/quail.el (quail-define-rules): Handle Quail decode
16051 map correctly. Add code for supporting annotations.
16052 (quail-install-decode-map): New function.
16053 (quail-defrule-internal): New optional arguments decode-map and
16054 props.
16055 (quail-advice): New function.
16056
16057 2000-08-07 Sam Steingold <sds@gnu.org>
16058
16059 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16060 `defconst', `define-condition', `with-slots'.
16061 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16062
16063 2000-08-03 Miles Bader <miles@gnu.org>
16064
16065 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16066 New variable.
16067 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16068 comint-use-prompt-regexp-instead-of-fields.
16069 (comint-send-input): Add `input' field property to stuff we send to
16070 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16071 (comint-output-filter): Add `output' field property to process
16072 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16073 (comint-replace-by-expanded-history)
16074 (comint-get-old-input-default, comint-show-output)
16075 (comint-backward-matching-input, comint-forward-matching-input)
16076 (comint-next-prompt, comint-previous-prompt): Use field
16077 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16078 (comint-line-beginning-position): New function.
16079 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16080 (comint-replace-by-expanded-history-before-point): Use
16081 comint-line-beginning-position and line-end-position.
16082 (comint-last-output-overlay): New variable.
16083 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16084
16085 * shell.el (shell-prompt-pattern): Doc change.
16086 (shell-backward-command): Use line-beginning-position.
16087
16088 * gud.el (gud-gdb-complete-command): Use
16089 comint-line-beginning-position.
16090
16091 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16092 comint-bol doesn't actually go to the beginning of the line.
16093
16094 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16095 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16096 (try-expand-line-all-buffers): Likewise.
16097
16098 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16099 explicitly matching comint-prompt-regexp.
16100 (sql-copy-column): Use comint-line-beginning-position instead of
16101 explicitly matching comint-prompt-regexp.
16102
16103 * progmodes/octave-inf.el (inferior-octave-complete): Use
16104 comint-line-beginning-position.
16105
16106 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16107
16108 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16109 looking for a prompt, use `forward-line 0' instead of
16110 `beginning-of-line', to avoid getting caught by an input field.
16111
16112 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16113
16114 * files.el (shell-quote-wildcard-pattern): Make sure to return
16115 PATTERN, in the Unix case.
16116
16117 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16118
16119 * play/zone.el (zone): Discard any pending input before running
16120 the randomly-chosen pgm.
16121
16122 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16123
16124 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16125 checking the existence of any multibyte characters.
16126
16127 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16128
16129 * help.el (describe-mode): Test minor-mode symbol for being
16130 bound before testing its value for being nil.
16131
16132 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16133 `first', `second', and `third'.
16134
16135 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16136 (second): Make it an alias for `cadr'.
16137
16138 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16139
16140 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16141 types of display support faces now.
16142
16143 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16144
16145 * pcvs.el (require): Require `cl' during compilation, only.
16146
16147 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16148 (toplevel): Remove `remq' and `remove' from autoloads.
16149 (cl-fake-autoloads): New variable. If set, arrange for an error
16150 when CL functions etc. are autoloaded.
16151
16152 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16153
16154 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16155
16156 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16157 popped up, but the user clicks outside the menu, return an empty
16158 regexp (that causes unhighlight-regexp to have no effect).
16159
16160 * menu-bar.el (menu-bar-games-menu): Add Zone.
16161
16162 * hi-lock.el (toplevel): Require font-lock.
16163
16164 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16165
16166 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16167 (ebnf-8-bit-chars): New var for bug fix.
16168 (ebnf-string): Bug fix.
16169
16170 2000-08-03 Sam Steingold <sds@gnu.org>
16171
16172 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16173 instead of `buffer-string'.
16174 (require 'cl): Always, not just when compiling.
16175 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16176 necessary.
16177
16178 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16179
16180 * international/mule-cmds.el (select-safe-coding-system): Make
16181 the message text about selecting a safe coding system more clear.
16182
16183 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16184
16185 * hi-lock.el: New file.
16186
16187 * play/zone.el: New file.
16188
16189 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16190 value of tab-width in the original buffer. Choose a line number
16191 format that's a multiple of the original buffer's tab width, so
16192 that lines appear right.
16193
16194 * textmodes/ispell.el (ispell): New function, replacing an alias.
16195 Spell-check active region if in transient-mark-mode and mark
16196 is active; otherwise spell-check buffer.
16197
16198 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16199
16200 * ps-mule.el: Fix a customization problem on
16201 ps-mule-font-info-database-default.
16202
16203 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16204
16205 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16206 display-mouse-p instead of window-system.
16207 (ebrowse-member-mode-map): Ditto.
16208
16209 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16210
16211 * progmodes/ebnf2ps.el: Update ps-print functions call.
16212 Indentation fix. Doc fix.
16213 (ebnf-version): New version number (3.2).
16214 (ebnf-format-color, ebnf-begin-job): Code fix.
16215
16216 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16217
16218 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16219 font lock support on window-system.
16220 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16221
16222 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16223 display-color-p, if fboundp, instead of window-system.
16224
16225 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16226
16227 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16228 instead of window-system.
16229
16230 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16231 window-system.
16232 (widget-choice-mouse-down-action): Use display-popup-menus-p
16233 instead of window-system.
16234
16235 * strokes.el (strokes-file): Run the file name through
16236 convert-standard-filename.
16237 (strokes-mode): Call display-mouse-p instead of looking at
16238 window-system. Change the error message accordingly.
16239
16240 * progmodes/cpp.el (toplevel): Support faces on tty's.
16241
16242 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16243 (lm-plot-square, lm-init-display): Don't use window-system.
16244
16245 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16246 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16247
16248 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16249 instead of looking at window-system.
16250
16251 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16252
16253 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16254 of testing if iswitchb-prepost-hooks is bound, because the
16255 latter will always be true when invoking a recursive minibuffer
16256 from an active Iswitchb buffer.
16257
16258 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16259
16260 * files.el (shell-quote-wildcard-pattern): New function.
16261 (insert-directory): Call it. Only prepend "\" to command on Unix
16262 and GNU/Linux systems.
16263
16264 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16265
16266 * eshell/esh-groups.el: Change custom :link file names
16267 from `eshell.info' to `eshell'.
16268
16269 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16270
16271 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16272 correctly in recursive ange-ftp listings.
16273
16274 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16275
16276 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16277 ps-header-font-size-internal and
16278 ps-header-title-font-size-internal variables are not set,
16279 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16280 face text property is (foreground-color . COLOR) or
16281 `(background-color . COLOR)', ps-print crashes. Doc fix.
16282 (ps-print-version): New version number (5.2.4).
16283 (ps-plot-region): Code fix.
16284 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16285 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16286 Bug fix 2.
16287
16288 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16289
16290 * glasses.el (glasses-make-readable): Fix uncapitalization of
16291 identifiers like `myXMLDocument'.
16292
16293 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16294
16295 * mail/mail-hist.el (mail-hist-previous-input)
16296 (mail-hist-next-input): Do the obvious code factorization.
16297 (mail-hist-retrieve-and-insert): New func, contains common
16298 code of above two.
16299 If inserting a message body, leave point at top.
16300
16301 2000-07-28 Sam Steingold <sds@gnu.org>
16302
16303 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16304 Use `<=', not `<' to compare times!
16305 (ange-ftp-ls): Remove.
16306
16307 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16308
16309 * play/cookie1.el: Add explanation of how to make cookie.el
16310 compatible with strfile(1) to comment.
16311
16312 * subr.el (remove, remq): New functions.
16313
16314 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16315 escape `*' in regexps.
16316 (midnight-find): Reverse order of arguments in the funcall of
16317 TEST.
16318
16319 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16320 and `.class'.
16321
16322 * play/meese.el: Add Commentary section.
16323
16324 2000-07-27 Alex Schroeder <alex@gnu.org>
16325
16326 * sql.el (sql-ms): Added autoload cookie.
16327 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16328 (sql-oracle): Ditto.
16329 (sql-help): Doc change.
16330
16331 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16332 types and exceptions.
16333
16334 2000-07-27 Alex Schroeder <alex@gnu.org>
16335
16336 * sql.el (sql-placeholder-history): New variable.
16337 (sql-query-placeholders-and-send): New function that will query
16338 the user and replace placeholders with user input.
16339 (sql-oracle): If running on NT, set comint-input-sender to
16340 sql-query-placeholders-and-send.
16341
16342 (sql-stop): If in the SQLi buffer, insert stop notification, else
16343 present it as a message.
16344
16345 2000-07-27 Alex Schroeder <alex@gnu.org>
16346
16347 * sql.el (sql-input-ring-separator): Doc change.
16348 (sql-input-ring-file-name): Doc change.
16349 (sql-interactive-mode): Use `sql-input-ring-separator' and
16350 `sql-input-ring-file-name' to set the comint-mode equivalents
16351 without making them local variables.
16352 (sql-stop): Don't bind `sql-input-ring-separator' and
16353 `sql-input-ring-file-name' dynamically to their comint-mode
16354 equivalents.
16355
16356 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16357
16358 * international/mule.el (register-char-codings): New function.
16359 (make-coding-system): Handle `safe-chars' specification in the arg
16360 PROPERTY.
16361
16362 * international/mule-cmds.el
16363 (find-coding-systems-region-subset-p): This function deleted.
16364 (sort-coding-systems-predicate): New variable.
16365 (sort-coding-systems): New function.
16366 (find-coding-systems-region): Use
16367 find-coding-systems-region-internal.
16368 (find-coding-systems-string): Use find-coding-systems-region.
16369 (find-coding-systems-for-charsets): Check
16370 char-coding-system-table.
16371 (select-safe-coding-system-accept-default-p): New variable.
16372 (select-safe-coding-system): Mostly rewritten. New argument
16373 ACCEPT-DEFAULT-P.
16374 (select-message-coding-system): Call select-safe-coding-system
16375 with ACCEPT-DEFAULT-P arg.
16376 (reset-language-environment): Reset default-sendmail-coding-system
16377 to the default value iso-latin-1.
16378 (set-language-environment): Don't set the obsolete variable
16379 charset-origin-alist.
16380
16381 * international/codepage.el (cp-coding-system-for-codepage-1):
16382 Give `safe-chars' property to make-coding-system.
16383
16384 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16385 calling select-message-coding-system twice.
16386
16387 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16388 instead of `safe-charsets'.
16389 (cyrillic-alternativnyj): Likewise.
16390 (ccl-encode-alternativnyj): Don't check the charset
16391 cyrillic-iso8859-5.
16392
16393 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16394
16395 * composite.el (compose-chars-after): Preserve match data.
16396
16397 2000-07-26 Sam Steingold <sds@gnu.org>
16398
16399 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16400 (ange-ftp-real-file-newer-than-file-p): New function.
16401 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16402 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16403
16404 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16405 * midnight.el (midnight-float-time): Ditto.
16406
16407 2000-07-26 Andreas Schwab <schwab@suse.de>
16408
16409 * files.el (normal-backup-enable-predicate): Correct
16410 interpretation of the return value of compare-strings.
16411
16412 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16413
16414 * isearch.el (isearch-resume): New function.
16415 (isearch-done): Add something to command-history to resume
16416 the search.
16417 (isearch-yank-line, isearch-yank-word): Use
16418 buffer-substring-no-properties instead of buffer-substring.
16419
16420 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16421 of flyspell-mouse-map.
16422
16423 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16424 duplicate definition.
16425 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16426
16427 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16428 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16429
16430 2000-07-25 Sam Steingold <sds@gnu.org>
16431
16432 * net/ange-ftp.el: Get modtime over the net.
16433 (ange-ftp-file-modtime): New function.
16434 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16435 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16436 Use it.
16437 (ange-ftp-dot-to-slash): New function.
16438 (ange-ftp-fix-name-for-vms): Use it.
16439
16440 * midnight.el (midnight-buffer-display-time): Use
16441 `with-current-buffer'.
16442
16443 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16444
16445 * find-dired.el: Update copyright notice.
16446 (find-dired): Offer to kill a running `find'.
16447
16448 * enriched.el (enriched-face-ans): For a `foreground-color'
16449 property, return '(("x-color" COLOR))' so that COLOR will be
16450 output as a parameter of the x-color annotation. Likewise for the
16451 `background-color' property. In the case of normal face
16452 properties, don't return annotations for unspecified foreground
16453 and background face attributes.
16454
16455 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16456
16457 * language/japan-util.el (japanese-katakana-region): Fix handling
16458 HANKAKU argument.
16459
16460 2000-07-25 Miles Bader <miles@gnu.org>
16461
16462 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16463 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16464 constrain-to-field.
16465
16466 2000-07-24 Andrew Innes <andrewi@gnu.org>
16467
16468 * timer.el (timer-activate-when-idle): Add optional parameter
16469 DONT-WAIT. Update docstring.
16470 (run-with-idle-timer): Specify extra parameter to
16471 timer-activate-when-idle, so that timer will be activated
16472 immediately if Emacs is already idle.
16473
16474 * w32-fns.el (w32-using-nt): Fix docstring.
16475
16476 2000-07-24 Dave Love <fx@gnu.org>
16477
16478 * mouse.el (popup-menu): Set last-command-event.
16479 (mouse-major-mode-menu-prefix): Declare.
16480
16481 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16482
16483 * textmodes/flyspell.el: Update to author's version 1.5d.
16484
16485 * progmodes/hideshow.el: Update copyright notice.
16486
16487 * vcursor.el: Set maintainer to FSF, since author cannot
16488 be reached.
16489
16490 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16491
16492 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16493 the prompt.
16494
16495 * mouse.el (popup-menu): Run the keymap through indirect-function,
16496 in case it was defined with define-prefix-key. If the menu is a
16497 list of keymaps, look up the binding of user's choice in each one
16498 of the keymaps.
16499 (mouse-popup-menubar): If the global and local menu-bar keymaps
16500 don't have a prompt string, create one and insert it into the
16501 keymap. Don't barf if current-local-map returns nil.
16502
16503 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16504
16505 * dired.el (dired-sort-R-check): Added to allow recursive listing
16506 to be undone.
16507 (dired-sort-other): Use it.
16508
16509 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16510
16511 * Release of cc-mode 5.27
16512
16513 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16514
16515 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16516 c-beginning-of-statement-1 that caused a bad case of recursion
16517 which could consume a lot of CPU in large classes in languages
16518 that have in-expression classes (i.e. Java and Pike).
16519
16520 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16521 statements before top level constructs (i.e. case 6 is moved
16522 before case 5 and is now case 4) to catch in-expression
16523 classes in top level expressions correctly.
16524
16525 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16526
16527 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16528 objc-method-intro. Case 4 removed and case 5I added.
16529
16530 * cc-langs.el (c-append-paragraph-start): New variable used by
16531 c-common-init to get paragraph-start correct.
16532 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16533 initialize paragraph-start to make it correct both with and
16534 without the javadoc special case.
16535
16536 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16537 initialize paragraph-start for javadoc markup.
16538
16539 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16540 change by defaulting this to t. It's motivated by the
16541 confusing behavior that otherwise arise from the style system
16542 when editing both java and non-java files at the same time
16543 (see the comments about style setting in c-common-init).
16544
16545 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16546
16547 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16548 similar to the one in c-fill-paragraph to check the fill
16549 prefix from the adaptive fill function for sanity.
16550
16551 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16552
16553 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16554 defun block.
16555
16556 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16557
16558 * cc-align.el (c-lineup-multi-inher): Handle lines with
16559 leading comma nicely. Extended to handle member initializers
16560 too.
16561
16562 * cc-engine.el: (c-beginning-of-inheritance-list,
16563 c-guess-basic-syntax): Fixed recognition of inheritance lists
16564 when the lines begins with a comma.
16565
16566 * cc-vars.el (c-offsets-alist): Changed default for
16567 member-init-cont to c-lineup-multi-inher since it now handles
16568 member initializers and indents better for leading commas.
16569
16570 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16571
16572 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
16573 handling that caused class open lines to be recognized as
16574 statement-conts in some cases.
16575
16576 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
16577 guessed by the adaptive fill function unless point is on the
16578 first line of a block comment.
16579
16580 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
16581 when the buffer ends with a macro continuation char.
16582
16583 * cc-engine.el (c-guess-basic-syntax): Added support for
16584 function definitions as statements in Pike. The first
16585 statement in a lambda block is now labeled defun-block-intro
16586 instead of statement-block-intro.
16587
16588 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
16589 so that the class surrounding point is selected, not the one
16590 innermost in the state.
16591
16592 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
16593 recognition of switch labels having hanging multiline
16594 statements.
16595
16596 * cc-engine.el (c-beginning-of-member-init-list): Broke out
16597 some code in c-guess-basic-syntax to a separate function.
16598 * cc-engine.el (c-just-after-func-arglist-p): Fixed
16599 recognition of member inits with multiple line arglists.
16600 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
16601 member-init-cont when the commas are in funny places.
16602
16603 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16604
16605 * cc-defs.el (c-auto-newline): Removed this macro since it's
16606 not used anymore.
16607
16608 * cc-engine.el (c-looking-at-bos): New helper function.
16609 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
16610 inexpr and toplevel classes apart in Pike.
16611
16612 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
16613 of case 9A.
16614
16615 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
16616 constant, since "class" can introduce an in-expression class
16617 in Pike nowadays.
16618
16619 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16620
16621 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
16622 indentation on cpp-macro lines.
16623
16624 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
16625 a syntax modifier like comment-intro, to make it possible to
16626 get syntactic indentation for preprocessor directives. It's
16627 incompatible wrt to lineup functions on cpp-macro, but it has
16628 no observable effect in the 99.9% common case where cpp-macro
16629 is set to -1000.
16630
16631 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16632
16633 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
16634 member-init-cont when the preceding arglist is several lines.
16635
16636 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16637
16638 * cc-styles.el (c-style-alist): The basic offset for the BSD
16639 style corrected to 8.
16640
16641 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16642
16643 * cc-styles.el (c-style-alist): Adjusted the indentation of
16644 brace list openers in the gnu style.
16645
16646 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16647
16648 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
16649
16650 * cc-cmds.el (c-electric-brace, c-electric-slash,
16651 c-electric-star, c-electric-semi&comma, c-electric-colon,
16652 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
16653 when c-syntactic-indentation is nil.
16654
16655 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
16656 we were left at comments preceding the first statement when
16657 reaching the beginning of the buffer.
16658
16659 * cc-vars.el (c-syntactic-indentation): New variable to turn
16660 off all syntactic indentation.
16661
16662 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16663
16664 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
16665 between the text and the block comment ender when it hangs,
16666 depending on how many there are before the fill.
16667
16668 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16669
16670 * cc-engine.el (c-beginning-of-closest-statement): New helper
16671 function to go back to the closest preceding statement start,
16672 which could be inside a conditional statement.
16673 * cc-engine.el (c-guess-basic-syntax): Use
16674 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
16675
16676 * cc-engine.el (c-guess-basic-syntax): Better handling of
16677 arglist-intro, arglist-cont-nonempty and arglist-close when
16678 the arglist is nested inside parens. Cases 7A, 7C and 7F
16679 changed.
16680
16681 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
16682 up-to-date with javadoc 1.2.
16683
16684 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16685
16686 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
16687 multiline Pike type decls.
16688
16689 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16690
16691 * cc-cmds.el (c-indent-new-comment-line): Always break
16692 multiline comments in multiline mode, regardless of
16693 comment-multi-line.
16694
16695 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16696
16697 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
16698 fully::qualified::names in C++ member init lists. Preamble in
16699 case 5D changed.
16700
16701 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16702
16703 * cc-langs.el (c-common-init): Handling of obsolete variables
16704 moved to c-initialize-cc-mode. More compatible style override
16705 when using global style variables.
16706 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
16707 variables moved here.
16708
16709 * cc-styles.el (c-make-styles-buffer-local): Flag style
16710 variable localness in c-style-variables-are-local-p to make
16711 the compatibility measure in c-common-init work well.
16712
16713 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
16714 longer contain set-from-style.
16715 * cc-styles.el (c-initialize-builtin-style): Don't check for
16716 set-from-style on c-special-indent-hook.
16717 * cc-styles.el (c-copy-tree): Obsolete. The standard function
16718 copy-alist is sufficient now.
16719
16720 * cc-styles.el (c-set-style, c-set-style-1,
16721 c-get-style-variables): Fixes to variable initialization so
16722 that duplicate entries in styles have the same effect
16723 regardless of DONT-OVERRIDE.
16724
16725 * cc-styles.el (c-set-style-2): Fixed bug where the
16726 initialization of inheriting styles failed when the
16727 dont-override flag is set.
16728
16729 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
16730 on this.
16731
16732 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16733
16734 * cc-defs.el (c-forward-comment): Removed the workaround
16735 introduced in 5.38 since it had worse side-effects. If a line
16736 contains the string "//\"", it regarded the // as a comment
16737 start since the \ temporarily doesn't have escape syntax.
16738
16739 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
16740
16741 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
16742 ada-xref.el before ada-prj.el, so that the Project menu is created
16743 when ada-prj tries to add to it.
16744 (ada-activate-keys-for-case): Suppress the characters that are not
16745 part of the Ada syntax. Better compatibility with else-mode
16746 (ada-adjust-case-interactive): When auto-casing is not active,
16747 correctly insert newlines (used to insert only ^M). Prevent the
16748 syntax table from being changed in case of an error
16749 (or '_' becomes part of a word and some commands are confused).
16750 Do nothing if ada-auto-case is nil.
16751 (ada-after-keyword-p): Ignore keywords that are also attributes
16752 (ada-batch-reformat): Update usage comment
16753 (ada-call-from-contextual-menu): New function
16754 (ada-case-read-exceptions): Reinitialize the casing exception list
16755 first to nil first, so that the casing exception file can be
16756 shared.
16757 (ada-check-defun-name): Handles "configure" keyword for gnatdist
16758 files.
16759 (ada-compile-goto-error): Fix regexp used to detect a file:line
16760 anywhere in the error message
16761 (ada-contextual-menu-last-point): New variable
16762 (ada-create-keymap): If the variable delete-key-deletes-forward is
16763 t on XEmacs, it means that DEL should delete one character
16764 forward.
16765 (ada-create-menu): Use :included instead of :visible for XEmacs.
16766 New submenu "Options".
16767 (ada-end-stmt-re): Correctly indent "select ... then abort"
16768 statements.
16769 (ada-fill-comment-paragraph): Correctly delete all leading '--'
16770 even if they don't match ada-fill-comment-prefix Fix handling of
16771 paragraphs on the first or last line of a file.
16772 (ada-format-paramlist): Fix handling of default parameter values.
16773 (ada-get-body-name): New function.
16774 (ada-get-current-indent): Optimized by searchling directly for an
16775 existing generic part or a statement outside of it. Handle
16776 ada-indent-align-comments when indenting comments Replaced some
16777 regexps by testing directly the next character. This results in a
16778 huge speedup on some files. New indentation scheme for renames
16779 statements. Stop looking for the 'while' or 'for' associated with
16780 a 'loop' at the first semicolon encountered. A "return" can also
16781 match an anonymous access subprogram declaration.
16782 (ada-get-indent-noindent): Ignore strings and comments when
16783 looking for the keywords "record" and "private".
16784 (ada-goto-matching-decl-start): When matching "if", make sure we
16785 are not in fact seeing "end if". Ignore "when" statements except
16786 when initial keyword was "begin". Fix handling of nested
16787 procedures. Add a recursive call to this function to skip over
16788 other 'end' statmts. Fix indentation for "when .. => begin"
16789 (ada-in-open-paren-p): Fix indentation for complex boolean
16790 expressions, where 'and then', 'or else' and parenthesis
16791 statements are mixed up.
16792 (ada-in-paramlist-p): Skip comments while searching for the
16793 beginning Fix handling of operator declarations.
16794 (ada-indent-align-comments): New variable
16795 (ada-indent-current): Change the syntax table only in the
16796 protected section, so that we are sure it is restored correctly.
16797 (ada-indent-on-previous-lines): Use ada-use-indent and
16798 ada-with-indent Correctly indent "select ... then"
16799 (ada-indent-region): Slight speedup.
16800 (ada-indent-renames): New variable.
16801 (ada-last-which-function-subprog, ada-last-which-function-line):
16802 New variables
16803 (ada-looking-at-semi-private): Correctly indent the 'private'
16804 keyword when it is the first word in a package declaration.
16805 (ada-loose-case-word): Stop searching if at the end of the buffer.
16806 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
16807 even if point is not initially at the end of the word.
16808 (ada-matching-decl-start-re): Add "when".
16809 (ada-mode): Add support for abbrev-mode, outline-mode and
16810 which-func-mode Override the old find-file.el entry in
16811 ff-special-constructs since it is using the obsolete
16812 ada-spec-suffix variable
16813 (ada-no-auto-case): New function
16814 (ada-scan-paramlist): When parsing the argument type, accept
16815 spaces (as in "X 'Class", generated by Rational Rose).
16816 (ada-other-file-name): No longer loads the other file.
16817 (ada-popup-menu): Save and restore the current buffer and cursor
16818 position before and after displaying the menu.
16819 (ada-search-ignore-complex-boolean): New function.
16820 (ada-uncomment-region): Emacs21 already knows how to delete
16821 comments not starting in the first column.
16822 (ada-use-indent): New variable
16823 (ada-which-function): New function.
16824 (ada-with-indent): New variable
16825 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
16826 can be batch-compiled from the command line.
16827
16828 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
16829 Add to the menu when the file is loaded, not in ada-mode-hook.
16830 Add -toolbar to the default ddd command Switches moved from
16831 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
16832 ada-prj-default-comp-opt
16833 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
16834 Reference Manual to the menu
16835 (ada-check-current): rewritten as a call to ada-compile-current
16836 (ada-compile): Removed.
16837 (ada-compile-application, ada-compile-current, ada-check-current):
16838 Set the compilation-search-path so that compile.el automatically
16839 finds the sources in src_dir. Automatic scrollong of the
16840 compilation buffer. C-uC-cC-c asks for confirmation before
16841 compiling
16842 (ada-compile-current): New parameter, prj-field
16843 (ada-complete-identifier): Load the .ali file before doing
16844 processing
16845 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
16846 conform to gnatmake's behavior.
16847 (ada-find-file-in-dir): New function
16848 (ada-find-references): Set the environment variables for gnatfind
16849 (ada-find-src-file-in-dir): New function.
16850 (ada-first-non-nil): Removed
16851 (ada-gdb-application): Add support for jdb, the java debugger.
16852 (ada-get-ada-file-name): Load the original-file first if not done
16853 yet.
16854 (ada-get-all-references): Handles the new ali syntax (parent types
16855 are found between <>).
16856 (ada-initialize-runtime-library): New function
16857 (ada-mode-hook): Always load a project file when a file is opened,
16858 so that the casing exceptions are correctly read.
16859 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
16860 (ada-parse-prj-file): Use find-file-noselect instead of find-file
16861 to open the project file, since the latter does not work with
16862 speedbar Get default values before loading the prj file, or the
16863 default executable file name is wrong. Use the absolute value of
16864 src_dir to initialize ada-search-directories and
16865 compilation-search-path,... Add the standard runtime library to
16866 the search path for find-file.
16867 (ada-prj-default-debugger): Was missing an opening '{'
16868 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
16869 variables.
16870 (ada-prj-default-gnatmake-opt): New variable
16871 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
16872 buffers, the project file is the default one Save the windows
16873 configuration before displaying the menu.
16874 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
16875 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
16876 ...) regexp-quote identifiers names to support operators +,
16877 -,... in regexps.
16878 (ada-remote): New function.
16879 (ada-run-application): Erase the output buffer before starting the
16880 run Support remote execution of the application. Use
16881 call-process, or the arguments are incorrectly parsed
16882 (ada-set-default-project-file): Reread the content of the active
16883 project file, not the one from the current buffer When a project
16884 file is set as the default project, all directories are
16885 automatically associated with it.
16886 (ada-set-environment): New function
16887 (ada-treat-cmd-string): New special variable ${current}
16888 (ada-treat-cmd-string): Revised. The substitution is now done for
16889 any ${...} substring
16890 (ada-xref-current): If no body was found, compiles the spec
16891 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
16892 compiler to get rid of command line length limitations.
16893 (ada-xref-get-project-field): New function
16894 (ada-xref-project-files): New variable
16895 (ada-xref-runtime-library-specs-path)
16896 (ada-xref-runtime-library-ali-path): New variables
16897 (ada-xref-set-default-prj-values): Default run command now does a
16898 cd to the build directory. New field: main_unit Provide a default
16899 file name even if the current buffer has no prj file.
16900
16901 * ada-prj.el:
16902 Rewritten to show a tabbed-dialog.
16903 (ada-prj-add-ada-menu): Remove the map and name parameters.
16904 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
16905 New function
16906 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
16907 (ada-prj-load-from-file): New function
16908 (ada-prj-save): Always save fields that depend on the current buffer
16909 (ada-prj-show-value): New function
16910
16911 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
16912 Ada mode. This will allow us to display the Ada menu in any buffer
16913 we want (for project items).
16914 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
16915 number of spaces in the header.
16916
16917 2000-07-24 Dave Love <fx@gnu.org>
16918
16919 * ediff-init.el (ediff-region-help-echo): Bind face-help.
16920
16921 2000-07-23 Noah Friedman <friedman@splode.com>
16922
16923 * type-break.el (type-break): perform autosave.
16924 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
16925 (type-break-do-query): Cancel query schedule while performing
16926 actual query, to avoid possibility of a second query being made
16927 while first one is already in progress.
16928 (type-break-time-stamp-format): New variable.
16929 (type-break-time-stamp): New function.
16930 (type-break-time-warning): Use it.
16931 (type-break-keystroke-warning): Use it.
16932 (type-break-noninteractive-query): Use it.
16933
16934 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
16935 cookie.
16936 Use add-minor-mode to set minor-mode-alist, if available.
16937 (eldoc-echo-area-use-multiline-p): New user option.
16938 (eldoc-echo-area-multiline-supported-p): New variable.
16939 (eldoc-docstring-format-sym-doc): Use them.
16940 (eldoc-mode): If not using idle timers, append to local post and
16941 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
16942 (eldoc-display-message-no-interference-p): Don't interfere with
16943 edebug.
16944 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
16945 (eldoc-function-arglist): New function.
16946 (eldoc-function-argstring): Use it.
16947
16948 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
16949 auto save directory exists before calling directory-files.
16950
16951 2000-07-23 Dave Love <fx@gnu.org>
16952
16953 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
16954 ^o, ^u.
16955
16956 2000-07-21 Dave Love <fx@gnu.org>
16957
16958 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
16959 now passed to the function. It now works properly.
16960
16961 * smerge-mode.el (smerge-mode-menu): Fill it out.
16962
16963 2000-07-20 Gerd Moellmann <gerd@gnu.org>
16964
16965 * info-look.el (info-lookup): If *info* is shown in another frame
16966 on the same display, select that frame, instead of switching to
16967 the Info buffer in another window of the selected frame.
16968
16969 * simple.el (universal-argument-map): Bind numeric keypad keys
16970 kp-0 to kp-9 and kp-subtract.
16971 (digit-argument): Handle these keys.
16972
16973 2000-07-20 Dave Love <fx@gnu.org>
16974
16975 * net/goto-addr.el (goto-address-fontify): Don't bother with
16976 buffer-modified and read-only stuff -- irrelevant with overlays.
16977 Put an extra property on the overlays and use it to clean up in
16978 case goto-address is re-run.
16979
16980 2000-07-19 Richard M. Stallman <rms@gnu.org>
16981
16982 * timer.el (run-with-idle-timer): Doc fix.
16983
16984 * mail/mail-utils.el (mail-strip-quoted-names):
16985 Handle case where <...> appears inside "...".
16986 Use replace-match to edit the string more simply.
16987 (rmail-dont-reply-to): Cope with an unmatched ".
16988
16989 2000-07-19 Dave Love <fx@gnu.org>
16990
16991 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
16992 implementation.
16993
16994 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
16995 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
16996 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
16997
16998 2000-07-19 Gerd Moellmann <gerd@gnu.org>
16999
17000 * textmodes/refer.el: Correct maintainer's email address.
17001
17002 * progmodes/hideif.el: Correct author's email address.
17003 Fix typo in comment.
17004
17005 * xml.el: New file.
17006
17007 * mail/mailheader.el: Correct author's mail address.
17008
17009 * gnus/parse-time.el: Correct author's mail address.
17010
17011 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17012
17013 * comint.el (comint-highlight-input, comint-highlight-face):
17014 New user options.
17015 (comint-input-ring-file-name): Change custom type.
17016 (comint-mode-map): Bind mouse-2.
17017 (comint-insert-clicked-input): New function.
17018 (comint-send-input): Handle input highlighting.
17019
17020 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17021
17022 * mouse.el (popup-menu): New function.
17023 (mouse-major-mode-menu): Use it.
17024
17025 2000-07-18 Dave Love <fx@gnu.org>
17026
17027 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17028 improvements.
17029
17030 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17031
17032 * faces.el (face-font-selection-order)
17033 (face-font-family-alternatives): Add custom type.
17034
17035 2000-07-18 Dave Love <fx@gnu.org>
17036
17037 * cus-edit.el (custom-variable-reset-saved)
17038 (custom-variable-reset-standard): Remove unused bindings.
17039
17040 * rect.el (open-rectangle-line): Remove unused let.
17041
17042 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17043
17044 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17045
17046 * cdl.el: Fix `Maintainer' keyword.
17047
17048 * play/pong.el: Add author's email address.
17049
17050 2000-07-17 Sam Steingold <sds@gnu.org>
17051
17052 * files.el (insert-directory): Call `split-string' instead of
17053 re-implementing it.
17054
17055 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17056
17057 * mail/vms-pmail.el: Change maintainer to FSF.
17058
17059 * net/goto-addr.el: Change maintainer to FSF.
17060
17061 * info.el (Info-title-face-alist): Removed.
17062
17063 2000-07-18 David Ponce <david@dponce.com>
17064
17065 * recentf.el (recentf-open-files): New command that works like
17066 `recentf-open-more-files', but shows the whole list of files (not just
17067 those omitted from the menu). Useful if you don't use a menu-bar!
17068 (recentf-open-more-files) Modified to use `recentf-open-files'.
17069
17070 (recentf-open-files, recentf-open-more-files)
17071 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17072
17073 (recentf-dialog-mode): New mode for dialogs. You can now just type
17074 "q" to cancel the dialogs.
17075
17076 2000-07-18 David Ponce <david@dponce.com>
17077
17078 * recentf.el: This is a major update of recentf.el. It adds new
17079 features to better organize the recentf menu and "More..." buffer.
17080
17081 Using new provided menu filtering functions you can now organize the
17082 recent files list:
17083
17084 - by major modes
17085 - by directories
17086 - by user defined rules
17087
17088 Finally, with the new `recentf-filter-changer' customizable filter you
17089 can define a ring of filters and dynamically (via the menu) cycle on
17090 each menu organization in the ring (a la msb).
17091
17092 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17093
17094 * eshell/eshell.el (eshell): Replace links to eshell.info with
17095 links to eshell, to avoid problems on systems where the manual is
17096 installed as `eshell'.
17097 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17098 * eshell/em-smart.el (eshell-smart): Ditto.
17099 * eshell/em-banner.el (eshell-banner): Ditto.
17100 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17101
17102 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17103 same-file check in the MS-DOS version (it does support inodes).
17104
17105 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17106
17107 * eshell/eshell.el (eshell-directory-name):
17108 Run default directory name through convert-standard-filename.
17109
17110 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17111
17112 * international/mule-cmds.el (select-safe-coding-system):
17113 Fix typo in the comment.
17114
17115 * language/european.el (compound-text):
17116 Force katakana-jisx0201 to be designated to G1.
17117
17118 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17119 Don't translate some national variant characters of latin-jisx0201.
17120 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17121
17122 * international/kkc.el (kkc-after-update-conversion-functions):
17123 New variable.
17124 (kkc-update-conversion): Run functions in it at the tail.
17125
17126 2000-07-16 John Wiegley <johnw@gnu.org>
17127
17128 * lisp/align.el (align-newline-and-indent):
17129 Adding new function. for auto-aligning blocks of code on RET.
17130 (align-region): Fixed badly formatted minibuffer message.
17131
17132 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17133
17134 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17135 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17136 the conversion list at first if appropriate.
17137 (kkc-next): Don't update kkc-next-count here.
17138 (kkc-prev): Don't update kkc-prev-count here.
17139 (kkc-show-conversion-list-update): Fix setting up of conversion
17140 list message.
17141
17142 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17143
17144 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17145
17146 2000-07-16 Dave Love <fx@gnu.org>
17147
17148 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17149 function to be more specific.
17150
17151 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17152 non-string help-echo.
17153 (widget-types-convert-widget): Defsubst it.
17154 (widget-echo-help): Try to cope with a help-echo function of two
17155 possible sorts.
17156
17157 2000-07-15 Jason Rumney <jasonr@gnu.org>
17158
17159 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17160 Declare as obsolete.
17161
17162 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17163
17164 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17165
17166 * hilit-chg.el: Fix typo.
17167
17168 2000-07-14 Dave Love <fx@gnu.org>
17169
17170 * info.el (Info-mode-menu): Fix use of :help, :enable.
17171
17172 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17173
17174 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17175
17176 2000-07-13 Dave Love <fx@gnu.org>
17177
17178 * emacs-lisp/easymenu.el: Doc fixes.
17179 (easy-menu-remove): Defalias to ignore.
17180
17181 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17182 Call throw correctly.
17183
17184 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17185
17186 * faces.el (frame-background-mode): Doc fix.
17187
17188 * simple.el (eval-expression-print-length): Change custom type to
17189 allow entering nil as value.
17190
17191 2000-07-13 Dave Love <fx@gnu.org>
17192
17193 * progmodes/fortran.el (fortran-imenu-generic-expression):
17194 Change definition layout.
17195 (fortran-mode-menu): Reinstate customize entries.
17196
17197 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17198 Use :filter, per old XEmacs code.
17199
17200 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17201
17202 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17203 event when deciding what to send to the terminal.
17204
17205 2000-07-12 Dave Love <fx@gnu.org>
17206
17207 * cus-start.el: Add optional version as 4th element of specs and
17208 use it for several things new in v21. Remove load-path. Fix type
17209 of line-number-display-limit.
17210
17211 2000-07-11 Dave Love <fx@gnu.org>
17212
17213 * progmodes/fortran.el: Don't require easymenu.
17214 Use repeat counts in various regexps.
17215 (fortran-mode-syntax-table): Defvar directly.
17216 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17217 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17218 Use defvar, not defconst.
17219 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17220 (fortran-mode): Set fortran-comment-line-start-skip,
17221 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17222 (fortran-comment-indent): Use defsubst.
17223 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17224 Use fortran-comment-indent, not fortran-comment-indent-function.
17225 (fortran-comment-region, fortran-electric-line-number): Simplify.
17226 (fortran-auto-fill): New function.
17227 (fortran-do-auto-fill): Deleted.
17228 (fortran-find-comment-start-skip):
17229 Check for non-null comment-start-skip.
17230 (fortran-auto-fill-mode, fortran-fill-statement):
17231 Use fortran-auto-fill.
17232 (fortran-fill): Use fortran-auto-fill. Check for null
17233 comment-start-skip. Simplify final clause and use end-of-line finally.
17234
17235 * widget.el (widget-plist-member): New alias.
17236
17237 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17238
17239 * eshell/esh-module.el (toplevel): Reference
17240 byte-compile-current-file only if it is bound.
17241
17242 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17243
17244 * dired.el: Don't require `dired-aux'.
17245
17246 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17247
17248 * dired-aux.el (dired-show-file-type): New function.
17249 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17250 (dired-show-file-type): Add autoload.
17251
17252 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17253
17254 * international/mule-diag.el (describe-font): Adjusted for the
17255 change of fontset-info.
17256 (print-fontset): Likewise.
17257
17258 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17259
17260 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17261
17262 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17263
17264 * bindings.el: Bind `[delete]' to delete-char.
17265
17266 * dired.el (dired-find-alternate-file): New function.
17267 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17268 (toplevel): Require dired-aux when compiling.
17269 (dired-buffers): Move defvar within file to avoid compiler warning.
17270
17271 * info.el (Info-last-search): Variable removed.
17272 (Info-search-history): New variable.
17273 (Info-search): New Info-search-history.
17274
17275 * battery.el, info-look.el: Change author's mail address.
17276
17277 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17278
17279 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17280 if rmail-ignored-headers is nil.
17281 (rmail-retry-failure): Bind rmail-ignored-headers and
17282 rmail-displayed-headers to nil.
17283
17284 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17285
17286 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17287 (print-region-1): Don't hard code `-h' here.
17288
17289 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17290
17291 2000-07-01 Francesco Potorti` <pot@gnu.org>
17292
17293 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17294 exim can use "your message" instead of "the message".
17295
17296 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17297
17298 * facemenu.el: Docstrings fixes.
17299 (facemenu-get-face): Don't use internal-find-face.
17300 (facemenu-iterate): Rename arg to match the docstring.
17301
17302 * newcomment.el (uncomment-region): Be more careful when skipping
17303 backwards over `=' not to bump into BOBP.
17304
17305 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17306
17307 * ediff-diff.el (ediff-wordify): Use syntax table.
17308 * ediff-init.el (ediff-has-face-support-p): Use
17309 ediff-color-display-p.
17310 (ediff-color-display-p): Use display-color-p, changed to defun
17311 from defsubst.
17312 Got rid of special cases for NeXT and OS/2.
17313 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17314 face.
17315
17316 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17317
17318 * emacs-lisp/lucid.el: Require CL.
17319 (copy-tree, remprop): Remove, it's provided by CL.
17320 (map-keymap): Define in terms of cl-map-keymap.
17321 (extent-property, set-extent-end-glyph): New functions.
17322
17323 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17324
17325 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17326
17327 * Makefile.in (DONTCOMPILE): Add comment that the name may
17328 not be changed without changing the make-dist script.
17329
17330 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17331 (cl-mapc): Use mapc instead of cl-old-mapc.
17332
17333 2000-07-05 Andrew Innes <andrewi@gnu.org>
17334
17335 * makefile.nt: Add support for `bootstrap' and related targets.
17336
17337 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17338
17339 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17340 (easy-menu-do-define): Use `menu-item' format.
17341 Handle case where easy-menu-create-menu returns a symbol.
17342 Manually call the potential top-level filter in the function binding.
17343 (easy-menu-filter-return): New arg NAME.
17344 Convert to a keymap if MENU is an XEmacs menu.
17345 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17346 (easy-menu-converted-items-table, easy-menu-convert-item):
17347 New var and fun to memoize easy-menu-convert-item-1.
17348 (easy-menu-do-add-item): Use it.
17349 (easy-menu-create-menu): Use easy-menu-convert-item.
17350 Wrap easy-menu-filter-return around any :filter specification.
17351 Don't convert the menu if a filter was specified.
17352 Tell easy-menu-make-symbol not to check for MENU being an expression.
17353 (easy-menu-make-symbol): New arg NOEXP.
17354
17355 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17356
17357 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17358 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17359 (eval-defun): If called with prefix arg, instrument code for
17360 Edebug.
17361
17362 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17363 similar to that of eval-defun.
17364
17365 2000-07-04 Dave Love <fx@gnu.org>
17366
17367 * hl-line.el (hl-line-overlay): Make it permanent-local.
17368
17369 * calendar/todo-mode.el: Replaced with a working version, based on
17370 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17371
17372 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17373
17374 * paths.el (prune-directory-list): New function.
17375 (Info-default-directory-list): Rewritten to more methodically
17376 enumerate a big list of possible info directories (based on the
17377 list used by the standalone info reader).
17378
17379 * info.el (info-initialize): Use prune-directory-list to remove
17380 non-existent directories from Info-directory-list.
17381
17382 * paths.el (Info-default-directory-list): Try a list of possible
17383 info-directories instead of a single one. Add the possible
17384 info directory "/usr/share/info".
17385
17386 * woman.el (woman-man.conf-path): Explicitly include the debian
17387 man-db config file "/etc/manpath.config".
17388 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17389 are present in `manpath.config'.
17390 (woman-manpath): Include "/usr/share/man".
17391
17392 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17393
17394 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17395
17396 * startup.el (command-line): Initialize blink-cursor based
17397 on window-system.
17398
17399 * frame.el (blink-cursor): Default to nil if not running under
17400 a window-system.
17401
17402 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17403 (face-x-resources): Remove duplicate entry for :font.
17404
17405 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17406 instead of cycling through windows with next-window.
17407
17408 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17409 of cycling through windows with next-window.
17410
17411 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17412 of cycling through windows with next-window.
17413
17414 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17415 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17416 instead of cycling through windows with next-window.
17417
17418 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17419 instead of cycling through windows with next-window.
17420
17421 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17422 of cycling through windows with next-window.
17423
17424 * terminal.el (te-process-output): Use walk-windows instead of
17425 cycling through windows with next-window.
17426
17427 * server.el (server-switch-buffer): Use some-window instead of
17428 cycling through windows with next-window.
17429
17430 * window.el (some-window): New function.
17431 (walk-windows): Remove reference to walk-windows-start.
17432
17433 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17434
17435 2000-07-03 Richard Stallman <rms@gnu.org>
17436
17437 * window.el (walk-windows): Guarantee termination by keeping a list
17438 of all the windows already handled.
17439
17440 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17441
17442 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17443 window-system.
17444
17445 * man.el (Man-notify-when-ready): Don't use window-system. If
17446 Man-notify-method is newframe, and the display is not
17447 multi-frame, select the frame created for the man page.
17448 (Man-init-defvars): Doc fix.
17449
17450 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17451
17452 * faces.el (region): Change background color for light background.
17453
17454 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17455 attribute from mode-line face of Ediff control frame.
17456
17457 * replace.el (query-replace-map): Bind `e' like `E'.
17458
17459 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17460
17461 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17462 Change name to "Select All".
17463
17464 * dos-fns.el (convert-standard-filename): Fix last change.
17465
17466 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17467
17468 * help.el (describe-variable): Don't insert a second `'s' in front
17469 of the string `value is shown below'. Since the syntax-table is
17470 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17471 an existing `'s', so that this won't be deleted.
17472
17473 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17474 * pcmpl-unix.el: New files.
17475
17476 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17477
17478 * wid-edit.el (widget-member): Use the new plist-member.
17479
17480 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17481
17482 * replace.el (perform-replace): Undo change of 2000-04-04.
17483 Instead, move backward 1 character at the end of the loop when
17484 necessary.
17485
17486 * faces.el (fringe): Change face for different backgrounds.
17487
17488 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17489 patch from John.
17490
17491 * eshell/*.el: Change spelling of the Free Software Foundation.
17492
17493 * eshell/esh-toggle.el: Removed.
17494
17495 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17496
17497 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17498 interactively.
17499
17500 2000-06-26 Alex Schroeder <alex@gnu.org>
17501
17502 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17503 `define-key'; instead of checking `(emacs-version)' check for
17504 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17505 for `;' and `o' which might be electric.
17506
17507 (sql-electric-stuff): New user option.
17508 (sql-magic-go): New function which uses `sql-electric-stuff'.
17509 (sql-magic-semicolon): New function which uses
17510 `sql-electric-stuff'.
17511
17512 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17513 is not fboundp.
17514
17515 (sql-oracle-options): New variable.
17516 (sql-oracle): Use it.
17517
17518 (sql-imenu-generic-expression): Doc change.
17519 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17520 is used.
17521
17522 (sql-informix): Added command line parameter "-" to force
17523 sql-informix-program to use stdout.
17524
17525 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17526
17527 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17528 (cp864-decode-table): Doc fix.
17529 (cp720-decode-table): New variable, supports the Arabic OEM
17530 codepage used by Windows.
17531 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17532
17533 2000-06-23 Dave Love <fx@gnu.org>
17534
17535 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17536 (font-lock-fontify-anchored-keywords): Use
17537 line-beginning-position.
17538 (global-font-lock-mode): Use mapc.
17539
17540 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17541
17542 * eshell/esh-module.el: Require CL when compiling.
17543
17544 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17545
17546 * comint.el (comint-substitute-in-file-name): Call replace-match
17547 with second and third arg t.
17548
17549 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17550 Specify foreground color.
17551
17552 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17553 color.
17554
17555 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17556
17557 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17558 cddr instead of cdddr.
17559
17560 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
17561 instead of copy-list.
17562
17563 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
17564 of copy-list.
17565
17566 * subdirs.el: Add eshell subdirectory.
17567
17568 * eshell: New subdirectory containing the Eshell package.
17569
17570 * pcomplete.el: New file.
17571
17572 2000-06-23 Paul Eggert <eggert@twinsun.com>
17573
17574 * mail/mailpost.el (post-mail-send-it): Make sure file has
17575 proper permissions from birth.
17576
17577 * files.el (basic-save-buffer-2): When temporarily setting
17578 file modes, set them to current modes plus 0200, not to 0777.
17579
17580 * emerge.el (emerge-make-temp-file): Make sure file has proper
17581 permissions from birth.
17582
17583 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
17584
17585 * files.el (make-backup-file-name-1): On DOS/Windows, run the
17586 backup file name through convert-standard-filename.
17587
17588 * dos-fns.el (convert-standard-filename): Convert leading
17589 directories as well. When long file names are supported, convert
17590 characters that are invalid in Windows file names.
17591
17592 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17593
17594 * ps-print.el: Fix bug: if ^L is the very first buffer character,
17595 ps-print crashes. New feature: page selection for printing. Create
17596 raw-text-unix coding system for XEmacs. Doc fix.
17597 (ps-print-version): New version number (5.2.3).
17598 (ps-plot-region): Bug fix.
17599 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
17600 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
17601 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
17602 funs.
17603 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
17604 (ps-last-page): New vars.
17605
17606 2000-06-21 Gerd Moellmann <gerd@gnu.org>
17607
17608 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
17609 empty option string.
17610
17611 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
17612
17613 * man.el (man): Doc fix.
17614
17615 2000-06-21 Kenichi Handa <handa@etl.go.jp>
17616
17617 * international/mule-cmds.el (set-language-info-alist): Docstring
17618 fixed.
17619
17620 2000-06-20 Gerd Moellmann <gerd@gnu.org>
17621
17622 * version.el (emacs-version): Use ISO date format.
17623
17624 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
17625 instead of `M-backspace'.
17626
17627 * simple.el (turn-off-auto-fill): New function.
17628
17629 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
17630
17631 * jit-lock.el (with-buffer-prepared-for-jit-lock):
17632 Renamed from with-buffer-prepared-for-font-lock and use
17633 inhibit-modification-hooks rather than setting *-change-functions.
17634 Update all functions to use the new name.
17635 (jit-lock-first-unfontify-pos): New semantics (and doc).
17636 (jit-lock-mode): Make non-interactive.
17637 Don't automatically turn on font-lock.
17638 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
17639 Always use jit-lock-after-change.
17640 Remove and restore font-lock-after-change-function.
17641 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
17642 (jit-lock-after-unfontify-buffer): Remove.
17643 (jit-lock-stealth-fontify):
17644 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
17645 (jit-lock-after-change): Set the `fontified' text-prop to nil.
17646
17647 2000-06-20 Sam Steingold <sds@gnu.org>
17648
17649 * emacs-lisp/cl-indent.el (toplevel): Indent
17650 `print-unreadable-object' properly. Untabify.
17651
17652 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17653
17654 * textmodes/reftex.el (reftex-find-citation-regexp-format):
17655 Support for bibentry.
17656 (reftex-compile-variables): Fixed problem with end of section-re.
17657
17658 * texmodes/reftex-dcr.el (reftex-view-crossref,
17659 reftex-view-crossref-from-bibtex):
17660 Deal with changed `reftex-find-citation-regexp-format'.
17661 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
17662 Replaced `remprop' with `put'.
17663 (reftex-view-crossref, reftex-view-crossref-when-idle):
17664 Support for bibentry.
17665
17666 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17667 New entry for bibentry package.
17668
17669 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
17670 Regexp also matches "\nobibliography".
17671
17672 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
17673 Call `reftex-ensure-write-access' before doing anything.
17674 (reftex-ensure-write-access): New function.
17675
17676 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17677
17678 * progmodes/idlwave.el: File re-installed (update to version 4.2)
17679
17680 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
17681
17682 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
17683
17684 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
17685
17686
17687 2000-06-20 Dave Love <fx@gnu.org>
17688
17689 * faces.el (frame-background-mode): Use set-default, not set, in
17690 setter.
17691 (frame-update-faces, frame-update-face-colors): Define with
17692 defalias.
17693
17694 * enriched.el (enriched-decode-foreground)
17695 (enriched-decode-background): Don't use internal-find-face.
17696
17697 * apropos.el: Doc fixes.
17698
17699 * cus-edit.el (customize-changed-options): Check arg.
17700 (customize-version-lessp): Don't require decimal point.
17701
17702 * custom.el (defcustom, defgroup): Doc fix.
17703
17704 * newcomment.el (comment) <defgroup>: Add :version.
17705 (comment-multi-line): Doc fix.
17706
17707 * emulation/mlsupport.el (define-hooked-local-abbrev,
17708 define-hooked-global-abbrev): Fix, using define-abbrev.
17709
17710 2000-06-19 Gerd Moellmann <gerd@gnu.org>
17711
17712 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
17713 the whole buffer.
17714
17715 2000-06-19 Dave Love <fx@gnu.org>
17716
17717 * menu-bar.el (menu-bar-options-save): New function.
17718 (menu-bar-options-menu): Use it.
17719 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
17720 Simplify.
17721
17722 2000-06-19 Andreas Schwab <schwab@suse.de>
17723
17724 * progmodes/etags.el (tags-query-replace): Put new parameters
17725 START and END at the end, for backward compatibility.
17726
17727 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17728
17729 * international/codepage.el:
17730 (cp-coding-system-for-codepage-1): Delete special codes for
17731 generating xxx-dos coding system because now a CCL based coding
17732 system can handle EOL conversion by default.
17733
17734 * international/mule.el (make-coding-system): Generate subsidiary
17735 coding systems for EOL handling variants even for a CCL based
17736 coding system.
17737
17738 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17739
17740 * international/isearch-x.el (isearch-minibuffer-input-method)
17741 (isearch-minibuffer-input-method-function): These variables
17742 deleted.
17743 (isearch-with-input-method): Don't use the above variables.
17744 (isearch-process-search-multibyte-characters): Likewise. Call
17745 read-string with the arg INHERIT-INPUT-METHOD t.
17746
17747 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
17748
17749 * font-lock.el (font-lock-after-fontify-buffer)
17750 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
17751
17752 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
17753 Use consistent make-local-variable style for font-lock-fontified.
17754 (jit-lock-fontify-buffer):
17755 Don't bother checking for font-lock-mode and jit-lock-mode.
17756
17757 * time.el: Remove trailing ^M that prevent CVS-merging.
17758
17759 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17760
17761 * Makefile.in (distclean): New target.
17762
17763 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
17764
17765 * Makefile.in (srcdir): Define for update-subdirs.
17766
17767 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17768
17769 * find-lisp.el: New file.
17770
17771 2000-06-16 Andrew Innes <andrewi@gnu.org>
17772
17773 * time.el (display-time-mail-function): New variable, to allow
17774 external packages to indicate when new mail is available.
17775 (display-time-update): Use it.
17776
17777 2000-06-16 Kenichi Handa <handa@etl.go.jp>
17778
17779 * international/mule.el (mule-version): Change version name to
17780 SAKAKI. AOI has already been used by Meadow.
17781
17782 * international/quail.el (quail-show-guidance-buf): To find the
17783 bottom window (but minibuffer), pay attention to the height of
17784 minibuffer.
17785
17786 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
17787
17788 * arc-mode.el (archive-mode-map): Use the new menu-item format for
17789 menu-bar menus. Add help strings. Don't remove the Edit menu
17790 from the menu bar, as the menu bar has enough space now.
17791
17792 * Makefile.in (SHELL): Make sure /bin/sh is used.
17793
17794 * woman.el (woman-man-buffer): Fix bold and underlined CJK
17795 characters, which use series of two ^H characters instead of one.
17796
17797 2000-06-15 Gerd Moellmann <gerd@gnu.org>
17798
17799 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
17800 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
17801 functions.
17802 (Info-find-node-2): Try a case-sensitive search first, then
17803 do a case-insensitive search.
17804
17805 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
17806 tutorials.
17807
17808 * complete.el (PC-env-vars-alist): New variable.
17809 (PC-complete-as-file-name): New function.
17810 (partial-completion-mode): Initialize PC-env-vars-alist from
17811 process-environment.
17812 (PC-do-completion): Handle completion of env vars.
17813
17814 * info.el (Info-set-mode-line): Show file name in mode line,
17815 use `*Info*' instead of `Info:'.
17816
17817 * startup.el (command-line-1): Change copyright messages to year
17818 2000.
17819
17820 2000-06-15 Dave Love <fx@gnu.org>
17821
17822 * net/goto-addr.el (goto-address-fontify): Use keymap property,
17823 not local-map.
17824
17825 2000-06-15 Kenichi Handa <handa@etl.go.jp>
17826
17827 * international/mule.el (set-buffer-file-coding-system): Almost
17828 rewritten to handle `undecided' as no-op.
17829
17830 2000-06-14 Gerd Moellmann <gerd@gnu.org>
17831
17832 * Makefile.in: New file.
17833
17834 * Makefile: Removed.
17835
17836 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
17837 (goto-address-highlight-keymap): Bind C-c RET.
17838
17839 2000-06-14 Kenichi Handa <handa@etl.go.jp>
17840
17841 * mail/sendmail.el (sendmail-send-it): The temporary buffer
17842 inherits buffer-file-coding-system of the current buffer.
17843
17844 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
17845 0. Give correct argument to set-auto-coding-function.
17846 (tar-expunge): For goto-char, use (point-min), not 0.
17847 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
17848 (tar-subfile-save-buffer): Likewize.
17849
17850 * international/mule.el
17851 (after-insert-file-set-buffer-file-coding-system): Call
17852 set-buffer-file-coding-system with the arg FORCE t.
17853
17854 2000-06-13 Gerd Moellmann <gerd@gnu.org>
17855
17856 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
17857 nil. Contemporary sendmails issue an X-Authentication-Warning if
17858 the sender is set with `-f'.
17859
17860 2000-06-13 Dave Love <fx@gnu.org>
17861
17862 * help.el (describe-function-1): Kluge around cases of functions
17863 fset to subrs whose doc doesn't match their symbol-name.
17864
17865 * image.el (insert-image): Default STRING to a space.
17866
17867 * info.el Doc fixes.
17868 (Info-build-node-completions): Match Ref tags.
17869
17870 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
17871
17872 * frame.el (display-multi-frame-p, display-multi-font-p): New
17873 defaliases for display-graphic-p.
17874
17875 * hl-line.el: Fixed a typo in commentary.
17876
17877 2000-06-13 Kenichi Handa <handa@etl.go.jp>
17878
17879 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
17880 fixed.
17881
17882 2000-06-12 Dave Love <fx@gnu.org>
17883
17884 * image.el (insert-image): Save a little consing.
17885
17886 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17887
17888 * language/tibet-util.el: Convert all tibetan-1-column characters
17889 to the corresponding tibetan characters.
17890 (tibetan-add-components): Delete code for the special treatment of
17891 'a chung.
17892
17893 * language/tibetan.el (tibetan-composable-pattern): Fix previous
17894 change.
17895 (tibetan-vowel-transcription-alist): More rules added.
17896 (tibetan-composite-vowel-alist): New variable.
17897 (tibetan-precomposition-rule-alist): More rules added.
17898
17899 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
17900
17901 * startup.el (command-line): Only call menu-bar-mode if interactive.
17902
17903 * thingatpt.el (toplevel symbol-properties):
17904 * textmodes/makeinfo.el (makeinfo-compile):
17905 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
17906 * progmodes/hideif.el (hif-compress-define-list)
17907 (hide-ifdef-use-define-alist):
17908 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
17909 (ange-ftp-vms-add-file-entry):
17910 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
17911 * man.el (Man-build-man-command):
17912 * mail/rnewspost.el (news-reply-header-hook):
17913 * info.el (Info-insert-dir):
17914 * emulation/mlconvert.el (backward-word, forward-word, setq):
17915 * emacs-lisp/gulp.el (gulp-send-requests):
17916 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
17917 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
17918 (byte-optimize-apply, end of file):
17919 * emacs-lisp/advice.el (ad-advice-class-completion-table)
17920 (ad-make-freeze-definition):
17921 * startup.el (command-line, command-line-1): Don't quote lambdas.
17922
17923 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
17924 (cvs-cleanup-removed): New function.
17925 (cvs-cleanup-functions): New var.
17926 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
17927 some flexibility in specifying additional entries to auto-cleanup.
17928 (cvs-quickdir): New function.
17929 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
17930 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
17931 (cvs-mode-find-file): Check that we are on a filename or dirname
17932 when invoked through a mouse-click.
17933 (cvs-full-path): Remove.
17934 (cvs-dired-action): Re-introduced.
17935 (cvs-dired-noselect): Use it.
17936 (vc-post-command-functions): use this new hook if available.
17937
17938 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
17939 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
17940 (cvs-filename-map, cvs-dirname-map): Remove.
17941 (cvs-default-action): Remove.
17942 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
17943 if the arg is really a keymap.
17944 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
17945 Don't hardcode the mapping from state (aka type) to face, but check
17946 the var cvs-fi-<type>-face instead.
17947 (cvs-fileinfo-from-entries): New function.
17948
17949 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
17950 Docstring fix.
17951 (cvs-find-file-and-jump): Change default to be safer.
17952 (cvs-mode-diff-map): Define it as a function as well.
17953 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
17954 Bind mouse-2 in this global map rather than with text-properties.
17955
17956 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
17957 file to resolve the ambiguity between C(conflict) and C(need-merge).
17958
17959 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17960
17961 * international/mule.el (set-buffer-file-coding-system): If
17962 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
17963 unconditionally.
17964
17965 2000-06-12 Dave Love <fx@gnu.org>
17966
17967 * wid-edit.el (widget-specify-button): Really suppress the face if
17968 required.
17969
17970 2000-06-11 Gerd Moellmann <gerd@gnu.org>
17971
17972 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
17973
17974 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
17975
17976 * imenu.el (imenu-generic-expression): Docstring fix.
17977
17978 * composite.el (composition-function-table): Move the `put'
17979 below the autoload cookie so we can load the file before loaddefs.
17980
17981 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
17982
17983 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
17984 Handle easy-mmode-define-global-mode.
17985 For complex macros like define-minor-mode that can generate
17986 several autoload entries, try to autoload entries in the
17987 macroexpanded code.
17988
17989 * emacs-lisp/easy-mmode.el (define-minor-mode):
17990 If KEYMAP is a symbol, just use it.
17991 Use byte-compile-current-file and load-file-name to infer the
17992 proper :require to pass to defcustom.
17993 Wrap the hook var into `progn' so as not to autoload it.
17994 Add a :autoload-end cookie.
17995 Be more careful about the evaluation of KEYMAP.
17996 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
17997 (define-derived-mode): Move define-abbrev-table outside of defvar.
17998
17999 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18000
18001 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18002 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18003 (backup-compiled-files): Ignore errors during `tar'.
18004 (bootstrap): Make autoloads before elc files.
18005
18006 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18007
18008 * international/mule.el (set-buffer-file-coding-system): If one of
18009 undecided-XXX is specified, change only EOL conversion.
18010
18011 * international/mule-conf.el (unix): New alias for the coding
18012 system undecided-unix.
18013
18014 2000-06-09 Dave Love <fx@gnu.org>
18015
18016 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18017
18018 * progmodes/executable.el: Byte compile dynamic.
18019 (executable-insert): Change custom type.
18020 (executable-find): Add autoload cookie.
18021 (executable-make-buffer-file-executable-if-script-p): New
18022 function. After Noah Friedman.
18023
18024 * files.el (after-save-hook): Customize, with
18025 executable-make-buffer-file-executable-if-script-p as an option.
18026
18027 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18028
18029 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18030 "tib24p-mule.bdf" for Tibetan.
18031
18032 * composite.el (decompose-composite-char): Declare it as obsolete.
18033
18034 * man.el (Man-fontify-manpage): Pay attention to underline and
18035 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18036
18037 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18038
18039 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18040 Set maintainer to FSF since author isn't reachable.
18041
18042 2000-06-08 Dave Love <fx@gnu.org>
18043
18044 * international/mule-cmds.el (select-safe-coding-system): If
18045 DEFAULT-CODING-SYSTEM is not specified, also check the most
18046 preferred coding-system if buffer-file-coding-system is
18047 `undecided'. From Handa.
18048
18049 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18050
18051 * international/mule.el
18052 (after-insert-file-set-buffer-file-coding-system): If the buffer
18053 size is greater than INSERTED, judget that we are not visiting.
18054
18055 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18056
18057 * whitespace.el (defgroup whitespace): Comment out `:version'.
18058 XEmacs 20.4 has problems defining the group with this present.
18059 We'll have this commented out till get resolve the problem.
18060
18061 2000-06-07 John Wiegley <johnw@gnu.org>
18062
18063 * align.el (align-dq-string-modes, align-sq-string-modes)
18064 (align-open-comment-modes): Add pyhton-mode.
18065 (align-rules-list): Use get-text-property instead of
18066 text-properties-at.
18067 (align-rules-list): Add python-assignment.
18068 (align-rules-list): Change perl-comma-delimiter to
18069 basic-comma-delimiter. Use if for Perl modes and python-mode.
18070 (align-rules-list): Add python-chain-logic and
18071 basic-line-continuation.
18072
18073 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18074
18075 * apropos.el (apropos-mode-hook): New user variable.
18076 (apropos-mode): Run apropos-mode-hook.
18077
18078 2000-06-07 David Ponce <david@dponce.com>
18079
18080 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18081 commands. Require `wid-edit' at run-time.
18082
18083 2000-06-07 David Ponce <david@dponce.com>
18084
18085 * recentf.el: Added some "Commentary".
18086 (recentf-open-more-files, recentf-edit-list): Minor changes to
18087 move the point at the top of the file list. This behaviour is
18088 consistent with the menu one when the list contains a lot of
18089 files.
18090 (recentf-cleanup): Now displays the number of items removed from
18091 the list.
18092 (recentf-relative-filter) New menu filter to show filenames
18093 relative to `default-directory'.
18094
18095 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18096
18097 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18098 with/without giving an error if PostScript printer doesn't have this
18099 kind of page size. Zebra Stripe continues or restarts on next page.
18100 Manual/automatic paper feeding. Switch or not the header.
18101 (ps-print-version): New version number (5.2.2).
18102 (ps-windows-system): Include emx as a Windows system.
18103 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18104 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18105 (ps-background-text): Code fix.
18106 (ps-error-handler-message, ps-user-defined-prologue)
18107 (ps-print-prologue-header, ps-printer-name)
18108 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18109 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18110 (ps-use-face-background): Customization fix.
18111 (ps-n-up-database): Data fix.
18112 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18113 (ps-switch-header): New vars.
18114 (ps-xemacs-color-name, ps-face-foreground-name)
18115 (ps-face-background-name, ps-boolean-constant): New funs.
18116
18117 2000-06-07 Dave Love <fx@gnu.org>
18118
18119 * allout.el: New version from Manheimer.
18120
18121 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18122
18123 * textmodes/fill.el (fill-find-break-point): Check the validity of
18124 charset.
18125
18126 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18127
18128 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18129 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18130 Call display-color-p and display-mouse-p instead of looking at
18131 window-system.
18132
18133 2000-06-06 Dave Love <fx@gnu.org>
18134
18135 * image.el (find-image): Doc fix. Return nil if image not found.
18136 (put-image, insert-image): Make STRING arg optional.
18137
18138 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18139
18140 * language/vietnamese.el: Remove eval-when-compile.
18141 (viet-viscii-nonascii-translation-table): Define it as a
18142 translation table made from viet-viscii-decode-table.
18143 (viet-viscii-encode-table): Define it as a translation table made
18144 from the reverse map of above.
18145 (viet-vscii-nonascii-translation-table): Define it as a
18146 translation table made from viet-vscii-decode-table.
18147 (viet-vscii-encode-table): Define it as a translation table made
18148 from the reverse map of above.
18149 (ccl-decode-viscii): Use translate-character.
18150 (ccl-encode-viscii, ccl-encode-viscii-font)
18151 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18152 Likewize.
18153
18154 * language/cyrillic.el: Remove eval-when-compile.
18155 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18156 translation table made from cyrillic-koi8-r-decode-table.
18157 (cyrillic-koi8-r-encode-table): Define it as a translation table
18158 made from the reverse map of above.
18159 (ccl-decode-koi8): Use translate-character.
18160 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18161 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18162 a translation table made from cyrillic-alternativnyj-decode-table.
18163 (cyrillic-alternativnyj-encode-table): Define it as a translation
18164 table made from the reverse map of above.
18165 (ccl-decode-alternativnyj): Use translate-character.
18166 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18167 Likewize
18168
18169 * international/mule-diag.el (non-iso-charset-alist): Specify
18170 translation table symbol instead of translation table itself.
18171 (list-block-of-chars): CHARSET may be a translation table symbol.
18172
18173 * international/mule.el (make-coding-system): If CODING-SYSTEM
18174 already exists, override it.
18175
18176 * international/fontset.el: Use family `proportional' for Tibetan
18177 fonts.
18178
18179 * international/ccl.el (ccl-compile-translate-character): Don't
18180 check if Rrr has property translation-table.
18181 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18182
18183 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18184
18185 * info.el: Bind case-fold-search to t when searching in case
18186 a user sets it to nil in a hook.
18187
18188 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18189
18190 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18191 * hl-line.el (hl-line-mode): Use the new :global key argument.
18192
18193 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18194 (tar-clip-time-string): Prepend a space.
18195 (tar-grind-file-mode): Construct a string rather than modifying one.
18196 (tar-header-block-summarize): Fix docstring.
18197 Use `format' rather than an error-prone set of copy-loops.
18198
18199 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18200 (diff-goto-source, diff-unified->context, diff-context->unified)
18201 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18202 understand the format output by the `-p' argument to diff.
18203
18204 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18205 (sh-re-done): Use defconst.
18206 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18207 (sh-help-string-for-variable, sh-guess-basic-offset):
18208 Don't quote lambdas.
18209 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18210 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18211
18212 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18213 (mh-letter-mode): Derive from text-mode.
18214 This implicitly means that it now calls kill-all-local-variables.
18215 Also remove the Emacs-18 compatibility code.
18216
18217 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18218 Make use of symbol-property doc-string-elt.
18219 Use memq rather than a sequence of eq.
18220 (doc-string-elt): Fix the wrong or missing previously unused values.
18221 (autoload-print-form): New function extracted from
18222 generate-file-autoloads to allow recursion when handling progn
18223 so that defvar's and defun's docstrings are properly printed.
18224 (generate-file-autoloads): Use it.
18225
18226 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18227 Use find-file-hooks in the minor-mode function.
18228 Be careful not to loop indefinitely in the post-command-hook function.
18229
18230 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18231
18232 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18233 tty's.
18234 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18235 differences whenever appropriate.
18236 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18237 * viper.el (find-file, find-file-other-window): Get viper to do
18238 wildcards.
18239
18240 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18241
18242 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18243 (jit-lock-fontify-buffer): New function for JIT refontification.
18244 (jit-lock-mode): Fix docstring.
18245 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18246 Remove jit-lock-after-change from the _local_ hook.
18247 (jit-lock-function-1): Fix docstring.
18248
18249 * info.el (Info-on-current-buffer): Initialize info.
18250
18251 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18252
18253 * progmodes/tcl.el (tcl-indent-for-comment):
18254 Ignore comment-indent-hook.
18255
18256 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18257 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18258 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18259 and improve to use the lighter to guess the capitalization.
18260 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18261 Add keyword arguments to specify global-ness or the custom group.
18262 Add local-map and help-echo properties to the lighter.
18263 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18264 (easy-mmode-define-global-mode): New macro.
18265
18266 2000-06-02 Dave Love <fx@gnu.org>
18267
18268 * wid-edit.el: byte-compile-dynamic since we typically don't use
18269 all the widgets. Don't require cl or widget. Remove
18270 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18271 (widget-read-event): Removed. Callers changed to use read-event.
18272 (widget-button-release-event-p): Renamed from
18273 button-release-event-p.
18274 (widget-field-add-space, widget-field-use-before-change):
18275 Uncustomize.
18276 (widget-specify-field): Use keymap property, not local-map.
18277 (widget-specify-button): Obey :suppress-face.
18278 (widget-specify-insert): Use modern backquote syntax.
18279 (widget-image-directory): Renamed from widget-glyph-directory.
18280 (widget-image-enable): Renamed from widget-glyph-enable.
18281 (widget-image-find): Replaces widget-glyph-find.
18282 (widget-button-pressed-face): Move defvar.
18283 (widget-image-insert): Replaces widget-glyph-insert.
18284 (widget-convert): Use keywordp.
18285 (widget-leave-text, widget-children-value-delete): Use mapc.
18286 (widget-keymap): Remove XEmacs stuff.
18287 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18288 (widget-button-click): Don't set point at the click, but re-centre
18289 if we scroll out of window. Rewritten for images v. glyphs &c.
18290 (widget-tabable-at): Use POS arg, not point.
18291 (widget-beginning-of-line, widget-end-of-line)
18292 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18293 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18294 (widget-default-create): Use widget-image-insert; some rewriting.
18295 (widget-visibility-value-create)
18296 (widget-push-button-value-create, widget-toggle-value-create): Use
18297 widget-image-insert.
18298 (checkbox): Create on and off images dynamically.
18299 (documentation-link): Change :help-echo.
18300 (widget-documentation-link-echo-help): Remove.
18301
18302 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18303
18304 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18305
18306 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18307 (easy-mmode-define-toggle, define-minor-mode): Use it.
18308 (easy-mmode-define-keymap): Docstring fix.
18309 (define-derived-mode): Default PARENT to fundamental-mode.
18310 Add the derived-mode-parent symbol-property.
18311 (easy-mmode-derived-mode-p): New function.
18312
18313 2000-06-02 Dave Love <fx@gnu.org>
18314
18315 * files.el (convert-standard-filename): Doc fix.
18316 (normal-backup-enable-predicate): New function.
18317 (backup-enable-predicate): Use it to replace the lambda form.
18318
18319 * calendar/todo-mode.el: [This needs more work on the outline
18320 stuff.] Doc fixes.
18321 (todo) <defgroup>: Add :version.
18322 (todo-add-category): Don't use pushnew.
18323 (todo-cmd-raise): Fix typo.
18324 (todo-top-priorities): Change temp buffer name.
18325 (todo-category-alist): Avoid redundant lambda.
18326 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18327 Use outline-next-heading.
18328
18329 * autoarg.el: Rewritten to use define-minor-mode.
18330 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18331 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18332
18333 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18334
18335 * isearch.el (isearch-other-meta-char): Fix previous change.
18336
18337 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18338
18339 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18340 (log-edit-done): Only add the comment to the ring if it's different
18341 from the last comment entered.
18342
18343 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18344
18345 2000-06-01 Dave Love <fx@gnu.org>
18346
18347 * hl-line.el: Rewritten using define-minor-mode.
18348
18349 * help.el (describe-function-1): Distinguish special form from
18350 builtin function. Sanity-check presence of arglist for builtins.
18351
18352 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18353
18354 * international/characters.el: Fix syntax/category setting of
18355 Tibetan characters.
18356
18357 * language/tibet-util.el (tibetan-add-components): Fixes for new
18358 encoding of Tibetan characters.
18359 (tibetan-decompose-precomposition-alist): New variable.
18360 (tibetan-decompose-region): Convert precomposed characters to
18361 non-precomposed characters.
18362 (tibetan-decompose-string): Likewise.
18363 (tibetan-composition-function): Fix args to
18364 thibetan-compose-string.
18365
18366 * language/tibetan.el (tibetan-composable-pattern): More
18367 characters included.
18368 (tibetan-consonant-transcription-alist): Rule for "R" added.
18369 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18370 "+R" added.
18371 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18372
18373 * language/lao-util.el (lao-composition-function): Fix args to
18374 compose-string.
18375
18376 * language/thai-util.el (thai-composition-function): Fix args to
18377 compose-string.
18378
18379 * isearch.el (isearch-update): Set disable-point-adjustment to t
18380 to prevent the point moving to the end of a composition when a
18381 part of a composition is searched.
18382 (isearch-other-meta-char): If the key invoking this command can be
18383 mapped by function-key-map to a printing char, call
18384 isearch-process-search-char directly.
18385
18386 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18387
18388 * emacs-lisp/bytecomp.el:
18389 * frame.el:
18390 * international/mule-cmds.el:
18391 * international/mule-util.el:
18392 * international/mule.el:
18393 * mouse.el:
18394 * subr.el:
18395 * faces.el: Update calls to make-obsolete with a WHEN argument.
18396
18397 * byte-run.el (make-obsolete, make-obsolete-variable):
18398 Add an optional WHEN argument and change the format of the
18399 symbol-property information.
18400 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18401 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18402 new obsolete-symbol-property format and print WHEN if it is provided.
18403
18404 2000-05-31 Dave Love <fx@gnu.org>
18405
18406 * loadhist.el (loadhist-hook-functions): Remove
18407 before-change-function, after-change-function.
18408 (unload-feature): Deal with symbols which are both bound and
18409 fbound.
18410
18411 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18412 before-change-function, after-change-function.
18413
18414 * simple.el (newline): Don't bind before-change-function,
18415 after-change-function.
18416
18417 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18418
18419 * whitespace.el (whitespace-rescan-timer-time): Update interval
18420 set to 600 seconds (10 minutes) instead of 60 seconds since
18421 a large number of whitespace buffers causes emacs to `freeze'
18422 for a considerable amount of time.
18423
18424 * whitespace.el: Updated email address
18425
18426 2000-05-31 Dave Love <fx@gnu.org>
18427
18428 * add-log.el (change-log-font-lock-keywords) <function>: Add
18429 pattern for function of change.
18430 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18431 acknowledgements patterns.
18432
18433 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18434
18435 * isearch.el (isearch-printing-char): If keyboard coding system is
18436 being used, call isearch-process-search-multibyte-characters.
18437
18438 * international/isearch-x.el: Mostly rewritten.
18439
18440 * international/quail.el (quail-start-conversion): Don't include
18441 unhandled events in the returned events, but set them in
18442 unread-command-events. Exit if all inputs are deleted.
18443
18444 2000-05-30 Jason Rumney <jasonr@gnu.org>
18445
18446 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18447
18448 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18449 Reenable code to create initial fontsets.
18450 Use set-fontset-font in place of put-charset-property.
18451
18452 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18453
18454 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18455 label, ensure that the first colon isn't followed by another.
18456
18457 * paths.el (Info-default-directory-list): Doc fix.
18458
18459 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18460 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18461 send a query containing USER only, not USER@HOST.
18462
18463 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18464 and rmail-msgend to compute the restriction at the end, instead of
18465 computing it.
18466
18467 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18468
18469 * dabbrev.el (dabbrev-expand): Don't display messages in the
18470 echo area if the minibuffer window is active.
18471
18472 * jit-lock.el (jit-lock-mode): Add after change function to
18473 local hook.
18474
18475 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18476
18477 * antlr-mode.el: New commands: hide/unhide actions,
18478 upcase/downcase literals.
18479 (antlr-tiny-action-length): New user option.
18480 (antlr-hide-actions): New command. Suggested by
18481 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18482 (antlr-mode-map): New binding [C-c C-v].
18483 (antlr-mode-menu): New entries.
18484 (antlr-downcase-literals): New command.
18485 (antlr-upcase-literals): Ditto.
18486
18487 * antlr-mode.el: Minor changes: indendation, mode-name.
18488 (antlr-indent-line): Indent cpp directive at column 0.
18489 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18490
18491 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18492 (antlr-font-lock-additional-keywords): Workaround for intentional
18493 bug in XEmacs version of font-lock.
18494 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18495 be used by a smarter version of `buffers-menu-grouping-function'.
18496
18497 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18498
18499 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18500 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18501
18502 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18503
18504 * international/encoded-kb.el
18505 (encoded-kbd-iso2022-designation-map): Pay attention to that
18506 charset-iso-final-char return -1 for eight-bit-control and
18507 eight-bit-graphic.
18508
18509 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18510
18511 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18512 (speedbar-easymenu-definition-base): Use display-graphic-p where
18513 available, instead of window-system.
18514
18515 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18516
18517 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18518 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18519 coding systems.
18520
18521 2000-05-26 Dave Love <fx@gnu.org>
18522
18523 * disp-table.el (standard-display-underline): Don't use
18524 internal-find-face.
18525
18526 * mail/reporter.el: Maintainer change. Doc fixes.
18527 (reporter-version): Deleted.
18528
18529 * emacs-lisp/elp.el: Maintainer change.
18530 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18531
18532 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18533
18534 * add-log.el (add-change-log-entry): Merge the current entry with the
18535 previous one if the previous one is empty.
18536
18537 2000-05-26 Dave Love <fx@gnu.org>
18538
18539 * loadhist.el (unload-feature): Fix interactive spec [from
18540 lijnzaad@ebi.ac.uk].
18541
18542 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18543 subr-arity to check primitives.
18544 (byte-compile-flush-pending, byte-compile-file-form-progn)
18545 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18546 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18547 mapcar.
18548
18549 2000-05-26 Kenichi Handa <handa@etl.go.jp>
18550
18551 * international/fontset.el: Set family names of non-latin charsets
18552 in default fontset to "*".
18553
18554 * international/mule-diag.el (print-fontset): Combine family part
18555 and registry part of the fontname by "-*-" instead of "-".
18556
18557 * international/mule-cmds.el (encode-coding-char): Make strings
18558 multibyte before calling encode-coding-string.
18559
18560 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
18561
18562 * derived.el: Fix keywords.
18563 (define-derived-mode): Only define if needed.
18564
18565 * simple.el (fill-comment, comment-column, comment-start)
18566 (comment-start-skip, comment-end, comment-indent-function)
18567 (block-comment-start, block-comment-end, indent-for-comment)
18568 (set-comment-column, kill-comment, comment-padding, comment-region)
18569 (comment-multi-line, indent-new-comment-line): Remove.
18570
18571 * bindings.el (esc-map): Change ; to comment-dwim and use the new
18572 function names for comment operations.
18573
18574 * newcomment.el: Add abundant autoload cookies.
18575 (comment-style): Don't depend on runtime data at compile-time.
18576 (comment-indent-hook): Remove.
18577 (comment-indent): Check if comment-indent-hook is bound.
18578 (comment-region): Docstring fix.
18579
18580 2000-05-25 Dave Love <fx@gnu.org>
18581
18582 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
18583 byte-code-function-p.
18584
18585 * mail/rmailsum.el: Add provide.
18586
18587 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
18588
18589 * smerge-mode.el (smerge-diff-switches): Don't use list* in
18590 defcustom.
18591
18592 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
18593
18594 * ediff-diff.el (ediff-exec-process): delete --binary option from
18595 non-buffer ediff jobs.
18596
18597 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18598
18599 * hilit-chg.el (highlight-changes-mode): Ask about color or
18600 grayscale support, not about window-system.
18601
18602 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
18603 window-system.
18604 (ffap-highlight): Always default to t.
18605
18606 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
18607 display-popup-menus-p instead of looking at window-system.
18608
18609 * disp-table.el (standard-display-g1, standard-display-graphic):
18610 Only refuse to use string glyphs on X and MS-Windows.
18611
18612 * avoid.el: Remove window-system from commentary, suggest to use
18613 display-*-p instead.
18614
18615 * apropos.el (apropos-print): Use display-mouse-p instead of
18616 window-system.
18617
18618 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18619
18620 * international/codepage.el (cp-decoding-vector-for-codepage):
18621 Fill up unsupported characters with their own codes. From Kenichi
18622 Handa.
18623
18624 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18625
18626 * international/mule-diag.el (describe-char-after): Use
18627 display-graphic-p instead of window-system, so that this function
18628 works on MS-DOS.
18629
18630 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18631
18632 * international/codepage.el (cp-make-coding-systems-for-codepage):
18633 Remove the eight-bit-graphic and eight-bit-control charsets from
18634 the list of charsets which we convert into `?'.
18635
18636 2000-05-25 Kenichi Handa <handa@etl.go.jp>
18637
18638 * international/mule-conf.el: Specify CHARSET-ID explicitely for
18639 private charsets.
18640 (mule-unicode-0100-24ff, japanese-jisx0213-1,
18641 japanese-jisx0213-2): New charsets.
18642
18643 * international/fontset.el: Setup default fontset for new charsets.
18644
18645 2000-05-24 Dave Love <fx@gnu.org>
18646
18647 * info.el (Info-find-node-2): Restructure [following "Vadim
18648 S. Solomin" <sovs@uic.nnov.ru>].
18649
18650 * icomplete.el: Fix header for Finder.
18651
18652 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
18653
18654 * rmailout.el (rmail-output-to-rmail-file): Added optional param
18655 STAY.
18656
18657 * rmail.el (rmail-automatic-folder-directives): New user variable.
18658 (rmail-show-message): Add call to `rmail-auto-file' during
18659 display.
18660 (rmail-auto-file): New function.
18661
18662 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18663
18664 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
18665 account.
18666 (ediff-test-utility,ediff-diff-mandatory-option)
18667 (ediff-reset-diff-options): Utilities for proper initialization of
18668 ediff-diff-options and ediff-diff3-options on Windows.
18669
18670 * ediff-init.el (ediff-merge-filename-prefix): New customizable
18671 variable.
18672
18673 * ediff-mult.el (ediff-filegroup-action): Use
18674 ediff-merge-filename-prefix.
18675
18676 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18677
18678 * viper-ex.el (ex-write): Set selective display to nil.
18679
18680 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18681
18682 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
18683 aliases for hebrew-iso-8bit.
18684
18685 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18686
18687 * woman.el: New version from Francis J. Wright
18688 <F.J.Wright@Maths.QMW.ac.uk>.
18689 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
18690 names in environment variables regardless of the path separator.
18691 (woman-topic-all-completions-1): Don't call file-name-directory-p
18692 on all files, since woman-file-regexp already filters out any
18693 directories.
18694
18695 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18696
18697 * international/quail.el (quail-start-translation): Don't change
18698 modified-p of the current buffer.
18699 (quail-start-conversion): Likewise.
18700
18701 * international/kkc.el (kkc-region): Don't change modified-p of
18702 the current buffer.
18703
18704 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
18705 conform to RFC1468.
18706 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
18707
18708 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
18709
18710 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
18711 (speedbar-insert-button): Invisible text property fix.
18712 (speedbar-directory-plus): Renamed from speedbar-directory-+
18713 (speedbar-directory-minus): Renamed from speedbar-directory--
18714 (speedbar-page-plus): Renamed from speedbar-file-+
18715 (speedbar-page-minus): Renamed from speedbar-file--
18716 (speedbar-page): Renamed from speedbar-file-
18717 (speedbar-tag): Renamed from speedbar-tag-
18718 (speedbar-tag-plus): Renamed from speedbar-tag-+
18719 (speedbar-tag-minus): Renamed from speedbar-tag--
18720 (speedbar-expand-image-button-alist): Use above renames.
18721
18722 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
18723 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
18724 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
18725 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
18726 * sb-pg.xpm: Renamed from sb-file.xpm
18727 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
18728 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
18729
18730 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18731
18732 * international/quail.el (quail-show-guidance-buf): Set
18733 current-input-method of the guidance buffer to the name of the
18734 curren input method.
18735
18736 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
18737
18738 * progmodes/compile.el (compile-internal): Style typo.
18739
18740 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
18741 quote vars and functions in the docstring.
18742
18743 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
18744
18745 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
18746 Don't quote lambdas.
18747
18748 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
18749
18750 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18751
18752 * startup.el (command-line): Determine source file of compiled
18753 user init file differently. Warn if compiled user init file
18754 is older than its source file.
18755
18756 * ffap.el (ffap-url-regexp): Add `https'.
18757
18758 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
18759
18760 * files.el (make-backup-file-name-1): Replace slashes with `!'
18761 rather than `|' (which is not allowed on Windows). Replace the
18762 drive letters with a string "drive_X".
18763
18764 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18765
18766 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
18767
18768 * files.el (interpreter-mode-alist): Add `bash2'.
18769
18770 2000-05-22 Dave Love <fx@gnu.org>
18771
18772 * loadhist.el (feature-symbols, file-provides, file-requires): Use
18773 mapc.
18774 (feature-file): Avoid calling symbol-name. Doc fix.
18775 (file-set-intersect, file-dependents): Use dolist, not mapcar.
18776 (loadhist-hook-functions): Add mouse-position-function.
18777 (unload-feature): Change uses of mapcar.
18778
18779 * files.el (parse-colon-path): Doc fix.
18780 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
18781 (set-auto-mode): Use mapc.
18782
18783 * complete.el (PC-look-for-include-file): Use :alnum: character
18784 class.
18785 (partial-completion-mode): Add autoload cookie.
18786
18787 2000-05-22 Sam Steingold <sds@gnu.org>
18788
18789 * info.el (Info-fontify-node): Fixed the call to
18790 `add-text-properties' (bug introduced on 2000-05-18).
18791
18792 2000-05-22 Dave Love <fx@gnu.org>
18793
18794 * bindings.el: Remove debug-ignored-errors set in other files.
18795
18796 * progmodes/etags.el: Add to debug-ignored-errors.
18797 (visit-tags-table-buffer): Clear out buffers holding old tables
18798 when making a new list.
18799 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
18800 mapc.
18801
18802 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
18803 quote keywords.
18804 (cmpl-string-case-type): Use character classes.
18805
18806 * comint.el:
18807 * textmodes/ispell.el:
18808 * imenu.el:
18809 * mail/mh-e.el:
18810 * progmodes/compile.el: Add to debug-ignored-errors.
18811
18812 * dabbrev.el: Add to debug-ignored-errors.
18813 (dabbrev-completion): Use mapc.
18814
18815 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
18816
18817 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
18818 (woman-mapcan, woman-parse-man.conf)
18819 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
18820 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
18821 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
18822 path syntax better.
18823 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
18824 (woman-manpath): Call woman-parse-man.conf.
18825 (woman-emulation): New defcustom, defaults to nroff.
18826 (woman-font-support): New defconst.
18827 (woman-use-symbol-font): New defcustom.
18828 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
18829 "Emulation".
18830 Many functions: Doc fix.
18831
18832 2000-05-22 Kenichi Handa <handa@etl.go.jp>
18833
18834 * international/quail.el (quail-simple-translation-keymap): Map
18835 128..255 to quail-self-insert-command.
18836 (quail-keyboard-layout-alist): Add definition for "pc102-de".
18837
18838 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
18839
18840 * help.el (help-manyarg-func-alist): Typo.
18841
18842 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
18843 intervals which makes it heaps simpler.
18844
18845 * newcomment.el (comment-region-internal): Go back to BEG after quoting
18846 the nested comment markers.
18847
18848 * subr.el (remove-hook): Don't turn the hook's value into a list.
18849
18850 2000-05-21 Dave Love <fx@gnu.org>
18851
18852 * edmacro.el (edmacro-parse-keys): Return vector if any elements
18853 are invalid characters.
18854
18855 * international/mule-util.el (detect-coding-with-priority): Use
18856 mapc. Remove redundant lambda.
18857
18858 * international/mule-diag.el (list-non-iso-charset-chars)
18859 (describe-fontset): Remove redundant lambda.
18860
18861 * emulation/crisp.el (brief-mode): New alias.
18862
18863 * emacs-lisp/ring.el (ring-elements): New function.
18864
18865 * emacs-lisp/easymenu.el (easy-menu-create-menu)
18866 (easy-menu-do-add-item): Use keywordp.
18867
18868 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
18869
18870 * replace.el: Doc and error message fixes.
18871 (replace-highlight): Use facep, not internal-find-face.
18872
18873 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
18874
18875 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
18876
18877 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
18878 (log-edit-insert-changelog): Drop `:' as well.
18879
18880 * log-view.el: Fix file description.
18881 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
18882 available.
18883 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
18884 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
18885
18886 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
18887 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
18888 Print a status message if the toggle is called interactively.
18889 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
18890 for global minor modes and use `defcustom' for them.
18891 Use add-minor-mode.
18892 (easy-mmode-define-derived-mode): Remove.
18893 (define-derived-mode): Fancier default docstring.
18894 (easy-mmode-define-navigation): Signal an error rather than (ding).
18895
18896 * newcomment.el (comment-styles): New `box-multi'.
18897 (comment-normalize-vars): Better default for comment-continue to
18898 avoid whitespace-only continuations.
18899 (comment-search-forward): Always move even in the no-syntax case.
18900 (comment-padright): Only obey N if it's only obeyed for padleft.
18901 (comment-make-extra-lines): Better handling of empty continuations.
18902 Use `=' for the filler if comment-start has only one character.
18903 (uncomment-region): Try handling the special `=' filler.
18904 (comment-region): Allow LINES even if MULTI is nil.
18905 (comment-box): Choose box style based on comment-style.
18906
18907 2000-05-20 Kenichi Handa <handa@etl.go.jp>
18908
18909 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
18910 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
18911
18912 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
18913
18914 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
18915 and insert, not subst-char-in-region.
18916
18917 * international/mule-diag.el (list-character-sets-1): Handle
18918 charsets eight-bit-control and eight-bit-graphic.
18919 (list-iso-charset-chars): Likewise.
18920 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
18921 charactes as is. Use indent-to to align characters.
18922
18923 * international/mule-cmds.el (find-multibyte-characters): Never
18924 exclude charsets eight-bit-control and eight-bit-graphic.
18925
18926 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18927
18928 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
18929 Don't quote lambdas.
18930
18931 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
18932
18933 2000-05-19 Gerd Moellmann <gerd@gnu.org>
18934
18935 * gud.el (gud-jdb-directories): Doc fix.
18936
18937 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18938
18939 * newcomment.el: New file.
18940
18941 2000-05-19 Gerd Moellmann <gerd@gnu.org>
18942
18943 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
18944
18945 2000-05-18 Andreas Schwab <schwab@suse.de>
18946
18947 * dired.el (dired-between-files): Also skip lines beginning with
18948 `used'.
18949
18950 2000-05-18 Gerd Moellmann <gerd@gnu.org>
18951
18952 * msb.el (msb-menu-cond): Add choice `user'.
18953
18954 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18955
18956 * ps-print.el: Compatibility, customization and doc fix.
18957 (ps-printer-name-option): Replace defconst by defvar.
18958 (ps-postscript-code-directory): XEmacs compatibility.
18959 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
18960 fix.
18961 (ps-user-defined-prologue, ps-print-prologue-header)
18962 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
18963 compatibility and code fix.
18964 (ps-print-background-image, ps-print-background-text):
18965 Customization fix.
18966 (ps-line-number-start, ps-n-up-on): New vars.
18967
18968 2000-05-18 Espen Skoglund <esk@ira.uka.de>
18969
18970 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
18971 the indent-comment function to just return the appropriate indent.
18972
18973 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
18974
18975 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
18976 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
18977 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
18978
18979 2000-05-18 Dave Love <fx@gnu.org>
18980
18981 * info.el (Info-fontify-node): Add intangible property as well as
18982 invisible.
18983
18984 * calendar/appt.el (appt-make-list): Match all lines of entry.
18985 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
18986
18987 2000-05-18 Kenichi Handa <handa@etl.go.jp>
18988
18989 * international/mule-diag.el (describe-char-after): Call
18990 internal-char-font, not char-font. If internal-char-font returns
18991 nil, display "-- none --".
18992
18993 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18994
18995 * image.el (image-type-available-p): Don't reference image-types
18996 if it isn't bound.
18997
18998 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
18999
19000 * autoarg.el (autoarg-mode): Typo in the :set argument.
19001
19002 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19003
19004 * startup.el (command-line-1): Don't signal an error if the
19005 directory for auto-save-list files does not yet exist.
19006
19007 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19008
19009 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19010
19011 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19012
19013 * subr.el (remove-hook): `setq' hook-value, not `set'.
19014
19015 2000-05-16 Sam Steingold <sds@gnu.org>
19016
19017 * info.el (debug-ignored-errors): More errors to ignore.
19018
19019 2000-05-16 Dave Love <fx@gnu.org>
19020
19021 * cus-edit.el: Don't require cl or easymenu.
19022 (custom-variable-prompt): Test standard-value property, not
19023 user-variable-p.
19024
19025 2000-05-16 Sam Steingold <sds@gnu.org>
19026
19027 * subr.el (add-hook): `setq' hook-value, not `set'.
19028
19029 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19030
19031 * startup.el (command-line-1): Mention the FAQ in the startup
19032 message.
19033
19034 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19035
19036 * progmodes/compile.el (compilation-parse-errors): Collect
19037 `nomessage' regexps last.
19038
19039 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19040
19041 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19042 to the function name.
19043
19044 2000-05-15 Dave Love <fx@gnu.org>
19045
19046 * speedbar.el (speedbar-recenter): Typo.
19047 (speedbar-expand-line): Make arg optional.
19048 (speedbar-mode): Avoid a compiler warning.
19049
19050 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19051
19052 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19053 user-specified option string is empty.
19054
19055 * mouse.el (mouse-yank-at-click): Doc fix.
19056
19057 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19058
19059 * term/internal.el (IT-character-translations): More updates of
19060 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19061 documents.
19062
19063 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19064
19065 * env.el (getenv): New function, interactively callable.
19066 (setenv, getenv): Remove autoload cookies.
19067
19068 * loadup.el: Load `env'.
19069
19070 * progmodes/f90.el: Change author's mail address.
19071
19072 2000-05-14 Dave Love <fx@gnu.org>
19073
19074 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19075 goto-addr as an option.
19076
19077 * help.el (help-xref-stack): Doc fix.
19078 (help-xref-following): New variable.
19079 (help-make-xrefs): Use it.
19080 (help-xref-go-back): Use position information from stack element.
19081 (help-follow): Make position in stack element a pair. Use
19082 help-xref-following.
19083
19084 * autoarg.el: New file.
19085
19086 * faces.el: Declare more functions obsolete.
19087
19088 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19089 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19090 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19091 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19092 Remove all the setup-...-environment functions.
19093
19094 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19095
19096 * speedbar.el: Updated the commentary section. xemacs20p now uses
19097 >= when detecting. Require `defimage' safely.
19098 (speedbar-easymenu-definition-base): Add toggle for images.
19099 (speedbar-easymenu-definition-special): Add flush cache & expand.
19100 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19101 (speedbar-reconfigure-keymaps-hook): New variable.
19102 (speedbar-frame-parameters): Updated documentation.
19103 (speedbar-use-imenu-flag): Updated custom tag
19104 (speedbar-dynamic-tags-function-list): New variable.
19105 (speedbar-tag-hierarchy-method): Updated doc & custom.
19106 (speedbar-indentation-width, speedbar-indentation-width) New
19107 variables.
19108 (speedbar-hide-button-brackets-flag): Customizable.
19109 (speedbar-vc-indicator): Doc update.
19110 (speedbar-ignored-path-expressions): Updated default value.
19111 (speedbar-supported-extension-expressions): Updated default value.
19112 (speedbar-syntax-table): Remove {} paren status.
19113 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19114 as "+". Added overlay aliases.
19115 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19116 `force-mode-line-update'.
19117 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19118 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19119 `mouse-set-point'
19120 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19121 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19122 of arbitrary text, and new helper functions.
19123 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19124 filename finder.
19125 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19126 (speedbar-directory-buttons): Update path search/expansion.
19127 (speedbar-make-tag-line): Pay attention to
19128 `speedbar-indentation-width'. Use more care w/ invisible
19129 properties.
19130 (speedbar-change-expand-button-char): Call
19131 `speedbar-insert-image-button-maybe'.
19132 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19133 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19134 (speedbar-trim-words-tag-hierarchy)
19135 (speedbar-simple-group-tag-hierarchy): New functions
19136 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19137 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19138 functions.
19139 (speedbar-mouse-set-point): New function
19140 (speedbar-power-click): Updated documentation.
19141 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19142 of tag prefix text.
19143 (speedbar-expand-line, speedbar-contract-line): Make more robust
19144 to strange text.
19145 (speedbar-expand-line): Takes universal argument to flush the
19146 cache.
19147 (speedbar-flush-expand-line): New function.
19148 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19149 Use new generator insertion method.
19150 (speedbar-fetch-dynamic-tags): New function.
19151 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19152 `speedbar-fetch-dynamic-imenu'.
19153 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19154 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19155 "Revert Buffer" menu items.
19156 (speedbar-buffer-buttons-engine): Be smarter when creating a
19157 filename tag (for expansion purposes.).
19158 (speedbar-highlight-one-tag-line,
19159 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19160 (speedbar-recenter): New functions.
19161 (defimage-speedbar): Image loading abstraction.
19162 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19163 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19164 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19165 (speedbar-tag-type, speedbar-tag-mail): New images.
19166 (speedbar-expand-image-button-alist): New variable.
19167 (speedbar-insert-image-button-maybe): Insert an image over some
19168 buttons.
19169
19170 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19171
19172 * international/mule-cmds.el (encode-coding-char): An ASCII
19173 character is always encodable.
19174
19175 * international/mule-conf.el: Add more information in descriptions
19176 of character sets.
19177
19178 * international/mule-diag.el (describe-char-after): New function.
19179 (describe-font-internal): Adjusted for the change of font-info.
19180 (describe-font): Likewise.
19181 (print-fontset): Rewritten for the new fontset implementation.
19182 (describe-fontset): Include fontset alias names in completion.
19183 (list-fontsets): Adjusted for the change of print-fontset.
19184
19185 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19186 describe-char-after instead of displaying the detail in the echo
19187 area.
19188 (syntax-code-table): Format changed.
19189 (string-to-syntax): Adjusted for the above change.
19190
19191 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19192
19193 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19194
19195 2000-05-12 Dave Love <fx@gnu.org>
19196
19197 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19198 dependence. Use line-{beginning,end}-position, not
19199 point-at{b,e}ol. Some doc fixes.
19200 (todo-position): New function. Fix callers of position to use it.
19201 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19202
19203 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19204
19205 * time.el (display-time-mail-icon): Use `:ascent center'.
19206
19207 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19208 handling FTP security extensions.
19209
19210 2000-05-11 Dave Love <fx@gnu.org>
19211
19212 * calendar/todo-mode.el: New file.
19213
19214 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19215
19216 * comint.el (comint-read-input-ring): Move reference to
19217 comint-input-ring-size outside of the save-excursion. It was
19218 causing the default value to be the only one ever seen.
19219
19220 * font-lock.el: Update copyright. Remove Simon Marshall's email
19221 address on request from him.
19222
19223 * subr.el (substitute-key-definition): Add comment describing
19224 the meaning of PREFIX.
19225
19226 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19227
19228 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19229
19230 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19231 (add-minor-mode): Don't make the variable buffer-local and add a
19232 reference to define-minor-mode in the docstring.
19233
19234 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19235 HEADER/FOOTER and fix bug with trailing empty directory.
19236 (cvs-append-to-ignore): Use vc-editable-p if available.
19237 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19238 (vc-do-command): Tweak advice to handle the new VC.
19239
19240 * log-view.el (log-view-goto-rev): New function for the new VC.
19241 (log-view-minor-wrap): Use mark-active.
19242
19243 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19244 (log-edit-changelog-full-paragraphs): New var.
19245 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19246 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19247 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19248 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19249 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19250 Replace the `cvs' prefix with `log-edit'.
19251
19252 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19253
19254 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19255 (diff-font-lock-defaults): Explicitly turn off multiline.
19256 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19257 (diff-ediff-patch): Fix call to ediff-patch-file.
19258 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19259 Handle comments.
19260
19261 * frame.el (automatic-hscrolling): Typo.
19262
19263 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19264
19265 2000-05-09 Sam Steingold <sds@goems.com>
19266
19267 * apropos.el (apropos-print): use `describe-face' instead of
19268 `customize-face-other-window'.
19269
19270 2000-05-09 Dave Love <fx@gnu.org>
19271
19272 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19273
19274 * help.el (describe-variable): Have customize button pop the
19275 help-xref stack when invoked.
19276 (help-xref-symbol-regexp): Add `face'.
19277 (help-make-xrefs): Check for quoted face names and adapt regexp
19278 submatch numbers to cope.
19279 (help-xref-interned): Maybe insert face doc too. Separate
19280 sections with a line of hyphens.
19281
19282 * faces.el: Some doc fixes. Declare some functions obsolete.
19283 (describe-face): Add customize button. Return the help
19284 text. Fix prompt.
19285
19286 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19287
19288 * term/internal.el (IT-character-translations): Fix last change.
19289
19290 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19291
19292 * woman.el: New file
19293 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19294
19295 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19296
19297 * term/internal.el (IT-character-translations): Update ASCII
19298 simulations for greek-iso8859-7, add latin-iso8859-14 and
19299 latin-iso8859-15.
19300
19301 * international/mule-cmds.el (set-language-info-alist): Call
19302 define-prefix-command with 3 arguments, to make the map suitable
19303 for a menu.
19304
19305 2000-05-07 Dave Love <fx@gnu.org>
19306
19307 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19308
19309 2000-05-05 Dave Love <fx@gnu.org>
19310
19311 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19312 list in doc string. Don't quote keyword symbols.
19313 * emacs-lisp/cl.el: Likewise
19314 * emacs-lisp/cl-seq.el: Likewise
19315
19316 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19317
19318 * abbrev.el (abbrev-mode): Make ARG optional.
19319
19320 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19321
19322 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19323
19324 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19325
19326 * subr.el (substitute-key-definition): Clarify documentation.
19327
19328 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19329
19330 * glasses.el (glasses-convert-to-unreadable): Use
19331 `glasses-separator' instead of the hard-wired "_".
19332 (glasses-mode): Call `glasses-make-unreadable' only in a single
19333 place.
19334
19335 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19336
19337 * term/internal.el (cjk-codepages-alist): Add associations for
19338 Chinese and Korean codepages. Remove FIXME comment.
19339
19340 2000-05-03 Dave Love <fx@gnu.org>
19341
19342 * time.el (display-time-mail-face, display-time-use-mail-icon):
19343 New option.
19344 (display-time-mail-icon): New variable.
19345 (display-time-string-forms): Use the above. Fix the local-map.
19346
19347 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19348
19349 * replace.el (query-replace-map): Add binding for `E'.
19350 (query-replace-help): Extend help text.
19351 (perform-replace): Allow editing the replacement string.
19352
19353 * make-mode.el (makefile-mode-abbrev-table): New variable.
19354 (makefile-mode): Set local abbrev table to
19355 makefile-mode-abbrev-table.
19356 (makefile-font-lock-keywords): Fontify includes and conditionals.
19357
19358 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19359 set TOGGLE's value.
19360
19361 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19362 mail-interactive-insert-alias.
19363 (mail-abbrev-complete-alias): New command.
19364 (mail-mode-map): Bind it to `M-TAB'.
19365
19366 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19367
19368 * language/lao-util.el (lao-compose-region): New function.
19369
19370 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19371
19372 * files.el (recover-session): Make directories as necessary
19373 if they don't exist yet.
19374
19375 * calendar/cal-french.el
19376 (french-calendar-multibyte-special-days-array)
19377 (french-calendar-special-days-array): Change French text.
19378 (calendar-french-date-string): Change output.
19379 (calendar-goto-french-date): Likewise.
19380
19381 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19382
19383 * wid-edit.el (widget-default-active): Obey `:always-active'.
19384 (widget-documentation-string-value-create): Set `:always-active'.
19385
19386 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19387
19388 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19389 default prefix to `~/_emacs.d/auto-save.list/_s'.
19390 (normal-top-level): Create the directory for auto-save files, if
19391 it doesn't already exist (in the ms-dos case only).
19392
19393 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19394
19395 * international/mule-cmds.el (set-language-environment): Don't
19396 concat an integer (dos-codepage), use format instead.
19397
19398 2000-05-02 Dave Love <fx@gnu.org>
19399
19400 * help.el (help-xref-on-pp): Check for constant symbols.
19401
19402 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19403
19404 * startup.el (normal-top-level): Put a condition-case around
19405 the code loading subdirs.el.
19406
19407 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19408
19409 * ps-print.el: Upside-down and face background color printing,
19410 line number step, doc fix.
19411 (ps-print-version): New version number (5.2).
19412 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19413 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19414 (ps-spool-config): Var fix.
19415 (ps-printer-name-option): Const fix.
19416 (ps-print-upside-down, ps-use-face-background)
19417 (ps-line-number-step): New vars.
19418 (ps-window-system, ps-lp-system): New consts.
19419 (ps-face-background): New fun.
19420
19421 2000-04-28 Richard Stallman <rms@gnu.org>
19422
19423 * files.el (make-auto-save-file-name):
19424 Apply auto-save-file-name-transforms to visited file name
19425 before generating auto save file name.
19426 (auto-save-file-name-transforms): New variable.
19427
19428 * files.el (backup-enable-predicate):
19429 Correctly test for a file under a temporary directory.
19430
19431 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19432
19433 * subr.el (add-minor-mode): Rewritten.
19434
19435 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19436
19437 * mail/sendmail.el (sendmail-send-it): Set
19438 buffer-file-coding-system to the selected coding system for MIME
19439 header.
19440
19441 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19442
19443 * dired.el (dired-move-to-filename-regexp): Allow format where
19444 YYYY is followed by two spaces.
19445
19446 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19447 in the second character class of the regexp.
19448
19449 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19450 mh-etc, too.
19451
19452 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19453 nil.
19454
19455 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19456
19457 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19458 argument.
19459
19460 2000-04-27 Sen Nagata <sen@eccosys.com>
19461
19462 * emacs-lisp/crm.el (crm-completion-table): New variable.
19463 (crm-collection-fn, crm-test-completion)
19464 (completing-read-multiple): Use it.
19465
19466 2000-04-27 Dave Love <fx@gnu.org>
19467
19468 * help.el (locate-library): Use mapc.
19469 (help-manyarg-func-alist): Add call-process-region.
19470
19471 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19472
19473 * subr.el (add-minor-mode): Make argument MAP optional.
19474
19475 * desktop.el (desktop-save): Save list of minor modes.
19476 (desktop-create-buffer): Restore minor modes.
19477 (desktop-minor-mode-table): New user-option.
19478
19479 * subr.el (add-minor-mode): New function.
19480
19481 * image.el (find-image): New function.
19482 (defimage): Rewritten to find image at load time.
19483
19484 * startup.el (normal-top-level-add-to-load-path): Handle
19485 case that the default directory is not in load-path.
19486
19487 * help.el: Old patch from Stefan Monnier.
19488 (help-xref-on-pp): New function.
19489 (describe-variable): Use it to display xrefs in a symbol's value.
19490
19491 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19492
19493 * cus-edit.el (custom-face): Fix parenthesis.
19494
19495 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19496
19497 * mail/rmail.el (rmail-expunge): When there are no deleted
19498 messages, do nothing.
19499
19500 2000-04-26 Dave Love <fx@gnu.org>
19501
19502 * international/mule-cmds.el (locale-translation-file-name):
19503 Defvar to nil.
19504 (set-locale-environment): Set it here (at runtime).
19505
19506 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19507
19508 * replace.el (perform-replace): Add parameters START and END. Use
19509 them instead of the check for a region in Transient Mark mode.
19510 (query-replace-read-args): Return two more list elements for the
19511 start and end of the region in Transient Mark mode.
19512 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19513 (map-query-replace-regexp, replace-string, replace-regexp): Add
19514 optional last arguments START and END and pass them to
19515 perform-replace.
19516
19517 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19518 form with additional arguments for perform-replace.
19519
19520 * progmodes/etags.el (tags-query-replace): Add parameters START
19521 and END. Construct a form with additional arguments for
19522 perform-replace.
19523
19524 * simple.el (shell-command): Set default directory for "*Shell
19525 Command Output" buffer.
19526
19527 * language/european.el (iso-latin-4): Fix typo.
19528
19529 * emacs-lisp/crm.el: New file.
19530
19531 2000-04-24 Dave Love <fx@gnu.org>
19532
19533 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19534 (Custom-reset-saved, Custom-reset-standard)
19535 (custom-group-value-create, custom-group-set, custom-group-save)
19536 (custom-group-reset-current, custom-group-reset-saved)
19537 (custom-group-reset-standard): Use mapc.
19538 (custom-buffer-create-internal): Disable undo when creating items.
19539 Use mapc.
19540 (custom-face): Avoid redundant lambda.
19541
19542 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19543
19544 * startup.el (auto-save-list-file-prefix): Set default to
19545 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19546
19547 2000-04-24 Sam Steingold <sds@gnu.org>
19548
19549 * time-stamp.el (time-stamp-string-preprocess): Always convert
19550 `field-result' to a string.
19551
19552 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19553
19554 * frame.el (scrolling): New group.
19555 (automatic-hscrolling): New user-option.
19556
19557 * startup.el (command-line-x-option-alist): Add `-lsp' and
19558 `--line-spacing'.
19559
19560 2000-04-19 Dave Love <fx@gnu.org>
19561
19562 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
19563 (cl-mapc): Rename from mapc. Fix the funcall.
19564
19565 2000-04-19 Gerd Moellmann <gerd@gnu.org>
19566
19567 * simple.el (clone-indirect-buffer-other-window): New command.
19568 (clone-indirect-buffer): Add optional arg NORECROD.
19569 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
19570
19571 * help.el (resize-temp-buffer-window): Use count-screen-lines.
19572
19573 * window.el (count-screen-lines): New function.
19574 (shrink-window-if-larger-than-buffer): Use count-screen-lines
19575 instead of window-buffer-height.
19576
19577 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
19578 non-existing variable comint-input-sentinel.
19579 (inferior-lisp-args-to-list): Removed.
19580 (inferior-lisp): Use split-string instead of
19581 inferior-lisp-args-to-list.
19582
19583 * hexl.el (hexl-insert-hex-string): New command.
19584
19585 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
19586 instead of concat.
19587
19588 2000-04-18 Gerd Moellmann <gerd@gnu.org>
19589
19590 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
19591 at the start of an existing but empty folder.
19592
19593 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19594
19595 * ps-mule.el: Customization fix, doc fix.
19596 (ps-multibyte-buffer): Customization fix.
19597
19598 2000-04-17 Richard M. Stallman <rms@gnu.org>
19599
19600 * subr.el (read-passwd): Use read-char-exclusive.
19601
19602 2000-04-17 Gerd Moellmann <gerd@gnu.org>
19603
19604 * textmodes/texinfo.el (texinfo-insert-@email)
19605 (texinfo-insert-@emph, texinfo-insert-@quotation)
19606 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
19607 (texinfo-mode-map): Add key bindings for them.
19608
19609 * files.el (basic-save-buffer-2): Use a template with `$'
19610 instead of `#' for VMS.
19611
19612 * simple.el (clone-indirect-buffer): New function.
19613
19614 2000-04-16 Stephen Eglen <stephen@gnu.org>
19615
19616 * iswitchb.el (iswitchb-case): New function. If the user input
19617 contains any upper-case characters, the search is made
19618 case-sensitive.
19619
19620 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
19621
19622 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
19623 comment-end.
19624 (texinfo-font-lock-syntactic-keywords): New var.
19625 (texinfo-font-lock-keywords): Remove comment regexp.
19626 (texinfo-insert-block): New function.
19627 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
19628 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
19629 and font-lock-defaults. Use regexp-opt for outline-regexp.
19630 (texinfo-environments): New var.
19631 (texinfo-environment-regexp): Use regexp-opt and
19632 texinfo-environments.
19633
19634 * textmodes/ispell.el (ispell-menu-map-needed): Check that
19635 ispell-process is bound since this might be eval'd before ispell
19636 is loaded.
19637 (ispell-message): Use a tiny bit less magic and a bit more hard
19638 data to figure out what kind of sc-cite-regexp to use.
19639
19640 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
19641
19642 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
19643 (insert-cyclic-diary-entry): Unquote the lambda.
19644
19645 * gud.el (gud-jdb-build-source-files-list): Fix typo.
19646
19647 * files.el (backup-enable-predicate): Unquote the lambda.
19648
19649 * cus-edit.el (custom-face, face): Unquote the lambda.
19650
19651 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19652
19653 * ps-print.el: Check for line-beginning-position definition.
19654
19655 * ps-print.el: Fix counting lines in a region.
19656 (ps-print-version): New version number (5.1.5).
19657 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
19658 (ps-printing-region): Fun code fix.
19659
19660 2000-04-15 Gerd Moellmann <gerd@gnu.org>
19661
19662 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
19663 to file-directory-p.
19664
19665 2000-04-14 Gerd Moellmann <gerd@gnu.org>
19666
19667 * gud.el (gud-jdb-build-source-files-list): Check that directory
19668 exists before calling directory-files.
19669
19670 2000-04-13 Dave Love <fx@gnu.org>
19671
19672 * emacs-lisp/trace.el: Change maintainer. Use new backquote
19673 syntax.
19674
19675 * emacs-lisp/cl-specs.el: Remove when, unless.
19676
19677 * emacs-lisp/cl-extra.el: Don't quote keywords.
19678 (cl-old-mapc): New variable.
19679 (mapc): Use it.
19680 (cl-map-intervals): Use with-current-buffer. Don't check for
19681 next-property-change.
19682 (cl-map-overlays): Use with-current-buffer.
19683 (cl-expt): Remove.
19684 (copy-tree, remprop): Define unconditionally.
19685
19686 * emacs-lisp/cl-compat.el (keywordp): Remove.
19687
19688 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
19689 to use keywordp.
19690 (edebug-spec): Enable keywordp.
19691
19692 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
19693 string-lessp.
19694
19695 * cus-start.el: Use keywordp.
19696
19697 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19698
19699 * diary-lib.el (include-other-diary-files): Fix the fix of
19700 2000-02-18 by doing a save-excursion.
19701
19702 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19703
19704 * ps-print.el: Customization fix, doc fix.
19705 (ps-print-version): New version number (5.1.4).
19706 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
19707 (ps-print-preprint): Adjust code.
19708 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
19709 (ps-print-prologue-header, ps-print-control-characters)
19710 (ps-spool-config): Customization fix.
19711
19712 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
19713
19714 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
19715 converted to the new menu-item format, names silightly changed,
19716 help strings added.
19717
19718 Support for spelling without async subprocesses:
19719
19720 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
19721 (ispell-session-buffer): New variables.
19722 (ispell-start-process, ispell-process-status,
19723 ispell-accept-output, ispell-send-string): New functions, for
19724 Ispell invocation when async subprocesses aren't supported.
19725 (ispell-word, ispell-pdict-save, ispell-command-loop,
19726 ispell-process-line, ispell-buffer-local-parsing): Replace calls
19727 to process-send-string with calls to ispell-send-string, and
19728 accept-process-output with ispell-accept-output.
19729 (ispell-init-process): Call ispell-process-status instead of
19730 process-status with.
19731 (ispell-init-process): Call ispell-start-process. Call
19732 ispell-accept-output and ispell-send-string. Don't call
19733 process-kill-without-query and kill-process if they are unbound.
19734 (ispell-async-processp): New function.
19735
19736 2000-04-12 Dave Love <fx@gnu.org>
19737
19738 * info.el: Add debug-ignored-errors.
19739 (Info-mode-menu): Add some items.
19740 (Info-directory): Add autoload cookie.
19741
19742 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
19743 Modify `truncate-lines'. Make `describe-language-environment'
19744 always visible and add help. Modify `describe-key' help. Invoke
19745 Info-directory from `info'. New entry `emacs-manual'.
19746
19747 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19748
19749 * progmodes/ebrowse.el (ebrowse-tree-mode):
19750 Use propertized-buffer-identification.
19751 (ebrowse-update-member-buffer-mode-line): Likewise.
19752 (ebrowse--mode-strings): Removed.
19753 (ebrowse--mode-line-props): Removed.
19754
19755 * files.el (auto-mode-alist): Add `EBROWSE'.
19756
19757 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
19758 space before testing for end of buffer.
19759 (ebrowse-load): Removed.
19760 (ebrowse-revert-tree-buffer-from-file): Rewritten.
19761 (ebrowse-create-tree-buffer): Rewritten.
19762 (ebrowse-tree-mode): Read tree from buffer.
19763
19764 * progmodes/ebrowse-ffh.el: Removed.
19765
19766 2000-04-10 Kenichi Handa <handa@etl.go.jp>
19767
19768 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
19769
19770 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19771
19772 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
19773 at the wrong place.
19774
19775 2000-04-09 Dave Love <fx@gnu.org>
19776
19777 * files.el (backup-enable-predicate):
19778 Use temporary-file-directory, small-temporary-file-directory.
19779 (make-backup-file-name-function, backup-directory-alist): New vars.
19780 (make-backup-file-name-1): New function.
19781 (make-backup-file-name): Use it.
19782 (find-backup-file-name): Likewise. Use format for clarity, not concat.
19783 (file-newest-backup): Use make-backup-file-name.
19784
19785 2000-04-09 Gerd Moellmann <gerd@gnu.org>
19786
19787 * progmodes/ebrowse-ffh.el: New file.
19788
19789 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
19790 Moved to ebrowse-ffh.el.
19791 (ebrowse-load): Add autoload.
19792
19793 * finder.el (finder-commentary): Add autoload cookie.
19794
19795 * mail/rfc2368.el: Correct author's email address.
19796
19797 * progmodes/ebrowse.el: New file.
19798
19799 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
19800 item help string.
19801 (easy-menu-do-add-item): Ditto.
19802 (easy-menu-define): Extend doc string.
19803
19804 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
19805 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
19806 (jit-lock-function, jit-lock-stealth-fontify): Don't use
19807 with-buffer-unmodified.
19808
19809 2000-04-08 Dave Love <fx@gnu.org>
19810
19811 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
19812 unless, when.
19813
19814 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
19815
19816 * viper-util.el (viper-put-on-search-overlay): New subroutine.
19817 (viper-flash-search-pattern): No operation when using Emacs
19818 doesn't support face.
19819 Use `viper-put-on-search-overlay'.
19820
19821 2000-04-04 Gerd Moellmann <gerd@gnu.org>
19822
19823 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
19824 like C-r.
19825
19826 * progmodes/make-mode.el: Some doc fixes.
19827 (makefile-mode-abbrev-table): New variable.
19828 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
19829 (makefile-font-lock-keywords): Fontify includes and conditionals.
19830 (toplevel): Require `dabbrev' and `add-log' when compiling.
19831
19832 * replace.el (perform-replace): Don't move forward one char
19833 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
19834 to do that because it leaves point 1 position after the last
19835 replacement, after everything has been replaced.
19836
19837 * jit-lock.el (with-buffer-unmodified): New macro.
19838 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
19839 modified state.
19840 (jit-lock-function-1): Extracted from jit-lock-function; not
19841 preserving buffer's modified state.
19842 (jit-lock-function, jit-lock-stealth-fontify):
19843 Call jit-lock-function-1.
19844
19845 * mail/rfc2368.el: Remove supernumerary copyright line.
19846
19847 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
19848
19849 * glasses.el: Provide facilities for inserting space before left
19850 parentheses and uncapitalization of identifiers.
19851 (glasses-mode): Try to remove old overlays in all cases.
19852
19853 2000-04-03 Gerd Moellmann <gerd@gnu.org>
19854
19855 * progmodes/compile.el (compile-internal): Display the compilation
19856 buffer in a different frame, if it's already displayed there.
19857
19858 * mail/rfc2368.el: New file.
19859
19860 * simple.el (sendmail-user-agent-compose): Recognize a `body'
19861 header and insert its value as mail body.
19862
19863 * subr.el (member-ignore-case): New function.
19864
19865 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
19866 (dabbrev--find-expansion): Ignore buffers matching a regexp
19867 from dabbrev-ignored-regexps.
19868
19869 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
19870 to extensions handled by gzip.
19871
19872 2000-04-03 Richard M. Stallman <rms@gnu.org>
19873
19874 * files.el (insert-directory): List the total free space
19875 along with the used space.
19876
19877 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
19878 line is followed by one that matches CITATION-REGEXP, end the
19879 paragraph.
19880
19881 2000-04-03 Markus Rost <rost@delysid.gnu.org>
19882
19883 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
19884 (rmail-make-basic-summary-line): Use that option.
19885
19886 2000-04-03 Kenichi Handa <handa@etl.go.jp>
19887
19888 * international/mule-cmds.el (encoded-string-description):
19889 Rewritten. Try pretty description for ISO 2022 escape sequences
19890 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
19891 for hexadecimal format.
19892
19893 2000-04-01 Dave Love <fx@gnu.org>
19894
19895 * cpp.el: Change customization group to `c' from `C'.
19896
19897 * vcursor.el (vcursor-move): Use display-color-p.
19898
19899 * international/mule-util.el: Provide mule-utils.
19900 (string-to-sequence): Simplify and speed up.
19901
19902 * international/mule.el (make-coding-system): Purecopy doc-string.
19903
19904 * international/mule-cmds.el: Various menu changes.
19905 (describe-specified-language-support): Handle `Default'.
19906 (set-language-info): Purecopy `info'.
19907
19908 2000-03-31 Andrew Innes <andrewi@gnu.org>
19909
19910 * vc.el (vc-backend-diff): Return the correct status if we had to
19911 retry the rcsdiff command without the --brief option.
19912
19913 2000-03-31 Dave Love <fx@gnu.org>
19914
19915 * help.el (help-manyarg-func-alist): Correct several omissions.
19916
19917 * add-log.el: Don't require cl, fortran.
19918 (add-log-current-defun-function): Doc fix.
19919 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
19920 (change-log-version-rcs): Function deleted.
19921 (change-log-version-number-search): Doc fix.
19922 Use vc-workfile-version. Avoid CL dolist.
19923 (add-change-log-entry): Just call add-log-current-defun to get
19924 defun. Simplify somewhat.
19925 (change-log-get-method-definition-1): Likewise.
19926 (add-log-current-defun): Return nil if calling
19927 add-log-current-defun-function does so. Move Fortran stuff to
19928 fortran.el. Return string without properties.
19929
19930 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
19931 and :alpha: char classes.
19932
19933 * mail/supercite.el: Defvar curline when compiling.
19934 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
19935 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
19936 rather than a-zA-Z0-9 to allow non-ASCII characters.
19937
19938 2000-03-31 Gerd Moellmann <gerd@gnu.org>
19939
19940 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
19941
19942 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19943 Re-enable new code.
19944
19945 * lpr.el (print-region-1): Use -d to specify printer name for
19946 systems `usg-unix-v*, `dgux', `hpux', `irix'.
19947
19948 2000-03-31 Dave Love <fx@gnu.org>
19949
19950 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
19951 Look for function definition in symbol's function value slot first
19952 instead of first consulting byte-compile-function-environment.
19953
19954 2000-03-31 Kenichi Handa <handa@etl.go.jp>
19955
19956 * language/european.el ("Polish"): New language environment.
19957 (setup-polish-environment): New function.
19958
19959 2000-03-30 Gerd Moellmann <gerd@gnu.org>
19960
19961 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19962 Disable new code.
19963
19964 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
19965 trying to `load' the symbol of an autoload instead of the file
19966 recorded in the autoload. Fix error messages.
19967
19968 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19969
19970 * ps-print.el: PostScript programming fix for ghostview, doc fix.
19971 (ps-print-version): New version number (5.1.3).
19972 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
19973 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
19974 (ps-generate-postscript-with-faces): Code fix.
19975 (ps-color-values): XEmacs compatibility.
19976 (ps-print-background-image, ps-print-background-text, ps-printer-name)
19977 (ps-default-fg, ps-default-bg): Adjust customization.
19978 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
19979 (ps-color-scale): Renaming old ps-color-value fun.
19980 (ps-print-headers): Replace ps-print-header group to avoid conflict
19981 with ps-print-header variable.
19982 (ps-print-miscellany): New group.
19983 (ps-format-color, ps-rgb-color): New funs.
19984 (ps-default-foreground): New var.
19985 (ps-printer-name-option): New const.
19986
19987 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
19988
19989 * net/net-utils.el:
19990 (network-connection-host, network-connection-service): New variables
19991 (network-connection-mode): New mode, derived from comint-mode
19992 (network-connection-mode-setup): New function, saves host and
19993 service information in local variables.
19994
19995 * lisp/locate.el:
19996 (locate-word-at-point): Added this function
19997 (locate): Default to using locate-word-at-point as input
19998 Run dired-mode-hook
19999
20000 2000-03-29 Dave Love <fx@gnu.org>
20001
20002 * calendar/appt.el: Doc fixes.
20003 (appt-check): Convert min-to-app to a string before passing to
20004 appt-disp-window-function or concat.
20005 (appt-delete-window): Remove test for frame-root-window.
20006 (appt-select-lowest-window, appt-convert-time): Simplify.
20007
20008 * emacs-lisp/bytecomp.el: Doc fixes.
20009 (byte-compile-file-form-autoload):
20010 Update byte-compile-function-environment.
20011
20012 2000-03-29 Andreas Schwab <schwab@suse.de>
20013
20014 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20015
20016 * dired.el (dired-insert-directory): If dired-free-space-program
20017 failed just delete its output.
20018
20019 2000-03-29 Dave Love <fx@gnu.org>
20020
20021 * international/iso-cvt.el: Move provide to end. Doc fixes.
20022 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20023 (iso-iso2sgml, iso-sgml2iso): New functions.
20024 (iso-cvt-define-menu): Fix some entries and use backquote for
20025 clarity.
20026
20027 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20028
20029 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20030
20031 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20032 ISO-DATE. If non-nil, return date in ISO 8601 format.
20033
20034 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20035
20036 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20037 if it ever becomes used.
20038 (log-edit-mode-hook): Default to vc-log-mode-hook.
20039 (log-edit-mode): Fix the docstring.
20040
20041 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20042 the code.
20043
20044 2000-03-26 Dave Love <fx@gnu.org>
20045
20046 * net/browse-url.el (browse-url): Re-fix case of
20047 browse-url-browser-function being an alist.
20048 (browse-url): Add :link to defgroup.
20049
20050 * files.el: Doc fixes.
20051 (file-truename): Include `[' in wildcard characters.
20052 (automount-dir-prefix): Customize.
20053 (find-file-wildcards): Add :version.
20054 (find-file-noselect): Simplify a mapcar call.
20055
20056 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20057 compatible with inf-lisp version.
20058 (eval-defun-1): Fix custom-declare-variable case.
20059
20060 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20061
20062 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20063
20064 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20065
20066 * Makefile (COMPILE_FIRST): New macro.
20067 (compile-files): Compile files from COMPILE_FIRST first.
20068
20069 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20070
20071 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20072 matching open parenthesis in column 0 to defun-prompt-regexp
20073 only if open-paren-in-column-0-is-defun-start is set.
20074
20075 * sun-curs.el: Require CL at compile-time only.
20076
20077 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20078 instead of copy-list which is a function from CL.
20079 (msb--choose-menu, msb--mode-menu-cond)
20080 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20081 (msb--init-file-alist): Use mapcar instead of mapcan.
20082 (msb--aggregate-alist): Use mapcar instead of mapcan.
20083 Fix `(' in column 0 in doc string.
20084 (msb--add-separators): Use mapcar instead of mapcan.
20085
20086 * cus-dep.el: Require CL at compile-time only.
20087
20088 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20089
20090 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20091 (byte-compile-warnings): New warning `noruntime'.
20092 (byte-compile-constants, byte-compile-variables): Fix docstring.
20093 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20094 execute `eval-whenc-compile's body.
20095 (byte-compile-unresolved-functions): Fix docstring.
20096 (byte-compile-eval): New function.
20097 (byte-compile-callargs-warn): Check if the function will be available
20098 at runtime (via property `byte-compile-noruntime').
20099 (byte-compile-print-syms): New function.
20100 (byte-compile-warn-about-unresolved-functions): Also warn about
20101 `noruntime' functions (and use `byte-compile-print-syms').
20102 (byte-compile-file): Capitalize the message.
20103
20104 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20105
20106 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20107 (rmail-expunge): Ask for confirmation depending on the setting
20108 of rmail-confirm-expunge.
20109
20110 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20111
20112 * Makefile (bootstrap-clean): If $(emacs) exists, build
20113 loaddefs.el first. A loaddefs.el that's not up-to-date might
20114 cause a bootstrap failure because things don't autoload as expected.
20115
20116 2000-03-23 Dave Love <fx@gnu.org>
20117
20118 * net/browse-url.el: Restore previous use of
20119 browse-url-maybe-new-window.
20120
20121 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20122
20123 * ps-print.el: Skip banner page fix.
20124 (ps-print-version): New version number (5.1.2).
20125 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20126
20127 2000-03-23 Dave Pearson <davep@davep.org>
20128
20129 * net/quickurl.el Changed the type of parameter passed to the
20130 function defined by `quickurl-format-function'. Before only the
20131 text of the URL was passed. Now the whole URL structure is passed
20132 and the function is responsible for extracting the parts it requires.
20133 Changed the default of `quickurl-format-function' accordingly.
20134 (quickurl-insert): Changed the `funcall' of
20135 `quickurl-format-function' to match the above change.
20136 (quickurl-list-insert): Changed the `url' case so that it makes
20137 use of `quickurl-format-function', previous to this the format was
20138 hard wired.
20139
20140 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20141
20142 * startup.el: Change some spellings for the X Window System.
20143
20144 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20145
20146 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20147 Clean up the code and the regexp and make sure the cursor is
20148 temporarily moved to the suspicious line while querying the user.
20149
20150 2000-03-22 Jason Rumney <jasonr@gnu.org>
20151
20152 * w32-fns.el (w32-charset-info-alist): Initialize.
20153
20154 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20155
20156 * ps-print.el: N-up last page fix.
20157 (ps-print-version): New version number (5.1.1).
20158 (ps-end-file, ps-end-job, ps-generate): Code fix.
20159
20160 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20161
20162 * files.el (find-file-run-dired): Update docstring.
20163 (find-directory-functions): New hook.
20164 (find-file-noselect): Run find-directory-functions rather than
20165 calling dired directly.
20166
20167 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20168
20169 * pcvs.el: Add a minimal leading commentary.
20170 (cvs-make-cvs-buffer): Change the header part by removing the startup
20171 message and adding a `Module' entry. Also replace the FOOTER and
20172 HEADER special fileinfos with the new support in ewoc for updating
20173 its own footer and header.
20174 (cvs-update-header): Update to use the header/footer of the ewoc.
20175 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20176 (cvs-is-within-p): New function.
20177 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20178 to only examine some subset of the buffers.
20179
20180 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20181 `format' instead of our own ad-hoc functions.
20182 Remove HEADER and FOOTER cases, now handled in the EWOC.
20183 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20184
20185 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20186 output to avoid scaring the user.
20187 (cvs-parse-table): Catch message for non-up-to-date commits.
20188
20189 * pcvs-defs.el (cvs-startup-message): Remove.
20190 (cvs-global-menu): New autoloaded menu.
20191
20192 * pcvs-util.el (cvs-string-fill): Remove.
20193
20194 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20195 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20196 PP part of it and also make it work for footers and headers.
20197 (ewoc-create): Drop POS and BUFFER arguments.
20198 Use the DLL's dummy node to store the end-of-footer position.
20199 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20200 (ewoc-refresh): Remove unused `header' variable.
20201 (ewoc-(get|set)-hf): New functions.
20202
20203 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20204 log-view-*-(message|file) and use easy-mmode-define-navigation.
20205 (log-view-message-re): Match SCCS format as well.
20206 And match the revision line rather than the dashed separator line.
20207 (log-view-mode): Use the new define-derived-mode.
20208 (log-view-current-tag): Fill in with an actual implementation.
20209
20210 * cvs-status.el (cvs-status-(prev|next)): Rename from
20211 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20212 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20213 to let the output "breathe" a little more (more readable).
20214 (cvs-status-mode): Use the new define-derived-mode.
20215
20216 * smerge-mode.el (smerge-auto-leave): New function and variable.
20217 (smerge-basic-map): Rename from smerge-basic-keymap.
20218 Change the bindings for smerge-diff-*.
20219 (smerge-*-map): Use easy-mmode-defmap.
20220 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20221 (smerge-keep-*): Use smerge-auto-leave.
20222
20223 2000-03-21 Jason Rumney <jasonr@gnu.org>
20224
20225 * cus-edit.el (custom-button-face): Use 3D look for w32.
20226 (custom-button-pressed-face): Likewise.
20227
20228 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20229
20230 * progmodes/etags.el (tags-case-fold-search): New user-option.
20231 (tags-loop-eval): New function. Bind case-fold-search around eval
20232 depending on the value of tags-case-fold-search.
20233 (tags-loop-continue): Use tags-loop-eval.
20234 (find-tag-in-order): Bind case-fold-search depending on the value
20235 of tags-case-fold-search.
20236
20237 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20238
20239 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20240 (diff-end-of-hunk): Return the end position for use in
20241 `easy-mmode-define-navigation'.
20242 (diff-recenter): Remove.
20243 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20244 of `easy-mmode-define-navigation'.
20245 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20246 previous renaming) and fix to use new names.
20247 (diff-merge-strings): Use \n as separator: simpler, faster.
20248 (diff-mode): Use `define-derived-mode'.
20249
20250 * derived.el (define-derived-mode): Don't autoload anymore.
20251 Prefer the macro-only version provided by easy-mmode.el.
20252
20253 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20254 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20255 (easy-mmode-define-navigation): New macro.
20256
20257 * subr.el (combine-run-hooks): New function.
20258
20259 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20260
20261 * term/x-win.el: Fontsets related initialization is simplified.
20262
20263 * international/mule-diag.el (describe-font): Don't refer to
20264 global-fontset-alist, instead call font-list.
20265 (describe-fontset, list-fontsets, mule-diag): Likewise.
20266 (print-fontset): Adjusted for the change of fontset implementation.
20267
20268 * international/fontset.el (x-charset-registries): Variable removed,
20269 instead the corresponding data is stored in the default fontset.
20270 (register-alternate-fontnames): Function removed.
20271 (resolved-ascii-font): Variable removed.
20272 (x-compose-font-name): Ignore the second argument REDOCE.
20273 (x-complement-fontset-spec): Complement only an ASCII font and
20274 element for those charsets than can use that ASCII font.
20275 (generate-fontset-menu): Don't refer to global-fontset-alist,
20276 instead call fontset-list.
20277 (uninstantiated-fontset-alist): Variable removed.
20278 (x-style-funcs-alist): Likewise.
20279 (fontset-default-styles): Likewise.
20280 (x-modify-font-name): Function removed.
20281 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20282 (create-fontset-from-ascii-font): Docsting adjusted for the above
20283 change.
20284 (instantiate-fontset, resolve-fontset-name): Functions removed.
20285 (fontset-list): Now implemented by C code.
20286
20287 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20288 (describe-face): Include `font' attribute in the description.
20289
20290 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20291
20292 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20293
20294 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20295
20296 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20297 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20298 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20299
20300 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20301 about behavior of set-buffer-modified-p wrt redisplay.
20302
20303 2000-03-19 Richard M. Stallman <rms@gnu.org>
20304
20305 * view.el (view-mode-disable): Kill local binding of view-read-only.
20306
20307 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20308
20309 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20310 is a string, convert it to a syntax cell using string-to-syntax.
20311
20312 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20313 (string-to-syntax): New function.
20314
20315 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20316 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20317 try to use passive ftp mode.
20318
20319 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20320
20321 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20322
20323 * simple.el (append-to-buffer): Update point of windows after
20324 insertion.
20325
20326 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20327 forward then moving backward. Reindent.
20328
20329 * frame.el (other-frame): Call x-focus-frame only if
20330 focus-follows-mouse is off.
20331
20332 2000-03-17 Dave Love <fx@gnu.org>
20333
20334 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20335
20336 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20337
20338 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20339 regexp for labels cannot span several lines.
20340
20341 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20342 `(setq :<key> ':<key>)' to the macro expansion.
20343
20344 2000-03-16 Dave Love <fx@gnu.org>
20345
20346 * progmodes/f90.el (f90): Put custom group under `languages', not
20347 `fortran'.
20348 (f90-mode-hook): Customize.
20349 (f90-mode): Set add-log-current-defun-function.
20350 (f90-current-defun): New function.
20351
20352 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20353
20354 * cus-edit.el (custom-variable-tag-face): Handle case that
20355 default face's height is not a number.
20356 (custom-face-tag-face, custom-group-tag-face-1)
20357 (custom-group-tag-face): Ditto.
20358 (custom-group-tag-face-1): Add :group.
20359
20360 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20361
20362 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20363
20364 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20365 requiring easymenu.
20366
20367 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20368
20369 * ps-print.el: PostScript user-defined prologue, PostScript error
20370 handler, doc fix.
20371 (ps-print-version): New version number (5.1).
20372 (ps-user-defined-prologue, ps-error-handler-message)
20373 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20374 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20375 (ps-insert-string): New function.
20376
20377 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20378
20379 * international/ccl.el (ccl-compile-expression): Don't generate
20380 invalid self-assignment code.
20381
20382 2000-03-14 Dave Love <fx@gnu.org>
20383
20384 * subr.el (replace-regexp-in-string): Renamed from
20385 replace-regexps-in-string. Doc fix.
20386
20387 2000-03-12 Dave Love <fx@gnu.org>
20388
20389 * cus-edit.el: Doc fixes.
20390 (customize-set-variable, customize-save-variable): Rename args for doc.
20391 (custom-variable-tag-face, custom-face-tag-face)
20392 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20393 style which user identify as hyperlink.
20394 (hook): Don't add undefined functions to the hook.
20395 (debug-ignored-errors): Transfer message from bindings.el.
20396
20397 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20398
20399 * recentf.el (recentf-keep-non-readable-files-p):
20400 Remove double/nested definition.
20401
20402 2000-03-12 Dave Love <fx@gnu.org>
20403
20404 * facemenu.el (facemenu-get-face): Use display-color-p.
20405 * enriched.el (enriched-decode-foreground): Likewise.
20406 (enriched-decode-background): Likewise.
20407 * isearch.el (isearch-highlight): Likewise.
20408 * info-look.el (info-lookup): Likewise.
20409 * simple.el (completion-setup-function): Likewise.
20410
20411 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20412 :options.
20413
20414 * bindings.el (mode-line-format): Fix line-number and
20415 column-number items. Add help-echo for the background.
20416 (mode-line-mule-info): Modify help-echo.
20417
20418 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20419
20420 * files.el (load-file): Allow completion to .elc.
20421
20422 * man.el: Doc fixes.
20423 (Man-init-defvars): Use display-color-p to set fontification.
20424
20425 * play/hanoi.el (hanoi-internal): Don't use oddp.
20426
20427 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20428
20429 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20430
20431 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20432
20433 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20434
20435 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20436 Fix comment.
20437
20438 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20439
20440 * font-lock.el (font-lock-keywords): Fix the doc now that
20441 regexp-opt-depth is unnecessary.
20442 (save-buffer-state): Set an edebug spec.
20443 (font-lock-fontify-anchored-keywords): Properly handle the case when
20444 the matcher goes past the limit.
20445
20446 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20447 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20448
20449 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20450 dll.el and cookie.el (from Elib) with heavy renaming and other
20451 massaging.
20452
20453 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20454 Autoload the functions used.
20455 (easy-mmode-define-syntax): Fix CL typo.
20456 (easy-mmode-define-derived-mode): Improve the docstring generation.
20457
20458 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20459
20460 * textmodes/texinfo.el (texinfo-version): Variable and function
20461 removed.
20462
20463 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20464
20465 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20466 allow more flexibility.
20467 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20468 (easy-mmode-defmap, easy-mmode-defsyntax)
20469 (easy-mmode-define-derived-mode): New macros.
20470
20471 2000-03-09 Didier Verna <didier@xemacs.org>
20472
20473 * rect.el (replace-rectangle): New function.
20474
20475 2000-03-09 Dave Love <fx@gnu.org>
20476
20477 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20478 (fortran-comment-line-start-skip): Don't match cpp stuff.
20479 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20480 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20481 (fortran-mode): Don't set fortran-comment-line-start-skip,
20482 fortran-comment-line-start here. Set comment-start,
20483 add-log-current-defun.
20484 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20485 (fortran-current-defun): New function.
20486
20487 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20488
20489 * emacs-lisp/re-builder.el: New file.
20490
20491 * mouse.el (mouse-drag-region): Don't run up-event handler
20492 if hscroll has changed.
20493
20494 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20495 builtin operators, use `font-lock-builtin-face' for Emacs and
20496 `font-lock-preprocessor-face' otherwise.
20497
20498 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20499 `(defun (setf foo)' differently.
20500
20501 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20502
20503 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20504 (regexp-opt): Update comment and adapt the code the new meaning of
20505 the `paren' argument of regex-opt-group for shy-groups.
20506 (regexp-opt-depth): Handle shy groups as well as backslashed
20507 backslashes.
20508 (regexp-opt-group): Turn the leading comment into a docstring.
20509 Allow `paren' to be a string (the string to use to open a group).
20510 Remove open-presuf and close-presuf. Instead of checking for `all
20511 one-char' and then later on check for `several one-char', handle
20512 both cases close together. Also apply a more generic algorithm
20513 for suffixes (the mirror image of the algorithm used for
20514 prefixes). Use shy-groups. Use nreverse rather than reverse.
20515 (regexp-opt-try-suffix): Removed.
20516
20517 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20518 from comint-mode-map, so we can just inherit from it. Also, move
20519 the initialization into the `defvar' since there's no docstring
20520 anyway and it's fairly short.
20521 (inferior-scheme-mode): Define it as derived-mode: the code is
20522 shorter and this way we inherit from comint-mode-map rather than
20523 copying it.
20524
20525 * subr.el (replace-regexps-in-string): Properly handle the case
20526 where we match an empty string.
20527
20528 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20529 when the command has a directory component (such as "./testml").
20530 Also fix a typo in the comment.
20531
20532 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20533
20534 * Makefile (compile-files): Compile files one by one because
20535 that's the only way to ensure a clean compilation environment for
20536 each individual file.
20537
20538 * frame.el (other-frame): Call x-focus-frame.
20539
20540 2000-03-07 Dave Love <fx@gnu.org>
20541
20542 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20543 :require to defcustom.
20544
20545 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20546
20547 * files.el (auto-mode-alist): Add configure.in.
20548
20549 * progmodes/autoconf.el: New file.
20550
20551 2000-03-07 Gerd Moellmann <gerd@gnu.org>
20552
20553 * mail/mh-e.el: Change maintainer to `none'.
20554
20555 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20556 to remove-hook and add-hook.
20557
20558 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20559
20560 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
20561 it as the default.
20562 (mail-send): Test mail-send-nonascii also for the new `mime' value.
20563 (sendmail-send-it): Conditionally add MIME headers specifying the
20564 used character set.
20565
20566 2000-03-07 Dave Love <fx@gnu.org>
20567
20568 * winner.el: Fix keywords, autoload cookies.
20569 Split eval-when-compile form to avoid compilation failure.
20570
20571 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
20572
20573 * international/mule.el: Modify comment about coding system
20574 property `coding-category'.
20575 (make-coding-system): New argument EOL-TYPE. Pay attention to
20576 coding-category property of PROPERTIES.
20577
20578 * international/mule-conf.el (coding-category-utf-8)
20579 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
20580 categories. Include them in the argument for set-coding-priority.
20581
20582 * international/mule-cmds.el (reset-language-environment):
20583 Include coding-category-utf-8, coding-category-utf-16-be, and
20584 coding-category-utf-16-le in the argument for set-coding-priority.
20585 (reset-language-environment): Initialize coding-category-utf-8,
20586 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
20587
20588 2000-03-06 Karl Fogel <kfogel@red-bean.com>
20589
20590 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
20591 code abstracted out of `bookmark-jump-noselect'. Now tries info
20592 extensions as well as compression extensions.
20593 (bookmark-jump-noselect): Use above new func.
20594
20595 2000-03-03 Gerd Moellmann <gerd@gnu.org>
20596
20597 * strokes.el: Change maintainer's mail address.
20598
20599 2000-03-03 Kenichi Handa <handa@etl.go.jp>
20600
20601 * international/mule-diag.el (list-character-sets): Make help-echo
20602 string by substitute-command-keys.
20603 (list-character-sets): Likewise.
20604 (sort-listed-character-sets): Call help-setup-xref.
20605
20606 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20607
20608 * time.el (display-time-mail-file): Add `none' to the list of choices.
20609
20610 2000-03-01 Dave Love <fx@gnu.org>
20611
20612 * help.el (help-xref-go-back): Don't try to set position.
20613
20614 * international/mule-diag.el (list-character-sets):
20615 Call help-setup-xref. Add help-echo to xrefs.
20616 (list-character-sets-1): Add help-echo to xrefs.
20617
20618 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20619
20620 * frame.el (blink-cursor-mode): Switch cursor on when turning
20621 the mode off.
20622
20623 * add-log.el (add-log-current-defun): Add support for
20624 Autoconf mode.
20625
20626 * mail/rmail.el (rmail-quit-hook): New variable.
20627
20628 2000-03-01 Dave Love <fx@gnu.org>
20629
20630 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
20631
20632 * help.el (help-xref-button): Add help-echo arg.
20633 (describe-function-1, describe-variable, help-make-xrefs): Use it.
20634
20635 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
20636
20637 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
20638
20639 2000-03-01 Gerd Moellmann <gerd@gnu.org>
20640
20641 * image.el (defimage): Look for image files in load-path.
20642
20643 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
20644
20645 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20646
20647 * recentf.el (recentf): Added version tag to the defgroup of recentf.
20648
20649 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20650
20651 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
20652 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
20653 action to select/unselect a file.
20654 (recentf-edit-list): Code cleanup and improvement.
20655 (recentf-open-more-files-action): `recentf-open-more-files' button
20656 widget action to open a file.
20657 (recentf-open-more-files): No more use standard completion but widgets.
20658 (recentf-more-collection): Deleted.
20659 (recentf-more-history): Deleted.
20660 (recentf-setup-more-completion): Deleted.
20661
20662 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20663
20664 * recentf.el (recentf-mode): No more needs that Emacs is running
20665 under a window-system.
20666
20667 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20668
20669 * recentf.el (recentf-edit-list): New command to edit the recent
20670 list which allow the user to remove files.
20671 (recentf-edit-selected-items): New global variable, used by
20672 `recentf-edit-list' to hold the list of files to be removed from
20673 the recent list.
20674 (recentf-make-menu-items): Updated to display a "Edit list..."
20675 menu item. Minor code cleanup.
20676
20677 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20678
20679 * recentf.el (recentf-open-more-files): New command to open files
20680 that are not displayed in the menu.
20681 (recentf-more-collection): New global variable holding the set of
20682 permissible completions used by `recentf-open-more-files'.
20683 (recentf-more-history): New global variable holding the history list
20684 used by `recentf-open-more-files' completion.
20685 (recentf-setup-more-completion): New function to setup completion for
20686 `recentf-open-more-files'.
20687 (recentf-make-menu-items): Updated to display a "More..." menu item.
20688
20689 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20690
20691 * recentf.el (recentf-menu-action): Doc fixed.
20692
20693 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20694
20695 * recentf.el (recentf-menu-filter): Doc updated.
20696 (recentf-update-menu-hook): Allow menu filters to force menu update.
20697 (recentf-make-menu-items): New menu filter handling.
20698 (recentf-make-menu-item): New helper function.
20699 (recentf-menu-elements): New menu handling function.
20700 (recentf-sort-ascending): Updated to new menu filter handling.
20701 (recentf-sort-descending): Updated to new menu filter handling.
20702 (recentf-sort-basenames-ascending): New menu filter function.
20703 (recentf-sort-basenames-descending): New menu filter function.
20704 (recentf-show-basenames): New menu filter function.
20705 (recentf-show-basenames-ascending): New menu filter function.
20706 (recentf-show-basenames-descending): New menu filter function.
20707
20708 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20709
20710 * diary-lib.el (list-diary-entries): Don't try to go forward at
20711 the end of the buffer.
20712
20713 2000-02-29 Kenichi Handa <handa@etl.go.jp>
20714
20715 * international/mule-diag.el (list-character-sets):
20716 Completely rewritten.
20717 (sort-listed-character-sets): New function.
20718 (list-character-sets-1): Completely rewritten.
20719 (list-character-sets-2): New function.
20720 (non-iso-charset-alist): New variable.
20721 (decode-codepage-char): New function.
20722 (charset-history): New variable.
20723 (read-charset) (list-block-of-chars)
20724 (list-iso-charset-chars)
20725 (list-non-iso-charset-chars)
20726 (list-charset-chars): New functions.
20727 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
20728 (dump-charsets): Likewise.
20729
20730 2000-02-29 Gerd Moellmann <gerd@gnu.org>
20731
20732 * dired-x.el (dired-filename-at-point): Add `@' to valid
20733 file name characters.
20734 (dired-filename-at-point): Handle ange-ftp file names.
20735
20736 * frame.el (frame-notice-user-settings): Use assq-delete-all
20737 instead of assoc-delete-all.
20738 (frame-notice-user-settings): Ditto.
20739
20740 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
20741 Don't copy alist.
20742
20743 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
20744
20745 * calculator.el (calculator-use-menu): New option.
20746 (calculator-initial-bindings): Changed some bindings to work as macros.
20747 (calculator-forced-input): Removed.
20748 (calculator-restart-other-mode): New variable.
20749 (calculator-mode-map): Set up menu.
20750
20751 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
20752
20753 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
20754
20755 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
20756
20757 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
20758 translate all ESC key sequences.
20759 (viper-goto-mark-subr): Restore markers for files for which
20760 they were saved.
20761 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
20762 * viper-util.el (viper-set-replace-overlay-glyphs)
20763 (viper-set-replace-overlay): Always check if the replacement
20764 overlay is live.
20765 * viper.el (viper-vi-state-mode-list): Add major modes.
20766 * ediff-wind.el: Minor comment changes.
20767 * ediff.el: Copyright notice date fix.
20768
20769 2000-02-27 Jason Rumney <jasonr@gnu.org>
20770
20771 * faces.el (face-font-family-alternatives): Add arial to helv.
20772 (mode-line, header-line, tool-bar): Same default as x for w32.
20773 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
20774 face-font-family-alternatives from working.
20775 * term/w32-win.el (mouse-set-font): Do not build fontset from
20776 chosen font.
20777
20778 2000-02-25 Sam Steingold <sds@goems.com>
20779
20780 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
20781 properly.
20782
20783 2000-02-25 Richard M. Stallman <rms@gnu.org>
20784
20785 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
20786
20787 2000-02-25 Gerd Moellmann <gerd@gnu.org>
20788
20789 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
20790
20791 * frame.el (busy-cursor-delay-seconds): New option.
20792
20793 2000-02-24 Gerd Moellmann <gerd@gnu.org>
20794
20795 * frame.el (show-cursor-in-non-selected-windows): New option.
20796
20797 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20798
20799 * diary-lib.el (include-other-diary-files): Undo the selective
20800 display in any included file and don't kill it.
20801
20802 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
20803
20804 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
20805 Menu items converted to (menu-item format, help strings added.
20806 [downcase, upcase]: Don't enable on MS-DOS.
20807 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
20808 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
20809
20810 2000-02-23 Dave Love <fx@gnu.org>
20811
20812 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
20813 (backward-kill-word): Revert addition of * to interactive spec --
20814 it's a feature.
20815
20816 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
20817 (backward-kill-sentence, kill-sentence): Likewise.
20818
20819 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
20820 scratch buffer name.
20821 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
20822
20823 * term/w32-win.el (internal-face-interactive): Update prompt for
20824 new read-face-name.
20825
20826 * mail/footnote.el (footnote): Add :version to defgroup.
20827 (footnote-section-tag-regexp): Customize.
20828 (footnote-start-tag, footnote-end-tag): New option.
20829 (footnote-latin-regexp): New variable.
20830 (Footnote-latin): New function.
20831 (footnote-style-alist): Add element for latin style.
20832 (footnote-style): Moved.
20833 (Footnote-goto-footnote): Use eq to test arg.
20834
20835 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
20836
20837 * emacs-lisp/byte-opt.el: Change old backquote syntax.
20838 (byte-compile-trueconstp): Include keywords.
20839 (byte-optimize-quote, byte-optimize-lapcode):
20840 Use byte-compile-const-symbol-p.
20841 (byte-optimize-char-before): New optimization.
20842
20843 * emacs-lisp/bytecomp.el: Change old backquote syntax.
20844 (byte-compile-const-symbol-p): New function.
20845 (byte-compile-constp, byte-compile-out-toplevel)
20846 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
20847 Use it.
20848
20849 * subr.el (define-key-after): Default AFTER to t. Doc fix.
20850
20851 2000-02-23 Kenichi Handa <handa@etl.go.jp>
20852
20853 * international/encoded-kb.el: Be sure to update minor-mode-alist
20854 and minor-mode-map-alist.
20855 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
20856 codes SS2 and SS3 correctly.
20857 (encoded-kbd-self-insert-ccl): New function.
20858 (encoded-kbd-setup-keymap): New function.
20859 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
20860 by calling encoded-kbd-setup-keymap.
20861
20862 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
20863 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
20864
20865 2000-02-22 Dave Love <fx@gnu.org>
20866
20867 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
20868 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
20869 (lisp-mode-syntax-table): Set up for #|...|# comments.
20870 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
20871 classes. Match `defface'.
20872 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
20873 (eval-defun-1): Fix for defcustom.
20874 (lisp-indent-region): Doc fix.
20875
20876 * subr.el (when, unless, split-string): Doc fix.
20877 (read-passwd): Move call of clear-this-command-keys to the right place.
20878 (replace-regexps-in-string): New function.
20879
20880 2000-02-22 Gerd Moellmann <gerd@gnu.org>
20881
20882 * help.el (describe-variable): Set syntax table to
20883 emacs-lisp-mode-syntax-table when moving forward over the
20884 symbol's name.
20885
20886 2000-02-22 Dave Love <fx@gnu.org>
20887
20888 * xt-mouse.el: Doc fixes.
20889 (xterm-mouse-position-function): New function, replacing advice of
20890 mouse-position.
20891 (xterm-mouse-mode): Use it. Don't turn on under a window system.
20892
20893 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
20894
20895 2000-02-21 Gerd Moellmann <gerd@gnu.org>
20896
20897 * format.el (format-annotate-single-property-change):
20898 Handle properties.with dotted-list values.
20899 (format-proper-list-p): New function.
20900
20901 * enriched.el (enriched-face-ans): Handle '(foreground-color
20902 . COLOR) and (background-color . COLOR).
20903
20904 2000-02-20 Dave Love <fx@gnu.org>
20905
20906 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
20907 and assignments to it.
20908 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
20909 current local map.
20910 (make-flyspell-overlay): Use it.
20911 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
20912
20913 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
20914 (lm-get-header-re): Defun, not defsubst.
20915 (lm-get-package-name): Defun, not defsubst. Simplify.
20916 (lm-version): Doc fix. Simplify.
20917 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
20918 (lm-crack-address, lm-last-modified-date, lm-commentary)
20919 (lm-verify, lm-synopsis): Simplify.
20920 (lm-report-bug): Require emacsbug. Use compose-mail.
20921
20922 2000-02-20 Gerd Moellmann <gerd@gnu.org>
20923
20924 * dired.el (dired-mode): Call propertized-buffer-identification
20925 to set mode-line-buffer-identification to something having
20926 the right text properties.
20927
20928 * bindings.el (propertized-buffer-identification): New function.
20929
20930 2000-02-20 Dave Love <fx@gnu.org>
20931
20932 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
20933 check for t-mouse too.
20934
20935 * cus-start.el: Make echo-keystrokes `number'.
20936
20937 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
20938
20939 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
20940 Don't call ring-empty-p unless tags-location-ring is bound.
20941 From Noah Friedman <friedman@splode.com>.
20942
20943 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
20944
20945 * progmodes/hideshow.el (hs-flag-region): No longer use
20946 `intangible' overlay property.
20947
20948 (hs-toggle-hiding): New command.
20949 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
20950
20951 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
20952 Fix omission bug: Run `hs-minor-mode-hook' for both activation
20953 and deactivation.
20954
20955 2000-02-18 Gerd Moellmann <gerd@gnu.org>
20956
20957 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
20958
20959 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20960
20961 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
20962
20963 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
20964 of `*' to handle `(* ... *)' comments.
20965
20966 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
20967
20968 * faces.el (list-faces-display): Use display-mouse-p instead of
20969 window-system.
20970
20971 * menu-bar.el (global-map): Menu-bar items converted to the new
20972 format (menu-item..., rearranged for better CUA compliance, and
20973 their names changed for better clarity. Help strings added.
20974
20975 * international/mule-cmds.el (mule-menu-keymap)
20976 (describe-language-environment-map, set-coding-system-map)
20977 (setup-language-environment-map): Convert to new (menu-item...
20978 form, add help strings. Change names of menu items for better clarity.
20979 "Mule" menu-bar item removed (it's now in the "Options" submenu).
20980
20981 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20982
20983 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
20984 within the code.
20985
20986 2000-02-16 Dave Love <fx@gnu.org>
20987
20988 * faces.el: Don't require custom. Add more specific :groups to
20989 various deffaces.
20990 (set-face-attribute): Purecopy args.
20991 (read-face-name): Default to name at point and use it in prompt.
20992 Remove colon from arg in all callers.
20993 (list-faces-display): Hyperlink to face descriptions and customize
20994 buffers.
20995
20996 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
20997
20998 * wid-edit.el (widget-match-inline): An atom never matches a list.
20999
21000 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21001
21002 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21003 at ':' characters by call to split-string.
21004
21005 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21006
21007 * textmodes/bibtex.el: Added RCS version identification.
21008
21009 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21010
21011 * textmodes/bibtex.el: Some temporary comments removed.
21012 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21013 (bibtex-field-const): Allow capital letters.
21014 (bibtex-start-of-string): Deleted because unused.
21015
21016 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21017 use the term 'reference' to describe a bibtex entry as a whole.
21018 Further, reference keys are no longer called 'labels'.
21019 (bibtex-keys): Renamed to bibtex-reference-keys.
21020 (bibtex-reformat-previous-labels): Renamed to
21021 bibtex-reformat-previous-reference-keys.
21022 (bibtex-reference-type): Renamed to bibtex-entry-type.
21023 (bibtex-reference-head): Renamed to bibtex-entry-head.
21024 (bibtex-reference-maybe-empty-head): Renamed to
21025 bibtex-entry-maybe-empty-head.
21026 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21027 (bibtex-search-reference): Renamed to bibtex-search-entry.
21028 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21029 bibtex-enclosing-entry-maybe-empty-head.
21030 (bibtex-entry-field-alist, bibtex-entry-head)
21031 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21032 (bibtex-map-entries, bibtex-search-entry)
21033 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21034 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21035 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21036 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21037 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21038 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21039 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21040
21041 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21042
21043 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21044 comment.
21045 (bibtex-format-field-delimiters): New function, functionality
21046 extracted from bibtex-format-entry.
21047 (bibtex-autokey-get-yearfield-digits): New function, functionality
21048 extracted from bibtex-autokey-get-yearfield.
21049
21050 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21051 entries in order to avoid stack overflow in the regexp matcher if
21052 field contents become large.
21053 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21054 (bibtex-field-string-part-not-braced)
21055 (bibtex-field-string-part-no-inner-braces)
21056 (bibtex-field-string-part-1-inner-brace)
21057 (bibtex-field-string-part-2-inner-braces)
21058 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21059 (bibtex-field-string-quoted, bibtex-field-string)
21060 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21061 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21062 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21063 Deleted as parsing is now performed by the following functions.
21064 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21065 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21066 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21067 (bibtex-parse-association, bibtex-field-name-for-parsing)
21068 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21069 (bibtex-search-forward-field, bibtex-search-backward-field)
21070 (bibtex-start-of-field, bibtex-end-of-field)
21071 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21072 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21073 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21074 (bibtex-parse-string, bibtex-search-forward-string)
21075 (bibtex-search-backward-string, bibtex-start-of-string)
21076 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21077 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21078 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21079 entries. Instead of reporting the results of the parsing by
21080 match-beginning or match-end, these functions return data structures
21081 that hold the corresponding positions.
21082 (bibtex-enclosing-field): Changed to also report field boundaries by
21083 return values rather than by match-beginning or match-end.
21084 The following functions have been adapted to use the new
21085 parsing functions.
21086 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21087 (bibtex-enclosing-field, bibtex-format-entry)
21088 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21089 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21090 (bibtex-print-help-message, bibtex-end-of-entry)
21091 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21092 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21093 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21094 Use the new method for parsing.
21095 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21096 (bibtex-map-entries, bibtex-flash-head)
21097 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21098 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21099 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21100 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21101 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21102 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21103 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21104 order to make the new binding of case-fold-search immediately visible.
21105
21106 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21107
21108 * textmodes/bibtex.el: Copyright notice is up to date.
21109 Added constant 'bibtex-maintainer-salutation.
21110
21111 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21112 than make-temp-name, use match-string-no-properties and eliminate
21113 a quadratic behavior when building bibtex-strings.
21114
21115 * bibtex.el (bibtex-reference-key): Accept string entries whose
21116 reference key contains upper case letters.
21117
21118 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21119
21120 * bibtex.el (bibtex-reference-head): Allow entries to start with
21121 a new line.
21122
21123 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21124
21125 * bibtex.el: Hiding of entry bodies is not longer provided by
21126 bibtex.el directly. Instead the hideshow package can be used.
21127 Added a special bibtex entry to hs-special-modes-alist.
21128 (bibtex-hs-forward-sexp): Added for hideshow.el.
21129
21130 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21131
21132 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21133 proceedings entry type (for cross referencing). Thanks to Wagner
21134 Toledo Correa for the suggestion.
21135
21136 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21137
21138 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21139
21140 * international/characters.el: Setup case table for Vietnamese.
21141
21142 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21143
21144 * uniquify.el (toplevel): Require CL at compile time.
21145 (uniquify-push): Removed.
21146
21147 * shadowfile.el (shadow-when): Removed.
21148
21149 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21150 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21151
21152 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21153 regexp for paragraph-start.
21154
21155 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21156 commas as well.
21157
21158 2000-02-10 Dave Love <fx@gnu.org>
21159
21160 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21161 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21162 Deleted.
21163 (widget-specify-field, widget-specify-button): Don't use
21164 widget-mouse-help as help-echo property.
21165 (default): Use #'ignore for :validate and :mouse-down-action.
21166 (checkbox): Add help-echo.
21167 (widget-sexp-validate): Rewritten to clarify error messages.
21168 (character): Use char-valid-p in :match function.
21169 (widget-color-complete): Use facemenu-color-alist.
21170 (widget-color-action): Use facemenu-read-color.
21171
21172 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21173 set up `caar' &c that we now have.
21174
21175 2000-02-09 Ray Blaak <blaak@gnu.org>
21176
21177 * delphi.el: Make resourcestring a declaration region, like const
21178 and var.
21179
21180 2000-02-09 Dave Love <fx@gnu.org>
21181
21182 * bindings.el (mode-line-input-method-map): New variable.
21183 (mode-line-mule-info): Use it; fix last change.
21184 (mode-line-mode-menu): Move definition.
21185 (mode-line-mouse-sensitive-p): Deleted.
21186 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21187 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21188
21189 * startup.el (command-line-1): Don't call
21190 make-mode-line-mouse-sensitive.
21191
21192 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21193
21194 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21195 before rmail-toggle-header, because the former toggles headers.
21196
21197 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21198
21199 * diff-mode.el (diff-kill-junk): New interactive function.
21200 (diff-reverse-direction): Use delete-and-extract-region.
21201 (diff-post-command-hook): Restrict the area so that the hook also works
21202 outside of any diff hunk. This is necessary for the minor-mode.
21203 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21204 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21205
21206 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21207 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21208 so that it can be used more easily in <foo>-mode-hook. Also make sure
21209 to avoid duplicate entries.
21210 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21211 (font-lock-remove-keywords): Just as was done for `add', allow it to
21212 work even if font-lock-mode is nil. Also make sure we don't modify
21213 any pre-existing list by forcing a copy-sequence. Finally rename
21214 `major-mode' to `mode'.
21215 (font-lock-fontify-syntactic-anchored-keywords)
21216 (font-lock-fontify-anchored-keywords)
21217 (font-lock-fontify-keywords-region): Use line-end-position.
21218 Don't make `font-lock-multiline' local (it's now done in
21219 font-lock-set-defaults).
21220 (font-lock-set-defaults): Make `font-lock-multiline' local.
21221 Move the `font-lock-fontified' creation to inside the `unless'.
21222
21223 2000-02-06 Andrew Innes <andrewi@gnu.org>
21224
21225 * term/w32-win.el (x-handle-args): Comment out call to message,
21226 which occurs before window system is initialized.
21227
21228 * makefile.nt: Add support for recompiling lisp code.
21229
21230 2000-02-04 Dave Love <fx@gnu.org>
21231
21232 * bindings.el (mode-line-mule-info): Fix/extend last change.
21233
21234 * completion.el: Replace completion-dolist with dolist.
21235
21236 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21237
21238 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21239
21240 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21241 environment names before they go into the section regexp.
21242
21243 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21244 char class in regexp.
21245
21246 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21247 Bind `case-fold-search' to nil.
21248
21249 * progmodes/idlwave.el (idlwave-template):
21250 Respect `idlwave-abbrev-change-case'.
21251 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21252 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21253 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21254 (idlwave-rw-case): New function.
21255 (idlwave-statement-match): Fixed problem with assignment regexp.
21256 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21257 (idlwave-surround): New argument LENGTH to support padding of
21258 operators longer than 1 char.
21259
21260 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21261 idlwave-shell-expression-overlay. Implemented printing of
21262 expressions on higher levels of the calling stack.
21263 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21264 (idlwave-retrieve-expression-from-level): New function.
21265 (idlwave-shell-last-calling-stack): Variable removed.
21266 (idlwave-shell-reset): Argument action reversed (`visible' to
21267 `hidden'). Also remove stop-line overlay.
21268 (idlwave-shell-calling-stack-routine): New variable.
21269 (idlwave-shell-parse-stack-and-display): Messages now display
21270 negative level numbers.
21271 (idlwave-shell-mode): Set `modeline-format'.
21272 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21273 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21274 (idlwave-shell-print-expression-function): New option.
21275
21276 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21277 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21278 `tool-bar' instead of `toolbar'.
21279
21280 2000-02-02 Dave Love <fx@gnu.org>
21281
21282 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21283 emacs-lisp-mode-hook. Don't check for defalias being defined.
21284
21285 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21286 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21287 Use the new builtins directly.
21288
21289 * whitespace.el (whitespace): Add :version to defgroup.
21290
21291 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21292 Doc fix.
21293
21294 * thingatpt.el (sexp-at-point, symbol-at-point)
21295 (number-at-point, list-at-point): Add autoload cookie.
21296
21297 * recentf.el (recentf): Add :version to defgroup.
21298
21299 * quickurl.el (quickurl): Add :version to defgroup.
21300
21301 * elide-head.el (elide-head): Use point-marker more.
21302
21303 * bs.el (bs): Add :version to defgroup.
21304
21305 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21306
21307 * progmodes/delphi.el (delphi): Add :version to defgroup.
21308
21309 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21310
21311 * ange-ftp.el (ange-ftp-write-region): Handle case that
21312 succeeding process operation sets a different coding system.
21313
21314 * calculator.el: New file.
21315
21316 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21317
21318 * frame.el (frames-on-display-list, framep-on-display): New functions.
21319 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21320 (display-selections-p, display-screens, display-pixel-width)
21321 (display-pixel-height, display-mm-width, display-mm-height)
21322 (display-backing-store, display-save-under, display-planes)
21323 (display-color-cells, display-visual-class): New functions.
21324
21325 * term/tty-colors.el (tty-color-gray-shades): New function.
21326
21327 * faces.el (display-color-p): Use framep-on-display.
21328 (display-grayscale-p): New function.
21329
21330 2000-01-31 Dave Love <fx@gnu.org>
21331
21332 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21333 (create-fontset-from-x-resource): Don't concat integers.
21334
21335 2000-01-31 Inge Frick <inge@nada.kth.se>
21336
21337 * view.el: Some changes in documentation. Removed some trailing
21338 whitespace. Changed some parameter names to agree with documentation.
21339 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21340 window is not deleted. Modifies change 1998-04-26.
21341
21342 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21343
21344 * windmove.el: New file.
21345
21346 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21347 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21348 progmodes/ebnf-yac.el: Update copyright and license info.
21349
21350 * jit-lock.el (jit-lock-function): Widen before calculating
21351 end position.
21352 (jit-lock-stealth-chunk-start): Rewritten.
21353
21354 * info.el (Info-title-face-alist): Removed.
21355 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21356 (Info-fontify-node): Use these faces.
21357
21358 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21359
21360 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21361 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21362 `&allow-other-keywords'.
21363
21364 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21365 the list of directories scanned heuristically.
21366
21367 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21368
21369 2000-01-30 Jason Rumney <jasonr@gnu.org>
21370
21371 * w32-fns.el: Define w32-tty-standard-colors.
21372
21373 * startup.el (command-line): Use w32-tty-standard-colors when in
21374 w32 console mode.
21375
21376 2000-01-30 Dave Love <fx@gnu.org>
21377
21378 * jka-compr.el (jka-compr-load): Fix up load-history.
21379
21380 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21381
21382 * emacs-lisp/cl-macs.el: Revert previous change.
21383
21384 2000-01-29 Dave Love <fx@gnu.org>
21385
21386 * facemenu.el: Purecopy various strings.
21387
21388 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21389 years. Deal with three-digit years.
21390
21391 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21392 Use defconst, purecopy.
21393 (help-back-label): Purecopy it.
21394
21395 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21396
21397 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21398 variable. If non-nil, order the buffer list according to the
21399 currently selected frame.
21400 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21401 non-nil, pass the selected frame to function buffer-list.
21402
21403 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21404
21405 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21406
21407 2000-01-28 Dave Love <fx@gnu.org>
21408
21409 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21410
21411 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21412 Don't use lisp-indent-hook property.
21413 (cl-abs): Remove.
21414
21415 * subr.el: Move out indent and edebug specs for when and unless.
21416
21417 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21418 when, unless.
21419
21420 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21421 unless, when.
21422
21423 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21424
21425 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21426 `collecting' as synonym for `collect'.
21427
21428 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21429 for the case it contains spaces.
21430
21431 * simple.el (what-cursor-position): Change formatting of messages.
21432
21433 * frame.el (delete-other-frames): New function.
21434 (toplevel): Bind it to C-x 5 1.
21435
21436 * sort.el (sort-numeric-base): New option.
21437 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21438 interpret it as octal or hexadecimal. Use sort-numeric-base
21439 as default base.
21440
21441 * progmodes/glasses.el: New file.
21442
21443 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21444
21445 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21446 userids differently.
21447
21448 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21449 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21450 progmodes/ebnf-yac.el: New files.
21451
21452 2000-01-26 Dave Love <fx@gnu.org>
21453
21454 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21455 on a function with an empty body. [From Eric Ludlam.]
21456
21457 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21458
21459 * vc.el (vc-version-diff): Make sure file name is expanded.
21460
21461 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21462
21463 * scroll-bar.el (scroll-bar-timer): Variable removed.
21464 (scroll-bar-toolkit-scroll): Don't use a timer.
21465
21466 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21467
21468 * language/thai-util.el (thai-composition-function):
21469 Delete superfluous `a'.
21470
21471 2000-01-24 Dave Love <fx@gnu.org>
21472
21473 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21474 end-of-defun-function.
21475
21476 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21477
21478 2000-01-22 Jason Rumney <jasonr@gnu.org>
21479
21480 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21481 conflicts with new face support.
21482
21483 2000-01-22 Richard M. Stallman <rms@gnu.org>
21484
21485 * replace.el (query-replace): Rename last arg to DELIMITED.
21486 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21487 (query-replace-regexp): Likewise.
21488
21489 2000-01-20 Richard M. Stallman <rms@gnu.org>
21490
21491 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21492
21493 * emacs-lisp/lisp.el (beginning-of-defun-function):
21494 Variable renamed from beginning-of-defun.
21495 Do not call make-variable-buffer-local.
21496 (beginning-of-defun-raw): Use new variable name; doc fix.
21497 (beginning-of-defun): Doc fix.
21498 (end-of-defun-function): Variable renamed from end-of-defun.
21499 Do not call make-variable-buffer-local.
21500 (end-of-defun): Use new variable name; doc fix.
21501
21502 * subr.el (dolist, dotimes): Copied from cl-macs.el
21503 and made to work.
21504
21505 * mail/undigest.el (rmail-digest-end-regexps):
21506 Variable replaces rmail-digest-end-regexp.
21507 Allows multiple regexps for detecting the end line.
21508 (undigestify-rmail-message): Corresponding changes.
21509
21510 2000-01-19 Dave Love <fx@gnu.org>
21511
21512 * files.el (user-init-file): Don't declare here -- is primitive.
21513
21514 * startup.el (command-line): Check for compiled user-init-file and
21515 set to uncompiled version if necessary.
21516
21517 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21518
21519 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21520 (undigestify-rmail-message): Use it.
21521
21522 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21523
21524 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21525
21526 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21527 of mini-buffer.
21528
21529 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21530
21531 * emacs-lisp/copyright.el (copyright-update): Removed the
21532 requirement for a trailing space from `copyright-regexp', to
21533 support copyrights with owner specified on a separate line..
21534
21535 * align.el: New file.
21536
21537 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21538
21539 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21540
21541 2000-01-13 Dave Love <fx@gnu.org>
21542
21543 * ph.el: Removed. (Obsoleted by EUDC.)
21544
21545 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21546
21547 * net/eudc.el (toplevel): Remove autoloaded code installing
21548 menu with easymenu, because that causes build problems.
21549
21550 * frame.el (frame-notice-user-settings): New variable.
21551 (frame-notice-user-settings): Don't modify frame parameters
21552 if called a second time.
21553
21554 2000-01-13 Richard M. Stallman <rms@gnu.org>
21555
21556 * frame.el (frame-notice-user-settings):
21557 Notice default-frame-parameters even for non-window frames.
21558
21559 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21560
21561 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
21562 for Emacs.
21563 (eudc-bob-can-display-inline-images): Extend for Emacs.
21564 (eudc-bob-toggle-inline-display): Ditto.
21565 (eudc-bob-display-jpeg): Ditto.
21566
21567 2000-01-12 Gerd Moellmann <gerd@gnu.org>
21568
21569 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
21570 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
21571 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
21572
21573 * add-log.el (add-change-log-entry): Fix error trying an
21574 `(insert nil)'.
21575
21576 * subdirs.el: Add `net' directory.
21577
21578 * net: New directory.
21579
21580 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
21581 eval-last-sexp. Don't bind debug-on-error here.
21582 (eval-last-sexp): New function. Bind debug-on-error if
21583 eval-expression-debug-on-error is non-nil.
21584 (eval-defun-2, eval-defun): Likewise.
21585
21586 * simple.el (eval-expression): Don't bind debug-on-error if
21587 eval-expression-debug-on-error is nil. Detect changed
21588 debug-on-error, and propagate new value to global binding, if
21589 eval-expression-debug-on-error is non-nil,
21590 (eval-expression-debug-on-error): Change doc string.
21591
21592 2000-01-11 Richard M. Stallman <rms@gnu.org>
21593
21594 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
21595
21596 * emacs-lisp/lisp-mode.el (with-syntax-table):
21597 Set up lisp-indent-function property.
21598
21599 * subr.el (with-syntax-table): Moved from simple.el.
21600
21601 * simple.el (with-syntax-table): Moved to subr.el.
21602
21603 2000-01-11 Gerd Moellmann <gerd@gnu.org>
21604
21605 * tmm.el (tmm-shortcut): Delete region after prompt instead
21606 of erasing buffer.
21607
21608 * textmodes/fill.el (fill-common-string-prefix): New function.
21609 (fill-context-prefix): Use the longest common prefix of first
21610 and second line fill prefix, if there is one.
21611
21612 2000-01-11 Richard M. Stallman <rms@gnu.org>
21613
21614 * array.el (array-mode): Don't use make-variable-buffer-local.
21615 Use make-local-variable for `truncate-lines'.
21616
21617 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
21618
21619 * add-log.el (add-log-current-defun): Handle user-defined
21620 add-log-current-function returning nil,
21621
21622 * add-log.el (add-change-log-entry): Insert version number
21623 if having found a current function
21624
21625 * add-log.el (add-log-current-defun):
21626 Call `add-log-current-defun-function'. Try matches at level 0 and
21627 level 1. Strip whitespace from defun found.
21628
21629 2000-01-10 John Wiegley <johnw@gnu.org>
21630
21631 * allout.el (isearch-done/outline-provisions): Added `edit'
21632 argument to correspond with the current definition of `isearch-done'.
21633
21634 2000-01-10 Dave Love <fx@gnu.org>
21635
21636 * elide-head.el (elide-head): Use point-marker, not point.
21637
21638 2000-01-10 Gerd Moellmann <gerd@gnu.org>
21639
21640 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
21641 before and after the year 2000.
21642
21643 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
21644 Add ispell- prefix.
21645
21646 2000-01-10 Ken Stevens <k.stevens@ieee.org>
21647
21648 * ispell.el: Only define dictionaries in menus when they exist.
21649 (version18p): New variable.
21650 (version20p): New variable.
21651 (xemacsp): New variable.
21652 (ispell-choices-win-default-height): Fix for XEmacs visibility.
21653 (ispell-dictionary-alist1): Added Brasileiro dictionary.
21654 (ispell-dictionary-alist6): Russian command lines no longer accept
21655 run-together words.
21656 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
21657 (ispell-dictionary-alist): Add koi8-r to customize definition.
21658 (check-ispell-version): Added documentation string. Return library
21659 path when called non-interactively.
21660 (ispell-menu-map-needed): Uses new variables.
21661 (ispell-library-path): New variable.
21662 (ispell-decode-string): XEmacs fix for bogus variable bindings.
21663 (ispell-word): Improved documentation string. Test for valid
21664 character mappings. Correctly check typed in word changes that can
21665 result in single words split into multiple words.
21666 Return replacement word.
21667 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
21668 replace in recursive query replace mode. Help message for
21669 recursive edit mode.
21670 (ispell-show-choices): Protect against bad framepop bindings.
21671 (ispell-help): Fix to work with XEmacs.
21672 (ispell-highlight-spelling-error): Use new variables.
21673 (ispell-overlay-window): Fix to work with XEmacs.
21674 (ispell-parse-output): Passed and returns location information
21675 tracking spelling corrections. Doesn't recheck same word on
21676 current line.
21677 (ispell-init-process): Protect against bogus XEmacs variable binding.
21678 Fix call to single argument in sleep-for. Use new variables.
21679 (ispell-region): Passed and returns location information tracking
21680 spelling corrections. Doesn't check same word on current line.
21681 Improved documentation string. Doesn't resend a line already
21682 checked to the ispell process - fixes bug in LaTeX parsing.
21683 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
21684 (ispell-skip-region): No longer skips <TT> in SGML.
21685 (ispell-process-line): Tracks location information with spelling
21686 corrections. Added documentation string. Accounts for words
21687 already accepted on this line. Don't allow query-replace on line
21688 starting with math characters. Doesn't resend a line already sent
21689 to ispell process. Fixes alignment error bug.
21690
21691 2000-01-10 Richard M. Stallman <rms@gnu.org>
21692
21693 * dired-x.el (dired-guess-shell-alist-default):
21694 Suggest xloadimage, which is free, not xv, which isn't.
21695
21696 * ange-ftp.el (ange-ftp-file-name-nondirectory):
21697 Don't ever include the host name or user name in the value.
21698
21699 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21700
21701 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
21702 of a real newline.
21703
21704 2000-01-09 Stephen Eglen <stephen@gnu.org>
21705
21706 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
21707 for .png files.
21708
21709 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
21710
21711 * cus-edit.el (custom-hook-convert-widget): Fix comment.
21712
21713 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21714
21715 * progmodes/cperl-mode.el: Replace ^F with ^L.
21716
21717 * sendmail.el (toplevel): Provide `sendmail' when compiling before
21718 `require'ing rmail and mailalias to prevent infinite recursion.
21719
21720 2000-01-08 Dave Love <fx@gnu.org>
21721
21722 * emacs-lisp/backquote.el: Remove inappropriate customization
21723 (allowing custom.el to use backquote).
21724
21725 2000-01-07 Dave Love <fx@gnu.org>
21726
21727 * add-log.el (add-log-debugging): Deleted.
21728 (add-change-log-entry): Treat a backup FILE-NAME as its parent
21729 file. Remove debugging code.
21730 (change-log-get-method-definition, change-log-name): Add doc.
21731 (change-log-sortable-date-at): New function.
21732 (change-log-merge): New command.
21733
21734 * time.el (display-time-string-forms): Make the Mail string active.
21735 (display-time-update): Provide help-echo for load average.
21736
21737 * bindings.el (make-mode-line-mouse2-map): New function.
21738 (mode-line-modified): Use it and simplify.
21739 (mode-line-mule-info): Provide help-echo info.
21740 (minor-mode-alist): Activate the strings.
21741 (make-mode-line-mouse-sensitive): Simplify for
21742 mode-line-buffer-identification.
21743
21744 2000-01-07 Gerd Moellmann <gerd@gnu.org>
21745
21746 * play/pong.el: New file.
21747
21748 2000-01-06 Dave Love <fx@gnu.org>
21749
21750 * array.el: Assorted cleanups for compiler warnings, doc strings,
21751 `array-' prefix for symbols.
21752
21753 2000-01-05 Dave Love <fx@gnu.org>
21754
21755 * textmodes/outline.el (outline-mode-menu-bar-map):
21756 Add outline-headers-as-kill.
21757 (outline-mode): Define imenu-generic-expression.
21758 (outline-headers-as-kill): New command.
21759
21760 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
21761 from paragraph-start.
21762 (paragraph-indent-minor-mode): New command.
21763
21764 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
21765 M-C-e, M-C-h, C-j, C-xnd, TAB.
21766 (fortran-mode): Set beginning-of-defun, end-of-defun.
21767 (fortran-column-ruler): Simplify.
21768 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
21769 (fortran-with-subprogram-narrowing): Likewise.
21770 (fortran-indent-subprogram): Call mark-defun.
21771 (fortran-check-for-matching-do): Change narrowing.
21772
21773 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
21774 (cl-lucid-hash-tag): Delete.
21775 (cl-hash-table-p): Correct test for native table.
21776 (cl-hash-table-count): Use hash-table-count.
21777
21778 * browse-url.el (browse-url): Fix case of
21779 browse-url-browser-function being an alist.
21780
21781 2000-01-05 Carsten Dominik <cd@gnu.org>
21782
21783 * textmodes/reftex-vars.el (reftex-parse-file-extension)
21784 (reftex-index-phrase-file-extension): New options.
21785
21786 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
21787 Use new option `reftex-index-phrase-file-extension'.
21788
21789 * textmodes/reftex.el (reftex-access-parse-file): Use new option
21790 `reftex-parse-file-extension'.
21791
21792 2000-01-05 Dave Love <fx@gnu.org>
21793
21794 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
21795 (beginning-of-defun-raw): Use it.
21796 (end-of-defun): New variable.
21797 (end-of-defun): Use it.
21798 (check-parens): New command.
21799
21800 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
21801
21802 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
21803 (hs-show-block): Don't use `mapcar' when not accumulating.
21804
21805 Fix buglet in local variables initialization.
21806
21807 2000-01-05 Andreas Schwab <schwab@suse.de>
21808
21809 * hscroll.el (hscroll): Doc fix.
21810
21811 2000-01-05 Carsten Dominik <cd@gnu.org>
21812
21813 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
21814 Require idlw-toolbar.
21815
21816 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
21817 file idlw-rinfo.el.
21818 (idlwave-customize): Load must read file idlw-shell.el.
21819 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
21820
21821 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
21822
21823 * progmodes/idlw-shell.el: Also provide idlwave-shell
21824 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
21825 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
21826
21827 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
21828 both reftex-dcr and reftex-vcr.
21829
21830 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
21831
21832 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21833
21834 * ps-print.el: PostScript code now is in separate files, doc fix.
21835 (ps-print-version): New version number (5.0.3).
21836 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
21837 local.
21838 (ps-spool-config): Initialization fix.
21839 (ps-print-prologue-1, ps-print-prologue-2)
21840 (ps-print-duplex-feature): PostScript code moved to separated file.
21841 (ps-background-image): Little code reformating.
21842 (ps-begin-file, ps-begin-job): Fix code.
21843 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
21844 (ps-prologue-file): New fun.
21845
21846 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21847
21848 * ps-vars.el: Eliminated.
21849
21850 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
21851 `;;;###autoload'.
21852
21853 * ps-print.el: ps-vars eliminated, doc fix.
21854 (ps-print-version): New version number (5.0.2).
21855 (ps-spool-config): Initialization fix.
21856 (ps-print-customize): New fun.
21857
21858 2000-01-04 Gerd Moellmann <gerd@gnu.org>
21859
21860 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
21861
21862 2000-01-04 Dave Love <fx@gnu.org>
21863
21864 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
21865 menu items.
21866
21867 2000-01-03 Dave Love <fx@gnu.org>
21868
21869 * elide-head.el (elide-head) [defgroup]: Add :version.
21870
21871 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
21872 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
21873 Use `cl-hash-table-p', not `hash-table-p'.
21874 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
21875
21876 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21877
21878 * faces.el (face-read-integer, read-face-attribute)
21879 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
21880
21881 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21882
21883 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
21884 at comment end, and re-insert them after filling.
21885
21886 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21887
21888 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
21889 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
21890 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
21891
21892 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21893
21894 * term/x-win.el (xw-defined-colors): Call color-supported-p,
21895 the new name of face-color-supported-p.
21896
21897 * term/w32-win.el (xw-defined-colors): Likewise.
21898
21899 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21900
21901 * simple.el (completion-setup-function): Count completion-size
21902 from minibuffer-prompt-end, not from point-min.
21903
21904 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
21905
21906 * faces.el (read-face-attribute, defined-colors, color-defined-p):
21907 Pass the frame to tty-color-* functions.
21908 (display-color-p, frame-set-background-mode): Pass the frame to
21909 tty-display-color-p.
21910
21911 * term/tty-colors.el (tty-defined-color-alist): Renamed from
21912 tty-color-alist.
21913 (tty-color-alist, tty-modify-color-alist): New functions.
21914 (tty-color-define, tty-color-clear, tty-color-approximate)
21915 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
21916 optional parameter FRAME.
21917
21918 2000-01-01 Gerd Moellmann <gerd@gnu.org>
21919
21920 * image.el (create-image, defimage): Don't assume image data is
21921 a string.
21922
21923 * image.el (defimage): Handle specifications containing :data
21924 instead of :file.
21925 (image-type-from-data): New function.
21926 (image-type-from-file-header): Use it.
21927 (create-image): Add parameter DATA-P.
21928
21929 See ChangeLog.8 for earlier changes.
21930
21931 ;; Local Variables:
21932 ;; coding: iso-2022-7bit
21933 ;; End:
21934
21935 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
21936 Copying and distribution of this file, with or without modification,
21937 are permitted provided the copyright notice and this notice are preserved.