]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-11-16 Richard M. Stallman <rms@gnu.org>
2
3 * calendar/todo-mode.el (todo-save): Fix previous change.
4
5 * subr.el (functionp): Do use cdr-safe on object.
6
7 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
8
9 * bindings.el (mode-line-mode-name): Only put the help-echo property
10 if the local-map property was put as well.
11 (global-map): Bind switch-frame, delete-frame, iconify-frame
12 and make-frame-visible events.
13
14 * emacs-lisp/elp.el (elp-not-profilable): New var.
15 (elp-not-profilable-p): New function.
16 (elp-instrument-function): Use it. Use backquotes and push.
17
18 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
19 (byte-stack+-info, byte-compile-last-warned-form)
20 (byte-compile-last-logged-file): Don't defconst a variable.
21 (no-byte-compile): Declare.
22 (byte-compile-file): Don't boundp-check no-byte-compile any more.
23 (byte-compile-defvar): Leave defconst as is.
24
25 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
26 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
27 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
28 (edebug-best-error): Don't defconst a variable.
29 (edebug-read-syntax-table): Use a char-table.
30 (edebug-lemacs-specific): Remove.
31 Toplevel: Eliminate check for Lucid Emacs.
32
33 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
34
35 * rect.el (move-to-column-force): Mark obsolete.
36 (operate-on-rectangle, delete-extract-rectangle-line)
37 (insert-rectangle, delete-whitespace-rectangle-line)
38 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
39 (string-rectangle-history): New var.
40 (string-rectangle, string-insert-rectangle): Use it.
41 (delete-rectangle-line): Fix pos/column mixup and simplify.
42
43 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
44 (normal-top-level, command-line, command-line-1): Simplify.
45
46 * tar-mode.el (tar-mode): Use define-derived-mode.
47
48 * view.el (view-mode-enable): Don't use make-local-hook.
49
50 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
51
52 2001-11-16 Richard M. Stallman <rms@gnu.org>
53
54 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
55 if it doesn't make sense as anything else.
56 Don't recognize a "telephone number" at the beginning of the name.
57 (mail-extr-leading-garbage): Match non-word characters only.
58
59 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
60
61 * emulation/viper.el: Fix typo.
62
63 * startup.el (command-line-processed): Doc fix.
64
65 * apropos.el (apropos-next-label-button): Doc fix.
66
67 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
68
69 * comint.el (comint-mode): Simplify.
70 (make-comint-in-buffer): Run `comint-mode' only if necessary.
71
72 * subr.el (eval-after-load): Make it work with features as well.
73
74 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
75
76 * international/mule-cmds.el (describe-input-method): Setup xref.
77 (set-language-environment): Use functionp.
78 (locale-language-names, locale-charset-language-names)
79 (locale-preferred-coding-systems): Defconst and purecopy.
80
81 * language/european.el (mac-roman): Add mime-charset property.
82
83 2001-11-15 Richard M. Stallman <rms@gnu.org>
84
85 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
86 (multiple-value-apply, nth-value): Use defsubst rather than defalias
87 to get better doc strings.
88
89 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
90
91 * derived.el: Fix autoload cookie.
92
93 2001-11-15 Richard M. Stallman <rms@gnu.org>
94
95 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
96
97 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
98
99 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
100
101 2001-11-15 Richard M. Stallman <rms@gnu.org>
102
103 * dired.el (dired-undo): Display a message to explain
104 that this does not undo file system changes.
105
106 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
107
108 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
109 into `unread-command-events' instead of trying keymap
110 lookups ourselves. This makes mouse-clicks do the right
111 thing even when keymaps of overlays are involved.
112 (mouse-drag-drag): Likewise.
113
114 2001-11-15 Andreas Schwab <schwab@suse.de>
115
116 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
117 characters and append anchor to pattern added to auto-mode-alist.
118
119 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
120
121 * server.el (server-process-filter): Run pore/post-comment-hook
122 before/after visiting the file.
123
124 * info-look.el (makefile-mode): Add info for automake.
125 (autoconf-mode): Fix the name of the index for automake.
126
127 * international/latin-9.el: Give pilcrow punctuation syntax.
128
129 2001-11-15 Andre Spiegel <spiegel@gnu.org>
130
131 * vc.el: Documentation fixes.
132
133 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
134
135 * smerge-mode.el (smerge-match-conflict): Fix typo.
136 (smerge-diff): Be careful to read match-data early enough.
137
138 2001-11-14 Colin Walters <walters@verbum.org>
139
140 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
141 (calcFunc-subst): Use `defalias' instead of `fset' and
142 `symbol-function'.
143
144 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
145 (calcFunc-ceil, calcFunc-round): Ditto.
146
147 * calc/calc-bin.el (calcFunc-clip): Ditto.
148
149 * calc/calc-ext.el (calcFunc-evalv): Ditto.
150
151 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
152
153 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
154 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
155
156 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
157
158 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
159 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
160 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
161 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
162 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
163 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
164 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
165 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
166 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
167 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
168 * calcsel2.el: Style cleanup; don't put closing parens on their
169 own line, add "foo.el ends here" to each file, and update
170 copyright date.
171
172 * README: Update maintainer.
173
174 2001-11-13 Alan Shutko <ats@acm.org>
175
176 * compile.el (recompile): Use compilation-arguments if set, so as
177 to be able to M-x recompile the exact command which created a
178 compilation-mode buffer.
179
180 2001-11-13 Richard M. Stallman <rms@gnu.org>
181
182 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
183
184 2001-11-13 Gerd Moellmann <gerd@gnu.org>
185
186 * mouse.el (mouse-drag-region): Don't run the up-event
187 handler if window start changed due to the down-mouse event.
188
189 2001-11-13 Richard M. Stallman <rms@gnu.org>
190
191 * mouse.el (mouse-show-mark): Either move point to the mark
192 or use highlighting, never both.
193 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
194
195 2001-11-13 Simon Josefsson <jas@extundo.com>
196
197 * mail/smtpmail.el (top-level): Change maintainer to Simon
198 Josefsson, cleanup the smtpmail.el header.
199
200 * mail/smtpmail.el (top-level): Don't require cl or base64.
201 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
202 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
203 Defsubst instead of defmacro.
204 (smtpmail-intersection): Return value in reverse order.
205 (smtpmail-open-stream): Use stringp instead of string-to-list.
206 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
207 separated from smtpmail-via-smtp.
208
209 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
210 rfc2104. Require base64 and cl.
211 (smtpmail-smtp-service): Doc fix. :type fix.
212 (smtpmail-debug-info): Doc fix.
213 (smtpmail-debug-verb, smtpmail-auth-credentials)
214 (smtpmail-starttls-credentials, smtpmail-auth-supported):
215 New variables.
216 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
217 mail-utils (it is autoloaded).
218 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
219 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
220 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
221 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
222 (smtpmail-via-smtp): Support AUTH.
223 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
224
225 2001-11-13 Richard M. Stallman <rms@gnu.org>
226
227 * ebuff-menu.el (electric-buffer-update-highlight): New function.
228 (electric-buffer-overlay): New variable.
229 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
230 (electric-buffer-list): Likewise.
231
232 2001-11-13 Per Starback <starback@ling.uu.se>
233
234 * isearch.el (isearch-whitespace-chars): Doc fix.
235 (isearch-mode): Handle negative search-slow-window-lines correctly.
236
237 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
238
239 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
240
241 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
242 From Emmanuel Briot <briot@act-europe.fr>.
243
244 2001-11-13 Colin Walters <walters@debian.org>
245
246 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
247
248 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
249 "~/.emacs"; use `read-file-name'.
250
251 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
252 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
253 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
254 * calc/calc.el: Use `frame-width' instead of `screen-width',
255 `frame-height' instead of `screen-height', and,
256 `executing-kbd-macro' instead of `executing-macro'.
257
258 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
259 correct number of arguments.
260
261 * calc/calc-aent.el (calc-do-alg-entry):
262 Use `blink-paren-function' instead of `blink-paren-hook'.
263
264 2001-11-12 Richard M. Stallman <rms@gnu.org>
265
266 * calendar/todo-mode.el (todo-save): Add save-excursion
267 and save-restriction.
268
269 * server.el (server-edit, server-done): Doc fix.
270
271 * simple.el (clone-indirect-buffer): Error if major mode symbol
272 has a no-clone-indirect property.
273 (clone-buffer): Check for obvious errors before reading clone name.
274
275 * info.el (Info-mode): Add a no-clone-indirect property.
276
277 2001-11-12 Sam Steingold <sds@gnu.org>
278
279 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
280 set-buffer-modified-p to nil after `vc-exec-after'.
281 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
282 (log-view-mode): Make read-only.
283 (log-view-current-file): Do final `expand-file-name' in the
284 current `default-directory'.
285 (log-view-current-tag): Take an optional `where' arg.
286 (log-view-diff): New user command.
287
288 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
289
290 * progmodes/cpp.el (cpp-choose-face): Fix typo.
291
292 2001-11-12 Sam Steingold <sds@gnu.org>
293
294 * emacs-lisp/cl-indent.el (toplevel): Indent properly
295 `generic-flet', `generic-labels', `with-accessors',
296 `with-condition-restarts'.
297
298 2001-11-12 Richard M. Stallman <rms@gnu.org>
299
300 * dired.el: Many trivial doc fixes.
301 (dired-get-file-for-visit): New function.
302 (dired-find-alternate-file, dired-mouse-find-file-other-window):
303 (dired-view-file, dired-find-file-other-window, dired-display-file):
304 (dired-find-file): Use dired-get-file-for-visit.
305
306 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
307
308 * sql.el (sql-mode): Doc change.
309
310 * sql.el (sql-mode-syntax-table): The backslash is no longer an
311 escape character.
312
313 2001-11-12 Colin Walters <walters@debian.org>
314
315 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
316 (calc-do-keypad): Don't attempt to use nonexistent global
317 mouse-map, use calc-keypad-map.
318 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
319 (calc-keypad-left-click): Don't use mouse-map; update to new event
320 interface.
321 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
322 (calc-keypad-press): Use `unread-command-events' instead of
323 `unread-command-char'.
324
325 * calc/calc-ext.el (calc-init-extensions): Update autoload names
326 to match files renamed on initial calc import.
327
328 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
329
330 * textmodes/flyspell.el (flyspell-default-dictionary):
331 Fix previous change.
332
333 2001-11-12 Richard M. Stallman <rms@gnu.org>
334
335 * textmodes/flyspell.el (flyspell-default-dictionary):
336 Fix custom type.
337
338 2001-11-11 Richard M. Stallman <rms@gnu.org>
339
340 * calendar/solar.el (solar-sunrise-and-sunset):
341 Exchange the two extreme values of day-length.
342
343 * progmodes/sh-script.el (sh-must-be-shell-mode):
344 Allow modes derived from sh-mode.
345
346 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
347 Turn off error in some re-search-forward calls.
348
349 * replace.el (query-replace-skip-read-only): New variable.
350 (perform-replace): If that variable is non-nil, ignore matches
351 that have a read-only property.
352
353 * derived.el (define-derived-mode): Doc fix.
354
355 * server.el (server-buffer-done): Test of server-existing-buffer
356 was backwards.
357 (server-existing-buffer): Doc fix.
358
359 * textmodes/flyspell.el (flyspell-default-dictionary):
360 Allow nil as value, and make nil the default.
361
362 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
363
364 * subdirs.el: Regenerated.
365
366 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
367 it is not fboundp.
368 (clipboard-yank): Ditto.
369
370 2001-11-11 Colin Walters <walters@verbum.org>
371
372 The following changes are based on patches from
373 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
374 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
375
376 * calc/calc.el (toplevel): Require calc-macs.
377 (calc-minibuffer-size): New.
378 (calcDigit-nondigit): Use it instead of `buffer-size'.
379 (calcDigit-backspace): Likewise.
380 (calcDigit-nondigit): Use `minibuffer-contents' instead of
381 `buffer-string'.
382 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
383 `point-min'.
384 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
385 `save-excursion'.
386
387 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
388 simple `setq' form.
389
390 * calc/calc-ext.el: (toplevel): Require calc.
391 (calc-fancy-prefix-map): New.
392 (calc-fancy-prefix): Use it.
393 (calc-fancy-prefix-other-key): New.
394
395 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
396 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
397 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
398 (calcAlg-enter): Likewise.
399 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
400
401 2001-11-10 Richard M. Stallman <rms@gnu.org>
402
403 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
404 (quietly-read-abbrev-file): Doc fix.
405
406 * startup.el (command-line): Read standard abbrev
407 file (abbrev-file-name), if it exists.
408
409 * files.el (save-abbrevs): Default value is t.
410
411 * progmodes/compile.el (compile-goto-error): Fix previous change
412 in the case where subsequent errors have not been parsed yet
413 because they are in a different source file.
414
415 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
416
417 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
418 Merge two regular expressions into one.
419 (ps-mode): Make local bindings for `comment-start' and
420 `comment-start-skip'.
421 (ps-mode-looking-at-nested): Simplify an if-else construct;
422 use `set-match-data' to set the result.
423
424 2001-11-10 Richard M. Stallman <rms@gnu.org>
425
426 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
427 Function deleted.
428 (flyspell-correct-word): Old definition deleted.
429 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
430 All references renamed too.
431
432 2001-11-10 Gerd Moellmann <gerd@gnu.org>
433
434 * Makefile.in (finder_setwins, setwins): Exclude Calc.
435
436 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
437
438 * wid-edit.el (checklist): Removed `:menu-tag'.
439 (radio-button-choice): Ditto.
440 (editable-list): Ditto.
441
442 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
443
444 * play/gomoku.el: Move definitions of constants to the beginning
445 of file, before their use.
446
447 2001-11-09 Richard M. Stallman <rms@gnu.org>
448
449 * textmodes/flyspell.el: Use the keymap property
450 instead of local-map, and don't use a minor-mode map.
451 (flyspell-mode-map): Variable deleted.
452 Don't mess with minor-mode-map-alist.
453 (calling add-minor-mode): Specify nil for keymap.
454 And always use add-minor-mode, now that it exists.
455 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
456 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
457 or flyspell-local-mouse-map.
458 (make-flyspell-overlay): Use flyspell-mouse-map directly.
459 (flyspell-mode): Doc fix.
460 (flyspell-mode-on): Don't call make-local-hook.
461
462 2001-11-09 Sam Steingold <sds@gnu.org>
463
464 * emacs-lisp/debug.el (debugger-make-xrefs):
465 Add buttons to all symbols.
466
467 2001-11-09 Andre Spiegel <spiegel@gnu.org>
468
469 * vc.el: Add John David Smith to credits.
470
471 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
472
473 * vc-hooks.el (vc-error-occured): Backquotified.
474 (vc-file-prop-obarray): Use prime length for better efficiency.
475
476 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
477
478 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
479
480 * info.el (Info-file-list-for-emacs): Add entries for Calc.
481
482 2001-11-09 Miles Bader <miles@gnu.org>
483
484 * subr.el (functionp): Don't consider macros as functions.
485
486 2001-11-08 Miles Bader <miles@gnu.org>
487
488 * subr.el (functionp): Make work correctly for macros and unbound
489 symbols.
490
491 * comint.el (comint-send-input): Fix description of
492 `comint-process-echoes' in the doc-string.
493
494 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
495
496 * international/mule.el (make-translation-table): Doc fix.
497 Suggested by Alex Schroeder <alex@gnu.org>.
498
499 2001-11-07 Richard M. Stallman <rms@gnu.org>
500
501 * info.el (Info-fontify-node): Highlight every third menu item.
502
503 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
504
505 * cus-edit.el (custom-face-value-create): Don't ignore the
506 `customized-face' attribute when finding the current face spec.
507
508 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
509
510 * subr.el (with-local-quit): New macro.
511 (make-syntax-table): Always inherit.
512 (functionp): Be more careful when `object' is a symbol.
513
514 * dabbrev.el (dabbrev-completion): Use "*Completions*".
515
516 2001-11-07 Paul Eggert <eggert@twinsun.com>
517
518 * dired.el (dired-move-to-filename-regexp):
519 Do not distinguish between ASCII letters and non-ASCII characters.
520 Don't allow comma except in the form "month day, year".
521 Don't allow space between month name and comma.
522 Clean up the code that checks for trailing period, comma, and space.
523 Remove now-obsolete comments, and add more commentary about
524 Japanese dates.
525 Always gobble up trailing spaces, instead of doing it only sometimes.
526
527 2001-11-07 Miles Bader <miles@gnu.org>
528
529 * paren.el (show-paren-match-face): Add dark-background variant.
530
531 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
532
533 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
534 (lisp-mode-variables): Don't set paragraph-{start,separate}.
535 Don't disable adaptive-fill-mode.
536 (lisp-fill-paragraph): Use tab-width rather than 8.
537 Prevent filling the first line of docstrings.
538
539 2001-11-06 Richard M. Stallman <rms@gnu.org>
540
541 * play/gomoku.el (gomoku): Doc fix.
542
543 * jka-compr.el (jka-compr-partial-uncompress):
544 Support an alternative of not using dd.
545 (jka-compr-dd-program): Use defcustom to define this.
546 (jka-compr-load-suffixes): Use defcustom.
547 (jka-compr-mode-alist-additions): Use defcustom.
548
549 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
550
551 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
552 Also work when LIMIT is further than the end of line.
553
554 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
555
556 * international/quail.el (quail-update-leim-list-file): Print the
557 offending file name if some of its quail-define-package forms is broken.
558
559 2001-11-05 Richard M. Stallman <rms@gnu.org>
560
561 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
562 of the evaluated form.
563
564 2001-11-05 Paul Eggert <eggert@twinsun.com>
565
566 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
567 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
568 stamps always line up by default. Also, it uses a slightly
569 different window to determine whether files are "recent".
570
571 2001-11-05 Andrew Innes <andrewi@gnu.org>
572
573 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
574 Don't attempt to remake autoloads before nuking .elc files.
575
576 2001-11-04 Richard M. Stallman <rms@gnu.org>
577
578 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
579 previous-single-property-change or next-single-char-property-change
580 returns nil.
581
582 * international/mule-cmds.el (set-locale-environment):
583 Make it interactive; make arg optional.
584
585 * international/mule-diag.el (help-funs): Require help-funs.
586
587 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
588
589 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
590
591 2001-11-04 Miles Bader <miles@gnu.org>
592
593 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
594 shadow of the splash image grey on a dark background instead of black.
595
596 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
597
598 * term.el (all faces): Don't (copy-face 'default <foo>).
599
600 * term/xterm.el (function-key-map):
601 Add entry for `ESC [ 3 ~' -> <delete>
602 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
603 Use inheritance so that .emacs and terminfo take precedence.
604
605 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
606
607 * tooltip.el (tooltip-delay): Decrease to 0.7.
608 (tooltip-hide-delay): Enlarge to 10.
609
610 2001-11-03 Richard M. Stallman <rms@gnu.org>
611
612 * startup.el (fancy-splash-tail): Explain how to recover
613 from a crash, if there was a crash.
614 (command-line-1): Reorganize display of startup screen,
615 to simplify the logic. Use a temp buffer for it.
616
617 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
618
619 * frame.el (set-background-color, set-foreground-color):
620 Call face-set-after-frame-default, to propagate the new colors to
621 the frame's parameters alist.
622
623 * calendar/timeclock.el (timeclock-out): Signal an error if
624 timeclock-last-event is nil.
625
626 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
627
628 * textmodes/fill.el (fill-context-prefix): Fix braino.
629
630 * international/quail.el (quail-help):
631 Use `help-buffer' and move `help-setup-xref' to beginning.
632
633 * international/mule-cmds.el (describe-language-environment):
634 Use `help-buffer' and move `help-setup-xref' to beginning.
635
636 * international/mule-diag.el (list-character-sets)
637 (sort-listed-character-sets, describe-character-set)
638 (describe-coding-system, describe-fontset, list-fontsets):
639 Use `help-buffer' and move `help-setup-xref' to beginning.
640 (describe-char-after): Use `internal-describe-syntax-value'.
641
642 2001-11-02 Richard M. Stallman <rms@gnu.org>
643
644 * mouse.el (popup-menu): If the user refuses to select
645 from a menu, don't try to invoke the menu.
646
647 2001-11-02 Miles Bader <miles@gnu.org>
648
649 * help-mode.el (help-xref): New button type.
650 (help-function, help-variable, help-face, help-coding-system)
651 (help-input-method, help-character-set, help-type, help-symbol)
652 (help-back, help-info, help-customize-variable, help-customize-face)
653 (help-function-def, help-variable-def): Use it as a supertype.
654 Remove `action' property.
655
656 * international/mule-diag.el (describe-character-set)
657 (describe-coding-system): Pass correct args to `help-xref-button'.
658 (sort-listed-character-sets): New button type.
659 (list-character-sets): Use it.
660 (list-charset-chars): New button type.
661 (list-character-sets-1): Use it.
662
663 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
664
665 * indent.el (tab-always-indent, indent-for-tab-command):
666 Remove redundant `never' setting.
667
668 * fill.el (fill-region-as-paragraph): Don't forget to skip
669 over current whitespace before looking for a preceding space.
670
671 2001-11-01 Richard M. Stallman <rms@gnu.org>
672
673 * files.el (file-newest-backup): Don't pass backup file name
674 thru file-name-sans-versions, because it never has version numbers.
675
676 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
677 to avoid ambiguous nested loops.
678
679 * files.el (find-file-noselect): Offer to change buffer-read-only
680 only when the file's read-only status has changed from before
681 as well as disagreeing with the buffer's current status.
682 (buffer-file-read-only): New var, local in all buffers.
683
684 * buff-menu.el (buffer-menu): Doc fix.
685 (buffer-menu-other-window): Doc fix.
686 (list-buffers, list-buffers-noselect): Doc fix.
687
688 2001-11-01 Gerd Moellmann <gerd@gnu.org>
689
690 * startup.el (command-line): If the terminal Emacs is running on
691 has erase char set to ^H, use the Backspace key for deleting
692 backward, and the Delete key for deleting forward.
693
694 2001-11-01 Miles Bader <miles@gnu.org>
695
696 * button.el (define-button-type): Make sure every user-defined
697 button type has a supertype.
698
699 2001-10-31 Jason Rumney <jasonr@gnu.org>
700
701 * international/mule-cmds.el (locale-language-names): Add chs and
702 cht as aliases for Chinese-GB and Chinese-BIG5.
703
704 2001-10-31 Richard M. Stallman <rms@gnu.org>
705
706 * bindings.el (mode-line-frame-identification): Add doc string.
707 (mode-line-position, mode-line-modes): New variables.
708 (mode-line-format): Use mode-line-position for the part
709 that displays the position-in-buffer info.
710 Use mode-line-modes for the part that displays major and minor modes.
711
712 2001-10-31 Sam Steingold <sds@gnu.org>
713
714 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
715 (debugger-setup-buffer): Call it.
716 (debugger-mode-map): Bind RET and mouse-2.
717
718 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
719
720 * startup.el: Document command line option --no-window-system
721 instead of --no-windows.
722
723 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
724
725 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
726
727 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
728 (font-lock-defaults-alist): Use it.
729 From David Ponce <david.ponce@wanadoo.fr>
730
731 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
732 output of `char-after'.
733
734 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
735
736 * simple.el (reindent-then-newline-and-indent): Insert the newline
737 before indenting the first line.
738 (undo-get-state, undo-revert-to-state): New funs.
739 (shell-command): Don't kill the buffer even if empty.
740 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
741 (transpose-subr-end2): Remove.
742 (transpose-subr): Add `special' arg and simplify.
743 (transpose-subr-1): Rewrite.
744 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
745 (rfc822-goto-eoh): Simplify.
746
747 2001-10-30 Richard M. Stallman <rms@gnu.org>
748
749 * enriched.el (enriched-face-ans): FIx previous change.
750
751 2001-10-30 Gerd Moellmann <gerd@gnu.org>
752
753 * international/iso-acc.el (iso-accents-compose): Remove a
754 superfluous setq.
755
756 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
757
758 * buff-menu.el (list-buffers-noselect): If the buffer's name
759 starts with a blank, but it visits a file, do show it (for files
760 whose names start with a blank).
761
762 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
763
764 * textmodes/fill.el (sentence-end-double-space)
765 (sentence-end-without-period): Move to paragraphs.el.
766 (fill-indent-according-to-mode): Change default to t.
767 (fill-context-prefix): Simplify control-flow and use a more
768 sophisticated merge that unifies both previous checks.
769 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
770 (fill-nobreak-predicate): Make it into a defcustom'd hook.
771 (fill-nobreak-p): New fun.
772 (fill-region-as-paragraph): Use it.
773 Handle `fill-indent-according-to-mode' slightly differently.
774 (fill-individual-paragraphs-prefix): Simplify the control-flow.
775 (fill-individual-paragraphs-citation): Fix.
776
777 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
778 (paragraph-start): Change default to the `text-mode' value.
779 (sentence-end-double-space, sentence-end-without-period):
780 Move from fill.el.
781 (forward-paragraph): Use `parstart' and `parsep' for temp variables
782 rather than rebinding `paragraph-start' and `paragraph-separate'.
783
784 * indent.el (indent-line-function): Change default to indent-relative.
785 (tab-always-indent): Add an `never' setting.
786 (indent-according-to-mode): Handle `indent-relative' and
787 `indent-relative-maybe' specially.
788 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
789 Handle the `never' case for `tab-always-indent'.
790 Don't call indent-according-to-mode for indent-relative' and
791 `indent-relative-maybe'.
792 (insert-tab): Rename `prefix-arg' to `arg'.
793 (indent-region): Indent the first line as well.
794 (indent-relative): Don't mark the buffer modified if the indentation
795 is unchanged.
796
797 * textmodes/text-mode.el (paragraph-indent-minor-mode):
798 Don't set paragraph-separate. Set paragraph-start more carefully.
799 Set indent-line-function.
800 (paragraph-indent-text-mode): Use it and define-derived-mode.
801 (text-mode-map): Remove the \t binding.
802 (text-mode): Simplify now that the default is more favorable.
803
804 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
805
806 * emacs-lisp/find-func.el (find-function-search-for-symbol):
807 If the regexp doesn't match, use a looser one.
808 (find-variable-noselect): Add `file' argument.
809
810 * pcvs.el (cvs-mode-commit-hook): New hook.
811 (cvs-mode-commit): Run it.
812
813 * log-edit.el (log-edit): Run hook after `log-edit-files'.
814
815 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
816 (edebug-instrument-function): Use `find-function-noselect'.
817
818 2001-10-29 Richard M. Stallman <rms@gnu.org>
819
820 * term.el (term-if-emacs19): Macro deleted.
821 Callers changed to use progn instead.
822
823 * frame.el (blink-cursor-mode): Doc fix.
824
825 * files.el (find-backup-file-name): Use make-backup-file-name.
826
827 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
828 window-live-p.
829 (edebug-set-conditional-breakpoint): Unconditionally use
830 the former Emacs >=19 definition.
831 (edebug-mark): Define unconditionally.
832 (edebug-eval-expression): Always call read-from-minibuffer
833 and specify history list.
834 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
835 edebug-set-conditional-breakpoint.
836 (edebug-emacs-version-specific): Function deleted;
837 do the job at top level.
838 (edebug-emacs-19-specific): Function deleted, this is the default.
839
840 2001-10-29 Sam Steingold <sds@gnu.org>
841
842 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
843 "/cygdrive/LETTER/" pathnames.
844
845 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
846
847 * faces.el (invert-face): Check for 'unspecified, not for nil,
848 when testing whether face colors are not specified.
849 From David.Kastrup@t-online.de (David Kastrup).
850 (read-face-name): Doc fix.
851 (make-face-bold, make-face-unbold, make-face-italic)
852 (make-face-unitalic, make-face-bold-italic, invert-face):
853 Remove trailing blank from the prompt passed to read-face-name.
854
855 2001-10-29 Sam Steingold <sds@gnu.org>
856
857 * emacs-lisp/bytecomp.el (byte-recompile-directory):
858 Report numbers of files skipped and failed too.
859 (byte-compile-file): Return 'no-byte-compile for skipped files.
860
861 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
862
863 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
864 and `M p'.
865
866 2001-10-29 Gerd Moellmann <gerd@gnu.org>
867
868 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
869 as is on unread-command-events instead of `(SECOND-CHAR)'.
870
871 2001-10-29 Andre Spiegel <spiegel@gnu.org>
872
873 * vc.el: Mention vc-*-switches in backend API documentation.
874 (vc-annotate): Adapt doc string to recent change.
875
876 2001-10-29 Gerd Moellmann <gerd@gnu.org>
877
878 * enriched.el (enriched-face-ans): Handle face attributes
879 of the form `(FACE1 FACE2 ...)'.
880
881 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
882
883 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
884
885 * progmodes/sql.el (sql-mysql): Doc change by RMS.
886
887 * progmodes/sql.el (sql-db2): Doc change.
888 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
889 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
890
891 2001-10-29 Gerd Moellmann <gerd@gnu.org>
892
893 * env.el (substitute-env-vars): Don't quote argument to `rx';
894 it's a macro.
895
896 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
897
898 * cus-start.el (recursive-load-depth-limit): Added.
899
900 2001-10-28 Richard M. Stallman <rms@gnu.org>
901
902 * textmodes/ispell.el (version18p, version20p): Vars deleted.
903 All uses removed--assume Emacs version is >= 20.
904
905 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
906 by really checking that it is not version 18.
907
908 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
909
910 2001-10-28 Miles Bader <miles@gnu.org>
911
912 * faces.el (face-attribute): Add INHERIT argument, consider face
913 inheritance if it's non-nil.
914 (face-attribute-merged-with): New function.
915 (face-attribute-specified-or): New macro.
916 (face-foreground, face-background, face-stipple): Add INHERIT
917 argument. Use `face-attribute-specified-or'.
918
919 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
920
921 * font-lock.el: Require `syntax'.
922 (font-lock-defaults-alist): Don't define keywords for lisp languages.
923 Use `c-font-lock-syntactic-face-function' for c languages.
924 (font-lock-mode): Don't unset vars when turning the mode off.
925 (font-lock-default-fontify-buffer): Don't unset vars at the end.
926 (font-lock-extra-managed-props): New var.
927 (font-lock-default-unfontify-region): Use it.
928 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
929 Don't eval the value when there's no match.
930 (font-lock-ppss-stats): New var.
931 (font-lock-ppss): New fun.
932 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
933 (font-lock-apply-highlight): Allow `highlight' to set several props.
934 (font-lock-set-defaults): Use dolist.
935 (font-lock-unset-defaults): Remove.
936 (font-lock-match-c-style-declaration-item-and-skip-to-next):
937 Try to recognize prototypes using `foo P_ ((args))'.
938 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
939 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
940 (c-font-lock-syntactic-face-function): New function.
941 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
942 (c++-keywords): Use a more sophisticated regexp to handle
943 shallowly nested templates.
944
945 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
946
947 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
948 (sgml-tag): Use it. Cleanup with `cond'.
949 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
950 Mark the overlays and only delete those that are marked.
951 (sgml-skip-close-p): Remove.
952 (sgml-value): Replace sgml-skip-close-p with its definition.
953 (html-tag-alist): Use sgml-xml a bit more.
954 (html-mode): Set sgml-empty-tags.
955
956 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
957 (texinfo-update-node, texinfo-sequential-node-update):
958 Don't bind the obsolete `auto-fill-hook'.
959 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
960 Use `set-buffer' rather than `switch-to-buffer'.
961 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
962 Use `set-buffer' rather than `switch-to-buffer'.
963
964 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
965 text-mode-syntax-table.
966 (mail-mode): Use define-derived-mode.
967 Fix ordering of alternatives in adaptive-fill-regexp.
968 (mail-mode-map): Don't rely on keymap's internal representation.
969
970 2001-10-27 Sam Steingold <sds@gnu.org>
971
972 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
973 (sgml-xml-guess): Extracted from `html-mode' and generalized.
974 (sgml-mode-common): Call it.
975 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
976 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
977 (html-horizontal-rule, html-image, html-ordered-list):
978 (html-unordered-list, html-list-item, html-paragraph):
979 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
980 `html-xhtml'.
981
982 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
983
984 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
985 (ifnothtml): New alias.
986
987 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
988
989 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
990 (toggle-text-mode-auto-fill): Use derived-mode-p.
991
992 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
993
994 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
995 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
996
997 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
998
999 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1000 Add make-obsolete cookies, to follow faces.el.
1001
1002 These changes avoid warnings from the byte compiler in faces.el:
1003
1004 * faces.el (internal-get-face): Use facep instead of the obsolete
1005 internal-find-face.
1006 (internal-frob-font-weight, internal-frob-font-slant):
1007 New defaliases for obsolete functions.
1008 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1009 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1010 (x-make-font-bold-italic): Use internal-frob-font-weight and
1011 internal-frob-font-slant aliases instead of the obsolete
1012 x-frob-... functions.
1013
1014 2001-10-26 Sam Steingold <sds@gnu.org>
1015
1016 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1017 DOCTYPE; set `mode-name' based on it.
1018 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1019 (sgml-tag): Close empty tags in XHTML.
1020
1021 2001-10-26 Jason Rumney <jasonr@gnu.org>
1022
1023 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1024 when UNICODE is not defined.
1025
1026 2001-10-26 Sam Steingold <sds@gnu.org>
1027
1028 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1029 be alone on the line.
1030
1031 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1032
1033 * button.el (button): Special face definition for MS-DOS terminals.
1034
1035 2001-10-26 Sam Steingold <sds@gnu.org>
1036
1037 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1038 Protect the /= test by checking that the args are non-nil.
1039 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1040
1041 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1042
1043 * textmodes/artist.el (artist-version): 1.2.4.
1044 (artist-butlast-fn): New variable.
1045 (artist-butlast): New function.
1046 (artist-ellipse-mirror-quadrant): Use it.
1047 (artist-mouse-draw-poly): Use nil for `point-list'.
1048 (artist-mouse-draw-poly): Check for point-list being nil.
1049
1050 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1051
1052 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1053 lambda expression.
1054 (ps-mode-menu-main): Submenu with options on/off was replaced with
1055 a toggle button.
1056 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1057 (ps-mode): Autoload cookie added on same line as comment
1058 (ps-mode-tabkey, ps-mode-backward-delete-char):
1059 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1060 `indent-to' with `indent-line-to'
1061 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1062 instead of `eval'.
1063 (ps-mode-print-region): Use `with-temp-buffer'.
1064 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1065 (numerous places): Add back-tick and tick around names in
1066 docstrings, fix punctuation in docstrings, remove trailing spaces.
1067
1068 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1069
1070 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1071 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1072 (sgml-font-lock-syntactic-keywords): New var.
1073 (sgml-mode-common): Drop the two args.
1074 Don't make buffer-local variables that aren't used.
1075 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1076 Don't set `before-string' props from sgml-display-text.
1077 (sgml-mode): Use define-derived-mode.
1078 (sgml-tags-invisible): Use sgml-display-text.
1079 (sgml-quote): New command.
1080 (html-tag-alist): Add args for `span'.
1081 (html-mode): Use define-derived-mode.
1082 Set sgml-display-text and sgml-tag-face-alist.
1083
1084 2001-10-25 Sam Steingold <sds@gnu.org>
1085
1086 * add-log.el (add-log-always-start-new-record): New user option.
1087 (add-change-log-entry): Use it.
1088
1089 2001-10-25 Richard M. Stallman <rms@gnu.org>
1090
1091 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1092 bind case-fold-search if FROM is not all lower case.
1093
1094 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1095
1096 * startup.el (normal-top-level): Check for frame-initial-frame
1097 only if it's really used.
1098
1099 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1100
1101 * progmodes/compile.el (compilation-parse-errors-filename-function):
1102 New variable.
1103 (compilation-parse-errors): Use it.
1104
1105 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1106
1107 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1108 interactively so that C-u M-C-x still does edebug.
1109 (checkdoc-sentencespace-region-engine): Don't force a double-space
1110 after `.' if it doesn't look like an end-of-sentence.
1111 (debug-ignored-errors): Add `disambiguate ...'.
1112
1113 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1114
1115 * textmodes/texinfo.el (texinfo-environments)
1116 (texinfo-environment-regexp): Hoist.
1117 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1118 Only highlight the menu name in menu items.
1119 Setup `@foo ... @end foo' as text clones.
1120 (texinfo-clone-environment): New function.
1121 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1122 (texinfo-insert-block): Simplify.
1123 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1124 the command is repeated.
1125 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1126 (texinfo-insert-@end): Simplify.
1127
1128 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1129 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1130 (texinfo-subsubsection-level-regexp)
1131 (texinfo-update-menu-same-level-regexps)
1132 (texinfo-update-menu-higher-regexps)
1133 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1134
1135 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1136 (derived-mode-p): Autoload.
1137
1138 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1139 New vars and functions.
1140 (text-clone-maintain, text-clone-create): New functions.
1141
1142 2001-10-25 Miles Bader <miles@gnu.org>
1143
1144 * facemenu.el (facemenu-add-new-face): Fix variable names.
1145
1146 2001-10-24 Richard M. Stallman <rms@gnu.org>
1147
1148 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1149 of t and nil values.
1150 (facemenu-set-face): Handle START and END interactively.
1151 (facemenu-set-foreground): Don't use a face; specify color directly.
1152 (facemenu-set-background): Likewise.
1153 (facemenu-set-face-from-menu): Doc fix.
1154 (facemenu-active-faces): Use face-attribute-vector
1155 to handle bare attributes not in faces.
1156 (facemenu-get-face): Don't handle face names fg:... and bg:...
1157 specially.
1158 (facemenu-add-new-face): New argument MENU.
1159 New way to handle adding colors to the color menus.
1160
1161 * env.el (substitute-env-vars): Quote the arg to rx.
1162
1163 2001-10-24 Sam Steingold <sds@gnu.org>
1164
1165 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1166 Control" and "SGML" groups.
1167
1168 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1169
1170 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1171 Better handling of C++ template args to avoid confusion with `<'
1172 and `>' used as operators in member init expressions.
1173
1174 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1175
1176 * replace.el (perform-replace): Move START and END parameters
1177 to the end of the argument list and make them optional.
1178
1179 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1180 perform-replace.
1181
1182 * international/fontset.el (x-must-resolve-font-name): New function.
1183 (x-complement-fontset-spec): Use it.
1184
1185 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1186
1187 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1188
1189 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1190 Turn caadr into caar of cdr.
1191
1192 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1193
1194 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1195 of mouse-{1,2} since dragging is on the down event.
1196
1197 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1198
1199 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1200 if ARG is nil.
1201
1202 * desktop.el (desktop-last-buffer): New variable.
1203 (desktop-create-buffer): Set it.
1204 (desktop-read): Bind it and switch to that buffer.
1205
1206 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1207
1208 * progmodes/compile.el (compilation-set-window-height):
1209 Select old window only if it's still live.
1210
1211 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1212
1213 * help-mode.el (help-buffer): Remove debugging code.
1214 From Stefan Monnier <monnier@cs.yale.edu>.
1215
1216 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1217
1218 * files.el (file-name-sans-extension, file-name-extension):
1219 Don't count the leading dots in file names as signaling an extension.
1220
1221 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1222
1223 * vc.el (vc-diff-switches): Doc rewritten.
1224
1225 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1226
1227 * tooltip.el (tooltip-set-param): Doc fix.
1228
1229 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1230 127 to sgml-maybe-name-self.
1231 (sgml-name-8bit-mode): Doc fix.
1232 (sgml-char-names-table): New variable.
1233 (sgml-name-char): Support non-ASCII and mule-unicode-*
1234 characters. Doc fix.
1235 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1236
1237 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1238 doc string the effect of `left' and `top' parameters in
1239 tooltip-frame-parameters, the default values, and the units.
1240 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1241 (tooltip-show): Mention in the doc string the `top' and `left'
1242 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1243
1244 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1245
1246 Add autoscaling support for vc-annotate.
1247 From J.D. Smith <jdsmith@alum.mit.edu>.
1248
1249 * vc.el (vc-annotate-display-default): Accept colormap scaling
1250 ratio (now deprecated).
1251 (vc-annotate-display-autoscale): Added.
1252 (vc-annotate-add-menu): New autoscaling menu options "Span to
1253 Oldest" and "Span Oldest->Newest". Easymenu support added for
1254 toggle menus driven by customize variable `vc-annotate-display-mode'.
1255 (vc-annotate-display-select): Added.
1256 (vc-annotate): Changed temp-buffer-show-function to
1257 `vc-annotate-display-select'.
1258 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1259 Added argument OFFSET. Instead of backend function, calls now
1260 generic `vc-annotate-difference'.
1261 (vc-annotate-difference): Added as generic function instead of
1262 backend-specific function. No longer takes argument POINT, but
1263 instead accepts a time OFFSET.
1264 (vc-default-annotate-current-time): Added.
1265
1266 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1267 version in vc.el, with
1268 (vc-cvs-annotate-current-time): Added, as override of default.
1269 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1270 `vc-cvs-annotate-difference'.
1271
1272 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1273
1274 * saveplace.el (save-place): Require `saveplace'.
1275
1276 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1277 Use `sexp' for :value-type instead of `face'.
1278
1279 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1280
1281 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1282 regexps due to 5-digit message IDs.
1283
1284 2001-10-21 Jason Rumney <jasonr@gnu.org>
1285
1286 * term/w32-win.el (redisplay-dont-pause): Don't set.
1287
1288 2001-10-21 Miles Bader <miles@gnu.org>
1289
1290 * help-funs.el (help-manyarg-func-alist): Variable removed.
1291
1292 2001-10-21 Miles Bader <miles@gnu.org>
1293
1294 * help-funs.el (help-manyarg-func-alist): Remove entries for
1295 `insert', `insert-and-inherit', `insert-before-markers',
1296 `insert-before-markers-and-inherit', `message', `message-box',
1297 `message-or-box', `propertize', `format', `encode-time', `append',
1298 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1299 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1300 `ml-prefix-argument-loop'.
1301
1302 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1303
1304 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1305 (vc-default-diff-tree): New functions.
1306 (vc-version-diff): Use them. As a result, coding systems are now
1307 set up properly for all sorts of diffs, and tree diffs can now
1308 also be done locally.
1309 (vc-diff): With a prefix argument, don't require that it's called
1310 from a buffer under version control.
1311 (diff-switches): Remove duplicate definition.
1312
1313 * vc-cvs.el (vc-cvs-diff-tree): New function.
1314
1315 2001-10-21 Miles Bader <miles@gnu.org>
1316
1317 * help-funs.el (help-manyarg-func-alist): Remove entries for
1318 `list', `vector', `make-byte-code', `call-process',
1319 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1320 `logand', `logior', and `logxor'.
1321
1322 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1323 image bits to compensate. Use `make-string' instead of
1324 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1325
1326 2001-10-20 Kim F. Storm <storm@cua.dk>
1327
1328 * simple.el (kill-ring-save): Don't show extent of copied region
1329 if using transient-mark-mode and region is fully visible.
1330
1331 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1332
1333 * (Version 21.1 released.)
1334
1335 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1336
1337 * files.el (auto-mode-alist): Associate .indent.pro with
1338 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1339
1340 2001-10-18 Sam Steingold <sds@gnu.org>
1341
1342 Put the *Compile-Log* buffer in `compilation-mode'.
1343 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1344 (byte-compile-log-1, byte-compile-log-file)
1345 (displaying-byte-compile-warnings): Use it
1346
1347 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1348
1349 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1350
1351 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1352
1353 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1354
1355 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1356
1357 * obsolete/hilit19.el (hilit-lookup-face-create):
1358 Call set-face-font only if display-graphic-p.
1359 (toplevel): Remove references to window-system.
1360
1361 2001-10-18 Miles Bader <miles@gnu.org>
1362
1363 * simple.el (what-line): Avoid problems with field properties.
1364
1365 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1366
1367 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1368 Define special colors for a tty.
1369
1370 2001-10-17 Francesco Potorti` <pot@gnu.org>
1371
1372 * comint.el (comint-password-prompt-regexp): Make it less
1373 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1374
1375 2001-10-17 John Wiegley <johnw@gnu.org>
1376
1377 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1378 a regular file, before checking if it is a directory or symlink.
1379 This avoids a call to eshell-file-attributes, which can be
1380 expensive in some situations.
1381
1382 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1383 customization variable, to differentiate ls-in-dired from regular
1384 uses of ls.
1385
1386 2001-10-17 Miles Bader <miles@gnu.org>
1387
1388 * custom.el (defface): Mention `:inherit' in doc-string.
1389
1390 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1391
1392 * paren.el: Update the Commentary with installation instructions.
1393
1394 2001-10-15 Dave Love <fx@gnu.org>
1395
1396 * international/mule.el (set-auto-coding): Fix regexps for local
1397 variables section not to eat newlines.
1398
1399 2001-10-15 Miles Bader <miles@gnu.org>
1400
1401 * simple.el (display-message-or-buffer): Pass the correct buffer
1402 to `display-buffer'.
1403
1404 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1405
1406 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1407 (executable-find): Use exec-suffixes.
1408 (executable-set-magic): Don't use make-local-hook.
1409
1410 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1411
1412 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1413
1414 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1415 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1416 Add .so to the Unix and GNU branch.
1417
1418 * international/latin-1.el:
1419 * international/latin-2.el:
1420 * international/latin-3.el:
1421 * international/latin-4.el:
1422 * international/latin-5.el:
1423 * international/latin-8.el:
1424 * international/latin-9.el: Add no-byte-compile: t, since
1425 Makefile.in instructs make-docfile to look at .el files.
1426
1427 2001-10-14 Miles Bader <miles@gnu.org>
1428
1429 * button.el (define-button-type): Allow supertype property to be
1430 specified with a keyword `:supertype' too.
1431 (button-put, make-text-button): Allow button type property to be
1432 specified using the keyword `:type' too.
1433 (button-type): New function.
1434 (button): Add `button-category-symbol' property.
1435
1436 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1437
1438 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1439 indent-new-comment-line from comment-indent-new-line.
1440
1441 * textmodes/refill.el (refill-mode):
1442 Bind DEL to backward-delete-char-untabify.
1443 Set backward-delete-char-untabify-method to `hungry'.
1444
1445 * textmodes/bib-mode.el (bib-mode):
1446 * play/gomoku.el (gomoku-mode):
1447 * textmodes/page-ext.el (pages-directory-mode):
1448 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1449
1450 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1451
1452 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1453
1454 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1455 Handle here-docs differently.
1456 (sh-font-lock-heredoc): Remove.
1457 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1458 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1459 (sh-font-lock-open-heredoc): New functions.
1460 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1461 (sh-font-lock-keywords-1): Use regexp-opt.
1462 (sh-in-comment-or-string): Use syntax-ppss.
1463 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1464 (sh-select, sh-tmp-file): Add explicit terminating \n.
1465
1466 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1467 Use with-current-buffer.
1468 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1469 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1470 filename), catch any error that occurs in `ange-ftp-cd'.
1471 If an error happened, don't bother sending `cmd' at all.
1472 Fix a parenthesis typo.
1473 (ange-ftp-write-region): Don't blindly use binary if the remote host
1474 is unix-like.
1475
1476 * play/pong.el (pong-init): Don't use make-local-hook.
1477
1478 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1479
1480 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1481 (viper-get-ex-address-subr): More precise addr for the $ marker
1482
1483 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1484
1485 * version.el (emacs-version): Bump to 21.1.50.
1486
1487 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1488
1489 * mail/mailalias.el (mail-directory-stream): Do not double
1490 variables in the lambda-list.
1491
1492 * play/gomoku.el (gomoku-init-display): Ditto.
1493
1494 * play/landmark.el (lm-init-display): Ditto.
1495
1496 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1497 (delimit-columns-rectangle-line): Ditto.
1498
1499 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1500
1501 * newcomment.el (comment-region-internal): Don't rebind
1502 invisibility_spec now that the C routines handle it correctly.
1503
1504 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1505
1506 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1507 and `same-frame'.
1508
1509 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1510
1511 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1512
1513 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1514 C-p and C-r. Remove redundant bindings from inheriting maps.
1515
1516 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1517 After 4.23 and: After 4.24:
1518 (cperl-contract-levels): Restore position.
1519 (cperl-beautify-level): Likewise.
1520 (cperl-beautify-regexp): Likewise.
1521 (cperl-commentify): Rudimental support for length=1 runs
1522 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1523 After 4.25:
1524 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1525 (imenu-example--create-perl-index): Was not enforcing
1526 syntaxification-to-the-end.
1527 (cperl-invert-if-unless): Allow `for', `foreach'.
1528 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1529 Mark qw(), m()x as indentable.
1530 (cperl-init-faces): Highlight `sysopen' too.
1531 Highlight $var in `for my $var' too.
1532 (cperl-invert-if-unless): Was leaving whitespace at end.
1533 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1534 (cperl-calculate-indent): Remove old commented out code.
1535 Support (primitive) indentation of qw(), m()x.
1536 After 4.26:
1537 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1538 q [] with intervening newlines.
1539 (cperl-autoindent-on-semi): New customization variable.
1540 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1541 (cperl-tips): Mention how to make CPerl the default mode.
1542 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1543 (cperl-outline-level): New function.
1544 (cperl-highlight-variables-indiscriminately): New customization var.
1545 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1546 From Sean Kamath <kamath@pogo.wv.tek.com>.
1547 (cperl-after-block-p): Support CHECK and INIT.
1548 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1549 From Doug MacEachern <dougm@covalent.net>.
1550 After 4.27:
1551 (cperl-find-pods-heres): Recognize \"" as a string.
1552 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1553 Allow whitespace between << and "FOO".
1554 (cperl-problems): Remove \"" and q [] with intervening newlines.
1555 Mention multiple <<EOF as unsupported.
1556 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1557 (cperl-indent-parens-as-block): New configuration variable.
1558 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1559 Use `cperl-indent-parens-as-block'.
1560 (cperl-find-pods-heres): Test for =cut without empty line instead of
1561 complaining about no =cut.
1562 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1563 (cperl-find-pods-heres): Likewise.
1564 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1565 POD could've been marked as comment already.
1566 (cperl-unwind-to-safe): Unwind before start of POD too.
1567 After 4.28:
1568 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1569 After 4.29:
1570 (x-color-defined-p): Make an extra case to peacify the warning.
1571 Toplevel: `defvar' to peacify the warnings.
1572 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1573 No -nw-compile time warnings now.
1574 (cperl-find-tags): TAGS file had too short substring-to-search.
1575 Be less verbose in non-interactive mode
1576 (imenu-example--create-perl-index): Set index-marker after name
1577 (cperl-outline-regexp): New variable.
1578 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1579 (cperl-mode): Made use `cperl-outline-regexp'.
1580 After 4.30:
1581 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1582 (cperl-outline-level): Make start-of-file same level as `package'.
1583 After 4.31:
1584 (cperl-electric-pod): `head1' and `over' electric only if empty.
1585 (cperl-unreadable-ok): New variable.
1586 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1587 on an unreadable file.
1588 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1589 on an unreadable directory.
1590
1591 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1592 Consider the text between two errors as belonging to the first error.
1593 (compilation-goto-locus): Use pop-to-buffer rather than
1594 switch-to-buffer-other-frame.
1595
1596 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1597 (awk-font-lock-syntactic-keywords): New var.
1598 (awk-mode): Use it.
1599
1600 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1601
1602 * faces.el (describe-face): Call help-setup-xref earlier.
1603
1604 * jka-compr.el (jka-compr-load-suffixes): New var.
1605 (jka-compr-install): Add its content to load-suffixes.
1606 (jka-compr-uninstall): Remove its content from load-suffixes.
1607
1608 2001-10-12 Sam Steingold <sds@gnu.org>
1609
1610 * bindings.el (completion-ignored-extensions): CL-related
1611 extensions are platform-independent.
1612
1613 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1614 asynchronous multiple file copying.
1615
1616 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1617
1618 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1619 Turn error for repeated variables into warning.
1620
1621 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1622 New function checking that lambda-list consists of non-constant
1623 symbols, that &rest and &optional are followed by variable names,
1624 that &rest VAR is the last element, and that variables aren't doubled.
1625 (byte-compile-lambda): Use it.
1626
1627 2001-10-12 Eli Barzilay <eli@barzilay.org>
1628
1629 * calculator.el (calculator-eng-display): Don't call concat
1630 with an integer argument.
1631
1632 2001-10-12 Miles Bader <miles@gnu.org>
1633
1634 * help-mode.el (help-customize-face): New button-type.
1635
1636 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1637 (describe-face): Fix args to `help-xref-button'.
1638 Don't switch to help-buffer around call to `help-setup-xref'.
1639 Use `help-buffer' instead of hard-wired "*Help*".
1640 Require `help-mode'.
1641
1642 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1643
1644 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1645
1646 * help-mode.el (help-buffer): New function.
1647 Returns the buffer-name to use for help output.
1648 Change all the code to use it instead of hard-coding *Help*.
1649 (help-mode-map): Put back the mouse-2 binding.
1650 (help-xref-stack): Change the format and make buffer-local.
1651 (help-xref-stack-item): Make buffer-local.
1652 (help-setup-xref): Do the `push' here rather than in help-do-xref.
1653 (help-xref-interned): Display the face doc as well.
1654 (help-follow-mouse): Re-introduce.
1655 (help-xref-go-back): Adapt to the new use of help-xref-stack.
1656 (help-do-xref): Don't `push' any more.
1657 (help-follow): Also follow face names.
1658
1659 * help-funs.el (describe-function-1): Remove unused `parens' arg.
1660 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
1661 Autoload and cleanup.
1662 (describe-function): Call help-setup-xref.
1663 (describe-variable): Call help-setup-xref earlier.
1664
1665 * help.el (describe-bindings-internal): New fun moved from keymap.c.
1666 (view-lossage): Call help-setup-xref correctly and earlier.
1667 (describe-bindings): Call help-setup-xref earlier.
1668 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
1669 (describe-mode): Don't autoload. Call help-setup-xref earlier.
1670
1671 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1672
1673 * master.el (master-mode): Use define-minor-mode instead of
1674 easy-mmode-define-minor-mode. Add autload cookie.
1675 (Commentary): Remove the line showing how to autoload master-mode,
1676 since it's always autoloaded.
1677
1678 * master.el: New file.
1679
1680 2001-10-11 Dave Love <fx@gnu.org>
1681
1682 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
1683 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
1684 <const-C varset-X const-C>: Fix car/cdr typo.
1685
1686 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1687
1688 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
1689 New function extracted from byte-compile-log-1.
1690 (byte-compile-log-1): Change output to be more in line with
1691 the output of other GNU tools.
1692 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
1693 (byte-compile-report-error): Downcase error message.
1694 Use `error' instead of `!!' for error messages.
1695 (byte-compile-print-syms): Treat non-interactive case specially.
1696 (displaying-byte-compile-warnings): Use backquote.
1697 (byte-compile-from-buffer): Bind byte-compile-last-line.
1698 (batch-byte-compile): Remove `Done' message.
1699
1700 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1701
1702 * emacs-lisp/copyright.el (copyright): Add final \n.
1703
1704 2001-10-11 Miles Bader <miles@gnu.org>
1705
1706 * diff.el (diff): Display default values in prompts as
1707 `(default ...)', not `(...)'.
1708
1709 * info.el (Info-follow-reference): Likewise.
1710
1711 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
1712
1713 * emacs-lisp/autoload.el (doc-string-elt): Remove.
1714
1715 * newcomment.el (comment-indent): Be a little more robust in case
1716 comment-indent-function does funny things.
1717 (comment-normalize-vars): Autoload.
1718 (comment-region-internal): Fiddle with the visibility spec.
1719 (comment-valid-prefix): New function.
1720 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
1721 that would turn comment-text into non-comment-text.
1722
1723 * emacs-lisp/syntax.el: New file.
1724
1725 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
1726 compatibility cruft.
1727 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
1728 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
1729 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1730 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
1731 tcl-submit-bug-report.
1732 (tcl-mode-syntax-table): Leave \f alone.
1733 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1734 tcl-end-of-defun, tcl-submit-bug-report.
1735 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
1736 (tcl-add-emacs-menu): Remove.
1737 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
1738 (tcl-keyword-list): Add `chain'.
1739 (tcl-font-lock-syntactic-keywords): New variable.
1740 (tcl-pps-has-arg-6): Remove.
1741 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
1742 (tcl-internal-mark-defun): Remove.
1743 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
1744 (tcl-mode): Use define-derived-mode. Simplify.
1745 Set comment-indent-function.
1746 (tcl-indent-command): Use line-beginning-position and comment-indent.
1747 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1748 (tcl-indent-line): Use tcl-calculate-indent.
1749 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
1750 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
1751 (tcl-filter): Use with-current-buffer, simplify.
1752 (inferior-tcl-mode): Use define-derived-mode.
1753 (tcl-hairy-in-comment): Renamed tcl-in-comment.
1754 (tcl-simple-in-comment, tcl-in-comment): Removed.
1755 (tcl-files-alist): New function.
1756 (tcl-help-snarf-commands): Use it and return the result directly
1757 rather than through a global variable.
1758 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
1759 (tcl-help-on-word): Provide the default value to completing-read.
1760 (tcl-hilit): Remove.
1761 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
1762 (tcl-comment-indent): New function.
1763 (tcl-submit-bug-report): Remove.
1764 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
1765 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
1766 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
1767
1768 2001-10-10 Miles Bader <miles@gnu.org>
1769
1770 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
1771 (Info-fontify-node): Don't fontify the node if it's already been done.
1772
1773 2001-10-10 Gerd Moellmann <gerd@gnu.org>
1774
1775 * international/iso-transl.el (iso-transl-e-caret)
1776 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
1777 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
1778
1779 * simple.el (end-of-buffer): Fix code scrolling specially
1780 for the buffer end.
1781
1782 * startup.el (command-line-1): Bind tab-width to 8.
1783
1784 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1785
1786 * emulation/tpu-edt.el: Use defalias instead of fset for
1787 user-visible commands. From Rob Riepel
1788 <riepel@Networking.Stanford.EDU>.
1789
1790 2001-10-09 Gerd Moellmann <gerd@gnu.org>
1791
1792 * ruler-mode.el: New file.
1793
1794 2001-10-09 Miles Bader <miles@gnu.org>
1795
1796 * apropos.el (button): New require.
1797
1798 * help-funs.el: New file, contents mostly from `help.el'.
1799 (describe-variable): Use `condition-case' instead of `ignore-errors'.
1800
1801 * help-mode.el: New file, contents mostly from `help.el'.
1802
1803 * help.el: Don't require `view' when compiling.
1804 (help-with-tutorial, describe-function, describe-function-1)
1805 (variable-at-point, describe-variable, locate-library):
1806 Functions moved into `help-funs.el'.
1807 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
1808 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
1809 (help-setup-xref, help-xref-following, help-make-xrefs)
1810 (help-xref-button, help-insert-xref-button, help-xref-interned)
1811 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
1812 (help-xref-on-pp): Functions moved into `help-mode.el'
1813 (help-mode-map, help-xref-stack, help-xref-stack-item)
1814 (help-highlight-p, help-highlight-face, help-back-label)
1815 (help-xref-symbol-regexp, help-xref-mule-regexp)
1816 (help-xref-info-regexp): Variables moved into `help-mode.el'.
1817 (help-symbol, help-back, help-info, help-customize-variable)
1818 (help-function-def, help-variable-def):
1819 Button-types moved into `help-mode.el'.
1820 (load-symbol-file-load-history, symbol-file):
1821 Functions moved into `subr.el'.
1822 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
1823 (view-lossage): Call `help-setup-xref' instead of doing it manually.
1824
1825 * subr.el (symbol-file-load-history-loaded)
1826 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
1827
1828 * loadup.el ("button"): Load removed.
1829
1830 * button.el (define-button-type): Respect any `supertype' property.
1831 (button-type-subtype-p, button-has-type-p): New functions.
1832
1833 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
1834 dollar-signs.
1835
1836 * comint.el (comint-insert-previous-argument): New function.
1837 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
1838 (comint-insert-previous-argument-last-start-pos)
1839 (comint-insert-previous-argument-last-index): New variables.
1840
1841 * apropos.el (apropos-next-label-button): Use the presence of a
1842 `apropos-label' property to detect label buttons.
1843
1844 2001-10-08 Miles Bader <miles@gnu.org>
1845
1846 * button.el (next-button, previous-button): Remove N and WRAP
1847 parameters. Don't pay attention to `skip' properties.
1848 (forward-button): Implement wrapping, iterating, and skipping here
1849 instead.
1850 (button-activate): USE-MOUSE-ACTION is optional.
1851 (button-nop): Function removed.
1852 (default-button): Use `ignore' as default button action.
1853
1854 * apropos.el (apropos-next-label-button): Update arguments to
1855 `next-button'.
1856 (apropos-symbol): Add `skip' property.
1857 (apropos-function, apropos-macro, apropos-command)
1858 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1859 (apropos-plist): New button types.
1860 (apropos-label-properties): Variable removed.
1861 (apropos-print): Pass button-type to apropos-print-doc, rather
1862 than help function and label text.
1863 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
1864 Get button label from TYPE.
1865
1866 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
1867
1868 * help.el (help-mode): Use define-derived-mode.
1869 (describe-mode): Add optional `buffer' arg.
1870 Use it instead of going through help-xref-mode.
1871 Avoid doubling the word `minor' when prettifying.
1872 (describe-function-1): List the corresponding key bindings.
1873 (describe-variable): Say if the var is automatically buffer-local.
1874 If the source is `loaddefs.el', look for the real source.
1875 (help-xref-mode): Remove.
1876
1877 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
1878 the file says no-byte-compile.
1879
1880 2001-10-08 Miles Bader <miles@gnu.org>
1881
1882 * button.el (next-button, previous-button): Respect `skip' property.
1883
1884 2001-10-07 Miles Bader <miles@gnu.org>
1885
1886 * woman.el (woman-mode-map): Copy button-buffer-map instead of
1887 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
1888 `woman-follow-word' instead of `woman-mouse-2'.
1889 (woman-follow-word): Renamed from `woman-mouse-2'.
1890 Follow current unconditionally, since this function is now only
1891 bound to M-mouse-2. Use accessor functions.
1892 (WoMan-highlight-references): Use `make-text-button'.
1893 (woman-xref): New button type.
1894
1895 * loadup.el ("faces"): Move load before loading "loaddefs.el".
1896 ("button"): New load, just before "help" (which uses it).
1897
1898 * help.el (help-mode-map): Make button-buffer-map our parent.
1899 Don't bind mouse events or tab/backtab.
1900 (help-function, help-variable, help-face, help-coding-system)
1901 (help-input-method, help-character-set, help-back, help-info)
1902 (help-customize-variable, help-function-def, help-variable-def):
1903 New button types.
1904 (help-button-action): New function.
1905 (describe-function-1): Pass help button-types to
1906 `help-xref-button' rather than help function and help-echo string.
1907 Don't put multiple help-function args in a list to pass them to
1908 help-xref-button, just pass them as multiple arguments.
1909 Use `help-insert-xref-button' to make [back]-button, rather than
1910 `help-xref-button'.
1911 (help-xref-button): Take a button-type TYPE as a parameter rather
1912 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
1913 and add a &rest parameter ARGS to serve the same purpose.
1914 Use `make-text-button' to add the button.
1915 (help-insert-xref-button): Use `insert-text-button' to add the button.
1916 (help-follow-mouse, help-next-ref, help-previous-ref):
1917 Functions removed.
1918 (help-do-xref): New function.
1919 (help-follow): Use `push-button' and `help-do-xref' to do most of
1920 the work.
1921
1922 * apropos.el (apropos-symbol, apropos-label): New button types.
1923 (apropos-symbol-button-display-help)
1924 (apropos-label-button-display-help, apropos-next-label-button):
1925 New functions.
1926 (apropos-mode-map): Make button-buffer-map our parent.
1927 Don't bind mouse events.
1928 (apropos-print, apropos-print-doc): Create buttons instead of text
1929 properties.
1930 (apropos-mouse-follow): Function removed.
1931 (apropos-follow): Use buttons.
1932
1933 * button.el: New file.
1934
1935 2001-10-07 Gerd Moellmann <gerd@gnu.org>
1936
1937 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1938 Remove.
1939
1940 2001-10-05 Richard M. Stallman <rms@gnu.org>
1941
1942 * add-log.el (add-change-log-entry): Skip copyright notice
1943 and copying permission notice at start of file, if any.
1944 Make use of terms "entry" and "item" accord with Emacs manual.
1945 Simplify the logic for moving point while entering or creating
1946 an entry and then an item.
1947 (add-change-log-entry-other-window): Doc fix.
1948
1949 2001-10-06 Miles Bader <miles@gnu.org>
1950
1951 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
1952 removed; they apparently don't work with faces.
1953
1954 2001-10-05 Sam Steingold <sds@gnu.org>
1955
1956 * textmodes/sgml-mode.el (html-xhtml): New user option.
1957 (html-tag-alist, html-horizontal-rule, html-image, html-line)
1958 (html-ordered-list, html-unordered-list, html-list-item)
1959 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
1960 (sgml-skip-close-p): New function.
1961 (sgml-value): Use it.
1962
1963 2001-10-05 Sam Steingold <sds@gnu.org>
1964
1965 * calendar/diary-lib.el (diary-entry-compare): When times are
1966 identical, compare the entries lexicographically.
1967
1968 2001-10-06 Miles Bader <miles@gnu.org>
1969
1970 * rfn-eshadow.el (rfn-eshadow-update-overlay):
1971 Use `minibuffer-prompt-end'.
1972
1973 * simple.el (previous-matching-history-element): Fix misplaced
1974 parentheses.
1975
1976 2001-10-05 Miles Bader <miles@gnu.org>
1977
1978 * rfn-eshadow.el: New file.
1979
1980 2001-10-05 Miles Bader <miles@gnu.org>
1981
1982 * cus-face.el (custom-face-attributes): Make sure each attribute
1983 has a valid default value. Remove hacks that mapped `nil' to
1984 `off' and used nil to mean `unspecified'. Remove `unspecified'
1985 choices from all attributes (unspecified is handled by the parent
1986 checklist).
1987 * cus-edit.el (custom-face-edit-convert-widget)
1988 (custom-face-edit-deactivate, custom-face-edit-activate)
1989 (custom-face-edit-delete, custom-face-edit-attribute-tag):
1990 New functions.
1991 (custom-face-edit): Specify a custom :convert-widget.
1992 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
1993 Don't pass in default filters that map between `nil' and `off' and
1994 `unspecified' and `nil'.
1995
1996 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1997
1998 * progmodes/compile.el (compilation-buffer-name): New function.
1999 (compile-internal): Use it to determine the name of the
2000 compilation buffer.
2001
2002 2001-10-05 Miles Bader <miles@gnu.org>
2003
2004 * progmodes/compile.el (grep-use-null-device): New variable.
2005 (grep-command): Mention `grep-use-null-device'.
2006 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2007 Make computation of `grep-command' respect `grep-use-null-device'.
2008 (grep): Respect `grep-use-null-device'.
2009 Call `grep-compute-defaults' even if grep-command is set, if
2010 grep-use-null-device is still tentative.
2011
2012 * subr.el (call-process-shell-command): New function.
2013
2014 2001-10-05 Miles Bader <miles@gnu.org>
2015
2016 * simple.el (previous-matching-history-element)
2017 (next-history-element, next-complete-history-element): Use
2018 `minibuffer-' functions instead of calling `field-' functions directly.
2019 (minibuffer-prompt-end, minibuffer-contents):
2020 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2021 Functions removed (now subrs).
2022 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2023
2024 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2025 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2026 instead of calling `field-' functions directly.
2027 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2028
2029 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2030
2031 * files.el (find-file-noselect): If file's read-only status has
2032 changed on disk, ask if buffer's read-only status should be
2033 changed, unless NOWARN is set.
2034
2035 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2036 alias for define-setf-method.
2037
2038 * bindings.el: Remove no-byte-compile from file local variables
2039 to enable bootstrapping.
2040
2041 2001-10-04 Andrew Innes <andrewi@gnu.org>
2042
2043 * faces.el (face-font-registry-alternatives) [windows-nt]:
2044 Make gb2312 an alias for gb2312.1980.
2045
2046 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2047
2048 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2049 (uniquify-reverse-components): Remove.
2050
2051 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2052 Make sure the file is readable.
2053 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2054 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2055 (batch-byte-recompile-directory): Pass arg=0.
2056
2057 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2058 (perl-calculate-indent): Use it.
2059 (perl-backward-to-noncomment): Use forward-comment.
2060
2061 * derived.el (define-derived-mode, derived-mode-make-docstring):
2062 Allow `parent' to be nil.
2063
2064 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2065 Use define-derived-mode.
2066 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2067
2068 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2069
2070 * emacs-lisp/lselect.el: Use facep iso find-face.
2071
2072 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2073 Use regexp-opt.
2074 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2075 (lisp-font-lock-syntactic-face-function): New function.
2076 (lisp-mode-variables): Use it. Make arg optional.
2077 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2078 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2079 Set comment-start-skip.
2080
2081 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2082
2083 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2084 (ignore-errors): Don't bother using a `err' symbol.
2085
2086 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2087 (autoload-insert-section-header, autoload-before-p)
2088 (autoload-remove-section): New functions.
2089 (generate-file-autoloads): Use them.
2090 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2091 Make sure the autoload file is properly formatted when creating it.
2092 (update-autoloads-from-directories): Use them as well.
2093 Only update autoloads for files whose timestamp has changed.
2094 Add a dummy entry to remember the files which had no autoload cookies.
2095
2096 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2097
2098 * subr.el (define-key-after): Allow `key' to be longer than 1.
2099 (make-local-hook): Make obsolete.
2100 (add-hook, remove-hook): Don't use make-local-hook any more.
2101 (make-syntax-table): Inherit all chars from s-s-t.
2102
2103 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2104
2105 This is a fix for a report saying that resuming a search with C-s
2106 C-s doesn't use the case-fold-search setting of the previous
2107 search (C-s ... M-c ... then C-s C-s).
2108
2109 * isearch.el (isearch-last-case-fold-search): New variable.
2110 (isearch-mode): Remember value of isearch-case-fold-search
2111 in isearch-last-case-fold-search.
2112 (isearch-done): Quote value of isearch-case-fold-search.
2113 (isearch-repeat): When resuming a search, restore
2114 isearch-case-fold-search from isearch-last-case-fold-search.
2115
2116 Added to NEWS.
2117
2118 * startup.el (inhibit-startup-buffer-menu): New user-option.
2119 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2120 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2121
2122 This allows upto 99999 messages in the summary without screwing up
2123 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2124
2125 * mail/rmailsum.el (rmail-make-summary-line)
2126 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2127 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2128 Allow 5-digit message ids instead of 4.
2129
2130 This adds expansion of environment variables in the value
2131 specified with M-x setenv. Added to NEWS.
2132
2133 * env.el (substitute-env-vars): New function.
2134 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2135 environment variables in VALUE. Return VALUE.
2136
2137 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2138
2139 * Branch for 21.1.
2140
2141 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2142
2143 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2144
2145 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2146
2147 * emulation/tpu-edt.el: Make messages match original TPU/edt
2148 editor. From riepel@Stanford.EDU (Rob Riepel).
2149
2150 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2151
2152 * rect.el: Update maintainer's email address.
2153
2154 2001-10-02 Andreas Schwab <schwab@suse.de>
2155
2156 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2157 and Extended Passive Mode, resp.
2158
2159 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2160
2161 These changes add support for Calendar-related items in the
2162 menu bar on tty's as well:
2163
2164 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2165 unconditionally.
2166 (calendar-mode): Set up activate-menubar-hook unconditionally.
2167
2168 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2169 calls x-popup-menu only if popup menus are supported.
2170 (calendar-mouse-insert-hebrew-diary-entry)
2171 (calendar-mouse-insert-islamic-diary-entry)
2172 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2173 (calendar-mouse-view-other-diary-entries)
2174 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2175 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2176 Call cal-menu-x-popup-menu instead of x-popup-menu.
2177
2178 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2179
2180 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2181
2182 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2183
2184 * emacs-lisp/rx.el: New file.
2185
2186 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2187
2188 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2189
2190 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2191
2192 * frame.el (select-frame-by-name, other-frame): Doc fix.
2193
2194 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2195
2196 * play/snake.el (snake-score-file): Use temporary-file-directory
2197 instead of a literal "/tmp". Suggested by Robert
2198 <robert@chezmarshall.freeserve.co.uk>.
2199
2200 * play/tetris.el (tetris-score-file): Ditto.
2201
2202 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2203
2204 * apropos.el (apropos-print): Make the directions inserted at the
2205 beginning of the *Apropos* buffer more clear.
2206
2207 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2208
2209 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2210 Added comments.
2211
2212 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2213
2214 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2215 "\\s-" when defining comment-end-skip.
2216
2217 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2218
2219 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2220 Call get-buffer-window first second arg `visible'.
2221
2222 * international/mule-diag.el (list-input-methods-1):
2223 Output something that's independent of Emacs' version.
2224
2225 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2226 calling byte-to-position with a nil tar-header-offset.
2227
2228 2001-09-27 Simon Josefsson <jas@extundo.com>
2229
2230 * mail/sendmail.el (send-mail-function): Doc fix.
2231 (mail-do-fcc): Error if header-end is not a marker.
2232 (mail-do-fcc): Add a comment.
2233 (mail-reply-to): Doc fix.
2234 (mail-signature): Make ATPOINT optional.
2235 (mail-yank-original): Use cond instead of nestled if.
2236
2237 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2238
2239 * info.el (Info-on-current-buffer): Default arg to "Top".
2240
2241 2001-09-25 Eli Barzilay <eli@barzilay.org>
2242
2243 * calculator.el (calculator-copy-displayer): New user-option.
2244 (calculator-displayer-prev, calculator-displayer-next):
2245 Renamed from calculator-displayed-{left,right}.
2246 (calculator, calculator-standard-displayer)
2247 (calculator-num-to-string, calculator-update-display)
2248 (calculator-copy, calculator-put-value): Bug and display fixes.
2249
2250 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2251
2252 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2253 (ebnf-version): New version (3.6.1).
2254
2255 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2256 (ebnf-bnf-non-terminal-chars): New internal const.
2257 (ebnf-bnf-lex): Fix code.
2258
2259 * ebnf-iso.el: Fix character range regexp. Doc fix.
2260 (ebnf-iso-non-terminal-chars): New internal const.
2261 (ebnf-iso-lex): Fix code.
2262
2263 * ebnf-yac.el: Fix character range regexp. Doc fix.
2264 (ebnf-yac-skip-chars): New internal const.
2265 (ebnf-yac-skip-code): Fix code.
2266
2267 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2268
2269 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2270
2271 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2272 passing it to VC.
2273
2274 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2275 case where the file is relative.
2276
2277 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2278
2279 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2280 same on each side. Make sure we properly handle simple quotes.
2281 From Daiki Ueno <ueno@unixuser.org>.
2282
2283 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2284
2285 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2286 <jas@extundo.com>.
2287
2288 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2289 some items of the Options menu.
2290
2291 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2292
2293 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2294
2295 * vc-hooks.el (vc-delete-automatic-version-backups):
2296 Don't fail if the directory doesn't exist.
2297
2298 * diff-mode.el (diff-default-read-only): New var.
2299 (diff-mode): Use it.
2300
2301 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2302
2303 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2304 Use make-keymap instead of copy-keymap, since copying the global
2305 keymap messes up the menu bar.
2306
2307 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2308 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2309
2310 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2311
2312 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2313
2314 * dired-aux.el (dired-insert-subdir): Pass switches to
2315 dired-build-subdir-alist.
2316
2317 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2318
2319 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2320 caused %#a and %#b to be mis-formatted.
2321
2322 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2323
2324 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2325 ccmode, emacs-mime, and eudc manuals.
2326
2327 2001-09-19 Sam Steingold <sds@gnu.org>
2328
2329 w32 find cannot be used with `grep-find'.
2330 * progmodes/compile.el (find-program): New variable.
2331 (grep-compute-defaults): Use it to set `grep-find-command'.
2332
2333 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2334
2335 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2336
2337 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2338
2339 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2340 programming. Doc fix.
2341 (ebnf-version): New version (3.6).
2342 (ebnf-eps-begin): Data fix.
2343 (ebnf-begin-file): Code fix.
2344
2345 * ebnf-bnf.el: Doc fix.
2346 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2347
2348 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2349
2350 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2351
2352 * ps-print.el: Better face mapping for black/white PostScript printers.
2353 Check if mark is active when printing a region. Doc fix.
2354 (ps-print-version): New version number (6.5.5).
2355 (ps-print-color-p): Customization fix.
2356 (ps-black-white-faces): New option.
2357 (ps-black-white-faces-alist): New internal var.
2358 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2359 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2360 (ps-nb-pages-region): Interactive fix.
2361 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2362 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2363
2364 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2365
2366 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2367 numeric month value, and allow the Kanji character after the it to
2368 be missing (happens with ls-lisp's output on Japanese versions of
2369 MS-Windows).
2370
2371 2001-09-18 Miles Bader <miles@gnu.org>
2372
2373 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2374 it's empty (and thus probably a new patch file about to be edited).
2375
2376 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2377
2378 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2379 Check for '(' in column 0 of doc string.
2380
2381 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2382 of `nth' so that using a vector as bounding-box works.
2383 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2384
2385 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2386
2387 * vc.el (vc-annotate): Use current workfile version explicitly as
2388 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2389
2390 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2391
2392 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2393 convert-standard-filename doesn't guarantee that the .el extension
2394 is preserved.
2395
2396 * dos-fns.el (convert-standard-filename): Replace invalid
2397 characters only after converting dash/underscore to a period.
2398 (original-make-auto-save-file-name): New.
2399 (make-auto-save-file-name): New function, overrides the definition
2400 on files.el and calls the original function via
2401 original-make-auto-save-file-name.
2402
2403 * mail/rmail.el (top-level): Require mule-utils when compiling.
2404 (rmail-decode-babyl-format): Use detect-coding-with-priority
2405 instead of detect-coding-region, to favor detection of emacs-mule
2406 encoded Babyl files written by rmailout.el etc. Suggested by
2407 Kenichi Handa <handa@etl.go.jp>.
2408
2409 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2410
2411 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2412 Use `equal', not `=', since the device number can be a cons cell.
2413
2414 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2415
2416 * simple.el: Comment out change of 2001-09-13.
2417
2418 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2419
2420 * progmodes/compile.el (grep-compute-defaults): Don't set
2421 grep-command/grep-find-command when it is already non-nil.
2422 (grep-command): Make it a user option.
2423 (grep-find-command): Likewise.
2424
2425 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2426
2427 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2428 inhibit quit.
2429
2430 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2431
2432 * files.el (make-auto-save-file-name): If long file names are not
2433 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2434 generating an auto-save file name from it.
2435
2436 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2437
2438 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2439 (ps-nb-pages-region): Signal an error if called interactively
2440 and the mark is not active.
2441
2442 * simple.el (minibuffer-prompt-modification)
2443 (minibuffer-prompt-insertion): New functions.
2444 (minibuffer-prompt-properties): Use `modification-hooks' and
2445 `insert-in-front-hooks'.
2446
2447 2001-09-12 Richard M. Stallman <rms@gnu.org>
2448
2449 * textmodes/outline.el (outline-regexp): Doc fix.
2450 Initialize it in the defcustom, the usual way.
2451
2452 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2453
2454 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2455 from `ediff-meta-info' properties need not be an overlay.
2456 From David Ponce <dponce@voila.fr>.
2457
2458 * isearch.el (isearch-intersects-p): Fix end checks.
2459
2460 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2461
2462 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2463 `t' branch of `cond', since Irix 6.1 and up is a special case of
2464 the standard dbx interface.
2465
2466 2001-09-11 Miles Bader <miles@gnu.org>
2467
2468 * comint.el (comint-send-input): When waiting for echoed input,
2469 don't save the expected end position in `echo-end', so that things
2470 work properly even if the buffer is modified elsewhere at the same
2471 time [this happens if `comint-truncate-buffer' is used].
2472
2473 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2474
2475 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2476 when constructing imenu-generic-expression from outline-regexp.
2477
2478 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2479
2480 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2481 `equal' instead of `=', since they can be cons cells. From Nils
2482 Goesche <cartan@cartan.de>.
2483
2484 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2485
2486 * vc.el (vc-annotate): Rewrote doc string.
2487
2488 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2489
2490 * time-stamp.el: Update Stephen Gildea's email address.
2491
2492 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2493
2494 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2495 enable-multibyte-characters = nil. From Hallvard B Furuseth
2496 <h.b.furuseth@usit.uio.no>.
2497
2498 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2499
2500 * ediff-init.el (ediff-highest-priority): Bug fix.
2501
2502 * viper-cmd.el (viper-special-read-and-insert-char): New function
2503 that reads a character and uses the current input method or
2504 iso-accents when appropriate.
2505
2506 * viper.el and all others: Corrections to the comment blocks at
2507 the top.
2508
2509 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2510
2511 * info.el (Info-goto-node): Doc fix.
2512
2513 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2514
2515 * isearch.el (isearch-intersects-p): New function.
2516 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2517 use isearch-intersects-p, and clean up.
2518
2519 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2520
2521 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2522 and "german8", for the new German orthography dictionaries,
2523 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2524 the entries, to keep the line length balanced for loaddefs.el.
2525
2526 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2527
2528 * comint.el (comint-send-input): Handle comint-process-echoes
2529 differently.
2530
2531 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2532
2533 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2534
2535 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2536
2537 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2538
2539 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2540
2541 * server.el (server-switch-buffer):
2542 * textmodes/refer.el (refer-find-entry-internal):
2543 * term/sup-mouse.el (sup-pos-to-window):
2544 * term/bg-mouse.el (bg-window-from-x-y):
2545 * emacs-lisp/edebug.el (edebug-window-live-p):
2546 Use get-window-with-predicate.
2547
2548 * window.el (get-window-with-predicate): Renamed from some-window.
2549 (some-window): Make it an alias.
2550
2551 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2552
2553 * simple.el (undo): Remove positions from buffer-undo-list up to
2554 the next undo boundary only.
2555
2556 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2557
2558 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2559 Kim <ryk@dspwiz.com>
2560
2561 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2562 the message "Creating customization items...done".
2563
2564 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2565
2566 * font-lock.el (toplevel): Require `jit-lock' only if
2567 font-lock-support-mode is set to jit-lock-mode.
2568
2569 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2570
2571 * international/quail.el (quail-use-package, quail-inactivate)
2572 (quail-activate): Mention the hooks these functions run in their
2573 doc strings.
2574
2575 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2576
2577 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2578 of file in header of menu.
2579
2580 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2581
2582 * env.el (setenv): Interactively, if VARIABLE has a current value,
2583 add that to the front of the history, as the doc string says.
2584
2585 * comint.el (comint-send-input): Change help-echo.
2586 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2587
2588 * bookmark.el (bookmark-write-file): Bind print-length and
2589 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2590
2591 * obsolete/uncompress.el: Moved there from lisp/.
2592
2593 * comint.el (comint-insert-clicked-input): Goto point-max before
2594 deleting previous input. From "Dr Francis J. Wright"
2595 <F.J.Wright@qmw.ac.uk>.
2596
2597 * simple.el (backward-word): Doc fix.
2598
2599 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2600
2601 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2602 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2603 * w32-fns.el: Add Keywords header.
2604
2605 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2606
2607 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2608 "Text Properties". Suggested by Simon Marshall
2609 <Simon.Marshall@midas-kapiti.com>.
2610
2611 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2612
2613 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2614 consulting the value of file-name-coding-system.
2615
2616 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2617
2618 * help.el (describe-function-1): Save precomputed `file-name' rather
2619 than recomputing it (incorrectly) with `symbol-file'.
2620
2621 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2622
2623 * international/isearch-x.el (isearch-exit-recursive-edit):
2624 Take three parameters, since it's used as an after-change-function.
2625
2626 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2627 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2628 from doc strings.
2629
2630 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2631
2632 * progmodes/glasses.el (glasses-convert-to-unreadable):
2633 Consider underscores as in `glasses-make-readable'.
2634
2635 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2636
2637 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2638 MS-DOS, since cpp might not be available.
2639
2640 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2641 Mention "yank" in the help-echo text.
2642 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2643
2644 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2645
2646 * newcomment.el (comment-indent): Insert spaces more carefully.
2647
2648 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2649
2650 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
2651 exists. From Andy Petrusenco <andy@int.spb.ru>.
2652
2653 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
2654 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
2655 <andy@int.spb.ru>.
2656
2657 2001-08-31 Gerd Moellmann <gerd@gnu.org>
2658
2659 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
2660 Instead of running mouse-yank-at-click, see what the event is
2661 bound to outside Isearch and run that.
2662
2663 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2664
2665 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
2666 Fix the menu entry to mention transient-mark-mode.
2667
2668 2001-08-30 Gerd Moellmann <gerd@gnu.org>
2669
2670 * simple.el (eval-expression-print-level): Fix last change.
2671
2672 * bindings.el (mode-line-coding-system-map): New variable.
2673 (mode-line-mule-info): Give the "%Z" a local-map keymap.
2674
2675 * simple.el (eval-expression-print-level): Change the type
2676 of the defcustom to allow nil.
2677
2678 * emacs-lisp/find-gc.el: Moved here from lisp/.
2679
2680 * international/quail.el (quail-completion-1):
2681 Reverse the ((CHAR . DEFN) ...) list before processing it.
2682 From Kenichi Handa <handa@etl.go.jp>.
2683
2684 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
2685 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
2686
2687 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
2688
2689 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
2690 aren't supported. This avoids the annoying gray strip drawn by
2691 the Windows version instead of the missing tool bar.
2692
2693 2001-08-29 Gerd Moellmann <gerd@gnu.org>
2694
2695 * menu-bar.el (menu-bar-options-menu): Make option text, messages
2696 and tooltips more consistent. From "Marshall, Simon"
2697 <Simon.Marshall@midas-kapiti.com>.
2698
2699 * startup.el (fancy-splash-screens): Temporarily set
2700 minor-mode-map-alist to nil while displaying splash screens.
2701
2702 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2703
2704 * buff-menu.el: Add Keywords header.
2705 Doc fix (C-x C-b is bound to list-buffers).
2706
2707 * dired-x.el: Add keyword files to get listed in finder.
2708 Remove confusing notes about GNU Emacs 19.
2709
2710 * dired.el, dired-aux.el: Add Keywords header.
2711
2712 2001-08-28 Andre Spiegel <spiegel@gnu.org>
2713
2714 * vc.el (vc-revert-file): Call the backend even if the FILE's
2715 contents can be reverted locally; pass new arg CONTENTS-DONE
2716 down to the backend.
2717
2718 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
2719 optional arg CONTENTS-DONE.
2720
2721 2001-08-28 Andrew Innes <andrewi@gnu.org>
2722
2723 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
2724
2725 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2726
2727 * makefile.nt (install): Copy more *.el files.
2728
2729 2001-08-28 Gerd Moellmann <gerd@gnu.org>
2730
2731 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
2732 instead of `w' which is already in use.
2733
2734 * gs.el (gs-load-image): Use sleep-for.
2735 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2736
2737 2001-08-28 Miles Bader <miles@gnu.org>
2738
2739 * replace.el (query-replace-regexp-eval): Return args from
2740 `interactive' form in correct order.
2741
2742 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2743
2744 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
2745 major modes, don't create panes for modes for which
2746 mouse-buffer-menu-alist returns an empty alist.
2747
2748 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
2749
2750 * progmodes/hideshow.el: Update first-line description.
2751 Sync comments w/ maintainer version 5.31.
2752
2753 (hs-isearch-open): Default value now `code'.
2754 Fix docstring to use "code blocks" vs "comment blocks",
2755 as opposed to "block" vs "comment".
2756 (hs-flag-region): Accept `hs-isearch-open' value
2757 of `block' as synonymous w/ `code'.
2758 (hs-hide-block-at-point): For code blocks, pass `code'
2759 to `hs-flag-region' instead of `block'.
2760
2761 2001-08-28 Miles Bader <miles@gnu.org>
2762
2763 * comint.el (comint-next-prompt): Don't loop infinitely if
2764 {next,previous}-single-char-property-change returns its input
2765 position when the search fails.
2766
2767 2001-08-27 Miles Bader <miles@gnu.org>
2768
2769 * comint.el (comint-get-old-input-default): Don't signal an error
2770 if point is not on an input field; instead, return the current
2771 line (using `comint-bol' to skip any prompt, in case we're not
2772 using fields at all).
2773
2774 * man.el (Man-mode-line-format): Variable removed.
2775 (Man-mode): Change `mode-line-buffer-identification' instead of
2776 `mode-line-format'.
2777
2778 2001-08-27 Gerd Moellmann <gerd@gnu.org>
2779
2780 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
2781 From Simon Josefsson <jas@extundo.com>.
2782
2783 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
2784
2785 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
2786 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2787
2788 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
2789 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2790
2791 * emacs-lisp/lselect.el: Ditto.
2792
2793 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
2794 Remove periods from the end of error message strings.
2795 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2796
2797 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
2798 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2799
2800 * net/telnet.el: Ditto.
2801
2802 2001-08-26 Gerd Moellmann <gerd@gnu.org>
2803
2804 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
2805 KEYMAP to the call to define-minor-mode.
2806
2807 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
2808
2809 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
2810 Replace some of the undefined characters with emulations of bidi
2811 formatting characters and Niqud as per SI 1311-1.
2812 (IT-unicode-translations): Ditto.
2813 (IT-display-table-setup, IT-setup-unicode-display):
2814 Fill characters without translations with dos-unsupported-char-glyph.
2815
2816 2001-08-24 Simon Josefsson <jas@extundo.com>
2817
2818 * hl-line.el (hl-line-mode): Don't be a global mode.
2819 (global-hl-line-mode): New function.
2820
2821 2001-08-24 Gerd Moellmann <gerd@gnu.org>
2822
2823 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
2824 being reset by Ghostscript. Don't kill the gs process.
2825 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2826
2827 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2828
2829 * term/mac-win.el: Require scroll-bar.
2830
2831 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
2832
2833 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
2834
2835 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2836
2837 * hexl.el (hexl-insert-multibyte-char) New function.
2838 (hexl-quoted-insert, hexl-self-insert-command)
2839 (hexl-insert-hex-char, hexl-insert-decimal-char)
2840 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
2841 Fix the doc strings accordingly.
2842 (hexl-insert-char): Reject characters whose code is above 255.
2843 Doc fix.
2844 (hexl-mode-map): Copy the global keymap instead of creating a
2845 sparse keymap, and bind all self-inserting characters to
2846 hexl-self-insert-command.
2847
2848 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
2849
2850 * wid-edit.el (text): Re-order docstring correctly.
2851
2852 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
2853
2854 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
2855
2856 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
2857
2858 * simple.el (line-number-mode): Mention the variable
2859 line-number-display-limit-width in the doc string.
2860
2861 2001-08-22 Gerd Moellmann <gerd@gnu.org>
2862
2863 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
2864 Temporarily select EVENT's window for switching buffers.
2865 (mode-line-bury-buffer): New function.
2866 (mode-line-buffer-identification-keymap): Use it instead of
2867 bury-buffer. Bind down-mouse events to prevent global down-mouse
2868 events from shining through.
2869
2870 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
2871
2872 * newcomment.el (comment-beginning): Make sure the comment-start
2873 we found isn't a comment-end (in cases where confusion is possible).
2874
2875 2001-08-22 Miles Bader <miles@gnu.org>
2876
2877 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
2878 before writing it, so that hard-links don't see new version.
2879
2880 2001-08-21 Gerd Moellmann <gerd@gnu.org>
2881
2882 * gs.el (gs-set-ghostview-colors-window-prop):
2883 Call x-change-window-property with 3rd arg FRAME.
2884 (gs-load-image): Wait for a previous Ghostscript process
2885 to complete before starting a new one.
2886
2887 * image.el (image-type-regexps): Make sure that the TIFF
2888 pattern is only matched at the beginning of a string.
2889 From Markus Rost <rost@math.ohio-state.edu>.
2890
2891 * international/swedish.el: Pre-Mule file removed. From Jonas
2892 Oberg <jonas@gnu.org>.
2893
2894 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
2895
2896 * whitespace.el (whitespace-abort-on-error): Add custom variable
2897 to whitespace to abort a write-file if whitespace is detected in file.
2898
2899 * whitespace.el (whitespace-write-file-hook): Hook to be called
2900 when writing a file. If `whitespace-abort-on-error' is set, the
2901 write will abort on detecting whitespaces.
2902 If `whitespace-auto-cleanup' is set, the file will be cleaned
2903 automatically prior to writing.
2904
2905 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
2906 whitespaces in the error output!
2907
2908 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
2909 `indent-tabs-mode', since the latter notes user preferences on
2910 TABs anyway.
2911
2912 * whitespace.el (whitespace-version): 3.1. All of the above issues
2913 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
2914
2915 2001-08-20 Gerd Moellmann <gerd@gnu.org>
2916
2917 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
2918 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2919
2920 * whitespace.el (whitespace-global-mode): Add autoload cookie.
2921
2922 2001-08-20 Alex Schroeder <alex@gnu.org>
2923
2924 * sql.el (sql-db2): Doc change.
2925
2926 2001-08-20 Alex Schroeder <alex@gnu.org>
2927
2928 * sql.el (sql-postgres): Add the database at the end of the
2929 parameters instead of at the beginning.
2930 (sql-postgres-options): Doc change.
2931
2932 2001-08-17 Gerd Moellmann <gerd@gnu.org>
2933
2934 * custom.el (defcustom): Doc fix.
2935
2936 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2937
2938 * ps-mule.el (find-composition): Check if (char-after POS)
2939 returns a valid character.
2940
2941 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
2942
2943 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
2944 original-point for extra CR characters that are added/removed when
2945 the buffer is written/read whose EOL type is -dos.
2946
2947 2001-08-16 Miles Bader <miles@gnu.org>
2948
2949 * simple.el (line-move): Undo previous change.
2950
2951 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
2952 property to input-terminating `boundary' overlays to avoid
2953 line-move wierdness.
2954
2955 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2956
2957 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
2958 buffer in a save-restriction. Under one test case with Ediff,
2959 window-scroll-functions are run with a window start that's
2960 temporarily outside of the restriction.
2961
2962 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
2963
2964 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
2965 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
2966 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
2967 (texinfo-update-menu-region-beginning)
2968 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
2969 command, @ifnottex, to regexps, so it is found.
2970
2971 2001-08-16 Andrew Innes <andrewi@gnu.org>
2972
2973 * makefile.nt (DONTCOMPILE): Omit bindings.el.
2974 (DONTCOMPILE): Omit sc.el.
2975
2976 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
2977 (DONTCOMPILE): Omit sc.el.
2978
2979 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2980
2981 * replace.el (occur): Bind inhibit-read-only to t.
2982
2983 2001-08-16 Miles Bader <miles@gnu.org>
2984
2985 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
2986 calling `constrain-to-field', to avoid problems with comint prompts.
2987
2988 2001-08-15 Gerd Moellmann <gerd@gnu.org>
2989
2990 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
2991 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
2992
2993 * ediff-mult.el (ediff-get-meta-info): Fix the condition
2994 of a while-loop.
2995
2996 * Makefile.in (DONTCOMPILE): Remove sc.el.
2997
2998 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
2999 Don't include term/.
3000
3001 * mail/sc.el: Moved to obsolete/.
3002
3003 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3004
3005 * ps-print.el: Change error function arguments to follow Emacs
3006 message convention. Doc fix.
3007 (ps-print-version): New version number (6.5.4).
3008 (coding-system-for-write): Change declaration position to avoid
3009 XEmacs compilation gripes.
3010 (coding-system-for-read, buffer-file-coding-system):
3011 Declarations to avoid XEmacs compilation gripes.
3012
3013 * ps-mule.el: Doc fix.
3014 (ps-mule-encode-header-string): If STRING is not a string, replace
3015 STRING by empty string.
3016
3017 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3018
3019 * frame.el (show-trailing-whitespace): Doc fix.
3020
3021 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3022
3023 * desktop.el (desktop-save): Insert the coding: tag before
3024 desktop-header.
3025
3026 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3027
3028 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3029 its path from $els.
3030
3031 * image.el (image-jpeg-p): Fix call of substring.
3032
3033 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3034
3035 * play/animate.el (animate-string): Doc fix. Use a buffer
3036 name with stars in it.
3037 (animate-sequence): New function.
3038 From Richard Stallman <rms@gnu.org>.
3039
3040 * frame.el (select-frame-set-input-focus): New function
3041 extracted from other-frame.
3042 (other-frame): Use it.
3043 (next-multiframe-window, previous-multiframe-window): Use it.
3044
3045 * isearch.el (isearch-other-meta-char): Don't switch to the
3046 buffer of a window clicked on, when the current buffer is
3047 in Isearch mode.
3048
3049 * image.el (image-jpeg-p): Test for APPn markers in the range
3050 #xe0..#xef.
3051
3052 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3053
3054 * desktop.el (desktop-save): Don't use concat to form a file
3055 name, use expand-file-name.
3056
3057 * mouse.el (mouse-delete-window): Do nothing if frame has just
3058 one window.
3059
3060 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3061 for the minor mode name.
3062
3063 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3064 minor mode name.
3065
3066 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3067 instead of make-mode-line-mouse2-map.
3068
3069 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3070 the minor mode name.
3071
3072 * emacs-lisp/easy-mmode.el (define-minor-mode):
3073 Use mode-line-minor-mode-keymap for the minor mode name.
3074
3075 * calendar/calendar.el (calendar-mode-line-format):
3076 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3077
3078 * bindings.el (make-mode-line-mouse-map): Renamed from
3079 make-mode-line-mouse2-map. Take additional arg MOUSE.
3080 (mode-line-modified): Use mouse-3 instead of mouse-2.
3081 (mode-line-buffer-identification-keymap): Bind keys differently.
3082 (propertized-buffer-identification): Adapt help-echo to new bindings.
3083
3084 * bindings.el (mode-line-format): Specify help-echo for line
3085 number, column number and buffer-percent part of the mode-line.
3086
3087 * image.el (image-type-regexps): Allow whitespace at the start
3088 of the image data for XPM, XBM and Postscript, which are
3089 text files.
3090 (image-jpeg-p): Correct calculation of next field offset.
3091
3092 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3093
3094 * battery.el: Fix typo.
3095
3096 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3097
3098 * image.el (image-type-regexps): Allow predicates. Change the way
3099 JPEG images are recognized.
3100 (image-jpeg-p): New function.
3101 (image-type-from-data): Handle predicates in image-type-regexps.
3102
3103 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3104 #:, #x, #o, and similar constructs.
3105
3106 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3107
3108 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3109
3110 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3111 instead of `progn'.
3112
3113 * tar-mode.el (tar-extract): Avoid generating a new buffer
3114 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3115
3116 * textmodes/paragraphs.el (forward-sentence): Avoid building
3117 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3118
3119 * progmodes/executable.el (executable-set-magic):
3120 If executable-find returns a quoted file name, unquote it before
3121 inserting it.
3122
3123 * image.el (image-type-regexps): For JPEG files, use a regexp
3124 derived from the JFIF spec.
3125
3126 * image.el (image-type-regexps): Use `\`' instead of `^' in
3127 most regular expressions.
3128
3129 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3130
3131 * play/animate.el: Re-insert a reference to re-inserted function.
3132
3133 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3134
3135 * help.el (describe-function-1): Use find-function-search-for-symbol
3136 instead of find-function-noselect because the latter follows aliases.
3137
3138 * play/animate.el (animate-birthday-present): Re-insert.
3139
3140 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3141 Handle old-style menu definitions.
3142
3143 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3144
3145 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3146 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3147
3148 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3149 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3150 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3151
3152 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3153
3154 * textmodes/tildify.el: Milan Zamazal has new address.
3155
3156 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3157
3158 * custom.el (custom-set-variables): Don't test `custom-requests'
3159 properties, check the third element of the options passed to
3160 custom-set-variables instead.
3161
3162 * info.el (info-insert-file-contents): Use info-file-exists-p
3163 instead of file-exists-p.
3164
3165 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3166 the mode-line face is restored. Fix several bugs.
3167
3168 * replace.el (perform-replace): Doc fix.
3169
3170 2001-08-02 Francesco Potorti` <pot@gnu.org>
3171
3172 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3173 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3174 (uniquify-fix-item-base, uniquify-fix-item-filename)
3175 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3176 Callers changed.
3177 (uniquify-set-proposed): Changed to work with a vector item.
3178 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3179 the fix list, and a list of strings for the non-file buffer
3180 names. Both changes reduce consing.
3181 (uniquify-rationalize-a-list): Local variable renaming.
3182 (uniquify-rationalize-conflicting-sublist): Use member instead of
3183 assoc.
3184 (uniquify-rename-buffer): Use unless instead of if not.
3185
3186 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3187
3188 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3189
3190 * custom.el (custom-set-variables): Set options with :require
3191 clauses last.
3192
3193 * custom.el (defcustom): Doc fix.
3194
3195 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3196
3197 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3198
3199 * man.el (man): Mention Man-switches in the doc string.
3200 (Man-switches): Mention -a in the doc string.
3201
3202 * textmodes/ispell.el (ispell-alternate-dictionary):
3203 Add /usr/share/lib/dict/words, for Irix.
3204
3205 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3206 corresponding non-kp keys. Suggested by Stephen Gildea
3207 <gildea@stop.mail-abuse.org>.
3208
3209 2001-08-01 Francesco Potorti` <pot@gnu.org>
3210
3211 * uniquify.el: These changes correct a corner case that the old
3212 code managed correctly.
3213 (uniquify-fix-item-proposed): Renamed from
3214 uniquify-fix-item-min-proposed.
3215 (uniquify-set-proposed): New function.
3216 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3217 clarity and speed.
3218 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3219 This is equivalent to what the old code did.
3220 (uniquify-rationalize-a-list): Never recompute the proposed
3221 name. Sort the conflicting sublist before rationalising it: this
3222 is equivalent to what the old code did, but one directory element
3223 at a time, and only when necessary.
3224 (uniquify-rationalize-conflicting-sublist): Recompute here the
3225 proposed name.
3226
3227 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3228
3229 * play/animate.el: Add Keywords and Maintainer. Remove a
3230 reference to a removed function.
3231
3232 * play/animate.el (animate-string): Handle case that the string is
3233 longer than the window is wide.
3234
3235 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3236
3237 * desktop.el (desktop-save): Bind coding-system-for-write to
3238 `emacs-mule' for write-region.
3239
3240 * delsel.el (delete-selection-pre-hook): Don't set this-command
3241 to `ignore' if the region is empty.
3242
3243 * international/mule.el (set-keyboard-coding-system):
3244 Set keyboard-coding-system.
3245
3246 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3247 before accessing it.
3248
3249 2001-07-30 Andreas Schwab <schwab@suse.de>
3250
3251 * menu-bar.el (toggle-highlight-paren-mode):
3252 Use `(show-paren-mode)' as body.
3253
3254 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3255
3256 * vc.el (vc-checkout-hook): New hook.
3257 (vc-checkout): Run it.
3258
3259 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3260
3261 * progmodes/make-mode.el (makefile-macroassign-regex):
3262 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3263
3264 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3265
3266 * vc.el (vc-switch-backend): Fix autoload cookie.
3267
3268 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3269 the desktop file.
3270
3271 2001-07-30 Simon Josefsson <jas@extundo.com>
3272
3273 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3274 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3275
3276 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3277
3278 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3279 (last-sexp-toggle-display): Renamed from last-sexp-print.
3280 (last-sexp-toggle-display, eval-last-sexp-1):
3281 Use last-sexp-setup-props.
3282
3283 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3284 New user-options.
3285 (mouse-wheel-change-button): New function.
3286 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3287 (mwheel-scroll): Ditto.
3288
3289 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3290
3291 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3292 `...', compare with unabbreviated printed representation instead.
3293 (last-sexp-print): Bind print-length and print-level to nil.
3294
3295 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3296 before assigning text properties. Make properties rear-nonsticky.
3297
3298 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3299 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3300 <mouse-2> and <RET> in that map to a function printing the
3301 unabbreviated value.
3302
3303 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3304 is a buffer, put a text property `printed-value' on the printed
3305 representation, with the Lisp object printed as value.
3306
3307 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3308
3309 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3310 Mention the effect of eval-expression-print-length and
3311 eval-expression-print-level in the doc strings. Suggested by
3312 Kevin Gallagher <kevingal@onramp.net>.
3313
3314 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3315
3316 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3317 for buttons > 3.
3318 (xterm-mouse-translate): Handle the case that we don't get a
3319 down-event.
3320
3321 * emacs-lisp/find-func.el (find-function-regexp):
3322 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3323 in front of the function name.
3324
3325 * isearch.el (isearch-other-meta-char): Fix last change.
3326
3327 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3328 similar events for which fake prefix keys are generated. It's no
3329 longer necessary since read_key_sequence doesn't modify these
3330 events for internal purposes anymore.
3331
3332 * files.el (auto-mode-alist): Use nroff-mode for files ending
3333 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3334
3335 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3336
3337 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3338 tool-bar-lines parameter, behave as if its value were zero.
3339 (mouse-avoidance-set-pointer-shape): Don't do anything if
3340 x-pointer-shape is not boundp.
3341
3342 2001-07-23 Francesco Potorti` <pot@gnu.org>
3343
3344 * uniquify.el: Overall speedup changes when using many buffers.
3345 (uniquify-fix-item-base, uniquify-fix-item-filename)
3346 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3347 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3348 place in the item, but was never used.
3349 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3350 in the item is now used as cache for the proposed name.
3351 (uniquify-rationalize-file-buffer-names): Move computation made on
3352 newbuffile out of the loop, in the newbuffile-nd local var.
3353 Use dolist (cosmetic change). Compute the proposed name for the most
3354 common case and cache it in the fourth place in the item.
3355 (uniquify-rationalize-file-buffer-names): Used to return a a list
3356 of buffer whose name was changed, but that return value was never used.
3357 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3358 the cached proposed name, does much less consing and is quicker.
3359 (uniquify-filename-lessp): Deleted.
3360 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3361 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3362 cached proposed name is possible.
3363 (uniquify-get-proposed-name): Arguments changed, callers changed.
3364 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3365 uniquify-possibly-resolvable flag, which is no more bound locally.
3366 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3367 flag, which does not exist any more.
3368
3369 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3370
3371 * term/internal.el (IT-unicode-translations): Fix the appearance of
3372 "6`".
3373
3374 * progmodes/compile.el (compile-internal): If EMACS is already
3375 defined in the environment, don't override its value.
3376
3377 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3378
3379 * play/fortune.el: Undo change of 2001-07-13.
3380 Fix autoload cookies. Add types to defcustoms.
3381 (fortune) <defgroup>: Add :link.
3382 (fortune-from-region): Use eq, not eql.
3383 From Dave Love <fx@gnu.org>.
3384
3385 * play/animate.el (animate-birthday-present): Function removed.
3386
3387 * play/animate.el: New file.
3388
3389 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3390
3391 * startup.el (normal-top-level-add-subdirs-to-load-path):
3392 On Windows, put into normal-top-level-add-subdirs-inode-list the
3393 canonicalized names of the directories instead of inode numbers.
3394
3395 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3396
3397 * ediff-util.el: Copyright years.
3398 (ediff-choose-syntax-table): New function.
3399 (ediff-setup): Use ediff-choose-syntax-table.
3400 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3401 vc-state is available.
3402 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3403
3404 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3405 with-syntax-table.
3406 (ediff-coding-system-for-read): From ediff-diff.el
3407 (ediff-coding-system-for-write): New variable.
3408 (ediff-highest-priority): Fixed the bug having to do with disappearing
3409 overlays.
3410 (ediff-file-remote-p): Use file-remote-p, if available.
3411 (ediff-listable-file): New function.
3412 (ediff-file-attributes): Use ediff-listable-file.
3413
3414 * ediff-mult.el (ediff-meta-insert-file-info1):
3415 Use ediff-listable-file.
3416
3417 * ediff-ptch.el (ediff-prompt-for-patch-file):
3418 Use ediff-coding-system-for-read.
3419 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3420
3421 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3422 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3423
3424 * ediff.el: Date of last update, copyright years.
3425
3426 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3427
3428 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3429 of Scott Bronson.
3430 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3431 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3432 Deleted functions.
3433 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3434 ex-token-list.
3435 (viper-get-ex-address-subr): Convert registers to char data type.
3436
3437 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3438 (viper-memq-char): Use viper-int-to-char.
3439 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3440 vc-locking-state.
3441 (viper-read-key): Use viper-read-key-sequence.
3442
3443 * viper.el (viper-major-mode-modifier-list):
3444 Added inferior-emacs-lisp-mode.
3445 (this-major-mode-requires-vi-state): New function that uses simple
3446 heuristics to decide if vi state is appropriate.
3447 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3448 (viper-non-hook-settings): Don't advise read-key-sequence.
3449 (viper-read-key-sequence): New function that replaces the
3450 previously used advice to read-key-sequence.
3451
3452 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3453 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3454 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3455 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3456 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3457 Got rid of the negative character hack.
3458 (viper-escape-to-state,viper-replace-state-exit-cmd):
3459 Use viper-read-key-sequence.
3460 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3461 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3462 Don't override existing minibuffer-setup-hook.
3463 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3464 Convert registers to char data type.
3465 (viper-autoindent): Use viper-indent-line.
3466
3467 * viper-keym.el: Use viper-exec-key-in-emacs.
3468
3469 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3470
3471 * server.el (server-visit-files): Fix variable name typo.
3472
3473 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3474
3475 * simple.el (delete-trailing-whitespace): Save match data
3476 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3477
3478 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3479
3480 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3481 return a this-error using the alternative format (a pair of markers).
3482
3483 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3484
3485 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3486
3487 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3488 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3489
3490 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3491
3492 * international/iso-transl.el: Fix typo in the header of the file.
3493
3494 * textmodes/picture.el (picture): Doc fix.
3495
3496 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3497 follow coding conventions in generated files.
3498
3499 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3500
3501 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3502 (tool-bar-add-item): Don't call image-related primitives if the
3503 display doesn't support images.
3504
3505 * frame.el (display-images-p): New function.
3506
3507 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3508
3509 * server.el (server-visit-files): Handle the case the specified
3510 column number is <= 0.
3511
3512 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3513
3514 * startup.el (command-line-1): Add support for +LINE:COLUMN
3515 command line argument.
3516
3517 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3518
3519 * server.el (server-process-filter, server-visit-files):
3520 Add support for +LINE:COLUMN style emacsclient calls.
3521
3522 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3523
3524 * emacs-lisp/easy-mmode.el: Add Keywords header.
3525
3526 * play/pong.el: Author has new address.
3527
3528 * play/landmark.el: Author is no more reachable.
3529
3530 * play/handwrite.el: Author is no more reachable.
3531
3532 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3533
3534 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3535 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3536 Complete bindings for F<1..12> keys.
3537 (global-map): Remove `undo' binding (already in the default).
3538 Replace `t<n>' bindings with `f<n>' bindings.
3539
3540 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3541
3542 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3543 (tcl-mode): Use tcl-add-log-defun.
3544 (tcl-indent-line): Use tcl-calculate-indent.
3545 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3546 (tcl-indent-exp): Renamed from indent-tcl-exp.
3547 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3548 (tcl-indent-for-comment): Call comment-indent-function properly
3549 and handle the case where it returns nil.
3550
3551 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3552
3553 * calendar/cal-islam.el (calendar-goto-islamic-date):
3554 Remove autoload cookie.
3555
3556 * calendar/calendar.el (calendar-goto-islamic-date):
3557 Add call to autoload.
3558
3559 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3560
3561 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3562 Don't change compile-auto-highlight globally.
3563 Don't bother with `font-lock-defaults' property since XEmacs
3564 also understands the `font-lock-defaults' variable.
3565 Use make-local-variable rather than make-variable-buffer-local.
3566 Don't `defconst' comment-indent-function: keep the default.
3567 Call easy-menu-add unconditionally.
3568 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3569 (ada-create-menu): Use :included for Emacs as well.
3570
3571 * vc.el (vc-do-command): Autoload.
3572
3573 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3574
3575 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3576
3577 * ps-print.el: Fix Author: header.
3578
3579 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3580
3581 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3582 mouse-1 etc., bind them to `ignore'.
3583
3584 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3585 send-invisible, which is already defined in Comint.
3586 (eshell-watch-for-password-prompt): Use it.
3587
3588 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3589
3590 * which-func.el (which-func-mode): Doc fix.
3591
3592 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3593 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3594 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3595 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3596 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3597 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3598 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3599 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3600 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3601 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3602 * emulation/edt-mapper.el, emulation/edt-pc.el,
3603 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3604 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3605 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3606 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3607 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3608 * international/isearch-x.el, international/iso-cvt.el,
3609 * international/ogonek.el, international/quail.el,
3610 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3611 * language/devanagari.el, language/ethio-util.el,
3612 * language/ethiopic.el, language/european.el, language/indian.el,
3613 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3614 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3615 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3616 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3617 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3618 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3619 * progmodes/autoconf.el, progmodes/cmacexp.el,
3620 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3621 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3622 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3623 * progmodes/ebnf2ps.el, progmodes/executable.el,
3624 * progmodes/fortran.el, progmodes/idlw-shell.el,
3625 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3626 * progmodes/m4-mode.el, progmodes/mantemp.el,
3627 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3628 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3629 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3630 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3631 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3632 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3633 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3634 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3635 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3636 * textmodes/two-column.el, time-stamp.el, timezone.el,
3637 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3638 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3639 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3640 conventions.
3641
3642 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3643
3644 * simple.el (set-variable): Require 'cus-edit' instead of
3645 `wid-edit', so that the Custom widgets get defined.
3646
3647 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3648
3649 * allout.el: A fix to follow coding conventions.
3650
3651 * find-lisp.el: A fix to follow coding conventions.
3652
3653 * term/w32-win.el: A fix to follow coding conventions.
3654
3655 * textmodes/sgml-mode.el: A fix to follow coding conventions.
3656
3657 * term/xterm.el: A fix to follow coding conventions.
3658
3659 * term/news.el: A fix to follow coding conventions.
3660
3661 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
3662 header line fixed.
3663
3664 * sun-curs.el: Fix Maintainer: header line.
3665
3666 * emacs-lisp/easymenu.el: Address of the author added.
3667
3668 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3669
3670 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
3671 property.
3672
3673 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3674
3675 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
3676 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
3677 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
3678 Some fixes to follow coding conventions.
3679
3680 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3681
3682 * which-func.el (which-func-mode): Doc fix.
3683
3684 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
3685
3686 * net/rcompile.el (remote-compile): Use make-local-variable.
3687
3688 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
3689
3690 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
3691
3692 * mail/reporter.el (reporter-submit-bug-report):
3693 Don't abuse make-variable-buffer-local. Fix call to add-hook.
3694
3695 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3696
3697 * calendar/cal-china.el, calendar/cal-coptic.el,
3698 * calendar/cal-dst.el, calendar/cal-french.el,
3699 * calendar/cal-hebrew.el, calendar/cal-islam.el,
3700 * calendar/cal-iso.el, calendar/cal-julian.el,
3701 * calendar/cal-mayan.el, calendar/cal-persia.el,
3702 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
3703 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
3704 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
3705 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
3706 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3707 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
3708 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
3709 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
3710 * progmodes/ada-xref.el, progmodes/cc-align.el,
3711 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
3712 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3713 * progmodes/cc-langs.el, progmodes/cc-menus.el,
3714 * progmodes/cc-styles.el, progmodes/cc-vars.el,
3715 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
3716 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
3717 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
3718 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
3719 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
3720 * textmodes/reftex.el: Some fixes to follow coding
3721 conventions in Eshell files with known maintainers.
3722
3723 * emulation/viper.el: A fix to follow coding conventions.
3724
3725 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
3726 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
3727 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
3728 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
3729 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
3730 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
3731 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
3732 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
3733 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
3734 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
3735 conventions in Eshell files.
3736
3737 * composite.el, diff.el, emacs-lisp/levents.el,
3738 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
3739 * emulation/pc-mode.el, emulation/viper-cmd.el,
3740 * emulation/viper-ex.el, emulation/viper-init.el,
3741 * emulation/viper-keym.el, emulation/viper-macs.el,
3742 * emulation/viper-mous.el, emulation/viper-util.el,
3743 * emulation/viper.el, forms-pass.el, international/ccl.el,
3744 * international/characters.el, international/encoded-kb.el,
3745 * international/fontset.el, international/ja-dic-cnv.el,
3746 * international/ja-dic-utl.el, international/kinsoku.el,
3747 * international/kkc.el, international/mule-cmds.el,
3748 * international/mule-diag.el, international/mule-util.el,
3749 * international/mule.el, international/titdic-cnv.el,
3750 * language/china-util.el, language/chinese.el,
3751 * language/cyril-util.el, language/cyrillic.el, language/english.el,
3752 * language/greek.el, language/hebrew.el, language/japan-util.el,
3753 * language/japanese.el, language/korea-util.el, language/korean.el,
3754 * language/lao-util.el, language/lao.el, language/misc-lang.el,
3755 * language/slovak.el, language/thai-util.el, language/thai.el,
3756 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
3757 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
3758 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
3759 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
3760 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
3761 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
3762 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
3763 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
3764 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
3765 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
3766 to follow coding conventions in files without maintainer or in files
3767 with clear maintainer (but without Maintainer header stating so).
3768
3769 * emacs-lisp/elp.el: A fix to follow coding conventions.
3770
3771 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
3772 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
3773 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
3774 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
3775 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
3776 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
3777 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
3778 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
3779 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
3780 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
3781 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
3782 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
3783 conventions in files from Gnus.
3784
3785 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
3786 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
3787 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
3788 * echistory.el, electric.el, emacs-lisp/authors.el,
3789 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
3790 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
3791 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
3792 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
3793 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
3794 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
3795 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
3796 * international/codepage.el, international/iso-ascii.el,
3797 * international/iso-insert.el, international/iso-transl.el,
3798 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
3799 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
3800 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
3801 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
3802 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
3803 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
3804 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
3805 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
3806 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
3807 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
3808 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
3809 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
3810 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
3811 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
3812 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
3813 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
3814 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
3815 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
3816 * textmodes/tex-mode.el, textmodes/text-mode.el,
3817 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
3818 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
3819 * vt100-led.el, window.el: Some fixes to follow coding conventions in
3820 files maintained by FSF.
3821
3822 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3823
3824 * arc-mode.el: A fix to follow coding conventions.
3825
3826 * bindings.el: Ditto.
3827
3828 * cdl.el: Ditto.
3829
3830 * comint.el: Ditto.
3831
3832 * cus-start.el: Ditto.
3833
3834 * shell.el: Ditto.
3835
3836 * skeleton.el: Ditto.
3837
3838 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
3839
3840 * info.el (Info-build-node-completions):
3841 Make Info-current-file-completions buffer local.
3842
3843 2001-07-13 Gerd Moellmann <gerd@gnu.org>
3844
3845 * which-func.el (which-func-mode, which-func-ff-hook)
3846 (which-function-mode): Remove references to which-func-mode-global.
3847
3848 * calendar/cal-islam.el (calendar-goto-islamic-date):
3849 Add autoload cookie.
3850
3851 * play/fortune.el: Add types to defcustoms.
3852
3853 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3854
3855 * language/czech.el: A fix to follow coding conventions.
3856
3857 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3858
3859 * speedbar.el (speedbar-supported-extension-expressions): Add .g
3860 to the extension list, for antlr-mode. From Christoph Wedler
3861 <Christoph.Wedler@sap.com>.
3862
3863 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
3864
3865 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
3866 (vc-dired-mode-map): Fix the madness.
3867
3868 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
3869 (vc-prefix-map): Moved back from vc.el.
3870
3871 2001-07-11 Gerd Moellmann <gerd@gnu.org>
3872
3873 * mail/mail-extr.el (mail-extr-all-top-level-domains):
3874 Increase the size of the obarray.
3875 (mail-extr-all-top-level-domains): Add more toplevel domains,
3876 add more long names.
3877 From: Per Starback <starback@ling.uu.se>.
3878
3879 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3880
3881 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
3882 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3883
3884 * progmodes/ada-mode.el: Ditto.
3885
3886 * progmodes/ada-xref.el: Ditto.
3887
3888 2001-07-11 Miles Bader <miles@gnu.org>
3889
3890 * finder.el (finder-insert-at-column): Also move to the next line
3891 if exactly at COLUMN.
3892
3893 2001-07-10 Gerd Moellmann <gerd@gnu.org>
3894
3895 * help.el (describe-function-1): When printing FUNCTION's
3896 documentation, don't assume FUNCTION is a symbol.
3897
3898 * startup.el (normal-top-level): Don't operate on the initial
3899 frame if we failed to create one.
3900
3901 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
3902
3903 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
3904 itself, i.e. only indent the contents in it.
3905
3906 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
3907
3908 * mail/rmail.el (rmail-show-message): Show beginning of message in
3909 all windows containing it.
3910
3911 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
3912
3913 * term/tty-colors.el: Fix the header line and copyright years.
3914
3915 2001-07-09 Gerd Moellmann <gerd@gnu.org>
3916
3917 * emacs-lisp/advice.el (ad-make-advised-definition): If the
3918 original definition has an interactive form, but is Elp
3919 instrumented, use the interactive form of the function called by
3920 elp-wrapper.
3921
3922 * winner.el (winner-equal): Make it a defun. Don't compare Winner
3923 configurations with compare-window-configuration; they aren't
3924 window configurations.
3925
3926 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
3927 from the server for the format we expect. Don't use it if it
3928 doesn't look like what the Internet draft for FTP extensions specifies.
3929
3930 * toolbar/*.pbm: Cleaned up.
3931 From Luis Fernandes <elf@ee.ryerson.ca>.
3932
3933 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3934
3935 * cc-cmds.el: Extended the kludge to interoperate with the
3936 delsel and pending-del packages wrt to the new function
3937 `c-electric-delete-forward'.
3938
3939 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
3940
3941 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
3942 to delay the call to <mode> for global minor modes.
3943 (easy-mmode-define-navigation): Only recenter if interactive.
3944
3945 2001-07-06 Gerd Moellmann <gerd@gnu.org>
3946
3947 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
3948 to lisp-indent-line.
3949
3950 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
3951 from the server. Call encode-time only when we are sure that we
3952 got a 213 response.
3953
3954 2001-07-06 Simon Josefsson <jas@extundo.com>
3955
3956 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
3957 (mail-envelope-from): New user option.
3958 (sendmail-send-it): Use it.
3959
3960 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3961
3962 * ps-print.el: Use locale dependant date to print date in header.
3963 Doc fix.
3964 (ps-print-version): New version number (6.5.3).
3965 (ps-right-header, ps-right-footer): Initialization and doc fix.
3966 (ps-time-stamp-locale-default): New fun.
3967
3968 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3969
3970 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
3971 field problem with MIME-mode.
3972
3973 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
3974
3975 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3976
3977 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
3978 MIME-mode.
3979
3980 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
3981
3982 * bindings.el (mode-line-mule-info): Don't show the tip with
3983 buffer-file-coding-system if that is nil.
3984
3985 2001-07-05 Gerd Moellmann <gerd@gnu.org>
3986
3987 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
3988 instead of kill-line.
3989
3990 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
3991 <Pavel@Janik.cz>.
3992
3993 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
3994 <Pavel@Janik.cz>.
3995
3996 2001-07-04 Gerd Moellmann <gerd@gnu.org>
3997
3998 * font-lock.el (c-font-lock-keywords-3): When matching something
3999 like `struct X Y', finish with point after Y.
4000
4001 2001-07-04 Simon Josefsson <jas@extundo.com>
4002
4003 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4004 in caller buffer.
4005
4006 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4007
4008 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4009 instead of string-match to find the basename of the file.
4010 From Pascal Obry <p.obry@wanadoo.fr>.
4011
4012 * net/browse-url.el (browse-url-default-windows-browser):
4013 Support the MS-DOS port when it runs on Windows.
4014 (browse-url-browser-function) [ms-dos]: Default to
4015 browse-url-default-windows-browser.
4016
4017 * help.el (locate-library): Enable code that looks for compressed
4018 libraries if auto-compression-mode is on.
4019
4020 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4021
4022 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4023
4024 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4025
4026 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4027
4028 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4029
4030 * allout.el: Fix the header line, so that finder.el recognizes it.
4031 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4032
4033 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4034 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4035
4036 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4037
4038 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4039
4040 * ps-bdf.el (bdf-directory-list): Use the value relative to
4041 installation-directory for MS-Windows as well.
4042
4043 2001-06-29 Richard M. Stallman <rms@gnu.org>
4044
4045 * wid-edit.el (widget-color-sample-face-get):
4046 Return ((foreground-color . COLOR)) instead of constructing a face.
4047
4048 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4049
4050 * faces.el (region): Change the background color for the
4051 light-background color display to lightgoldenrod2, to make it
4052 visible on some laptops.
4053
4054 2001-06-28 Richard M. Stallman <rms@gnu.org>
4055
4056 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4057 (rmail-msg-restore-non-pruned-header): Likewise.
4058 If point was in the old pruned header, put it at the top.
4059 (rmail-msg-prune-header): If point was at the top, keep it there.
4060
4061 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4062 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4063
4064 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4065
4066 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4067
4068 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4069
4070 * saveplace.el: Update maintainer email address.
4071
4072 2001-06-27 Francesco Potorti` <pot@gnu.org>
4073
4074 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4075 Undo previous change.
4076
4077 2001-06-27 Francesco Potorti` <pot@gnu.org>
4078
4079 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4080 preliminary quick reordering. Can speed things up dramatically.
4081
4082 2001-06-26 Richard M. Stallman <rms@gnu.org>
4083
4084 * dired.el (dired-get-filename): A file name starting with ~
4085 is not absolute in this context.
4086
4087 * which-func.el (which-func-maxout): Increase default to 500000.
4088 (which-function-mode): This is now the "real" name of the function.
4089 (which-func-mode): Now an alias.
4090 (which-func-mode-global): Name deleted.
4091
4092 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4093 button-2, when binding hs-mouse-toggle-hiding.
4094
4095 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4096
4097 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4098 (rmail-msg-prune-header): Likewise.
4099 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4100 and `rmail-msg-prune-header'.
4101
4102 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4103
4104 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4105 back than LINEBEG.
4106
4107 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4108
4109 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4110 window where they clicked the mouse has a header line, adjust
4111 vertical movement by one.
4112
4113 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4114
4115 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4116 too when separating a parenthesis.
4117
4118 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4119
4120 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4121 (bookmark-bmenu-hide-filenames): Add help-echo to
4122 mouse-highlighted text.
4123 (bookmark-bmenu-show-filenames): Remove help-echo property from
4124 the whitespace.
4125
4126 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4127
4128 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4129 From Karl Eichwalder <ke@suse.de>.
4130
4131 2001-06-23 Richard M. Stallman <rms@gnu.org>
4132
4133 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4134
4135 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4136 contents for completing-read.
4137
4138 2001-06-22 Richard M. Stallman <rms@gnu.org>
4139
4140 * menu-bar.el (menu-bar-make-toggle): Construct the
4141 function's doc string from HELP, not DOC, and make it accurate by
4142 adding "Toggle whether to " at the front and downcasing the initial.
4143 Change the HELP arg in some calls to make it fit this usage.
4144
4145 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4146 Undo previous change.
4147
4148 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4149
4150 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4151
4152 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4153
4154 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4155
4156 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4157
4158 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4159
4160 2001-06-20 Richard M. Stallman <rms@gnu.org>
4161
4162 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4163 broken out from dabbrev--find-expansion. Handle minibuffer
4164 specially here.
4165 (dabbrev--find-expansion): Simplify code in various ways.
4166 Don't treat minibuffers specially.
4167 Call dabbrev--make-friend-buffer-list.
4168 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4169 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4170
4171 2001-06-19 John Wiegley <johnw@gnu.org>
4172
4173 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4174 Also, added a comment describing how to greatly speedup Eshell
4175 loadup time, by concatenating together all of Eshell's .elc files.
4176
4177 2001-06-19 John Wiegley <johnw@gnu.org>
4178
4179 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4180
4181 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4182
4183 * woman.el (WoMan-highlight-references): Add help-echo to
4184 mouse-highlighted text.
4185
4186 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4187
4188 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4189
4190 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4191
4192 * international/quail.el (quail-start-conversion):
4193 Reset quail-translating to nil.
4194
4195 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4196 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4197
4198 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4199
4200 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4201 mouse-highlighted text.
4202
4203 * dired.el (dired-mark-pop-up): Fix last change.
4204
4205 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4206
4207 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4208 mouse-highlighted text.
4209
4210 * net/quickurl.el (quickurl-url-file): Run through
4211 convert-standard-filename.
4212 (quickurl-list-populate-buffer): Add help-echo to
4213 mouse-highlighted text.
4214 (top-level): Update Dave's URL.
4215
4216 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4217 mouse-highlighted text.
4218
4219 * textmodes/page-ext.el (pages-copy-header-and-position):
4220 Add help-echo to mouse-highlighted text.
4221
4222 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4223 mouse-highlighted text.
4224
4225 * replace.el (occur): Add help-echo to mouse-highlighted text.
4226
4227 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4228 mouse-highlighted text.
4229
4230 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4231 mouse-highlighted text.
4232
4233 * progmodes/compile.el (compile-reinitialize-errors):
4234 Add help-echo to mouse-highlighted messages.
4235 (compilation-forget-errors): Remove help-echo property as well.
4236
4237 * play/landmark.el (lm-plot-square, lm-init-display):
4238 Add help-echo to mouse-highlighted text.
4239
4240 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4241 Add help-echo to mouse-highlighted text.
4242
4243 * dired.el (dired-insert-set-properties): Add help-echo to
4244 mouse-highlighted text.
4245 (dired-mark-pop-up): Remove help-echo property from the file name.
4246
4247 * comint.el (comint-send-input): Add help-echo to
4248 mouse-highlighted text.
4249
4250 * buff-menu.el (list-buffers-noselect): Add help-echo to
4251 mouse-highlighted text.
4252
4253 * arc-mode.el (archive-summarize-files): Add help-echo to
4254 mouse-highlighted text.
4255
4256 * ffap.el (ffap-machine-p): Always return nil if
4257 open-network-stream is not fboundp.
4258
4259 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4260
4261 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4262 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4263 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4264 incorrectly binding chars between 128 and 256 to it.
4265 (sgml-maybe-name-self): Handle latin-1 chars properly.
4266 (sgml-tags-invisible): Bind buffer-file-name to nil.
4267 Use unwind-protect and restore-buffer-modified-p.
4268 (sgml-point-entered): Use buffer-substring-no-properties.
4269 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4270 (html-mode): Don't force `imenu-sort-function'.
4271
4272 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4273
4274 * tar-mode.el: Fix the copyright notice.
4275
4276 * font-lock.el (font-lock-comment-face): For tty's with dark
4277 background, use "red1", since "lightred" is not one of the colors
4278 recognized by tty-colors.el.
4279
4280 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4281 create a buffer for extracted file, in case there's more than one
4282 file by that name in an archive, possibly in different
4283 directories. From Kevin Rodgers <kevinr@ihs.com>.
4284
4285 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4286 <alex@gnu.org>.
4287
4288 2001-06-15 Miles Bader <miles@gnu.org>
4289
4290 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4291 Revert previous change.
4292
4293 2001-06-14 Richard M. Stallman <rms@gnu.org>
4294
4295 * replace.el (keep-lines-read-args): Return just a regexp.
4296 Provide nil for the region args.
4297 (keep-lines, flush-lines, how-many):
4298 Calculate the defaults for the region here, when args are nil.
4299
4300 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4301
4302 * rot13.el (rot13-other-window): Some more doc fix.
4303
4304 2001-06-14 Per Starback <starback@ling.uu.se>
4305
4306 * replace.el (case-replace, query-replace-from-history-variable)
4307 (query-replace-to-history-variable, keep-lines-read-args)
4308 (occur-revert-function, query-replace-help): Dox fix.
4309
4310 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4311
4312 * rot13.el (rot13-other-window): Doc fix.
4313
4314 2001-06-14 Miles Bader <miles@gnu.org>
4315
4316 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4317 of " and \ to "." (punctuation).
4318 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4319
4320 2001-06-13 Richard M. Stallman <rms@gnu.org>
4321
4322 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4323
4324 * simple.el (shell-command-on-region): Never kill the
4325 *Shell Command Output* buffer.
4326
4327 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4328
4329 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4330
4331 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4332
4333 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4334 New var, to recognize ${ $' and PODs.
4335 (perl-font-lock-syntactic-face-function): New function.
4336 (perl-mode): Use them.
4337 (perl-continuation-line-p): New function, from perl-calculate-indent.
4338 (perl-calculate-indent): Use it, to properly handle continuation
4339 lines of continuation lines.
4340
4341 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4342
4343 * server.el (server-process, server-buffer-clients): Doc fix.
4344 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4345
4346 2001-06-09 John Wiegley <johnw@gnu.org>
4347
4348 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4349 test if the last command was Lisp or not.
4350 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4351 B x C".
4352
4353 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4354
4355 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4356 general one on compile.el supports drive letters.
4357
4358 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4359
4360 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4361 key description.
4362
4363 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4364
4365 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4366 (reftex-toc-jump): New command.
4367
4368 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4369 to parse international characters as well.
4370
4371 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4372 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4373
4374 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4375
4376 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4377 TAB to the key separators.
4378
4379 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4380
4381 * international/mule.el (auto-coding-alist): Remove redundant
4382 up-cased versions of the extensions (auto-coding-alist-lookup is
4383 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4384 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4385
4386 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4387
4388 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4389
4390 2001-06-01 Richard M. Stallman <rms@gnu.org>
4391
4392 * help.el (describe-variable): Put value on same line
4393 with preceding text, if it is short enough to look good that way.
4394
4395 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4396
4397 * term/internal.el (IT-unicode-translations): New variable.
4398 (IT-setup-unicode-display): New function.
4399
4400 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4401
4402 * ps-print.el: Handle before-string and after-string overlay properties
4403 in ps-print-*-with-faces commands. Doc fix.
4404 (ps-print-version): New version number (6.5.2).
4405 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4406 for XEmacs.
4407 (ps-prefix-quote): Doc fix.
4408 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4409 (ps-basic-plot-str, ps-plot-string): New funs.
4410
4411 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4412
4413 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4414 and :type spec.
4415
4416 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4417
4418 * international/mule-cmds.el (inactivate-input-method):
4419 Set input-method-function to nil.
4420
4421 * xml.el (xml-parse-tag): The document may contain invalid characters.
4422 From ShengHuo ZHU <zsh@cs.rochester.edu>
4423
4424 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4425
4426 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4427 `rmail-summary-line-decoder' if the message does not have
4428 a Subject: field.
4429
4430 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4431
4432 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4433 New variable.
4434 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4435 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4436 is non-nil.
4437
4438 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4439
4440 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4441
4442 2001-05-29 Sam Steingold <sds@gnu.org>
4443
4444 * faces.el (face-valid-attribute-values): Bind `valid' directly
4445 instead of using `setq'.
4446
4447 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4448 Use `tex-shell-buf'.
4449 (tex-shell-proc): Use `tex-shell-running'.
4450 (tex-shell-buf-no-error): New function.
4451 (tex-send-tex-command): Use it.
4452 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4453 (tex-kill-job): Check the process before calling `quit-process'.
4454
4455 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4456
4457 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4458 UTF-8 sequences.
4459
4460 2001-05-28 Miles Bader <miles@gnu.org>
4461
4462 * comint.el (comint-carriage-motion): Renamed from
4463 `comint-cr-magic'. Operate on the buffer instead of the string
4464 (for use as a comint post-output filter, instead of as a
4465 pre-output filter). Handle backspaces too. Add to the
4466 `comint-output-filter-functions' hook instead of
4467 `comint-preoutput-filter-functions'.
4468
4469 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4470
4471 * language/japan-util.el (japanese-hankaku): Prefer the charset
4472 `jisx0201' when the optional argument `ascii-only' is not specified.
4473 (japanese-hankaku-region): Ditto.
4474 From Katsumi Yamaoka <yamaoka@jpl.org>
4475
4476 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4477
4478 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4479 (outline-invisible-p): New function.
4480 (hide-leaves): Save excursion.
4481 (hide-other): Stop looping when reaching bobp.
4482
4483 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4484
4485 * cus-edit.el (custom-file): Fix last change.
4486
4487 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4488
4489 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4490 same definition in byte-compile-function-environment as `autoload'
4491 would put in `symbol-function'.
4492
4493 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4494 patch to correct the error message as well.
4495
4496 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4497
4498 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4499 unless ~/.emacs exists.
4500
4501 * novice.el (enable-command): If user-init-file is nil or does not
4502 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4503
4504 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4505
4506 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4507 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4508 Allow spaces around macro arguments.
4509 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4510 indent-for-tab-command.
4511 (latex-mode-map, plain-tex-mode-map): New keymaps.
4512 Inherit from tex-mode-map.
4513 (tex-common-initialization): Don't setup the keymap any more
4514 since it's now done right by define-derived-mode.
4515 (latex-mode): Set skeleton-end-hook to nil.
4516 (latex-skeleton-end-hook): Remove.
4517 (tex-latex-block, latex-insert-item): Simplify.
4518 (latex-syntax-after): Use following-char rather than char-after.
4519 (tex-discount-args-cmds, tex-count-words): New functions.
4520
4521 * textmodes/tildify.el (tildify-ignored-environments-alist):
4522 Recognize \verb* as well.
4523
4524 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4525 (perl-comment-indent): Simplify to let newcomment.el do its job.
4526 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4527 (perl-mark-function): Cleanup the namespace.
4528 (perl-calculate-indent): Don't be fooled by nested functions.
4529
4530 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4531
4532 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4533 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4534
4535 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4536
4537 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4538 actually be `\\'.
4539 (ctlau-b5-converter): Likewise.
4540
4541 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4542
4543 * international/titdic-cnv.el (quail-misc-package-ext-info):
4544 Change CTLauB.el to CTLau-b5.el.
4545
4546 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4547
4548 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4549 rather than beginning-of-line to avoid problems with fields.
4550 (gud-perldb-massage-args): Use unless and push.
4551 (gud-chdir-before-run): New var.
4552 (gud-common-init): Use it.
4553
4554 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4555
4556 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4557 delete entries for chinese-ctlau and chinese-ctlaub.
4558 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4559 chinese-ctlaub.
4560 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4561 New functions.
4562
4563 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4564
4565 * cus-edit.el (custom-comment-show): Remove debug code.
4566
4567 * language/japan-util.el (japanese-symbol-table): Fix handling of
4568 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4569
4570 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4571
4572 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4573 Renamed by removing the silly `-flag' suffix.
4574 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4575
4576 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4577
4578 * replace.el (keep-lines-read-args): Use `copy-marker'.
4579 (how-many): Save excursion properly.
4580 (occur-mode): Use define-derived-mode.
4581 (perform-replace): Use with-current-buffer.
4582
4583 2001-05-20 Richard M. Stallman <rms@gnu.org>
4584
4585 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4586
4587 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4588
4589 * info.el (Info-read-subfile): Widen before finding the
4590 desired node in the subfile.
4591
4592 * startup.el (command-line-1): When >2 files visited,
4593 leave the last one visible, and make that the selected window.
4594
4595 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4596
4597 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4598
4599 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4600
4601 * international/ccl.el (define-ccl-program): Fix a typo.
4602 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4603
4604 * international/mule.el (decode-char): Fix a typo. From Pavel
4605 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4606
4607 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4608 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4609
4610 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4611 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4612
4613 2001-05-18 Sam Steingold <sds@gnu.org>
4614
4615 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4616 and [RET] to `cvs-mode-find-file'.
4617
4618 2001-05-18 John Wiegley <johnw@gnu.org>
4619
4620 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4621 configuration variable, which determines the initial character
4622 that forces use of an external version of a command. The default
4623 is *, but may be set to \, for example.
4624
4625 * eshell/esh-ext.el (eshell-explicit-command):
4626 Use `eshell-explicit-command-char' instead of ?*.
4627
4628 * eshell/esh-cmd.el (eshell/which):
4629 Use `eshell-explicit-command-char' instead of ?*.
4630
4631 * eshell/em-cmpl.el (eshell-completion-command-name)
4632 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4633 instead of ?*.
4634
4635 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4636
4637 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4638 subst-char-in-string.
4639 (ange-ftp-after-parse-ls-hook): New variable.
4640 (ange-ftp-ls): Run that hook.
4641 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4642
4643 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4644 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4645 text into *Completions*.
4646
4647 * net/goto-addr.el (goto-address-at-point): Deal with URLs
4648 part of which look like email addresses.
4649
4650 2001-05-18 Andrew Innes <andrewi@gnu.org>
4651
4652 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
4653 Use . instead of absolute path for lisp dir, to avoid bug in W2K
4654 cmd.exe's handling of FOR loops.
4655 (autoloads): Set find-file-suppress-same-file-warnings to t to
4656 avoid slew of spurious messages.
4657
4658 2001-05-18 Simon Josefsson <simon@josefsson.org>
4659
4660 * mail/smtpmail.el (maybe-append-domain): Renamed to
4661 `smtpmail-maybe-append-domain'.
4662 (smtpmail-via-smtp): Use the new name.
4663
4664 * net/browse-url.el (browse-url-browser-function): Add kde.
4665 (browse-url-kde-program, browse-url-kde-args): New variables.
4666 (browse-url-kde): New function.
4667
4668 2001-05-18 Miles Bader <miles@gnu.org>
4669
4670 * simple.el (delete-horizontal-space, just-one-space):
4671 Use `constrain-to-field' instead of `field-end'/`field-beginning',
4672 because it's more efficient for large files.
4673
4674 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4675
4676 * mail/rmail.el (rmail-require-mime-maybe): New function.
4677 (rmail): Use it.
4678 (rmail-mode): Handle the case of finding Rmail files.
4679
4680 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
4681 functions.
4682
4683 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
4684
4685 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
4686 text-property after moving to the beginning of line and regardless
4687 of the value of font-lock-multiline.
4688
4689 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4690
4691 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
4692
4693 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
4694 last coding system used before calling set-buffer-modified-p
4695 because that function changes last-coding-system.
4696
4697 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
4698
4699 * files.el (switch-to-buffer-other-window)
4700 (switch-to-buffer-other-frame): Add an xref to display-buffer in
4701 the doc string.
4702
4703 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4704
4705 * language/slovak.el, language/czech.el: New maintainer.
4706
4707 2001-05-16 Sam Steingold <sds@gnu.org>
4708
4709 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
4710 sub-form of `defgeneric' correctly.
4711
4712 2001-05-16 Gerd Moellmann <gerd@gnu.org>
4713
4714 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
4715 of `c'.
4716
4717 * textmodes/outline.el (outline-font-lock-level): Remove the
4718 condition-case, test what outline-level returns instead, to
4719 ease debugging.
4720
4721 * international/mule.el (auto-coding-regexp-alist): New user-option.
4722 (auto-coding-from-file-contents): New function.
4723 (set-auto-coding): Use it to determine a coding system.
4724
4725 2001-05-15 Gerd Moellmann <gerd@gnu.org>
4726
4727 * mouse.el (mouse-delete-other-windows): Doc fix.
4728
4729 * emacs-lisp/lisp-mode.el (lisp-mode):
4730 Make font-lock-keywords-case-fold-search a buffer-local variable with
4731 make-local-variable before setting it.
4732
4733 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
4734
4735 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
4736 prefixes.
4737
4738 2001-05-14 Gerd Moellmann <gerd@gnu.org>
4739
4740 * hexl.el (hexl-current-address): Print a message when called
4741 interactively.
4742
4743 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
4744
4745 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
4746
4747 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
4748
4749 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
4750
4751 2001-05-11 Gerd Moellmann <gerd@gnu.org>
4752
4753 * startup.el (command-line): If parameters have been changed in
4754 the init files which influence font selection, clear the face
4755 cache so that faces get realized with the new parameters.
4756
4757 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
4758
4759 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
4760
4761 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
4762
4763 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
4764
4765 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
4766 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
4767
4768 2001-05-10 Gerd Moellmann <gerd@gnu.org>
4769
4770 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
4771 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
4772
4773 2001-05-09 John Wiegley <johnw@gnu.org>
4774
4775 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4776 Annotated the documentation string to tell users about
4777 `eshell-no-numeric-conversions'.
4778
4779 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
4780 conversions if a Lisp function has the property
4781 `eshell-no-numeric-conversions' set to a non-nil value.
4782
4783 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
4784 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
4785 property `eshell-no-numeric-conversions' on the following
4786 functions (which all deal with filesystem entities, and never Lisp
4787 numerical values): eshell/cd, eshell/pushd, eshell/popd,
4788 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
4789 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
4790 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
4791 eshell/which, eshell/addpath.
4792
4793 2001-05-09 John Wiegley <johnw@gnu.org>
4794
4795 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
4796 encountered as an argument, don't convert it right away, but tag
4797 the first character of the string with the text properties
4798 `number', which signifies to `eshell-lisp-command' that the
4799 argument should be passed through `string-to-number' if it is
4800 actually used in the call to a Lisp function.
4801
4802 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
4803 function, convert any string arguments that have been tagged as
4804 "numbers", by calling string-to-number.
4805
4806 * eshell/esh-util.el (eshell-number-regexp): Now that number
4807 conversions only happen for Lisp function calls, the number regexp
4808 should now match all integer and floating point forms.
4809
4810 * eshell/esh-proc.el: Disable `eshell-stop-process' and
4811 `eshell-continue-process', since they are both nonfunctional at
4812 the moment.
4813 (eshell-proc-initialize): Don't bind keys for
4814 `eshell-stop-process' or `eshell-continue-process'.
4815
4816 * eshell/em-unix.el (eshell-shuffle-files):
4817 Apply `directory-file-name' before calling `file-name-directory'.
4818
4819 * eshell/em-hist.el (eshell-add-to-history): Reference to
4820 `eshell-history-ring' needed to be `eshell-history-index'.
4821
4822 * calendar/timeclock.el (timeclock-find-discrep):
4823 Initialize `elapsed' to 0.
4824 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
4825 it's still nil.
4826
4827 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
4828
4829 * arc-mode.el (archive-int-to-mode): Construct the string directly.
4830 (archive-mode): Use capitalize.
4831 (archive-unique-fname): Use make-temp-file.
4832
4833 2001-05-09 Gerd Moellmann <gerd@gnu.org>
4834
4835 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
4836
4837 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
4838
4839 * tar-mode.el (tar-extract): Pay attention to the value of
4840 coding-system-for-read, if it is non-nil.
4841
4842 * calendar/holidays.el (holidays): Add an autoload cookie.
4843 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4844
4845 2001-05-08 John Wiegley <johnw@gnu.org>
4846
4847 * calendar/timeclock.el (timeclock-workday-remaining):
4848 Changed logic for determining how much time is remaining.
4849 (timeclock-workday-elapsed): Don't accept a "relative" argument
4850 for the current day's elapsed time. What could that have meant?
4851 (timeclock-workday-elapsed-string): No "relative" argument anymore.
4852 (timeclock-when-to-leave): Changed logic, similarly to what was
4853 done for `timeclock-workday-remaining'.
4854 (timeclock-find-discrep): Removed "today-only" argument, which had
4855 no meaning. Fixed some more math problems. The function now
4856 returns a three member list: (TOTAL-TIME-DISCREPANCY
4857 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
4858
4859 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4860
4861 * w32-fns.el (convert-standard-filename): Start replacing slashes
4862 from the beginning of the file name, not from where the last
4863 invalid character was. From "Andrew Maguire (SWW)"
4864 <Andrew.Maguire@Smallworld.co.uk>
4865
4866 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
4867
4868 The following changes are to provide infrastructure for handling
4869 MIME messages to rmail. They don't affect the original behaviour
4870 if rmail-enable-mime is nil.
4871
4872 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
4873 (rmail-search-mime-message-function)
4874 (rmail-search-mime-header-function): New variables.
4875 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
4876 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
4877 `rmail-view-buffer' is hidden.
4878 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
4879 call rmai-show-mime-function.
4880 (rmail-display-labels): If rmail-enable-mime is non-nil, update
4881 mode-line-process of rmail-view-buffer.
4882 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
4883 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
4884 buffer.
4885 (rmail-next-message, rmail-next-undeleted-message): Be sure to
4886 set-buffer to the Rmail buffer.
4887 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
4888 rmail-search-mime-header-function.
4889 (rmail-search-message): New function.
4890 (rmail-search): Call rmail-search-message to check if a message
4891 matches REGEXP, lastly update point after calling
4892 rmail-show-message.
4893 (rmail-undelete-previous-message, rmail-expunge-confirmed)
4894 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
4895 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
4896 header region, refer to rmail-msgref-vector while setting the
4897 current buffer to rmail-buffer temporarily.
4898 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
4899 If rmail-enable-mime is non-nil, call
4900 rmail-insert-mime-forwarded-message-function instead of inserting
4901 forwarded message by itself.
4902
4903 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
4904 Rmail buffer.
4905 (rmail-set-label, rmail-next-labeled-message): Likewise.
4906
4907 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
4908 set-buffer to the Rmail buffer.
4909 (rmail-output-to-rmail-file): Likewise.
4910 (rmail-output): Likewise.
4911
4912 * mail/rmailsum.el (rmail-message-subject-p): Process the result
4913 of mail-fetch-field by rmail-summary-line-decoder.
4914 (rmail-new-summary): Be sure to go to the Rmail buffer.
4915 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
4916 rmail-view-buffer to nil.
4917 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
4918 rmail-view-buffer.
4919 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
4920 rmail-buffer.
4921 (rmail-summary-scroll-msg-down): Likewise.
4922 (rmail-summary-beginning-of-message): Likewise.
4923 (rmail-summary-wipe): Likewise.
4924 (rmail-summary-toggle-header): Use save-window-excursion, not
4925 save-excursion. Update point in rmail-view-buffer, not in
4926 rmail-buffer.
4927 (rmail-summary-reply): Before calling rmail-reply, set buffer to
4928 rmail-view-buffer, not rmail-buffer.
4929
4930 2001-05-07 Gerd Moellmann <gerd@gnu.org>
4931
4932 * cus-edit.el (custom-file): Signal an error if user-init-file is
4933 nil (running -q).
4934
4935 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
4936
4937 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4938 Add :version.
4939
4940 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4941 New option.
4942 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
4943 only if smtpmail-warn-about-unknown-extensions is set.
4944
4945 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
4946 instead of rmail-sort-by-keywords.
4947
4948 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
4949 rmail-sort-by-keywords.
4950
4951 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
4952 rmail-summary-sort-by-keywords. Doc fix.
4953 (rmail-summary-mode): Doc fix.
4954
4955 * mail/rmail.el (rmail-edit): New Custom group.
4956
4957 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
4958 (rmail-edit-mode-hook): New user-option.
4959
4960 2001-05-05 Richard M. Stallman <rms@gnu.org>
4961
4962 * help.el (help-xref-symbol-regexp): Recognize "source of"
4963 and friends, meaning make a link to the source file.
4964 (help-make-xrefs): Handle "source of" and friends
4965 by constructing a link that visits the source file.
4966
4967 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
4968
4969 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
4970
4971 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
4972 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
4973 Renamed from perl-font-lock-keywords to avoid clashes.
4974 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
4975 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
4976 Updated correspondingly.
4977
4978 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
4979 Typo `nonexistant' -> `nonexistent'.
4980
4981 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
4982
4983 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
4984 Split `c-electric-delete' into two functions where
4985 `c-electric-delete-forward' always deletes forward and
4986 `c-electric-delete' only contains the code necessary for XEmacs to
4987 choose between backward and forward deletion.
4988
4989 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
4990 get the electric behavior on that key too.
4991 (c-fill-paragraph): Fixed bogus direct use of
4992 c-comment-prefix-regexp, which caused an error when it's a list.
4993
4994 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4995
4996 * dired-aux.el (dired-diff): Doc fix.
4997
4998 * dired.el (dired-diff): Likewise.
4999
5000 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5001
5002 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5003
5004 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5005
5006 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5007 if both the buffer and the file are read-only.
5008
5009 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5010 rather than font-lock-string-face.
5011 (sh-get-indent-info): Treat heredocs like strings.
5012
5013 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5014
5015 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5016 a newline following `}'.
5017 (texinfo-format-email): New function.
5018 (toplevel): Use texinfo-format-email for @email.
5019 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5020 Add `display'.
5021 (texinfo-sort-region): Goto point-min before sorting.
5022 (texinfo-set): Remove leading white space from value.
5023 From yagi@is.titech.ac.jp.
5024
5025 * replace.el (query-replace-regexp-eval): Doc fix.
5026
5027 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5028
5029 * diff-mode.el (diff-nonexistant-face): New face.
5030 (diff-font-lock-keywords): Use it.
5031
5032 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5033
5034 * font-lock.el (font-lock-mode): Doc fix.
5035
5036 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5037 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5038
5039 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5040
5041 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5042 backslash at the start of the here-document delimiter.
5043 (sh-font-lock-syntactic-keywords): Likewise.
5044
5045 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5046
5047 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5048
5049 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5050 (tty-color-translate, tty-color-by-index, tty-color-values)
5051 (tty-color-desc): Doc fix.
5052
5053 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5054
5055 * dired-aux.el (dired-do-create-files, dired-do-copy)
5056 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5057 Mention dired-dwim-target in the doc string.
5058
5059 2001-04-28 Miles Bader <miles@gnu.org>
5060
5061 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5062 (dabbrev--find-expansion): Use it.
5063 (dabbrev--select-buffers): Don't select ignored buffers.
5064
5065 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5066
5067 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5068
5069 2001-04-26 Richard M. Stallman <rms@gnu.org>
5070
5071 * dabbrev.el: Add doc strings for some functions.
5072 (dabbrev--eliminate-newlines): New variable.
5073 (dabbrev--substitute-expansion): Convert newlines to spaces
5074 if dabbrev--eliminate-newlines is set.
5075 If abbrev and expansion are both all-lower-case,
5076 leave dabbrev--last-case-pattern nil.
5077
5078 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5079
5080 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5081 if necessary, like in rmail-show-message.
5082
5083 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5084
5085 * ps-print.el: Color specified by number is forced to be float number.
5086 (ps-print-version): New version number (6.5.1.1).
5087 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5088 initialization.
5089 (ps-prefix-quote): New internal var.
5090 (ps-print-quote): New fun.
5091 (ps-setup, ps-output-frame-properties, ps-float-format)
5092 (ps-format-color): Code fix.
5093 (ps-plot-region): Eliminate redundant foreground color text setting.
5094
5095 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5096
5097 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5098
5099 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5100
5101 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5102
5103 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5104
5105 * info.el (Info-additional-directory-list): Doc fix.
5106
5107 * find-lisp.el (find-lisp-find-dired-filter)
5108 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5109 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5110
5111 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5112
5113 * progmodes/make-mode.el (makefile-font-lock-keywords):
5114 Rationalize the rules for includes and conditionals and use the
5115 keyword face for them.
5116
5117 * faces.el (modify-face): Add compatibility for non-interactive use.
5118
5119 2001-04-24 John Wiegley <johnw@gnu.org>
5120
5121 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5122 fix from last night, since it wasn't finding eshell/cd.
5123
5124 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5125
5126 * rect.el (string-rectangle): Revert to 20.x behaviour.
5127 (replace-rectangle): Make it an alias for string-rectangle.
5128 (string-insert-rectangle): New function.
5129
5130 2001-04-23 John Wiegley <johnw@gnu.org>
5131
5132 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5133 occurring with Emacs 21's diff.el/compile.el interaction layer.
5134
5135 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5136
5137 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5138 case where the function was defined in a file, but not part of an
5139 eshell module.
5140
5141 2001-04-23 John Wiegley <johnw@gnu.org>
5142
5143 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5144 code to work around a redisplay problem I've been having.
5145
5146 2001-04-23 John Wiegley <johnw@gnu.org>
5147
5148 * calendar/timeclock.el (timeclock-day-required): If the time
5149 required for a particular day is not set, use `timeclock-workday'.
5150 (timeclock-find-discrep): Added some sample code in a comment.
5151
5152 * eshell/eshell.el (eshell-command): Made a few changes so that
5153 `eshell-command' could be called programmatically.
5154
5155 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5156
5157 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5158
5159 2001-04-23 John Wiegley <johnw@gnu.org>
5160
5161 * calendar/timeclock.el: Updated copyright.
5162 (timeclock-generate-report): Don't report the daily or two-week
5163 total, if no time has been worked in that period.
5164 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5165 final computational form, which was unnecessary; corrected a
5166 parsing problem when timeclock-relative was nil.
5167
5168 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5169
5170 * calendar/timeclock.el (timeclock-modeline-display): Check if
5171 `list-entry' is null.
5172 (timeclock-use-display-time): The first argument to `set-variable'
5173 must be a symbol.
5174
5175 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5176
5177 * calendar/calendar.el (diary-entry-marker)
5178 (calendar-today-marker, calendar-holiday-marker):
5179 Use display-color-p instead of window-system.
5180 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5181 instead of window-system.
5182 (calendar-hide-window): Use display-multi-frame-p instead of
5183 window-system.
5184
5185 * calendar/cal-x.el (calendar-two-frame-setup)
5186 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5187 Use display-multi-frame-p instead of window-system.
5188
5189 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5190
5191 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5192
5193 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5194 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5195
5196 2001-04-23 Alex Schroeder <alex@gnu.org>
5197
5198 * goto-addr.el: Instead of defining line-beginning-position and
5199 line-end-position a defalias is used for point-at-bol and point-at-eol.
5200
5201 2001-04-23 Alex Schroeder <alex@gnu.org>
5202
5203 * goto-addr.el: Added XEmacs compatibility code.
5204 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5205
5206 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5207
5208 * textmodes/paragraphs.el (sentence-end): Doc fix.
5209
5210 2001-04-20 Alex Schroeder <alex@gnu.org>
5211
5212 * sql.el (sql-escape-newlines-and-send): New function.
5213 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5214
5215 2001-04-20 Alex Schroeder <alex@gnu.org>
5216
5217 * sql.el (sql-db2-program): New option.
5218 (sql-db2-options): New option.
5219 (sql-db2): New function.
5220
5221 2001-04-20 Alex Schroeder <alex@gnu.org>
5222
5223 * sql.el (sql-mode-menu): Added highlighting entries.
5224 (sql-highlight-oracle-keywords): New function.
5225 (sql-highlight-postgres-keywords): New function.
5226 (sql-highlight-ansi-keywords): New function.
5227
5228 2001-04-20 Alex Schroeder <alex@gnu.org>
5229
5230 * sql.el (sql-help): Doc change.
5231
5232 2001-04-19 Karl Fogel <kfogel@collab.net>
5233
5234 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5235 that inserted file content only to delete it immediately.
5236 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5237 <lektu@uol.com.br> for the patch.
5238
5239 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5240
5241 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5242
5243 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5244
5245 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5246 for defmethod.
5247
5248 * comint.el (comint-cr-magic): New function.
5249 (toplevel): Add it to comint-preoutput-filter-functions.
5250
5251 2001-04-18 Andrew Innes <andrewi@gnu.org>
5252
5253 * makefile.w32-in (EMACSLOADPATH): Define.
5254 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5255 (recompile): Remove stuff to set EMACSLOADPATH.
5256
5257 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5258
5259 * language/slovak.el ("Slovak"): Add tutorial entry.
5260
5261 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5262 browse-url-new-window-p.
5263
5264 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5265
5266 * info.el (Info-menu-update): When there are no menus and/or no
5267 cross references in the node, make the respective items of the
5268 Info menu-bar menu inactive.
5269
5270 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5271
5272 * indent.el (indent-for-tab-command): Call indent-line-function
5273 with no argument if PREFIX-ARG is non-nil.
5274
5275 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5276
5277 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5278
5279 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5280 an async subprocess if start-process is unavailable. Suggested by
5281 Tim Van Holder <tim.van.holder@pandora.be>.
5282
5283 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5284
5285 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5286 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5287
5288 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5289
5290 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5291 manual.
5292
5293 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5294
5295 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5296 (cvs-menu): Add a few entries.
5297
5298 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5299 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5300 lock file appears to be reachable from Emacs.
5301 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5302 (cvs-mode-find-file): Look for cvs-header-face rather than
5303 cvs-dirname-face (which doesn't exist).
5304 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5305
5306 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5307
5308 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5309
5310 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5311 normal-erase-is-backspace on a tty. Instead, bind some keys such
5312 as [delete] directly, like pc-select.el did before
5313 normal-erase-is-backspace was invented.
5314
5315 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5316
5317 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5318
5319 2001-04-11 John Wiegley <johnw@gnu.org>
5320
5321 * eshell/em-ls.el (eshell-ls-insert-directory):
5322 Set font-lock-defaults to nil, to prevent fontification in dired
5323 buffers, if Eshell's ls is being used.
5324
5325 2001-04-11 John Wiegley <johnw@gnu.org>
5326
5327 * calendar/timeclock.el (timeclock-completing-read): New function.
5328 (timeclock-ask-for-project, timeclock-ask-for-reason):
5329 Call `timeclock-completing-read'.
5330
5331 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5332 required where `member' was being used.
5333
5334 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5335
5336 * eshell/em-hist.el (eshell-previous-matching-input):
5337 Don't display "History item" if the the minibuffer is active.
5338
5339 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5340
5341 * startup.el (command-line): Output a newline after printing
5342 an error from loading the window system's init file.
5343
5344 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5345
5346 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5347 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5348 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5349 keywords whose arguments routinely include @@.
5350
5351 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5352
5353 * emacs-lisp/advice.el (ad-make-advised-definition):
5354 Construct advice for subrs differently.
5355
5356 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5357 regexp in parentheses when building the regexp for searching backwards.
5358
5359 * simple.el (completion-list-mode-finish): New function.
5360 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5361
5362 * language/european.el ("Polish"): Change sample text.
5363 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5364
5365 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5366 parameter.
5367
5368 * faces.el (menu): Doc fix.
5369
5370 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5371
5372 * ps-print.el: Footer implementation. Doc fix.
5373 (ps-print-version): New version number (6.5.1).
5374 (ps-header-frame-alist): New customization var for header frame
5375 properties.
5376 (ps-line-number-color): New customization var for line number color.
5377 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5378 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5379 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5380 (ps-right-footer): New customization vars for footers.
5381 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5382 footers.
5383 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5384 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5385 Code fix.
5386 (ps-prologue-file): Indentation fix.
5387 (ps-print-quote): Fun eliminated.
5388 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5389 (ps-output-frame-properties): New fun.
5390 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5391 (ps-skip-newline): Replace defun by defsubst.
5392
5393 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5394
5395 * eshell/eshell.el (eshell-command): Needed a "%s" format
5396 specifier, in case the buffer contains percent characters.
5397
5398 2001-04-10 John Wiegley <johnw@gnu.org>
5399
5400 * calendar/timeclock.el (timeclock-generate-report): Added a
5401 missing insert of the project name.
5402
5403 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5404
5405 * obsolete/profile.el: Moved from emacs-lisp/.
5406
5407 * Makefile.in (nonobsolete_setwins): New macro.
5408 (finder-data): Use it instead of `setwins'.
5409 From: Dave Love <fx@gnu.org>.
5410
5411 * server.el (server-visit-files): Set server-existing-buffer correctly.
5412 (server-visit-files): Run server-visit-hook after going to
5413 line 1 so that the hook can set point as it sees fit.
5414
5415 * bindings.el (mode-line-modified): Unify help messages.
5416
5417 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5418
5419 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5420 All callers changed.
5421
5422 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5423
5424 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5425 long file names aren't supported, truncate the file names in
5426 quail-misc-package-ext-info to 8+3 before matching them against
5427 FILENAME.
5428
5429 * dos-fns.el (dos-truncate-to-8+3): New function.
5430
5431 * progmodes/compile.el (grep-compute-defaults): Use null-device
5432 instead of literal /dev/null. Reported by Jens Schmidt
5433 <schmidt@mathematik.uni-kl.de>.
5434
5435 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5436
5437 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5438
5439 * textmodes/sgml-mode.el: Add unknown maintainer.
5440 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5441 (html-mode-map): Use set-keymap-parent.
5442
5443 2001-04-06 Dave Love <fx@gnu.org>
5444
5445 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5446 Remove redundant string-to-list.
5447
5448 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5449
5450 * composite.el (reference-point-alist): Doc fix.
5451
5452 2001-04-05 Sam Steingold <sds@gnu.org>
5453
5454 * font-lock.el (font-lock-keywords-case-fold-search):
5455 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5456 file made font-lock case-insensitive.
5457
5458 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5459
5460 * faces.el (defface menu): Doc fix.
5461
5462 * wid-edit.el (widget-color-sample-face-get): Don't make
5463 faces for undefined colors.
5464
5465 * version.el (emacs-version): Include LessTif/Motif version info.
5466
5467 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5468
5469 * ps-mule.el: Eliminate cl package dependence.
5470 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5471 if they aren't defined yet.
5472 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5473 Eliminate cl package dependence.
5474
5475 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5476
5477 * progmodes/cc-cmds.el (c-outline-level):
5478 Bind buffer-invisibility-spec. Originally from Dave Love, but
5479 got lost when incorporating version 5.26.
5480
5481 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5482
5483 * emulation/pc-select.el (pc-selection-mode):
5484 Call normal-erase-is-backspace-mode instead of binding
5485 keys individually.
5486
5487 * cus-load.el (normal-erase-is-backspace): Use it instead of
5488 delete-key-deletes-forward.
5489
5490 * startup.el (command-line): Use normal-erase-is-backspace and
5491 normal-erase-is-backspace-mode.
5492
5493 * simple.el (normal-erase-is-backspace): Rename from
5494 delete-key-deletes-forward. Doc fix.
5495 (normal-erase-is-backspace-mode): Rename from
5496 delete-key-deletes-forward-mode. Doc fix.
5497 Run normal-erase-is-backspace-hook.
5498
5499 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5500 ``human-readable'' format produced by GNU `ls'.
5501 (dired-move-to-filename-regexp): Recognize ISO format dates.
5502 From Paul Eggert <eggert@twinsun.com>.
5503
5504 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5505
5506 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5507 New functions.
5508 (lm-verify): Check keywords.
5509 From Eric M. Ludlam <eric@siege-engine.com>.
5510
5511 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5512
5513 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5514 `xemacs' feature instead of for the function `set-extent-property'.
5515
5516 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5517
5518 * mail/mh-utils.el (mh-folder-hist): New var.
5519 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5520
5521 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5522
5523 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5524 region, position point on the first or last 16-byte group.
5525 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5526 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5527 hexl-beginning-of-line.
5528
5529 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5530
5531 * icomplete.el (icomplete-mode): Treat an argument like other
5532 modes do.
5533
5534 * startup.el (fancy-splash-head): Use splash8.xpm for color
5535 depth 8.
5536
5537 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5538 Add an antry for ``converts''.
5539
5540 * language/slovak.el ("Slovak"): Add documentation string.
5541 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5542
5543 * language/czech.el ("Czech"): Add documentation string.
5544 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5545
5546 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5547 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5548
5549 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5550
5551 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5552 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5553 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5554 Use `defsubst' rather than a macro to ease debugging.
5555 (mail-extr-last): Remove (use `last' instead).
5556 (mail-extract-address-components): Properly reset the syntax-table
5557 after parsing an address. Use `last' rather than mail-extr-last.
5558 Make sure the end marker stays at the very end.
5559
5560 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5561
5562 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5563 last change.
5564
5565 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5566
5567 * ps-print.el: Line and paragraph spacing feature. Region to cut
5568 out when printing. Doc fix.
5569 (ps-print-version): New version number (6.5).
5570 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5571 New vars. Line and paragraph spacing feature.
5572 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5573 out when printing.
5574 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5575 (ps-get-font-size, ps-begin-job, ps-continue-line)
5576 (ps-plot-region): Code fix.
5577 (ps-print-prologue-2): Var eliminated.
5578 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5579 New internal vars.
5580 (ps-get-size): New fun.
5581 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5582 (ps-next-line): Replace defun by defsubst.
5583 (ps-mule-plot-string): Autoload doc fix.
5584
5585 * ps-bdf.el: XEmacs compatibility. Doc fix.
5586 (installation-directory, coding-system-for-read): Declare vars if
5587 it's not declared yet.
5588 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5589
5590 * ps-mule.el: XEmacs compatibility. Doc fix.
5591 (leading-code-private-22): Declare var if it's not declared yet.
5592 (charset-bytes, charset-dimension, charset-id, charset-width)
5593 (find-charset-region, split-char, char-width, chars-in-region)
5594 (forward-point, decompose-composite-char, encode-coding-string)
5595 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5596 Define funs if not defined yet.
5597 (encode-composition-rule, find-composition): Define funs if not
5598 loaded yet.
5599 (ps-mule-prologue): PostScript code fix.
5600
5601 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5602
5603 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5604 non-nil, generate font for the header strings.
5605 (ps-mule-prepare-font): Likewise.
5606 (ps-mule-generate-glyphs): Likewise.
5607 (ps-mule-string-encoding): Likewise.
5608 (ps-mule-header-charsets): New variable.
5609 (ps-mule-encode-header-string): New function.
5610 (ps-mule-header-string-charsets): New function.
5611 (ps-mule-begin-job): Check charsets in the header strings. If there
5612 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5613
5614 * ps-print.el (ps-generate-header-line): Encode the header string by
5615 ps-mule-encode-header-string.
5616 (ps-mule-encode-header-string): Declare autoload.
5617
5618 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5619
5620 * frame.el (cursor-in-non-selected-windows):
5621 Replaces show-cursor-in-non-selected-windows.
5622
5623 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5624
5625 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5626 Delete entries for "chinese-py" and "chinese-ziranma".
5627 (quail-misc-package-ext-info): New variable.
5628 (tsang-quick-converter): New function.
5629 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5630 (quick-cns-converter, py-converter, ziranma-converter)
5631 (miscdic-convert, batch-miscdic-convert): New functions.
5632
5633 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5634
5635 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5636 eight-bit-control chars.
5637
5638 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5639 Reduce making temporary vector (suggested by Dave Love).
5640
5641 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5642
5643 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5644 string as well.
5645
5646 2001-03-30 Andreas Schwab <schwab@suse.de>
5647
5648 * files.el (backup-directory-alist): Fix typo.
5649
5650 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5651
5652 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
5653 <eggert@twinsun.com>.
5654
5655 2001-03-30 Dave Love <fx@gnu.org>
5656
5657 * progmodes/fortran.el (fortran-comment-region): Fix typo.
5658
5659 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5660
5661 * simple.el (transient-mark-mode): Mention C-g in the doc string.
5662
5663 2001-03-30 Miles Bader <miles@gnu.org>
5664
5665 * subr.el (interactive-form): Fix paren typo.
5666
5667 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
5668
5669 * emacs-lisp/profile.el: Say that it's obsolete in the header
5670 line, so that finder.el puts that into its data-base.
5671 Suggested by Alex Schroeder <alex@gnu.org>.
5672
5673 2001-03-29 Paul Eggert <eggert@twinsun.com>
5674
5675 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
5676 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
5677
5678 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
5679
5680 * generic.el (generic-mode-set-comments): Use "" rather than nil
5681 for comment-end.
5682
5683 2001-03-29 Gerd Moellmann <gerd@gnu.org>
5684
5685 * emacs-lisp/advice.el (ad-make-advised-definition):
5686 Call interactive-form to obtain the interactive spec of subrs.
5687
5688 * subr.el (interactive-form): New function.
5689
5690 2001-03-29 Andre Spiegel <spiegel@gnu.org>
5691
5692 * vc-sccs.el (vc-sccs-register): Use relative file names.
5693
5694 2001-03-28 Gerd Moellmann <gerd@gnu.org>
5695
5696 * bookmark.el (bookmark-get-bookmark): Handle case that
5697 BOOKMARK is not a string.
5698
5699 * image.el (image-type-regexps): Change type for PS files
5700 to `postscript'.
5701
5702 * subr.el (read-passwd): Clear command history after each
5703 character entered. From: Stephen Gildea
5704 <gildea@stop.mail-abuse.org>.
5705
5706 2001-03-27 Kenichi Handa <handa@etl.go.jp>
5707
5708 * international/kkc.el (kkc-save-init-file): Locally bind
5709 print-length to nil.
5710
5711 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5712
5713 * textmodes/flyspell.el: Some doc fixes.
5714 (flyspell-maybe-correct-transposition)
5715 (flyspell-maybe-correct-doubling): Use a temporary buffer
5716
5717 * textmodes/ispell.el (ispell-parse-output): Doc fix.
5718
5719 * emacs-lisp/byte-opt.el (byte-optimize-while)
5720 (byte-optimize-form-code-walker): Diagnose too few arguments
5721 for `if' and `while'.
5722
5723 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5724
5725 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5726 Prepend `\' to "\<quail-translation-docstring>".
5727
5728 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5729
5730 * autorevert.el (global-auto-revert-non-file-buffers):
5731 Remove duplicate defcustom.
5732
5733 2001-03-26 Miles Bader <miles@gnu.org>
5734
5735 * international/latin1-disp.el (latin1-char-displayable-p):
5736 Add leading "-" for X font pattern.
5737
5738 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5739
5740 * international/mule-diag.el (describe-coding-system):
5741 For raw-text and emacs-mule, don't add anymore text about what
5742 charsets they can encode.
5743
5744 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
5745
5746 * help.el (view-lossage): Mention open-dribble-file in the doc
5747 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
5748
5749 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5750
5751 * skeleton.el (skeleton-internal-list): Fix bogus logic.
5752 (skeleton-pair-insert-maybe): Don't pair after a backslash.
5753
5754 2001-03-23 Kenichi Handa <handa@etl.go.jp>
5755
5756 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5757 Call ccl-execute-on-string directly so that CCL program handling
5758 multibyte sequence can work correctly.
5759 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
5760 property of the coding system.
5761
5762 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5763
5764 * textmodes/fill.el (fill-individual-paragraphs-prefix):
5765 Fix transcription typo.
5766
5767 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
5768
5769 * whitespace.el: Add buffer local variables to toggle testing of
5770 whitespaces in buffers without affecting the default values.
5771 Bump version to 3.0 to account for a few other changes.
5772 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
5773 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
5774 (whitespace-toggle-spacetab-check): New functions.
5775
5776 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
5777
5778 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
5779
5780 2001-03-21 Gerd Moellmann <gerd@gnu.org>
5781
5782 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
5783 bs-cycle-configuration-name. From Juanma Barranquero
5784 <lektu@uol.com.br>.
5785
5786 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
5787 and cc-vars.el.
5788
5789 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
5790 headers. Always invoke sendmail with option -t.
5791
5792 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5793
5794 * Release of cc-mode 5.28.
5795
5796 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5797
5798 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
5799 Removed the hardcoded switch to "java" style in Java mode.
5800 It's instead taken care of by the default value for c-default-style.
5801
5802 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5803
5804 * cc-align.el (c-lineup-math): Fix bug where lineup was
5805 triggered by equal signs in string literals.
5806
5807 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5808
5809 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
5810 limit detection when at the ends of the buffer.
5811
5812 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
5813 "for" statement clause in case 7F; a better one is done
5814 earlier in case 7D anyway.
5815
5816 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5817
5818 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
5819 somewhat more and did a small optimization.
5820
5821 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5822
5823 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
5824 Use the limit argument only to limit the syntactic context
5825 search, not to limit the actual movement.
5826
5827 * cc-cmds.el (c-beginning-of-statement): Move by sentence
5828 inside multiline strings, just like in comments. Also various
5829 fixes to the paragraph and comment prefix recognition, block
5830 comment ender handling etc.
5831
5832 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5833
5834 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
5835 the relative position of the point.
5836
5837 * cc-cmds.el (c-electric-continued-statement): New function to
5838 use as abbrev hook to reindent for keywords such as "else"
5839 that continues an earlier statement.
5840
5841 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
5842 like classes.
5843
5844 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
5845 (pike-mode): Populate the default abbrev tables to reindent for
5846 keywords such as "else" that can continue earlier statements.
5847 Abbrev mode is therefore turned on by default now. (Note that
5848 this doesn't apply to idl-mode, since IDL afaik doesn't have
5849 statements at all.)
5850
5851 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5852
5853 * cc-engine.el (c-inside-bracelist-p): Fix for handling
5854 bracelists where the declaration contains template arguments.
5855
5856 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5857
5858 * cc-cmds.el (c-comment-indent):
5859 Use `c-get-syntactic-indentation' to correctly calculate the
5860 syntactic indentation. Fixes bug with lineup functions that
5861 return vectors.
5862
5863 * cc-engine.el (c-get-syntactic-indentation): Split the
5864 indentation sum calculation from `c-indent-line' to a separate
5865 function.
5866
5867 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5868
5869 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
5870 Fixed places where it was assumed that preprocessor directives
5871 have to start in column zero.
5872
5873 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
5874 template arguments after a class identifier properly.
5875
5876 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
5877 lists for `new Foo[]' constructs in Java as expressions and
5878 not top level definition brace lists on the top level, so that
5879 they'll get indented consistently with the same type of
5880 expression in a normal block.
5881
5882 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5883
5884 * cc-cmds.el (c-fill-paragraph): The kludge that checks
5885 whether the adaptive filling package fails to keep the comment
5886 prefix is now kludged further to check for filladapt-mode
5887 which doesn't have that problem. This is really icky, but it's
5888 the only way that works with the current misfeatures/bugs in
5889 both adaptive-fill-mode and filladapt-mode.
5890
5891 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
5892 around point is recognized more robust.
5893
5894 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5895
5896 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
5897 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
5898 (c-lit-type): Fixed all internal variables used dynamically so
5899 that they are always bound.
5900
5901 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
5902 errors:
5903
5904 (c-indent-region): Fixed reporting of syntactic errors so that
5905 the region is fully reindented even when an error occurs.
5906 The last syntactic error is printed afterwards. Also cleanup up a
5907 whole lot of code that tried to optimize indentation of whole
5908 sexps but in reality accomplishes nothing.
5909
5910 (c-indent-sexp): Use c-indent-region.
5911
5912 (c-parsing-error): Changed this variable to hold the message
5913 for any syntactic error that is discovered.
5914
5915 (c-parse-state): Search backward from point instead of the bod
5916 position when the latter is invalid. This makes CC Mode
5917 recover faster when there are unbalanced close braces.
5918
5919 (c-backward-to-start-of-if): Use c-parsing-error to report
5920 dangling "else" clauses instead of throwing an error, and fall
5921 back to a reasonable position.
5922
5923 (c-indent-line): Added argument to avoid reporting syntactic errors.
5924
5925 (c-show-syntactic-information): Don't report any syntactic errors.
5926
5927 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5928
5929 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
5930 paragraph recognition when moving by sentence in literals.
5931
5932 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
5933 start regexp for javadoc to recognize javadoc markup in general instead
5934 of a specific set of keywords, to be more future-safe.
5935
5936 (c-Pike-pikedoc-paragraph-start)
5937 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
5938 pikedoc markup.
5939
5940 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
5941
5942 (pike-mode): Initialize paragraph settings pikedoc recognition.
5943
5944 * cc-vars.el (c-default-style): Made a nicer Customize widget.
5945
5946 (c-comment-prefix-regexp): Made it possible to use an
5947 association list on this to specify mode specific regexps.
5948 The default value now use a special regexp in Pike mode to
5949 recognize pikedoc markup.
5950
5951 (c-current-comment-prefix): New variable containing the actual
5952 regexp from c-comment-prefix-regexp for the current buffer.
5953
5954 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5955
5956 * cc-cmds.el (c-electric-brace): Fixed check for special brace
5957 lists: We can't look at the syntax, since a brace list can get
5958 recognized as a plain statement-cont.
5959
5960 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
5961 special brace list opener broken over two lines got recognized
5962 as a statement on the second line. Case 9A changed.
5963
5964 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5965
5966 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
5967 adjustment after line is reindented.
5968
5969 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5970
5971 * cc-defs.el (c-point): Added optional argument for position
5972 to use instead of the current point.
5973
5974 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
5975 the in-expression block symbols when the construct starts at
5976 boi, to avoid the extra level of indentation in that case.
5977 Cases 4, 16A and 17E affected.
5978
5979 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5980
5981 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
5982 calls to `c-indent-line', to adhere better to Emacs conventions.
5983
5984 * cc-engine.el (c-indent-line): Use the syntax already bound
5985 to `c-syntactic-context', if there is any.
5986
5987 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5988
5989 * cc-engine.el (c-get-offset): Fixed bug where the indentation
5990 wasn't added up correctly when a lineup function returned nil.
5991
5992 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5993
5994 * cc-engine.el (c-collect-line-comments): Fixed bug where
5995 empty lines were ignored when collecting line comments backwards.
5996
5997 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5998
5999 * cc-align.el (c-lineup-dont-change): Return an absolute
6000 indentation column to work correctly in the case when several
6001 syntactic elements are processed for the same line.
6002
6003 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6004 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6005 (c-set-offset): Added absolute indentation column settings by
6006 using the vector type.
6007
6008 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6009
6010 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6011 Implemented two new cleanups `space-before-funcall' and
6012 `compact-empty-funcall'.
6013
6014 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6015
6016 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6017 helping building regexps.
6018
6019 * cc-engine.el (c-on-identifier): New function for detecting
6020 identifiers. It takes keywords into account.
6021
6022 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6023 lists. `c-keywords' is set to a regexp matching all keywords
6024 in the current language.
6025
6026 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6027
6028 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6029 list of characters to skip backwards over at the beginning of
6030 a statement, since it can precede string literals in Pike.
6031
6032 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6033
6034 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6035 recognition when standing on the last line in a C++ comment
6036 with nothing but whitespace after the prefix.
6037
6038 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6039 given no limit argument.
6040
6041 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6042
6043 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6044 recognition for the `[]= operator symbol in Pike.
6045
6046 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6047
6048 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6049 around a bug in `eval-when-compile' in the byte compiler.
6050
6051 * cc-engine.el (c-forward-token-1): Fixed bug with return
6052 value when count is zero and there's no token start within the limit.
6053
6054 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6055 "prefix comments", i.e. comments which are followed by code on
6056 the same line.
6057
6058 * cc-mode-19.el: Fixes so that checks that must be done at
6059 compile time also are done then.
6060
6061 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6062
6063 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6064 time and at runtime, and only when it's needed.
6065
6066 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6067
6068 Major cleanup for less error prone and more warning free
6069 compilation, including some fixes for bugs due to different
6070 compilation orders. Thanks to Martin Buchholz for providing
6071 the basis for all this.
6072
6073 * cc-bytecomp.el: New file that provides some byte compilation
6074 features: It ensures that files always are loaded from the
6075 current source directory during compilation, and it provides a
6076 set of macros to turn off specific compiler warnings for
6077 specific symbols. (It's not CC Mode specific in any way.)
6078
6079 Fixed a nearly acyclic dependency tree (both runtime and
6080 compile-time) between all files.
6081
6082 * cc-defs.el: Separated all macros before the inline functions,
6083 to ensure correct compilation.
6084
6085 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6086 cc-defs.el to cc-engine.el and made it a function instead.
6087
6088 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6089 about char-after.
6090
6091 * cc-vars.el: Cope even when there isn't a custom package
6092 containing defcustom available.
6093
6094 * cc-make.el: Removed since it's no longer necessary.
6095
6096 README: Updated installation instructions.
6097
6098 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6099
6100 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6101 improve the modularity: Moved all mode init stuff from
6102 cc-langs.el to cc-mode.el, including the keymap
6103 initialization; cc-langs now only contains the various
6104 variables for configuring the language syntax.
6105
6106 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6107 (c-get-offset): Moved from cc-styles to cc-engine since file
6108 dependency analysis suggests they belong there (which also
6109 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6110
6111 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6112
6113 * cc-cmds.el (c-fn-region-is-active-p): New function that
6114 wraps the corresponding macro, for use in places that aren't
6115 compiled. Thanks to Martin Buchholz for pointing out this.
6116
6117 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6118
6119 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6120 add things to the bug report.
6121
6122 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6123
6124 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6125 returned prefix could contain a newline when the search for a
6126 good prefix line failed.
6127
6128 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6129
6130 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6131 (c-toggle-auto-hungry-state): Made the argument optional, as
6132 the documentation says it is.
6133
6134 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6135
6136 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6137 multiline string syntax, #"...", as a cpp macro.
6138
6139 2001-03-21 Paul Eggert <eggert@twinsun.com>
6140
6141 * international/mule-cmds.el (set-locale-environment):
6142 Set system-messages-locale and system-time-locale, but only if the
6143 caller specifies a non-nil locale name.
6144
6145 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6146
6147 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6148 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6149
6150 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6151
6152 * follow.el (follow-avoid-tail-recenter): Doc fix.
6153
6154 * custom.el (custom-set-variables): Avoid reversing the list
6155 of args needlessly.
6156
6157 * startup.el (fancy-splash-head): Don't change the colors of the
6158 XPM image on a dark background.
6159
6160 * comint.el (comint-exec-1): Set columns of the terminal to
6161 window-width instead of frame-width.
6162
6163 * info.el (Info-scroll-down): Add missing WINDOW arg for
6164 pos-visible-in-window-p.
6165
6166 * ehelp.el (electric-help-mode-hook): Add defcustom.
6167
6168 * mail/sendmail.el (mail-mode): Activate case-folding in
6169 font-lock-defaults.
6170
6171 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6172
6173 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6174 (completion-ignored-extensions): Remove duplicate ".class".
6175
6176 2001-03-19 Andreas Schwab <schwab@suse.de>
6177
6178 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6179 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6180
6181 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6182
6183 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6184 methods since there are not prefix input methods.
6185
6186 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6187
6188 * international/mule-cmds.el (read-input-method-name):
6189 Locally bind enable-recursive-minibuffers to t.
6190
6191 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6192
6193 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6194
6195 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6196
6197 * ediff-util.el: Copyright years.
6198 (ediff-choose-syntax-table): New function.
6199 (ediff-setup): Use ediff-choose-syntax-table.
6200
6201 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6202 with-syntax-table.
6203
6204 * ediff.el: Date of last update, copyright years.
6205
6206 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6207
6208 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6209 of Scott Bronson.
6210 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6211 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6212 Deleted functions.
6213 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6214 ex-token-list.
6215
6216 * viper-util.el: Spaces, indentation.
6217
6218 * viper.el: Changed version, modification time.
6219
6220 2001-03-16 John Wiegley <johnw@gnu.org>
6221
6222 * calendar/timeclock.el (timeclock-workday-remaining):
6223 Check whether `discrep' is non-null before using it.
6224
6225 2001-03-16 John Wiegley <johnw@gnu.org>
6226
6227 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6228 first-time checkins.
6229 (timeclock-log-data): Fixed problem with reading timelog log file.
6230 Resulting data in the "day list" was incorrect.
6231 (timeclock-find-discrep): Check if `timeclock-file' is readable
6232 before opening it.
6233 (timeclock-time-less-p): New function.
6234 (timeclock-day-base): New function.
6235 (timeclock-geometric-mean): New function.
6236 (timeclock-generate-report): Generate a summary report based on
6237 the contents of the log file. This uses `timeclock-log-data', and
6238 is an example of writing a timelog manipulation function.
6239 (timeclock-visit-timelog): A quick command for opening the timelog
6240 file.
6241 (timeclock-log-data): Bound the variable event.
6242
6243 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6244
6245 * international/mule-cmds.el (select-safe-coding-system):
6246 Fix typo: symbol-name -> symbol-value.
6247
6248 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6249 before substitute-in-file-name to handle double slashes in FILE
6250 correctly.
6251
6252 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6253
6254 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6255 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6256
6257 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6258
6259 * bindings.el (features): Add `md5' and `overlay' to the list.
6260
6261 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6262 bound before using it. It's not bound when configured without X,
6263 for instance.
6264
6265 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6266
6267 * progmodes/hideshow.el: Update copyright.
6268 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6269 (hs-minor-mode-hook): Include `:version' in defcustom form.
6270
6271 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6272
6273 * help.el (string-key-binding): Don't call event-start on
6274 a non-list.
6275
6276 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6277
6278 * startup.el (fancy-splash-tail, command-line-1): Fix the
6279 copyright year.
6280
6281 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6282
6283 * term.el: These changes are based on a patch sent from Yong Lu
6284 <lyongu@yahoo.com>.
6285 (term-set-escape-char): Bind M-x to execute-extended-command in
6286 term-raw-escape-map.
6287 (term-move-columns): Don't try to move to negagive column.
6288 (term-emulate-terminal): Insert a string before deleting a text to
6289 overwrite.
6290
6291 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6292
6293 * play/life.el (life): Rearrange code so that all calls to
6294 life-display-generation are in a catch-form.
6295
6296 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6297 file that isn't interesting. In an interesting file, push the old
6298 value of point on the mark ring.
6299
6300 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6301 New function.
6302 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6303 Use it.
6304
6305 * emacs-lisp/autoload.el (generate-file-autoloads):
6306 Remove warning about line lengths.
6307
6308 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6309
6310 * progmodes/etags.el (tags-compression-info-list): New variable.
6311 (find-tag-in-order): Use it to deal with compressed source files.
6312 (tag-file-name-match-p): New function.
6313 (etags-recognize-tags-table): Use it for better match of file names.
6314
6315 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6316
6317 * international/mule-cmds.el (register-input-method): Doc fix.
6318
6319 * international/quail.el (quail-translate-key): Fix condition to
6320 check if there's another breaking point in the current key.
6321
6322 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6323
6324 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6325 Babyl header to the newly-created output file, bind
6326 coding-system-for-write to either rmail-file-coding-system or
6327 emacs-mule-unix.
6328
6329 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6330
6331 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6332 Fix the name and regexp used for subsubsections.
6333
6334 2001-03-10 Dave Love <fx@gnu.org>
6335
6336 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6337 and save-buffer if buffer-file-name non-nil. From rms.
6338
6339 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6340
6341 * vc.el (vc-do-command): If the destination buffer is already
6342 current, don't set it up and don't erase it. Updated doc string
6343 to reflect that.
6344 (vc-version-diff): When doing a single file diff, don't switch to the
6345 *vc-diff* buffer before the command. This is to preserve local
6346 variable bindings that might affect the diff command.
6347 (vc-print-log): Don't switch to the *vc* buffer before the
6348 command, so that local variable bindings are preserved.
6349
6350 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6351 not the current buffer.
6352 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6353
6354 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6355 make output go to buffer *vc*, not the current buffer.
6356
6357 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6358
6359 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6360 so ^, $, *, ? and + are interpreted correctly.
6361
6362 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6363
6364 * help.el (string-key-binding): Renamed from
6365 mode-line-key-binding. Handle any event on a string.
6366 Check for `keymap' properties as well as `local-map' properties.
6367
6368 * comint.el (comint-insert-clicked-input): Use the last key
6369 from this-command-keys to lookup the global key definition.
6370
6371 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6372
6373 * international/characters.el: Add category `j' for
6374 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6375
6376 * international/mule-conf.el (no-conversion): Fix docstring.
6377 (raw-text): Fix docstring.
6378
6379 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6380
6381 * simple.el (choose-completion-string): When not leaving the
6382 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6383 is set.
6384
6385 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6386 parameter `(minibuffer . t)'.
6387
6388 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6389
6390 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6391 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6392 (sh-mode): Remove `make-local-variable' for unused var
6393 `font-lock-unfontify-region-function'.
6394
6395 2001-03-07 Richard M. Stallman <rms@gnu.org>
6396
6397 * info.el (Info-scroll-down): Fix previous change.
6398
6399 * mail/rmail.el (rmail-toggle-header): Use a window which
6400 is showing the Rmail buffer, rather than the selected window.
6401
6402 2001-03-07 Dave Love <fx@gnu.org>
6403
6404 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6405 now, to avoid problems with binding imenu directly to a mouse event.
6406
6407 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6408
6409 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6410 second arg t.
6411
6412 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6413
6414 * log-edit.el (log-edit-common-indent): New var.
6415 (log-edit-set-common-indentation): Renamed from
6416 log-edit-delete-common-indentation. Use the new var.
6417 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6418
6419 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6420 (cvs-mode-add-change-log-entry-other-window):
6421 Don't presume change-log-default-name is defined.
6422
6423 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6424
6425 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6426 the "tree" operation as well.
6427
6428 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6429
6430 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6431 to match paragraph-start.
6432
6433 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6434 comment-start-skip and set comment-end-skip as well.
6435 (sgml-comment-indent): Fix for new value of comment-start-skip.
6436 (html-autoview-mode): Don't bother using make-local-hook.
6437
6438 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6439
6440 * cus-edit.el (custom-save-delete): Move in front of local
6441 variables, otherwise long Custom entries would make them ineffective.
6442
6443 * uniquify.el: Set maintainer to FSF.
6444
6445 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6446
6447 * dired-aux.el (dired-do-shell-command): Doc fix.
6448
6449 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6450
6451 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6452
6453 * which-func.el (which-func-modes): Add cperl-mode.
6454 (which-func-mode-global): Use define-minor-mode.
6455
6456 * info-look.el: Docstring fixes and dead code eliminated.
6457 (cperl-mode): Add support.
6458 (emacs-lisp-mode): List all entries from elisp manual, whether
6459 or not they are currently (f)bound or not. Update regexp.
6460
6461 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6462
6463 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6464 so that C-h m shows the correct information.
6465 Use make-local-variable rather than make-variable-buffer-local.
6466 (cperl-info-buffer, cperl-setup-tmp-buf):
6467 Use make-local-variable rather than make-variable-buffer-local.
6468 (cperl-msb-fix, cperl-get-help-defer):
6469 Check major-mode for `cperl-mode' as well.
6470
6471 * progmodes/cperl-mode.el: Updated to author version 4.23.
6472 (cperl-electric-pod): SYNOPSIS was misspelled.
6473 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6474 (cperl-after-expr-p): Make true after __END__.
6475
6476 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6477
6478 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6479 bookmark-completion-ignore-case is t.
6480
6481 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6482 switch, like xterm, and concat resource strings, with a newline
6483 between them.
6484
6485 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6486
6487 * international/codepage.el (cp770-decode-table)
6488 (cp773-decode-table, cp774-decode-table): New variables.
6489
6490 * man.el (Man-hyphenated-reference-regexp): New variable.
6491 (Man-build-references-alist): Use it to search for referenced
6492 manpages. If hyphenated is non-nil, record a concatenated word in
6493 Man-refpages-alist only if it matches Man-reference-regexp.
6494 Update word's length when it is concatenated. Reverse the list,
6495 to get the first manpage at the head.
6496 (Man-possibly-hyphenated-word): New function.
6497 (Man-follow-manual-reference): Use it instead of current-word to
6498 find a manpage at point, in a way that accounts for hyphenated
6499 references.
6500
6501 2001-03-06 Alex Schroeder <alex@gnu.org>
6502
6503 * sql.el (sql-interbase): New function.
6504 (sql-interbase-program): New option.
6505 (sql-interbase-options): New option.
6506 And some typos fixed: "customise" to "customize".
6507
6508 2001-03-06 Dave Love <fx@gnu.org>
6509
6510 * textmodes/flyspell.el (flyspell-region):
6511 Set up flyspell-local-mouse-map.
6512
6513 2001-03-05 Richard M. Stallman <rms@gnu.org>
6514
6515 * mail/rmail.el (rmail-retry-failure):
6516 Don't call rmail-beginning-of-message.
6517 Don't discard From: field. Do discard Received: field.
6518 Use unwind-protect to re-prune.
6519 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6520
6521 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6522
6523 * international/quail.el (quail-title): Add autoload cookie.
6524
6525 2001-03-05 Dave Love <fx@gnu.org>
6526
6527 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6528 new defs.
6529
6530 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6531
6532 * language/ethio-util.el (ethio-toggle-space):
6533 Update current-input-method-title if necessary.
6534 (ethio-toggle-punctuation): Likewise.
6535
6536 * international/quail.el (quail-title): Fix for the case that a
6537 title of an input method is specified by a list of the same form
6538 as used in mode-line-format.
6539
6540 * international/mule-cmds.el (activate-input-method):
6541 If current-input-method-title is set by activating INPUT-METHOD,
6542 respect that value.
6543
6544 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6545
6546 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6547
6548 2001-03-05 Alex Schroeder <alex@gnu.org>
6549
6550 * sql.el (sql-sybase): Fix typo (was: query user about server two
6551 times instead of server and database).
6552
6553 * sql.el (sql-sybase): Doc change.
6554 (sql-mysql): Doc change.
6555 (sql-postgres): Doc change.
6556
6557 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6558
6559 * international/mule-conf.el (emacs-mule, raw-text):
6560 Docstring modified.
6561
6562 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6563
6564 * term/internal.el: Update copyright notice.
6565
6566 * term/pc-win.el: Update copyright notice.
6567
6568 2001-03-02 Dave Love <fx@gnu.org>
6569
6570 * files.el (insert-file-contents-literally):
6571 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6572 not jka-compr-compression-info-list.
6573
6574 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6575
6576 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6577 spaces in default comment-start-skip settings rather than \s-.
6578
6579 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6580
6581 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6582 default-frame-alist as well.
6583
6584 2001-03-01 Dave Love <fx@gnu.org>
6585
6586 * textmodes/reftex.el (defvar): Wrap some defvars in
6587 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6588
6589 * subr.el (event-basic-type): Doc fix.
6590
6591 * international/quail.el: Doc fixes.
6592
6593 * international/utf-8.el: Doc fixes.
6594
6595 * international/mule-cmds.el: Doc fixes.
6596 (leim-list-header): Fix header text.
6597
6598 * international/mule.el (coding-system-category): Doc fix.
6599
6600 * international/ccl.el (ccl-compile): Doc fix.
6601
6602 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6603
6604 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6605 rather than (before|after)-change-functions.
6606
6607 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6608
6609 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6610 scroll-left and scroll-right being called interactively so that
6611 they set the window's min_hscroll.
6612
6613 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6614
6615 * info.el (info-insert-file-contents-1): Accept an additional
6616 argument `lfn': if it is non-nil, concatenate `filename' and
6617 `suffix'; otherwise use the complicated MS-DOS code.
6618 All callers changed.
6619 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6620 can access long file names, try the long file-name version of
6621 `info-insert-file-contents-1', then the short file-name version.
6622
6623 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6624
6625 * language/ethio-util.el (setup-ethiopic-environment-internal):
6626 Change bindings of functions keys to conform to "Emacs Lisp Coding
6627 Convention".
6628
6629 * language/ethiopic.el ("Ethiopic"): Add documentation.
6630
6631 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6632
6633 * international/utf-8.el (mule-utf-8): Set coding-category
6634 property to coding-category-utf-8.
6635
6636 2001-02-27 Richard M. Stallman <rms@gnu.org>
6637
6638 * lpr.el (lpr-page-header-switches, print-region-1):
6639 Undo 2000-07-06 change.
6640 (lpr-add-switches): Default to t on gnu/linux.
6641
6642 2001-02-27 Gerd Moellmann <gerd@gnu.org>
6643
6644 * bs.el (bs-attributes-list): Doc fix.
6645
6646 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6647
6648 * help.el (describe-project): Display the file THE-GNU-PROJECT.
6649
6650 * help.el (view-order-manuals): Use goto-address.
6651
6652 * startup.el (command-line-1): Add info about ordering manuals
6653 to the not so fancy splash screens.
6654
6655 2001-02-26 Andre Spiegel <spiegel@gnu.org>
6656
6657 * vc.el (vc-default-workfile-unchanged-p)
6658 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
6659
6660 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6661
6662 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
6663 fontify in the right buffer.
6664
6665 * allout.el (outline-flag-region): Move macro in front of first
6666 use to avoid a run-time error.
6667
6668 2001-02-24 Andrew Innes <andrewi@gnu.org>
6669
6670 * makefile.w32-in: Fix copyright notice.
6671
6672 2001-02-24 Kenichi Handa <handa@etl.go.jp>
6673
6674 * international/utf-8.el (mule-utf-8): Set correct value for
6675 valid-codes property.
6676
6677 * international/fontset.el (x-complement-fontset-spec): In the
6678 case that we use ASCII font for the other charsets, use only
6679 family and registry part of it.
6680
6681 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6682
6683 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
6684 (shrink-window-if-larger-than-buffer): Doc fix.
6685
6686 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
6687
6688 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
6689 predicate passed to completing-read.
6690
6691 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6692
6693 * startup.el (command-line): Fix last change.
6694
6695 2001-02-23 Jason Rumney <jasonr@gnu.org>
6696
6697 * startup.el (tool-bar-originally-present): New variable.
6698 (command-line): Set it if the tool-bar is switched on at startup.
6699
6700 * frame.el (frame-notice-user-settings): Only adjust frame height
6701 for no tool-bar case if tool-bar was originally switched on.
6702 From E. Jay Berkenbilt.
6703
6704 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
6705
6706 * server.el (server-switch-buffer): Only switch window if the
6707 current one is dedicated.
6708
6709 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
6710 rather than using (match-beginning 0) when searching for break point.
6711
6712 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
6713
6714 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
6715 @ follows an accent command such as @'. Support optional braces
6716 in commands that insert accents, like makeinfo does.
6717
6718 2001-02-22 Gerd Moellmann <gerd@gnu.org>
6719
6720 * startup.el (fancy-splash-text): Add a line for ordering
6721 manuals. Reverse order of splash screens shown.
6722 (use-fancy-splash-screens-p): Adapt to the text line added.
6723
6724 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
6725 manuals from the FSF.
6726
6727 * help.el (view-order-manuals): New function.
6728 (toplevel): Bind C-h C-m to this function.
6729
6730 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
6731
6732 * newcomment.el (comment-forward): Skip the comment-start before
6733 searching for the comment-end.
6734
6735 2001-02-21 Dave Love <fx@gnu.org>
6736
6737 * custom.el (custom-initialize-changed, defcustom): Doc fix.
6738
6739 * international/mule-cmds.el, international/mule.el: Doc fixes.
6740
6741 2001-02-21 Gerd Moellmann <gerd@gnu.org>
6742
6743 * startup.el (fancy-splash-screens): Use display-hourglass
6744 instead of display-busy-cursor.
6745
6746 * frame.el (display-hourglass): Renamed from busy-cursor.
6747 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
6748 (show-cursor-in-non-selected-windows): Doc fix.
6749
6750 2001-02-20 Dave Love <fx@gnu.org>
6751
6752 * international/utf-8.el: Doc and commentary fixes.
6753
6754 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
6755
6756 * ehelp.el (with-electric-help): Doc fix.
6757
6758 2001-02-20 Gerd Moellmann <gerd@gnu.org>
6759
6760 * msb.el (msb-mode): Call the update-buffers function explicitly
6761 with a FORCE argument.
6762
6763 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
6764 FORCE. If set, update the menu even if frame-or-buffer-changed-p
6765 returns nil.
6766
6767 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6768
6769 * ps-print.el: Timestamp package replacement. Some enhancements.
6770 Some XEmacs compatibility. Doc fix.
6771 (ps-print-version): New version number (6.4).
6772 (ps-printer-name): Initialization fix.
6773 (ps-zebra-stripe-follow): Funcionality enhancement.
6774 (ps-prologue-file): Code enhancement.
6775 (ps-right-header): Timestamp package replacement.
6776 (ps-setup, ps-face-bold-p, ps-face-italic-p)
6777 (ps-get-page-dimensions)
6778 (ps-generate-header, ps-begin-file, ps-begin-job)
6779 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
6780 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
6781 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
6782 (coding-system-for-write): Var declaration (XEmacs compatibility).
6783
6784 2001-02-20 Miles Bader <miles@gnu.org>
6785
6786 * image-file.el (image-file-name-extensions): Add "tif".
6787
6788 2001-02-19 Gerd Moellmann <gerd@gnu.org>
6789
6790 * wid-edit.el (widget-button-click): Save the selected window
6791 around the code handling clicks on buttons.
6792
6793 2001-02-18 Dave Love <fx@gnu.org>
6794
6795 * imenu.el (imenu--generic-function): Use mapc to iterate over
6796 syntax characters.
6797
6798 2001-02-17 Richard M. Stallman <rms@gnu.org>
6799
6800 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
6801
6802 * uniquify.el (uniquify-buffer-name-style): Doc fix.
6803
6804 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6805
6806 * mouse.el (mouse-save-then-kill): If the distance from the new
6807 point to the mark is equal to the distance of point from the new
6808 point, move point instead of the mark.
6809
6810 2001-02-16 Dave Love <fx@gnu.org>
6811
6812 * textmodes/flyspell.el (flyspell-get-word): Return string without
6813 properties.
6814
6815 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6816
6817 * generic.el (generic-find-file-regexp): Doc fix.
6818 (generic-ignore-files-regexp): New defcustom.
6819 (generic-mode-find-file-hook): If the file's name matches the
6820 regexp in `generic-ignore-files-regexp', don't enter
6821 default-generic-mode. Doc fix.
6822
6823 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6824
6825 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
6826 Add autoload cookies.
6827
6828 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
6829 of cal-tex-24.
6830
6831 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6832
6833 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
6834
6835 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
6836 the character class after the (optional) drive, to support file
6837 names with embedded blanks.
6838
6839 2001-02-15 Sam Steingold <sds@gnu.org>
6840
6841 * textmodes/tex-mode.el (tex-shell-running):
6842 Check the process buffer too.
6843
6844 2001-02-15 Dave Love <fx@gnu.org>
6845
6846 * battery.el (battery-status-function): Fix doc, :type.
6847
6848 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
6849
6850 2001-02-15 Gerd Moellmann <gerd@gnu.org>
6851
6852 * subr.el (read-passwd): Clear Lisp memory holding password.
6853
6854 2001-02-15 Miles Bader <miles@gnu.org>
6855
6856 * info.el (Info-copy-current-node-name): New function.
6857 (Info-mode-menu): Add it to the menu.
6858
6859 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
6860
6861 * international/mule-cmds.el (toggle-input-method): Doc fix.
6862
6863 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
6864
6865 * replace.el (occur): Stop at end of buffer.
6866
6867 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
6868
6869 * international/mule-cmds.el (set-input-method): Another doc fix.
6870
6871 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
6872
6873 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
6874
6875 2001-02-13 Miles Bader <miles@gnu.org>
6876
6877 * faces.el (set-face-background, set-face-foreground)
6878 (set-face-stipple): Treat a value of nil as being `unspecified'.
6879
6880 2001-02-12 Dave Love <d.love@dl.ac.uk>
6881
6882 * international/latin1-disp.el: Doc fixes.
6883 (latin1-display) <defgroup>: Add :link.
6884 (latin1-display) <function>: Set variable latin1-display.
6885
6886 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
6887
6888 * international/mule-cmds.el (set-input-method): Doc fix.
6889
6890 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
6891
6892 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
6893 (speedbar-line-file): Return nil if not a file.
6894 (speedbar-buffers-line-path): Return file for tags, and dir for files.
6895
6896 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
6897
6898 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
6899 for remote files.
6900 (ediff-coding-system-for-read): Replaced the no-conversion default
6901 with raw-text.
6902
6903 * ediff-init.el: Removed :version from defcustom vars.
6904
6905 * ediff-util.el (ediff-compute-custom-diffs-maybe):
6906 Better handling of the diff mode.
6907
6908 * ediff.texi: Added ediff-coding-system-for-read.
6909
6910 * viper.texi: Fix typos.
6911
6912 2001-02-11 Dave Love <fx@gnu.org>
6913
6914 * shadowfile.el: Doc fixes.
6915 (shadow) <defgroup>: Add :link.
6916 (shadowfile-unload-hook): New function.
6917 (shadow-initialize): Use defalias, not fset.
6918 (shadow-define-cluster, shadow-define-literal-group)
6919 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
6920
6921 * international/mule.el: Doc and message fixes.
6922
6923 * international/ccl.el (define-ccl-program): Doc fix.
6924
6925 2001-02-11 Kenichi Handa <handa@etl.go.jp>
6926
6927 * faces.el (mode-line): Set :line-width property to -1.
6928
6929 2001-02-10 Richard M. Stallman <rms@gnu.org>
6930
6931 * complete.el (partial-completion-mode): Doc fix.
6932
6933 * simple.el (delete-key-deletes-forward-mode):
6934 Change `let' to `let*' to fix gross bug in last change.
6935
6936 * repeat.el (repeat): Don't let execute-kbd-macro alter
6937 real-last-command.
6938
6939 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
6940
6941 * simple.el (eval-expression): Doc fix.
6942
6943 2001-02-09 Dave Love <fx@gnu.org>
6944
6945 * imenu.el (imenu-generic-expression): Doc fix.
6946
6947 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
6948 From Juanma Barranquero.
6949
6950 * emacs-lisp/authors.el (authors): Expand `root' before running find.
6951
6952 2001-02-09 Kenichi Handa <handa@etl.go.jp>
6953
6954 * faces.el (set-face-attribute): Describe the case of a negative
6955 value specified for :line-width.
6956
6957 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
6958
6959 * which-func.el (which-func-mode): Invert which-func-mode-global.
6960 From Juanma Barranquero <lektu@uol.com.br>.
6961
6962 2001-02-08 Dave Love <fx@gnu.org>
6963
6964 * wid-edit.el (widget-plist-convert-widget): Replace binding of
6965 widget-plist-value-type.
6966 (widget-alist-convert-widget): Replace binding of
6967 widget-alist-value-type.
6968
6969 * textmodes/paragraphs.el (sentence-end): Doc fix.
6970
6971 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
6972 Remove `backward-line'.
6973
6974 * play/pong.el (pong-blank-color, pong-bat-color)
6975 (pong-ball-color, pong-border-color, pong-left-key)
6976 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
6977 (pong-pause-key, pong-resume-key, pong-timer-delay):
6978 * mail/mh-comp.el (mh-compose-letter-function):
6979 * eshell/esh-mode.el (eshell-skip-prompt-function):
6980 * emulation/viper-ex.el (ex-unix-type-shell-options):
6981 * recentf.el (recentf-menu-filter):
6982 * ps-print.el (ps-print-region-function):
6983 * lpr.el (print-region-function):
6984 * forms.el (forms-mode-hooks):
6985 * dirtrack.el (dirtrack-directory-change-hook):
6986 * cus-start.el (temp-buffer-show-function, display-buffer-function):
6987 * textmodes/spell.el (spell-filter):
6988 * textmodes/fill.el (adaptive-fill-function):
6989 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
6990 * progmodes/etags.el (find-tag-default-function):
6991 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
6992 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6993
6994 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
6995
6996 * emulation/viper-init.el (viper-fast-keyseq-timeout)
6997 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
6998 Meyering <jim@meyering.net>.
6999
7000 * loadup.el: Revert last change.
7001
7002 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7003
7004 * international/mule.el (transform-make-coding-system-args):
7005 Make it work also for coding systems not using CCL.
7006
7007 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7008
7009 * simple.el (previous-matching-history-element)
7010 (next-matching-history-element): Doc fix.
7011
7012 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7013 specific part.
7014
7015 2001-02-06 Dave Love <fx@gnu.org>
7016
7017 * add-log.el (add-log-current-defun-function)
7018 (add-log-buffer-file-name-function, add-log-file-name-function):
7019 Fix :type.
7020 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7021
7022 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7023
7024 * info.el (info-initialize): Remove the test for system-type when
7025 invocation-directory is non-nil.
7026
7027 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7028 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7029
7030 2001-02-06 Andrew Innes <andrewi@gnu.org>
7031
7032 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7033 absolute.
7034
7035 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7036
7037 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7038 buffers. When hi-lock turned on rather than only checking current
7039 buffer for regexps, all buffers are checked. Moved activation of
7040 font-lock to hi-lock-refontify. When font-lock turned off rather
7041 than removing added highlighting just in current buffer, remove it
7042 in all buffers. Changed edit menu text from "Automatic
7043 Highlighting" to "Regexp Highlighting" Documentation for
7044 highlighting phrases, minor documentation changes.
7045 (hi-lock-set-file-patterns): Execute only if there are new or
7046 existing file patterns.
7047 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7048 unfontify and, if a support mode is active, will not refontify the
7049 whole buffer. If necessary, turn on font lock. (Removed
7050 font-lock-unfontify and font-lock support-mode-specific calls,
7051 such as lazy-lock-fontify-window.)
7052 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7053 patterns are found. Not useful now since find-file-hook is removed
7054 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7055 (hi-lock-face-phrase-buffer): New function. Also added related
7056 menu item and keybinding.
7057 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7058 (hi-lock-process-phrase): New function.
7059 (hi-lock-line-face-buffer): Doc fixes.
7060 (hi-lock-face-buffer): Doc fixes.
7061 (hi-lock-unface-buffer): Doc fixes.
7062
7063 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7064
7065 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7066 dabbrev-ignored-regexps.
7067
7068 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7069
7070 * simple.el (kill-line): Doc fix.
7071
7072 2001-02-05 Dave Love <fx@gnu.org>
7073
7074 * loadup.el: Revert last two changes -- bootstrapping works with
7075 regenerated loaddefs.
7076
7077 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7078
7079 * isearch.el (isearch-forward): Doc fix.
7080
7081 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7082 of font-lock-defaults to backward-paragraph.
7083
7084 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7085
7086 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7087 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7088
7089 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7090
7091 * ebnf2ps.el: Eliminate time-stamp functions.
7092 (ebnf-version): New version (3.5).
7093 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7094 format-time-string.
7095
7096 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7097
7098 * simple.el (next-line): Goto end-of-line before inserting a newline.
7099
7100 2001-02-05 Miles Bader <miles@gnu.org>
7101
7102 * image-file.el (insert-image-file): When visiting an image, also
7103 set `truncate-lines' to t so that any fringe arrow looks correct.
7104
7105 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7106
7107 * isearch.el (isearch-forward): Add description about input method
7108 in the docsting.
7109
7110 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7111
7112 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7113
7114 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7115
7116 * info.el (info-initialize): If installation-directory is nil, for
7117 DOS/Windows systems try looking in a sibling of invocation-directory.
7118
7119 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7120
7121 * wid-edit.el (widget-button-click): Fix last change.
7122
7123 * frame.el (frame-notice-user-settings): When resizing the initial
7124 frame because the tool bar is off, also change the frame's top
7125 position if a negative top position was specified.
7126
7127 2001-02-02 Miles Bader <miles@gnu.org>
7128
7129 * image-file.el (insert-image-file): When visiting an image,
7130 suppress the cursor in the image buffer.
7131
7132 2001-02-01 Dave Love <fx@gnu.org>
7133
7134 * progmodes/f90.el (f90-mode): Remove startup message.
7135
7136 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7137
7138 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7139
7140 * startup.el (command-line): Fix code determining whether or not
7141 to use delete-key-deletes-forward-mode.
7142
7143 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7144
7145 * vc.el (vc-diff-switches): New user option.
7146 (vc-version-diff): Use it.
7147 (vc-diff-switches-list): New macro.
7148
7149 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7150 New customization options.
7151 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7152
7153 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7154
7155 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7156
7157 * msb.el (toplevel): Quote hook symbols.
7158
7159 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7160
7161 * international/mule.el (make-coding-system): Add description
7162 about recognized properties in the docstring.
7163
7164 * international/mule-conf.el: Remove unused charsets
7165 mac-roman-lower and mac-roman-upper.
7166
7167 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7168
7169 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7170 is in front of the left-margin, if any.
7171
7172 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7173 like `delete'.
7174
7175 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7176
7177 * term/w32-win.el (mouse-set-font): Doc fix.
7178
7179 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7180
7181 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7182 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7183 on already.
7184
7185 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7186
7187 * files.el (save-buffer): Don't give message if (buffer-file-name)
7188 returns nil.
7189
7190 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7191
7192 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7193
7194 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7195 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7196
7197 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7198 display problems.
7199
7200 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7201
7202 * international/mule.el (charset-info): Fix docstring.
7203
7204 * international/mule-diag.el (describe-character-set): Check final
7205 char valid before printing it.
7206
7207 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7208
7209 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7210
7211 * frame.el (frame-notice-user-settings): Do the tool-bar
7212 stuff only for graphical displays. Fix a braino.
7213
7214 * frame.el (frame-initialize): Create initial frame visible.
7215 (frame-notice-user-settings): When tool-bar has been switched off,
7216 correct the frame size and sync tool-bar-mode.
7217
7218 * startup.el (command-line): Remove manipulation of frame
7219 height for tool bars.
7220
7221 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7222
7223 * lpr.el: Compatibility with XEmacs and doc fixes.
7224 (lpr-windows-system, lpr-lp-system): New vars.
7225 (lpr-printer-switch): New defcustom.
7226 (printer-name, lpr-command): Customization fix.
7227 (print-region-1): Code fix.
7228 (print-region-new-buffer, printify-region): Indentation fix.
7229 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7230 New functions.
7231
7232 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7233
7234 * msb.el (toplevel): Fix the eval-after-load.
7235
7236 2001-01-29 Dave Love <fx@gnu.org>
7237
7238 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7239
7240 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7241
7242 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7243 (tcl-using-emacs-19-23): Consider Emacs 21+.
7244 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7245 (tcl-add-emacs-menu): Supply menu name.
7246 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7247
7248 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7249
7250 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7251
7252 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7253
7254 * pcvs.el (cvs-mark-fis-dead): New function.
7255 (cvs-mode-add): Use it.
7256 (cvs-mode-add-change-log-entry-other-window):
7257 Rebind change-log-default-name to itself rather than to nil.
7258
7259 2001-01-29 Sam Steingold <sds@gnu.org>
7260
7261 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7262 `autoload' statements.
7263
7264 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7265
7266 * files.el (confirm-kill-emacs): Doc fix.
7267
7268 * frame.el (frame-initialize): Doc fix.
7269
7270 * time-stamp.el (time-stamp-string): Doc fix.
7271
7272 * woman.el (WoMan-log-1): Make the log buffer writable.
7273 From Markus Rost <rost@math.ohio-state.edu>.
7274
7275 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7276
7277 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7278 the `make-variable-buffer-local'.
7279
7280 2001-01-29 Dave Love <fx@gnu.org>
7281
7282 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7283 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7284 Add autoload cookie.
7285 (ansi-color-apply-sequence): Fix typo.
7286
7287 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7288
7289 * menu-bar.el (menu-bar-files-menu): Add menu items for
7290 Postscript printing in black and white.
7291
7292 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7293 X-Mailman-Version, Precedence, List-Help, List-Post,
7294 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7295 Content-Type, Content-Length.
7296
7297 2001-01-29 Dave Love <fx@gnu.org>
7298
7299 * elide-head.el (elide-head): Make overlay evaporate.
7300
7301 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7302
7303 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7304
7305 * isearch.el (isearch-highlight): Don't punt if the display
7306 doesn't support colors, since isearch faces are defined for
7307 monochrome displays as well.
7308
7309 2001-01-27 Sam Steingold <sds@gnu.org>
7310
7311 * shell.el (shell-write-history-on-exit): Make sure that we are in
7312 the shell buffer (M-x tex-file RET inserted the error message into
7313 the TeX buffer).
7314
7315 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7316
7317 * simple.el (transient-mark-mode): Doc fix.
7318
7319 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7320
7321 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7322
7323 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7324
7325 * shell.el (shell-unquote-argument): If the shell is one of the
7326 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7327 quote character.
7328 (shell-dumb-shell-regexp): Document that the shells which match
7329 this regexp are supposed to not treat a backslash as a quote character.
7330
7331 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7332 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7333
7334 2001-01-27 Richard M. Stallman <rms@gnu.org>
7335
7336 * dabbrev.el (dabbrev--substitute-expansion):
7337 Treat a one-capital-letter abbrev as "not all upper case",
7338 so as to force preservation of the expansion's pattern
7339 if the expansion starts with a capital letter.
7340
7341 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7342
7343 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7344 Doc fix.
7345
7346 * simple.el (transient-mark-mode): Document the fact that many
7347 commands act on the region when mark is active.
7348
7349 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7350
7351 * international/quail.el (quail-setup-completion-buf): Make the
7352 multibyteness of current buffer inherited to Quail completion buffer.
7353 (quail-show-guidance-buf): Make the multibyteness of current
7354 buffer inherited to Quail guidance buffer.
7355 (quail-help): Make the multibyteness of current buffer inherited
7356 to Quail help buffer.
7357
7358 2001-01-26 Dave Love <fx@gnu.org>
7359
7360 * time-stamp.el: Doc fixes.
7361
7362 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7363 (delphi-keyword-face, delphi-other-face): Fix :type.
7364
7365 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7366
7367 * mail/feedmail.el (feedmail): Add :link.
7368 (feedmail-send-it): Doc fix.
7369
7370 * mail/sendmail.el: Doc fixes.
7371 (sendmail-send-it): Fix the non-ASCII regexp and use
7372 rfc2047-encode-string.
7373
7374 * dired.el, dired-aux.el: Revert last change.
7375
7376 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7377
7378 * makefile.w32-in (DONTCOMPILE): Add various term files.
7379
7380 2001-01-26 Dave Love <fx@gnu.org>
7381
7382 * Makefile.in (DONTCOMPILE): Add various term files.
7383
7384 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7385
7386 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7387
7388 * startup.el (display-startup-echo-area-message): Make sure
7389 the echo area is resized to fit the size of the startup message.
7390
7391 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7392 part of which is a constant.
7393
7394 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7395
7396 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7397
7398 2001-01-26 Richard M. Stallman <rms@gnu.org>
7399
7400 * simple.el (next-line): Don't let `newline' expand abbrevs.
7401 Simplify slightly.
7402 (open-line): Don't let `newline' expand abbrevs.
7403
7404 2001-01-25 John Wiegley <johnw@gnu.org>
7405
7406 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7407 to `repeat' in the :type field.
7408
7409 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7410 allow a choice of regexp or nil.
7411 (pcomplete-dir-ignore): Same.
7412
7413 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7414 a command) to always fail.
7415
7416 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7417
7418 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7419 discard the result.
7420 (iswitchb-to-end): Likewise.
7421
7422 2001-01-25 Sam Steingold <sds@gnu.org>
7423
7424 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7425 Require vc.
7426
7427 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7428
7429 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7430
7431 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7432
7433 2001-01-25 Dave Love <fx@gnu.org>
7434
7435 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7436 (describe-coding-system): Tweak the English text.
7437
7438 * loadup.el: Preload international/ccl for utf-8.
7439
7440 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7441
7442 * mail/rmail.el (rmail-redecode-body): Doc fix.
7443
7444 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7445
7446 * international/mule-cmds.el (reset-language-environment):
7447 Reset coding-category-utf-8 to mule-utf-8.
7448
7449 * international/mule-conf.el (coding-category-utf-8):
7450 Initialize to mule-utf-8.
7451
7452 * loadup.el: Preload international/utf-8.
7453
7454 * international/utf-8.el: New file.
7455
7456 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7457
7458 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7459
7460 2001-01-24 Sam Steingold <sds@gnu.org>
7461
7462 * dired.el (dired-replace-in-string): Removed.
7463 (dired-sort-toggle): Use `replace-regexps-in-string'
7464 instead of `dired-replace-in-string'.
7465
7466 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7467 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7468
7469 * gs.el (gs-replace-in-string): Removed.
7470 (gs-options): Use `replace-regexps-in-string'
7471 instead of `gs-replace-in-string'.
7472
7473 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7474
7475 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7476 bug report is mailed to an email list and posted to a news group.
7477
7478 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7479
7480 * comint.el (comint-replace-by-expanded-history-before-point):
7481 Fix change of 2000-08-03 to move point to the start of the line again.
7482
7483 * startup.el (tool-bar-images-pixel-height): New variable.
7484 (command-line): After loading the user's init file, when
7485 tool-bar-mode is on, increase the frame's size by some lines for
7486 the tool-bar.
7487
7488 * frame.el (frame-initialize): Create the initial frame invisible.
7489
7490 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7491
7492 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7493 (chinese-big5): MIME:Big5.
7494
7495 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7496
7497 * international/mule-cmds.el (universal-coding-system-argument):
7498 Handle commands with prefix args.
7499
7500 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7501
7502 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7503 being a list of numbers.
7504 (diary-mail-entries): Rewritten.
7505
7506 2001-01-23 Dave Love <fx@gnu.org>
7507
7508 * international/mule.el (make-coding-system): Fix typo.
7509
7510 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7511 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7512
7513 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7514
7515 * font-lock.el (font-lock-mode): Doc fix.
7516
7517 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7518
7519 * international/mule.el (make-translation-table): Fix docstring.
7520
7521 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7522
7523 * mail/rmail.el (rmail-redecode-body): New function.
7524
7525 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7526
7527 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7528
7529 * isearch.el (isearch-lazy-highlight-case-fold-search)
7530 (isearch-lazy-highlight-regexp): New variables.
7531 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7532 case-fold search or regexp search has been toggled.
7533
7534 * wid-edit.el (widget-button-click): Avoid a save-excursion
7535 around running a global binding.
7536
7537 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7538 to 0.25.
7539
7540 2001-01-20 Miles Bader <miles@gnu.org>
7541
7542 * cus-edit.el (custom-face-save): Do post-processing on the face's
7543 new value like `custom-face-set' does.
7544
7545 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7546
7547 * mail/emacsbug.el (report-emacs-bug): Report the value of
7548 LC_CTYPE, not LC_TYPE.
7549
7550 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7551 isearch-toggle-regexp and isearch-edit-string to doc string.
7552
7553 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7554
7555 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7556 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7557
7558 * jit-lock.el (jit-lock-fontify-now): Don't bind
7559 font-lock-beginning-of-syntax-function to nil.
7560
7561 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7562
7563 * mail/emacsbug.el (report-emacs-bug): Report values of
7564 locale-coding-system, default-enable-multibyte-characters, and the
7565 environment variables LC_ALL, LC_TYPE, and LANG.
7566
7567 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7568
7569 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7570
7571 * font-lock.el (font-lock-multiline): Default to nil.
7572 (font-lock-default-fontify-region): If font-lock-multiline is
7573 nil, don't check the property `font-lock-multiline'.
7574
7575 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7576 is nil, don't check the `font-lock-multiline' text property.
7577
7578 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7579
7580 * viper.el: Call initial-major-mode on startup.
7581
7582 * ediff.el (ediff-patch-file): Use better defaults.
7583
7584 * ediff-vers.el: Fix for 8+3 DOS file systems.
7585
7586 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7587
7588 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7589 diff mode, if available.
7590
7591 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7592
7593 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7594
7595 * ediff-init.el (subst-char-in-string): Define and use it, unless
7596 it's already defined.
7597
7598 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7599
7600 * tooltip.el (tooltip-hide-delay): New user-option.
7601 (tooltip-show): Use tooltip-hide-delay instead of the default.
7602
7603 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7604
7605 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7606 kill-local-variable doesn't work for enable-multibyte-characters.
7607
7608 2001-01-17 Dave Love <fx@gnu.org>
7609
7610 * ediff-init.el (ediff-before-setup-hook)
7611 (ediff-merge-filename-prefix): Add :version.
7612
7613 * international/latin1-disp.el: Require disp-table.
7614 (latin1-display): Fix :set.
7615
7616 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7617
7618 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7619
7620 * isearch.el (isearch-lazy-highlight-initial-delay)
7621 (isearch-lazy-highlight-interval): Default to 0.
7622
7623 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7624
7625 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7626 1 here rather than each time through
7627 isearch-lazy-highlight-new-loop.
7628 (isearch-lazy-highlight-max): Variable deleted.
7629 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7630 isearch-lazy-highlight-max but controls a single invocation of
7631 isearch-lazy-highlight-update.
7632 (isearch-lazy-highlight-wrapped): Variable recreated.
7633 (isearch-lazy-highlight-window-start): New variable.
7634 (isearch-lazy-highlight-cleanup): Restored to behavior of
7635 before 2-Jan.
7636 (isearch-lazy-highlight-remove-overlays): Function deleted;
7637 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7638 behavior removed.
7639 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7640 isearch-lazy-highlight-update in a loop rather than just once.
7641 Test isearch-invalid-regexp here and decide not to start a new
7642 loop, rather than testing it each time through
7643 isearch-lazy-highlight-update.
7644 (isearch-lazy-highlight-search): Function restored.
7645 (isearch-lazy-highlight-update): Get called in a timer loop again,
7646 but this time highlight more than one match each time through.
7647 Only highlight matches in the visible part of the window.
7648 Start at point, move in the direction of the search, and wrap around at
7649 the edge of the window. Use sit-for to force redisplay and ensure
7650 window-start is credible. "Face suppressing" behavior removed;
7651 overlay priorities should make it unnecessary, right?
7652 (isearch-highlight): Face suppressing behavior removed.
7653 (isearch-dehighlight): Face suppressing behavior removed.
7654 (isearch-set-lazy-highlight-faces-at): Removed.
7655
7656 2001-01-17 Kenichi Handa <handa@etl.go.jp>
7657
7658 * language/european.el ("Latin-1"): Make the format of description
7659 about additional language environments same as that of Latin-2.
7660
7661 2001-01-16 Dave Love <fx@gnu.org>
7662
7663 * isearch.el (isearch-lazy-highlight): Add :version.
7664
7665 * simple.el (backward-delete-char-untabify-method)
7666 (next-line-add-newlines): Add :version.
7667
7668 2001-01-16 Gerd Moellmann <gerd@gnu.org>
7669
7670 * bindings.el: Bind <backspace> and <delete> via function-key-map.
7671 Don't bind <delete> otherwise.
7672
7673 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
7674 and <delete> via function-key-map.
7675
7676 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
7677 Subject line only if point is after the `Subject:'.
7678
7679 2001-01-16 Kenichi Handa <handa@etl.go.jp>
7680
7681 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
7682 japanese-jisx0213-2 in `charset' property of this lang. env.
7683
7684 * language/european.el ("Latin-1"): Add description for Dutch and
7685 Spanish lang. env.
7686
7687 * international/mule.el (decode-char): Fix conditions.
7688 (encode-char): Handle eight-bit-control too.
7689 (transform-make-coding-system-args): New function.
7690 (make-coding-system): Accept XEmacs style arguments for CCL base
7691 coding system.
7692
7693 2001-01-15 Gerd Moellmann <gerd@gnu.org>
7694
7695 * progmodes/etags.el (find-tag-noselect): Save the value of
7696 tags-file-name before switching buffers, for the case it has a
7697 buffer-local value.
7698
7699 2001-01-15 Alex Schroeder <alex@gnu.org>
7700
7701 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7702 From Dave Love <fx@gnu.org>.
7703 (ansi-color-for-comint-mode): Fix :version.
7704
7705 2001-01-15 Alex Schroeder <alex@gnu.org>
7706
7707 * ansi-color.el (ansi-color-unfontify-region): Doc change.
7708
7709 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
7710
7711 * dired.el (dired-insert-directory): If file-system-info fails,
7712 remove the " free " part, but don't signal an error.
7713
7714 2001-01-12 Sam Steingold <sds@gnu.org>
7715
7716 * bookmark.el (bookmark-maybe-historicize-string):
7717 Use new backquote syntax.
7718
7719 2001-01-12 Richard M. Stallman <rms@gnu.org>
7720
7721 * subr.el (last): Handle a list that doesn't end in nil.
7722
7723 2001-01-12 Sam Steingold <sds@gnu.org>
7724
7725 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
7726 to `backward-delete-char-untabify'.
7727
7728 2001-01-12 Dave Love <fx@gnu.org>
7729
7730 * cus-edit.el (customize-menu-create): Fix the :filter following
7731 easymenu change.
7732
7733 * wid-edit.el (function): Add :match-alternatives.
7734 (widget-color-action): Doc fix.
7735
7736 2001-01-12 Gerd Moellmann <gerd@gnu.org>
7737
7738 * calendar/calendar.el (calendar-basic-setup): Doc fix.
7739
7740 2001-01-12 Kenichi Handa <handa@etl.go.jp>
7741
7742 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
7743
7744 * international/ccl.el (define-ccl-program): Fix docstring.
7745
7746 2001-01-11 Dave Love <fx@gnu.org>
7747
7748 * international/mule-cmds.el (standard-display-european-internal):
7749 Set display table for 2208 as for 160.
7750
7751 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
7752
7753 * progmodes/fortran.el (fortran-mode-map): Modify Customization
7754 entry for custom-menu-create change.
7755 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
7756 don't cons it in the search loop.
7757
7758 * imenu.el (imenu--truncate-items): Revert last change.
7759
7760 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7761
7762 * info.el (Info-setup-header-line): If the node header includes
7763 either Next: or Prev: links, don't show the File: and Node: parts
7764 in the header line.
7765
7766 2001-01-11 Gerd Moellmann <gerd@gnu.org>
7767
7768 * comint.el (comint-goto-process-mark): Don't print a message
7769 when running in batch mode.
7770
7771 * isearch.el (isearch-search): In the condition-case handler for
7772 `error', set isearch-invalid-regexp to the whole error message.
7773
7774 * subr.el (eval-after-load): Call load-symbol-file-load-history to
7775 ensure that eval-after-load works for files dumped with Emacs.
7776
7777 * help.el (load-symbol-file-load-history): New function extracted
7778 from function symbol-file.
7779 (symbol-file): Use it.
7780
7781 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
7782
7783 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7784
7785 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
7786 behave as if there were no prefix argument.
7787 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
7788 argument were nil.
7789
7790 2001-01-11 Richard M. Stallman <rms@gnu.org>
7791
7792 * isearch.el (isearch-lazy-highlight-update):
7793 Don't look for more potential matches once maximum is exceeded.
7794 Use overlays-in to check correctly for overlap with current match.
7795 Ignore empty matches.
7796
7797 2001-01-11 Miles Bader <miles@gnu.org>
7798
7799 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
7800 (ispell-overlay-window, ispell-help, ispell-show-choices)
7801 (ispell-command-loop): Use it instead of `window-height'.
7802
7803 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7804
7805 * files.el (confirm-kill-emacs): New user-option.
7806 (save-buffers-kill-emacs): Ask for final confirmation before
7807 killing Emacs.
7808
7809 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
7810 to nil.
7811
7812 2001-01-10 Dave Love <fx@gnu.org>
7813
7814 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
7815
7816 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
7817
7818 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
7819
7820 * calculator.el (calculator-number-digits): Fix :type.
7821
7822 * vc-cvs.el (vc-cvs-header): Fix :type.
7823 * vc-rcs.el (vc-rcs-header): Fix :type.
7824 * vc-sccs.el (vc-sccs-header): Fix :type.
7825
7826 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7827
7828 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7829
7830 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
7831
7832 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7833
7834 * simple.el (set-variable): Force a thorough redisplay for the
7835 case that the variable has an effect on the display, like
7836 `tab-width' has.
7837
7838 2001-01-10 Andre Spiegel <spiegel@gnu.org>
7839
7840 * vc.el: Add documentation for backend interface.
7841
7842 2001-01-10 Kenichi Handa <handa@etl.go.jp>
7843
7844 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
7845
7846 * international/mule-conf.el (latin-extra-code-table): Set to t
7847 for \223 and \224.
7848
7849 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7850
7851 * international/mule-cmds.el (locale-language-names): Map "es" to
7852 "Spanish" and "nl" to "Dutch".
7853
7854 2001-01-09 Gerd Moellmann <gerd@gnu.org>
7855
7856 * bindings.el (global-map): Bind <home> to beginning-of-line,
7857 <end> to end-of-line, C-<home> to beginning-of-buffer, and
7858 C-<end> to end-of-buffer.
7859
7860 * language/european.el: Add Dutch and Spanish language info
7861 to be able to use the appropriate tutorials.
7862
7863 2001-01-09 Alex Schroeder <alex@gnu.org>
7864
7865 * ansi-color.el (ansi-color-process-output): Use markers instead
7866 of positions for start and end of region.
7867 (ansi-color-apply-on-region): Rewrote code to make it more robust.
7868 Previously, occasional mistakes happend when fontifying many
7869 chunks of output (eg. ls --color=yes /dev). This happened
7870 whenever an overlay was created up to the end of the region, which
7871 coincided with the process-mark. New text would then be added
7872 within that overlay instead of after it.
7873 (ansi-color-make-extent): Overlays are created with the property
7874 `modification-hooks' set to '(ansi-color-freeze-overlay).
7875 (ansi-color-freeze-overlay): New function. When inserting text at
7876 the end of the overlay, the overlay will resize.
7877
7878 2000-01-09 Alex Schroeder <alex@gnu.org>
7879
7880 * ansi-color.el (ansi-color-process-output): Doc change.
7881 (ansi-color-unfontify-region): Doc change. No longer installed
7882 automatically in font-lock-unfontify-region-function.
7883 (ansi-color-apply): Doc change.
7884 (ansi-color-apply-on-region): Use extents or overlays instead of
7885 text-properties.
7886 (ansi-color-make-extent): New function.
7887 (ansi-color-set-extent-face): New function.
7888
7889 2000-01-09 Alex Schroeder <alex@gnu.org>
7890
7891 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
7892 both use ansi-color-process-output, now.
7893 (ansi-color-process-output): Doesn't return string anymore. It is
7894 installed in comint-output-filter-functions for both Emacs and
7895 XEmacs, now.
7896 (ansi-color-unfontify-region): Simplified code removing variables
7897 pos and start-ansi.
7898 (ansi-color-apply): Put text-property ansi-color before putting
7899 text-property face because ansi-color-unfontify-region is called
7900 immediately after the call to put-text-property.
7901 (ansi-color-context-region): Doc change.
7902 (ansi-color-filter-region): Simplified code.
7903 (ansi-color-apply-on-region): Changed start to start-marker, using
7904 a marker explicitly. Put text-property ansi-color before putting
7905 text-property face because ansi-color-unfontify-region is called
7906 immediately after the call to put-text-property.
7907
7908 2000-01-09 Alex Schroeder <alex@gnu.org>
7909
7910 * ansi-color.el (ansi-color-faces-vector): Doc change.
7911 (ansi-color-for-comint-mode): Changed :type property to choice.
7912 (ansi-color-last-context): Removed.
7913 (ansi-color-process-output): Don't use ansi-color-last-context, as
7914 the main functions will store their context now.
7915 (ansi-color-context): Doc change.
7916 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
7917 Uses ansi-color-context such that repeated calls will strip
7918 partial escape sequences, too.
7919 (ansi-color-apply): Simplified code. Colorize end of string if
7920 face is not null. Store context in new (FACE STRING) format, such
7921 that repeated calls will strip partial escape sequences, too.
7922 Append faces to face property using ansi-color-apply-sequence such
7923 that cumulative mode actually works.
7924 (ansi-color-context-region): New variable.
7925 (ansi-color-filter-region): Rewrote it based on
7926 ansi-color-apply-on-region. Uses ansi-color-context-region such
7927 that repeated calls will strip partial escape sequences, too.
7928 (ansi-color-apply-on-region): Simplified code. Colorize end of
7929 region if face is not null. Store context in new (FACE POS)
7930 format, such that repeated calls will strip partial escape
7931 sequences, too. Append faces to face property using
7932 ansi-color-apply-sequence such that cumulative mode actually works.
7933 (ansi-color-apply-sequence): New function.
7934 (ansi-color-get-face): When the default face is added to the list
7935 of faces, all previous settings are discarded and the list of
7936 faces is set to '(default).
7937
7938 2000-01-09 Alex Schroeder <alex@gnu.org>
7939
7940 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
7941 face, such that ansi-color-apply and ansi-color-apply-on-region
7942 will do the right thing.
7943 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
7944 returns nil, set the list of faces back to nil instead of
7945 appending the result of ansi-color-get-face to the front of the list.
7946
7947 2000-01-09 Alex Schroeder <alex@gnu.org>
7948
7949 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
7950 (ansi-color-process): Doc change.
7951 (ansi-color-last-context): New buffer-local variable.
7952 (ansi-color-process-output): New function. It is automatically
7953 added to comint-output-filter-functions if this is XEmacs.
7954 (ansi-color-unfontify-region): New optional parameter for XEmacs
7955 compatibility. Check wether font-lock-syntactic-keywords is
7956 boundp before removing the syntax table text property, as XEmacs
7957 doesn't have it.
7958 (ansi-color-filter-region): Doc change.
7959 (ansi-color-apply-on-region): Doc change.
7960 (ansi-color-make-face): New function. Compatibility layer for
7961 XEmacs. Return temporary faces instead of cons cells for XEmacs.
7962 (ansi-color-make-color-map): Use ansi-color-make-face.
7963 (ansi-color-get-face): Avoid face text property '(nil) as results
7964 in an errow for XEmacs.
7965
7966 2000-01-09 Alex Schroeder <alex@gnu.org>
7967
7968 * ansi-color.el (ansi-color-unfontify-region): New function.
7969 Uses text-property ansi-color in order to preserve fontification by
7970 ansi-color. When the package is loaded, a lambda expression is
7971 put onto font-lock-mode-hook. This lambda expression will check
7972 font-lock-unfontify-region-function and replace
7973 font-lock-default-unfontify-region with ansi-color-unfontify-region.
7974 (ansi-color-apply): Add text-property ansi-color in addition to
7975 text-property face.
7976 (ansi-color-apply-on-region): Add text-property ansi-color in
7977 addition to text-property face.
7978 (save-buffer-state): Copy of the macro that is also used by
7979 lazy-lock and font-lock.
7980
7981 (ansi-color-for-comint-mode): New option.
7982 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
7983 (ansi-color-for-comint-mode-off): Ditto.
7984 (ansi-color-for-comint-mode-filter): Ditto.
7985 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
7986 decide what to do. This function is added to
7987 comint-preoutput-filter-functions when the package is loaded.
7988
7989 (ansi-color-for-shell-mode-set): Removed.
7990 (ansi-color-for-shell-mode): Removed.
7991
7992 2000-01-09 Alex Schroeder <alex@gnu.org>
7993
7994 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
7995 the lambda expression from the ansi-color-for-shell-mode :set
7996 property. Additionally, modify shell-mode-hook to enable or
7997 disable font-lock-mode for future shell buffers.
7998 (ansi-color-for-shell-mode): The :set property calls
7999 ansi-color-for-shell-mode-set instead of a lambda expression.
8000
8001 2000-01-09 Alex Schroeder <alex@gnu.org>
8002
8003 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8004 (ansi-color-context): New variable.
8005 (ansi-color-apply): Save context between calls.
8006
8007 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8008
8009 * isearch.el (isearch, isearch-lazy-highlight-face):
8010 New definitions for face colors and attributes.
8011
8012 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8013 of display-mouse-p.
8014
8015 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8016
8017 * international/mule.el (make-coding-system): If the coding system
8018 accepts extra latin codes, register such codes as safe for the
8019 coding system.
8020
8021 2001-01-08 Richard M. Stallman <rms@gnu.org>
8022
8023 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8024 don't mention the file name or the date here, because they are
8025 logged at the start of the file.
8026
8027 2001-01-08 Richard M. Stallman <rms@gnu.org>
8028
8029 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8030 Change screen-width to frame-width.
8031
8032 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8033
8034 * info.el (Info-search): Print the default as part of the prompt.
8035
8036 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8037
8038 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8039 constant implementations in backends.
8040
8041 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8042 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8043
8044 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8045 WRITABLE to EDITABLE.
8046
8047 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8048 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8049 to EDITABLE.
8050
8051 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8052
8053 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8054 (copyright, copyright-update): Compute the current year at run time.
8055
8056 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8057
8058 * isearch.el (isearch-old-signal-hook): Removed.
8059 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8060 instead of setting signal-hook-function.
8061 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8062
8063 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8064
8065 * emulation/edt.el: Update to version 4.0. Provide support for
8066 EDT scroll margins at top and bottom of the window. Provide an
8067 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8068 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8069 user when file-related buffer modifications exist.
8070 Provide support for running EDT Emulation in XEmacs.
8071 Provide customize access to some user updatable variables.
8072 Add Commentary section to file header.
8073 Fixed a few minor bugs and cleaned up some code.
8074
8075 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8076 for detecting a keypress that generates an ASCII key sequence.
8077 (Previously, only a keypress that generates a vector was
8078 recognized.) Embed Window Manager name into name of the generated
8079 EDT Emulation initialization file since the initialization file is
8080 Window Manager specific. Add Commentary section to file header.
8081
8082 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8083
8084 * mail/sendmail.el (mail-mode): Doc fix.
8085
8086 * info.el (Info-goto-emacs-command-node): Doc fix.
8087 (Info-goto-emacs-key-command-node): Doc fix.
8088
8089 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8090
8091 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8092 systems without long file-name support.
8093
8094 2001-01-06 Andrew Innes <andrewi@gnu.org>
8095
8096 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8097
8098 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8099
8100 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8101 (isearch-lazy-highlight-update): Doc fix.
8102
8103 * ffap.el (ffap-bindings): Doc fix.
8104
8105 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8106
8107 2001-01-05 Dave Love <fx@gnu.org>
8108
8109 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8110
8111 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8112
8113 * mouse-drag.el (mouse-drag-safe-scroll):
8114 Bind scroll-preserve-screen-position to nil.
8115
8116 * isearch.el (isearch-old-signal-hook): New variable.
8117 (isearch-mode): Set signal-hook-function to isearch-done.
8118 (isearch-done): Restore old signal-hook-function.
8119
8120 * info.el (Info-fontify-node): Mark one more char as intangible.
8121
8122 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8123
8124 * composite.el (compose-last-chars): New argument COMPONENTS.
8125 If it is non-nil, compose preceding characters by compose-region with
8126 COMPONENTS.
8127
8128 * international/quail.el (quail-input-string-to-events): New function.
8129 (quail-input-method): Convert input string to events here.
8130 (quail-start-translation): Return input string, not event list.
8131 (quail-start-conversion): Likewise.
8132
8133 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8134
8135 * tooltip.el (tooltip-cancel-delayed-tip)
8136 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8137 and tooltip-add-timeout.
8138 (tooltip-show): Set border color from faces's foreground.
8139 (tooltip-show-help-function): If called with the same help string
8140 as last time, do nothing.
8141 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8142
8143 * startup.el (fancy-splash-screens): Don't bind show-help-function
8144 to nil.
8145
8146 * tooltip.el (tooltip-frame-parameters): Remove colors.
8147 (tooltip): New face
8148 (tooltip-set-param): New function.
8149 (tooltip-show): Set up color frame parameters from face `tooltip'.
8150 Display the tooltip text in face `tooltip'.
8151
8152 2001-01-04 Dave Love <fx@gnu.org>
8153
8154 * whitespace.el (whitespace-global-mode): Fix typo.
8155
8156 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8157
8158 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8159
8160 * help.el (help-for-help): Fix a typo in a doc string.
8161 From kwzh@gnu.org (Karl Heuer).
8162
8163 2001-01-03 Dave Love <fx@gnu.org>
8164
8165 * dired-x.el: Doc fixes. Maintainer change.
8166 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8167 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8168 (dired-guess-shell-alist-user): Customize.
8169 (dired-x-help-address): Set to bug-gnu-emacs.
8170 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8171 (dired-default-directory): Renamed from default-directory.
8172
8173 * hl-line.el (hl-line): Doc fix.
8174
8175 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8176
8177 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8178
8179 2001-01-02 Richard M. Stallman <rms@gnu.org>
8180
8181 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8182 to remove all the current alternative-match highlighting.
8183 If nil, remove only what's outside the current window.
8184 (isearch-lazy-highlight-remove-overlays): Take optional
8185 region within which NOT to remove them.
8186 (isearch-lazy-highlight-new-loop): Greatly simplified.
8187 (isearch-lazy-highlight-update): Find all the other occurrences
8188 visible in the window, in just one call.
8189 (isearch-lazy-highlight-start): Now holds start of region to scan.
8190 (isearch-lazy-highlight-end): Now holds end of region to scan.
8191 (isearch-lazy-highlight-wrapped): Variable deleted.
8192 (isearch-lazy-highlight-search): Function deleted.
8193
8194 2000-01-02 Andrew Innes <andrewi@gnu.org>
8195
8196 * w32-fns.el (convert-standard-filename): Do length check on name
8197 before aref.
8198
8199 2001-01-02 Dave Love <fx@gnu.org>
8200
8201 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8202 value.
8203 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8204
8205 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8206
8207 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8208 read syntax.
8209
8210 * calendar/todo-mode.el (todo): Add :link, :version.
8211 (todo-save-top-priorities): Remove autoload cookie.
8212 (todo-add-category, todo-add-item-non-interactively)
8213 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8214
8215 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8216
8217 * comint.el (comint-input-history-ignore): New variable.
8218 (comint-read-input-ring): Ignore entries matching
8219 comint-input-history-ignore.
8220
8221 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8222
8223 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8224 (lm-copyright-mark): New function.
8225 (lm-crack-copyright): New function.
8226 (lm-verify): Check that the file has a copyright.
8227 Check that the file is copyright Free Software Foundation.
8228
8229 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8230
8231 * international/mule-diag.el (print-fontset): Indent font name by
8232 24 columns, not 25.
8233
8234 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8235
8236 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8237 in Subject line.
8238
8239 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8240 Use mail-mode-hook instead of mail-setup-hook.
8241 Otherwise continuing an interrupted message with C-u C-x m for
8242 instance, winds up in Mail mode without abbrevs.
8243
8244 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8245
8246 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8247 non-nil. Adding almost all customization variables on ps-setup.
8248 Doc fix.
8249 (ps-print-version): New version number (6.3.3).
8250 (ps-end-with-control-d): Initialization fix.
8251 (ps-lines-printed): New var.
8252 (ps-skip-newline): New fun.
8253 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8254 (ps-next-line, ps-continue-line, ps-plot-region)
8255 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8256
8257 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8258
8259 * international/fontset.el (x-complement-fontset-spec):
8260 Resolve ASCII font name so that the same family name is used for fonts
8261 registered in x-font-name-charset-alist.
8262 (create-fontset-from-fontset-spec): Adjusted for the above change.
8263 The name of fontset alias should be a unresolved ASCII font name.
8264
8265 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8266
8267 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8268 and delete in isearch-mode-map.
8269
8270 2000-12-28 Richard M. Stallman <rms@gnu.org>
8271
8272 * dired-x.el (dired-guess-shell-alist-default):
8273 Use xpdf instead of acroread.
8274
8275 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8276
8277 * textmodes/artist.el (artist-butlast): Deleted.
8278 (artist-ellipse-mirror-quadrant): Use butlast instead of
8279 artist-butlast.
8280
8281 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8282
8283 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8284
8285 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8286
8287 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8288
8289 * ls-lisp.el: Better support for the Mac and MS-Windows.
8290 (ls-lisp): New defgroup.
8291 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8292 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8293 (ls-lisp-support-shell-wildcards): New defcustoms.
8294 (ls-lisp-parse-symlink): New function.
8295 (insert-directory): Code to convert switches to a list and set up
8296 the wildcard argument copied from ls-lisp-insert-directory.
8297 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8298 for -C and -R switches.
8299 (ls-lisp-column-format): New function.
8300 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8301 (ls-lisp-format-time): Add doc strings.
8302 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8303 Support ls-lisp-dirs-first.
8304 (ls-lisp-classify, ls-lisp-extension): New functions.
8305 (ls-lisp-format): Optionally support emulation of symlinks.
8306 Support -i, -s, and -G switches.
8307
8308 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8309
8310 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8311
8312 * version.el (emacs-version): Print X scroll bar information.
8313
8314 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8315 instead of x-toolkit-scroll-bars-p.
8316
8317 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8318 of x-toolkit-scroll-bars-p.
8319
8320 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8321
8322 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8323 (ffap-bindings): Doc fix, to reflect the above change.
8324
8325 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8326
8327 * term.el (term-char-mode): Define all non-ascii self-inserting
8328 characters to 'term-send-raw in term-raw-map.
8329
8330 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8331
8332 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8333
8334 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8335 Changed initialization; use add-hook.
8336 (ediff-file-remote-p): Use file-local-copy.
8337
8338 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8339
8340 * ediff.el (ediff-patch-buffer): Bug fix.
8341 (ediff-revision): Allow selection of the file at the prompt.
8342
8343 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8344
8345 * subr.el (combine-run-hooks): Remove.
8346
8347 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8348 and remove the rogue second spec.
8349
8350 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8351
8352 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8353
8354 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8355
8356 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8357 Use minibuffer menu prompt for the `=' prefix.
8358 (smerge-command-prefix): Change default to C-^.
8359 (smerge-mode): Don't assume font-lock doesn't move point.
8360
8361 * skeleton.el (skeleton-internal-1): Make sure the first line of
8362 the region is also re-indented.
8363 (skeleton-end-newline): New var.
8364 (skeleton-end-hook): Use it.
8365
8366 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8367
8368 * comint.el (comint-password-prompt-regexp): Support CVS.
8369
8370 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8371
8372 * simple.el (delete-key-deletes-forward-mode): Simplify.
8373 Also backspace key combinations, depending on
8374 delete-key-deletes-forward.
8375
8376 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8377
8378 * simple.el (delete-key-deletes-forward): Doc fix.
8379
8380 2000-08-22 Emmanuel Briot <briot@gnat.com>
8381
8382 * xml.el (top level comment): Updated to reflect the fact that
8383 white spaces are relevant in the XML file.
8384 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8385 to parse was already edited. This allows for on-the-fly analysis
8386 of XML files.
8387 (xml-parse-tag): Check that the casing is the same in the start
8388 tag and end tag, since XML is case-sensitive. Allows for spaces
8389 in the end tag, after the name of the tag.
8390 (xml-parse-attlist): Allow for the character '-' in the name of
8391 attributes, as in the standard http-equiv attribute Do not save
8392 the properties in the XML tree, since they are not relevant.
8393
8394 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8395
8396 * generic.el (generic-read-type): Undo last change, inline into
8397 `generic-mode' and then remove.
8398 (generic-mode): Inline generic-read-type.
8399 (define-generic-mode): Push the symbol name rather than the symbol
8400 onto generic-mode-list.
8401
8402 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8403
8404 * generic.el (generic-read-type): Build an alist for
8405 completing-read as in 20.7.
8406
8407 * play/landmark.el (lm): Use interactive spec `P'.
8408 (toplevel): Don't set debug-on-error.
8409
8410 * server.el (server-switch-buffer): Choose a window on a visible frame.
8411
8412 2000-12-21 Dave Pearson <davep@davep.org>
8413
8414 * quickurl.el: Commentry change, I've moved my web site.
8415
8416 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8417
8418 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8419 ranges like \177-\237, but accepts the character sequence from \177 to
8420 \237. Doc fix.
8421 (ebnf-version): New version (3.4).
8422 (ebnf-setup): Code fix.
8423 (ebnf-range-regexp): New fun.
8424 (ebnf-8-bit-chars): Const fix.
8425
8426 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8427 entry. Doc fix.
8428 (ebnf-bnf-lex): Code fix.
8429 (ebnf-bnf-comment-chars): Const fix.
8430
8431 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8432 entry. Doc fix.
8433 (ebnf-iso-comment-chars): Const fix.
8434
8435 * ebnf-otz.el: Doc fix.
8436
8437 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8438 entry. Doc fix.
8439 (ebnf-yac-skip-code): Code fix.
8440 (ebnf-yac-comment-chars): Const fix.
8441
8442 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8443
8444 * files.el (insert-directory-safely): New function.
8445 (recover-file): Use it instead of insert-directory.
8446 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8447
8448 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8449
8450 * international/mule-cmds.el (select-safe-coding-system):
8451 Check coding-category-list more rigidly. Improve help message.
8452
8453 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8454
8455 2000-12-21 Miles Bader <miles@gnu.org>
8456
8457 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8458
8459 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8460
8461 * international/mule-diag.el (describe-char-after): Make *Help*
8462 buffer inherit multibyteness of the current buffer.
8463
8464 * international/mule.el (make-char): Docstring adjusted for the
8465 change of make-char-internal.
8466
8467 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8468
8469 * international/iso-cvt.el: Docstrings fix.
8470
8471 2000-12-20 Dave Love <fx@gnu.org>
8472
8473 * subr.el (eval-after-load): Doc fix.
8474
8475 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8476
8477 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8478 for numbers.
8479
8480 2000-12-20 Miles Bader <miles@gnu.org>
8481
8482 * international/quail.el (quail-help): Resize the help window
8483 again after it has all its contents. Remove unneeded progn.
8484
8485 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8486
8487 * pcmpl-linux.el: Fix copy/paste error.
8488
8489 2000-12-19 Andrew Innes <andrewi@gnu.org>
8490
8491 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8492
8493 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8494
8495 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8496
8497 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8498
8499 * progmodes/idlw-shell.el: Fixed copyright notice.
8500
8501 * progmodes/idlwave.el: Fixed copyright notice.
8502
8503 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8504 TAB as key separators.
8505
8506 2000-12-19 Alex Schroeder <alex@gnu.org>
8507
8508 * sql.el (sql-sybase-options): New option.
8509 (sql-sybase): Use it. Add sql-database to the list of parameters
8510 provided for login. The options -w 2048 -n are not used any more.
8511 (sql-postgres-options): Changed default from "--pset" to "-P".
8512 (sql-mysql-options): Doc change.
8513 (sql-stop): Doc change.
8514
8515 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8516
8517 * international/quail.el (quail-input-method): Always hide
8518 the guidance buffer on exiting.
8519
8520 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8521
8522 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8523 isn't fboundp.
8524
8525 * server.el (server-buffer-done): Bury the buffer before
8526 killing it.
8527
8528 * faces.el (face-spec-set): Interpret a nil in specs for
8529 foreground and background colors as `unspecified', for
8530 compatibility with 20.x.
8531
8532 2000-12-18 Dave Love <fx@gnu.org>
8533
8534 * simple.el (mail-user-agent): Doc fix.
8535 (input-mode-8-bit): Removed.
8536
8537 * international/mule.el (set-keyboard-coding-system): Doc fix.
8538 (keyboard-coding-system): New option.
8539
8540 * mail/sendmail.el (send-mail-function): Customize.
8541
8542 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8543
8544 * international/codepage.el (cp866-decode-table): New table.
8545
8546 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8547
8548 * version.el (emacs-version): Remove `%a' from the time format
8549 because the weekday doesn't fit well into each locale.
8550
8551 2000-12-18 Miles Bader <miles@gnu.org>
8552
8553 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8554
8555 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8556 Check that emacs-major-version is `=' to 20, not `>='.
8557 (artist-replace-chars): Use `make-string' instead of a loop.
8558
8559 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8560
8561 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8562 (cvs-execute-single-file): Don't change directory.
8563 Patch from Per Cederqvist.
8564
8565 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8566
8567 * textmodes/ispell.el (check-ispell-version):
8568 If `ispell-program-name' is "aspell", pass it the -v switch instead
8569 of -vv.
8570
8571 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8572
8573 * international/mule-diag.el (mule-diag): Insert information about
8574 configure options, multibyte awareness, language env.
8575
8576 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8577 regexp to search for candidates.
8578
8579 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8580
8581 * info.el (Info-forward-node): If the node has an
8582 Info-header-line, widen the buffer before searching for "next:"
8583 and "up:" pointers, and set the search limit to stay in the
8584 current node.
8585
8586 2000-12-16 Miles Bader <miles@gnu.org>
8587
8588 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8589
8590 2000-12-15 Miles Bader <miles@gnu.org>
8591
8592 * comint.el (comint-send-string, comint-send-region): Also accept
8593 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8594 process-send-string/region.
8595
8596 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8597
8598 * isearch.el (isearch-lazy-highlight-max): New user-option.
8599 (isearch-lazy-highlight-update): Don't highlight more than
8600 isearch-lazy-highlight-max matches.
8601
8602 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8603
8604 2000-12-15 Richard M. Stallman <rms@gnu.org>
8605
8606 * sort.el (sort-columns): Fix error message.
8607
8608 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8609 `upcase' or `downcase' or nil.
8610 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8611 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8612 (dabbrev--substitute-expansion): New arg record-case-pattern.
8613 If it is non-nil, set dabbrev--last-case-pattern.
8614 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8615
8616 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8617
8618 2000-12-15 Miles Bader <miles@gnu.org>
8619
8620 * paths.el (Info-default-directory-list): Don't delete
8621 configure-info-directory from the list of standard info
8622 directories when appending it to the end -- their order is important.
8623
8624 * faces.el (read-face-attribute): If there's no entry for the
8625 user's input in VALID, just use it as-is (this will often result
8626 in an error, but it may be OK for e.g. colors using hexadecimal
8627 notation, and at least will yield a better error message).
8628
8629 * window.el (mode-line-window-height-fudge): Function removed.
8630 (height-affecting-face-attributes, mode-line-window-height-fudge):
8631 Variables removed.
8632 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8633 window is really the right size. Use vertical-motion
8634 rather than forward-line.
8635 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8636 (ispell-command-loop, ispell-show-choices): Use the variable
8637 ispell-choices-win-default-height, rather than the function.
8638 (ispell-choices-win-default-height): Function removed.
8639 (ispell-mode-line-window-height-fudge): Function removed.
8640
8641 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8642
8643 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8644
8645 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8646
8647 * paths.el (Info-default-directory-list):
8648 If configure-info-directory is not one of the standard directories,
8649 put it first in the list; otherwise put it last. Doc string
8650 changed accordingly.
8651
8652 * info.el (Info-directory-list): Change doc string to reflect the
8653 change in Info-default-directory-list.
8654
8655 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
8656 windows-nt as windowed environments, even under -nw.
8657
8658 * startup.el (command-line): Don't call x-backspace-delete-keys-p
8659 if not fboundp. Switch delete-forward mode for the <delete> key
8660 on all PC platforms, even under -nw.
8661
8662 * term/internal.el ([M-delete]): Remap to M-d.
8663
8664 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8665
8666 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
8667
8668 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8669
8670 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8671
8672 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8673
8674 * startup.el (command-line): Call delete-key-deletes-forward-mode,
8675 if appropriate.
8676
8677 * simple.el (delete-key-deletes-forward): New user-option.
8678 (delete-key-deletes-forward-mode): New function.
8679
8680 * bindings.el: Bind `delete' to backward-delete-char.
8681
8682 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
8683 Test if symbol is bound before getting its value.
8684
8685 * tooltip.el (tooltip-show): If an error is signaled in
8686 x-show-tip, display that error, and display the help in the
8687 echo area.
8688
8689 2000-12-14 Kenichi Handa <handa@etl.go.jp>
8690
8691 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8692 Show "... entries" messages for every 10000 entries, not 10.
8693
8694 2000-12-13 Karl Fogel <kfogel@red-bean.com>
8695
8696 * bookmark.el: Provide a generic exit hook, as suggested by
8697 Ovidiu Predescu <ovidiu@cup.hp.com>:
8698 (bookmark-exit-hook): New var.
8699 (bookmark-exit-hook-internal): New func, replaces
8700 old raw lambda form in `kill-emacs-hook', and runs new
8701 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
8702 as logically that feature must have been provided if this function
8703 is running.
8704 Removed ;;;###autoload before the `add-hook' call.
8705
8706 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
8707
8708 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
8709 (easy-menu-current-active-maps): New function.
8710 (easy-menu-get-map): Use it.
8711 Make a proper menu entry when creating a new keymap.
8712
8713 2000-12-13 Kenichi Handa <handa@etl.go.jp>
8714
8715 * international/characters.el: Fix cases and syntaxes for
8716 mule-unicode-0100-24ff.
8717
8718 * dired.el (dired-move-to-filename-regexp): Fixed for the case
8719 that a Japanese character is not appended after day and year.
8720
8721 * info.el (Info-suffix-list): Change format for a command that
8722 requires arguments.
8723 (info-insert-file-contents): Adjusted for the above change.
8724
8725 2000-12-12 Andreas Schwab <schwab@suse.de>
8726
8727 * tar-mode.el (tar-extract): Base the name of the subfile buffer
8728 on the name of the tar buffer. Verify that the existing buffer is
8729 visiting the same subfile.
8730
8731 2000-12-12 Dave Love <fx@gnu.org>
8732
8733 * subdirs.el: Add obsolete.
8734
8735 2000-12-12 Gerd Moellmann <gerd@gnu.org>
8736
8737 * mail/rmailsum.el (rmail-summary-expunge)
8738 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
8739 instead of rmail-confirm-expunge.
8740
8741 * replace.el (perform-replace): Don't use an empty match adjacent
8742 to a non-empty match when computing the next match before the
8743 replacement is performed.
8744
8745 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
8746
8747 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
8748 definition (patch by Stefan Monnier).
8749 (glasses-mode): Use jit-lock instead of `after-change-functions'
8750 (patch by Stefan Monnier).
8751
8752 2000-12-12 Miles Bader <miles@gnu.org>
8753
8754 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
8755 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
8756
8757 2000-12-12 Andrew Choi <akochoi@i-cable.com>
8758
8759 * term/mac-win.el: Remove load for ls-lisp.
8760
8761 * loadup.el: Load ls-lisp for system-type `macos'.
8762
8763 2000-12-12 Miles Bader <miles@gnu.org>
8764
8765 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
8766 Respect field end too.
8767 (just-one-space): Respect fields as `delete-horizontal-space'.
8768 (newline-and-indent, reindent-then-newline-and-indent):
8769 Use `delete-horizontal-space'.
8770
8771 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
8772
8773 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
8774 (so as to obey the field property in the minibuffer).
8775
8776 * obsolete/c-mode.el: Moved from lisp/progmodes.
8777 * obsolete/auto-show.el: Moved from lisp.
8778 * obsolete/ooutline.el: Moved from lisp/textmodes.
8779
8780 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
8781
8782 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
8783 changes to list them here.
8784
8785 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
8786 Too many changes to list them here.
8787
8788 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
8789 Too many changes to list them here.
8790
8791 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
8792
8793 2000-12-11 Gerd Moellmann <gerd@gnu.org>
8794
8795 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
8796
8797 * cus-edit.el (custom-save-variables, custom-save-faces):
8798 Comment fix.
8799
8800 * hscroll.el: Moved to `obsolete' subdir.
8801
8802 2000-12-11 Miles Bader <miles@gnu.org>
8803
8804 * window.el (window-text-height): Function removed (now in C).
8805
8806 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
8807
8808 * log-edit.el (log-edit-parent-buffer): New var.
8809 (log-edit): Set it. Add BUFFER argument.
8810 (log-edit-done): Use char-before.
8811 Don't bother checking validity of vc-comment-ring.
8812 Only bury the buffer if log-edit popped it up.
8813
8814 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
8815 (cvs-mode-diff-help): Remove.
8816 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
8817 (cvs-mode-marked): Set up the default for CMD manually.
8818
8819 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
8820 Remove binding for ? now made unnecessary.
8821
8822 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
8823
8824 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
8825 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
8826
8827 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
8828 when master file is not open.
8829
8830 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
8831
8832 * progmodes/ada-stmt.el: Update `maintainer'.
8833
8834 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
8835
8836 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
8837 choices to match documentation string.
8838
8839 2000-12-09 Miles Bader <miles@gnu.org>
8840
8841 * minibuf-eldef.el: New file.
8842
8843 * window.el (fit-window-to-buffer): Don't pass last argument to
8844 pos-visible-in-window-p, now that its meaning is inverted.
8845
8846 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
8847
8848 * image.el (create-image): Doc fix; spotted by Per Cederqvist
8849 <ceder@lysator.liu.se>.
8850
8851 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
8852
8853 * autoinsert.el (auto-insert-alist): Add missing final \n.
8854
8855 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
8856 (cvs-menu-map): Remove.
8857 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
8858 (cvs-mode-quit): Turn it back into a plain function.
8859
8860 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
8861 (texinfo-filter): Remove (move to texinfo.el).
8862
8863 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
8864 file where it's more visible.
8865 (texinfo-filter, texinfo-chapter-level-regexp): New variables
8866 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
8867 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
8868 (texinfo-inside-macro-p): Only catch `scan-error's.
8869 (texinfo-inside-env-p): Make better use of the match info.
8870 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
8871 (texinfo-insert-@end): Slight re-organization.
8872 Also remove useless `looking-at' call.
8873
8874 2000-12-08 Andrew Innes <andrewi@gnu.org>
8875
8876 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
8877 accessible in -nw mode.
8878
8879 * term/w32-win.el: Remove stuff about selection timeout, which is
8880 irrelevant on Windows. Move clipboard support to w32-fns.el, so
8881 it is accessible in -nw mode.
8882
8883 2000-12-08 Dave Love <fx@gnu.org>
8884
8885 * emacs-lisp/lisp-mode.el (lisp-mode):
8886 Set font-lock-keywords-case-fold-search.
8887
8888 2000-12-08 Gerd Moellmann <gerd@gnu.org>
8889
8890 * textmodes/ispell.el (ispell): Doc fix.
8891
8892 2000-12-08 Kenichi Handa <handa@etl.go.jp>
8893
8894 * international/quail.el (quail-insert-decode-map): Check the
8895 frame width of a window displaying the current buffer, not that of
8896 the selected frame.
8897 (quail-help): Make sure that the help buffer has window before
8898 inserting text in it.
8899
8900 2000-12-07 Sam Steingold <sds@gnu.org>
8901
8902 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
8903 Backquote is used in isearch.el, so autoloading saves nothing.
8904
8905 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
8906
8907 * startup.el (normal-top-level-add-subdirs-to-load-path):
8908 Ignore the CVS and RCS subdirectories case-insensitively.
8909
8910 * dired.el (dired-insert-directory): If file-system-info is
8911 fboundp, call it instead of invoking dired-free-space-program.
8912
8913 2000-12-07 Gerd Moellmann <gerd@gnu.org>
8914
8915 * server.el (server-visit-files): Push files on file-name-history.
8916
8917 * progmodes/cc-langs.el: Update copyright.
8918
8919 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
8920
8921 * bindings.el (mode-line-mode-menu): Add glasses-mode.
8922
8923 * bindings.el (mode-line-mode-menu): Reverse the order
8924 of define-keys so that the menu appears in alphabetical order.
8925
8926 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
8927
8928 * progmodes/glasses.el (glasses-mode): Update mode line at the end
8929 of the function.
8930
8931 2000-12-07 Dave Love <fx@gnu.org>
8932
8933 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
8934
8935 * facemenu.el (facemenu-unlisted-faces): Fix value.
8936
8937 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
8938
8939 * font-lock.el (font-lock-default-fontify-region):
8940 Include the terminating \n (off-by-one error).
8941 (font-lock-set-defaults): Use dolist.
8942
8943 * derived.el (define-derived-mode): Don't use combine-run-hooks.
8944
8945 2000-12-07 Kenichi Handa <handa@etl.go.jp>
8946
8947 * international/mule-cmds.el (describe-language-environment):
8948 Fix for the case that an input method title is not string but a list.
8949
8950 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
8951 of wrong SIZE record.
8952
8953 2000-12-06 Dave Love <fx@gnu.org>
8954
8955 * newcomment.el (comment-region, comment-dwim): Doc fix.
8956
8957 * textmodes/texinfo.el: Require tex-mode when compiling.
8958 (texinfo-update-node): Doc fix.
8959 (texinfo-imenu-generic-expression): Add @anchor.
8960 (texinfo-font-lock-keywords): Add @uref.
8961 (texinfo-inside-macro-p): Don't use ignore-errors.
8962 (texinfo-insert-quote): Match more contexts.
8963
8964 * international/mule.el (decode-char, encode-char): Doc fix.
8965 (auto-coding-alist): Customize.
8966
8967 * files.el (load-file): Fix change of 2000-03-12.
8968
8969 * wid-edit.el (widget-text-keymap): Doc fix.
8970
8971 2000-12-06 Andrew Innes <andrewi@gnu.org>
8972
8973 * makefile.w32-in (lisp): Set to an absolute directory, namely
8974 $(CURDIR).
8975
8976 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
8977
8978 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
8979 read generated-autoload-file, and set buffer-file-coding-system to
8980 raw-text-unix after reading the file.
8981
8982 * international/mule-conf.el (file-coding-system-alist):
8983 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
8984
8985 2000-12-06 Gerd Moellmann <gerd@gnu.org>
8986
8987 * replace.el (occur): Make line-number-width 1 smaller for the
8988 colon following the line number.
8989
8990 * startup.el (fancy-splash-text, command-line-1):
8991 Use `File' for the menu name instead of `Files'.
8992
8993 * tmm.el: Update copyright.
8994
8995 * cus-start.el: Add entry for even-window-heights.
8996
8997 2000-12-06 Miles Bader <miles@gnu.org>
8998
8999 * faces.el (frame-set-background-mode): Avoid stomping on
9000 locally modified faces.
9001
9002 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9003
9004 * international/fontset.el: Correct the font registries for
9005 japanese-jisx0213-1 and japanese-jisx0213-2.
9006
9007 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9008
9009 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9010
9011 * iswitchb.el: Update customization commentary.
9012
9013 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9014
9015 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9016 (tpu-search-highlight): Fixed comparison of overlay end positions.
9017 (tpu-trim-line-ends): Implemented trimming logic locally.
9018
9019 * emulation/tpu-extras.el (tpu-write-file-hook)
9020 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9021
9022 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9023
9024 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9025 to cn-gb.
9026 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9027
9028 2000-12-04 Dave Love <fx@gnu.org>
9029
9030 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9031
9032 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9033
9034 * mail/rmailsum.el (rmail-summary-expunge)
9035 (rmail-summary-expunge-and-save): Ask for confirmation with
9036 rmail-expunge-confirmed.
9037
9038 * mail/rmail.el (rmail-expunge-confirmed): New function.
9039 (rmail-expunge): Use it.
9040
9041 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9042
9043 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9044 (etags-recognize-tags-table, find-tag-in-order):
9045 New functionality: interpret file names as tags.
9046
9047 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9048
9049 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9050 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9051 the first subnode until the bottom of the current node is visible.
9052
9053 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9054
9055 * format.el (format-decode): Don't change buffer's undo list.
9056
9057 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9058
9059 * faces.el (face-font-registry-alternatives): Add entries for CJK
9060 fonts. Doc-string adjusted for the actual usage of this data.
9061
9062 * international/fontset.el: Change the font registries for CJK
9063 fonts in the default fontset. Don't append '*' to registries.
9064
9065 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9066
9067 * emacs-lisp/easy-mmode.el (define-derived-mode)
9068 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9069
9070 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9071 (derived-mode-p): New function.
9072 (derived-mode-make-docstring): Add `docstring' argument.
9073 Use it if available and complete it if necessary.
9074
9075 2000-12-03 Andreas Schwab <schwab@suse.de>
9076
9077 * type-break.el (type-break): Don't make parent of itself.
9078
9079 2000-12-03 Miles Bader <miles@gnu.org>
9080
9081 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9082
9083 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9084
9085 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9086 (tex-main-file, tex-file): Simplify.
9087 (tex-generate-zap-file-name): Use subst-char-in-string.
9088 (tex-strip-dots): Remove.
9089
9090 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9091
9092 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9093 to check if the match succeeded.
9094
9095 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9096
9097 * startup.el (use-fancy-splash-screens-p): New function.
9098 (command-line-1): Use it to determine whether or not to use
9099 a fancy splash screen.
9100
9101 2000-12-02 Andreas Schwab <schwab@suse.de>
9102
9103 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9104
9105 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9106
9107 * international/mule.el (make-char): Fix last change.
9108
9109 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9110 New defcustoms.
9111 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9112 autoloading tex-mode; instead, do the same manually.
9113 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9114 with numeric argument. Docstring fix.
9115 (toplevel): Require cl when compiling.
9116
9117 * international/mule.el (make-char): Doc fix.
9118
9119 2000-12-02 Jason Rumney <jasonr@gnu.org>
9120
9121 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9122 the Emacs Lisp manual)
9123
9124 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9125
9126 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9127
9128 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9129 the Emacs Lisp manual).
9130
9131 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9132
9133 * simple.el (next-line-add-newlines): Change default to nil.
9134
9135 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9136
9137 * files.el (revert-buffer, recover-file):
9138 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9139
9140 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9141
9142 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9143
9144 2000-12-01 Miles Bader <miles@gnu.org>
9145
9146 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9147
9148 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9149
9150 * international/mule-diag.el (describe-char-after): Fix typo.
9151 (describe-character-set, non-iso-charset-alist): Fix typo.
9152
9153 2000-12-01 Miles Bader <miles@gnu.org>
9154
9155 * image-file.el (image-file-name-regexp): Automatically add
9156 upper-case variants of each filename extension in
9157 `image-file-name-extensions', since they seem to be common.
9158
9159 * simple.el (minibuffer-contents)
9160 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9161 New functions.
9162 * filecache.el (file-cache-directory-name)
9163 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9164
9165 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9166
9167 * filecache.el (file-cache-minibuffer-complete): Don't try to
9168 delete the minibuffer prompt.
9169
9170 2000-11-30 Dave Love <fx@gnu.org>
9171
9172 * cus-start.el: Fix read-buffer-function type.
9173
9174 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9175
9176 * md5.el: Removed. There's a built-in function, now.
9177
9178 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9179
9180 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9181 as dummy 0-th char of rmail-deleted-vector.
9182
9183 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9184
9185 * ps-print.el (ps-end-job): Bind case-fold-search only after
9186 switching to ps-spool-buffer.
9187
9188 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9189
9190 * ps-print.el: Line number font customization. PostScript: Lines and
9191 PageCount are initialized on each page. Doc Fix.
9192 (ps-print-version): New version number (6.3.2).
9193 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9194 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9195 (ps-right-header): Customization fix.
9196 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9197 Fix code.
9198 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9199 New vars.
9200
9201 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9202
9203 * bs.el: Fix typos and spelling errors.
9204 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9205 (bs-configuration): Doc fix.
9206
9207 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9208
9209 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9210
9211 * emulation/tpu-edt.el (tpu-version): New version.
9212 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9213 (tpu-original-mode-line): Variable deleted.
9214 (tpu-mark-flag): New initial value.
9215 (tpu-set-mode-line): Don't redefine mode-line-format.
9216 Add tpu-mark-flag to minor-mode-alist.
9217 (tpu-update-mode-line): New mark flag logic.
9218 (tpu-get): Use find-file-wildcards.
9219 (tpu-search-highlight): Move overlay less, reset overlay properly.
9220 (tpu-unselect): Deactivate mark.
9221 (tpu-lm-replace): Reset overlay properly.
9222 (tpu-forward-line): Use forward-visible-line.
9223 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9224
9225 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9226
9227 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9228
9229 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9230
9231 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9232
9233 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9234 and skip whitespace and newlines.
9235
9236 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9237
9238 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9239
9240 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9241
9242 * help.el (describe-function-1): Regexp-quote function name
9243 when used as part of a regexp.
9244
9245 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9246 Use face-attribute instead of face-foreground and face-background.
9247 (tool-bar-add-item): Likewise, and handle unspecified colors.
9248
9249 * enriched.el (enriched-face-ans): Use face-attribute instead
9250 of face-foreground and face-background.
9251
9252 * faces.el (face-foreground, face-background, face-stipple):
9253 Return nil if attribute is unspecified, for backward compatibility.
9254
9255 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9256
9257 * play/5x5.el: Remove version info.
9258
9259 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9260
9261 * frame.el (blink-cursor-mode): Doc fix.
9262
9263 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9264
9265 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9266 to create Makefile rules.
9267 (antlr-tool-command): New user option.
9268 (antlr-ask-about-save): New user option.
9269 (antlr-makefile-specification): New user option.
9270 (antlr-file-formats-alist): New variable.
9271 (antlr-special-file-formats): New variable.
9272 (antlr-unknown-file-formats): New user option.
9273 (antlr-help-unknown-file-text): New variable.
9274 (antlr-help-rules-intro): New variable.
9275 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9276 (antlr-mode-menu): Add entries.
9277 (antlr-file-dependencies): New function.
9278 (antlr-directory-dependencies): New function.
9279 (antlr-superclasses-glibs): New function.
9280 (antlr-run-tool): New command.
9281 (antlr-makefile-insert-variable): New function.
9282 (antlr-insert-makefile-rules): New function.
9283 (antlr-show-makefile-rules): New command.
9284
9285 * antlr-mode.el: More Emacs/XEmacs stuff.
9286 (antlr-no-action-keywords): New constant with value nil.
9287 (antlr-font-lock-keywords-alist): Use it. Old value would break
9288 syntax highlighting in Emacs-21.0.
9289 (antlr-default-directory): Emacs/XEmacs dependend function.
9290 (antlr-read-shell-command): Ditto.
9291 (antlr-with-displaying-help-buffer): Ditto.
9292
9293 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9294
9295 * antlr-mode.el: imenu, parsing and highlighting changes.
9296 (antlr-imenu-create-index-function): Don't create extra submenus
9297 for definitions in different grammar classes. It is not necessary
9298 for the menu and would make command `imenu' awkward to use.
9299 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9300 header actions and more than one.
9301 (antlr-font-lock-tokendef-face): Changed color.
9302 (antlr-font-lock-tokenref-face): Changed color.
9303 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9304 (antlr-mode-syntax-table): New variable.
9305 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9306 (antlr-with-syntax-table): Don't copy syntax table.
9307
9308 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9309
9310 * antlr-mode.el: Minor changes: language setting.
9311 (antlr-language-alist): The value for file option "language" can
9312 be both an identifier and a string.
9313 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9314 (antlr-language-limit-n-regexp): Change accordingly.
9315
9316 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9317
9318 * antlr-mode.el: Minor changes: tabs, hiding.
9319 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9320 (antlr-action-visibility): Also allow value nil to also hide the
9321 braces. Renamed from `antlr-tiny-action-length'.
9322 Suggested by Jay@aol.com.
9323 (antlr-hide-actions): Change accordingly. Hide line if completely
9324 hidden action is on a line of its own.
9325
9326 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9327
9328 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9329
9330 * sort.el (sort-columns): Don't concat strings with numbers.
9331
9332 2000-11-29 Dave Love <fx@gnu.org>
9333
9334 * cus-edit.el (face): Fix :format.
9335
9336 * mail/feedmail.el: Require smtpmail when compiling.
9337 (mail-do-fcc): Autoload.
9338 (feedmail) <defgroup>: Fix :link.
9339 (feedmail-nuke-body-in-fcc): Fix :type.
9340 (feedmail-send-it): Add autoload cookie.
9341
9342 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9343
9344 * newcomment.el (comment-indent): Save excursion around call to
9345 comment-indent-function.
9346
9347 2000-11-29 Miles Bader <miles@gnu.org>
9348
9349 * subr.el (member-ignore-case): Return the tail of the list who's
9350 car matches, like `member', not the matching element itself.
9351
9352 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9353
9354 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9355 should not contain `\n'.
9356
9357 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9358
9359 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9360
9361 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9362
9363 * dired-aux.el (dired-do-create-files): Construct default file
9364 name for dired-mark-read-file-name so that when the user enters
9365 just RET, the target file will end up in the target directory.
9366
9367 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9368 local-abbrev-table before changing buffers because it might
9369 have a buffer-local binding.
9370
9371 2000-11-28 Miles Bader <miles@gnu.org>
9372
9373 * simple.el (delete-horizontal-space): Handle fields more generally.
9374
9375 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9376
9377 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9378
9379 2000-11-28 Dave Love <fx@gnu.org>
9380
9381 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9382 comment-start-skip locally.
9383
9384 * progmodes/fortran.el (fortran-mode): Don't set
9385 fortran-comment-line-start-skip. Set comment-start to
9386 fortran-comment-line-start.
9387 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9388 (fortran-comment-line-start-skip): Simplify slightly.
9389
9390 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9391
9392 * play/5x5.el: Remove RCS keyword.
9393
9394 * bs.el: Mistaken commit, undone 2000-11-30.
9395
9396 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9397
9398 * textmodes/tildify.el (tildify-string-alist):
9399 Add `plain-tex-mode' here.
9400
9401 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9402
9403 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9404 reference.
9405
9406 2000-11-28 Miles Bader <miles@gnu.org>
9407
9408 * cus-face.el (custom-face-attributes): Add post-filter function
9409 for :box. Make pre-filter function for :box handle all cases.
9410
9411 * wid-edit.el (widget-choose): Make sure pop-up window is large
9412 enough to display all the choices, as there's no way to scroll it.
9413
9414 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9415
9416 * international/mule-conf.el: Make the coding system no-conversion
9417 safe for all characters.
9418
9419 2000-11-27 Dave Love <fx@gnu.org>
9420
9421 * net/ldap.el (ldap) <defgroup>: Add :version.
9422
9423 * tooltip.el (tooltip-use-echo-area): Doc fix.
9424
9425 * cus-start.el <minibuffer-prompt-properties>: Add version.
9426 <read-buffer-function>: Add.
9427
9428 * apropos.el (apropos-print): Add help-echo to active text.
9429
9430 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9431
9432 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9433
9434 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9435 type, group and version.
9436
9437 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9438
9439 * select.el (x-get-selection): Docstring fix.
9440
9441 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9442
9443 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9444
9445 2000-11-27 Andrew Innes <andrewi@gnu.org>
9446
9447 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9448
9449 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9450
9451 2000-11-27 Miles Bader <miles@gnu.org>
9452
9453 * dired.el (dired-get-filename): Return filename verbatim if
9454 LOCALP is `verbatim'.
9455 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9456 `verbatim' so that we don't inadvertently delete a non-existant
9457 directory name.
9458
9459 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9460
9461 * international/characters.el: Specify cases and syntaxes for
9462 mule-unicode-0100-24ff.
9463
9464 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9465
9466 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9467 that foreground and/or background colors of the face `tool-bar'
9468 are unspecified.
9469
9470 2000-11-27 Miles Bader <miles@gnu.org>
9471
9472 * wid-edit.el (widget-field-buffer, widget-field-start)
9473 (widget-field-end): Handle widget field `pseudo-overlays'.
9474 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9475 if it's there instead of in `widget-field-list'.
9476
9477 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9478 (help-make-xrefs): Delete extraneous newlines at the end of the
9479 docstring.
9480
9481 2000-11-25 Jason Rumney <jasonr@gnu.org>
9482
9483 * startup.el (command-line): Call set-locale-environment after
9484 Window System init file is read, as it can result in a call to
9485 redraw-frame.
9486
9487 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9488
9489 * simple.el (shell-command): Mention the effect of the prefix
9490 argument in the doc string.
9491
9492 2000-11-25 Miles Bader <miles@gnu.org>
9493
9494 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9495
9496 * wid-edit.el (widget-field-value-delete): Don't try to delete
9497 overlay when it's the `pseudo-overlay' that exists at some points.
9498
9499 2000-11-24 Jason Rumney <jasonr@gnu.org>
9500
9501 * international/mule-cmds.el (locale-language-names): Add "jp" as
9502 a non-standard alternative for Japanese.
9503
9504 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9505
9506 * vc-hooks.el: Require 'cl during compilation.
9507
9508 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9509
9510 * faces.el (face-set-after-frame-default): Let face attributes
9511 specified for new frames override frame parameters.
9512
9513 * startup.el (command-line): Fix computation of the source file
9514 for user-init-file when user-init-file is a compiled file.
9515
9516 2000-11-24 Miles Bader <miles@gnu.org>
9517
9518 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9519 (custom-post-filter-face-spec): New functions.
9520 (custom-face-set, custom-face-value-create): Filter the face spec
9521 before and after customization.
9522 (custom-face-set): If VALUE specifies a null face, pass a
9523 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9524 * cus-face.el (custom-face-attributes): Remove SET and GET
9525 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9526 cases they're needed.
9527
9528 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9529 that it's distinguishable from the :off-glyph on dark-background
9530 displays. Set its background color too.
9531
9532 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9533 so that people can easily turn it off.
9534
9535 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9536
9537 * ediff-diff.el: Moved variables around to have it compile under NT.
9538
9539 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9540
9541 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9542
9543 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9544 redundant skip-small-frames test.
9545
9546 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9547 (viper-downgrade-to-insert): Protect against errors in hooks.
9548
9549 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9550 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9551 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9552 New functions.
9553
9554 * viper-util.el (viper-memq-char): Bug fixes.
9555
9556 * viper.el (viper-mode): Fix cursor handling.
9557
9558 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9559
9560 * international/mule-diag.el (list-iso-charset-chars):
9561 For two-byte charset, fix the `while' condition.
9562 (list-non-iso-charset-chars): Fix the `while' condition.
9563
9564 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9565
9566 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9567 if the variable is make-variable-buffer-local.
9568
9569 * progmodes/ada-stmt.el (ada-template-map):
9570 Initialize and bind it to C-c t in ada-mode-map.
9571 (ada-stmt-mode-hook): New function extracted from old code.
9572 Only change the buffer-local side of skeleton-*.
9573 (ada-mode-hook): Use it.
9574
9575 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9576
9577 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9578 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9579 we expect to be returned by minibuffer-depth once we prompt the
9580 user in the minibuffer.
9581 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9582 as recorded in iswitchb-minibuf-depth, return non-nil.
9583
9584 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9585
9586 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9587 (hscroll-window-maybe): Docstring fix.
9588
9589 2000-11-23 Dave Love <fx@gnu.org>
9590
9591 * rect.el (string-rectangle): Don't test delete-selection-mode.
9592
9593 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9594
9595 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9596 is in the tool bar.
9597
9598 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9599 with `no-dir'; we want the directory part to be able to remove it.
9600
9601 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9602
9603 * textmodes/outline.el (outline-flag-region):
9604 Don't bind inhibit-read-only since we don't modify the buffer.
9605 (outline-isearch-open-invisible): Don't jump to overlay-start
9606 since we're trying to unhide text around point.
9607 (outline-discard-overlays): Use dolist.
9608
9609 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9610
9611 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9612
9613 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9614
9615 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9616
9617 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9618 Fix ARG regexp to skip quoted braces.
9619 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9620 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9621 are (correctly) handled separately).
9622 Remove `caption' and `footnote' from `citations': they contain text.
9623 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9624 (latex-skeleton-end-hook): New function.
9625 (latex-mode): Use it.
9626 (tex-start-tex-marker): Remove.
9627 (tex-send-tex-command): Don't set tex-start-tex-marker.
9628 (tex-error-parse-syntax-table): New var.
9629 (tex-compilation-parse-errors): Use it.
9630 Ignore tex-start-tex-marker. Don't bother with marker-position.
9631 (tex-validate-buffer): Don't bother with marker-position.
9632
9633 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9634 (flyspell-generic-progmode-verify): Use it.
9635
9636 2000-11-22 Sam Steingold <sds@gnu.org>
9637
9638 * simple.el (delete-trailing-whitespace): New interactive function.
9639
9640 * progmodes/ada-mode.el (ada-mode): Use it instead of
9641 `ada-remove-trailing-spaces'.
9642 (ada-remove-trailing-spaces): Removed.
9643
9644 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9645
9646 * textmodes/picture.el (picture-clean): Removed.
9647 (picture-mode-exit): Call it instead of `picture-clean'.
9648
9649 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9650
9651 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9652
9653 * hi-lock.el (hi-lock-refontify): Don't call non-existent
9654 jit-lock-fontify-buffer; it should anyway be unneccessary to
9655 do anything special when jit-lock is active.
9656 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
9657
9658 2000-11-22 Dave Love <fx@gnu.org>
9659
9660 * calendar/todo-mode.el (todo-top-priorities): Use
9661 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
9662
9663 * language/chinese.el, language/cyrillic.el:
9664 * language/devanagari.el, language/ethiopic.el, language/greek.el:
9665 * language/hebrew.el, language/indian.el, language/japanese.el:
9666 * language/korean.el, language/lao.el, language/misc-lang.el:
9667 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9668 Use provide.
9669
9670 * cus-edit.el (custom-buffer-create-internal): Save some consing.
9671 (custom-variable-set): Improve validation error mesage.
9672
9673 * rect.el (string-rectangle): Revert last change.
9674 (string-rectangle-line): New arg DELETE.
9675 (string-rectangle): Check delete-selection-mode.
9676
9677 * emacs-lisp/edebug.el (edebug-version)
9678 (edebug-maintainer-address): Deleted.
9679 (edebug-submit-bug-report): Just alias to report-emacs-bug.
9680 (edebug-read-function): Account for other `'#' read forms.
9681 (edebug-mode-menus): Make some items toggles.
9682 (edebug-outside-unread-command-event, unread-command-event):
9683 Remove these to avoid warnings.
9684
9685 2000-11-22 David Ponce <david@dponce.com>
9686
9687 * recentf.el (recentf-menu-items-for-commands)
9688 (recentf-make-menu-items, recentf-make-menu-item)
9689 (recentf-filter-changer): Added :help and :active menu-item properties.
9690
9691 (recentf-build-dir-rules, recentf-dump-variable)
9692 (recentf-edit-list, recentf-open-files-item)
9693 (recentf-open-files): Replaced unnecessary `mapcar' with new
9694 built-in `mapc'.
9695
9696 2000-11-23 Miles Bader <miles@gnu.org>
9697
9698 * faces.el (menu): Make inverse-video on ttys too.
9699
9700 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9701
9702 * simple.el (comment-line-break-function): Use the new name
9703 indent-new-comment-line -> comment-indent-new-line.
9704 (clone-indirect-buffer): Don't ignore NORECORD.
9705 (next-completion): Properly handle the case where items are adjacent.
9706
9707 * mouse.el (popup-menu): Stupid typo.
9708
9709 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9710
9711 * emacs-lisp/authors.el: Remove autoload cookies, add author,
9712 maintainer, keywords tags.
9713
9714 * rect.el (replace-rectangle): Don't call string-rectangle-line
9715 with too many arguments.
9716
9717 2000-11-22 Andre Spiegel <spiegel@gnu.org>
9718
9719 * ediff-util.el (ediff-file-checked-out-p)
9720 (ediff-file-checked-in-p): Call vc-state instead of
9721 vc-locking-user, which no longer exists.
9722
9723 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
9724
9725 2000-11-22 Dave Love <fx@gnu.org>
9726
9727 * md5.el (md5): Provide.
9728 (md5): Fix error call.
9729
9730 2000-11-22 Miles Bader <miles@gnu.org>
9731
9732 * textmodes/refill.el (refill-adjust-ignorable-overlay)
9733 (refill-fill-paragraph-at): Remove debugging code.
9734
9735 * calendar/calendar.el (generate-calendar-window): When we don't
9736 call `fit-window-to-buffer', make sure the top line is fully visible.
9737
9738 * image-file.el (insert-image-file): Don't make `read-only'
9739 property rear-nonsticky.
9740
9741 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
9742 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
9743 stashing away its original value.
9744 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
9745 in the recursive edit.
9746 Bind `isearch-original-minibuffer-message-timeout' to protect it.
9747 (isearch-done): Restore `minibuffer-message-timeout'.
9748
9749 * cus-start.el: Remove entry for `mode-line-inverse-video'.
9750
9751 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
9752
9753 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
9754
9755 * find-lisp.el (find-lisp-find-files-internal):
9756 Use dolist, when and file-name-as-directory.
9757
9758 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
9759 (define-derived-mode, define-minor-mode): Add specs.
9760
9761 * window.el: General comment and spacing fixes.
9762 (save-selected-window): Use backquotes.
9763 (window-safely-shrinkable-p): New function.
9764 (shrink-window-if-larger-than-buffer): Use it.
9765
9766 * subr.el (make-local-hook): Docstring fix.
9767
9768 * shell.el (shell-mode): Use define-derived-mode.
9769
9770 * newcomment.el (comment-indent): Insert comment before calling
9771 comment-indent-function. Don't insert in column 0.
9772 (comment-dwim): Indent before inserting comment.
9773
9774 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
9775 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
9776 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
9777 Use mapc rather than map.
9778
9779 * files.el (find-buffer-visiting): Compare all attributes before
9780 declaring two files identical (rather than just their inode-no).
9781 (auto-mode-alist): Use \' rather than $.
9782
9783 * which-func.el: Update maintainer line.
9784
9785 * pcvs.el (uniquify-buffer-file-name): Remove advice.
9786 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
9787 (uniquify-buffer-file-name): Use it.
9788
9789 2000-11-22 Miles Bader <miles@gnu.org>
9790
9791 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
9792 * simple.el (minibuffer-avoid-prompt): New function.
9793
9794 2000-11-21 Gerd Moellmann <gerd@gnu.org>
9795
9796 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
9797
9798 2000-11-21 Miles Bader <miles@gnu.org>
9799
9800 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
9801 inclusion of `track-mouse'.
9802
9803 * textmodes/refill.el (refill-ignorable-overlay): New variable.
9804 (refill-adjust-ignorable-overlay): New function.
9805 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
9806 only the paragraph's tail if possible.
9807 Update `refill-ignorable-overlay'.
9808 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
9809
9810 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9811 point inside the fill-prefix.
9812
9813 * textmodes/refill.el (refill-post-command-function): Don't reset
9814 refill-doit in the case where a self-insertion command doesn't
9815 case a refill. Use `refill-fill-paragraph-at', getting position
9816 from `refill-doit'.
9817 (refill-after-change-function): Set `refill-doit' to END.
9818 (refill-fill-paragraph-at): New function, mostly from old
9819 refill-fill-paragraph.
9820 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
9821 (refill-pre-command-function): New function.
9822 (refill-mode): Add it to `pre-command-hook'.
9823
9824 2000-11-20 Gerd Moellmann <gerd@gnu.org>
9825
9826 * textmodes/artist.el (artist-mode): Fix autoload cookie.
9827
9828 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
9829 javadoc tags.
9830
9831 2000-11-20 Andre Spiegel <spiegel@gnu.org>
9832
9833 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
9834 vc.el).
9835
9836 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
9837 require vc.
9838
9839 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
9840 checkouts.
9841
9842 2000-11-20 Dave Love <fx@gnu.org>
9843
9844 * Makefile.in (DONTCOMPILE): Omit bindings.el.
9845
9846 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
9847
9848 * calculator.el (calculator-paste): Use `if' instead of `and'
9849 and `or'.
9850 (calculator-help): Don't use electric-describe-mode for XEmacs.
9851
9852 2000-11-19 Gerd Moellmann <gerd@gnu.org>
9853
9854 * info.el (info-menu-5): Doc fix.
9855
9856 * textmodes/artist.el: New file.
9857
9858 2000-11-19 Andre Spiegel <spiegel@gnu.org>
9859
9860 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
9861 and differentiate according to checkout model.
9862 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
9863 since this function is only concerned with master state.
9864
9865 * vc-hooks.el (vc-workfile-unchanged-p)
9866 (vc-default-workfile-unchanged-p): Moved here from vc.el.
9867
9868 * vc.el (vc-workfile-unchanged-p)
9869 (vc-default-workfile-unchanged-p): See above.
9870
9871 2000-11-19 Miles Bader <miles@gnu.org>
9872
9873 * image-file.el (insert-image-file): Make `intangible' and
9874 `read-only' properties rear-nonsticky too.
9875
9876 2000-11-18 Gerd Moellmann <gerd@gnu.org>
9877
9878 * ps-print.el: Update copyright notice.
9879
9880 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
9881 (tooltip-show): Use the offsets.
9882
9883 * bindings.el (mode-line-modified): Fix a typo.
9884 (mode-line-toggle-modified, mode-line-widen)
9885 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
9886
9887 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9888
9889 * ps-print.el (toplevel): Test for find-coding-system being
9890 fboundp before calling ps-x-find-coding-system.
9891
9892 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
9893
9894 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
9895 (vc-version-backup-file): Docstring fix.
9896
9897 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9898
9899 * files.el (basic-save-buffer): Don't add a newline if
9900 find-file-literally is non-nil.
9901 (find-file-literally): Extend doc string.
9902
9903 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
9904 sort(1) with the `-f' argument.
9905
9906 2000-11-16 Andre Spiegel <spiegel@gnu.org>
9907
9908 * vc.el: Updated backend documentation.
9909 (vc-default-check-headers): New function.
9910
9911 * vc-{cvs,rcs,sccs}.el: Functions reordered.
9912
9913 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
9914 up-to-date.
9915 (vc-do-command): In the asynchronous case, output messages only if
9916 the minibuffer is not active.
9917
9918 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
9919 `vc-cvs-use-edit' is on.
9920 (vc-cvs-checkout): When this is used for reverting the workfile,
9921 make a backup of the original contents and revert to that in case
9922 of error.
9923 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9924 remote repositories.
9925
9926 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
9927 for both version and ratio in the minibuffer.
9928
9929 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
9930 Use vc-do-command to perform the annotation, not call-process.
9931
9932 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9933
9934 * international/quail.el (quail-start-translation): Don't call
9935 `message' before reading key sequence.
9936
9937 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
9938
9939 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
9940
9941 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9942
9943 * window.el (fit-window-to-buffer): Be sure to acquire at least
9944 one text line even if the buffer is empty.
9945
9946 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9947
9948 * net/ange-ftp.el (ange-ftp-file-writable-p)
9949 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
9950 Bind ange-ftp-process-verbose to nil.
9951
9952 2000-11-15 Dave Love <fx@gnu.org>
9953
9954 * wid-edit.el (widget-specify-field, widget-specify-button):
9955 If :help-echo is a function, set help-echo of overlay to
9956 widget-mouse-help.
9957 (widget-mouse-help): New function.
9958 (widget-echo-help): Rewritten for :help-echo functions only taking
9959 a widget arg.
9960
9961 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
9962 Use display-graphic-p.
9963 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
9964 and that JPEG is available.
9965 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
9966
9967 * international/mule-cmds.el (locale-charset-language-names):
9968 Match @euro.
9969
9970 2000-11-15 Gerd Moellmann <gerd@gnu.org>
9971
9972 * faces.el (face-set-after-frame-default):
9973 If `inhibit-default-face-x-resources' is bound, don't intialize the
9974 default face from X resources.
9975
9976 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9977
9978 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
9979 Don't set EMACSLOADPATH.
9980
9981 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9982
9983 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
9984 texinfo-insert-@url.
9985 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
9986 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
9987
9988 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9989
9990 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
9991 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
9992 (checkdoc-minor-keymap): Backward compatibility.
9993 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
9994 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
9995 (checkdoc-this-string-valid-engine): Be a bit more strict
9996 to avoid matching substrings of `...' quoted vars/funs.
9997 (checkdoc-defun-info): Only look for `interactive' if alone.
9998 (debug-ignored-errors): Add "arg doesn't appear in docstring".
9999
10000 * progmodes/compile.el (grep): `tag-default' can be nil.
10001
10002 * newcomment.el (comment-indent): Paren typo.
10003
10004 2000-11-14 Dave Love <fx@gnu.org>
10005
10006 * calculator.el: New maintainer version.
10007
10008 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10009
10010 * cmuscheme.el: Doc fixes.
10011 (cmuscheme) <defgroup>: Use `scheme' as parent.
10012 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10013
10014 * xscheme.el (scheme-program-name): Don't define here.
10015
10016 * progmodes/scheme.el (scheme-program-name): New variable
10017 (originally in cmuscheme).
10018
10019 2000-11-14 Miles Bader <miles@gnu.org>
10020
10021 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10022 Handle header-lines. Don't loop forever if we can't enlarge the
10023 window anymore. Simplify a bit.
10024
10025 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10026
10027 * window.el (fit-window-to-buffer): Don't check
10028 window-text-height. Assure that the last line is fully visible.
10029
10030 * international/quail.el (quail-show-guidance-buf):
10031 Call fit-window-to-buffer to assure the enough height of the guidance
10032 buffer.
10033 (quail-update-guidance): Avoid making the guidance buffer shorter.
10034
10035 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10036
10037 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10038 rather than `prepend' and add an interesting comment.
10039 (tex-math-face, tex-font-lock-syntactic-face-function):
10040 New face and function to use it.
10041 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10042 than `menu-enable' symbol property.
10043 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10044 (tex-mode): Add some latex-mode commands for auto-selection.
10045 Use tex-font-lock-syntactic-face-function.
10046 (tex-insert-quote): Simplify.
10047 (tex-shell): New mode.
10048 (tex-start-shell): Use it.
10049 (tex-shell-proc, tex-shell-buf): New functions.
10050 (tex-send-command): Use it.
10051 (tex-main-file): Fix the meaning of the new arg REALFILE.
10052 (tex-send-tex-command): New function split from `tex-start-tex'.
10053 Set compilation-last-buffer and compilation-parsing-end.
10054
10055 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10056 when it follows non-comment text on the line.
10057
10058 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10059 Set font-lock-defaults.
10060 (lisp-mode-shared-map): Init inside the defvar.
10061 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10062 Use define-derived-mode.
10063
10064 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10065
10066 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10067
10068 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10069
10070 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10071 Don't recursively optimize body because that can lead to infinite
10072 recursion; see comment there.
10073
10074 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10075
10076 * faces.el (face-spec-set-match-display): Revert the change from
10077 2000-10-24. Add a FIXME for after v21.1.
10078
10079 2000-11-13 Miles Bader <miles@gnu.org>
10080
10081 * textmodes/fill.el (skip-line-prefix): New function.
10082 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10083 (fill-paragraph): Don't leave point inside the fill-prefix.
10084 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10085 point inside the fill-prefix.
10086
10087 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10088
10089 * calendar/calendar.el (generate-calendar-window):
10090 Use `fit-window-to-buffer'.
10091
10092 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10093
10094 * gud.el (gud-minor-mode): New var.
10095 (gud-symbol, gud-val): New functions.
10096 (gud-find-file): Copy gud-minor-mode to the new buffer.
10097 (gud-menu-map): Include entries for commands that are not always
10098 available, using :enable to (de)activate them.
10099 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10100 (gud-mode-map): New map.
10101 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10102 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10103 Don't set up gud's menu (it's done by the minor-mode).
10104 (gud-minibuffer-local-map): New.
10105 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10106 (gud-query-cmdline): New function.
10107 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10108 (gud-mode): Use define-derived-mode.
10109 Don't set up gud's menu (it's done by the minor-mode).
10110 (gud-chop-words): Remove.
10111 (gud-common-init): Use split-string instead.
10112 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10113
10114 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10115 Add keyword arg :name.
10116
10117 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10118 (diff-count-matches, diff-split-hunk): New functions.
10119 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10120
10121 * pcvs-info.el (cvs-fi-conflict-face): New var.
10122
10123 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10124 Make it into a simple syntax-table, shared among all submodes.
10125 (sh-heredoc-face): Re-introduce.
10126 (sh-font-lock-syntactic-face-function): New function.
10127 (sh-mode): Use it. Also use define-derived-mode.
10128 Remove old bogus setting of indent-region-function.
10129 (sh-set-shell): Don't set the syntax-table any more.
10130 (sh-mode-syntax-table) <defun>: Remove.
10131
10132 2000-11-12 Miles Bader <miles@gnu.org>
10133
10134 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10135 message if interactive.
10136
10137 2000-11-12 Dave Love <fx@gnu.org>
10138
10139 * mail/feedmail.el: Fix header,
10140 (feedmail) <defgroup>: Add :link.
10141
10142 * view.el: Use local-map property, not keymap on mode-line string.
10143
10144 * scroll-all.el (scroll-all-mode): Customize variable.
10145 Add autoload cookie to function.
10146
10147 * lazy-lock.el: Remove compatibility code.
10148
10149 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10150 (finder-help-echo): New variable.
10151 (finder-mouse-face-on-line): Add help-echo stuff.
10152 (finder-list-keywords, finder-list-matches): Use mapc.
10153
10154 * faces.el (face-font-registry-alternatives): Add :version.
10155
10156 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10157 tags-table-list.
10158
10159 * net/browse-url.el (browse-url-browser-function): Update :version.
10160
10161 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10162 (mail-mode): Use [:alnum:] in some regexps.
10163
10164 2000-11-10 Dave Love <fx@gnu.org>
10165
10166 * ediff.el (ediff-regions-internal, ediff-documentation):
10167 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10168 fundamental mode.
10169
10170 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10171 buffer into fundamental mode.
10172 (ediff-set-difference): Use copy-sequence if available.
10173
10174 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10175 Check ediff-patch-map non-nil.
10176 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10177 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10178 buffer into fundamental mode.
10179
10180 * ediff-merg.el (state-or-merge): Defvar when compiling.
10181
10182 2000-11-10 Jason Rumney <jasonr@gnu.org>
10183
10184 * w32-fns.el (w32-add-charset-info): New function.
10185 (w32-charset-info-alist): Use it.
10186
10187 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10188
10189 * faces.el (face-font-registry-alternatives): New user-option.
10190
10191 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10192
10193 * textmodes/texinfo.el (texinfo-block-default): New var.
10194 (texinfo-insert-block): Use it. Insert a newline if needed.
10195
10196 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10197 (fill-region-as-paragraph): Use it.
10198
10199 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10200 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10201 Tweak paragraph regexps to allow a leading [ \t]*.
10202 (tex-latex-block): Insert a newline if necessary.
10203 (latex-insert-item): Only insert a newline if necessary.
10204 (tex-guess-main-file): New function.
10205 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10206 Set tex-main-file if TeX-master is provided.
10207 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10208
10209 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10210
10211 * startup.el (command-line): Set the default tooltip-mode
10212 to t for graphical displays which implement x-show-tip.
10213
10214 * tooltip.el (tooltip-mode): Add a comment about startup.el
10215 setting the default value of this user-option.
10216
10217 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10218
10219 * font-lock.el (font-lock-*-face) <defvar>: Move.
10220 (font-lock-defaults-alist): Mark obsolete.
10221 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10222 (font-lock-mode): Use define-minor-mode.
10223 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10224 (font-lock-turn-off-thing-lock): Be more explicit.
10225 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10226 (font-lock-syntactic-face-function): New var.
10227 (font-lock-fontify-syntactically-region): Use it.
10228 (font-lock-doc-face): New.
10229
10230 * pcvs.el (cvs-enabledp): Ignore errors.
10231 (cvs-commit-filelist): Never query.
10232 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10233 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10234 (cvs-do-removal): Use cvs-partition rather than delete-if.
10235 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10236 cvs-bury-buffer.
10237
10238 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10239 Allow `next' to jump to after the end of the last match.
10240
10241 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10242
10243 * simple.el (byte-compiling-files-p): New function.
10244
10245 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10246 if it is there.
10247
10248 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10249 nil again.
10250
10251 * textmodes/ispell.el (ispell-library-path): Don't call
10252 check-ispell-version when byte-compiling because that starts
10253 an ispell process, and ispell might not be installed.
10254 (toplevel): Don't set up a menu when byte-compiling.
10255
10256 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10257 it, so that a boundp test can be used to determine if we're
10258 currently byte-compiling.
10259
10260 2000-11-09 Dave Love <fx@gnu.org>
10261
10262 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10263
10264 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10265
10266 * ps-print.el: Patch for variable initialization when spooling.
10267 Doc fix.
10268 (ps-output-list): Fun eliminated.
10269 (ps-begin-file, ps-begin-job): Code fix.
10270
10271 2000-11-08 Dave Love <fx@gnu.org>
10272
10273 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10274
10275 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10276
10277 * simple.el (shell-command, display-message-or-buffer)
10278 (shell-command-on-region): Mention resize-mini-windows in the doc
10279 string.
10280 (display-message-or-buffer): Take the value of resize-mini-windows
10281 into account.
10282
10283 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10284
10285 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10286
10287 * dired.el (dired-between-files): Add `^. find' as an alternative
10288 to the regular expression, for find-dired.
10289
10290 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10291
10292 * textmodes/texnfo-upd.el: Require texinfo.
10293 (defmacro, defgroup): Remove.
10294 (texinfo-section-to-generic-alist): Remove.
10295 Use texinfo-section-list instead (i.e. level is changed string->int).
10296 (texinfo-filter): New function.
10297 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10298 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10299 Use it. And use regexp-opt.
10300 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10301 (texinfo-update-menu-region-beginning)
10302 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10303 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10304 (texinfo-update-menu-same-level-regexps): Update.
10305 (texinfo-update-node, texinfo-every-node-update)
10306 (texinfo-sequential-node-update): Remove autoload cookie.
10307
10308 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10309 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10310 (texinfo-chapter-level-regexp): Remove.
10311 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10312
10313 2000-11-06 Dave Love <fx@gnu.org>
10314
10315 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10316
10317 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10318 Match defun*.
10319
10320 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10321
10322 * composite.el (composition-function-table): Variable declaration
10323 moved to src/composite.c.
10324 (compose-chars-after): New optional arg object.
10325
10326 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10327
10328 * bindings.el (mode-line-toggle-read-only)
10329 (mode-line-toggle-modified, mode-line-widen)
10330 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10331 (make-mode-line-mouse2-map): Rewritten.
10332 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10333 functions so that C-h k can show something with a doc string.
10334
10335 * startup.el (fancy-splash-delay): Set to 10 seconds.
10336 (fancy-splash-max-time): New user-option.
10337 (fancy-splash-stop-time): New variable.
10338 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10339 (fancy-splash-screens-1): Throw `stop-splashing' when current
10340 time is greater than fancy-splash-stop-time.
10341
10342 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10343
10344 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10345
10346 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10347 Prompt user for a file rather than raising an error.
10348 (cvs-enabledp): Fix call to cvs-mode-marked.
10349 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10350 (cvs-mode-insert): Use it. Change the init prompt' value.
10351 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10352
10353 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10354 Don't pass default arg to ewoc-locate.
10355 (ewoc-collect): Return result in the right order.
10356
10357 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10358
10359 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10360 (cvs-status-get-tags): Fix regexp.
10361 (cvs-status-trees, cvs-status-cvstrees):
10362 Combine after change hooks and don't sit-for.
10363 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10364 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10365 Use make-char rather than hard-coded cryptic data.
10366 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10367
10368 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10369
10370 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10371 (cvs-insert-strings): New function.
10372
10373 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10374
10375 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10376 `mwheel-scroll-amount'.
10377 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10378 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10379 string-matching against the version string.
10380
10381 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10382
10383 * language/thai.el ("Thai"): Set a lisp form that produces
10384 composed string in `sample-text' language info.
10385
10386 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10387 composed string in `sample-text' language info.
10388
10389 * international/mule-cmds.el (describe-language-environment):
10390 Eval `sample-text' data and insert the result.
10391
10392 * international/mule-conf.el (compound-text): Define this coding
10393 system here. Make x-ctext and ctext aliases of it.
10394
10395 * language/european.el (compound-text, ctext): Moved to
10396 international/mule-conf.el.
10397
10398 2000-11-05 Andrew Innes <andrewi@gnu.org>
10399
10400 * w32-fns.el (w32-version): New function.
10401
10402 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10403
10404 * progmodes/awk-mode.el: Update copyright.
10405 (awk-mode-abbrev-table): Remove.
10406 (awk-font-lock-keywords): Use regexp-opt.
10407 (awk-mode): Use define-derived-mode.
10408
10409 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10410 when extracting a suffix.
10411
10412 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10413
10414 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10415 auto-save-mode.
10416
10417 2000-11-04 Jason Rumney <jasonr@gnu.org>
10418
10419 * language/european.el (decode-mac-roman): Test against r1 not r0.
10420
10421 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10422
10423 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10424 (icon-mode): Define indent-line-function.
10425 (icon-comment-indent): Simplify.
10426 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10427
10428 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10429
10430 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10431 Bind change-log-default-mode to defeat the caching done on it.
10432 Don't bother saving excursion any more.
10433
10434 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10435
10436 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10437 (set-frame-font): Use the new name (and the old for compatibility).
10438
10439 * toolbar/tool-bar.el (tool-bar-mode):
10440 * time.el (display-time-mode):
10441 * recentf.el (recentf-mode):
10442 * paren.el (show-paren-mode):
10443 * mwheel.el (mouse-wheel-mode):
10444 * msb.el (msb-mode):
10445 * jka-compr.el (auto-compression-mode):
10446 * image-file.el (auto-image-file-mode):
10447 * hl-line.el (hl-line-mode):
10448 * delsel.el (delete-selection-mode):
10449 * autoinsert.el (auto-insert-mode):
10450 * complete.el (partial-completion-mode): Drop unneeded positional args.
10451
10452 * info.el (Info-mode):
10453 * comint.el (comint-mode): Don't bother with make-local-hook.
10454
10455 * log-edit.el (log-edit-menu): New menu.
10456
10457 2000-11-03 Miles Bader <miles@gnu.org>
10458
10459 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10460 definition, so that trailing spaces are handled properly.
10461 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10462
10463 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10464
10465 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10466 tab character.
10467 (fancy-splash-screens): Set tab-width to 20.
10468
10469 2000-11-03 Dave Love <fx@gnu.org>
10470
10471 * comint.el (comint-completion-addsuffix): Fix custom type.
10472
10473 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10474
10475 * font-lock.el (font-lock-buffers): Remove.
10476 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10477 (font-lock-change-major-mode): Remove.
10478 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10479 (font-lock-default-fontify-region): Extend the multiline
10480 fontification to whole lines.
10481 (font-lock-fontify-anchored-keywords)
10482 (font-lock-fontify-keywords-region): If matching just one
10483 line (with \n) only mark the \n as multiline.
10484
10485 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10486 Correctly handle the case where several :group args are supplied.
10487 Allow :extra-args.
10488 (easy-mmode-define-global-mode): Allow :extra-args.
10489 Correctly handle the case where several :group args are supplied.
10490
10491 2000-11-02 Miles Bader <miles@gnu.org>
10492
10493 * calendar/calendar.el (diary-face, calendar-today-face)
10494 (holiday-face): Remove dependency on `window-system'.
10495
10496 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10497
10498 * Makefile.in (emacs): Set EMACSLOADPATH always.
10499 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10500 (compile-files): Bomb out if compilation of a file fails.
10501
10502 2000-11-02 Dave Love <fx@gnu.org>
10503
10504 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10505
10506 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10507
10508 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10509 punctuation in the warning inserted into the *mail* buffer.
10510
10511 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10512
10513 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10514 (authors-public-domain-p): New function.
10515 (authors-print): Use it.
10516
10517 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10518
10519 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10520
10521 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10522
10523 * ps-print.el: Extension for even/odd printing. Doc fix.
10524 (ps-print-version): New version number (6.3.1).
10525 (ps-even-or-odd-pages): Customization fix.
10526 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10527 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10528 (ps-page-count): Var replaced by `ps-page-column'.
10529 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10530 (ps-print-sheet-p): New fun.
10531
10532 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10533
10534 * tooltip.el (tooltip-gud-tips-setup): New function.
10535 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10536 (tooltip-mode): Call tooltip-gud-tips-setup.
10537 (tooltip-gud-tips): Use `gud-basic-call' instead of
10538 process-send-string, so the prompt gets frobbed appropriately.
10539 Handle nil return value from `tooltip-gud-print-command'.
10540
10541 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10542
10543 * comint.el (comint-add-to-input-history): New function.
10544 (comint-send-input): Use `comint-add-to-input-history'.
10545
10546 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10547
10548 * info.el (info-menu-header): New face.
10549 (Info-fontify-menu-headers): New function.
10550 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10551
10552 * info.el (Info-insert-dir): Don't include blank lines at
10553 beginning of additional dir files (one is added automatically).
10554
10555 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10556
10557 * emacs-lisp/easy-mmode.el (define-minor-mode):
10558 Revert the latest changes.
10559 Allow the three positional arguments to be skipped and replaced
10560 by keyword arguments.
10561 Add a :toggle argument to determine whether a nil arg means toggle
10562 or means turn-on. The default is unchanged.
10563 Add a call to force-mode-line-update.
10564
10565 2000-11-01 Dave Love <fx@gnu.org>
10566
10567 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10568
10569 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10570
10571 * calendar/calendar.el (diary-face, holiday-face):
10572 Add dark-background variants.
10573
10574 2000-10-31 Sam Steingold <sds@gnu.org>
10575
10576 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10577 `tex-main-file' does not have directory in it.
10578
10579 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10580
10581 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10582
10583 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10584
10585 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10586 functional change.
10587
10588 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10589
10590 * files.el (find-file-noselect): When we expand a wildcard, return
10591 a list of buffers, as we should do according to the doc string.
10592
10593 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10594
10595 * loadup.el (top level): Adjust load path if program name is
10596 "../src/bootstrap-emacs", in case it's not dumped and thus the
10597 load path adjustment hasn't already been done.
10598
10599 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10600
10601 * ps-print.el: Fix bug on selected pages for printing.
10602 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10603 is on. Try to avoid warning messages when compiling. Doc Fix.
10604 (ps-print-version): New version number (6.3).
10605 (ps-color-device): Use `color-values' to determine if device
10606 supports color.
10607 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10608 (ps-print-page-p): Changed from defsubst to defun.
10609 (ps-page-number): Changed from defmacro to defun.
10610 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10611 printing.
10612 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10613 (ps-end-file, ps-dummy-page): Funs eliminated.
10614 (ps-print-color-scale): Changed default value.
10615 (ps-page-n-up, ps-print-page-p): New internal vars.
10616 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10617 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10618
10619 * delim-col.el: Little programming improvement.
10620 (delimit-columns-str): New macro.
10621 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10622
10623 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10624
10625 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10626 Moved to european.el.
10627 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10628 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10629 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10630 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10631
10632 2000-10-30 Dave Love <fx@gnu.org>
10633
10634 * progmodes/cc-menus.el (imenu-generic-expression)
10635 (imenu-progress-message): Only defvar when compiling.
10636
10637 * emacs-lisp/elp.el (elp-unload-hook): New function.
10638
10639 * loadhist.el (unload-feature): Call elp-restore-function,
10640 checking for symbols; don't use elp-restore-all.
10641 (loadhist-hook-functions): Doc fix.
10642
10643 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10644
10645 * log-edit.el (log-edit-confirm): Fix the default.
10646
10647 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10648
10649 * delim-col.el: Little fix: replace delimit-columns-align-columns by
10650 delimit-columns-format.
10651 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10652
10653 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
10654
10655 * comint.el (comint-replace-by-expanded-history): Don't use
10656 comint-get-old-input (we're not looking at *old* input).
10657 (comint-get-old-input-default): If using fields, signal an error
10658 when the point is not in an input field.
10659
10660 2000-10-30 Kenichi Handa <handa@etl.go.jp>
10661
10662 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
10663 and mule-unicode-e000-ffff.
10664
10665 * international/mule.el (decode-char, encode-char): New functions.
10666 (make-coding-system): Accept a symbol of translation table as a
10667 value of property `safe-chars'.
10668
10669 * international/mule-cmds.el (encode-coding-char): Check property
10670 safe-chars instead of safe-charsets.
10671
10672 * international/fontset.el (fontset-default): Modified for
10673 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10674 (x-font-name-charset-alist): Likewise.
10675 (ccl-encode-unicode-font): New CCL program. Record it in
10676 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
10677
10678 * language/european.el (mac-roman-decoder, mac-roman-encoder):
10679 New translation tables.
10680 (decode-mac-roman, encode-mac-roman): Definition of these CCL
10681 programs are modified and moved from mac-win.el.
10682 (mac-roman): Definition of this coding system is modified and
10683 moved from mac-win.el.
10684
10685 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10686
10687 * ediff-wind.el (ediff-setup-control-frame): Enclose
10688 face-attribute in condition-case to avoid errors in older emacsen.
10689
10690 2000-10-29 Miles Bader <miles@gnu.org>
10691
10692 * custom.el (custom-add-to-group): Allow multiple entries for a
10693 given value OPTION, as long as their widget types are different.
10694 * cus-edit.el (custom-face-value-create): If face name doesn't end
10695 with "face", add such here (similar to custom group widgets).
10696
10697 * comint.el (comint-highlight-prompt): Add :type.
10698
10699 2000-10-28 John Wiegley <johnw@gnu.org>
10700
10701 * calendar/timeclock.el (timeclock-log): Doc fix.
10702 (timeclock-last-event): Doc fix.
10703 (timeclock-log): Kill the timelog buffer after appending a new event.
10704 (timeclock-find-discrep): Use a temp buffer to read in the
10705 timelog, instead of visiting the file.
10706 (timeclock-log-data): A new function, along with a host of helper
10707 functions, for the purpose of making timelog data accessible to
10708 programmers.
10709
10710 * eshell/esh-mode.el (window-height test): Make certain that
10711 `eshell-stringify-t' is non-nil.
10712 (eshell-password-prompt-regexp): Changed to a much simpler
10713 password regexp.
10714 (eshell-send-input): If `eshell-invoke-directly' returns t,
10715 directly invoke the parsed command using `eval'. This improves
10716 turn-around time on simple commands by a factor of three or
10717 greater, such as cd, ls, pwd, etc. -- which get used very often.
10718 It also conserves thousands of cons cells per call (since
10719 `eshell-do-eval' consumes memory like a Cookie Monster set loose
10720 in the Pacific Cookie Company).
10721
10722 * eshell/esh-test.el (eshell-test): Whitespace fix.
10723
10724 * eshell/em-ls.el (eshell-ls-insert-directory):
10725 Make `eshell-ls-initial-args' nil when inserting directory contents.
10726
10727 * eshell/em-script.el (eshell-script-initialize): Add names to
10728 `eshell-complex-commands, since `source' and `.' are complex.
10729
10730 * eshell/esh-cmd.el (eshell-rewrite-for-command)
10731 (eshell-rewrite-while-command): Use `eshell-protect' instead of
10732 `eshell-copy-handles'.
10733 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
10734 bodies.
10735 (eshell-separate-commands): Whitespace fix.
10736 (eshell-complex-commands): Added a new list of names, for
10737 determining whether a given command is as simple as it looks.
10738 (eshell-invoke-directly): New function. Returns t if a command
10739 should be invoked directly (using `eval'), rather than indirectly
10740 using `eshell-do-eval'.
10741 (eshell-do-eval): Whitespace fix.
10742
10743 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
10744 which provides an emulation of the DOS shell behavior of assuming
10745 that cp/mv/ln should copy/move/link to the current directory.
10746 (eshell-remove-entries): Added a doc string.
10747 (eshell-shuffle-files): Removed the check for `target' being null.
10748 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
10749 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
10750 it to do a smarter check of whether a destination was provided.
10751 (eshell/mv, eshell/cp): Enable `:preserve-args'.
10752 (eshell/ln): Enable `:preserve-args', and use
10753 `eshell-mvcpln-template' to implement the body of the function.
10754 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
10755 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
10756 list after flattening it. This makes it possible to cat files
10757 with numerical names.
10758 (eshell-unix-initialize): Added several names to
10759 `eshell-complex-commands.
10760 (eshell-unix-command-complex-p): Return t if a given command name
10761 may result in external processes being invoked.
10762
10763 * eshell/em-glob.el (eshell-glob-show-progress): Make this
10764 variable nil by default, since it slows down glob processing by a
10765 factor of two or more, and increases memory consumption.
10766
10767 * eshell/em-smart.el: Added a note about how memory consumptive
10768 smart display mode can be (at least this is true in Emacs 21).
10769 (eshell-smart-initialize): Whitespace fix.
10770 (eshell-refresh-windows): Use `if' instead of `when'.
10771 (eshell-smart-scroll-window): Calling `save-current-buffer' was
10772 not necessary.
10773 (eshell-currently-handling-window): Added a missing global variable.
10774
10775 * eshell/em-ls.el (eshell-do-ls): Code simplification.
10776 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
10777 Whitespace fix.
10778 (eshell-ls-exclude-hidden): Added this variable in addition to
10779 `eshell-ls-exclude-regexp'. This one prevents files beginning
10780 with . from even being read, which can improve memory consumption
10781 quite a bit.
10782 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
10783 read file entries beginning with a dot. In home directories with
10784 lots of hidden files, fully two-thirds of the time spent in ls is
10785 used to read directory entries that are immediately thrown away.
10786 (eshell-ls-initial-args): Added back this configuration variable,
10787 for specifying default initial arguments to every call to ls.
10788 Much faster than using an alias to do the same thing.
10789 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
10790 (eshell-ls-dir): Whitespace change.
10791
10792 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
10793
10794 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
10795 (eshell-stringify-t): Added a customization variable, to indicate
10796 whether `t' should be rendered as a string at all. If not, one
10797 can still determine if the result of an expression is true using
10798 "file-exists-p FILE && echo true".
10799 (eshell-stringify): If `eshell-stringify-t' is nil, don't
10800 stringify t!
10801
10802 * eshell/esh-module.el: Whitespace fix.
10803
10804 * eshell/em-alias.el (eshell-alias-initialize):
10805 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
10806 (eshell-command-aliased-p): New function that returns t if a
10807 command name names an aliased.
10808
10809 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10810
10811 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
10812 redrawing the screen when changing cursor color.
10813 (viper-insert-state-pre-command-sentinel)
10814 (viper-replace-state-pre-command-sentinel)
10815 (viper-replace-state-post-command-sentinel):
10816 Use viper-preserve-cursor-color.
10817 Many functions changed to use viper= instead of = when comparing
10818 characters.
10819 * viper-util.el (viper-memq-char,viper=): New functions for
10820 working with characters.
10821 (viper-change-cursor-color): Fixed buglet.
10822 Many functions changed to use viper= instead of = when comparing
10823 characters.
10824 * viper.el (viper-insert-state-mode-list): Added eshell.
10825
10826 * ediff-init.el (ediff-before-setup-hook): New hook.
10827 Several typos fixed in various docstrings.
10828 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
10829 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
10830 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
10831 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
10832 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
10833 (ediff-get-selected-buffers): New function.
10834 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
10835 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
10836 Use save-window-excursion.
10837 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
10838 termination check in while loop.
10839 * ediff.el (ediff-get-default-file-name): Better defaults when in
10840 dired buffer.
10841 (ediff-files,ediff-merge-files,ediff-files3)
10842 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
10843
10844 2000-10-28 Dave Love <fx@gnu.org>
10845
10846 * info.el (Info-fontify-node): Add help-echo for menu items.
10847
10848 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
10849
10850 * startup.el (normal-top-level): If the value of $TERM indicates
10851 we are running from xterm or one of its work-alikes, default to a
10852 light background mode.
10853
10854 Support for -fg, -bg, and -rv command-line arguments for TTYs:
10855 * faces.el (tty-handle-reverse-video): New function.
10856 (tty-create-frame-with-faces): Call it.
10857
10858 * frame.el (frame-notice-user-settings): Don't apply
10859 default-frame-alist and initial-frame-alist to MS-DOS frames.
10860 Call tty-handle-reverse-video, frame-set-background-mode, and
10861 face-set-after-frame-default for non-MS-DOS frames.
10862
10863 * startup.el (tty-long-option-alist): New variable.
10864 (tty-handle-args): New function.
10865 (command-line): Call tty-handle-args.
10866
10867 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
10868 startup.el now does that for all character-terminal frames.
10869
10870 2000-10-28 Miles Bader <miles@gnu.org>
10871
10872 * emacs-lisp/easy-mmode.el (define-minor-mode):
10873 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
10874 is global. If :global is followed by a non-nil but non-t value,
10875 make the mode buffer-local, but also generate a `global-MODE'
10876 version using `easy-mmode-define-global-mode'.
10877 Add :conditional-turn-on keyword argument.
10878
10879 2000-10-28 Dave Love <fx@gnu.org>
10880
10881 * international/latin1-disp.el (latin1-char-displayable-p):
10882 Don't use window-system.
10883
10884 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
10885
10886 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10887 Don't call find-buffer-file-type-coding-system. Instead, just
10888 set eol-type to -unix if inhibit-eol-conversion is in effect, or
10889 if the file is on an untranslated filesystem.
10890 (add-untranslated-filesystem): Use "D" instead of "f" inside
10891 interactive.
10892
10893 2000-10-27 Dave Love <fx@gnu.org>
10894
10895 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
10896 (refill-mode): Use it.
10897
10898 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
10899
10900 * international/quail.el (quail-activate): Don't make-local-hook.
10901
10902 2000-10-27 Andre Spiegel <spiegel@gnu.org>
10903
10904 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
10905 manual backups and file.~<rev>.~ for automatic ones.
10906 (vc-make-version-backup): Don't do it on MS-DOS without long file
10907 names.
10908
10909 * vc.el (vc-version-other-window): If an automatic backup of the
10910 desired version exists, rename it instead of copying it.
10911
10912 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
10913 after command. If there's an unexpected error, signal it instead
10914 of being silent.
10915 (vc-cvs-merge-news): Be prepared for no news at all.
10916
10917 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
10918
10919 * shell.el (shell): Add BUFFER argument.
10920 * comint.el (make-comint-in-buffer): New function.
10921 (make-comint): Use it.
10922
10923 * faces.el (face-spec-choose): Change syntax so that the list of
10924 attribute-value pairs is now the cdr of each clause, not the cadr.
10925 Detect old-style entries, and handle them. Use pop.
10926
10927 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
10928
10929 * cus-edit.el (custom-mode-map): Use a sparse map.
10930 (custom-mode): Don't bother with make-local-hook.
10931
10932 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
10933
10934 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
10935
10936 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10937
10938 * ps-print.el: Avoid compilation gripes.
10939 (ps-print-version): New version number (6.2.1).
10940
10941 2000-10-26 Dave Love <fx@gnu.org>
10942
10943 * menu-bar.el: Modify some menu item help strings.
10944 (menu-bar-help-menu): Add link to MORE.STUFF.
10945
10946 * cus-edit.el (custom-mode): Add `special' mode-class property.
10947
10948 * wid-browse.el (widget-browse-mode): Likewise.
10949
10950 * wid-edit.el (widget-specify-field): Revert to using local-map
10951 property, not keymap.
10952
10953 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
10954
10955 * wid-edit.el (widget-field-end): When checking for a `boundary'
10956 field, do so in the correct buffer.
10957
10958 * simple.el (undo): Correctly distinguish between numeric and
10959 non-numeric prefix args in non-transient-mark-mode, as per the doc
10960 string. When in transient-mark-mode, treat all prefix-args as
10961 numeric.
10962
10963 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
10964 Position point on match. Handle N == 0 correctly.
10965
10966 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
10967 (comint-mode-map): Reverse order of `comint-write-output' and
10968 `comint-append-output-to-file'.
10969 (comint-append-output-to-file): Reinstate this function, for the
10970 benefit of the menu.
10971
10972 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
10973
10974 * vc.el (vc-version-other-window): Bind `file'.
10975
10976 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10977
10978 * Makefile.in (update-authors): New target for maintenance purposes.
10979
10980 * emacs-lisp/authors.el (batch-update-authors): New function.
10981 (authors-fixed-entries): New defconst.
10982 (authors-add-fixed-entries): New function.
10983 (authors): Call it.: Don't process lispref/.
10984
10985 2000-10-25 Jason Rumney <jasonr@gnu.org>
10986
10987 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10988 Merge x w32 and mac definitions.
10989
10990 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10991
10992 * menu-bar.el (menu-bar-options-menu): Add a help string for
10993 `uniquify'.
10994
10995 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
10996
10997 * time-stamp.el (time-stamp-string-preprocess):
10998 Fix a wrong type argument error.
10999
11000 2000-10-25 Miles Bader <miles@gnu.org>
11001
11002 * recentf.el (recentf-mode): Variable removed.
11003 (recentf-mode): Use `define-minor-mode'.
11004
11005 * mwheel.el (mouse-wheel-mode): New global minor mode.
11006 (mwheel-install): Use `mouse-wheel-mode'.
11007
11008 2000-10-25 Dave Love <fx@gnu.org>
11009
11010 * progmodes/cperl-mode.el (cperl-mode):
11011 Set normal-auto-fill-function correctly.
11012
11013 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11014 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11015 bindings.
11016
11017 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11018
11019 * wid-edit.el (widget-field-at): New function.
11020 (widget-at, widget-field-activate): Use it.
11021 (widget-tabable-at): Use `widget-at'.
11022 (widget-specify-field): If the terminating character of the widget
11023 field (which is read-only) is a newline, put it into a special
11024 `boundary' field so that C-n/C-p act more naturally.
11025 (widget-field-end): Also don't subtract one if a special
11026 `boundary' field has been added after the widget field.
11027
11028 * comint.el (comint-output-filter, comint-send-input):
11029 Don't bother adding stickiness fields to overlays to fool the field
11030 code, since it should notice the overlay insertion-types now.
11031
11032 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11033 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11034 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11035
11036 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11037
11038 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11039 (authors): Set file coding system to iso-2022-7bit.
11040 Add file-local variables to output buffer.
11041
11042 * files.el (after-find-file): Don't print any warnings if
11043 WARN is nil.
11044
11045 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11046
11047 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11048
11049 * delim-col.el: Now there is a column formatting mechanism.
11050 Modified to customization mechanisms convention. Doc fix.
11051 (columns): New group for delim-col.
11052 (delimit-columns-before, delimit-columns-after)
11053 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11054 (delimit-columns-end): New vars.
11055 (delimit-columns-customize, delimit-columns-format): New funs.
11056 (delimit-columns-region, delimit-columns-rectangle)
11057 (delimit-columns-rectangle-line): Modified to support column
11058 formatting.
11059
11060 2000-10-24 Dave Love <fx@gnu.org>
11061
11062 * log-edit.el (log-edit): Add :version and a :group for vc.
11063
11064 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11065
11066 * files.el (after-find-file): Don't print a message ``New file''
11067 if WARN is nil.
11068
11069 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11070 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11071 get duplicate tool-bar entries because we'll see the global ones
11072 on more than one path through keymaps.
11073
11074 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11075
11076 * progmodes/cmacexp.el: Change Francesco's email address.
11077
11078 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11079
11080 * window.el (fit-window-to-buffer): Adjust point of the window
11081 buffer, not that of the current buffer.
11082
11083 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11084
11085 * progmodes/cmacexp.el: Update the euthor's email address.
11086
11087 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11088
11089 * faces.el (face-spec-set-match-display): Add `graphic' display
11090 type (the inverse of `tty'). Use `display-graphic-p' instead of
11091 the window-system variable.
11092
11093 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11094
11095 * international/isearch-x.el (isearch-with-input-method):
11096 Call input-method-function with the first event in
11097 unread-command-events.
11098
11099 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11100
11101 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11102
11103 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11104
11105 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11106 New charsets.
11107
11108 * term/mac-win.el: Remove definitions of mac-roman-lower and
11109 mac-roman-upper, require dired, and define instead of set
11110 mac-ready-for-drag-n-drop to avoid compilation error.
11111
11112 2000-10-23 Andrew Innes <andrewi@gnu.org>
11113
11114 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11115 Remove superfluous calls to subst-char-in-string; instead apply
11116 expand-file-name after convert-standard-filename to ensure
11117 expected directory separators are used.
11118
11119 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11120
11121 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11122
11123 2000-10-23 Dave Love <fx@gnu.org>
11124
11125 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11126 (tool-bar-add-item): Set foreground and background for XBM icons.
11127
11128 * international/latin1-disp.el (latin1-char-displayable-p):
11129 New function (from Handa).
11130 (latin1-display-check-font): Use it.
11131
11132 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11133 using :key-sequence, making it much more usable.
11134 Use nconc, not append.
11135 (imenu--create-keymap-1): Avoid append.
11136
11137 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11138
11139 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11140
11141 [the following changes fix a bug where `define-minor-mode' didn't
11142 correctly generate :require clauses for defcustoms in compiled files]
11143 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11144 (byte-compile-log-file, byte-compile-log-1): Don't set
11145 `byte-compile-current-file' to nil. Instead set
11146 `byte-compile-last-logged-file' to it. Test whether
11147 byte-compile-current-file equals byte-compile-last-logged-file
11148 instead of whether its nil.
11149 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11150
11151 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11152
11153 * textmodes/refill.el: Fix var names in doc.
11154 (refill-mode): Don't bother with make-local-hook anymore.
11155
11156 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11157
11158 * faces.el (face-user-default-spec, face-default-spec): New functions.
11159 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11160 (frame-set-background-mode, face-set-after-frame-default):
11161 Use `face-user-default-spec'. Simplify code slightly.
11162
11163 * woman.el (woman-italic-face, woman-bold-face)
11164 (woman-unknown-face): Add dark-background variants.
11165 (woman-default-faces): Renamed from `woman-colour-faces'.
11166 Set using the stored defaults, rather than using hard-wired colors.
11167 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11168 Just make the foreground `unspecified' rather than "black".
11169 (woman-menu): Rename menu entries accordingly.
11170
11171 * faces.el (header-line): Make more reasonable on mono/grayscale
11172 displays.
11173
11174 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11175
11176 * cus-edit.el (custom-button-face): Use 3D look for mac.
11177 (custom-button-pressed-face): Likewise.
11178
11179 * faces.el (set-face-attributes-from-resources): Handle mac frames
11180 in the same way as x and w32 frames.
11181 (face-valid-attribute-values): Likewise.
11182 (read-face-attribute): Likewise.
11183 (defined-colors): Likewise.
11184 (color-defined-p): Likewise.
11185 (color-values): Likewise.
11186 (display-grayscale-p): Likewise.
11187 (face-set-after-frame-default): Likewise.
11188 (mode-line): Same default face as for x and w32.
11189 (tool-bar): Likewise.
11190
11191 * frame.el: Remove call to frame-notice-user-settings at end of
11192 the file.
11193
11194 * info.el (Info-fontify-node): Make underlines invisible for mac
11195 as for x, pc, and w32 frame types.
11196
11197 * term/mac-win.el: New file.
11198
11199 2000-10-22 Dave Love <fx@gnu.org>
11200
11201 * textmodes/refill.el: New file.
11202
11203 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11204
11205 * vc-hooks.el (vc-version-backup-file-name): New optional args
11206 MANUAL and REGEXP.
11207 (vc-delete-automatic-version-backups, vc-make-version-backup):
11208 New functions.
11209 (vc-before-save): Use the latter.
11210 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11211 confusion.
11212
11213 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11214 expected by vc[-hooks].el.
11215
11216 * vc.el (vc-checkout): Added `-p' suffix in call to
11217 vc-make-version-backups-p; use vc-make-version-backup to actually
11218 make the backup.
11219 (vc-version-other-window, vc-version-backup-file): Handle both
11220 automatic and manual backups.
11221 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11222 of all of them.
11223
11224 2000-10-22 Miles Bader <miles@gnu.org>
11225
11226 * comint.el (comint-highlight-input, comint-highlight-prompt):
11227 Renamed, `-face' at end removed.
11228 (comint-send-input, comint-output-filter): Use renamed faces.
11229
11230 * window.el (fit-window-to-buffer): Change defaulting of
11231 MAX-HEIGHT slightly.
11232
11233 * faces.el (color-values, color-defined-p): Use `member', not
11234 `memq', because it works correctly for strings.
11235 (frame-set-background-mode): Actually, "unspecified-fg" and
11236 "unspecified-bg" *are* strings. Use `member', not `memq', and
11237 `equal', not `eq', when a string value is possible.
11238
11239 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11240
11241 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11242
11243 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11244
11245 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11246 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11247 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11248 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11249 (sh-font-lock-syntactic-keywords): Use them.
11250 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11251 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11252 (sh-mode): Don't override font-lock-unfontify-region-function.
11253 Use a copy of sh-font-lock-syntactic-keywords.
11254 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11255 Don't call sh-scan-buffer since font-lock does it on the fly.
11256 (sh-get-indent-info): Use `face' rather than `syntax-table'
11257 text-property to detect here-documents.
11258 Replace sh-special-syntax with sh-st-punc.
11259 (sh-prev-line): Use `face' rather than `syntax-table'
11260 text-property to skip over here-documents.
11261 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11262 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11263 (sh-electric-less, sh-set-here-doc-region)
11264 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11265 (sh-scan-buffer, sh-rescan-buffer): Remove.
11266
11267 2000-10-21 Andrew Innes <andrewi@gnu.org>
11268
11269 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11270 remote (ange-ftp) file names.
11271
11272 2000-10-21 Miles Bader <miles@gnu.org>
11273
11274 * window.el (fit-window-to-buffer): New function.
11275 (shrink-window-if-larger-than-buffer): Use it.
11276 (window-text-height): Don't expect minibuffers to have mode-lines.
11277
11278 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11279 * international/quail.el (quail-update-guidance):
11280 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11281
11282 * international/quail.el (quail-show-guidance-buf): Make sure
11283 guidance window really has enough room.
11284 (quail-update-guidance): If quail-guidance-win is already shown,
11285 make sure its height is OK.
11286
11287 * window.el (window-text-height, set-window-text-height):
11288 New functions.
11289 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11290 instead of `window-height' & `mode-line-window-height-fudge'.
11291 (mode-line-window-height-fudge): Add FACE parameter.
11292 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11293 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11294
11295 2000-10-20 Miles Bader <miles@gnu.org>
11296
11297 * window.el (height-affecting-face-attributes): Use `defconst'.
11298
11299 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11300 New function, conditionally aliased to `mode-line-window-height-fudge'.
11301 (ispell-help): Use it.
11302 (ispell-choices-win-default-height): Don't include mode-line fudge.
11303 (ispell-choices-win-default-height): New function.
11304 (ispell-show-choices, ispell-command-loop): Use function
11305 `ispell-choices-win-default-height' instead of variable.
11306
11307 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11308
11309 * window.el (mode-line-window-height-fudge): New variable.
11310 (height-affecting-face-attributes): New variable.
11311 (mode-line-window-height-fudge): New function.
11312 (shrink-window-if-larger-than-buffer): Use it.
11313 * help.el (resize-temp-buffer-window): Likewise.
11314
11315 * info.el (Info-fontify-node): Add support for @subsubsection
11316 titles, which use `Info-title-4-face'.
11317 (Info-title-4-face): New face.
11318 (Info-title-3-face): Inherit from Info-title-4-face instead of
11319 variable-pitch.
11320
11321 2000-10-19 Jason Rumney <jasonr@gnu.org>
11322
11323 * dired.el (dired-insert-directory): Do not let errors signalled by
11324 attempt to run dired-free-space-program prevent dired from working.
11325
11326 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11327
11328 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11329
11330 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11331
11332 * dirtrack.el (dirtrack): Fix call to run-hooks.
11333
11334 * cmuscheme.el (cmuscheme-program-name): Renamed from
11335 scheme-program-name because xscheme.el contains a defcustom with
11336 the same name. As a consequence, customizing group `cmuscheme'
11337 loaded `xscheme' which redefined run-scheme.
11338 (run-scheme): Use cmuscheme-program-name.
11339
11340 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11341
11342 * play/doctor.el (doctor-death): Update the Samaritans'
11343 anonymous address, and add a website for Befrienders International.
11344
11345 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11346
11347 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11348 Avoid compilation gripes. Doc fix.
11349 (ps-print-version): New version number (6.2).
11350 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11351 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11352 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11353 (ps-x-extent-priority, ps-x-extent-start-position)
11354 (ps-x-face-font-instance, ps-x-find-coding-system)
11355 (ps-x-font-instance-properties, ps-x-make-color-instance)
11356 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11357 avoid compilation gripes without defining functions.
11358 (ps-e-find-composition): Alias for function find-composition, to have a
11359 suitable function depending on Emacs version.
11360 (ps-color-device, ps-color-values, ps-face-foreground-name)
11361 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11362 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11363 (ps-print-ensure-fontified): Function definitions surrounded by
11364 `eval-and-compile' to avoid compilation gripes.
11365 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11366 by symbol-value to avoid compilation gripes.
11367 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11368 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11369
11370 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11371
11372 * startup.el (normal-top-level): Call `frame-set-background-mode'
11373 after `frame-notice-user-settings' because the latter doesn't call
11374 the former on a tty.
11375
11376 * faces.el (frame-set-background-mode): `unspecified' &c are
11377 symbols, not strings.
11378
11379 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11380
11381 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11382 why some "light*" colors are deliberately absent from the alist.
11383
11384 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11385 Change colors for tty's, as suggested by Miles Bader.
11386
11387 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11388
11389 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11390 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11391 for ISO10646-1 fonts.
11392 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11393
11394 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11395
11396 * faces.el (frame-set-background-mode): If a tty frame defines a
11397 background color, use that to compute the background mode, instead
11398 of always defaulting to "dark".
11399
11400 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11401
11402 * comint.el (comint-write-output): New function.
11403 (comint-mode-map): Add it to the menu.
11404 Bind `C-c C-s' to comint-write-output.
11405
11406 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11407
11408 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11409 Use fancy-splash-delay.
11410
11411 2000-10-18 Alex Schroeder <alex@gnu.org>
11412
11413 * progmodes/sql.el (sql-sybase-options): New option.
11414 (sql-sybase): Use it. Add sql-database to the list of parameters
11415 provided for login. The options -w 2048 -n are not used any more.
11416
11417 * comint.el (comint-read-input-ring): Bugfix such that the first
11418 and the last entry of the input ring file are not lost.
11419
11420 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11421
11422 * ps-print.el: Internal variable changes to defcustom,
11423 make-local-hook changes to defvar. Doc fix.
11424 (ps-print-version): New version number (6.1).
11425 (ps-setup, ps-do-despool): Code fix.
11426 (ps-printer-name): Customization fix.
11427 (ps-printer-name-option): Now is a defcustom instead of an
11428 internal variable.
11429 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11430 (ps-print-begin-column-hook): Now are defvar instead of
11431 make-local-hook.
11432
11433 2000-10-18 Miles Bader <miles@gnu.org>
11434
11435 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11436 (comint-kill-output): Changed into an alias for `comint-delete-output',
11437 and made obsolete.
11438 (comint-mode-map): Rename references to comint-kill-output.
11439
11440 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11441
11442 * diff-mode.el (diff-header-face, diff-file-header-face)
11443 (diff-changed-face): Add bold and italic attributes to tty faces.
11444 (diff-function-face): New face.
11445 (diff-font-lock-keywords): Use it.
11446
11447 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11448
11449 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11450 Remove commented-out call to force-mode-line-update.
11451 (comint-kill-output): Use `forward-line 0' instead of
11452 beginning-of-line to make sure we get past the prompt.
11453
11454 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11455
11456 * diff-mode.el (diff-header-face, diff-file-header-face):
11457 Add specific setting for dark background.
11458 (diff-context-face): Renamed from diff-comment-face.
11459 Set explicitly rather than inheriting from font-lock-comment-face.
11460
11461 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11462
11463 * startup.el (command-line): Move the code which sets the default
11464 TTY colors to before before-init-hook.
11465
11466 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11467
11468 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11469
11470 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11471
11472 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11473 extensions, for MS-DOS.
11474
11475 * diff-mode.el (diff-header-face, diff-file-header-face)
11476 (diff-changed-face): Define tty-specific colors.
11477
11478 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11479
11480 * startup.el (fancy-splash-text): Realign the text.
11481
11482 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11483
11484 * font-lock.el (font-lock-comment-face): Define a separate default
11485 for dark-background tty's.
11486
11487 2000-10-17 Miles Bader <miles@gnu.org>
11488
11489 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11490 being obscured by whizzy mode-lines on graphics displays.
11491
11492 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11493
11494 * info.el (Info-title-1-face, Info-title-2-face)
11495 (Info-title-3-face): Define colors for tty's.
11496 (info-header-node): Remove unneeded tty-specific definition.
11497
11498 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11499
11500 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11501 reverse from the frame parameters, and don't invert foreground and
11502 background colors.
11503
11504 2000-10-16 Miles Bader <miles@gnu.org>
11505
11506 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11507 string "*Info*". Call propertized-buffer-identification to spruce
11508 up the result.
11509
11510 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11511
11512 * help.el: Provide `help' for the sake of define-minor-mode
11513 which generates defcustoms with requires.
11514
11515 * jit-lock.el (jit-lock-after-change): If we're in text that
11516 matches a multi-line font-lock pattern, make sure the whole text
11517 will be redisplayed.
11518
11519 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11520 author's name is unknown.
11521
11522 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11523 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11524 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11525 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11526 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11527 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11528 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11529 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11530 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11531 Add author information.
11532
11533 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11534
11535 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11536 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11537 full-color version (using the Gimp) to eliminate dithering artifacts.
11538
11539 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11540
11541 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11542
11543 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11544
11545 2000-10-15 Dave Love <fx@gnu.org>
11546
11547 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11548
11549 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11550
11551 * whitespace.el: Doc fixes.
11552 (top-level): Don't add hooks here.
11553 (whitespace-running-emacs): Deleted.
11554 (timer): Don't require.
11555 (whitespace): Add back :version conditional on xemacs test.
11556 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11557 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11558 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11559 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11560 Avoid specific xemacs test.
11561 (whitespace-global-mode): New option.
11562 (whitespace-global-mode): New command.
11563 (whitespace-unload-hook): New function.
11564
11565 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11566 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11567 (Info-fontify-node): `Goto' goes to `Go to'.
11568 (Info-fontify-node): Add help-echo to xref links.
11569
11570 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11571
11572 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11573
11574 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11575
11576 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11577 Use plist-get and allow :inherit.
11578
11579 * emacs-lisp/cl-macs.el (cl-do-arglist):
11580 Use plist-get and plist-member instead of memq.
11581
11582 * emacs-lisp/ewoc.el (ewoc-location): New function.
11583 (ewoc-enter-after, ewoc-enter-before): Document return value.
11584 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11585 Don't need make-local-hook any more.
11586 (cvs-addto-collection): Return the new tin.
11587 (cvs-mode-insert): Jump to the new line.
11588
11589 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11590
11591 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11592
11593 * font-lock.el (font-lock-syntactically-fontified): New var.
11594 (font-lock-fontify-syntactic-keywords-region): Use it.
11595 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11596
11597 * diff-mode.el (diff-find-file-name): Fix regexp.
11598
11599 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11600 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11601
11602 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11603 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11604 (sh-mode): Don't make all vars local here.
11605 (sh-kw): Reformat.
11606 (sh-set-shell): Use dolist. Don't set indent-region-function.
11607 (sh-mode-syntax-table): Use pop.
11608 (sh-remember-variable): Use push.
11609 (sh-help-string-for-variable): Use memq.
11610 (sh-safe-backward-sexp): Remove.
11611 (sh-safe-forward-sexp): Add ARG.
11612 (sh-get-indent-info, sh-prev-stmt): Use it.
11613 (sh-prev-line): Simplify by using forward-comment.
11614 (sh-this-is-a-continuation): Simplify.
11615 (sh-learn-buffer-indent): Use dolist.
11616 (sh-do-nothing): Remove.
11617 (sh-set-char-syntax, sh-set-here-doc-region):
11618 Use inhibit-modification-hooks.
11619 (sh-name-style): Use mapcar and push.
11620 (sh-load-style): Use dolist.
11621 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11622 (sh-case, sh-while-getopts): Use propertize directly rather
11623 than sh-electric-rparen.
11624
11625 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11626
11627 * textmodes/tex-mode.el: Require CL when compiling.
11628 (tex-mode-syntax-table): Init immediately.
11629 (tex-mode-map): Bind M-RET to latex-insert-item.
11630 (latex-mode): Set indent-line-function to latex-indent.
11631 (tex-common-initialization): Don't setup the syntax-table any more.
11632 (latex-insert-item): New skeleton.
11633 (tex-next-unmatched-end): Fix copy/paste braino.
11634 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11635 (latex-indent, latex-find-indent): New functions.
11636 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11637 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11638 (tex-compilation-parse-errors): Use with-syntax-table.
11639
11640 2000-10-15 Miles Bader <miles@gnu.org>
11641
11642 * font-lock.el (font-lock-comment-face): Change dark-background,
11643 color, non-tty, default to `chocolate1'.
11644
11645 2000-10-13 John Wiegley <johnw@gnu.org>
11646
11647 * eshell/esh-util.el (require): Added a missing `require' form,
11648 needed when compiling (for an ange-ftp macro definition).
11649
11650 2000-10-13 Dave Love <fx@gnu.org>
11651
11652 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
11653
11654 2000-10-13 Gerd Moellmann <gerd@gnu.org>
11655
11656 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
11657
11658 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
11659 transparent -colors 8).
11660
11661 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
11662
11663 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
11664 that breaks with old list format timestamps.
11665 (time-stamp-warn-inactive, time-stamp-old-format-warn)
11666 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
11667
11668 2000-10-13 John Wiegley <johnw@gnu.org>
11669
11670 * align.el, pcomplete.el, calendar/timeclock.el,
11671 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
11672
11673 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
11674 faulty math, where holiday hours were being computing as seconds.
11675
11676 2000-10-13 John Wiegley <johnw@gnu.org>
11677
11678 * desktop.el (desktop-buffer-modes-to-save): Added a global for
11679 specifying what "other" kinds of buffers should be saved.
11680 This used to be hard-coded.
11681 (desktop-buffer-misc-functions): A global for specifying how
11682 auxiliary data should be determined for special buffer types.
11683 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
11684 instead of hard-coding the special buffer types.
11685 (desktop-save): Run `desktop-buffer-misc-functions' to gather
11686 auxiliary data, instead of hard-coding for Info buffers and dired.
11687 (desktop-buffer-info-misc-data): Aux function for determining Info
11688 buffer auxiliary info.
11689 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
11690 (desktop-buffer-info): Changed this function to use the info
11691 gathered above.
11692 (desktop-create-buffer): Be a little more careful about what
11693 `minor-mode' means before calling it. This is important for some
11694 buffer types.
11695
11696 2000-10-13 John Wiegley <johnw@gnu.org>
11697
11698 * eshell/esh-util.el: Added a global form which declares an
11699 autoload for `parse-time-string', if that function is not already
11700 defined, and if parse-time.el is available on the user's system.
11701
11702 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
11703 to be aware of ange-ftp user info.
11704 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
11705 (eshell-ls-annotate): Use `eshell-file-attributes'.
11706 (eshell-ls-file): Made the user-id printing code a bit smarter.
11707
11708 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
11709 allow identification of alias user ids in remote directories.
11710 It's manual, but there's no other way to know when the current user
11711 on the local machine, is also the owning user on the remote machine.
11712 (fboundp): Bind `ange-cache'.
11713 (eshell-directory-files-and-attributes): Re-organized the logic a
11714 bit to use `eshell-file-attributes' instead of `file-attributes'.
11715 The former is more sensitive to directories that are read via FTP,
11716 and knows how to use ange-ftp to determine full attribute
11717 information, instead of just the name and last modtime.
11718 (eshell-current-ange-uids): Return the current user id when in a
11719 remote directory.
11720 (eshell-parse-ange-ls): Parse a full directory listing that has
11721 been returned by ange-ftp.
11722 (eshell-file-attributes): This beefed up version of
11723 `file-attributes' is only special if the user is currently in a
11724 remote directory, in which case it does a lot of work to find out
11725 what the real attributes of a file are, as they appear on the
11726 remote machine. This makes usage of remote directories (i.e.,
11727 ange-ftp pathnames) much more useful. You can now use Eshell as a
11728 full-fledged FTP client, with much more manipulation ability than
11729 most other clients.
11730
11731 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
11732 variable, which means that Eshell's du should always be preferred
11733 in remote directories.
11734 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
11735 just `file-attributes'.
11736 (eshell-mvcp-template): Bind `ange-cache', to improve performance
11737 when reading remote directories. This is an Eshell-specific
11738 variable (not part of ange-ftp).
11739 (eshell/ln): Bind `ange-cache'.
11740 (eshell/du): Added some extra logic for determining when to use
11741 Eshell's du (which is slow), and when to use the external version
11742 (which may or may not exist).
11743
11744 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11745 Call `eshell-interactive-process', rather than using
11746 `get-buffer-process', since backgrounded processes don't count in
11747 the context of this function's logic.
11748
11749 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
11750 `forward-char', so that null strings are parsed correctly.
11751
11752 2000-09-13 John Wiegley <johnw@gnu.org>
11753
11754 * eshell/em-pred.el (eshell-pred-file-type)
11755 (eshell-pred-file-links, eshell-pred-file-size):
11756 Use `eshell-file-attributes'. This is more correct over ange-ftp.
11757
11758 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
11759 that remote file globbing is more efficient.
11760
11761 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
11762 gathering the files and attributes within a directory.
11763
11764 * eshell/em-unix.el (eshell/cat): If any of the files passed on
11765 the command line is a special file (not a regular file, directory
11766 or symlink), always attempt to call the external version of cat.
11767
11768 2000-09-13 John Wiegley <johnw@gnu.org>
11769
11770 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
11771 Eshell-friendly version of find-tag.
11772
11773 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
11774
11775 * image-file.el (image-file-name-extensions)
11776 (image-file-name-regexps): Add autoload cookies.
11777
11778 2000-10-13 Kenichi Handa <handa@etl.go.jp>
11779
11780 * international/mule-cmds.el (select-safe-coding-system): If FROM
11781 is string, show it in *Warning* buffer.
11782
11783 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11784
11785 * startup.el (normal-top-level): Use display-popup-menus-p instead
11786 of window-system.
11787 (command-line): Use display-graphic-p instead of window-system.
11788 (command-line-1): Use display-popup-menus-p and display-mouse-p
11789 instead of window-system.
11790
11791 2000-10-12 Sam Steingold <sds@gnu.org>
11792
11793 * tooltip.el (tooltip-use-echo-area): New user variable.
11794 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
11795
11796 2000-10-12 Dave Love <fx@gnu.org>
11797
11798 * recentf.el: Maintainer's checkdoc fixes.
11799
11800 * startup.el (normal-top-level-add-subdirs-to-load-path):
11801 Use character class, not ASCII when matching file names.
11802 (fancy-splash-head): Add trailing slash to URL.
11803 (command-line): Don't require XPM support for toolbar.
11804
11805 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
11806 (cperl-invalid-face): Revert last change.
11807 (cperl-init-faces): Quote cperl-invalid-face.
11808
11809 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11810
11811 * startup.el (fancy-splash-text): Remove superfluous quote.
11812
11813 2000-10-12 Gerd Moellmann <gerd@gnu.org>
11814
11815 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
11816 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
11817 (command-line-1): Don't use fancy-splash-pending-command.
11818 (fancy-splash-screens-1): Goto point-min after inserting text.
11819
11820 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
11821
11822 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
11823 instead of shared-lisp-mode-map.
11824
11825 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
11826
11827 * faces.el (header-line): Change tty-variant to use underlining.
11828
11829 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
11830 (isearch-highlight): Restore lazy-isearch face properties at old
11831 position, and suppress them at new position.
11832 (isearch-dehighlight): Restore lazy-isearch face properties.
11833 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
11834 over the real isearch overlay, but in that case, don't give it a
11835 face property. Use `push'.
11836
11837 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11838
11839 * man.el (Man-getpage-in-background): Fix previous change.
11840 Decode the process output only when we are in multibyte mode.
11841
11842 2000-10-11 Dave Love <fx@gnu.org>
11843
11844 * info.el (Info-mode-menu): Fix some help.
11845 (info-tool-bar-map): Add entry for Info-last.
11846
11847 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
11848 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
11849 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
11850 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
11851 * toolbar/search-replace.xpm, toolbar/exit.xpm:
11852 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
11853 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
11854 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
11855 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
11856 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
11857 Reduce colour requirements to 25 overall. (Probably wants
11858 revisiting from the originals to reduce further.)
11859
11860 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
11861
11862 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
11863 buffer-file-coding-system, instead of raw-text.
11864 (dehexlify-buffer): Bind coding-system-for-read to
11865 buffer-file-coding-system, instead of raw-text.
11866
11867 2000-10-11 Sam Steingold <sds@gnu.org>
11868
11869 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
11870 `underline' - fixes the bug introduced on 2000-09-21.
11871
11872 2000-10-11 Dave Love <fx@gnu.org>
11873
11874 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
11875 Avoid compiler warnings.
11876 (scheme-mode): Doc fix.
11877 (scheme-font-lock-keywords-1): Match `define-syntax'.
11878
11879 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
11880
11881 * faces.el (frame-set-background-mode): Pay attention to saved
11882 face specs as well as default ones. Only do anything if the
11883 bg-mode or display-type has actually changed. Use `dolist'.
11884 (region): Make dark-background `region' face less in-your-face.
11885
11886 2000-10-10 Sam Steingold <sds@gnu.org>
11887
11888 * chistory.el, ielm.el, ledit.el:
11889 * progmodes/inf-lisp.el, progmodes/scheme.el:
11890 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
11891
11892 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
11893
11894 * textmodes/texinfo.el: Update copyright and fix typo.
11895
11896 * desktop.el (desktop-modes-not-to-save): New var.
11897 (desktop-save-buffer-p): Use it.
11898 Also, obey desktop-buffers-not-to-save even for non-file buffers.
11899 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
11900
11901 2000-10-10 Dave Love <fx@gnu.org>
11902
11903 * toolbar/tool-bar.el (tool-bar-add-item)
11904 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
11905
11906 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
11907 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
11908 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
11909 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
11910 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
11911 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
11912 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
11913 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
11914 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
11915 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
11916 the .xpms; probably need retouching.
11917
11918 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
11919
11920 * subr.el (add-to-list): Add optional argument APPEND.
11921 * battery.el (display-battery): Use `add-to-list'.
11922
11923 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
11924
11925 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
11926 properties.
11927 (zone, zone-when-idle, zone-leave-me-alone)
11928 (zone-pgm-whack-chars): Use new symbol properties.
11929
11930 * battery.el (display-battery): Doc spelling fix.
11931
11932 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
11933 property.
11934
11935 2000-10-09 Dave Love <fx@gnu.org>
11936
11937 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
11938 has been initialized before calling tool-bar-setup.
11939 (tool-bar-add-item-from-menu): Add autoload cookie.
11940
11941 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
11942
11943 * menu-bar.el (send-mail-item-name): New function.
11944 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
11945 of mail-user-agent in the menu. Don't display the "Send Mail"
11946 item if mail-user-agent is nil or its value is ignore.
11947 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
11948 if read-mail-command is nil or its value is ignore.
11949
11950 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
11951
11952 2000-10-09 Miles Bader <miles@gnu.org>
11953
11954 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
11955 Correct image size.
11956 * toolbar/left_arrow.xpm: Correct image size.
11957
11958 * jka-compr.el: Don't call `jka-compr-install' when loading (it
11959 will be done by the definition of `auto-compression-mode' if
11960 necessary. Move code to uninstall existing file-name handler
11961 before definition of `auto-compression-mode'.
11962
11963 * image-file.el (auto-image-file-mode): Move to the end of the
11964 file, because `define-minor-mode' actually calls the mode-function
11965 if the associated variable is non-nil, which requires that all
11966 needed functions be already defined.
11967
11968 * mouse.el (popup-menu): Balance parens.
11969
11970 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
11971
11972 * mouse.el (popup-menu): Move the command call outside the loop
11973 so that popup-menu returns whatever the command returns.
11974
11975 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
11976 (initialize-new-tags-table): Use run-hook-with-args-until-success.
11977 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
11978 (tags-table-format-functions): Renamed from tags-table-format-hooks.
11979
11980 * vc.el (vc-version-diff): diff-switches can be a list.
11981 Use relative filenames for prettier output.
11982
11983 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
11984 (vc-post-command-functions): Remove old-VC compatibility code.
11985
11986 * newcomment.el (comment-indent-default): Autoload.
11987
11988 * font-lock.el (font-lock-defaults): Make buffer-local.
11989 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
11990 (font-lock-choose-keywords):
11991 Ignore LEVEL unless KEYWORDS is a list of syms.
11992 (c-keywords, c++-keywords, objc-keywords, java-keywords):
11993 Don't wrap regexp-opt things in \(...\) unnecessarily.
11994
11995 * jit-lock.el: Don't require font-lock any more.
11996 (jit-lock-functions): Make buffer-local.
11997 (jit-lock-saved-fontify-buffer-function): Remove.
11998 (jit-lock-mode): Remove autoload cookie.
11999 Remove font-lock specific code.
12000 (jit-lock-unregister): Don't bother handling complex hooks any more.
12001 (jit-lock-refontify): New function.
12002 (jit-lock-fontify-buffer): Use it.
12003 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12004 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12005 Add optional args START and END.
12006 Never call font-lock-fontify-region directly.
12007 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12008
12009 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12010
12011 2000-10-08 Dave Love <fx@gnu.org>
12012
12013 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12014
12015 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12016
12017 * play/studly.el (studlify-region, studlify-word): Add autoload
12018 cookie.
12019
12020 * play/morse.el (morse-region, unmorse-region): Add autoload
12021 cookie.
12022
12023 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12024 concat.
12025
12026 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12027 insist on symbols starting with word syntax.
12028 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12029 (eval-defun-1): Doc fix.
12030 (indent-sexp): Use nconc to build up indent-stack.
12031
12032 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12033 Gnus with little use.
12034 (mail-setup-hook): Add mail-abbrevs-setup to options.
12035
12036 * recentf.el: Doc fixes.
12037
12038 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12039 Clean up remainder.
12040
12041 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12042 without timezone and (8) with timezone to enforce some whitespace.
12043 Simplify code somewhat.
12044
12045 * options.el (list-options): Doc that you should use customize.
12046
12047 * iswitchb.el (iswitchb-mode): Add :require.
12048
12049 * info.el (Info-goto-node, Info-menu): Doc fix.
12050 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12051 (info-tool-bar-map): New variable.
12052 (Info-mode): Use it.
12053 (Info-edit-map): Define all in defvar.
12054 (speedbar-attached-frame): Avoid compiler warning.
12055
12056 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12057 (global-map): Bind [tool-bar] to a filtered map.
12058 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12059 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12060 Allow PBM icons.
12061 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12062
12063 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12064 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12065 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12066 icons, except up_arrow, which is left-arrow rotated.
12067
12068 * imenu.el (imenu-add-to-menubar): Fix last change.
12069
12070 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12071
12072 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12073 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12074
12075 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12076
12077 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12078 typos in doc strings.
12079
12080 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12081 the doc strings how to customize Font Lock faces.
12082
12083 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12084 computing growth when dragging the header line.
12085
12086 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12087
12088 * simple.el (kill-line): Doc fix.
12089
12090 2000-10-08 Miles Bader <miles@gnu.org>
12091
12092 * faces.el (secondary-selection): Make foreground visible on tty.
12093
12094 * jka-compr.el (auto-compression-mode): Move to the end of the
12095 file, because `define-minor-mode' actually calls the mode-function
12096 if the associated variable is non-nil, which requires that all
12097 needed functions be already defined.
12098 (with-auto-compression-mode): Add autoload cookie.
12099
12100 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12101
12102 * files.el (find-backup-file-name) [ms-dos]: If support for long
12103 file names is not available, behave as if version-control were set
12104 to never.
12105
12106 2000-10-07 Dave Love <fx@gnu.org>
12107
12108 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12109 (browse-url-gnome-moz): New function.
12110 (browse-url-browser-function): Use it.
12111 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12112
12113 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12114
12115 * indent.el (tab-always-indent): New var.
12116 (indent-for-tab-command): Use it.
12117
12118 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12119 raise an error. This way it can still default to a sane value.
12120
12121 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12122
12123 * startup.el (fancy-splash-screens): Use local rather than global map.
12124 Don't use `update-menu-bindings' any more.
12125 Get rid of assumptions about keymap representation.
12126
12127 2000-10-06 Dave Love <fx@gnu.org>
12128
12129 * textmodes/fill.el (sentence-end-double-space)
12130 (sentence-end-without-period): Doc fix.
12131 (adaptive-fill-regexp): Purecopy.
12132 (unjustify-current-line): Use line-end-position.
12133 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12134
12135 * net/eudc-vars.el (eudc): Add :version, :link.
12136
12137 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12138
12139 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12140 Fix for define-minor-mode.
12141 (function-at-point): Alias to function-called-at-point.
12142
12143 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12144
12145 * simple.el (backward-word): Doc fix.
12146
12147 * image-file.el (image-file-name-regexp): image-file-regexps ->
12148 image-file-name-regexps.
12149 (image-file-name-extensions): Add pbm.
12150
12151 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12152
12153 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12154 and add filename to the names so that diff-mode can jump to source.
12155
12156 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12157 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12158 (tex-font-lock-keywords-1): Remove.
12159 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12160 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12161 (font-lock-default-fontify-region):
12162 Expand beg..end correctly when just following a multiline region.
12163 (font-lock-fontify-anchored-keywords):
12164 Include the anchor text as part of the multiline.
12165
12166 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12167
12168 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12169 latter needs the autoloaded define-minor-mode macro during the
12170 bootstrap.
12171
12172 * startup.el (command-line): For now, activate tool-bar-mode only
12173 if XPM images are supported.
12174
12175 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12176 window by dragging a header-line at the top of the frame; that's
12177 confusing because the header-line doesn't move.
12178 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12179 of treating the event as a list. Some cleanup.
12180
12181 2000-10-06 Miles Bader <miles@gnu.org>
12182
12183 * simple.el (display-message-or-buffer): New function.
12184 (shell-command-on-region): Use `display-message-or-buffer'.
12185
12186 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12187 docstring parts.
12188
12189 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12190 (smbclient-prompt-regexp): Add usage note to doc string.
12191 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12192 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12193 Use add-hook for adding the comint filter function, and only do so
12194 if it's not already in the global hook list.
12195 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12196 to `make-local-variable'.
12197 (nslookup-font-lock-keywords): Remove prompt entry.
12198 (nslookup): Don't set the process-filter.
12199 (finger): Exit the loop correctly when the regexps list runs out.
12200 (ftp, smbclient, smbclient-list-shares):
12201 Set the real major mode immediately, not after execing.
12202 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12203
12204 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12205
12206 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12207
12208 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12209
12210 * which-func.el (which-func-format): Remove spurious space.
12211 (which-func-mode): Don't make it permanent-local.
12212 (which-func-ff-hook): Allow which-func-maxout to be nil.
12213 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12214 (which-func-mode): Simplify.
12215 Use post-command-idle-hook rather than post-command-hook.
12216 Go through all buffers and update their state.
12217 (which-function): Also try add-log-current-defun-function.
12218
12219 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12220 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12221 Update call to with-vc-properties accordingly.
12222 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12223 (vc-revert-buffer): More careful about window selection and deletion.
12224 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12225
12226 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12227 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12228 (cvs-dired-action): Change the default to quickdir.
12229
12230 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12231 if comment-indent-function returns nil.
12232 (comment-indent-default): New function.
12233 (comment-indent-function): Use it and document the new semantics.
12234
12235 * image-file.el: Docstring fixes.
12236
12237 * help.el (help-xref-on-pp): Use match-string.
12238 (describe-variable): New arg BUFFER.
12239 Store the current buffer in the help-xref-stack.
12240 (temp-buffer-resize-mode): Use define-minor-mode.
12241
12242 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12243 consistently with its docstring.
12244 Set jit-lock-first-unfontify-pos in an idempotent way.
12245 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12246
12247 2000-10-05 Alex Schroeder <alex@gnu.org>
12248
12249 * sql.el (sql-mysql-options): New variable.
12250 (sql-mysql): Use it.
12251
12252 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12253
12254 * image.el (image): New group.
12255
12256 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12257 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12258
12259 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12260
12261 * net/net-utils.el (nslookup-font-lock-keywords)
12262 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12263 Ignore the value of wqindow-system; always define keywords
12264
12265 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12266
12267 * startup.el (fancy-splash-screens): Remove the code for
12268 debugging; `(trace-to-stderr "EXITTT\n")'.
12269
12270 2000-10-05 Miles Bader <miles@gnu.org>
12271
12272 * diff-mode.el (diff-goto-source): Update call to
12273 `diff-hunk-status-msg' to reflect new REV variable.
12274
12275 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12276
12277 * progmodes/icon.el (icon-mode):
12278 Don't gratuitously override the default for comment-column.
12279
12280 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12281
12282 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12283 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12284 (jit-lock-functions): New var.
12285 (jit-lock-function-1): Use it if non-nil.
12286 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12287 Set the `fontified' property before doing the fontification to avoid
12288 repeatedly going through the same error.
12289 Don't turn errors into messages.
12290 (jit-lock-register, jit-lock-unregister): New functions.
12291
12292 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12293 Use with-current-buffer.
12294
12295 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12296 Turn comment into docstring.
12297
12298 * apropos.el (apropos-mode): Use define-derived-mode.
12299
12300 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12301
12302 * startup.el (fancy-splash-pending-command): New variable.
12303 (fancy-splash-pre-command): New function.
12304 (fancy-splash-screens): Rewritten.
12305 (command-line-1): If fancy-splash-pending-command is set, call it
12306 interactively.
12307
12308 2000-10-04 Dave Love <fx@gnu.org>
12309
12310 * toolbar/tool-bar.el (tool-bar-setup): New function.
12311 (tool-bar-mode): Use it.
12312
12313 * subr.el (substitute-key-definition): Doc fix.
12314 (play-sound-file): New command.
12315
12316 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12317
12318 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12319 vc-version-backup-file-name): New functions.
12320
12321 * files.el (basic-save-buffer): Call vc-before-save before saving.
12322
12323 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12324 vc-cvs-stay-local-p.
12325
12326 * vc.el (vc-revert-buffer): Handle empty diff properly.
12327 (vc-version-backup-file): New function.
12328 (vc-checkout): Create a version backup if necessary.
12329 (vc-checkin): If a version backup file exists, delete it.
12330 (vc-version-diff): Diff locally using version backups, if available.
12331 (vc-revert-file): If there's a version backup, revert locally.
12332 (vc-transfer-file): Use version backup for base version, if
12333 available. If not, ask for confirmation whether to get it from the
12334 server. Update mode line before check-in.
12335
12336 2000-10-04 Dave Love <fx@gnu.org>
12337
12338 * toolbar/tool-bar.el (tool-bar-setup): New function.
12339 (tool-bar-mode): Use it.
12340
12341 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12342
12343 * net/net-utils.el (nslookup-font-lock-keywords)
12344 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12345 Only set if window-system is non-nil
12346 (net-utils-run-program): Returns buffer.
12347 (network-connection-reconnect): Added this function.
12348
12349 * generic.el:
12350 Incorporates extensive cleanup and docfixes by
12351 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12352 Uses cl compile-time macros.
12353 (generic-mode-name, generic-comment-list)
12354 (generic-keywords-list, generic-font-lock-expressions)
12355 (generic-mode-function-list, generic-mode-syntax-table):
12356 Removed variables.
12357 (generic-mode-alist): Renamed to generic-mode-list.
12358 (generic-find-file-regexp): Default changed to "^#".
12359 (generic-read-type): Uses completing read on generic-mode-list.
12360 (generic-mode-sanity-check): removed this function.
12361 (generic-add-to-auto-mode): Removed this function
12362 (generic-mode-internal): Bind mode-specific definitions
12363 into function instead of putting them in alist.
12364 (generic-mode-set-comments): Reworked extensively.
12365 (generic-mode-find-file-hook): Simplified regexp searching
12366 (generic-make-keywords-list): Omit extra pair of parens
12367
12368 * find-lisp.el (find-lisp-find-files-internal):
12369 Make sure directory name ends with "/".
12370
12371 * generic-x.el (apache-conf-generic-mode):
12372 Regexp now allows leading whitespace.
12373 (rc-generic-mode): Added eval-when-compile
12374 around generic-make-keywords-list.
12375 Deleted duplicate regexp
12376 (rul-generic-mode): Added eval-when-compile
12377 around generic-make-keywords-list.
12378 (etc-fstab-generic-mode): New generic mode.
12379 (rul-generic-mode): Removed one eval-when-compile
12380 which caused a max-specpdl-size exceeded error.
12381
12382 2000-10-04 Miles Bader <miles@gnu.org>
12383
12384 * simple.el (minibuffer-temporary-goal-position): New variable.
12385 (next-history-element): Try to keep the position of point in the
12386 input string constant.
12387
12388 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12389 (dired-do-create-files): If there's only one file, pass it in as
12390 the DEFAULT arg to dired-mark-read-file-name.
12391
12392 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12393
12394 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12395 (diff-goto-source): Be smarter when choosing REVERSE or not.
12396
12397 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12398 (texinfo-mode-menu): Add an explicit shortcut for update all.
12399
12400 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12401
12402 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12403 factorize backend-specific code cleanly (this was essentially
12404 conceived by Stefan Monnier).
12405 (vc-unregister): Function removed.
12406 (vc-revert-file): New function.
12407 (vc-revert-buffer): Delegate some of the work to it.
12408
12409 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12410 default branch unconditionally.
12411 (vc-rcs-set-default-branch): New function.
12412 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12413 (vc-rcs-checkin): If an appropriate default branch has been set,
12414 force creation of that branch.
12415 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12416 code (as suggested by Stefan Monnier).
12417
12418 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12419
12420 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12421 highlighting overlay with a different face over the overlay
12422 isearch uses to highlight the current match because that can lead
12423 to bad face combinations.
12424
12425 * loadup.el (toplevel): Load faces before isearch.
12426
12427 * isearch.el (isearch-faces): New custom group.
12428 (isearch): New defface; was already tested for in the code.
12429 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12430 (isearch-highlight): Always use face `isearch'.
12431
12432 2000-10-02 Dave Love <fx@gnu.org>
12433
12434 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12435 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12436 comparison of opcode with operand.
12437
12438 2000-10-03 Miles Bader <miles@gnu.org>
12439
12440 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12441 buffer, since the echo area will now grow to accommodate them.
12442
12443 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12444
12445 * vc-hooks.el (vc-registered): If FILE used to be registered under
12446 a certain backend, try that one first.
12447
12448 * vc.el (vc-responsible-backend): Undo the previous change in the
12449 argument list. Handle multiple backends correctly.
12450 (vc-find-new-backend): Function removed.
12451 (vc-register): Use vc-responsible-backend, as before.
12452 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12453
12454 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12455
12456 * startup.el (fancy-splash-head): Change message below the
12457 logo.
12458
12459 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12460
12461 * diff-mode.el (diff-goto-source): Emit a status message.
12462 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12463 (diff-test-hunk): Fix doc string.
12464 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12465 (diff-advance-after-apply-hunk): New variable.
12466 (diff-apply-hunk): Don't return a value.
12467
12468 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12469
12470 * vc.el (vc-editable-p): Minor optimization.
12471 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12472 (vc-find-new-backend): New function split from vc-responsible-backend.
12473 (vc-register): Use it.
12474 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12475 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12476 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12477 (vc-clear-headers): Don't use find-file.
12478 (vc-revert-buffer): Use `and' again (must have been a braino).
12479 (vc-switch-backend): Only prompt if requested.
12480 Short circuit if nothing is to be done.
12481 Don't use vc-resynch-buffer which could lose unsaved editing.
12482 (vc-default-receive-file): Update call to vc-unregister.
12483 (with-vc-file, vc-next-action-on-file):
12484 Use vc-backend rather than vc-registered.
12485 (vc-next-action-on-file): Use intern-soft.
12486 Deal with read-only *vc-diff* buffer.
12487 (vc-transfer-file): Docstring fix.
12488
12489 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12490 (vc-rcs-receive-file): Avoid with-vc-properties.
12491 Update call to vc-unregister.
12492 Use constant `RCS' rather than (dynamically bound) var `backend'.
12493
12494 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12495
12496 * vc.el (vc-next-action-on-file): Update mode line only if file
12497 is visited.
12498 (vc-start-entry): New argument initial-contents. Don't visit the file
12499 if it isn't already visited. Brought documentation up-to-date.
12500 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12501 (vc-checkin): New optional arg initial-contents, which is passed to
12502 vc-start-entry.
12503 (vc-finish-logentry): Make sure to bury log buffer only if there
12504 really is one. Call `vc-resynch-buffer' on log-file, not
12505 buffer-file-name.
12506 (vc-default-comment-history, vc-default-wash-log): New functions.
12507 (vc-index-of): Removed.
12508 (vc-transfer-file): Make do without the above.
12509 (vc-default-receive-file): Call comment-history unconditionally. Pass
12510 the resulting string to vc-checkin, instead of inserting it into the
12511 comment ring.
12512
12513 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12514 unconditionally. Use the comments as initial contents of the log
12515 entry buffer. Document the trick to force branch creation with no
12516 changes.
12517
12518 2000-10-01 Miles Bader <miles@gnu.org>
12519
12520 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12521 `recenter' with an arg to prevent redrawing the display.
12522
12523 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12524
12525 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12526
12527 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12528
12529 * progmodes/c-mode.el (c-mode):
12530 Don't gratuitously override the default for comment-column.
12531
12532 * textmodes/tex-mode.el (latex-metasection-list): New var.
12533 (latex-imenu-create-index): Use it.
12534 Move the regexp construction outside loops (and use push).
12535 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12536 (tex-font-lock-keywords): Moved from font-lock.el.
12537 (tex-comment-indent): Remove.
12538 (tex-common-initialization): Don't set comment-indent-function.
12539 (latex-block-default): New var.
12540 (tex-latex-block): Use it to provide a default choice.
12541 Add any unknown choice to latex-block-names.
12542 Insert [...] after {...}.
12543 (tex-last-unended-begin): Simplify regexp.
12544 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12545 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12546 (latex-mode): Set forward-sexp-function.
12547
12548 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12549 Add regexp for @ignore ... @end ignore.
12550 (texinfo-heading-face): New face.
12551 (texinfo-font-lock-keywords): Use it.
12552 (texinfo-mode-menu): New menu.
12553 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12554 New functions.
12555 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12556 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12557 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12558 Remove declaration.
12559 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12560
12561 * delsel.el (delete-selection-mode): Use define-minor-mode.
12562
12563 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12564
12565 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12566
12567 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12568
12569 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12570
12571 * replace.el (keep-lines-read-args): New function.
12572 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12573 read arguments interactively. Add parameters RSTART and REND.
12574 Operate on the active region in Transient Mark mode.
12575
12576 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12577
12578 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12579 (authors-obsolete-files-regexps): New variable.
12580 (authors-add): Don't record changes in obsolete files.
12581
12582 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12583
12584 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12585
12586 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12587 (comment-indent): Make sure there's a space between code and comment.
12588 Shift comments left to avoid going past fill-column.
12589
12590 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12591
12592 * startup.el (startup-echo-area-message): New function.
12593 (display-startup-echo-area-message): Use it.
12594 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12595 (fancy-splash-default-action): New function.
12596 (fancy-splash-screens-1): New function.
12597 (fancy-splash-head): Put a help-echo and a keymap under the image.
12598
12599 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12600
12601 * diff-mode.el (diff-add-log-file-name): Remove.
12602 (diff-mode): Use add-log-buffer-file-name-function.
12603
12604 * add-log.el (find-change-log): New arg BUFFER-FILE.
12605 (add-log-file-name): Obey add-log-file-name-function.
12606 (add-log-buffer-file-name-function): New var.
12607 (add-change-log-entry): Use it.
12608
12609 2000-09-29 Miles Bader <miles@gnu.org>
12610
12611 * image-file.el (image-file-name-extensions): New variable.
12612 (image-file-name-regexps): Renamed from `image-file-regexps'.
12613 New default value is nil. Call `auto-image-file-mode'.
12614 (image-file-name-regexp): New function.
12615 (auto-image-file-mode): New minor mode.
12616 (insert-image-file): Don't make conditional on the image-file
12617 handler being enabled.
12618 (image-file-handler): Make the call here conditional instead.
12619 (set-image-file-handler-enabled, enable-image-file-handler)
12620 (disable-image-file-handler): Functions removed.
12621
12622 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12623 string.
12624
12625 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12626
12627 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12628 it's a function from CL.
12629 (latex-imenu-create-index): Replace eval-when-compile with progn
12630 because latex-section-alist is not bound while compiling.
12631
12632 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12633
12634 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12635 (outline-mode): Use define-derived-mode.
12636
12637 * progmodes/perl-mode.el (perl-mode):
12638 * progmodes/awk-mode.el (awk-mode):
12639 * progmodes/asm-mode.el (asm-mode):
12640 Don't gratuitously override the default for comment-column.
12641
12642 * emacs-lisp/lisp.el (lisp-complete-symbol):
12643 Distinguish the let-binding case from the funcall case.
12644 (forward-sexp-function): New variable.
12645 (forward-sexp): Use it.
12646
12647 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12648 (easy-mmode-defmap): Remove the now useless autoload.
12649
12650 * time.el (display-time-mode): Use define-minor-mode.
12651
12652 * subr.el (add-minor-mode): Don't eval NAME.
12653 Don't depend on the presence of TOGGLE-FUN for any special behavior.
12654 Use if rather than cond.
12655
12656 * simple.el (read-expression-map): Define more properly.
12657 (comment-indent-hook): Remove.
12658 (string-to-syntax): Bug fix.
12659
12660 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
12661 (cvs-ediff-diff): Fix typo.
12662 (cvs-revert-if-needed): Don't bother preserving read-only.
12663
12664 * paren.el (show-paren-mode): Use define-minor-mode.
12665
12666 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
12667 (toggle-auto-compression): Remove.
12668 (jka-compr-build-file-regexp): Remove useless grouping.
12669
12670 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
12671 Avoid user-reserved bindings.
12672 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
12673 (diff-header-face): Revert to grey85.
12674
12675 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
12676
12677 * complete.el (partial-completion-mode) <defcustom>: Remove.
12678 (partial-completion-mode): Use define-minor-mode.
12679 (PC-do-completion): Understand `completion-auto-help = delay'
12680 to mean to popup the completion buffer only the second time.
12681 (PC-include-file-all-completions, PC-include-file-all-completions)
12682 (PC-include-file-all-completions): Don't quote lambda.
12683
12684 * comint.el (comint-mode-hook): Docstring fix.
12685 (comint-mode): Use define-derived-mode.
12686 (comint-mode-map): Remove obsolete comment.
12687 (make-comint): Minor stylistic change.
12688 (comint-insert-clicked-input): Be more careful to find the overlay.
12689 Use this-command-keys rather than hardcoding mouse-2.
12690
12691 * font-lock.el: Replace confusing (,@ with ,
12692 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
12693 Don't use regexp-opt-depth. Spice up the regexp for args.
12694 Don't distinguish between cmds that can take an opt arg or not.
12695 Use `append' and `prepend' rather than `keep'.
12696
12697 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
12698 (latex-outline-regexp): New var.
12699 (latex-outline-level): New fun.
12700 (latex-section-alist): New var.
12701 (latex-imenu-create-index): Use it. Use `push' as well.
12702 (tex-shell-map): Initialize it properly.
12703 (tex-mode): Minor stylistic change.
12704 (plain-tex-mode): Use define-derived-mode.
12705 (latex-mode): Use define-derived-mode.
12706 Construct the paragraph regexps in a more readable way.
12707 Set the buffer-local outline-{level,regexp} vars.
12708 (slitex-mode): Derive from latex-mode.
12709 (tex-common-initialization): Don't kill-all-vars anymore.
12710 Add setting for comment-add and font-lock-defaults.
12711 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
12712 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
12713 (tex-start-tex): New arg DIR (and send a chdir command for it).
12714 Also display the shell buffer and save it in tex-last-buffer-texed.
12715 (tex-region): Use expand-file-name rather than concat.
12716 Remove code made useless by changes in tex-start-tex.
12717 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
12718
12719 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
12720
12721 2000-09-28 Dave Love <fx@gnu.org>
12722
12723 * eshell/eshell.el (eshell) <defgroup>: Add :version.
12724
12725 2000-09-28 Gerd Moellmann <gerd@gnu.org>
12726
12727 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
12728 `append'.
12729
12730 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12731
12732 * info.el (Info-extract-pointer): Undo last change.
12733 Instead, fix the position of the `bound' arg to re-search-backward.
12734
12735 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
12736
12737 * info.el (Info-extract-pointer):
12738 Widen more carefully, to avoid finding pointers in other nodes.
12739 (Info-index): Use push.
12740
12741 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12742
12743 * frame.el (set-frame-font): Remove call to obsolete function
12744 frame-update-faces.
12745 (set-foreground-color, set-background-color): Likewise for
12746 frame-update-face-colors.
12747
12748 2000-09-27 Miles Bader <miles@gnu.org>
12749
12750 * image-file.el: New file.
12751
12752 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12753
12754 * frame.el (frame-notice-user-settings): Don't call
12755 frame-update-faces, which is a no-op now.
12756
12757 * ediff-wind.el (ediff-control-frame-parameters): Add zero
12758 tool-bar-lines.
12759
12760 2000-09-27 Dave Love <fx@gnu.org>
12761
12762 * mouse.el: Fix last change.
12763
12764 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
12765
12766 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
12767
12768 2000-09-22 Kenichi Handa <handa@etl.go.jp>
12769
12770 * international/quail.el (quail-help): The output message is
12771 improved.
12772
12773 2000-09-26 Dave Love <fx@gnu.org>
12774
12775 * mouse.el (popup-menu): If POSITION is nil, set it using
12776 mouse-position.
12777
12778 2000-09-25 Sam Steingold <sds@gnu.org>
12779
12780 * net/browse-url.el (browse-url-file-url): Check for null maps.
12781
12782 2000-09-26 Gerd Moellmann <gerd@gnu.org>
12783
12784 * frame.el (frame-notice-user-settings): Don't add a
12785 tool-bar-lines frame parameter to default-frame-alist in batch mode.
12786
12787 * frame.el (frame-notice-user-settings):
12788 Make tool-bar-mode and default-frame-alist consistent.
12789
12790 * toolbar/tool-bar.el (tool-bar-help): New function.
12791
12792 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12793
12794 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
12795 current-load-list in top-level forms. Else this leaks a cons cell
12796 every time a defun is called.
12797
12798 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
12799
12800 2000-09-25 Dave Love <fx@gnu.org>
12801
12802 * startup.el (fancy-splash-head): Check XPM is available.
12803
12804 * autoinsert.el (auto-insert): Doc fix.
12805 (auto-insert-alist): Following GNU notices, don't say `copyright
12806 _by_'. Use line-beginning-position.
12807 (auto-insert): Check buffer-file-name is non-nil before use.
12808
12809 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12810
12811 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
12812 starting with `@def' or `@multitable', in addition to ones
12813 specified by the user in auto-fill-inhibit-regexp.
12814
12815 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
12816
12817 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
12818 rmail-dont-reply-to-names matches the empty string.
12819
12820 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12821
12822 * startup.el (command-line-1, fancy-splash-text): Change the
12823 text to sound more friendly.
12824
12825 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
12826
12827 * progmodes/hideshow.el: Update author email address.
12828 Generally, sync w/ maintainer version 5.22.
12829 (hs-hide-all-non-comment-function): New var.
12830 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
12831 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
12832 (hs-show-region): Delete this command.
12833 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
12834
12835 2000-09-22 Dave Love <fx@gnu.org>
12836
12837 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
12838 (hl-line-highlight): Specify buffer when moving overlay.
12839
12840 * progmodes/fortran.el (fortran-mode): Locally set
12841 normal-auto-fill-function.
12842 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
12843 (fortran-mode-map): Adjust auto-fill menu entry.
12844
12845 2000-09-22 Gerd Moellmann <gerd@gnu.org>
12846
12847 * vc-rcs.el (toplevel): Require `vc' when compiling.
12848
12849 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
12850
12851 2000-09-22 Andre Spiegel <spiegel@gnu.org>
12852
12853 * vc.el (vc-switch-backend): Signal an error if the file is not
12854 registered under the new backend.
12855
12856 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
12857 without explicit revision number.
12858
12859 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
12860
12861 * diff-mode.el (diff-file-header-face): Reset to its previous value.
12862 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
12863 (diff-xor): New function.
12864 (diff-find-source-location): Use it. Fix a stupid name clash.
12865 (diff-hunk-status-msg): New function.
12866 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
12867 (diff-test-hunk): Use diff-find-source-location.
12868 (diff-goto-source): Favor the `reverse'.
12869 (diff-hunk-text): Properly handle one-sided context diffs.
12870 (diff-apply-hunk): When done, advance to the next hunk.
12871
12872 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12873
12874 * startup.el (command-line): If frame was created with a non-zero
12875 tool-bar-lines parameter, switch tool-bar-mode on.
12876
12877 * add-log.el (change-log-date-face, change-log-name-face)
12878 (change-log-email-face, change-log-file-face)
12879 (change-log-list-face, change-log-conditionals-face)
12880 (change-log-function-face, change-log-acknowledgement-face):
12881 New faces, inheriting from font-lock faces.
12882 (change-log-font-lock-keywords): Use them.
12883
12884 2000-09-21 Dave Love <fx@gnu.org>
12885
12886 * progmodes/cperl-mode.el (top-level): Clean up
12887 `eval-when-compile's and assorted defvars.
12888 (cperl-invalid-face): Don't double-quote value. Change custom
12889 type.
12890 (cperl-mode): Set normal-auto-fill-function and don't zap
12891 auto-fill-function.
12892 (cperl-imenu--function-name-regexp-perl): Renamed from
12893 imenu-example--function-name-regexp-perl.
12894 (cperl-imenu--create-perl-index): Renamed from
12895 imenu-example--create-perl-index.
12896 (cperl-xsub-scan): Don't require cl.
12897
12898 * msb.el (msb-mode-map): Use substitute-key-definition.
12899 (msb-mode): Use msb-mode-map.
12900
12901 2000-09-21 Andre Spiegel <spiegel@gnu.org>
12902
12903 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
12904 New functions.
12905 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
12906 (vc-switch-backend): New function.
12907 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
12908 (vc-register): Fix prompt.
12909 (vc-unregister, vc-default-unregister): New functions.
12910 (vc-version-diff): Handle empty buffer in sentinel.
12911
12912 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
12913 (vc-rcs-state-heuristic): Use it to guess the state of files with
12914 non-strict locking.
12915 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
12916 been set with -b, but not created yet.
12917 (vc-rcs-fetch-master-state): With non-strict locking, compare file
12918 contents in order to find the state.
12919 (vc-rcs-checkin): Allow creation of branches with no changes.
12920 (vc-rcs-unregister, vc-rcs-receive-file)
12921 (vc-rcs-set-non-strict-locking): New functions.
12922
12923 * vc-hooks.el (vc-name): Force correct computation of the value
12924 in case it is missing.
12925
12926 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12927
12928 * startup.el (fancy-splash-tail): Use a different foreground
12929 color on a dark frame background.
12930
12931 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
12932
12933 * info.el: Use the correct capitalization when making Info-mode
12934 and Info-edit-mode `special' modes.
12935
12936 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
12937
12938 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
12939 (diff-mode): Add support for add-log.el.
12940 (diff-hunk-text): Use char offsets rather than line offsets.
12941 (diff-find-source-location): Replace LINE with line-offset (nil
12942 if not found) and always set POS to a meaningful position.
12943 Adapt to the new char-offsets.
12944 (diff-apply-hunk): Drop support for the unused `select' POPUP.
12945 Adapt to the new diff-find-source-location.
12946 (diff-goto-source): Adapt to the new diff-find-source-location.
12947
12948 * add-log.el (add-log-file-name): New function (split out of
12949 add-change-log-entry).
12950 (add-change-log-entry): Use it.
12951 Call add-log-file-name-function with the changelog file name if
12952 the current buffer is not associated with any file.
12953 Avoid find-file if the selected window is dedicated.
12954
12955 * diff-mode.el (diff-find-source-location):
12956 Move code from diff-apply-hunk. Return buffer rather than file.
12957 (diff-apply-hunk): Use the new result from diff-find-source-location.
12958 (diff-goto-source): Use the new diff-find-source-location.
12959
12960 2000-09-20 Dave Love <fx@gnu.org>
12961
12962 * iswitchb.el: Some doc fixes.
12963 (iswitchb-mode-map): Define completely initially. Inherit
12964 minibuffer-local-map.
12965 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
12966 fundamental-mode.
12967 (iswitchb-global-map): New variable.
12968 (iswitchb-summaries-to-end): Amalgamate regexps.
12969 (iswitchb-mode): New.
12970 (iswitchb-mode-hook): New variable.
12971 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
12972 `extensions'.
12973
12974 2000-09-20 Gerd Moellmann <gerd@gnu.org>
12975
12976 * ehelp.el (electric-help): New defgroup.
12977 (electric-help-shrink-window): New user-option.
12978 (with-electric-help): Use it.
12979
12980 * window.el (shrink-window-if-larger-than-buffer): If face
12981 `mode-line' has a :box, and we're on a graphical frame, add 1
12982 to the needed window height.
12983
12984 * frame.el (frame-notice-user-settings): Add a last parameter nil
12985 to a call to `append', because the last list passed to `append' is
12986 not copied, and so subsequent calls to assq-delete-all will modify
12987 default-frame-alist.
12988
12989 * startup.el (fancy-splash-image): Change :type.
12990 (fancy-splash-head): Use an XBM image if appropriate.
12991 (command-line-1): Show splash screens in more cases.
12992
12993 * startup.el (fancy-splash-text): Don't quote faces.
12994
12995 * dired.el (dired-font-lock-keywords): Undo last change.
12996 (dired-readin): Bind indent-tabs-mode to nil.
12997
12998 * startup.el (fancy-splash-head): If frame's background mode
12999 is `dark', change the black background of the image to gray.
13000 (fancy-splash-screens): Display startup echo area message.
13001 (display-startup-echo-area-message): New function.
13002
13003 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13004
13005 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13006
13007 * info.el (info-header-node): Tweak for color ttys.
13008
13009 * faces.el (face-valid-attribute-values): Make sure directories we
13010 search for stipples both exist and are readable before trying to
13011 search them.
13012
13013 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13014 in the dry-run case.
13015
13016 * jka-compr.el (with-auto-compression-mode): New macro.
13017
13018 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13019 (custom-group-tag-face, custom-variable-tag-face): Use relative
13020 :height and inherit from `variable-pitch' face instead of
13021 hardwiring :family.
13022 * hi-lock.el (hi-black-hb): Likewise.
13023
13024 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13025 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13026 toolbar-add-item, if image doesn't have a mask add a `:mask
13027 heuristic'.
13028
13029 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13030
13031 * diff-mode.el: Docstring fixes.
13032 (diff-header-face, diff-comment-face): New faces.
13033 (diff-font-lock-keywords): Highlight a bit differently.
13034 (diff-find-source-location): Don't return SPAN any more.
13035 (diff-hunk-text): Don't bother erasing the temp buffer.
13036 (diff-find-text): Drop argument LINE.
13037 (diff-apply-hunk): Update calls to diff-find-text.
13038 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13039
13040 * calendar/calendar.el: Docstring fixes.
13041 (calendar-make-alist): Don't quote lambda.
13042 (calendar-star-date): Use make-local-variable.
13043
13044 2000-09-19 Dave Love <fx@gnu.org>
13045
13046 * toolbar/tool-bar.el: Renamed from toolbar.el.
13047 Change `toolbar' to `tool-bar' generally in symbols.
13048 Make some items invisible in `special' major modes.
13049 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13050 Add arg PROPS.
13051
13052 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13053 Add :version here.
13054 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13055
13056 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13057
13058 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13059
13060 * files.el (find-file-suppress-same-file-warnings): New user-option.
13061 (find-file-noselect): Use it.
13062
13063 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13064 (fancy-splash-screen): Defgroup.
13065
13066 * add-log.el (change-log-font-lock-keywords): Match names
13067 more exactly for the case that font-lock-constant-face is
13068 underlined.
13069
13070 2000-09-19 Richard M. Stallman <rms@gnu.org>
13071
13072 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13073
13074 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13075
13076 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13077
13078 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13079
13080 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13081 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13082 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13083 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13084 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13085 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13086 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13087 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13088 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13089 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13090 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13091 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13092
13093 * startup.el (fancy-splash-text): New variable.
13094 (fancy-splash-delay, fancy-splash-image): New user-options.
13095 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13096 (fancy-splash-screens): New functions.
13097 (command-line-1): If display has a `display' frame parameter, has
13098 colors, and we have XPM support, show more fancy splash screens.
13099
13100 2000-09-19 Dave Love <fx@gnu.org>
13101
13102 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13103 with null `help'. Use modern backquote syntax.
13104
13105 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13106
13107 * font-lock.el (font-lock-mode): Change message telling the user
13108 that ``the buffer is too big''.
13109
13110 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13111 for instance for the case that tab-width is 2.
13112
13113 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13114
13115 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13116 toolbar-add-item, if image doesn't have a mask add a `:mask
13117 heuristic'.
13118
13119 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13120
13121 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13122 and return a cons if it's non-nil.
13123 (diff-apply-hunk): Try to jump to the line in the source text
13124 corresponding to the position of point in the in the hunk.
13125
13126 * info.el (Info-title-3-face, Info-title-2-face)
13127 (Info-title-1-face): Use face inheritance and relative sizes
13128 instead of hard-wiring things.
13129
13130 * faces.el (secondary-selection): Make dark-background variant sane.
13131
13132 2000-09-16 Andrew Innes <andrewi@gnu.org>
13133
13134 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13135 read-only, since they aren't under VC now.
13136
13137 2000-09-17 Dave Love <fx@gnu.org>
13138
13139 * tmm.el: Replace mapcar with mapc in several places.
13140
13141 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13142 ad-unadvise.
13143
13144 * international/latin1-disp.el: New file.
13145
13146 * calendar/cal-move.el (scroll-calendar-left)
13147 (scroll-calendar-right): Make arg optional (for active mode line).
13148
13149 * calendar/calendar.el (calendar-mode-line-format): Make fields
13150 mouse-sensitive.
13151 (calendar-read-date, calendar-read-date, calendar-window-list):
13152 Unquote lambda.
13153 (calendar-month-name): Use aref, not sref.
13154
13155 * view.el (minor-mode-alist): Propertize the string.
13156
13157 * international/characters.el (standard-case-table): Add entries
13158 for Greek.
13159
13160 2000-09-18 Miles Bader <miles@gnu.org>
13161
13162 * info.el (info-node, info-xref): Add dark-background variants.
13163
13164 * faces.el (header-line): Change defaults to be less confusing
13165 when mixed with mode-lines.
13166
13167 * info.el (Info-fontify-node): Make a few cleanups.
13168 Add extra `help-echo' and `local-map' props to node xrefs.
13169 Use header-specific faces for node-names & xrefs.
13170 (Info-use-header-line): New variable.
13171 (info-header-xref, info-header-node): New faces.
13172 (Info-setup-header-line): New function.
13173 (Info-select-node): Call Info-setup-header-line when enabled.
13174 (Info-extract-pointer): Work even if the header line is hidden.
13175 (Info-header-line): New variable.
13176
13177 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13178
13179 * vms-patch.el (print-region-function): Don't quote lambda.
13180
13181 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13182
13183 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13184 (lm-get-header-re): Allow spaces between the header and the colon.
13185 (lm-header): Allow $ in non-RCS headers.
13186 (lm-header-multiline): Put the strings back into order.
13187 Stop at an empty line. Don't require two space chars if the
13188 line is clearly not another header line.
13189
13190 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13191 (popup-menu-popup): Remove.
13192
13193 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13194
13195 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13196 specification if or if not tool-bar item contains an `:enabled'
13197 property.
13198
13199 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13200 current buffer has no file name.
13201
13202 2000-09-15 Dave Love <fx@gnu.org>
13203
13204 * strokes.el: Sync with maintainer's current version with changes
13205 for Emacs, but avoid runtime cl and levents.
13206 (toplevel): Change autoloads and compilation requires.
13207 (strokes-version, strokes-bug-address, strokes-lift): Values
13208 changed.
13209 (strokes-xpm-header, strokes-insinuated): New variable.
13210 (strokes): Add :link.
13211 (strokes-mode): Customized.
13212 (strokes-while-inhibiting-garbage-collector): New macro.
13213 (strokes-remassoc): Avoid remove-if.
13214 (strokes-fix-button2-command): Don't use ad-do-it.
13215 (strokes-insinuate): New function.
13216 (strokes-button-press-event-p, strokes-button-release-event-p):
13217 New functions, used instead of non-`strokes-' versions..
13218 (strokes-mouse-event-p): Rewritten.
13219 (strokes-event-closest-point): Avoid event-point.
13220 (strokes-get-grid-position): Avoid cdadr, caadr
13221 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13222 functions.
13223 (strokes-help): Use with-output-to-temp-buffer.
13224 (strokes-window-configuration-changed-p): New function.
13225 (strokes-update-window-configuration): Use buffer-live-p,
13226 strokes-window-configuration-changed-p.
13227 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13228 (strokes-char-face): New face.
13229 (strokes-char-table, strokes-base64-chars): New variable.
13230 (strokes-xpm-for-stroke, strokes-list-strokes)
13231 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13232 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13233 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13234 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13235 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13236 functions.
13237
13238 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13239
13240 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13241
13242 * image.el (create-image): Doc fix.
13243
13244 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13245 instead of `:heuristic-mask t'.
13246
13247 2000-09-14 Andrew Innes <andrewi@gnu.org>
13248
13249 * makefile.w32-in: Revert to Unix line endings.
13250
13251 2000-09-14 Andrew Innes <andrewi@gnu.org>
13252
13253 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13254 when installing.
13255
13256 * makefile.nt (DONTCOMPILE): Fix typo.
13257
13258 * shell.el (shell-write-history-on-exit): New function.
13259 (shell-dumb-shell-regexp): New custom variable.
13260 (shell-mode): Make shell-write-history-on-exit the process
13261 sentinel if shell name matches shell-dumb-shell-regexp.
13262
13263 * w32-fns.el: Comment out before-init-hook function which resets
13264 source-directory based; this breaks bootstrap.
13265
13266 2000-09-14 Dave Love <fx@gnu.org>
13267
13268 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13269 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13270 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13271 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13272 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13273 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13274 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13275 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13276 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13277
13278 * toolbar/toolbar.el: New.
13279
13280 * subdirs.el: Add toolbar.
13281
13282 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13283
13284 * indent.el (indent-for-tab-command): Doc fix.
13285
13286 2000-09-14 Alex Schroeder <alex@gnu.org>
13287
13288 * ansi-color.el (ansi-colors): Doc change.
13289 (ansi-color-get-face): Simplified regexp.
13290 (ansi-color-faces-vector): Added more faces, doc change.
13291 (ansi-color-names-vector): Doc change.
13292 (ansi-color-regexp): Simplified regexp.
13293 (ansi-color-parameter-regexp): New regexp.
13294 (ansi-color-filter-apply): Doc change.
13295 (ansi-color-filter-region): Doc change.
13296 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13297 deal with zero length parameters.
13298 (ansi-color-apply-on-region): Doc change.
13299 (ansi-color-map): Doc change.
13300 (ansi-color-map-update): Removed debugging message.
13301 (ansi-color-get-face-1): Added condition-case to trap
13302 args-out-of-range errors.
13303 (ansi-color-get-face): Doc change.
13304 (ansi-color-make-face): Removed.
13305 (ansi-color-for-shell-mode): New option.
13306
13307 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13308
13309 * international/quail.el (quail-start-translation): Translate KEY
13310 if necessary even if it doesn't have any mapping in the current
13311 input method.
13312 (quail-start-conversion): Likewise.
13313 (quail-help): The output message is improved.
13314
13315 2000-09-13 Miles Bader <miles@gnu.org>
13316
13317 * comint.el (comint-output-filter): Revert to using
13318 `insert-before-markers'. Add bletcherous hack to undo damage
13319 caused by `insert-before-markers'. Put `front-sticky' property on
13320 overlays created here so that the field code understands how the
13321 overlay works. Use a let when making comint-last-prompt-overlay,
13322 so that the code is easier to read.
13323
13324 2000-09-13 Dave Love <fx@gnu.org>
13325
13326 * wid-edit.el (widget-default-format-handler): DTRT when
13327 doc-property is a function.
13328
13329 2000-09-12 Francesco Potorti` <pot@gnu.org>
13330
13331 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13332 filed name if it's not there.
13333
13334 2000-09-12 Dave Love <fx@gnu.org>
13335
13336 * simple.el (read-mail-command): Doc fix.
13337 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13338
13339 * vc.el (vc-dired-listing-switches): Fix :version.
13340
13341 * vc-hooks.el: Doc fixes.
13342
13343 * subr.el (add-minor-mode): Use toggle-fun arg.
13344
13345 * speedbar.el: Add :version to several defcustoms.
13346
13347 * imenu.el (imenu--truncate-items, imenu--cleanup)
13348 (imenu--generic-function): Avoid mapcar.
13349 (imenu--replace-spaces): Function removed.
13350 (imenu--completion-buffer): Use subst-char-in-string.
13351 (imenu-add-to-menubar): Use keymap inheritance.
13352
13353 2000-09-12 Miles Bader <miles@gnu.org>
13354
13355 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13356 (diff-mode-map): Bind `diff-test-hunk'.
13357 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13358
13359 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13360
13361 * bytecomp.el (byte-compile-defvar): Undo last change
13362 because it breaks '(make-variable-buffer-local (defvar ...)'
13363 which is used at least in dired.
13364
13365 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13366
13367 * international/quail.el (quail-define-package): Docstring
13368 modified.
13369
13370 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13371
13372 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13373 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13374 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13375 docstring of "chinese-py".
13376
13377 * international/quail.el (quail-translation-docstring): New
13378 variable.
13379 (quail-show-keyboard-layout): Docstring modified.
13380 (quail-select-current): Likewise.
13381 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13382 infinite recursive call.
13383 (quail-help): Check quail-translation-docstring. Format of the
13384 output changed.
13385 (quail-help-insert-keymap-description): Adjusted for the above
13386 change.
13387
13388 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13389
13390 * bytecomp.el (byte-compile-defvar): Only cons onto
13391 current-load-list in top-level forms. Else this leaks a cons cell
13392 every time a defun is called.
13393
13394 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13395
13396 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13397 Now understands non-unified diffs. Some functionality moved into
13398 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13399 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13400 modify anything. Only reposition point in the patched file if the
13401 patch succeeds. Only pop up another window if POPUP is true.
13402 Emit a message describing what happened if successful, and at what
13403 line-offset. Automatically detect reversed hunks and do something
13404 appropriate.
13405 (diff-hunk-text, diff-find-text): New functions.
13406 (diff-filter-lines): Function removed.
13407 (diff-test-hunk): New function.
13408 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13409
13410 2000-09-10 Dave Love <fx@gnu.org>
13411
13412 * textmodes/tildify.el: Minor doc/commentary fixes.
13413 (tildify) <defgroup>: Add :version.
13414
13415 * faces.el (face-x-resources): Make custom type more specific.
13416 (frame-background-mode): Use mapc.
13417 (region) <defcustom>: Add :version.
13418
13419 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13420
13421 * vc-sccs.el (vc-sccs-register):
13422 * vc-rcs.el (vc-rcs-register):
13423 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13424 * vc.el (vc-register): Clear file's properties.
13425
13426 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13427
13428 * faces.el (face-spec-set): Only face-spec-reset-face when
13429 ATTRS is non-nil.
13430
13431 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13432
13433 * help.el (help-insert-xref-button): Fix a typo in doc string.
13434
13435 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13436
13437 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13438 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13439 methods.
13440
13441 * menu-bar.el (read-mail-item-name): New function.
13442 (menu-bar-tools-menu): Use it to compute and display the package
13443 used to read email.
13444 (menu-bar-tools-menu): Fix typo in GUD's help string.
13445
13446 2000-09-07 Dave Love <fx@gnu.org>
13447
13448 * diff-mode.el (diff-mouse-goto-source): New function.
13449
13450 * vc-sccs.el: Doc fixes.
13451 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13452
13453 * vc-rcs.el: Doc fixes.
13454 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13455 (vc-rcs-checkout-switches, vc-rcs-header)
13456 (vc-rcs-master-templates): Add or change :version.
13457
13458 * vc-cvs.el: Doc fixes.
13459 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13460 (vc-cvs-stay-local): Add :version.
13461
13462 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13463
13464 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13465
13466 * international/quail.el (quail-help): Fix previous change.
13467
13468 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13469
13470 * faces.el (color-values): Doc fix.
13471
13472 * faces.el (frame-set-background-mode): Use frame-parameter
13473 instead of frame-parameters.
13474
13475 * frame.el (filtered-frame-list): Reduce consing.
13476 (frames-on-display-list): Call frame-parameter instead of
13477 frame-parameters.
13478
13479 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13480
13481 * language/devan-util.el (devanagari-to-indian-region): In the
13482 loop, change the following char, not preceding char.
13483
13484 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13485
13486 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13487 instead of frame-parameters.
13488
13489 * faces.el (set-face-attribute): Simplify by calling
13490 internal-set-lisp-face-attribute with FRAME being 0.
13491
13492 * vc.el: Remove `Id' version control keyword.
13493
13494 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13495
13496 * help.el (help-make-xrefs): Adjusted for the change of
13497 help-xref-mule-regexp.
13498 (help-insert-xref-button): New function.
13499
13500 * international/mule-cmds.el (help-xref-mule-regexp-template):
13501 Include the pattern for character set.
13502 (leim): New group.
13503
13504 * international/quail.el: Don't require face.
13505 (quail): New group.
13506 (quail-other-command): Dummy command to make quail-help work better.
13507 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13508 (quail-keyboard-layout-substitution): New variable.
13509 (quail-update-keyboard-layout): New function.
13510 (quail-keyboard-layout-type): New customizable variable.
13511 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13512 (quail-keyboard-translate): Pay attention to
13513 quail-keyboard-layout-substitution.
13514 (quail-insert-kbd-layout): New function.
13515 (quail-show-keyboard-layout): New function.
13516 (quail-get-translation): If the definition is a vector of length
13517 1, and the element is a string of length 1, return the character
13518 in that string.
13519 (quail-update-current-translations): Fix the case of
13520 relative-index out of range.
13521 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13522 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13523 Show key sequences for all available characters.
13524 (quail-help-insert-keymap-description): Don't show such verbose
13525 key bindings as quail-self-insert-command.
13526
13527 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13528 Format changed, and each element now have extra documentations.
13529 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13530 Adjusted for the change of quail-cxterm-package-ext-info.
13531
13532 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13533
13534 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13535 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13536 during bootstrap.
13537
13538 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13539
13540 * vc.el: (toplevel): Don't require `dired' at run-time.
13541 (vc-dired-resynch-file): Remove autoload cookie.
13542
13543 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13544
13545 * vc.el: Made several backend functions optional.
13546 (vc-default-responsible-p): New function.
13547 (vc-merge): Use RET for first version to trigger merge-news, not
13548 prefix arg.
13549 (vc-annotate): Handle backends that do not support annotation.
13550 (vc-default-merge-news): Removed. The existence of a merge-news
13551 implementation is now checked on caller sites.
13552
13553 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13554 case.
13555
13556 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13557 special case that has been removed from the default in vc-hooks.el.
13558
13559 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13560
13561 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13562
13563 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13564
13565 * vc-hooks.el: Require vc during compilation.
13566 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13567 macro `with-vc-properties' in vc.el.
13568 (vc-file-getprop): Doc fix.
13569 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13570
13571 * vc.el: Require dired-aux during compilation.
13572 (vc-name-assoc-file): Moved to vc-sccs.el.
13573 (with-vc-properties): New macro.
13574 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13575 vc-finish-steal): Use it.
13576 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13577 to the backend-specific function is now supposed to do the checkout,
13578 too.
13579 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13580
13581 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13582 set file properties; that gets done in the generic code now.
13583
13584 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13585 Changed parameter list, added code from vc.el that does the
13586 checkout, possibly with a double-take.
13587
13588 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13589 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13590 the above under the new name.
13591 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13592 parameter list, added checkout command.
13593 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13594 properties; that gets done in the generic code now.
13595
13596 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13597
13598 * vc.el: Docstring fixes (courtesy of checkdoc).
13599
13600 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13601
13602 * vc.el (vc-checkout-writable-buffer-hook)
13603 (vc-checkout-writable-buffer): Remove.
13604 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13605 (vc-log-mode): Make it into a clean derived major mode.
13606 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13607 vc-log-mode if log-edit is not available.
13608 (vc-dired-mode-map): Don't set-keymap-parent yet.
13609 (vc-dired-mode): Do set-keymap-parent here.
13610 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13611
13612 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13613
13614 * faces.el (set-face-attribute, face-spec-reset-face)
13615 (face-spec-set): Avoid consing by removing calls to `apply'.
13616
13617 * frame.el (frame-parameter): Move to C code.
13618
13619 2000-09-05 Dave Love <fx@gnu.org>
13620
13621 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13622 insert-before-markers-and-inherit. Now checked systematically!
13623
13624 2000-09-05 Alex Schroeder <alex@gnu.org>
13625
13626 * sql.el (sql-postgres): Use sql-postgres-options.
13627 (sql-postgres-options): New variable.
13628
13629 2000-09-05 Alex Schroeder <alex@gnu.org>
13630
13631 * sql.el (sql-mode-menu): Work around missing variable mark-active
13632 in XEmacs.
13633 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13634 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13635 compatibility.
13636
13637 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13638
13639 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13640
13641 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13642
13643 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13644
13645 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13646
13647 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13648 don't support anything else under SCCS yet.
13649
13650 * vc-hooks.el: Minor doc fixes.
13651
13652 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13653
13654 * vc.el (vc-next-action-on-file): Do not visit the file if it's
13655 not necessary. If verbose in state `needs-patch', do the same as
13656 under `up-to-date'. When NOT verbose and `needs-patch', check out
13657 latest version instead of `merge-news'.
13658 (vc-next-action-dired): Don't mess with default-directory here; it
13659 breaks other parts of dired. It is the job of the
13660 backend-specific functions to adjust it temporarily if they need it.
13661 (vc-next-action): Remove a special CVS case.
13662 (vc-clear-headers): New optional arg FILE.
13663 (vc-checkin, vc-checkout): Set properties vc-state and
13664 vc-checkout-time properly.
13665 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
13666 (vc-print-log): Use new backend function `show-log-entry'.
13667 (vc-cancel-version): Do the checks in a different order. Added a
13668 FIXME concerning RCS-only code.
13669
13670 * vc-rcs.el (vc-rcs-show-log-entry): New function.
13671 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
13672
13673 * vc-cvs.el (vc-cvs-show-log-entry): New function.
13674
13675 * vc-hooks.el (vc-default-mode-line-string): Show state
13676 `needs-patch' as a `-' too.
13677
13678 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13679
13680 * vc.el (vc-responsible-backend): New optional arg REGISTER.
13681 (vc-default-could-register): New function.
13682 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
13683 (vc-resynch-buffer): Call vc-dired-resynch-file.
13684 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
13685 vc-resynch-buffer instead of vc-resynch-window.
13686 (vc-next-action-dired): Don't redisplay here, that gets done as a
13687 result of the individual file operations.
13688 (vc-retrieve-snapshot): Corrected prompt order.
13689
13690 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
13691
13692 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
13693 as well.
13694 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
13695 hostname regexps. Updated all callers.
13696 (vc-cvs-responsible-p): Handle directories as well.
13697 (vc-cvs-could-register): New function.
13698 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
13699 properties up-to-date.
13700
13701 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
13702 user whether to create one.
13703
13704 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13705
13706 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
13707 check out a non-existing file.
13708
13709 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
13710 workfile does not exist.
13711
13712 * vc.el (vc-version-diff): Use `require' to check for existence of
13713 diff-mode.
13714
13715 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13716
13717 * vc-cvs.el (vc-cvs-registered): Use new function
13718 vc-cvs-parse-entry to do the actual work.
13719
13720 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13721
13722 * vc-hooks.el (vc-find-backend-function): If function doesn't
13723 exist, return nil instead of error.
13724 (vc-call-backend): Doc fix.
13725
13726 * vc.el (vc-do-command): Doc fix.
13727 (vc-finish-logentry): When checking in from vc-dired, choose the
13728 right backend for logentry check.
13729 (vc-dired-mode-map): Inherit from dired-mode-map.
13730 (vc-dired-mode): Local value of dired-move-to-filename-regexp
13731 simplified.
13732 (vc-dired-state-info): Removed, updated caller.
13733 (vc-default-dired-state-info): Use parentheses instead of hyphens.
13734 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
13735 (vc-dired-listing-switches): New variable.
13736 (vc-directory): Use it, instead of dired-listing-switches.
13737
13738 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
13739 (vc-cvs-dir-state): New function.
13740 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
13741 (vc-cvs-parse-entry): New function, also to be used in
13742 vc-cvs-registered.
13743
13744 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13745
13746 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
13747 *or* single-window-frames.
13748
13749 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13750
13751 * vc.el (vc-update-changelog): Split into generic part and default
13752 implementation. Doc string adapted.
13753 (vc-default-update-changelog): New function. Call the `rcs2log'
13754 script in exec-directory, to fix a long-standing nuisance.
13755
13756 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
13757 simply signals an error.
13758
13759 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13760
13761 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
13762 control-flow more clear and to avoid running `cvs' twice.
13763
13764 * vc.el (vc-next-action-on-file): Doc fix.
13765 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
13766 (vc-print-log): Eval `file' before constructing the continuation.
13767
13768 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13769
13770 * vc.el (vc-next-action-on-file): Corrected several messages.
13771 (vc-merge): Add prefix arg `merge-news'; handle it.
13772
13773 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
13774 is not reached. It is.
13775 (vc-cvs-merge): Set state to 'edited after merge.
13776 (vc-cvs-merge-news): Set workfile version to nil if not known.
13777 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
13778
13779 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
13780 via stdout. (Merge from main line.)
13781
13782 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13783
13784 * vc.el (vc-finish-logentry): Thinko in the "same comment"
13785 detection.
13786
13787 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13788
13789 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
13790 against kill-all-local-variables.
13791 (vc-log-edit): Don't save vc-parent-buffer any more.
13792 (vc-last-comment-match): Initialize to an empty string.
13793 (vc-post-command-functions): New hook.
13794 (vc-do-command): Run it.
13795 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
13796 (vc-finish-logentry): Only add the comment to the ring if it's
13797 different from the last comment entered.
13798 (vc-new-comment-index): New function.
13799 (vc-previous-comment): Use it. Make the minibuffer message
13800 slightly less terse.
13801 (vc-comment-search-reverse): Make it work forward as well. Don't
13802 set vc-comment-ring-index if no match is found. Use
13803 vc-new-comment-index.
13804 (vc-comment-search-forward): Use vc-comment-search-reverse.
13805 (vc-dired-mode-map): Don't inherit from dired-mode-map since
13806 define-derived-mode will do it for us. Bind `v' to a keymap that
13807 inherits from vc-prefix-map so that we can bind `vt' without
13808 binding C-x v t.
13809 (vc-retrieve-snapshot): Parenthesis typo.
13810
13811 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
13812 to 1. Make sure to switch to *vc* before looking for an error
13813 message. Use vc-parse-buffer.
13814
13815 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13816
13817 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
13818 and NAME.
13819 (vc-retrieve-snapshot): Split into two parts.
13820 (vc-default-retrieve-snapshot): New function.
13821
13822 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
13823 (vc-cvs-retrieve-snapshot): New function (untested).
13824 (vc-cvs-stay-local): Default to t.
13825 (vc-cvs-remote-p): New function and property.
13826 (vc-cvs-state): Stay local only if the above is t.
13827 (vc-handle-cvs): Removed.
13828 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
13829 done via vc-handled-backends now.
13830 (vc-cvs-header): Escape Id.
13831
13832 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13833
13834 * vc.el (vc-do-command): Remove unused commands.
13835 (vc-version-diff): Make sure default-directory ends with a slash.
13836 Move the window commands into a vc-exec-after.
13837 (vc-print-log): Move more of the code into the `vc-exec-after'.
13838
13839 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13840
13841 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
13842 (vc-print-log): Search current revision from beginning of buffer.
13843 (vc-revert-buffer): Clear echo area after the diff is finished.
13844 (vc-prefix-map): Removed definition of "t" for terse display in vc
13845 dired.
13846 (vc-dired-mode-map): Inherit from dired-mode-map. Added
13847 definition of "vt" for terse display.
13848 (vc-dired-mode): Fix dired-move-to-filename-regexp.
13849
13850 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13851
13852 * vc.el (vc-exec-after): Avoid caddr.
13853
13854 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13855
13856 * vc.el (vc-exec-after): New function.
13857 (vc-do-command): Use it to add a termination message for async
13858 procs.
13859 (vc-checkout): Try to handle a missing-backend situation.
13860 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
13861 of a directory with a backend using async diffs.
13862 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
13863 present.
13864
13865 * vc-sccs.el (vc-sccs-state-heuristic): Use
13866 file-ownership-preserved-p.
13867
13868 * vc-rcs.el (vc-rcs-state-heuristic): Use
13869 file-ownership-preserved-p.
13870 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
13871
13872 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13873
13874 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
13875 vc-do-command.
13876
13877 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
13878 when there are no changes.
13879
13880 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13881
13882 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
13883
13884 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
13885
13886 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13887
13888 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
13889
13890 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
13891 the `fset' outside of the defvar so that it works even if
13892 vc-prefix-map was already defined.
13893 (vc-setup-buffer): New function, split out of vc-do-command.
13894 (vc-do-command): Allow BUFFER to be t to mean `just use the
13895 current buffer without any fuss'.
13896 (vc-version-diff): Change the `diff' backend operation to just put
13897 the diff in the current buffer without erasing it. Always use
13898 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
13899 shrink-window-if-larger-than-buffer.
13900 (vc-print-log): Change the `print-log' backend operation to just
13901 put the log in the current buffer without erasing it. Protect
13902 shrink-window-if-larger-than-buffer.
13903 (vc-update-change-log): Fix setd typo.
13904
13905 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
13906 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
13907
13908 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
13909 (vc-rcs-diff): Insert in the current buffer and remove unused arg
13910 CMP.
13911
13912 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
13913 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
13914 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
13915
13916 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13917
13918 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
13919 not possible, use vc-BACKEND-workfile-unchanged-p.
13920 (vc-default-workfile-unchanged-p): New function. Delegates to a
13921 full vc-BACKEND-diff.
13922
13923 * vc-hooks.el (vc-simple-command): Removed.
13924
13925 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
13926 instead of vc-simple-command.
13927 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
13928 avoid doing a diff when opening a file.
13929 (vc-rcs-state): Added check for unlocked-changes.
13930 (vc-rcs-header): Escape Id.
13931 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
13932 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
13933 version.
13934
13935 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
13936 (vc-sccs-diff): Remove optional arg CMP.
13937 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
13938 SCCS-specific function.
13939
13940 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
13941 vc-simple-command.
13942
13943 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13944
13945 * vc.el (vc-editable-p): Renamed from vc-writable-p.
13946 (with-vc-file, vc-merge): Use vc-editable-p.
13947 (vc-do-command): Remove unused var vc-file and fix the
13948 doubly-defined `status' var. Add a user message when starting an
13949 async command.
13950 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
13951 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
13952 Use with-current-buffer.
13953 (vc-buffer-sync): Use unless.
13954 (vc-next-action-on-file): If the file is 'edited by read-only,
13955 make it read-write instead of trying to commit.
13956 (vc-version-diff, vc-update-change-log): Use `setq
13957 default-directory' rather than `cd'.
13958 (vc-log-edit): Don't forget to set default-directory in the
13959 buffer.
13960
13961 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
13962 (vc-sccs-state-heuristic): Use file-writable-p instead of
13963 comparing userids.
13964 (vc-sccs-checkout): Use `unless'.
13965
13966 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
13967 of comparing userids.
13968 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
13969 Simplify the logic by eliminating unreachable code.
13970 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
13971 just do a recursive call if we need to retry.
13972 (vc-rcs-checkout): Handle the case where rcs is missing by making
13973 the buffer read-write if requested and re-signalling the error.
13974
13975 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
13976
13977 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13978
13979 * vc-hooks.el (vc-handled-backends): Docstring change.
13980 (vc-ignore-vc-files): Mark obsolete.
13981 (vc-registered): Check vc-ignore-vc-files.
13982 (vc-find-file-hook, vc-file-not-found-hook): Don't check
13983 vc-ignore-vc-files.
13984
13985 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
13986
13987 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13988
13989 * vc.el (vc-checkout): Don't do anything special for ange-ftp
13990 files since ange-ftp already has vc-registered return nil.
13991
13992 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
13993 (vc-sccs-workfile-version): Use with-temp-buffer and new
13994 vc-parse-buffer and don't bother setting the property.
13995 (vc-sccs-add-triple): Use with-current-buffer and
13996 find-file-noselect.
13997 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
13998
13999 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14000 derives from the old vc-parse-buffer but uses the revision number
14001 rather than the date (much easier to compare robustly).
14002 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14003 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14004 locking-user more directly. Check strict locking and set
14005 checkout-model appropriately.
14006 (vc-rcs-parse-locks): Remove.
14007 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14008 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14009 (vc-rcs-system-release): Use with-current-buffer and
14010 vc-parse-buffer.
14011 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14012
14013 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14014 (vc-simple-command): Docstring fix.
14015 (vc-registered): Align the way the file-handler is called with the
14016 way the function itself works.
14017 (vc-file-owner): Remove.
14018
14019 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14020 extraction of fields and call to file-attributes because of a
14021 temporary bug in rcp.el.
14022 (vc-cvs-fetch-status): Use with-current-buffer.
14023
14024 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14025
14026 * vc.el (vc-do-command): Use file-relative-name.
14027 (vc-responsible-backend): Use vc-backend if possible.
14028 (vc-create-snapshot): Improve the `interactive' spec. Add support
14029 for branches and dispatch to backend-specific `create-snapshot'.
14030 (vc-default-create-snapshot): New function, containing the bulk of
14031 the old vc-create-snapshot.
14032 (vc-retrieve-snapshot): Improve the interactive spec.
14033
14034 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14035 (vc-backend-hook-functions): Remove.
14036 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14037 (vc-backend): Reintroduce the test for `file = nil' now that I
14038 know why it was there (and added a comment to better remember).
14039
14040 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14041 code from vc-sccs-hooks.el.
14042 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14043 'vc anymore.
14044 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14045 and file-directory-p instead of file-exists-p.
14046 (vc-sccs-check-headers): Simplify the regexp.
14047
14048 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14049 from vc-rcs-hooks.el. Don't require 'vc anymore.
14050 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14051 file-directory-p instead of file-exists-p.
14052
14053 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14054 from vc-cvs-hooks.el.
14055 (proto vc-cvs-registered): Require 'vc-cvs instead of
14056 'vc-cvs-hooks. Don't require 'vc anymore.
14057 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14058 file-directory-p instead of file-exists-p.
14059 (vc-cvs-create-snapshot): New function, replacing
14060 vc-cvs-assign-name.
14061 (vc-cvs-assign-name): Remove.
14062
14063 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14064
14065 * vc-cvs.el (vc-cvs-header): New var.
14066
14067 * vc-rcs.el (vc-rcs-exists): Remove.
14068 (vc-rcs-header): New var.
14069
14070 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14071 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14072 (vc-sccs-header): New var.
14073
14074 * vc.el (vc-do-command): Get rid of the `last' argument.
14075 (vc-header-alist): Remove, replaced by vc-X-header.
14076 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14077 (vc-dired-hook): Use expand-file-name instead of concat.
14078 (vc-directory): Use file-name-as-directory.
14079 (vc-snapshot-precondition, vc-create-snapshot)
14080 (vc-retrieve-snapshot): Allow the command to operate on any
14081 directory.
14082
14083 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14084 just removing the 'WORKFILE argument or by removing the 'MASTER
14085 argument and replacing `file' with (vc-name file).
14086
14087 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14088
14089 * vc.el: Update Copyright and add a crude list of backend funs.
14090 (vc-writable-p): New function.
14091 (with-vc-file): Use vc-writable-p.
14092 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14093 (vc-register): Avoid vc-name.
14094 (vc-locking-user): Remove.
14095 (vc-steal-lock): Make the `owner' arg non-optional.
14096 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14097 vc-checkout-model.
14098 (vc-default-dired-state-info): Use vc-state instead of
14099 vc-locking-user and return special strings for special states.
14100 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14101 and get rid of one of the special CVS cases.
14102 (vc-cancel-version): prettify error message with \\[...].
14103 (vc-rename-master): New function.
14104 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14105 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14106 the CVS special case generic.
14107 (vc-default-record-rename): Remove.
14108 (vc-file-tree-walk-internal): Only call FUNC for files that are
14109 under control of some VC backend and replace `concat' with
14110 expand-file-name.
14111 (vc-file-tree-walk): Update docstring.
14112 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14113 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14114
14115 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14116 vc-sccs-record-rename. Use `find-file-noselect' rather than
14117 `find-file' and call `vc-rename-master' to do the actual move.
14118 (vc-sccs-diff): Remove unused `backend' variable.
14119
14120 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14121 to delay loading of vc-sccs until it is really used.
14122 (vc-sccs-master-templates): Preload.
14123 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14124 (vc-sccs-project-dir): Remove (merged into
14125 vc-sccs-search-project-dir).
14126 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14127 rather than `concat', make sure it is preloaded and don't bother
14128 to check that the file actually exists.
14129 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14130 `locks' argument (use buffer's content instead) and eliminate n^2
14131 behavior.
14132
14133 * vc-rcs.el: Update Copyright.
14134 (vc-rcs-rename-file): New function.
14135 (vc-rcs-diff): Remove unused `backend' variable.
14136
14137 * vc-hooks.el: Update Copyright.
14138 (vc-backend): Don't accept a nil argument any more.
14139 (vc-up-to-date-p): Turn into a defsubst.
14140 (vc-possible-master): New function.
14141 (vc-check-master-templates): Use `vc-possible-master' and allow
14142 funs in vc-X-master-templates to return a non-existent file.
14143
14144 * vc-cvs.el: Update Copyright.
14145 (vc-cvs-diff): Remove unused `backend' variable.
14146 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14147
14148 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14149
14150 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14151
14152 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14153 since it can be called from vc-rcs.el.
14154 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14155
14156 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14157
14158 * vc.el (vc-version-diff): Expand file name read from the
14159 minibuffer. Handle the case when a previous version number can't
14160 be guessed. Give suitable messages when there were no differences
14161 found.
14162 (vc-clear-headers): Call backend-specific implementation, if one
14163 exists.
14164 (vc-cancel-version): Made error checks generic. When done, clear
14165 headers generically, too.
14166
14167 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14168 from vc-clear-headers in vc.el.
14169
14170 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14171 correctly.
14172 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14173 optional. Handle the case when it's not there.
14174
14175 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14176
14177 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14178
14179 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14180
14181 * vc-hooks.el (vc-loadup): Remove.
14182 (vc-find-backend-function): Use `require'. Also, handle the case
14183 where vc-BACKEND-hooks.el doesn't exist.
14184 (vc-call-backend): Cleanup.
14185
14186 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14187
14188 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14189 vc-rcs-grab-templates)
14190 (vc-rcs-registered): Remove. The default function works as well.
14191 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14192 vc-sccs-grab-templates)
14193 (vc-sccs-registered): Remove. The default function works as well.
14194
14195 * vc.el (vc-version-diff): Left out a vc- in call to
14196 vc-call-backend.
14197 (vc-default-dired-state-info, vc-default-record-rename)
14198 (vc-default-merge-news): Update for the new backend argument.
14199
14200 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14201 using the default function.
14202 (vc-call-backend): If calling the default function, pass it the
14203 backend as first argument. Update the docstring accordingly.
14204 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14205 for the new backend argument.
14206 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14207 (vc-find-backend-function): Use the new name.
14208 (vc-default-registered): New function.
14209
14210 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14211
14212 * vc.el (vc-merge): Use vc-find-backend-function.
14213
14214 * vc-hooks.el (vc-backend-functions): Remove.
14215 (vc-loadup): Don't setup 'vc-functions.
14216 (vc-find-backend-function): New function.
14217 (vc-call-backend): Use above fun and populate 'vc-functions
14218 lazily.
14219 (vc-backend-defines): Remove.
14220
14221 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14222
14223 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14224 Call vc-call-backend without the leading vc-.
14225 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14226 (vc-check-headers): Call vc-call-backend without the leading vc-.
14227 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14228 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14229 Call vc-call-backend without the leading vc-.
14230
14231 * vc-cvs.el (tail): Provide vc-cvs.
14232 * vc-sccs.el (tail): Provide vc-sccs.
14233 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14234
14235 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14236 (vc-make-backend-function, vc-call): Pass names without leading
14237 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14238 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14239 (vc-call-backend): Always try to load vc-X-hooks.
14240 (vc-registered): Remove vc- in call to vc-call-backend.
14241
14242 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14243
14244 * vc.el (vc-process-filter): New function.
14245 (vc-do-command): Setup `vc-process-filter' for the async process.
14246 (vc-maybe-resolve-conflicts): New function to reduce
14247 code-duplication. Additionally, it puts the buffer in
14248 `smerge-mode' if applicable.
14249 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14250 calling `merge-news'.
14251 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14252 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14253 interfacing to log-edit.el.
14254 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14255 log-edit is available.
14256 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14257
14258 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14259
14260 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14261 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14262 defvar and the initialization.
14263 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14264
14265 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14266 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14267
14268 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14269
14270 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14271
14272 * vc.el (vc-file-clear-masterprops): Removed.
14273 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14274 (vc-version-diff): Use buffer-size without argument.
14275 (vc-register): Heed vc-initial-comment.
14276
14277 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14278 default branch.
14279
14280 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14281 file name and workfile version.
14282 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14283
14284 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14285 vc-file-clear-masterprops.
14286
14287 * vc-sccs.el (vc-sccs-checkout): Removed call to
14288 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14289 rather than user login name.
14290
14291
14292 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14293
14294 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14295 `want-differences-if-changed' and simplify.
14296 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14297 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14298 output (which is invalid for async vc-diff) to decide whether to
14299 do the revert silently or not.
14300
14301 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14302
14303 * vc-hooks.el (vc-loadup): Load files quietly.
14304 (vc-call-backend): Oops, brain fart.
14305
14306 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14307
14308 * vc-cvs.el (vc-cvs-state): Typo.
14309 (vc-cvs-merge-news): Return the status code rather than the error msg.
14310
14311 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14312
14313 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14314 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14315 vc-state or vc-up-to-date-p.
14316 (vc-merge): Use vc-backend-defines to check whether merging is
14317 possible. Set state to 'edited after successful merge.
14318
14319 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14320 return that name. Redocumented.
14321
14322 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14323
14324 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14325 new `vc-state' semantics.
14326 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14327 'vc-locking-user to the current user.
14328 (vc-merge): Inline vc-backend-merge. Comment out code that I
14329 don't understand and hence can't adapt to the new `vc-state' and
14330 `vc-locking-user' semantics.
14331 (vc-backend-merge): Remove.
14332
14333 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14334 rather than 'vc-locking-user.
14335
14336 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14337
14338 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14339 (vc-state): Don't use 'reserved any more. Just use the same
14340 convention as the one used for vc-<backend>-state where the
14341 locking user (as a string) is returned.
14342 (vc-locking-user): Update, based on the above convention. The
14343 'vc-locking-user property has disappeared.
14344 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14345
14346 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14347 with a heuristic one.
14348 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14349 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14350 error. That allows us to get to 'needs-merge even in the
14351 stay-local case. There's still no way to detect 'needs-patch in
14352 such a setup (or to force an update for that matter).
14353 (vc-cvs-logentry-check): Remove, the default works as well.
14354
14355 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14356
14357 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14358
14359 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14360 major-mode in which the buffer might have been put earlier. Use
14361 `remove' and `when'. Allow `okstatus' to be `async' and use
14362 `start-process' in this case.
14363 (vc-version-diff): Handle the case where the diff looks empty
14364 because of the use of an async process.
14365
14366 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14367
14368 * vc.el (vc-next-action-on-file): Removed optional parameter
14369 `simple'. Recompute state unconditionally.
14370 (vc-default-toggle-read-only): Removed.
14371
14372 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14373 (vc-toggle-read-only): Undid prev change.
14374
14375 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14376 vc-cvs-simple-toggle. Redocumented.
14377 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14378 (vc-cvs-toggle-read-only): Removed.
14379
14380 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14381
14382 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14383 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14384 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14385 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14386 still is. So maybe it should be removed.
14387 (vc-head-version, vc-find-binary): Remove.
14388 (vc-recompute-state): Move from vc-hooks.el.
14389 (vc-next-action-on-file): Add a `simple' argument to allow
14390 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14391 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14392 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14393 (vc-dired-mode-map): Properly defvar it.
14394 (vc-print-log): Call log-view-mode if available.
14395 (small-temporary-file-directory): defvar instead of use boundp.
14396 (vc-merge-news): Moved to vc-cvs.el.
14397 (vc-default-merge-news): New function.
14398
14399 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14400 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14401 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14402 unknown `vc-latest-version' function. It should probably refer to
14403 vc-workfile-version or somesuch, but it's very unclear to me and I
14404 don't have SCCS to test things.
14405
14406 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14407 (vc-sccs-state-heuristic): Fix typo.
14408 (vc-sccs-workfile-unchanged-p): Add missing argument.
14409
14410 * vc-rcs.el: Require vc and vc-rcs-hooks.
14411 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14412 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14413 (vc-release-greater-or-equal-p): Move from vc.
14414 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14415 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14416 (vc-rcs-checkout): Add a missing `new-version' argument in the
14417 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14418
14419 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14420 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14421 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14422 than the apparently unbound `workfile-version'.
14423
14424 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14425 (vc-file-prop-obarray): Use `make-vector'.
14426 (vc-backend-functions): Add new hookable functions
14427 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14428 (vc-loadup): If neither backend nor default functions exist, use
14429 the backend function rather than nil.
14430 (vc-call-backend): If the function if not bound yet, try to load
14431 the non-hook file to see if it provides it.
14432 (vc-call): New macro plus use it wherever possible.
14433 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14434 nor `vc-find-binary' since it's only called from
14435 vc-mistrust-permission which is only used once the backend is known.
14436 (vc-checkout-model): Fix parenthesis.
14437 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14438
14439 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14440 (vc-cvs-release, vc-cvs-system-release): Remove.
14441 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14442 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14443 status symbols.
14444 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14445 (vc-cvs-toggle-read-only): First cut at a function to allow a
14446 cvs-status-free vc-toggle-read-only.
14447 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14448 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14449 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14450 (vc-cvs-checkout): Modify access rights directly if the user
14451 requested not to use `cvs edit'. And refresh the mode line.
14452
14453 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14454 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14455
14456 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14457
14458 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14459 workfile' that got lost when the code was extracted from vc.el.
14460 And merged the tail with the rest of the code (not possible in the
14461 old vc.el where the tail was shared among all backends). And
14462 explicitly set the state to 'edited if `writable' is set.
14463
14464 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14465 (vc-cvs-state): Be careful to return the value from
14466 vc-cvs-parse-state.
14467 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14468 property but return it instead. Also be careful to handle a nil
14469 or "" `rev' when workfile is non-nil (it was handled properly when
14470 workfile was nil).
14471
14472 * vc.el: Removed those pesky unnecessary `(function' quotes.
14473 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14474 directly in the defvar.
14475 (vc-do-command): Bind inhibit-read-only so as to properly handle
14476 the case where the destination buffer has been made read-only.
14477 (vc-diff): Delegate to vc-version-diff in all cases.
14478 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14479 (vc-annotate-mode-variables): Removed (code moved partly to
14480 defvars and partly to vc-annotate-add-menu).
14481 (vc-annotate-mode): Turned into a derived-mode.
14482 (vc-annotate-add-menu): Moved in code in
14483 vc-annotate-mode-variables.
14484 (vc-update-change-log): Use make-temp-file if available.
14485
14486 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14487
14488 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14489 `vc-checkout-model' updated to `vc-cvs-update-model'.
14490
14491 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14492
14493 * vc.el (vc-next-action-on-file): Added handling of state
14494 `unlocked-changes'.
14495 (vc-checkout-carefully): Is now practically obsolete, unless the
14496 above is too slow to be enabled unconditionally.
14497 (vc-update-change-log): Fixed typo.
14498
14499 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14500
14501 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14502 Now handles state `unlocked-changes'.
14503 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14504
14505 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14506
14507 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14508 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14509 `unlocked-changes'.
14510 (vc-rcs-workfile-unchanged-p): Renamed from
14511 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14512 function yet, but supposed to become one soon.
14513
14514 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14515 `vc-steal-lock'.
14516 (vc-call-backend): Changed error message.
14517 (vc-state): Added description of state `unlocked-changes'.
14518
14519 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14520
14521 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14522 always return t in CVS-controlled directories.
14523
14524 * vc.el (vc-responsible-backend): New function.
14525 (vc-register): Largely rewritten.
14526 (vc-admin): Removed (implementation moved into vc-register).
14527 (vc-checkin): Redocumented.
14528 (vc-finish-logentry): If no backend defined yet (because we are in
14529 the process of registering), use the responsible backend.
14530
14531 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14532 Updated function lists.
14533 (vc-call-backend): Fixed typo.
14534
14535 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14536 New functions.
14537 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14538 Removed query option. Redocumented.
14539
14540 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14541
14542 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14543
14544 * vc.el: Updated callers of `vc-checkout-required' to use
14545 `vc-checkout-model'.
14546
14547 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14548
14549 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14550 stuff updated to reference this function instead of the old
14551 `vc-backend-release-p'.
14552
14553 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14554
14555 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14556 vc-checkout-model. Return appropriate values. Updated callers.
14557
14558 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14559
14560 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14561 (vc-backend-revert): Function moved into `vc-revert';
14562 `vc-next-action' must be updated to accomodate this change.
14563 (vc-backend-steal): Function moved into `vc-finish-steal'.
14564 (vc-backend-logentry-check): Function moved into
14565 `vc-finish-logentry'.
14566 (vc-backend-printlog): Function moved into `vc-print-log'.
14567 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14568 (vc-backend-assign-name): Function moved into
14569 `vc-create-snapshot'.
14570
14571 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14572
14573 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14574 Rename to vc-checkout-model. Return appropriate values.
14575 Update callers.
14576
14577 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14578 to vc-checkout-model.
14579 (vc-checkout-required): Rename to vc-checkout-model.
14580 Re-implement and re-comment.
14581 (vc-after-save): Use vc-checkout-model.
14582
14583 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14584
14585 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14586 Update to use the vc-BACKEND-diff functions instead.
14587 `vc-diff' is now working.
14588
14589 * vc-rcs.el (vc-rcs-logentry-check): New function.
14590
14591 * vc-cvs.el (vc-cvs-logentry-check): New function.
14592
14593 * vc-sccs.el (vc-sccs-diff): Function changed name from
14594 `vc-backend-diff'. This makes `vc-diff' work.
14595
14596 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14597 of functions possibly implemented in a vc-BACKEND library.
14598 (vc-checkout-required): Fix bug that caused an error to be
14599 signaled during `vc-after-save'.
14600
14601 * vc.el: Fix typo.
14602 This checkin is made with our new VC code base for the very first time.
14603 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14604
14605 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14606 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14607
14608 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14609 updated to `vc-uses-locking'.
14610 (vc-checkout-required): Call to backend function.
14611 `vc-checkout-required' updated to `vc-uses-locking' instead.
14612
14613 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14614 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14615
14616 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14617 to match the split into various backends.
14618 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14619 (vc-retrieve-snapshot): Bug fix.
14620
14621 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14622
14623 * vc-sccs.el (vc-sccs-release): Doc fix.
14624
14625 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14626
14627 * vc.el (vc-next-action-on-file): Bug found and fixed.
14628 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14629 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14630
14631 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14632 (vc-rcs-checkout): Name space cleaned up. No more revision number
14633 crunching function names that are not prefixed with vc-rcs.
14634 (vc-rcs-checkout-model): Function added. References to
14635 `vc-checkout-model' replaced.
14636
14637 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14638
14639 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14640 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14641 still need to be split, and implemented for RCS).
14642
14643 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14644
14645 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14646
14647 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14648 required by the vc.el file.
14649
14650 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
14651 required by the vc.el file.
14652 (vc-rcs-exists): Function added.
14653
14654 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
14655 required by the vc.el file.
14656
14657 * vc.el (vc-admin): Updated to handle selection of appropriate
14658 backend. Current implementation is crufty and need re-thinking.
14659
14660 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
14661
14662 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14663
14664 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
14665 beginning of annotate buffers correctly.
14666
14667 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
14668 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
14669 functionality updated quite a lot to support multiple backends.
14670 Variables `vc-annotate-mode', `vc-annotate-buffers',
14671 `vc-annotate-backend' added.
14672
14673 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
14674 `vc-annotate-difference' added to supported backend functions.
14675
14676 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14677
14678 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
14679 Use with-temp-file instead of /bin/sh. Merged from mainline
14680
14681 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14682
14683 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
14684
14685 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
14686
14687 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
14688
14689 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14690
14691 * vc-hooks.el: vc-state-heuristic added to
14692 vc-backend-hook-functions.
14693
14694 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
14695
14696 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
14697
14698 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
14699 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
14700 state to `reserved'.
14701
14702 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
14703 `vc-checkout-required'. Rename the `locked' state to `reserved'.
14704
14705 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14706
14707 * vc-rcs-hooks.el: Implement new state model. Hardly anything
14708 untouched.
14709
14710 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
14711
14712 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
14713 if defined. (Merged from main line, slightly adapted.)
14714
14715 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
14716 millenium problem (merged from mainline).
14717
14718 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14719
14720 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
14721 part and moved the non-BACKEND stuff to vc.el.
14722
14723 * vc.el: Split the annotate feature into a BACKEND specific part
14724 and moved it from the vc-cvs.el file to this one.
14725
14726 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14727
14728 * vc-hooks.el: Implement new state model.
14729 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
14730 (vc-locking-user): Simplify. Now only needed if the file is
14731 locked by somebody else.
14732 (vc-lock-from-permissions): Remove. Functionality is in
14733 vc-sccs-hooks.el and vc-rcs-hooks.el now.
14734 (vc-mode-line-string): New name for former vc-status. Adapted.
14735 (vc-mode-line): Adapt to use the above. Remove optional parameter.
14736
14737 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
14738 Various simplifications and adaptations all over the place.
14739
14740 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
14741 Simplify and adapt the rest.
14742
14743 * vc.el (vc-resynch-window): Add TODO comment: check for
14744 interaction with view mode according to recent RCS change.
14745 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
14746
14747 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14748
14749 * vc.el: Convert the remaining function comments to docstrings.
14750
14751 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14752
14753 * vc.el (vc-backend-release, vc-release-greater-or-equal)
14754 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
14755 (vc-minor-part, vc-previous-version): Functions that operate and
14756 compare revision numbers got proper documentation. Comments added
14757 about their possible removal.
14758
14759 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14760
14761 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
14762 the vc-backend.el files.
14763
14764 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
14765
14766 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
14767 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
14768 (vc-rcs-previous-version): Functions added.
14769
14770 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
14771
14772 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
14773
14774 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14775
14776 * vc-hooks.el (vc-master-templates): Is really obsolete.
14777 Comment out the definition for now. What is the right procedure
14778 to get rid of it?
14779 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
14780 rewritten.
14781 (vc-default-registered): Remove.
14782 (vc-check-master-templates): New function; does mostly what the
14783 above did before.
14784 (vc-locking-user): Don't rely on the backend to set the property.
14785
14786 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
14787 Rewrite documentation.
14788 (vc-rcs-templates-grabbed): New variable.
14789 (vc-rcs-grab-templates): New function.
14790 (vc-rcs-registered): Rewrite to use above mechanism.
14791
14792 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
14793 Rewrite documentation.
14794 (vc-sccs-templates-grabbed): New variable.
14795 (vc-sccs-grab-templates): New function.
14796 (vc-sccs-registered): Rewrite to use above mechanism.
14797 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
14798 Don't throw the result, simply return it.
14799
14800 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
14801 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
14802 (vc-cvs-registered): Does the check itself now. Simplify.
14803
14804 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
14805 from main line.
14806
14807 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14808
14809 * vc-cvs.el (vc-cvs-diff): New function.
14810
14811 * vc-sccs.el (vc-sccs-diff): New function.
14812
14813 * vc-rcs.el (vc-rcs-diff): New function.
14814 (vc-rcs-checkout): Bug (typo) found and fixed.
14815 (vc-rcs-register-switches): New variable.
14816
14817 * vc.el (vc-backend-diff): Function removed and placed in the
14818 backend files.
14819
14820 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14821
14822 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
14823
14824 * vc.el (vc-backend-checkout): Function removed and replaced in
14825 the vc-backend.el files.
14826
14827 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
14828
14829 * vc.el (vc-backend-admin): Removed and replaced in the
14830 vc-backend.el files.
14831
14832 * vc.el (Martin): Removed all the annotate functionality since it
14833 is CVS backend specific.
14834
14835 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14836
14837 * spec.txt: Added specification of vc-state.
14838
14839 * vc-sccs-hooks.el (vc-sccs-master-properties):
14840 Remove handling of vc-latest-version and
14841 vc-your-latest-version. What used to be vc-latest-version, is now
14842 returned as vc-workfile-version.
14843 (vc-sccs-workfile-version): Adapt.
14844
14845 2000-09-04 Dave Love <fx@gnu.org>
14846
14847 * vc.el: [Merged from mainline.]
14848 (vc-dired-mode): Make the dired-move-to-filename-regexp
14849 regexp match the date, to avoid treating date as file size.
14850 Add YYYY S option to WESTERN/
14851
14852 2000-09-04 Dave Love <fx@gnu.org>
14853
14854 * vc.el: Require `compile' when compiling.
14855 (vc-logentry-check-hook): New option.
14856 (vc-steal-lock): Use compose-mail.
14857 (vc-dired-mode-map): Defvar when compiling.
14858 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
14859 vc-sccs.el and renamed. Callers changed.
14860 (vc-backend-checkout, vc-backend-logentry-check)
14861 (vc-backend-merge-news): Doc fix.
14862 (vc-default-logentry-check): New function.
14863 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
14864 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
14865 (vc-backend-merge): Doc fix. Use backend functions.
14866 (vc-check-headers): Use backend functions.
14867
14868 * vc-cvs.el: Require vc when compiling.
14869 (vc-cvs-register-switches): Doc fix.
14870 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
14871 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
14872 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
14873 New functions (code from vc.el).
14874 (vc-annotate-display-default): Fix interactive spec.
14875 (vc-annotate-time-span): Doc fix.
14876
14877 * vc-rcs.el: Require vc when compiling.
14878 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
14879 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
14880 (vc-rcs-checkin): New functions (code from vc.el).
14881 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
14882 Doc fix.
14883 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
14884
14885 * vc-sccs.el: Require vc when compiling.
14886 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
14887 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
14888 (vc-sccs-revert)
14889 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
14890 from vc.el).
14891 (vc-sccs-add-triple, vc-sccs-record-rename)
14892 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
14893 (vc-sccs-admin): Doc fix.
14894
14895 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14896
14897 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
14898 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
14899 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
14900 from vc.el.
14901
14902 * vc-sccs.el (vc-admin-sccs): Added from vc.el
14903
14904 * vc-cvs.el: Moved the annotate functionality from vc.el.
14905 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
14906
14907 2000-09-04 Dave Love <fx@gnu.org>
14908
14909 * vc.el (vc-backend-release): Call vc-system-release.
14910
14911 * vc-sccs.el (vc-sccs-system-release):
14912 Renamed from vc-sccs-backend-release.
14913
14914 * vc-rcs.el (vc-rcs-system-release):
14915 Renamed from vc-rcs-backend-release.
14916
14917 * vc-cvs.el (vc-cvs-system-release):
14918 Renamed from vc-cvs-backend-release.
14919
14920 2000-09-04 Dave Love <fx@gnu.org>
14921
14922 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
14923 backend files.
14924 (vc-backend-release): Dispatch to backend functions.
14925 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
14926 probably needs attention.]
14927
14928 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
14929 (vc-sccs-backend-release): New function.
14930
14931 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
14932 (vc-cvs-backend-release): New function.
14933
14934 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
14935 Doc fix.
14936 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
14937 (vc-default-dired-state-info): New function.
14938 (vc-dired-state-info): Dispatch to backends.
14939 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
14940
14941 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
14942 from vc.el and renamed.
14943
14944 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14945
14946 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
14947 (vc-version-other-window, vc-backend-assign-name): Removed
14948 references to vc-latest-version; sometimes changed into
14949 vc-workfile-version.
14950
14951 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
14952 vc-rcs-master-workfile-version.
14953 (vc-rcs-workfile-version): Use the above. Don't call
14954 vc-latest-version (that was unreachable code, anyway).
14955 (vc-rcs-fetch-master-properties): Doc fix.
14956
14957 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
14958 (vc-backend-hook-functions): Removed them from this list, too.
14959 (vc-fetch-properties): Removed.
14960 (vc-workfile-version): Doc fix.
14961
14962 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
14963 (vc-rcs-workfile-version, vc-rcs-locking-user)
14964 (vc-rcs-uses-locking): Use it.
14965
14966 * vc-hooks.el (vc-consult-rcs-headers):
14967 Moved into vc-rcs-hooks.el, under the name
14968 vc-rcs-consult-headers.
14969
14970 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
14971 headers.
14972 (vc-cvs-find-master): Use this name only; correct different
14973 versions of the name.
14974
14975 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
14976 New functions.
14977 (vc-sccs-locking-user): Use the latter.
14978
14979 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
14980 New functions.
14981
14982 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
14983 Moved into both
14984 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
14985 functions are implementation details of those two backends.
14986
14987 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14988
14989 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
14990 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
14991
14992 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
14993 (vc-sccs-parse-locks): SCCS-specific code moved here from
14994 vc-hooks.
14995
14996 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
14997 code moved here from vc-hooks.
14998
14999 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15000 into back-end specific parts and removed. Callers not updated
15001 yet; because I guess these callers will disappear into back-end
15002 specific files anyway.
15003
15004 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15005
15006 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15007 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15008 `vc-uses-locking'.
15009
15010 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15011 Store yes/no in the property, and return t/nil. Updated all
15012 callers.
15013
15014 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15015 vc-sccs-uses-locking. Don't set property.
15016 (vc-sccs-locking-user): Don't set property.
15017
15018 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15019 vc-cvs-uses-locking. Don't set property here; leave that to
15020 vc-hooks.
15021 (vc-cvs-locking-user): Reflect above change. Streamlined.
15022
15023 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15024 vc-rcs-uses-locking.
15025 (vc-rcs-locking-user): Reflect above change.
15026
15027 2000-09-04 Dave Love <fx@gnu.org>
15028
15029 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15030
15031 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15032
15033 * vc-hooks.el (vc-checkout-model): Punt to backends.
15034
15035 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15036
15037 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15038
15039 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15040 New functions.
15041
15042 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15043 New functions.
15044
15045 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15046 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15047
15048 * vc-hooks.el (vc-default-locking-user): New function.
15049 (vc-locking-user, vc-workfile-version): Punt to backends.
15050
15051 2000-09-04 Dave Love <fx@gnu.org>
15052
15053 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15054 (vc-master-workfile-version): Moved from vc-hooks.
15055
15056 * vc-rcs-hooks.el: Fix duplicate code in last change.
15057
15058 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15059 (vc-rcs-master-templates): Improve :type.
15060 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15061 vc-master-workfile-version): Moved from vc-hooks.
15062
15063 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15064 (vc-sccs-master-templates): Improve :type.
15065 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15066
15067 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15068
15069 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15070 (vc-cvs-master-templates): Improve :type. Use
15071 vc-cvs-find-cvs-master.
15072 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15073 from vc-hooks.
15074 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15075
15076 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15077 Moved to vc-cvs-hooks.
15078
15079 * vc-hooks.el: Add doc strings in various places. Simplify the
15080 minor mode setup.
15081 (vc-handled-backends): New user variable.
15082 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15083 simplification.
15084
15085 2000-09-04 Dave Love <fx@gnu.org>
15086
15087 * vc.el: Some doc fixes for autoloaded and interactive functions.
15088 Fix compilation warnings from ediff stuff.
15089 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15090
15091 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15092
15093 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15094
15095 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15096
15097 2000-09-04 Dave Love <fx@gnu.org>
15098
15099 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15100 New variable.
15101 (vc-make-backend-function, vc-loadup, vc-call-backend)
15102 (vc-backend-defines): New functions.
15103
15104 * vc-hooks.el: Various doc fixes.
15105 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15106 (vc-match-substring): Function removed. Callers changed to use
15107 match-string.
15108 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15109 Simplify.
15110
15111 2000-09-04 Dave Love <fx@gnu.org>
15112
15113 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15114 type.
15115 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15116 (vc-sccs-registered): Doc fix.
15117
15118 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15119 (vc-cvs-registered): Doc fix.
15120
15121 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15122 (vc-rcs-registered): Doc fix.
15123
15124 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15125
15126 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15127
15128 * vc-hooks.el: vc-registered has been renamed
15129 vc-default-registered. Some functions have been moved to the
15130 backend specific files. they all support the
15131 vc-BACKEND-registered functions.
15132
15133 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15134
15135 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15136
15137 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15138
15139 2000-09-04 Dave Love <fx@gnu.org>
15140
15141 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15142 menu-bar-update-hook.
15143
15144 * help.el (help-manyarg-func-alist): Add
15145 find-operation-coding-system.
15146
15147 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15148
15149 * custom.el (custom-set-variables): Print message about errors in
15150 setting.
15151
15152 2000-09-03 Andrew Innes <andrewi@gnu.org>
15153
15154 * makefile.w32-in: Change to DOS line endings.
15155
15156 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15157
15158 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15159 minor-mode keymaps, if they don't have one.
15160
15161 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15162
15163 * eshell/esh-module.el (eval-when-compile): Don't lose if
15164 esh-module.el's file name is truncated to DOS 8+3 limits.
15165
15166 2000-09-01 John Wiegley <johnw@gnu.org>
15167
15168 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15169 predicate, which caused entries in the completion list to be
15170 doubled.
15171
15172 2000-08-30 John Wiegley <johnw@gnu.org>
15173
15174 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15175 sending to subprocesses. Also, hook pre-command-hook if
15176 `eshell-send-direct-to-subprocesses' is non-nil.
15177 (eshell-send-direct-to-subprocesses): New config variable. If t,
15178 subprocess input is send immediately.
15179 (eshell-toggle-direct-send): New function.
15180 (eshell-self-insert-command): New function.
15181 (eshell-intercept-commands): New function.
15182 (eshell-send-input): If direct subprocess sending is enabled,
15183 don't echo any input to the Eshell buffer. Let the subprocess
15184 handle that. This requires "stty echo" in bash, for example.
15185
15186 2000-08-28 John Wiegley <johnw@gnu.org>
15187
15188 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15189 completion function for Eshell's implementation of `unset'.
15190
15191 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15192
15193 * info.el (Info-directory-list): Doc fix.
15194
15195 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15196
15197 * filecache.el (file-cache-add-directory-using-find): Don't quote
15198 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15199
15200 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15201
15202 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15203 coding systems.
15204
15205 2000-08-30 Andrew Innes <andrewi@gnu.org>
15206
15207 * timer.el (run-with-idle-timer): Undo last change, so that timer
15208 is not activated immediately if Emacs is already idle. Some
15209 existing code relies on this behaviour.
15210
15211 2000-08-30 Miles Bader <miles@gnu.org>
15212
15213 * frame.el (set-frame-font): Do completion of font-name for
15214 interactive use.
15215
15216 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15217
15218 * international/quail.el (quail-start-translation): Bind locally
15219 last-command-event, last-command, and this-command.
15220 (quail-start-conversion): Likewise.
15221 (quail-self-insert-command): Fix docstring.
15222
15223 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15224
15225 * progmodes/executable.el
15226 (executable-make-buffer-file-executable-if-script-p): Check that
15227 buffer contains at least 2 characters.
15228
15229 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15230
15231 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15232
15233 2000-08-29 Dave Love <fx@gnu.org>
15234
15235 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15236 (diff-mode-shared-map): Bind mouse-2.
15237 (diff-imenu-generic-expression): New variable.
15238 (diff-mode): Use it.
15239
15240 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15241 (mouse-popup-menubar): Add minor mode menus.
15242 (popup-menu): Check for lookup-key returning number.
15243
15244 2000-08-29 Miles Bader <miles@gnu.org>
15245
15246 * comint.el (comint-send-input): Create overlays using the proper
15247 front/read-advance arguments.
15248
15249 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15250
15251 * ps-print.el: Even/odd pages printing. Doc fix.
15252 (ps-print-version): New version number (6.0).
15253 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15254 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15255 (ps-print-duplex-feature): Variable eliminated.
15256 (ps-even-or-odd-pages): New variable.
15257
15258 * progmodes/ebnf2ps.el: Doc fix.
15259 (ebnf-version): New version (3.3).
15260 (ebnf-user-arrow): Change variable customization to sexp.
15261 (ebnf-user-arrow): Function eliminated.
15262 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15263
15264 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15265
15266 * help.el (help-xref-mule-regexp): New variable.
15267 (help-make-xrefs): Handle help-xref-mule-regexp.
15268
15269 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15270 variable.
15271 (describe-input-method): Temporarily activate the specfied input
15272 method to display the information.
15273 (describe-language-environment): Hyperlinks to mule related items.
15274
15275 * international/mule-diag.el (charset-multibyte-form-string): New
15276 function.
15277 (list-character-sets-1): Use charset-multibyte-form-string.
15278 (describe-character-set): New function.
15279 (describe-coding-system): Hyperlinks to safe character sets.
15280
15281 * international/quail.el (quail-help): New arg PACKAGE.
15282 Hyperlinks to mule related items.
15283 (quail-help-insert-keymap-description): Use
15284 substitute-command-keys instead of describe-bindings.
15285 (quail-translation-help): Hyperlinks to mule related items.
15286
15287 2000-08-28 John Wiegley <johnw@gnu.org>
15288
15289 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15290 have a defsubst call itself. Made `eshell-flatten-list' back into
15291 a function again.
15292
15293 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15294 catch, in case re-centering point at bottom messes up the display.
15295 This happens frequently in Emacs 21, due I believe to variable
15296 line heights.
15297
15298 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15299 to call `find-tag-interactive'.
15300
15301 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15302 the list of remember directories.
15303
15304 2000-08-28 John Wiegley <johnw@gnu.org>
15305
15306 * align.el: Test align-region-separate to see if it's a symbol.
15307
15308 2000-08-28 John Wiegley <johnw@gnu.org>
15309
15310 * eshell/esh-util.el (eshell-flatten-list): Made this function
15311 into a defsubst form. It gets used very frequently, although
15312 calls don't occur all that often.
15313
15314 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15315 examining it.
15316
15317 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15318 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15319 `eshell-protect'.
15320 (eshell-copy-handles): Created a new macro for duplicating the
15321 current set of open handles. This is needed by the looping
15322 functions.
15323 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15324 is not incorrectly stomped on.
15325
15326 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15327 declaration for pcomplete-use-paring.
15328 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15329 value of eshell-cmpl-use-paring.
15330 * pcomplete.el (pcomplete-use-paring): New config variable, to
15331 indicate whether paring should be used.
15332 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15333 completion alternatives that have already been used.
15334
15335 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15336 bound to C-c C-y, which will repeat the previous N arguments
15337 (based on prefix argument).
15338 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15339
15340 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15341 if there is no *Help* buffer. This is for XEmacs, which renames
15342 its help buffers uniquely. TODO: Find out what the current buffer
15343 name to delete is.
15344
15345 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15346 first entry that correlates to a passwd/group number. Later
15347 entries (used for group/user name aliasing to multiple IDs) are
15348 ignored.
15349
15350 * eshell/em-xtra.el (eshell/expr):
15351 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15352 (eshell-grep, eshell/diff, eshell/locate):
15353 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15354 argument list, before passing it to the system command.
15355
15356 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15357 `find-tag' for use at final position in Eshell buffers (which
15358 otherwise triggers an error on Emacs 21).
15359 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15360 buffer, if it is currently bound to `find-tag'.
15361
15362 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15363 in the list of matched Makefile names.
15364 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15365 directory, prefer its contents to Makefile.
15366
15367 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15368 directory parts (like "cd old new", or "cd =regexp"), are now case
15369 sensitive on non-Windows/DOS platforms.
15370
15371 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15372 types RET after an open delimiter (like "), display a message
15373 indicating that Eshell is waiting for the closing delimiter.
15374
15375 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15376 environment variables.
15377
15378 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15379 gracefully if the user enters incorrect arguments.
15380
15381 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15382 Eshell buffers.
15383
15384 * eshell/esh-var.el (eshell-interpolate-variable):
15385 * eshell/esh-mode.el (eshell-move-argument):
15386 * eshell/em-unix.el (eshell-du-sum-directory):
15387 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15388 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15389 (not (= ...)).
15390
15391 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15392 to ensure the `preserve' flag gets propagated when doing recursive
15393 directory copies.
15394
15395 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15396
15397 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15398 Don't convert \n into \0177 in memory.
15399 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15400 and back again, when reading and writing.
15401
15402 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15403
15404 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15405 testing of `fboundp' on `processp'.
15406
15407 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15408 (eshell/jobs): Don't call process-list if it is not bound.
15409 (eshell-gather-process-output): Support systems where async
15410 subprocesses aren't supported.
15411 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15412 variables.
15413
15414 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15415 eshell-do-eval returns t.
15416 (eshell-do-pipelines-synchronously): New defmacro.
15417 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15418 when async subprocesses aren't supported.
15419 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15420 if async subprocesses aren't supported.
15421 (eshell-resume-command): Don't assume STATUS is a string.
15422
15423 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15424
15425 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15426 (eshell-close-target, eshell-get-target): Use eshell-processp.
15427 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15428 fix.
15429 (eshell-get-target, eshell-create-handles): Doc fix.
15430
15431 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15432
15433 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15434 criterion to include commands that output something, as long as it
15435 leaves both the command and the end-of-buffer visible when the
15436 command has exited.
15437 (eshell-review-quick-commands): Adjust the help doc string
15438 accordingly.
15439
15440 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15441
15442 * locate.el (locate): Cleaned up locate command's interactive prompting
15443 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15444
15445 * filecache.el (file-cache-case-fold-search): New variable
15446 (file-cache-assoc-function): New variable
15447 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15448 Use file-cache-case-fold-search variable
15449 (file-cache-add-file): Use file-cache-assoc-function
15450 (file-cache-delete-file): likewise
15451 (file-cache-directory-name): likewise
15452 (file-cache-debug-read-from-minibuffer): likewise
15453
15454 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15455
15456 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15457 (abbrev-table-name): New function.
15458 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15459 If non-nil list local abbrev, only.
15460
15461 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15462
15463 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15464 from Gnus support code, and use special article copy buffer
15465 `(gnus-original-article-buffer)' instead. This allows to get rid
15466 of article-hide-headers usage (which breaks in the latest Gnus
15467 version). Thanks to Detlev Zundel.
15468
15469 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15470
15471 * international/quail.el (quail-use-package): Hide "... loaded"
15472 message.
15473 (quail-start-translation, quail-start-conversion): Likewise.
15474
15475 * international/kkc.el (kkc-region): Hide "... loaded" message.
15476
15477 2000-08-27 Dave Love <fx@gnu.org>
15478
15479 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15480
15481 2000-08-27 Miles Bader <miles@gnu.org>
15482
15483 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15484
15485 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15486
15487 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15488 'ja-dic-cnv), not (require 'skkdic-cnv).
15489
15490 2000-08-26 Miles Bader <miles@gnu.org>
15491
15492 * faces.el (face-x-resources): Add entry for :inherit.
15493 * cus-face.el (custom-face-attributes): Add support for :inherit
15494 attribute. Add support for relative face heights.
15495 (custom-face-attributes-get): Treat `nil' as being a default value
15496 for :inherit (as well as `unspecified').
15497
15498 * faces.el (set-face-attribute): Update doc string.
15499 (face-attribute-name-alist): Add :inherit.
15500 (face-valid-attribute-values): Handle :inherit.
15501 (face-read-string): Rephrase prompt to be less confusing.
15502 Assume that DEFAULT is a string, since we must return a string.
15503 (face-read-integer): Use `format' to turn DEFAULT into an
15504 acceptable default for face-read-string. Match NEW-VALUE against
15505 the string "unspecified", not the symbol `unspecified', since
15506 that's what face-read-string returns.
15507 (read-face-attribute): Lookup a name for old-value in valid, and
15508 use it as a default if we find one. Treat all values from
15509 face-read-string as strings. If the default is used, don't do any
15510 more processing on the value, just use the old value directly.
15511 (read-face-and-attribute, modify-face): Tweak prompt.
15512 (read-face-name): Don't assume prompt ends with a space.
15513
15514 * faces.el (describe-face): Add support for :inherit attribute.
15515
15516 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15517
15518 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15519 concat doesn't accept interger.
15520
15521 * international/kkc.el: Remove SKK from Keywords. Require
15522 ja-dic-utl instead of skkdic-utl.
15523
15524 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15525 Provide ja-dic-cnv instead of skkdic-cnv.
15526 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15527 (iso-2022-7bit-short): Add safe-charsets property.
15528 (skkdic-convert-postfix): Search Japanese chou-on character in
15529 addition to Hiragana character.
15530 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15531 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15532 (batch-skkdic-convert): Likewise.
15533
15534 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15535 Provide ja-dic-utl instead of skkdic-utl.
15536 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15537
15538 2000-08-24 Dave Love <fx@gnu.org>
15539
15540 * disp-table.el (standard-display-default): Make the test of `l'
15541 useful.
15542
15543 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15544 mod sample text.
15545
15546 * international/iso-ascii.el: Make pilcrow convenient string
15547 consistent with section.
15548 (iso-ascii-display): Set up multibyte characters as well as
15549 unibyte.
15550
15551 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15552
15553 * international/mule-cmds.el (reset-language-environment): Set
15554 default-process-coding-system to '(undecided . iso-latin-1), which
15555 makes process I/O almost consistent with file I/O. Call this
15556 function when mule-cmds.el[c] is loaded.
15557
15558 2000-08-22 Andrew Innes <andrewi@gnu.org>
15559
15560 * makefile.w32-in: New file.
15561
15562 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15563
15564 * comint.el (comint-output-filter): Compare end of
15565 comint-last-output-overlay with the start of the newly inserted
15566 text, not the end, when deciding whether to extend it.
15567 Set saved-point's insertion type to advance after insertion.
15568
15569 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15570 since this is now done independently of font-lock mode.
15571
15572 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15573
15574 * server.el (server-kill-new-buffers): New user option.
15575 (server-existing-buffer): New buffer-local variable.
15576 (server-visit-files): When using an existing buffer, set
15577 server-existing-buffer to t.
15578 (server-buffer-done): If server-kill-new-buffers is t, kill the
15579 buffer, unless it was already present before visiting it with
15580 Emacs server.
15581
15582 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15583
15584 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15585 even if the display doesn't support colors: some displays will
15586 support bold/underline faces.
15587
15588 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15589
15590 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15591
15592 * startup.el (command-line): If user's init file had an error,
15593 add explanatory text to *Messages*.
15594
15595 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15596
15597 * man.el (Man-getpage-in-background): Decode the process output by
15598 the system locale coding system.
15599
15600 2000-08-20 Dave Love <fx@gnu.org>
15601
15602 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15603 Don't test x-popup-menu.
15604 (function) <complete-function>: Complete only fbound symbols.
15605 <validate, value>: New.
15606 (variable) <complete-function>: Complete only bound symbols.
15607 (coding-system): Add :base-only, :complete-function, :validate,
15608 :value, :prompt-match.
15609 (widget-coding-system-prompt-value): Use read-coding-system and
15610 act on :base-only.
15611 (editable-field): Add :help-echo.
15612 (widget-push-button-gui, widget-push-button-cache)
15613 (widget-gui-action, widget-editable-list-gui): COmment out, along
15614 with uses.
15615 (widget-at): Make arg optional.
15616 (widget-echo-help): Adjust for current help-echo calling sequence.
15617 (widget-specify-field, widget-specify-button)
15618 (widget-specify-insert, widget-get-sibling, widget-image-find)
15619 (widget-convert, widget-insert, widget-leave-text)
15620 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15621 (widget-setup, widget-field-find, widget-before-change)
15622 (widget-after-change, widget-default-complete)
15623 (widget-default-create, widget-default-delete)
15624 (widget-push-button-value-create, editable-field)
15625 (widget-field-prompt-value, widget-field-validate)
15626 (widget-choice-value-create, widget-choice-action)
15627 (widget-choice-validate, widget-checklist-add-item)
15628 (widget-radio-add-item, widget-radio-chosen)
15629 (widget-radio-value-inline, widget-editable-list-value-create)
15630 (widget-editable-list-entry-create)
15631 (widget-documentation-link-add)
15632 (widget-documentation-string-value-create)
15633 (widget-regexp-validate, widget-file-complete)
15634 (widget-sexp-validate, widget-plist-convert-widget)
15635 (widget-plist-convert-widget, widget-alist-convert-widget)
15636 (widget-alist-convert-widget, widget-color-complete): Simplify,
15637 particularly to avoid bindings which aren't optimized out.
15638
15639 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15640 Doc fix.
15641 (down-list, backward-up-list, up-list, kill-sexp)
15642 (backward-kill-sexp, mark-sexp): Make arg optional.
15643 (lisp-complete-symbol): Add optional arg PREDICATE.
15644
15645 * cus-start.el: Add display-buffer-reuse-frames,
15646 file-coding-system-alist.
15647
15648 2000-08-20 Gerd Moellmann <gerd@gnu.org>
15649
15650 * startup.el (command-line): Clear realized faces after
15651 modifying TTY color mappings.
15652
15653 2000-08-20 Miles Bader <miles@gnu.org>
15654
15655 * faces.el (face-attr-match-p): Don't return true if ATTRS are
15656 merely a subset of FACE's attributes.
15657
15658 2000-08-19 Miles Bader <miles@gnu.org>
15659
15660 * comint.el (comint-output-filter): Save the point with a marker,
15661 not just a buffer position.
15662
15663 * international/mule.el (set-buffer-process-coding-system): Make
15664 interactive prompt less confusing.
15665
15666 2000-08-19 Gerd Moellmann <gerd@gnu.org>
15667
15668 * hilit-chg.el: General cleanup of doc strings, comments and
15669 code formatting.
15670
15671 2000-08-19 Miles Bader <miles@gnu.org>
15672
15673 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
15674 Compiler macro removed; beginning-of-line is no longer always
15675 equivalent to forward-line, in the presence of fields.
15676
15677 * comint.el (comint-output-filter): Remove ad-hoc saving of
15678 restriction, and just use save-restriction, now that it works
15679 correctly. Don't adjust comint-last-input-start to account for
15680 our insertion; it shouldn't have moved because we don't use
15681 insert-before-markers anymore. Comment out call to
15682 `force-mode-line-update'; why is it here?
15683
15684 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
15685 while checking for prompt to delete. Use `forward-line 0'
15686 instead of beginning-of-line.
15687 (gud-filter): Temporarily widen gud comint buffer while
15688 examining output.
15689
15690 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
15691
15692 * progmodes/sh-script.el: Big bag of typos.
15693
15694 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
15695 check since ispell-process is not bound when ispell is not yet loaded.
15696
15697 2000-08-18 Dave Love <fx@gnu.org>
15698
15699 * image.el (find-image): Copy `spec' before using plist-put.
15700
15701 2000-08-18 Gerd Moellmann <gerd@gnu.org>
15702
15703 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
15704 `portugues'.
15705
15706 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
15707 backward-kill-sexp, analogous to kill-sexp.
15708
15709 * progmodes/icon.el (icon-indent-line)
15710 (icon-is-continuation-line): Handle comments specially.
15711
15712 2000-08-17 Ken Stevens <k.stevens@ieee.org>
15713
15714 * ispell.el: Set to standard author/maintainer/keyword fields.
15715 Fine tuning to menu map appearance and operation, and added help.
15716 Remove `start' and `end' error messages when compiling.
15717 (ispell-choices-win-default-height): Fixed comment string.
15718 (ispell-dictionary-alist-1): Fixed regexp in castellano and
15719 castellano8 dictionaries.
15720 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
15721 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
15722 dictionary, added italiano dictionary.
15723 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
15724 word character
15725 (ispell-tex-skip-alists): Added psfig support.
15726 (ispell-skip-html): Renamed from ispell-skip-sgml.
15727 (ispell-begin-skip-region-regexp, ispell-skip-region)
15728 (ispell-minor-check): Improved html skipping support to skip across
15729 code, and recognize `&' commands without propper `;' syntax;
15730 (ispell-process-line): Fix alignment error when manually
15731 correcting spelling.
15732 (ispell): Fix comment string.
15733 (ispell-add-per-file-word-list): Always put word list on new line.
15734
15735 2000-08-17 Gerd Moellmann <gerd@gnu.org>
15736
15737 * format.el (format-encode-run-method): Fix error message to say
15738 `encode' instead of `decode'. Use save-window-excursion around
15739 shell-command-on-region as in format-decode-run-method because
15740 shell-command-on-region can display a buffer with error output.
15741 (format-decode): Don't record undo information for the decoding.
15742 (format-annotate-function): Add parameter FORMAT-COUNT. Make
15743 that number part of the temporary buffer name so that more than
15744 one decoding using a temporary buffer can happen safely.
15745
15746 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
15747 of `A-z' in the regexp.
15748
15749 * hilit-chg.el: Fix typos in commentary.
15750
15751 * help.el (view-emacs-news): Rewritten for new naming scheme
15752 for old NEWS files.
15753
15754 * startup.el (command-line): Pop to *Messages* in case an error
15755 is signaled while loading user-init-file.
15756
15757 2000-08-17 Andreas Schwab <schwab@suse.de>
15758
15759 * files.el (insert-directory): Don't lose original file name,
15760 undoing an undocumented change.
15761
15762 2000-08-17 Alex Schroeder <alex@gnu.org>
15763
15764 * sql.el (sql-magic-go): Use comint-bol.
15765 (sql-copy-column): Use comint-line-beginning-position.
15766 (comint-line-beginning-position): Define a replacement for
15767 comint-line-beginning-position if it is not fboundp.
15768
15769 2000-08-17 Alex Schroeder <alex@gnu.org>
15770
15771 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
15772 it didn't have any effect anyway.
15773
15774 2000-08-17 Alex Schroeder <alex@gnu.org>
15775
15776 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
15777 --pset and pager=off instead of sending \\o|cat at the beginning
15778 of the session.
15779
15780 2000-08-17 Miles Bader <miles@gnu.org>
15781
15782 * progmodes/octave-inf.el: Add compatibility definition of
15783 comint-line-beginning-position.
15784
15785 2000-08-17 Kenichi Handa <handa@etl.go.jp>
15786
15787 * startup.el (normal-top-level): Look in each dir in load-path for
15788 a leim-list.el file too. This assures of loading leim-list.el
15789 that is created at Emacs installation time even if a user have his
15790 own leim-list.el.
15791
15792 2000-08-17 Miles Bader <miles@gnu.org>
15793
15794 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
15795 foreground color to black if the background is dark.
15796
15797 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
15798
15799 * loadhist.el (unload-feature): Typo.
15800
15801 * finder.el (finder-compile-keywords):
15802 * cus-dep.el (custom-make-dependencies): Add local-variable settings
15803 to the generated file.
15804
15805 * mail/mh-e.el (mh-make-local-vars):
15806 Replace make-variable-buffer-local with make-local-variable.
15807
15808 * play/landmark.el:
15809 * options.el (Edit-options-{set,toggle,t,nil}):
15810 * mail/mailabbrev.el (mail-abbrevs-mode):
15811 * textmodes/tex-mode.el (tex-expand-files):
15812 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
15813
15814 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
15815
15816 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
15817 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
15818 Allow going past the last element.
15819 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
15820 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
15821 (cvs-mouse-toggle-mark): Don't move point.
15822 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
15823
15824 * progmodes/compile.el (grep): Provide a default set of files.
15825 (next-error): Docstring fix.
15826 (compilation-find-file): Avoid find-file (fails in a dedicated window).
15827
15828 * emacs-lisp/easy-mmode.el (define-minor-mode):
15829 Use `symbol-value' to keep the byte-compiler quiet.
15830
15831 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
15832 (diff-find-source-location): New fun, extracted from diff-goto-source.
15833 (diff-goto-source): Use it.
15834 (diff-next-complex-hunk, diff-filter-lines): New function.
15835 (diff-apply-hunk): New command.
15836
15837 * smerge-mode.el (smerge-mode-menu): Doc fix.
15838
15839 * msb.el (msb-mode): Define it in terms of define-minor-mode.
15840
15841 2000-08-16 Dave Love <fx@gnu.org>
15842
15843 * windmove.el (windmove) <defgroup>: Add :version.
15844
15845 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
15846 (goto-address-fontify-p, goto-address-highlight-p)
15847 (goto-address-url-face, goto-address-url-mouse-face)
15848 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
15849 (goto-address-url-regexp): Use thing-at-point-url-regexp.
15850 (goto-address-fontify, goto-address-at-mouse): Simplify,
15851 (goto-address-at-point): browse-url-url-at-point,
15852 goto-address-find-address-at-point can return nil.
15853 (goto-address-find-address-at-point): Return nil on failure.
15854
15855 * align.el (align) <defgroup>: Add :version.
15856
15857 * calculator.el (calculator): Add :version.
15858 (calculator): Use two lines for calculator window if `modeline'
15859 face is boxed.
15860
15861 * play/5x5.el: Doc fixes.
15862 (5x5) <defgroup>: Add :version.
15863
15864 * play/fortune.el (fortune) <defgroup>: Add :version.
15865 (fortune-append): Fix error message.
15866 (fortune-from-region): Doc fix.
15867
15868 * play/pong.el (pong): Doc fix.
15869
15870 * play/morse.el: Keywords, commentary, autoloads.
15871
15872 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
15873
15874 * desktop.el (desktop-save): Don't look at symbol-value of a
15875 member of minor-mode-alist, unless it is boundp.
15876
15877 2000-08-16 Sam Steingold <sds@gnu.org>
15878
15879 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
15880 `while'; use `with-current-buffer' instead of `save-excursion'.
15881 Removed unnecessary kludges now that "*Buffer List*" is excluded.
15882
15883 2000-08-16 Kenichi Handa <handa@etl.go.jp>
15884
15885 * international/ccl.el (declare-ccl-program): Docstring modified.
15886 (ccl-execute-with-args): Likewise.
15887
15888 2000-08-16 Miles Bader <miles@gnu.org>
15889
15890 * progmodes/sql.el: Add compatibility definition of
15891 comint-line-beginning-position.
15892
15893 2000-08-15 Gerd Moellmann <gerd@gnu.org>
15894
15895 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
15896 'buffer-menu' property.
15897 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
15898 fails.
15899 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
15900 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
15901 wasn't killed.
15902
15903 * buff-menu.el (list-buffers-noselect): Don't display the
15904 *Buffer List* buffer.
15905
15906 * font-lock.el: Require jit-lock to prevent a very late
15907 `Loading jit-lock' message.
15908
15909 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
15910 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
15911 mail address.
15912
15913 2000-08-15 Miles Bader <miles@gnu.org>
15914
15915 * textmodes/ispell.el (ispell-graphic-p): New constant.
15916 (ispell-choices-win-default-height, ispell-help): Use
15917 `ispell-graphic-p' instead of `xemacsp'.
15918
15919 2000-08-15 Dave Love <fx@gnu.org>
15920
15921 * simple.el: Autoload widget-convert when compiling.
15922 (mail-user-agent): Doc fix.
15923
15924 * help.el (function-called-at-point, variable-at-point): Use
15925 with-syntax-table.
15926 (help-manyarg-func-alist): Add insert-and-inherit.
15927
15928 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
15929
15930 * delsel.el (delsel-unload-hook): New function.
15931
15932 * find-file.el: Doc fixes. Move provide to end.
15933 (ff) <defgroup>: Add :link.
15934 (ff-goto-click): Deleted.
15935 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
15936 Use mouse-set-point.
15937
15938 * textmodes/tildify.el: Doc fixes.
15939 (tildify) <defgroup>: Add:version.
15940
15941 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
15942 (glasses-custom-set): Use set-default, not set.
15943 (minor-mode-alist): Propertize the lighter.
15944 (glasses-mode): Provide optional arg.
15945
15946 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
15947 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
15948 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
15949 option. Provide :type.
15950 (cwarn-configuration): Provide :type.
15951 (cwarn-mode): Doc fix.
15952
15953 * add-log.el (change-log-merge): Doc fix.
15954 (change-log-redate): New command.
15955
15956 * net/browse-url.el (browse-url-filename-alist): Add a clause for
15957 Doze and Dog.
15958 (browse-url): Use dolist, not mapcar.
15959 (browse-url-at-point): Check for null url.
15960 (browse-url-event-buffer, browse-url-event-point): Functions
15961 deleted.
15962 (browse-url-at-mouse, browse-url-netscape): Simplify.
15963
15964 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
15965 modes.
15966 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
15967 Fix previous change to mapcan.
15968 (msb--init-file-alist, msb--add-separators)
15969 (msb--make-keymap-menu): Simplify.
15970 (msb--choose-file-menu): Use copy-sequence.
15971 (msb-mode-map): Add title to keymap.
15972 (msb-unload-hook): New function.
15973
15974 * bs.el: Fix indentation.
15975 (bs) <defgroup>: Add :links.
15976 (bs-show): Doc fix.
15977 (bs-apply-sort-faces): Don't use window-system.
15978 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
15979
15980 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
15981
15982 * calendar/timeclock.el (timeclock-file): Run .timelog through
15983 convert-standard-filename.
15984
15985 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15986
15987 * emacs-lisp/authors.el: New file.
15988
15989 * paren.el (show-paren-priority): New user option.
15990 (show-paren-function): Set overlay priorities to
15991 show-paren-priority.
15992
15993 2000-08-14 Miles Bader <miles@gnu.org>
15994
15995 * comint.el (comint-bol): Use `forward-line 0' instead of calling
15996 beginning-of-line with inhibit-field-text-motion bound.
15997
15998 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15999
16000 * calendar/timeclock.el: New file.
16001
16002 2000-08-14 David Ponce <david@dponce.com>
16003
16004 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16005 `widget-button-click'. so that one can use left mouse button to
16006 click on dialog buttons.
16007
16008 2000-08-14 Emmanuel Briot <briot@gnat.com>
16009
16010 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16011 identifiers, since XML is case sensitive
16012
16013 2000-08-12 Miles Bader <miles@gnu.org>
16014
16015 * comint.el (comint-output-filter): Don't bother frobbing
16016 window-start, it doesn't seem to be necessary.
16017
16018 * comint.el (comint-send-string, comint-send-region): Make into
16019 real functions. Snapshot the prompt before sending.
16020
16021 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16022
16023 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16024 technique similar to Info-index, instead of relying on specific
16025 names of relevant Index nodes.
16026 (Info-goto-emacs-command-node): Bind Info-history to nil when
16027 going to the first node found by Info-find-emacs-command-nodes.
16028
16029 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16030
16031 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16032
16033 2000-08-10 Miles Bader <miles@gnu.org>
16034
16035 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16036
16037 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16038
16039 * info.el (Info-file-list-for-emacs): More elements for the
16040 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16041 and woman manuals.
16042
16043 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16044
16045 * comint.el (comint-send-input): Make the newline boundary overlay
16046 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16047 (comint-output-filter): Use `insert' instead of
16048 `insert-before-markers'. Extend comint-last-output-overlay when
16049 necessary since we can't rely on insert-before-markers to do it.
16050 * gud.el (gud-filter): Use `with-current-buffer' instead of
16051 save-excursion when inserting the output, so that point gets
16052 updated correctly; the old method relied on a rather dodgy
16053 side-effect of comint-output-filter to avoid the effect of
16054 save-excursion.
16055
16056 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16057
16058 * files.el (recover-file): Call insert-directory instead of
16059 invoking `ls' directly.
16060
16061 2000-08-10 Miles Bader <miles@gnu.org>
16062
16063 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16064 (comint-last-prompt-overlay): New variables.
16065 (comint-output-filter): Implement prompt highlighting.
16066 (comint-snapshot-last-prompt): New function.
16067 (comint-send-input): Snapshot the last prompt.
16068 Use comint-highlight-input-face.
16069 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16070 Use defface instead of defcustom.
16071 (send-invisible, comint-send-eof): Snapshot the last prompt.
16072 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16073 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16074
16075 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16076
16077 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16078 (regexp-opt-group): Use a list of chars for `letters'.
16079 (regexp-opt-charset): `chars' is now a list of chars.
16080 Use a char-table rather than a vector so it works for multibyte chars.
16081
16082 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16083 Set cvs-minor-current-files to the selected fileinfo.
16084 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16085 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16086
16087 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16088
16089 * files.el (insert-directory): Don't call access-file on
16090 directories on DOS and Windows.
16091
16092 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16093
16094 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16095 longer if necessary.
16096 (ccl-embed-code): Call ccl-embed-data to store CODE in
16097 ccl-program-vector.
16098
16099 2000-08-09 Miles Bader <miles@gnu.org>
16100
16101 * comint.el (comint-output-filter): Properly handle the case where
16102 the text surrounded by comint-last-output-overlay was deleted.
16103
16104 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16105
16106 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16107 non-nil.
16108 (Info-file-list-for-emacs): Remove "info" from the list because
16109 that leads to trying to use the documentation from file `info'
16110 in various situations where it isn't appropriate, for instance
16111 C-h C-k C-h i.
16112
16113 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16114 DIR and/or STRING are nil.
16115
16116 * progmodes/compile.el (compilation-setup): Make variable
16117 compilation-error-screen-columns buffer-local, as some comment
16118 in the code suggests it should be.
16119
16120 * files.el (auto-mode-interpreter-regexp): New variable.
16121 (set-auto-mode): Use it.
16122
16123 * indent.el (indent-for-tab-command): Doc fix.
16124
16125 * mouse-sel.el (mouse-sel-mode): Doc fix.
16126
16127 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16128 labels.
16129
16130 * help.el (print-help-return-message): When
16131 display-buffer-reuse-frames is set, let the help window been quit,
16132 instead of deleting it, which might delete a reused frame.
16133
16134 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16135
16136 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16137 rename a directory to a name that differs only by its letter case.
16138
16139 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16140
16141 * international/quail.el (quail-define-rules): Handle Quail decode
16142 map correctly. Add code for supporting annotations.
16143 (quail-install-decode-map): New function.
16144 (quail-defrule-internal): New optional arguments decode-map and
16145 props.
16146 (quail-advice): New function.
16147
16148 2000-08-07 Sam Steingold <sds@gnu.org>
16149
16150 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16151 `defconst', `define-condition', `with-slots'.
16152 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16153
16154 2000-08-03 Miles Bader <miles@gnu.org>
16155
16156 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16157 New variable.
16158 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16159 comint-use-prompt-regexp-instead-of-fields.
16160 (comint-send-input): Add `input' field property to stuff we send to
16161 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16162 (comint-output-filter): Add `output' field property to process
16163 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16164 (comint-replace-by-expanded-history)
16165 (comint-get-old-input-default, comint-show-output)
16166 (comint-backward-matching-input, comint-forward-matching-input)
16167 (comint-next-prompt, comint-previous-prompt): Use field
16168 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16169 (comint-line-beginning-position): New function.
16170 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16171 (comint-replace-by-expanded-history-before-point): Use
16172 comint-line-beginning-position and line-end-position.
16173 (comint-last-output-overlay): New variable.
16174 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16175
16176 * shell.el (shell-prompt-pattern): Doc change.
16177 (shell-backward-command): Use line-beginning-position.
16178
16179 * gud.el (gud-gdb-complete-command): Use
16180 comint-line-beginning-position.
16181
16182 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16183 comint-bol doesn't actually go to the beginning of the line.
16184
16185 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16186 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16187 (try-expand-line-all-buffers): Likewise.
16188
16189 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16190 explicitly matching comint-prompt-regexp.
16191 (sql-copy-column): Use comint-line-beginning-position instead of
16192 explicitly matching comint-prompt-regexp.
16193
16194 * progmodes/octave-inf.el (inferior-octave-complete): Use
16195 comint-line-beginning-position.
16196
16197 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16198
16199 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16200 looking for a prompt, use `forward-line 0' instead of
16201 `beginning-of-line', to avoid getting caught by an input field.
16202
16203 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16204
16205 * files.el (shell-quote-wildcard-pattern): Make sure to return
16206 PATTERN, in the Unix case.
16207
16208 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16209
16210 * play/zone.el (zone): Discard any pending input before running
16211 the randomly-chosen pgm.
16212
16213 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16214
16215 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16216 checking the existence of any multibyte characters.
16217
16218 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16219
16220 * help.el (describe-mode): Test minor-mode symbol for being
16221 bound before testing its value for being nil.
16222
16223 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16224 `first', `second', and `third'.
16225
16226 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16227 (second): Make it an alias for `cadr'.
16228
16229 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16230
16231 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16232 types of display support faces now.
16233
16234 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16235
16236 * pcvs.el (require): Require `cl' during compilation, only.
16237
16238 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16239 (toplevel): Remove `remq' and `remove' from autoloads.
16240 (cl-fake-autoloads): New variable. If set, arrange for an error
16241 when CL functions etc. are autoloaded.
16242
16243 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16244
16245 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16246
16247 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16248 popped up, but the user clicks outside the menu, return an empty
16249 regexp (that causes unhighlight-regexp to have no effect).
16250
16251 * menu-bar.el (menu-bar-games-menu): Add Zone.
16252
16253 * hi-lock.el (toplevel): Require font-lock.
16254
16255 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16256
16257 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16258 (ebnf-8-bit-chars): New var for bug fix.
16259 (ebnf-string): Bug fix.
16260
16261 2000-08-03 Sam Steingold <sds@gnu.org>
16262
16263 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16264 instead of `buffer-string'.
16265 (require 'cl): Always, not just when compiling.
16266 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16267 necessary.
16268
16269 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16270
16271 * international/mule-cmds.el (select-safe-coding-system): Make
16272 the message text about selecting a safe coding system more clear.
16273
16274 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16275
16276 * hi-lock.el: New file.
16277
16278 * play/zone.el: New file.
16279
16280 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16281 value of tab-width in the original buffer. Choose a line number
16282 format that's a multiple of the original buffer's tab width, so
16283 that lines appear right.
16284
16285 * textmodes/ispell.el (ispell): New function, replacing an alias.
16286 Spell-check active region if in transient-mark-mode and mark
16287 is active; otherwise spell-check buffer.
16288
16289 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16290
16291 * ps-mule.el: Fix a customization problem on
16292 ps-mule-font-info-database-default.
16293
16294 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16295
16296 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16297 display-mouse-p instead of window-system.
16298 (ebrowse-member-mode-map): Ditto.
16299
16300 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16301
16302 * progmodes/ebnf2ps.el: Update ps-print functions call.
16303 Indentation fix. Doc fix.
16304 (ebnf-version): New version number (3.2).
16305 (ebnf-format-color, ebnf-begin-job): Code fix.
16306
16307 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16308
16309 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16310 font lock support on window-system.
16311 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16312
16313 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16314 display-color-p, if fboundp, instead of window-system.
16315
16316 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16317
16318 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16319 instead of window-system.
16320
16321 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16322 window-system.
16323 (widget-choice-mouse-down-action): Use display-popup-menus-p
16324 instead of window-system.
16325
16326 * strokes.el (strokes-file): Run the file name through
16327 convert-standard-filename.
16328 (strokes-mode): Call display-mouse-p instead of looking at
16329 window-system. Change the error message accordingly.
16330
16331 * progmodes/cpp.el (toplevel): Support faces on tty's.
16332
16333 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16334 (lm-plot-square, lm-init-display): Don't use window-system.
16335
16336 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16337 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16338
16339 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16340 instead of looking at window-system.
16341
16342 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16343
16344 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16345 of testing if iswitchb-prepost-hooks is bound, because the
16346 latter will always be true when invoking a recursive minibuffer
16347 from an active Iswitchb buffer.
16348
16349 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16350
16351 * files.el (shell-quote-wildcard-pattern): New function.
16352 (insert-directory): Call it. Only prepend "\" to command on Unix
16353 and GNU/Linux systems.
16354
16355 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16356
16357 * eshell/esh-groups.el: Change custom :link file names
16358 from `eshell.info' to `eshell'.
16359
16360 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16361
16362 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16363 correctly in recursive ange-ftp listings.
16364
16365 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16366
16367 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16368 ps-header-font-size-internal and
16369 ps-header-title-font-size-internal variables are not set,
16370 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16371 face text property is (foreground-color . COLOR) or
16372 `(background-color . COLOR)', ps-print crashes. Doc fix.
16373 (ps-print-version): New version number (5.2.4).
16374 (ps-plot-region): Code fix.
16375 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16376 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16377 Bug fix 2.
16378
16379 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16380
16381 * glasses.el (glasses-make-readable): Fix uncapitalization of
16382 identifiers like `myXMLDocument'.
16383
16384 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16385
16386 * mail/mail-hist.el (mail-hist-previous-input)
16387 (mail-hist-next-input): Do the obvious code factorization.
16388 (mail-hist-retrieve-and-insert): New func, contains common
16389 code of above two.
16390 If inserting a message body, leave point at top.
16391
16392 2000-07-28 Sam Steingold <sds@gnu.org>
16393
16394 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16395 Use `<=', not `<' to compare times!
16396 (ange-ftp-ls): Remove.
16397
16398 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16399
16400 * play/cookie1.el: Add explanation of how to make cookie.el
16401 compatible with strfile(1) to comment.
16402
16403 * subr.el (remove, remq): New functions.
16404
16405 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16406 escape `*' in regexps.
16407 (midnight-find): Reverse order of arguments in the funcall of
16408 TEST.
16409
16410 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16411 and `.class'.
16412
16413 * play/meese.el: Add Commentary section.
16414
16415 2000-07-27 Alex Schroeder <alex@gnu.org>
16416
16417 * sql.el (sql-ms): Added autoload cookie.
16418 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16419 (sql-oracle): Ditto.
16420 (sql-help): Doc change.
16421
16422 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16423 types and exceptions.
16424
16425 2000-07-27 Alex Schroeder <alex@gnu.org>
16426
16427 * sql.el (sql-placeholder-history): New variable.
16428 (sql-query-placeholders-and-send): New function that will query
16429 the user and replace placeholders with user input.
16430 (sql-oracle): If running on NT, set comint-input-sender to
16431 sql-query-placeholders-and-send.
16432
16433 (sql-stop): If in the SQLi buffer, insert stop notification, else
16434 present it as a message.
16435
16436 2000-07-27 Alex Schroeder <alex@gnu.org>
16437
16438 * sql.el (sql-input-ring-separator): Doc change.
16439 (sql-input-ring-file-name): Doc change.
16440 (sql-interactive-mode): Use `sql-input-ring-separator' and
16441 `sql-input-ring-file-name' to set the comint-mode equivalents
16442 without making them local variables.
16443 (sql-stop): Don't bind `sql-input-ring-separator' and
16444 `sql-input-ring-file-name' dynamically to their comint-mode
16445 equivalents.
16446
16447 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16448
16449 * international/mule.el (register-char-codings): New function.
16450 (make-coding-system): Handle `safe-chars' specification in the arg
16451 PROPERTY.
16452
16453 * international/mule-cmds.el
16454 (find-coding-systems-region-subset-p): This function deleted.
16455 (sort-coding-systems-predicate): New variable.
16456 (sort-coding-systems): New function.
16457 (find-coding-systems-region): Use
16458 find-coding-systems-region-internal.
16459 (find-coding-systems-string): Use find-coding-systems-region.
16460 (find-coding-systems-for-charsets): Check
16461 char-coding-system-table.
16462 (select-safe-coding-system-accept-default-p): New variable.
16463 (select-safe-coding-system): Mostly rewritten. New argument
16464 ACCEPT-DEFAULT-P.
16465 (select-message-coding-system): Call select-safe-coding-system
16466 with ACCEPT-DEFAULT-P arg.
16467 (reset-language-environment): Reset default-sendmail-coding-system
16468 to the default value iso-latin-1.
16469 (set-language-environment): Don't set the obsolete variable
16470 charset-origin-alist.
16471
16472 * international/codepage.el (cp-coding-system-for-codepage-1):
16473 Give `safe-chars' property to make-coding-system.
16474
16475 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16476 calling select-message-coding-system twice.
16477
16478 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16479 instead of `safe-charsets'.
16480 (cyrillic-alternativnyj): Likewise.
16481 (ccl-encode-alternativnyj): Don't check the charset
16482 cyrillic-iso8859-5.
16483
16484 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16485
16486 * composite.el (compose-chars-after): Preserve match data.
16487
16488 2000-07-26 Sam Steingold <sds@gnu.org>
16489
16490 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16491 (ange-ftp-real-file-newer-than-file-p): New function.
16492 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16493 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16494
16495 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16496 * midnight.el (midnight-float-time): Ditto.
16497
16498 2000-07-26 Andreas Schwab <schwab@suse.de>
16499
16500 * files.el (normal-backup-enable-predicate): Correct
16501 interpretation of the return value of compare-strings.
16502
16503 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16504
16505 * isearch.el (isearch-resume): New function.
16506 (isearch-done): Add something to command-history to resume
16507 the search.
16508 (isearch-yank-line, isearch-yank-word): Use
16509 buffer-substring-no-properties instead of buffer-substring.
16510
16511 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16512 of flyspell-mouse-map.
16513
16514 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16515 duplicate definition.
16516 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16517
16518 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16519 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16520
16521 2000-07-25 Sam Steingold <sds@gnu.org>
16522
16523 * net/ange-ftp.el: Get modtime over the net.
16524 (ange-ftp-file-modtime): New function.
16525 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16526 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16527 Use it.
16528 (ange-ftp-dot-to-slash): New function.
16529 (ange-ftp-fix-name-for-vms): Use it.
16530
16531 * midnight.el (midnight-buffer-display-time): Use
16532 `with-current-buffer'.
16533
16534 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16535
16536 * find-dired.el: Update copyright notice.
16537 (find-dired): Offer to kill a running `find'.
16538
16539 * enriched.el (enriched-face-ans): For a `foreground-color'
16540 property, return '(("x-color" COLOR))' so that COLOR will be
16541 output as a parameter of the x-color annotation. Likewise for the
16542 `background-color' property. In the case of normal face
16543 properties, don't return annotations for unspecified foreground
16544 and background face attributes.
16545
16546 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16547
16548 * language/japan-util.el (japanese-katakana-region): Fix handling
16549 HANKAKU argument.
16550
16551 2000-07-25 Miles Bader <miles@gnu.org>
16552
16553 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16554 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16555 constrain-to-field.
16556
16557 2000-07-24 Andrew Innes <andrewi@gnu.org>
16558
16559 * timer.el (timer-activate-when-idle): Add optional parameter
16560 DONT-WAIT. Update docstring.
16561 (run-with-idle-timer): Specify extra parameter to
16562 timer-activate-when-idle, so that timer will be activated
16563 immediately if Emacs is already idle.
16564
16565 * w32-fns.el (w32-using-nt): Fix docstring.
16566
16567 2000-07-24 Dave Love <fx@gnu.org>
16568
16569 * mouse.el (popup-menu): Set last-command-event.
16570 (mouse-major-mode-menu-prefix): Declare.
16571
16572 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16573
16574 * textmodes/flyspell.el: Update to author's version 1.5d.
16575
16576 * progmodes/hideshow.el: Update copyright notice.
16577
16578 * vcursor.el: Set maintainer to FSF, since author cannot
16579 be reached.
16580
16581 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16582
16583 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16584 the prompt.
16585
16586 * mouse.el (popup-menu): Run the keymap through indirect-function,
16587 in case it was defined with define-prefix-key. If the menu is a
16588 list of keymaps, look up the binding of user's choice in each one
16589 of the keymaps.
16590 (mouse-popup-menubar): If the global and local menu-bar keymaps
16591 don't have a prompt string, create one and insert it into the
16592 keymap. Don't barf if current-local-map returns nil.
16593
16594 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16595
16596 * dired.el (dired-sort-R-check): Added to allow recursive listing
16597 to be undone.
16598 (dired-sort-other): Use it.
16599
16600 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16601
16602 * Release of cc-mode 5.27
16603
16604 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16605
16606 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16607 c-beginning-of-statement-1 that caused a bad case of recursion
16608 which could consume a lot of CPU in large classes in languages
16609 that have in-expression classes (i.e. Java and Pike).
16610
16611 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16612 statements before top level constructs (i.e. case 6 is moved
16613 before case 5 and is now case 4) to catch in-expression
16614 classes in top level expressions correctly.
16615
16616 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16617
16618 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16619 objc-method-intro. Case 4 removed and case 5I added.
16620
16621 * cc-langs.el (c-append-paragraph-start): New variable used by
16622 c-common-init to get paragraph-start correct.
16623 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16624 initialize paragraph-start to make it correct both with and
16625 without the javadoc special case.
16626
16627 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16628 initialize paragraph-start for javadoc markup.
16629
16630 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16631 change by defaulting this to t. It's motivated by the
16632 confusing behavior that otherwise arise from the style system
16633 when editing both java and non-java files at the same time
16634 (see the comments about style setting in c-common-init).
16635
16636 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16637
16638 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16639 similar to the one in c-fill-paragraph to check the fill
16640 prefix from the adaptive fill function for sanity.
16641
16642 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16643
16644 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16645 defun block.
16646
16647 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16648
16649 * cc-align.el (c-lineup-multi-inher): Handle lines with
16650 leading comma nicely. Extended to handle member initializers
16651 too.
16652
16653 * cc-engine.el: (c-beginning-of-inheritance-list,
16654 c-guess-basic-syntax): Fixed recognition of inheritance lists
16655 when the lines begins with a comma.
16656
16657 * cc-vars.el (c-offsets-alist): Changed default for
16658 member-init-cont to c-lineup-multi-inher since it now handles
16659 member initializers and indents better for leading commas.
16660
16661 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16662
16663 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
16664 handling that caused class open lines to be recognized as
16665 statement-conts in some cases.
16666
16667 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
16668 guessed by the adaptive fill function unless point is on the
16669 first line of a block comment.
16670
16671 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
16672 when the buffer ends with a macro continuation char.
16673
16674 * cc-engine.el (c-guess-basic-syntax): Added support for
16675 function definitions as statements in Pike. The first
16676 statement in a lambda block is now labeled defun-block-intro
16677 instead of statement-block-intro.
16678
16679 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
16680 so that the class surrounding point is selected, not the one
16681 innermost in the state.
16682
16683 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
16684 recognition of switch labels having hanging multiline
16685 statements.
16686
16687 * cc-engine.el (c-beginning-of-member-init-list): Broke out
16688 some code in c-guess-basic-syntax to a separate function.
16689 * cc-engine.el (c-just-after-func-arglist-p): Fixed
16690 recognition of member inits with multiple line arglists.
16691 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
16692 member-init-cont when the commas are in funny places.
16693
16694 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16695
16696 * cc-defs.el (c-auto-newline): Removed this macro since it's
16697 not used anymore.
16698
16699 * cc-engine.el (c-looking-at-bos): New helper function.
16700 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
16701 inexpr and toplevel classes apart in Pike.
16702
16703 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
16704 of case 9A.
16705
16706 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
16707 constant, since "class" can introduce an in-expression class
16708 in Pike nowadays.
16709
16710 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16711
16712 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
16713 indentation on cpp-macro lines.
16714
16715 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
16716 a syntax modifier like comment-intro, to make it possible to
16717 get syntactic indentation for preprocessor directives. It's
16718 incompatible wrt to lineup functions on cpp-macro, but it has
16719 no observable effect in the 99.9% common case where cpp-macro
16720 is set to -1000.
16721
16722 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16723
16724 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
16725 member-init-cont when the preceding arglist is several lines.
16726
16727 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16728
16729 * cc-styles.el (c-style-alist): The basic offset for the BSD
16730 style corrected to 8.
16731
16732 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16733
16734 * cc-styles.el (c-style-alist): Adjusted the indentation of
16735 brace list openers in the gnu style.
16736
16737 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16738
16739 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
16740
16741 * cc-cmds.el (c-electric-brace, c-electric-slash,
16742 c-electric-star, c-electric-semi&comma, c-electric-colon,
16743 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
16744 when c-syntactic-indentation is nil.
16745
16746 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
16747 we were left at comments preceding the first statement when
16748 reaching the beginning of the buffer.
16749
16750 * cc-vars.el (c-syntactic-indentation): New variable to turn
16751 off all syntactic indentation.
16752
16753 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16754
16755 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
16756 between the text and the block comment ender when it hangs,
16757 depending on how many there are before the fill.
16758
16759 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16760
16761 * cc-engine.el (c-beginning-of-closest-statement): New helper
16762 function to go back to the closest preceding statement start,
16763 which could be inside a conditional statement.
16764 * cc-engine.el (c-guess-basic-syntax): Use
16765 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
16766
16767 * cc-engine.el (c-guess-basic-syntax): Better handling of
16768 arglist-intro, arglist-cont-nonempty and arglist-close when
16769 the arglist is nested inside parens. Cases 7A, 7C and 7F
16770 changed.
16771
16772 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
16773 up-to-date with javadoc 1.2.
16774
16775 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16776
16777 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
16778 multiline Pike type decls.
16779
16780 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16781
16782 * cc-cmds.el (c-indent-new-comment-line): Always break
16783 multiline comments in multiline mode, regardless of
16784 comment-multi-line.
16785
16786 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16787
16788 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
16789 fully::qualified::names in C++ member init lists. Preamble in
16790 case 5D changed.
16791
16792 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16793
16794 * cc-langs.el (c-common-init): Handling of obsolete variables
16795 moved to c-initialize-cc-mode. More compatible style override
16796 when using global style variables.
16797 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
16798 variables moved here.
16799
16800 * cc-styles.el (c-make-styles-buffer-local): Flag style
16801 variable localness in c-style-variables-are-local-p to make
16802 the compatibility measure in c-common-init work well.
16803
16804 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
16805 longer contain set-from-style.
16806 * cc-styles.el (c-initialize-builtin-style): Don't check for
16807 set-from-style on c-special-indent-hook.
16808 * cc-styles.el (c-copy-tree): Obsolete. The standard function
16809 copy-alist is sufficient now.
16810
16811 * cc-styles.el (c-set-style, c-set-style-1,
16812 c-get-style-variables): Fixes to variable initialization so
16813 that duplicate entries in styles have the same effect
16814 regardless of DONT-OVERRIDE.
16815
16816 * cc-styles.el (c-set-style-2): Fixed bug where the
16817 initialization of inheriting styles failed when the
16818 dont-override flag is set.
16819
16820 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
16821 on this.
16822
16823 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16824
16825 * cc-defs.el (c-forward-comment): Removed the workaround
16826 introduced in 5.38 since it had worse side-effects. If a line
16827 contains the string "//\"", it regarded the // as a comment
16828 start since the \ temporarily doesn't have escape syntax.
16829
16830 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
16831
16832 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
16833 ada-xref.el before ada-prj.el, so that the Project menu is created
16834 when ada-prj tries to add to it.
16835 (ada-activate-keys-for-case): Suppress the characters that are not
16836 part of the Ada syntax. Better compatibility with else-mode
16837 (ada-adjust-case-interactive): When auto-casing is not active,
16838 correctly insert newlines (used to insert only ^M). Prevent the
16839 syntax table from being changed in case of an error
16840 (or '_' becomes part of a word and some commands are confused).
16841 Do nothing if ada-auto-case is nil.
16842 (ada-after-keyword-p): Ignore keywords that are also attributes
16843 (ada-batch-reformat): Update usage comment
16844 (ada-call-from-contextual-menu): New function
16845 (ada-case-read-exceptions): Reinitialize the casing exception list
16846 first to nil first, so that the casing exception file can be
16847 shared.
16848 (ada-check-defun-name): Handles "configure" keyword for gnatdist
16849 files.
16850 (ada-compile-goto-error): Fix regexp used to detect a file:line
16851 anywhere in the error message
16852 (ada-contextual-menu-last-point): New variable
16853 (ada-create-keymap): If the variable delete-key-deletes-forward is
16854 t on XEmacs, it means that DEL should delete one character
16855 forward.
16856 (ada-create-menu): Use :included instead of :visible for XEmacs.
16857 New submenu "Options".
16858 (ada-end-stmt-re): Correctly indent "select ... then abort"
16859 statements.
16860 (ada-fill-comment-paragraph): Correctly delete all leading '--'
16861 even if they don't match ada-fill-comment-prefix Fix handling of
16862 paragraphs on the first or last line of a file.
16863 (ada-format-paramlist): Fix handling of default parameter values.
16864 (ada-get-body-name): New function.
16865 (ada-get-current-indent): Optimized by searchling directly for an
16866 existing generic part or a statement outside of it. Handle
16867 ada-indent-align-comments when indenting comments Replaced some
16868 regexps by testing directly the next character. This results in a
16869 huge speedup on some files. New indentation scheme for renames
16870 statements. Stop looking for the 'while' or 'for' associated with
16871 a 'loop' at the first semicolon encountered. A "return" can also
16872 match an anonymous access subprogram declaration.
16873 (ada-get-indent-noindent): Ignore strings and comments when
16874 looking for the keywords "record" and "private".
16875 (ada-goto-matching-decl-start): When matching "if", make sure we
16876 are not in fact seeing "end if". Ignore "when" statements except
16877 when initial keyword was "begin". Fix handling of nested
16878 procedures. Add a recursive call to this function to skip over
16879 other 'end' statmts. Fix indentation for "when .. => begin"
16880 (ada-in-open-paren-p): Fix indentation for complex boolean
16881 expressions, where 'and then', 'or else' and parenthesis
16882 statements are mixed up.
16883 (ada-in-paramlist-p): Skip comments while searching for the
16884 beginning Fix handling of operator declarations.
16885 (ada-indent-align-comments): New variable
16886 (ada-indent-current): Change the syntax table only in the
16887 protected section, so that we are sure it is restored correctly.
16888 (ada-indent-on-previous-lines): Use ada-use-indent and
16889 ada-with-indent Correctly indent "select ... then"
16890 (ada-indent-region): Slight speedup.
16891 (ada-indent-renames): New variable.
16892 (ada-last-which-function-subprog, ada-last-which-function-line):
16893 New variables
16894 (ada-looking-at-semi-private): Correctly indent the 'private'
16895 keyword when it is the first word in a package declaration.
16896 (ada-loose-case-word): Stop searching if at the end of the buffer.
16897 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
16898 even if point is not initially at the end of the word.
16899 (ada-matching-decl-start-re): Add "when".
16900 (ada-mode): Add support for abbrev-mode, outline-mode and
16901 which-func-mode Override the old find-file.el entry in
16902 ff-special-constructs since it is using the obsolete
16903 ada-spec-suffix variable
16904 (ada-no-auto-case): New function
16905 (ada-scan-paramlist): When parsing the argument type, accept
16906 spaces (as in "X 'Class", generated by Rational Rose).
16907 (ada-other-file-name): No longer loads the other file.
16908 (ada-popup-menu): Save and restore the current buffer and cursor
16909 position before and after displaying the menu.
16910 (ada-search-ignore-complex-boolean): New function.
16911 (ada-uncomment-region): Emacs21 already knows how to delete
16912 comments not starting in the first column.
16913 (ada-use-indent): New variable
16914 (ada-which-function): New function.
16915 (ada-with-indent): New variable
16916 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
16917 can be batch-compiled from the command line.
16918
16919 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
16920 Add to the menu when the file is loaded, not in ada-mode-hook.
16921 Add -toolbar to the default ddd command Switches moved from
16922 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
16923 ada-prj-default-comp-opt
16924 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
16925 Reference Manual to the menu
16926 (ada-check-current): rewritten as a call to ada-compile-current
16927 (ada-compile): Removed.
16928 (ada-compile-application, ada-compile-current, ada-check-current):
16929 Set the compilation-search-path so that compile.el automatically
16930 finds the sources in src_dir. Automatic scrollong of the
16931 compilation buffer. C-uC-cC-c asks for confirmation before
16932 compiling
16933 (ada-compile-current): New parameter, prj-field
16934 (ada-complete-identifier): Load the .ali file before doing
16935 processing
16936 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
16937 conform to gnatmake's behavior.
16938 (ada-find-file-in-dir): New function
16939 (ada-find-references): Set the environment variables for gnatfind
16940 (ada-find-src-file-in-dir): New function.
16941 (ada-first-non-nil): Removed
16942 (ada-gdb-application): Add support for jdb, the java debugger.
16943 (ada-get-ada-file-name): Load the original-file first if not done
16944 yet.
16945 (ada-get-all-references): Handles the new ali syntax (parent types
16946 are found between <>).
16947 (ada-initialize-runtime-library): New function
16948 (ada-mode-hook): Always load a project file when a file is opened,
16949 so that the casing exceptions are correctly read.
16950 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
16951 (ada-parse-prj-file): Use find-file-noselect instead of find-file
16952 to open the project file, since the latter does not work with
16953 speedbar Get default values before loading the prj file, or the
16954 default executable file name is wrong. Use the absolute value of
16955 src_dir to initialize ada-search-directories and
16956 compilation-search-path,... Add the standard runtime library to
16957 the search path for find-file.
16958 (ada-prj-default-debugger): Was missing an opening '{'
16959 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
16960 variables.
16961 (ada-prj-default-gnatmake-opt): New variable
16962 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
16963 buffers, the project file is the default one Save the windows
16964 configuration before displaying the menu.
16965 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
16966 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
16967 ...) regexp-quote identifiers names to support operators +,
16968 -,... in regexps.
16969 (ada-remote): New function.
16970 (ada-run-application): Erase the output buffer before starting the
16971 run Support remote execution of the application. Use
16972 call-process, or the arguments are incorrectly parsed
16973 (ada-set-default-project-file): Reread the content of the active
16974 project file, not the one from the current buffer When a project
16975 file is set as the default project, all directories are
16976 automatically associated with it.
16977 (ada-set-environment): New function
16978 (ada-treat-cmd-string): New special variable ${current}
16979 (ada-treat-cmd-string): Revised. The substitution is now done for
16980 any ${...} substring
16981 (ada-xref-current): If no body was found, compiles the spec
16982 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
16983 compiler to get rid of command line length limitations.
16984 (ada-xref-get-project-field): New function
16985 (ada-xref-project-files): New variable
16986 (ada-xref-runtime-library-specs-path)
16987 (ada-xref-runtime-library-ali-path): New variables
16988 (ada-xref-set-default-prj-values): Default run command now does a
16989 cd to the build directory. New field: main_unit Provide a default
16990 file name even if the current buffer has no prj file.
16991
16992 * ada-prj.el:
16993 Rewritten to show a tabbed-dialog.
16994 (ada-prj-add-ada-menu): Remove the map and name parameters.
16995 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
16996 New function
16997 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
16998 (ada-prj-load-from-file): New function
16999 (ada-prj-save): Always save fields that depend on the current buffer
17000 (ada-prj-show-value): New function
17001
17002 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17003 Ada mode. This will allow us to display the Ada menu in any buffer
17004 we want (for project items).
17005 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17006 number of spaces in the header.
17007
17008 2000-07-24 Dave Love <fx@gnu.org>
17009
17010 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17011
17012 2000-07-23 Noah Friedman <friedman@splode.com>
17013
17014 * type-break.el (type-break): perform autosave.
17015 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17016 (type-break-do-query): Cancel query schedule while performing
17017 actual query, to avoid possibility of a second query being made
17018 while first one is already in progress.
17019 (type-break-time-stamp-format): New variable.
17020 (type-break-time-stamp): New function.
17021 (type-break-time-warning): Use it.
17022 (type-break-keystroke-warning): Use it.
17023 (type-break-noninteractive-query): Use it.
17024
17025 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17026 cookie.
17027 Use add-minor-mode to set minor-mode-alist, if available.
17028 (eldoc-echo-area-use-multiline-p): New user option.
17029 (eldoc-echo-area-multiline-supported-p): New variable.
17030 (eldoc-docstring-format-sym-doc): Use them.
17031 (eldoc-mode): If not using idle timers, append to local post and
17032 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17033 (eldoc-display-message-no-interference-p): Don't interfere with
17034 edebug.
17035 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17036 (eldoc-function-arglist): New function.
17037 (eldoc-function-argstring): Use it.
17038
17039 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17040 auto save directory exists before calling directory-files.
17041
17042 2000-07-23 Dave Love <fx@gnu.org>
17043
17044 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17045 ^o, ^u.
17046
17047 2000-07-21 Dave Love <fx@gnu.org>
17048
17049 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17050 now passed to the function. It now works properly.
17051
17052 * smerge-mode.el (smerge-mode-menu): Fill it out.
17053
17054 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17055
17056 * info-look.el (info-lookup): If *info* is shown in another frame
17057 on the same display, select that frame, instead of switching to
17058 the Info buffer in another window of the selected frame.
17059
17060 * simple.el (universal-argument-map): Bind numeric keypad keys
17061 kp-0 to kp-9 and kp-subtract.
17062 (digit-argument): Handle these keys.
17063
17064 2000-07-20 Dave Love <fx@gnu.org>
17065
17066 * net/goto-addr.el (goto-address-fontify): Don't bother with
17067 buffer-modified and read-only stuff -- irrelevant with overlays.
17068 Put an extra property on the overlays and use it to clean up in
17069 case goto-address is re-run.
17070
17071 2000-07-19 Richard M. Stallman <rms@gnu.org>
17072
17073 * timer.el (run-with-idle-timer): Doc fix.
17074
17075 * mail/mail-utils.el (mail-strip-quoted-names):
17076 Handle case where <...> appears inside "...".
17077 Use replace-match to edit the string more simply.
17078 (rmail-dont-reply-to): Cope with an unmatched ".
17079
17080 2000-07-19 Dave Love <fx@gnu.org>
17081
17082 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17083 implementation.
17084
17085 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17086 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17087 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17088
17089 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17090
17091 * textmodes/refer.el: Correct maintainer's email address.
17092
17093 * progmodes/hideif.el: Correct author's email address.
17094 Fix typo in comment.
17095
17096 * xml.el: New file.
17097
17098 * mail/mailheader.el: Correct author's mail address.
17099
17100 * gnus/parse-time.el: Correct author's mail address.
17101
17102 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17103
17104 * comint.el (comint-highlight-input, comint-highlight-face):
17105 New user options.
17106 (comint-input-ring-file-name): Change custom type.
17107 (comint-mode-map): Bind mouse-2.
17108 (comint-insert-clicked-input): New function.
17109 (comint-send-input): Handle input highlighting.
17110
17111 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17112
17113 * mouse.el (popup-menu): New function.
17114 (mouse-major-mode-menu): Use it.
17115
17116 2000-07-18 Dave Love <fx@gnu.org>
17117
17118 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17119 improvements.
17120
17121 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17122
17123 * faces.el (face-font-selection-order)
17124 (face-font-family-alternatives): Add custom type.
17125
17126 2000-07-18 Dave Love <fx@gnu.org>
17127
17128 * cus-edit.el (custom-variable-reset-saved)
17129 (custom-variable-reset-standard): Remove unused bindings.
17130
17131 * rect.el (open-rectangle-line): Remove unused let.
17132
17133 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17134
17135 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17136
17137 * cdl.el: Fix `Maintainer' keyword.
17138
17139 * play/pong.el: Add author's email address.
17140
17141 2000-07-17 Sam Steingold <sds@gnu.org>
17142
17143 * files.el (insert-directory): Call `split-string' instead of
17144 re-implementing it.
17145
17146 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17147
17148 * mail/vms-pmail.el: Change maintainer to FSF.
17149
17150 * net/goto-addr.el: Change maintainer to FSF.
17151
17152 * info.el (Info-title-face-alist): Removed.
17153
17154 2000-07-18 David Ponce <david@dponce.com>
17155
17156 * recentf.el (recentf-open-files): New command that works like
17157 `recentf-open-more-files', but shows the whole list of files (not just
17158 those omitted from the menu). Useful if you don't use a menu-bar!
17159 (recentf-open-more-files) Modified to use `recentf-open-files'.
17160
17161 (recentf-open-files, recentf-open-more-files)
17162 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17163
17164 (recentf-dialog-mode): New mode for dialogs. You can now just type
17165 "q" to cancel the dialogs.
17166
17167 2000-07-18 David Ponce <david@dponce.com>
17168
17169 * recentf.el: This is a major update of recentf.el. It adds new
17170 features to better organize the recentf menu and "More..." buffer.
17171
17172 Using new provided menu filtering functions you can now organize the
17173 recent files list:
17174
17175 - by major modes
17176 - by directories
17177 - by user defined rules
17178
17179 Finally, with the new `recentf-filter-changer' customizable filter you
17180 can define a ring of filters and dynamically (via the menu) cycle on
17181 each menu organization in the ring (a la msb).
17182
17183 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17184
17185 * eshell/eshell.el (eshell): Replace links to eshell.info with
17186 links to eshell, to avoid problems on systems where the manual is
17187 installed as `eshell'.
17188 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17189 * eshell/em-smart.el (eshell-smart): Ditto.
17190 * eshell/em-banner.el (eshell-banner): Ditto.
17191 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17192
17193 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17194 same-file check in the MS-DOS version (it does support inodes).
17195
17196 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17197
17198 * eshell/eshell.el (eshell-directory-name):
17199 Run default directory name through convert-standard-filename.
17200
17201 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17202
17203 * international/mule-cmds.el (select-safe-coding-system):
17204 Fix typo in the comment.
17205
17206 * language/european.el (compound-text):
17207 Force katakana-jisx0201 to be designated to G1.
17208
17209 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17210 Don't translate some national variant characters of latin-jisx0201.
17211 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17212
17213 * international/kkc.el (kkc-after-update-conversion-functions):
17214 New variable.
17215 (kkc-update-conversion): Run functions in it at the tail.
17216
17217 2000-07-16 John Wiegley <johnw@gnu.org>
17218
17219 * lisp/align.el (align-newline-and-indent):
17220 Adding new function. for auto-aligning blocks of code on RET.
17221 (align-region): Fixed badly formatted minibuffer message.
17222
17223 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17224
17225 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17226 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17227 the conversion list at first if appropriate.
17228 (kkc-next): Don't update kkc-next-count here.
17229 (kkc-prev): Don't update kkc-prev-count here.
17230 (kkc-show-conversion-list-update): Fix setting up of conversion
17231 list message.
17232
17233 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17234
17235 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17236
17237 2000-07-16 Dave Love <fx@gnu.org>
17238
17239 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17240 function to be more specific.
17241
17242 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17243 non-string help-echo.
17244 (widget-types-convert-widget): Defsubst it.
17245 (widget-echo-help): Try to cope with a help-echo function of two
17246 possible sorts.
17247
17248 2000-07-15 Jason Rumney <jasonr@gnu.org>
17249
17250 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17251 Declare as obsolete.
17252
17253 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17254
17255 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17256
17257 * hilit-chg.el: Fix typo.
17258
17259 2000-07-14 Dave Love <fx@gnu.org>
17260
17261 * info.el (Info-mode-menu): Fix use of :help, :enable.
17262
17263 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17264
17265 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17266
17267 2000-07-13 Dave Love <fx@gnu.org>
17268
17269 * emacs-lisp/easymenu.el: Doc fixes.
17270 (easy-menu-remove): Defalias to ignore.
17271
17272 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17273 Call throw correctly.
17274
17275 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17276
17277 * faces.el (frame-background-mode): Doc fix.
17278
17279 * simple.el (eval-expression-print-length): Change custom type to
17280 allow entering nil as value.
17281
17282 2000-07-13 Dave Love <fx@gnu.org>
17283
17284 * progmodes/fortran.el (fortran-imenu-generic-expression):
17285 Change definition layout.
17286 (fortran-mode-menu): Reinstate customize entries.
17287
17288 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17289 Use :filter, per old XEmacs code.
17290
17291 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17292
17293 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17294 event when deciding what to send to the terminal.
17295
17296 2000-07-12 Dave Love <fx@gnu.org>
17297
17298 * cus-start.el: Add optional version as 4th element of specs and
17299 use it for several things new in v21. Remove load-path. Fix type
17300 of line-number-display-limit.
17301
17302 2000-07-11 Dave Love <fx@gnu.org>
17303
17304 * progmodes/fortran.el: Don't require easymenu.
17305 Use repeat counts in various regexps.
17306 (fortran-mode-syntax-table): Defvar directly.
17307 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17308 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17309 Use defvar, not defconst.
17310 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17311 (fortran-mode): Set fortran-comment-line-start-skip,
17312 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17313 (fortran-comment-indent): Use defsubst.
17314 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17315 Use fortran-comment-indent, not fortran-comment-indent-function.
17316 (fortran-comment-region, fortran-electric-line-number): Simplify.
17317 (fortran-auto-fill): New function.
17318 (fortran-do-auto-fill): Deleted.
17319 (fortran-find-comment-start-skip):
17320 Check for non-null comment-start-skip.
17321 (fortran-auto-fill-mode, fortran-fill-statement):
17322 Use fortran-auto-fill.
17323 (fortran-fill): Use fortran-auto-fill. Check for null
17324 comment-start-skip. Simplify final clause and use end-of-line finally.
17325
17326 * widget.el (widget-plist-member): New alias.
17327
17328 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17329
17330 * eshell/esh-module.el (toplevel): Reference
17331 byte-compile-current-file only if it is bound.
17332
17333 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17334
17335 * dired.el: Don't require `dired-aux'.
17336
17337 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17338
17339 * dired-aux.el (dired-show-file-type): New function.
17340 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17341 (dired-show-file-type): Add autoload.
17342
17343 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17344
17345 * international/mule-diag.el (describe-font): Adjusted for the
17346 change of fontset-info.
17347 (print-fontset): Likewise.
17348
17349 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17350
17351 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17352
17353 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17354
17355 * bindings.el: Bind `[delete]' to delete-char.
17356
17357 * dired.el (dired-find-alternate-file): New function.
17358 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17359 (toplevel): Require dired-aux when compiling.
17360 (dired-buffers): Move defvar within file to avoid compiler warning.
17361
17362 * info.el (Info-last-search): Variable removed.
17363 (Info-search-history): New variable.
17364 (Info-search): New Info-search-history.
17365
17366 * battery.el, info-look.el: Change author's mail address.
17367
17368 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17369
17370 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17371 if rmail-ignored-headers is nil.
17372 (rmail-retry-failure): Bind rmail-ignored-headers and
17373 rmail-displayed-headers to nil.
17374
17375 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17376
17377 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17378 (print-region-1): Don't hard code `-h' here.
17379
17380 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17381
17382 2000-07-01 Francesco Potorti` <pot@gnu.org>
17383
17384 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17385 exim can use "your message" instead of "the message".
17386
17387 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17388
17389 * facemenu.el: Docstrings fixes.
17390 (facemenu-get-face): Don't use internal-find-face.
17391 (facemenu-iterate): Rename arg to match the docstring.
17392
17393 * newcomment.el (uncomment-region): Be more careful when skipping
17394 backwards over `=' not to bump into BOBP.
17395
17396 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17397
17398 * ediff-diff.el (ediff-wordify): Use syntax table.
17399 * ediff-init.el (ediff-has-face-support-p): Use
17400 ediff-color-display-p.
17401 (ediff-color-display-p): Use display-color-p, changed to defun
17402 from defsubst.
17403 Got rid of special cases for NeXT and OS/2.
17404 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17405 face.
17406
17407 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17408
17409 * emacs-lisp/lucid.el: Require CL.
17410 (copy-tree, remprop): Remove, it's provided by CL.
17411 (map-keymap): Define in terms of cl-map-keymap.
17412 (extent-property, set-extent-end-glyph): New functions.
17413
17414 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17415
17416 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17417
17418 * Makefile.in (DONTCOMPILE): Add comment that the name may
17419 not be changed without changing the make-dist script.
17420
17421 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17422 (cl-mapc): Use mapc instead of cl-old-mapc.
17423
17424 2000-07-05 Andrew Innes <andrewi@gnu.org>
17425
17426 * makefile.nt: Add support for `bootstrap' and related targets.
17427
17428 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17429
17430 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17431 (easy-menu-do-define): Use `menu-item' format.
17432 Handle case where easy-menu-create-menu returns a symbol.
17433 Manually call the potential top-level filter in the function binding.
17434 (easy-menu-filter-return): New arg NAME.
17435 Convert to a keymap if MENU is an XEmacs menu.
17436 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17437 (easy-menu-converted-items-table, easy-menu-convert-item):
17438 New var and fun to memoize easy-menu-convert-item-1.
17439 (easy-menu-do-add-item): Use it.
17440 (easy-menu-create-menu): Use easy-menu-convert-item.
17441 Wrap easy-menu-filter-return around any :filter specification.
17442 Don't convert the menu if a filter was specified.
17443 Tell easy-menu-make-symbol not to check for MENU being an expression.
17444 (easy-menu-make-symbol): New arg NOEXP.
17445
17446 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17447
17448 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17449 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17450 (eval-defun): If called with prefix arg, instrument code for
17451 Edebug.
17452
17453 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17454 similar to that of eval-defun.
17455
17456 2000-07-04 Dave Love <fx@gnu.org>
17457
17458 * hl-line.el (hl-line-overlay): Make it permanent-local.
17459
17460 * calendar/todo-mode.el: Replaced with a working version, based on
17461 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17462
17463 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17464
17465 * paths.el (prune-directory-list): New function.
17466 (Info-default-directory-list): Rewritten to more methodically
17467 enumerate a big list of possible info directories (based on the
17468 list used by the standalone info reader).
17469
17470 * info.el (info-initialize): Use prune-directory-list to remove
17471 non-existent directories from Info-directory-list.
17472
17473 * paths.el (Info-default-directory-list): Try a list of possible
17474 info-directories instead of a single one. Add the possible
17475 info directory "/usr/share/info".
17476
17477 * woman.el (woman-man.conf-path): Explicitly include the debian
17478 man-db config file "/etc/manpath.config".
17479 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17480 are present in `manpath.config'.
17481 (woman-manpath): Include "/usr/share/man".
17482
17483 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17484
17485 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17486
17487 * startup.el (command-line): Initialize blink-cursor based
17488 on window-system.
17489
17490 * frame.el (blink-cursor): Default to nil if not running under
17491 a window-system.
17492
17493 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17494 (face-x-resources): Remove duplicate entry for :font.
17495
17496 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17497 instead of cycling through windows with next-window.
17498
17499 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17500 of cycling through windows with next-window.
17501
17502 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17503 of cycling through windows with next-window.
17504
17505 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17506 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17507 instead of cycling through windows with next-window.
17508
17509 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17510 instead of cycling through windows with next-window.
17511
17512 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17513 of cycling through windows with next-window.
17514
17515 * terminal.el (te-process-output): Use walk-windows instead of
17516 cycling through windows with next-window.
17517
17518 * server.el (server-switch-buffer): Use some-window instead of
17519 cycling through windows with next-window.
17520
17521 * window.el (some-window): New function.
17522 (walk-windows): Remove reference to walk-windows-start.
17523
17524 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17525
17526 2000-07-03 Richard Stallman <rms@gnu.org>
17527
17528 * window.el (walk-windows): Guarantee termination by keeping a list
17529 of all the windows already handled.
17530
17531 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17532
17533 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17534 window-system.
17535
17536 * man.el (Man-notify-when-ready): Don't use window-system. If
17537 Man-notify-method is newframe, and the display is not
17538 multi-frame, select the frame created for the man page.
17539 (Man-init-defvars): Doc fix.
17540
17541 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17542
17543 * faces.el (region): Change background color for light background.
17544
17545 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17546 attribute from mode-line face of Ediff control frame.
17547
17548 * replace.el (query-replace-map): Bind `e' like `E'.
17549
17550 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17551
17552 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17553 Change name to "Select All".
17554
17555 * dos-fns.el (convert-standard-filename): Fix last change.
17556
17557 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17558
17559 * help.el (describe-variable): Don't insert a second `'s' in front
17560 of the string `value is shown below'. Since the syntax-table is
17561 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17562 an existing `'s', so that this won't be deleted.
17563
17564 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17565 * pcmpl-unix.el: New files.
17566
17567 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17568
17569 * wid-edit.el (widget-member): Use the new plist-member.
17570
17571 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17572
17573 * replace.el (perform-replace): Undo change of 2000-04-04.
17574 Instead, move backward 1 character at the end of the loop when
17575 necessary.
17576
17577 * faces.el (fringe): Change face for different backgrounds.
17578
17579 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17580 patch from John.
17581
17582 * eshell/*.el: Change spelling of the Free Software Foundation.
17583
17584 * eshell/esh-toggle.el: Removed.
17585
17586 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17587
17588 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17589 interactively.
17590
17591 2000-06-26 Alex Schroeder <alex@gnu.org>
17592
17593 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17594 `define-key'; instead of checking `(emacs-version)' check for
17595 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17596 for `;' and `o' which might be electric.
17597
17598 (sql-electric-stuff): New user option.
17599 (sql-magic-go): New function which uses `sql-electric-stuff'.
17600 (sql-magic-semicolon): New function which uses
17601 `sql-electric-stuff'.
17602
17603 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17604 is not fboundp.
17605
17606 (sql-oracle-options): New variable.
17607 (sql-oracle): Use it.
17608
17609 (sql-imenu-generic-expression): Doc change.
17610 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17611 is used.
17612
17613 (sql-informix): Added command line parameter "-" to force
17614 sql-informix-program to use stdout.
17615
17616 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17617
17618 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17619 (cp864-decode-table): Doc fix.
17620 (cp720-decode-table): New variable, supports the Arabic OEM
17621 codepage used by Windows.
17622 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17623
17624 2000-06-23 Dave Love <fx@gnu.org>
17625
17626 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17627 (font-lock-fontify-anchored-keywords): Use
17628 line-beginning-position.
17629 (global-font-lock-mode): Use mapc.
17630
17631 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17632
17633 * eshell/esh-module.el: Require CL when compiling.
17634
17635 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17636
17637 * comint.el (comint-substitute-in-file-name): Call replace-match
17638 with second and third arg t.
17639
17640 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17641 Specify foreground color.
17642
17643 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17644 color.
17645
17646 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17647
17648 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17649 cddr instead of cdddr.
17650
17651 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
17652 instead of copy-list.
17653
17654 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
17655 of copy-list.
17656
17657 * subdirs.el: Add eshell subdirectory.
17658
17659 * eshell: New subdirectory containing the Eshell package.
17660
17661 * pcomplete.el: New file.
17662
17663 2000-06-23 Paul Eggert <eggert@twinsun.com>
17664
17665 * mail/mailpost.el (post-mail-send-it): Make sure file has
17666 proper permissions from birth.
17667
17668 * files.el (basic-save-buffer-2): When temporarily setting
17669 file modes, set them to current modes plus 0200, not to 0777.
17670
17671 * emerge.el (emerge-make-temp-file): Make sure file has proper
17672 permissions from birth.
17673
17674 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
17675
17676 * files.el (make-backup-file-name-1): On DOS/Windows, run the
17677 backup file name through convert-standard-filename.
17678
17679 * dos-fns.el (convert-standard-filename): Convert leading
17680 directories as well. When long file names are supported, convert
17681 characters that are invalid in Windows file names.
17682
17683 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17684
17685 * ps-print.el: Fix bug: if ^L is the very first buffer character,
17686 ps-print crashes. New feature: page selection for printing. Create
17687 raw-text-unix coding system for XEmacs. Doc fix.
17688 (ps-print-version): New version number (5.2.3).
17689 (ps-plot-region): Bug fix.
17690 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
17691 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
17692 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
17693 funs.
17694 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
17695 (ps-last-page): New vars.
17696
17697 2000-06-21 Gerd Moellmann <gerd@gnu.org>
17698
17699 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
17700 empty option string.
17701
17702 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
17703
17704 * man.el (man): Doc fix.
17705
17706 2000-06-21 Kenichi Handa <handa@etl.go.jp>
17707
17708 * international/mule-cmds.el (set-language-info-alist): Docstring
17709 fixed.
17710
17711 2000-06-20 Gerd Moellmann <gerd@gnu.org>
17712
17713 * version.el (emacs-version): Use ISO date format.
17714
17715 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
17716 instead of `M-backspace'.
17717
17718 * simple.el (turn-off-auto-fill): New function.
17719
17720 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
17721
17722 * jit-lock.el (with-buffer-prepared-for-jit-lock):
17723 Renamed from with-buffer-prepared-for-font-lock and use
17724 inhibit-modification-hooks rather than setting *-change-functions.
17725 Update all functions to use the new name.
17726 (jit-lock-first-unfontify-pos): New semantics (and doc).
17727 (jit-lock-mode): Make non-interactive.
17728 Don't automatically turn on font-lock.
17729 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
17730 Always use jit-lock-after-change.
17731 Remove and restore font-lock-after-change-function.
17732 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
17733 (jit-lock-after-unfontify-buffer): Remove.
17734 (jit-lock-stealth-fontify):
17735 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
17736 (jit-lock-after-change): Set the `fontified' text-prop to nil.
17737
17738 2000-06-20 Sam Steingold <sds@gnu.org>
17739
17740 * emacs-lisp/cl-indent.el (toplevel): Indent
17741 `print-unreadable-object' properly. Untabify.
17742
17743 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17744
17745 * textmodes/reftex.el (reftex-find-citation-regexp-format):
17746 Support for bibentry.
17747 (reftex-compile-variables): Fixed problem with end of section-re.
17748
17749 * texmodes/reftex-dcr.el (reftex-view-crossref,
17750 reftex-view-crossref-from-bibtex):
17751 Deal with changed `reftex-find-citation-regexp-format'.
17752 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
17753 Replaced `remprop' with `put'.
17754 (reftex-view-crossref, reftex-view-crossref-when-idle):
17755 Support for bibentry.
17756
17757 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17758 New entry for bibentry package.
17759
17760 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
17761 Regexp also matches "\nobibliography".
17762
17763 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
17764 Call `reftex-ensure-write-access' before doing anything.
17765 (reftex-ensure-write-access): New function.
17766
17767 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17768
17769 * progmodes/idlwave.el: File re-installed (update to version 4.2)
17770
17771 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
17772
17773 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
17774
17775 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
17776
17777
17778 2000-06-20 Dave Love <fx@gnu.org>
17779
17780 * faces.el (frame-background-mode): Use set-default, not set, in
17781 setter.
17782 (frame-update-faces, frame-update-face-colors): Define with
17783 defalias.
17784
17785 * enriched.el (enriched-decode-foreground)
17786 (enriched-decode-background): Don't use internal-find-face.
17787
17788 * apropos.el: Doc fixes.
17789
17790 * cus-edit.el (customize-changed-options): Check arg.
17791 (customize-version-lessp): Don't require decimal point.
17792
17793 * custom.el (defcustom, defgroup): Doc fix.
17794
17795 * newcomment.el (comment) <defgroup>: Add :version.
17796 (comment-multi-line): Doc fix.
17797
17798 * emulation/mlsupport.el (define-hooked-local-abbrev,
17799 define-hooked-global-abbrev): Fix, using define-abbrev.
17800
17801 2000-06-19 Gerd Moellmann <gerd@gnu.org>
17802
17803 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
17804 the whole buffer.
17805
17806 2000-06-19 Dave Love <fx@gnu.org>
17807
17808 * menu-bar.el (menu-bar-options-save): New function.
17809 (menu-bar-options-menu): Use it.
17810 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
17811 Simplify.
17812
17813 2000-06-19 Andreas Schwab <schwab@suse.de>
17814
17815 * progmodes/etags.el (tags-query-replace): Put new parameters
17816 START and END at the end, for backward compatibility.
17817
17818 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17819
17820 * international/codepage.el:
17821 (cp-coding-system-for-codepage-1): Delete special codes for
17822 generating xxx-dos coding system because now a CCL based coding
17823 system can handle EOL conversion by default.
17824
17825 * international/mule.el (make-coding-system): Generate subsidiary
17826 coding systems for EOL handling variants even for a CCL based
17827 coding system.
17828
17829 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17830
17831 * international/isearch-x.el (isearch-minibuffer-input-method)
17832 (isearch-minibuffer-input-method-function): These variables
17833 deleted.
17834 (isearch-with-input-method): Don't use the above variables.
17835 (isearch-process-search-multibyte-characters): Likewise. Call
17836 read-string with the arg INHERIT-INPUT-METHOD t.
17837
17838 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
17839
17840 * font-lock.el (font-lock-after-fontify-buffer)
17841 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
17842
17843 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
17844 Use consistent make-local-variable style for font-lock-fontified.
17845 (jit-lock-fontify-buffer):
17846 Don't bother checking for font-lock-mode and jit-lock-mode.
17847
17848 * time.el: Remove trailing ^M that prevent CVS-merging.
17849
17850 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17851
17852 * Makefile.in (distclean): New target.
17853
17854 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
17855
17856 * Makefile.in (srcdir): Define for update-subdirs.
17857
17858 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17859
17860 * find-lisp.el: New file.
17861
17862 2000-06-16 Andrew Innes <andrewi@gnu.org>
17863
17864 * time.el (display-time-mail-function): New variable, to allow
17865 external packages to indicate when new mail is available.
17866 (display-time-update): Use it.
17867
17868 2000-06-16 Kenichi Handa <handa@etl.go.jp>
17869
17870 * international/mule.el (mule-version): Change version name to
17871 SAKAKI. AOI has already been used by Meadow.
17872
17873 * international/quail.el (quail-show-guidance-buf): To find the
17874 bottom window (but minibuffer), pay attention to the height of
17875 minibuffer.
17876
17877 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
17878
17879 * arc-mode.el (archive-mode-map): Use the new menu-item format for
17880 menu-bar menus. Add help strings. Don't remove the Edit menu
17881 from the menu bar, as the menu bar has enough space now.
17882
17883 * Makefile.in (SHELL): Make sure /bin/sh is used.
17884
17885 * woman.el (woman-man-buffer): Fix bold and underlined CJK
17886 characters, which use series of two ^H characters instead of one.
17887
17888 2000-06-15 Gerd Moellmann <gerd@gnu.org>
17889
17890 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
17891 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
17892 functions.
17893 (Info-find-node-2): Try a case-sensitive search first, then
17894 do a case-insensitive search.
17895
17896 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
17897 tutorials.
17898
17899 * complete.el (PC-env-vars-alist): New variable.
17900 (PC-complete-as-file-name): New function.
17901 (partial-completion-mode): Initialize PC-env-vars-alist from
17902 process-environment.
17903 (PC-do-completion): Handle completion of env vars.
17904
17905 * info.el (Info-set-mode-line): Show file name in mode line,
17906 use `*Info*' instead of `Info:'.
17907
17908 * startup.el (command-line-1): Change copyright messages to year
17909 2000.
17910
17911 2000-06-15 Dave Love <fx@gnu.org>
17912
17913 * net/goto-addr.el (goto-address-fontify): Use keymap property,
17914 not local-map.
17915
17916 2000-06-15 Kenichi Handa <handa@etl.go.jp>
17917
17918 * international/mule.el (set-buffer-file-coding-system): Almost
17919 rewritten to handle `undecided' as no-op.
17920
17921 2000-06-14 Gerd Moellmann <gerd@gnu.org>
17922
17923 * Makefile.in: New file.
17924
17925 * Makefile: Removed.
17926
17927 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
17928 (goto-address-highlight-keymap): Bind C-c RET.
17929
17930 2000-06-14 Kenichi Handa <handa@etl.go.jp>
17931
17932 * mail/sendmail.el (sendmail-send-it): The temporary buffer
17933 inherits buffer-file-coding-system of the current buffer.
17934
17935 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
17936 0. Give correct argument to set-auto-coding-function.
17937 (tar-expunge): For goto-char, use (point-min), not 0.
17938 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
17939 (tar-subfile-save-buffer): Likewize.
17940
17941 * international/mule.el
17942 (after-insert-file-set-buffer-file-coding-system): Call
17943 set-buffer-file-coding-system with the arg FORCE t.
17944
17945 2000-06-13 Gerd Moellmann <gerd@gnu.org>
17946
17947 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
17948 nil. Contemporary sendmails issue an X-Authentication-Warning if
17949 the sender is set with `-f'.
17950
17951 2000-06-13 Dave Love <fx@gnu.org>
17952
17953 * help.el (describe-function-1): Kluge around cases of functions
17954 fset to subrs whose doc doesn't match their symbol-name.
17955
17956 * image.el (insert-image): Default STRING to a space.
17957
17958 * info.el Doc fixes.
17959 (Info-build-node-completions): Match Ref tags.
17960
17961 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
17962
17963 * frame.el (display-multi-frame-p, display-multi-font-p): New
17964 defaliases for display-graphic-p.
17965
17966 * hl-line.el: Fixed a typo in commentary.
17967
17968 2000-06-13 Kenichi Handa <handa@etl.go.jp>
17969
17970 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
17971 fixed.
17972
17973 2000-06-12 Dave Love <fx@gnu.org>
17974
17975 * image.el (insert-image): Save a little consing.
17976
17977 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17978
17979 * language/tibet-util.el: Convert all tibetan-1-column characters
17980 to the corresponding tibetan characters.
17981 (tibetan-add-components): Delete code for the special treatment of
17982 'a chung.
17983
17984 * language/tibetan.el (tibetan-composable-pattern): Fix previous
17985 change.
17986 (tibetan-vowel-transcription-alist): More rules added.
17987 (tibetan-composite-vowel-alist): New variable.
17988 (tibetan-precomposition-rule-alist): More rules added.
17989
17990 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
17991
17992 * startup.el (command-line): Only call menu-bar-mode if interactive.
17993
17994 * thingatpt.el (toplevel symbol-properties):
17995 * textmodes/makeinfo.el (makeinfo-compile):
17996 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
17997 * progmodes/hideif.el (hif-compress-define-list)
17998 (hide-ifdef-use-define-alist):
17999 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18000 (ange-ftp-vms-add-file-entry):
18001 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18002 * man.el (Man-build-man-command):
18003 * mail/rnewspost.el (news-reply-header-hook):
18004 * info.el (Info-insert-dir):
18005 * emulation/mlconvert.el (backward-word, forward-word, setq):
18006 * emacs-lisp/gulp.el (gulp-send-requests):
18007 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18008 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18009 (byte-optimize-apply, end of file):
18010 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18011 (ad-make-freeze-definition):
18012 * startup.el (command-line, command-line-1): Don't quote lambdas.
18013
18014 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18015 (cvs-cleanup-removed): New function.
18016 (cvs-cleanup-functions): New var.
18017 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18018 some flexibility in specifying additional entries to auto-cleanup.
18019 (cvs-quickdir): New function.
18020 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18021 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18022 (cvs-mode-find-file): Check that we are on a filename or dirname
18023 when invoked through a mouse-click.
18024 (cvs-full-path): Remove.
18025 (cvs-dired-action): Re-introduced.
18026 (cvs-dired-noselect): Use it.
18027 (vc-post-command-functions): use this new hook if available.
18028
18029 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18030 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18031 (cvs-filename-map, cvs-dirname-map): Remove.
18032 (cvs-default-action): Remove.
18033 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18034 if the arg is really a keymap.
18035 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18036 Don't hardcode the mapping from state (aka type) to face, but check
18037 the var cvs-fi-<type>-face instead.
18038 (cvs-fileinfo-from-entries): New function.
18039
18040 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18041 Docstring fix.
18042 (cvs-find-file-and-jump): Change default to be safer.
18043 (cvs-mode-diff-map): Define it as a function as well.
18044 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18045 Bind mouse-2 in this global map rather than with text-properties.
18046
18047 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18048 file to resolve the ambiguity between C(conflict) and C(need-merge).
18049
18050 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18051
18052 * international/mule.el (set-buffer-file-coding-system): If
18053 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18054 unconditionally.
18055
18056 2000-06-12 Dave Love <fx@gnu.org>
18057
18058 * wid-edit.el (widget-specify-button): Really suppress the face if
18059 required.
18060
18061 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18062
18063 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18064
18065 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18066
18067 * imenu.el (imenu-generic-expression): Docstring fix.
18068
18069 * composite.el (composition-function-table): Move the `put'
18070 below the autoload cookie so we can load the file before loaddefs.
18071
18072 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18073
18074 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18075 Handle easy-mmode-define-global-mode.
18076 For complex macros like define-minor-mode that can generate
18077 several autoload entries, try to autoload entries in the
18078 macroexpanded code.
18079
18080 * emacs-lisp/easy-mmode.el (define-minor-mode):
18081 If KEYMAP is a symbol, just use it.
18082 Use byte-compile-current-file and load-file-name to infer the
18083 proper :require to pass to defcustom.
18084 Wrap the hook var into `progn' so as not to autoload it.
18085 Add a :autoload-end cookie.
18086 Be more careful about the evaluation of KEYMAP.
18087 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18088 (define-derived-mode): Move define-abbrev-table outside of defvar.
18089
18090 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18091
18092 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18093 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18094 (backup-compiled-files): Ignore errors during `tar'.
18095 (bootstrap): Make autoloads before elc files.
18096
18097 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18098
18099 * international/mule.el (set-buffer-file-coding-system): If one of
18100 undecided-XXX is specified, change only EOL conversion.
18101
18102 * international/mule-conf.el (unix): New alias for the coding
18103 system undecided-unix.
18104
18105 2000-06-09 Dave Love <fx@gnu.org>
18106
18107 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18108
18109 * progmodes/executable.el: Byte compile dynamic.
18110 (executable-insert): Change custom type.
18111 (executable-find): Add autoload cookie.
18112 (executable-make-buffer-file-executable-if-script-p): New
18113 function. After Noah Friedman.
18114
18115 * files.el (after-save-hook): Customize, with
18116 executable-make-buffer-file-executable-if-script-p as an option.
18117
18118 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18119
18120 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18121 "tib24p-mule.bdf" for Tibetan.
18122
18123 * composite.el (decompose-composite-char): Declare it as obsolete.
18124
18125 * man.el (Man-fontify-manpage): Pay attention to underline and
18126 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18127
18128 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18129
18130 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18131 Set maintainer to FSF since author isn't reachable.
18132
18133 2000-06-08 Dave Love <fx@gnu.org>
18134
18135 * international/mule-cmds.el (select-safe-coding-system): If
18136 DEFAULT-CODING-SYSTEM is not specified, also check the most
18137 preferred coding-system if buffer-file-coding-system is
18138 `undecided'. From Handa.
18139
18140 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18141
18142 * international/mule.el
18143 (after-insert-file-set-buffer-file-coding-system): If the buffer
18144 size is greater than INSERTED, judget that we are not visiting.
18145
18146 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18147
18148 * whitespace.el (defgroup whitespace): Comment out `:version'.
18149 XEmacs 20.4 has problems defining the group with this present.
18150 We'll have this commented out till get resolve the problem.
18151
18152 2000-06-07 John Wiegley <johnw@gnu.org>
18153
18154 * align.el (align-dq-string-modes, align-sq-string-modes)
18155 (align-open-comment-modes): Add pyhton-mode.
18156 (align-rules-list): Use get-text-property instead of
18157 text-properties-at.
18158 (align-rules-list): Add python-assignment.
18159 (align-rules-list): Change perl-comma-delimiter to
18160 basic-comma-delimiter. Use if for Perl modes and python-mode.
18161 (align-rules-list): Add python-chain-logic and
18162 basic-line-continuation.
18163
18164 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18165
18166 * apropos.el (apropos-mode-hook): New user variable.
18167 (apropos-mode): Run apropos-mode-hook.
18168
18169 2000-06-07 David Ponce <david@dponce.com>
18170
18171 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18172 commands. Require `wid-edit' at run-time.
18173
18174 2000-06-07 David Ponce <david@dponce.com>
18175
18176 * recentf.el: Added some "Commentary".
18177 (recentf-open-more-files, recentf-edit-list): Minor changes to
18178 move the point at the top of the file list. This behaviour is
18179 consistent with the menu one when the list contains a lot of
18180 files.
18181 (recentf-cleanup): Now displays the number of items removed from
18182 the list.
18183 (recentf-relative-filter) New menu filter to show filenames
18184 relative to `default-directory'.
18185
18186 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18187
18188 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18189 with/without giving an error if PostScript printer doesn't have this
18190 kind of page size. Zebra Stripe continues or restarts on next page.
18191 Manual/automatic paper feeding. Switch or not the header.
18192 (ps-print-version): New version number (5.2.2).
18193 (ps-windows-system): Include emx as a Windows system.
18194 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18195 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18196 (ps-background-text): Code fix.
18197 (ps-error-handler-message, ps-user-defined-prologue)
18198 (ps-print-prologue-header, ps-printer-name)
18199 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18200 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18201 (ps-use-face-background): Customization fix.
18202 (ps-n-up-database): Data fix.
18203 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18204 (ps-switch-header): New vars.
18205 (ps-xemacs-color-name, ps-face-foreground-name)
18206 (ps-face-background-name, ps-boolean-constant): New funs.
18207
18208 2000-06-07 Dave Love <fx@gnu.org>
18209
18210 * allout.el: New version from Manheimer.
18211
18212 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18213
18214 * textmodes/fill.el (fill-find-break-point): Check the validity of
18215 charset.
18216
18217 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18218
18219 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18220 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18221 Call display-color-p and display-mouse-p instead of looking at
18222 window-system.
18223
18224 2000-06-06 Dave Love <fx@gnu.org>
18225
18226 * image.el (find-image): Doc fix. Return nil if image not found.
18227 (put-image, insert-image): Make STRING arg optional.
18228
18229 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18230
18231 * language/vietnamese.el: Remove eval-when-compile.
18232 (viet-viscii-nonascii-translation-table): Define it as a
18233 translation table made from viet-viscii-decode-table.
18234 (viet-viscii-encode-table): Define it as a translation table made
18235 from the reverse map of above.
18236 (viet-vscii-nonascii-translation-table): Define it as a
18237 translation table made from viet-vscii-decode-table.
18238 (viet-vscii-encode-table): Define it as a translation table made
18239 from the reverse map of above.
18240 (ccl-decode-viscii): Use translate-character.
18241 (ccl-encode-viscii, ccl-encode-viscii-font)
18242 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18243 Likewize.
18244
18245 * language/cyrillic.el: Remove eval-when-compile.
18246 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18247 translation table made from cyrillic-koi8-r-decode-table.
18248 (cyrillic-koi8-r-encode-table): Define it as a translation table
18249 made from the reverse map of above.
18250 (ccl-decode-koi8): Use translate-character.
18251 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18252 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18253 a translation table made from cyrillic-alternativnyj-decode-table.
18254 (cyrillic-alternativnyj-encode-table): Define it as a translation
18255 table made from the reverse map of above.
18256 (ccl-decode-alternativnyj): Use translate-character.
18257 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18258 Likewize
18259
18260 * international/mule-diag.el (non-iso-charset-alist): Specify
18261 translation table symbol instead of translation table itself.
18262 (list-block-of-chars): CHARSET may be a translation table symbol.
18263
18264 * international/mule.el (make-coding-system): If CODING-SYSTEM
18265 already exists, override it.
18266
18267 * international/fontset.el: Use family `proportional' for Tibetan
18268 fonts.
18269
18270 * international/ccl.el (ccl-compile-translate-character): Don't
18271 check if Rrr has property translation-table.
18272 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18273
18274 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18275
18276 * info.el: Bind case-fold-search to t when searching in case
18277 a user sets it to nil in a hook.
18278
18279 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18280
18281 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18282 * hl-line.el (hl-line-mode): Use the new :global key argument.
18283
18284 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18285 (tar-clip-time-string): Prepend a space.
18286 (tar-grind-file-mode): Construct a string rather than modifying one.
18287 (tar-header-block-summarize): Fix docstring.
18288 Use `format' rather than an error-prone set of copy-loops.
18289
18290 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18291 (diff-goto-source, diff-unified->context, diff-context->unified)
18292 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18293 understand the format output by the `-p' argument to diff.
18294
18295 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18296 (sh-re-done): Use defconst.
18297 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18298 (sh-help-string-for-variable, sh-guess-basic-offset):
18299 Don't quote lambdas.
18300 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18301 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18302
18303 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18304 (mh-letter-mode): Derive from text-mode.
18305 This implicitly means that it now calls kill-all-local-variables.
18306 Also remove the Emacs-18 compatibility code.
18307
18308 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18309 Make use of symbol-property doc-string-elt.
18310 Use memq rather than a sequence of eq.
18311 (doc-string-elt): Fix the wrong or missing previously unused values.
18312 (autoload-print-form): New function extracted from
18313 generate-file-autoloads to allow recursion when handling progn
18314 so that defvar's and defun's docstrings are properly printed.
18315 (generate-file-autoloads): Use it.
18316
18317 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18318 Use find-file-hooks in the minor-mode function.
18319 Be careful not to loop indefinitely in the post-command-hook function.
18320
18321 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18322
18323 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18324 tty's.
18325 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18326 differences whenever appropriate.
18327 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18328 * viper.el (find-file, find-file-other-window): Get viper to do
18329 wildcards.
18330
18331 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18332
18333 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18334 (jit-lock-fontify-buffer): New function for JIT refontification.
18335 (jit-lock-mode): Fix docstring.
18336 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18337 Remove jit-lock-after-change from the _local_ hook.
18338 (jit-lock-function-1): Fix docstring.
18339
18340 * info.el (Info-on-current-buffer): Initialize info.
18341
18342 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18343
18344 * progmodes/tcl.el (tcl-indent-for-comment):
18345 Ignore comment-indent-hook.
18346
18347 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18348 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18349 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18350 and improve to use the lighter to guess the capitalization.
18351 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18352 Add keyword arguments to specify global-ness or the custom group.
18353 Add local-map and help-echo properties to the lighter.
18354 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18355 (easy-mmode-define-global-mode): New macro.
18356
18357 2000-06-02 Dave Love <fx@gnu.org>
18358
18359 * wid-edit.el: byte-compile-dynamic since we typically don't use
18360 all the widgets. Don't require cl or widget. Remove
18361 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18362 (widget-read-event): Removed. Callers changed to use read-event.
18363 (widget-button-release-event-p): Renamed from
18364 button-release-event-p.
18365 (widget-field-add-space, widget-field-use-before-change):
18366 Uncustomize.
18367 (widget-specify-field): Use keymap property, not local-map.
18368 (widget-specify-button): Obey :suppress-face.
18369 (widget-specify-insert): Use modern backquote syntax.
18370 (widget-image-directory): Renamed from widget-glyph-directory.
18371 (widget-image-enable): Renamed from widget-glyph-enable.
18372 (widget-image-find): Replaces widget-glyph-find.
18373 (widget-button-pressed-face): Move defvar.
18374 (widget-image-insert): Replaces widget-glyph-insert.
18375 (widget-convert): Use keywordp.
18376 (widget-leave-text, widget-children-value-delete): Use mapc.
18377 (widget-keymap): Remove XEmacs stuff.
18378 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18379 (widget-button-click): Don't set point at the click, but re-centre
18380 if we scroll out of window. Rewritten for images v. glyphs &c.
18381 (widget-tabable-at): Use POS arg, not point.
18382 (widget-beginning-of-line, widget-end-of-line)
18383 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18384 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18385 (widget-default-create): Use widget-image-insert; some rewriting.
18386 (widget-visibility-value-create)
18387 (widget-push-button-value-create, widget-toggle-value-create): Use
18388 widget-image-insert.
18389 (checkbox): Create on and off images dynamically.
18390 (documentation-link): Change :help-echo.
18391 (widget-documentation-link-echo-help): Remove.
18392
18393 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18394
18395 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18396
18397 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18398 (easy-mmode-define-toggle, define-minor-mode): Use it.
18399 (easy-mmode-define-keymap): Docstring fix.
18400 (define-derived-mode): Default PARENT to fundamental-mode.
18401 Add the derived-mode-parent symbol-property.
18402 (easy-mmode-derived-mode-p): New function.
18403
18404 2000-06-02 Dave Love <fx@gnu.org>
18405
18406 * files.el (convert-standard-filename): Doc fix.
18407 (normal-backup-enable-predicate): New function.
18408 (backup-enable-predicate): Use it to replace the lambda form.
18409
18410 * calendar/todo-mode.el: [This needs more work on the outline
18411 stuff.] Doc fixes.
18412 (todo) <defgroup>: Add :version.
18413 (todo-add-category): Don't use pushnew.
18414 (todo-cmd-raise): Fix typo.
18415 (todo-top-priorities): Change temp buffer name.
18416 (todo-category-alist): Avoid redundant lambda.
18417 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18418 Use outline-next-heading.
18419
18420 * autoarg.el: Rewritten to use define-minor-mode.
18421 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18422 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18423
18424 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18425
18426 * isearch.el (isearch-other-meta-char): Fix previous change.
18427
18428 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18429
18430 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18431 (log-edit-done): Only add the comment to the ring if it's different
18432 from the last comment entered.
18433
18434 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18435
18436 2000-06-01 Dave Love <fx@gnu.org>
18437
18438 * hl-line.el: Rewritten using define-minor-mode.
18439
18440 * help.el (describe-function-1): Distinguish special form from
18441 builtin function. Sanity-check presence of arglist for builtins.
18442
18443 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18444
18445 * international/characters.el: Fix syntax/category setting of
18446 Tibetan characters.
18447
18448 * language/tibet-util.el (tibetan-add-components): Fixes for new
18449 encoding of Tibetan characters.
18450 (tibetan-decompose-precomposition-alist): New variable.
18451 (tibetan-decompose-region): Convert precomposed characters to
18452 non-precomposed characters.
18453 (tibetan-decompose-string): Likewise.
18454 (tibetan-composition-function): Fix args to
18455 thibetan-compose-string.
18456
18457 * language/tibetan.el (tibetan-composable-pattern): More
18458 characters included.
18459 (tibetan-consonant-transcription-alist): Rule for "R" added.
18460 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18461 "+R" added.
18462 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18463
18464 * language/lao-util.el (lao-composition-function): Fix args to
18465 compose-string.
18466
18467 * language/thai-util.el (thai-composition-function): Fix args to
18468 compose-string.
18469
18470 * isearch.el (isearch-update): Set disable-point-adjustment to t
18471 to prevent the point moving to the end of a composition when a
18472 part of a composition is searched.
18473 (isearch-other-meta-char): If the key invoking this command can be
18474 mapped by function-key-map to a printing char, call
18475 isearch-process-search-char directly.
18476
18477 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18478
18479 * emacs-lisp/bytecomp.el:
18480 * frame.el:
18481 * international/mule-cmds.el:
18482 * international/mule-util.el:
18483 * international/mule.el:
18484 * mouse.el:
18485 * subr.el:
18486 * faces.el: Update calls to make-obsolete with a WHEN argument.
18487
18488 * byte-run.el (make-obsolete, make-obsolete-variable):
18489 Add an optional WHEN argument and change the format of the
18490 symbol-property information.
18491 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18492 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18493 new obsolete-symbol-property format and print WHEN if it is provided.
18494
18495 2000-05-31 Dave Love <fx@gnu.org>
18496
18497 * loadhist.el (loadhist-hook-functions): Remove
18498 before-change-function, after-change-function.
18499 (unload-feature): Deal with symbols which are both bound and
18500 fbound.
18501
18502 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18503 before-change-function, after-change-function.
18504
18505 * simple.el (newline): Don't bind before-change-function,
18506 after-change-function.
18507
18508 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18509
18510 * whitespace.el (whitespace-rescan-timer-time): Update interval
18511 set to 600 seconds (10 minutes) instead of 60 seconds since
18512 a large number of whitespace buffers causes emacs to `freeze'
18513 for a considerable amount of time.
18514
18515 * whitespace.el: Updated email address
18516
18517 2000-05-31 Dave Love <fx@gnu.org>
18518
18519 * add-log.el (change-log-font-lock-keywords) <function>: Add
18520 pattern for function of change.
18521 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18522 acknowledgements patterns.
18523
18524 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18525
18526 * isearch.el (isearch-printing-char): If keyboard coding system is
18527 being used, call isearch-process-search-multibyte-characters.
18528
18529 * international/isearch-x.el: Mostly rewritten.
18530
18531 * international/quail.el (quail-start-conversion): Don't include
18532 unhandled events in the returned events, but set them in
18533 unread-command-events. Exit if all inputs are deleted.
18534
18535 2000-05-30 Jason Rumney <jasonr@gnu.org>
18536
18537 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18538
18539 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18540 Reenable code to create initial fontsets.
18541 Use set-fontset-font in place of put-charset-property.
18542
18543 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18544
18545 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18546 label, ensure that the first colon isn't followed by another.
18547
18548 * paths.el (Info-default-directory-list): Doc fix.
18549
18550 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18551 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18552 send a query containing USER only, not USER@HOST.
18553
18554 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18555 and rmail-msgend to compute the restriction at the end, instead of
18556 computing it.
18557
18558 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18559
18560 * dabbrev.el (dabbrev-expand): Don't display messages in the
18561 echo area if the minibuffer window is active.
18562
18563 * jit-lock.el (jit-lock-mode): Add after change function to
18564 local hook.
18565
18566 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18567
18568 * antlr-mode.el: New commands: hide/unhide actions,
18569 upcase/downcase literals.
18570 (antlr-tiny-action-length): New user option.
18571 (antlr-hide-actions): New command. Suggested by
18572 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18573 (antlr-mode-map): New binding [C-c C-v].
18574 (antlr-mode-menu): New entries.
18575 (antlr-downcase-literals): New command.
18576 (antlr-upcase-literals): Ditto.
18577
18578 * antlr-mode.el: Minor changes: indendation, mode-name.
18579 (antlr-indent-line): Indent cpp directive at column 0.
18580 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18581
18582 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18583 (antlr-font-lock-additional-keywords): Workaround for intentional
18584 bug in XEmacs version of font-lock.
18585 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18586 be used by a smarter version of `buffers-menu-grouping-function'.
18587
18588 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18589
18590 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18591 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18592
18593 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18594
18595 * international/encoded-kb.el
18596 (encoded-kbd-iso2022-designation-map): Pay attention to that
18597 charset-iso-final-char return -1 for eight-bit-control and
18598 eight-bit-graphic.
18599
18600 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18601
18602 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18603 (speedbar-easymenu-definition-base): Use display-graphic-p where
18604 available, instead of window-system.
18605
18606 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18607
18608 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18609 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18610 coding systems.
18611
18612 2000-05-26 Dave Love <fx@gnu.org>
18613
18614 * disp-table.el (standard-display-underline): Don't use
18615 internal-find-face.
18616
18617 * mail/reporter.el: Maintainer change. Doc fixes.
18618 (reporter-version): Deleted.
18619
18620 * emacs-lisp/elp.el: Maintainer change.
18621 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18622
18623 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18624
18625 * add-log.el (add-change-log-entry): Merge the current entry with the
18626 previous one if the previous one is empty.
18627
18628 2000-05-26 Dave Love <fx@gnu.org>
18629
18630 * loadhist.el (unload-feature): Fix interactive spec [from
18631 lijnzaad@ebi.ac.uk].
18632
18633 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18634 subr-arity to check primitives.
18635 (byte-compile-flush-pending, byte-compile-file-form-progn)
18636 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18637 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18638 mapcar.
18639
18640 2000-05-26 Kenichi Handa <handa@etl.go.jp>
18641
18642 * international/fontset.el: Set family names of non-latin charsets
18643 in default fontset to "*".
18644
18645 * international/mule-diag.el (print-fontset): Combine family part
18646 and registry part of the fontname by "-*-" instead of "-".
18647
18648 * international/mule-cmds.el (encode-coding-char): Make strings
18649 multibyte before calling encode-coding-string.
18650
18651 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
18652
18653 * derived.el: Fix keywords.
18654 (define-derived-mode): Only define if needed.
18655
18656 * simple.el (fill-comment, comment-column, comment-start)
18657 (comment-start-skip, comment-end, comment-indent-function)
18658 (block-comment-start, block-comment-end, indent-for-comment)
18659 (set-comment-column, kill-comment, comment-padding, comment-region)
18660 (comment-multi-line, indent-new-comment-line): Remove.
18661
18662 * bindings.el (esc-map): Change ; to comment-dwim and use the new
18663 function names for comment operations.
18664
18665 * newcomment.el: Add abundant autoload cookies.
18666 (comment-style): Don't depend on runtime data at compile-time.
18667 (comment-indent-hook): Remove.
18668 (comment-indent): Check if comment-indent-hook is bound.
18669 (comment-region): Docstring fix.
18670
18671 2000-05-25 Dave Love <fx@gnu.org>
18672
18673 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
18674 byte-code-function-p.
18675
18676 * mail/rmailsum.el: Add provide.
18677
18678 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
18679
18680 * smerge-mode.el (smerge-diff-switches): Don't use list* in
18681 defcustom.
18682
18683 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
18684
18685 * ediff-diff.el (ediff-exec-process): delete --binary option from
18686 non-buffer ediff jobs.
18687
18688 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18689
18690 * hilit-chg.el (highlight-changes-mode): Ask about color or
18691 grayscale support, not about window-system.
18692
18693 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
18694 window-system.
18695 (ffap-highlight): Always default to t.
18696
18697 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
18698 display-popup-menus-p instead of looking at window-system.
18699
18700 * disp-table.el (standard-display-g1, standard-display-graphic):
18701 Only refuse to use string glyphs on X and MS-Windows.
18702
18703 * avoid.el: Remove window-system from commentary, suggest to use
18704 display-*-p instead.
18705
18706 * apropos.el (apropos-print): Use display-mouse-p instead of
18707 window-system.
18708
18709 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18710
18711 * international/codepage.el (cp-decoding-vector-for-codepage):
18712 Fill up unsupported characters with their own codes. From Kenichi
18713 Handa.
18714
18715 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18716
18717 * international/mule-diag.el (describe-char-after): Use
18718 display-graphic-p instead of window-system, so that this function
18719 works on MS-DOS.
18720
18721 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18722
18723 * international/codepage.el (cp-make-coding-systems-for-codepage):
18724 Remove the eight-bit-graphic and eight-bit-control charsets from
18725 the list of charsets which we convert into `?'.
18726
18727 2000-05-25 Kenichi Handa <handa@etl.go.jp>
18728
18729 * international/mule-conf.el: Specify CHARSET-ID explicitely for
18730 private charsets.
18731 (mule-unicode-0100-24ff, japanese-jisx0213-1,
18732 japanese-jisx0213-2): New charsets.
18733
18734 * international/fontset.el: Setup default fontset for new charsets.
18735
18736 2000-05-24 Dave Love <fx@gnu.org>
18737
18738 * info.el (Info-find-node-2): Restructure [following "Vadim
18739 S. Solomin" <sovs@uic.nnov.ru>].
18740
18741 * icomplete.el: Fix header for Finder.
18742
18743 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
18744
18745 * rmailout.el (rmail-output-to-rmail-file): Added optional param
18746 STAY.
18747
18748 * rmail.el (rmail-automatic-folder-directives): New user variable.
18749 (rmail-show-message): Add call to `rmail-auto-file' during
18750 display.
18751 (rmail-auto-file): New function.
18752
18753 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18754
18755 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
18756 account.
18757 (ediff-test-utility,ediff-diff-mandatory-option)
18758 (ediff-reset-diff-options): Utilities for proper initialization of
18759 ediff-diff-options and ediff-diff3-options on Windows.
18760
18761 * ediff-init.el (ediff-merge-filename-prefix): New customizable
18762 variable.
18763
18764 * ediff-mult.el (ediff-filegroup-action): Use
18765 ediff-merge-filename-prefix.
18766
18767 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18768
18769 * viper-ex.el (ex-write): Set selective display to nil.
18770
18771 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18772
18773 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
18774 aliases for hebrew-iso-8bit.
18775
18776 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18777
18778 * woman.el: New version from Francis J. Wright
18779 <F.J.Wright@Maths.QMW.ac.uk>.
18780 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
18781 names in environment variables regardless of the path separator.
18782 (woman-topic-all-completions-1): Don't call file-name-directory-p
18783 on all files, since woman-file-regexp already filters out any
18784 directories.
18785
18786 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18787
18788 * international/quail.el (quail-start-translation): Don't change
18789 modified-p of the current buffer.
18790 (quail-start-conversion): Likewise.
18791
18792 * international/kkc.el (kkc-region): Don't change modified-p of
18793 the current buffer.
18794
18795 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
18796 conform to RFC1468.
18797 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
18798
18799 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
18800
18801 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
18802 (speedbar-insert-button): Invisible text property fix.
18803 (speedbar-directory-plus): Renamed from speedbar-directory-+
18804 (speedbar-directory-minus): Renamed from speedbar-directory--
18805 (speedbar-page-plus): Renamed from speedbar-file-+
18806 (speedbar-page-minus): Renamed from speedbar-file--
18807 (speedbar-page): Renamed from speedbar-file-
18808 (speedbar-tag): Renamed from speedbar-tag-
18809 (speedbar-tag-plus): Renamed from speedbar-tag-+
18810 (speedbar-tag-minus): Renamed from speedbar-tag--
18811 (speedbar-expand-image-button-alist): Use above renames.
18812
18813 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
18814 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
18815 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
18816 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
18817 * sb-pg.xpm: Renamed from sb-file.xpm
18818 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
18819 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
18820
18821 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18822
18823 * international/quail.el (quail-show-guidance-buf): Set
18824 current-input-method of the guidance buffer to the name of the
18825 curren input method.
18826
18827 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
18828
18829 * progmodes/compile.el (compile-internal): Style typo.
18830
18831 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
18832 quote vars and functions in the docstring.
18833
18834 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
18835
18836 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
18837 Don't quote lambdas.
18838
18839 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
18840
18841 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18842
18843 * startup.el (command-line): Determine source file of compiled
18844 user init file differently. Warn if compiled user init file
18845 is older than its source file.
18846
18847 * ffap.el (ffap-url-regexp): Add `https'.
18848
18849 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
18850
18851 * files.el (make-backup-file-name-1): Replace slashes with `!'
18852 rather than `|' (which is not allowed on Windows). Replace the
18853 drive letters with a string "drive_X".
18854
18855 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18856
18857 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
18858
18859 * files.el (interpreter-mode-alist): Add `bash2'.
18860
18861 2000-05-22 Dave Love <fx@gnu.org>
18862
18863 * loadhist.el (feature-symbols, file-provides, file-requires): Use
18864 mapc.
18865 (feature-file): Avoid calling symbol-name. Doc fix.
18866 (file-set-intersect, file-dependents): Use dolist, not mapcar.
18867 (loadhist-hook-functions): Add mouse-position-function.
18868 (unload-feature): Change uses of mapcar.
18869
18870 * files.el (parse-colon-path): Doc fix.
18871 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
18872 (set-auto-mode): Use mapc.
18873
18874 * complete.el (PC-look-for-include-file): Use :alnum: character
18875 class.
18876 (partial-completion-mode): Add autoload cookie.
18877
18878 2000-05-22 Sam Steingold <sds@gnu.org>
18879
18880 * info.el (Info-fontify-node): Fixed the call to
18881 `add-text-properties' (bug introduced on 2000-05-18).
18882
18883 2000-05-22 Dave Love <fx@gnu.org>
18884
18885 * bindings.el: Remove debug-ignored-errors set in other files.
18886
18887 * progmodes/etags.el: Add to debug-ignored-errors.
18888 (visit-tags-table-buffer): Clear out buffers holding old tables
18889 when making a new list.
18890 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
18891 mapc.
18892
18893 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
18894 quote keywords.
18895 (cmpl-string-case-type): Use character classes.
18896
18897 * comint.el:
18898 * textmodes/ispell.el:
18899 * imenu.el:
18900 * mail/mh-e.el:
18901 * progmodes/compile.el: Add to debug-ignored-errors.
18902
18903 * dabbrev.el: Add to debug-ignored-errors.
18904 (dabbrev-completion): Use mapc.
18905
18906 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
18907
18908 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
18909 (woman-mapcan, woman-parse-man.conf)
18910 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
18911 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
18912 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
18913 path syntax better.
18914 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
18915 (woman-manpath): Call woman-parse-man.conf.
18916 (woman-emulation): New defcustom, defaults to nroff.
18917 (woman-font-support): New defconst.
18918 (woman-use-symbol-font): New defcustom.
18919 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
18920 "Emulation".
18921 Many functions: Doc fix.
18922
18923 2000-05-22 Kenichi Handa <handa@etl.go.jp>
18924
18925 * international/quail.el (quail-simple-translation-keymap): Map
18926 128..255 to quail-self-insert-command.
18927 (quail-keyboard-layout-alist): Add definition for "pc102-de".
18928
18929 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
18930
18931 * help.el (help-manyarg-func-alist): Typo.
18932
18933 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
18934 intervals which makes it heaps simpler.
18935
18936 * newcomment.el (comment-region-internal): Go back to BEG after quoting
18937 the nested comment markers.
18938
18939 * subr.el (remove-hook): Don't turn the hook's value into a list.
18940
18941 2000-05-21 Dave Love <fx@gnu.org>
18942
18943 * edmacro.el (edmacro-parse-keys): Return vector if any elements
18944 are invalid characters.
18945
18946 * international/mule-util.el (detect-coding-with-priority): Use
18947 mapc. Remove redundant lambda.
18948
18949 * international/mule-diag.el (list-non-iso-charset-chars)
18950 (describe-fontset): Remove redundant lambda.
18951
18952 * emulation/crisp.el (brief-mode): New alias.
18953
18954 * emacs-lisp/ring.el (ring-elements): New function.
18955
18956 * emacs-lisp/easymenu.el (easy-menu-create-menu)
18957 (easy-menu-do-add-item): Use keywordp.
18958
18959 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
18960
18961 * replace.el: Doc and error message fixes.
18962 (replace-highlight): Use facep, not internal-find-face.
18963
18964 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
18965
18966 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
18967
18968 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
18969 (log-edit-insert-changelog): Drop `:' as well.
18970
18971 * log-view.el: Fix file description.
18972 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
18973 available.
18974 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
18975 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
18976
18977 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
18978 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
18979 Print a status message if the toggle is called interactively.
18980 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
18981 for global minor modes and use `defcustom' for them.
18982 Use add-minor-mode.
18983 (easy-mmode-define-derived-mode): Remove.
18984 (define-derived-mode): Fancier default docstring.
18985 (easy-mmode-define-navigation): Signal an error rather than (ding).
18986
18987 * newcomment.el (comment-styles): New `box-multi'.
18988 (comment-normalize-vars): Better default for comment-continue to
18989 avoid whitespace-only continuations.
18990 (comment-search-forward): Always move even in the no-syntax case.
18991 (comment-padright): Only obey N if it's only obeyed for padleft.
18992 (comment-make-extra-lines): Better handling of empty continuations.
18993 Use `=' for the filler if comment-start has only one character.
18994 (uncomment-region): Try handling the special `=' filler.
18995 (comment-region): Allow LINES even if MULTI is nil.
18996 (comment-box): Choose box style based on comment-style.
18997
18998 2000-05-20 Kenichi Handa <handa@etl.go.jp>
18999
19000 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19001 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19002
19003 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19004
19005 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19006 and insert, not subst-char-in-region.
19007
19008 * international/mule-diag.el (list-character-sets-1): Handle
19009 charsets eight-bit-control and eight-bit-graphic.
19010 (list-iso-charset-chars): Likewise.
19011 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19012 charactes as is. Use indent-to to align characters.
19013
19014 * international/mule-cmds.el (find-multibyte-characters): Never
19015 exclude charsets eight-bit-control and eight-bit-graphic.
19016
19017 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19018
19019 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19020 Don't quote lambdas.
19021
19022 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19023
19024 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19025
19026 * gud.el (gud-jdb-directories): Doc fix.
19027
19028 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19029
19030 * newcomment.el: New file.
19031
19032 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19033
19034 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19035
19036 2000-05-18 Andreas Schwab <schwab@suse.de>
19037
19038 * dired.el (dired-between-files): Also skip lines beginning with
19039 `used'.
19040
19041 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19042
19043 * msb.el (msb-menu-cond): Add choice `user'.
19044
19045 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19046
19047 * ps-print.el: Compatibility, customization and doc fix.
19048 (ps-printer-name-option): Replace defconst by defvar.
19049 (ps-postscript-code-directory): XEmacs compatibility.
19050 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19051 fix.
19052 (ps-user-defined-prologue, ps-print-prologue-header)
19053 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19054 compatibility and code fix.
19055 (ps-print-background-image, ps-print-background-text):
19056 Customization fix.
19057 (ps-line-number-start, ps-n-up-on): New vars.
19058
19059 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19060
19061 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19062 the indent-comment function to just return the appropriate indent.
19063
19064 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19065
19066 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19067 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19068 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19069
19070 2000-05-18 Dave Love <fx@gnu.org>
19071
19072 * info.el (Info-fontify-node): Add intangible property as well as
19073 invisible.
19074
19075 * calendar/appt.el (appt-make-list): Match all lines of entry.
19076 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19077
19078 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19079
19080 * international/mule-diag.el (describe-char-after): Call
19081 internal-char-font, not char-font. If internal-char-font returns
19082 nil, display "-- none --".
19083
19084 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19085
19086 * image.el (image-type-available-p): Don't reference image-types
19087 if it isn't bound.
19088
19089 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19090
19091 * autoarg.el (autoarg-mode): Typo in the :set argument.
19092
19093 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19094
19095 * startup.el (command-line-1): Don't signal an error if the
19096 directory for auto-save-list files does not yet exist.
19097
19098 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19099
19100 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19101
19102 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19103
19104 * subr.el (remove-hook): `setq' hook-value, not `set'.
19105
19106 2000-05-16 Sam Steingold <sds@gnu.org>
19107
19108 * info.el (debug-ignored-errors): More errors to ignore.
19109
19110 2000-05-16 Dave Love <fx@gnu.org>
19111
19112 * cus-edit.el: Don't require cl or easymenu.
19113 (custom-variable-prompt): Test standard-value property, not
19114 user-variable-p.
19115
19116 2000-05-16 Sam Steingold <sds@gnu.org>
19117
19118 * subr.el (add-hook): `setq' hook-value, not `set'.
19119
19120 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19121
19122 * startup.el (command-line-1): Mention the FAQ in the startup
19123 message.
19124
19125 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19126
19127 * progmodes/compile.el (compilation-parse-errors): Collect
19128 `nomessage' regexps last.
19129
19130 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19131
19132 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19133 to the function name.
19134
19135 2000-05-15 Dave Love <fx@gnu.org>
19136
19137 * speedbar.el (speedbar-recenter): Typo.
19138 (speedbar-expand-line): Make arg optional.
19139 (speedbar-mode): Avoid a compiler warning.
19140
19141 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19142
19143 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19144 user-specified option string is empty.
19145
19146 * mouse.el (mouse-yank-at-click): Doc fix.
19147
19148 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19149
19150 * term/internal.el (IT-character-translations): More updates of
19151 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19152 documents.
19153
19154 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19155
19156 * env.el (getenv): New function, interactively callable.
19157 (setenv, getenv): Remove autoload cookies.
19158
19159 * loadup.el: Load `env'.
19160
19161 * progmodes/f90.el: Change author's mail address.
19162
19163 2000-05-14 Dave Love <fx@gnu.org>
19164
19165 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19166 goto-addr as an option.
19167
19168 * help.el (help-xref-stack): Doc fix.
19169 (help-xref-following): New variable.
19170 (help-make-xrefs): Use it.
19171 (help-xref-go-back): Use position information from stack element.
19172 (help-follow): Make position in stack element a pair. Use
19173 help-xref-following.
19174
19175 * autoarg.el: New file.
19176
19177 * faces.el: Declare more functions obsolete.
19178
19179 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19180 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19181 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19182 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19183 Remove all the setup-...-environment functions.
19184
19185 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19186
19187 * speedbar.el: Updated the commentary section. xemacs20p now uses
19188 >= when detecting. Require `defimage' safely.
19189 (speedbar-easymenu-definition-base): Add toggle for images.
19190 (speedbar-easymenu-definition-special): Add flush cache & expand.
19191 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19192 (speedbar-reconfigure-keymaps-hook): New variable.
19193 (speedbar-frame-parameters): Updated documentation.
19194 (speedbar-use-imenu-flag): Updated custom tag
19195 (speedbar-dynamic-tags-function-list): New variable.
19196 (speedbar-tag-hierarchy-method): Updated doc & custom.
19197 (speedbar-indentation-width, speedbar-indentation-width) New
19198 variables.
19199 (speedbar-hide-button-brackets-flag): Customizable.
19200 (speedbar-vc-indicator): Doc update.
19201 (speedbar-ignored-path-expressions): Updated default value.
19202 (speedbar-supported-extension-expressions): Updated default value.
19203 (speedbar-syntax-table): Remove {} paren status.
19204 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19205 as "+". Added overlay aliases.
19206 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19207 `force-mode-line-update'.
19208 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19209 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19210 `mouse-set-point'
19211 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19212 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19213 of arbitrary text, and new helper functions.
19214 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19215 filename finder.
19216 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19217 (speedbar-directory-buttons): Update path search/expansion.
19218 (speedbar-make-tag-line): Pay attention to
19219 `speedbar-indentation-width'. Use more care w/ invisible
19220 properties.
19221 (speedbar-change-expand-button-char): Call
19222 `speedbar-insert-image-button-maybe'.
19223 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19224 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19225 (speedbar-trim-words-tag-hierarchy)
19226 (speedbar-simple-group-tag-hierarchy): New functions
19227 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19228 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19229 functions.
19230 (speedbar-mouse-set-point): New function
19231 (speedbar-power-click): Updated documentation.
19232 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19233 of tag prefix text.
19234 (speedbar-expand-line, speedbar-contract-line): Make more robust
19235 to strange text.
19236 (speedbar-expand-line): Takes universal argument to flush the
19237 cache.
19238 (speedbar-flush-expand-line): New function.
19239 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19240 Use new generator insertion method.
19241 (speedbar-fetch-dynamic-tags): New function.
19242 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19243 `speedbar-fetch-dynamic-imenu'.
19244 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19245 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19246 "Revert Buffer" menu items.
19247 (speedbar-buffer-buttons-engine): Be smarter when creating a
19248 filename tag (for expansion purposes.).
19249 (speedbar-highlight-one-tag-line,
19250 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19251 (speedbar-recenter): New functions.
19252 (defimage-speedbar): Image loading abstraction.
19253 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19254 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19255 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19256 (speedbar-tag-type, speedbar-tag-mail): New images.
19257 (speedbar-expand-image-button-alist): New variable.
19258 (speedbar-insert-image-button-maybe): Insert an image over some
19259 buttons.
19260
19261 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19262
19263 * international/mule-cmds.el (encode-coding-char): An ASCII
19264 character is always encodable.
19265
19266 * international/mule-conf.el: Add more information in descriptions
19267 of character sets.
19268
19269 * international/mule-diag.el (describe-char-after): New function.
19270 (describe-font-internal): Adjusted for the change of font-info.
19271 (describe-font): Likewise.
19272 (print-fontset): Rewritten for the new fontset implementation.
19273 (describe-fontset): Include fontset alias names in completion.
19274 (list-fontsets): Adjusted for the change of print-fontset.
19275
19276 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19277 describe-char-after instead of displaying the detail in the echo
19278 area.
19279 (syntax-code-table): Format changed.
19280 (string-to-syntax): Adjusted for the above change.
19281
19282 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19283
19284 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19285
19286 2000-05-12 Dave Love <fx@gnu.org>
19287
19288 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19289 dependence. Use line-{beginning,end}-position, not
19290 point-at{b,e}ol. Some doc fixes.
19291 (todo-position): New function. Fix callers of position to use it.
19292 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19293
19294 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19295
19296 * time.el (display-time-mail-icon): Use `:ascent center'.
19297
19298 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19299 handling FTP security extensions.
19300
19301 2000-05-11 Dave Love <fx@gnu.org>
19302
19303 * calendar/todo-mode.el: New file.
19304
19305 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19306
19307 * comint.el (comint-read-input-ring): Move reference to
19308 comint-input-ring-size outside of the save-excursion. It was
19309 causing the default value to be the only one ever seen.
19310
19311 * font-lock.el: Update copyright. Remove Simon Marshall's email
19312 address on request from him.
19313
19314 * subr.el (substitute-key-definition): Add comment describing
19315 the meaning of PREFIX.
19316
19317 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19318
19319 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19320
19321 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19322 (add-minor-mode): Don't make the variable buffer-local and add a
19323 reference to define-minor-mode in the docstring.
19324
19325 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19326 HEADER/FOOTER and fix bug with trailing empty directory.
19327 (cvs-append-to-ignore): Use vc-editable-p if available.
19328 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19329 (vc-do-command): Tweak advice to handle the new VC.
19330
19331 * log-view.el (log-view-goto-rev): New function for the new VC.
19332 (log-view-minor-wrap): Use mark-active.
19333
19334 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19335 (log-edit-changelog-full-paragraphs): New var.
19336 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19337 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19338 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19339 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19340 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19341 Replace the `cvs' prefix with `log-edit'.
19342
19343 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19344
19345 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19346 (diff-font-lock-defaults): Explicitly turn off multiline.
19347 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19348 (diff-ediff-patch): Fix call to ediff-patch-file.
19349 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19350 Handle comments.
19351
19352 * frame.el (automatic-hscrolling): Typo.
19353
19354 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19355
19356 2000-05-09 Sam Steingold <sds@goems.com>
19357
19358 * apropos.el (apropos-print): use `describe-face' instead of
19359 `customize-face-other-window'.
19360
19361 2000-05-09 Dave Love <fx@gnu.org>
19362
19363 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19364
19365 * help.el (describe-variable): Have customize button pop the
19366 help-xref stack when invoked.
19367 (help-xref-symbol-regexp): Add `face'.
19368 (help-make-xrefs): Check for quoted face names and adapt regexp
19369 submatch numbers to cope.
19370 (help-xref-interned): Maybe insert face doc too. Separate
19371 sections with a line of hyphens.
19372
19373 * faces.el: Some doc fixes. Declare some functions obsolete.
19374 (describe-face): Add customize button. Return the help
19375 text. Fix prompt.
19376
19377 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19378
19379 * term/internal.el (IT-character-translations): Fix last change.
19380
19381 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19382
19383 * woman.el: New file
19384 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19385
19386 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19387
19388 * term/internal.el (IT-character-translations): Update ASCII
19389 simulations for greek-iso8859-7, add latin-iso8859-14 and
19390 latin-iso8859-15.
19391
19392 * international/mule-cmds.el (set-language-info-alist): Call
19393 define-prefix-command with 3 arguments, to make the map suitable
19394 for a menu.
19395
19396 2000-05-07 Dave Love <fx@gnu.org>
19397
19398 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19399
19400 2000-05-05 Dave Love <fx@gnu.org>
19401
19402 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19403 list in doc string. Don't quote keyword symbols.
19404 * emacs-lisp/cl.el: Likewise
19405 * emacs-lisp/cl-seq.el: Likewise
19406
19407 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19408
19409 * abbrev.el (abbrev-mode): Make ARG optional.
19410
19411 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19412
19413 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19414
19415 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19416
19417 * subr.el (substitute-key-definition): Clarify documentation.
19418
19419 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19420
19421 * glasses.el (glasses-convert-to-unreadable): Use
19422 `glasses-separator' instead of the hard-wired "_".
19423 (glasses-mode): Call `glasses-make-unreadable' only in a single
19424 place.
19425
19426 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19427
19428 * term/internal.el (cjk-codepages-alist): Add associations for
19429 Chinese and Korean codepages. Remove FIXME comment.
19430
19431 2000-05-03 Dave Love <fx@gnu.org>
19432
19433 * time.el (display-time-mail-face, display-time-use-mail-icon):
19434 New option.
19435 (display-time-mail-icon): New variable.
19436 (display-time-string-forms): Use the above. Fix the local-map.
19437
19438 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19439
19440 * replace.el (query-replace-map): Add binding for `E'.
19441 (query-replace-help): Extend help text.
19442 (perform-replace): Allow editing the replacement string.
19443
19444 * make-mode.el (makefile-mode-abbrev-table): New variable.
19445 (makefile-mode): Set local abbrev table to
19446 makefile-mode-abbrev-table.
19447 (makefile-font-lock-keywords): Fontify includes and conditionals.
19448
19449 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19450 set TOGGLE's value.
19451
19452 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19453 mail-interactive-insert-alias.
19454 (mail-abbrev-complete-alias): New command.
19455 (mail-mode-map): Bind it to `M-TAB'.
19456
19457 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19458
19459 * language/lao-util.el (lao-compose-region): New function.
19460
19461 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19462
19463 * files.el (recover-session): Make directories as necessary
19464 if they don't exist yet.
19465
19466 * calendar/cal-french.el
19467 (french-calendar-multibyte-special-days-array)
19468 (french-calendar-special-days-array): Change French text.
19469 (calendar-french-date-string): Change output.
19470 (calendar-goto-french-date): Likewise.
19471
19472 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19473
19474 * wid-edit.el (widget-default-active): Obey `:always-active'.
19475 (widget-documentation-string-value-create): Set `:always-active'.
19476
19477 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19478
19479 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19480 default prefix to `~/_emacs.d/auto-save.list/_s'.
19481 (normal-top-level): Create the directory for auto-save files, if
19482 it doesn't already exist (in the ms-dos case only).
19483
19484 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19485
19486 * international/mule-cmds.el (set-language-environment): Don't
19487 concat an integer (dos-codepage), use format instead.
19488
19489 2000-05-02 Dave Love <fx@gnu.org>
19490
19491 * help.el (help-xref-on-pp): Check for constant symbols.
19492
19493 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19494
19495 * startup.el (normal-top-level): Put a condition-case around
19496 the code loading subdirs.el.
19497
19498 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19499
19500 * ps-print.el: Upside-down and face background color printing,
19501 line number step, doc fix.
19502 (ps-print-version): New version number (5.2).
19503 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19504 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19505 (ps-spool-config): Var fix.
19506 (ps-printer-name-option): Const fix.
19507 (ps-print-upside-down, ps-use-face-background)
19508 (ps-line-number-step): New vars.
19509 (ps-window-system, ps-lp-system): New consts.
19510 (ps-face-background): New fun.
19511
19512 2000-04-28 Richard Stallman <rms@gnu.org>
19513
19514 * files.el (make-auto-save-file-name):
19515 Apply auto-save-file-name-transforms to visited file name
19516 before generating auto save file name.
19517 (auto-save-file-name-transforms): New variable.
19518
19519 * files.el (backup-enable-predicate):
19520 Correctly test for a file under a temporary directory.
19521
19522 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19523
19524 * subr.el (add-minor-mode): Rewritten.
19525
19526 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19527
19528 * mail/sendmail.el (sendmail-send-it): Set
19529 buffer-file-coding-system to the selected coding system for MIME
19530 header.
19531
19532 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19533
19534 * dired.el (dired-move-to-filename-regexp): Allow format where
19535 YYYY is followed by two spaces.
19536
19537 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19538 in the second character class of the regexp.
19539
19540 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19541 mh-etc, too.
19542
19543 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19544 nil.
19545
19546 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19547
19548 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19549 argument.
19550
19551 2000-04-27 Sen Nagata <sen@eccosys.com>
19552
19553 * emacs-lisp/crm.el (crm-completion-table): New variable.
19554 (crm-collection-fn, crm-test-completion)
19555 (completing-read-multiple): Use it.
19556
19557 2000-04-27 Dave Love <fx@gnu.org>
19558
19559 * help.el (locate-library): Use mapc.
19560 (help-manyarg-func-alist): Add call-process-region.
19561
19562 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19563
19564 * subr.el (add-minor-mode): Make argument MAP optional.
19565
19566 * desktop.el (desktop-save): Save list of minor modes.
19567 (desktop-create-buffer): Restore minor modes.
19568 (desktop-minor-mode-table): New user-option.
19569
19570 * subr.el (add-minor-mode): New function.
19571
19572 * image.el (find-image): New function.
19573 (defimage): Rewritten to find image at load time.
19574
19575 * startup.el (normal-top-level-add-to-load-path): Handle
19576 case that the default directory is not in load-path.
19577
19578 * help.el: Old patch from Stefan Monnier.
19579 (help-xref-on-pp): New function.
19580 (describe-variable): Use it to display xrefs in a symbol's value.
19581
19582 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19583
19584 * cus-edit.el (custom-face): Fix parenthesis.
19585
19586 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19587
19588 * mail/rmail.el (rmail-expunge): When there are no deleted
19589 messages, do nothing.
19590
19591 2000-04-26 Dave Love <fx@gnu.org>
19592
19593 * international/mule-cmds.el (locale-translation-file-name):
19594 Defvar to nil.
19595 (set-locale-environment): Set it here (at runtime).
19596
19597 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19598
19599 * replace.el (perform-replace): Add parameters START and END. Use
19600 them instead of the check for a region in Transient Mark mode.
19601 (query-replace-read-args): Return two more list elements for the
19602 start and end of the region in Transient Mark mode.
19603 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19604 (map-query-replace-regexp, replace-string, replace-regexp): Add
19605 optional last arguments START and END and pass them to
19606 perform-replace.
19607
19608 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19609 form with additional arguments for perform-replace.
19610
19611 * progmodes/etags.el (tags-query-replace): Add parameters START
19612 and END. Construct a form with additional arguments for
19613 perform-replace.
19614
19615 * simple.el (shell-command): Set default directory for "*Shell
19616 Command Output" buffer.
19617
19618 * language/european.el (iso-latin-4): Fix typo.
19619
19620 * emacs-lisp/crm.el: New file.
19621
19622 2000-04-24 Dave Love <fx@gnu.org>
19623
19624 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19625 (Custom-reset-saved, Custom-reset-standard)
19626 (custom-group-value-create, custom-group-set, custom-group-save)
19627 (custom-group-reset-current, custom-group-reset-saved)
19628 (custom-group-reset-standard): Use mapc.
19629 (custom-buffer-create-internal): Disable undo when creating items.
19630 Use mapc.
19631 (custom-face): Avoid redundant lambda.
19632
19633 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19634
19635 * startup.el (auto-save-list-file-prefix): Set default to
19636 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19637
19638 2000-04-24 Sam Steingold <sds@gnu.org>
19639
19640 * time-stamp.el (time-stamp-string-preprocess): Always convert
19641 `field-result' to a string.
19642
19643 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19644
19645 * frame.el (scrolling): New group.
19646 (automatic-hscrolling): New user-option.
19647
19648 * startup.el (command-line-x-option-alist): Add `-lsp' and
19649 `--line-spacing'.
19650
19651 2000-04-19 Dave Love <fx@gnu.org>
19652
19653 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
19654 (cl-mapc): Rename from mapc. Fix the funcall.
19655
19656 2000-04-19 Gerd Moellmann <gerd@gnu.org>
19657
19658 * simple.el (clone-indirect-buffer-other-window): New command.
19659 (clone-indirect-buffer): Add optional arg NORECROD.
19660 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
19661
19662 * help.el (resize-temp-buffer-window): Use count-screen-lines.
19663
19664 * window.el (count-screen-lines): New function.
19665 (shrink-window-if-larger-than-buffer): Use count-screen-lines
19666 instead of window-buffer-height.
19667
19668 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
19669 non-existing variable comint-input-sentinel.
19670 (inferior-lisp-args-to-list): Removed.
19671 (inferior-lisp): Use split-string instead of
19672 inferior-lisp-args-to-list.
19673
19674 * hexl.el (hexl-insert-hex-string): New command.
19675
19676 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
19677 instead of concat.
19678
19679 2000-04-18 Gerd Moellmann <gerd@gnu.org>
19680
19681 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
19682 at the start of an existing but empty folder.
19683
19684 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19685
19686 * ps-mule.el: Customization fix, doc fix.
19687 (ps-multibyte-buffer): Customization fix.
19688
19689 2000-04-17 Richard M. Stallman <rms@gnu.org>
19690
19691 * subr.el (read-passwd): Use read-char-exclusive.
19692
19693 2000-04-17 Gerd Moellmann <gerd@gnu.org>
19694
19695 * textmodes/texinfo.el (texinfo-insert-@email)
19696 (texinfo-insert-@emph, texinfo-insert-@quotation)
19697 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
19698 (texinfo-mode-map): Add key bindings for them.
19699
19700 * files.el (basic-save-buffer-2): Use a template with `$'
19701 instead of `#' for VMS.
19702
19703 * simple.el (clone-indirect-buffer): New function.
19704
19705 2000-04-16 Stephen Eglen <stephen@gnu.org>
19706
19707 * iswitchb.el (iswitchb-case): New function. If the user input
19708 contains any upper-case characters, the search is made
19709 case-sensitive.
19710
19711 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
19712
19713 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
19714 comment-end.
19715 (texinfo-font-lock-syntactic-keywords): New var.
19716 (texinfo-font-lock-keywords): Remove comment regexp.
19717 (texinfo-insert-block): New function.
19718 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
19719 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
19720 and font-lock-defaults. Use regexp-opt for outline-regexp.
19721 (texinfo-environments): New var.
19722 (texinfo-environment-regexp): Use regexp-opt and
19723 texinfo-environments.
19724
19725 * textmodes/ispell.el (ispell-menu-map-needed): Check that
19726 ispell-process is bound since this might be eval'd before ispell
19727 is loaded.
19728 (ispell-message): Use a tiny bit less magic and a bit more hard
19729 data to figure out what kind of sc-cite-regexp to use.
19730
19731 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
19732
19733 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
19734 (insert-cyclic-diary-entry): Unquote the lambda.
19735
19736 * gud.el (gud-jdb-build-source-files-list): Fix typo.
19737
19738 * files.el (backup-enable-predicate): Unquote the lambda.
19739
19740 * cus-edit.el (custom-face, face): Unquote the lambda.
19741
19742 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19743
19744 * ps-print.el: Check for line-beginning-position definition.
19745
19746 * ps-print.el: Fix counting lines in a region.
19747 (ps-print-version): New version number (5.1.5).
19748 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
19749 (ps-printing-region): Fun code fix.
19750
19751 2000-04-15 Gerd Moellmann <gerd@gnu.org>
19752
19753 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
19754 to file-directory-p.
19755
19756 2000-04-14 Gerd Moellmann <gerd@gnu.org>
19757
19758 * gud.el (gud-jdb-build-source-files-list): Check that directory
19759 exists before calling directory-files.
19760
19761 2000-04-13 Dave Love <fx@gnu.org>
19762
19763 * emacs-lisp/trace.el: Change maintainer. Use new backquote
19764 syntax.
19765
19766 * emacs-lisp/cl-specs.el: Remove when, unless.
19767
19768 * emacs-lisp/cl-extra.el: Don't quote keywords.
19769 (cl-old-mapc): New variable.
19770 (mapc): Use it.
19771 (cl-map-intervals): Use with-current-buffer. Don't check for
19772 next-property-change.
19773 (cl-map-overlays): Use with-current-buffer.
19774 (cl-expt): Remove.
19775 (copy-tree, remprop): Define unconditionally.
19776
19777 * emacs-lisp/cl-compat.el (keywordp): Remove.
19778
19779 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
19780 to use keywordp.
19781 (edebug-spec): Enable keywordp.
19782
19783 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
19784 string-lessp.
19785
19786 * cus-start.el: Use keywordp.
19787
19788 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19789
19790 * diary-lib.el (include-other-diary-files): Fix the fix of
19791 2000-02-18 by doing a save-excursion.
19792
19793 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19794
19795 * ps-print.el: Customization fix, doc fix.
19796 (ps-print-version): New version number (5.1.4).
19797 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
19798 (ps-print-preprint): Adjust code.
19799 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
19800 (ps-print-prologue-header, ps-print-control-characters)
19801 (ps-spool-config): Customization fix.
19802
19803 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
19804
19805 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
19806 converted to the new menu-item format, names silightly changed,
19807 help strings added.
19808
19809 Support for spelling without async subprocesses:
19810
19811 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
19812 (ispell-session-buffer): New variables.
19813 (ispell-start-process, ispell-process-status,
19814 ispell-accept-output, ispell-send-string): New functions, for
19815 Ispell invocation when async subprocesses aren't supported.
19816 (ispell-word, ispell-pdict-save, ispell-command-loop,
19817 ispell-process-line, ispell-buffer-local-parsing): Replace calls
19818 to process-send-string with calls to ispell-send-string, and
19819 accept-process-output with ispell-accept-output.
19820 (ispell-init-process): Call ispell-process-status instead of
19821 process-status with.
19822 (ispell-init-process): Call ispell-start-process. Call
19823 ispell-accept-output and ispell-send-string. Don't call
19824 process-kill-without-query and kill-process if they are unbound.
19825 (ispell-async-processp): New function.
19826
19827 2000-04-12 Dave Love <fx@gnu.org>
19828
19829 * info.el: Add debug-ignored-errors.
19830 (Info-mode-menu): Add some items.
19831 (Info-directory): Add autoload cookie.
19832
19833 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
19834 Modify `truncate-lines'. Make `describe-language-environment'
19835 always visible and add help. Modify `describe-key' help. Invoke
19836 Info-directory from `info'. New entry `emacs-manual'.
19837
19838 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19839
19840 * progmodes/ebrowse.el (ebrowse-tree-mode):
19841 Use propertized-buffer-identification.
19842 (ebrowse-update-member-buffer-mode-line): Likewise.
19843 (ebrowse--mode-strings): Removed.
19844 (ebrowse--mode-line-props): Removed.
19845
19846 * files.el (auto-mode-alist): Add `EBROWSE'.
19847
19848 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
19849 space before testing for end of buffer.
19850 (ebrowse-load): Removed.
19851 (ebrowse-revert-tree-buffer-from-file): Rewritten.
19852 (ebrowse-create-tree-buffer): Rewritten.
19853 (ebrowse-tree-mode): Read tree from buffer.
19854
19855 * progmodes/ebrowse-ffh.el: Removed.
19856
19857 2000-04-10 Kenichi Handa <handa@etl.go.jp>
19858
19859 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
19860
19861 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19862
19863 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
19864 at the wrong place.
19865
19866 2000-04-09 Dave Love <fx@gnu.org>
19867
19868 * files.el (backup-enable-predicate):
19869 Use temporary-file-directory, small-temporary-file-directory.
19870 (make-backup-file-name-function, backup-directory-alist): New vars.
19871 (make-backup-file-name-1): New function.
19872 (make-backup-file-name): Use it.
19873 (find-backup-file-name): Likewise. Use format for clarity, not concat.
19874 (file-newest-backup): Use make-backup-file-name.
19875
19876 2000-04-09 Gerd Moellmann <gerd@gnu.org>
19877
19878 * progmodes/ebrowse-ffh.el: New file.
19879
19880 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
19881 Moved to ebrowse-ffh.el.
19882 (ebrowse-load): Add autoload.
19883
19884 * finder.el (finder-commentary): Add autoload cookie.
19885
19886 * mail/rfc2368.el: Correct author's email address.
19887
19888 * progmodes/ebrowse.el: New file.
19889
19890 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
19891 item help string.
19892 (easy-menu-do-add-item): Ditto.
19893 (easy-menu-define): Extend doc string.
19894
19895 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
19896 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
19897 (jit-lock-function, jit-lock-stealth-fontify): Don't use
19898 with-buffer-unmodified.
19899
19900 2000-04-08 Dave Love <fx@gnu.org>
19901
19902 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
19903 unless, when.
19904
19905 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
19906
19907 * viper-util.el (viper-put-on-search-overlay): New subroutine.
19908 (viper-flash-search-pattern): No operation when using Emacs
19909 doesn't support face.
19910 Use `viper-put-on-search-overlay'.
19911
19912 2000-04-04 Gerd Moellmann <gerd@gnu.org>
19913
19914 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
19915 like C-r.
19916
19917 * progmodes/make-mode.el: Some doc fixes.
19918 (makefile-mode-abbrev-table): New variable.
19919 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
19920 (makefile-font-lock-keywords): Fontify includes and conditionals.
19921 (toplevel): Require `dabbrev' and `add-log' when compiling.
19922
19923 * replace.el (perform-replace): Don't move forward one char
19924 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
19925 to do that because it leaves point 1 position after the last
19926 replacement, after everything has been replaced.
19927
19928 * jit-lock.el (with-buffer-unmodified): New macro.
19929 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
19930 modified state.
19931 (jit-lock-function-1): Extracted from jit-lock-function; not
19932 preserving buffer's modified state.
19933 (jit-lock-function, jit-lock-stealth-fontify):
19934 Call jit-lock-function-1.
19935
19936 * mail/rfc2368.el: Remove supernumerary copyright line.
19937
19938 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
19939
19940 * glasses.el: Provide facilities for inserting space before left
19941 parentheses and uncapitalization of identifiers.
19942 (glasses-mode): Try to remove old overlays in all cases.
19943
19944 2000-04-03 Gerd Moellmann <gerd@gnu.org>
19945
19946 * progmodes/compile.el (compile-internal): Display the compilation
19947 buffer in a different frame, if it's already displayed there.
19948
19949 * mail/rfc2368.el: New file.
19950
19951 * simple.el (sendmail-user-agent-compose): Recognize a `body'
19952 header and insert its value as mail body.
19953
19954 * subr.el (member-ignore-case): New function.
19955
19956 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
19957 (dabbrev--find-expansion): Ignore buffers matching a regexp
19958 from dabbrev-ignored-regexps.
19959
19960 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
19961 to extensions handled by gzip.
19962
19963 2000-04-03 Richard M. Stallman <rms@gnu.org>
19964
19965 * files.el (insert-directory): List the total free space
19966 along with the used space.
19967
19968 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
19969 line is followed by one that matches CITATION-REGEXP, end the
19970 paragraph.
19971
19972 2000-04-03 Markus Rost <rost@delysid.gnu.org>
19973
19974 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
19975 (rmail-make-basic-summary-line): Use that option.
19976
19977 2000-04-03 Kenichi Handa <handa@etl.go.jp>
19978
19979 * international/mule-cmds.el (encoded-string-description):
19980 Rewritten. Try pretty description for ISO 2022 escape sequences
19981 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
19982 for hexadecimal format.
19983
19984 2000-04-01 Dave Love <fx@gnu.org>
19985
19986 * cpp.el: Change customization group to `c' from `C'.
19987
19988 * vcursor.el (vcursor-move): Use display-color-p.
19989
19990 * international/mule-util.el: Provide mule-utils.
19991 (string-to-sequence): Simplify and speed up.
19992
19993 * international/mule.el (make-coding-system): Purecopy doc-string.
19994
19995 * international/mule-cmds.el: Various menu changes.
19996 (describe-specified-language-support): Handle `Default'.
19997 (set-language-info): Purecopy `info'.
19998
19999 2000-03-31 Andrew Innes <andrewi@gnu.org>
20000
20001 * vc.el (vc-backend-diff): Return the correct status if we had to
20002 retry the rcsdiff command without the --brief option.
20003
20004 2000-03-31 Dave Love <fx@gnu.org>
20005
20006 * help.el (help-manyarg-func-alist): Correct several omissions.
20007
20008 * add-log.el: Don't require cl, fortran.
20009 (add-log-current-defun-function): Doc fix.
20010 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20011 (change-log-version-rcs): Function deleted.
20012 (change-log-version-number-search): Doc fix.
20013 Use vc-workfile-version. Avoid CL dolist.
20014 (add-change-log-entry): Just call add-log-current-defun to get
20015 defun. Simplify somewhat.
20016 (change-log-get-method-definition-1): Likewise.
20017 (add-log-current-defun): Return nil if calling
20018 add-log-current-defun-function does so. Move Fortran stuff to
20019 fortran.el. Return string without properties.
20020
20021 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20022 and :alpha: char classes.
20023
20024 * mail/supercite.el: Defvar curline when compiling.
20025 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20026 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20027 rather than a-zA-Z0-9 to allow non-ASCII characters.
20028
20029 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20030
20031 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20032
20033 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20034 Re-enable new code.
20035
20036 * lpr.el (print-region-1): Use -d to specify printer name for
20037 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20038
20039 2000-03-31 Dave Love <fx@gnu.org>
20040
20041 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20042 Look for function definition in symbol's function value slot first
20043 instead of first consulting byte-compile-function-environment.
20044
20045 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20046
20047 * language/european.el ("Polish"): New language environment.
20048 (setup-polish-environment): New function.
20049
20050 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20051
20052 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20053 Disable new code.
20054
20055 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20056 trying to `load' the symbol of an autoload instead of the file
20057 recorded in the autoload. Fix error messages.
20058
20059 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20060
20061 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20062 (ps-print-version): New version number (5.1.3).
20063 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20064 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20065 (ps-generate-postscript-with-faces): Code fix.
20066 (ps-color-values): XEmacs compatibility.
20067 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20068 (ps-default-fg, ps-default-bg): Adjust customization.
20069 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20070 (ps-color-scale): Renaming old ps-color-value fun.
20071 (ps-print-headers): Replace ps-print-header group to avoid conflict
20072 with ps-print-header variable.
20073 (ps-print-miscellany): New group.
20074 (ps-format-color, ps-rgb-color): New funs.
20075 (ps-default-foreground): New var.
20076 (ps-printer-name-option): New const.
20077
20078 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20079
20080 * net/net-utils.el:
20081 (network-connection-host, network-connection-service): New variables
20082 (network-connection-mode): New mode, derived from comint-mode
20083 (network-connection-mode-setup): New function, saves host and
20084 service information in local variables.
20085
20086 * lisp/locate.el:
20087 (locate-word-at-point): Added this function
20088 (locate): Default to using locate-word-at-point as input
20089 Run dired-mode-hook
20090
20091 2000-03-29 Dave Love <fx@gnu.org>
20092
20093 * calendar/appt.el: Doc fixes.
20094 (appt-check): Convert min-to-app to a string before passing to
20095 appt-disp-window-function or concat.
20096 (appt-delete-window): Remove test for frame-root-window.
20097 (appt-select-lowest-window, appt-convert-time): Simplify.
20098
20099 * emacs-lisp/bytecomp.el: Doc fixes.
20100 (byte-compile-file-form-autoload):
20101 Update byte-compile-function-environment.
20102
20103 2000-03-29 Andreas Schwab <schwab@suse.de>
20104
20105 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20106
20107 * dired.el (dired-insert-directory): If dired-free-space-program
20108 failed just delete its output.
20109
20110 2000-03-29 Dave Love <fx@gnu.org>
20111
20112 * international/iso-cvt.el: Move provide to end. Doc fixes.
20113 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20114 (iso-iso2sgml, iso-sgml2iso): New functions.
20115 (iso-cvt-define-menu): Fix some entries and use backquote for
20116 clarity.
20117
20118 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20119
20120 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20121
20122 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20123 ISO-DATE. If non-nil, return date in ISO 8601 format.
20124
20125 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20126
20127 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20128 if it ever becomes used.
20129 (log-edit-mode-hook): Default to vc-log-mode-hook.
20130 (log-edit-mode): Fix the docstring.
20131
20132 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20133 the code.
20134
20135 2000-03-26 Dave Love <fx@gnu.org>
20136
20137 * net/browse-url.el (browse-url): Re-fix case of
20138 browse-url-browser-function being an alist.
20139 (browse-url): Add :link to defgroup.
20140
20141 * files.el: Doc fixes.
20142 (file-truename): Include `[' in wildcard characters.
20143 (automount-dir-prefix): Customize.
20144 (find-file-wildcards): Add :version.
20145 (find-file-noselect): Simplify a mapcar call.
20146
20147 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20148 compatible with inf-lisp version.
20149 (eval-defun-1): Fix custom-declare-variable case.
20150
20151 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20152
20153 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20154
20155 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20156
20157 * Makefile (COMPILE_FIRST): New macro.
20158 (compile-files): Compile files from COMPILE_FIRST first.
20159
20160 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20161
20162 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20163 matching open parenthesis in column 0 to defun-prompt-regexp
20164 only if open-paren-in-column-0-is-defun-start is set.
20165
20166 * sun-curs.el: Require CL at compile-time only.
20167
20168 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20169 instead of copy-list which is a function from CL.
20170 (msb--choose-menu, msb--mode-menu-cond)
20171 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20172 (msb--init-file-alist): Use mapcar instead of mapcan.
20173 (msb--aggregate-alist): Use mapcar instead of mapcan.
20174 Fix `(' in column 0 in doc string.
20175 (msb--add-separators): Use mapcar instead of mapcan.
20176
20177 * cus-dep.el: Require CL at compile-time only.
20178
20179 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20180
20181 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20182 (byte-compile-warnings): New warning `noruntime'.
20183 (byte-compile-constants, byte-compile-variables): Fix docstring.
20184 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20185 execute `eval-whenc-compile's body.
20186 (byte-compile-unresolved-functions): Fix docstring.
20187 (byte-compile-eval): New function.
20188 (byte-compile-callargs-warn): Check if the function will be available
20189 at runtime (via property `byte-compile-noruntime').
20190 (byte-compile-print-syms): New function.
20191 (byte-compile-warn-about-unresolved-functions): Also warn about
20192 `noruntime' functions (and use `byte-compile-print-syms').
20193 (byte-compile-file): Capitalize the message.
20194
20195 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20196
20197 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20198 (rmail-expunge): Ask for confirmation depending on the setting
20199 of rmail-confirm-expunge.
20200
20201 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20202
20203 * Makefile (bootstrap-clean): If $(emacs) exists, build
20204 loaddefs.el first. A loaddefs.el that's not up-to-date might
20205 cause a bootstrap failure because things don't autoload as expected.
20206
20207 2000-03-23 Dave Love <fx@gnu.org>
20208
20209 * net/browse-url.el: Restore previous use of
20210 browse-url-maybe-new-window.
20211
20212 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20213
20214 * ps-print.el: Skip banner page fix.
20215 (ps-print-version): New version number (5.1.2).
20216 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20217
20218 2000-03-23 Dave Pearson <davep@davep.org>
20219
20220 * net/quickurl.el Changed the type of parameter passed to the
20221 function defined by `quickurl-format-function'. Before only the
20222 text of the URL was passed. Now the whole URL structure is passed
20223 and the function is responsible for extracting the parts it requires.
20224 Changed the default of `quickurl-format-function' accordingly.
20225 (quickurl-insert): Changed the `funcall' of
20226 `quickurl-format-function' to match the above change.
20227 (quickurl-list-insert): Changed the `url' case so that it makes
20228 use of `quickurl-format-function', previous to this the format was
20229 hard wired.
20230
20231 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20232
20233 * startup.el: Change some spellings for the X Window System.
20234
20235 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20236
20237 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20238 Clean up the code and the regexp and make sure the cursor is
20239 temporarily moved to the suspicious line while querying the user.
20240
20241 2000-03-22 Jason Rumney <jasonr@gnu.org>
20242
20243 * w32-fns.el (w32-charset-info-alist): Initialize.
20244
20245 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20246
20247 * ps-print.el: N-up last page fix.
20248 (ps-print-version): New version number (5.1.1).
20249 (ps-end-file, ps-end-job, ps-generate): Code fix.
20250
20251 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20252
20253 * files.el (find-file-run-dired): Update docstring.
20254 (find-directory-functions): New hook.
20255 (find-file-noselect): Run find-directory-functions rather than
20256 calling dired directly.
20257
20258 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20259
20260 * pcvs.el: Add a minimal leading commentary.
20261 (cvs-make-cvs-buffer): Change the header part by removing the startup
20262 message and adding a `Module' entry. Also replace the FOOTER and
20263 HEADER special fileinfos with the new support in ewoc for updating
20264 its own footer and header.
20265 (cvs-update-header): Update to use the header/footer of the ewoc.
20266 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20267 (cvs-is-within-p): New function.
20268 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20269 to only examine some subset of the buffers.
20270
20271 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20272 `format' instead of our own ad-hoc functions.
20273 Remove HEADER and FOOTER cases, now handled in the EWOC.
20274 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20275
20276 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20277 output to avoid scaring the user.
20278 (cvs-parse-table): Catch message for non-up-to-date commits.
20279
20280 * pcvs-defs.el (cvs-startup-message): Remove.
20281 (cvs-global-menu): New autoloaded menu.
20282
20283 * pcvs-util.el (cvs-string-fill): Remove.
20284
20285 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20286 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20287 PP part of it and also make it work for footers and headers.
20288 (ewoc-create): Drop POS and BUFFER arguments.
20289 Use the DLL's dummy node to store the end-of-footer position.
20290 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20291 (ewoc-refresh): Remove unused `header' variable.
20292 (ewoc-(get|set)-hf): New functions.
20293
20294 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20295 log-view-*-(message|file) and use easy-mmode-define-navigation.
20296 (log-view-message-re): Match SCCS format as well.
20297 And match the revision line rather than the dashed separator line.
20298 (log-view-mode): Use the new define-derived-mode.
20299 (log-view-current-tag): Fill in with an actual implementation.
20300
20301 * cvs-status.el (cvs-status-(prev|next)): Rename from
20302 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20303 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20304 to let the output "breathe" a little more (more readable).
20305 (cvs-status-mode): Use the new define-derived-mode.
20306
20307 * smerge-mode.el (smerge-auto-leave): New function and variable.
20308 (smerge-basic-map): Rename from smerge-basic-keymap.
20309 Change the bindings for smerge-diff-*.
20310 (smerge-*-map): Use easy-mmode-defmap.
20311 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20312 (smerge-keep-*): Use smerge-auto-leave.
20313
20314 2000-03-21 Jason Rumney <jasonr@gnu.org>
20315
20316 * cus-edit.el (custom-button-face): Use 3D look for w32.
20317 (custom-button-pressed-face): Likewise.
20318
20319 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20320
20321 * progmodes/etags.el (tags-case-fold-search): New user-option.
20322 (tags-loop-eval): New function. Bind case-fold-search around eval
20323 depending on the value of tags-case-fold-search.
20324 (tags-loop-continue): Use tags-loop-eval.
20325 (find-tag-in-order): Bind case-fold-search depending on the value
20326 of tags-case-fold-search.
20327
20328 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20329
20330 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20331 (diff-end-of-hunk): Return the end position for use in
20332 `easy-mmode-define-navigation'.
20333 (diff-recenter): Remove.
20334 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20335 of `easy-mmode-define-navigation'.
20336 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20337 previous renaming) and fix to use new names.
20338 (diff-merge-strings): Use \n as separator: simpler, faster.
20339 (diff-mode): Use `define-derived-mode'.
20340
20341 * derived.el (define-derived-mode): Don't autoload anymore.
20342 Prefer the macro-only version provided by easy-mmode.el.
20343
20344 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20345 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20346 (easy-mmode-define-navigation): New macro.
20347
20348 * subr.el (combine-run-hooks): New function.
20349
20350 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20351
20352 * term/x-win.el: Fontsets related initialization is simplified.
20353
20354 * international/mule-diag.el (describe-font): Don't refer to
20355 global-fontset-alist, instead call font-list.
20356 (describe-fontset, list-fontsets, mule-diag): Likewise.
20357 (print-fontset): Adjusted for the change of fontset implementation.
20358
20359 * international/fontset.el (x-charset-registries): Variable removed,
20360 instead the corresponding data is stored in the default fontset.
20361 (register-alternate-fontnames): Function removed.
20362 (resolved-ascii-font): Variable removed.
20363 (x-compose-font-name): Ignore the second argument REDOCE.
20364 (x-complement-fontset-spec): Complement only an ASCII font and
20365 element for those charsets than can use that ASCII font.
20366 (generate-fontset-menu): Don't refer to global-fontset-alist,
20367 instead call fontset-list.
20368 (uninstantiated-fontset-alist): Variable removed.
20369 (x-style-funcs-alist): Likewise.
20370 (fontset-default-styles): Likewise.
20371 (x-modify-font-name): Function removed.
20372 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20373 (create-fontset-from-ascii-font): Docsting adjusted for the above
20374 change.
20375 (instantiate-fontset, resolve-fontset-name): Functions removed.
20376 (fontset-list): Now implemented by C code.
20377
20378 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20379 (describe-face): Include `font' attribute in the description.
20380
20381 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20382
20383 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20384
20385 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20386
20387 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20388 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20389 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20390
20391 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20392 about behavior of set-buffer-modified-p wrt redisplay.
20393
20394 2000-03-19 Richard M. Stallman <rms@gnu.org>
20395
20396 * view.el (view-mode-disable): Kill local binding of view-read-only.
20397
20398 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20399
20400 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20401 is a string, convert it to a syntax cell using string-to-syntax.
20402
20403 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20404 (string-to-syntax): New function.
20405
20406 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20407 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20408 try to use passive ftp mode.
20409
20410 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20411
20412 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20413
20414 * simple.el (append-to-buffer): Update point of windows after
20415 insertion.
20416
20417 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20418 forward then moving backward. Reindent.
20419
20420 * frame.el (other-frame): Call x-focus-frame only if
20421 focus-follows-mouse is off.
20422
20423 2000-03-17 Dave Love <fx@gnu.org>
20424
20425 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20426
20427 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20428
20429 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20430 regexp for labels cannot span several lines.
20431
20432 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20433 `(setq :<key> ':<key>)' to the macro expansion.
20434
20435 2000-03-16 Dave Love <fx@gnu.org>
20436
20437 * progmodes/f90.el (f90): Put custom group under `languages', not
20438 `fortran'.
20439 (f90-mode-hook): Customize.
20440 (f90-mode): Set add-log-current-defun-function.
20441 (f90-current-defun): New function.
20442
20443 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20444
20445 * cus-edit.el (custom-variable-tag-face): Handle case that
20446 default face's height is not a number.
20447 (custom-face-tag-face, custom-group-tag-face-1)
20448 (custom-group-tag-face): Ditto.
20449 (custom-group-tag-face-1): Add :group.
20450
20451 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20452
20453 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20454
20455 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20456 requiring easymenu.
20457
20458 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20459
20460 * ps-print.el: PostScript user-defined prologue, PostScript error
20461 handler, doc fix.
20462 (ps-print-version): New version number (5.1).
20463 (ps-user-defined-prologue, ps-error-handler-message)
20464 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20465 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20466 (ps-insert-string): New function.
20467
20468 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20469
20470 * international/ccl.el (ccl-compile-expression): Don't generate
20471 invalid self-assignment code.
20472
20473 2000-03-14 Dave Love <fx@gnu.org>
20474
20475 * subr.el (replace-regexp-in-string): Renamed from
20476 replace-regexps-in-string. Doc fix.
20477
20478 2000-03-12 Dave Love <fx@gnu.org>
20479
20480 * cus-edit.el: Doc fixes.
20481 (customize-set-variable, customize-save-variable): Rename args for doc.
20482 (custom-variable-tag-face, custom-face-tag-face)
20483 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20484 style which user identify as hyperlink.
20485 (hook): Don't add undefined functions to the hook.
20486 (debug-ignored-errors): Transfer message from bindings.el.
20487
20488 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20489
20490 * recentf.el (recentf-keep-non-readable-files-p):
20491 Remove double/nested definition.
20492
20493 2000-03-12 Dave Love <fx@gnu.org>
20494
20495 * facemenu.el (facemenu-get-face): Use display-color-p.
20496 * enriched.el (enriched-decode-foreground): Likewise.
20497 (enriched-decode-background): Likewise.
20498 * isearch.el (isearch-highlight): Likewise.
20499 * info-look.el (info-lookup): Likewise.
20500 * simple.el (completion-setup-function): Likewise.
20501
20502 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20503 :options.
20504
20505 * bindings.el (mode-line-format): Fix line-number and
20506 column-number items. Add help-echo for the background.
20507 (mode-line-mule-info): Modify help-echo.
20508
20509 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20510
20511 * files.el (load-file): Allow completion to .elc.
20512
20513 * man.el: Doc fixes.
20514 (Man-init-defvars): Use display-color-p to set fontification.
20515
20516 * play/hanoi.el (hanoi-internal): Don't use oddp.
20517
20518 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20519
20520 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20521
20522 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20523
20524 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20525
20526 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20527 Fix comment.
20528
20529 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20530
20531 * font-lock.el (font-lock-keywords): Fix the doc now that
20532 regexp-opt-depth is unnecessary.
20533 (save-buffer-state): Set an edebug spec.
20534 (font-lock-fontify-anchored-keywords): Properly handle the case when
20535 the matcher goes past the limit.
20536
20537 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20538 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20539
20540 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20541 dll.el and cookie.el (from Elib) with heavy renaming and other
20542 massaging.
20543
20544 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20545 Autoload the functions used.
20546 (easy-mmode-define-syntax): Fix CL typo.
20547 (easy-mmode-define-derived-mode): Improve the docstring generation.
20548
20549 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20550
20551 * textmodes/texinfo.el (texinfo-version): Variable and function
20552 removed.
20553
20554 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20555
20556 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20557 allow more flexibility.
20558 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20559 (easy-mmode-defmap, easy-mmode-defsyntax)
20560 (easy-mmode-define-derived-mode): New macros.
20561
20562 2000-03-09 Didier Verna <didier@xemacs.org>
20563
20564 * rect.el (replace-rectangle): New function.
20565
20566 2000-03-09 Dave Love <fx@gnu.org>
20567
20568 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20569 (fortran-comment-line-start-skip): Don't match cpp stuff.
20570 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20571 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20572 (fortran-mode): Don't set fortran-comment-line-start-skip,
20573 fortran-comment-line-start here. Set comment-start,
20574 add-log-current-defun.
20575 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20576 (fortran-current-defun): New function.
20577
20578 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20579
20580 * emacs-lisp/re-builder.el: New file.
20581
20582 * mouse.el (mouse-drag-region): Don't run up-event handler
20583 if hscroll has changed.
20584
20585 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20586 builtin operators, use `font-lock-builtin-face' for Emacs and
20587 `font-lock-preprocessor-face' otherwise.
20588
20589 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20590 `(defun (setf foo)' differently.
20591
20592 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20593
20594 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20595 (regexp-opt): Update comment and adapt the code the new meaning of
20596 the `paren' argument of regex-opt-group for shy-groups.
20597 (regexp-opt-depth): Handle shy groups as well as backslashed
20598 backslashes.
20599 (regexp-opt-group): Turn the leading comment into a docstring.
20600 Allow `paren' to be a string (the string to use to open a group).
20601 Remove open-presuf and close-presuf. Instead of checking for `all
20602 one-char' and then later on check for `several one-char', handle
20603 both cases close together. Also apply a more generic algorithm
20604 for suffixes (the mirror image of the algorithm used for
20605 prefixes). Use shy-groups. Use nreverse rather than reverse.
20606 (regexp-opt-try-suffix): Removed.
20607
20608 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20609 from comint-mode-map, so we can just inherit from it. Also, move
20610 the initialization into the `defvar' since there's no docstring
20611 anyway and it's fairly short.
20612 (inferior-scheme-mode): Define it as derived-mode: the code is
20613 shorter and this way we inherit from comint-mode-map rather than
20614 copying it.
20615
20616 * subr.el (replace-regexps-in-string): Properly handle the case
20617 where we match an empty string.
20618
20619 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20620 when the command has a directory component (such as "./testml").
20621 Also fix a typo in the comment.
20622
20623 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20624
20625 * Makefile (compile-files): Compile files one by one because
20626 that's the only way to ensure a clean compilation environment for
20627 each individual file.
20628
20629 * frame.el (other-frame): Call x-focus-frame.
20630
20631 2000-03-07 Dave Love <fx@gnu.org>
20632
20633 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20634 :require to defcustom.
20635
20636 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20637
20638 * files.el (auto-mode-alist): Add configure.in.
20639
20640 * progmodes/autoconf.el: New file.
20641
20642 2000-03-07 Gerd Moellmann <gerd@gnu.org>
20643
20644 * mail/mh-e.el: Change maintainer to `none'.
20645
20646 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20647 to remove-hook and add-hook.
20648
20649 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20650
20651 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
20652 it as the default.
20653 (mail-send): Test mail-send-nonascii also for the new `mime' value.
20654 (sendmail-send-it): Conditionally add MIME headers specifying the
20655 used character set.
20656
20657 2000-03-07 Dave Love <fx@gnu.org>
20658
20659 * winner.el: Fix keywords, autoload cookies.
20660 Split eval-when-compile form to avoid compilation failure.
20661
20662 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
20663
20664 * international/mule.el: Modify comment about coding system
20665 property `coding-category'.
20666 (make-coding-system): New argument EOL-TYPE. Pay attention to
20667 coding-category property of PROPERTIES.
20668
20669 * international/mule-conf.el (coding-category-utf-8)
20670 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
20671 categories. Include them in the argument for set-coding-priority.
20672
20673 * international/mule-cmds.el (reset-language-environment):
20674 Include coding-category-utf-8, coding-category-utf-16-be, and
20675 coding-category-utf-16-le in the argument for set-coding-priority.
20676 (reset-language-environment): Initialize coding-category-utf-8,
20677 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
20678
20679 2000-03-06 Karl Fogel <kfogel@red-bean.com>
20680
20681 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
20682 code abstracted out of `bookmark-jump-noselect'. Now tries info
20683 extensions as well as compression extensions.
20684 (bookmark-jump-noselect): Use above new func.
20685
20686 2000-03-03 Gerd Moellmann <gerd@gnu.org>
20687
20688 * strokes.el: Change maintainer's mail address.
20689
20690 2000-03-03 Kenichi Handa <handa@etl.go.jp>
20691
20692 * international/mule-diag.el (list-character-sets): Make help-echo
20693 string by substitute-command-keys.
20694 (list-character-sets): Likewise.
20695 (sort-listed-character-sets): Call help-setup-xref.
20696
20697 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20698
20699 * time.el (display-time-mail-file): Add `none' to the list of choices.
20700
20701 2000-03-01 Dave Love <fx@gnu.org>
20702
20703 * help.el (help-xref-go-back): Don't try to set position.
20704
20705 * international/mule-diag.el (list-character-sets):
20706 Call help-setup-xref. Add help-echo to xrefs.
20707 (list-character-sets-1): Add help-echo to xrefs.
20708
20709 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20710
20711 * frame.el (blink-cursor-mode): Switch cursor on when turning
20712 the mode off.
20713
20714 * add-log.el (add-log-current-defun): Add support for
20715 Autoconf mode.
20716
20717 * mail/rmail.el (rmail-quit-hook): New variable.
20718
20719 2000-03-01 Dave Love <fx@gnu.org>
20720
20721 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
20722
20723 * help.el (help-xref-button): Add help-echo arg.
20724 (describe-function-1, describe-variable, help-make-xrefs): Use it.
20725
20726 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
20727
20728 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
20729
20730 2000-03-01 Gerd Moellmann <gerd@gnu.org>
20731
20732 * image.el (defimage): Look for image files in load-path.
20733
20734 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
20735
20736 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20737
20738 * recentf.el (recentf): Added version tag to the defgroup of recentf.
20739
20740 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20741
20742 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
20743 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
20744 action to select/unselect a file.
20745 (recentf-edit-list): Code cleanup and improvement.
20746 (recentf-open-more-files-action): `recentf-open-more-files' button
20747 widget action to open a file.
20748 (recentf-open-more-files): No more use standard completion but widgets.
20749 (recentf-more-collection): Deleted.
20750 (recentf-more-history): Deleted.
20751 (recentf-setup-more-completion): Deleted.
20752
20753 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20754
20755 * recentf.el (recentf-mode): No more needs that Emacs is running
20756 under a window-system.
20757
20758 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20759
20760 * recentf.el (recentf-edit-list): New command to edit the recent
20761 list which allow the user to remove files.
20762 (recentf-edit-selected-items): New global variable, used by
20763 `recentf-edit-list' to hold the list of files to be removed from
20764 the recent list.
20765 (recentf-make-menu-items): Updated to display a "Edit list..."
20766 menu item. Minor code cleanup.
20767
20768 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20769
20770 * recentf.el (recentf-open-more-files): New command to open files
20771 that are not displayed in the menu.
20772 (recentf-more-collection): New global variable holding the set of
20773 permissible completions used by `recentf-open-more-files'.
20774 (recentf-more-history): New global variable holding the history list
20775 used by `recentf-open-more-files' completion.
20776 (recentf-setup-more-completion): New function to setup completion for
20777 `recentf-open-more-files'.
20778 (recentf-make-menu-items): Updated to display a "More..." menu item.
20779
20780 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20781
20782 * recentf.el (recentf-menu-action): Doc fixed.
20783
20784 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20785
20786 * recentf.el (recentf-menu-filter): Doc updated.
20787 (recentf-update-menu-hook): Allow menu filters to force menu update.
20788 (recentf-make-menu-items): New menu filter handling.
20789 (recentf-make-menu-item): New helper function.
20790 (recentf-menu-elements): New menu handling function.
20791 (recentf-sort-ascending): Updated to new menu filter handling.
20792 (recentf-sort-descending): Updated to new menu filter handling.
20793 (recentf-sort-basenames-ascending): New menu filter function.
20794 (recentf-sort-basenames-descending): New menu filter function.
20795 (recentf-show-basenames): New menu filter function.
20796 (recentf-show-basenames-ascending): New menu filter function.
20797 (recentf-show-basenames-descending): New menu filter function.
20798
20799 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20800
20801 * diary-lib.el (list-diary-entries): Don't try to go forward at
20802 the end of the buffer.
20803
20804 2000-02-29 Kenichi Handa <handa@etl.go.jp>
20805
20806 * international/mule-diag.el (list-character-sets):
20807 Completely rewritten.
20808 (sort-listed-character-sets): New function.
20809 (list-character-sets-1): Completely rewritten.
20810 (list-character-sets-2): New function.
20811 (non-iso-charset-alist): New variable.
20812 (decode-codepage-char): New function.
20813 (charset-history): New variable.
20814 (read-charset) (list-block-of-chars)
20815 (list-iso-charset-chars)
20816 (list-non-iso-charset-chars)
20817 (list-charset-chars): New functions.
20818 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
20819 (dump-charsets): Likewise.
20820
20821 2000-02-29 Gerd Moellmann <gerd@gnu.org>
20822
20823 * dired-x.el (dired-filename-at-point): Add `@' to valid
20824 file name characters.
20825 (dired-filename-at-point): Handle ange-ftp file names.
20826
20827 * frame.el (frame-notice-user-settings): Use assq-delete-all
20828 instead of assoc-delete-all.
20829 (frame-notice-user-settings): Ditto.
20830
20831 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
20832 Don't copy alist.
20833
20834 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
20835
20836 * calculator.el (calculator-use-menu): New option.
20837 (calculator-initial-bindings): Changed some bindings to work as macros.
20838 (calculator-forced-input): Removed.
20839 (calculator-restart-other-mode): New variable.
20840 (calculator-mode-map): Set up menu.
20841
20842 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
20843
20844 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
20845
20846 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
20847
20848 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
20849 translate all ESC key sequences.
20850 (viper-goto-mark-subr): Restore markers for files for which
20851 they were saved.
20852 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
20853 * viper-util.el (viper-set-replace-overlay-glyphs)
20854 (viper-set-replace-overlay): Always check if the replacement
20855 overlay is live.
20856 * viper.el (viper-vi-state-mode-list): Add major modes.
20857 * ediff-wind.el: Minor comment changes.
20858 * ediff.el: Copyright notice date fix.
20859
20860 2000-02-27 Jason Rumney <jasonr@gnu.org>
20861
20862 * faces.el (face-font-family-alternatives): Add arial to helv.
20863 (mode-line, header-line, tool-bar): Same default as x for w32.
20864 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
20865 face-font-family-alternatives from working.
20866 * term/w32-win.el (mouse-set-font): Do not build fontset from
20867 chosen font.
20868
20869 2000-02-25 Sam Steingold <sds@goems.com>
20870
20871 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
20872 properly.
20873
20874 2000-02-25 Richard M. Stallman <rms@gnu.org>
20875
20876 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
20877
20878 2000-02-25 Gerd Moellmann <gerd@gnu.org>
20879
20880 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
20881
20882 * frame.el (busy-cursor-delay-seconds): New option.
20883
20884 2000-02-24 Gerd Moellmann <gerd@gnu.org>
20885
20886 * frame.el (show-cursor-in-non-selected-windows): New option.
20887
20888 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20889
20890 * diary-lib.el (include-other-diary-files): Undo the selective
20891 display in any included file and don't kill it.
20892
20893 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
20894
20895 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
20896 Menu items converted to (menu-item format, help strings added.
20897 [downcase, upcase]: Don't enable on MS-DOS.
20898 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
20899 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
20900
20901 2000-02-23 Dave Love <fx@gnu.org>
20902
20903 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
20904 (backward-kill-word): Revert addition of * to interactive spec --
20905 it's a feature.
20906
20907 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
20908 (backward-kill-sentence, kill-sentence): Likewise.
20909
20910 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
20911 scratch buffer name.
20912 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
20913
20914 * term/w32-win.el (internal-face-interactive): Update prompt for
20915 new read-face-name.
20916
20917 * mail/footnote.el (footnote): Add :version to defgroup.
20918 (footnote-section-tag-regexp): Customize.
20919 (footnote-start-tag, footnote-end-tag): New option.
20920 (footnote-latin-regexp): New variable.
20921 (Footnote-latin): New function.
20922 (footnote-style-alist): Add element for latin style.
20923 (footnote-style): Moved.
20924 (Footnote-goto-footnote): Use eq to test arg.
20925
20926 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
20927
20928 * emacs-lisp/byte-opt.el: Change old backquote syntax.
20929 (byte-compile-trueconstp): Include keywords.
20930 (byte-optimize-quote, byte-optimize-lapcode):
20931 Use byte-compile-const-symbol-p.
20932 (byte-optimize-char-before): New optimization.
20933
20934 * emacs-lisp/bytecomp.el: Change old backquote syntax.
20935 (byte-compile-const-symbol-p): New function.
20936 (byte-compile-constp, byte-compile-out-toplevel)
20937 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
20938 Use it.
20939
20940 * subr.el (define-key-after): Default AFTER to t. Doc fix.
20941
20942 2000-02-23 Kenichi Handa <handa@etl.go.jp>
20943
20944 * international/encoded-kb.el: Be sure to update minor-mode-alist
20945 and minor-mode-map-alist.
20946 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
20947 codes SS2 and SS3 correctly.
20948 (encoded-kbd-self-insert-ccl): New function.
20949 (encoded-kbd-setup-keymap): New function.
20950 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
20951 by calling encoded-kbd-setup-keymap.
20952
20953 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
20954 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
20955
20956 2000-02-22 Dave Love <fx@gnu.org>
20957
20958 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
20959 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
20960 (lisp-mode-syntax-table): Set up for #|...|# comments.
20961 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
20962 classes. Match `defface'.
20963 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
20964 (eval-defun-1): Fix for defcustom.
20965 (lisp-indent-region): Doc fix.
20966
20967 * subr.el (when, unless, split-string): Doc fix.
20968 (read-passwd): Move call of clear-this-command-keys to the right place.
20969 (replace-regexps-in-string): New function.
20970
20971 2000-02-22 Gerd Moellmann <gerd@gnu.org>
20972
20973 * help.el (describe-variable): Set syntax table to
20974 emacs-lisp-mode-syntax-table when moving forward over the
20975 symbol's name.
20976
20977 2000-02-22 Dave Love <fx@gnu.org>
20978
20979 * xt-mouse.el: Doc fixes.
20980 (xterm-mouse-position-function): New function, replacing advice of
20981 mouse-position.
20982 (xterm-mouse-mode): Use it. Don't turn on under a window system.
20983
20984 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
20985
20986 2000-02-21 Gerd Moellmann <gerd@gnu.org>
20987
20988 * format.el (format-annotate-single-property-change):
20989 Handle properties.with dotted-list values.
20990 (format-proper-list-p): New function.
20991
20992 * enriched.el (enriched-face-ans): Handle '(foreground-color
20993 . COLOR) and (background-color . COLOR).
20994
20995 2000-02-20 Dave Love <fx@gnu.org>
20996
20997 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
20998 and assignments to it.
20999 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21000 current local map.
21001 (make-flyspell-overlay): Use it.
21002 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21003
21004 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21005 (lm-get-header-re): Defun, not defsubst.
21006 (lm-get-package-name): Defun, not defsubst. Simplify.
21007 (lm-version): Doc fix. Simplify.
21008 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21009 (lm-crack-address, lm-last-modified-date, lm-commentary)
21010 (lm-verify, lm-synopsis): Simplify.
21011 (lm-report-bug): Require emacsbug. Use compose-mail.
21012
21013 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21014
21015 * dired.el (dired-mode): Call propertized-buffer-identification
21016 to set mode-line-buffer-identification to something having
21017 the right text properties.
21018
21019 * bindings.el (propertized-buffer-identification): New function.
21020
21021 2000-02-20 Dave Love <fx@gnu.org>
21022
21023 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21024 check for t-mouse too.
21025
21026 * cus-start.el: Make echo-keystrokes `number'.
21027
21028 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21029
21030 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21031 Don't call ring-empty-p unless tags-location-ring is bound.
21032 From Noah Friedman <friedman@splode.com>.
21033
21034 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21035
21036 * progmodes/hideshow.el (hs-flag-region): No longer use
21037 `intangible' overlay property.
21038
21039 (hs-toggle-hiding): New command.
21040 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21041
21042 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21043 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21044 and deactivation.
21045
21046 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21047
21048 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21049
21050 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21051
21052 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21053
21054 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21055 of `*' to handle `(* ... *)' comments.
21056
21057 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21058
21059 * faces.el (list-faces-display): Use display-mouse-p instead of
21060 window-system.
21061
21062 * menu-bar.el (global-map): Menu-bar items converted to the new
21063 format (menu-item..., rearranged for better CUA compliance, and
21064 their names changed for better clarity. Help strings added.
21065
21066 * international/mule-cmds.el (mule-menu-keymap)
21067 (describe-language-environment-map, set-coding-system-map)
21068 (setup-language-environment-map): Convert to new (menu-item...
21069 form, add help strings. Change names of menu items for better clarity.
21070 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21071
21072 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21073
21074 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21075 within the code.
21076
21077 2000-02-16 Dave Love <fx@gnu.org>
21078
21079 * faces.el: Don't require custom. Add more specific :groups to
21080 various deffaces.
21081 (set-face-attribute): Purecopy args.
21082 (read-face-name): Default to name at point and use it in prompt.
21083 Remove colon from arg in all callers.
21084 (list-faces-display): Hyperlink to face descriptions and customize
21085 buffers.
21086
21087 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21088
21089 * wid-edit.el (widget-match-inline): An atom never matches a list.
21090
21091 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21092
21093 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21094 at ':' characters by call to split-string.
21095
21096 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21097
21098 * textmodes/bibtex.el: Added RCS version identification.
21099
21100 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21101
21102 * textmodes/bibtex.el: Some temporary comments removed.
21103 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21104 (bibtex-field-const): Allow capital letters.
21105 (bibtex-start-of-string): Deleted because unused.
21106
21107 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21108 use the term 'reference' to describe a bibtex entry as a whole.
21109 Further, reference keys are no longer called 'labels'.
21110 (bibtex-keys): Renamed to bibtex-reference-keys.
21111 (bibtex-reformat-previous-labels): Renamed to
21112 bibtex-reformat-previous-reference-keys.
21113 (bibtex-reference-type): Renamed to bibtex-entry-type.
21114 (bibtex-reference-head): Renamed to bibtex-entry-head.
21115 (bibtex-reference-maybe-empty-head): Renamed to
21116 bibtex-entry-maybe-empty-head.
21117 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21118 (bibtex-search-reference): Renamed to bibtex-search-entry.
21119 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21120 bibtex-enclosing-entry-maybe-empty-head.
21121 (bibtex-entry-field-alist, bibtex-entry-head)
21122 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21123 (bibtex-map-entries, bibtex-search-entry)
21124 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21125 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21126 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21127 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21128 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21129 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21130 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21131
21132 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21133
21134 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21135 comment.
21136 (bibtex-format-field-delimiters): New function, functionality
21137 extracted from bibtex-format-entry.
21138 (bibtex-autokey-get-yearfield-digits): New function, functionality
21139 extracted from bibtex-autokey-get-yearfield.
21140
21141 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21142 entries in order to avoid stack overflow in the regexp matcher if
21143 field contents become large.
21144 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21145 (bibtex-field-string-part-not-braced)
21146 (bibtex-field-string-part-no-inner-braces)
21147 (bibtex-field-string-part-1-inner-brace)
21148 (bibtex-field-string-part-2-inner-braces)
21149 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21150 (bibtex-field-string-quoted, bibtex-field-string)
21151 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21152 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21153 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21154 Deleted as parsing is now performed by the following functions.
21155 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21156 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21157 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21158 (bibtex-parse-association, bibtex-field-name-for-parsing)
21159 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21160 (bibtex-search-forward-field, bibtex-search-backward-field)
21161 (bibtex-start-of-field, bibtex-end-of-field)
21162 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21163 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21164 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21165 (bibtex-parse-string, bibtex-search-forward-string)
21166 (bibtex-search-backward-string, bibtex-start-of-string)
21167 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21168 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21169 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21170 entries. Instead of reporting the results of the parsing by
21171 match-beginning or match-end, these functions return data structures
21172 that hold the corresponding positions.
21173 (bibtex-enclosing-field): Changed to also report field boundaries by
21174 return values rather than by match-beginning or match-end.
21175 The following functions have been adapted to use the new
21176 parsing functions.
21177 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21178 (bibtex-enclosing-field, bibtex-format-entry)
21179 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21180 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21181 (bibtex-print-help-message, bibtex-end-of-entry)
21182 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21183 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21184 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21185 Use the new method for parsing.
21186 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21187 (bibtex-map-entries, bibtex-flash-head)
21188 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21189 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21190 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21191 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21192 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21193 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21194 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21195 order to make the new binding of case-fold-search immediately visible.
21196
21197 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21198
21199 * textmodes/bibtex.el: Copyright notice is up to date.
21200 Added constant 'bibtex-maintainer-salutation.
21201
21202 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21203 than make-temp-name, use match-string-no-properties and eliminate
21204 a quadratic behavior when building bibtex-strings.
21205
21206 * bibtex.el (bibtex-reference-key): Accept string entries whose
21207 reference key contains upper case letters.
21208
21209 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21210
21211 * bibtex.el (bibtex-reference-head): Allow entries to start with
21212 a new line.
21213
21214 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21215
21216 * bibtex.el: Hiding of entry bodies is not longer provided by
21217 bibtex.el directly. Instead the hideshow package can be used.
21218 Added a special bibtex entry to hs-special-modes-alist.
21219 (bibtex-hs-forward-sexp): Added for hideshow.el.
21220
21221 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21222
21223 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21224 proceedings entry type (for cross referencing). Thanks to Wagner
21225 Toledo Correa for the suggestion.
21226
21227 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21228
21229 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21230
21231 * international/characters.el: Setup case table for Vietnamese.
21232
21233 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21234
21235 * uniquify.el (toplevel): Require CL at compile time.
21236 (uniquify-push): Removed.
21237
21238 * shadowfile.el (shadow-when): Removed.
21239
21240 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21241 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21242
21243 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21244 regexp for paragraph-start.
21245
21246 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21247 commas as well.
21248
21249 2000-02-10 Dave Love <fx@gnu.org>
21250
21251 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21252 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21253 Deleted.
21254 (widget-specify-field, widget-specify-button): Don't use
21255 widget-mouse-help as help-echo property.
21256 (default): Use #'ignore for :validate and :mouse-down-action.
21257 (checkbox): Add help-echo.
21258 (widget-sexp-validate): Rewritten to clarify error messages.
21259 (character): Use char-valid-p in :match function.
21260 (widget-color-complete): Use facemenu-color-alist.
21261 (widget-color-action): Use facemenu-read-color.
21262
21263 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21264 set up `caar' &c that we now have.
21265
21266 2000-02-09 Ray Blaak <blaak@gnu.org>
21267
21268 * delphi.el: Make resourcestring a declaration region, like const
21269 and var.
21270
21271 2000-02-09 Dave Love <fx@gnu.org>
21272
21273 * bindings.el (mode-line-input-method-map): New variable.
21274 (mode-line-mule-info): Use it; fix last change.
21275 (mode-line-mode-menu): Move definition.
21276 (mode-line-mouse-sensitive-p): Deleted.
21277 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21278 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21279
21280 * startup.el (command-line-1): Don't call
21281 make-mode-line-mouse-sensitive.
21282
21283 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21284
21285 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21286 before rmail-toggle-header, because the former toggles headers.
21287
21288 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21289
21290 * diff-mode.el (diff-kill-junk): New interactive function.
21291 (diff-reverse-direction): Use delete-and-extract-region.
21292 (diff-post-command-hook): Restrict the area so that the hook also works
21293 outside of any diff hunk. This is necessary for the minor-mode.
21294 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21295 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21296
21297 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21298 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21299 so that it can be used more easily in <foo>-mode-hook. Also make sure
21300 to avoid duplicate entries.
21301 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21302 (font-lock-remove-keywords): Just as was done for `add', allow it to
21303 work even if font-lock-mode is nil. Also make sure we don't modify
21304 any pre-existing list by forcing a copy-sequence. Finally rename
21305 `major-mode' to `mode'.
21306 (font-lock-fontify-syntactic-anchored-keywords)
21307 (font-lock-fontify-anchored-keywords)
21308 (font-lock-fontify-keywords-region): Use line-end-position.
21309 Don't make `font-lock-multiline' local (it's now done in
21310 font-lock-set-defaults).
21311 (font-lock-set-defaults): Make `font-lock-multiline' local.
21312 Move the `font-lock-fontified' creation to inside the `unless'.
21313
21314 2000-02-06 Andrew Innes <andrewi@gnu.org>
21315
21316 * term/w32-win.el (x-handle-args): Comment out call to message,
21317 which occurs before window system is initialized.
21318
21319 * makefile.nt: Add support for recompiling lisp code.
21320
21321 2000-02-04 Dave Love <fx@gnu.org>
21322
21323 * bindings.el (mode-line-mule-info): Fix/extend last change.
21324
21325 * completion.el: Replace completion-dolist with dolist.
21326
21327 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21328
21329 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21330
21331 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21332 environment names before they go into the section regexp.
21333
21334 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21335 char class in regexp.
21336
21337 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21338 Bind `case-fold-search' to nil.
21339
21340 * progmodes/idlwave.el (idlwave-template):
21341 Respect `idlwave-abbrev-change-case'.
21342 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21343 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21344 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21345 (idlwave-rw-case): New function.
21346 (idlwave-statement-match): Fixed problem with assignment regexp.
21347 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21348 (idlwave-surround): New argument LENGTH to support padding of
21349 operators longer than 1 char.
21350
21351 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21352 idlwave-shell-expression-overlay. Implemented printing of
21353 expressions on higher levels of the calling stack.
21354 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21355 (idlwave-retrieve-expression-from-level): New function.
21356 (idlwave-shell-last-calling-stack): Variable removed.
21357 (idlwave-shell-reset): Argument action reversed (`visible' to
21358 `hidden'). Also remove stop-line overlay.
21359 (idlwave-shell-calling-stack-routine): New variable.
21360 (idlwave-shell-parse-stack-and-display): Messages now display
21361 negative level numbers.
21362 (idlwave-shell-mode): Set `modeline-format'.
21363 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21364 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21365 (idlwave-shell-print-expression-function): New option.
21366
21367 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21368 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21369 `tool-bar' instead of `toolbar'.
21370
21371 2000-02-02 Dave Love <fx@gnu.org>
21372
21373 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21374 emacs-lisp-mode-hook. Don't check for defalias being defined.
21375
21376 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21377 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21378 Use the new builtins directly.
21379
21380 * whitespace.el (whitespace): Add :version to defgroup.
21381
21382 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21383 Doc fix.
21384
21385 * thingatpt.el (sexp-at-point, symbol-at-point)
21386 (number-at-point, list-at-point): Add autoload cookie.
21387
21388 * recentf.el (recentf): Add :version to defgroup.
21389
21390 * quickurl.el (quickurl): Add :version to defgroup.
21391
21392 * elide-head.el (elide-head): Use point-marker more.
21393
21394 * bs.el (bs): Add :version to defgroup.
21395
21396 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21397
21398 * progmodes/delphi.el (delphi): Add :version to defgroup.
21399
21400 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21401
21402 * ange-ftp.el (ange-ftp-write-region): Handle case that
21403 succeeding process operation sets a different coding system.
21404
21405 * calculator.el: New file.
21406
21407 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21408
21409 * frame.el (frames-on-display-list, framep-on-display): New functions.
21410 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21411 (display-selections-p, display-screens, display-pixel-width)
21412 (display-pixel-height, display-mm-width, display-mm-height)
21413 (display-backing-store, display-save-under, display-planes)
21414 (display-color-cells, display-visual-class): New functions.
21415
21416 * term/tty-colors.el (tty-color-gray-shades): New function.
21417
21418 * faces.el (display-color-p): Use framep-on-display.
21419 (display-grayscale-p): New function.
21420
21421 2000-01-31 Dave Love <fx@gnu.org>
21422
21423 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21424 (create-fontset-from-x-resource): Don't concat integers.
21425
21426 2000-01-31 Inge Frick <inge@nada.kth.se>
21427
21428 * view.el: Some changes in documentation. Removed some trailing
21429 whitespace. Changed some parameter names to agree with documentation.
21430 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21431 window is not deleted. Modifies change 1998-04-26.
21432
21433 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21434
21435 * windmove.el: New file.
21436
21437 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21438 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21439 progmodes/ebnf-yac.el: Update copyright and license info.
21440
21441 * jit-lock.el (jit-lock-function): Widen before calculating
21442 end position.
21443 (jit-lock-stealth-chunk-start): Rewritten.
21444
21445 * info.el (Info-title-face-alist): Removed.
21446 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21447 (Info-fontify-node): Use these faces.
21448
21449 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21450
21451 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21452 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21453 `&allow-other-keywords'.
21454
21455 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21456 the list of directories scanned heuristically.
21457
21458 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21459
21460 2000-01-30 Jason Rumney <jasonr@gnu.org>
21461
21462 * w32-fns.el: Define w32-tty-standard-colors.
21463
21464 * startup.el (command-line): Use w32-tty-standard-colors when in
21465 w32 console mode.
21466
21467 2000-01-30 Dave Love <fx@gnu.org>
21468
21469 * jka-compr.el (jka-compr-load): Fix up load-history.
21470
21471 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21472
21473 * emacs-lisp/cl-macs.el: Revert previous change.
21474
21475 2000-01-29 Dave Love <fx@gnu.org>
21476
21477 * facemenu.el: Purecopy various strings.
21478
21479 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21480 years. Deal with three-digit years.
21481
21482 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21483 Use defconst, purecopy.
21484 (help-back-label): Purecopy it.
21485
21486 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21487
21488 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21489 variable. If non-nil, order the buffer list according to the
21490 currently selected frame.
21491 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21492 non-nil, pass the selected frame to function buffer-list.
21493
21494 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21495
21496 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21497
21498 2000-01-28 Dave Love <fx@gnu.org>
21499
21500 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21501
21502 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21503 Don't use lisp-indent-hook property.
21504 (cl-abs): Remove.
21505
21506 * subr.el: Move out indent and edebug specs for when and unless.
21507
21508 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21509 when, unless.
21510
21511 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21512 unless, when.
21513
21514 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21515
21516 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21517 `collecting' as synonym for `collect'.
21518
21519 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21520 for the case it contains spaces.
21521
21522 * simple.el (what-cursor-position): Change formatting of messages.
21523
21524 * frame.el (delete-other-frames): New function.
21525 (toplevel): Bind it to C-x 5 1.
21526
21527 * sort.el (sort-numeric-base): New option.
21528 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21529 interpret it as octal or hexadecimal. Use sort-numeric-base
21530 as default base.
21531
21532 * progmodes/glasses.el: New file.
21533
21534 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21535
21536 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21537 userids differently.
21538
21539 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21540 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21541 progmodes/ebnf-yac.el: New files.
21542
21543 2000-01-26 Dave Love <fx@gnu.org>
21544
21545 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21546 on a function with an empty body. [From Eric Ludlam.]
21547
21548 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21549
21550 * vc.el (vc-version-diff): Make sure file name is expanded.
21551
21552 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21553
21554 * scroll-bar.el (scroll-bar-timer): Variable removed.
21555 (scroll-bar-toolkit-scroll): Don't use a timer.
21556
21557 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21558
21559 * language/thai-util.el (thai-composition-function):
21560 Delete superfluous `a'.
21561
21562 2000-01-24 Dave Love <fx@gnu.org>
21563
21564 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21565 end-of-defun-function.
21566
21567 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21568
21569 2000-01-22 Jason Rumney <jasonr@gnu.org>
21570
21571 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21572 conflicts with new face support.
21573
21574 2000-01-22 Richard M. Stallman <rms@gnu.org>
21575
21576 * replace.el (query-replace): Rename last arg to DELIMITED.
21577 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21578 (query-replace-regexp): Likewise.
21579
21580 2000-01-20 Richard M. Stallman <rms@gnu.org>
21581
21582 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21583
21584 * emacs-lisp/lisp.el (beginning-of-defun-function):
21585 Variable renamed from beginning-of-defun.
21586 Do not call make-variable-buffer-local.
21587 (beginning-of-defun-raw): Use new variable name; doc fix.
21588 (beginning-of-defun): Doc fix.
21589 (end-of-defun-function): Variable renamed from end-of-defun.
21590 Do not call make-variable-buffer-local.
21591 (end-of-defun): Use new variable name; doc fix.
21592
21593 * subr.el (dolist, dotimes): Copied from cl-macs.el
21594 and made to work.
21595
21596 * mail/undigest.el (rmail-digest-end-regexps):
21597 Variable replaces rmail-digest-end-regexp.
21598 Allows multiple regexps for detecting the end line.
21599 (undigestify-rmail-message): Corresponding changes.
21600
21601 2000-01-19 Dave Love <fx@gnu.org>
21602
21603 * files.el (user-init-file): Don't declare here -- is primitive.
21604
21605 * startup.el (command-line): Check for compiled user-init-file and
21606 set to uncompiled version if necessary.
21607
21608 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21609
21610 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21611 (undigestify-rmail-message): Use it.
21612
21613 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21614
21615 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21616
21617 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21618 of mini-buffer.
21619
21620 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21621
21622 * emacs-lisp/copyright.el (copyright-update): Removed the
21623 requirement for a trailing space from `copyright-regexp', to
21624 support copyrights with owner specified on a separate line..
21625
21626 * align.el: New file.
21627
21628 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21629
21630 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21631
21632 2000-01-13 Dave Love <fx@gnu.org>
21633
21634 * ph.el: Removed. (Obsoleted by EUDC.)
21635
21636 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21637
21638 * net/eudc.el (toplevel): Remove autoloaded code installing
21639 menu with easymenu, because that causes build problems.
21640
21641 * frame.el (frame-notice-user-settings): New variable.
21642 (frame-notice-user-settings): Don't modify frame parameters
21643 if called a second time.
21644
21645 2000-01-13 Richard M. Stallman <rms@gnu.org>
21646
21647 * frame.el (frame-notice-user-settings):
21648 Notice default-frame-parameters even for non-window frames.
21649
21650 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21651
21652 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
21653 for Emacs.
21654 (eudc-bob-can-display-inline-images): Extend for Emacs.
21655 (eudc-bob-toggle-inline-display): Ditto.
21656 (eudc-bob-display-jpeg): Ditto.
21657
21658 2000-01-12 Gerd Moellmann <gerd@gnu.org>
21659
21660 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
21661 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
21662 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
21663
21664 * add-log.el (add-change-log-entry): Fix error trying an
21665 `(insert nil)'.
21666
21667 * subdirs.el: Add `net' directory.
21668
21669 * net: New directory.
21670
21671 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
21672 eval-last-sexp. Don't bind debug-on-error here.
21673 (eval-last-sexp): New function. Bind debug-on-error if
21674 eval-expression-debug-on-error is non-nil.
21675 (eval-defun-2, eval-defun): Likewise.
21676
21677 * simple.el (eval-expression): Don't bind debug-on-error if
21678 eval-expression-debug-on-error is nil. Detect changed
21679 debug-on-error, and propagate new value to global binding, if
21680 eval-expression-debug-on-error is non-nil,
21681 (eval-expression-debug-on-error): Change doc string.
21682
21683 2000-01-11 Richard M. Stallman <rms@gnu.org>
21684
21685 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
21686
21687 * emacs-lisp/lisp-mode.el (with-syntax-table):
21688 Set up lisp-indent-function property.
21689
21690 * subr.el (with-syntax-table): Moved from simple.el.
21691
21692 * simple.el (with-syntax-table): Moved to subr.el.
21693
21694 2000-01-11 Gerd Moellmann <gerd@gnu.org>
21695
21696 * tmm.el (tmm-shortcut): Delete region after prompt instead
21697 of erasing buffer.
21698
21699 * textmodes/fill.el (fill-common-string-prefix): New function.
21700 (fill-context-prefix): Use the longest common prefix of first
21701 and second line fill prefix, if there is one.
21702
21703 2000-01-11 Richard M. Stallman <rms@gnu.org>
21704
21705 * array.el (array-mode): Don't use make-variable-buffer-local.
21706 Use make-local-variable for `truncate-lines'.
21707
21708 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
21709
21710 * add-log.el (add-log-current-defun): Handle user-defined
21711 add-log-current-function returning nil,
21712
21713 * add-log.el (add-change-log-entry): Insert version number
21714 if having found a current function
21715
21716 * add-log.el (add-log-current-defun):
21717 Call `add-log-current-defun-function'. Try matches at level 0 and
21718 level 1. Strip whitespace from defun found.
21719
21720 2000-01-10 John Wiegley <johnw@gnu.org>
21721
21722 * allout.el (isearch-done/outline-provisions): Added `edit'
21723 argument to correspond with the current definition of `isearch-done'.
21724
21725 2000-01-10 Dave Love <fx@gnu.org>
21726
21727 * elide-head.el (elide-head): Use point-marker, not point.
21728
21729 2000-01-10 Gerd Moellmann <gerd@gnu.org>
21730
21731 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
21732 before and after the year 2000.
21733
21734 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
21735 Add ispell- prefix.
21736
21737 2000-01-10 Ken Stevens <k.stevens@ieee.org>
21738
21739 * ispell.el: Only define dictionaries in menus when they exist.
21740 (version18p): New variable.
21741 (version20p): New variable.
21742 (xemacsp): New variable.
21743 (ispell-choices-win-default-height): Fix for XEmacs visibility.
21744 (ispell-dictionary-alist1): Added Brasileiro dictionary.
21745 (ispell-dictionary-alist6): Russian command lines no longer accept
21746 run-together words.
21747 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
21748 (ispell-dictionary-alist): Add koi8-r to customize definition.
21749 (check-ispell-version): Added documentation string. Return library
21750 path when called non-interactively.
21751 (ispell-menu-map-needed): Uses new variables.
21752 (ispell-library-path): New variable.
21753 (ispell-decode-string): XEmacs fix for bogus variable bindings.
21754 (ispell-word): Improved documentation string. Test for valid
21755 character mappings. Correctly check typed in word changes that can
21756 result in single words split into multiple words.
21757 Return replacement word.
21758 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
21759 replace in recursive query replace mode. Help message for
21760 recursive edit mode.
21761 (ispell-show-choices): Protect against bad framepop bindings.
21762 (ispell-help): Fix to work with XEmacs.
21763 (ispell-highlight-spelling-error): Use new variables.
21764 (ispell-overlay-window): Fix to work with XEmacs.
21765 (ispell-parse-output): Passed and returns location information
21766 tracking spelling corrections. Doesn't recheck same word on
21767 current line.
21768 (ispell-init-process): Protect against bogus XEmacs variable binding.
21769 Fix call to single argument in sleep-for. Use new variables.
21770 (ispell-region): Passed and returns location information tracking
21771 spelling corrections. Doesn't check same word on current line.
21772 Improved documentation string. Doesn't resend a line already
21773 checked to the ispell process - fixes bug in LaTeX parsing.
21774 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
21775 (ispell-skip-region): No longer skips <TT> in SGML.
21776 (ispell-process-line): Tracks location information with spelling
21777 corrections. Added documentation string. Accounts for words
21778 already accepted on this line. Don't allow query-replace on line
21779 starting with math characters. Doesn't resend a line already sent
21780 to ispell process. Fixes alignment error bug.
21781
21782 2000-01-10 Richard M. Stallman <rms@gnu.org>
21783
21784 * dired-x.el (dired-guess-shell-alist-default):
21785 Suggest xloadimage, which is free, not xv, which isn't.
21786
21787 * ange-ftp.el (ange-ftp-file-name-nondirectory):
21788 Don't ever include the host name or user name in the value.
21789
21790 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21791
21792 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
21793 of a real newline.
21794
21795 2000-01-09 Stephen Eglen <stephen@gnu.org>
21796
21797 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
21798 for .png files.
21799
21800 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
21801
21802 * cus-edit.el (custom-hook-convert-widget): Fix comment.
21803
21804 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21805
21806 * progmodes/cperl-mode.el: Replace ^F with ^L.
21807
21808 * sendmail.el (toplevel): Provide `sendmail' when compiling before
21809 `require'ing rmail and mailalias to prevent infinite recursion.
21810
21811 2000-01-08 Dave Love <fx@gnu.org>
21812
21813 * emacs-lisp/backquote.el: Remove inappropriate customization
21814 (allowing custom.el to use backquote).
21815
21816 2000-01-07 Dave Love <fx@gnu.org>
21817
21818 * add-log.el (add-log-debugging): Deleted.
21819 (add-change-log-entry): Treat a backup FILE-NAME as its parent
21820 file. Remove debugging code.
21821 (change-log-get-method-definition, change-log-name): Add doc.
21822 (change-log-sortable-date-at): New function.
21823 (change-log-merge): New command.
21824
21825 * time.el (display-time-string-forms): Make the Mail string active.
21826 (display-time-update): Provide help-echo for load average.
21827
21828 * bindings.el (make-mode-line-mouse2-map): New function.
21829 (mode-line-modified): Use it and simplify.
21830 (mode-line-mule-info): Provide help-echo info.
21831 (minor-mode-alist): Activate the strings.
21832 (make-mode-line-mouse-sensitive): Simplify for
21833 mode-line-buffer-identification.
21834
21835 2000-01-07 Gerd Moellmann <gerd@gnu.org>
21836
21837 * play/pong.el: New file.
21838
21839 2000-01-06 Dave Love <fx@gnu.org>
21840
21841 * array.el: Assorted cleanups for compiler warnings, doc strings,
21842 `array-' prefix for symbols.
21843
21844 2000-01-05 Dave Love <fx@gnu.org>
21845
21846 * textmodes/outline.el (outline-mode-menu-bar-map):
21847 Add outline-headers-as-kill.
21848 (outline-mode): Define imenu-generic-expression.
21849 (outline-headers-as-kill): New command.
21850
21851 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
21852 from paragraph-start.
21853 (paragraph-indent-minor-mode): New command.
21854
21855 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
21856 M-C-e, M-C-h, C-j, C-xnd, TAB.
21857 (fortran-mode): Set beginning-of-defun, end-of-defun.
21858 (fortran-column-ruler): Simplify.
21859 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
21860 (fortran-with-subprogram-narrowing): Likewise.
21861 (fortran-indent-subprogram): Call mark-defun.
21862 (fortran-check-for-matching-do): Change narrowing.
21863
21864 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
21865 (cl-lucid-hash-tag): Delete.
21866 (cl-hash-table-p): Correct test for native table.
21867 (cl-hash-table-count): Use hash-table-count.
21868
21869 * browse-url.el (browse-url): Fix case of
21870 browse-url-browser-function being an alist.
21871
21872 2000-01-05 Carsten Dominik <cd@gnu.org>
21873
21874 * textmodes/reftex-vars.el (reftex-parse-file-extension)
21875 (reftex-index-phrase-file-extension): New options.
21876
21877 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
21878 Use new option `reftex-index-phrase-file-extension'.
21879
21880 * textmodes/reftex.el (reftex-access-parse-file): Use new option
21881 `reftex-parse-file-extension'.
21882
21883 2000-01-05 Dave Love <fx@gnu.org>
21884
21885 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
21886 (beginning-of-defun-raw): Use it.
21887 (end-of-defun): New variable.
21888 (end-of-defun): Use it.
21889 (check-parens): New command.
21890
21891 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
21892
21893 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
21894 (hs-show-block): Don't use `mapcar' when not accumulating.
21895
21896 Fix buglet in local variables initialization.
21897
21898 2000-01-05 Andreas Schwab <schwab@suse.de>
21899
21900 * hscroll.el (hscroll): Doc fix.
21901
21902 2000-01-05 Carsten Dominik <cd@gnu.org>
21903
21904 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
21905 Require idlw-toolbar.
21906
21907 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
21908 file idlw-rinfo.el.
21909 (idlwave-customize): Load must read file idlw-shell.el.
21910 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
21911
21912 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
21913
21914 * progmodes/idlw-shell.el: Also provide idlwave-shell
21915 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
21916 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
21917
21918 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
21919 both reftex-dcr and reftex-vcr.
21920
21921 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
21922
21923 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21924
21925 * ps-print.el: PostScript code now is in separate files, doc fix.
21926 (ps-print-version): New version number (5.0.3).
21927 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
21928 local.
21929 (ps-spool-config): Initialization fix.
21930 (ps-print-prologue-1, ps-print-prologue-2)
21931 (ps-print-duplex-feature): PostScript code moved to separated file.
21932 (ps-background-image): Little code reformating.
21933 (ps-begin-file, ps-begin-job): Fix code.
21934 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
21935 (ps-prologue-file): New fun.
21936
21937 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21938
21939 * ps-vars.el: Eliminated.
21940
21941 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
21942 `;;;###autoload'.
21943
21944 * ps-print.el: ps-vars eliminated, doc fix.
21945 (ps-print-version): New version number (5.0.2).
21946 (ps-spool-config): Initialization fix.
21947 (ps-print-customize): New fun.
21948
21949 2000-01-04 Gerd Moellmann <gerd@gnu.org>
21950
21951 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
21952
21953 2000-01-04 Dave Love <fx@gnu.org>
21954
21955 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
21956 menu items.
21957
21958 2000-01-03 Dave Love <fx@gnu.org>
21959
21960 * elide-head.el (elide-head) [defgroup]: Add :version.
21961
21962 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
21963 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
21964 Use `cl-hash-table-p', not `hash-table-p'.
21965 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
21966
21967 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21968
21969 * faces.el (face-read-integer, read-face-attribute)
21970 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
21971
21972 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21973
21974 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
21975 at comment end, and re-insert them after filling.
21976
21977 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21978
21979 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
21980 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
21981 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
21982
21983 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21984
21985 * term/x-win.el (xw-defined-colors): Call color-supported-p,
21986 the new name of face-color-supported-p.
21987
21988 * term/w32-win.el (xw-defined-colors): Likewise.
21989
21990 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21991
21992 * simple.el (completion-setup-function): Count completion-size
21993 from minibuffer-prompt-end, not from point-min.
21994
21995 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
21996
21997 * faces.el (read-face-attribute, defined-colors, color-defined-p):
21998 Pass the frame to tty-color-* functions.
21999 (display-color-p, frame-set-background-mode): Pass the frame to
22000 tty-display-color-p.
22001
22002 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22003 tty-color-alist.
22004 (tty-color-alist, tty-modify-color-alist): New functions.
22005 (tty-color-define, tty-color-clear, tty-color-approximate)
22006 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22007 optional parameter FRAME.
22008
22009 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22010
22011 * image.el (create-image, defimage): Don't assume image data is
22012 a string.
22013
22014 * image.el (defimage): Handle specifications containing :data
22015 instead of :file.
22016 (image-type-from-data): New function.
22017 (image-type-from-file-header): Use it.
22018 (create-image): Add parameter DATA-P.
22019
22020 See ChangeLog.8 for earlier changes.
22021
22022 ;; Local Variables:
22023 ;; coding: iso-2022-7bit
22024 ;; End:
22025
22026 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22027 Copying and distribution of this file, with or without modification,
22028 are permitted provided the copyright notice and this notice are preserved.