]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-11-17 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
4 (add-to-list): Delete compatibility code.
5
6 2001-11-17 Stephen Eglen <stephen@gnu.org>
7
8 * locate.el (locate): Show default locate pattern within the
9 prompt, but don't insert it into the minibuffer contents. Catch
10 the case when pattern is the empty string.
11
12 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13
14 * language/european.el ("French"): New language environment.
15
16 2001-11-16 Richard M. Stallman <rms@gnu.org>
17
18 * calendar/todo-mode.el (todo-save): Fix previous change.
19
20 * subr.el (functionp): Do use cdr-safe on object.
21
22 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
23
24 * bindings.el (mode-line-mode-name): Only put the help-echo property
25 if the local-map property was put as well.
26 (global-map): Bind switch-frame, delete-frame, iconify-frame
27 and make-frame-visible events.
28
29 * emacs-lisp/elp.el (elp-not-profilable): New var.
30 (elp-not-profilable-p): New function.
31 (elp-instrument-function): Use it. Use backquotes and push.
32
33 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
34 (byte-stack+-info, byte-compile-last-warned-form)
35 (byte-compile-last-logged-file): Don't defconst a variable.
36 (no-byte-compile): Declare.
37 (byte-compile-file): Don't boundp-check no-byte-compile any more.
38 (byte-compile-defvar): Leave defconst as is.
39
40 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
41 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
42 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
43 (edebug-best-error): Don't defconst a variable.
44 (edebug-read-syntax-table): Use a char-table.
45 (edebug-lemacs-specific): Remove.
46 Toplevel: Eliminate check for Lucid Emacs.
47
48 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
49
50 * rect.el (move-to-column-force): Mark obsolete.
51 (operate-on-rectangle, delete-extract-rectangle-line)
52 (insert-rectangle, delete-whitespace-rectangle-line)
53 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
54 (string-rectangle-history): New var.
55 (string-rectangle, string-insert-rectangle): Use it.
56 (delete-rectangle-line): Fix pos/column mixup and simplify.
57
58 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
59 (normal-top-level, command-line, command-line-1): Simplify.
60
61 * tar-mode.el (tar-mode): Use define-derived-mode.
62
63 * view.el (view-mode-enable): Don't use make-local-hook.
64
65 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
66
67 2001-11-16 Richard M. Stallman <rms@gnu.org>
68
69 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
70 if it doesn't make sense as anything else.
71 Don't recognize a "telephone number" at the beginning of the name.
72 (mail-extr-leading-garbage): Match non-word characters only.
73
74 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
75
76 * startup.el (command-line-processed): Doc fix.
77
78 * apropos.el (apropos-next-label-button): Doc fix.
79
80 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
81
82 * comint.el (comint-mode): Simplify.
83 (make-comint-in-buffer): Run `comint-mode' only if necessary.
84
85 * subr.el (eval-after-load): Make it work with features as well.
86
87 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
88
89 * international/mule-cmds.el (describe-input-method): Setup xref.
90 (set-language-environment): Use functionp.
91 (locale-language-names, locale-charset-language-names)
92 (locale-preferred-coding-systems): Defconst and purecopy.
93
94 * language/european.el (mac-roman): Add mime-charset property.
95
96 2001-11-15 Richard M. Stallman <rms@gnu.org>
97
98 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
99 (multiple-value-apply, nth-value): Use defsubst rather than defalias
100 to get better doc strings.
101
102 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
103
104 * derived.el: Fix autoload cookie.
105
106 2001-11-15 Richard M. Stallman <rms@gnu.org>
107
108 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
109
110 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
111
112 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
113
114 2001-11-15 Richard M. Stallman <rms@gnu.org>
115
116 * dired.el (dired-undo): Display a message to explain
117 that this does not undo file system changes.
118
119 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
120
121 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
122 into `unread-command-events' instead of trying keymap
123 lookups ourselves. This makes mouse-clicks do the right
124 thing even when keymaps of overlays are involved.
125 (mouse-drag-drag): Likewise.
126
127 2001-11-15 Andreas Schwab <schwab@suse.de>
128
129 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
130 characters and append anchor to pattern added to auto-mode-alist.
131
132 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
133
134 * server.el (server-process-filter): Run pore/post-comment-hook
135 before/after visiting the file.
136
137 * info-look.el (makefile-mode): Add info for automake.
138 (autoconf-mode): Fix the name of the index for automake.
139
140 * international/latin-9.el: Give pilcrow punctuation syntax.
141
142 2001-11-15 Andre Spiegel <spiegel@gnu.org>
143
144 * vc.el: Documentation fixes.
145
146 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
147
148 * smerge-mode.el (smerge-match-conflict): Fix typo.
149 (smerge-diff): Be careful to read match-data early enough.
150
151 2001-11-14 Colin Walters <walters@verbum.org>
152
153 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
154 (calcFunc-subst): Use `defalias' instead of `fset' and
155 `symbol-function'.
156
157 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
158 (calcFunc-ceil, calcFunc-round): Ditto.
159
160 * calc/calc-bin.el (calcFunc-clip): Ditto.
161
162 * calc/calc-ext.el (calcFunc-evalv): Ditto.
163
164 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
165
166 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
167 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
168
169 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
170
171 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
172 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
173 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
174 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
175 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
176 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
177 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
178 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
179 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
180 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
181 * calcsel2.el: Style cleanup; don't put closing parens on their
182 own line, add "foo.el ends here" to each file, and update
183 copyright date.
184
185 * README: Update maintainer.
186
187 2001-11-13 Alan Shutko <ats@acm.org>
188
189 * compile.el (recompile): Use compilation-arguments if set, so as
190 to be able to M-x recompile the exact command which created a
191 compilation-mode buffer.
192
193 2001-11-13 Richard M. Stallman <rms@gnu.org>
194
195 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
196
197 2001-11-13 Gerd Moellmann <gerd@gnu.org>
198
199 * mouse.el (mouse-drag-region): Don't run the up-event
200 handler if window start changed due to the down-mouse event.
201
202 2001-11-13 Richard M. Stallman <rms@gnu.org>
203
204 * mouse.el (mouse-show-mark): Either move point to the mark
205 or use highlighting, never both.
206 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
207
208 2001-11-13 Simon Josefsson <jas@extundo.com>
209
210 * mail/smtpmail.el (top-level): Change maintainer to Simon
211 Josefsson, cleanup the smtpmail.el header.
212
213 * mail/smtpmail.el (top-level): Don't require cl or base64.
214 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
215 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
216 Defsubst instead of defmacro.
217 (smtpmail-intersection): Return value in reverse order.
218 (smtpmail-open-stream): Use stringp instead of string-to-list.
219 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
220 separated from smtpmail-via-smtp.
221
222 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
223 rfc2104. Require base64 and cl.
224 (smtpmail-smtp-service): Doc fix. :type fix.
225 (smtpmail-debug-info): Doc fix.
226 (smtpmail-debug-verb, smtpmail-auth-credentials)
227 (smtpmail-starttls-credentials, smtpmail-auth-supported):
228 New variables.
229 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
230 mail-utils (it is autoloaded).
231 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
232 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
233 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
234 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
235 (smtpmail-via-smtp): Support AUTH.
236 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
237
238 2001-11-13 Richard M. Stallman <rms@gnu.org>
239
240 * ebuff-menu.el (electric-buffer-update-highlight): New function.
241 (electric-buffer-overlay): New variable.
242 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
243 (electric-buffer-list): Likewise.
244
245 2001-11-13 Per Starback <starback@ling.uu.se>
246
247 * isearch.el (isearch-whitespace-chars): Doc fix.
248 (isearch-mode): Handle negative search-slow-window-lines correctly.
249
250 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
251
252 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
253
254 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
255 From Emmanuel Briot <briot@act-europe.fr>.
256
257 2001-11-13 Colin Walters <walters@debian.org>
258
259 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
260
261 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
262 "~/.emacs"; use `read-file-name'.
263
264 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
265 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
266 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
267 * calc/calc.el: Use `frame-width' instead of `screen-width',
268 `frame-height' instead of `screen-height', and,
269 `executing-kbd-macro' instead of `executing-macro'.
270
271 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
272 correct number of arguments.
273
274 * calc/calc-aent.el (calc-do-alg-entry):
275 Use `blink-paren-function' instead of `blink-paren-hook'.
276
277 2001-11-12 Richard M. Stallman <rms@gnu.org>
278
279 * calendar/todo-mode.el (todo-save): Add save-excursion
280 and save-restriction.
281
282 * server.el (server-edit, server-done): Doc fix.
283
284 * simple.el (clone-indirect-buffer): Error if major mode symbol
285 has a no-clone-indirect property.
286 (clone-buffer): Check for obvious errors before reading clone name.
287
288 * info.el (Info-mode): Add a no-clone-indirect property.
289
290 2001-11-12 Sam Steingold <sds@gnu.org>
291
292 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
293 set-buffer-modified-p to nil after `vc-exec-after'.
294 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
295 (log-view-mode): Make read-only.
296 (log-view-current-file): Do final `expand-file-name' in the
297 current `default-directory'.
298 (log-view-current-tag): Take an optional `where' arg.
299 (log-view-diff): New user command.
300
301 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
302
303 * progmodes/cpp.el (cpp-choose-face): Fix typo.
304
305 2001-11-12 Sam Steingold <sds@gnu.org>
306
307 * emacs-lisp/cl-indent.el (toplevel): Indent properly
308 `generic-flet', `generic-labels', `with-accessors',
309 `with-condition-restarts'.
310
311 2001-11-12 Richard M. Stallman <rms@gnu.org>
312
313 * dired.el: Many trivial doc fixes.
314 (dired-get-file-for-visit): New function.
315 (dired-find-alternate-file, dired-mouse-find-file-other-window):
316 (dired-view-file, dired-find-file-other-window, dired-display-file):
317 (dired-find-file): Use dired-get-file-for-visit.
318
319 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
320
321 * sql.el (sql-mode): Doc change.
322
323 * sql.el (sql-mode-syntax-table): The backslash is no longer an
324 escape character.
325
326 2001-11-12 Colin Walters <walters@debian.org>
327
328 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
329 (calc-do-keypad): Don't attempt to use nonexistent global
330 mouse-map, use calc-keypad-map.
331 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
332 (calc-keypad-left-click): Don't use mouse-map; update to new event
333 interface.
334 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
335 (calc-keypad-press): Use `unread-command-events' instead of
336 `unread-command-char'.
337
338 * calc/calc-ext.el (calc-init-extensions): Update autoload names
339 to match files renamed on initial calc import.
340
341 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
342
343 * textmodes/flyspell.el (flyspell-default-dictionary):
344 Fix previous change.
345
346 2001-11-12 Richard M. Stallman <rms@gnu.org>
347
348 * textmodes/flyspell.el (flyspell-default-dictionary):
349 Fix custom type.
350
351 2001-11-11 Richard M. Stallman <rms@gnu.org>
352
353 * calendar/solar.el (solar-sunrise-and-sunset):
354 Exchange the two extreme values of day-length.
355
356 * progmodes/sh-script.el (sh-must-be-shell-mode):
357 Allow modes derived from sh-mode.
358
359 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
360 Turn off error in some re-search-forward calls.
361
362 * replace.el (query-replace-skip-read-only): New variable.
363 (perform-replace): If that variable is non-nil, ignore matches
364 that have a read-only property.
365
366 * derived.el (define-derived-mode): Doc fix.
367
368 * server.el (server-buffer-done): Test of server-existing-buffer
369 was backwards.
370 (server-existing-buffer): Doc fix.
371
372 * textmodes/flyspell.el (flyspell-default-dictionary):
373 Allow nil as value, and make nil the default.
374
375 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
376
377 * subdirs.el: Regenerated.
378
379 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
380 it is not fboundp.
381 (clipboard-yank): Ditto.
382
383 2001-11-11 Colin Walters <walters@verbum.org>
384
385 The following changes are based on patches from
386 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
387 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
388
389 * calc/calc.el (toplevel): Require calc-macs.
390 (calc-minibuffer-size): New.
391 (calcDigit-nondigit): Use it instead of `buffer-size'.
392 (calcDigit-backspace): Likewise.
393 (calcDigit-nondigit): Use `minibuffer-contents' instead of
394 `buffer-string'.
395 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
396 `point-min'.
397 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
398 `save-excursion'.
399
400 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
401 simple `setq' form.
402
403 * calc/calc-ext.el: (toplevel): Require calc.
404 (calc-fancy-prefix-map): New.
405 (calc-fancy-prefix): Use it.
406 (calc-fancy-prefix-other-key): New.
407
408 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
409 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
410 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
411 (calcAlg-enter): Likewise.
412 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
413
414 2001-11-10 Richard M. Stallman <rms@gnu.org>
415
416 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
417 (quietly-read-abbrev-file): Doc fix.
418
419 * startup.el (command-line): Read standard abbrev
420 file (abbrev-file-name), if it exists.
421
422 * files.el (save-abbrevs): Default value is t.
423
424 * progmodes/compile.el (compile-goto-error): Fix previous change
425 in the case where subsequent errors have not been parsed yet
426 because they are in a different source file.
427
428 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
429
430 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
431 Merge two regular expressions into one.
432 (ps-mode): Make local bindings for `comment-start' and
433 `comment-start-skip'.
434 (ps-mode-looking-at-nested): Simplify an if-else construct;
435 use `set-match-data' to set the result.
436
437 2001-11-10 Richard M. Stallman <rms@gnu.org>
438
439 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
440 Function deleted.
441 (flyspell-correct-word): Old definition deleted.
442 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
443 All references renamed too.
444
445 2001-11-10 Gerd Moellmann <gerd@gnu.org>
446
447 * Makefile.in (finder_setwins, setwins): Exclude Calc.
448
449 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
450
451 * wid-edit.el (checklist): Removed `:menu-tag'.
452 (radio-button-choice): Ditto.
453 (editable-list): Ditto.
454
455 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
456
457 * play/gomoku.el: Move definitions of constants to the beginning
458 of file, before their use.
459
460 2001-11-09 Richard M. Stallman <rms@gnu.org>
461
462 * textmodes/flyspell.el: Use the keymap property
463 instead of local-map, and don't use a minor-mode map.
464 (flyspell-mode-map): Variable deleted.
465 Don't mess with minor-mode-map-alist.
466 (calling add-minor-mode): Specify nil for keymap.
467 And always use add-minor-mode, now that it exists.
468 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
469 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
470 or flyspell-local-mouse-map.
471 (make-flyspell-overlay): Use flyspell-mouse-map directly.
472 (flyspell-mode): Doc fix.
473 (flyspell-mode-on): Don't call make-local-hook.
474
475 2001-11-09 Sam Steingold <sds@gnu.org>
476
477 * emacs-lisp/debug.el (debugger-make-xrefs):
478 Add buttons to all symbols.
479
480 2001-11-09 Andre Spiegel <spiegel@gnu.org>
481
482 * vc.el: Add John David Smith to credits.
483
484 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
485
486 * vc-hooks.el (vc-error-occured): Backquotified.
487 (vc-file-prop-obarray): Use prime length for better efficiency.
488
489 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
490
491 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
492
493 * info.el (Info-file-list-for-emacs): Add entries for Calc.
494
495 2001-11-09 Miles Bader <miles@gnu.org>
496
497 * subr.el (functionp): Don't consider macros as functions.
498
499 2001-11-08 Miles Bader <miles@gnu.org>
500
501 * subr.el (functionp): Make work correctly for macros and unbound
502 symbols.
503
504 * comint.el (comint-send-input): Fix description of
505 `comint-process-echoes' in the doc-string.
506
507 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
508
509 * international/mule.el (make-translation-table): Doc fix.
510 Suggested by Alex Schroeder <alex@gnu.org>.
511
512 2001-11-07 Richard M. Stallman <rms@gnu.org>
513
514 * info.el (Info-fontify-node): Highlight every third menu item.
515
516 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
517
518 * cus-edit.el (custom-face-value-create): Don't ignore the
519 `customized-face' attribute when finding the current face spec.
520
521 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
522
523 * subr.el (with-local-quit): New macro.
524 (make-syntax-table): Always inherit.
525 (functionp): Be more careful when `object' is a symbol.
526
527 * dabbrev.el (dabbrev-completion): Use "*Completions*".
528
529 2001-11-07 Paul Eggert <eggert@twinsun.com>
530
531 * dired.el (dired-move-to-filename-regexp):
532 Do not distinguish between ASCII letters and non-ASCII characters.
533 Don't allow comma except in the form "month day, year".
534 Don't allow space between month name and comma.
535 Clean up the code that checks for trailing period, comma, and space.
536 Remove now-obsolete comments, and add more commentary about
537 Japanese dates.
538 Always gobble up trailing spaces, instead of doing it only sometimes.
539
540 2001-11-07 Miles Bader <miles@gnu.org>
541
542 * paren.el (show-paren-match-face): Add dark-background variant.
543
544 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
545
546 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
547 (lisp-mode-variables): Don't set paragraph-{start,separate}.
548 Don't disable adaptive-fill-mode.
549 (lisp-fill-paragraph): Use tab-width rather than 8.
550 Prevent filling the first line of docstrings.
551
552 2001-11-06 Richard M. Stallman <rms@gnu.org>
553
554 * play/gomoku.el (gomoku): Doc fix.
555
556 * jka-compr.el (jka-compr-partial-uncompress):
557 Support an alternative of not using dd.
558 (jka-compr-dd-program): Use defcustom to define this.
559 (jka-compr-load-suffixes): Use defcustom.
560 (jka-compr-mode-alist-additions): Use defcustom.
561
562 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
563
564 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
565 Also work when LIMIT is further than the end of line.
566
567 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
568
569 * international/quail.el (quail-update-leim-list-file): Print the
570 offending file name if some of its quail-define-package forms is broken.
571
572 2001-11-05 Richard M. Stallman <rms@gnu.org>
573
574 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
575 of the evaluated form.
576
577 2001-11-05 Paul Eggert <eggert@twinsun.com>
578
579 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
580 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
581 stamps always line up by default. Also, it uses a slightly
582 different window to determine whether files are "recent".
583
584 2001-11-05 Andrew Innes <andrewi@gnu.org>
585
586 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
587 Don't attempt to remake autoloads before nuking .elc files.
588
589 2001-11-04 Richard M. Stallman <rms@gnu.org>
590
591 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
592 previous-single-property-change or next-single-char-property-change
593 returns nil.
594
595 * international/mule-cmds.el (set-locale-environment):
596 Make it interactive; make arg optional.
597
598 * international/mule-diag.el (help-funs): Require help-funs.
599
600 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
601
602 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
603
604 2001-11-04 Miles Bader <miles@gnu.org>
605
606 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
607 shadow of the splash image grey on a dark background instead of black.
608
609 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
610
611 * term.el (all faces): Don't (copy-face 'default <foo>).
612
613 * term/xterm.el (function-key-map):
614 Add entry for `ESC [ 3 ~' -> <delete>
615 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
616 Use inheritance so that .emacs and terminfo take precedence.
617
618 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
619
620 * tooltip.el (tooltip-delay): Decrease to 0.7.
621 (tooltip-hide-delay): Enlarge to 10.
622
623 2001-11-03 Richard M. Stallman <rms@gnu.org>
624
625 * startup.el (fancy-splash-tail): Explain how to recover
626 from a crash, if there was a crash.
627 (command-line-1): Reorganize display of startup screen,
628 to simplify the logic. Use a temp buffer for it.
629
630 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
631
632 * frame.el (set-background-color, set-foreground-color):
633 Call face-set-after-frame-default, to propagate the new colors to
634 the frame's parameters alist.
635
636 * calendar/timeclock.el (timeclock-out): Signal an error if
637 timeclock-last-event is nil.
638
639 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
640
641 * textmodes/fill.el (fill-context-prefix): Fix braino.
642
643 * international/quail.el (quail-help):
644 Use `help-buffer' and move `help-setup-xref' to beginning.
645
646 * international/mule-cmds.el (describe-language-environment):
647 Use `help-buffer' and move `help-setup-xref' to beginning.
648
649 * international/mule-diag.el (list-character-sets)
650 (sort-listed-character-sets, describe-character-set)
651 (describe-coding-system, describe-fontset, list-fontsets):
652 Use `help-buffer' and move `help-setup-xref' to beginning.
653 (describe-char-after): Use `internal-describe-syntax-value'.
654
655 2001-11-02 Richard M. Stallman <rms@gnu.org>
656
657 * mouse.el (popup-menu): If the user refuses to select
658 from a menu, don't try to invoke the menu.
659
660 2001-11-02 Miles Bader <miles@gnu.org>
661
662 * help-mode.el (help-xref): New button type.
663 (help-function, help-variable, help-face, help-coding-system)
664 (help-input-method, help-character-set, help-type, help-symbol)
665 (help-back, help-info, help-customize-variable, help-customize-face)
666 (help-function-def, help-variable-def): Use it as a supertype.
667 Remove `action' property.
668
669 * international/mule-diag.el (describe-character-set)
670 (describe-coding-system): Pass correct args to `help-xref-button'.
671 (sort-listed-character-sets): New button type.
672 (list-character-sets): Use it.
673 (list-charset-chars): New button type.
674 (list-character-sets-1): Use it.
675
676 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
677
678 * indent.el (tab-always-indent, indent-for-tab-command):
679 Remove redundant `never' setting.
680
681 * fill.el (fill-region-as-paragraph): Don't forget to skip
682 over current whitespace before looking for a preceding space.
683
684 2001-11-01 Richard M. Stallman <rms@gnu.org>
685
686 * files.el (file-newest-backup): Don't pass backup file name
687 thru file-name-sans-versions, because it never has version numbers.
688
689 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
690 to avoid ambiguous nested loops.
691
692 * files.el (find-file-noselect): Offer to change buffer-read-only
693 only when the file's read-only status has changed from before
694 as well as disagreeing with the buffer's current status.
695 (buffer-file-read-only): New var, local in all buffers.
696
697 * buff-menu.el (buffer-menu): Doc fix.
698 (buffer-menu-other-window): Doc fix.
699 (list-buffers, list-buffers-noselect): Doc fix.
700
701 2001-11-01 Gerd Moellmann <gerd@gnu.org>
702
703 * startup.el (command-line): If the terminal Emacs is running on
704 has erase char set to ^H, use the Backspace key for deleting
705 backward, and the Delete key for deleting forward.
706
707 2001-11-01 Miles Bader <miles@gnu.org>
708
709 * button.el (define-button-type): Make sure every user-defined
710 button type has a supertype.
711
712 2001-10-31 Jason Rumney <jasonr@gnu.org>
713
714 * international/mule-cmds.el (locale-language-names): Add chs and
715 cht as aliases for Chinese-GB and Chinese-BIG5.
716
717 2001-10-31 Richard M. Stallman <rms@gnu.org>
718
719 * bindings.el (mode-line-frame-identification): Add doc string.
720 (mode-line-position, mode-line-modes): New variables.
721 (mode-line-format): Use mode-line-position for the part
722 that displays the position-in-buffer info.
723 Use mode-line-modes for the part that displays major and minor modes.
724
725 2001-10-31 Sam Steingold <sds@gnu.org>
726
727 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
728 (debugger-setup-buffer): Call it.
729 (debugger-mode-map): Bind RET and mouse-2.
730
731 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
732
733 * startup.el: Document command line option --no-window-system
734 instead of --no-windows.
735
736 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
737
738 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
739
740 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
741 (font-lock-defaults-alist): Use it.
742 From David Ponce <david.ponce@wanadoo.fr>
743
744 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
745 output of `char-after'.
746
747 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
748
749 * simple.el (reindent-then-newline-and-indent): Insert the newline
750 before indenting the first line.
751 (undo-get-state, undo-revert-to-state): New funs.
752 (shell-command): Don't kill the buffer even if empty.
753 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
754 (transpose-subr-end2): Remove.
755 (transpose-subr): Add `special' arg and simplify.
756 (transpose-subr-1): Rewrite.
757 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
758 (rfc822-goto-eoh): Simplify.
759
760 2001-10-30 Richard M. Stallman <rms@gnu.org>
761
762 * enriched.el (enriched-face-ans): FIx previous change.
763
764 2001-10-30 Gerd Moellmann <gerd@gnu.org>
765
766 * international/iso-acc.el (iso-accents-compose): Remove a
767 superfluous setq.
768
769 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
770
771 * buff-menu.el (list-buffers-noselect): If the buffer's name
772 starts with a blank, but it visits a file, do show it (for files
773 whose names start with a blank).
774
775 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
776
777 * textmodes/fill.el (sentence-end-double-space)
778 (sentence-end-without-period): Move to paragraphs.el.
779 (fill-indent-according-to-mode): Change default to t.
780 (fill-context-prefix): Simplify control-flow and use a more
781 sophisticated merge that unifies both previous checks.
782 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
783 (fill-nobreak-predicate): Make it into a defcustom'd hook.
784 (fill-nobreak-p): New fun.
785 (fill-region-as-paragraph): Use it.
786 Handle `fill-indent-according-to-mode' slightly differently.
787 (fill-individual-paragraphs-prefix): Simplify the control-flow.
788 (fill-individual-paragraphs-citation): Fix.
789
790 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
791 (paragraph-start): Change default to the `text-mode' value.
792 (sentence-end-double-space, sentence-end-without-period):
793 Move from fill.el.
794 (forward-paragraph): Use `parstart' and `parsep' for temp variables
795 rather than rebinding `paragraph-start' and `paragraph-separate'.
796
797 * indent.el (indent-line-function): Change default to indent-relative.
798 (tab-always-indent): Add an `never' setting.
799 (indent-according-to-mode): Handle `indent-relative' and
800 `indent-relative-maybe' specially.
801 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
802 Handle the `never' case for `tab-always-indent'.
803 Don't call indent-according-to-mode for indent-relative' and
804 `indent-relative-maybe'.
805 (insert-tab): Rename `prefix-arg' to `arg'.
806 (indent-region): Indent the first line as well.
807 (indent-relative): Don't mark the buffer modified if the indentation
808 is unchanged.
809
810 * textmodes/text-mode.el (paragraph-indent-minor-mode):
811 Don't set paragraph-separate. Set paragraph-start more carefully.
812 Set indent-line-function.
813 (paragraph-indent-text-mode): Use it and define-derived-mode.
814 (text-mode-map): Remove the \t binding.
815 (text-mode): Simplify now that the default is more favorable.
816
817 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
818
819 * emacs-lisp/find-func.el (find-function-search-for-symbol):
820 If the regexp doesn't match, use a looser one.
821 (find-variable-noselect): Add `file' argument.
822
823 * pcvs.el (cvs-mode-commit-hook): New hook.
824 (cvs-mode-commit): Run it.
825
826 * log-edit.el (log-edit): Run hook after `log-edit-files'.
827
828 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
829 (edebug-instrument-function): Use `find-function-noselect'.
830
831 2001-10-29 Richard M. Stallman <rms@gnu.org>
832
833 * term.el (term-if-emacs19): Macro deleted.
834 Callers changed to use progn instead.
835
836 * frame.el (blink-cursor-mode): Doc fix.
837
838 * files.el (find-backup-file-name): Use make-backup-file-name.
839
840 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
841 window-live-p.
842 (edebug-set-conditional-breakpoint): Unconditionally use
843 the former Emacs >=19 definition.
844 (edebug-mark): Define unconditionally.
845 (edebug-eval-expression): Always call read-from-minibuffer
846 and specify history list.
847 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
848 edebug-set-conditional-breakpoint.
849 (edebug-emacs-version-specific): Function deleted;
850 do the job at top level.
851 (edebug-emacs-19-specific): Function deleted, this is the default.
852
853 2001-10-29 Sam Steingold <sds@gnu.org>
854
855 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
856 "/cygdrive/LETTER/" pathnames.
857
858 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
859
860 * faces.el (invert-face): Check for 'unspecified, not for nil,
861 when testing whether face colors are not specified.
862 From David.Kastrup@t-online.de (David Kastrup).
863 (read-face-name): Doc fix.
864 (make-face-bold, make-face-unbold, make-face-italic)
865 (make-face-unitalic, make-face-bold-italic, invert-face):
866 Remove trailing blank from the prompt passed to read-face-name.
867
868 2001-10-29 Sam Steingold <sds@gnu.org>
869
870 * emacs-lisp/bytecomp.el (byte-recompile-directory):
871 Report numbers of files skipped and failed too.
872 (byte-compile-file): Return 'no-byte-compile for skipped files.
873
874 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
875
876 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
877 and `M p'.
878
879 2001-10-29 Gerd Moellmann <gerd@gnu.org>
880
881 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
882 as is on unread-command-events instead of `(SECOND-CHAR)'.
883
884 2001-10-29 Andre Spiegel <spiegel@gnu.org>
885
886 * vc.el: Mention vc-*-switches in backend API documentation.
887 (vc-annotate): Adapt doc string to recent change.
888
889 2001-10-29 Gerd Moellmann <gerd@gnu.org>
890
891 * enriched.el (enriched-face-ans): Handle face attributes
892 of the form `(FACE1 FACE2 ...)'.
893
894 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
895
896 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
897
898 * progmodes/sql.el (sql-mysql): Doc change by RMS.
899
900 * progmodes/sql.el (sql-db2): Doc change.
901 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
902 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
903
904 2001-10-29 Gerd Moellmann <gerd@gnu.org>
905
906 * env.el (substitute-env-vars): Don't quote argument to `rx';
907 it's a macro.
908
909 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
910
911 * cus-start.el (recursive-load-depth-limit): Added.
912
913 2001-10-28 Richard M. Stallman <rms@gnu.org>
914
915 * textmodes/ispell.el (version18p, version20p): Vars deleted.
916 All uses removed--assume Emacs version is >= 20.
917
918 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
919 by really checking that it is not version 18.
920
921 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
922
923 2001-10-28 Miles Bader <miles@gnu.org>
924
925 * faces.el (face-attribute): Add INHERIT argument, consider face
926 inheritance if it's non-nil.
927 (face-attribute-merged-with): New function.
928 (face-attribute-specified-or): New macro.
929 (face-foreground, face-background, face-stipple): Add INHERIT
930 argument. Use `face-attribute-specified-or'.
931
932 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
933
934 * font-lock.el: Require `syntax'.
935 (font-lock-defaults-alist): Don't define keywords for lisp languages.
936 Use `c-font-lock-syntactic-face-function' for c languages.
937 (font-lock-mode): Don't unset vars when turning the mode off.
938 (font-lock-default-fontify-buffer): Don't unset vars at the end.
939 (font-lock-extra-managed-props): New var.
940 (font-lock-default-unfontify-region): Use it.
941 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
942 Don't eval the value when there's no match.
943 (font-lock-ppss-stats): New var.
944 (font-lock-ppss): New fun.
945 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
946 (font-lock-apply-highlight): Allow `highlight' to set several props.
947 (font-lock-set-defaults): Use dolist.
948 (font-lock-unset-defaults): Remove.
949 (font-lock-match-c-style-declaration-item-and-skip-to-next):
950 Try to recognize prototypes using `foo P_ ((args))'.
951 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
952 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
953 (c-font-lock-syntactic-face-function): New function.
954 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
955 (c++-keywords): Use a more sophisticated regexp to handle
956 shallowly nested templates.
957
958 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
959
960 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
961 (sgml-tag): Use it. Cleanup with `cond'.
962 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
963 Mark the overlays and only delete those that are marked.
964 (sgml-skip-close-p): Remove.
965 (sgml-value): Replace sgml-skip-close-p with its definition.
966 (html-tag-alist): Use sgml-xml a bit more.
967 (html-mode): Set sgml-empty-tags.
968
969 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
970 (texinfo-update-node, texinfo-sequential-node-update):
971 Don't bind the obsolete `auto-fill-hook'.
972 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
973 Use `set-buffer' rather than `switch-to-buffer'.
974 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
975 Use `set-buffer' rather than `switch-to-buffer'.
976
977 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
978 text-mode-syntax-table.
979 (mail-mode): Use define-derived-mode.
980 Fix ordering of alternatives in adaptive-fill-regexp.
981 (mail-mode-map): Don't rely on keymap's internal representation.
982
983 2001-10-27 Sam Steingold <sds@gnu.org>
984
985 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
986 (sgml-xml-guess): Extracted from `html-mode' and generalized.
987 (sgml-mode-common): Call it.
988 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
989 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
990 (html-horizontal-rule, html-image, html-ordered-list):
991 (html-unordered-list, html-list-item, html-paragraph):
992 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
993 `html-xhtml'.
994
995 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
996
997 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
998 (ifnothtml): New alias.
999
1000 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1001
1002 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1003 (toggle-text-mode-auto-fill): Use derived-mode-p.
1004
1005 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1006
1007 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1008 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1009
1010 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1011
1012 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1013 Add make-obsolete cookies, to follow faces.el.
1014
1015 These changes avoid warnings from the byte compiler in faces.el:
1016
1017 * faces.el (internal-get-face): Use facep instead of the obsolete
1018 internal-find-face.
1019 (internal-frob-font-weight, internal-frob-font-slant):
1020 New defaliases for obsolete functions.
1021 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1022 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1023 (x-make-font-bold-italic): Use internal-frob-font-weight and
1024 internal-frob-font-slant aliases instead of the obsolete
1025 x-frob-... functions.
1026
1027 2001-10-26 Sam Steingold <sds@gnu.org>
1028
1029 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1030 DOCTYPE; set `mode-name' based on it.
1031 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1032 (sgml-tag): Close empty tags in XHTML.
1033
1034 2001-10-26 Jason Rumney <jasonr@gnu.org>
1035
1036 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1037 when UNICODE is not defined.
1038
1039 2001-10-26 Sam Steingold <sds@gnu.org>
1040
1041 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1042 be alone on the line.
1043
1044 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1045
1046 * button.el (button): Special face definition for MS-DOS terminals.
1047
1048 2001-10-26 Sam Steingold <sds@gnu.org>
1049
1050 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1051 Protect the /= test by checking that the args are non-nil.
1052 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1053
1054 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1055
1056 * textmodes/artist.el (artist-version): 1.2.4.
1057 (artist-butlast-fn): New variable.
1058 (artist-butlast): New function.
1059 (artist-ellipse-mirror-quadrant): Use it.
1060 (artist-mouse-draw-poly): Use nil for `point-list'.
1061 (artist-mouse-draw-poly): Check for point-list being nil.
1062
1063 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1064
1065 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1066 lambda expression.
1067 (ps-mode-menu-main): Submenu with options on/off was replaced with
1068 a toggle button.
1069 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1070 (ps-mode): Autoload cookie added on same line as comment
1071 (ps-mode-tabkey, ps-mode-backward-delete-char):
1072 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1073 `indent-to' with `indent-line-to'
1074 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1075 instead of `eval'.
1076 (ps-mode-print-region): Use `with-temp-buffer'.
1077 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1078 (numerous places): Add back-tick and tick around names in
1079 docstrings, fix punctuation in docstrings, remove trailing spaces.
1080
1081 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1082
1083 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1084 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1085 (sgml-font-lock-syntactic-keywords): New var.
1086 (sgml-mode-common): Drop the two args.
1087 Don't make buffer-local variables that aren't used.
1088 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1089 Don't set `before-string' props from sgml-display-text.
1090 (sgml-mode): Use define-derived-mode.
1091 (sgml-tags-invisible): Use sgml-display-text.
1092 (sgml-quote): New command.
1093 (html-tag-alist): Add args for `span'.
1094 (html-mode): Use define-derived-mode.
1095 Set sgml-display-text and sgml-tag-face-alist.
1096
1097 2001-10-25 Sam Steingold <sds@gnu.org>
1098
1099 * add-log.el (add-log-always-start-new-record): New user option.
1100 (add-change-log-entry): Use it.
1101
1102 2001-10-25 Richard M. Stallman <rms@gnu.org>
1103
1104 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1105 bind case-fold-search if FROM is not all lower case.
1106
1107 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1108
1109 * startup.el (normal-top-level): Check for frame-initial-frame
1110 only if it's really used.
1111
1112 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1113
1114 * progmodes/compile.el (compilation-parse-errors-filename-function):
1115 New variable.
1116 (compilation-parse-errors): Use it.
1117
1118 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1119
1120 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1121 interactively so that C-u M-C-x still does edebug.
1122 (checkdoc-sentencespace-region-engine): Don't force a double-space
1123 after `.' if it doesn't look like an end-of-sentence.
1124 (debug-ignored-errors): Add `disambiguate ...'.
1125
1126 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1127
1128 * textmodes/texinfo.el (texinfo-environments)
1129 (texinfo-environment-regexp): Hoist.
1130 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1131 Only highlight the menu name in menu items.
1132 Setup `@foo ... @end foo' as text clones.
1133 (texinfo-clone-environment): New function.
1134 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1135 (texinfo-insert-block): Simplify.
1136 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1137 the command is repeated.
1138 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1139 (texinfo-insert-@end): Simplify.
1140
1141 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1142 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1143 (texinfo-subsubsection-level-regexp)
1144 (texinfo-update-menu-same-level-regexps)
1145 (texinfo-update-menu-higher-regexps)
1146 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1147
1148 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1149 (derived-mode-p): Autoload.
1150
1151 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1152 New vars and functions.
1153 (text-clone-maintain, text-clone-create): New functions.
1154
1155 2001-10-25 Miles Bader <miles@gnu.org>
1156
1157 * facemenu.el (facemenu-add-new-face): Fix variable names.
1158
1159 2001-10-24 Richard M. Stallman <rms@gnu.org>
1160
1161 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1162 of t and nil values.
1163 (facemenu-set-face): Handle START and END interactively.
1164 (facemenu-set-foreground): Don't use a face; specify color directly.
1165 (facemenu-set-background): Likewise.
1166 (facemenu-set-face-from-menu): Doc fix.
1167 (facemenu-active-faces): Use face-attribute-vector
1168 to handle bare attributes not in faces.
1169 (facemenu-get-face): Don't handle face names fg:... and bg:...
1170 specially.
1171 (facemenu-add-new-face): New argument MENU.
1172 New way to handle adding colors to the color menus.
1173
1174 * env.el (substitute-env-vars): Quote the arg to rx.
1175
1176 2001-10-24 Sam Steingold <sds@gnu.org>
1177
1178 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1179 Control" and "SGML" groups.
1180
1181 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1182
1183 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1184 Better handling of C++ template args to avoid confusion with `<'
1185 and `>' used as operators in member init expressions.
1186
1187 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1188
1189 * replace.el (perform-replace): Move START and END parameters
1190 to the end of the argument list and make them optional.
1191
1192 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1193 perform-replace.
1194
1195 * international/fontset.el (x-must-resolve-font-name): New function.
1196 (x-complement-fontset-spec): Use it.
1197
1198 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1199
1200 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1201
1202 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1203 Turn caadr into caar of cdr.
1204
1205 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1206
1207 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1208 of mouse-{1,2} since dragging is on the down event.
1209
1210 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1211
1212 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1213 if ARG is nil.
1214
1215 * desktop.el (desktop-last-buffer): New variable.
1216 (desktop-create-buffer): Set it.
1217 (desktop-read): Bind it and switch to that buffer.
1218
1219 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1220
1221 * progmodes/compile.el (compilation-set-window-height):
1222 Select old window only if it's still live.
1223
1224 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1225
1226 * help-mode.el (help-buffer): Remove debugging code.
1227 From Stefan Monnier <monnier@cs.yale.edu>.
1228
1229 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1230
1231 * files.el (file-name-sans-extension, file-name-extension):
1232 Don't count the leading dots in file names as signaling an extension.
1233
1234 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1235
1236 * vc.el (vc-diff-switches): Doc rewritten.
1237
1238 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1239
1240 * tooltip.el (tooltip-set-param): Doc fix.
1241
1242 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1243 127 to sgml-maybe-name-self.
1244 (sgml-name-8bit-mode): Doc fix.
1245 (sgml-char-names-table): New variable.
1246 (sgml-name-char): Support non-ASCII and mule-unicode-*
1247 characters. Doc fix.
1248 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1249
1250 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1251 doc string the effect of `left' and `top' parameters in
1252 tooltip-frame-parameters, the default values, and the units.
1253 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1254 (tooltip-show): Mention in the doc string the `top' and `left'
1255 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1256
1257 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1258
1259 Add autoscaling support for vc-annotate.
1260 From J.D. Smith <jdsmith@alum.mit.edu>.
1261
1262 * vc.el (vc-annotate-display-default): Accept colormap scaling
1263 ratio (now deprecated).
1264 (vc-annotate-display-autoscale): Added.
1265 (vc-annotate-add-menu): New autoscaling menu options "Span to
1266 Oldest" and "Span Oldest->Newest". Easymenu support added for
1267 toggle menus driven by customize variable `vc-annotate-display-mode'.
1268 (vc-annotate-display-select): Added.
1269 (vc-annotate): Changed temp-buffer-show-function to
1270 `vc-annotate-display-select'.
1271 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1272 Added argument OFFSET. Instead of backend function, calls now
1273 generic `vc-annotate-difference'.
1274 (vc-annotate-difference): Added as generic function instead of
1275 backend-specific function. No longer takes argument POINT, but
1276 instead accepts a time OFFSET.
1277 (vc-default-annotate-current-time): Added.
1278
1279 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1280 version in vc.el, with
1281 (vc-cvs-annotate-current-time): Added, as override of default.
1282 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1283 `vc-cvs-annotate-difference'.
1284
1285 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1286
1287 * saveplace.el (save-place): Require `saveplace'.
1288
1289 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1290 Use `sexp' for :value-type instead of `face'.
1291
1292 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1293
1294 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1295 regexps due to 5-digit message IDs.
1296
1297 2001-10-21 Jason Rumney <jasonr@gnu.org>
1298
1299 * term/w32-win.el (redisplay-dont-pause): Don't set.
1300
1301 2001-10-21 Miles Bader <miles@gnu.org>
1302
1303 * help-funs.el (help-manyarg-func-alist): Variable removed.
1304
1305 2001-10-21 Miles Bader <miles@gnu.org>
1306
1307 * help-funs.el (help-manyarg-func-alist): Remove entries for
1308 `insert', `insert-and-inherit', `insert-before-markers',
1309 `insert-before-markers-and-inherit', `message', `message-box',
1310 `message-or-box', `propertize', `format', `encode-time', `append',
1311 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1312 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1313 `ml-prefix-argument-loop'.
1314
1315 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1316
1317 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1318 (vc-default-diff-tree): New functions.
1319 (vc-version-diff): Use them. As a result, coding systems are now
1320 set up properly for all sorts of diffs, and tree diffs can now
1321 also be done locally.
1322 (vc-diff): With a prefix argument, don't require that it's called
1323 from a buffer under version control.
1324 (diff-switches): Remove duplicate definition.
1325
1326 * vc-cvs.el (vc-cvs-diff-tree): New function.
1327
1328 2001-10-21 Miles Bader <miles@gnu.org>
1329
1330 * help-funs.el (help-manyarg-func-alist): Remove entries for
1331 `list', `vector', `make-byte-code', `call-process',
1332 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1333 `logand', `logior', and `logxor'.
1334
1335 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1336 image bits to compensate. Use `make-string' instead of
1337 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1338
1339 2001-10-20 Kim F. Storm <storm@cua.dk>
1340
1341 * simple.el (kill-ring-save): Don't show extent of copied region
1342 if using transient-mark-mode and region is fully visible.
1343
1344 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1345
1346 * (Version 21.1 released.)
1347
1348 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1349
1350 * files.el (auto-mode-alist): Associate .indent.pro with
1351 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1352
1353 2001-10-18 Sam Steingold <sds@gnu.org>
1354
1355 Put the *Compile-Log* buffer in `compilation-mode'.
1356 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1357 (byte-compile-log-1, byte-compile-log-file)
1358 (displaying-byte-compile-warnings): Use it
1359
1360 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1361
1362 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1363
1364 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1365
1366 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1367
1368 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1369
1370 * obsolete/hilit19.el (hilit-lookup-face-create):
1371 Call set-face-font only if display-graphic-p.
1372 (toplevel): Remove references to window-system.
1373
1374 2001-10-18 Miles Bader <miles@gnu.org>
1375
1376 * simple.el (what-line): Avoid problems with field properties.
1377
1378 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1379
1380 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1381 Define special colors for a tty.
1382
1383 2001-10-17 Francesco Potorti` <pot@gnu.org>
1384
1385 * comint.el (comint-password-prompt-regexp): Make it less
1386 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1387
1388 2001-10-17 John Wiegley <johnw@gnu.org>
1389
1390 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1391 a regular file, before checking if it is a directory or symlink.
1392 This avoids a call to eshell-file-attributes, which can be
1393 expensive in some situations.
1394
1395 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1396 customization variable, to differentiate ls-in-dired from regular
1397 uses of ls.
1398
1399 2001-10-17 Miles Bader <miles@gnu.org>
1400
1401 * custom.el (defface): Mention `:inherit' in doc-string.
1402
1403 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1404
1405 * paren.el: Update the Commentary with installation instructions.
1406
1407 2001-10-15 Dave Love <fx@gnu.org>
1408
1409 * international/mule.el (set-auto-coding): Fix regexps for local
1410 variables section not to eat newlines.
1411
1412 2001-10-15 Miles Bader <miles@gnu.org>
1413
1414 * simple.el (display-message-or-buffer): Pass the correct buffer
1415 to `display-buffer'.
1416
1417 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1418
1419 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1420 (executable-find): Use exec-suffixes.
1421 (executable-set-magic): Don't use make-local-hook.
1422
1423 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1424
1425 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1426
1427 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1428 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1429 Add .so to the Unix and GNU branch.
1430
1431 * international/latin-1.el:
1432 * international/latin-2.el:
1433 * international/latin-3.el:
1434 * international/latin-4.el:
1435 * international/latin-5.el:
1436 * international/latin-8.el:
1437 * international/latin-9.el: Add no-byte-compile: t, since
1438 Makefile.in instructs make-docfile to look at .el files.
1439
1440 2001-10-14 Miles Bader <miles@gnu.org>
1441
1442 * button.el (define-button-type): Allow supertype property to be
1443 specified with a keyword `:supertype' too.
1444 (button-put, make-text-button): Allow button type property to be
1445 specified using the keyword `:type' too.
1446 (button-type): New function.
1447 (button): Add `button-category-symbol' property.
1448
1449 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1450
1451 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1452 indent-new-comment-line from comment-indent-new-line.
1453
1454 * textmodes/refill.el (refill-mode):
1455 Bind DEL to backward-delete-char-untabify.
1456 Set backward-delete-char-untabify-method to `hungry'.
1457
1458 * textmodes/bib-mode.el (bib-mode):
1459 * play/gomoku.el (gomoku-mode):
1460 * textmodes/page-ext.el (pages-directory-mode):
1461 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1462
1463 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1464
1465 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1466
1467 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1468 Handle here-docs differently.
1469 (sh-font-lock-heredoc): Remove.
1470 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1471 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1472 (sh-font-lock-open-heredoc): New functions.
1473 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1474 (sh-font-lock-keywords-1): Use regexp-opt.
1475 (sh-in-comment-or-string): Use syntax-ppss.
1476 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1477 (sh-select, sh-tmp-file): Add explicit terminating \n.
1478
1479 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1480 Use with-current-buffer.
1481 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1482 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1483 filename), catch any error that occurs in `ange-ftp-cd'.
1484 If an error happened, don't bother sending `cmd' at all.
1485 Fix a parenthesis typo.
1486 (ange-ftp-write-region): Don't blindly use binary if the remote host
1487 is unix-like.
1488
1489 * play/pong.el (pong-init): Don't use make-local-hook.
1490
1491 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1492
1493 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1494 (viper-get-ex-address-subr): More precise addr for the $ marker
1495
1496 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1497
1498 * version.el (emacs-version): Bump to 21.1.50.
1499
1500 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1501
1502 * mail/mailalias.el (mail-directory-stream): Do not double
1503 variables in the lambda-list.
1504
1505 * play/gomoku.el (gomoku-init-display): Ditto.
1506
1507 * play/landmark.el (lm-init-display): Ditto.
1508
1509 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1510 (delimit-columns-rectangle-line): Ditto.
1511
1512 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1513
1514 * newcomment.el (comment-region-internal): Don't rebind
1515 invisibility_spec now that the C routines handle it correctly.
1516
1517 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1518
1519 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1520 and `same-frame'.
1521
1522 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1523
1524 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1525
1526 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1527 C-p and C-r. Remove redundant bindings from inheriting maps.
1528
1529 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1530 After 4.23 and: After 4.24:
1531 (cperl-contract-levels): Restore position.
1532 (cperl-beautify-level): Likewise.
1533 (cperl-beautify-regexp): Likewise.
1534 (cperl-commentify): Rudimental support for length=1 runs
1535 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1536 After 4.25:
1537 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1538 (imenu-example--create-perl-index): Was not enforcing
1539 syntaxification-to-the-end.
1540 (cperl-invert-if-unless): Allow `for', `foreach'.
1541 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1542 Mark qw(), m()x as indentable.
1543 (cperl-init-faces): Highlight `sysopen' too.
1544 Highlight $var in `for my $var' too.
1545 (cperl-invert-if-unless): Was leaving whitespace at end.
1546 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1547 (cperl-calculate-indent): Remove old commented out code.
1548 Support (primitive) indentation of qw(), m()x.
1549 After 4.26:
1550 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1551 q [] with intervening newlines.
1552 (cperl-autoindent-on-semi): New customization variable.
1553 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1554 (cperl-tips): Mention how to make CPerl the default mode.
1555 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1556 (cperl-outline-level): New function.
1557 (cperl-highlight-variables-indiscriminately): New customization var.
1558 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1559 From Sean Kamath <kamath@pogo.wv.tek.com>.
1560 (cperl-after-block-p): Support CHECK and INIT.
1561 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1562 From Doug MacEachern <dougm@covalent.net>.
1563 After 4.27:
1564 (cperl-find-pods-heres): Recognize \"" as a string.
1565 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1566 Allow whitespace between << and "FOO".
1567 (cperl-problems): Remove \"" and q [] with intervening newlines.
1568 Mention multiple <<EOF as unsupported.
1569 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1570 (cperl-indent-parens-as-block): New configuration variable.
1571 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1572 Use `cperl-indent-parens-as-block'.
1573 (cperl-find-pods-heres): Test for =cut without empty line instead of
1574 complaining about no =cut.
1575 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1576 (cperl-find-pods-heres): Likewise.
1577 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1578 POD could've been marked as comment already.
1579 (cperl-unwind-to-safe): Unwind before start of POD too.
1580 After 4.28:
1581 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1582 After 4.29:
1583 (x-color-defined-p): Make an extra case to peacify the warning.
1584 Toplevel: `defvar' to peacify the warnings.
1585 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1586 No -nw-compile time warnings now.
1587 (cperl-find-tags): TAGS file had too short substring-to-search.
1588 Be less verbose in non-interactive mode
1589 (imenu-example--create-perl-index): Set index-marker after name
1590 (cperl-outline-regexp): New variable.
1591 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1592 (cperl-mode): Made use `cperl-outline-regexp'.
1593 After 4.30:
1594 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1595 (cperl-outline-level): Make start-of-file same level as `package'.
1596 After 4.31:
1597 (cperl-electric-pod): `head1' and `over' electric only if empty.
1598 (cperl-unreadable-ok): New variable.
1599 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1600 on an unreadable file.
1601 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1602 on an unreadable directory.
1603
1604 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1605 Consider the text between two errors as belonging to the first error.
1606 (compilation-goto-locus): Use pop-to-buffer rather than
1607 switch-to-buffer-other-frame.
1608
1609 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1610 (awk-font-lock-syntactic-keywords): New var.
1611 (awk-mode): Use it.
1612
1613 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1614
1615 * faces.el (describe-face): Call help-setup-xref earlier.
1616
1617 * jka-compr.el (jka-compr-load-suffixes): New var.
1618 (jka-compr-install): Add its content to load-suffixes.
1619 (jka-compr-uninstall): Remove its content from load-suffixes.
1620
1621 2001-10-12 Sam Steingold <sds@gnu.org>
1622
1623 * bindings.el (completion-ignored-extensions): CL-related
1624 extensions are platform-independent.
1625
1626 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1627 asynchronous multiple file copying.
1628
1629 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1630
1631 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1632 Turn error for repeated variables into warning.
1633
1634 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1635 New function checking that lambda-list consists of non-constant
1636 symbols, that &rest and &optional are followed by variable names,
1637 that &rest VAR is the last element, and that variables aren't doubled.
1638 (byte-compile-lambda): Use it.
1639
1640 2001-10-12 Eli Barzilay <eli@barzilay.org>
1641
1642 * calculator.el (calculator-eng-display): Don't call concat
1643 with an integer argument.
1644
1645 2001-10-12 Miles Bader <miles@gnu.org>
1646
1647 * help-mode.el (help-customize-face): New button-type.
1648
1649 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1650 (describe-face): Fix args to `help-xref-button'.
1651 Don't switch to help-buffer around call to `help-setup-xref'.
1652 Use `help-buffer' instead of hard-wired "*Help*".
1653 Require `help-mode'.
1654
1655 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1656
1657 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1658
1659 * help-mode.el (help-buffer): New function.
1660 Returns the buffer-name to use for help output.
1661 Change all the code to use it instead of hard-coding *Help*.
1662 (help-mode-map): Put back the mouse-2 binding.
1663 (help-xref-stack): Change the format and make buffer-local.
1664 (help-xref-stack-item): Make buffer-local.
1665 (help-setup-xref): Do the `push' here rather than in help-do-xref.
1666 (help-xref-interned): Display the face doc as well.
1667 (help-follow-mouse): Re-introduce.
1668 (help-xref-go-back): Adapt to the new use of help-xref-stack.
1669 (help-do-xref): Don't `push' any more.
1670 (help-follow): Also follow face names.
1671
1672 * help-funs.el (describe-function-1): Remove unused `parens' arg.
1673 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
1674 Autoload and cleanup.
1675 (describe-function): Call help-setup-xref.
1676 (describe-variable): Call help-setup-xref earlier.
1677
1678 * help.el (describe-bindings-internal): New fun moved from keymap.c.
1679 (view-lossage): Call help-setup-xref correctly and earlier.
1680 (describe-bindings): Call help-setup-xref earlier.
1681 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
1682 (describe-mode): Don't autoload. Call help-setup-xref earlier.
1683
1684 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1685
1686 * master.el (master-mode): Use define-minor-mode instead of
1687 easy-mmode-define-minor-mode. Add autload cookie.
1688 (Commentary): Remove the line showing how to autoload master-mode,
1689 since it's always autoloaded.
1690
1691 * master.el: New file.
1692
1693 2001-10-11 Dave Love <fx@gnu.org>
1694
1695 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
1696 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
1697 <const-C varset-X const-C>: Fix car/cdr typo.
1698
1699 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1700
1701 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
1702 New function extracted from byte-compile-log-1.
1703 (byte-compile-log-1): Change output to be more in line with
1704 the output of other GNU tools.
1705 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
1706 (byte-compile-report-error): Downcase error message.
1707 Use `error' instead of `!!' for error messages.
1708 (byte-compile-print-syms): Treat non-interactive case specially.
1709 (displaying-byte-compile-warnings): Use backquote.
1710 (byte-compile-from-buffer): Bind byte-compile-last-line.
1711 (batch-byte-compile): Remove `Done' message.
1712
1713 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1714
1715 * emacs-lisp/copyright.el (copyright): Add final \n.
1716
1717 2001-10-11 Miles Bader <miles@gnu.org>
1718
1719 * diff.el (diff): Display default values in prompts as
1720 `(default ...)', not `(...)'.
1721
1722 * info.el (Info-follow-reference): Likewise.
1723
1724 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
1725
1726 * emacs-lisp/autoload.el (doc-string-elt): Remove.
1727
1728 * newcomment.el (comment-indent): Be a little more robust in case
1729 comment-indent-function does funny things.
1730 (comment-normalize-vars): Autoload.
1731 (comment-region-internal): Fiddle with the visibility spec.
1732 (comment-valid-prefix): New function.
1733 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
1734 that would turn comment-text into non-comment-text.
1735
1736 * emacs-lisp/syntax.el: New file.
1737
1738 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
1739 compatibility cruft.
1740 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
1741 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
1742 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1743 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
1744 tcl-submit-bug-report.
1745 (tcl-mode-syntax-table): Leave \f alone.
1746 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1747 tcl-end-of-defun, tcl-submit-bug-report.
1748 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
1749 (tcl-add-emacs-menu): Remove.
1750 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
1751 (tcl-keyword-list): Add `chain'.
1752 (tcl-font-lock-syntactic-keywords): New variable.
1753 (tcl-pps-has-arg-6): Remove.
1754 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
1755 (tcl-internal-mark-defun): Remove.
1756 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
1757 (tcl-mode): Use define-derived-mode. Simplify.
1758 Set comment-indent-function.
1759 (tcl-indent-command): Use line-beginning-position and comment-indent.
1760 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1761 (tcl-indent-line): Use tcl-calculate-indent.
1762 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
1763 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
1764 (tcl-filter): Use with-current-buffer, simplify.
1765 (inferior-tcl-mode): Use define-derived-mode.
1766 (tcl-hairy-in-comment): Renamed tcl-in-comment.
1767 (tcl-simple-in-comment, tcl-in-comment): Removed.
1768 (tcl-files-alist): New function.
1769 (tcl-help-snarf-commands): Use it and return the result directly
1770 rather than through a global variable.
1771 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
1772 (tcl-help-on-word): Provide the default value to completing-read.
1773 (tcl-hilit): Remove.
1774 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
1775 (tcl-comment-indent): New function.
1776 (tcl-submit-bug-report): Remove.
1777 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
1778 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
1779 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
1780
1781 2001-10-10 Miles Bader <miles@gnu.org>
1782
1783 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
1784 (Info-fontify-node): Don't fontify the node if it's already been done.
1785
1786 2001-10-10 Gerd Moellmann <gerd@gnu.org>
1787
1788 * international/iso-transl.el (iso-transl-e-caret)
1789 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
1790 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
1791
1792 * simple.el (end-of-buffer): Fix code scrolling specially
1793 for the buffer end.
1794
1795 * startup.el (command-line-1): Bind tab-width to 8.
1796
1797 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1798
1799 * emulation/tpu-edt.el: Use defalias instead of fset for
1800 user-visible commands. From Rob Riepel
1801 <riepel@Networking.Stanford.EDU>.
1802
1803 2001-10-09 Gerd Moellmann <gerd@gnu.org>
1804
1805 * ruler-mode.el: New file.
1806
1807 2001-10-09 Miles Bader <miles@gnu.org>
1808
1809 * apropos.el (button): New require.
1810
1811 * help-funs.el: New file, contents mostly from `help.el'.
1812 (describe-variable): Use `condition-case' instead of `ignore-errors'.
1813
1814 * help-mode.el: New file, contents mostly from `help.el'.
1815
1816 * help.el: Don't require `view' when compiling.
1817 (help-with-tutorial, describe-function, describe-function-1)
1818 (variable-at-point, describe-variable, locate-library):
1819 Functions moved into `help-funs.el'.
1820 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
1821 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
1822 (help-setup-xref, help-xref-following, help-make-xrefs)
1823 (help-xref-button, help-insert-xref-button, help-xref-interned)
1824 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
1825 (help-xref-on-pp): Functions moved into `help-mode.el'
1826 (help-mode-map, help-xref-stack, help-xref-stack-item)
1827 (help-highlight-p, help-highlight-face, help-back-label)
1828 (help-xref-symbol-regexp, help-xref-mule-regexp)
1829 (help-xref-info-regexp): Variables moved into `help-mode.el'.
1830 (help-symbol, help-back, help-info, help-customize-variable)
1831 (help-function-def, help-variable-def):
1832 Button-types moved into `help-mode.el'.
1833 (load-symbol-file-load-history, symbol-file):
1834 Functions moved into `subr.el'.
1835 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
1836 (view-lossage): Call `help-setup-xref' instead of doing it manually.
1837
1838 * subr.el (symbol-file-load-history-loaded)
1839 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
1840
1841 * loadup.el ("button"): Load removed.
1842
1843 * button.el (define-button-type): Respect any `supertype' property.
1844 (button-type-subtype-p, button-has-type-p): New functions.
1845
1846 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
1847 dollar-signs.
1848
1849 * comint.el (comint-insert-previous-argument): New function.
1850 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
1851 (comint-insert-previous-argument-last-start-pos)
1852 (comint-insert-previous-argument-last-index): New variables.
1853
1854 * apropos.el (apropos-next-label-button): Use the presence of a
1855 `apropos-label' property to detect label buttons.
1856
1857 2001-10-08 Miles Bader <miles@gnu.org>
1858
1859 * button.el (next-button, previous-button): Remove N and WRAP
1860 parameters. Don't pay attention to `skip' properties.
1861 (forward-button): Implement wrapping, iterating, and skipping here
1862 instead.
1863 (button-activate): USE-MOUSE-ACTION is optional.
1864 (button-nop): Function removed.
1865 (default-button): Use `ignore' as default button action.
1866
1867 * apropos.el (apropos-next-label-button): Update arguments to
1868 `next-button'.
1869 (apropos-symbol): Add `skip' property.
1870 (apropos-function, apropos-macro, apropos-command)
1871 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1872 (apropos-plist): New button types.
1873 (apropos-label-properties): Variable removed.
1874 (apropos-print): Pass button-type to apropos-print-doc, rather
1875 than help function and label text.
1876 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
1877 Get button label from TYPE.
1878
1879 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
1880
1881 * help.el (help-mode): Use define-derived-mode.
1882 (describe-mode): Add optional `buffer' arg.
1883 Use it instead of going through help-xref-mode.
1884 Avoid doubling the word `minor' when prettifying.
1885 (describe-function-1): List the corresponding key bindings.
1886 (describe-variable): Say if the var is automatically buffer-local.
1887 If the source is `loaddefs.el', look for the real source.
1888 (help-xref-mode): Remove.
1889
1890 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
1891 the file says no-byte-compile.
1892
1893 2001-10-08 Miles Bader <miles@gnu.org>
1894
1895 * button.el (next-button, previous-button): Respect `skip' property.
1896
1897 2001-10-07 Miles Bader <miles@gnu.org>
1898
1899 * woman.el (woman-mode-map): Copy button-buffer-map instead of
1900 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
1901 `woman-follow-word' instead of `woman-mouse-2'.
1902 (woman-follow-word): Renamed from `woman-mouse-2'.
1903 Follow current unconditionally, since this function is now only
1904 bound to M-mouse-2. Use accessor functions.
1905 (WoMan-highlight-references): Use `make-text-button'.
1906 (woman-xref): New button type.
1907
1908 * loadup.el ("faces"): Move load before loading "loaddefs.el".
1909 ("button"): New load, just before "help" (which uses it).
1910
1911 * help.el (help-mode-map): Make button-buffer-map our parent.
1912 Don't bind mouse events or tab/backtab.
1913 (help-function, help-variable, help-face, help-coding-system)
1914 (help-input-method, help-character-set, help-back, help-info)
1915 (help-customize-variable, help-function-def, help-variable-def):
1916 New button types.
1917 (help-button-action): New function.
1918 (describe-function-1): Pass help button-types to
1919 `help-xref-button' rather than help function and help-echo string.
1920 Don't put multiple help-function args in a list to pass them to
1921 help-xref-button, just pass them as multiple arguments.
1922 Use `help-insert-xref-button' to make [back]-button, rather than
1923 `help-xref-button'.
1924 (help-xref-button): Take a button-type TYPE as a parameter rather
1925 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
1926 and add a &rest parameter ARGS to serve the same purpose.
1927 Use `make-text-button' to add the button.
1928 (help-insert-xref-button): Use `insert-text-button' to add the button.
1929 (help-follow-mouse, help-next-ref, help-previous-ref):
1930 Functions removed.
1931 (help-do-xref): New function.
1932 (help-follow): Use `push-button' and `help-do-xref' to do most of
1933 the work.
1934
1935 * apropos.el (apropos-symbol, apropos-label): New button types.
1936 (apropos-symbol-button-display-help)
1937 (apropos-label-button-display-help, apropos-next-label-button):
1938 New functions.
1939 (apropos-mode-map): Make button-buffer-map our parent.
1940 Don't bind mouse events.
1941 (apropos-print, apropos-print-doc): Create buttons instead of text
1942 properties.
1943 (apropos-mouse-follow): Function removed.
1944 (apropos-follow): Use buttons.
1945
1946 * button.el: New file.
1947
1948 2001-10-07 Gerd Moellmann <gerd@gnu.org>
1949
1950 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1951 Remove.
1952
1953 2001-10-05 Richard M. Stallman <rms@gnu.org>
1954
1955 * add-log.el (add-change-log-entry): Skip copyright notice
1956 and copying permission notice at start of file, if any.
1957 Make use of terms "entry" and "item" accord with Emacs manual.
1958 Simplify the logic for moving point while entering or creating
1959 an entry and then an item.
1960 (add-change-log-entry-other-window): Doc fix.
1961
1962 2001-10-06 Miles Bader <miles@gnu.org>
1963
1964 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
1965 removed; they apparently don't work with faces.
1966
1967 2001-10-05 Sam Steingold <sds@gnu.org>
1968
1969 * textmodes/sgml-mode.el (html-xhtml): New user option.
1970 (html-tag-alist, html-horizontal-rule, html-image, html-line)
1971 (html-ordered-list, html-unordered-list, html-list-item)
1972 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
1973 (sgml-skip-close-p): New function.
1974 (sgml-value): Use it.
1975
1976 2001-10-05 Sam Steingold <sds@gnu.org>
1977
1978 * calendar/diary-lib.el (diary-entry-compare): When times are
1979 identical, compare the entries lexicographically.
1980
1981 2001-10-06 Miles Bader <miles@gnu.org>
1982
1983 * rfn-eshadow.el (rfn-eshadow-update-overlay):
1984 Use `minibuffer-prompt-end'.
1985
1986 * simple.el (previous-matching-history-element): Fix misplaced
1987 parentheses.
1988
1989 2001-10-05 Miles Bader <miles@gnu.org>
1990
1991 * rfn-eshadow.el: New file.
1992
1993 2001-10-05 Miles Bader <miles@gnu.org>
1994
1995 * cus-face.el (custom-face-attributes): Make sure each attribute
1996 has a valid default value. Remove hacks that mapped `nil' to
1997 `off' and used nil to mean `unspecified'. Remove `unspecified'
1998 choices from all attributes (unspecified is handled by the parent
1999 checklist).
2000 * cus-edit.el (custom-face-edit-convert-widget)
2001 (custom-face-edit-deactivate, custom-face-edit-activate)
2002 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2003 New functions.
2004 (custom-face-edit): Specify a custom :convert-widget.
2005 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2006 Don't pass in default filters that map between `nil' and `off' and
2007 `unspecified' and `nil'.
2008
2009 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2010
2011 * progmodes/compile.el (compilation-buffer-name): New function.
2012 (compile-internal): Use it to determine the name of the
2013 compilation buffer.
2014
2015 2001-10-05 Miles Bader <miles@gnu.org>
2016
2017 * progmodes/compile.el (grep-use-null-device): New variable.
2018 (grep-command): Mention `grep-use-null-device'.
2019 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2020 Make computation of `grep-command' respect `grep-use-null-device'.
2021 (grep): Respect `grep-use-null-device'.
2022 Call `grep-compute-defaults' even if grep-command is set, if
2023 grep-use-null-device is still tentative.
2024
2025 * subr.el (call-process-shell-command): New function.
2026
2027 2001-10-05 Miles Bader <miles@gnu.org>
2028
2029 * simple.el (previous-matching-history-element)
2030 (next-history-element, next-complete-history-element): Use
2031 `minibuffer-' functions instead of calling `field-' functions directly.
2032 (minibuffer-prompt-end, minibuffer-contents):
2033 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2034 Functions removed (now subrs).
2035 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2036
2037 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2038 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2039 instead of calling `field-' functions directly.
2040 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2041
2042 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2043
2044 * files.el (find-file-noselect): If file's read-only status has
2045 changed on disk, ask if buffer's read-only status should be
2046 changed, unless NOWARN is set.
2047
2048 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2049 alias for define-setf-method.
2050
2051 * bindings.el: Remove no-byte-compile from file local variables
2052 to enable bootstrapping.
2053
2054 2001-10-04 Andrew Innes <andrewi@gnu.org>
2055
2056 * faces.el (face-font-registry-alternatives) [windows-nt]:
2057 Make gb2312 an alias for gb2312.1980.
2058
2059 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2060
2061 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2062 (uniquify-reverse-components): Remove.
2063
2064 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2065 Make sure the file is readable.
2066 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2067 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2068 (batch-byte-recompile-directory): Pass arg=0.
2069
2070 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2071 (perl-calculate-indent): Use it.
2072 (perl-backward-to-noncomment): Use forward-comment.
2073
2074 * derived.el (define-derived-mode, derived-mode-make-docstring):
2075 Allow `parent' to be nil.
2076
2077 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2078 Use define-derived-mode.
2079 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2080
2081 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2082
2083 * emacs-lisp/lselect.el: Use facep iso find-face.
2084
2085 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2086 Use regexp-opt.
2087 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2088 (lisp-font-lock-syntactic-face-function): New function.
2089 (lisp-mode-variables): Use it. Make arg optional.
2090 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2091 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2092 Set comment-start-skip.
2093
2094 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2095
2096 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2097 (ignore-errors): Don't bother using a `err' symbol.
2098
2099 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2100 (autoload-insert-section-header, autoload-before-p)
2101 (autoload-remove-section): New functions.
2102 (generate-file-autoloads): Use them.
2103 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2104 Make sure the autoload file is properly formatted when creating it.
2105 (update-autoloads-from-directories): Use them as well.
2106 Only update autoloads for files whose timestamp has changed.
2107 Add a dummy entry to remember the files which had no autoload cookies.
2108
2109 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2110
2111 * subr.el (define-key-after): Allow `key' to be longer than 1.
2112 (make-local-hook): Make obsolete.
2113 (add-hook, remove-hook): Don't use make-local-hook any more.
2114 (make-syntax-table): Inherit all chars from s-s-t.
2115
2116 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2117
2118 This is a fix for a report saying that resuming a search with C-s
2119 C-s doesn't use the case-fold-search setting of the previous
2120 search (C-s ... M-c ... then C-s C-s).
2121
2122 * isearch.el (isearch-last-case-fold-search): New variable.
2123 (isearch-mode): Remember value of isearch-case-fold-search
2124 in isearch-last-case-fold-search.
2125 (isearch-done): Quote value of isearch-case-fold-search.
2126 (isearch-repeat): When resuming a search, restore
2127 isearch-case-fold-search from isearch-last-case-fold-search.
2128
2129 Added to NEWS.
2130
2131 * startup.el (inhibit-startup-buffer-menu): New user-option.
2132 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2133 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2134
2135 This allows upto 99999 messages in the summary without screwing up
2136 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2137
2138 * mail/rmailsum.el (rmail-make-summary-line)
2139 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2140 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2141 Allow 5-digit message ids instead of 4.
2142
2143 This adds expansion of environment variables in the value
2144 specified with M-x setenv. Added to NEWS.
2145
2146 * env.el (substitute-env-vars): New function.
2147 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2148 environment variables in VALUE. Return VALUE.
2149
2150 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2151
2152 * Branch for 21.1.
2153
2154 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2155
2156 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2157
2158 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2159
2160 * emulation/tpu-edt.el: Make messages match original TPU/edt
2161 editor. From riepel@Stanford.EDU (Rob Riepel).
2162
2163 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2164
2165 * rect.el: Update maintainer's email address.
2166
2167 2001-10-02 Andreas Schwab <schwab@suse.de>
2168
2169 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2170 and Extended Passive Mode, resp.
2171
2172 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2173
2174 These changes add support for Calendar-related items in the
2175 menu bar on tty's as well:
2176
2177 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2178 unconditionally.
2179 (calendar-mode): Set up activate-menubar-hook unconditionally.
2180
2181 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2182 calls x-popup-menu only if popup menus are supported.
2183 (calendar-mouse-insert-hebrew-diary-entry)
2184 (calendar-mouse-insert-islamic-diary-entry)
2185 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2186 (calendar-mouse-view-other-diary-entries)
2187 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2188 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2189 Call cal-menu-x-popup-menu instead of x-popup-menu.
2190
2191 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2192
2193 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2194
2195 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2196
2197 * emacs-lisp/rx.el: New file.
2198
2199 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2200
2201 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2202
2203 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2204
2205 * frame.el (select-frame-by-name, other-frame): Doc fix.
2206
2207 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2208
2209 * play/snake.el (snake-score-file): Use temporary-file-directory
2210 instead of a literal "/tmp". Suggested by Robert
2211 <robert@chezmarshall.freeserve.co.uk>.
2212
2213 * play/tetris.el (tetris-score-file): Ditto.
2214
2215 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2216
2217 * apropos.el (apropos-print): Make the directions inserted at the
2218 beginning of the *Apropos* buffer more clear.
2219
2220 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2221
2222 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2223 Added comments.
2224
2225 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2226
2227 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2228 "\\s-" when defining comment-end-skip.
2229
2230 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2231
2232 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2233 Call get-buffer-window first second arg `visible'.
2234
2235 * international/mule-diag.el (list-input-methods-1):
2236 Output something that's independent of Emacs' version.
2237
2238 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2239 calling byte-to-position with a nil tar-header-offset.
2240
2241 2001-09-27 Simon Josefsson <jas@extundo.com>
2242
2243 * mail/sendmail.el (send-mail-function): Doc fix.
2244 (mail-do-fcc): Error if header-end is not a marker.
2245 (mail-do-fcc): Add a comment.
2246 (mail-reply-to): Doc fix.
2247 (mail-signature): Make ATPOINT optional.
2248 (mail-yank-original): Use cond instead of nestled if.
2249
2250 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2251
2252 * info.el (Info-on-current-buffer): Default arg to "Top".
2253
2254 2001-09-25 Eli Barzilay <eli@barzilay.org>
2255
2256 * calculator.el (calculator-copy-displayer): New user-option.
2257 (calculator-displayer-prev, calculator-displayer-next):
2258 Renamed from calculator-displayed-{left,right}.
2259 (calculator, calculator-standard-displayer)
2260 (calculator-num-to-string, calculator-update-display)
2261 (calculator-copy, calculator-put-value): Bug and display fixes.
2262
2263 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2264
2265 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2266 (ebnf-version): New version (3.6.1).
2267
2268 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2269 (ebnf-bnf-non-terminal-chars): New internal const.
2270 (ebnf-bnf-lex): Fix code.
2271
2272 * ebnf-iso.el: Fix character range regexp. Doc fix.
2273 (ebnf-iso-non-terminal-chars): New internal const.
2274 (ebnf-iso-lex): Fix code.
2275
2276 * ebnf-yac.el: Fix character range regexp. Doc fix.
2277 (ebnf-yac-skip-chars): New internal const.
2278 (ebnf-yac-skip-code): Fix code.
2279
2280 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2281
2282 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2283
2284 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2285 passing it to VC.
2286
2287 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2288 case where the file is relative.
2289
2290 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2291
2292 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2293 same on each side. Make sure we properly handle simple quotes.
2294 From Daiki Ueno <ueno@unixuser.org>.
2295
2296 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2297
2298 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2299 <jas@extundo.com>.
2300
2301 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2302 some items of the Options menu.
2303
2304 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2305
2306 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2307
2308 * vc-hooks.el (vc-delete-automatic-version-backups):
2309 Don't fail if the directory doesn't exist.
2310
2311 * diff-mode.el (diff-default-read-only): New var.
2312 (diff-mode): Use it.
2313
2314 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2315
2316 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2317 Use make-keymap instead of copy-keymap, since copying the global
2318 keymap messes up the menu bar.
2319
2320 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2321 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2322
2323 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2324
2325 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2326
2327 * dired-aux.el (dired-insert-subdir): Pass switches to
2328 dired-build-subdir-alist.
2329
2330 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2331
2332 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2333 caused %#a and %#b to be mis-formatted.
2334
2335 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2336
2337 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2338 ccmode, emacs-mime, and eudc manuals.
2339
2340 2001-09-19 Sam Steingold <sds@gnu.org>
2341
2342 w32 find cannot be used with `grep-find'.
2343 * progmodes/compile.el (find-program): New variable.
2344 (grep-compute-defaults): Use it to set `grep-find-command'.
2345
2346 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2347
2348 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2349
2350 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2351
2352 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2353 programming. Doc fix.
2354 (ebnf-version): New version (3.6).
2355 (ebnf-eps-begin): Data fix.
2356 (ebnf-begin-file): Code fix.
2357
2358 * ebnf-bnf.el: Doc fix.
2359 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2360
2361 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2362
2363 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2364
2365 * ps-print.el: Better face mapping for black/white PostScript printers.
2366 Check if mark is active when printing a region. Doc fix.
2367 (ps-print-version): New version number (6.5.5).
2368 (ps-print-color-p): Customization fix.
2369 (ps-black-white-faces): New option.
2370 (ps-black-white-faces-alist): New internal var.
2371 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2372 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2373 (ps-nb-pages-region): Interactive fix.
2374 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2375 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2376
2377 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2378
2379 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2380 numeric month value, and allow the Kanji character after the it to
2381 be missing (happens with ls-lisp's output on Japanese versions of
2382 MS-Windows).
2383
2384 2001-09-18 Miles Bader <miles@gnu.org>
2385
2386 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2387 it's empty (and thus probably a new patch file about to be edited).
2388
2389 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2390
2391 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2392 Check for '(' in column 0 of doc string.
2393
2394 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2395 of `nth' so that using a vector as bounding-box works.
2396 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2397
2398 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2399
2400 * vc.el (vc-annotate): Use current workfile version explicitly as
2401 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2402
2403 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2404
2405 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2406 convert-standard-filename doesn't guarantee that the .el extension
2407 is preserved.
2408
2409 * dos-fns.el (convert-standard-filename): Replace invalid
2410 characters only after converting dash/underscore to a period.
2411 (original-make-auto-save-file-name): New.
2412 (make-auto-save-file-name): New function, overrides the definition
2413 on files.el and calls the original function via
2414 original-make-auto-save-file-name.
2415
2416 * mail/rmail.el (top-level): Require mule-utils when compiling.
2417 (rmail-decode-babyl-format): Use detect-coding-with-priority
2418 instead of detect-coding-region, to favor detection of emacs-mule
2419 encoded Babyl files written by rmailout.el etc. Suggested by
2420 Kenichi Handa <handa@etl.go.jp>.
2421
2422 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2423
2424 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2425 Use `equal', not `=', since the device number can be a cons cell.
2426
2427 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2428
2429 * simple.el: Comment out change of 2001-09-13.
2430
2431 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2432
2433 * progmodes/compile.el (grep-compute-defaults): Don't set
2434 grep-command/grep-find-command when it is already non-nil.
2435 (grep-command): Make it a user option.
2436 (grep-find-command): Likewise.
2437
2438 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2439
2440 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2441 inhibit quit.
2442
2443 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2444
2445 * files.el (make-auto-save-file-name): If long file names are not
2446 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2447 generating an auto-save file name from it.
2448
2449 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2450
2451 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2452 (ps-nb-pages-region): Signal an error if called interactively
2453 and the mark is not active.
2454
2455 * simple.el (minibuffer-prompt-modification)
2456 (minibuffer-prompt-insertion): New functions.
2457 (minibuffer-prompt-properties): Use `modification-hooks' and
2458 `insert-in-front-hooks'.
2459
2460 2001-09-12 Richard M. Stallman <rms@gnu.org>
2461
2462 * textmodes/outline.el (outline-regexp): Doc fix.
2463 Initialize it in the defcustom, the usual way.
2464
2465 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2466
2467 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2468 from `ediff-meta-info' properties need not be an overlay.
2469 From David Ponce <dponce@voila.fr>.
2470
2471 * isearch.el (isearch-intersects-p): Fix end checks.
2472
2473 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2474
2475 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2476 `t' branch of `cond', since Irix 6.1 and up is a special case of
2477 the standard dbx interface.
2478
2479 2001-09-11 Miles Bader <miles@gnu.org>
2480
2481 * comint.el (comint-send-input): When waiting for echoed input,
2482 don't save the expected end position in `echo-end', so that things
2483 work properly even if the buffer is modified elsewhere at the same
2484 time [this happens if `comint-truncate-buffer' is used].
2485
2486 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2487
2488 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2489 when constructing imenu-generic-expression from outline-regexp.
2490
2491 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2492
2493 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2494 `equal' instead of `=', since they can be cons cells. From Nils
2495 Goesche <cartan@cartan.de>.
2496
2497 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2498
2499 * vc.el (vc-annotate): Rewrote doc string.
2500
2501 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2502
2503 * time-stamp.el: Update Stephen Gildea's email address.
2504
2505 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2506
2507 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2508 enable-multibyte-characters = nil. From Hallvard B Furuseth
2509 <h.b.furuseth@usit.uio.no>.
2510
2511 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2512
2513 * ediff-init.el (ediff-highest-priority): Bug fix.
2514
2515 * viper-cmd.el (viper-special-read-and-insert-char): New function
2516 that reads a character and uses the current input method or
2517 iso-accents when appropriate.
2518
2519 * viper.el and all others: Corrections to the comment blocks at
2520 the top.
2521
2522 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2523
2524 * info.el (Info-goto-node): Doc fix.
2525
2526 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2527
2528 * isearch.el (isearch-intersects-p): New function.
2529 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2530 use isearch-intersects-p, and clean up.
2531
2532 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2533
2534 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2535 and "german8", for the new German orthography dictionaries,
2536 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2537 the entries, to keep the line length balanced for loaddefs.el.
2538
2539 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2540
2541 * comint.el (comint-send-input): Handle comint-process-echoes
2542 differently.
2543
2544 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2545
2546 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2547
2548 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2549
2550 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2551
2552 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2553
2554 * server.el (server-switch-buffer):
2555 * textmodes/refer.el (refer-find-entry-internal):
2556 * term/sup-mouse.el (sup-pos-to-window):
2557 * term/bg-mouse.el (bg-window-from-x-y):
2558 * emacs-lisp/edebug.el (edebug-window-live-p):
2559 Use get-window-with-predicate.
2560
2561 * window.el (get-window-with-predicate): Renamed from some-window.
2562 (some-window): Make it an alias.
2563
2564 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2565
2566 * simple.el (undo): Remove positions from buffer-undo-list up to
2567 the next undo boundary only.
2568
2569 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2570
2571 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2572 Kim <ryk@dspwiz.com>
2573
2574 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2575 the message "Creating customization items...done".
2576
2577 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2578
2579 * font-lock.el (toplevel): Require `jit-lock' only if
2580 font-lock-support-mode is set to jit-lock-mode.
2581
2582 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2583
2584 * international/quail.el (quail-use-package, quail-inactivate)
2585 (quail-activate): Mention the hooks these functions run in their
2586 doc strings.
2587
2588 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2589
2590 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2591 of file in header of menu.
2592
2593 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2594
2595 * env.el (setenv): Interactively, if VARIABLE has a current value,
2596 add that to the front of the history, as the doc string says.
2597
2598 * comint.el (comint-send-input): Change help-echo.
2599 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2600
2601 * bookmark.el (bookmark-write-file): Bind print-length and
2602 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2603
2604 * obsolete/uncompress.el: Moved there from lisp/.
2605
2606 * comint.el (comint-insert-clicked-input): Goto point-max before
2607 deleting previous input. From "Dr Francis J. Wright"
2608 <F.J.Wright@qmw.ac.uk>.
2609
2610 * simple.el (backward-word): Doc fix.
2611
2612 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2613
2614 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2615 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2616 * w32-fns.el: Add Keywords header.
2617
2618 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2619
2620 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2621 "Text Properties". Suggested by Simon Marshall
2622 <Simon.Marshall@midas-kapiti.com>.
2623
2624 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2625
2626 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2627 consulting the value of file-name-coding-system.
2628
2629 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2630
2631 * help.el (describe-function-1): Save precomputed `file-name' rather
2632 than recomputing it (incorrectly) with `symbol-file'.
2633
2634 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2635
2636 * international/isearch-x.el (isearch-exit-recursive-edit):
2637 Take three parameters, since it's used as an after-change-function.
2638
2639 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2640 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2641 from doc strings.
2642
2643 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2644
2645 * progmodes/glasses.el (glasses-convert-to-unreadable):
2646 Consider underscores as in `glasses-make-readable'.
2647
2648 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2649
2650 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2651 MS-DOS, since cpp might not be available.
2652
2653 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2654 Mention "yank" in the help-echo text.
2655 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2656
2657 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2658
2659 * newcomment.el (comment-indent): Insert spaces more carefully.
2660
2661 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2662
2663 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
2664 exists. From Andy Petrusenco <andy@int.spb.ru>.
2665
2666 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
2667 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
2668 <andy@int.spb.ru>.
2669
2670 2001-08-31 Gerd Moellmann <gerd@gnu.org>
2671
2672 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
2673 Instead of running mouse-yank-at-click, see what the event is
2674 bound to outside Isearch and run that.
2675
2676 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2677
2678 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
2679 Fix the menu entry to mention transient-mark-mode.
2680
2681 2001-08-30 Gerd Moellmann <gerd@gnu.org>
2682
2683 * simple.el (eval-expression-print-level): Fix last change.
2684
2685 * bindings.el (mode-line-coding-system-map): New variable.
2686 (mode-line-mule-info): Give the "%Z" a local-map keymap.
2687
2688 * simple.el (eval-expression-print-level): Change the type
2689 of the defcustom to allow nil.
2690
2691 * emacs-lisp/find-gc.el: Moved here from lisp/.
2692
2693 * international/quail.el (quail-completion-1):
2694 Reverse the ((CHAR . DEFN) ...) list before processing it.
2695 From Kenichi Handa <handa@etl.go.jp>.
2696
2697 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
2698 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
2699
2700 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
2701
2702 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
2703 aren't supported. This avoids the annoying gray strip drawn by
2704 the Windows version instead of the missing tool bar.
2705
2706 2001-08-29 Gerd Moellmann <gerd@gnu.org>
2707
2708 * menu-bar.el (menu-bar-options-menu): Make option text, messages
2709 and tooltips more consistent. From "Marshall, Simon"
2710 <Simon.Marshall@midas-kapiti.com>.
2711
2712 * startup.el (fancy-splash-screens): Temporarily set
2713 minor-mode-map-alist to nil while displaying splash screens.
2714
2715 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2716
2717 * buff-menu.el: Add Keywords header.
2718 Doc fix (C-x C-b is bound to list-buffers).
2719
2720 * dired-x.el: Add keyword files to get listed in finder.
2721 Remove confusing notes about GNU Emacs 19.
2722
2723 * dired.el, dired-aux.el: Add Keywords header.
2724
2725 2001-08-28 Andre Spiegel <spiegel@gnu.org>
2726
2727 * vc.el (vc-revert-file): Call the backend even if the FILE's
2728 contents can be reverted locally; pass new arg CONTENTS-DONE
2729 down to the backend.
2730
2731 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
2732 optional arg CONTENTS-DONE.
2733
2734 2001-08-28 Andrew Innes <andrewi@gnu.org>
2735
2736 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
2737
2738 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2739
2740 * makefile.nt (install): Copy more *.el files.
2741
2742 2001-08-28 Gerd Moellmann <gerd@gnu.org>
2743
2744 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
2745 instead of `w' which is already in use.
2746
2747 * gs.el (gs-load-image): Use sleep-for.
2748 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2749
2750 2001-08-28 Miles Bader <miles@gnu.org>
2751
2752 * replace.el (query-replace-regexp-eval): Return args from
2753 `interactive' form in correct order.
2754
2755 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2756
2757 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
2758 major modes, don't create panes for modes for which
2759 mouse-buffer-menu-alist returns an empty alist.
2760
2761 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
2762
2763 * progmodes/hideshow.el: Update first-line description.
2764 Sync comments w/ maintainer version 5.31.
2765
2766 (hs-isearch-open): Default value now `code'.
2767 Fix docstring to use "code blocks" vs "comment blocks",
2768 as opposed to "block" vs "comment".
2769 (hs-flag-region): Accept `hs-isearch-open' value
2770 of `block' as synonymous w/ `code'.
2771 (hs-hide-block-at-point): For code blocks, pass `code'
2772 to `hs-flag-region' instead of `block'.
2773
2774 2001-08-28 Miles Bader <miles@gnu.org>
2775
2776 * comint.el (comint-next-prompt): Don't loop infinitely if
2777 {next,previous}-single-char-property-change returns its input
2778 position when the search fails.
2779
2780 2001-08-27 Miles Bader <miles@gnu.org>
2781
2782 * comint.el (comint-get-old-input-default): Don't signal an error
2783 if point is not on an input field; instead, return the current
2784 line (using `comint-bol' to skip any prompt, in case we're not
2785 using fields at all).
2786
2787 * man.el (Man-mode-line-format): Variable removed.
2788 (Man-mode): Change `mode-line-buffer-identification' instead of
2789 `mode-line-format'.
2790
2791 2001-08-27 Gerd Moellmann <gerd@gnu.org>
2792
2793 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
2794 From Simon Josefsson <jas@extundo.com>.
2795
2796 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
2797
2798 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
2799 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2800
2801 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
2802 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2803
2804 * emacs-lisp/lselect.el: Ditto.
2805
2806 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
2807 Remove periods from the end of error message strings.
2808 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2809
2810 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
2811 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2812
2813 * net/telnet.el: Ditto.
2814
2815 2001-08-26 Gerd Moellmann <gerd@gnu.org>
2816
2817 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
2818 KEYMAP to the call to define-minor-mode.
2819
2820 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
2821
2822 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
2823 Replace some of the undefined characters with emulations of bidi
2824 formatting characters and Niqud as per SI 1311-1.
2825 (IT-unicode-translations): Ditto.
2826 (IT-display-table-setup, IT-setup-unicode-display):
2827 Fill characters without translations with dos-unsupported-char-glyph.
2828
2829 2001-08-24 Simon Josefsson <jas@extundo.com>
2830
2831 * hl-line.el (hl-line-mode): Don't be a global mode.
2832 (global-hl-line-mode): New function.
2833
2834 2001-08-24 Gerd Moellmann <gerd@gnu.org>
2835
2836 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
2837 being reset by Ghostscript. Don't kill the gs process.
2838 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2839
2840 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2841
2842 * term/mac-win.el: Require scroll-bar.
2843
2844 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
2845
2846 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
2847
2848 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2849
2850 * hexl.el (hexl-insert-multibyte-char) New function.
2851 (hexl-quoted-insert, hexl-self-insert-command)
2852 (hexl-insert-hex-char, hexl-insert-decimal-char)
2853 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
2854 Fix the doc strings accordingly.
2855 (hexl-insert-char): Reject characters whose code is above 255.
2856 Doc fix.
2857 (hexl-mode-map): Copy the global keymap instead of creating a
2858 sparse keymap, and bind all self-inserting characters to
2859 hexl-self-insert-command.
2860
2861 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
2862
2863 * wid-edit.el (text): Re-order docstring correctly.
2864
2865 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
2866
2867 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
2868
2869 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
2870
2871 * simple.el (line-number-mode): Mention the variable
2872 line-number-display-limit-width in the doc string.
2873
2874 2001-08-22 Gerd Moellmann <gerd@gnu.org>
2875
2876 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
2877 Temporarily select EVENT's window for switching buffers.
2878 (mode-line-bury-buffer): New function.
2879 (mode-line-buffer-identification-keymap): Use it instead of
2880 bury-buffer. Bind down-mouse events to prevent global down-mouse
2881 events from shining through.
2882
2883 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
2884
2885 * newcomment.el (comment-beginning): Make sure the comment-start
2886 we found isn't a comment-end (in cases where confusion is possible).
2887
2888 2001-08-22 Miles Bader <miles@gnu.org>
2889
2890 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
2891 before writing it, so that hard-links don't see new version.
2892
2893 2001-08-21 Gerd Moellmann <gerd@gnu.org>
2894
2895 * gs.el (gs-set-ghostview-colors-window-prop):
2896 Call x-change-window-property with 3rd arg FRAME.
2897 (gs-load-image): Wait for a previous Ghostscript process
2898 to complete before starting a new one.
2899
2900 * image.el (image-type-regexps): Make sure that the TIFF
2901 pattern is only matched at the beginning of a string.
2902 From Markus Rost <rost@math.ohio-state.edu>.
2903
2904 * international/swedish.el: Pre-Mule file removed. From Jonas
2905 Oberg <jonas@gnu.org>.
2906
2907 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
2908
2909 * whitespace.el (whitespace-abort-on-error): Add custom variable
2910 to whitespace to abort a write-file if whitespace is detected in file.
2911
2912 * whitespace.el (whitespace-write-file-hook): Hook to be called
2913 when writing a file. If `whitespace-abort-on-error' is set, the
2914 write will abort on detecting whitespaces.
2915 If `whitespace-auto-cleanup' is set, the file will be cleaned
2916 automatically prior to writing.
2917
2918 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
2919 whitespaces in the error output!
2920
2921 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
2922 `indent-tabs-mode', since the latter notes user preferences on
2923 TABs anyway.
2924
2925 * whitespace.el (whitespace-version): 3.1. All of the above issues
2926 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
2927
2928 2001-08-20 Gerd Moellmann <gerd@gnu.org>
2929
2930 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
2931 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2932
2933 * whitespace.el (whitespace-global-mode): Add autoload cookie.
2934
2935 2001-08-20 Alex Schroeder <alex@gnu.org>
2936
2937 * sql.el (sql-db2): Doc change.
2938
2939 2001-08-20 Alex Schroeder <alex@gnu.org>
2940
2941 * sql.el (sql-postgres): Add the database at the end of the
2942 parameters instead of at the beginning.
2943 (sql-postgres-options): Doc change.
2944
2945 2001-08-17 Gerd Moellmann <gerd@gnu.org>
2946
2947 * custom.el (defcustom): Doc fix.
2948
2949 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2950
2951 * ps-mule.el (find-composition): Check if (char-after POS)
2952 returns a valid character.
2953
2954 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
2955
2956 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
2957 original-point for extra CR characters that are added/removed when
2958 the buffer is written/read whose EOL type is -dos.
2959
2960 2001-08-16 Miles Bader <miles@gnu.org>
2961
2962 * simple.el (line-move): Undo previous change.
2963
2964 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
2965 property to input-terminating `boundary' overlays to avoid
2966 line-move wierdness.
2967
2968 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2969
2970 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
2971 buffer in a save-restriction. Under one test case with Ediff,
2972 window-scroll-functions are run with a window start that's
2973 temporarily outside of the restriction.
2974
2975 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
2976
2977 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
2978 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
2979 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
2980 (texinfo-update-menu-region-beginning)
2981 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
2982 command, @ifnottex, to regexps, so it is found.
2983
2984 2001-08-16 Andrew Innes <andrewi@gnu.org>
2985
2986 * makefile.nt (DONTCOMPILE): Omit bindings.el.
2987 (DONTCOMPILE): Omit sc.el.
2988
2989 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
2990 (DONTCOMPILE): Omit sc.el.
2991
2992 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2993
2994 * replace.el (occur): Bind inhibit-read-only to t.
2995
2996 2001-08-16 Miles Bader <miles@gnu.org>
2997
2998 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
2999 calling `constrain-to-field', to avoid problems with comint prompts.
3000
3001 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3002
3003 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3004 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3005
3006 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3007 of a while-loop.
3008
3009 * Makefile.in (DONTCOMPILE): Remove sc.el.
3010
3011 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3012 Don't include term/.
3013
3014 * mail/sc.el: Moved to obsolete/.
3015
3016 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3017
3018 * ps-print.el: Change error function arguments to follow Emacs
3019 message convention. Doc fix.
3020 (ps-print-version): New version number (6.5.4).
3021 (coding-system-for-write): Change declaration position to avoid
3022 XEmacs compilation gripes.
3023 (coding-system-for-read, buffer-file-coding-system):
3024 Declarations to avoid XEmacs compilation gripes.
3025
3026 * ps-mule.el: Doc fix.
3027 (ps-mule-encode-header-string): If STRING is not a string, replace
3028 STRING by empty string.
3029
3030 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3031
3032 * frame.el (show-trailing-whitespace): Doc fix.
3033
3034 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3035
3036 * desktop.el (desktop-save): Insert the coding: tag before
3037 desktop-header.
3038
3039 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3040
3041 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3042 its path from $els.
3043
3044 * image.el (image-jpeg-p): Fix call of substring.
3045
3046 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3047
3048 * play/animate.el (animate-string): Doc fix. Use a buffer
3049 name with stars in it.
3050 (animate-sequence): New function.
3051 From Richard Stallman <rms@gnu.org>.
3052
3053 * frame.el (select-frame-set-input-focus): New function
3054 extracted from other-frame.
3055 (other-frame): Use it.
3056 (next-multiframe-window, previous-multiframe-window): Use it.
3057
3058 * isearch.el (isearch-other-meta-char): Don't switch to the
3059 buffer of a window clicked on, when the current buffer is
3060 in Isearch mode.
3061
3062 * image.el (image-jpeg-p): Test for APPn markers in the range
3063 #xe0..#xef.
3064
3065 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3066
3067 * desktop.el (desktop-save): Don't use concat to form a file
3068 name, use expand-file-name.
3069
3070 * mouse.el (mouse-delete-window): Do nothing if frame has just
3071 one window.
3072
3073 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3074 for the minor mode name.
3075
3076 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3077 minor mode name.
3078
3079 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3080 instead of make-mode-line-mouse2-map.
3081
3082 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3083 the minor mode name.
3084
3085 * emacs-lisp/easy-mmode.el (define-minor-mode):
3086 Use mode-line-minor-mode-keymap for the minor mode name.
3087
3088 * calendar/calendar.el (calendar-mode-line-format):
3089 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3090
3091 * bindings.el (make-mode-line-mouse-map): Renamed from
3092 make-mode-line-mouse2-map. Take additional arg MOUSE.
3093 (mode-line-modified): Use mouse-3 instead of mouse-2.
3094 (mode-line-buffer-identification-keymap): Bind keys differently.
3095 (propertized-buffer-identification): Adapt help-echo to new bindings.
3096
3097 * bindings.el (mode-line-format): Specify help-echo for line
3098 number, column number and buffer-percent part of the mode-line.
3099
3100 * image.el (image-type-regexps): Allow whitespace at the start
3101 of the image data for XPM, XBM and Postscript, which are
3102 text files.
3103 (image-jpeg-p): Correct calculation of next field offset.
3104
3105 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3106
3107 * battery.el: Fix typo.
3108
3109 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3110
3111 * image.el (image-type-regexps): Allow predicates. Change the way
3112 JPEG images are recognized.
3113 (image-jpeg-p): New function.
3114 (image-type-from-data): Handle predicates in image-type-regexps.
3115
3116 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3117 #:, #x, #o, and similar constructs.
3118
3119 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3120
3121 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3122
3123 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3124 instead of `progn'.
3125
3126 * tar-mode.el (tar-extract): Avoid generating a new buffer
3127 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3128
3129 * textmodes/paragraphs.el (forward-sentence): Avoid building
3130 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3131
3132 * progmodes/executable.el (executable-set-magic):
3133 If executable-find returns a quoted file name, unquote it before
3134 inserting it.
3135
3136 * image.el (image-type-regexps): For JPEG files, use a regexp
3137 derived from the JFIF spec.
3138
3139 * image.el (image-type-regexps): Use `\`' instead of `^' in
3140 most regular expressions.
3141
3142 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3143
3144 * play/animate.el: Re-insert a reference to re-inserted function.
3145
3146 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3147
3148 * help.el (describe-function-1): Use find-function-search-for-symbol
3149 instead of find-function-noselect because the latter follows aliases.
3150
3151 * play/animate.el (animate-birthday-present): Re-insert.
3152
3153 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3154 Handle old-style menu definitions.
3155
3156 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3157
3158 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3159 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3160
3161 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3162 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3163 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3164
3165 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3166
3167 * textmodes/tildify.el: Milan Zamazal has new address.
3168
3169 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3170
3171 * custom.el (custom-set-variables): Don't test `custom-requests'
3172 properties, check the third element of the options passed to
3173 custom-set-variables instead.
3174
3175 * info.el (info-insert-file-contents): Use info-file-exists-p
3176 instead of file-exists-p.
3177
3178 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3179 the mode-line face is restored. Fix several bugs.
3180
3181 * replace.el (perform-replace): Doc fix.
3182
3183 2001-08-02 Francesco Potorti` <pot@gnu.org>
3184
3185 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3186 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3187 (uniquify-fix-item-base, uniquify-fix-item-filename)
3188 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3189 Callers changed.
3190 (uniquify-set-proposed): Changed to work with a vector item.
3191 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3192 the fix list, and a list of strings for the non-file buffer
3193 names. Both changes reduce consing.
3194 (uniquify-rationalize-a-list): Local variable renaming.
3195 (uniquify-rationalize-conflicting-sublist): Use member instead of
3196 assoc.
3197 (uniquify-rename-buffer): Use unless instead of if not.
3198
3199 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3200
3201 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3202
3203 * custom.el (custom-set-variables): Set options with :require
3204 clauses last.
3205
3206 * custom.el (defcustom): Doc fix.
3207
3208 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3209
3210 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3211
3212 * man.el (man): Mention Man-switches in the doc string.
3213 (Man-switches): Mention -a in the doc string.
3214
3215 * textmodes/ispell.el (ispell-alternate-dictionary):
3216 Add /usr/share/lib/dict/words, for Irix.
3217
3218 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3219 corresponding non-kp keys. Suggested by Stephen Gildea
3220 <gildea@stop.mail-abuse.org>.
3221
3222 2001-08-01 Francesco Potorti` <pot@gnu.org>
3223
3224 * uniquify.el: These changes correct a corner case that the old
3225 code managed correctly.
3226 (uniquify-fix-item-proposed): Renamed from
3227 uniquify-fix-item-min-proposed.
3228 (uniquify-set-proposed): New function.
3229 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3230 clarity and speed.
3231 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3232 This is equivalent to what the old code did.
3233 (uniquify-rationalize-a-list): Never recompute the proposed
3234 name. Sort the conflicting sublist before rationalising it: this
3235 is equivalent to what the old code did, but one directory element
3236 at a time, and only when necessary.
3237 (uniquify-rationalize-conflicting-sublist): Recompute here the
3238 proposed name.
3239
3240 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3241
3242 * play/animate.el: Add Keywords and Maintainer. Remove a
3243 reference to a removed function.
3244
3245 * play/animate.el (animate-string): Handle case that the string is
3246 longer than the window is wide.
3247
3248 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3249
3250 * desktop.el (desktop-save): Bind coding-system-for-write to
3251 `emacs-mule' for write-region.
3252
3253 * delsel.el (delete-selection-pre-hook): Don't set this-command
3254 to `ignore' if the region is empty.
3255
3256 * international/mule.el (set-keyboard-coding-system):
3257 Set keyboard-coding-system.
3258
3259 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3260 before accessing it.
3261
3262 2001-07-30 Andreas Schwab <schwab@suse.de>
3263
3264 * menu-bar.el (toggle-highlight-paren-mode):
3265 Use `(show-paren-mode)' as body.
3266
3267 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3268
3269 * vc.el (vc-checkout-hook): New hook.
3270 (vc-checkout): Run it.
3271
3272 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3273
3274 * progmodes/make-mode.el (makefile-macroassign-regex):
3275 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3276
3277 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3278
3279 * vc.el (vc-switch-backend): Fix autoload cookie.
3280
3281 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3282 the desktop file.
3283
3284 2001-07-30 Simon Josefsson <jas@extundo.com>
3285
3286 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3287 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3288
3289 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3290
3291 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3292 (last-sexp-toggle-display): Renamed from last-sexp-print.
3293 (last-sexp-toggle-display, eval-last-sexp-1):
3294 Use last-sexp-setup-props.
3295
3296 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3297 New user-options.
3298 (mouse-wheel-change-button): New function.
3299 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3300 (mwheel-scroll): Ditto.
3301
3302 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3303
3304 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3305 `...', compare with unabbreviated printed representation instead.
3306 (last-sexp-print): Bind print-length and print-level to nil.
3307
3308 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3309 before assigning text properties. Make properties rear-nonsticky.
3310
3311 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3312 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3313 <mouse-2> and <RET> in that map to a function printing the
3314 unabbreviated value.
3315
3316 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3317 is a buffer, put a text property `printed-value' on the printed
3318 representation, with the Lisp object printed as value.
3319
3320 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3321
3322 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3323 Mention the effect of eval-expression-print-length and
3324 eval-expression-print-level in the doc strings. Suggested by
3325 Kevin Gallagher <kevingal@onramp.net>.
3326
3327 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3328
3329 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3330 for buttons > 3.
3331 (xterm-mouse-translate): Handle the case that we don't get a
3332 down-event.
3333
3334 * emacs-lisp/find-func.el (find-function-regexp):
3335 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3336 in front of the function name.
3337
3338 * isearch.el (isearch-other-meta-char): Fix last change.
3339
3340 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3341 similar events for which fake prefix keys are generated. It's no
3342 longer necessary since read_key_sequence doesn't modify these
3343 events for internal purposes anymore.
3344
3345 * files.el (auto-mode-alist): Use nroff-mode for files ending
3346 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3347
3348 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3349
3350 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3351 tool-bar-lines parameter, behave as if its value were zero.
3352 (mouse-avoidance-set-pointer-shape): Don't do anything if
3353 x-pointer-shape is not boundp.
3354
3355 2001-07-23 Francesco Potorti` <pot@gnu.org>
3356
3357 * uniquify.el: Overall speedup changes when using many buffers.
3358 (uniquify-fix-item-base, uniquify-fix-item-filename)
3359 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3360 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3361 place in the item, but was never used.
3362 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3363 in the item is now used as cache for the proposed name.
3364 (uniquify-rationalize-file-buffer-names): Move computation made on
3365 newbuffile out of the loop, in the newbuffile-nd local var.
3366 Use dolist (cosmetic change). Compute the proposed name for the most
3367 common case and cache it in the fourth place in the item.
3368 (uniquify-rationalize-file-buffer-names): Used to return a a list
3369 of buffer whose name was changed, but that return value was never used.
3370 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3371 the cached proposed name, does much less consing and is quicker.
3372 (uniquify-filename-lessp): Deleted.
3373 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3374 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3375 cached proposed name is possible.
3376 (uniquify-get-proposed-name): Arguments changed, callers changed.
3377 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3378 uniquify-possibly-resolvable flag, which is no more bound locally.
3379 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3380 flag, which does not exist any more.
3381
3382 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3383
3384 * term/internal.el (IT-unicode-translations): Fix the appearance of
3385 "6`".
3386
3387 * progmodes/compile.el (compile-internal): If EMACS is already
3388 defined in the environment, don't override its value.
3389
3390 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3391
3392 * play/fortune.el: Undo change of 2001-07-13.
3393 Fix autoload cookies. Add types to defcustoms.
3394 (fortune) <defgroup>: Add :link.
3395 (fortune-from-region): Use eq, not eql.
3396 From Dave Love <fx@gnu.org>.
3397
3398 * play/animate.el (animate-birthday-present): Function removed.
3399
3400 * play/animate.el: New file.
3401
3402 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3403
3404 * startup.el (normal-top-level-add-subdirs-to-load-path):
3405 On Windows, put into normal-top-level-add-subdirs-inode-list the
3406 canonicalized names of the directories instead of inode numbers.
3407
3408 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3409
3410 * ediff-util.el: Copyright years.
3411 (ediff-choose-syntax-table): New function.
3412 (ediff-setup): Use ediff-choose-syntax-table.
3413 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3414 vc-state is available.
3415 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3416
3417 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3418 with-syntax-table.
3419 (ediff-coding-system-for-read): From ediff-diff.el
3420 (ediff-coding-system-for-write): New variable.
3421 (ediff-highest-priority): Fixed the bug having to do with disappearing
3422 overlays.
3423 (ediff-file-remote-p): Use file-remote-p, if available.
3424 (ediff-listable-file): New function.
3425 (ediff-file-attributes): Use ediff-listable-file.
3426
3427 * ediff-mult.el (ediff-meta-insert-file-info1):
3428 Use ediff-listable-file.
3429
3430 * ediff-ptch.el (ediff-prompt-for-patch-file):
3431 Use ediff-coding-system-for-read.
3432 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3433
3434 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3435 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3436
3437 * ediff.el: Date of last update, copyright years.
3438
3439 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3440
3441 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3442 of Scott Bronson.
3443 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3444 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3445 Deleted functions.
3446 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3447 ex-token-list.
3448 (viper-get-ex-address-subr): Convert registers to char data type.
3449
3450 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3451 (viper-memq-char): Use viper-int-to-char.
3452 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3453 vc-locking-state.
3454 (viper-read-key): Use viper-read-key-sequence.
3455
3456 * viper.el (viper-major-mode-modifier-list):
3457 Added inferior-emacs-lisp-mode.
3458 (this-major-mode-requires-vi-state): New function that uses simple
3459 heuristics to decide if vi state is appropriate.
3460 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3461 (viper-non-hook-settings): Don't advise read-key-sequence.
3462 (viper-read-key-sequence): New function that replaces the
3463 previously used advice to read-key-sequence.
3464
3465 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3466 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3467 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3468 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3469 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3470 Got rid of the negative character hack.
3471 (viper-escape-to-state,viper-replace-state-exit-cmd):
3472 Use viper-read-key-sequence.
3473 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3474 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3475 Don't override existing minibuffer-setup-hook.
3476 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3477 Convert registers to char data type.
3478 (viper-autoindent): Use viper-indent-line.
3479
3480 * viper-keym.el: Use viper-exec-key-in-emacs.
3481
3482 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3483
3484 * server.el (server-visit-files): Fix variable name typo.
3485
3486 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3487
3488 * simple.el (delete-trailing-whitespace): Save match data
3489 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3490
3491 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3492
3493 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3494 return a this-error using the alternative format (a pair of markers).
3495
3496 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3497
3498 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3499
3500 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3501 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3502
3503 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3504
3505 * international/iso-transl.el: Fix typo in the header of the file.
3506
3507 * textmodes/picture.el (picture): Doc fix.
3508
3509 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3510 follow coding conventions in generated files.
3511
3512 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3513
3514 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3515 (tool-bar-add-item): Don't call image-related primitives if the
3516 display doesn't support images.
3517
3518 * frame.el (display-images-p): New function.
3519
3520 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3521
3522 * server.el (server-visit-files): Handle the case the specified
3523 column number is <= 0.
3524
3525 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3526
3527 * startup.el (command-line-1): Add support for +LINE:COLUMN
3528 command line argument.
3529
3530 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3531
3532 * server.el (server-process-filter, server-visit-files):
3533 Add support for +LINE:COLUMN style emacsclient calls.
3534
3535 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3536
3537 * emacs-lisp/easy-mmode.el: Add Keywords header.
3538
3539 * play/pong.el: Author has new address.
3540
3541 * play/landmark.el: Author is no more reachable.
3542
3543 * play/handwrite.el: Author is no more reachable.
3544
3545 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3546
3547 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3548 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3549 Complete bindings for F<1..12> keys.
3550 (global-map): Remove `undo' binding (already in the default).
3551 Replace `t<n>' bindings with `f<n>' bindings.
3552
3553 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3554
3555 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3556 (tcl-mode): Use tcl-add-log-defun.
3557 (tcl-indent-line): Use tcl-calculate-indent.
3558 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3559 (tcl-indent-exp): Renamed from indent-tcl-exp.
3560 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3561 (tcl-indent-for-comment): Call comment-indent-function properly
3562 and handle the case where it returns nil.
3563
3564 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3565
3566 * calendar/cal-islam.el (calendar-goto-islamic-date):
3567 Remove autoload cookie.
3568
3569 * calendar/calendar.el (calendar-goto-islamic-date):
3570 Add call to autoload.
3571
3572 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3573
3574 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3575 Don't change compile-auto-highlight globally.
3576 Don't bother with `font-lock-defaults' property since XEmacs
3577 also understands the `font-lock-defaults' variable.
3578 Use make-local-variable rather than make-variable-buffer-local.
3579 Don't `defconst' comment-indent-function: keep the default.
3580 Call easy-menu-add unconditionally.
3581 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3582 (ada-create-menu): Use :included for Emacs as well.
3583
3584 * vc.el (vc-do-command): Autoload.
3585
3586 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3587
3588 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3589
3590 * ps-print.el: Fix Author: header.
3591
3592 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3593
3594 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3595 mouse-1 etc., bind them to `ignore'.
3596
3597 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3598 send-invisible, which is already defined in Comint.
3599 (eshell-watch-for-password-prompt): Use it.
3600
3601 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3602
3603 * which-func.el (which-func-mode): Doc fix.
3604
3605 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3606 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3607 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3608 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3609 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3610 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3611 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3612 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3613 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3614 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3615 * emulation/edt-mapper.el, emulation/edt-pc.el,
3616 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3617 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3618 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3619 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3620 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3621 * international/isearch-x.el, international/iso-cvt.el,
3622 * international/ogonek.el, international/quail.el,
3623 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3624 * language/devanagari.el, language/ethio-util.el,
3625 * language/ethiopic.el, language/european.el, language/indian.el,
3626 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3627 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3628 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3629 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3630 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3631 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3632 * progmodes/autoconf.el, progmodes/cmacexp.el,
3633 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3634 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3635 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3636 * progmodes/ebnf2ps.el, progmodes/executable.el,
3637 * progmodes/fortran.el, progmodes/idlw-shell.el,
3638 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3639 * progmodes/m4-mode.el, progmodes/mantemp.el,
3640 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3641 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3642 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3643 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3644 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3645 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3646 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3647 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3648 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3649 * textmodes/two-column.el, time-stamp.el, timezone.el,
3650 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3651 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3652 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3653 conventions.
3654
3655 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3656
3657 * simple.el (set-variable): Require 'cus-edit' instead of
3658 `wid-edit', so that the Custom widgets get defined.
3659
3660 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3661
3662 * allout.el: A fix to follow coding conventions.
3663
3664 * find-lisp.el: A fix to follow coding conventions.
3665
3666 * term/w32-win.el: A fix to follow coding conventions.
3667
3668 * textmodes/sgml-mode.el: A fix to follow coding conventions.
3669
3670 * term/xterm.el: A fix to follow coding conventions.
3671
3672 * term/news.el: A fix to follow coding conventions.
3673
3674 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
3675 header line fixed.
3676
3677 * sun-curs.el: Fix Maintainer: header line.
3678
3679 * emacs-lisp/easymenu.el: Address of the author added.
3680
3681 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3682
3683 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
3684 property.
3685
3686 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3687
3688 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
3689 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
3690 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
3691 Some fixes to follow coding conventions.
3692
3693 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3694
3695 * which-func.el (which-func-mode): Doc fix.
3696
3697 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
3698
3699 * net/rcompile.el (remote-compile): Use make-local-variable.
3700
3701 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
3702
3703 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
3704
3705 * mail/reporter.el (reporter-submit-bug-report):
3706 Don't abuse make-variable-buffer-local. Fix call to add-hook.
3707
3708 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3709
3710 * calendar/cal-china.el, calendar/cal-coptic.el,
3711 * calendar/cal-dst.el, calendar/cal-french.el,
3712 * calendar/cal-hebrew.el, calendar/cal-islam.el,
3713 * calendar/cal-iso.el, calendar/cal-julian.el,
3714 * calendar/cal-mayan.el, calendar/cal-persia.el,
3715 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
3716 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
3717 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
3718 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
3719 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3720 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
3721 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
3722 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
3723 * progmodes/ada-xref.el, progmodes/cc-align.el,
3724 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
3725 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3726 * progmodes/cc-langs.el, progmodes/cc-menus.el,
3727 * progmodes/cc-styles.el, progmodes/cc-vars.el,
3728 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
3729 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
3730 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
3731 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
3732 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
3733 * textmodes/reftex.el: Some fixes to follow coding
3734 conventions in Eshell files with known maintainers.
3735
3736 * emulation/viper.el: A fix to follow coding conventions.
3737
3738 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
3739 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
3740 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
3741 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
3742 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
3743 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
3744 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
3745 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
3746 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
3747 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
3748 conventions in Eshell files.
3749
3750 * composite.el, diff.el, emacs-lisp/levents.el,
3751 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
3752 * emulation/pc-mode.el, emulation/viper-cmd.el,
3753 * emulation/viper-ex.el, emulation/viper-init.el,
3754 * emulation/viper-keym.el, emulation/viper-macs.el,
3755 * emulation/viper-mous.el, emulation/viper-util.el,
3756 * emulation/viper.el, forms-pass.el, international/ccl.el,
3757 * international/characters.el, international/encoded-kb.el,
3758 * international/fontset.el, international/ja-dic-cnv.el,
3759 * international/ja-dic-utl.el, international/kinsoku.el,
3760 * international/kkc.el, international/mule-cmds.el,
3761 * international/mule-diag.el, international/mule-util.el,
3762 * international/mule.el, international/titdic-cnv.el,
3763 * language/china-util.el, language/chinese.el,
3764 * language/cyril-util.el, language/cyrillic.el, language/english.el,
3765 * language/greek.el, language/hebrew.el, language/japan-util.el,
3766 * language/japanese.el, language/korea-util.el, language/korean.el,
3767 * language/lao-util.el, language/lao.el, language/misc-lang.el,
3768 * language/slovak.el, language/thai-util.el, language/thai.el,
3769 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
3770 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
3771 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
3772 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
3773 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
3774 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
3775 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
3776 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
3777 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
3778 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
3779 to follow coding conventions in files without maintainer or in files
3780 with clear maintainer (but without Maintainer header stating so).
3781
3782 * emacs-lisp/elp.el: A fix to follow coding conventions.
3783
3784 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
3785 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
3786 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
3787 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
3788 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
3789 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
3790 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
3791 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
3792 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
3793 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
3794 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
3795 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
3796 conventions in files from Gnus.
3797
3798 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
3799 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
3800 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
3801 * echistory.el, electric.el, emacs-lisp/authors.el,
3802 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
3803 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
3804 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
3805 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
3806 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
3807 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
3808 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
3809 * international/codepage.el, international/iso-ascii.el,
3810 * international/iso-insert.el, international/iso-transl.el,
3811 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
3812 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
3813 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
3814 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
3815 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
3816 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
3817 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
3818 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
3819 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
3820 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
3821 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
3822 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
3823 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
3824 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
3825 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
3826 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
3827 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
3828 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
3829 * textmodes/tex-mode.el, textmodes/text-mode.el,
3830 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
3831 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
3832 * vt100-led.el, window.el: Some fixes to follow coding conventions in
3833 files maintained by FSF.
3834
3835 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3836
3837 * arc-mode.el: A fix to follow coding conventions.
3838
3839 * bindings.el: Ditto.
3840
3841 * cdl.el: Ditto.
3842
3843 * comint.el: Ditto.
3844
3845 * cus-start.el: Ditto.
3846
3847 * shell.el: Ditto.
3848
3849 * skeleton.el: Ditto.
3850
3851 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
3852
3853 * info.el (Info-build-node-completions):
3854 Make Info-current-file-completions buffer local.
3855
3856 2001-07-13 Gerd Moellmann <gerd@gnu.org>
3857
3858 * which-func.el (which-func-mode, which-func-ff-hook)
3859 (which-function-mode): Remove references to which-func-mode-global.
3860
3861 * calendar/cal-islam.el (calendar-goto-islamic-date):
3862 Add autoload cookie.
3863
3864 * play/fortune.el: Add types to defcustoms.
3865
3866 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3867
3868 * language/czech.el: A fix to follow coding conventions.
3869
3870 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3871
3872 * speedbar.el (speedbar-supported-extension-expressions): Add .g
3873 to the extension list, for antlr-mode. From Christoph Wedler
3874 <Christoph.Wedler@sap.com>.
3875
3876 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
3877
3878 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
3879 (vc-dired-mode-map): Fix the madness.
3880
3881 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
3882 (vc-prefix-map): Moved back from vc.el.
3883
3884 2001-07-11 Gerd Moellmann <gerd@gnu.org>
3885
3886 * mail/mail-extr.el (mail-extr-all-top-level-domains):
3887 Increase the size of the obarray.
3888 (mail-extr-all-top-level-domains): Add more toplevel domains,
3889 add more long names.
3890 From: Per Starback <starback@ling.uu.se>.
3891
3892 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3893
3894 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
3895 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3896
3897 * progmodes/ada-mode.el: Ditto.
3898
3899 * progmodes/ada-xref.el: Ditto.
3900
3901 2001-07-11 Miles Bader <miles@gnu.org>
3902
3903 * finder.el (finder-insert-at-column): Also move to the next line
3904 if exactly at COLUMN.
3905
3906 2001-07-10 Gerd Moellmann <gerd@gnu.org>
3907
3908 * help.el (describe-function-1): When printing FUNCTION's
3909 documentation, don't assume FUNCTION is a symbol.
3910
3911 * startup.el (normal-top-level): Don't operate on the initial
3912 frame if we failed to create one.
3913
3914 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
3915
3916 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
3917 itself, i.e. only indent the contents in it.
3918
3919 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
3920
3921 * mail/rmail.el (rmail-show-message): Show beginning of message in
3922 all windows containing it.
3923
3924 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
3925
3926 * term/tty-colors.el: Fix the header line and copyright years.
3927
3928 2001-07-09 Gerd Moellmann <gerd@gnu.org>
3929
3930 * emacs-lisp/advice.el (ad-make-advised-definition): If the
3931 original definition has an interactive form, but is Elp
3932 instrumented, use the interactive form of the function called by
3933 elp-wrapper.
3934
3935 * winner.el (winner-equal): Make it a defun. Don't compare Winner
3936 configurations with compare-window-configuration; they aren't
3937 window configurations.
3938
3939 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
3940 from the server for the format we expect. Don't use it if it
3941 doesn't look like what the Internet draft for FTP extensions specifies.
3942
3943 * toolbar/*.pbm: Cleaned up.
3944 From Luis Fernandes <elf@ee.ryerson.ca>.
3945
3946 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3947
3948 * cc-cmds.el: Extended the kludge to interoperate with the
3949 delsel and pending-del packages wrt to the new function
3950 `c-electric-delete-forward'.
3951
3952 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
3953
3954 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
3955 to delay the call to <mode> for global minor modes.
3956 (easy-mmode-define-navigation): Only recenter if interactive.
3957
3958 2001-07-06 Gerd Moellmann <gerd@gnu.org>
3959
3960 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
3961 to lisp-indent-line.
3962
3963 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
3964 from the server. Call encode-time only when we are sure that we
3965 got a 213 response.
3966
3967 2001-07-06 Simon Josefsson <jas@extundo.com>
3968
3969 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
3970 (mail-envelope-from): New user option.
3971 (sendmail-send-it): Use it.
3972
3973 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3974
3975 * ps-print.el: Use locale dependant date to print date in header.
3976 Doc fix.
3977 (ps-print-version): New version number (6.5.3).
3978 (ps-right-header, ps-right-footer): Initialization and doc fix.
3979 (ps-time-stamp-locale-default): New fun.
3980
3981 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3982
3983 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
3984 field problem with MIME-mode.
3985
3986 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
3987
3988 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3989
3990 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
3991 MIME-mode.
3992
3993 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
3994
3995 * bindings.el (mode-line-mule-info): Don't show the tip with
3996 buffer-file-coding-system if that is nil.
3997
3998 2001-07-05 Gerd Moellmann <gerd@gnu.org>
3999
4000 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4001 instead of kill-line.
4002
4003 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4004 <Pavel@Janik.cz>.
4005
4006 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4007 <Pavel@Janik.cz>.
4008
4009 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4010
4011 * font-lock.el (c-font-lock-keywords-3): When matching something
4012 like `struct X Y', finish with point after Y.
4013
4014 2001-07-04 Simon Josefsson <jas@extundo.com>
4015
4016 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4017 in caller buffer.
4018
4019 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4020
4021 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4022 instead of string-match to find the basename of the file.
4023 From Pascal Obry <p.obry@wanadoo.fr>.
4024
4025 * net/browse-url.el (browse-url-default-windows-browser):
4026 Support the MS-DOS port when it runs on Windows.
4027 (browse-url-browser-function) [ms-dos]: Default to
4028 browse-url-default-windows-browser.
4029
4030 * help.el (locate-library): Enable code that looks for compressed
4031 libraries if auto-compression-mode is on.
4032
4033 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4034
4035 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4036
4037 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4038
4039 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4040
4041 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4042
4043 * allout.el: Fix the header line, so that finder.el recognizes it.
4044 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4045
4046 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4047 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4048
4049 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4050
4051 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4052
4053 * ps-bdf.el (bdf-directory-list): Use the value relative to
4054 installation-directory for MS-Windows as well.
4055
4056 2001-06-29 Richard M. Stallman <rms@gnu.org>
4057
4058 * wid-edit.el (widget-color-sample-face-get):
4059 Return ((foreground-color . COLOR)) instead of constructing a face.
4060
4061 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4062
4063 * faces.el (region): Change the background color for the
4064 light-background color display to lightgoldenrod2, to make it
4065 visible on some laptops.
4066
4067 2001-06-28 Richard M. Stallman <rms@gnu.org>
4068
4069 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4070 (rmail-msg-restore-non-pruned-header): Likewise.
4071 If point was in the old pruned header, put it at the top.
4072 (rmail-msg-prune-header): If point was at the top, keep it there.
4073
4074 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4075 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4076
4077 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4078
4079 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4080
4081 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4082
4083 * saveplace.el: Update maintainer email address.
4084
4085 2001-06-27 Francesco Potorti` <pot@gnu.org>
4086
4087 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4088 Undo previous change.
4089
4090 2001-06-27 Francesco Potorti` <pot@gnu.org>
4091
4092 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4093 preliminary quick reordering. Can speed things up dramatically.
4094
4095 2001-06-26 Richard M. Stallman <rms@gnu.org>
4096
4097 * dired.el (dired-get-filename): A file name starting with ~
4098 is not absolute in this context.
4099
4100 * which-func.el (which-func-maxout): Increase default to 500000.
4101 (which-function-mode): This is now the "real" name of the function.
4102 (which-func-mode): Now an alias.
4103 (which-func-mode-global): Name deleted.
4104
4105 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4106 button-2, when binding hs-mouse-toggle-hiding.
4107
4108 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4109
4110 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4111 (rmail-msg-prune-header): Likewise.
4112 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4113 and `rmail-msg-prune-header'.
4114
4115 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4116
4117 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4118 back than LINEBEG.
4119
4120 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4121
4122 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4123 window where they clicked the mouse has a header line, adjust
4124 vertical movement by one.
4125
4126 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4127
4128 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4129 too when separating a parenthesis.
4130
4131 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4132
4133 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4134 (bookmark-bmenu-hide-filenames): Add help-echo to
4135 mouse-highlighted text.
4136 (bookmark-bmenu-show-filenames): Remove help-echo property from
4137 the whitespace.
4138
4139 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4140
4141 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4142 From Karl Eichwalder <ke@suse.de>.
4143
4144 2001-06-23 Richard M. Stallman <rms@gnu.org>
4145
4146 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4147
4148 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4149 contents for completing-read.
4150
4151 2001-06-22 Richard M. Stallman <rms@gnu.org>
4152
4153 * menu-bar.el (menu-bar-make-toggle): Construct the
4154 function's doc string from HELP, not DOC, and make it accurate by
4155 adding "Toggle whether to " at the front and downcasing the initial.
4156 Change the HELP arg in some calls to make it fit this usage.
4157
4158 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4159 Undo previous change.
4160
4161 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4162
4163 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4164
4165 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4166
4167 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4168
4169 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4170
4171 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4172
4173 2001-06-20 Richard M. Stallman <rms@gnu.org>
4174
4175 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4176 broken out from dabbrev--find-expansion. Handle minibuffer
4177 specially here.
4178 (dabbrev--find-expansion): Simplify code in various ways.
4179 Don't treat minibuffers specially.
4180 Call dabbrev--make-friend-buffer-list.
4181 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4182 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4183
4184 2001-06-19 John Wiegley <johnw@gnu.org>
4185
4186 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4187 Also, added a comment describing how to greatly speedup Eshell
4188 loadup time, by concatenating together all of Eshell's .elc files.
4189
4190 2001-06-19 John Wiegley <johnw@gnu.org>
4191
4192 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4193
4194 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4195
4196 * woman.el (WoMan-highlight-references): Add help-echo to
4197 mouse-highlighted text.
4198
4199 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4200
4201 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4202
4203 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4204
4205 * international/quail.el (quail-start-conversion):
4206 Reset quail-translating to nil.
4207
4208 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4209 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4210
4211 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4212
4213 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4214 mouse-highlighted text.
4215
4216 * dired.el (dired-mark-pop-up): Fix last change.
4217
4218 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4219
4220 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4221 mouse-highlighted text.
4222
4223 * net/quickurl.el (quickurl-url-file): Run through
4224 convert-standard-filename.
4225 (quickurl-list-populate-buffer): Add help-echo to
4226 mouse-highlighted text.
4227 (top-level): Update Dave's URL.
4228
4229 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4230 mouse-highlighted text.
4231
4232 * textmodes/page-ext.el (pages-copy-header-and-position):
4233 Add help-echo to mouse-highlighted text.
4234
4235 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4236 mouse-highlighted text.
4237
4238 * replace.el (occur): Add help-echo to mouse-highlighted text.
4239
4240 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4241 mouse-highlighted text.
4242
4243 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4244 mouse-highlighted text.
4245
4246 * progmodes/compile.el (compile-reinitialize-errors):
4247 Add help-echo to mouse-highlighted messages.
4248 (compilation-forget-errors): Remove help-echo property as well.
4249
4250 * play/landmark.el (lm-plot-square, lm-init-display):
4251 Add help-echo to mouse-highlighted text.
4252
4253 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4254 Add help-echo to mouse-highlighted text.
4255
4256 * dired.el (dired-insert-set-properties): Add help-echo to
4257 mouse-highlighted text.
4258 (dired-mark-pop-up): Remove help-echo property from the file name.
4259
4260 * comint.el (comint-send-input): Add help-echo to
4261 mouse-highlighted text.
4262
4263 * buff-menu.el (list-buffers-noselect): Add help-echo to
4264 mouse-highlighted text.
4265
4266 * arc-mode.el (archive-summarize-files): Add help-echo to
4267 mouse-highlighted text.
4268
4269 * ffap.el (ffap-machine-p): Always return nil if
4270 open-network-stream is not fboundp.
4271
4272 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4273
4274 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4275 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4276 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4277 incorrectly binding chars between 128 and 256 to it.
4278 (sgml-maybe-name-self): Handle latin-1 chars properly.
4279 (sgml-tags-invisible): Bind buffer-file-name to nil.
4280 Use unwind-protect and restore-buffer-modified-p.
4281 (sgml-point-entered): Use buffer-substring-no-properties.
4282 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4283 (html-mode): Don't force `imenu-sort-function'.
4284
4285 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4286
4287 * tar-mode.el: Fix the copyright notice.
4288
4289 * font-lock.el (font-lock-comment-face): For tty's with dark
4290 background, use "red1", since "lightred" is not one of the colors
4291 recognized by tty-colors.el.
4292
4293 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4294 create a buffer for extracted file, in case there's more than one
4295 file by that name in an archive, possibly in different
4296 directories. From Kevin Rodgers <kevinr@ihs.com>.
4297
4298 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4299 <alex@gnu.org>.
4300
4301 2001-06-15 Miles Bader <miles@gnu.org>
4302
4303 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4304 Revert previous change.
4305
4306 2001-06-14 Richard M. Stallman <rms@gnu.org>
4307
4308 * replace.el (keep-lines-read-args): Return just a regexp.
4309 Provide nil for the region args.
4310 (keep-lines, flush-lines, how-many):
4311 Calculate the defaults for the region here, when args are nil.
4312
4313 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4314
4315 * rot13.el (rot13-other-window): Some more doc fix.
4316
4317 2001-06-14 Per Starback <starback@ling.uu.se>
4318
4319 * replace.el (case-replace, query-replace-from-history-variable)
4320 (query-replace-to-history-variable, keep-lines-read-args)
4321 (occur-revert-function, query-replace-help): Dox fix.
4322
4323 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4324
4325 * rot13.el (rot13-other-window): Doc fix.
4326
4327 2001-06-14 Miles Bader <miles@gnu.org>
4328
4329 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4330 of " and \ to "." (punctuation).
4331 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4332
4333 2001-06-13 Richard M. Stallman <rms@gnu.org>
4334
4335 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4336
4337 * simple.el (shell-command-on-region): Never kill the
4338 *Shell Command Output* buffer.
4339
4340 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4341
4342 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4343
4344 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4345
4346 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4347 New var, to recognize ${ $' and PODs.
4348 (perl-font-lock-syntactic-face-function): New function.
4349 (perl-mode): Use them.
4350 (perl-continuation-line-p): New function, from perl-calculate-indent.
4351 (perl-calculate-indent): Use it, to properly handle continuation
4352 lines of continuation lines.
4353
4354 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4355
4356 * server.el (server-process, server-buffer-clients): Doc fix.
4357 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4358
4359 2001-06-09 John Wiegley <johnw@gnu.org>
4360
4361 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4362 test if the last command was Lisp or not.
4363 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4364 B x C".
4365
4366 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4367
4368 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4369 general one on compile.el supports drive letters.
4370
4371 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4372
4373 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4374 key description.
4375
4376 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4377
4378 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4379 (reftex-toc-jump): New command.
4380
4381 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4382 to parse international characters as well.
4383
4384 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4385 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4386
4387 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4388
4389 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4390 TAB to the key separators.
4391
4392 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4393
4394 * international/mule.el (auto-coding-alist): Remove redundant
4395 up-cased versions of the extensions (auto-coding-alist-lookup is
4396 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4397 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4398
4399 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4400
4401 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4402
4403 2001-06-01 Richard M. Stallman <rms@gnu.org>
4404
4405 * help.el (describe-variable): Put value on same line
4406 with preceding text, if it is short enough to look good that way.
4407
4408 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4409
4410 * term/internal.el (IT-unicode-translations): New variable.
4411 (IT-setup-unicode-display): New function.
4412
4413 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4414
4415 * ps-print.el: Handle before-string and after-string overlay properties
4416 in ps-print-*-with-faces commands. Doc fix.
4417 (ps-print-version): New version number (6.5.2).
4418 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4419 for XEmacs.
4420 (ps-prefix-quote): Doc fix.
4421 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4422 (ps-basic-plot-str, ps-plot-string): New funs.
4423
4424 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4425
4426 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4427 and :type spec.
4428
4429 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4430
4431 * international/mule-cmds.el (inactivate-input-method):
4432 Set input-method-function to nil.
4433
4434 * xml.el (xml-parse-tag): The document may contain invalid characters.
4435 From ShengHuo ZHU <zsh@cs.rochester.edu>
4436
4437 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4438
4439 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4440 `rmail-summary-line-decoder' if the message does not have
4441 a Subject: field.
4442
4443 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4444
4445 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4446 New variable.
4447 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4448 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4449 is non-nil.
4450
4451 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4452
4453 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4454
4455 2001-05-29 Sam Steingold <sds@gnu.org>
4456
4457 * faces.el (face-valid-attribute-values): Bind `valid' directly
4458 instead of using `setq'.
4459
4460 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4461 Use `tex-shell-buf'.
4462 (tex-shell-proc): Use `tex-shell-running'.
4463 (tex-shell-buf-no-error): New function.
4464 (tex-send-tex-command): Use it.
4465 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4466 (tex-kill-job): Check the process before calling `quit-process'.
4467
4468 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4469
4470 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4471 UTF-8 sequences.
4472
4473 2001-05-28 Miles Bader <miles@gnu.org>
4474
4475 * comint.el (comint-carriage-motion): Renamed from
4476 `comint-cr-magic'. Operate on the buffer instead of the string
4477 (for use as a comint post-output filter, instead of as a
4478 pre-output filter). Handle backspaces too. Add to the
4479 `comint-output-filter-functions' hook instead of
4480 `comint-preoutput-filter-functions'.
4481
4482 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4483
4484 * language/japan-util.el (japanese-hankaku): Prefer the charset
4485 `jisx0201' when the optional argument `ascii-only' is not specified.
4486 (japanese-hankaku-region): Ditto.
4487 From Katsumi Yamaoka <yamaoka@jpl.org>
4488
4489 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4490
4491 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4492 (outline-invisible-p): New function.
4493 (hide-leaves): Save excursion.
4494 (hide-other): Stop looping when reaching bobp.
4495
4496 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4497
4498 * cus-edit.el (custom-file): Fix last change.
4499
4500 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4501
4502 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4503 same definition in byte-compile-function-environment as `autoload'
4504 would put in `symbol-function'.
4505
4506 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4507 patch to correct the error message as well.
4508
4509 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4510
4511 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4512 unless ~/.emacs exists.
4513
4514 * novice.el (enable-command): If user-init-file is nil or does not
4515 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4516
4517 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4518
4519 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4520 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4521 Allow spaces around macro arguments.
4522 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4523 indent-for-tab-command.
4524 (latex-mode-map, plain-tex-mode-map): New keymaps.
4525 Inherit from tex-mode-map.
4526 (tex-common-initialization): Don't setup the keymap any more
4527 since it's now done right by define-derived-mode.
4528 (latex-mode): Set skeleton-end-hook to nil.
4529 (latex-skeleton-end-hook): Remove.
4530 (tex-latex-block, latex-insert-item): Simplify.
4531 (latex-syntax-after): Use following-char rather than char-after.
4532 (tex-discount-args-cmds, tex-count-words): New functions.
4533
4534 * textmodes/tildify.el (tildify-ignored-environments-alist):
4535 Recognize \verb* as well.
4536
4537 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4538 (perl-comment-indent): Simplify to let newcomment.el do its job.
4539 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4540 (perl-mark-function): Cleanup the namespace.
4541 (perl-calculate-indent): Don't be fooled by nested functions.
4542
4543 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4544
4545 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4546 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4547
4548 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4549
4550 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4551 actually be `\\'.
4552 (ctlau-b5-converter): Likewise.
4553
4554 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4555
4556 * international/titdic-cnv.el (quail-misc-package-ext-info):
4557 Change CTLauB.el to CTLau-b5.el.
4558
4559 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4560
4561 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4562 rather than beginning-of-line to avoid problems with fields.
4563 (gud-perldb-massage-args): Use unless and push.
4564 (gud-chdir-before-run): New var.
4565 (gud-common-init): Use it.
4566
4567 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4568
4569 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4570 delete entries for chinese-ctlau and chinese-ctlaub.
4571 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4572 chinese-ctlaub.
4573 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4574 New functions.
4575
4576 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4577
4578 * cus-edit.el (custom-comment-show): Remove debug code.
4579
4580 * language/japan-util.el (japanese-symbol-table): Fix handling of
4581 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4582
4583 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4584
4585 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4586 Renamed by removing the silly `-flag' suffix.
4587 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4588
4589 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4590
4591 * replace.el (keep-lines-read-args): Use `copy-marker'.
4592 (how-many): Save excursion properly.
4593 (occur-mode): Use define-derived-mode.
4594 (perform-replace): Use with-current-buffer.
4595
4596 2001-05-20 Richard M. Stallman <rms@gnu.org>
4597
4598 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4599
4600 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4601
4602 * info.el (Info-read-subfile): Widen before finding the
4603 desired node in the subfile.
4604
4605 * startup.el (command-line-1): When >2 files visited,
4606 leave the last one visible, and make that the selected window.
4607
4608 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4609
4610 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4611
4612 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4613
4614 * international/ccl.el (define-ccl-program): Fix a typo.
4615 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4616
4617 * international/mule.el (decode-char): Fix a typo. From Pavel
4618 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4619
4620 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4621 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4622
4623 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4624 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4625
4626 2001-05-18 Sam Steingold <sds@gnu.org>
4627
4628 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4629 and [RET] to `cvs-mode-find-file'.
4630
4631 2001-05-18 John Wiegley <johnw@gnu.org>
4632
4633 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4634 configuration variable, which determines the initial character
4635 that forces use of an external version of a command. The default
4636 is *, but may be set to \, for example.
4637
4638 * eshell/esh-ext.el (eshell-explicit-command):
4639 Use `eshell-explicit-command-char' instead of ?*.
4640
4641 * eshell/esh-cmd.el (eshell/which):
4642 Use `eshell-explicit-command-char' instead of ?*.
4643
4644 * eshell/em-cmpl.el (eshell-completion-command-name)
4645 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4646 instead of ?*.
4647
4648 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4649
4650 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4651 subst-char-in-string.
4652 (ange-ftp-after-parse-ls-hook): New variable.
4653 (ange-ftp-ls): Run that hook.
4654 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4655
4656 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4657 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4658 text into *Completions*.
4659
4660 * net/goto-addr.el (goto-address-at-point): Deal with URLs
4661 part of which look like email addresses.
4662
4663 2001-05-18 Andrew Innes <andrewi@gnu.org>
4664
4665 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
4666 Use . instead of absolute path for lisp dir, to avoid bug in W2K
4667 cmd.exe's handling of FOR loops.
4668 (autoloads): Set find-file-suppress-same-file-warnings to t to
4669 avoid slew of spurious messages.
4670
4671 2001-05-18 Simon Josefsson <simon@josefsson.org>
4672
4673 * mail/smtpmail.el (maybe-append-domain): Renamed to
4674 `smtpmail-maybe-append-domain'.
4675 (smtpmail-via-smtp): Use the new name.
4676
4677 * net/browse-url.el (browse-url-browser-function): Add kde.
4678 (browse-url-kde-program, browse-url-kde-args): New variables.
4679 (browse-url-kde): New function.
4680
4681 2001-05-18 Miles Bader <miles@gnu.org>
4682
4683 * simple.el (delete-horizontal-space, just-one-space):
4684 Use `constrain-to-field' instead of `field-end'/`field-beginning',
4685 because it's more efficient for large files.
4686
4687 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4688
4689 * mail/rmail.el (rmail-require-mime-maybe): New function.
4690 (rmail): Use it.
4691 (rmail-mode): Handle the case of finding Rmail files.
4692
4693 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
4694 functions.
4695
4696 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
4697
4698 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
4699 text-property after moving to the beginning of line and regardless
4700 of the value of font-lock-multiline.
4701
4702 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4703
4704 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
4705
4706 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
4707 last coding system used before calling set-buffer-modified-p
4708 because that function changes last-coding-system.
4709
4710 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
4711
4712 * files.el (switch-to-buffer-other-window)
4713 (switch-to-buffer-other-frame): Add an xref to display-buffer in
4714 the doc string.
4715
4716 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4717
4718 * language/slovak.el, language/czech.el: New maintainer.
4719
4720 2001-05-16 Sam Steingold <sds@gnu.org>
4721
4722 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
4723 sub-form of `defgeneric' correctly.
4724
4725 2001-05-16 Gerd Moellmann <gerd@gnu.org>
4726
4727 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
4728 of `c'.
4729
4730 * textmodes/outline.el (outline-font-lock-level): Remove the
4731 condition-case, test what outline-level returns instead, to
4732 ease debugging.
4733
4734 * international/mule.el (auto-coding-regexp-alist): New user-option.
4735 (auto-coding-from-file-contents): New function.
4736 (set-auto-coding): Use it to determine a coding system.
4737
4738 2001-05-15 Gerd Moellmann <gerd@gnu.org>
4739
4740 * mouse.el (mouse-delete-other-windows): Doc fix.
4741
4742 * emacs-lisp/lisp-mode.el (lisp-mode):
4743 Make font-lock-keywords-case-fold-search a buffer-local variable with
4744 make-local-variable before setting it.
4745
4746 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
4747
4748 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
4749 prefixes.
4750
4751 2001-05-14 Gerd Moellmann <gerd@gnu.org>
4752
4753 * hexl.el (hexl-current-address): Print a message when called
4754 interactively.
4755
4756 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
4757
4758 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
4759
4760 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
4761
4762 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
4763
4764 2001-05-11 Gerd Moellmann <gerd@gnu.org>
4765
4766 * startup.el (command-line): If parameters have been changed in
4767 the init files which influence font selection, clear the face
4768 cache so that faces get realized with the new parameters.
4769
4770 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
4771
4772 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
4773
4774 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
4775
4776 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
4777
4778 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
4779 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
4780
4781 2001-05-10 Gerd Moellmann <gerd@gnu.org>
4782
4783 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
4784 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
4785
4786 2001-05-09 John Wiegley <johnw@gnu.org>
4787
4788 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4789 Annotated the documentation string to tell users about
4790 `eshell-no-numeric-conversions'.
4791
4792 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
4793 conversions if a Lisp function has the property
4794 `eshell-no-numeric-conversions' set to a non-nil value.
4795
4796 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
4797 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
4798 property `eshell-no-numeric-conversions' on the following
4799 functions (which all deal with filesystem entities, and never Lisp
4800 numerical values): eshell/cd, eshell/pushd, eshell/popd,
4801 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
4802 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
4803 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
4804 eshell/which, eshell/addpath.
4805
4806 2001-05-09 John Wiegley <johnw@gnu.org>
4807
4808 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
4809 encountered as an argument, don't convert it right away, but tag
4810 the first character of the string with the text properties
4811 `number', which signifies to `eshell-lisp-command' that the
4812 argument should be passed through `string-to-number' if it is
4813 actually used in the call to a Lisp function.
4814
4815 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
4816 function, convert any string arguments that have been tagged as
4817 "numbers", by calling string-to-number.
4818
4819 * eshell/esh-util.el (eshell-number-regexp): Now that number
4820 conversions only happen for Lisp function calls, the number regexp
4821 should now match all integer and floating point forms.
4822
4823 * eshell/esh-proc.el: Disable `eshell-stop-process' and
4824 `eshell-continue-process', since they are both nonfunctional at
4825 the moment.
4826 (eshell-proc-initialize): Don't bind keys for
4827 `eshell-stop-process' or `eshell-continue-process'.
4828
4829 * eshell/em-unix.el (eshell-shuffle-files):
4830 Apply `directory-file-name' before calling `file-name-directory'.
4831
4832 * eshell/em-hist.el (eshell-add-to-history): Reference to
4833 `eshell-history-ring' needed to be `eshell-history-index'.
4834
4835 * calendar/timeclock.el (timeclock-find-discrep):
4836 Initialize `elapsed' to 0.
4837 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
4838 it's still nil.
4839
4840 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
4841
4842 * arc-mode.el (archive-int-to-mode): Construct the string directly.
4843 (archive-mode): Use capitalize.
4844 (archive-unique-fname): Use make-temp-file.
4845
4846 2001-05-09 Gerd Moellmann <gerd@gnu.org>
4847
4848 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
4849
4850 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
4851
4852 * tar-mode.el (tar-extract): Pay attention to the value of
4853 coding-system-for-read, if it is non-nil.
4854
4855 * calendar/holidays.el (holidays): Add an autoload cookie.
4856 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4857
4858 2001-05-08 John Wiegley <johnw@gnu.org>
4859
4860 * calendar/timeclock.el (timeclock-workday-remaining):
4861 Changed logic for determining how much time is remaining.
4862 (timeclock-workday-elapsed): Don't accept a "relative" argument
4863 for the current day's elapsed time. What could that have meant?
4864 (timeclock-workday-elapsed-string): No "relative" argument anymore.
4865 (timeclock-when-to-leave): Changed logic, similarly to what was
4866 done for `timeclock-workday-remaining'.
4867 (timeclock-find-discrep): Removed "today-only" argument, which had
4868 no meaning. Fixed some more math problems. The function now
4869 returns a three member list: (TOTAL-TIME-DISCREPANCY
4870 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
4871
4872 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4873
4874 * w32-fns.el (convert-standard-filename): Start replacing slashes
4875 from the beginning of the file name, not from where the last
4876 invalid character was. From "Andrew Maguire (SWW)"
4877 <Andrew.Maguire@Smallworld.co.uk>
4878
4879 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
4880
4881 The following changes are to provide infrastructure for handling
4882 MIME messages to rmail. They don't affect the original behaviour
4883 if rmail-enable-mime is nil.
4884
4885 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
4886 (rmail-search-mime-message-function)
4887 (rmail-search-mime-header-function): New variables.
4888 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
4889 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
4890 `rmail-view-buffer' is hidden.
4891 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
4892 call rmai-show-mime-function.
4893 (rmail-display-labels): If rmail-enable-mime is non-nil, update
4894 mode-line-process of rmail-view-buffer.
4895 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
4896 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
4897 buffer.
4898 (rmail-next-message, rmail-next-undeleted-message): Be sure to
4899 set-buffer to the Rmail buffer.
4900 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
4901 rmail-search-mime-header-function.
4902 (rmail-search-message): New function.
4903 (rmail-search): Call rmail-search-message to check if a message
4904 matches REGEXP, lastly update point after calling
4905 rmail-show-message.
4906 (rmail-undelete-previous-message, rmail-expunge-confirmed)
4907 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
4908 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
4909 header region, refer to rmail-msgref-vector while setting the
4910 current buffer to rmail-buffer temporarily.
4911 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
4912 If rmail-enable-mime is non-nil, call
4913 rmail-insert-mime-forwarded-message-function instead of inserting
4914 forwarded message by itself.
4915
4916 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
4917 Rmail buffer.
4918 (rmail-set-label, rmail-next-labeled-message): Likewise.
4919
4920 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
4921 set-buffer to the Rmail buffer.
4922 (rmail-output-to-rmail-file): Likewise.
4923 (rmail-output): Likewise.
4924
4925 * mail/rmailsum.el (rmail-message-subject-p): Process the result
4926 of mail-fetch-field by rmail-summary-line-decoder.
4927 (rmail-new-summary): Be sure to go to the Rmail buffer.
4928 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
4929 rmail-view-buffer to nil.
4930 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
4931 rmail-view-buffer.
4932 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
4933 rmail-buffer.
4934 (rmail-summary-scroll-msg-down): Likewise.
4935 (rmail-summary-beginning-of-message): Likewise.
4936 (rmail-summary-wipe): Likewise.
4937 (rmail-summary-toggle-header): Use save-window-excursion, not
4938 save-excursion. Update point in rmail-view-buffer, not in
4939 rmail-buffer.
4940 (rmail-summary-reply): Before calling rmail-reply, set buffer to
4941 rmail-view-buffer, not rmail-buffer.
4942
4943 2001-05-07 Gerd Moellmann <gerd@gnu.org>
4944
4945 * cus-edit.el (custom-file): Signal an error if user-init-file is
4946 nil (running -q).
4947
4948 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
4949
4950 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4951 Add :version.
4952
4953 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4954 New option.
4955 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
4956 only if smtpmail-warn-about-unknown-extensions is set.
4957
4958 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
4959 instead of rmail-sort-by-keywords.
4960
4961 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
4962 rmail-sort-by-keywords.
4963
4964 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
4965 rmail-summary-sort-by-keywords. Doc fix.
4966 (rmail-summary-mode): Doc fix.
4967
4968 * mail/rmail.el (rmail-edit): New Custom group.
4969
4970 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
4971 (rmail-edit-mode-hook): New user-option.
4972
4973 2001-05-05 Richard M. Stallman <rms@gnu.org>
4974
4975 * help.el (help-xref-symbol-regexp): Recognize "source of"
4976 and friends, meaning make a link to the source file.
4977 (help-make-xrefs): Handle "source of" and friends
4978 by constructing a link that visits the source file.
4979
4980 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
4981
4982 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
4983
4984 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
4985 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
4986 Renamed from perl-font-lock-keywords to avoid clashes.
4987 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
4988 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
4989 Updated correspondingly.
4990
4991 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
4992 Typo `nonexistant' -> `nonexistent'.
4993
4994 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
4995
4996 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
4997 Split `c-electric-delete' into two functions where
4998 `c-electric-delete-forward' always deletes forward and
4999 `c-electric-delete' only contains the code necessary for XEmacs to
5000 choose between backward and forward deletion.
5001
5002 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5003 get the electric behavior on that key too.
5004 (c-fill-paragraph): Fixed bogus direct use of
5005 c-comment-prefix-regexp, which caused an error when it's a list.
5006
5007 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5008
5009 * dired-aux.el (dired-diff): Doc fix.
5010
5011 * dired.el (dired-diff): Likewise.
5012
5013 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5014
5015 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5016
5017 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5018
5019 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5020 if both the buffer and the file are read-only.
5021
5022 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5023 rather than font-lock-string-face.
5024 (sh-get-indent-info): Treat heredocs like strings.
5025
5026 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5027
5028 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5029 a newline following `}'.
5030 (texinfo-format-email): New function.
5031 (toplevel): Use texinfo-format-email for @email.
5032 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5033 Add `display'.
5034 (texinfo-sort-region): Goto point-min before sorting.
5035 (texinfo-set): Remove leading white space from value.
5036 From yagi@is.titech.ac.jp.
5037
5038 * replace.el (query-replace-regexp-eval): Doc fix.
5039
5040 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5041
5042 * diff-mode.el (diff-nonexistant-face): New face.
5043 (diff-font-lock-keywords): Use it.
5044
5045 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5046
5047 * font-lock.el (font-lock-mode): Doc fix.
5048
5049 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5050 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5051
5052 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5053
5054 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5055 backslash at the start of the here-document delimiter.
5056 (sh-font-lock-syntactic-keywords): Likewise.
5057
5058 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5059
5060 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5061
5062 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5063 (tty-color-translate, tty-color-by-index, tty-color-values)
5064 (tty-color-desc): Doc fix.
5065
5066 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5067
5068 * dired-aux.el (dired-do-create-files, dired-do-copy)
5069 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5070 Mention dired-dwim-target in the doc string.
5071
5072 2001-04-28 Miles Bader <miles@gnu.org>
5073
5074 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5075 (dabbrev--find-expansion): Use it.
5076 (dabbrev--select-buffers): Don't select ignored buffers.
5077
5078 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5079
5080 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5081
5082 2001-04-26 Richard M. Stallman <rms@gnu.org>
5083
5084 * dabbrev.el: Add doc strings for some functions.
5085 (dabbrev--eliminate-newlines): New variable.
5086 (dabbrev--substitute-expansion): Convert newlines to spaces
5087 if dabbrev--eliminate-newlines is set.
5088 If abbrev and expansion are both all-lower-case,
5089 leave dabbrev--last-case-pattern nil.
5090
5091 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5092
5093 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5094 if necessary, like in rmail-show-message.
5095
5096 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5097
5098 * ps-print.el: Color specified by number is forced to be float number.
5099 (ps-print-version): New version number (6.5.1.1).
5100 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5101 initialization.
5102 (ps-prefix-quote): New internal var.
5103 (ps-print-quote): New fun.
5104 (ps-setup, ps-output-frame-properties, ps-float-format)
5105 (ps-format-color): Code fix.
5106 (ps-plot-region): Eliminate redundant foreground color text setting.
5107
5108 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5109
5110 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5111
5112 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5113
5114 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5115
5116 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5117
5118 * info.el (Info-additional-directory-list): Doc fix.
5119
5120 * find-lisp.el (find-lisp-find-dired-filter)
5121 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5122 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5123
5124 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5125
5126 * progmodes/make-mode.el (makefile-font-lock-keywords):
5127 Rationalize the rules for includes and conditionals and use the
5128 keyword face for them.
5129
5130 * faces.el (modify-face): Add compatibility for non-interactive use.
5131
5132 2001-04-24 John Wiegley <johnw@gnu.org>
5133
5134 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5135 fix from last night, since it wasn't finding eshell/cd.
5136
5137 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5138
5139 * rect.el (string-rectangle): Revert to 20.x behaviour.
5140 (replace-rectangle): Make it an alias for string-rectangle.
5141 (string-insert-rectangle): New function.
5142
5143 2001-04-23 John Wiegley <johnw@gnu.org>
5144
5145 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5146 occurring with Emacs 21's diff.el/compile.el interaction layer.
5147
5148 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5149
5150 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5151 case where the function was defined in a file, but not part of an
5152 eshell module.
5153
5154 2001-04-23 John Wiegley <johnw@gnu.org>
5155
5156 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5157 code to work around a redisplay problem I've been having.
5158
5159 2001-04-23 John Wiegley <johnw@gnu.org>
5160
5161 * calendar/timeclock.el (timeclock-day-required): If the time
5162 required for a particular day is not set, use `timeclock-workday'.
5163 (timeclock-find-discrep): Added some sample code in a comment.
5164
5165 * eshell/eshell.el (eshell-command): Made a few changes so that
5166 `eshell-command' could be called programmatically.
5167
5168 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5169
5170 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5171
5172 2001-04-23 John Wiegley <johnw@gnu.org>
5173
5174 * calendar/timeclock.el: Updated copyright.
5175 (timeclock-generate-report): Don't report the daily or two-week
5176 total, if no time has been worked in that period.
5177 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5178 final computational form, which was unnecessary; corrected a
5179 parsing problem when timeclock-relative was nil.
5180
5181 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5182
5183 * calendar/timeclock.el (timeclock-modeline-display): Check if
5184 `list-entry' is null.
5185 (timeclock-use-display-time): The first argument to `set-variable'
5186 must be a symbol.
5187
5188 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5189
5190 * calendar/calendar.el (diary-entry-marker)
5191 (calendar-today-marker, calendar-holiday-marker):
5192 Use display-color-p instead of window-system.
5193 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5194 instead of window-system.
5195 (calendar-hide-window): Use display-multi-frame-p instead of
5196 window-system.
5197
5198 * calendar/cal-x.el (calendar-two-frame-setup)
5199 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5200 Use display-multi-frame-p instead of window-system.
5201
5202 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5203
5204 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5205
5206 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5207 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5208
5209 2001-04-23 Alex Schroeder <alex@gnu.org>
5210
5211 * goto-addr.el: Instead of defining line-beginning-position and
5212 line-end-position a defalias is used for point-at-bol and point-at-eol.
5213
5214 2001-04-23 Alex Schroeder <alex@gnu.org>
5215
5216 * goto-addr.el: Added XEmacs compatibility code.
5217 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5218
5219 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5220
5221 * textmodes/paragraphs.el (sentence-end): Doc fix.
5222
5223 2001-04-20 Alex Schroeder <alex@gnu.org>
5224
5225 * sql.el (sql-escape-newlines-and-send): New function.
5226 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5227
5228 2001-04-20 Alex Schroeder <alex@gnu.org>
5229
5230 * sql.el (sql-db2-program): New option.
5231 (sql-db2-options): New option.
5232 (sql-db2): New function.
5233
5234 2001-04-20 Alex Schroeder <alex@gnu.org>
5235
5236 * sql.el (sql-mode-menu): Added highlighting entries.
5237 (sql-highlight-oracle-keywords): New function.
5238 (sql-highlight-postgres-keywords): New function.
5239 (sql-highlight-ansi-keywords): New function.
5240
5241 2001-04-20 Alex Schroeder <alex@gnu.org>
5242
5243 * sql.el (sql-help): Doc change.
5244
5245 2001-04-19 Karl Fogel <kfogel@collab.net>
5246
5247 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5248 that inserted file content only to delete it immediately.
5249 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5250 <lektu@uol.com.br> for the patch.
5251
5252 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5253
5254 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5255
5256 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5257
5258 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5259 for defmethod.
5260
5261 * comint.el (comint-cr-magic): New function.
5262 (toplevel): Add it to comint-preoutput-filter-functions.
5263
5264 2001-04-18 Andrew Innes <andrewi@gnu.org>
5265
5266 * makefile.w32-in (EMACSLOADPATH): Define.
5267 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5268 (recompile): Remove stuff to set EMACSLOADPATH.
5269
5270 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5271
5272 * language/slovak.el ("Slovak"): Add tutorial entry.
5273
5274 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5275 browse-url-new-window-p.
5276
5277 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5278
5279 * info.el (Info-menu-update): When there are no menus and/or no
5280 cross references in the node, make the respective items of the
5281 Info menu-bar menu inactive.
5282
5283 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5284
5285 * indent.el (indent-for-tab-command): Call indent-line-function
5286 with no argument if PREFIX-ARG is non-nil.
5287
5288 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5289
5290 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5291
5292 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5293 an async subprocess if start-process is unavailable. Suggested by
5294 Tim Van Holder <tim.van.holder@pandora.be>.
5295
5296 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5297
5298 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5299 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5300
5301 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5302
5303 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5304 manual.
5305
5306 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5307
5308 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5309 (cvs-menu): Add a few entries.
5310
5311 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5312 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5313 lock file appears to be reachable from Emacs.
5314 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5315 (cvs-mode-find-file): Look for cvs-header-face rather than
5316 cvs-dirname-face (which doesn't exist).
5317 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5318
5319 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5320
5321 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5322
5323 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5324 normal-erase-is-backspace on a tty. Instead, bind some keys such
5325 as [delete] directly, like pc-select.el did before
5326 normal-erase-is-backspace was invented.
5327
5328 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5329
5330 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5331
5332 2001-04-11 John Wiegley <johnw@gnu.org>
5333
5334 * eshell/em-ls.el (eshell-ls-insert-directory):
5335 Set font-lock-defaults to nil, to prevent fontification in dired
5336 buffers, if Eshell's ls is being used.
5337
5338 2001-04-11 John Wiegley <johnw@gnu.org>
5339
5340 * calendar/timeclock.el (timeclock-completing-read): New function.
5341 (timeclock-ask-for-project, timeclock-ask-for-reason):
5342 Call `timeclock-completing-read'.
5343
5344 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5345 required where `member' was being used.
5346
5347 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5348
5349 * eshell/em-hist.el (eshell-previous-matching-input):
5350 Don't display "History item" if the the minibuffer is active.
5351
5352 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5353
5354 * startup.el (command-line): Output a newline after printing
5355 an error from loading the window system's init file.
5356
5357 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5358
5359 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5360 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5361 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5362 keywords whose arguments routinely include @@.
5363
5364 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5365
5366 * emacs-lisp/advice.el (ad-make-advised-definition):
5367 Construct advice for subrs differently.
5368
5369 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5370 regexp in parentheses when building the regexp for searching backwards.
5371
5372 * simple.el (completion-list-mode-finish): New function.
5373 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5374
5375 * language/european.el ("Polish"): Change sample text.
5376 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5377
5378 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5379 parameter.
5380
5381 * faces.el (menu): Doc fix.
5382
5383 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5384
5385 * ps-print.el: Footer implementation. Doc fix.
5386 (ps-print-version): New version number (6.5.1).
5387 (ps-header-frame-alist): New customization var for header frame
5388 properties.
5389 (ps-line-number-color): New customization var for line number color.
5390 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5391 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5392 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5393 (ps-right-footer): New customization vars for footers.
5394 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5395 footers.
5396 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5397 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5398 Code fix.
5399 (ps-prologue-file): Indentation fix.
5400 (ps-print-quote): Fun eliminated.
5401 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5402 (ps-output-frame-properties): New fun.
5403 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5404 (ps-skip-newline): Replace defun by defsubst.
5405
5406 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5407
5408 * eshell/eshell.el (eshell-command): Needed a "%s" format
5409 specifier, in case the buffer contains percent characters.
5410
5411 2001-04-10 John Wiegley <johnw@gnu.org>
5412
5413 * calendar/timeclock.el (timeclock-generate-report): Added a
5414 missing insert of the project name.
5415
5416 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5417
5418 * obsolete/profile.el: Moved from emacs-lisp/.
5419
5420 * Makefile.in (nonobsolete_setwins): New macro.
5421 (finder-data): Use it instead of `setwins'.
5422 From: Dave Love <fx@gnu.org>.
5423
5424 * server.el (server-visit-files): Set server-existing-buffer correctly.
5425 (server-visit-files): Run server-visit-hook after going to
5426 line 1 so that the hook can set point as it sees fit.
5427
5428 * bindings.el (mode-line-modified): Unify help messages.
5429
5430 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5431
5432 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5433 All callers changed.
5434
5435 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5436
5437 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5438 long file names aren't supported, truncate the file names in
5439 quail-misc-package-ext-info to 8+3 before matching them against
5440 FILENAME.
5441
5442 * dos-fns.el (dos-truncate-to-8+3): New function.
5443
5444 * progmodes/compile.el (grep-compute-defaults): Use null-device
5445 instead of literal /dev/null. Reported by Jens Schmidt
5446 <schmidt@mathematik.uni-kl.de>.
5447
5448 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5449
5450 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5451
5452 * textmodes/sgml-mode.el: Add unknown maintainer.
5453 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5454 (html-mode-map): Use set-keymap-parent.
5455
5456 2001-04-06 Dave Love <fx@gnu.org>
5457
5458 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5459 Remove redundant string-to-list.
5460
5461 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5462
5463 * composite.el (reference-point-alist): Doc fix.
5464
5465 2001-04-05 Sam Steingold <sds@gnu.org>
5466
5467 * font-lock.el (font-lock-keywords-case-fold-search):
5468 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5469 file made font-lock case-insensitive.
5470
5471 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5472
5473 * faces.el (defface menu): Doc fix.
5474
5475 * wid-edit.el (widget-color-sample-face-get): Don't make
5476 faces for undefined colors.
5477
5478 * version.el (emacs-version): Include LessTif/Motif version info.
5479
5480 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5481
5482 * ps-mule.el: Eliminate cl package dependence.
5483 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5484 if they aren't defined yet.
5485 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5486 Eliminate cl package dependence.
5487
5488 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5489
5490 * progmodes/cc-cmds.el (c-outline-level):
5491 Bind buffer-invisibility-spec. Originally from Dave Love, but
5492 got lost when incorporating version 5.26.
5493
5494 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5495
5496 * emulation/pc-select.el (pc-selection-mode):
5497 Call normal-erase-is-backspace-mode instead of binding
5498 keys individually.
5499
5500 * cus-load.el (normal-erase-is-backspace): Use it instead of
5501 delete-key-deletes-forward.
5502
5503 * startup.el (command-line): Use normal-erase-is-backspace and
5504 normal-erase-is-backspace-mode.
5505
5506 * simple.el (normal-erase-is-backspace): Rename from
5507 delete-key-deletes-forward. Doc fix.
5508 (normal-erase-is-backspace-mode): Rename from
5509 delete-key-deletes-forward-mode. Doc fix.
5510 Run normal-erase-is-backspace-hook.
5511
5512 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5513 ``human-readable'' format produced by GNU `ls'.
5514 (dired-move-to-filename-regexp): Recognize ISO format dates.
5515 From Paul Eggert <eggert@twinsun.com>.
5516
5517 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5518
5519 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5520 New functions.
5521 (lm-verify): Check keywords.
5522 From Eric M. Ludlam <eric@siege-engine.com>.
5523
5524 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5525
5526 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5527 `xemacs' feature instead of for the function `set-extent-property'.
5528
5529 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5530
5531 * mail/mh-utils.el (mh-folder-hist): New var.
5532 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5533
5534 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5535
5536 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5537 region, position point on the first or last 16-byte group.
5538 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5539 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5540 hexl-beginning-of-line.
5541
5542 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5543
5544 * icomplete.el (icomplete-mode): Treat an argument like other
5545 modes do.
5546
5547 * startup.el (fancy-splash-head): Use splash8.xpm for color
5548 depth 8.
5549
5550 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5551 Add an antry for ``converts''.
5552
5553 * language/slovak.el ("Slovak"): Add documentation string.
5554 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5555
5556 * language/czech.el ("Czech"): Add documentation string.
5557 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5558
5559 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5560 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5561
5562 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5563
5564 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5565 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5566 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5567 Use `defsubst' rather than a macro to ease debugging.
5568 (mail-extr-last): Remove (use `last' instead).
5569 (mail-extract-address-components): Properly reset the syntax-table
5570 after parsing an address. Use `last' rather than mail-extr-last.
5571 Make sure the end marker stays at the very end.
5572
5573 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5574
5575 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5576 last change.
5577
5578 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5579
5580 * ps-print.el: Line and paragraph spacing feature. Region to cut
5581 out when printing. Doc fix.
5582 (ps-print-version): New version number (6.5).
5583 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5584 New vars. Line and paragraph spacing feature.
5585 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5586 out when printing.
5587 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5588 (ps-get-font-size, ps-begin-job, ps-continue-line)
5589 (ps-plot-region): Code fix.
5590 (ps-print-prologue-2): Var eliminated.
5591 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5592 New internal vars.
5593 (ps-get-size): New fun.
5594 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5595 (ps-next-line): Replace defun by defsubst.
5596 (ps-mule-plot-string): Autoload doc fix.
5597
5598 * ps-bdf.el: XEmacs compatibility. Doc fix.
5599 (installation-directory, coding-system-for-read): Declare vars if
5600 it's not declared yet.
5601 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5602
5603 * ps-mule.el: XEmacs compatibility. Doc fix.
5604 (leading-code-private-22): Declare var if it's not declared yet.
5605 (charset-bytes, charset-dimension, charset-id, charset-width)
5606 (find-charset-region, split-char, char-width, chars-in-region)
5607 (forward-point, decompose-composite-char, encode-coding-string)
5608 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5609 Define funs if not defined yet.
5610 (encode-composition-rule, find-composition): Define funs if not
5611 loaded yet.
5612 (ps-mule-prologue): PostScript code fix.
5613
5614 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5615
5616 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5617 non-nil, generate font for the header strings.
5618 (ps-mule-prepare-font): Likewise.
5619 (ps-mule-generate-glyphs): Likewise.
5620 (ps-mule-string-encoding): Likewise.
5621 (ps-mule-header-charsets): New variable.
5622 (ps-mule-encode-header-string): New function.
5623 (ps-mule-header-string-charsets): New function.
5624 (ps-mule-begin-job): Check charsets in the header strings. If there
5625 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5626
5627 * ps-print.el (ps-generate-header-line): Encode the header string by
5628 ps-mule-encode-header-string.
5629 (ps-mule-encode-header-string): Declare autoload.
5630
5631 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5632
5633 * frame.el (cursor-in-non-selected-windows):
5634 Replaces show-cursor-in-non-selected-windows.
5635
5636 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5637
5638 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5639 Delete entries for "chinese-py" and "chinese-ziranma".
5640 (quail-misc-package-ext-info): New variable.
5641 (tsang-quick-converter): New function.
5642 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5643 (quick-cns-converter, py-converter, ziranma-converter)
5644 (miscdic-convert, batch-miscdic-convert): New functions.
5645
5646 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5647
5648 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5649 eight-bit-control chars.
5650
5651 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5652 Reduce making temporary vector (suggested by Dave Love).
5653
5654 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5655
5656 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5657 string as well.
5658
5659 2001-03-30 Andreas Schwab <schwab@suse.de>
5660
5661 * files.el (backup-directory-alist): Fix typo.
5662
5663 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5664
5665 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
5666 <eggert@twinsun.com>.
5667
5668 2001-03-30 Dave Love <fx@gnu.org>
5669
5670 * progmodes/fortran.el (fortran-comment-region): Fix typo.
5671
5672 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5673
5674 * simple.el (transient-mark-mode): Mention C-g in the doc string.
5675
5676 2001-03-30 Miles Bader <miles@gnu.org>
5677
5678 * subr.el (interactive-form): Fix paren typo.
5679
5680 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
5681
5682 * emacs-lisp/profile.el: Say that it's obsolete in the header
5683 line, so that finder.el puts that into its data-base.
5684 Suggested by Alex Schroeder <alex@gnu.org>.
5685
5686 2001-03-29 Paul Eggert <eggert@twinsun.com>
5687
5688 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
5689 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
5690
5691 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
5692
5693 * generic.el (generic-mode-set-comments): Use "" rather than nil
5694 for comment-end.
5695
5696 2001-03-29 Gerd Moellmann <gerd@gnu.org>
5697
5698 * emacs-lisp/advice.el (ad-make-advised-definition):
5699 Call interactive-form to obtain the interactive spec of subrs.
5700
5701 * subr.el (interactive-form): New function.
5702
5703 2001-03-29 Andre Spiegel <spiegel@gnu.org>
5704
5705 * vc-sccs.el (vc-sccs-register): Use relative file names.
5706
5707 2001-03-28 Gerd Moellmann <gerd@gnu.org>
5708
5709 * bookmark.el (bookmark-get-bookmark): Handle case that
5710 BOOKMARK is not a string.
5711
5712 * image.el (image-type-regexps): Change type for PS files
5713 to `postscript'.
5714
5715 * subr.el (read-passwd): Clear command history after each
5716 character entered. From: Stephen Gildea
5717 <gildea@stop.mail-abuse.org>.
5718
5719 2001-03-27 Kenichi Handa <handa@etl.go.jp>
5720
5721 * international/kkc.el (kkc-save-init-file): Locally bind
5722 print-length to nil.
5723
5724 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5725
5726 * textmodes/flyspell.el: Some doc fixes.
5727 (flyspell-maybe-correct-transposition)
5728 (flyspell-maybe-correct-doubling): Use a temporary buffer
5729
5730 * textmodes/ispell.el (ispell-parse-output): Doc fix.
5731
5732 * emacs-lisp/byte-opt.el (byte-optimize-while)
5733 (byte-optimize-form-code-walker): Diagnose too few arguments
5734 for `if' and `while'.
5735
5736 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5737
5738 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5739 Prepend `\' to "\<quail-translation-docstring>".
5740
5741 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5742
5743 * autorevert.el (global-auto-revert-non-file-buffers):
5744 Remove duplicate defcustom.
5745
5746 2001-03-26 Miles Bader <miles@gnu.org>
5747
5748 * international/latin1-disp.el (latin1-char-displayable-p):
5749 Add leading "-" for X font pattern.
5750
5751 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5752
5753 * international/mule-diag.el (describe-coding-system):
5754 For raw-text and emacs-mule, don't add anymore text about what
5755 charsets they can encode.
5756
5757 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
5758
5759 * help.el (view-lossage): Mention open-dribble-file in the doc
5760 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
5761
5762 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5763
5764 * skeleton.el (skeleton-internal-list): Fix bogus logic.
5765 (skeleton-pair-insert-maybe): Don't pair after a backslash.
5766
5767 2001-03-23 Kenichi Handa <handa@etl.go.jp>
5768
5769 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5770 Call ccl-execute-on-string directly so that CCL program handling
5771 multibyte sequence can work correctly.
5772 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
5773 property of the coding system.
5774
5775 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5776
5777 * textmodes/fill.el (fill-individual-paragraphs-prefix):
5778 Fix transcription typo.
5779
5780 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
5781
5782 * whitespace.el: Add buffer local variables to toggle testing of
5783 whitespaces in buffers without affecting the default values.
5784 Bump version to 3.0 to account for a few other changes.
5785 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
5786 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
5787 (whitespace-toggle-spacetab-check): New functions.
5788
5789 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
5790
5791 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
5792
5793 2001-03-21 Gerd Moellmann <gerd@gnu.org>
5794
5795 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
5796 bs-cycle-configuration-name. From Juanma Barranquero
5797 <lektu@uol.com.br>.
5798
5799 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
5800 and cc-vars.el.
5801
5802 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
5803 headers. Always invoke sendmail with option -t.
5804
5805 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5806
5807 * Release of cc-mode 5.28.
5808
5809 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5810
5811 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
5812 Removed the hardcoded switch to "java" style in Java mode.
5813 It's instead taken care of by the default value for c-default-style.
5814
5815 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5816
5817 * cc-align.el (c-lineup-math): Fix bug where lineup was
5818 triggered by equal signs in string literals.
5819
5820 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5821
5822 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
5823 limit detection when at the ends of the buffer.
5824
5825 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
5826 "for" statement clause in case 7F; a better one is done
5827 earlier in case 7D anyway.
5828
5829 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5830
5831 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
5832 somewhat more and did a small optimization.
5833
5834 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5835
5836 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
5837 Use the limit argument only to limit the syntactic context
5838 search, not to limit the actual movement.
5839
5840 * cc-cmds.el (c-beginning-of-statement): Move by sentence
5841 inside multiline strings, just like in comments. Also various
5842 fixes to the paragraph and comment prefix recognition, block
5843 comment ender handling etc.
5844
5845 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5846
5847 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
5848 the relative position of the point.
5849
5850 * cc-cmds.el (c-electric-continued-statement): New function to
5851 use as abbrev hook to reindent for keywords such as "else"
5852 that continues an earlier statement.
5853
5854 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
5855 like classes.
5856
5857 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
5858 (pike-mode): Populate the default abbrev tables to reindent for
5859 keywords such as "else" that can continue earlier statements.
5860 Abbrev mode is therefore turned on by default now. (Note that
5861 this doesn't apply to idl-mode, since IDL afaik doesn't have
5862 statements at all.)
5863
5864 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5865
5866 * cc-engine.el (c-inside-bracelist-p): Fix for handling
5867 bracelists where the declaration contains template arguments.
5868
5869 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5870
5871 * cc-cmds.el (c-comment-indent):
5872 Use `c-get-syntactic-indentation' to correctly calculate the
5873 syntactic indentation. Fixes bug with lineup functions that
5874 return vectors.
5875
5876 * cc-engine.el (c-get-syntactic-indentation): Split the
5877 indentation sum calculation from `c-indent-line' to a separate
5878 function.
5879
5880 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5881
5882 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
5883 Fixed places where it was assumed that preprocessor directives
5884 have to start in column zero.
5885
5886 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
5887 template arguments after a class identifier properly.
5888
5889 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
5890 lists for `new Foo[]' constructs in Java as expressions and
5891 not top level definition brace lists on the top level, so that
5892 they'll get indented consistently with the same type of
5893 expression in a normal block.
5894
5895 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5896
5897 * cc-cmds.el (c-fill-paragraph): The kludge that checks
5898 whether the adaptive filling package fails to keep the comment
5899 prefix is now kludged further to check for filladapt-mode
5900 which doesn't have that problem. This is really icky, but it's
5901 the only way that works with the current misfeatures/bugs in
5902 both adaptive-fill-mode and filladapt-mode.
5903
5904 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
5905 around point is recognized more robust.
5906
5907 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5908
5909 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
5910 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
5911 (c-lit-type): Fixed all internal variables used dynamically so
5912 that they are always bound.
5913
5914 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
5915 errors:
5916
5917 (c-indent-region): Fixed reporting of syntactic errors so that
5918 the region is fully reindented even when an error occurs.
5919 The last syntactic error is printed afterwards. Also cleanup up a
5920 whole lot of code that tried to optimize indentation of whole
5921 sexps but in reality accomplishes nothing.
5922
5923 (c-indent-sexp): Use c-indent-region.
5924
5925 (c-parsing-error): Changed this variable to hold the message
5926 for any syntactic error that is discovered.
5927
5928 (c-parse-state): Search backward from point instead of the bod
5929 position when the latter is invalid. This makes CC Mode
5930 recover faster when there are unbalanced close braces.
5931
5932 (c-backward-to-start-of-if): Use c-parsing-error to report
5933 dangling "else" clauses instead of throwing an error, and fall
5934 back to a reasonable position.
5935
5936 (c-indent-line): Added argument to avoid reporting syntactic errors.
5937
5938 (c-show-syntactic-information): Don't report any syntactic errors.
5939
5940 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5941
5942 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
5943 paragraph recognition when moving by sentence in literals.
5944
5945 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
5946 start regexp for javadoc to recognize javadoc markup in general instead
5947 of a specific set of keywords, to be more future-safe.
5948
5949 (c-Pike-pikedoc-paragraph-start)
5950 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
5951 pikedoc markup.
5952
5953 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
5954
5955 (pike-mode): Initialize paragraph settings pikedoc recognition.
5956
5957 * cc-vars.el (c-default-style): Made a nicer Customize widget.
5958
5959 (c-comment-prefix-regexp): Made it possible to use an
5960 association list on this to specify mode specific regexps.
5961 The default value now use a special regexp in Pike mode to
5962 recognize pikedoc markup.
5963
5964 (c-current-comment-prefix): New variable containing the actual
5965 regexp from c-comment-prefix-regexp for the current buffer.
5966
5967 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5968
5969 * cc-cmds.el (c-electric-brace): Fixed check for special brace
5970 lists: We can't look at the syntax, since a brace list can get
5971 recognized as a plain statement-cont.
5972
5973 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
5974 special brace list opener broken over two lines got recognized
5975 as a statement on the second line. Case 9A changed.
5976
5977 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5978
5979 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
5980 adjustment after line is reindented.
5981
5982 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5983
5984 * cc-defs.el (c-point): Added optional argument for position
5985 to use instead of the current point.
5986
5987 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
5988 the in-expression block symbols when the construct starts at
5989 boi, to avoid the extra level of indentation in that case.
5990 Cases 4, 16A and 17E affected.
5991
5992 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5993
5994 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
5995 calls to `c-indent-line', to adhere better to Emacs conventions.
5996
5997 * cc-engine.el (c-indent-line): Use the syntax already bound
5998 to `c-syntactic-context', if there is any.
5999
6000 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6001
6002 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6003 wasn't added up correctly when a lineup function returned nil.
6004
6005 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6006
6007 * cc-engine.el (c-collect-line-comments): Fixed bug where
6008 empty lines were ignored when collecting line comments backwards.
6009
6010 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6011
6012 * cc-align.el (c-lineup-dont-change): Return an absolute
6013 indentation column to work correctly in the case when several
6014 syntactic elements are processed for the same line.
6015
6016 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6017 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6018 (c-set-offset): Added absolute indentation column settings by
6019 using the vector type.
6020
6021 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6022
6023 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6024 Implemented two new cleanups `space-before-funcall' and
6025 `compact-empty-funcall'.
6026
6027 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6028
6029 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6030 helping building regexps.
6031
6032 * cc-engine.el (c-on-identifier): New function for detecting
6033 identifiers. It takes keywords into account.
6034
6035 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6036 lists. `c-keywords' is set to a regexp matching all keywords
6037 in the current language.
6038
6039 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6040
6041 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6042 list of characters to skip backwards over at the beginning of
6043 a statement, since it can precede string literals in Pike.
6044
6045 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6046
6047 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6048 recognition when standing on the last line in a C++ comment
6049 with nothing but whitespace after the prefix.
6050
6051 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6052 given no limit argument.
6053
6054 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6055
6056 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6057 recognition for the `[]= operator symbol in Pike.
6058
6059 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6060
6061 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6062 around a bug in `eval-when-compile' in the byte compiler.
6063
6064 * cc-engine.el (c-forward-token-1): Fixed bug with return
6065 value when count is zero and there's no token start within the limit.
6066
6067 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6068 "prefix comments", i.e. comments which are followed by code on
6069 the same line.
6070
6071 * cc-mode-19.el: Fixes so that checks that must be done at
6072 compile time also are done then.
6073
6074 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6075
6076 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6077 time and at runtime, and only when it's needed.
6078
6079 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6080
6081 Major cleanup for less error prone and more warning free
6082 compilation, including some fixes for bugs due to different
6083 compilation orders. Thanks to Martin Buchholz for providing
6084 the basis for all this.
6085
6086 * cc-bytecomp.el: New file that provides some byte compilation
6087 features: It ensures that files always are loaded from the
6088 current source directory during compilation, and it provides a
6089 set of macros to turn off specific compiler warnings for
6090 specific symbols. (It's not CC Mode specific in any way.)
6091
6092 Fixed a nearly acyclic dependency tree (both runtime and
6093 compile-time) between all files.
6094
6095 * cc-defs.el: Separated all macros before the inline functions,
6096 to ensure correct compilation.
6097
6098 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6099 cc-defs.el to cc-engine.el and made it a function instead.
6100
6101 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6102 about char-after.
6103
6104 * cc-vars.el: Cope even when there isn't a custom package
6105 containing defcustom available.
6106
6107 * cc-make.el: Removed since it's no longer necessary.
6108
6109 README: Updated installation instructions.
6110
6111 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6112
6113 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6114 improve the modularity: Moved all mode init stuff from
6115 cc-langs.el to cc-mode.el, including the keymap
6116 initialization; cc-langs now only contains the various
6117 variables for configuring the language syntax.
6118
6119 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6120 (c-get-offset): Moved from cc-styles to cc-engine since file
6121 dependency analysis suggests they belong there (which also
6122 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6123
6124 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6125
6126 * cc-cmds.el (c-fn-region-is-active-p): New function that
6127 wraps the corresponding macro, for use in places that aren't
6128 compiled. Thanks to Martin Buchholz for pointing out this.
6129
6130 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6131
6132 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6133 add things to the bug report.
6134
6135 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6136
6137 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6138 returned prefix could contain a newline when the search for a
6139 good prefix line failed.
6140
6141 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6142
6143 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6144 (c-toggle-auto-hungry-state): Made the argument optional, as
6145 the documentation says it is.
6146
6147 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6148
6149 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6150 multiline string syntax, #"...", as a cpp macro.
6151
6152 2001-03-21 Paul Eggert <eggert@twinsun.com>
6153
6154 * international/mule-cmds.el (set-locale-environment):
6155 Set system-messages-locale and system-time-locale, but only if the
6156 caller specifies a non-nil locale name.
6157
6158 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6159
6160 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6161 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6162
6163 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6164
6165 * follow.el (follow-avoid-tail-recenter): Doc fix.
6166
6167 * custom.el (custom-set-variables): Avoid reversing the list
6168 of args needlessly.
6169
6170 * startup.el (fancy-splash-head): Don't change the colors of the
6171 XPM image on a dark background.
6172
6173 * comint.el (comint-exec-1): Set columns of the terminal to
6174 window-width instead of frame-width.
6175
6176 * info.el (Info-scroll-down): Add missing WINDOW arg for
6177 pos-visible-in-window-p.
6178
6179 * ehelp.el (electric-help-mode-hook): Add defcustom.
6180
6181 * mail/sendmail.el (mail-mode): Activate case-folding in
6182 font-lock-defaults.
6183
6184 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6185
6186 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6187 (completion-ignored-extensions): Remove duplicate ".class".
6188
6189 2001-03-19 Andreas Schwab <schwab@suse.de>
6190
6191 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6192 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6193
6194 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6195
6196 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6197 methods since there are not prefix input methods.
6198
6199 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6200
6201 * international/mule-cmds.el (read-input-method-name):
6202 Locally bind enable-recursive-minibuffers to t.
6203
6204 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6205
6206 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6207
6208 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6209
6210 * ediff-util.el: Copyright years.
6211 (ediff-choose-syntax-table): New function.
6212 (ediff-setup): Use ediff-choose-syntax-table.
6213
6214 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6215 with-syntax-table.
6216
6217 * ediff.el: Date of last update, copyright years.
6218
6219 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6220
6221 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6222 of Scott Bronson.
6223 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6224 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6225 Deleted functions.
6226 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6227 ex-token-list.
6228
6229 * viper-util.el: Spaces, indentation.
6230
6231 * viper.el: Changed version, modification time.
6232
6233 2001-03-16 John Wiegley <johnw@gnu.org>
6234
6235 * calendar/timeclock.el (timeclock-workday-remaining):
6236 Check whether `discrep' is non-null before using it.
6237
6238 2001-03-16 John Wiegley <johnw@gnu.org>
6239
6240 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6241 first-time checkins.
6242 (timeclock-log-data): Fixed problem with reading timelog log file.
6243 Resulting data in the "day list" was incorrect.
6244 (timeclock-find-discrep): Check if `timeclock-file' is readable
6245 before opening it.
6246 (timeclock-time-less-p): New function.
6247 (timeclock-day-base): New function.
6248 (timeclock-geometric-mean): New function.
6249 (timeclock-generate-report): Generate a summary report based on
6250 the contents of the log file. This uses `timeclock-log-data', and
6251 is an example of writing a timelog manipulation function.
6252 (timeclock-visit-timelog): A quick command for opening the timelog
6253 file.
6254 (timeclock-log-data): Bound the variable event.
6255
6256 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6257
6258 * international/mule-cmds.el (select-safe-coding-system):
6259 Fix typo: symbol-name -> symbol-value.
6260
6261 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6262 before substitute-in-file-name to handle double slashes in FILE
6263 correctly.
6264
6265 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6266
6267 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6268 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6269
6270 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6271
6272 * bindings.el (features): Add `md5' and `overlay' to the list.
6273
6274 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6275 bound before using it. It's not bound when configured without X,
6276 for instance.
6277
6278 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6279
6280 * progmodes/hideshow.el: Update copyright.
6281 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6282 (hs-minor-mode-hook): Include `:version' in defcustom form.
6283
6284 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6285
6286 * help.el (string-key-binding): Don't call event-start on
6287 a non-list.
6288
6289 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6290
6291 * startup.el (fancy-splash-tail, command-line-1): Fix the
6292 copyright year.
6293
6294 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6295
6296 * term.el: These changes are based on a patch sent from Yong Lu
6297 <lyongu@yahoo.com>.
6298 (term-set-escape-char): Bind M-x to execute-extended-command in
6299 term-raw-escape-map.
6300 (term-move-columns): Don't try to move to negagive column.
6301 (term-emulate-terminal): Insert a string before deleting a text to
6302 overwrite.
6303
6304 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6305
6306 * play/life.el (life): Rearrange code so that all calls to
6307 life-display-generation are in a catch-form.
6308
6309 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6310 file that isn't interesting. In an interesting file, push the old
6311 value of point on the mark ring.
6312
6313 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6314 New function.
6315 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6316 Use it.
6317
6318 * emacs-lisp/autoload.el (generate-file-autoloads):
6319 Remove warning about line lengths.
6320
6321 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6322
6323 * progmodes/etags.el (tags-compression-info-list): New variable.
6324 (find-tag-in-order): Use it to deal with compressed source files.
6325 (tag-file-name-match-p): New function.
6326 (etags-recognize-tags-table): Use it for better match of file names.
6327
6328 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6329
6330 * international/mule-cmds.el (register-input-method): Doc fix.
6331
6332 * international/quail.el (quail-translate-key): Fix condition to
6333 check if there's another breaking point in the current key.
6334
6335 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6336
6337 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6338 Babyl header to the newly-created output file, bind
6339 coding-system-for-write to either rmail-file-coding-system or
6340 emacs-mule-unix.
6341
6342 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6343
6344 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6345 Fix the name and regexp used for subsubsections.
6346
6347 2001-03-10 Dave Love <fx@gnu.org>
6348
6349 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6350 and save-buffer if buffer-file-name non-nil. From rms.
6351
6352 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6353
6354 * vc.el (vc-do-command): If the destination buffer is already
6355 current, don't set it up and don't erase it. Updated doc string
6356 to reflect that.
6357 (vc-version-diff): When doing a single file diff, don't switch to the
6358 *vc-diff* buffer before the command. This is to preserve local
6359 variable bindings that might affect the diff command.
6360 (vc-print-log): Don't switch to the *vc* buffer before the
6361 command, so that local variable bindings are preserved.
6362
6363 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6364 not the current buffer.
6365 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6366
6367 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6368 make output go to buffer *vc*, not the current buffer.
6369
6370 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6371
6372 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6373 so ^, $, *, ? and + are interpreted correctly.
6374
6375 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6376
6377 * help.el (string-key-binding): Renamed from
6378 mode-line-key-binding. Handle any event on a string.
6379 Check for `keymap' properties as well as `local-map' properties.
6380
6381 * comint.el (comint-insert-clicked-input): Use the last key
6382 from this-command-keys to lookup the global key definition.
6383
6384 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6385
6386 * international/characters.el: Add category `j' for
6387 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6388
6389 * international/mule-conf.el (no-conversion): Fix docstring.
6390 (raw-text): Fix docstring.
6391
6392 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6393
6394 * simple.el (choose-completion-string): When not leaving the
6395 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6396 is set.
6397
6398 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6399 parameter `(minibuffer . t)'.
6400
6401 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6402
6403 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6404 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6405 (sh-mode): Remove `make-local-variable' for unused var
6406 `font-lock-unfontify-region-function'.
6407
6408 2001-03-07 Richard M. Stallman <rms@gnu.org>
6409
6410 * info.el (Info-scroll-down): Fix previous change.
6411
6412 * mail/rmail.el (rmail-toggle-header): Use a window which
6413 is showing the Rmail buffer, rather than the selected window.
6414
6415 2001-03-07 Dave Love <fx@gnu.org>
6416
6417 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6418 now, to avoid problems with binding imenu directly to a mouse event.
6419
6420 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6421
6422 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6423 second arg t.
6424
6425 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6426
6427 * log-edit.el (log-edit-common-indent): New var.
6428 (log-edit-set-common-indentation): Renamed from
6429 log-edit-delete-common-indentation. Use the new var.
6430 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6431
6432 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6433 (cvs-mode-add-change-log-entry-other-window):
6434 Don't presume change-log-default-name is defined.
6435
6436 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6437
6438 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6439 the "tree" operation as well.
6440
6441 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6442
6443 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6444 to match paragraph-start.
6445
6446 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6447 comment-start-skip and set comment-end-skip as well.
6448 (sgml-comment-indent): Fix for new value of comment-start-skip.
6449 (html-autoview-mode): Don't bother using make-local-hook.
6450
6451 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6452
6453 * cus-edit.el (custom-save-delete): Move in front of local
6454 variables, otherwise long Custom entries would make them ineffective.
6455
6456 * uniquify.el: Set maintainer to FSF.
6457
6458 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6459
6460 * dired-aux.el (dired-do-shell-command): Doc fix.
6461
6462 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6463
6464 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6465
6466 * which-func.el (which-func-modes): Add cperl-mode.
6467 (which-func-mode-global): Use define-minor-mode.
6468
6469 * info-look.el: Docstring fixes and dead code eliminated.
6470 (cperl-mode): Add support.
6471 (emacs-lisp-mode): List all entries from elisp manual, whether
6472 or not they are currently (f)bound or not. Update regexp.
6473
6474 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6475
6476 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6477 so that C-h m shows the correct information.
6478 Use make-local-variable rather than make-variable-buffer-local.
6479 (cperl-info-buffer, cperl-setup-tmp-buf):
6480 Use make-local-variable rather than make-variable-buffer-local.
6481 (cperl-msb-fix, cperl-get-help-defer):
6482 Check major-mode for `cperl-mode' as well.
6483
6484 * progmodes/cperl-mode.el: Updated to author version 4.23.
6485 (cperl-electric-pod): SYNOPSIS was misspelled.
6486 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6487 (cperl-after-expr-p): Make true after __END__.
6488
6489 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6490
6491 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6492 bookmark-completion-ignore-case is t.
6493
6494 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6495 switch, like xterm, and concat resource strings, with a newline
6496 between them.
6497
6498 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6499
6500 * international/codepage.el (cp770-decode-table)
6501 (cp773-decode-table, cp774-decode-table): New variables.
6502
6503 * man.el (Man-hyphenated-reference-regexp): New variable.
6504 (Man-build-references-alist): Use it to search for referenced
6505 manpages. If hyphenated is non-nil, record a concatenated word in
6506 Man-refpages-alist only if it matches Man-reference-regexp.
6507 Update word's length when it is concatenated. Reverse the list,
6508 to get the first manpage at the head.
6509 (Man-possibly-hyphenated-word): New function.
6510 (Man-follow-manual-reference): Use it instead of current-word to
6511 find a manpage at point, in a way that accounts for hyphenated
6512 references.
6513
6514 2001-03-06 Alex Schroeder <alex@gnu.org>
6515
6516 * sql.el (sql-interbase): New function.
6517 (sql-interbase-program): New option.
6518 (sql-interbase-options): New option.
6519 And some typos fixed: "customise" to "customize".
6520
6521 2001-03-06 Dave Love <fx@gnu.org>
6522
6523 * textmodes/flyspell.el (flyspell-region):
6524 Set up flyspell-local-mouse-map.
6525
6526 2001-03-05 Richard M. Stallman <rms@gnu.org>
6527
6528 * mail/rmail.el (rmail-retry-failure):
6529 Don't call rmail-beginning-of-message.
6530 Don't discard From: field. Do discard Received: field.
6531 Use unwind-protect to re-prune.
6532 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6533
6534 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6535
6536 * international/quail.el (quail-title): Add autoload cookie.
6537
6538 2001-03-05 Dave Love <fx@gnu.org>
6539
6540 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6541 new defs.
6542
6543 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6544
6545 * language/ethio-util.el (ethio-toggle-space):
6546 Update current-input-method-title if necessary.
6547 (ethio-toggle-punctuation): Likewise.
6548
6549 * international/quail.el (quail-title): Fix for the case that a
6550 title of an input method is specified by a list of the same form
6551 as used in mode-line-format.
6552
6553 * international/mule-cmds.el (activate-input-method):
6554 If current-input-method-title is set by activating INPUT-METHOD,
6555 respect that value.
6556
6557 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6558
6559 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6560
6561 2001-03-05 Alex Schroeder <alex@gnu.org>
6562
6563 * sql.el (sql-sybase): Fix typo (was: query user about server two
6564 times instead of server and database).
6565
6566 * sql.el (sql-sybase): Doc change.
6567 (sql-mysql): Doc change.
6568 (sql-postgres): Doc change.
6569
6570 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6571
6572 * international/mule-conf.el (emacs-mule, raw-text):
6573 Docstring modified.
6574
6575 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6576
6577 * term/internal.el: Update copyright notice.
6578
6579 * term/pc-win.el: Update copyright notice.
6580
6581 2001-03-02 Dave Love <fx@gnu.org>
6582
6583 * files.el (insert-file-contents-literally):
6584 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6585 not jka-compr-compression-info-list.
6586
6587 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6588
6589 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6590 spaces in default comment-start-skip settings rather than \s-.
6591
6592 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6593
6594 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6595 default-frame-alist as well.
6596
6597 2001-03-01 Dave Love <fx@gnu.org>
6598
6599 * textmodes/reftex.el (defvar): Wrap some defvars in
6600 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6601
6602 * subr.el (event-basic-type): Doc fix.
6603
6604 * international/quail.el: Doc fixes.
6605
6606 * international/utf-8.el: Doc fixes.
6607
6608 * international/mule-cmds.el: Doc fixes.
6609 (leim-list-header): Fix header text.
6610
6611 * international/mule.el (coding-system-category): Doc fix.
6612
6613 * international/ccl.el (ccl-compile): Doc fix.
6614
6615 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6616
6617 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6618 rather than (before|after)-change-functions.
6619
6620 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6621
6622 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6623 scroll-left and scroll-right being called interactively so that
6624 they set the window's min_hscroll.
6625
6626 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6627
6628 * info.el (info-insert-file-contents-1): Accept an additional
6629 argument `lfn': if it is non-nil, concatenate `filename' and
6630 `suffix'; otherwise use the complicated MS-DOS code.
6631 All callers changed.
6632 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6633 can access long file names, try the long file-name version of
6634 `info-insert-file-contents-1', then the short file-name version.
6635
6636 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6637
6638 * language/ethio-util.el (setup-ethiopic-environment-internal):
6639 Change bindings of functions keys to conform to "Emacs Lisp Coding
6640 Convention".
6641
6642 * language/ethiopic.el ("Ethiopic"): Add documentation.
6643
6644 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6645
6646 * international/utf-8.el (mule-utf-8): Set coding-category
6647 property to coding-category-utf-8.
6648
6649 2001-02-27 Richard M. Stallman <rms@gnu.org>
6650
6651 * lpr.el (lpr-page-header-switches, print-region-1):
6652 Undo 2000-07-06 change.
6653 (lpr-add-switches): Default to t on gnu/linux.
6654
6655 2001-02-27 Gerd Moellmann <gerd@gnu.org>
6656
6657 * bs.el (bs-attributes-list): Doc fix.
6658
6659 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6660
6661 * help.el (describe-project): Display the file THE-GNU-PROJECT.
6662
6663 * help.el (view-order-manuals): Use goto-address.
6664
6665 * startup.el (command-line-1): Add info about ordering manuals
6666 to the not so fancy splash screens.
6667
6668 2001-02-26 Andre Spiegel <spiegel@gnu.org>
6669
6670 * vc.el (vc-default-workfile-unchanged-p)
6671 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
6672
6673 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6674
6675 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
6676 fontify in the right buffer.
6677
6678 * allout.el (outline-flag-region): Move macro in front of first
6679 use to avoid a run-time error.
6680
6681 2001-02-24 Andrew Innes <andrewi@gnu.org>
6682
6683 * makefile.w32-in: Fix copyright notice.
6684
6685 2001-02-24 Kenichi Handa <handa@etl.go.jp>
6686
6687 * international/utf-8.el (mule-utf-8): Set correct value for
6688 valid-codes property.
6689
6690 * international/fontset.el (x-complement-fontset-spec): In the
6691 case that we use ASCII font for the other charsets, use only
6692 family and registry part of it.
6693
6694 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6695
6696 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
6697 (shrink-window-if-larger-than-buffer): Doc fix.
6698
6699 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
6700
6701 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
6702 predicate passed to completing-read.
6703
6704 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6705
6706 * startup.el (command-line): Fix last change.
6707
6708 2001-02-23 Jason Rumney <jasonr@gnu.org>
6709
6710 * startup.el (tool-bar-originally-present): New variable.
6711 (command-line): Set it if the tool-bar is switched on at startup.
6712
6713 * frame.el (frame-notice-user-settings): Only adjust frame height
6714 for no tool-bar case if tool-bar was originally switched on.
6715 From E. Jay Berkenbilt.
6716
6717 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
6718
6719 * server.el (server-switch-buffer): Only switch window if the
6720 current one is dedicated.
6721
6722 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
6723 rather than using (match-beginning 0) when searching for break point.
6724
6725 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
6726
6727 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
6728 @ follows an accent command such as @'. Support optional braces
6729 in commands that insert accents, like makeinfo does.
6730
6731 2001-02-22 Gerd Moellmann <gerd@gnu.org>
6732
6733 * startup.el (fancy-splash-text): Add a line for ordering
6734 manuals. Reverse order of splash screens shown.
6735 (use-fancy-splash-screens-p): Adapt to the text line added.
6736
6737 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
6738 manuals from the FSF.
6739
6740 * help.el (view-order-manuals): New function.
6741 (toplevel): Bind C-h C-m to this function.
6742
6743 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
6744
6745 * newcomment.el (comment-forward): Skip the comment-start before
6746 searching for the comment-end.
6747
6748 2001-02-21 Dave Love <fx@gnu.org>
6749
6750 * custom.el (custom-initialize-changed, defcustom): Doc fix.
6751
6752 * international/mule-cmds.el, international/mule.el: Doc fixes.
6753
6754 2001-02-21 Gerd Moellmann <gerd@gnu.org>
6755
6756 * startup.el (fancy-splash-screens): Use display-hourglass
6757 instead of display-busy-cursor.
6758
6759 * frame.el (display-hourglass): Renamed from busy-cursor.
6760 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
6761 (show-cursor-in-non-selected-windows): Doc fix.
6762
6763 2001-02-20 Dave Love <fx@gnu.org>
6764
6765 * international/utf-8.el: Doc and commentary fixes.
6766
6767 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
6768
6769 * ehelp.el (with-electric-help): Doc fix.
6770
6771 2001-02-20 Gerd Moellmann <gerd@gnu.org>
6772
6773 * msb.el (msb-mode): Call the update-buffers function explicitly
6774 with a FORCE argument.
6775
6776 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
6777 FORCE. If set, update the menu even if frame-or-buffer-changed-p
6778 returns nil.
6779
6780 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6781
6782 * ps-print.el: Timestamp package replacement. Some enhancements.
6783 Some XEmacs compatibility. Doc fix.
6784 (ps-print-version): New version number (6.4).
6785 (ps-printer-name): Initialization fix.
6786 (ps-zebra-stripe-follow): Funcionality enhancement.
6787 (ps-prologue-file): Code enhancement.
6788 (ps-right-header): Timestamp package replacement.
6789 (ps-setup, ps-face-bold-p, ps-face-italic-p)
6790 (ps-get-page-dimensions)
6791 (ps-generate-header, ps-begin-file, ps-begin-job)
6792 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
6793 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
6794 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
6795 (coding-system-for-write): Var declaration (XEmacs compatibility).
6796
6797 2001-02-20 Miles Bader <miles@gnu.org>
6798
6799 * image-file.el (image-file-name-extensions): Add "tif".
6800
6801 2001-02-19 Gerd Moellmann <gerd@gnu.org>
6802
6803 * wid-edit.el (widget-button-click): Save the selected window
6804 around the code handling clicks on buttons.
6805
6806 2001-02-18 Dave Love <fx@gnu.org>
6807
6808 * imenu.el (imenu--generic-function): Use mapc to iterate over
6809 syntax characters.
6810
6811 2001-02-17 Richard M. Stallman <rms@gnu.org>
6812
6813 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
6814
6815 * uniquify.el (uniquify-buffer-name-style): Doc fix.
6816
6817 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6818
6819 * mouse.el (mouse-save-then-kill): If the distance from the new
6820 point to the mark is equal to the distance of point from the new
6821 point, move point instead of the mark.
6822
6823 2001-02-16 Dave Love <fx@gnu.org>
6824
6825 * textmodes/flyspell.el (flyspell-get-word): Return string without
6826 properties.
6827
6828 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6829
6830 * generic.el (generic-find-file-regexp): Doc fix.
6831 (generic-ignore-files-regexp): New defcustom.
6832 (generic-mode-find-file-hook): If the file's name matches the
6833 regexp in `generic-ignore-files-regexp', don't enter
6834 default-generic-mode. Doc fix.
6835
6836 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6837
6838 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
6839 Add autoload cookies.
6840
6841 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
6842 of cal-tex-24.
6843
6844 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6845
6846 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
6847
6848 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
6849 the character class after the (optional) drive, to support file
6850 names with embedded blanks.
6851
6852 2001-02-15 Sam Steingold <sds@gnu.org>
6853
6854 * textmodes/tex-mode.el (tex-shell-running):
6855 Check the process buffer too.
6856
6857 2001-02-15 Dave Love <fx@gnu.org>
6858
6859 * battery.el (battery-status-function): Fix doc, :type.
6860
6861 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
6862
6863 2001-02-15 Gerd Moellmann <gerd@gnu.org>
6864
6865 * subr.el (read-passwd): Clear Lisp memory holding password.
6866
6867 2001-02-15 Miles Bader <miles@gnu.org>
6868
6869 * info.el (Info-copy-current-node-name): New function.
6870 (Info-mode-menu): Add it to the menu.
6871
6872 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
6873
6874 * international/mule-cmds.el (toggle-input-method): Doc fix.
6875
6876 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
6877
6878 * replace.el (occur): Stop at end of buffer.
6879
6880 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
6881
6882 * international/mule-cmds.el (set-input-method): Another doc fix.
6883
6884 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
6885
6886 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
6887
6888 2001-02-13 Miles Bader <miles@gnu.org>
6889
6890 * faces.el (set-face-background, set-face-foreground)
6891 (set-face-stipple): Treat a value of nil as being `unspecified'.
6892
6893 2001-02-12 Dave Love <d.love@dl.ac.uk>
6894
6895 * international/latin1-disp.el: Doc fixes.
6896 (latin1-display) <defgroup>: Add :link.
6897 (latin1-display) <function>: Set variable latin1-display.
6898
6899 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
6900
6901 * international/mule-cmds.el (set-input-method): Doc fix.
6902
6903 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
6904
6905 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
6906 (speedbar-line-file): Return nil if not a file.
6907 (speedbar-buffers-line-path): Return file for tags, and dir for files.
6908
6909 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
6910
6911 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
6912 for remote files.
6913 (ediff-coding-system-for-read): Replaced the no-conversion default
6914 with raw-text.
6915
6916 * ediff-init.el: Removed :version from defcustom vars.
6917
6918 * ediff-util.el (ediff-compute-custom-diffs-maybe):
6919 Better handling of the diff mode.
6920
6921 * ediff.texi: Added ediff-coding-system-for-read.
6922
6923 * viper.texi: Fix typos.
6924
6925 2001-02-11 Dave Love <fx@gnu.org>
6926
6927 * shadowfile.el: Doc fixes.
6928 (shadow) <defgroup>: Add :link.
6929 (shadowfile-unload-hook): New function.
6930 (shadow-initialize): Use defalias, not fset.
6931 (shadow-define-cluster, shadow-define-literal-group)
6932 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
6933
6934 * international/mule.el: Doc and message fixes.
6935
6936 * international/ccl.el (define-ccl-program): Doc fix.
6937
6938 2001-02-11 Kenichi Handa <handa@etl.go.jp>
6939
6940 * faces.el (mode-line): Set :line-width property to -1.
6941
6942 2001-02-10 Richard M. Stallman <rms@gnu.org>
6943
6944 * complete.el (partial-completion-mode): Doc fix.
6945
6946 * simple.el (delete-key-deletes-forward-mode):
6947 Change `let' to `let*' to fix gross bug in last change.
6948
6949 * repeat.el (repeat): Don't let execute-kbd-macro alter
6950 real-last-command.
6951
6952 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
6953
6954 * simple.el (eval-expression): Doc fix.
6955
6956 2001-02-09 Dave Love <fx@gnu.org>
6957
6958 * imenu.el (imenu-generic-expression): Doc fix.
6959
6960 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
6961 From Juanma Barranquero.
6962
6963 * emacs-lisp/authors.el (authors): Expand `root' before running find.
6964
6965 2001-02-09 Kenichi Handa <handa@etl.go.jp>
6966
6967 * faces.el (set-face-attribute): Describe the case of a negative
6968 value specified for :line-width.
6969
6970 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
6971
6972 * which-func.el (which-func-mode): Invert which-func-mode-global.
6973 From Juanma Barranquero <lektu@uol.com.br>.
6974
6975 2001-02-08 Dave Love <fx@gnu.org>
6976
6977 * wid-edit.el (widget-plist-convert-widget): Replace binding of
6978 widget-plist-value-type.
6979 (widget-alist-convert-widget): Replace binding of
6980 widget-alist-value-type.
6981
6982 * textmodes/paragraphs.el (sentence-end): Doc fix.
6983
6984 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
6985 Remove `backward-line'.
6986
6987 * play/pong.el (pong-blank-color, pong-bat-color)
6988 (pong-ball-color, pong-border-color, pong-left-key)
6989 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
6990 (pong-pause-key, pong-resume-key, pong-timer-delay):
6991 * mail/mh-comp.el (mh-compose-letter-function):
6992 * eshell/esh-mode.el (eshell-skip-prompt-function):
6993 * emulation/viper-ex.el (ex-unix-type-shell-options):
6994 * recentf.el (recentf-menu-filter):
6995 * ps-print.el (ps-print-region-function):
6996 * lpr.el (print-region-function):
6997 * forms.el (forms-mode-hooks):
6998 * dirtrack.el (dirtrack-directory-change-hook):
6999 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7000 * textmodes/spell.el (spell-filter):
7001 * textmodes/fill.el (adaptive-fill-function):
7002 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7003 * progmodes/etags.el (find-tag-default-function):
7004 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7005 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7006
7007 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7008
7009 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7010 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7011 Meyering <jim@meyering.net>.
7012
7013 * loadup.el: Revert last change.
7014
7015 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7016
7017 * international/mule.el (transform-make-coding-system-args):
7018 Make it work also for coding systems not using CCL.
7019
7020 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7021
7022 * simple.el (previous-matching-history-element)
7023 (next-matching-history-element): Doc fix.
7024
7025 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7026 specific part.
7027
7028 2001-02-06 Dave Love <fx@gnu.org>
7029
7030 * add-log.el (add-log-current-defun-function)
7031 (add-log-buffer-file-name-function, add-log-file-name-function):
7032 Fix :type.
7033 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7034
7035 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7036
7037 * info.el (info-initialize): Remove the test for system-type when
7038 invocation-directory is non-nil.
7039
7040 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7041 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7042
7043 2001-02-06 Andrew Innes <andrewi@gnu.org>
7044
7045 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7046 absolute.
7047
7048 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7049
7050 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7051 buffers. When hi-lock turned on rather than only checking current
7052 buffer for regexps, all buffers are checked. Moved activation of
7053 font-lock to hi-lock-refontify. When font-lock turned off rather
7054 than removing added highlighting just in current buffer, remove it
7055 in all buffers. Changed edit menu text from "Automatic
7056 Highlighting" to "Regexp Highlighting" Documentation for
7057 highlighting phrases, minor documentation changes.
7058 (hi-lock-set-file-patterns): Execute only if there are new or
7059 existing file patterns.
7060 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7061 unfontify and, if a support mode is active, will not refontify the
7062 whole buffer. If necessary, turn on font lock. (Removed
7063 font-lock-unfontify and font-lock support-mode-specific calls,
7064 such as lazy-lock-fontify-window.)
7065 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7066 patterns are found. Not useful now since find-file-hook is removed
7067 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7068 (hi-lock-face-phrase-buffer): New function. Also added related
7069 menu item and keybinding.
7070 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7071 (hi-lock-process-phrase): New function.
7072 (hi-lock-line-face-buffer): Doc fixes.
7073 (hi-lock-face-buffer): Doc fixes.
7074 (hi-lock-unface-buffer): Doc fixes.
7075
7076 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7077
7078 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7079 dabbrev-ignored-regexps.
7080
7081 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7082
7083 * simple.el (kill-line): Doc fix.
7084
7085 2001-02-05 Dave Love <fx@gnu.org>
7086
7087 * loadup.el: Revert last two changes -- bootstrapping works with
7088 regenerated loaddefs.
7089
7090 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7091
7092 * isearch.el (isearch-forward): Doc fix.
7093
7094 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7095 of font-lock-defaults to backward-paragraph.
7096
7097 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7098
7099 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7100 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7101
7102 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7103
7104 * ebnf2ps.el: Eliminate time-stamp functions.
7105 (ebnf-version): New version (3.5).
7106 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7107 format-time-string.
7108
7109 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7110
7111 * simple.el (next-line): Goto end-of-line before inserting a newline.
7112
7113 2001-02-05 Miles Bader <miles@gnu.org>
7114
7115 * image-file.el (insert-image-file): When visiting an image, also
7116 set `truncate-lines' to t so that any fringe arrow looks correct.
7117
7118 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7119
7120 * isearch.el (isearch-forward): Add description about input method
7121 in the docsting.
7122
7123 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7124
7125 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7126
7127 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7128
7129 * info.el (info-initialize): If installation-directory is nil, for
7130 DOS/Windows systems try looking in a sibling of invocation-directory.
7131
7132 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7133
7134 * wid-edit.el (widget-button-click): Fix last change.
7135
7136 * frame.el (frame-notice-user-settings): When resizing the initial
7137 frame because the tool bar is off, also change the frame's top
7138 position if a negative top position was specified.
7139
7140 2001-02-02 Miles Bader <miles@gnu.org>
7141
7142 * image-file.el (insert-image-file): When visiting an image,
7143 suppress the cursor in the image buffer.
7144
7145 2001-02-01 Dave Love <fx@gnu.org>
7146
7147 * progmodes/f90.el (f90-mode): Remove startup message.
7148
7149 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7150
7151 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7152
7153 * startup.el (command-line): Fix code determining whether or not
7154 to use delete-key-deletes-forward-mode.
7155
7156 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7157
7158 * vc.el (vc-diff-switches): New user option.
7159 (vc-version-diff): Use it.
7160 (vc-diff-switches-list): New macro.
7161
7162 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7163 New customization options.
7164 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7165
7166 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7167
7168 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7169
7170 * msb.el (toplevel): Quote hook symbols.
7171
7172 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7173
7174 * international/mule.el (make-coding-system): Add description
7175 about recognized properties in the docstring.
7176
7177 * international/mule-conf.el: Remove unused charsets
7178 mac-roman-lower and mac-roman-upper.
7179
7180 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7181
7182 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7183 is in front of the left-margin, if any.
7184
7185 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7186 like `delete'.
7187
7188 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7189
7190 * term/w32-win.el (mouse-set-font): Doc fix.
7191
7192 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7193
7194 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7195 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7196 on already.
7197
7198 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7199
7200 * files.el (save-buffer): Don't give message if (buffer-file-name)
7201 returns nil.
7202
7203 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7204
7205 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7206
7207 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7208 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7209
7210 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7211 display problems.
7212
7213 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7214
7215 * international/mule.el (charset-info): Fix docstring.
7216
7217 * international/mule-diag.el (describe-character-set): Check final
7218 char valid before printing it.
7219
7220 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7221
7222 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7223
7224 * frame.el (frame-notice-user-settings): Do the tool-bar
7225 stuff only for graphical displays. Fix a braino.
7226
7227 * frame.el (frame-initialize): Create initial frame visible.
7228 (frame-notice-user-settings): When tool-bar has been switched off,
7229 correct the frame size and sync tool-bar-mode.
7230
7231 * startup.el (command-line): Remove manipulation of frame
7232 height for tool bars.
7233
7234 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7235
7236 * lpr.el: Compatibility with XEmacs and doc fixes.
7237 (lpr-windows-system, lpr-lp-system): New vars.
7238 (lpr-printer-switch): New defcustom.
7239 (printer-name, lpr-command): Customization fix.
7240 (print-region-1): Code fix.
7241 (print-region-new-buffer, printify-region): Indentation fix.
7242 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7243 New functions.
7244
7245 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7246
7247 * msb.el (toplevel): Fix the eval-after-load.
7248
7249 2001-01-29 Dave Love <fx@gnu.org>
7250
7251 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7252
7253 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7254
7255 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7256 (tcl-using-emacs-19-23): Consider Emacs 21+.
7257 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7258 (tcl-add-emacs-menu): Supply menu name.
7259 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7260
7261 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7262
7263 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7264
7265 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7266
7267 * pcvs.el (cvs-mark-fis-dead): New function.
7268 (cvs-mode-add): Use it.
7269 (cvs-mode-add-change-log-entry-other-window):
7270 Rebind change-log-default-name to itself rather than to nil.
7271
7272 2001-01-29 Sam Steingold <sds@gnu.org>
7273
7274 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7275 `autoload' statements.
7276
7277 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7278
7279 * files.el (confirm-kill-emacs): Doc fix.
7280
7281 * frame.el (frame-initialize): Doc fix.
7282
7283 * time-stamp.el (time-stamp-string): Doc fix.
7284
7285 * woman.el (WoMan-log-1): Make the log buffer writable.
7286 From Markus Rost <rost@math.ohio-state.edu>.
7287
7288 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7289
7290 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7291 the `make-variable-buffer-local'.
7292
7293 2001-01-29 Dave Love <fx@gnu.org>
7294
7295 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7296 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7297 Add autoload cookie.
7298 (ansi-color-apply-sequence): Fix typo.
7299
7300 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7301
7302 * menu-bar.el (menu-bar-files-menu): Add menu items for
7303 Postscript printing in black and white.
7304
7305 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7306 X-Mailman-Version, Precedence, List-Help, List-Post,
7307 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7308 Content-Type, Content-Length.
7309
7310 2001-01-29 Dave Love <fx@gnu.org>
7311
7312 * elide-head.el (elide-head): Make overlay evaporate.
7313
7314 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7315
7316 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7317
7318 * isearch.el (isearch-highlight): Don't punt if the display
7319 doesn't support colors, since isearch faces are defined for
7320 monochrome displays as well.
7321
7322 2001-01-27 Sam Steingold <sds@gnu.org>
7323
7324 * shell.el (shell-write-history-on-exit): Make sure that we are in
7325 the shell buffer (M-x tex-file RET inserted the error message into
7326 the TeX buffer).
7327
7328 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7329
7330 * simple.el (transient-mark-mode): Doc fix.
7331
7332 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7333
7334 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7335
7336 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7337
7338 * shell.el (shell-unquote-argument): If the shell is one of the
7339 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7340 quote character.
7341 (shell-dumb-shell-regexp): Document that the shells which match
7342 this regexp are supposed to not treat a backslash as a quote character.
7343
7344 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7345 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7346
7347 2001-01-27 Richard M. Stallman <rms@gnu.org>
7348
7349 * dabbrev.el (dabbrev--substitute-expansion):
7350 Treat a one-capital-letter abbrev as "not all upper case",
7351 so as to force preservation of the expansion's pattern
7352 if the expansion starts with a capital letter.
7353
7354 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7355
7356 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7357 Doc fix.
7358
7359 * simple.el (transient-mark-mode): Document the fact that many
7360 commands act on the region when mark is active.
7361
7362 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7363
7364 * international/quail.el (quail-setup-completion-buf): Make the
7365 multibyteness of current buffer inherited to Quail completion buffer.
7366 (quail-show-guidance-buf): Make the multibyteness of current
7367 buffer inherited to Quail guidance buffer.
7368 (quail-help): Make the multibyteness of current buffer inherited
7369 to Quail help buffer.
7370
7371 2001-01-26 Dave Love <fx@gnu.org>
7372
7373 * time-stamp.el: Doc fixes.
7374
7375 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7376 (delphi-keyword-face, delphi-other-face): Fix :type.
7377
7378 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7379
7380 * mail/feedmail.el (feedmail): Add :link.
7381 (feedmail-send-it): Doc fix.
7382
7383 * mail/sendmail.el: Doc fixes.
7384 (sendmail-send-it): Fix the non-ASCII regexp and use
7385 rfc2047-encode-string.
7386
7387 * dired.el, dired-aux.el: Revert last change.
7388
7389 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7390
7391 * makefile.w32-in (DONTCOMPILE): Add various term files.
7392
7393 2001-01-26 Dave Love <fx@gnu.org>
7394
7395 * Makefile.in (DONTCOMPILE): Add various term files.
7396
7397 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7398
7399 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7400
7401 * startup.el (display-startup-echo-area-message): Make sure
7402 the echo area is resized to fit the size of the startup message.
7403
7404 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7405 part of which is a constant.
7406
7407 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7408
7409 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7410
7411 2001-01-26 Richard M. Stallman <rms@gnu.org>
7412
7413 * simple.el (next-line): Don't let `newline' expand abbrevs.
7414 Simplify slightly.
7415 (open-line): Don't let `newline' expand abbrevs.
7416
7417 2001-01-25 John Wiegley <johnw@gnu.org>
7418
7419 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7420 to `repeat' in the :type field.
7421
7422 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7423 allow a choice of regexp or nil.
7424 (pcomplete-dir-ignore): Same.
7425
7426 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7427 a command) to always fail.
7428
7429 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7430
7431 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7432 discard the result.
7433 (iswitchb-to-end): Likewise.
7434
7435 2001-01-25 Sam Steingold <sds@gnu.org>
7436
7437 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7438 Require vc.
7439
7440 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7441
7442 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7443
7444 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7445
7446 2001-01-25 Dave Love <fx@gnu.org>
7447
7448 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7449 (describe-coding-system): Tweak the English text.
7450
7451 * loadup.el: Preload international/ccl for utf-8.
7452
7453 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7454
7455 * mail/rmail.el (rmail-redecode-body): Doc fix.
7456
7457 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7458
7459 * international/mule-cmds.el (reset-language-environment):
7460 Reset coding-category-utf-8 to mule-utf-8.
7461
7462 * international/mule-conf.el (coding-category-utf-8):
7463 Initialize to mule-utf-8.
7464
7465 * loadup.el: Preload international/utf-8.
7466
7467 * international/utf-8.el: New file.
7468
7469 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7470
7471 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7472
7473 2001-01-24 Sam Steingold <sds@gnu.org>
7474
7475 * dired.el (dired-replace-in-string): Removed.
7476 (dired-sort-toggle): Use `replace-regexps-in-string'
7477 instead of `dired-replace-in-string'.
7478
7479 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7480 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7481
7482 * gs.el (gs-replace-in-string): Removed.
7483 (gs-options): Use `replace-regexps-in-string'
7484 instead of `gs-replace-in-string'.
7485
7486 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7487
7488 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7489 bug report is mailed to an email list and posted to a news group.
7490
7491 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7492
7493 * comint.el (comint-replace-by-expanded-history-before-point):
7494 Fix change of 2000-08-03 to move point to the start of the line again.
7495
7496 * startup.el (tool-bar-images-pixel-height): New variable.
7497 (command-line): After loading the user's init file, when
7498 tool-bar-mode is on, increase the frame's size by some lines for
7499 the tool-bar.
7500
7501 * frame.el (frame-initialize): Create the initial frame invisible.
7502
7503 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7504
7505 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7506 (chinese-big5): MIME:Big5.
7507
7508 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7509
7510 * international/mule-cmds.el (universal-coding-system-argument):
7511 Handle commands with prefix args.
7512
7513 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7514
7515 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7516 being a list of numbers.
7517 (diary-mail-entries): Rewritten.
7518
7519 2001-01-23 Dave Love <fx@gnu.org>
7520
7521 * international/mule.el (make-coding-system): Fix typo.
7522
7523 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7524 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7525
7526 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7527
7528 * font-lock.el (font-lock-mode): Doc fix.
7529
7530 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7531
7532 * international/mule.el (make-translation-table): Fix docstring.
7533
7534 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7535
7536 * mail/rmail.el (rmail-redecode-body): New function.
7537
7538 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7539
7540 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7541
7542 * isearch.el (isearch-lazy-highlight-case-fold-search)
7543 (isearch-lazy-highlight-regexp): New variables.
7544 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7545 case-fold search or regexp search has been toggled.
7546
7547 * wid-edit.el (widget-button-click): Avoid a save-excursion
7548 around running a global binding.
7549
7550 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7551 to 0.25.
7552
7553 2001-01-20 Miles Bader <miles@gnu.org>
7554
7555 * cus-edit.el (custom-face-save): Do post-processing on the face's
7556 new value like `custom-face-set' does.
7557
7558 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7559
7560 * mail/emacsbug.el (report-emacs-bug): Report the value of
7561 LC_CTYPE, not LC_TYPE.
7562
7563 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7564 isearch-toggle-regexp and isearch-edit-string to doc string.
7565
7566 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7567
7568 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7569 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7570
7571 * jit-lock.el (jit-lock-fontify-now): Don't bind
7572 font-lock-beginning-of-syntax-function to nil.
7573
7574 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7575
7576 * mail/emacsbug.el (report-emacs-bug): Report values of
7577 locale-coding-system, default-enable-multibyte-characters, and the
7578 environment variables LC_ALL, LC_TYPE, and LANG.
7579
7580 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7581
7582 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7583
7584 * font-lock.el (font-lock-multiline): Default to nil.
7585 (font-lock-default-fontify-region): If font-lock-multiline is
7586 nil, don't check the property `font-lock-multiline'.
7587
7588 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7589 is nil, don't check the `font-lock-multiline' text property.
7590
7591 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7592
7593 * viper.el: Call initial-major-mode on startup.
7594
7595 * ediff.el (ediff-patch-file): Use better defaults.
7596
7597 * ediff-vers.el: Fix for 8+3 DOS file systems.
7598
7599 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7600
7601 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7602 diff mode, if available.
7603
7604 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7605
7606 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7607
7608 * ediff-init.el (subst-char-in-string): Define and use it, unless
7609 it's already defined.
7610
7611 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7612
7613 * tooltip.el (tooltip-hide-delay): New user-option.
7614 (tooltip-show): Use tooltip-hide-delay instead of the default.
7615
7616 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7617
7618 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7619 kill-local-variable doesn't work for enable-multibyte-characters.
7620
7621 2001-01-17 Dave Love <fx@gnu.org>
7622
7623 * ediff-init.el (ediff-before-setup-hook)
7624 (ediff-merge-filename-prefix): Add :version.
7625
7626 * international/latin1-disp.el: Require disp-table.
7627 (latin1-display): Fix :set.
7628
7629 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7630
7631 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7632
7633 * isearch.el (isearch-lazy-highlight-initial-delay)
7634 (isearch-lazy-highlight-interval): Default to 0.
7635
7636 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7637
7638 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7639 1 here rather than each time through
7640 isearch-lazy-highlight-new-loop.
7641 (isearch-lazy-highlight-max): Variable deleted.
7642 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7643 isearch-lazy-highlight-max but controls a single invocation of
7644 isearch-lazy-highlight-update.
7645 (isearch-lazy-highlight-wrapped): Variable recreated.
7646 (isearch-lazy-highlight-window-start): New variable.
7647 (isearch-lazy-highlight-cleanup): Restored to behavior of
7648 before 2-Jan.
7649 (isearch-lazy-highlight-remove-overlays): Function deleted;
7650 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7651 behavior removed.
7652 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7653 isearch-lazy-highlight-update in a loop rather than just once.
7654 Test isearch-invalid-regexp here and decide not to start a new
7655 loop, rather than testing it each time through
7656 isearch-lazy-highlight-update.
7657 (isearch-lazy-highlight-search): Function restored.
7658 (isearch-lazy-highlight-update): Get called in a timer loop again,
7659 but this time highlight more than one match each time through.
7660 Only highlight matches in the visible part of the window.
7661 Start at point, move in the direction of the search, and wrap around at
7662 the edge of the window. Use sit-for to force redisplay and ensure
7663 window-start is credible. "Face suppressing" behavior removed;
7664 overlay priorities should make it unnecessary, right?
7665 (isearch-highlight): Face suppressing behavior removed.
7666 (isearch-dehighlight): Face suppressing behavior removed.
7667 (isearch-set-lazy-highlight-faces-at): Removed.
7668
7669 2001-01-17 Kenichi Handa <handa@etl.go.jp>
7670
7671 * language/european.el ("Latin-1"): Make the format of description
7672 about additional language environments same as that of Latin-2.
7673
7674 2001-01-16 Dave Love <fx@gnu.org>
7675
7676 * isearch.el (isearch-lazy-highlight): Add :version.
7677
7678 * simple.el (backward-delete-char-untabify-method)
7679 (next-line-add-newlines): Add :version.
7680
7681 2001-01-16 Gerd Moellmann <gerd@gnu.org>
7682
7683 * bindings.el: Bind <backspace> and <delete> via function-key-map.
7684 Don't bind <delete> otherwise.
7685
7686 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
7687 and <delete> via function-key-map.
7688
7689 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
7690 Subject line only if point is after the `Subject:'.
7691
7692 2001-01-16 Kenichi Handa <handa@etl.go.jp>
7693
7694 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
7695 japanese-jisx0213-2 in `charset' property of this lang. env.
7696
7697 * language/european.el ("Latin-1"): Add description for Dutch and
7698 Spanish lang. env.
7699
7700 * international/mule.el (decode-char): Fix conditions.
7701 (encode-char): Handle eight-bit-control too.
7702 (transform-make-coding-system-args): New function.
7703 (make-coding-system): Accept XEmacs style arguments for CCL base
7704 coding system.
7705
7706 2001-01-15 Gerd Moellmann <gerd@gnu.org>
7707
7708 * progmodes/etags.el (find-tag-noselect): Save the value of
7709 tags-file-name before switching buffers, for the case it has a
7710 buffer-local value.
7711
7712 2001-01-15 Alex Schroeder <alex@gnu.org>
7713
7714 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7715 From Dave Love <fx@gnu.org>.
7716 (ansi-color-for-comint-mode): Fix :version.
7717
7718 2001-01-15 Alex Schroeder <alex@gnu.org>
7719
7720 * ansi-color.el (ansi-color-unfontify-region): Doc change.
7721
7722 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
7723
7724 * dired.el (dired-insert-directory): If file-system-info fails,
7725 remove the " free " part, but don't signal an error.
7726
7727 2001-01-12 Sam Steingold <sds@gnu.org>
7728
7729 * bookmark.el (bookmark-maybe-historicize-string):
7730 Use new backquote syntax.
7731
7732 2001-01-12 Richard M. Stallman <rms@gnu.org>
7733
7734 * subr.el (last): Handle a list that doesn't end in nil.
7735
7736 2001-01-12 Sam Steingold <sds@gnu.org>
7737
7738 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
7739 to `backward-delete-char-untabify'.
7740
7741 2001-01-12 Dave Love <fx@gnu.org>
7742
7743 * cus-edit.el (customize-menu-create): Fix the :filter following
7744 easymenu change.
7745
7746 * wid-edit.el (function): Add :match-alternatives.
7747 (widget-color-action): Doc fix.
7748
7749 2001-01-12 Gerd Moellmann <gerd@gnu.org>
7750
7751 * calendar/calendar.el (calendar-basic-setup): Doc fix.
7752
7753 2001-01-12 Kenichi Handa <handa@etl.go.jp>
7754
7755 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
7756
7757 * international/ccl.el (define-ccl-program): Fix docstring.
7758
7759 2001-01-11 Dave Love <fx@gnu.org>
7760
7761 * international/mule-cmds.el (standard-display-european-internal):
7762 Set display table for 2208 as for 160.
7763
7764 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
7765
7766 * progmodes/fortran.el (fortran-mode-map): Modify Customization
7767 entry for custom-menu-create change.
7768 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
7769 don't cons it in the search loop.
7770
7771 * imenu.el (imenu--truncate-items): Revert last change.
7772
7773 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7774
7775 * info.el (Info-setup-header-line): If the node header includes
7776 either Next: or Prev: links, don't show the File: and Node: parts
7777 in the header line.
7778
7779 2001-01-11 Gerd Moellmann <gerd@gnu.org>
7780
7781 * comint.el (comint-goto-process-mark): Don't print a message
7782 when running in batch mode.
7783
7784 * isearch.el (isearch-search): In the condition-case handler for
7785 `error', set isearch-invalid-regexp to the whole error message.
7786
7787 * subr.el (eval-after-load): Call load-symbol-file-load-history to
7788 ensure that eval-after-load works for files dumped with Emacs.
7789
7790 * help.el (load-symbol-file-load-history): New function extracted
7791 from function symbol-file.
7792 (symbol-file): Use it.
7793
7794 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
7795
7796 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7797
7798 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
7799 behave as if there were no prefix argument.
7800 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
7801 argument were nil.
7802
7803 2001-01-11 Richard M. Stallman <rms@gnu.org>
7804
7805 * isearch.el (isearch-lazy-highlight-update):
7806 Don't look for more potential matches once maximum is exceeded.
7807 Use overlays-in to check correctly for overlap with current match.
7808 Ignore empty matches.
7809
7810 2001-01-11 Miles Bader <miles@gnu.org>
7811
7812 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
7813 (ispell-overlay-window, ispell-help, ispell-show-choices)
7814 (ispell-command-loop): Use it instead of `window-height'.
7815
7816 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7817
7818 * files.el (confirm-kill-emacs): New user-option.
7819 (save-buffers-kill-emacs): Ask for final confirmation before
7820 killing Emacs.
7821
7822 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
7823 to nil.
7824
7825 2001-01-10 Dave Love <fx@gnu.org>
7826
7827 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
7828
7829 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
7830
7831 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
7832
7833 * calculator.el (calculator-number-digits): Fix :type.
7834
7835 * vc-cvs.el (vc-cvs-header): Fix :type.
7836 * vc-rcs.el (vc-rcs-header): Fix :type.
7837 * vc-sccs.el (vc-sccs-header): Fix :type.
7838
7839 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7840
7841 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7842
7843 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
7844
7845 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7846
7847 * simple.el (set-variable): Force a thorough redisplay for the
7848 case that the variable has an effect on the display, like
7849 `tab-width' has.
7850
7851 2001-01-10 Andre Spiegel <spiegel@gnu.org>
7852
7853 * vc.el: Add documentation for backend interface.
7854
7855 2001-01-10 Kenichi Handa <handa@etl.go.jp>
7856
7857 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
7858
7859 * international/mule-conf.el (latin-extra-code-table): Set to t
7860 for \223 and \224.
7861
7862 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7863
7864 * international/mule-cmds.el (locale-language-names): Map "es" to
7865 "Spanish" and "nl" to "Dutch".
7866
7867 2001-01-09 Gerd Moellmann <gerd@gnu.org>
7868
7869 * bindings.el (global-map): Bind <home> to beginning-of-line,
7870 <end> to end-of-line, C-<home> to beginning-of-buffer, and
7871 C-<end> to end-of-buffer.
7872
7873 * language/european.el: Add Dutch and Spanish language info
7874 to be able to use the appropriate tutorials.
7875
7876 2001-01-09 Alex Schroeder <alex@gnu.org>
7877
7878 * ansi-color.el (ansi-color-process-output): Use markers instead
7879 of positions for start and end of region.
7880 (ansi-color-apply-on-region): Rewrote code to make it more robust.
7881 Previously, occasional mistakes happend when fontifying many
7882 chunks of output (eg. ls --color=yes /dev). This happened
7883 whenever an overlay was created up to the end of the region, which
7884 coincided with the process-mark. New text would then be added
7885 within that overlay instead of after it.
7886 (ansi-color-make-extent): Overlays are created with the property
7887 `modification-hooks' set to '(ansi-color-freeze-overlay).
7888 (ansi-color-freeze-overlay): New function. When inserting text at
7889 the end of the overlay, the overlay will resize.
7890
7891 2000-01-09 Alex Schroeder <alex@gnu.org>
7892
7893 * ansi-color.el (ansi-color-process-output): Doc change.
7894 (ansi-color-unfontify-region): Doc change. No longer installed
7895 automatically in font-lock-unfontify-region-function.
7896 (ansi-color-apply): Doc change.
7897 (ansi-color-apply-on-region): Use extents or overlays instead of
7898 text-properties.
7899 (ansi-color-make-extent): New function.
7900 (ansi-color-set-extent-face): New function.
7901
7902 2000-01-09 Alex Schroeder <alex@gnu.org>
7903
7904 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
7905 both use ansi-color-process-output, now.
7906 (ansi-color-process-output): Doesn't return string anymore. It is
7907 installed in comint-output-filter-functions for both Emacs and
7908 XEmacs, now.
7909 (ansi-color-unfontify-region): Simplified code removing variables
7910 pos and start-ansi.
7911 (ansi-color-apply): Put text-property ansi-color before putting
7912 text-property face because ansi-color-unfontify-region is called
7913 immediately after the call to put-text-property.
7914 (ansi-color-context-region): Doc change.
7915 (ansi-color-filter-region): Simplified code.
7916 (ansi-color-apply-on-region): Changed start to start-marker, using
7917 a marker explicitly. Put text-property ansi-color before putting
7918 text-property face because ansi-color-unfontify-region is called
7919 immediately after the call to put-text-property.
7920
7921 2000-01-09 Alex Schroeder <alex@gnu.org>
7922
7923 * ansi-color.el (ansi-color-faces-vector): Doc change.
7924 (ansi-color-for-comint-mode): Changed :type property to choice.
7925 (ansi-color-last-context): Removed.
7926 (ansi-color-process-output): Don't use ansi-color-last-context, as
7927 the main functions will store their context now.
7928 (ansi-color-context): Doc change.
7929 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
7930 Uses ansi-color-context such that repeated calls will strip
7931 partial escape sequences, too.
7932 (ansi-color-apply): Simplified code. Colorize end of string if
7933 face is not null. Store context in new (FACE STRING) format, such
7934 that repeated calls will strip partial escape sequences, too.
7935 Append faces to face property using ansi-color-apply-sequence such
7936 that cumulative mode actually works.
7937 (ansi-color-context-region): New variable.
7938 (ansi-color-filter-region): Rewrote it based on
7939 ansi-color-apply-on-region. Uses ansi-color-context-region such
7940 that repeated calls will strip partial escape sequences, too.
7941 (ansi-color-apply-on-region): Simplified code. Colorize end of
7942 region if face is not null. Store context in new (FACE POS)
7943 format, such that repeated calls will strip partial escape
7944 sequences, too. Append faces to face property using
7945 ansi-color-apply-sequence such that cumulative mode actually works.
7946 (ansi-color-apply-sequence): New function.
7947 (ansi-color-get-face): When the default face is added to the list
7948 of faces, all previous settings are discarded and the list of
7949 faces is set to '(default).
7950
7951 2000-01-09 Alex Schroeder <alex@gnu.org>
7952
7953 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
7954 face, such that ansi-color-apply and ansi-color-apply-on-region
7955 will do the right thing.
7956 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
7957 returns nil, set the list of faces back to nil instead of
7958 appending the result of ansi-color-get-face to the front of the list.
7959
7960 2000-01-09 Alex Schroeder <alex@gnu.org>
7961
7962 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
7963 (ansi-color-process): Doc change.
7964 (ansi-color-last-context): New buffer-local variable.
7965 (ansi-color-process-output): New function. It is automatically
7966 added to comint-output-filter-functions if this is XEmacs.
7967 (ansi-color-unfontify-region): New optional parameter for XEmacs
7968 compatibility. Check wether font-lock-syntactic-keywords is
7969 boundp before removing the syntax table text property, as XEmacs
7970 doesn't have it.
7971 (ansi-color-filter-region): Doc change.
7972 (ansi-color-apply-on-region): Doc change.
7973 (ansi-color-make-face): New function. Compatibility layer for
7974 XEmacs. Return temporary faces instead of cons cells for XEmacs.
7975 (ansi-color-make-color-map): Use ansi-color-make-face.
7976 (ansi-color-get-face): Avoid face text property '(nil) as results
7977 in an errow for XEmacs.
7978
7979 2000-01-09 Alex Schroeder <alex@gnu.org>
7980
7981 * ansi-color.el (ansi-color-unfontify-region): New function.
7982 Uses text-property ansi-color in order to preserve fontification by
7983 ansi-color. When the package is loaded, a lambda expression is
7984 put onto font-lock-mode-hook. This lambda expression will check
7985 font-lock-unfontify-region-function and replace
7986 font-lock-default-unfontify-region with ansi-color-unfontify-region.
7987 (ansi-color-apply): Add text-property ansi-color in addition to
7988 text-property face.
7989 (ansi-color-apply-on-region): Add text-property ansi-color in
7990 addition to text-property face.
7991 (save-buffer-state): Copy of the macro that is also used by
7992 lazy-lock and font-lock.
7993
7994 (ansi-color-for-comint-mode): New option.
7995 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
7996 (ansi-color-for-comint-mode-off): Ditto.
7997 (ansi-color-for-comint-mode-filter): Ditto.
7998 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
7999 decide what to do. This function is added to
8000 comint-preoutput-filter-functions when the package is loaded.
8001
8002 (ansi-color-for-shell-mode-set): Removed.
8003 (ansi-color-for-shell-mode): Removed.
8004
8005 2000-01-09 Alex Schroeder <alex@gnu.org>
8006
8007 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8008 the lambda expression from the ansi-color-for-shell-mode :set
8009 property. Additionally, modify shell-mode-hook to enable or
8010 disable font-lock-mode for future shell buffers.
8011 (ansi-color-for-shell-mode): The :set property calls
8012 ansi-color-for-shell-mode-set instead of a lambda expression.
8013
8014 2000-01-09 Alex Schroeder <alex@gnu.org>
8015
8016 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8017 (ansi-color-context): New variable.
8018 (ansi-color-apply): Save context between calls.
8019
8020 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8021
8022 * isearch.el (isearch, isearch-lazy-highlight-face):
8023 New definitions for face colors and attributes.
8024
8025 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8026 of display-mouse-p.
8027
8028 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8029
8030 * international/mule.el (make-coding-system): If the coding system
8031 accepts extra latin codes, register such codes as safe for the
8032 coding system.
8033
8034 2001-01-08 Richard M. Stallman <rms@gnu.org>
8035
8036 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8037 don't mention the file name or the date here, because they are
8038 logged at the start of the file.
8039
8040 2001-01-08 Richard M. Stallman <rms@gnu.org>
8041
8042 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8043 Change screen-width to frame-width.
8044
8045 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8046
8047 * info.el (Info-search): Print the default as part of the prompt.
8048
8049 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8050
8051 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8052 constant implementations in backends.
8053
8054 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8055 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8056
8057 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8058 WRITABLE to EDITABLE.
8059
8060 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8061 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8062 to EDITABLE.
8063
8064 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8065
8066 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8067 (copyright, copyright-update): Compute the current year at run time.
8068
8069 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8070
8071 * isearch.el (isearch-old-signal-hook): Removed.
8072 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8073 instead of setting signal-hook-function.
8074 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8075
8076 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8077
8078 * emulation/edt.el: Update to version 4.0. Provide support for
8079 EDT scroll margins at top and bottom of the window. Provide an
8080 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8081 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8082 user when file-related buffer modifications exist.
8083 Provide support for running EDT Emulation in XEmacs.
8084 Provide customize access to some user updatable variables.
8085 Add Commentary section to file header.
8086 Fixed a few minor bugs and cleaned up some code.
8087
8088 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8089 for detecting a keypress that generates an ASCII key sequence.
8090 (Previously, only a keypress that generates a vector was
8091 recognized.) Embed Window Manager name into name of the generated
8092 EDT Emulation initialization file since the initialization file is
8093 Window Manager specific. Add Commentary section to file header.
8094
8095 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8096
8097 * mail/sendmail.el (mail-mode): Doc fix.
8098
8099 * info.el (Info-goto-emacs-command-node): Doc fix.
8100 (Info-goto-emacs-key-command-node): Doc fix.
8101
8102 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8103
8104 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8105 systems without long file-name support.
8106
8107 2001-01-06 Andrew Innes <andrewi@gnu.org>
8108
8109 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8110
8111 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8112
8113 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8114 (isearch-lazy-highlight-update): Doc fix.
8115
8116 * ffap.el (ffap-bindings): Doc fix.
8117
8118 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8119
8120 2001-01-05 Dave Love <fx@gnu.org>
8121
8122 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8123
8124 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8125
8126 * mouse-drag.el (mouse-drag-safe-scroll):
8127 Bind scroll-preserve-screen-position to nil.
8128
8129 * isearch.el (isearch-old-signal-hook): New variable.
8130 (isearch-mode): Set signal-hook-function to isearch-done.
8131 (isearch-done): Restore old signal-hook-function.
8132
8133 * info.el (Info-fontify-node): Mark one more char as intangible.
8134
8135 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8136
8137 * composite.el (compose-last-chars): New argument COMPONENTS.
8138 If it is non-nil, compose preceding characters by compose-region with
8139 COMPONENTS.
8140
8141 * international/quail.el (quail-input-string-to-events): New function.
8142 (quail-input-method): Convert input string to events here.
8143 (quail-start-translation): Return input string, not event list.
8144 (quail-start-conversion): Likewise.
8145
8146 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8147
8148 * tooltip.el (tooltip-cancel-delayed-tip)
8149 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8150 and tooltip-add-timeout.
8151 (tooltip-show): Set border color from faces's foreground.
8152 (tooltip-show-help-function): If called with the same help string
8153 as last time, do nothing.
8154 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8155
8156 * startup.el (fancy-splash-screens): Don't bind show-help-function
8157 to nil.
8158
8159 * tooltip.el (tooltip-frame-parameters): Remove colors.
8160 (tooltip): New face
8161 (tooltip-set-param): New function.
8162 (tooltip-show): Set up color frame parameters from face `tooltip'.
8163 Display the tooltip text in face `tooltip'.
8164
8165 2001-01-04 Dave Love <fx@gnu.org>
8166
8167 * whitespace.el (whitespace-global-mode): Fix typo.
8168
8169 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8170
8171 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8172
8173 * help.el (help-for-help): Fix a typo in a doc string.
8174 From kwzh@gnu.org (Karl Heuer).
8175
8176 2001-01-03 Dave Love <fx@gnu.org>
8177
8178 * dired-x.el: Doc fixes. Maintainer change.
8179 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8180 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8181 (dired-guess-shell-alist-user): Customize.
8182 (dired-x-help-address): Set to bug-gnu-emacs.
8183 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8184 (dired-default-directory): Renamed from default-directory.
8185
8186 * hl-line.el (hl-line): Doc fix.
8187
8188 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8189
8190 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8191
8192 2001-01-02 Richard M. Stallman <rms@gnu.org>
8193
8194 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8195 to remove all the current alternative-match highlighting.
8196 If nil, remove only what's outside the current window.
8197 (isearch-lazy-highlight-remove-overlays): Take optional
8198 region within which NOT to remove them.
8199 (isearch-lazy-highlight-new-loop): Greatly simplified.
8200 (isearch-lazy-highlight-update): Find all the other occurrences
8201 visible in the window, in just one call.
8202 (isearch-lazy-highlight-start): Now holds start of region to scan.
8203 (isearch-lazy-highlight-end): Now holds end of region to scan.
8204 (isearch-lazy-highlight-wrapped): Variable deleted.
8205 (isearch-lazy-highlight-search): Function deleted.
8206
8207 2000-01-02 Andrew Innes <andrewi@gnu.org>
8208
8209 * w32-fns.el (convert-standard-filename): Do length check on name
8210 before aref.
8211
8212 2001-01-02 Dave Love <fx@gnu.org>
8213
8214 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8215 value.
8216 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8217
8218 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8219
8220 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8221 read syntax.
8222
8223 * calendar/todo-mode.el (todo): Add :link, :version.
8224 (todo-save-top-priorities): Remove autoload cookie.
8225 (todo-add-category, todo-add-item-non-interactively)
8226 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8227
8228 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8229
8230 * comint.el (comint-input-history-ignore): New variable.
8231 (comint-read-input-ring): Ignore entries matching
8232 comint-input-history-ignore.
8233
8234 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8235
8236 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8237 (lm-copyright-mark): New function.
8238 (lm-crack-copyright): New function.
8239 (lm-verify): Check that the file has a copyright.
8240 Check that the file is copyright Free Software Foundation.
8241
8242 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8243
8244 * international/mule-diag.el (print-fontset): Indent font name by
8245 24 columns, not 25.
8246
8247 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8248
8249 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8250 in Subject line.
8251
8252 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8253 Use mail-mode-hook instead of mail-setup-hook.
8254 Otherwise continuing an interrupted message with C-u C-x m for
8255 instance, winds up in Mail mode without abbrevs.
8256
8257 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8258
8259 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8260 non-nil. Adding almost all customization variables on ps-setup.
8261 Doc fix.
8262 (ps-print-version): New version number (6.3.3).
8263 (ps-end-with-control-d): Initialization fix.
8264 (ps-lines-printed): New var.
8265 (ps-skip-newline): New fun.
8266 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8267 (ps-next-line, ps-continue-line, ps-plot-region)
8268 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8269
8270 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8271
8272 * international/fontset.el (x-complement-fontset-spec):
8273 Resolve ASCII font name so that the same family name is used for fonts
8274 registered in x-font-name-charset-alist.
8275 (create-fontset-from-fontset-spec): Adjusted for the above change.
8276 The name of fontset alias should be a unresolved ASCII font name.
8277
8278 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8279
8280 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8281 and delete in isearch-mode-map.
8282
8283 2000-12-28 Richard M. Stallman <rms@gnu.org>
8284
8285 * dired-x.el (dired-guess-shell-alist-default):
8286 Use xpdf instead of acroread.
8287
8288 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8289
8290 * textmodes/artist.el (artist-butlast): Deleted.
8291 (artist-ellipse-mirror-quadrant): Use butlast instead of
8292 artist-butlast.
8293
8294 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8295
8296 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8297
8298 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8299
8300 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8301
8302 * ls-lisp.el: Better support for the Mac and MS-Windows.
8303 (ls-lisp): New defgroup.
8304 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8305 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8306 (ls-lisp-support-shell-wildcards): New defcustoms.
8307 (ls-lisp-parse-symlink): New function.
8308 (insert-directory): Code to convert switches to a list and set up
8309 the wildcard argument copied from ls-lisp-insert-directory.
8310 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8311 for -C and -R switches.
8312 (ls-lisp-column-format): New function.
8313 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8314 (ls-lisp-format-time): Add doc strings.
8315 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8316 Support ls-lisp-dirs-first.
8317 (ls-lisp-classify, ls-lisp-extension): New functions.
8318 (ls-lisp-format): Optionally support emulation of symlinks.
8319 Support -i, -s, and -G switches.
8320
8321 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8322
8323 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8324
8325 * version.el (emacs-version): Print X scroll bar information.
8326
8327 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8328 instead of x-toolkit-scroll-bars-p.
8329
8330 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8331 of x-toolkit-scroll-bars-p.
8332
8333 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8334
8335 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8336 (ffap-bindings): Doc fix, to reflect the above change.
8337
8338 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8339
8340 * term.el (term-char-mode): Define all non-ascii self-inserting
8341 characters to 'term-send-raw in term-raw-map.
8342
8343 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8344
8345 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8346
8347 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8348 Changed initialization; use add-hook.
8349 (ediff-file-remote-p): Use file-local-copy.
8350
8351 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8352
8353 * ediff.el (ediff-patch-buffer): Bug fix.
8354 (ediff-revision): Allow selection of the file at the prompt.
8355
8356 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8357
8358 * subr.el (combine-run-hooks): Remove.
8359
8360 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8361 and remove the rogue second spec.
8362
8363 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8364
8365 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8366
8367 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8368
8369 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8370 Use minibuffer menu prompt for the `=' prefix.
8371 (smerge-command-prefix): Change default to C-^.
8372 (smerge-mode): Don't assume font-lock doesn't move point.
8373
8374 * skeleton.el (skeleton-internal-1): Make sure the first line of
8375 the region is also re-indented.
8376 (skeleton-end-newline): New var.
8377 (skeleton-end-hook): Use it.
8378
8379 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8380
8381 * comint.el (comint-password-prompt-regexp): Support CVS.
8382
8383 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8384
8385 * simple.el (delete-key-deletes-forward-mode): Simplify.
8386 Also backspace key combinations, depending on
8387 delete-key-deletes-forward.
8388
8389 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8390
8391 * simple.el (delete-key-deletes-forward): Doc fix.
8392
8393 2000-08-22 Emmanuel Briot <briot@gnat.com>
8394
8395 * xml.el (top level comment): Updated to reflect the fact that
8396 white spaces are relevant in the XML file.
8397 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8398 to parse was already edited. This allows for on-the-fly analysis
8399 of XML files.
8400 (xml-parse-tag): Check that the casing is the same in the start
8401 tag and end tag, since XML is case-sensitive. Allows for spaces
8402 in the end tag, after the name of the tag.
8403 (xml-parse-attlist): Allow for the character '-' in the name of
8404 attributes, as in the standard http-equiv attribute Do not save
8405 the properties in the XML tree, since they are not relevant.
8406
8407 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8408
8409 * generic.el (generic-read-type): Undo last change, inline into
8410 `generic-mode' and then remove.
8411 (generic-mode): Inline generic-read-type.
8412 (define-generic-mode): Push the symbol name rather than the symbol
8413 onto generic-mode-list.
8414
8415 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8416
8417 * generic.el (generic-read-type): Build an alist for
8418 completing-read as in 20.7.
8419
8420 * play/landmark.el (lm): Use interactive spec `P'.
8421 (toplevel): Don't set debug-on-error.
8422
8423 * server.el (server-switch-buffer): Choose a window on a visible frame.
8424
8425 2000-12-21 Dave Pearson <davep@davep.org>
8426
8427 * quickurl.el: Commentry change, I've moved my web site.
8428
8429 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8430
8431 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8432 ranges like \177-\237, but accepts the character sequence from \177 to
8433 \237. Doc fix.
8434 (ebnf-version): New version (3.4).
8435 (ebnf-setup): Code fix.
8436 (ebnf-range-regexp): New fun.
8437 (ebnf-8-bit-chars): Const fix.
8438
8439 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8440 entry. Doc fix.
8441 (ebnf-bnf-lex): Code fix.
8442 (ebnf-bnf-comment-chars): Const fix.
8443
8444 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8445 entry. Doc fix.
8446 (ebnf-iso-comment-chars): Const fix.
8447
8448 * ebnf-otz.el: Doc fix.
8449
8450 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8451 entry. Doc fix.
8452 (ebnf-yac-skip-code): Code fix.
8453 (ebnf-yac-comment-chars): Const fix.
8454
8455 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8456
8457 * files.el (insert-directory-safely): New function.
8458 (recover-file): Use it instead of insert-directory.
8459 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8460
8461 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8462
8463 * international/mule-cmds.el (select-safe-coding-system):
8464 Check coding-category-list more rigidly. Improve help message.
8465
8466 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8467
8468 2000-12-21 Miles Bader <miles@gnu.org>
8469
8470 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8471
8472 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8473
8474 * international/mule-diag.el (describe-char-after): Make *Help*
8475 buffer inherit multibyteness of the current buffer.
8476
8477 * international/mule.el (make-char): Docstring adjusted for the
8478 change of make-char-internal.
8479
8480 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8481
8482 * international/iso-cvt.el: Docstrings fix.
8483
8484 2000-12-20 Dave Love <fx@gnu.org>
8485
8486 * subr.el (eval-after-load): Doc fix.
8487
8488 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8489
8490 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8491 for numbers.
8492
8493 2000-12-20 Miles Bader <miles@gnu.org>
8494
8495 * international/quail.el (quail-help): Resize the help window
8496 again after it has all its contents. Remove unneeded progn.
8497
8498 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8499
8500 * pcmpl-linux.el: Fix copy/paste error.
8501
8502 2000-12-19 Andrew Innes <andrewi@gnu.org>
8503
8504 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8505
8506 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8507
8508 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8509
8510 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8511
8512 * progmodes/idlw-shell.el: Fixed copyright notice.
8513
8514 * progmodes/idlwave.el: Fixed copyright notice.
8515
8516 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8517 TAB as key separators.
8518
8519 2000-12-19 Alex Schroeder <alex@gnu.org>
8520
8521 * sql.el (sql-sybase-options): New option.
8522 (sql-sybase): Use it. Add sql-database to the list of parameters
8523 provided for login. The options -w 2048 -n are not used any more.
8524 (sql-postgres-options): Changed default from "--pset" to "-P".
8525 (sql-mysql-options): Doc change.
8526 (sql-stop): Doc change.
8527
8528 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8529
8530 * international/quail.el (quail-input-method): Always hide
8531 the guidance buffer on exiting.
8532
8533 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8534
8535 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8536 isn't fboundp.
8537
8538 * server.el (server-buffer-done): Bury the buffer before
8539 killing it.
8540
8541 * faces.el (face-spec-set): Interpret a nil in specs for
8542 foreground and background colors as `unspecified', for
8543 compatibility with 20.x.
8544
8545 2000-12-18 Dave Love <fx@gnu.org>
8546
8547 * simple.el (mail-user-agent): Doc fix.
8548 (input-mode-8-bit): Removed.
8549
8550 * international/mule.el (set-keyboard-coding-system): Doc fix.
8551 (keyboard-coding-system): New option.
8552
8553 * mail/sendmail.el (send-mail-function): Customize.
8554
8555 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8556
8557 * international/codepage.el (cp866-decode-table): New table.
8558
8559 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8560
8561 * version.el (emacs-version): Remove `%a' from the time format
8562 because the weekday doesn't fit well into each locale.
8563
8564 2000-12-18 Miles Bader <miles@gnu.org>
8565
8566 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8567
8568 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8569 Check that emacs-major-version is `=' to 20, not `>='.
8570 (artist-replace-chars): Use `make-string' instead of a loop.
8571
8572 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8573
8574 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8575 (cvs-execute-single-file): Don't change directory.
8576 Patch from Per Cederqvist.
8577
8578 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8579
8580 * textmodes/ispell.el (check-ispell-version):
8581 If `ispell-program-name' is "aspell", pass it the -v switch instead
8582 of -vv.
8583
8584 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8585
8586 * international/mule-diag.el (mule-diag): Insert information about
8587 configure options, multibyte awareness, language env.
8588
8589 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8590 regexp to search for candidates.
8591
8592 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8593
8594 * info.el (Info-forward-node): If the node has an
8595 Info-header-line, widen the buffer before searching for "next:"
8596 and "up:" pointers, and set the search limit to stay in the
8597 current node.
8598
8599 2000-12-16 Miles Bader <miles@gnu.org>
8600
8601 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8602
8603 2000-12-15 Miles Bader <miles@gnu.org>
8604
8605 * comint.el (comint-send-string, comint-send-region): Also accept
8606 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8607 process-send-string/region.
8608
8609 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8610
8611 * isearch.el (isearch-lazy-highlight-max): New user-option.
8612 (isearch-lazy-highlight-update): Don't highlight more than
8613 isearch-lazy-highlight-max matches.
8614
8615 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8616
8617 2000-12-15 Richard M. Stallman <rms@gnu.org>
8618
8619 * sort.el (sort-columns): Fix error message.
8620
8621 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8622 `upcase' or `downcase' or nil.
8623 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8624 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8625 (dabbrev--substitute-expansion): New arg record-case-pattern.
8626 If it is non-nil, set dabbrev--last-case-pattern.
8627 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8628
8629 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8630
8631 2000-12-15 Miles Bader <miles@gnu.org>
8632
8633 * paths.el (Info-default-directory-list): Don't delete
8634 configure-info-directory from the list of standard info
8635 directories when appending it to the end -- their order is important.
8636
8637 * faces.el (read-face-attribute): If there's no entry for the
8638 user's input in VALID, just use it as-is (this will often result
8639 in an error, but it may be OK for e.g. colors using hexadecimal
8640 notation, and at least will yield a better error message).
8641
8642 * window.el (mode-line-window-height-fudge): Function removed.
8643 (height-affecting-face-attributes, mode-line-window-height-fudge):
8644 Variables removed.
8645 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8646 window is really the right size. Use vertical-motion
8647 rather than forward-line.
8648 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8649 (ispell-command-loop, ispell-show-choices): Use the variable
8650 ispell-choices-win-default-height, rather than the function.
8651 (ispell-choices-win-default-height): Function removed.
8652 (ispell-mode-line-window-height-fudge): Function removed.
8653
8654 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8655
8656 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8657
8658 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8659
8660 * paths.el (Info-default-directory-list):
8661 If configure-info-directory is not one of the standard directories,
8662 put it first in the list; otherwise put it last. Doc string
8663 changed accordingly.
8664
8665 * info.el (Info-directory-list): Change doc string to reflect the
8666 change in Info-default-directory-list.
8667
8668 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
8669 windows-nt as windowed environments, even under -nw.
8670
8671 * startup.el (command-line): Don't call x-backspace-delete-keys-p
8672 if not fboundp. Switch delete-forward mode for the <delete> key
8673 on all PC platforms, even under -nw.
8674
8675 * term/internal.el ([M-delete]): Remap to M-d.
8676
8677 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8678
8679 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
8680
8681 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8682
8683 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8684
8685 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8686
8687 * startup.el (command-line): Call delete-key-deletes-forward-mode,
8688 if appropriate.
8689
8690 * simple.el (delete-key-deletes-forward): New user-option.
8691 (delete-key-deletes-forward-mode): New function.
8692
8693 * bindings.el: Bind `delete' to backward-delete-char.
8694
8695 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
8696 Test if symbol is bound before getting its value.
8697
8698 * tooltip.el (tooltip-show): If an error is signaled in
8699 x-show-tip, display that error, and display the help in the
8700 echo area.
8701
8702 2000-12-14 Kenichi Handa <handa@etl.go.jp>
8703
8704 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8705 Show "... entries" messages for every 10000 entries, not 10.
8706
8707 2000-12-13 Karl Fogel <kfogel@red-bean.com>
8708
8709 * bookmark.el: Provide a generic exit hook, as suggested by
8710 Ovidiu Predescu <ovidiu@cup.hp.com>:
8711 (bookmark-exit-hook): New var.
8712 (bookmark-exit-hook-internal): New func, replaces
8713 old raw lambda form in `kill-emacs-hook', and runs new
8714 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
8715 as logically that feature must have been provided if this function
8716 is running.
8717 Removed ;;;###autoload before the `add-hook' call.
8718
8719 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
8720
8721 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
8722 (easy-menu-current-active-maps): New function.
8723 (easy-menu-get-map): Use it.
8724 Make a proper menu entry when creating a new keymap.
8725
8726 2000-12-13 Kenichi Handa <handa@etl.go.jp>
8727
8728 * international/characters.el: Fix cases and syntaxes for
8729 mule-unicode-0100-24ff.
8730
8731 * dired.el (dired-move-to-filename-regexp): Fixed for the case
8732 that a Japanese character is not appended after day and year.
8733
8734 * info.el (Info-suffix-list): Change format for a command that
8735 requires arguments.
8736 (info-insert-file-contents): Adjusted for the above change.
8737
8738 2000-12-12 Andreas Schwab <schwab@suse.de>
8739
8740 * tar-mode.el (tar-extract): Base the name of the subfile buffer
8741 on the name of the tar buffer. Verify that the existing buffer is
8742 visiting the same subfile.
8743
8744 2000-12-12 Dave Love <fx@gnu.org>
8745
8746 * subdirs.el: Add obsolete.
8747
8748 2000-12-12 Gerd Moellmann <gerd@gnu.org>
8749
8750 * mail/rmailsum.el (rmail-summary-expunge)
8751 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
8752 instead of rmail-confirm-expunge.
8753
8754 * replace.el (perform-replace): Don't use an empty match adjacent
8755 to a non-empty match when computing the next match before the
8756 replacement is performed.
8757
8758 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
8759
8760 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
8761 definition (patch by Stefan Monnier).
8762 (glasses-mode): Use jit-lock instead of `after-change-functions'
8763 (patch by Stefan Monnier).
8764
8765 2000-12-12 Miles Bader <miles@gnu.org>
8766
8767 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
8768 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
8769
8770 2000-12-12 Andrew Choi <akochoi@i-cable.com>
8771
8772 * term/mac-win.el: Remove load for ls-lisp.
8773
8774 * loadup.el: Load ls-lisp for system-type `macos'.
8775
8776 2000-12-12 Miles Bader <miles@gnu.org>
8777
8778 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
8779 Respect field end too.
8780 (just-one-space): Respect fields as `delete-horizontal-space'.
8781 (newline-and-indent, reindent-then-newline-and-indent):
8782 Use `delete-horizontal-space'.
8783
8784 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
8785
8786 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
8787 (so as to obey the field property in the minibuffer).
8788
8789 * obsolete/c-mode.el: Moved from lisp/progmodes.
8790 * obsolete/auto-show.el: Moved from lisp.
8791 * obsolete/ooutline.el: Moved from lisp/textmodes.
8792
8793 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
8794
8795 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
8796 changes to list them here.
8797
8798 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
8799 Too many changes to list them here.
8800
8801 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
8802 Too many changes to list them here.
8803
8804 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
8805
8806 2000-12-11 Gerd Moellmann <gerd@gnu.org>
8807
8808 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
8809
8810 * cus-edit.el (custom-save-variables, custom-save-faces):
8811 Comment fix.
8812
8813 * hscroll.el: Moved to `obsolete' subdir.
8814
8815 2000-12-11 Miles Bader <miles@gnu.org>
8816
8817 * window.el (window-text-height): Function removed (now in C).
8818
8819 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
8820
8821 * log-edit.el (log-edit-parent-buffer): New var.
8822 (log-edit): Set it. Add BUFFER argument.
8823 (log-edit-done): Use char-before.
8824 Don't bother checking validity of vc-comment-ring.
8825 Only bury the buffer if log-edit popped it up.
8826
8827 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
8828 (cvs-mode-diff-help): Remove.
8829 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
8830 (cvs-mode-marked): Set up the default for CMD manually.
8831
8832 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
8833 Remove binding for ? now made unnecessary.
8834
8835 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
8836
8837 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
8838 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
8839
8840 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
8841 when master file is not open.
8842
8843 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
8844
8845 * progmodes/ada-stmt.el: Update `maintainer'.
8846
8847 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
8848
8849 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
8850 choices to match documentation string.
8851
8852 2000-12-09 Miles Bader <miles@gnu.org>
8853
8854 * minibuf-eldef.el: New file.
8855
8856 * window.el (fit-window-to-buffer): Don't pass last argument to
8857 pos-visible-in-window-p, now that its meaning is inverted.
8858
8859 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
8860
8861 * image.el (create-image): Doc fix; spotted by Per Cederqvist
8862 <ceder@lysator.liu.se>.
8863
8864 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
8865
8866 * autoinsert.el (auto-insert-alist): Add missing final \n.
8867
8868 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
8869 (cvs-menu-map): Remove.
8870 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
8871 (cvs-mode-quit): Turn it back into a plain function.
8872
8873 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
8874 (texinfo-filter): Remove (move to texinfo.el).
8875
8876 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
8877 file where it's more visible.
8878 (texinfo-filter, texinfo-chapter-level-regexp): New variables
8879 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
8880 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
8881 (texinfo-inside-macro-p): Only catch `scan-error's.
8882 (texinfo-inside-env-p): Make better use of the match info.
8883 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
8884 (texinfo-insert-@end): Slight re-organization.
8885 Also remove useless `looking-at' call.
8886
8887 2000-12-08 Andrew Innes <andrewi@gnu.org>
8888
8889 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
8890 accessible in -nw mode.
8891
8892 * term/w32-win.el: Remove stuff about selection timeout, which is
8893 irrelevant on Windows. Move clipboard support to w32-fns.el, so
8894 it is accessible in -nw mode.
8895
8896 2000-12-08 Dave Love <fx@gnu.org>
8897
8898 * emacs-lisp/lisp-mode.el (lisp-mode):
8899 Set font-lock-keywords-case-fold-search.
8900
8901 2000-12-08 Gerd Moellmann <gerd@gnu.org>
8902
8903 * textmodes/ispell.el (ispell): Doc fix.
8904
8905 2000-12-08 Kenichi Handa <handa@etl.go.jp>
8906
8907 * international/quail.el (quail-insert-decode-map): Check the
8908 frame width of a window displaying the current buffer, not that of
8909 the selected frame.
8910 (quail-help): Make sure that the help buffer has window before
8911 inserting text in it.
8912
8913 2000-12-07 Sam Steingold <sds@gnu.org>
8914
8915 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
8916 Backquote is used in isearch.el, so autoloading saves nothing.
8917
8918 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
8919
8920 * startup.el (normal-top-level-add-subdirs-to-load-path):
8921 Ignore the CVS and RCS subdirectories case-insensitively.
8922
8923 * dired.el (dired-insert-directory): If file-system-info is
8924 fboundp, call it instead of invoking dired-free-space-program.
8925
8926 2000-12-07 Gerd Moellmann <gerd@gnu.org>
8927
8928 * server.el (server-visit-files): Push files on file-name-history.
8929
8930 * progmodes/cc-langs.el: Update copyright.
8931
8932 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
8933
8934 * bindings.el (mode-line-mode-menu): Add glasses-mode.
8935
8936 * bindings.el (mode-line-mode-menu): Reverse the order
8937 of define-keys so that the menu appears in alphabetical order.
8938
8939 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
8940
8941 * progmodes/glasses.el (glasses-mode): Update mode line at the end
8942 of the function.
8943
8944 2000-12-07 Dave Love <fx@gnu.org>
8945
8946 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
8947
8948 * facemenu.el (facemenu-unlisted-faces): Fix value.
8949
8950 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
8951
8952 * font-lock.el (font-lock-default-fontify-region):
8953 Include the terminating \n (off-by-one error).
8954 (font-lock-set-defaults): Use dolist.
8955
8956 * derived.el (define-derived-mode): Don't use combine-run-hooks.
8957
8958 2000-12-07 Kenichi Handa <handa@etl.go.jp>
8959
8960 * international/mule-cmds.el (describe-language-environment):
8961 Fix for the case that an input method title is not string but a list.
8962
8963 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
8964 of wrong SIZE record.
8965
8966 2000-12-06 Dave Love <fx@gnu.org>
8967
8968 * newcomment.el (comment-region, comment-dwim): Doc fix.
8969
8970 * textmodes/texinfo.el: Require tex-mode when compiling.
8971 (texinfo-update-node): Doc fix.
8972 (texinfo-imenu-generic-expression): Add @anchor.
8973 (texinfo-font-lock-keywords): Add @uref.
8974 (texinfo-inside-macro-p): Don't use ignore-errors.
8975 (texinfo-insert-quote): Match more contexts.
8976
8977 * international/mule.el (decode-char, encode-char): Doc fix.
8978 (auto-coding-alist): Customize.
8979
8980 * files.el (load-file): Fix change of 2000-03-12.
8981
8982 * wid-edit.el (widget-text-keymap): Doc fix.
8983
8984 2000-12-06 Andrew Innes <andrewi@gnu.org>
8985
8986 * makefile.w32-in (lisp): Set to an absolute directory, namely
8987 $(CURDIR).
8988
8989 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
8990
8991 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
8992 read generated-autoload-file, and set buffer-file-coding-system to
8993 raw-text-unix after reading the file.
8994
8995 * international/mule-conf.el (file-coding-system-alist):
8996 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
8997
8998 2000-12-06 Gerd Moellmann <gerd@gnu.org>
8999
9000 * replace.el (occur): Make line-number-width 1 smaller for the
9001 colon following the line number.
9002
9003 * startup.el (fancy-splash-text, command-line-1):
9004 Use `File' for the menu name instead of `Files'.
9005
9006 * tmm.el: Update copyright.
9007
9008 * cus-start.el: Add entry for even-window-heights.
9009
9010 2000-12-06 Miles Bader <miles@gnu.org>
9011
9012 * faces.el (frame-set-background-mode): Avoid stomping on
9013 locally modified faces.
9014
9015 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9016
9017 * international/fontset.el: Correct the font registries for
9018 japanese-jisx0213-1 and japanese-jisx0213-2.
9019
9020 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9021
9022 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9023
9024 * iswitchb.el: Update customization commentary.
9025
9026 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9027
9028 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9029 (tpu-search-highlight): Fixed comparison of overlay end positions.
9030 (tpu-trim-line-ends): Implemented trimming logic locally.
9031
9032 * emulation/tpu-extras.el (tpu-write-file-hook)
9033 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9034
9035 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9036
9037 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9038 to cn-gb.
9039 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9040
9041 2000-12-04 Dave Love <fx@gnu.org>
9042
9043 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9044
9045 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9046
9047 * mail/rmailsum.el (rmail-summary-expunge)
9048 (rmail-summary-expunge-and-save): Ask for confirmation with
9049 rmail-expunge-confirmed.
9050
9051 * mail/rmail.el (rmail-expunge-confirmed): New function.
9052 (rmail-expunge): Use it.
9053
9054 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9055
9056 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9057 (etags-recognize-tags-table, find-tag-in-order):
9058 New functionality: interpret file names as tags.
9059
9060 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9061
9062 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9063 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9064 the first subnode until the bottom of the current node is visible.
9065
9066 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9067
9068 * format.el (format-decode): Don't change buffer's undo list.
9069
9070 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9071
9072 * faces.el (face-font-registry-alternatives): Add entries for CJK
9073 fonts. Doc-string adjusted for the actual usage of this data.
9074
9075 * international/fontset.el: Change the font registries for CJK
9076 fonts in the default fontset. Don't append '*' to registries.
9077
9078 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9079
9080 * emacs-lisp/easy-mmode.el (define-derived-mode)
9081 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9082
9083 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9084 (derived-mode-p): New function.
9085 (derived-mode-make-docstring): Add `docstring' argument.
9086 Use it if available and complete it if necessary.
9087
9088 2000-12-03 Andreas Schwab <schwab@suse.de>
9089
9090 * type-break.el (type-break): Don't make parent of itself.
9091
9092 2000-12-03 Miles Bader <miles@gnu.org>
9093
9094 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9095
9096 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9097
9098 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9099 (tex-main-file, tex-file): Simplify.
9100 (tex-generate-zap-file-name): Use subst-char-in-string.
9101 (tex-strip-dots): Remove.
9102
9103 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9104
9105 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9106 to check if the match succeeded.
9107
9108 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9109
9110 * startup.el (use-fancy-splash-screens-p): New function.
9111 (command-line-1): Use it to determine whether or not to use
9112 a fancy splash screen.
9113
9114 2000-12-02 Andreas Schwab <schwab@suse.de>
9115
9116 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9117
9118 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9119
9120 * international/mule.el (make-char): Fix last change.
9121
9122 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9123 New defcustoms.
9124 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9125 autoloading tex-mode; instead, do the same manually.
9126 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9127 with numeric argument. Docstring fix.
9128 (toplevel): Require cl when compiling.
9129
9130 * international/mule.el (make-char): Doc fix.
9131
9132 2000-12-02 Jason Rumney <jasonr@gnu.org>
9133
9134 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9135 the Emacs Lisp manual)
9136
9137 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9138
9139 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9140
9141 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9142 the Emacs Lisp manual).
9143
9144 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9145
9146 * simple.el (next-line-add-newlines): Change default to nil.
9147
9148 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9149
9150 * files.el (revert-buffer, recover-file):
9151 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9152
9153 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9154
9155 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9156
9157 2000-12-01 Miles Bader <miles@gnu.org>
9158
9159 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9160
9161 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9162
9163 * international/mule-diag.el (describe-char-after): Fix typo.
9164 (describe-character-set, non-iso-charset-alist): Fix typo.
9165
9166 2000-12-01 Miles Bader <miles@gnu.org>
9167
9168 * image-file.el (image-file-name-regexp): Automatically add
9169 upper-case variants of each filename extension in
9170 `image-file-name-extensions', since they seem to be common.
9171
9172 * simple.el (minibuffer-contents)
9173 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9174 New functions.
9175 * filecache.el (file-cache-directory-name)
9176 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9177
9178 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9179
9180 * filecache.el (file-cache-minibuffer-complete): Don't try to
9181 delete the minibuffer prompt.
9182
9183 2000-11-30 Dave Love <fx@gnu.org>
9184
9185 * cus-start.el: Fix read-buffer-function type.
9186
9187 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9188
9189 * md5.el: Removed. There's a built-in function, now.
9190
9191 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9192
9193 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9194 as dummy 0-th char of rmail-deleted-vector.
9195
9196 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9197
9198 * ps-print.el (ps-end-job): Bind case-fold-search only after
9199 switching to ps-spool-buffer.
9200
9201 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9202
9203 * ps-print.el: Line number font customization. PostScript: Lines and
9204 PageCount are initialized on each page. Doc Fix.
9205 (ps-print-version): New version number (6.3.2).
9206 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9207 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9208 (ps-right-header): Customization fix.
9209 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9210 Fix code.
9211 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9212 New vars.
9213
9214 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9215
9216 * bs.el: Fix typos and spelling errors.
9217 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9218 (bs-configuration): Doc fix.
9219
9220 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9221
9222 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9223
9224 * emulation/tpu-edt.el (tpu-version): New version.
9225 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9226 (tpu-original-mode-line): Variable deleted.
9227 (tpu-mark-flag): New initial value.
9228 (tpu-set-mode-line): Don't redefine mode-line-format.
9229 Add tpu-mark-flag to minor-mode-alist.
9230 (tpu-update-mode-line): New mark flag logic.
9231 (tpu-get): Use find-file-wildcards.
9232 (tpu-search-highlight): Move overlay less, reset overlay properly.
9233 (tpu-unselect): Deactivate mark.
9234 (tpu-lm-replace): Reset overlay properly.
9235 (tpu-forward-line): Use forward-visible-line.
9236 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9237
9238 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9239
9240 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9241
9242 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9243
9244 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9245
9246 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9247 and skip whitespace and newlines.
9248
9249 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9250
9251 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9252
9253 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9254
9255 * help.el (describe-function-1): Regexp-quote function name
9256 when used as part of a regexp.
9257
9258 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9259 Use face-attribute instead of face-foreground and face-background.
9260 (tool-bar-add-item): Likewise, and handle unspecified colors.
9261
9262 * enriched.el (enriched-face-ans): Use face-attribute instead
9263 of face-foreground and face-background.
9264
9265 * faces.el (face-foreground, face-background, face-stipple):
9266 Return nil if attribute is unspecified, for backward compatibility.
9267
9268 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9269
9270 * play/5x5.el: Remove version info.
9271
9272 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9273
9274 * frame.el (blink-cursor-mode): Doc fix.
9275
9276 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9277
9278 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9279 to create Makefile rules.
9280 (antlr-tool-command): New user option.
9281 (antlr-ask-about-save): New user option.
9282 (antlr-makefile-specification): New user option.
9283 (antlr-file-formats-alist): New variable.
9284 (antlr-special-file-formats): New variable.
9285 (antlr-unknown-file-formats): New user option.
9286 (antlr-help-unknown-file-text): New variable.
9287 (antlr-help-rules-intro): New variable.
9288 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9289 (antlr-mode-menu): Add entries.
9290 (antlr-file-dependencies): New function.
9291 (antlr-directory-dependencies): New function.
9292 (antlr-superclasses-glibs): New function.
9293 (antlr-run-tool): New command.
9294 (antlr-makefile-insert-variable): New function.
9295 (antlr-insert-makefile-rules): New function.
9296 (antlr-show-makefile-rules): New command.
9297
9298 * antlr-mode.el: More Emacs/XEmacs stuff.
9299 (antlr-no-action-keywords): New constant with value nil.
9300 (antlr-font-lock-keywords-alist): Use it. Old value would break
9301 syntax highlighting in Emacs-21.0.
9302 (antlr-default-directory): Emacs/XEmacs dependend function.
9303 (antlr-read-shell-command): Ditto.
9304 (antlr-with-displaying-help-buffer): Ditto.
9305
9306 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9307
9308 * antlr-mode.el: imenu, parsing and highlighting changes.
9309 (antlr-imenu-create-index-function): Don't create extra submenus
9310 for definitions in different grammar classes. It is not necessary
9311 for the menu and would make command `imenu' awkward to use.
9312 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9313 header actions and more than one.
9314 (antlr-font-lock-tokendef-face): Changed color.
9315 (antlr-font-lock-tokenref-face): Changed color.
9316 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9317 (antlr-mode-syntax-table): New variable.
9318 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9319 (antlr-with-syntax-table): Don't copy syntax table.
9320
9321 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9322
9323 * antlr-mode.el: Minor changes: language setting.
9324 (antlr-language-alist): The value for file option "language" can
9325 be both an identifier and a string.
9326 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9327 (antlr-language-limit-n-regexp): Change accordingly.
9328
9329 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9330
9331 * antlr-mode.el: Minor changes: tabs, hiding.
9332 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9333 (antlr-action-visibility): Also allow value nil to also hide the
9334 braces. Renamed from `antlr-tiny-action-length'.
9335 Suggested by Jay@aol.com.
9336 (antlr-hide-actions): Change accordingly. Hide line if completely
9337 hidden action is on a line of its own.
9338
9339 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9340
9341 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9342
9343 * sort.el (sort-columns): Don't concat strings with numbers.
9344
9345 2000-11-29 Dave Love <fx@gnu.org>
9346
9347 * cus-edit.el (face): Fix :format.
9348
9349 * mail/feedmail.el: Require smtpmail when compiling.
9350 (mail-do-fcc): Autoload.
9351 (feedmail) <defgroup>: Fix :link.
9352 (feedmail-nuke-body-in-fcc): Fix :type.
9353 (feedmail-send-it): Add autoload cookie.
9354
9355 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9356
9357 * newcomment.el (comment-indent): Save excursion around call to
9358 comment-indent-function.
9359
9360 2000-11-29 Miles Bader <miles@gnu.org>
9361
9362 * subr.el (member-ignore-case): Return the tail of the list who's
9363 car matches, like `member', not the matching element itself.
9364
9365 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9366
9367 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9368 should not contain `\n'.
9369
9370 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9371
9372 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9373
9374 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9375
9376 * dired-aux.el (dired-do-create-files): Construct default file
9377 name for dired-mark-read-file-name so that when the user enters
9378 just RET, the target file will end up in the target directory.
9379
9380 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9381 local-abbrev-table before changing buffers because it might
9382 have a buffer-local binding.
9383
9384 2000-11-28 Miles Bader <miles@gnu.org>
9385
9386 * simple.el (delete-horizontal-space): Handle fields more generally.
9387
9388 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9389
9390 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9391
9392 2000-11-28 Dave Love <fx@gnu.org>
9393
9394 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9395 comment-start-skip locally.
9396
9397 * progmodes/fortran.el (fortran-mode): Don't set
9398 fortran-comment-line-start-skip. Set comment-start to
9399 fortran-comment-line-start.
9400 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9401 (fortran-comment-line-start-skip): Simplify slightly.
9402
9403 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9404
9405 * play/5x5.el: Remove RCS keyword.
9406
9407 * bs.el: Mistaken commit, undone 2000-11-30.
9408
9409 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9410
9411 * textmodes/tildify.el (tildify-string-alist):
9412 Add `plain-tex-mode' here.
9413
9414 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9415
9416 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9417 reference.
9418
9419 2000-11-28 Miles Bader <miles@gnu.org>
9420
9421 * cus-face.el (custom-face-attributes): Add post-filter function
9422 for :box. Make pre-filter function for :box handle all cases.
9423
9424 * wid-edit.el (widget-choose): Make sure pop-up window is large
9425 enough to display all the choices, as there's no way to scroll it.
9426
9427 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9428
9429 * international/mule-conf.el: Make the coding system no-conversion
9430 safe for all characters.
9431
9432 2000-11-27 Dave Love <fx@gnu.org>
9433
9434 * net/ldap.el (ldap) <defgroup>: Add :version.
9435
9436 * tooltip.el (tooltip-use-echo-area): Doc fix.
9437
9438 * cus-start.el <minibuffer-prompt-properties>: Add version.
9439 <read-buffer-function>: Add.
9440
9441 * apropos.el (apropos-print): Add help-echo to active text.
9442
9443 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9444
9445 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9446
9447 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9448 type, group and version.
9449
9450 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9451
9452 * select.el (x-get-selection): Docstring fix.
9453
9454 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9455
9456 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9457
9458 2000-11-27 Andrew Innes <andrewi@gnu.org>
9459
9460 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9461
9462 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9463
9464 2000-11-27 Miles Bader <miles@gnu.org>
9465
9466 * dired.el (dired-get-filename): Return filename verbatim if
9467 LOCALP is `verbatim'.
9468 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9469 `verbatim' so that we don't inadvertently delete a non-existant
9470 directory name.
9471
9472 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9473
9474 * international/characters.el: Specify cases and syntaxes for
9475 mule-unicode-0100-24ff.
9476
9477 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9478
9479 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9480 that foreground and/or background colors of the face `tool-bar'
9481 are unspecified.
9482
9483 2000-11-27 Miles Bader <miles@gnu.org>
9484
9485 * wid-edit.el (widget-field-buffer, widget-field-start)
9486 (widget-field-end): Handle widget field `pseudo-overlays'.
9487 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9488 if it's there instead of in `widget-field-list'.
9489
9490 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9491 (help-make-xrefs): Delete extraneous newlines at the end of the
9492 docstring.
9493
9494 2000-11-25 Jason Rumney <jasonr@gnu.org>
9495
9496 * startup.el (command-line): Call set-locale-environment after
9497 Window System init file is read, as it can result in a call to
9498 redraw-frame.
9499
9500 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9501
9502 * simple.el (shell-command): Mention the effect of the prefix
9503 argument in the doc string.
9504
9505 2000-11-25 Miles Bader <miles@gnu.org>
9506
9507 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9508
9509 * wid-edit.el (widget-field-value-delete): Don't try to delete
9510 overlay when it's the `pseudo-overlay' that exists at some points.
9511
9512 2000-11-24 Jason Rumney <jasonr@gnu.org>
9513
9514 * international/mule-cmds.el (locale-language-names): Add "jp" as
9515 a non-standard alternative for Japanese.
9516
9517 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9518
9519 * vc-hooks.el: Require 'cl during compilation.
9520
9521 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9522
9523 * faces.el (face-set-after-frame-default): Let face attributes
9524 specified for new frames override frame parameters.
9525
9526 * startup.el (command-line): Fix computation of the source file
9527 for user-init-file when user-init-file is a compiled file.
9528
9529 2000-11-24 Miles Bader <miles@gnu.org>
9530
9531 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9532 (custom-post-filter-face-spec): New functions.
9533 (custom-face-set, custom-face-value-create): Filter the face spec
9534 before and after customization.
9535 (custom-face-set): If VALUE specifies a null face, pass a
9536 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9537 * cus-face.el (custom-face-attributes): Remove SET and GET
9538 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9539 cases they're needed.
9540
9541 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9542 that it's distinguishable from the :off-glyph on dark-background
9543 displays. Set its background color too.
9544
9545 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9546 so that people can easily turn it off.
9547
9548 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9549
9550 * ediff-diff.el: Moved variables around to have it compile under NT.
9551
9552 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9553
9554 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9555
9556 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9557 redundant skip-small-frames test.
9558
9559 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9560 (viper-downgrade-to-insert): Protect against errors in hooks.
9561
9562 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9563 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9564 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9565 New functions.
9566
9567 * viper-util.el (viper-memq-char): Bug fixes.
9568
9569 * viper.el (viper-mode): Fix cursor handling.
9570
9571 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9572
9573 * international/mule-diag.el (list-iso-charset-chars):
9574 For two-byte charset, fix the `while' condition.
9575 (list-non-iso-charset-chars): Fix the `while' condition.
9576
9577 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9578
9579 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9580 if the variable is make-variable-buffer-local.
9581
9582 * progmodes/ada-stmt.el (ada-template-map):
9583 Initialize and bind it to C-c t in ada-mode-map.
9584 (ada-stmt-mode-hook): New function extracted from old code.
9585 Only change the buffer-local side of skeleton-*.
9586 (ada-mode-hook): Use it.
9587
9588 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9589
9590 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9591 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9592 we expect to be returned by minibuffer-depth once we prompt the
9593 user in the minibuffer.
9594 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9595 as recorded in iswitchb-minibuf-depth, return non-nil.
9596
9597 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9598
9599 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9600 (hscroll-window-maybe): Docstring fix.
9601
9602 2000-11-23 Dave Love <fx@gnu.org>
9603
9604 * rect.el (string-rectangle): Don't test delete-selection-mode.
9605
9606 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9607
9608 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9609 is in the tool bar.
9610
9611 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9612 with `no-dir'; we want the directory part to be able to remove it.
9613
9614 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9615
9616 * textmodes/outline.el (outline-flag-region):
9617 Don't bind inhibit-read-only since we don't modify the buffer.
9618 (outline-isearch-open-invisible): Don't jump to overlay-start
9619 since we're trying to unhide text around point.
9620 (outline-discard-overlays): Use dolist.
9621
9622 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9623
9624 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9625
9626 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9627
9628 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9629
9630 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9631 Fix ARG regexp to skip quoted braces.
9632 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9633 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9634 are (correctly) handled separately).
9635 Remove `caption' and `footnote' from `citations': they contain text.
9636 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9637 (latex-skeleton-end-hook): New function.
9638 (latex-mode): Use it.
9639 (tex-start-tex-marker): Remove.
9640 (tex-send-tex-command): Don't set tex-start-tex-marker.
9641 (tex-error-parse-syntax-table): New var.
9642 (tex-compilation-parse-errors): Use it.
9643 Ignore tex-start-tex-marker. Don't bother with marker-position.
9644 (tex-validate-buffer): Don't bother with marker-position.
9645
9646 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9647 (flyspell-generic-progmode-verify): Use it.
9648
9649 2000-11-22 Sam Steingold <sds@gnu.org>
9650
9651 * simple.el (delete-trailing-whitespace): New interactive function.
9652
9653 * progmodes/ada-mode.el (ada-mode): Use it instead of
9654 `ada-remove-trailing-spaces'.
9655 (ada-remove-trailing-spaces): Removed.
9656
9657 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9658
9659 * textmodes/picture.el (picture-clean): Removed.
9660 (picture-mode-exit): Call it instead of `picture-clean'.
9661
9662 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9663
9664 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9665
9666 * hi-lock.el (hi-lock-refontify): Don't call non-existent
9667 jit-lock-fontify-buffer; it should anyway be unneccessary to
9668 do anything special when jit-lock is active.
9669 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
9670
9671 2000-11-22 Dave Love <fx@gnu.org>
9672
9673 * calendar/todo-mode.el (todo-top-priorities): Use
9674 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
9675
9676 * language/chinese.el, language/cyrillic.el:
9677 * language/devanagari.el, language/ethiopic.el, language/greek.el:
9678 * language/hebrew.el, language/indian.el, language/japanese.el:
9679 * language/korean.el, language/lao.el, language/misc-lang.el:
9680 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9681 Use provide.
9682
9683 * cus-edit.el (custom-buffer-create-internal): Save some consing.
9684 (custom-variable-set): Improve validation error mesage.
9685
9686 * rect.el (string-rectangle): Revert last change.
9687 (string-rectangle-line): New arg DELETE.
9688 (string-rectangle): Check delete-selection-mode.
9689
9690 * emacs-lisp/edebug.el (edebug-version)
9691 (edebug-maintainer-address): Deleted.
9692 (edebug-submit-bug-report): Just alias to report-emacs-bug.
9693 (edebug-read-function): Account for other `'#' read forms.
9694 (edebug-mode-menus): Make some items toggles.
9695 (edebug-outside-unread-command-event, unread-command-event):
9696 Remove these to avoid warnings.
9697
9698 2000-11-22 David Ponce <david@dponce.com>
9699
9700 * recentf.el (recentf-menu-items-for-commands)
9701 (recentf-make-menu-items, recentf-make-menu-item)
9702 (recentf-filter-changer): Added :help and :active menu-item properties.
9703
9704 (recentf-build-dir-rules, recentf-dump-variable)
9705 (recentf-edit-list, recentf-open-files-item)
9706 (recentf-open-files): Replaced unnecessary `mapcar' with new
9707 built-in `mapc'.
9708
9709 2000-11-23 Miles Bader <miles@gnu.org>
9710
9711 * faces.el (menu): Make inverse-video on ttys too.
9712
9713 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9714
9715 * simple.el (comment-line-break-function): Use the new name
9716 indent-new-comment-line -> comment-indent-new-line.
9717 (clone-indirect-buffer): Don't ignore NORECORD.
9718 (next-completion): Properly handle the case where items are adjacent.
9719
9720 * mouse.el (popup-menu): Stupid typo.
9721
9722 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9723
9724 * emacs-lisp/authors.el: Remove autoload cookies, add author,
9725 maintainer, keywords tags.
9726
9727 * rect.el (replace-rectangle): Don't call string-rectangle-line
9728 with too many arguments.
9729
9730 2000-11-22 Andre Spiegel <spiegel@gnu.org>
9731
9732 * ediff-util.el (ediff-file-checked-out-p)
9733 (ediff-file-checked-in-p): Call vc-state instead of
9734 vc-locking-user, which no longer exists.
9735
9736 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
9737
9738 2000-11-22 Dave Love <fx@gnu.org>
9739
9740 * md5.el (md5): Provide.
9741 (md5): Fix error call.
9742
9743 2000-11-22 Miles Bader <miles@gnu.org>
9744
9745 * textmodes/refill.el (refill-adjust-ignorable-overlay)
9746 (refill-fill-paragraph-at): Remove debugging code.
9747
9748 * calendar/calendar.el (generate-calendar-window): When we don't
9749 call `fit-window-to-buffer', make sure the top line is fully visible.
9750
9751 * image-file.el (insert-image-file): Don't make `read-only'
9752 property rear-nonsticky.
9753
9754 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
9755 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
9756 stashing away its original value.
9757 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
9758 in the recursive edit.
9759 Bind `isearch-original-minibuffer-message-timeout' to protect it.
9760 (isearch-done): Restore `minibuffer-message-timeout'.
9761
9762 * cus-start.el: Remove entry for `mode-line-inverse-video'.
9763
9764 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
9765
9766 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
9767
9768 * find-lisp.el (find-lisp-find-files-internal):
9769 Use dolist, when and file-name-as-directory.
9770
9771 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
9772 (define-derived-mode, define-minor-mode): Add specs.
9773
9774 * window.el: General comment and spacing fixes.
9775 (save-selected-window): Use backquotes.
9776 (window-safely-shrinkable-p): New function.
9777 (shrink-window-if-larger-than-buffer): Use it.
9778
9779 * subr.el (make-local-hook): Docstring fix.
9780
9781 * shell.el (shell-mode): Use define-derived-mode.
9782
9783 * newcomment.el (comment-indent): Insert comment before calling
9784 comment-indent-function. Don't insert in column 0.
9785 (comment-dwim): Indent before inserting comment.
9786
9787 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
9788 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
9789 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
9790 Use mapc rather than map.
9791
9792 * files.el (find-buffer-visiting): Compare all attributes before
9793 declaring two files identical (rather than just their inode-no).
9794 (auto-mode-alist): Use \' rather than $.
9795
9796 * which-func.el: Update maintainer line.
9797
9798 * pcvs.el (uniquify-buffer-file-name): Remove advice.
9799 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
9800 (uniquify-buffer-file-name): Use it.
9801
9802 2000-11-22 Miles Bader <miles@gnu.org>
9803
9804 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
9805 * simple.el (minibuffer-avoid-prompt): New function.
9806
9807 2000-11-21 Gerd Moellmann <gerd@gnu.org>
9808
9809 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
9810
9811 2000-11-21 Miles Bader <miles@gnu.org>
9812
9813 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
9814 inclusion of `track-mouse'.
9815
9816 * textmodes/refill.el (refill-ignorable-overlay): New variable.
9817 (refill-adjust-ignorable-overlay): New function.
9818 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
9819 only the paragraph's tail if possible.
9820 Update `refill-ignorable-overlay'.
9821 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
9822
9823 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9824 point inside the fill-prefix.
9825
9826 * textmodes/refill.el (refill-post-command-function): Don't reset
9827 refill-doit in the case where a self-insertion command doesn't
9828 case a refill. Use `refill-fill-paragraph-at', getting position
9829 from `refill-doit'.
9830 (refill-after-change-function): Set `refill-doit' to END.
9831 (refill-fill-paragraph-at): New function, mostly from old
9832 refill-fill-paragraph.
9833 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
9834 (refill-pre-command-function): New function.
9835 (refill-mode): Add it to `pre-command-hook'.
9836
9837 2000-11-20 Gerd Moellmann <gerd@gnu.org>
9838
9839 * textmodes/artist.el (artist-mode): Fix autoload cookie.
9840
9841 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
9842 javadoc tags.
9843
9844 2000-11-20 Andre Spiegel <spiegel@gnu.org>
9845
9846 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
9847 vc.el).
9848
9849 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
9850 require vc.
9851
9852 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
9853 checkouts.
9854
9855 2000-11-20 Dave Love <fx@gnu.org>
9856
9857 * Makefile.in (DONTCOMPILE): Omit bindings.el.
9858
9859 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
9860
9861 * calculator.el (calculator-paste): Use `if' instead of `and'
9862 and `or'.
9863 (calculator-help): Don't use electric-describe-mode for XEmacs.
9864
9865 2000-11-19 Gerd Moellmann <gerd@gnu.org>
9866
9867 * info.el (info-menu-5): Doc fix.
9868
9869 * textmodes/artist.el: New file.
9870
9871 2000-11-19 Andre Spiegel <spiegel@gnu.org>
9872
9873 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
9874 and differentiate according to checkout model.
9875 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
9876 since this function is only concerned with master state.
9877
9878 * vc-hooks.el (vc-workfile-unchanged-p)
9879 (vc-default-workfile-unchanged-p): Moved here from vc.el.
9880
9881 * vc.el (vc-workfile-unchanged-p)
9882 (vc-default-workfile-unchanged-p): See above.
9883
9884 2000-11-19 Miles Bader <miles@gnu.org>
9885
9886 * image-file.el (insert-image-file): Make `intangible' and
9887 `read-only' properties rear-nonsticky too.
9888
9889 2000-11-18 Gerd Moellmann <gerd@gnu.org>
9890
9891 * ps-print.el: Update copyright notice.
9892
9893 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
9894 (tooltip-show): Use the offsets.
9895
9896 * bindings.el (mode-line-modified): Fix a typo.
9897 (mode-line-toggle-modified, mode-line-widen)
9898 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
9899
9900 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9901
9902 * ps-print.el (toplevel): Test for find-coding-system being
9903 fboundp before calling ps-x-find-coding-system.
9904
9905 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
9906
9907 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
9908 (vc-version-backup-file): Docstring fix.
9909
9910 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9911
9912 * files.el (basic-save-buffer): Don't add a newline if
9913 find-file-literally is non-nil.
9914 (find-file-literally): Extend doc string.
9915
9916 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
9917 sort(1) with the `-f' argument.
9918
9919 2000-11-16 Andre Spiegel <spiegel@gnu.org>
9920
9921 * vc.el: Updated backend documentation.
9922 (vc-default-check-headers): New function.
9923
9924 * vc-{cvs,rcs,sccs}.el: Functions reordered.
9925
9926 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
9927 up-to-date.
9928 (vc-do-command): In the asynchronous case, output messages only if
9929 the minibuffer is not active.
9930
9931 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
9932 `vc-cvs-use-edit' is on.
9933 (vc-cvs-checkout): When this is used for reverting the workfile,
9934 make a backup of the original contents and revert to that in case
9935 of error.
9936 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9937 remote repositories.
9938
9939 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
9940 for both version and ratio in the minibuffer.
9941
9942 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
9943 Use vc-do-command to perform the annotation, not call-process.
9944
9945 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9946
9947 * international/quail.el (quail-start-translation): Don't call
9948 `message' before reading key sequence.
9949
9950 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
9951
9952 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
9953
9954 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9955
9956 * window.el (fit-window-to-buffer): Be sure to acquire at least
9957 one text line even if the buffer is empty.
9958
9959 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9960
9961 * net/ange-ftp.el (ange-ftp-file-writable-p)
9962 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
9963 Bind ange-ftp-process-verbose to nil.
9964
9965 2000-11-15 Dave Love <fx@gnu.org>
9966
9967 * wid-edit.el (widget-specify-field, widget-specify-button):
9968 If :help-echo is a function, set help-echo of overlay to
9969 widget-mouse-help.
9970 (widget-mouse-help): New function.
9971 (widget-echo-help): Rewritten for :help-echo functions only taking
9972 a widget arg.
9973
9974 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
9975 Use display-graphic-p.
9976 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
9977 and that JPEG is available.
9978 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
9979
9980 * international/mule-cmds.el (locale-charset-language-names):
9981 Match @euro.
9982
9983 2000-11-15 Gerd Moellmann <gerd@gnu.org>
9984
9985 * faces.el (face-set-after-frame-default):
9986 If `inhibit-default-face-x-resources' is bound, don't intialize the
9987 default face from X resources.
9988
9989 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9990
9991 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
9992 Don't set EMACSLOADPATH.
9993
9994 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9995
9996 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
9997 texinfo-insert-@url.
9998 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
9999 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10000
10001 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10002
10003 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10004 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10005 (checkdoc-minor-keymap): Backward compatibility.
10006 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10007 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10008 (checkdoc-this-string-valid-engine): Be a bit more strict
10009 to avoid matching substrings of `...' quoted vars/funs.
10010 (checkdoc-defun-info): Only look for `interactive' if alone.
10011 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10012
10013 * progmodes/compile.el (grep): `tag-default' can be nil.
10014
10015 * newcomment.el (comment-indent): Paren typo.
10016
10017 2000-11-14 Dave Love <fx@gnu.org>
10018
10019 * calculator.el: New maintainer version.
10020
10021 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10022
10023 * cmuscheme.el: Doc fixes.
10024 (cmuscheme) <defgroup>: Use `scheme' as parent.
10025 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10026
10027 * xscheme.el (scheme-program-name): Don't define here.
10028
10029 * progmodes/scheme.el (scheme-program-name): New variable
10030 (originally in cmuscheme).
10031
10032 2000-11-14 Miles Bader <miles@gnu.org>
10033
10034 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10035 Handle header-lines. Don't loop forever if we can't enlarge the
10036 window anymore. Simplify a bit.
10037
10038 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10039
10040 * window.el (fit-window-to-buffer): Don't check
10041 window-text-height. Assure that the last line is fully visible.
10042
10043 * international/quail.el (quail-show-guidance-buf):
10044 Call fit-window-to-buffer to assure the enough height of the guidance
10045 buffer.
10046 (quail-update-guidance): Avoid making the guidance buffer shorter.
10047
10048 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10049
10050 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10051 rather than `prepend' and add an interesting comment.
10052 (tex-math-face, tex-font-lock-syntactic-face-function):
10053 New face and function to use it.
10054 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10055 than `menu-enable' symbol property.
10056 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10057 (tex-mode): Add some latex-mode commands for auto-selection.
10058 Use tex-font-lock-syntactic-face-function.
10059 (tex-insert-quote): Simplify.
10060 (tex-shell): New mode.
10061 (tex-start-shell): Use it.
10062 (tex-shell-proc, tex-shell-buf): New functions.
10063 (tex-send-command): Use it.
10064 (tex-main-file): Fix the meaning of the new arg REALFILE.
10065 (tex-send-tex-command): New function split from `tex-start-tex'.
10066 Set compilation-last-buffer and compilation-parsing-end.
10067
10068 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10069 when it follows non-comment text on the line.
10070
10071 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10072 Set font-lock-defaults.
10073 (lisp-mode-shared-map): Init inside the defvar.
10074 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10075 Use define-derived-mode.
10076
10077 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10078
10079 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10080
10081 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10082
10083 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10084 Don't recursively optimize body because that can lead to infinite
10085 recursion; see comment there.
10086
10087 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10088
10089 * faces.el (face-spec-set-match-display): Revert the change from
10090 2000-10-24. Add a FIXME for after v21.1.
10091
10092 2000-11-13 Miles Bader <miles@gnu.org>
10093
10094 * textmodes/fill.el (skip-line-prefix): New function.
10095 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10096 (fill-paragraph): Don't leave point inside the fill-prefix.
10097 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10098 point inside the fill-prefix.
10099
10100 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10101
10102 * calendar/calendar.el (generate-calendar-window):
10103 Use `fit-window-to-buffer'.
10104
10105 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10106
10107 * gud.el (gud-minor-mode): New var.
10108 (gud-symbol, gud-val): New functions.
10109 (gud-find-file): Copy gud-minor-mode to the new buffer.
10110 (gud-menu-map): Include entries for commands that are not always
10111 available, using :enable to (de)activate them.
10112 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10113 (gud-mode-map): New map.
10114 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10115 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10116 Don't set up gud's menu (it's done by the minor-mode).
10117 (gud-minibuffer-local-map): New.
10118 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10119 (gud-query-cmdline): New function.
10120 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10121 (gud-mode): Use define-derived-mode.
10122 Don't set up gud's menu (it's done by the minor-mode).
10123 (gud-chop-words): Remove.
10124 (gud-common-init): Use split-string instead.
10125 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10126
10127 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10128 Add keyword arg :name.
10129
10130 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10131 (diff-count-matches, diff-split-hunk): New functions.
10132 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10133
10134 * pcvs-info.el (cvs-fi-conflict-face): New var.
10135
10136 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10137 Make it into a simple syntax-table, shared among all submodes.
10138 (sh-heredoc-face): Re-introduce.
10139 (sh-font-lock-syntactic-face-function): New function.
10140 (sh-mode): Use it. Also use define-derived-mode.
10141 Remove old bogus setting of indent-region-function.
10142 (sh-set-shell): Don't set the syntax-table any more.
10143 (sh-mode-syntax-table) <defun>: Remove.
10144
10145 2000-11-12 Miles Bader <miles@gnu.org>
10146
10147 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10148 message if interactive.
10149
10150 2000-11-12 Dave Love <fx@gnu.org>
10151
10152 * mail/feedmail.el: Fix header,
10153 (feedmail) <defgroup>: Add :link.
10154
10155 * view.el: Use local-map property, not keymap on mode-line string.
10156
10157 * scroll-all.el (scroll-all-mode): Customize variable.
10158 Add autoload cookie to function.
10159
10160 * lazy-lock.el: Remove compatibility code.
10161
10162 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10163 (finder-help-echo): New variable.
10164 (finder-mouse-face-on-line): Add help-echo stuff.
10165 (finder-list-keywords, finder-list-matches): Use mapc.
10166
10167 * faces.el (face-font-registry-alternatives): Add :version.
10168
10169 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10170 tags-table-list.
10171
10172 * net/browse-url.el (browse-url-browser-function): Update :version.
10173
10174 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10175 (mail-mode): Use [:alnum:] in some regexps.
10176
10177 2000-11-10 Dave Love <fx@gnu.org>
10178
10179 * ediff.el (ediff-regions-internal, ediff-documentation):
10180 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10181 fundamental mode.
10182
10183 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10184 buffer into fundamental mode.
10185 (ediff-set-difference): Use copy-sequence if available.
10186
10187 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10188 Check ediff-patch-map non-nil.
10189 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10190 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10191 buffer into fundamental mode.
10192
10193 * ediff-merg.el (state-or-merge): Defvar when compiling.
10194
10195 2000-11-10 Jason Rumney <jasonr@gnu.org>
10196
10197 * w32-fns.el (w32-add-charset-info): New function.
10198 (w32-charset-info-alist): Use it.
10199
10200 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10201
10202 * faces.el (face-font-registry-alternatives): New user-option.
10203
10204 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10205
10206 * textmodes/texinfo.el (texinfo-block-default): New var.
10207 (texinfo-insert-block): Use it. Insert a newline if needed.
10208
10209 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10210 (fill-region-as-paragraph): Use it.
10211
10212 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10213 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10214 Tweak paragraph regexps to allow a leading [ \t]*.
10215 (tex-latex-block): Insert a newline if necessary.
10216 (latex-insert-item): Only insert a newline if necessary.
10217 (tex-guess-main-file): New function.
10218 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10219 Set tex-main-file if TeX-master is provided.
10220 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10221
10222 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10223
10224 * startup.el (command-line): Set the default tooltip-mode
10225 to t for graphical displays which implement x-show-tip.
10226
10227 * tooltip.el (tooltip-mode): Add a comment about startup.el
10228 setting the default value of this user-option.
10229
10230 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10231
10232 * font-lock.el (font-lock-*-face) <defvar>: Move.
10233 (font-lock-defaults-alist): Mark obsolete.
10234 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10235 (font-lock-mode): Use define-minor-mode.
10236 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10237 (font-lock-turn-off-thing-lock): Be more explicit.
10238 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10239 (font-lock-syntactic-face-function): New var.
10240 (font-lock-fontify-syntactically-region): Use it.
10241 (font-lock-doc-face): New.
10242
10243 * pcvs.el (cvs-enabledp): Ignore errors.
10244 (cvs-commit-filelist): Never query.
10245 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10246 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10247 (cvs-do-removal): Use cvs-partition rather than delete-if.
10248 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10249 cvs-bury-buffer.
10250
10251 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10252 Allow `next' to jump to after the end of the last match.
10253
10254 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10255
10256 * simple.el (byte-compiling-files-p): New function.
10257
10258 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10259 if it is there.
10260
10261 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10262 nil again.
10263
10264 * textmodes/ispell.el (ispell-library-path): Don't call
10265 check-ispell-version when byte-compiling because that starts
10266 an ispell process, and ispell might not be installed.
10267 (toplevel): Don't set up a menu when byte-compiling.
10268
10269 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10270 it, so that a boundp test can be used to determine if we're
10271 currently byte-compiling.
10272
10273 2000-11-09 Dave Love <fx@gnu.org>
10274
10275 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10276
10277 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10278
10279 * ps-print.el: Patch for variable initialization when spooling.
10280 Doc fix.
10281 (ps-output-list): Fun eliminated.
10282 (ps-begin-file, ps-begin-job): Code fix.
10283
10284 2000-11-08 Dave Love <fx@gnu.org>
10285
10286 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10287
10288 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10289
10290 * simple.el (shell-command, display-message-or-buffer)
10291 (shell-command-on-region): Mention resize-mini-windows in the doc
10292 string.
10293 (display-message-or-buffer): Take the value of resize-mini-windows
10294 into account.
10295
10296 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10297
10298 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10299
10300 * dired.el (dired-between-files): Add `^. find' as an alternative
10301 to the regular expression, for find-dired.
10302
10303 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10304
10305 * textmodes/texnfo-upd.el: Require texinfo.
10306 (defmacro, defgroup): Remove.
10307 (texinfo-section-to-generic-alist): Remove.
10308 Use texinfo-section-list instead (i.e. level is changed string->int).
10309 (texinfo-filter): New function.
10310 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10311 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10312 Use it. And use regexp-opt.
10313 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10314 (texinfo-update-menu-region-beginning)
10315 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10316 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10317 (texinfo-update-menu-same-level-regexps): Update.
10318 (texinfo-update-node, texinfo-every-node-update)
10319 (texinfo-sequential-node-update): Remove autoload cookie.
10320
10321 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10322 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10323 (texinfo-chapter-level-regexp): Remove.
10324 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10325
10326 2000-11-06 Dave Love <fx@gnu.org>
10327
10328 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10329
10330 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10331 Match defun*.
10332
10333 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10334
10335 * composite.el (composition-function-table): Variable declaration
10336 moved to src/composite.c.
10337 (compose-chars-after): New optional arg object.
10338
10339 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10340
10341 * bindings.el (mode-line-toggle-read-only)
10342 (mode-line-toggle-modified, mode-line-widen)
10343 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10344 (make-mode-line-mouse2-map): Rewritten.
10345 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10346 functions so that C-h k can show something with a doc string.
10347
10348 * startup.el (fancy-splash-delay): Set to 10 seconds.
10349 (fancy-splash-max-time): New user-option.
10350 (fancy-splash-stop-time): New variable.
10351 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10352 (fancy-splash-screens-1): Throw `stop-splashing' when current
10353 time is greater than fancy-splash-stop-time.
10354
10355 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10356
10357 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10358
10359 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10360 Prompt user for a file rather than raising an error.
10361 (cvs-enabledp): Fix call to cvs-mode-marked.
10362 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10363 (cvs-mode-insert): Use it. Change the init prompt' value.
10364 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10365
10366 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10367 Don't pass default arg to ewoc-locate.
10368 (ewoc-collect): Return result in the right order.
10369
10370 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10371
10372 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10373 (cvs-status-get-tags): Fix regexp.
10374 (cvs-status-trees, cvs-status-cvstrees):
10375 Combine after change hooks and don't sit-for.
10376 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10377 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10378 Use make-char rather than hard-coded cryptic data.
10379 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10380
10381 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10382
10383 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10384 (cvs-insert-strings): New function.
10385
10386 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10387
10388 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10389 `mwheel-scroll-amount'.
10390 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10391 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10392 string-matching against the version string.
10393
10394 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10395
10396 * language/thai.el ("Thai"): Set a lisp form that produces
10397 composed string in `sample-text' language info.
10398
10399 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10400 composed string in `sample-text' language info.
10401
10402 * international/mule-cmds.el (describe-language-environment):
10403 Eval `sample-text' data and insert the result.
10404
10405 * international/mule-conf.el (compound-text): Define this coding
10406 system here. Make x-ctext and ctext aliases of it.
10407
10408 * language/european.el (compound-text, ctext): Moved to
10409 international/mule-conf.el.
10410
10411 2000-11-05 Andrew Innes <andrewi@gnu.org>
10412
10413 * w32-fns.el (w32-version): New function.
10414
10415 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10416
10417 * progmodes/awk-mode.el: Update copyright.
10418 (awk-mode-abbrev-table): Remove.
10419 (awk-font-lock-keywords): Use regexp-opt.
10420 (awk-mode): Use define-derived-mode.
10421
10422 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10423 when extracting a suffix.
10424
10425 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10426
10427 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10428 auto-save-mode.
10429
10430 2000-11-04 Jason Rumney <jasonr@gnu.org>
10431
10432 * language/european.el (decode-mac-roman): Test against r1 not r0.
10433
10434 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10435
10436 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10437 (icon-mode): Define indent-line-function.
10438 (icon-comment-indent): Simplify.
10439 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10440
10441 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10442
10443 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10444 Bind change-log-default-mode to defeat the caching done on it.
10445 Don't bother saving excursion any more.
10446
10447 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10448
10449 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10450 (set-frame-font): Use the new name (and the old for compatibility).
10451
10452 * toolbar/tool-bar.el (tool-bar-mode):
10453 * time.el (display-time-mode):
10454 * recentf.el (recentf-mode):
10455 * paren.el (show-paren-mode):
10456 * mwheel.el (mouse-wheel-mode):
10457 * msb.el (msb-mode):
10458 * jka-compr.el (auto-compression-mode):
10459 * image-file.el (auto-image-file-mode):
10460 * hl-line.el (hl-line-mode):
10461 * delsel.el (delete-selection-mode):
10462 * autoinsert.el (auto-insert-mode):
10463 * complete.el (partial-completion-mode): Drop unneeded positional args.
10464
10465 * info.el (Info-mode):
10466 * comint.el (comint-mode): Don't bother with make-local-hook.
10467
10468 * log-edit.el (log-edit-menu): New menu.
10469
10470 2000-11-03 Miles Bader <miles@gnu.org>
10471
10472 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10473 definition, so that trailing spaces are handled properly.
10474 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10475
10476 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10477
10478 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10479 tab character.
10480 (fancy-splash-screens): Set tab-width to 20.
10481
10482 2000-11-03 Dave Love <fx@gnu.org>
10483
10484 * comint.el (comint-completion-addsuffix): Fix custom type.
10485
10486 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10487
10488 * font-lock.el (font-lock-buffers): Remove.
10489 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10490 (font-lock-change-major-mode): Remove.
10491 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10492 (font-lock-default-fontify-region): Extend the multiline
10493 fontification to whole lines.
10494 (font-lock-fontify-anchored-keywords)
10495 (font-lock-fontify-keywords-region): If matching just one
10496 line (with \n) only mark the \n as multiline.
10497
10498 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10499 Correctly handle the case where several :group args are supplied.
10500 Allow :extra-args.
10501 (easy-mmode-define-global-mode): Allow :extra-args.
10502 Correctly handle the case where several :group args are supplied.
10503
10504 2000-11-02 Miles Bader <miles@gnu.org>
10505
10506 * calendar/calendar.el (diary-face, calendar-today-face)
10507 (holiday-face): Remove dependency on `window-system'.
10508
10509 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10510
10511 * Makefile.in (emacs): Set EMACSLOADPATH always.
10512 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10513 (compile-files): Bomb out if compilation of a file fails.
10514
10515 2000-11-02 Dave Love <fx@gnu.org>
10516
10517 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10518
10519 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10520
10521 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10522 punctuation in the warning inserted into the *mail* buffer.
10523
10524 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10525
10526 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10527 (authors-public-domain-p): New function.
10528 (authors-print): Use it.
10529
10530 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10531
10532 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10533
10534 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10535
10536 * ps-print.el: Extension for even/odd printing. Doc fix.
10537 (ps-print-version): New version number (6.3.1).
10538 (ps-even-or-odd-pages): Customization fix.
10539 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10540 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10541 (ps-page-count): Var replaced by `ps-page-column'.
10542 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10543 (ps-print-sheet-p): New fun.
10544
10545 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10546
10547 * tooltip.el (tooltip-gud-tips-setup): New function.
10548 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10549 (tooltip-mode): Call tooltip-gud-tips-setup.
10550 (tooltip-gud-tips): Use `gud-basic-call' instead of
10551 process-send-string, so the prompt gets frobbed appropriately.
10552 Handle nil return value from `tooltip-gud-print-command'.
10553
10554 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10555
10556 * comint.el (comint-add-to-input-history): New function.
10557 (comint-send-input): Use `comint-add-to-input-history'.
10558
10559 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10560
10561 * info.el (info-menu-header): New face.
10562 (Info-fontify-menu-headers): New function.
10563 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10564
10565 * info.el (Info-insert-dir): Don't include blank lines at
10566 beginning of additional dir files (one is added automatically).
10567
10568 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10569
10570 * emacs-lisp/easy-mmode.el (define-minor-mode):
10571 Revert the latest changes.
10572 Allow the three positional arguments to be skipped and replaced
10573 by keyword arguments.
10574 Add a :toggle argument to determine whether a nil arg means toggle
10575 or means turn-on. The default is unchanged.
10576 Add a call to force-mode-line-update.
10577
10578 2000-11-01 Dave Love <fx@gnu.org>
10579
10580 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10581
10582 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10583
10584 * calendar/calendar.el (diary-face, holiday-face):
10585 Add dark-background variants.
10586
10587 2000-10-31 Sam Steingold <sds@gnu.org>
10588
10589 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10590 `tex-main-file' does not have directory in it.
10591
10592 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10593
10594 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10595
10596 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10597
10598 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10599 functional change.
10600
10601 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10602
10603 * files.el (find-file-noselect): When we expand a wildcard, return
10604 a list of buffers, as we should do according to the doc string.
10605
10606 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10607
10608 * loadup.el (top level): Adjust load path if program name is
10609 "../src/bootstrap-emacs", in case it's not dumped and thus the
10610 load path adjustment hasn't already been done.
10611
10612 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10613
10614 * ps-print.el: Fix bug on selected pages for printing.
10615 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10616 is on. Try to avoid warning messages when compiling. Doc Fix.
10617 (ps-print-version): New version number (6.3).
10618 (ps-color-device): Use `color-values' to determine if device
10619 supports color.
10620 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10621 (ps-print-page-p): Changed from defsubst to defun.
10622 (ps-page-number): Changed from defmacro to defun.
10623 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10624 printing.
10625 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10626 (ps-end-file, ps-dummy-page): Funs eliminated.
10627 (ps-print-color-scale): Changed default value.
10628 (ps-page-n-up, ps-print-page-p): New internal vars.
10629 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10630 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10631
10632 * delim-col.el: Little programming improvement.
10633 (delimit-columns-str): New macro.
10634 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10635
10636 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10637
10638 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10639 Moved to european.el.
10640 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10641 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10642 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10643 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10644
10645 2000-10-30 Dave Love <fx@gnu.org>
10646
10647 * progmodes/cc-menus.el (imenu-generic-expression)
10648 (imenu-progress-message): Only defvar when compiling.
10649
10650 * emacs-lisp/elp.el (elp-unload-hook): New function.
10651
10652 * loadhist.el (unload-feature): Call elp-restore-function,
10653 checking for symbols; don't use elp-restore-all.
10654 (loadhist-hook-functions): Doc fix.
10655
10656 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10657
10658 * log-edit.el (log-edit-confirm): Fix the default.
10659
10660 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10661
10662 * delim-col.el: Little fix: replace delimit-columns-align-columns by
10663 delimit-columns-format.
10664 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10665
10666 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
10667
10668 * comint.el (comint-replace-by-expanded-history): Don't use
10669 comint-get-old-input (we're not looking at *old* input).
10670 (comint-get-old-input-default): If using fields, signal an error
10671 when the point is not in an input field.
10672
10673 2000-10-30 Kenichi Handa <handa@etl.go.jp>
10674
10675 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
10676 and mule-unicode-e000-ffff.
10677
10678 * international/mule.el (decode-char, encode-char): New functions.
10679 (make-coding-system): Accept a symbol of translation table as a
10680 value of property `safe-chars'.
10681
10682 * international/mule-cmds.el (encode-coding-char): Check property
10683 safe-chars instead of safe-charsets.
10684
10685 * international/fontset.el (fontset-default): Modified for
10686 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10687 (x-font-name-charset-alist): Likewise.
10688 (ccl-encode-unicode-font): New CCL program. Record it in
10689 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
10690
10691 * language/european.el (mac-roman-decoder, mac-roman-encoder):
10692 New translation tables.
10693 (decode-mac-roman, encode-mac-roman): Definition of these CCL
10694 programs are modified and moved from mac-win.el.
10695 (mac-roman): Definition of this coding system is modified and
10696 moved from mac-win.el.
10697
10698 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10699
10700 * ediff-wind.el (ediff-setup-control-frame): Enclose
10701 face-attribute in condition-case to avoid errors in older emacsen.
10702
10703 2000-10-29 Miles Bader <miles@gnu.org>
10704
10705 * custom.el (custom-add-to-group): Allow multiple entries for a
10706 given value OPTION, as long as their widget types are different.
10707 * cus-edit.el (custom-face-value-create): If face name doesn't end
10708 with "face", add such here (similar to custom group widgets).
10709
10710 * comint.el (comint-highlight-prompt): Add :type.
10711
10712 2000-10-28 John Wiegley <johnw@gnu.org>
10713
10714 * calendar/timeclock.el (timeclock-log): Doc fix.
10715 (timeclock-last-event): Doc fix.
10716 (timeclock-log): Kill the timelog buffer after appending a new event.
10717 (timeclock-find-discrep): Use a temp buffer to read in the
10718 timelog, instead of visiting the file.
10719 (timeclock-log-data): A new function, along with a host of helper
10720 functions, for the purpose of making timelog data accessible to
10721 programmers.
10722
10723 * eshell/esh-mode.el (window-height test): Make certain that
10724 `eshell-stringify-t' is non-nil.
10725 (eshell-password-prompt-regexp): Changed to a much simpler
10726 password regexp.
10727 (eshell-send-input): If `eshell-invoke-directly' returns t,
10728 directly invoke the parsed command using `eval'. This improves
10729 turn-around time on simple commands by a factor of three or
10730 greater, such as cd, ls, pwd, etc. -- which get used very often.
10731 It also conserves thousands of cons cells per call (since
10732 `eshell-do-eval' consumes memory like a Cookie Monster set loose
10733 in the Pacific Cookie Company).
10734
10735 * eshell/esh-test.el (eshell-test): Whitespace fix.
10736
10737 * eshell/em-ls.el (eshell-ls-insert-directory):
10738 Make `eshell-ls-initial-args' nil when inserting directory contents.
10739
10740 * eshell/em-script.el (eshell-script-initialize): Add names to
10741 `eshell-complex-commands, since `source' and `.' are complex.
10742
10743 * eshell/esh-cmd.el (eshell-rewrite-for-command)
10744 (eshell-rewrite-while-command): Use `eshell-protect' instead of
10745 `eshell-copy-handles'.
10746 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
10747 bodies.
10748 (eshell-separate-commands): Whitespace fix.
10749 (eshell-complex-commands): Added a new list of names, for
10750 determining whether a given command is as simple as it looks.
10751 (eshell-invoke-directly): New function. Returns t if a command
10752 should be invoked directly (using `eval'), rather than indirectly
10753 using `eshell-do-eval'.
10754 (eshell-do-eval): Whitespace fix.
10755
10756 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
10757 which provides an emulation of the DOS shell behavior of assuming
10758 that cp/mv/ln should copy/move/link to the current directory.
10759 (eshell-remove-entries): Added a doc string.
10760 (eshell-shuffle-files): Removed the check for `target' being null.
10761 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
10762 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
10763 it to do a smarter check of whether a destination was provided.
10764 (eshell/mv, eshell/cp): Enable `:preserve-args'.
10765 (eshell/ln): Enable `:preserve-args', and use
10766 `eshell-mvcpln-template' to implement the body of the function.
10767 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
10768 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
10769 list after flattening it. This makes it possible to cat files
10770 with numerical names.
10771 (eshell-unix-initialize): Added several names to
10772 `eshell-complex-commands.
10773 (eshell-unix-command-complex-p): Return t if a given command name
10774 may result in external processes being invoked.
10775
10776 * eshell/em-glob.el (eshell-glob-show-progress): Make this
10777 variable nil by default, since it slows down glob processing by a
10778 factor of two or more, and increases memory consumption.
10779
10780 * eshell/em-smart.el: Added a note about how memory consumptive
10781 smart display mode can be (at least this is true in Emacs 21).
10782 (eshell-smart-initialize): Whitespace fix.
10783 (eshell-refresh-windows): Use `if' instead of `when'.
10784 (eshell-smart-scroll-window): Calling `save-current-buffer' was
10785 not necessary.
10786 (eshell-currently-handling-window): Added a missing global variable.
10787
10788 * eshell/em-ls.el (eshell-do-ls): Code simplification.
10789 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
10790 Whitespace fix.
10791 (eshell-ls-exclude-hidden): Added this variable in addition to
10792 `eshell-ls-exclude-regexp'. This one prevents files beginning
10793 with . from even being read, which can improve memory consumption
10794 quite a bit.
10795 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
10796 read file entries beginning with a dot. In home directories with
10797 lots of hidden files, fully two-thirds of the time spent in ls is
10798 used to read directory entries that are immediately thrown away.
10799 (eshell-ls-initial-args): Added back this configuration variable,
10800 for specifying default initial arguments to every call to ls.
10801 Much faster than using an alias to do the same thing.
10802 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
10803 (eshell-ls-dir): Whitespace change.
10804
10805 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
10806
10807 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
10808 (eshell-stringify-t): Added a customization variable, to indicate
10809 whether `t' should be rendered as a string at all. If not, one
10810 can still determine if the result of an expression is true using
10811 "file-exists-p FILE && echo true".
10812 (eshell-stringify): If `eshell-stringify-t' is nil, don't
10813 stringify t!
10814
10815 * eshell/esh-module.el: Whitespace fix.
10816
10817 * eshell/em-alias.el (eshell-alias-initialize):
10818 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
10819 (eshell-command-aliased-p): New function that returns t if a
10820 command name names an aliased.
10821
10822 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10823
10824 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
10825 redrawing the screen when changing cursor color.
10826 (viper-insert-state-pre-command-sentinel)
10827 (viper-replace-state-pre-command-sentinel)
10828 (viper-replace-state-post-command-sentinel):
10829 Use viper-preserve-cursor-color.
10830 Many functions changed to use viper= instead of = when comparing
10831 characters.
10832 * viper-util.el (viper-memq-char,viper=): New functions for
10833 working with characters.
10834 (viper-change-cursor-color): Fixed buglet.
10835 Many functions changed to use viper= instead of = when comparing
10836 characters.
10837 * viper.el (viper-insert-state-mode-list): Added eshell.
10838
10839 * ediff-init.el (ediff-before-setup-hook): New hook.
10840 Several typos fixed in various docstrings.
10841 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
10842 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
10843 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
10844 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
10845 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
10846 (ediff-get-selected-buffers): New function.
10847 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
10848 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
10849 Use save-window-excursion.
10850 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
10851 termination check in while loop.
10852 * ediff.el (ediff-get-default-file-name): Better defaults when in
10853 dired buffer.
10854 (ediff-files,ediff-merge-files,ediff-files3)
10855 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
10856
10857 2000-10-28 Dave Love <fx@gnu.org>
10858
10859 * info.el (Info-fontify-node): Add help-echo for menu items.
10860
10861 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
10862
10863 * startup.el (normal-top-level): If the value of $TERM indicates
10864 we are running from xterm or one of its work-alikes, default to a
10865 light background mode.
10866
10867 Support for -fg, -bg, and -rv command-line arguments for TTYs:
10868 * faces.el (tty-handle-reverse-video): New function.
10869 (tty-create-frame-with-faces): Call it.
10870
10871 * frame.el (frame-notice-user-settings): Don't apply
10872 default-frame-alist and initial-frame-alist to MS-DOS frames.
10873 Call tty-handle-reverse-video, frame-set-background-mode, and
10874 face-set-after-frame-default for non-MS-DOS frames.
10875
10876 * startup.el (tty-long-option-alist): New variable.
10877 (tty-handle-args): New function.
10878 (command-line): Call tty-handle-args.
10879
10880 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
10881 startup.el now does that for all character-terminal frames.
10882
10883 2000-10-28 Miles Bader <miles@gnu.org>
10884
10885 * emacs-lisp/easy-mmode.el (define-minor-mode):
10886 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
10887 is global. If :global is followed by a non-nil but non-t value,
10888 make the mode buffer-local, but also generate a `global-MODE'
10889 version using `easy-mmode-define-global-mode'.
10890 Add :conditional-turn-on keyword argument.
10891
10892 2000-10-28 Dave Love <fx@gnu.org>
10893
10894 * international/latin1-disp.el (latin1-char-displayable-p):
10895 Don't use window-system.
10896
10897 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
10898
10899 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10900 Don't call find-buffer-file-type-coding-system. Instead, just
10901 set eol-type to -unix if inhibit-eol-conversion is in effect, or
10902 if the file is on an untranslated filesystem.
10903 (add-untranslated-filesystem): Use "D" instead of "f" inside
10904 interactive.
10905
10906 2000-10-27 Dave Love <fx@gnu.org>
10907
10908 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
10909 (refill-mode): Use it.
10910
10911 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
10912
10913 * international/quail.el (quail-activate): Don't make-local-hook.
10914
10915 2000-10-27 Andre Spiegel <spiegel@gnu.org>
10916
10917 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
10918 manual backups and file.~<rev>.~ for automatic ones.
10919 (vc-make-version-backup): Don't do it on MS-DOS without long file
10920 names.
10921
10922 * vc.el (vc-version-other-window): If an automatic backup of the
10923 desired version exists, rename it instead of copying it.
10924
10925 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
10926 after command. If there's an unexpected error, signal it instead
10927 of being silent.
10928 (vc-cvs-merge-news): Be prepared for no news at all.
10929
10930 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
10931
10932 * shell.el (shell): Add BUFFER argument.
10933 * comint.el (make-comint-in-buffer): New function.
10934 (make-comint): Use it.
10935
10936 * faces.el (face-spec-choose): Change syntax so that the list of
10937 attribute-value pairs is now the cdr of each clause, not the cadr.
10938 Detect old-style entries, and handle them. Use pop.
10939
10940 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
10941
10942 * cus-edit.el (custom-mode-map): Use a sparse map.
10943 (custom-mode): Don't bother with make-local-hook.
10944
10945 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
10946
10947 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
10948
10949 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10950
10951 * ps-print.el: Avoid compilation gripes.
10952 (ps-print-version): New version number (6.2.1).
10953
10954 2000-10-26 Dave Love <fx@gnu.org>
10955
10956 * menu-bar.el: Modify some menu item help strings.
10957 (menu-bar-help-menu): Add link to MORE.STUFF.
10958
10959 * cus-edit.el (custom-mode): Add `special' mode-class property.
10960
10961 * wid-browse.el (widget-browse-mode): Likewise.
10962
10963 * wid-edit.el (widget-specify-field): Revert to using local-map
10964 property, not keymap.
10965
10966 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
10967
10968 * wid-edit.el (widget-field-end): When checking for a `boundary'
10969 field, do so in the correct buffer.
10970
10971 * simple.el (undo): Correctly distinguish between numeric and
10972 non-numeric prefix args in non-transient-mark-mode, as per the doc
10973 string. When in transient-mark-mode, treat all prefix-args as
10974 numeric.
10975
10976 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
10977 Position point on match. Handle N == 0 correctly.
10978
10979 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
10980 (comint-mode-map): Reverse order of `comint-write-output' and
10981 `comint-append-output-to-file'.
10982 (comint-append-output-to-file): Reinstate this function, for the
10983 benefit of the menu.
10984
10985 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
10986
10987 * vc.el (vc-version-other-window): Bind `file'.
10988
10989 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10990
10991 * Makefile.in (update-authors): New target for maintenance purposes.
10992
10993 * emacs-lisp/authors.el (batch-update-authors): New function.
10994 (authors-fixed-entries): New defconst.
10995 (authors-add-fixed-entries): New function.
10996 (authors): Call it.: Don't process lispref/.
10997
10998 2000-10-25 Jason Rumney <jasonr@gnu.org>
10999
11000 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11001 Merge x w32 and mac definitions.
11002
11003 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11004
11005 * menu-bar.el (menu-bar-options-menu): Add a help string for
11006 `uniquify'.
11007
11008 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11009
11010 * time-stamp.el (time-stamp-string-preprocess):
11011 Fix a wrong type argument error.
11012
11013 2000-10-25 Miles Bader <miles@gnu.org>
11014
11015 * recentf.el (recentf-mode): Variable removed.
11016 (recentf-mode): Use `define-minor-mode'.
11017
11018 * mwheel.el (mouse-wheel-mode): New global minor mode.
11019 (mwheel-install): Use `mouse-wheel-mode'.
11020
11021 2000-10-25 Dave Love <fx@gnu.org>
11022
11023 * progmodes/cperl-mode.el (cperl-mode):
11024 Set normal-auto-fill-function correctly.
11025
11026 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11027 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11028 bindings.
11029
11030 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11031
11032 * wid-edit.el (widget-field-at): New function.
11033 (widget-at, widget-field-activate): Use it.
11034 (widget-tabable-at): Use `widget-at'.
11035 (widget-specify-field): If the terminating character of the widget
11036 field (which is read-only) is a newline, put it into a special
11037 `boundary' field so that C-n/C-p act more naturally.
11038 (widget-field-end): Also don't subtract one if a special
11039 `boundary' field has been added after the widget field.
11040
11041 * comint.el (comint-output-filter, comint-send-input):
11042 Don't bother adding stickiness fields to overlays to fool the field
11043 code, since it should notice the overlay insertion-types now.
11044
11045 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11046 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11047 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11048
11049 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11050
11051 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11052 (authors): Set file coding system to iso-2022-7bit.
11053 Add file-local variables to output buffer.
11054
11055 * files.el (after-find-file): Don't print any warnings if
11056 WARN is nil.
11057
11058 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11059
11060 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11061
11062 * delim-col.el: Now there is a column formatting mechanism.
11063 Modified to customization mechanisms convention. Doc fix.
11064 (columns): New group for delim-col.
11065 (delimit-columns-before, delimit-columns-after)
11066 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11067 (delimit-columns-end): New vars.
11068 (delimit-columns-customize, delimit-columns-format): New funs.
11069 (delimit-columns-region, delimit-columns-rectangle)
11070 (delimit-columns-rectangle-line): Modified to support column
11071 formatting.
11072
11073 2000-10-24 Dave Love <fx@gnu.org>
11074
11075 * log-edit.el (log-edit): Add :version and a :group for vc.
11076
11077 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11078
11079 * files.el (after-find-file): Don't print a message ``New file''
11080 if WARN is nil.
11081
11082 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11083 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11084 get duplicate tool-bar entries because we'll see the global ones
11085 on more than one path through keymaps.
11086
11087 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11088
11089 * progmodes/cmacexp.el: Change Francesco's email address.
11090
11091 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11092
11093 * window.el (fit-window-to-buffer): Adjust point of the window
11094 buffer, not that of the current buffer.
11095
11096 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11097
11098 * progmodes/cmacexp.el: Update the euthor's email address.
11099
11100 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11101
11102 * faces.el (face-spec-set-match-display): Add `graphic' display
11103 type (the inverse of `tty'). Use `display-graphic-p' instead of
11104 the window-system variable.
11105
11106 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11107
11108 * international/isearch-x.el (isearch-with-input-method):
11109 Call input-method-function with the first event in
11110 unread-command-events.
11111
11112 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11113
11114 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11115
11116 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11117
11118 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11119 New charsets.
11120
11121 * term/mac-win.el: Remove definitions of mac-roman-lower and
11122 mac-roman-upper, require dired, and define instead of set
11123 mac-ready-for-drag-n-drop to avoid compilation error.
11124
11125 2000-10-23 Andrew Innes <andrewi@gnu.org>
11126
11127 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11128 Remove superfluous calls to subst-char-in-string; instead apply
11129 expand-file-name after convert-standard-filename to ensure
11130 expected directory separators are used.
11131
11132 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11133
11134 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11135
11136 2000-10-23 Dave Love <fx@gnu.org>
11137
11138 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11139 (tool-bar-add-item): Set foreground and background for XBM icons.
11140
11141 * international/latin1-disp.el (latin1-char-displayable-p):
11142 New function (from Handa).
11143 (latin1-display-check-font): Use it.
11144
11145 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11146 using :key-sequence, making it much more usable.
11147 Use nconc, not append.
11148 (imenu--create-keymap-1): Avoid append.
11149
11150 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11151
11152 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11153
11154 [the following changes fix a bug where `define-minor-mode' didn't
11155 correctly generate :require clauses for defcustoms in compiled files]
11156 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11157 (byte-compile-log-file, byte-compile-log-1): Don't set
11158 `byte-compile-current-file' to nil. Instead set
11159 `byte-compile-last-logged-file' to it. Test whether
11160 byte-compile-current-file equals byte-compile-last-logged-file
11161 instead of whether its nil.
11162 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11163
11164 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11165
11166 * textmodes/refill.el: Fix var names in doc.
11167 (refill-mode): Don't bother with make-local-hook anymore.
11168
11169 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11170
11171 * faces.el (face-user-default-spec, face-default-spec): New functions.
11172 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11173 (frame-set-background-mode, face-set-after-frame-default):
11174 Use `face-user-default-spec'. Simplify code slightly.
11175
11176 * woman.el (woman-italic-face, woman-bold-face)
11177 (woman-unknown-face): Add dark-background variants.
11178 (woman-default-faces): Renamed from `woman-colour-faces'.
11179 Set using the stored defaults, rather than using hard-wired colors.
11180 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11181 Just make the foreground `unspecified' rather than "black".
11182 (woman-menu): Rename menu entries accordingly.
11183
11184 * faces.el (header-line): Make more reasonable on mono/grayscale
11185 displays.
11186
11187 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11188
11189 * cus-edit.el (custom-button-face): Use 3D look for mac.
11190 (custom-button-pressed-face): Likewise.
11191
11192 * faces.el (set-face-attributes-from-resources): Handle mac frames
11193 in the same way as x and w32 frames.
11194 (face-valid-attribute-values): Likewise.
11195 (read-face-attribute): Likewise.
11196 (defined-colors): Likewise.
11197 (color-defined-p): Likewise.
11198 (color-values): Likewise.
11199 (display-grayscale-p): Likewise.
11200 (face-set-after-frame-default): Likewise.
11201 (mode-line): Same default face as for x and w32.
11202 (tool-bar): Likewise.
11203
11204 * frame.el: Remove call to frame-notice-user-settings at end of
11205 the file.
11206
11207 * info.el (Info-fontify-node): Make underlines invisible for mac
11208 as for x, pc, and w32 frame types.
11209
11210 * term/mac-win.el: New file.
11211
11212 2000-10-22 Dave Love <fx@gnu.org>
11213
11214 * textmodes/refill.el: New file.
11215
11216 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11217
11218 * vc-hooks.el (vc-version-backup-file-name): New optional args
11219 MANUAL and REGEXP.
11220 (vc-delete-automatic-version-backups, vc-make-version-backup):
11221 New functions.
11222 (vc-before-save): Use the latter.
11223 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11224 confusion.
11225
11226 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11227 expected by vc[-hooks].el.
11228
11229 * vc.el (vc-checkout): Added `-p' suffix in call to
11230 vc-make-version-backups-p; use vc-make-version-backup to actually
11231 make the backup.
11232 (vc-version-other-window, vc-version-backup-file): Handle both
11233 automatic and manual backups.
11234 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11235 of all of them.
11236
11237 2000-10-22 Miles Bader <miles@gnu.org>
11238
11239 * comint.el (comint-highlight-input, comint-highlight-prompt):
11240 Renamed, `-face' at end removed.
11241 (comint-send-input, comint-output-filter): Use renamed faces.
11242
11243 * window.el (fit-window-to-buffer): Change defaulting of
11244 MAX-HEIGHT slightly.
11245
11246 * faces.el (color-values, color-defined-p): Use `member', not
11247 `memq', because it works correctly for strings.
11248 (frame-set-background-mode): Actually, "unspecified-fg" and
11249 "unspecified-bg" *are* strings. Use `member', not `memq', and
11250 `equal', not `eq', when a string value is possible.
11251
11252 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11253
11254 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11255
11256 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11257
11258 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11259 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11260 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11261 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11262 (sh-font-lock-syntactic-keywords): Use them.
11263 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11264 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11265 (sh-mode): Don't override font-lock-unfontify-region-function.
11266 Use a copy of sh-font-lock-syntactic-keywords.
11267 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11268 Don't call sh-scan-buffer since font-lock does it on the fly.
11269 (sh-get-indent-info): Use `face' rather than `syntax-table'
11270 text-property to detect here-documents.
11271 Replace sh-special-syntax with sh-st-punc.
11272 (sh-prev-line): Use `face' rather than `syntax-table'
11273 text-property to skip over here-documents.
11274 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11275 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11276 (sh-electric-less, sh-set-here-doc-region)
11277 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11278 (sh-scan-buffer, sh-rescan-buffer): Remove.
11279
11280 2000-10-21 Andrew Innes <andrewi@gnu.org>
11281
11282 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11283 remote (ange-ftp) file names.
11284
11285 2000-10-21 Miles Bader <miles@gnu.org>
11286
11287 * window.el (fit-window-to-buffer): New function.
11288 (shrink-window-if-larger-than-buffer): Use it.
11289 (window-text-height): Don't expect minibuffers to have mode-lines.
11290
11291 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11292 * international/quail.el (quail-update-guidance):
11293 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11294
11295 * international/quail.el (quail-show-guidance-buf): Make sure
11296 guidance window really has enough room.
11297 (quail-update-guidance): If quail-guidance-win is already shown,
11298 make sure its height is OK.
11299
11300 * window.el (window-text-height, set-window-text-height):
11301 New functions.
11302 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11303 instead of `window-height' & `mode-line-window-height-fudge'.
11304 (mode-line-window-height-fudge): Add FACE parameter.
11305 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11306 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11307
11308 2000-10-20 Miles Bader <miles@gnu.org>
11309
11310 * window.el (height-affecting-face-attributes): Use `defconst'.
11311
11312 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11313 New function, conditionally aliased to `mode-line-window-height-fudge'.
11314 (ispell-help): Use it.
11315 (ispell-choices-win-default-height): Don't include mode-line fudge.
11316 (ispell-choices-win-default-height): New function.
11317 (ispell-show-choices, ispell-command-loop): Use function
11318 `ispell-choices-win-default-height' instead of variable.
11319
11320 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11321
11322 * window.el (mode-line-window-height-fudge): New variable.
11323 (height-affecting-face-attributes): New variable.
11324 (mode-line-window-height-fudge): New function.
11325 (shrink-window-if-larger-than-buffer): Use it.
11326 * help.el (resize-temp-buffer-window): Likewise.
11327
11328 * info.el (Info-fontify-node): Add support for @subsubsection
11329 titles, which use `Info-title-4-face'.
11330 (Info-title-4-face): New face.
11331 (Info-title-3-face): Inherit from Info-title-4-face instead of
11332 variable-pitch.
11333
11334 2000-10-19 Jason Rumney <jasonr@gnu.org>
11335
11336 * dired.el (dired-insert-directory): Do not let errors signalled by
11337 attempt to run dired-free-space-program prevent dired from working.
11338
11339 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11340
11341 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11342
11343 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11344
11345 * dirtrack.el (dirtrack): Fix call to run-hooks.
11346
11347 * cmuscheme.el (cmuscheme-program-name): Renamed from
11348 scheme-program-name because xscheme.el contains a defcustom with
11349 the same name. As a consequence, customizing group `cmuscheme'
11350 loaded `xscheme' which redefined run-scheme.
11351 (run-scheme): Use cmuscheme-program-name.
11352
11353 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11354
11355 * play/doctor.el (doctor-death): Update the Samaritans'
11356 anonymous address, and add a website for Befrienders International.
11357
11358 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11359
11360 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11361 Avoid compilation gripes. Doc fix.
11362 (ps-print-version): New version number (6.2).
11363 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11364 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11365 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11366 (ps-x-extent-priority, ps-x-extent-start-position)
11367 (ps-x-face-font-instance, ps-x-find-coding-system)
11368 (ps-x-font-instance-properties, ps-x-make-color-instance)
11369 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11370 avoid compilation gripes without defining functions.
11371 (ps-e-find-composition): Alias for function find-composition, to have a
11372 suitable function depending on Emacs version.
11373 (ps-color-device, ps-color-values, ps-face-foreground-name)
11374 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11375 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11376 (ps-print-ensure-fontified): Function definitions surrounded by
11377 `eval-and-compile' to avoid compilation gripes.
11378 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11379 by symbol-value to avoid compilation gripes.
11380 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11381 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11382
11383 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11384
11385 * startup.el (normal-top-level): Call `frame-set-background-mode'
11386 after `frame-notice-user-settings' because the latter doesn't call
11387 the former on a tty.
11388
11389 * faces.el (frame-set-background-mode): `unspecified' &c are
11390 symbols, not strings.
11391
11392 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11393
11394 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11395 why some "light*" colors are deliberately absent from the alist.
11396
11397 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11398 Change colors for tty's, as suggested by Miles Bader.
11399
11400 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11401
11402 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11403 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11404 for ISO10646-1 fonts.
11405 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11406
11407 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11408
11409 * faces.el (frame-set-background-mode): If a tty frame defines a
11410 background color, use that to compute the background mode, instead
11411 of always defaulting to "dark".
11412
11413 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11414
11415 * comint.el (comint-write-output): New function.
11416 (comint-mode-map): Add it to the menu.
11417 Bind `C-c C-s' to comint-write-output.
11418
11419 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11420
11421 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11422 Use fancy-splash-delay.
11423
11424 2000-10-18 Alex Schroeder <alex@gnu.org>
11425
11426 * progmodes/sql.el (sql-sybase-options): New option.
11427 (sql-sybase): Use it. Add sql-database to the list of parameters
11428 provided for login. The options -w 2048 -n are not used any more.
11429
11430 * comint.el (comint-read-input-ring): Bugfix such that the first
11431 and the last entry of the input ring file are not lost.
11432
11433 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11434
11435 * ps-print.el: Internal variable changes to defcustom,
11436 make-local-hook changes to defvar. Doc fix.
11437 (ps-print-version): New version number (6.1).
11438 (ps-setup, ps-do-despool): Code fix.
11439 (ps-printer-name): Customization fix.
11440 (ps-printer-name-option): Now is a defcustom instead of an
11441 internal variable.
11442 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11443 (ps-print-begin-column-hook): Now are defvar instead of
11444 make-local-hook.
11445
11446 2000-10-18 Miles Bader <miles@gnu.org>
11447
11448 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11449 (comint-kill-output): Changed into an alias for `comint-delete-output',
11450 and made obsolete.
11451 (comint-mode-map): Rename references to comint-kill-output.
11452
11453 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11454
11455 * diff-mode.el (diff-header-face, diff-file-header-face)
11456 (diff-changed-face): Add bold and italic attributes to tty faces.
11457 (diff-function-face): New face.
11458 (diff-font-lock-keywords): Use it.
11459
11460 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11461
11462 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11463 Remove commented-out call to force-mode-line-update.
11464 (comint-kill-output): Use `forward-line 0' instead of
11465 beginning-of-line to make sure we get past the prompt.
11466
11467 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11468
11469 * diff-mode.el (diff-header-face, diff-file-header-face):
11470 Add specific setting for dark background.
11471 (diff-context-face): Renamed from diff-comment-face.
11472 Set explicitly rather than inheriting from font-lock-comment-face.
11473
11474 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11475
11476 * startup.el (command-line): Move the code which sets the default
11477 TTY colors to before before-init-hook.
11478
11479 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11480
11481 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11482
11483 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11484
11485 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11486 extensions, for MS-DOS.
11487
11488 * diff-mode.el (diff-header-face, diff-file-header-face)
11489 (diff-changed-face): Define tty-specific colors.
11490
11491 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11492
11493 * startup.el (fancy-splash-text): Realign the text.
11494
11495 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11496
11497 * font-lock.el (font-lock-comment-face): Define a separate default
11498 for dark-background tty's.
11499
11500 2000-10-17 Miles Bader <miles@gnu.org>
11501
11502 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11503 being obscured by whizzy mode-lines on graphics displays.
11504
11505 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11506
11507 * info.el (Info-title-1-face, Info-title-2-face)
11508 (Info-title-3-face): Define colors for tty's.
11509 (info-header-node): Remove unneeded tty-specific definition.
11510
11511 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11512
11513 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11514 reverse from the frame parameters, and don't invert foreground and
11515 background colors.
11516
11517 2000-10-16 Miles Bader <miles@gnu.org>
11518
11519 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11520 string "*Info*". Call propertized-buffer-identification to spruce
11521 up the result.
11522
11523 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11524
11525 * help.el: Provide `help' for the sake of define-minor-mode
11526 which generates defcustoms with requires.
11527
11528 * jit-lock.el (jit-lock-after-change): If we're in text that
11529 matches a multi-line font-lock pattern, make sure the whole text
11530 will be redisplayed.
11531
11532 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11533 author's name is unknown.
11534
11535 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11536 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11537 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11538 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11539 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11540 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11541 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11542 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11543 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11544 Add author information.
11545
11546 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11547
11548 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11549 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11550 full-color version (using the Gimp) to eliminate dithering artifacts.
11551
11552 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11553
11554 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11555
11556 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11557
11558 2000-10-15 Dave Love <fx@gnu.org>
11559
11560 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11561
11562 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11563
11564 * whitespace.el: Doc fixes.
11565 (top-level): Don't add hooks here.
11566 (whitespace-running-emacs): Deleted.
11567 (timer): Don't require.
11568 (whitespace): Add back :version conditional on xemacs test.
11569 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11570 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11571 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11572 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11573 Avoid specific xemacs test.
11574 (whitespace-global-mode): New option.
11575 (whitespace-global-mode): New command.
11576 (whitespace-unload-hook): New function.
11577
11578 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11579 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11580 (Info-fontify-node): `Goto' goes to `Go to'.
11581 (Info-fontify-node): Add help-echo to xref links.
11582
11583 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11584
11585 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11586
11587 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11588
11589 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11590 Use plist-get and allow :inherit.
11591
11592 * emacs-lisp/cl-macs.el (cl-do-arglist):
11593 Use plist-get and plist-member instead of memq.
11594
11595 * emacs-lisp/ewoc.el (ewoc-location): New function.
11596 (ewoc-enter-after, ewoc-enter-before): Document return value.
11597 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11598 Don't need make-local-hook any more.
11599 (cvs-addto-collection): Return the new tin.
11600 (cvs-mode-insert): Jump to the new line.
11601
11602 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11603
11604 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11605
11606 * font-lock.el (font-lock-syntactically-fontified): New var.
11607 (font-lock-fontify-syntactic-keywords-region): Use it.
11608 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11609
11610 * diff-mode.el (diff-find-file-name): Fix regexp.
11611
11612 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11613 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11614
11615 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11616 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11617 (sh-mode): Don't make all vars local here.
11618 (sh-kw): Reformat.
11619 (sh-set-shell): Use dolist. Don't set indent-region-function.
11620 (sh-mode-syntax-table): Use pop.
11621 (sh-remember-variable): Use push.
11622 (sh-help-string-for-variable): Use memq.
11623 (sh-safe-backward-sexp): Remove.
11624 (sh-safe-forward-sexp): Add ARG.
11625 (sh-get-indent-info, sh-prev-stmt): Use it.
11626 (sh-prev-line): Simplify by using forward-comment.
11627 (sh-this-is-a-continuation): Simplify.
11628 (sh-learn-buffer-indent): Use dolist.
11629 (sh-do-nothing): Remove.
11630 (sh-set-char-syntax, sh-set-here-doc-region):
11631 Use inhibit-modification-hooks.
11632 (sh-name-style): Use mapcar and push.
11633 (sh-load-style): Use dolist.
11634 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11635 (sh-case, sh-while-getopts): Use propertize directly rather
11636 than sh-electric-rparen.
11637
11638 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11639
11640 * textmodes/tex-mode.el: Require CL when compiling.
11641 (tex-mode-syntax-table): Init immediately.
11642 (tex-mode-map): Bind M-RET to latex-insert-item.
11643 (latex-mode): Set indent-line-function to latex-indent.
11644 (tex-common-initialization): Don't setup the syntax-table any more.
11645 (latex-insert-item): New skeleton.
11646 (tex-next-unmatched-end): Fix copy/paste braino.
11647 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11648 (latex-indent, latex-find-indent): New functions.
11649 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11650 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11651 (tex-compilation-parse-errors): Use with-syntax-table.
11652
11653 2000-10-15 Miles Bader <miles@gnu.org>
11654
11655 * font-lock.el (font-lock-comment-face): Change dark-background,
11656 color, non-tty, default to `chocolate1'.
11657
11658 2000-10-13 John Wiegley <johnw@gnu.org>
11659
11660 * eshell/esh-util.el (require): Added a missing `require' form,
11661 needed when compiling (for an ange-ftp macro definition).
11662
11663 2000-10-13 Dave Love <fx@gnu.org>
11664
11665 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
11666
11667 2000-10-13 Gerd Moellmann <gerd@gnu.org>
11668
11669 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
11670
11671 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
11672 transparent -colors 8).
11673
11674 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
11675
11676 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
11677 that breaks with old list format timestamps.
11678 (time-stamp-warn-inactive, time-stamp-old-format-warn)
11679 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
11680
11681 2000-10-13 John Wiegley <johnw@gnu.org>
11682
11683 * align.el, pcomplete.el, calendar/timeclock.el,
11684 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
11685
11686 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
11687 faulty math, where holiday hours were being computing as seconds.
11688
11689 2000-10-13 John Wiegley <johnw@gnu.org>
11690
11691 * desktop.el (desktop-buffer-modes-to-save): Added a global for
11692 specifying what "other" kinds of buffers should be saved.
11693 This used to be hard-coded.
11694 (desktop-buffer-misc-functions): A global for specifying how
11695 auxiliary data should be determined for special buffer types.
11696 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
11697 instead of hard-coding the special buffer types.
11698 (desktop-save): Run `desktop-buffer-misc-functions' to gather
11699 auxiliary data, instead of hard-coding for Info buffers and dired.
11700 (desktop-buffer-info-misc-data): Aux function for determining Info
11701 buffer auxiliary info.
11702 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
11703 (desktop-buffer-info): Changed this function to use the info
11704 gathered above.
11705 (desktop-create-buffer): Be a little more careful about what
11706 `minor-mode' means before calling it. This is important for some
11707 buffer types.
11708
11709 2000-10-13 John Wiegley <johnw@gnu.org>
11710
11711 * eshell/esh-util.el: Added a global form which declares an
11712 autoload for `parse-time-string', if that function is not already
11713 defined, and if parse-time.el is available on the user's system.
11714
11715 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
11716 to be aware of ange-ftp user info.
11717 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
11718 (eshell-ls-annotate): Use `eshell-file-attributes'.
11719 (eshell-ls-file): Made the user-id printing code a bit smarter.
11720
11721 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
11722 allow identification of alias user ids in remote directories.
11723 It's manual, but there's no other way to know when the current user
11724 on the local machine, is also the owning user on the remote machine.
11725 (fboundp): Bind `ange-cache'.
11726 (eshell-directory-files-and-attributes): Re-organized the logic a
11727 bit to use `eshell-file-attributes' instead of `file-attributes'.
11728 The former is more sensitive to directories that are read via FTP,
11729 and knows how to use ange-ftp to determine full attribute
11730 information, instead of just the name and last modtime.
11731 (eshell-current-ange-uids): Return the current user id when in a
11732 remote directory.
11733 (eshell-parse-ange-ls): Parse a full directory listing that has
11734 been returned by ange-ftp.
11735 (eshell-file-attributes): This beefed up version of
11736 `file-attributes' is only special if the user is currently in a
11737 remote directory, in which case it does a lot of work to find out
11738 what the real attributes of a file are, as they appear on the
11739 remote machine. This makes usage of remote directories (i.e.,
11740 ange-ftp pathnames) much more useful. You can now use Eshell as a
11741 full-fledged FTP client, with much more manipulation ability than
11742 most other clients.
11743
11744 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
11745 variable, which means that Eshell's du should always be preferred
11746 in remote directories.
11747 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
11748 just `file-attributes'.
11749 (eshell-mvcp-template): Bind `ange-cache', to improve performance
11750 when reading remote directories. This is an Eshell-specific
11751 variable (not part of ange-ftp).
11752 (eshell/ln): Bind `ange-cache'.
11753 (eshell/du): Added some extra logic for determining when to use
11754 Eshell's du (which is slow), and when to use the external version
11755 (which may or may not exist).
11756
11757 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11758 Call `eshell-interactive-process', rather than using
11759 `get-buffer-process', since backgrounded processes don't count in
11760 the context of this function's logic.
11761
11762 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
11763 `forward-char', so that null strings are parsed correctly.
11764
11765 2000-09-13 John Wiegley <johnw@gnu.org>
11766
11767 * eshell/em-pred.el (eshell-pred-file-type)
11768 (eshell-pred-file-links, eshell-pred-file-size):
11769 Use `eshell-file-attributes'. This is more correct over ange-ftp.
11770
11771 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
11772 that remote file globbing is more efficient.
11773
11774 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
11775 gathering the files and attributes within a directory.
11776
11777 * eshell/em-unix.el (eshell/cat): If any of the files passed on
11778 the command line is a special file (not a regular file, directory
11779 or symlink), always attempt to call the external version of cat.
11780
11781 2000-09-13 John Wiegley <johnw@gnu.org>
11782
11783 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
11784 Eshell-friendly version of find-tag.
11785
11786 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
11787
11788 * image-file.el (image-file-name-extensions)
11789 (image-file-name-regexps): Add autoload cookies.
11790
11791 2000-10-13 Kenichi Handa <handa@etl.go.jp>
11792
11793 * international/mule-cmds.el (select-safe-coding-system): If FROM
11794 is string, show it in *Warning* buffer.
11795
11796 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11797
11798 * startup.el (normal-top-level): Use display-popup-menus-p instead
11799 of window-system.
11800 (command-line): Use display-graphic-p instead of window-system.
11801 (command-line-1): Use display-popup-menus-p and display-mouse-p
11802 instead of window-system.
11803
11804 2000-10-12 Sam Steingold <sds@gnu.org>
11805
11806 * tooltip.el (tooltip-use-echo-area): New user variable.
11807 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
11808
11809 2000-10-12 Dave Love <fx@gnu.org>
11810
11811 * recentf.el: Maintainer's checkdoc fixes.
11812
11813 * startup.el (normal-top-level-add-subdirs-to-load-path):
11814 Use character class, not ASCII when matching file names.
11815 (fancy-splash-head): Add trailing slash to URL.
11816 (command-line): Don't require XPM support for toolbar.
11817
11818 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
11819 (cperl-invalid-face): Revert last change.
11820 (cperl-init-faces): Quote cperl-invalid-face.
11821
11822 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11823
11824 * startup.el (fancy-splash-text): Remove superfluous quote.
11825
11826 2000-10-12 Gerd Moellmann <gerd@gnu.org>
11827
11828 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
11829 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
11830 (command-line-1): Don't use fancy-splash-pending-command.
11831 (fancy-splash-screens-1): Goto point-min after inserting text.
11832
11833 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
11834
11835 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
11836 instead of shared-lisp-mode-map.
11837
11838 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
11839
11840 * faces.el (header-line): Change tty-variant to use underlining.
11841
11842 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
11843 (isearch-highlight): Restore lazy-isearch face properties at old
11844 position, and suppress them at new position.
11845 (isearch-dehighlight): Restore lazy-isearch face properties.
11846 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
11847 over the real isearch overlay, but in that case, don't give it a
11848 face property. Use `push'.
11849
11850 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11851
11852 * man.el (Man-getpage-in-background): Fix previous change.
11853 Decode the process output only when we are in multibyte mode.
11854
11855 2000-10-11 Dave Love <fx@gnu.org>
11856
11857 * info.el (Info-mode-menu): Fix some help.
11858 (info-tool-bar-map): Add entry for Info-last.
11859
11860 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
11861 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
11862 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
11863 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
11864 * toolbar/search-replace.xpm, toolbar/exit.xpm:
11865 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
11866 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
11867 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
11868 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
11869 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
11870 Reduce colour requirements to 25 overall. (Probably wants
11871 revisiting from the originals to reduce further.)
11872
11873 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
11874
11875 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
11876 buffer-file-coding-system, instead of raw-text.
11877 (dehexlify-buffer): Bind coding-system-for-read to
11878 buffer-file-coding-system, instead of raw-text.
11879
11880 2000-10-11 Sam Steingold <sds@gnu.org>
11881
11882 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
11883 `underline' - fixes the bug introduced on 2000-09-21.
11884
11885 2000-10-11 Dave Love <fx@gnu.org>
11886
11887 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
11888 Avoid compiler warnings.
11889 (scheme-mode): Doc fix.
11890 (scheme-font-lock-keywords-1): Match `define-syntax'.
11891
11892 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
11893
11894 * faces.el (frame-set-background-mode): Pay attention to saved
11895 face specs as well as default ones. Only do anything if the
11896 bg-mode or display-type has actually changed. Use `dolist'.
11897 (region): Make dark-background `region' face less in-your-face.
11898
11899 2000-10-10 Sam Steingold <sds@gnu.org>
11900
11901 * chistory.el, ielm.el, ledit.el:
11902 * progmodes/inf-lisp.el, progmodes/scheme.el:
11903 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
11904
11905 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
11906
11907 * textmodes/texinfo.el: Update copyright and fix typo.
11908
11909 * desktop.el (desktop-modes-not-to-save): New var.
11910 (desktop-save-buffer-p): Use it.
11911 Also, obey desktop-buffers-not-to-save even for non-file buffers.
11912 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
11913
11914 2000-10-10 Dave Love <fx@gnu.org>
11915
11916 * toolbar/tool-bar.el (tool-bar-add-item)
11917 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
11918
11919 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
11920 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
11921 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
11922 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
11923 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
11924 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
11925 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
11926 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
11927 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
11928 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
11929 the .xpms; probably need retouching.
11930
11931 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
11932
11933 * subr.el (add-to-list): Add optional argument APPEND.
11934 * battery.el (display-battery): Use `add-to-list'.
11935
11936 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
11937
11938 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
11939 properties.
11940 (zone, zone-when-idle, zone-leave-me-alone)
11941 (zone-pgm-whack-chars): Use new symbol properties.
11942
11943 * battery.el (display-battery): Doc spelling fix.
11944
11945 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
11946 property.
11947
11948 2000-10-09 Dave Love <fx@gnu.org>
11949
11950 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
11951 has been initialized before calling tool-bar-setup.
11952 (tool-bar-add-item-from-menu): Add autoload cookie.
11953
11954 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
11955
11956 * menu-bar.el (send-mail-item-name): New function.
11957 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
11958 of mail-user-agent in the menu. Don't display the "Send Mail"
11959 item if mail-user-agent is nil or its value is ignore.
11960 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
11961 if read-mail-command is nil or its value is ignore.
11962
11963 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
11964
11965 2000-10-09 Miles Bader <miles@gnu.org>
11966
11967 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
11968 Correct image size.
11969 * toolbar/left_arrow.xpm: Correct image size.
11970
11971 * jka-compr.el: Don't call `jka-compr-install' when loading (it
11972 will be done by the definition of `auto-compression-mode' if
11973 necessary. Move code to uninstall existing file-name handler
11974 before definition of `auto-compression-mode'.
11975
11976 * image-file.el (auto-image-file-mode): Move to the end of the
11977 file, because `define-minor-mode' actually calls the mode-function
11978 if the associated variable is non-nil, which requires that all
11979 needed functions be already defined.
11980
11981 * mouse.el (popup-menu): Balance parens.
11982
11983 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
11984
11985 * mouse.el (popup-menu): Move the command call outside the loop
11986 so that popup-menu returns whatever the command returns.
11987
11988 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
11989 (initialize-new-tags-table): Use run-hook-with-args-until-success.
11990 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
11991 (tags-table-format-functions): Renamed from tags-table-format-hooks.
11992
11993 * vc.el (vc-version-diff): diff-switches can be a list.
11994 Use relative filenames for prettier output.
11995
11996 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
11997 (vc-post-command-functions): Remove old-VC compatibility code.
11998
11999 * newcomment.el (comment-indent-default): Autoload.
12000
12001 * font-lock.el (font-lock-defaults): Make buffer-local.
12002 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12003 (font-lock-choose-keywords):
12004 Ignore LEVEL unless KEYWORDS is a list of syms.
12005 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12006 Don't wrap regexp-opt things in \(...\) unnecessarily.
12007
12008 * jit-lock.el: Don't require font-lock any more.
12009 (jit-lock-functions): Make buffer-local.
12010 (jit-lock-saved-fontify-buffer-function): Remove.
12011 (jit-lock-mode): Remove autoload cookie.
12012 Remove font-lock specific code.
12013 (jit-lock-unregister): Don't bother handling complex hooks any more.
12014 (jit-lock-refontify): New function.
12015 (jit-lock-fontify-buffer): Use it.
12016 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12017 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12018 Add optional args START and END.
12019 Never call font-lock-fontify-region directly.
12020 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12021
12022 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12023
12024 2000-10-08 Dave Love <fx@gnu.org>
12025
12026 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12027
12028 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12029
12030 * play/studly.el (studlify-region, studlify-word): Add autoload
12031 cookie.
12032
12033 * play/morse.el (morse-region, unmorse-region): Add autoload
12034 cookie.
12035
12036 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12037 concat.
12038
12039 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12040 insist on symbols starting with word syntax.
12041 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12042 (eval-defun-1): Doc fix.
12043 (indent-sexp): Use nconc to build up indent-stack.
12044
12045 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12046 Gnus with little use.
12047 (mail-setup-hook): Add mail-abbrevs-setup to options.
12048
12049 * recentf.el: Doc fixes.
12050
12051 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12052 Clean up remainder.
12053
12054 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12055 without timezone and (8) with timezone to enforce some whitespace.
12056 Simplify code somewhat.
12057
12058 * options.el (list-options): Doc that you should use customize.
12059
12060 * iswitchb.el (iswitchb-mode): Add :require.
12061
12062 * info.el (Info-goto-node, Info-menu): Doc fix.
12063 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12064 (info-tool-bar-map): New variable.
12065 (Info-mode): Use it.
12066 (Info-edit-map): Define all in defvar.
12067 (speedbar-attached-frame): Avoid compiler warning.
12068
12069 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12070 (global-map): Bind [tool-bar] to a filtered map.
12071 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12072 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12073 Allow PBM icons.
12074 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12075
12076 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12077 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12078 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12079 icons, except up_arrow, which is left-arrow rotated.
12080
12081 * imenu.el (imenu-add-to-menubar): Fix last change.
12082
12083 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12084
12085 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12086 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12087
12088 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12089
12090 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12091 typos in doc strings.
12092
12093 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12094 the doc strings how to customize Font Lock faces.
12095
12096 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12097 computing growth when dragging the header line.
12098
12099 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12100
12101 * simple.el (kill-line): Doc fix.
12102
12103 2000-10-08 Miles Bader <miles@gnu.org>
12104
12105 * faces.el (secondary-selection): Make foreground visible on tty.
12106
12107 * jka-compr.el (auto-compression-mode): Move to the end of the
12108 file, because `define-minor-mode' actually calls the mode-function
12109 if the associated variable is non-nil, which requires that all
12110 needed functions be already defined.
12111 (with-auto-compression-mode): Add autoload cookie.
12112
12113 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12114
12115 * files.el (find-backup-file-name) [ms-dos]: If support for long
12116 file names is not available, behave as if version-control were set
12117 to never.
12118
12119 2000-10-07 Dave Love <fx@gnu.org>
12120
12121 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12122 (browse-url-gnome-moz): New function.
12123 (browse-url-browser-function): Use it.
12124 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12125
12126 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12127
12128 * indent.el (tab-always-indent): New var.
12129 (indent-for-tab-command): Use it.
12130
12131 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12132 raise an error. This way it can still default to a sane value.
12133
12134 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12135
12136 * startup.el (fancy-splash-screens): Use local rather than global map.
12137 Don't use `update-menu-bindings' any more.
12138 Get rid of assumptions about keymap representation.
12139
12140 2000-10-06 Dave Love <fx@gnu.org>
12141
12142 * textmodes/fill.el (sentence-end-double-space)
12143 (sentence-end-without-period): Doc fix.
12144 (adaptive-fill-regexp): Purecopy.
12145 (unjustify-current-line): Use line-end-position.
12146 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12147
12148 * net/eudc-vars.el (eudc): Add :version, :link.
12149
12150 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12151
12152 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12153 Fix for define-minor-mode.
12154 (function-at-point): Alias to function-called-at-point.
12155
12156 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12157
12158 * simple.el (backward-word): Doc fix.
12159
12160 * image-file.el (image-file-name-regexp): image-file-regexps ->
12161 image-file-name-regexps.
12162 (image-file-name-extensions): Add pbm.
12163
12164 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12165
12166 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12167 and add filename to the names so that diff-mode can jump to source.
12168
12169 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12170 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12171 (tex-font-lock-keywords-1): Remove.
12172 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12173 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12174 (font-lock-default-fontify-region):
12175 Expand beg..end correctly when just following a multiline region.
12176 (font-lock-fontify-anchored-keywords):
12177 Include the anchor text as part of the multiline.
12178
12179 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12180
12181 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12182 latter needs the autoloaded define-minor-mode macro during the
12183 bootstrap.
12184
12185 * startup.el (command-line): For now, activate tool-bar-mode only
12186 if XPM images are supported.
12187
12188 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12189 window by dragging a header-line at the top of the frame; that's
12190 confusing because the header-line doesn't move.
12191 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12192 of treating the event as a list. Some cleanup.
12193
12194 2000-10-06 Miles Bader <miles@gnu.org>
12195
12196 * simple.el (display-message-or-buffer): New function.
12197 (shell-command-on-region): Use `display-message-or-buffer'.
12198
12199 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12200 docstring parts.
12201
12202 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12203 (smbclient-prompt-regexp): Add usage note to doc string.
12204 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12205 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12206 Use add-hook for adding the comint filter function, and only do so
12207 if it's not already in the global hook list.
12208 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12209 to `make-local-variable'.
12210 (nslookup-font-lock-keywords): Remove prompt entry.
12211 (nslookup): Don't set the process-filter.
12212 (finger): Exit the loop correctly when the regexps list runs out.
12213 (ftp, smbclient, smbclient-list-shares):
12214 Set the real major mode immediately, not after execing.
12215 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12216
12217 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12218
12219 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12220
12221 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12222
12223 * which-func.el (which-func-format): Remove spurious space.
12224 (which-func-mode): Don't make it permanent-local.
12225 (which-func-ff-hook): Allow which-func-maxout to be nil.
12226 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12227 (which-func-mode): Simplify.
12228 Use post-command-idle-hook rather than post-command-hook.
12229 Go through all buffers and update their state.
12230 (which-function): Also try add-log-current-defun-function.
12231
12232 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12233 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12234 Update call to with-vc-properties accordingly.
12235 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12236 (vc-revert-buffer): More careful about window selection and deletion.
12237 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12238
12239 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12240 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12241 (cvs-dired-action): Change the default to quickdir.
12242
12243 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12244 if comment-indent-function returns nil.
12245 (comment-indent-default): New function.
12246 (comment-indent-function): Use it and document the new semantics.
12247
12248 * image-file.el: Docstring fixes.
12249
12250 * help.el (help-xref-on-pp): Use match-string.
12251 (describe-variable): New arg BUFFER.
12252 Store the current buffer in the help-xref-stack.
12253 (temp-buffer-resize-mode): Use define-minor-mode.
12254
12255 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12256 consistently with its docstring.
12257 Set jit-lock-first-unfontify-pos in an idempotent way.
12258 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12259
12260 2000-10-05 Alex Schroeder <alex@gnu.org>
12261
12262 * sql.el (sql-mysql-options): New variable.
12263 (sql-mysql): Use it.
12264
12265 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12266
12267 * image.el (image): New group.
12268
12269 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12270 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12271
12272 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12273
12274 * net/net-utils.el (nslookup-font-lock-keywords)
12275 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12276 Ignore the value of wqindow-system; always define keywords
12277
12278 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12279
12280 * startup.el (fancy-splash-screens): Remove the code for
12281 debugging; `(trace-to-stderr "EXITTT\n")'.
12282
12283 2000-10-05 Miles Bader <miles@gnu.org>
12284
12285 * diff-mode.el (diff-goto-source): Update call to
12286 `diff-hunk-status-msg' to reflect new REV variable.
12287
12288 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12289
12290 * progmodes/icon.el (icon-mode):
12291 Don't gratuitously override the default for comment-column.
12292
12293 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12294
12295 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12296 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12297 (jit-lock-functions): New var.
12298 (jit-lock-function-1): Use it if non-nil.
12299 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12300 Set the `fontified' property before doing the fontification to avoid
12301 repeatedly going through the same error.
12302 Don't turn errors into messages.
12303 (jit-lock-register, jit-lock-unregister): New functions.
12304
12305 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12306 Use with-current-buffer.
12307
12308 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12309 Turn comment into docstring.
12310
12311 * apropos.el (apropos-mode): Use define-derived-mode.
12312
12313 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12314
12315 * startup.el (fancy-splash-pending-command): New variable.
12316 (fancy-splash-pre-command): New function.
12317 (fancy-splash-screens): Rewritten.
12318 (command-line-1): If fancy-splash-pending-command is set, call it
12319 interactively.
12320
12321 2000-10-04 Dave Love <fx@gnu.org>
12322
12323 * toolbar/tool-bar.el (tool-bar-setup): New function.
12324 (tool-bar-mode): Use it.
12325
12326 * subr.el (substitute-key-definition): Doc fix.
12327 (play-sound-file): New command.
12328
12329 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12330
12331 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12332 vc-version-backup-file-name): New functions.
12333
12334 * files.el (basic-save-buffer): Call vc-before-save before saving.
12335
12336 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12337 vc-cvs-stay-local-p.
12338
12339 * vc.el (vc-revert-buffer): Handle empty diff properly.
12340 (vc-version-backup-file): New function.
12341 (vc-checkout): Create a version backup if necessary.
12342 (vc-checkin): If a version backup file exists, delete it.
12343 (vc-version-diff): Diff locally using version backups, if available.
12344 (vc-revert-file): If there's a version backup, revert locally.
12345 (vc-transfer-file): Use version backup for base version, if
12346 available. If not, ask for confirmation whether to get it from the
12347 server. Update mode line before check-in.
12348
12349 2000-10-04 Dave Love <fx@gnu.org>
12350
12351 * toolbar/tool-bar.el (tool-bar-setup): New function.
12352 (tool-bar-mode): Use it.
12353
12354 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12355
12356 * net/net-utils.el (nslookup-font-lock-keywords)
12357 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12358 Only set if window-system is non-nil
12359 (net-utils-run-program): Returns buffer.
12360 (network-connection-reconnect): Added this function.
12361
12362 * generic.el:
12363 Incorporates extensive cleanup and docfixes by
12364 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12365 Uses cl compile-time macros.
12366 (generic-mode-name, generic-comment-list)
12367 (generic-keywords-list, generic-font-lock-expressions)
12368 (generic-mode-function-list, generic-mode-syntax-table):
12369 Removed variables.
12370 (generic-mode-alist): Renamed to generic-mode-list.
12371 (generic-find-file-regexp): Default changed to "^#".
12372 (generic-read-type): Uses completing read on generic-mode-list.
12373 (generic-mode-sanity-check): removed this function.
12374 (generic-add-to-auto-mode): Removed this function
12375 (generic-mode-internal): Bind mode-specific definitions
12376 into function instead of putting them in alist.
12377 (generic-mode-set-comments): Reworked extensively.
12378 (generic-mode-find-file-hook): Simplified regexp searching
12379 (generic-make-keywords-list): Omit extra pair of parens
12380
12381 * find-lisp.el (find-lisp-find-files-internal):
12382 Make sure directory name ends with "/".
12383
12384 * generic-x.el (apache-conf-generic-mode):
12385 Regexp now allows leading whitespace.
12386 (rc-generic-mode): Added eval-when-compile
12387 around generic-make-keywords-list.
12388 Deleted duplicate regexp
12389 (rul-generic-mode): Added eval-when-compile
12390 around generic-make-keywords-list.
12391 (etc-fstab-generic-mode): New generic mode.
12392 (rul-generic-mode): Removed one eval-when-compile
12393 which caused a max-specpdl-size exceeded error.
12394
12395 2000-10-04 Miles Bader <miles@gnu.org>
12396
12397 * simple.el (minibuffer-temporary-goal-position): New variable.
12398 (next-history-element): Try to keep the position of point in the
12399 input string constant.
12400
12401 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12402 (dired-do-create-files): If there's only one file, pass it in as
12403 the DEFAULT arg to dired-mark-read-file-name.
12404
12405 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12406
12407 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12408 (diff-goto-source): Be smarter when choosing REVERSE or not.
12409
12410 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12411 (texinfo-mode-menu): Add an explicit shortcut for update all.
12412
12413 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12414
12415 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12416 factorize backend-specific code cleanly (this was essentially
12417 conceived by Stefan Monnier).
12418 (vc-unregister): Function removed.
12419 (vc-revert-file): New function.
12420 (vc-revert-buffer): Delegate some of the work to it.
12421
12422 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12423 default branch unconditionally.
12424 (vc-rcs-set-default-branch): New function.
12425 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12426 (vc-rcs-checkin): If an appropriate default branch has been set,
12427 force creation of that branch.
12428 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12429 code (as suggested by Stefan Monnier).
12430
12431 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12432
12433 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12434 highlighting overlay with a different face over the overlay
12435 isearch uses to highlight the current match because that can lead
12436 to bad face combinations.
12437
12438 * loadup.el (toplevel): Load faces before isearch.
12439
12440 * isearch.el (isearch-faces): New custom group.
12441 (isearch): New defface; was already tested for in the code.
12442 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12443 (isearch-highlight): Always use face `isearch'.
12444
12445 2000-10-02 Dave Love <fx@gnu.org>
12446
12447 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12448 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12449 comparison of opcode with operand.
12450
12451 2000-10-03 Miles Bader <miles@gnu.org>
12452
12453 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12454 buffer, since the echo area will now grow to accommodate them.
12455
12456 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12457
12458 * vc-hooks.el (vc-registered): If FILE used to be registered under
12459 a certain backend, try that one first.
12460
12461 * vc.el (vc-responsible-backend): Undo the previous change in the
12462 argument list. Handle multiple backends correctly.
12463 (vc-find-new-backend): Function removed.
12464 (vc-register): Use vc-responsible-backend, as before.
12465 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12466
12467 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12468
12469 * startup.el (fancy-splash-head): Change message below the
12470 logo.
12471
12472 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12473
12474 * diff-mode.el (diff-goto-source): Emit a status message.
12475 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12476 (diff-test-hunk): Fix doc string.
12477 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12478 (diff-advance-after-apply-hunk): New variable.
12479 (diff-apply-hunk): Don't return a value.
12480
12481 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12482
12483 * vc.el (vc-editable-p): Minor optimization.
12484 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12485 (vc-find-new-backend): New function split from vc-responsible-backend.
12486 (vc-register): Use it.
12487 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12488 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12489 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12490 (vc-clear-headers): Don't use find-file.
12491 (vc-revert-buffer): Use `and' again (must have been a braino).
12492 (vc-switch-backend): Only prompt if requested.
12493 Short circuit if nothing is to be done.
12494 Don't use vc-resynch-buffer which could lose unsaved editing.
12495 (vc-default-receive-file): Update call to vc-unregister.
12496 (with-vc-file, vc-next-action-on-file):
12497 Use vc-backend rather than vc-registered.
12498 (vc-next-action-on-file): Use intern-soft.
12499 Deal with read-only *vc-diff* buffer.
12500 (vc-transfer-file): Docstring fix.
12501
12502 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12503 (vc-rcs-receive-file): Avoid with-vc-properties.
12504 Update call to vc-unregister.
12505 Use constant `RCS' rather than (dynamically bound) var `backend'.
12506
12507 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12508
12509 * vc.el (vc-next-action-on-file): Update mode line only if file
12510 is visited.
12511 (vc-start-entry): New argument initial-contents. Don't visit the file
12512 if it isn't already visited. Brought documentation up-to-date.
12513 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12514 (vc-checkin): New optional arg initial-contents, which is passed to
12515 vc-start-entry.
12516 (vc-finish-logentry): Make sure to bury log buffer only if there
12517 really is one. Call `vc-resynch-buffer' on log-file, not
12518 buffer-file-name.
12519 (vc-default-comment-history, vc-default-wash-log): New functions.
12520 (vc-index-of): Removed.
12521 (vc-transfer-file): Make do without the above.
12522 (vc-default-receive-file): Call comment-history unconditionally. Pass
12523 the resulting string to vc-checkin, instead of inserting it into the
12524 comment ring.
12525
12526 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12527 unconditionally. Use the comments as initial contents of the log
12528 entry buffer. Document the trick to force branch creation with no
12529 changes.
12530
12531 2000-10-01 Miles Bader <miles@gnu.org>
12532
12533 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12534 `recenter' with an arg to prevent redrawing the display.
12535
12536 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12537
12538 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12539
12540 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12541
12542 * progmodes/c-mode.el (c-mode):
12543 Don't gratuitously override the default for comment-column.
12544
12545 * textmodes/tex-mode.el (latex-metasection-list): New var.
12546 (latex-imenu-create-index): Use it.
12547 Move the regexp construction outside loops (and use push).
12548 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12549 (tex-font-lock-keywords): Moved from font-lock.el.
12550 (tex-comment-indent): Remove.
12551 (tex-common-initialization): Don't set comment-indent-function.
12552 (latex-block-default): New var.
12553 (tex-latex-block): Use it to provide a default choice.
12554 Add any unknown choice to latex-block-names.
12555 Insert [...] after {...}.
12556 (tex-last-unended-begin): Simplify regexp.
12557 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12558 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12559 (latex-mode): Set forward-sexp-function.
12560
12561 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12562 Add regexp for @ignore ... @end ignore.
12563 (texinfo-heading-face): New face.
12564 (texinfo-font-lock-keywords): Use it.
12565 (texinfo-mode-menu): New menu.
12566 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12567 New functions.
12568 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12569 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12570 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12571 Remove declaration.
12572 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12573
12574 * delsel.el (delete-selection-mode): Use define-minor-mode.
12575
12576 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12577
12578 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12579
12580 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12581
12582 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12583
12584 * replace.el (keep-lines-read-args): New function.
12585 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12586 read arguments interactively. Add parameters RSTART and REND.
12587 Operate on the active region in Transient Mark mode.
12588
12589 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12590
12591 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12592 (authors-obsolete-files-regexps): New variable.
12593 (authors-add): Don't record changes in obsolete files.
12594
12595 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12596
12597 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12598
12599 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12600 (comment-indent): Make sure there's a space between code and comment.
12601 Shift comments left to avoid going past fill-column.
12602
12603 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12604
12605 * startup.el (startup-echo-area-message): New function.
12606 (display-startup-echo-area-message): Use it.
12607 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12608 (fancy-splash-default-action): New function.
12609 (fancy-splash-screens-1): New function.
12610 (fancy-splash-head): Put a help-echo and a keymap under the image.
12611
12612 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12613
12614 * diff-mode.el (diff-add-log-file-name): Remove.
12615 (diff-mode): Use add-log-buffer-file-name-function.
12616
12617 * add-log.el (find-change-log): New arg BUFFER-FILE.
12618 (add-log-file-name): Obey add-log-file-name-function.
12619 (add-log-buffer-file-name-function): New var.
12620 (add-change-log-entry): Use it.
12621
12622 2000-09-29 Miles Bader <miles@gnu.org>
12623
12624 * image-file.el (image-file-name-extensions): New variable.
12625 (image-file-name-regexps): Renamed from `image-file-regexps'.
12626 New default value is nil. Call `auto-image-file-mode'.
12627 (image-file-name-regexp): New function.
12628 (auto-image-file-mode): New minor mode.
12629 (insert-image-file): Don't make conditional on the image-file
12630 handler being enabled.
12631 (image-file-handler): Make the call here conditional instead.
12632 (set-image-file-handler-enabled, enable-image-file-handler)
12633 (disable-image-file-handler): Functions removed.
12634
12635 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12636 string.
12637
12638 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12639
12640 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12641 it's a function from CL.
12642 (latex-imenu-create-index): Replace eval-when-compile with progn
12643 because latex-section-alist is not bound while compiling.
12644
12645 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12646
12647 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12648 (outline-mode): Use define-derived-mode.
12649
12650 * progmodes/perl-mode.el (perl-mode):
12651 * progmodes/awk-mode.el (awk-mode):
12652 * progmodes/asm-mode.el (asm-mode):
12653 Don't gratuitously override the default for comment-column.
12654
12655 * emacs-lisp/lisp.el (lisp-complete-symbol):
12656 Distinguish the let-binding case from the funcall case.
12657 (forward-sexp-function): New variable.
12658 (forward-sexp): Use it.
12659
12660 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12661 (easy-mmode-defmap): Remove the now useless autoload.
12662
12663 * time.el (display-time-mode): Use define-minor-mode.
12664
12665 * subr.el (add-minor-mode): Don't eval NAME.
12666 Don't depend on the presence of TOGGLE-FUN for any special behavior.
12667 Use if rather than cond.
12668
12669 * simple.el (read-expression-map): Define more properly.
12670 (comment-indent-hook): Remove.
12671 (string-to-syntax): Bug fix.
12672
12673 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
12674 (cvs-ediff-diff): Fix typo.
12675 (cvs-revert-if-needed): Don't bother preserving read-only.
12676
12677 * paren.el (show-paren-mode): Use define-minor-mode.
12678
12679 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
12680 (toggle-auto-compression): Remove.
12681 (jka-compr-build-file-regexp): Remove useless grouping.
12682
12683 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
12684 Avoid user-reserved bindings.
12685 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
12686 (diff-header-face): Revert to grey85.
12687
12688 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
12689
12690 * complete.el (partial-completion-mode) <defcustom>: Remove.
12691 (partial-completion-mode): Use define-minor-mode.
12692 (PC-do-completion): Understand `completion-auto-help = delay'
12693 to mean to popup the completion buffer only the second time.
12694 (PC-include-file-all-completions, PC-include-file-all-completions)
12695 (PC-include-file-all-completions): Don't quote lambda.
12696
12697 * comint.el (comint-mode-hook): Docstring fix.
12698 (comint-mode): Use define-derived-mode.
12699 (comint-mode-map): Remove obsolete comment.
12700 (make-comint): Minor stylistic change.
12701 (comint-insert-clicked-input): Be more careful to find the overlay.
12702 Use this-command-keys rather than hardcoding mouse-2.
12703
12704 * font-lock.el: Replace confusing (,@ with ,
12705 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
12706 Don't use regexp-opt-depth. Spice up the regexp for args.
12707 Don't distinguish between cmds that can take an opt arg or not.
12708 Use `append' and `prepend' rather than `keep'.
12709
12710 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
12711 (latex-outline-regexp): New var.
12712 (latex-outline-level): New fun.
12713 (latex-section-alist): New var.
12714 (latex-imenu-create-index): Use it. Use `push' as well.
12715 (tex-shell-map): Initialize it properly.
12716 (tex-mode): Minor stylistic change.
12717 (plain-tex-mode): Use define-derived-mode.
12718 (latex-mode): Use define-derived-mode.
12719 Construct the paragraph regexps in a more readable way.
12720 Set the buffer-local outline-{level,regexp} vars.
12721 (slitex-mode): Derive from latex-mode.
12722 (tex-common-initialization): Don't kill-all-vars anymore.
12723 Add setting for comment-add and font-lock-defaults.
12724 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
12725 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
12726 (tex-start-tex): New arg DIR (and send a chdir command for it).
12727 Also display the shell buffer and save it in tex-last-buffer-texed.
12728 (tex-region): Use expand-file-name rather than concat.
12729 Remove code made useless by changes in tex-start-tex.
12730 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
12731
12732 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
12733
12734 2000-09-28 Dave Love <fx@gnu.org>
12735
12736 * eshell/eshell.el (eshell) <defgroup>: Add :version.
12737
12738 2000-09-28 Gerd Moellmann <gerd@gnu.org>
12739
12740 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
12741 `append'.
12742
12743 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12744
12745 * info.el (Info-extract-pointer): Undo last change.
12746 Instead, fix the position of the `bound' arg to re-search-backward.
12747
12748 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
12749
12750 * info.el (Info-extract-pointer):
12751 Widen more carefully, to avoid finding pointers in other nodes.
12752 (Info-index): Use push.
12753
12754 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12755
12756 * frame.el (set-frame-font): Remove call to obsolete function
12757 frame-update-faces.
12758 (set-foreground-color, set-background-color): Likewise for
12759 frame-update-face-colors.
12760
12761 2000-09-27 Miles Bader <miles@gnu.org>
12762
12763 * image-file.el: New file.
12764
12765 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12766
12767 * frame.el (frame-notice-user-settings): Don't call
12768 frame-update-faces, which is a no-op now.
12769
12770 * ediff-wind.el (ediff-control-frame-parameters): Add zero
12771 tool-bar-lines.
12772
12773 2000-09-27 Dave Love <fx@gnu.org>
12774
12775 * mouse.el: Fix last change.
12776
12777 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
12778
12779 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
12780
12781 2000-09-22 Kenichi Handa <handa@etl.go.jp>
12782
12783 * international/quail.el (quail-help): The output message is
12784 improved.
12785
12786 2000-09-26 Dave Love <fx@gnu.org>
12787
12788 * mouse.el (popup-menu): If POSITION is nil, set it using
12789 mouse-position.
12790
12791 2000-09-25 Sam Steingold <sds@gnu.org>
12792
12793 * net/browse-url.el (browse-url-file-url): Check for null maps.
12794
12795 2000-09-26 Gerd Moellmann <gerd@gnu.org>
12796
12797 * frame.el (frame-notice-user-settings): Don't add a
12798 tool-bar-lines frame parameter to default-frame-alist in batch mode.
12799
12800 * frame.el (frame-notice-user-settings):
12801 Make tool-bar-mode and default-frame-alist consistent.
12802
12803 * toolbar/tool-bar.el (tool-bar-help): New function.
12804
12805 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12806
12807 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
12808 current-load-list in top-level forms. Else this leaks a cons cell
12809 every time a defun is called.
12810
12811 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
12812
12813 2000-09-25 Dave Love <fx@gnu.org>
12814
12815 * startup.el (fancy-splash-head): Check XPM is available.
12816
12817 * autoinsert.el (auto-insert): Doc fix.
12818 (auto-insert-alist): Following GNU notices, don't say `copyright
12819 _by_'. Use line-beginning-position.
12820 (auto-insert): Check buffer-file-name is non-nil before use.
12821
12822 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12823
12824 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
12825 starting with `@def' or `@multitable', in addition to ones
12826 specified by the user in auto-fill-inhibit-regexp.
12827
12828 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
12829
12830 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
12831 rmail-dont-reply-to-names matches the empty string.
12832
12833 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12834
12835 * startup.el (command-line-1, fancy-splash-text): Change the
12836 text to sound more friendly.
12837
12838 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
12839
12840 * progmodes/hideshow.el: Update author email address.
12841 Generally, sync w/ maintainer version 5.22.
12842 (hs-hide-all-non-comment-function): New var.
12843 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
12844 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
12845 (hs-show-region): Delete this command.
12846 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
12847
12848 2000-09-22 Dave Love <fx@gnu.org>
12849
12850 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
12851 (hl-line-highlight): Specify buffer when moving overlay.
12852
12853 * progmodes/fortran.el (fortran-mode): Locally set
12854 normal-auto-fill-function.
12855 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
12856 (fortran-mode-map): Adjust auto-fill menu entry.
12857
12858 2000-09-22 Gerd Moellmann <gerd@gnu.org>
12859
12860 * vc-rcs.el (toplevel): Require `vc' when compiling.
12861
12862 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
12863
12864 2000-09-22 Andre Spiegel <spiegel@gnu.org>
12865
12866 * vc.el (vc-switch-backend): Signal an error if the file is not
12867 registered under the new backend.
12868
12869 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
12870 without explicit revision number.
12871
12872 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
12873
12874 * diff-mode.el (diff-file-header-face): Reset to its previous value.
12875 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
12876 (diff-xor): New function.
12877 (diff-find-source-location): Use it. Fix a stupid name clash.
12878 (diff-hunk-status-msg): New function.
12879 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
12880 (diff-test-hunk): Use diff-find-source-location.
12881 (diff-goto-source): Favor the `reverse'.
12882 (diff-hunk-text): Properly handle one-sided context diffs.
12883 (diff-apply-hunk): When done, advance to the next hunk.
12884
12885 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12886
12887 * startup.el (command-line): If frame was created with a non-zero
12888 tool-bar-lines parameter, switch tool-bar-mode on.
12889
12890 * add-log.el (change-log-date-face, change-log-name-face)
12891 (change-log-email-face, change-log-file-face)
12892 (change-log-list-face, change-log-conditionals-face)
12893 (change-log-function-face, change-log-acknowledgement-face):
12894 New faces, inheriting from font-lock faces.
12895 (change-log-font-lock-keywords): Use them.
12896
12897 2000-09-21 Dave Love <fx@gnu.org>
12898
12899 * progmodes/cperl-mode.el (top-level): Clean up
12900 `eval-when-compile's and assorted defvars.
12901 (cperl-invalid-face): Don't double-quote value. Change custom
12902 type.
12903 (cperl-mode): Set normal-auto-fill-function and don't zap
12904 auto-fill-function.
12905 (cperl-imenu--function-name-regexp-perl): Renamed from
12906 imenu-example--function-name-regexp-perl.
12907 (cperl-imenu--create-perl-index): Renamed from
12908 imenu-example--create-perl-index.
12909 (cperl-xsub-scan): Don't require cl.
12910
12911 * msb.el (msb-mode-map): Use substitute-key-definition.
12912 (msb-mode): Use msb-mode-map.
12913
12914 2000-09-21 Andre Spiegel <spiegel@gnu.org>
12915
12916 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
12917 New functions.
12918 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
12919 (vc-switch-backend): New function.
12920 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
12921 (vc-register): Fix prompt.
12922 (vc-unregister, vc-default-unregister): New functions.
12923 (vc-version-diff): Handle empty buffer in sentinel.
12924
12925 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
12926 (vc-rcs-state-heuristic): Use it to guess the state of files with
12927 non-strict locking.
12928 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
12929 been set with -b, but not created yet.
12930 (vc-rcs-fetch-master-state): With non-strict locking, compare file
12931 contents in order to find the state.
12932 (vc-rcs-checkin): Allow creation of branches with no changes.
12933 (vc-rcs-unregister, vc-rcs-receive-file)
12934 (vc-rcs-set-non-strict-locking): New functions.
12935
12936 * vc-hooks.el (vc-name): Force correct computation of the value
12937 in case it is missing.
12938
12939 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12940
12941 * startup.el (fancy-splash-tail): Use a different foreground
12942 color on a dark frame background.
12943
12944 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
12945
12946 * info.el: Use the correct capitalization when making Info-mode
12947 and Info-edit-mode `special' modes.
12948
12949 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
12950
12951 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
12952 (diff-mode): Add support for add-log.el.
12953 (diff-hunk-text): Use char offsets rather than line offsets.
12954 (diff-find-source-location): Replace LINE with line-offset (nil
12955 if not found) and always set POS to a meaningful position.
12956 Adapt to the new char-offsets.
12957 (diff-apply-hunk): Drop support for the unused `select' POPUP.
12958 Adapt to the new diff-find-source-location.
12959 (diff-goto-source): Adapt to the new diff-find-source-location.
12960
12961 * add-log.el (add-log-file-name): New function (split out of
12962 add-change-log-entry).
12963 (add-change-log-entry): Use it.
12964 Call add-log-file-name-function with the changelog file name if
12965 the current buffer is not associated with any file.
12966 Avoid find-file if the selected window is dedicated.
12967
12968 * diff-mode.el (diff-find-source-location):
12969 Move code from diff-apply-hunk. Return buffer rather than file.
12970 (diff-apply-hunk): Use the new result from diff-find-source-location.
12971 (diff-goto-source): Use the new diff-find-source-location.
12972
12973 2000-09-20 Dave Love <fx@gnu.org>
12974
12975 * iswitchb.el: Some doc fixes.
12976 (iswitchb-mode-map): Define completely initially. Inherit
12977 minibuffer-local-map.
12978 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
12979 fundamental-mode.
12980 (iswitchb-global-map): New variable.
12981 (iswitchb-summaries-to-end): Amalgamate regexps.
12982 (iswitchb-mode): New.
12983 (iswitchb-mode-hook): New variable.
12984 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
12985 `extensions'.
12986
12987 2000-09-20 Gerd Moellmann <gerd@gnu.org>
12988
12989 * ehelp.el (electric-help): New defgroup.
12990 (electric-help-shrink-window): New user-option.
12991 (with-electric-help): Use it.
12992
12993 * window.el (shrink-window-if-larger-than-buffer): If face
12994 `mode-line' has a :box, and we're on a graphical frame, add 1
12995 to the needed window height.
12996
12997 * frame.el (frame-notice-user-settings): Add a last parameter nil
12998 to a call to `append', because the last list passed to `append' is
12999 not copied, and so subsequent calls to assq-delete-all will modify
13000 default-frame-alist.
13001
13002 * startup.el (fancy-splash-image): Change :type.
13003 (fancy-splash-head): Use an XBM image if appropriate.
13004 (command-line-1): Show splash screens in more cases.
13005
13006 * startup.el (fancy-splash-text): Don't quote faces.
13007
13008 * dired.el (dired-font-lock-keywords): Undo last change.
13009 (dired-readin): Bind indent-tabs-mode to nil.
13010
13011 * startup.el (fancy-splash-head): If frame's background mode
13012 is `dark', change the black background of the image to gray.
13013 (fancy-splash-screens): Display startup echo area message.
13014 (display-startup-echo-area-message): New function.
13015
13016 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13017
13018 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13019
13020 * info.el (info-header-node): Tweak for color ttys.
13021
13022 * faces.el (face-valid-attribute-values): Make sure directories we
13023 search for stipples both exist and are readable before trying to
13024 search them.
13025
13026 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13027 in the dry-run case.
13028
13029 * jka-compr.el (with-auto-compression-mode): New macro.
13030
13031 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13032 (custom-group-tag-face, custom-variable-tag-face): Use relative
13033 :height and inherit from `variable-pitch' face instead of
13034 hardwiring :family.
13035 * hi-lock.el (hi-black-hb): Likewise.
13036
13037 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13038 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13039 toolbar-add-item, if image doesn't have a mask add a `:mask
13040 heuristic'.
13041
13042 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13043
13044 * diff-mode.el: Docstring fixes.
13045 (diff-header-face, diff-comment-face): New faces.
13046 (diff-font-lock-keywords): Highlight a bit differently.
13047 (diff-find-source-location): Don't return SPAN any more.
13048 (diff-hunk-text): Don't bother erasing the temp buffer.
13049 (diff-find-text): Drop argument LINE.
13050 (diff-apply-hunk): Update calls to diff-find-text.
13051 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13052
13053 * calendar/calendar.el: Docstring fixes.
13054 (calendar-make-alist): Don't quote lambda.
13055 (calendar-star-date): Use make-local-variable.
13056
13057 2000-09-19 Dave Love <fx@gnu.org>
13058
13059 * toolbar/tool-bar.el: Renamed from toolbar.el.
13060 Change `toolbar' to `tool-bar' generally in symbols.
13061 Make some items invisible in `special' major modes.
13062 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13063 Add arg PROPS.
13064
13065 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13066 Add :version here.
13067 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13068
13069 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13070
13071 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13072
13073 * files.el (find-file-suppress-same-file-warnings): New user-option.
13074 (find-file-noselect): Use it.
13075
13076 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13077 (fancy-splash-screen): Defgroup.
13078
13079 * add-log.el (change-log-font-lock-keywords): Match names
13080 more exactly for the case that font-lock-constant-face is
13081 underlined.
13082
13083 2000-09-19 Richard M. Stallman <rms@gnu.org>
13084
13085 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13086
13087 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13088
13089 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13090
13091 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13092
13093 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13094 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13095 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13096 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13097 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13098 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13099 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13100 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13101 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13102 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13103 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13104 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13105
13106 * startup.el (fancy-splash-text): New variable.
13107 (fancy-splash-delay, fancy-splash-image): New user-options.
13108 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13109 (fancy-splash-screens): New functions.
13110 (command-line-1): If display has a `display' frame parameter, has
13111 colors, and we have XPM support, show more fancy splash screens.
13112
13113 2000-09-19 Dave Love <fx@gnu.org>
13114
13115 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13116 with null `help'. Use modern backquote syntax.
13117
13118 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13119
13120 * font-lock.el (font-lock-mode): Change message telling the user
13121 that ``the buffer is too big''.
13122
13123 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13124 for instance for the case that tab-width is 2.
13125
13126 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13127
13128 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13129 toolbar-add-item, if image doesn't have a mask add a `:mask
13130 heuristic'.
13131
13132 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13133
13134 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13135 and return a cons if it's non-nil.
13136 (diff-apply-hunk): Try to jump to the line in the source text
13137 corresponding to the position of point in the in the hunk.
13138
13139 * info.el (Info-title-3-face, Info-title-2-face)
13140 (Info-title-1-face): Use face inheritance and relative sizes
13141 instead of hard-wiring things.
13142
13143 * faces.el (secondary-selection): Make dark-background variant sane.
13144
13145 2000-09-16 Andrew Innes <andrewi@gnu.org>
13146
13147 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13148 read-only, since they aren't under VC now.
13149
13150 2000-09-17 Dave Love <fx@gnu.org>
13151
13152 * tmm.el: Replace mapcar with mapc in several places.
13153
13154 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13155 ad-unadvise.
13156
13157 * international/latin1-disp.el: New file.
13158
13159 * calendar/cal-move.el (scroll-calendar-left)
13160 (scroll-calendar-right): Make arg optional (for active mode line).
13161
13162 * calendar/calendar.el (calendar-mode-line-format): Make fields
13163 mouse-sensitive.
13164 (calendar-read-date, calendar-read-date, calendar-window-list):
13165 Unquote lambda.
13166 (calendar-month-name): Use aref, not sref.
13167
13168 * view.el (minor-mode-alist): Propertize the string.
13169
13170 * international/characters.el (standard-case-table): Add entries
13171 for Greek.
13172
13173 2000-09-18 Miles Bader <miles@gnu.org>
13174
13175 * info.el (info-node, info-xref): Add dark-background variants.
13176
13177 * faces.el (header-line): Change defaults to be less confusing
13178 when mixed with mode-lines.
13179
13180 * info.el (Info-fontify-node): Make a few cleanups.
13181 Add extra `help-echo' and `local-map' props to node xrefs.
13182 Use header-specific faces for node-names & xrefs.
13183 (Info-use-header-line): New variable.
13184 (info-header-xref, info-header-node): New faces.
13185 (Info-setup-header-line): New function.
13186 (Info-select-node): Call Info-setup-header-line when enabled.
13187 (Info-extract-pointer): Work even if the header line is hidden.
13188 (Info-header-line): New variable.
13189
13190 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13191
13192 * vms-patch.el (print-region-function): Don't quote lambda.
13193
13194 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13195
13196 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13197 (lm-get-header-re): Allow spaces between the header and the colon.
13198 (lm-header): Allow $ in non-RCS headers.
13199 (lm-header-multiline): Put the strings back into order.
13200 Stop at an empty line. Don't require two space chars if the
13201 line is clearly not another header line.
13202
13203 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13204 (popup-menu-popup): Remove.
13205
13206 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13207
13208 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13209 specification if or if not tool-bar item contains an `:enabled'
13210 property.
13211
13212 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13213 current buffer has no file name.
13214
13215 2000-09-15 Dave Love <fx@gnu.org>
13216
13217 * strokes.el: Sync with maintainer's current version with changes
13218 for Emacs, but avoid runtime cl and levents.
13219 (toplevel): Change autoloads and compilation requires.
13220 (strokes-version, strokes-bug-address, strokes-lift): Values
13221 changed.
13222 (strokes-xpm-header, strokes-insinuated): New variable.
13223 (strokes): Add :link.
13224 (strokes-mode): Customized.
13225 (strokes-while-inhibiting-garbage-collector): New macro.
13226 (strokes-remassoc): Avoid remove-if.
13227 (strokes-fix-button2-command): Don't use ad-do-it.
13228 (strokes-insinuate): New function.
13229 (strokes-button-press-event-p, strokes-button-release-event-p):
13230 New functions, used instead of non-`strokes-' versions..
13231 (strokes-mouse-event-p): Rewritten.
13232 (strokes-event-closest-point): Avoid event-point.
13233 (strokes-get-grid-position): Avoid cdadr, caadr
13234 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13235 functions.
13236 (strokes-help): Use with-output-to-temp-buffer.
13237 (strokes-window-configuration-changed-p): New function.
13238 (strokes-update-window-configuration): Use buffer-live-p,
13239 strokes-window-configuration-changed-p.
13240 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13241 (strokes-char-face): New face.
13242 (strokes-char-table, strokes-base64-chars): New variable.
13243 (strokes-xpm-for-stroke, strokes-list-strokes)
13244 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13245 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13246 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13247 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13248 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13249 functions.
13250
13251 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13252
13253 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13254
13255 * image.el (create-image): Doc fix.
13256
13257 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13258 instead of `:heuristic-mask t'.
13259
13260 2000-09-14 Andrew Innes <andrewi@gnu.org>
13261
13262 * makefile.w32-in: Revert to Unix line endings.
13263
13264 2000-09-14 Andrew Innes <andrewi@gnu.org>
13265
13266 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13267 when installing.
13268
13269 * makefile.nt (DONTCOMPILE): Fix typo.
13270
13271 * shell.el (shell-write-history-on-exit): New function.
13272 (shell-dumb-shell-regexp): New custom variable.
13273 (shell-mode): Make shell-write-history-on-exit the process
13274 sentinel if shell name matches shell-dumb-shell-regexp.
13275
13276 * w32-fns.el: Comment out before-init-hook function which resets
13277 source-directory based; this breaks bootstrap.
13278
13279 2000-09-14 Dave Love <fx@gnu.org>
13280
13281 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13282 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13283 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13284 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13285 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13286 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13287 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13288 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13289 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13290
13291 * toolbar/toolbar.el: New.
13292
13293 * subdirs.el: Add toolbar.
13294
13295 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13296
13297 * indent.el (indent-for-tab-command): Doc fix.
13298
13299 2000-09-14 Alex Schroeder <alex@gnu.org>
13300
13301 * ansi-color.el (ansi-colors): Doc change.
13302 (ansi-color-get-face): Simplified regexp.
13303 (ansi-color-faces-vector): Added more faces, doc change.
13304 (ansi-color-names-vector): Doc change.
13305 (ansi-color-regexp): Simplified regexp.
13306 (ansi-color-parameter-regexp): New regexp.
13307 (ansi-color-filter-apply): Doc change.
13308 (ansi-color-filter-region): Doc change.
13309 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13310 deal with zero length parameters.
13311 (ansi-color-apply-on-region): Doc change.
13312 (ansi-color-map): Doc change.
13313 (ansi-color-map-update): Removed debugging message.
13314 (ansi-color-get-face-1): Added condition-case to trap
13315 args-out-of-range errors.
13316 (ansi-color-get-face): Doc change.
13317 (ansi-color-make-face): Removed.
13318 (ansi-color-for-shell-mode): New option.
13319
13320 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13321
13322 * international/quail.el (quail-start-translation): Translate KEY
13323 if necessary even if it doesn't have any mapping in the current
13324 input method.
13325 (quail-start-conversion): Likewise.
13326 (quail-help): The output message is improved.
13327
13328 2000-09-13 Miles Bader <miles@gnu.org>
13329
13330 * comint.el (comint-output-filter): Revert to using
13331 `insert-before-markers'. Add bletcherous hack to undo damage
13332 caused by `insert-before-markers'. Put `front-sticky' property on
13333 overlays created here so that the field code understands how the
13334 overlay works. Use a let when making comint-last-prompt-overlay,
13335 so that the code is easier to read.
13336
13337 2000-09-13 Dave Love <fx@gnu.org>
13338
13339 * wid-edit.el (widget-default-format-handler): DTRT when
13340 doc-property is a function.
13341
13342 2000-09-12 Francesco Potorti` <pot@gnu.org>
13343
13344 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13345 filed name if it's not there.
13346
13347 2000-09-12 Dave Love <fx@gnu.org>
13348
13349 * simple.el (read-mail-command): Doc fix.
13350 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13351
13352 * vc.el (vc-dired-listing-switches): Fix :version.
13353
13354 * vc-hooks.el: Doc fixes.
13355
13356 * subr.el (add-minor-mode): Use toggle-fun arg.
13357
13358 * speedbar.el: Add :version to several defcustoms.
13359
13360 * imenu.el (imenu--truncate-items, imenu--cleanup)
13361 (imenu--generic-function): Avoid mapcar.
13362 (imenu--replace-spaces): Function removed.
13363 (imenu--completion-buffer): Use subst-char-in-string.
13364 (imenu-add-to-menubar): Use keymap inheritance.
13365
13366 2000-09-12 Miles Bader <miles@gnu.org>
13367
13368 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13369 (diff-mode-map): Bind `diff-test-hunk'.
13370 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13371
13372 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13373
13374 * bytecomp.el (byte-compile-defvar): Undo last change
13375 because it breaks '(make-variable-buffer-local (defvar ...)'
13376 which is used at least in dired.
13377
13378 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13379
13380 * international/quail.el (quail-define-package): Docstring
13381 modified.
13382
13383 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13384
13385 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13386 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13387 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13388 docstring of "chinese-py".
13389
13390 * international/quail.el (quail-translation-docstring): New
13391 variable.
13392 (quail-show-keyboard-layout): Docstring modified.
13393 (quail-select-current): Likewise.
13394 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13395 infinite recursive call.
13396 (quail-help): Check quail-translation-docstring. Format of the
13397 output changed.
13398 (quail-help-insert-keymap-description): Adjusted for the above
13399 change.
13400
13401 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13402
13403 * bytecomp.el (byte-compile-defvar): Only cons onto
13404 current-load-list in top-level forms. Else this leaks a cons cell
13405 every time a defun is called.
13406
13407 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13408
13409 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13410 Now understands non-unified diffs. Some functionality moved into
13411 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13412 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13413 modify anything. Only reposition point in the patched file if the
13414 patch succeeds. Only pop up another window if POPUP is true.
13415 Emit a message describing what happened if successful, and at what
13416 line-offset. Automatically detect reversed hunks and do something
13417 appropriate.
13418 (diff-hunk-text, diff-find-text): New functions.
13419 (diff-filter-lines): Function removed.
13420 (diff-test-hunk): New function.
13421 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13422
13423 2000-09-10 Dave Love <fx@gnu.org>
13424
13425 * textmodes/tildify.el: Minor doc/commentary fixes.
13426 (tildify) <defgroup>: Add :version.
13427
13428 * faces.el (face-x-resources): Make custom type more specific.
13429 (frame-background-mode): Use mapc.
13430 (region) <defcustom>: Add :version.
13431
13432 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13433
13434 * vc-sccs.el (vc-sccs-register):
13435 * vc-rcs.el (vc-rcs-register):
13436 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13437 * vc.el (vc-register): Clear file's properties.
13438
13439 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13440
13441 * faces.el (face-spec-set): Only face-spec-reset-face when
13442 ATTRS is non-nil.
13443
13444 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13445
13446 * help.el (help-insert-xref-button): Fix a typo in doc string.
13447
13448 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13449
13450 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13451 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13452 methods.
13453
13454 * menu-bar.el (read-mail-item-name): New function.
13455 (menu-bar-tools-menu): Use it to compute and display the package
13456 used to read email.
13457 (menu-bar-tools-menu): Fix typo in GUD's help string.
13458
13459 2000-09-07 Dave Love <fx@gnu.org>
13460
13461 * diff-mode.el (diff-mouse-goto-source): New function.
13462
13463 * vc-sccs.el: Doc fixes.
13464 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13465
13466 * vc-rcs.el: Doc fixes.
13467 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13468 (vc-rcs-checkout-switches, vc-rcs-header)
13469 (vc-rcs-master-templates): Add or change :version.
13470
13471 * vc-cvs.el: Doc fixes.
13472 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13473 (vc-cvs-stay-local): Add :version.
13474
13475 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13476
13477 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13478
13479 * international/quail.el (quail-help): Fix previous change.
13480
13481 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13482
13483 * faces.el (color-values): Doc fix.
13484
13485 * faces.el (frame-set-background-mode): Use frame-parameter
13486 instead of frame-parameters.
13487
13488 * frame.el (filtered-frame-list): Reduce consing.
13489 (frames-on-display-list): Call frame-parameter instead of
13490 frame-parameters.
13491
13492 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13493
13494 * language/devan-util.el (devanagari-to-indian-region): In the
13495 loop, change the following char, not preceding char.
13496
13497 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13498
13499 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13500 instead of frame-parameters.
13501
13502 * faces.el (set-face-attribute): Simplify by calling
13503 internal-set-lisp-face-attribute with FRAME being 0.
13504
13505 * vc.el: Remove `Id' version control keyword.
13506
13507 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13508
13509 * help.el (help-make-xrefs): Adjusted for the change of
13510 help-xref-mule-regexp.
13511 (help-insert-xref-button): New function.
13512
13513 * international/mule-cmds.el (help-xref-mule-regexp-template):
13514 Include the pattern for character set.
13515 (leim): New group.
13516
13517 * international/quail.el: Don't require face.
13518 (quail): New group.
13519 (quail-other-command): Dummy command to make quail-help work better.
13520 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13521 (quail-keyboard-layout-substitution): New variable.
13522 (quail-update-keyboard-layout): New function.
13523 (quail-keyboard-layout-type): New customizable variable.
13524 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13525 (quail-keyboard-translate): Pay attention to
13526 quail-keyboard-layout-substitution.
13527 (quail-insert-kbd-layout): New function.
13528 (quail-show-keyboard-layout): New function.
13529 (quail-get-translation): If the definition is a vector of length
13530 1, and the element is a string of length 1, return the character
13531 in that string.
13532 (quail-update-current-translations): Fix the case of
13533 relative-index out of range.
13534 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13535 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13536 Show key sequences for all available characters.
13537 (quail-help-insert-keymap-description): Don't show such verbose
13538 key bindings as quail-self-insert-command.
13539
13540 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13541 Format changed, and each element now have extra documentations.
13542 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13543 Adjusted for the change of quail-cxterm-package-ext-info.
13544
13545 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13546
13547 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13548 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13549 during bootstrap.
13550
13551 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13552
13553 * vc.el: (toplevel): Don't require `dired' at run-time.
13554 (vc-dired-resynch-file): Remove autoload cookie.
13555
13556 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13557
13558 * vc.el: Made several backend functions optional.
13559 (vc-default-responsible-p): New function.
13560 (vc-merge): Use RET for first version to trigger merge-news, not
13561 prefix arg.
13562 (vc-annotate): Handle backends that do not support annotation.
13563 (vc-default-merge-news): Removed. The existence of a merge-news
13564 implementation is now checked on caller sites.
13565
13566 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13567 case.
13568
13569 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13570 special case that has been removed from the default in vc-hooks.el.
13571
13572 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13573
13574 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13575
13576 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13577
13578 * vc-hooks.el: Require vc during compilation.
13579 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13580 macro `with-vc-properties' in vc.el.
13581 (vc-file-getprop): Doc fix.
13582 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13583
13584 * vc.el: Require dired-aux during compilation.
13585 (vc-name-assoc-file): Moved to vc-sccs.el.
13586 (with-vc-properties): New macro.
13587 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13588 vc-finish-steal): Use it.
13589 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13590 to the backend-specific function is now supposed to do the checkout,
13591 too.
13592 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13593
13594 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13595 set file properties; that gets done in the generic code now.
13596
13597 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13598 Changed parameter list, added code from vc.el that does the
13599 checkout, possibly with a double-take.
13600
13601 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13602 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13603 the above under the new name.
13604 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13605 parameter list, added checkout command.
13606 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13607 properties; that gets done in the generic code now.
13608
13609 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13610
13611 * vc.el: Docstring fixes (courtesy of checkdoc).
13612
13613 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13614
13615 * vc.el (vc-checkout-writable-buffer-hook)
13616 (vc-checkout-writable-buffer): Remove.
13617 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13618 (vc-log-mode): Make it into a clean derived major mode.
13619 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13620 vc-log-mode if log-edit is not available.
13621 (vc-dired-mode-map): Don't set-keymap-parent yet.
13622 (vc-dired-mode): Do set-keymap-parent here.
13623 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13624
13625 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13626
13627 * faces.el (set-face-attribute, face-spec-reset-face)
13628 (face-spec-set): Avoid consing by removing calls to `apply'.
13629
13630 * frame.el (frame-parameter): Move to C code.
13631
13632 2000-09-05 Dave Love <fx@gnu.org>
13633
13634 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13635 insert-before-markers-and-inherit. Now checked systematically!
13636
13637 2000-09-05 Alex Schroeder <alex@gnu.org>
13638
13639 * sql.el (sql-postgres): Use sql-postgres-options.
13640 (sql-postgres-options): New variable.
13641
13642 2000-09-05 Alex Schroeder <alex@gnu.org>
13643
13644 * sql.el (sql-mode-menu): Work around missing variable mark-active
13645 in XEmacs.
13646 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13647 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13648 compatibility.
13649
13650 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13651
13652 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13653
13654 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13655
13656 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13657
13658 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13659
13660 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13661 don't support anything else under SCCS yet.
13662
13663 * vc-hooks.el: Minor doc fixes.
13664
13665 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13666
13667 * vc.el (vc-next-action-on-file): Do not visit the file if it's
13668 not necessary. If verbose in state `needs-patch', do the same as
13669 under `up-to-date'. When NOT verbose and `needs-patch', check out
13670 latest version instead of `merge-news'.
13671 (vc-next-action-dired): Don't mess with default-directory here; it
13672 breaks other parts of dired. It is the job of the
13673 backend-specific functions to adjust it temporarily if they need it.
13674 (vc-next-action): Remove a special CVS case.
13675 (vc-clear-headers): New optional arg FILE.
13676 (vc-checkin, vc-checkout): Set properties vc-state and
13677 vc-checkout-time properly.
13678 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
13679 (vc-print-log): Use new backend function `show-log-entry'.
13680 (vc-cancel-version): Do the checks in a different order. Added a
13681 FIXME concerning RCS-only code.
13682
13683 * vc-rcs.el (vc-rcs-show-log-entry): New function.
13684 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
13685
13686 * vc-cvs.el (vc-cvs-show-log-entry): New function.
13687
13688 * vc-hooks.el (vc-default-mode-line-string): Show state
13689 `needs-patch' as a `-' too.
13690
13691 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13692
13693 * vc.el (vc-responsible-backend): New optional arg REGISTER.
13694 (vc-default-could-register): New function.
13695 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
13696 (vc-resynch-buffer): Call vc-dired-resynch-file.
13697 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
13698 vc-resynch-buffer instead of vc-resynch-window.
13699 (vc-next-action-dired): Don't redisplay here, that gets done as a
13700 result of the individual file operations.
13701 (vc-retrieve-snapshot): Corrected prompt order.
13702
13703 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
13704
13705 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
13706 as well.
13707 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
13708 hostname regexps. Updated all callers.
13709 (vc-cvs-responsible-p): Handle directories as well.
13710 (vc-cvs-could-register): New function.
13711 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
13712 properties up-to-date.
13713
13714 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
13715 user whether to create one.
13716
13717 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13718
13719 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
13720 check out a non-existing file.
13721
13722 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
13723 workfile does not exist.
13724
13725 * vc.el (vc-version-diff): Use `require' to check for existence of
13726 diff-mode.
13727
13728 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13729
13730 * vc-cvs.el (vc-cvs-registered): Use new function
13731 vc-cvs-parse-entry to do the actual work.
13732
13733 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13734
13735 * vc-hooks.el (vc-find-backend-function): If function doesn't
13736 exist, return nil instead of error.
13737 (vc-call-backend): Doc fix.
13738
13739 * vc.el (vc-do-command): Doc fix.
13740 (vc-finish-logentry): When checking in from vc-dired, choose the
13741 right backend for logentry check.
13742 (vc-dired-mode-map): Inherit from dired-mode-map.
13743 (vc-dired-mode): Local value of dired-move-to-filename-regexp
13744 simplified.
13745 (vc-dired-state-info): Removed, updated caller.
13746 (vc-default-dired-state-info): Use parentheses instead of hyphens.
13747 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
13748 (vc-dired-listing-switches): New variable.
13749 (vc-directory): Use it, instead of dired-listing-switches.
13750
13751 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
13752 (vc-cvs-dir-state): New function.
13753 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
13754 (vc-cvs-parse-entry): New function, also to be used in
13755 vc-cvs-registered.
13756
13757 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13758
13759 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
13760 *or* single-window-frames.
13761
13762 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13763
13764 * vc.el (vc-update-changelog): Split into generic part and default
13765 implementation. Doc string adapted.
13766 (vc-default-update-changelog): New function. Call the `rcs2log'
13767 script in exec-directory, to fix a long-standing nuisance.
13768
13769 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
13770 simply signals an error.
13771
13772 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13773
13774 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
13775 control-flow more clear and to avoid running `cvs' twice.
13776
13777 * vc.el (vc-next-action-on-file): Doc fix.
13778 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
13779 (vc-print-log): Eval `file' before constructing the continuation.
13780
13781 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13782
13783 * vc.el (vc-next-action-on-file): Corrected several messages.
13784 (vc-merge): Add prefix arg `merge-news'; handle it.
13785
13786 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
13787 is not reached. It is.
13788 (vc-cvs-merge): Set state to 'edited after merge.
13789 (vc-cvs-merge-news): Set workfile version to nil if not known.
13790 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
13791
13792 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
13793 via stdout. (Merge from main line.)
13794
13795 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13796
13797 * vc.el (vc-finish-logentry): Thinko in the "same comment"
13798 detection.
13799
13800 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13801
13802 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
13803 against kill-all-local-variables.
13804 (vc-log-edit): Don't save vc-parent-buffer any more.
13805 (vc-last-comment-match): Initialize to an empty string.
13806 (vc-post-command-functions): New hook.
13807 (vc-do-command): Run it.
13808 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
13809 (vc-finish-logentry): Only add the comment to the ring if it's
13810 different from the last comment entered.
13811 (vc-new-comment-index): New function.
13812 (vc-previous-comment): Use it. Make the minibuffer message
13813 slightly less terse.
13814 (vc-comment-search-reverse): Make it work forward as well. Don't
13815 set vc-comment-ring-index if no match is found. Use
13816 vc-new-comment-index.
13817 (vc-comment-search-forward): Use vc-comment-search-reverse.
13818 (vc-dired-mode-map): Don't inherit from dired-mode-map since
13819 define-derived-mode will do it for us. Bind `v' to a keymap that
13820 inherits from vc-prefix-map so that we can bind `vt' without
13821 binding C-x v t.
13822 (vc-retrieve-snapshot): Parenthesis typo.
13823
13824 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
13825 to 1. Make sure to switch to *vc* before looking for an error
13826 message. Use vc-parse-buffer.
13827
13828 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13829
13830 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
13831 and NAME.
13832 (vc-retrieve-snapshot): Split into two parts.
13833 (vc-default-retrieve-snapshot): New function.
13834
13835 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
13836 (vc-cvs-retrieve-snapshot): New function (untested).
13837 (vc-cvs-stay-local): Default to t.
13838 (vc-cvs-remote-p): New function and property.
13839 (vc-cvs-state): Stay local only if the above is t.
13840 (vc-handle-cvs): Removed.
13841 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
13842 done via vc-handled-backends now.
13843 (vc-cvs-header): Escape Id.
13844
13845 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13846
13847 * vc.el (vc-do-command): Remove unused commands.
13848 (vc-version-diff): Make sure default-directory ends with a slash.
13849 Move the window commands into a vc-exec-after.
13850 (vc-print-log): Move more of the code into the `vc-exec-after'.
13851
13852 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13853
13854 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
13855 (vc-print-log): Search current revision from beginning of buffer.
13856 (vc-revert-buffer): Clear echo area after the diff is finished.
13857 (vc-prefix-map): Removed definition of "t" for terse display in vc
13858 dired.
13859 (vc-dired-mode-map): Inherit from dired-mode-map. Added
13860 definition of "vt" for terse display.
13861 (vc-dired-mode): Fix dired-move-to-filename-regexp.
13862
13863 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13864
13865 * vc.el (vc-exec-after): Avoid caddr.
13866
13867 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13868
13869 * vc.el (vc-exec-after): New function.
13870 (vc-do-command): Use it to add a termination message for async
13871 procs.
13872 (vc-checkout): Try to handle a missing-backend situation.
13873 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
13874 of a directory with a backend using async diffs.
13875 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
13876 present.
13877
13878 * vc-sccs.el (vc-sccs-state-heuristic): Use
13879 file-ownership-preserved-p.
13880
13881 * vc-rcs.el (vc-rcs-state-heuristic): Use
13882 file-ownership-preserved-p.
13883 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
13884
13885 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13886
13887 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
13888 vc-do-command.
13889
13890 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
13891 when there are no changes.
13892
13893 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13894
13895 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
13896
13897 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
13898
13899 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13900
13901 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
13902
13903 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
13904 the `fset' outside of the defvar so that it works even if
13905 vc-prefix-map was already defined.
13906 (vc-setup-buffer): New function, split out of vc-do-command.
13907 (vc-do-command): Allow BUFFER to be t to mean `just use the
13908 current buffer without any fuss'.
13909 (vc-version-diff): Change the `diff' backend operation to just put
13910 the diff in the current buffer without erasing it. Always use
13911 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
13912 shrink-window-if-larger-than-buffer.
13913 (vc-print-log): Change the `print-log' backend operation to just
13914 put the log in the current buffer without erasing it. Protect
13915 shrink-window-if-larger-than-buffer.
13916 (vc-update-change-log): Fix setd typo.
13917
13918 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
13919 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
13920
13921 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
13922 (vc-rcs-diff): Insert in the current buffer and remove unused arg
13923 CMP.
13924
13925 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
13926 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
13927 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
13928
13929 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13930
13931 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
13932 not possible, use vc-BACKEND-workfile-unchanged-p.
13933 (vc-default-workfile-unchanged-p): New function. Delegates to a
13934 full vc-BACKEND-diff.
13935
13936 * vc-hooks.el (vc-simple-command): Removed.
13937
13938 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
13939 instead of vc-simple-command.
13940 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
13941 avoid doing a diff when opening a file.
13942 (vc-rcs-state): Added check for unlocked-changes.
13943 (vc-rcs-header): Escape Id.
13944 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
13945 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
13946 version.
13947
13948 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
13949 (vc-sccs-diff): Remove optional arg CMP.
13950 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
13951 SCCS-specific function.
13952
13953 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
13954 vc-simple-command.
13955
13956 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13957
13958 * vc.el (vc-editable-p): Renamed from vc-writable-p.
13959 (with-vc-file, vc-merge): Use vc-editable-p.
13960 (vc-do-command): Remove unused var vc-file and fix the
13961 doubly-defined `status' var. Add a user message when starting an
13962 async command.
13963 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
13964 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
13965 Use with-current-buffer.
13966 (vc-buffer-sync): Use unless.
13967 (vc-next-action-on-file): If the file is 'edited by read-only,
13968 make it read-write instead of trying to commit.
13969 (vc-version-diff, vc-update-change-log): Use `setq
13970 default-directory' rather than `cd'.
13971 (vc-log-edit): Don't forget to set default-directory in the
13972 buffer.
13973
13974 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
13975 (vc-sccs-state-heuristic): Use file-writable-p instead of
13976 comparing userids.
13977 (vc-sccs-checkout): Use `unless'.
13978
13979 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
13980 of comparing userids.
13981 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
13982 Simplify the logic by eliminating unreachable code.
13983 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
13984 just do a recursive call if we need to retry.
13985 (vc-rcs-checkout): Handle the case where rcs is missing by making
13986 the buffer read-write if requested and re-signalling the error.
13987
13988 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
13989
13990 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13991
13992 * vc-hooks.el (vc-handled-backends): Docstring change.
13993 (vc-ignore-vc-files): Mark obsolete.
13994 (vc-registered): Check vc-ignore-vc-files.
13995 (vc-find-file-hook, vc-file-not-found-hook): Don't check
13996 vc-ignore-vc-files.
13997
13998 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
13999
14000 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14001
14002 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14003 files since ange-ftp already has vc-registered return nil.
14004
14005 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14006 (vc-sccs-workfile-version): Use with-temp-buffer and new
14007 vc-parse-buffer and don't bother setting the property.
14008 (vc-sccs-add-triple): Use with-current-buffer and
14009 find-file-noselect.
14010 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14011
14012 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14013 derives from the old vc-parse-buffer but uses the revision number
14014 rather than the date (much easier to compare robustly).
14015 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14016 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14017 locking-user more directly. Check strict locking and set
14018 checkout-model appropriately.
14019 (vc-rcs-parse-locks): Remove.
14020 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14021 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14022 (vc-rcs-system-release): Use with-current-buffer and
14023 vc-parse-buffer.
14024 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14025
14026 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14027 (vc-simple-command): Docstring fix.
14028 (vc-registered): Align the way the file-handler is called with the
14029 way the function itself works.
14030 (vc-file-owner): Remove.
14031
14032 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14033 extraction of fields and call to file-attributes because of a
14034 temporary bug in rcp.el.
14035 (vc-cvs-fetch-status): Use with-current-buffer.
14036
14037 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14038
14039 * vc.el (vc-do-command): Use file-relative-name.
14040 (vc-responsible-backend): Use vc-backend if possible.
14041 (vc-create-snapshot): Improve the `interactive' spec. Add support
14042 for branches and dispatch to backend-specific `create-snapshot'.
14043 (vc-default-create-snapshot): New function, containing the bulk of
14044 the old vc-create-snapshot.
14045 (vc-retrieve-snapshot): Improve the interactive spec.
14046
14047 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14048 (vc-backend-hook-functions): Remove.
14049 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14050 (vc-backend): Reintroduce the test for `file = nil' now that I
14051 know why it was there (and added a comment to better remember).
14052
14053 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14054 code from vc-sccs-hooks.el.
14055 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14056 'vc anymore.
14057 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14058 and file-directory-p instead of file-exists-p.
14059 (vc-sccs-check-headers): Simplify the regexp.
14060
14061 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14062 from vc-rcs-hooks.el. Don't require 'vc anymore.
14063 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14064 file-directory-p instead of file-exists-p.
14065
14066 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14067 from vc-cvs-hooks.el.
14068 (proto vc-cvs-registered): Require 'vc-cvs instead of
14069 'vc-cvs-hooks. Don't require 'vc anymore.
14070 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14071 file-directory-p instead of file-exists-p.
14072 (vc-cvs-create-snapshot): New function, replacing
14073 vc-cvs-assign-name.
14074 (vc-cvs-assign-name): Remove.
14075
14076 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14077
14078 * vc-cvs.el (vc-cvs-header): New var.
14079
14080 * vc-rcs.el (vc-rcs-exists): Remove.
14081 (vc-rcs-header): New var.
14082
14083 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14084 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14085 (vc-sccs-header): New var.
14086
14087 * vc.el (vc-do-command): Get rid of the `last' argument.
14088 (vc-header-alist): Remove, replaced by vc-X-header.
14089 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14090 (vc-dired-hook): Use expand-file-name instead of concat.
14091 (vc-directory): Use file-name-as-directory.
14092 (vc-snapshot-precondition, vc-create-snapshot)
14093 (vc-retrieve-snapshot): Allow the command to operate on any
14094 directory.
14095
14096 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14097 just removing the 'WORKFILE argument or by removing the 'MASTER
14098 argument and replacing `file' with (vc-name file).
14099
14100 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14101
14102 * vc.el: Update Copyright and add a crude list of backend funs.
14103 (vc-writable-p): New function.
14104 (with-vc-file): Use vc-writable-p.
14105 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14106 (vc-register): Avoid vc-name.
14107 (vc-locking-user): Remove.
14108 (vc-steal-lock): Make the `owner' arg non-optional.
14109 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14110 vc-checkout-model.
14111 (vc-default-dired-state-info): Use vc-state instead of
14112 vc-locking-user and return special strings for special states.
14113 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14114 and get rid of one of the special CVS cases.
14115 (vc-cancel-version): prettify error message with \\[...].
14116 (vc-rename-master): New function.
14117 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14118 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14119 the CVS special case generic.
14120 (vc-default-record-rename): Remove.
14121 (vc-file-tree-walk-internal): Only call FUNC for files that are
14122 under control of some VC backend and replace `concat' with
14123 expand-file-name.
14124 (vc-file-tree-walk): Update docstring.
14125 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14126 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14127
14128 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14129 vc-sccs-record-rename. Use `find-file-noselect' rather than
14130 `find-file' and call `vc-rename-master' to do the actual move.
14131 (vc-sccs-diff): Remove unused `backend' variable.
14132
14133 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14134 to delay loading of vc-sccs until it is really used.
14135 (vc-sccs-master-templates): Preload.
14136 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14137 (vc-sccs-project-dir): Remove (merged into
14138 vc-sccs-search-project-dir).
14139 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14140 rather than `concat', make sure it is preloaded and don't bother
14141 to check that the file actually exists.
14142 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14143 `locks' argument (use buffer's content instead) and eliminate n^2
14144 behavior.
14145
14146 * vc-rcs.el: Update Copyright.
14147 (vc-rcs-rename-file): New function.
14148 (vc-rcs-diff): Remove unused `backend' variable.
14149
14150 * vc-hooks.el: Update Copyright.
14151 (vc-backend): Don't accept a nil argument any more.
14152 (vc-up-to-date-p): Turn into a defsubst.
14153 (vc-possible-master): New function.
14154 (vc-check-master-templates): Use `vc-possible-master' and allow
14155 funs in vc-X-master-templates to return a non-existent file.
14156
14157 * vc-cvs.el: Update Copyright.
14158 (vc-cvs-diff): Remove unused `backend' variable.
14159 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14160
14161 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14162
14163 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14164
14165 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14166 since it can be called from vc-rcs.el.
14167 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14168
14169 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14170
14171 * vc.el (vc-version-diff): Expand file name read from the
14172 minibuffer. Handle the case when a previous version number can't
14173 be guessed. Give suitable messages when there were no differences
14174 found.
14175 (vc-clear-headers): Call backend-specific implementation, if one
14176 exists.
14177 (vc-cancel-version): Made error checks generic. When done, clear
14178 headers generically, too.
14179
14180 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14181 from vc-clear-headers in vc.el.
14182
14183 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14184 correctly.
14185 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14186 optional. Handle the case when it's not there.
14187
14188 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14189
14190 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14191
14192 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14193
14194 * vc-hooks.el (vc-loadup): Remove.
14195 (vc-find-backend-function): Use `require'. Also, handle the case
14196 where vc-BACKEND-hooks.el doesn't exist.
14197 (vc-call-backend): Cleanup.
14198
14199 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14200
14201 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14202 vc-rcs-grab-templates)
14203 (vc-rcs-registered): Remove. The default function works as well.
14204 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14205 vc-sccs-grab-templates)
14206 (vc-sccs-registered): Remove. The default function works as well.
14207
14208 * vc.el (vc-version-diff): Left out a vc- in call to
14209 vc-call-backend.
14210 (vc-default-dired-state-info, vc-default-record-rename)
14211 (vc-default-merge-news): Update for the new backend argument.
14212
14213 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14214 using the default function.
14215 (vc-call-backend): If calling the default function, pass it the
14216 backend as first argument. Update the docstring accordingly.
14217 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14218 for the new backend argument.
14219 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14220 (vc-find-backend-function): Use the new name.
14221 (vc-default-registered): New function.
14222
14223 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14224
14225 * vc.el (vc-merge): Use vc-find-backend-function.
14226
14227 * vc-hooks.el (vc-backend-functions): Remove.
14228 (vc-loadup): Don't setup 'vc-functions.
14229 (vc-find-backend-function): New function.
14230 (vc-call-backend): Use above fun and populate 'vc-functions
14231 lazily.
14232 (vc-backend-defines): Remove.
14233
14234 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14235
14236 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14237 Call vc-call-backend without the leading vc-.
14238 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14239 (vc-check-headers): Call vc-call-backend without the leading vc-.
14240 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14241 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14242 Call vc-call-backend without the leading vc-.
14243
14244 * vc-cvs.el (tail): Provide vc-cvs.
14245 * vc-sccs.el (tail): Provide vc-sccs.
14246 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14247
14248 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14249 (vc-make-backend-function, vc-call): Pass names without leading
14250 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14251 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14252 (vc-call-backend): Always try to load vc-X-hooks.
14253 (vc-registered): Remove vc- in call to vc-call-backend.
14254
14255 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14256
14257 * vc.el (vc-process-filter): New function.
14258 (vc-do-command): Setup `vc-process-filter' for the async process.
14259 (vc-maybe-resolve-conflicts): New function to reduce
14260 code-duplication. Additionally, it puts the buffer in
14261 `smerge-mode' if applicable.
14262 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14263 calling `merge-news'.
14264 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14265 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14266 interfacing to log-edit.el.
14267 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14268 log-edit is available.
14269 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14270
14271 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14272
14273 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14274 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14275 defvar and the initialization.
14276 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14277
14278 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14279 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14280
14281 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14282
14283 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14284
14285 * vc.el (vc-file-clear-masterprops): Removed.
14286 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14287 (vc-version-diff): Use buffer-size without argument.
14288 (vc-register): Heed vc-initial-comment.
14289
14290 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14291 default branch.
14292
14293 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14294 file name and workfile version.
14295 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14296
14297 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14298 vc-file-clear-masterprops.
14299
14300 * vc-sccs.el (vc-sccs-checkout): Removed call to
14301 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14302 rather than user login name.
14303
14304
14305 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14306
14307 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14308 `want-differences-if-changed' and simplify.
14309 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14310 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14311 output (which is invalid for async vc-diff) to decide whether to
14312 do the revert silently or not.
14313
14314 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14315
14316 * vc-hooks.el (vc-loadup): Load files quietly.
14317 (vc-call-backend): Oops, brain fart.
14318
14319 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14320
14321 * vc-cvs.el (vc-cvs-state): Typo.
14322 (vc-cvs-merge-news): Return the status code rather than the error msg.
14323
14324 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14325
14326 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14327 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14328 vc-state or vc-up-to-date-p.
14329 (vc-merge): Use vc-backend-defines to check whether merging is
14330 possible. Set state to 'edited after successful merge.
14331
14332 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14333 return that name. Redocumented.
14334
14335 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14336
14337 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14338 new `vc-state' semantics.
14339 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14340 'vc-locking-user to the current user.
14341 (vc-merge): Inline vc-backend-merge. Comment out code that I
14342 don't understand and hence can't adapt to the new `vc-state' and
14343 `vc-locking-user' semantics.
14344 (vc-backend-merge): Remove.
14345
14346 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14347 rather than 'vc-locking-user.
14348
14349 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14350
14351 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14352 (vc-state): Don't use 'reserved any more. Just use the same
14353 convention as the one used for vc-<backend>-state where the
14354 locking user (as a string) is returned.
14355 (vc-locking-user): Update, based on the above convention. The
14356 'vc-locking-user property has disappeared.
14357 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14358
14359 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14360 with a heuristic one.
14361 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14362 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14363 error. That allows us to get to 'needs-merge even in the
14364 stay-local case. There's still no way to detect 'needs-patch in
14365 such a setup (or to force an update for that matter).
14366 (vc-cvs-logentry-check): Remove, the default works as well.
14367
14368 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14369
14370 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14371
14372 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14373 major-mode in which the buffer might have been put earlier. Use
14374 `remove' and `when'. Allow `okstatus' to be `async' and use
14375 `start-process' in this case.
14376 (vc-version-diff): Handle the case where the diff looks empty
14377 because of the use of an async process.
14378
14379 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14380
14381 * vc.el (vc-next-action-on-file): Removed optional parameter
14382 `simple'. Recompute state unconditionally.
14383 (vc-default-toggle-read-only): Removed.
14384
14385 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14386 (vc-toggle-read-only): Undid prev change.
14387
14388 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14389 vc-cvs-simple-toggle. Redocumented.
14390 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14391 (vc-cvs-toggle-read-only): Removed.
14392
14393 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14394
14395 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14396 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14397 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14398 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14399 still is. So maybe it should be removed.
14400 (vc-head-version, vc-find-binary): Remove.
14401 (vc-recompute-state): Move from vc-hooks.el.
14402 (vc-next-action-on-file): Add a `simple' argument to allow
14403 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14404 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14405 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14406 (vc-dired-mode-map): Properly defvar it.
14407 (vc-print-log): Call log-view-mode if available.
14408 (small-temporary-file-directory): defvar instead of use boundp.
14409 (vc-merge-news): Moved to vc-cvs.el.
14410 (vc-default-merge-news): New function.
14411
14412 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14413 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14414 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14415 unknown `vc-latest-version' function. It should probably refer to
14416 vc-workfile-version or somesuch, but it's very unclear to me and I
14417 don't have SCCS to test things.
14418
14419 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14420 (vc-sccs-state-heuristic): Fix typo.
14421 (vc-sccs-workfile-unchanged-p): Add missing argument.
14422
14423 * vc-rcs.el: Require vc and vc-rcs-hooks.
14424 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14425 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14426 (vc-release-greater-or-equal-p): Move from vc.
14427 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14428 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14429 (vc-rcs-checkout): Add a missing `new-version' argument in the
14430 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14431
14432 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14433 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14434 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14435 than the apparently unbound `workfile-version'.
14436
14437 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14438 (vc-file-prop-obarray): Use `make-vector'.
14439 (vc-backend-functions): Add new hookable functions
14440 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14441 (vc-loadup): If neither backend nor default functions exist, use
14442 the backend function rather than nil.
14443 (vc-call-backend): If the function if not bound yet, try to load
14444 the non-hook file to see if it provides it.
14445 (vc-call): New macro plus use it wherever possible.
14446 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14447 nor `vc-find-binary' since it's only called from
14448 vc-mistrust-permission which is only used once the backend is known.
14449 (vc-checkout-model): Fix parenthesis.
14450 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14451
14452 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14453 (vc-cvs-release, vc-cvs-system-release): Remove.
14454 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14455 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14456 status symbols.
14457 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14458 (vc-cvs-toggle-read-only): First cut at a function to allow a
14459 cvs-status-free vc-toggle-read-only.
14460 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14461 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14462 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14463 (vc-cvs-checkout): Modify access rights directly if the user
14464 requested not to use `cvs edit'. And refresh the mode line.
14465
14466 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14467 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14468
14469 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14470
14471 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14472 workfile' that got lost when the code was extracted from vc.el.
14473 And merged the tail with the rest of the code (not possible in the
14474 old vc.el where the tail was shared among all backends). And
14475 explicitly set the state to 'edited if `writable' is set.
14476
14477 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14478 (vc-cvs-state): Be careful to return the value from
14479 vc-cvs-parse-state.
14480 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14481 property but return it instead. Also be careful to handle a nil
14482 or "" `rev' when workfile is non-nil (it was handled properly when
14483 workfile was nil).
14484
14485 * vc.el: Removed those pesky unnecessary `(function' quotes.
14486 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14487 directly in the defvar.
14488 (vc-do-command): Bind inhibit-read-only so as to properly handle
14489 the case where the destination buffer has been made read-only.
14490 (vc-diff): Delegate to vc-version-diff in all cases.
14491 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14492 (vc-annotate-mode-variables): Removed (code moved partly to
14493 defvars and partly to vc-annotate-add-menu).
14494 (vc-annotate-mode): Turned into a derived-mode.
14495 (vc-annotate-add-menu): Moved in code in
14496 vc-annotate-mode-variables.
14497 (vc-update-change-log): Use make-temp-file if available.
14498
14499 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14500
14501 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14502 `vc-checkout-model' updated to `vc-cvs-update-model'.
14503
14504 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14505
14506 * vc.el (vc-next-action-on-file): Added handling of state
14507 `unlocked-changes'.
14508 (vc-checkout-carefully): Is now practically obsolete, unless the
14509 above is too slow to be enabled unconditionally.
14510 (vc-update-change-log): Fixed typo.
14511
14512 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14513
14514 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14515 Now handles state `unlocked-changes'.
14516 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14517
14518 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14519
14520 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14521 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14522 `unlocked-changes'.
14523 (vc-rcs-workfile-unchanged-p): Renamed from
14524 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14525 function yet, but supposed to become one soon.
14526
14527 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14528 `vc-steal-lock'.
14529 (vc-call-backend): Changed error message.
14530 (vc-state): Added description of state `unlocked-changes'.
14531
14532 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14533
14534 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14535 always return t in CVS-controlled directories.
14536
14537 * vc.el (vc-responsible-backend): New function.
14538 (vc-register): Largely rewritten.
14539 (vc-admin): Removed (implementation moved into vc-register).
14540 (vc-checkin): Redocumented.
14541 (vc-finish-logentry): If no backend defined yet (because we are in
14542 the process of registering), use the responsible backend.
14543
14544 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14545 Updated function lists.
14546 (vc-call-backend): Fixed typo.
14547
14548 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14549 New functions.
14550 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14551 Removed query option. Redocumented.
14552
14553 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14554
14555 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14556
14557 * vc.el: Updated callers of `vc-checkout-required' to use
14558 `vc-checkout-model'.
14559
14560 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14561
14562 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14563 stuff updated to reference this function instead of the old
14564 `vc-backend-release-p'.
14565
14566 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14567
14568 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14569 vc-checkout-model. Return appropriate values. Updated callers.
14570
14571 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14572
14573 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14574 (vc-backend-revert): Function moved into `vc-revert';
14575 `vc-next-action' must be updated to accomodate this change.
14576 (vc-backend-steal): Function moved into `vc-finish-steal'.
14577 (vc-backend-logentry-check): Function moved into
14578 `vc-finish-logentry'.
14579 (vc-backend-printlog): Function moved into `vc-print-log'.
14580 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14581 (vc-backend-assign-name): Function moved into
14582 `vc-create-snapshot'.
14583
14584 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14585
14586 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14587 Rename to vc-checkout-model. Return appropriate values.
14588 Update callers.
14589
14590 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14591 to vc-checkout-model.
14592 (vc-checkout-required): Rename to vc-checkout-model.
14593 Re-implement and re-comment.
14594 (vc-after-save): Use vc-checkout-model.
14595
14596 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14597
14598 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14599 Update to use the vc-BACKEND-diff functions instead.
14600 `vc-diff' is now working.
14601
14602 * vc-rcs.el (vc-rcs-logentry-check): New function.
14603
14604 * vc-cvs.el (vc-cvs-logentry-check): New function.
14605
14606 * vc-sccs.el (vc-sccs-diff): Function changed name from
14607 `vc-backend-diff'. This makes `vc-diff' work.
14608
14609 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14610 of functions possibly implemented in a vc-BACKEND library.
14611 (vc-checkout-required): Fix bug that caused an error to be
14612 signaled during `vc-after-save'.
14613
14614 * vc.el: Fix typo.
14615 This checkin is made with our new VC code base for the very first time.
14616 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14617
14618 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14619 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14620
14621 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14622 updated to `vc-uses-locking'.
14623 (vc-checkout-required): Call to backend function.
14624 `vc-checkout-required' updated to `vc-uses-locking' instead.
14625
14626 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14627 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14628
14629 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14630 to match the split into various backends.
14631 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14632 (vc-retrieve-snapshot): Bug fix.
14633
14634 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14635
14636 * vc-sccs.el (vc-sccs-release): Doc fix.
14637
14638 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14639
14640 * vc.el (vc-next-action-on-file): Bug found and fixed.
14641 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14642 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14643
14644 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14645 (vc-rcs-checkout): Name space cleaned up. No more revision number
14646 crunching function names that are not prefixed with vc-rcs.
14647 (vc-rcs-checkout-model): Function added. References to
14648 `vc-checkout-model' replaced.
14649
14650 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14651
14652 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14653 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14654 still need to be split, and implemented for RCS).
14655
14656 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14657
14658 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14659
14660 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14661 required by the vc.el file.
14662
14663 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
14664 required by the vc.el file.
14665 (vc-rcs-exists): Function added.
14666
14667 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
14668 required by the vc.el file.
14669
14670 * vc.el (vc-admin): Updated to handle selection of appropriate
14671 backend. Current implementation is crufty and need re-thinking.
14672
14673 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
14674
14675 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14676
14677 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
14678 beginning of annotate buffers correctly.
14679
14680 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
14681 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
14682 functionality updated quite a lot to support multiple backends.
14683 Variables `vc-annotate-mode', `vc-annotate-buffers',
14684 `vc-annotate-backend' added.
14685
14686 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
14687 `vc-annotate-difference' added to supported backend functions.
14688
14689 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14690
14691 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
14692 Use with-temp-file instead of /bin/sh. Merged from mainline
14693
14694 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14695
14696 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
14697
14698 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
14699
14700 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
14701
14702 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14703
14704 * vc-hooks.el: vc-state-heuristic added to
14705 vc-backend-hook-functions.
14706
14707 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
14708
14709 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
14710
14711 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
14712 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
14713 state to `reserved'.
14714
14715 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
14716 `vc-checkout-required'. Rename the `locked' state to `reserved'.
14717
14718 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14719
14720 * vc-rcs-hooks.el: Implement new state model. Hardly anything
14721 untouched.
14722
14723 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
14724
14725 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
14726 if defined. (Merged from main line, slightly adapted.)
14727
14728 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
14729 millenium problem (merged from mainline).
14730
14731 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14732
14733 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
14734 part and moved the non-BACKEND stuff to vc.el.
14735
14736 * vc.el: Split the annotate feature into a BACKEND specific part
14737 and moved it from the vc-cvs.el file to this one.
14738
14739 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14740
14741 * vc-hooks.el: Implement new state model.
14742 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
14743 (vc-locking-user): Simplify. Now only needed if the file is
14744 locked by somebody else.
14745 (vc-lock-from-permissions): Remove. Functionality is in
14746 vc-sccs-hooks.el and vc-rcs-hooks.el now.
14747 (vc-mode-line-string): New name for former vc-status. Adapted.
14748 (vc-mode-line): Adapt to use the above. Remove optional parameter.
14749
14750 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
14751 Various simplifications and adaptations all over the place.
14752
14753 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
14754 Simplify and adapt the rest.
14755
14756 * vc.el (vc-resynch-window): Add TODO comment: check for
14757 interaction with view mode according to recent RCS change.
14758 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
14759
14760 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14761
14762 * vc.el: Convert the remaining function comments to docstrings.
14763
14764 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14765
14766 * vc.el (vc-backend-release, vc-release-greater-or-equal)
14767 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
14768 (vc-minor-part, vc-previous-version): Functions that operate and
14769 compare revision numbers got proper documentation. Comments added
14770 about their possible removal.
14771
14772 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14773
14774 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
14775 the vc-backend.el files.
14776
14777 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
14778
14779 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
14780 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
14781 (vc-rcs-previous-version): Functions added.
14782
14783 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
14784
14785 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
14786
14787 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14788
14789 * vc-hooks.el (vc-master-templates): Is really obsolete.
14790 Comment out the definition for now. What is the right procedure
14791 to get rid of it?
14792 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
14793 rewritten.
14794 (vc-default-registered): Remove.
14795 (vc-check-master-templates): New function; does mostly what the
14796 above did before.
14797 (vc-locking-user): Don't rely on the backend to set the property.
14798
14799 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
14800 Rewrite documentation.
14801 (vc-rcs-templates-grabbed): New variable.
14802 (vc-rcs-grab-templates): New function.
14803 (vc-rcs-registered): Rewrite to use above mechanism.
14804
14805 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
14806 Rewrite documentation.
14807 (vc-sccs-templates-grabbed): New variable.
14808 (vc-sccs-grab-templates): New function.
14809 (vc-sccs-registered): Rewrite to use above mechanism.
14810 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
14811 Don't throw the result, simply return it.
14812
14813 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
14814 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
14815 (vc-cvs-registered): Does the check itself now. Simplify.
14816
14817 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
14818 from main line.
14819
14820 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14821
14822 * vc-cvs.el (vc-cvs-diff): New function.
14823
14824 * vc-sccs.el (vc-sccs-diff): New function.
14825
14826 * vc-rcs.el (vc-rcs-diff): New function.
14827 (vc-rcs-checkout): Bug (typo) found and fixed.
14828 (vc-rcs-register-switches): New variable.
14829
14830 * vc.el (vc-backend-diff): Function removed and placed in the
14831 backend files.
14832
14833 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14834
14835 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
14836
14837 * vc.el (vc-backend-checkout): Function removed and replaced in
14838 the vc-backend.el files.
14839
14840 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
14841
14842 * vc.el (vc-backend-admin): Removed and replaced in the
14843 vc-backend.el files.
14844
14845 * vc.el (Martin): Removed all the annotate functionality since it
14846 is CVS backend specific.
14847
14848 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14849
14850 * spec.txt: Added specification of vc-state.
14851
14852 * vc-sccs-hooks.el (vc-sccs-master-properties):
14853 Remove handling of vc-latest-version and
14854 vc-your-latest-version. What used to be vc-latest-version, is now
14855 returned as vc-workfile-version.
14856 (vc-sccs-workfile-version): Adapt.
14857
14858 2000-09-04 Dave Love <fx@gnu.org>
14859
14860 * vc.el: [Merged from mainline.]
14861 (vc-dired-mode): Make the dired-move-to-filename-regexp
14862 regexp match the date, to avoid treating date as file size.
14863 Add YYYY S option to WESTERN/
14864
14865 2000-09-04 Dave Love <fx@gnu.org>
14866
14867 * vc.el: Require `compile' when compiling.
14868 (vc-logentry-check-hook): New option.
14869 (vc-steal-lock): Use compose-mail.
14870 (vc-dired-mode-map): Defvar when compiling.
14871 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
14872 vc-sccs.el and renamed. Callers changed.
14873 (vc-backend-checkout, vc-backend-logentry-check)
14874 (vc-backend-merge-news): Doc fix.
14875 (vc-default-logentry-check): New function.
14876 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
14877 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
14878 (vc-backend-merge): Doc fix. Use backend functions.
14879 (vc-check-headers): Use backend functions.
14880
14881 * vc-cvs.el: Require vc when compiling.
14882 (vc-cvs-register-switches): Doc fix.
14883 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
14884 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
14885 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
14886 New functions (code from vc.el).
14887 (vc-annotate-display-default): Fix interactive spec.
14888 (vc-annotate-time-span): Doc fix.
14889
14890 * vc-rcs.el: Require vc when compiling.
14891 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
14892 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
14893 (vc-rcs-checkin): New functions (code from vc.el).
14894 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
14895 Doc fix.
14896 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
14897
14898 * vc-sccs.el: Require vc when compiling.
14899 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
14900 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
14901 (vc-sccs-revert)
14902 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
14903 from vc.el).
14904 (vc-sccs-add-triple, vc-sccs-record-rename)
14905 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
14906 (vc-sccs-admin): Doc fix.
14907
14908 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14909
14910 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
14911 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
14912 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
14913 from vc.el.
14914
14915 * vc-sccs.el (vc-admin-sccs): Added from vc.el
14916
14917 * vc-cvs.el: Moved the annotate functionality from vc.el.
14918 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
14919
14920 2000-09-04 Dave Love <fx@gnu.org>
14921
14922 * vc.el (vc-backend-release): Call vc-system-release.
14923
14924 * vc-sccs.el (vc-sccs-system-release):
14925 Renamed from vc-sccs-backend-release.
14926
14927 * vc-rcs.el (vc-rcs-system-release):
14928 Renamed from vc-rcs-backend-release.
14929
14930 * vc-cvs.el (vc-cvs-system-release):
14931 Renamed from vc-cvs-backend-release.
14932
14933 2000-09-04 Dave Love <fx@gnu.org>
14934
14935 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
14936 backend files.
14937 (vc-backend-release): Dispatch to backend functions.
14938 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
14939 probably needs attention.]
14940
14941 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
14942 (vc-sccs-backend-release): New function.
14943
14944 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
14945 (vc-cvs-backend-release): New function.
14946
14947 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
14948 Doc fix.
14949 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
14950 (vc-default-dired-state-info): New function.
14951 (vc-dired-state-info): Dispatch to backends.
14952 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
14953
14954 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
14955 from vc.el and renamed.
14956
14957 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14958
14959 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
14960 (vc-version-other-window, vc-backend-assign-name): Removed
14961 references to vc-latest-version; sometimes changed into
14962 vc-workfile-version.
14963
14964 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
14965 vc-rcs-master-workfile-version.
14966 (vc-rcs-workfile-version): Use the above. Don't call
14967 vc-latest-version (that was unreachable code, anyway).
14968 (vc-rcs-fetch-master-properties): Doc fix.
14969
14970 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
14971 (vc-backend-hook-functions): Removed them from this list, too.
14972 (vc-fetch-properties): Removed.
14973 (vc-workfile-version): Doc fix.
14974
14975 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
14976 (vc-rcs-workfile-version, vc-rcs-locking-user)
14977 (vc-rcs-uses-locking): Use it.
14978
14979 * vc-hooks.el (vc-consult-rcs-headers):
14980 Moved into vc-rcs-hooks.el, under the name
14981 vc-rcs-consult-headers.
14982
14983 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
14984 headers.
14985 (vc-cvs-find-master): Use this name only; correct different
14986 versions of the name.
14987
14988 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
14989 New functions.
14990 (vc-sccs-locking-user): Use the latter.
14991
14992 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
14993 New functions.
14994
14995 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
14996 Moved into both
14997 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
14998 functions are implementation details of those two backends.
14999
15000 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15001
15002 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15003 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15004
15005 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15006 (vc-sccs-parse-locks): SCCS-specific code moved here from
15007 vc-hooks.
15008
15009 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15010 code moved here from vc-hooks.
15011
15012 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15013 into back-end specific parts and removed. Callers not updated
15014 yet; because I guess these callers will disappear into back-end
15015 specific files anyway.
15016
15017 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15018
15019 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15020 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15021 `vc-uses-locking'.
15022
15023 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15024 Store yes/no in the property, and return t/nil. Updated all
15025 callers.
15026
15027 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15028 vc-sccs-uses-locking. Don't set property.
15029 (vc-sccs-locking-user): Don't set property.
15030
15031 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15032 vc-cvs-uses-locking. Don't set property here; leave that to
15033 vc-hooks.
15034 (vc-cvs-locking-user): Reflect above change. Streamlined.
15035
15036 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15037 vc-rcs-uses-locking.
15038 (vc-rcs-locking-user): Reflect above change.
15039
15040 2000-09-04 Dave Love <fx@gnu.org>
15041
15042 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15043
15044 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15045
15046 * vc-hooks.el (vc-checkout-model): Punt to backends.
15047
15048 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15049
15050 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15051
15052 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15053 New functions.
15054
15055 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15056 New functions.
15057
15058 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15059 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15060
15061 * vc-hooks.el (vc-default-locking-user): New function.
15062 (vc-locking-user, vc-workfile-version): Punt to backends.
15063
15064 2000-09-04 Dave Love <fx@gnu.org>
15065
15066 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15067 (vc-master-workfile-version): Moved from vc-hooks.
15068
15069 * vc-rcs-hooks.el: Fix duplicate code in last change.
15070
15071 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15072 (vc-rcs-master-templates): Improve :type.
15073 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15074 vc-master-workfile-version): Moved from vc-hooks.
15075
15076 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15077 (vc-sccs-master-templates): Improve :type.
15078 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15079
15080 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15081
15082 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15083 (vc-cvs-master-templates): Improve :type. Use
15084 vc-cvs-find-cvs-master.
15085 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15086 from vc-hooks.
15087 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15088
15089 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15090 Moved to vc-cvs-hooks.
15091
15092 * vc-hooks.el: Add doc strings in various places. Simplify the
15093 minor mode setup.
15094 (vc-handled-backends): New user variable.
15095 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15096 simplification.
15097
15098 2000-09-04 Dave Love <fx@gnu.org>
15099
15100 * vc.el: Some doc fixes for autoloaded and interactive functions.
15101 Fix compilation warnings from ediff stuff.
15102 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15103
15104 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15105
15106 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15107
15108 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15109
15110 2000-09-04 Dave Love <fx@gnu.org>
15111
15112 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15113 New variable.
15114 (vc-make-backend-function, vc-loadup, vc-call-backend)
15115 (vc-backend-defines): New functions.
15116
15117 * vc-hooks.el: Various doc fixes.
15118 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15119 (vc-match-substring): Function removed. Callers changed to use
15120 match-string.
15121 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15122 Simplify.
15123
15124 2000-09-04 Dave Love <fx@gnu.org>
15125
15126 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15127 type.
15128 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15129 (vc-sccs-registered): Doc fix.
15130
15131 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15132 (vc-cvs-registered): Doc fix.
15133
15134 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15135 (vc-rcs-registered): Doc fix.
15136
15137 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15138
15139 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15140
15141 * vc-hooks.el: vc-registered has been renamed
15142 vc-default-registered. Some functions have been moved to the
15143 backend specific files. they all support the
15144 vc-BACKEND-registered functions.
15145
15146 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15147
15148 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15149
15150 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15151
15152 2000-09-04 Dave Love <fx@gnu.org>
15153
15154 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15155 menu-bar-update-hook.
15156
15157 * help.el (help-manyarg-func-alist): Add
15158 find-operation-coding-system.
15159
15160 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15161
15162 * custom.el (custom-set-variables): Print message about errors in
15163 setting.
15164
15165 2000-09-03 Andrew Innes <andrewi@gnu.org>
15166
15167 * makefile.w32-in: Change to DOS line endings.
15168
15169 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15170
15171 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15172 minor-mode keymaps, if they don't have one.
15173
15174 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15175
15176 * eshell/esh-module.el (eval-when-compile): Don't lose if
15177 esh-module.el's file name is truncated to DOS 8+3 limits.
15178
15179 2000-09-01 John Wiegley <johnw@gnu.org>
15180
15181 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15182 predicate, which caused entries in the completion list to be
15183 doubled.
15184
15185 2000-08-30 John Wiegley <johnw@gnu.org>
15186
15187 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15188 sending to subprocesses. Also, hook pre-command-hook if
15189 `eshell-send-direct-to-subprocesses' is non-nil.
15190 (eshell-send-direct-to-subprocesses): New config variable. If t,
15191 subprocess input is send immediately.
15192 (eshell-toggle-direct-send): New function.
15193 (eshell-self-insert-command): New function.
15194 (eshell-intercept-commands): New function.
15195 (eshell-send-input): If direct subprocess sending is enabled,
15196 don't echo any input to the Eshell buffer. Let the subprocess
15197 handle that. This requires "stty echo" in bash, for example.
15198
15199 2000-08-28 John Wiegley <johnw@gnu.org>
15200
15201 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15202 completion function for Eshell's implementation of `unset'.
15203
15204 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15205
15206 * info.el (Info-directory-list): Doc fix.
15207
15208 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15209
15210 * filecache.el (file-cache-add-directory-using-find): Don't quote
15211 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15212
15213 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15214
15215 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15216 coding systems.
15217
15218 2000-08-30 Andrew Innes <andrewi@gnu.org>
15219
15220 * timer.el (run-with-idle-timer): Undo last change, so that timer
15221 is not activated immediately if Emacs is already idle. Some
15222 existing code relies on this behaviour.
15223
15224 2000-08-30 Miles Bader <miles@gnu.org>
15225
15226 * frame.el (set-frame-font): Do completion of font-name for
15227 interactive use.
15228
15229 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15230
15231 * international/quail.el (quail-start-translation): Bind locally
15232 last-command-event, last-command, and this-command.
15233 (quail-start-conversion): Likewise.
15234 (quail-self-insert-command): Fix docstring.
15235
15236 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15237
15238 * progmodes/executable.el
15239 (executable-make-buffer-file-executable-if-script-p): Check that
15240 buffer contains at least 2 characters.
15241
15242 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15243
15244 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15245
15246 2000-08-29 Dave Love <fx@gnu.org>
15247
15248 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15249 (diff-mode-shared-map): Bind mouse-2.
15250 (diff-imenu-generic-expression): New variable.
15251 (diff-mode): Use it.
15252
15253 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15254 (mouse-popup-menubar): Add minor mode menus.
15255 (popup-menu): Check for lookup-key returning number.
15256
15257 2000-08-29 Miles Bader <miles@gnu.org>
15258
15259 * comint.el (comint-send-input): Create overlays using the proper
15260 front/read-advance arguments.
15261
15262 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15263
15264 * ps-print.el: Even/odd pages printing. Doc fix.
15265 (ps-print-version): New version number (6.0).
15266 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15267 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15268 (ps-print-duplex-feature): Variable eliminated.
15269 (ps-even-or-odd-pages): New variable.
15270
15271 * progmodes/ebnf2ps.el: Doc fix.
15272 (ebnf-version): New version (3.3).
15273 (ebnf-user-arrow): Change variable customization to sexp.
15274 (ebnf-user-arrow): Function eliminated.
15275 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15276
15277 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15278
15279 * help.el (help-xref-mule-regexp): New variable.
15280 (help-make-xrefs): Handle help-xref-mule-regexp.
15281
15282 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15283 variable.
15284 (describe-input-method): Temporarily activate the specfied input
15285 method to display the information.
15286 (describe-language-environment): Hyperlinks to mule related items.
15287
15288 * international/mule-diag.el (charset-multibyte-form-string): New
15289 function.
15290 (list-character-sets-1): Use charset-multibyte-form-string.
15291 (describe-character-set): New function.
15292 (describe-coding-system): Hyperlinks to safe character sets.
15293
15294 * international/quail.el (quail-help): New arg PACKAGE.
15295 Hyperlinks to mule related items.
15296 (quail-help-insert-keymap-description): Use
15297 substitute-command-keys instead of describe-bindings.
15298 (quail-translation-help): Hyperlinks to mule related items.
15299
15300 2000-08-28 John Wiegley <johnw@gnu.org>
15301
15302 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15303 have a defsubst call itself. Made `eshell-flatten-list' back into
15304 a function again.
15305
15306 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15307 catch, in case re-centering point at bottom messes up the display.
15308 This happens frequently in Emacs 21, due I believe to variable
15309 line heights.
15310
15311 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15312 to call `find-tag-interactive'.
15313
15314 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15315 the list of remember directories.
15316
15317 2000-08-28 John Wiegley <johnw@gnu.org>
15318
15319 * align.el: Test align-region-separate to see if it's a symbol.
15320
15321 2000-08-28 John Wiegley <johnw@gnu.org>
15322
15323 * eshell/esh-util.el (eshell-flatten-list): Made this function
15324 into a defsubst form. It gets used very frequently, although
15325 calls don't occur all that often.
15326
15327 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15328 examining it.
15329
15330 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15331 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15332 `eshell-protect'.
15333 (eshell-copy-handles): Created a new macro for duplicating the
15334 current set of open handles. This is needed by the looping
15335 functions.
15336 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15337 is not incorrectly stomped on.
15338
15339 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15340 declaration for pcomplete-use-paring.
15341 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15342 value of eshell-cmpl-use-paring.
15343 * pcomplete.el (pcomplete-use-paring): New config variable, to
15344 indicate whether paring should be used.
15345 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15346 completion alternatives that have already been used.
15347
15348 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15349 bound to C-c C-y, which will repeat the previous N arguments
15350 (based on prefix argument).
15351 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15352
15353 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15354 if there is no *Help* buffer. This is for XEmacs, which renames
15355 its help buffers uniquely. TODO: Find out what the current buffer
15356 name to delete is.
15357
15358 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15359 first entry that correlates to a passwd/group number. Later
15360 entries (used for group/user name aliasing to multiple IDs) are
15361 ignored.
15362
15363 * eshell/em-xtra.el (eshell/expr):
15364 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15365 (eshell-grep, eshell/diff, eshell/locate):
15366 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15367 argument list, before passing it to the system command.
15368
15369 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15370 `find-tag' for use at final position in Eshell buffers (which
15371 otherwise triggers an error on Emacs 21).
15372 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15373 buffer, if it is currently bound to `find-tag'.
15374
15375 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15376 in the list of matched Makefile names.
15377 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15378 directory, prefer its contents to Makefile.
15379
15380 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15381 directory parts (like "cd old new", or "cd =regexp"), are now case
15382 sensitive on non-Windows/DOS platforms.
15383
15384 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15385 types RET after an open delimiter (like "), display a message
15386 indicating that Eshell is waiting for the closing delimiter.
15387
15388 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15389 environment variables.
15390
15391 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15392 gracefully if the user enters incorrect arguments.
15393
15394 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15395 Eshell buffers.
15396
15397 * eshell/esh-var.el (eshell-interpolate-variable):
15398 * eshell/esh-mode.el (eshell-move-argument):
15399 * eshell/em-unix.el (eshell-du-sum-directory):
15400 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15401 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15402 (not (= ...)).
15403
15404 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15405 to ensure the `preserve' flag gets propagated when doing recursive
15406 directory copies.
15407
15408 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15409
15410 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15411 Don't convert \n into \0177 in memory.
15412 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15413 and back again, when reading and writing.
15414
15415 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15416
15417 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15418 testing of `fboundp' on `processp'.
15419
15420 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15421 (eshell/jobs): Don't call process-list if it is not bound.
15422 (eshell-gather-process-output): Support systems where async
15423 subprocesses aren't supported.
15424 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15425 variables.
15426
15427 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15428 eshell-do-eval returns t.
15429 (eshell-do-pipelines-synchronously): New defmacro.
15430 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15431 when async subprocesses aren't supported.
15432 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15433 if async subprocesses aren't supported.
15434 (eshell-resume-command): Don't assume STATUS is a string.
15435
15436 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15437
15438 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15439 (eshell-close-target, eshell-get-target): Use eshell-processp.
15440 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15441 fix.
15442 (eshell-get-target, eshell-create-handles): Doc fix.
15443
15444 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15445
15446 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15447 criterion to include commands that output something, as long as it
15448 leaves both the command and the end-of-buffer visible when the
15449 command has exited.
15450 (eshell-review-quick-commands): Adjust the help doc string
15451 accordingly.
15452
15453 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15454
15455 * locate.el (locate): Cleaned up locate command's interactive prompting
15456 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15457
15458 * filecache.el (file-cache-case-fold-search): New variable
15459 (file-cache-assoc-function): New variable
15460 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15461 Use file-cache-case-fold-search variable
15462 (file-cache-add-file): Use file-cache-assoc-function
15463 (file-cache-delete-file): likewise
15464 (file-cache-directory-name): likewise
15465 (file-cache-debug-read-from-minibuffer): likewise
15466
15467 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15468
15469 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15470 (abbrev-table-name): New function.
15471 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15472 If non-nil list local abbrev, only.
15473
15474 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15475
15476 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15477 from Gnus support code, and use special article copy buffer
15478 `(gnus-original-article-buffer)' instead. This allows to get rid
15479 of article-hide-headers usage (which breaks in the latest Gnus
15480 version). Thanks to Detlev Zundel.
15481
15482 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15483
15484 * international/quail.el (quail-use-package): Hide "... loaded"
15485 message.
15486 (quail-start-translation, quail-start-conversion): Likewise.
15487
15488 * international/kkc.el (kkc-region): Hide "... loaded" message.
15489
15490 2000-08-27 Dave Love <fx@gnu.org>
15491
15492 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15493
15494 2000-08-27 Miles Bader <miles@gnu.org>
15495
15496 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15497
15498 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15499
15500 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15501 'ja-dic-cnv), not (require 'skkdic-cnv).
15502
15503 2000-08-26 Miles Bader <miles@gnu.org>
15504
15505 * faces.el (face-x-resources): Add entry for :inherit.
15506 * cus-face.el (custom-face-attributes): Add support for :inherit
15507 attribute. Add support for relative face heights.
15508 (custom-face-attributes-get): Treat `nil' as being a default value
15509 for :inherit (as well as `unspecified').
15510
15511 * faces.el (set-face-attribute): Update doc string.
15512 (face-attribute-name-alist): Add :inherit.
15513 (face-valid-attribute-values): Handle :inherit.
15514 (face-read-string): Rephrase prompt to be less confusing.
15515 Assume that DEFAULT is a string, since we must return a string.
15516 (face-read-integer): Use `format' to turn DEFAULT into an
15517 acceptable default for face-read-string. Match NEW-VALUE against
15518 the string "unspecified", not the symbol `unspecified', since
15519 that's what face-read-string returns.
15520 (read-face-attribute): Lookup a name for old-value in valid, and
15521 use it as a default if we find one. Treat all values from
15522 face-read-string as strings. If the default is used, don't do any
15523 more processing on the value, just use the old value directly.
15524 (read-face-and-attribute, modify-face): Tweak prompt.
15525 (read-face-name): Don't assume prompt ends with a space.
15526
15527 * faces.el (describe-face): Add support for :inherit attribute.
15528
15529 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15530
15531 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15532 concat doesn't accept interger.
15533
15534 * international/kkc.el: Remove SKK from Keywords. Require
15535 ja-dic-utl instead of skkdic-utl.
15536
15537 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15538 Provide ja-dic-cnv instead of skkdic-cnv.
15539 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15540 (iso-2022-7bit-short): Add safe-charsets property.
15541 (skkdic-convert-postfix): Search Japanese chou-on character in
15542 addition to Hiragana character.
15543 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15544 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15545 (batch-skkdic-convert): Likewise.
15546
15547 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15548 Provide ja-dic-utl instead of skkdic-utl.
15549 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15550
15551 2000-08-24 Dave Love <fx@gnu.org>
15552
15553 * disp-table.el (standard-display-default): Make the test of `l'
15554 useful.
15555
15556 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15557 mod sample text.
15558
15559 * international/iso-ascii.el: Make pilcrow convenient string
15560 consistent with section.
15561 (iso-ascii-display): Set up multibyte characters as well as
15562 unibyte.
15563
15564 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15565
15566 * international/mule-cmds.el (reset-language-environment): Set
15567 default-process-coding-system to '(undecided . iso-latin-1), which
15568 makes process I/O almost consistent with file I/O. Call this
15569 function when mule-cmds.el[c] is loaded.
15570
15571 2000-08-22 Andrew Innes <andrewi@gnu.org>
15572
15573 * makefile.w32-in: New file.
15574
15575 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15576
15577 * comint.el (comint-output-filter): Compare end of
15578 comint-last-output-overlay with the start of the newly inserted
15579 text, not the end, when deciding whether to extend it.
15580 Set saved-point's insertion type to advance after insertion.
15581
15582 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15583 since this is now done independently of font-lock mode.
15584
15585 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15586
15587 * server.el (server-kill-new-buffers): New user option.
15588 (server-existing-buffer): New buffer-local variable.
15589 (server-visit-files): When using an existing buffer, set
15590 server-existing-buffer to t.
15591 (server-buffer-done): If server-kill-new-buffers is t, kill the
15592 buffer, unless it was already present before visiting it with
15593 Emacs server.
15594
15595 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15596
15597 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15598 even if the display doesn't support colors: some displays will
15599 support bold/underline faces.
15600
15601 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15602
15603 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15604
15605 * startup.el (command-line): If user's init file had an error,
15606 add explanatory text to *Messages*.
15607
15608 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15609
15610 * man.el (Man-getpage-in-background): Decode the process output by
15611 the system locale coding system.
15612
15613 2000-08-20 Dave Love <fx@gnu.org>
15614
15615 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15616 Don't test x-popup-menu.
15617 (function) <complete-function>: Complete only fbound symbols.
15618 <validate, value>: New.
15619 (variable) <complete-function>: Complete only bound symbols.
15620 (coding-system): Add :base-only, :complete-function, :validate,
15621 :value, :prompt-match.
15622 (widget-coding-system-prompt-value): Use read-coding-system and
15623 act on :base-only.
15624 (editable-field): Add :help-echo.
15625 (widget-push-button-gui, widget-push-button-cache)
15626 (widget-gui-action, widget-editable-list-gui): COmment out, along
15627 with uses.
15628 (widget-at): Make arg optional.
15629 (widget-echo-help): Adjust for current help-echo calling sequence.
15630 (widget-specify-field, widget-specify-button)
15631 (widget-specify-insert, widget-get-sibling, widget-image-find)
15632 (widget-convert, widget-insert, widget-leave-text)
15633 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15634 (widget-setup, widget-field-find, widget-before-change)
15635 (widget-after-change, widget-default-complete)
15636 (widget-default-create, widget-default-delete)
15637 (widget-push-button-value-create, editable-field)
15638 (widget-field-prompt-value, widget-field-validate)
15639 (widget-choice-value-create, widget-choice-action)
15640 (widget-choice-validate, widget-checklist-add-item)
15641 (widget-radio-add-item, widget-radio-chosen)
15642 (widget-radio-value-inline, widget-editable-list-value-create)
15643 (widget-editable-list-entry-create)
15644 (widget-documentation-link-add)
15645 (widget-documentation-string-value-create)
15646 (widget-regexp-validate, widget-file-complete)
15647 (widget-sexp-validate, widget-plist-convert-widget)
15648 (widget-plist-convert-widget, widget-alist-convert-widget)
15649 (widget-alist-convert-widget, widget-color-complete): Simplify,
15650 particularly to avoid bindings which aren't optimized out.
15651
15652 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15653 Doc fix.
15654 (down-list, backward-up-list, up-list, kill-sexp)
15655 (backward-kill-sexp, mark-sexp): Make arg optional.
15656 (lisp-complete-symbol): Add optional arg PREDICATE.
15657
15658 * cus-start.el: Add display-buffer-reuse-frames,
15659 file-coding-system-alist.
15660
15661 2000-08-20 Gerd Moellmann <gerd@gnu.org>
15662
15663 * startup.el (command-line): Clear realized faces after
15664 modifying TTY color mappings.
15665
15666 2000-08-20 Miles Bader <miles@gnu.org>
15667
15668 * faces.el (face-attr-match-p): Don't return true if ATTRS are
15669 merely a subset of FACE's attributes.
15670
15671 2000-08-19 Miles Bader <miles@gnu.org>
15672
15673 * comint.el (comint-output-filter): Save the point with a marker,
15674 not just a buffer position.
15675
15676 * international/mule.el (set-buffer-process-coding-system): Make
15677 interactive prompt less confusing.
15678
15679 2000-08-19 Gerd Moellmann <gerd@gnu.org>
15680
15681 * hilit-chg.el: General cleanup of doc strings, comments and
15682 code formatting.
15683
15684 2000-08-19 Miles Bader <miles@gnu.org>
15685
15686 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
15687 Compiler macro removed; beginning-of-line is no longer always
15688 equivalent to forward-line, in the presence of fields.
15689
15690 * comint.el (comint-output-filter): Remove ad-hoc saving of
15691 restriction, and just use save-restriction, now that it works
15692 correctly. Don't adjust comint-last-input-start to account for
15693 our insertion; it shouldn't have moved because we don't use
15694 insert-before-markers anymore. Comment out call to
15695 `force-mode-line-update'; why is it here?
15696
15697 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
15698 while checking for prompt to delete. Use `forward-line 0'
15699 instead of beginning-of-line.
15700 (gud-filter): Temporarily widen gud comint buffer while
15701 examining output.
15702
15703 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
15704
15705 * progmodes/sh-script.el: Big bag of typos.
15706
15707 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
15708 check since ispell-process is not bound when ispell is not yet loaded.
15709
15710 2000-08-18 Dave Love <fx@gnu.org>
15711
15712 * image.el (find-image): Copy `spec' before using plist-put.
15713
15714 2000-08-18 Gerd Moellmann <gerd@gnu.org>
15715
15716 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
15717 `portugues'.
15718
15719 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
15720 backward-kill-sexp, analogous to kill-sexp.
15721
15722 * progmodes/icon.el (icon-indent-line)
15723 (icon-is-continuation-line): Handle comments specially.
15724
15725 2000-08-17 Ken Stevens <k.stevens@ieee.org>
15726
15727 * ispell.el: Set to standard author/maintainer/keyword fields.
15728 Fine tuning to menu map appearance and operation, and added help.
15729 Remove `start' and `end' error messages when compiling.
15730 (ispell-choices-win-default-height): Fixed comment string.
15731 (ispell-dictionary-alist-1): Fixed regexp in castellano and
15732 castellano8 dictionaries.
15733 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
15734 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
15735 dictionary, added italiano dictionary.
15736 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
15737 word character
15738 (ispell-tex-skip-alists): Added psfig support.
15739 (ispell-skip-html): Renamed from ispell-skip-sgml.
15740 (ispell-begin-skip-region-regexp, ispell-skip-region)
15741 (ispell-minor-check): Improved html skipping support to skip across
15742 code, and recognize `&' commands without propper `;' syntax;
15743 (ispell-process-line): Fix alignment error when manually
15744 correcting spelling.
15745 (ispell): Fix comment string.
15746 (ispell-add-per-file-word-list): Always put word list on new line.
15747
15748 2000-08-17 Gerd Moellmann <gerd@gnu.org>
15749
15750 * format.el (format-encode-run-method): Fix error message to say
15751 `encode' instead of `decode'. Use save-window-excursion around
15752 shell-command-on-region as in format-decode-run-method because
15753 shell-command-on-region can display a buffer with error output.
15754 (format-decode): Don't record undo information for the decoding.
15755 (format-annotate-function): Add parameter FORMAT-COUNT. Make
15756 that number part of the temporary buffer name so that more than
15757 one decoding using a temporary buffer can happen safely.
15758
15759 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
15760 of `A-z' in the regexp.
15761
15762 * hilit-chg.el: Fix typos in commentary.
15763
15764 * help.el (view-emacs-news): Rewritten for new naming scheme
15765 for old NEWS files.
15766
15767 * startup.el (command-line): Pop to *Messages* in case an error
15768 is signaled while loading user-init-file.
15769
15770 2000-08-17 Andreas Schwab <schwab@suse.de>
15771
15772 * files.el (insert-directory): Don't lose original file name,
15773 undoing an undocumented change.
15774
15775 2000-08-17 Alex Schroeder <alex@gnu.org>
15776
15777 * sql.el (sql-magic-go): Use comint-bol.
15778 (sql-copy-column): Use comint-line-beginning-position.
15779 (comint-line-beginning-position): Define a replacement for
15780 comint-line-beginning-position if it is not fboundp.
15781
15782 2000-08-17 Alex Schroeder <alex@gnu.org>
15783
15784 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
15785 it didn't have any effect anyway.
15786
15787 2000-08-17 Alex Schroeder <alex@gnu.org>
15788
15789 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
15790 --pset and pager=off instead of sending \\o|cat at the beginning
15791 of the session.
15792
15793 2000-08-17 Miles Bader <miles@gnu.org>
15794
15795 * progmodes/octave-inf.el: Add compatibility definition of
15796 comint-line-beginning-position.
15797
15798 2000-08-17 Kenichi Handa <handa@etl.go.jp>
15799
15800 * startup.el (normal-top-level): Look in each dir in load-path for
15801 a leim-list.el file too. This assures of loading leim-list.el
15802 that is created at Emacs installation time even if a user have his
15803 own leim-list.el.
15804
15805 2000-08-17 Miles Bader <miles@gnu.org>
15806
15807 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
15808 foreground color to black if the background is dark.
15809
15810 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
15811
15812 * loadhist.el (unload-feature): Typo.
15813
15814 * finder.el (finder-compile-keywords):
15815 * cus-dep.el (custom-make-dependencies): Add local-variable settings
15816 to the generated file.
15817
15818 * mail/mh-e.el (mh-make-local-vars):
15819 Replace make-variable-buffer-local with make-local-variable.
15820
15821 * play/landmark.el:
15822 * options.el (Edit-options-{set,toggle,t,nil}):
15823 * mail/mailabbrev.el (mail-abbrevs-mode):
15824 * textmodes/tex-mode.el (tex-expand-files):
15825 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
15826
15827 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
15828
15829 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
15830 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
15831 Allow going past the last element.
15832 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
15833 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
15834 (cvs-mouse-toggle-mark): Don't move point.
15835 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
15836
15837 * progmodes/compile.el (grep): Provide a default set of files.
15838 (next-error): Docstring fix.
15839 (compilation-find-file): Avoid find-file (fails in a dedicated window).
15840
15841 * emacs-lisp/easy-mmode.el (define-minor-mode):
15842 Use `symbol-value' to keep the byte-compiler quiet.
15843
15844 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
15845 (diff-find-source-location): New fun, extracted from diff-goto-source.
15846 (diff-goto-source): Use it.
15847 (diff-next-complex-hunk, diff-filter-lines): New function.
15848 (diff-apply-hunk): New command.
15849
15850 * smerge-mode.el (smerge-mode-menu): Doc fix.
15851
15852 * msb.el (msb-mode): Define it in terms of define-minor-mode.
15853
15854 2000-08-16 Dave Love <fx@gnu.org>
15855
15856 * windmove.el (windmove) <defgroup>: Add :version.
15857
15858 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
15859 (goto-address-fontify-p, goto-address-highlight-p)
15860 (goto-address-url-face, goto-address-url-mouse-face)
15861 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
15862 (goto-address-url-regexp): Use thing-at-point-url-regexp.
15863 (goto-address-fontify, goto-address-at-mouse): Simplify,
15864 (goto-address-at-point): browse-url-url-at-point,
15865 goto-address-find-address-at-point can return nil.
15866 (goto-address-find-address-at-point): Return nil on failure.
15867
15868 * align.el (align) <defgroup>: Add :version.
15869
15870 * calculator.el (calculator): Add :version.
15871 (calculator): Use two lines for calculator window if `modeline'
15872 face is boxed.
15873
15874 * play/5x5.el: Doc fixes.
15875 (5x5) <defgroup>: Add :version.
15876
15877 * play/fortune.el (fortune) <defgroup>: Add :version.
15878 (fortune-append): Fix error message.
15879 (fortune-from-region): Doc fix.
15880
15881 * play/pong.el (pong): Doc fix.
15882
15883 * play/morse.el: Keywords, commentary, autoloads.
15884
15885 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
15886
15887 * desktop.el (desktop-save): Don't look at symbol-value of a
15888 member of minor-mode-alist, unless it is boundp.
15889
15890 2000-08-16 Sam Steingold <sds@gnu.org>
15891
15892 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
15893 `while'; use `with-current-buffer' instead of `save-excursion'.
15894 Removed unnecessary kludges now that "*Buffer List*" is excluded.
15895
15896 2000-08-16 Kenichi Handa <handa@etl.go.jp>
15897
15898 * international/ccl.el (declare-ccl-program): Docstring modified.
15899 (ccl-execute-with-args): Likewise.
15900
15901 2000-08-16 Miles Bader <miles@gnu.org>
15902
15903 * progmodes/sql.el: Add compatibility definition of
15904 comint-line-beginning-position.
15905
15906 2000-08-15 Gerd Moellmann <gerd@gnu.org>
15907
15908 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
15909 'buffer-menu' property.
15910 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
15911 fails.
15912 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
15913 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
15914 wasn't killed.
15915
15916 * buff-menu.el (list-buffers-noselect): Don't display the
15917 *Buffer List* buffer.
15918
15919 * font-lock.el: Require jit-lock to prevent a very late
15920 `Loading jit-lock' message.
15921
15922 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
15923 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
15924 mail address.
15925
15926 2000-08-15 Miles Bader <miles@gnu.org>
15927
15928 * textmodes/ispell.el (ispell-graphic-p): New constant.
15929 (ispell-choices-win-default-height, ispell-help): Use
15930 `ispell-graphic-p' instead of `xemacsp'.
15931
15932 2000-08-15 Dave Love <fx@gnu.org>
15933
15934 * simple.el: Autoload widget-convert when compiling.
15935 (mail-user-agent): Doc fix.
15936
15937 * help.el (function-called-at-point, variable-at-point): Use
15938 with-syntax-table.
15939 (help-manyarg-func-alist): Add insert-and-inherit.
15940
15941 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
15942
15943 * delsel.el (delsel-unload-hook): New function.
15944
15945 * find-file.el: Doc fixes. Move provide to end.
15946 (ff) <defgroup>: Add :link.
15947 (ff-goto-click): Deleted.
15948 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
15949 Use mouse-set-point.
15950
15951 * textmodes/tildify.el: Doc fixes.
15952 (tildify) <defgroup>: Add:version.
15953
15954 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
15955 (glasses-custom-set): Use set-default, not set.
15956 (minor-mode-alist): Propertize the lighter.
15957 (glasses-mode): Provide optional arg.
15958
15959 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
15960 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
15961 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
15962 option. Provide :type.
15963 (cwarn-configuration): Provide :type.
15964 (cwarn-mode): Doc fix.
15965
15966 * add-log.el (change-log-merge): Doc fix.
15967 (change-log-redate): New command.
15968
15969 * net/browse-url.el (browse-url-filename-alist): Add a clause for
15970 Doze and Dog.
15971 (browse-url): Use dolist, not mapcar.
15972 (browse-url-at-point): Check for null url.
15973 (browse-url-event-buffer, browse-url-event-point): Functions
15974 deleted.
15975 (browse-url-at-mouse, browse-url-netscape): Simplify.
15976
15977 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
15978 modes.
15979 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
15980 Fix previous change to mapcan.
15981 (msb--init-file-alist, msb--add-separators)
15982 (msb--make-keymap-menu): Simplify.
15983 (msb--choose-file-menu): Use copy-sequence.
15984 (msb-mode-map): Add title to keymap.
15985 (msb-unload-hook): New function.
15986
15987 * bs.el: Fix indentation.
15988 (bs) <defgroup>: Add :links.
15989 (bs-show): Doc fix.
15990 (bs-apply-sort-faces): Don't use window-system.
15991 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
15992
15993 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
15994
15995 * calendar/timeclock.el (timeclock-file): Run .timelog through
15996 convert-standard-filename.
15997
15998 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15999
16000 * emacs-lisp/authors.el: New file.
16001
16002 * paren.el (show-paren-priority): New user option.
16003 (show-paren-function): Set overlay priorities to
16004 show-paren-priority.
16005
16006 2000-08-14 Miles Bader <miles@gnu.org>
16007
16008 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16009 beginning-of-line with inhibit-field-text-motion bound.
16010
16011 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16012
16013 * calendar/timeclock.el: New file.
16014
16015 2000-08-14 David Ponce <david@dponce.com>
16016
16017 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16018 `widget-button-click'. so that one can use left mouse button to
16019 click on dialog buttons.
16020
16021 2000-08-14 Emmanuel Briot <briot@gnat.com>
16022
16023 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16024 identifiers, since XML is case sensitive
16025
16026 2000-08-12 Miles Bader <miles@gnu.org>
16027
16028 * comint.el (comint-output-filter): Don't bother frobbing
16029 window-start, it doesn't seem to be necessary.
16030
16031 * comint.el (comint-send-string, comint-send-region): Make into
16032 real functions. Snapshot the prompt before sending.
16033
16034 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16035
16036 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16037 technique similar to Info-index, instead of relying on specific
16038 names of relevant Index nodes.
16039 (Info-goto-emacs-command-node): Bind Info-history to nil when
16040 going to the first node found by Info-find-emacs-command-nodes.
16041
16042 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16043
16044 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16045
16046 2000-08-10 Miles Bader <miles@gnu.org>
16047
16048 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16049
16050 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16051
16052 * info.el (Info-file-list-for-emacs): More elements for the
16053 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16054 and woman manuals.
16055
16056 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16057
16058 * comint.el (comint-send-input): Make the newline boundary overlay
16059 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16060 (comint-output-filter): Use `insert' instead of
16061 `insert-before-markers'. Extend comint-last-output-overlay when
16062 necessary since we can't rely on insert-before-markers to do it.
16063 * gud.el (gud-filter): Use `with-current-buffer' instead of
16064 save-excursion when inserting the output, so that point gets
16065 updated correctly; the old method relied on a rather dodgy
16066 side-effect of comint-output-filter to avoid the effect of
16067 save-excursion.
16068
16069 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16070
16071 * files.el (recover-file): Call insert-directory instead of
16072 invoking `ls' directly.
16073
16074 2000-08-10 Miles Bader <miles@gnu.org>
16075
16076 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16077 (comint-last-prompt-overlay): New variables.
16078 (comint-output-filter): Implement prompt highlighting.
16079 (comint-snapshot-last-prompt): New function.
16080 (comint-send-input): Snapshot the last prompt.
16081 Use comint-highlight-input-face.
16082 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16083 Use defface instead of defcustom.
16084 (send-invisible, comint-send-eof): Snapshot the last prompt.
16085 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16086 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16087
16088 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16089
16090 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16091 (regexp-opt-group): Use a list of chars for `letters'.
16092 (regexp-opt-charset): `chars' is now a list of chars.
16093 Use a char-table rather than a vector so it works for multibyte chars.
16094
16095 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16096 Set cvs-minor-current-files to the selected fileinfo.
16097 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16098 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16099
16100 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16101
16102 * files.el (insert-directory): Don't call access-file on
16103 directories on DOS and Windows.
16104
16105 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16106
16107 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16108 longer if necessary.
16109 (ccl-embed-code): Call ccl-embed-data to store CODE in
16110 ccl-program-vector.
16111
16112 2000-08-09 Miles Bader <miles@gnu.org>
16113
16114 * comint.el (comint-output-filter): Properly handle the case where
16115 the text surrounded by comint-last-output-overlay was deleted.
16116
16117 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16118
16119 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16120 non-nil.
16121 (Info-file-list-for-emacs): Remove "info" from the list because
16122 that leads to trying to use the documentation from file `info'
16123 in various situations where it isn't appropriate, for instance
16124 C-h C-k C-h i.
16125
16126 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16127 DIR and/or STRING are nil.
16128
16129 * progmodes/compile.el (compilation-setup): Make variable
16130 compilation-error-screen-columns buffer-local, as some comment
16131 in the code suggests it should be.
16132
16133 * files.el (auto-mode-interpreter-regexp): New variable.
16134 (set-auto-mode): Use it.
16135
16136 * indent.el (indent-for-tab-command): Doc fix.
16137
16138 * mouse-sel.el (mouse-sel-mode): Doc fix.
16139
16140 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16141 labels.
16142
16143 * help.el (print-help-return-message): When
16144 display-buffer-reuse-frames is set, let the help window been quit,
16145 instead of deleting it, which might delete a reused frame.
16146
16147 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16148
16149 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16150 rename a directory to a name that differs only by its letter case.
16151
16152 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16153
16154 * international/quail.el (quail-define-rules): Handle Quail decode
16155 map correctly. Add code for supporting annotations.
16156 (quail-install-decode-map): New function.
16157 (quail-defrule-internal): New optional arguments decode-map and
16158 props.
16159 (quail-advice): New function.
16160
16161 2000-08-07 Sam Steingold <sds@gnu.org>
16162
16163 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16164 `defconst', `define-condition', `with-slots'.
16165 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16166
16167 2000-08-03 Miles Bader <miles@gnu.org>
16168
16169 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16170 New variable.
16171 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16172 comint-use-prompt-regexp-instead-of-fields.
16173 (comint-send-input): Add `input' field property to stuff we send to
16174 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16175 (comint-output-filter): Add `output' field property to process
16176 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16177 (comint-replace-by-expanded-history)
16178 (comint-get-old-input-default, comint-show-output)
16179 (comint-backward-matching-input, comint-forward-matching-input)
16180 (comint-next-prompt, comint-previous-prompt): Use field
16181 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16182 (comint-line-beginning-position): New function.
16183 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16184 (comint-replace-by-expanded-history-before-point): Use
16185 comint-line-beginning-position and line-end-position.
16186 (comint-last-output-overlay): New variable.
16187 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16188
16189 * shell.el (shell-prompt-pattern): Doc change.
16190 (shell-backward-command): Use line-beginning-position.
16191
16192 * gud.el (gud-gdb-complete-command): Use
16193 comint-line-beginning-position.
16194
16195 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16196 comint-bol doesn't actually go to the beginning of the line.
16197
16198 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16199 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16200 (try-expand-line-all-buffers): Likewise.
16201
16202 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16203 explicitly matching comint-prompt-regexp.
16204 (sql-copy-column): Use comint-line-beginning-position instead of
16205 explicitly matching comint-prompt-regexp.
16206
16207 * progmodes/octave-inf.el (inferior-octave-complete): Use
16208 comint-line-beginning-position.
16209
16210 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16211
16212 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16213 looking for a prompt, use `forward-line 0' instead of
16214 `beginning-of-line', to avoid getting caught by an input field.
16215
16216 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16217
16218 * files.el (shell-quote-wildcard-pattern): Make sure to return
16219 PATTERN, in the Unix case.
16220
16221 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16222
16223 * play/zone.el (zone): Discard any pending input before running
16224 the randomly-chosen pgm.
16225
16226 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16227
16228 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16229 checking the existence of any multibyte characters.
16230
16231 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16232
16233 * help.el (describe-mode): Test minor-mode symbol for being
16234 bound before testing its value for being nil.
16235
16236 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16237 `first', `second', and `third'.
16238
16239 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16240 (second): Make it an alias for `cadr'.
16241
16242 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16243
16244 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16245 types of display support faces now.
16246
16247 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16248
16249 * pcvs.el (require): Require `cl' during compilation, only.
16250
16251 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16252 (toplevel): Remove `remq' and `remove' from autoloads.
16253 (cl-fake-autoloads): New variable. If set, arrange for an error
16254 when CL functions etc. are autoloaded.
16255
16256 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16257
16258 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16259
16260 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16261 popped up, but the user clicks outside the menu, return an empty
16262 regexp (that causes unhighlight-regexp to have no effect).
16263
16264 * menu-bar.el (menu-bar-games-menu): Add Zone.
16265
16266 * hi-lock.el (toplevel): Require font-lock.
16267
16268 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16269
16270 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16271 (ebnf-8-bit-chars): New var for bug fix.
16272 (ebnf-string): Bug fix.
16273
16274 2000-08-03 Sam Steingold <sds@gnu.org>
16275
16276 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16277 instead of `buffer-string'.
16278 (require 'cl): Always, not just when compiling.
16279 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16280 necessary.
16281
16282 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16283
16284 * international/mule-cmds.el (select-safe-coding-system): Make
16285 the message text about selecting a safe coding system more clear.
16286
16287 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16288
16289 * hi-lock.el: New file.
16290
16291 * play/zone.el: New file.
16292
16293 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16294 value of tab-width in the original buffer. Choose a line number
16295 format that's a multiple of the original buffer's tab width, so
16296 that lines appear right.
16297
16298 * textmodes/ispell.el (ispell): New function, replacing an alias.
16299 Spell-check active region if in transient-mark-mode and mark
16300 is active; otherwise spell-check buffer.
16301
16302 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16303
16304 * ps-mule.el: Fix a customization problem on
16305 ps-mule-font-info-database-default.
16306
16307 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16308
16309 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16310 display-mouse-p instead of window-system.
16311 (ebrowse-member-mode-map): Ditto.
16312
16313 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16314
16315 * progmodes/ebnf2ps.el: Update ps-print functions call.
16316 Indentation fix. Doc fix.
16317 (ebnf-version): New version number (3.2).
16318 (ebnf-format-color, ebnf-begin-job): Code fix.
16319
16320 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16321
16322 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16323 font lock support on window-system.
16324 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16325
16326 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16327 display-color-p, if fboundp, instead of window-system.
16328
16329 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16330
16331 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16332 instead of window-system.
16333
16334 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16335 window-system.
16336 (widget-choice-mouse-down-action): Use display-popup-menus-p
16337 instead of window-system.
16338
16339 * strokes.el (strokes-file): Run the file name through
16340 convert-standard-filename.
16341 (strokes-mode): Call display-mouse-p instead of looking at
16342 window-system. Change the error message accordingly.
16343
16344 * progmodes/cpp.el (toplevel): Support faces on tty's.
16345
16346 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16347 (lm-plot-square, lm-init-display): Don't use window-system.
16348
16349 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16350 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16351
16352 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16353 instead of looking at window-system.
16354
16355 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16356
16357 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16358 of testing if iswitchb-prepost-hooks is bound, because the
16359 latter will always be true when invoking a recursive minibuffer
16360 from an active Iswitchb buffer.
16361
16362 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16363
16364 * files.el (shell-quote-wildcard-pattern): New function.
16365 (insert-directory): Call it. Only prepend "\" to command on Unix
16366 and GNU/Linux systems.
16367
16368 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16369
16370 * eshell/esh-groups.el: Change custom :link file names
16371 from `eshell.info' to `eshell'.
16372
16373 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16374
16375 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16376 correctly in recursive ange-ftp listings.
16377
16378 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16379
16380 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16381 ps-header-font-size-internal and
16382 ps-header-title-font-size-internal variables are not set,
16383 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16384 face text property is (foreground-color . COLOR) or
16385 `(background-color . COLOR)', ps-print crashes. Doc fix.
16386 (ps-print-version): New version number (5.2.4).
16387 (ps-plot-region): Code fix.
16388 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16389 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16390 Bug fix 2.
16391
16392 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16393
16394 * glasses.el (glasses-make-readable): Fix uncapitalization of
16395 identifiers like `myXMLDocument'.
16396
16397 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16398
16399 * mail/mail-hist.el (mail-hist-previous-input)
16400 (mail-hist-next-input): Do the obvious code factorization.
16401 (mail-hist-retrieve-and-insert): New func, contains common
16402 code of above two.
16403 If inserting a message body, leave point at top.
16404
16405 2000-07-28 Sam Steingold <sds@gnu.org>
16406
16407 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16408 Use `<=', not `<' to compare times!
16409 (ange-ftp-ls): Remove.
16410
16411 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16412
16413 * play/cookie1.el: Add explanation of how to make cookie.el
16414 compatible with strfile(1) to comment.
16415
16416 * subr.el (remove, remq): New functions.
16417
16418 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16419 escape `*' in regexps.
16420 (midnight-find): Reverse order of arguments in the funcall of
16421 TEST.
16422
16423 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16424 and `.class'.
16425
16426 * play/meese.el: Add Commentary section.
16427
16428 2000-07-27 Alex Schroeder <alex@gnu.org>
16429
16430 * sql.el (sql-ms): Added autoload cookie.
16431 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16432 (sql-oracle): Ditto.
16433 (sql-help): Doc change.
16434
16435 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16436 types and exceptions.
16437
16438 2000-07-27 Alex Schroeder <alex@gnu.org>
16439
16440 * sql.el (sql-placeholder-history): New variable.
16441 (sql-query-placeholders-and-send): New function that will query
16442 the user and replace placeholders with user input.
16443 (sql-oracle): If running on NT, set comint-input-sender to
16444 sql-query-placeholders-and-send.
16445
16446 (sql-stop): If in the SQLi buffer, insert stop notification, else
16447 present it as a message.
16448
16449 2000-07-27 Alex Schroeder <alex@gnu.org>
16450
16451 * sql.el (sql-input-ring-separator): Doc change.
16452 (sql-input-ring-file-name): Doc change.
16453 (sql-interactive-mode): Use `sql-input-ring-separator' and
16454 `sql-input-ring-file-name' to set the comint-mode equivalents
16455 without making them local variables.
16456 (sql-stop): Don't bind `sql-input-ring-separator' and
16457 `sql-input-ring-file-name' dynamically to their comint-mode
16458 equivalents.
16459
16460 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16461
16462 * international/mule.el (register-char-codings): New function.
16463 (make-coding-system): Handle `safe-chars' specification in the arg
16464 PROPERTY.
16465
16466 * international/mule-cmds.el
16467 (find-coding-systems-region-subset-p): This function deleted.
16468 (sort-coding-systems-predicate): New variable.
16469 (sort-coding-systems): New function.
16470 (find-coding-systems-region): Use
16471 find-coding-systems-region-internal.
16472 (find-coding-systems-string): Use find-coding-systems-region.
16473 (find-coding-systems-for-charsets): Check
16474 char-coding-system-table.
16475 (select-safe-coding-system-accept-default-p): New variable.
16476 (select-safe-coding-system): Mostly rewritten. New argument
16477 ACCEPT-DEFAULT-P.
16478 (select-message-coding-system): Call select-safe-coding-system
16479 with ACCEPT-DEFAULT-P arg.
16480 (reset-language-environment): Reset default-sendmail-coding-system
16481 to the default value iso-latin-1.
16482 (set-language-environment): Don't set the obsolete variable
16483 charset-origin-alist.
16484
16485 * international/codepage.el (cp-coding-system-for-codepage-1):
16486 Give `safe-chars' property to make-coding-system.
16487
16488 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16489 calling select-message-coding-system twice.
16490
16491 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16492 instead of `safe-charsets'.
16493 (cyrillic-alternativnyj): Likewise.
16494 (ccl-encode-alternativnyj): Don't check the charset
16495 cyrillic-iso8859-5.
16496
16497 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16498
16499 * composite.el (compose-chars-after): Preserve match data.
16500
16501 2000-07-26 Sam Steingold <sds@gnu.org>
16502
16503 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16504 (ange-ftp-real-file-newer-than-file-p): New function.
16505 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16506 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16507
16508 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16509 * midnight.el (midnight-float-time): Ditto.
16510
16511 2000-07-26 Andreas Schwab <schwab@suse.de>
16512
16513 * files.el (normal-backup-enable-predicate): Correct
16514 interpretation of the return value of compare-strings.
16515
16516 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16517
16518 * isearch.el (isearch-resume): New function.
16519 (isearch-done): Add something to command-history to resume
16520 the search.
16521 (isearch-yank-line, isearch-yank-word): Use
16522 buffer-substring-no-properties instead of buffer-substring.
16523
16524 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16525 of flyspell-mouse-map.
16526
16527 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16528 duplicate definition.
16529 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16530
16531 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16532 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16533
16534 2000-07-25 Sam Steingold <sds@gnu.org>
16535
16536 * net/ange-ftp.el: Get modtime over the net.
16537 (ange-ftp-file-modtime): New function.
16538 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16539 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16540 Use it.
16541 (ange-ftp-dot-to-slash): New function.
16542 (ange-ftp-fix-name-for-vms): Use it.
16543
16544 * midnight.el (midnight-buffer-display-time): Use
16545 `with-current-buffer'.
16546
16547 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16548
16549 * find-dired.el: Update copyright notice.
16550 (find-dired): Offer to kill a running `find'.
16551
16552 * enriched.el (enriched-face-ans): For a `foreground-color'
16553 property, return '(("x-color" COLOR))' so that COLOR will be
16554 output as a parameter of the x-color annotation. Likewise for the
16555 `background-color' property. In the case of normal face
16556 properties, don't return annotations for unspecified foreground
16557 and background face attributes.
16558
16559 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16560
16561 * language/japan-util.el (japanese-katakana-region): Fix handling
16562 HANKAKU argument.
16563
16564 2000-07-25 Miles Bader <miles@gnu.org>
16565
16566 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16567 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16568 constrain-to-field.
16569
16570 2000-07-24 Andrew Innes <andrewi@gnu.org>
16571
16572 * timer.el (timer-activate-when-idle): Add optional parameter
16573 DONT-WAIT. Update docstring.
16574 (run-with-idle-timer): Specify extra parameter to
16575 timer-activate-when-idle, so that timer will be activated
16576 immediately if Emacs is already idle.
16577
16578 * w32-fns.el (w32-using-nt): Fix docstring.
16579
16580 2000-07-24 Dave Love <fx@gnu.org>
16581
16582 * mouse.el (popup-menu): Set last-command-event.
16583 (mouse-major-mode-menu-prefix): Declare.
16584
16585 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16586
16587 * textmodes/flyspell.el: Update to author's version 1.5d.
16588
16589 * progmodes/hideshow.el: Update copyright notice.
16590
16591 * vcursor.el: Set maintainer to FSF, since author cannot
16592 be reached.
16593
16594 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16595
16596 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16597 the prompt.
16598
16599 * mouse.el (popup-menu): Run the keymap through indirect-function,
16600 in case it was defined with define-prefix-key. If the menu is a
16601 list of keymaps, look up the binding of user's choice in each one
16602 of the keymaps.
16603 (mouse-popup-menubar): If the global and local menu-bar keymaps
16604 don't have a prompt string, create one and insert it into the
16605 keymap. Don't barf if current-local-map returns nil.
16606
16607 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16608
16609 * dired.el (dired-sort-R-check): Added to allow recursive listing
16610 to be undone.
16611 (dired-sort-other): Use it.
16612
16613 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16614
16615 * Release of cc-mode 5.27
16616
16617 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16618
16619 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16620 c-beginning-of-statement-1 that caused a bad case of recursion
16621 which could consume a lot of CPU in large classes in languages
16622 that have in-expression classes (i.e. Java and Pike).
16623
16624 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16625 statements before top level constructs (i.e. case 6 is moved
16626 before case 5 and is now case 4) to catch in-expression
16627 classes in top level expressions correctly.
16628
16629 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16630
16631 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16632 objc-method-intro. Case 4 removed and case 5I added.
16633
16634 * cc-langs.el (c-append-paragraph-start): New variable used by
16635 c-common-init to get paragraph-start correct.
16636 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16637 initialize paragraph-start to make it correct both with and
16638 without the javadoc special case.
16639
16640 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16641 initialize paragraph-start for javadoc markup.
16642
16643 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16644 change by defaulting this to t. It's motivated by the
16645 confusing behavior that otherwise arise from the style system
16646 when editing both java and non-java files at the same time
16647 (see the comments about style setting in c-common-init).
16648
16649 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16650
16651 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16652 similar to the one in c-fill-paragraph to check the fill
16653 prefix from the adaptive fill function for sanity.
16654
16655 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16656
16657 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16658 defun block.
16659
16660 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16661
16662 * cc-align.el (c-lineup-multi-inher): Handle lines with
16663 leading comma nicely. Extended to handle member initializers
16664 too.
16665
16666 * cc-engine.el: (c-beginning-of-inheritance-list,
16667 c-guess-basic-syntax): Fixed recognition of inheritance lists
16668 when the lines begins with a comma.
16669
16670 * cc-vars.el (c-offsets-alist): Changed default for
16671 member-init-cont to c-lineup-multi-inher since it now handles
16672 member initializers and indents better for leading commas.
16673
16674 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16675
16676 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
16677 handling that caused class open lines to be recognized as
16678 statement-conts in some cases.
16679
16680 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
16681 guessed by the adaptive fill function unless point is on the
16682 first line of a block comment.
16683
16684 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
16685 when the buffer ends with a macro continuation char.
16686
16687 * cc-engine.el (c-guess-basic-syntax): Added support for
16688 function definitions as statements in Pike. The first
16689 statement in a lambda block is now labeled defun-block-intro
16690 instead of statement-block-intro.
16691
16692 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
16693 so that the class surrounding point is selected, not the one
16694 innermost in the state.
16695
16696 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
16697 recognition of switch labels having hanging multiline
16698 statements.
16699
16700 * cc-engine.el (c-beginning-of-member-init-list): Broke out
16701 some code in c-guess-basic-syntax to a separate function.
16702 * cc-engine.el (c-just-after-func-arglist-p): Fixed
16703 recognition of member inits with multiple line arglists.
16704 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
16705 member-init-cont when the commas are in funny places.
16706
16707 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16708
16709 * cc-defs.el (c-auto-newline): Removed this macro since it's
16710 not used anymore.
16711
16712 * cc-engine.el (c-looking-at-bos): New helper function.
16713 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
16714 inexpr and toplevel classes apart in Pike.
16715
16716 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
16717 of case 9A.
16718
16719 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
16720 constant, since "class" can introduce an in-expression class
16721 in Pike nowadays.
16722
16723 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16724
16725 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
16726 indentation on cpp-macro lines.
16727
16728 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
16729 a syntax modifier like comment-intro, to make it possible to
16730 get syntactic indentation for preprocessor directives. It's
16731 incompatible wrt to lineup functions on cpp-macro, but it has
16732 no observable effect in the 99.9% common case where cpp-macro
16733 is set to -1000.
16734
16735 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16736
16737 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
16738 member-init-cont when the preceding arglist is several lines.
16739
16740 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16741
16742 * cc-styles.el (c-style-alist): The basic offset for the BSD
16743 style corrected to 8.
16744
16745 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16746
16747 * cc-styles.el (c-style-alist): Adjusted the indentation of
16748 brace list openers in the gnu style.
16749
16750 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16751
16752 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
16753
16754 * cc-cmds.el (c-electric-brace, c-electric-slash,
16755 c-electric-star, c-electric-semi&comma, c-electric-colon,
16756 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
16757 when c-syntactic-indentation is nil.
16758
16759 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
16760 we were left at comments preceding the first statement when
16761 reaching the beginning of the buffer.
16762
16763 * cc-vars.el (c-syntactic-indentation): New variable to turn
16764 off all syntactic indentation.
16765
16766 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16767
16768 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
16769 between the text and the block comment ender when it hangs,
16770 depending on how many there are before the fill.
16771
16772 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16773
16774 * cc-engine.el (c-beginning-of-closest-statement): New helper
16775 function to go back to the closest preceding statement start,
16776 which could be inside a conditional statement.
16777 * cc-engine.el (c-guess-basic-syntax): Use
16778 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
16779
16780 * cc-engine.el (c-guess-basic-syntax): Better handling of
16781 arglist-intro, arglist-cont-nonempty and arglist-close when
16782 the arglist is nested inside parens. Cases 7A, 7C and 7F
16783 changed.
16784
16785 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
16786 up-to-date with javadoc 1.2.
16787
16788 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16789
16790 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
16791 multiline Pike type decls.
16792
16793 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16794
16795 * cc-cmds.el (c-indent-new-comment-line): Always break
16796 multiline comments in multiline mode, regardless of
16797 comment-multi-line.
16798
16799 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16800
16801 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
16802 fully::qualified::names in C++ member init lists. Preamble in
16803 case 5D changed.
16804
16805 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16806
16807 * cc-langs.el (c-common-init): Handling of obsolete variables
16808 moved to c-initialize-cc-mode. More compatible style override
16809 when using global style variables.
16810 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
16811 variables moved here.
16812
16813 * cc-styles.el (c-make-styles-buffer-local): Flag style
16814 variable localness in c-style-variables-are-local-p to make
16815 the compatibility measure in c-common-init work well.
16816
16817 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
16818 longer contain set-from-style.
16819 * cc-styles.el (c-initialize-builtin-style): Don't check for
16820 set-from-style on c-special-indent-hook.
16821 * cc-styles.el (c-copy-tree): Obsolete. The standard function
16822 copy-alist is sufficient now.
16823
16824 * cc-styles.el (c-set-style, c-set-style-1,
16825 c-get-style-variables): Fixes to variable initialization so
16826 that duplicate entries in styles have the same effect
16827 regardless of DONT-OVERRIDE.
16828
16829 * cc-styles.el (c-set-style-2): Fixed bug where the
16830 initialization of inheriting styles failed when the
16831 dont-override flag is set.
16832
16833 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
16834 on this.
16835
16836 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16837
16838 * cc-defs.el (c-forward-comment): Removed the workaround
16839 introduced in 5.38 since it had worse side-effects. If a line
16840 contains the string "//\"", it regarded the // as a comment
16841 start since the \ temporarily doesn't have escape syntax.
16842
16843 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
16844
16845 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
16846 ada-xref.el before ada-prj.el, so that the Project menu is created
16847 when ada-prj tries to add to it.
16848 (ada-activate-keys-for-case): Suppress the characters that are not
16849 part of the Ada syntax. Better compatibility with else-mode
16850 (ada-adjust-case-interactive): When auto-casing is not active,
16851 correctly insert newlines (used to insert only ^M). Prevent the
16852 syntax table from being changed in case of an error
16853 (or '_' becomes part of a word and some commands are confused).
16854 Do nothing if ada-auto-case is nil.
16855 (ada-after-keyword-p): Ignore keywords that are also attributes
16856 (ada-batch-reformat): Update usage comment
16857 (ada-call-from-contextual-menu): New function
16858 (ada-case-read-exceptions): Reinitialize the casing exception list
16859 first to nil first, so that the casing exception file can be
16860 shared.
16861 (ada-check-defun-name): Handles "configure" keyword for gnatdist
16862 files.
16863 (ada-compile-goto-error): Fix regexp used to detect a file:line
16864 anywhere in the error message
16865 (ada-contextual-menu-last-point): New variable
16866 (ada-create-keymap): If the variable delete-key-deletes-forward is
16867 t on XEmacs, it means that DEL should delete one character
16868 forward.
16869 (ada-create-menu): Use :included instead of :visible for XEmacs.
16870 New submenu "Options".
16871 (ada-end-stmt-re): Correctly indent "select ... then abort"
16872 statements.
16873 (ada-fill-comment-paragraph): Correctly delete all leading '--'
16874 even if they don't match ada-fill-comment-prefix Fix handling of
16875 paragraphs on the first or last line of a file.
16876 (ada-format-paramlist): Fix handling of default parameter values.
16877 (ada-get-body-name): New function.
16878 (ada-get-current-indent): Optimized by searchling directly for an
16879 existing generic part or a statement outside of it. Handle
16880 ada-indent-align-comments when indenting comments Replaced some
16881 regexps by testing directly the next character. This results in a
16882 huge speedup on some files. New indentation scheme for renames
16883 statements. Stop looking for the 'while' or 'for' associated with
16884 a 'loop' at the first semicolon encountered. A "return" can also
16885 match an anonymous access subprogram declaration.
16886 (ada-get-indent-noindent): Ignore strings and comments when
16887 looking for the keywords "record" and "private".
16888 (ada-goto-matching-decl-start): When matching "if", make sure we
16889 are not in fact seeing "end if". Ignore "when" statements except
16890 when initial keyword was "begin". Fix handling of nested
16891 procedures. Add a recursive call to this function to skip over
16892 other 'end' statmts. Fix indentation for "when .. => begin"
16893 (ada-in-open-paren-p): Fix indentation for complex boolean
16894 expressions, where 'and then', 'or else' and parenthesis
16895 statements are mixed up.
16896 (ada-in-paramlist-p): Skip comments while searching for the
16897 beginning Fix handling of operator declarations.
16898 (ada-indent-align-comments): New variable
16899 (ada-indent-current): Change the syntax table only in the
16900 protected section, so that we are sure it is restored correctly.
16901 (ada-indent-on-previous-lines): Use ada-use-indent and
16902 ada-with-indent Correctly indent "select ... then"
16903 (ada-indent-region): Slight speedup.
16904 (ada-indent-renames): New variable.
16905 (ada-last-which-function-subprog, ada-last-which-function-line):
16906 New variables
16907 (ada-looking-at-semi-private): Correctly indent the 'private'
16908 keyword when it is the first word in a package declaration.
16909 (ada-loose-case-word): Stop searching if at the end of the buffer.
16910 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
16911 even if point is not initially at the end of the word.
16912 (ada-matching-decl-start-re): Add "when".
16913 (ada-mode): Add support for abbrev-mode, outline-mode and
16914 which-func-mode Override the old find-file.el entry in
16915 ff-special-constructs since it is using the obsolete
16916 ada-spec-suffix variable
16917 (ada-no-auto-case): New function
16918 (ada-scan-paramlist): When parsing the argument type, accept
16919 spaces (as in "X 'Class", generated by Rational Rose).
16920 (ada-other-file-name): No longer loads the other file.
16921 (ada-popup-menu): Save and restore the current buffer and cursor
16922 position before and after displaying the menu.
16923 (ada-search-ignore-complex-boolean): New function.
16924 (ada-uncomment-region): Emacs21 already knows how to delete
16925 comments not starting in the first column.
16926 (ada-use-indent): New variable
16927 (ada-which-function): New function.
16928 (ada-with-indent): New variable
16929 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
16930 can be batch-compiled from the command line.
16931
16932 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
16933 Add to the menu when the file is loaded, not in ada-mode-hook.
16934 Add -toolbar to the default ddd command Switches moved from
16935 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
16936 ada-prj-default-comp-opt
16937 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
16938 Reference Manual to the menu
16939 (ada-check-current): rewritten as a call to ada-compile-current
16940 (ada-compile): Removed.
16941 (ada-compile-application, ada-compile-current, ada-check-current):
16942 Set the compilation-search-path so that compile.el automatically
16943 finds the sources in src_dir. Automatic scrollong of the
16944 compilation buffer. C-uC-cC-c asks for confirmation before
16945 compiling
16946 (ada-compile-current): New parameter, prj-field
16947 (ada-complete-identifier): Load the .ali file before doing
16948 processing
16949 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
16950 conform to gnatmake's behavior.
16951 (ada-find-file-in-dir): New function
16952 (ada-find-references): Set the environment variables for gnatfind
16953 (ada-find-src-file-in-dir): New function.
16954 (ada-first-non-nil): Removed
16955 (ada-gdb-application): Add support for jdb, the java debugger.
16956 (ada-get-ada-file-name): Load the original-file first if not done
16957 yet.
16958 (ada-get-all-references): Handles the new ali syntax (parent types
16959 are found between <>).
16960 (ada-initialize-runtime-library): New function
16961 (ada-mode-hook): Always load a project file when a file is opened,
16962 so that the casing exceptions are correctly read.
16963 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
16964 (ada-parse-prj-file): Use find-file-noselect instead of find-file
16965 to open the project file, since the latter does not work with
16966 speedbar Get default values before loading the prj file, or the
16967 default executable file name is wrong. Use the absolute value of
16968 src_dir to initialize ada-search-directories and
16969 compilation-search-path,... Add the standard runtime library to
16970 the search path for find-file.
16971 (ada-prj-default-debugger): Was missing an opening '{'
16972 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
16973 variables.
16974 (ada-prj-default-gnatmake-opt): New variable
16975 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
16976 buffers, the project file is the default one Save the windows
16977 configuration before displaying the menu.
16978 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
16979 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
16980 ...) regexp-quote identifiers names to support operators +,
16981 -,... in regexps.
16982 (ada-remote): New function.
16983 (ada-run-application): Erase the output buffer before starting the
16984 run Support remote execution of the application. Use
16985 call-process, or the arguments are incorrectly parsed
16986 (ada-set-default-project-file): Reread the content of the active
16987 project file, not the one from the current buffer When a project
16988 file is set as the default project, all directories are
16989 automatically associated with it.
16990 (ada-set-environment): New function
16991 (ada-treat-cmd-string): New special variable ${current}
16992 (ada-treat-cmd-string): Revised. The substitution is now done for
16993 any ${...} substring
16994 (ada-xref-current): If no body was found, compiles the spec
16995 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
16996 compiler to get rid of command line length limitations.
16997 (ada-xref-get-project-field): New function
16998 (ada-xref-project-files): New variable
16999 (ada-xref-runtime-library-specs-path)
17000 (ada-xref-runtime-library-ali-path): New variables
17001 (ada-xref-set-default-prj-values): Default run command now does a
17002 cd to the build directory. New field: main_unit Provide a default
17003 file name even if the current buffer has no prj file.
17004
17005 * ada-prj.el:
17006 Rewritten to show a tabbed-dialog.
17007 (ada-prj-add-ada-menu): Remove the map and name parameters.
17008 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17009 New function
17010 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17011 (ada-prj-load-from-file): New function
17012 (ada-prj-save): Always save fields that depend on the current buffer
17013 (ada-prj-show-value): New function
17014
17015 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17016 Ada mode. This will allow us to display the Ada menu in any buffer
17017 we want (for project items).
17018 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17019 number of spaces in the header.
17020
17021 2000-07-24 Dave Love <fx@gnu.org>
17022
17023 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17024
17025 2000-07-23 Noah Friedman <friedman@splode.com>
17026
17027 * type-break.el (type-break): perform autosave.
17028 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17029 (type-break-do-query): Cancel query schedule while performing
17030 actual query, to avoid possibility of a second query being made
17031 while first one is already in progress.
17032 (type-break-time-stamp-format): New variable.
17033 (type-break-time-stamp): New function.
17034 (type-break-time-warning): Use it.
17035 (type-break-keystroke-warning): Use it.
17036 (type-break-noninteractive-query): Use it.
17037
17038 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17039 cookie.
17040 Use add-minor-mode to set minor-mode-alist, if available.
17041 (eldoc-echo-area-use-multiline-p): New user option.
17042 (eldoc-echo-area-multiline-supported-p): New variable.
17043 (eldoc-docstring-format-sym-doc): Use them.
17044 (eldoc-mode): If not using idle timers, append to local post and
17045 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17046 (eldoc-display-message-no-interference-p): Don't interfere with
17047 edebug.
17048 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17049 (eldoc-function-arglist): New function.
17050 (eldoc-function-argstring): Use it.
17051
17052 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17053 auto save directory exists before calling directory-files.
17054
17055 2000-07-23 Dave Love <fx@gnu.org>
17056
17057 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17058 ^o, ^u.
17059
17060 2000-07-21 Dave Love <fx@gnu.org>
17061
17062 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17063 now passed to the function. It now works properly.
17064
17065 * smerge-mode.el (smerge-mode-menu): Fill it out.
17066
17067 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17068
17069 * info-look.el (info-lookup): If *info* is shown in another frame
17070 on the same display, select that frame, instead of switching to
17071 the Info buffer in another window of the selected frame.
17072
17073 * simple.el (universal-argument-map): Bind numeric keypad keys
17074 kp-0 to kp-9 and kp-subtract.
17075 (digit-argument): Handle these keys.
17076
17077 2000-07-20 Dave Love <fx@gnu.org>
17078
17079 * net/goto-addr.el (goto-address-fontify): Don't bother with
17080 buffer-modified and read-only stuff -- irrelevant with overlays.
17081 Put an extra property on the overlays and use it to clean up in
17082 case goto-address is re-run.
17083
17084 2000-07-19 Richard M. Stallman <rms@gnu.org>
17085
17086 * timer.el (run-with-idle-timer): Doc fix.
17087
17088 * mail/mail-utils.el (mail-strip-quoted-names):
17089 Handle case where <...> appears inside "...".
17090 Use replace-match to edit the string more simply.
17091 (rmail-dont-reply-to): Cope with an unmatched ".
17092
17093 2000-07-19 Dave Love <fx@gnu.org>
17094
17095 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17096 implementation.
17097
17098 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17099 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17100 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17101
17102 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17103
17104 * textmodes/refer.el: Correct maintainer's email address.
17105
17106 * progmodes/hideif.el: Correct author's email address.
17107 Fix typo in comment.
17108
17109 * xml.el: New file.
17110
17111 * mail/mailheader.el: Correct author's mail address.
17112
17113 * gnus/parse-time.el: Correct author's mail address.
17114
17115 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17116
17117 * comint.el (comint-highlight-input, comint-highlight-face):
17118 New user options.
17119 (comint-input-ring-file-name): Change custom type.
17120 (comint-mode-map): Bind mouse-2.
17121 (comint-insert-clicked-input): New function.
17122 (comint-send-input): Handle input highlighting.
17123
17124 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17125
17126 * mouse.el (popup-menu): New function.
17127 (mouse-major-mode-menu): Use it.
17128
17129 2000-07-18 Dave Love <fx@gnu.org>
17130
17131 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17132 improvements.
17133
17134 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17135
17136 * faces.el (face-font-selection-order)
17137 (face-font-family-alternatives): Add custom type.
17138
17139 2000-07-18 Dave Love <fx@gnu.org>
17140
17141 * cus-edit.el (custom-variable-reset-saved)
17142 (custom-variable-reset-standard): Remove unused bindings.
17143
17144 * rect.el (open-rectangle-line): Remove unused let.
17145
17146 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17147
17148 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17149
17150 * cdl.el: Fix `Maintainer' keyword.
17151
17152 * play/pong.el: Add author's email address.
17153
17154 2000-07-17 Sam Steingold <sds@gnu.org>
17155
17156 * files.el (insert-directory): Call `split-string' instead of
17157 re-implementing it.
17158
17159 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17160
17161 * mail/vms-pmail.el: Change maintainer to FSF.
17162
17163 * net/goto-addr.el: Change maintainer to FSF.
17164
17165 * info.el (Info-title-face-alist): Removed.
17166
17167 2000-07-18 David Ponce <david@dponce.com>
17168
17169 * recentf.el (recentf-open-files): New command that works like
17170 `recentf-open-more-files', but shows the whole list of files (not just
17171 those omitted from the menu). Useful if you don't use a menu-bar!
17172 (recentf-open-more-files) Modified to use `recentf-open-files'.
17173
17174 (recentf-open-files, recentf-open-more-files)
17175 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17176
17177 (recentf-dialog-mode): New mode for dialogs. You can now just type
17178 "q" to cancel the dialogs.
17179
17180 2000-07-18 David Ponce <david@dponce.com>
17181
17182 * recentf.el: This is a major update of recentf.el. It adds new
17183 features to better organize the recentf menu and "More..." buffer.
17184
17185 Using new provided menu filtering functions you can now organize the
17186 recent files list:
17187
17188 - by major modes
17189 - by directories
17190 - by user defined rules
17191
17192 Finally, with the new `recentf-filter-changer' customizable filter you
17193 can define a ring of filters and dynamically (via the menu) cycle on
17194 each menu organization in the ring (a la msb).
17195
17196 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17197
17198 * eshell/eshell.el (eshell): Replace links to eshell.info with
17199 links to eshell, to avoid problems on systems where the manual is
17200 installed as `eshell'.
17201 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17202 * eshell/em-smart.el (eshell-smart): Ditto.
17203 * eshell/em-banner.el (eshell-banner): Ditto.
17204 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17205
17206 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17207 same-file check in the MS-DOS version (it does support inodes).
17208
17209 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17210
17211 * eshell/eshell.el (eshell-directory-name):
17212 Run default directory name through convert-standard-filename.
17213
17214 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17215
17216 * international/mule-cmds.el (select-safe-coding-system):
17217 Fix typo in the comment.
17218
17219 * language/european.el (compound-text):
17220 Force katakana-jisx0201 to be designated to G1.
17221
17222 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17223 Don't translate some national variant characters of latin-jisx0201.
17224 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17225
17226 * international/kkc.el (kkc-after-update-conversion-functions):
17227 New variable.
17228 (kkc-update-conversion): Run functions in it at the tail.
17229
17230 2000-07-16 John Wiegley <johnw@gnu.org>
17231
17232 * lisp/align.el (align-newline-and-indent):
17233 Adding new function. for auto-aligning blocks of code on RET.
17234 (align-region): Fixed badly formatted minibuffer message.
17235
17236 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17237
17238 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17239 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17240 the conversion list at first if appropriate.
17241 (kkc-next): Don't update kkc-next-count here.
17242 (kkc-prev): Don't update kkc-prev-count here.
17243 (kkc-show-conversion-list-update): Fix setting up of conversion
17244 list message.
17245
17246 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17247
17248 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17249
17250 2000-07-16 Dave Love <fx@gnu.org>
17251
17252 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17253 function to be more specific.
17254
17255 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17256 non-string help-echo.
17257 (widget-types-convert-widget): Defsubst it.
17258 (widget-echo-help): Try to cope with a help-echo function of two
17259 possible sorts.
17260
17261 2000-07-15 Jason Rumney <jasonr@gnu.org>
17262
17263 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17264 Declare as obsolete.
17265
17266 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17267
17268 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17269
17270 * hilit-chg.el: Fix typo.
17271
17272 2000-07-14 Dave Love <fx@gnu.org>
17273
17274 * info.el (Info-mode-menu): Fix use of :help, :enable.
17275
17276 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17277
17278 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17279
17280 2000-07-13 Dave Love <fx@gnu.org>
17281
17282 * emacs-lisp/easymenu.el: Doc fixes.
17283 (easy-menu-remove): Defalias to ignore.
17284
17285 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17286 Call throw correctly.
17287
17288 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17289
17290 * faces.el (frame-background-mode): Doc fix.
17291
17292 * simple.el (eval-expression-print-length): Change custom type to
17293 allow entering nil as value.
17294
17295 2000-07-13 Dave Love <fx@gnu.org>
17296
17297 * progmodes/fortran.el (fortran-imenu-generic-expression):
17298 Change definition layout.
17299 (fortran-mode-menu): Reinstate customize entries.
17300
17301 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17302 Use :filter, per old XEmacs code.
17303
17304 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17305
17306 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17307 event when deciding what to send to the terminal.
17308
17309 2000-07-12 Dave Love <fx@gnu.org>
17310
17311 * cus-start.el: Add optional version as 4th element of specs and
17312 use it for several things new in v21. Remove load-path. Fix type
17313 of line-number-display-limit.
17314
17315 2000-07-11 Dave Love <fx@gnu.org>
17316
17317 * progmodes/fortran.el: Don't require easymenu.
17318 Use repeat counts in various regexps.
17319 (fortran-mode-syntax-table): Defvar directly.
17320 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17321 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17322 Use defvar, not defconst.
17323 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17324 (fortran-mode): Set fortran-comment-line-start-skip,
17325 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17326 (fortran-comment-indent): Use defsubst.
17327 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17328 Use fortran-comment-indent, not fortran-comment-indent-function.
17329 (fortran-comment-region, fortran-electric-line-number): Simplify.
17330 (fortran-auto-fill): New function.
17331 (fortran-do-auto-fill): Deleted.
17332 (fortran-find-comment-start-skip):
17333 Check for non-null comment-start-skip.
17334 (fortran-auto-fill-mode, fortran-fill-statement):
17335 Use fortran-auto-fill.
17336 (fortran-fill): Use fortran-auto-fill. Check for null
17337 comment-start-skip. Simplify final clause and use end-of-line finally.
17338
17339 * widget.el (widget-plist-member): New alias.
17340
17341 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17342
17343 * eshell/esh-module.el (toplevel): Reference
17344 byte-compile-current-file only if it is bound.
17345
17346 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17347
17348 * dired.el: Don't require `dired-aux'.
17349
17350 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17351
17352 * dired-aux.el (dired-show-file-type): New function.
17353 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17354 (dired-show-file-type): Add autoload.
17355
17356 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17357
17358 * international/mule-diag.el (describe-font): Adjusted for the
17359 change of fontset-info.
17360 (print-fontset): Likewise.
17361
17362 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17363
17364 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17365
17366 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17367
17368 * bindings.el: Bind `[delete]' to delete-char.
17369
17370 * dired.el (dired-find-alternate-file): New function.
17371 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17372 (toplevel): Require dired-aux when compiling.
17373 (dired-buffers): Move defvar within file to avoid compiler warning.
17374
17375 * info.el (Info-last-search): Variable removed.
17376 (Info-search-history): New variable.
17377 (Info-search): New Info-search-history.
17378
17379 * battery.el, info-look.el: Change author's mail address.
17380
17381 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17382
17383 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17384 if rmail-ignored-headers is nil.
17385 (rmail-retry-failure): Bind rmail-ignored-headers and
17386 rmail-displayed-headers to nil.
17387
17388 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17389
17390 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17391 (print-region-1): Don't hard code `-h' here.
17392
17393 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17394
17395 2000-07-01 Francesco Potorti` <pot@gnu.org>
17396
17397 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17398 exim can use "your message" instead of "the message".
17399
17400 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17401
17402 * facemenu.el: Docstrings fixes.
17403 (facemenu-get-face): Don't use internal-find-face.
17404 (facemenu-iterate): Rename arg to match the docstring.
17405
17406 * newcomment.el (uncomment-region): Be more careful when skipping
17407 backwards over `=' not to bump into BOBP.
17408
17409 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17410
17411 * ediff-diff.el (ediff-wordify): Use syntax table.
17412 * ediff-init.el (ediff-has-face-support-p): Use
17413 ediff-color-display-p.
17414 (ediff-color-display-p): Use display-color-p, changed to defun
17415 from defsubst.
17416 Got rid of special cases for NeXT and OS/2.
17417 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17418 face.
17419
17420 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17421
17422 * emacs-lisp/lucid.el: Require CL.
17423 (copy-tree, remprop): Remove, it's provided by CL.
17424 (map-keymap): Define in terms of cl-map-keymap.
17425 (extent-property, set-extent-end-glyph): New functions.
17426
17427 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17428
17429 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17430
17431 * Makefile.in (DONTCOMPILE): Add comment that the name may
17432 not be changed without changing the make-dist script.
17433
17434 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17435 (cl-mapc): Use mapc instead of cl-old-mapc.
17436
17437 2000-07-05 Andrew Innes <andrewi@gnu.org>
17438
17439 * makefile.nt: Add support for `bootstrap' and related targets.
17440
17441 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17442
17443 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17444 (easy-menu-do-define): Use `menu-item' format.
17445 Handle case where easy-menu-create-menu returns a symbol.
17446 Manually call the potential top-level filter in the function binding.
17447 (easy-menu-filter-return): New arg NAME.
17448 Convert to a keymap if MENU is an XEmacs menu.
17449 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17450 (easy-menu-converted-items-table, easy-menu-convert-item):
17451 New var and fun to memoize easy-menu-convert-item-1.
17452 (easy-menu-do-add-item): Use it.
17453 (easy-menu-create-menu): Use easy-menu-convert-item.
17454 Wrap easy-menu-filter-return around any :filter specification.
17455 Don't convert the menu if a filter was specified.
17456 Tell easy-menu-make-symbol not to check for MENU being an expression.
17457 (easy-menu-make-symbol): New arg NOEXP.
17458
17459 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17460
17461 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17462 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17463 (eval-defun): If called with prefix arg, instrument code for
17464 Edebug.
17465
17466 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17467 similar to that of eval-defun.
17468
17469 2000-07-04 Dave Love <fx@gnu.org>
17470
17471 * hl-line.el (hl-line-overlay): Make it permanent-local.
17472
17473 * calendar/todo-mode.el: Replaced with a working version, based on
17474 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17475
17476 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17477
17478 * paths.el (prune-directory-list): New function.
17479 (Info-default-directory-list): Rewritten to more methodically
17480 enumerate a big list of possible info directories (based on the
17481 list used by the standalone info reader).
17482
17483 * info.el (info-initialize): Use prune-directory-list to remove
17484 non-existent directories from Info-directory-list.
17485
17486 * paths.el (Info-default-directory-list): Try a list of possible
17487 info-directories instead of a single one. Add the possible
17488 info directory "/usr/share/info".
17489
17490 * woman.el (woman-man.conf-path): Explicitly include the debian
17491 man-db config file "/etc/manpath.config".
17492 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17493 are present in `manpath.config'.
17494 (woman-manpath): Include "/usr/share/man".
17495
17496 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17497
17498 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17499
17500 * startup.el (command-line): Initialize blink-cursor based
17501 on window-system.
17502
17503 * frame.el (blink-cursor): Default to nil if not running under
17504 a window-system.
17505
17506 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17507 (face-x-resources): Remove duplicate entry for :font.
17508
17509 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17510 instead of cycling through windows with next-window.
17511
17512 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17513 of cycling through windows with next-window.
17514
17515 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17516 of cycling through windows with next-window.
17517
17518 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17519 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17520 instead of cycling through windows with next-window.
17521
17522 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17523 instead of cycling through windows with next-window.
17524
17525 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17526 of cycling through windows with next-window.
17527
17528 * terminal.el (te-process-output): Use walk-windows instead of
17529 cycling through windows with next-window.
17530
17531 * server.el (server-switch-buffer): Use some-window instead of
17532 cycling through windows with next-window.
17533
17534 * window.el (some-window): New function.
17535 (walk-windows): Remove reference to walk-windows-start.
17536
17537 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17538
17539 2000-07-03 Richard Stallman <rms@gnu.org>
17540
17541 * window.el (walk-windows): Guarantee termination by keeping a list
17542 of all the windows already handled.
17543
17544 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17545
17546 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17547 window-system.
17548
17549 * man.el (Man-notify-when-ready): Don't use window-system. If
17550 Man-notify-method is newframe, and the display is not
17551 multi-frame, select the frame created for the man page.
17552 (Man-init-defvars): Doc fix.
17553
17554 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17555
17556 * faces.el (region): Change background color for light background.
17557
17558 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17559 attribute from mode-line face of Ediff control frame.
17560
17561 * replace.el (query-replace-map): Bind `e' like `E'.
17562
17563 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17564
17565 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17566 Change name to "Select All".
17567
17568 * dos-fns.el (convert-standard-filename): Fix last change.
17569
17570 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17571
17572 * help.el (describe-variable): Don't insert a second `'s' in front
17573 of the string `value is shown below'. Since the syntax-table is
17574 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17575 an existing `'s', so that this won't be deleted.
17576
17577 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17578 * pcmpl-unix.el: New files.
17579
17580 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17581
17582 * wid-edit.el (widget-member): Use the new plist-member.
17583
17584 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17585
17586 * replace.el (perform-replace): Undo change of 2000-04-04.
17587 Instead, move backward 1 character at the end of the loop when
17588 necessary.
17589
17590 * faces.el (fringe): Change face for different backgrounds.
17591
17592 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17593 patch from John.
17594
17595 * eshell/*.el: Change spelling of the Free Software Foundation.
17596
17597 * eshell/esh-toggle.el: Removed.
17598
17599 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17600
17601 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17602 interactively.
17603
17604 2000-06-26 Alex Schroeder <alex@gnu.org>
17605
17606 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17607 `define-key'; instead of checking `(emacs-version)' check for
17608 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17609 for `;' and `o' which might be electric.
17610
17611 (sql-electric-stuff): New user option.
17612 (sql-magic-go): New function which uses `sql-electric-stuff'.
17613 (sql-magic-semicolon): New function which uses
17614 `sql-electric-stuff'.
17615
17616 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17617 is not fboundp.
17618
17619 (sql-oracle-options): New variable.
17620 (sql-oracle): Use it.
17621
17622 (sql-imenu-generic-expression): Doc change.
17623 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17624 is used.
17625
17626 (sql-informix): Added command line parameter "-" to force
17627 sql-informix-program to use stdout.
17628
17629 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17630
17631 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17632 (cp864-decode-table): Doc fix.
17633 (cp720-decode-table): New variable, supports the Arabic OEM
17634 codepage used by Windows.
17635 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17636
17637 2000-06-23 Dave Love <fx@gnu.org>
17638
17639 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17640 (font-lock-fontify-anchored-keywords): Use
17641 line-beginning-position.
17642 (global-font-lock-mode): Use mapc.
17643
17644 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17645
17646 * eshell/esh-module.el: Require CL when compiling.
17647
17648 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17649
17650 * comint.el (comint-substitute-in-file-name): Call replace-match
17651 with second and third arg t.
17652
17653 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17654 Specify foreground color.
17655
17656 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17657 color.
17658
17659 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17660
17661 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17662 cddr instead of cdddr.
17663
17664 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
17665 instead of copy-list.
17666
17667 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
17668 of copy-list.
17669
17670 * subdirs.el: Add eshell subdirectory.
17671
17672 * eshell: New subdirectory containing the Eshell package.
17673
17674 * pcomplete.el: New file.
17675
17676 2000-06-23 Paul Eggert <eggert@twinsun.com>
17677
17678 * mail/mailpost.el (post-mail-send-it): Make sure file has
17679 proper permissions from birth.
17680
17681 * files.el (basic-save-buffer-2): When temporarily setting
17682 file modes, set them to current modes plus 0200, not to 0777.
17683
17684 * emerge.el (emerge-make-temp-file): Make sure file has proper
17685 permissions from birth.
17686
17687 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
17688
17689 * files.el (make-backup-file-name-1): On DOS/Windows, run the
17690 backup file name through convert-standard-filename.
17691
17692 * dos-fns.el (convert-standard-filename): Convert leading
17693 directories as well. When long file names are supported, convert
17694 characters that are invalid in Windows file names.
17695
17696 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17697
17698 * ps-print.el: Fix bug: if ^L is the very first buffer character,
17699 ps-print crashes. New feature: page selection for printing. Create
17700 raw-text-unix coding system for XEmacs. Doc fix.
17701 (ps-print-version): New version number (5.2.3).
17702 (ps-plot-region): Bug fix.
17703 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
17704 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
17705 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
17706 funs.
17707 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
17708 (ps-last-page): New vars.
17709
17710 2000-06-21 Gerd Moellmann <gerd@gnu.org>
17711
17712 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
17713 empty option string.
17714
17715 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
17716
17717 * man.el (man): Doc fix.
17718
17719 2000-06-21 Kenichi Handa <handa@etl.go.jp>
17720
17721 * international/mule-cmds.el (set-language-info-alist): Docstring
17722 fixed.
17723
17724 2000-06-20 Gerd Moellmann <gerd@gnu.org>
17725
17726 * version.el (emacs-version): Use ISO date format.
17727
17728 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
17729 instead of `M-backspace'.
17730
17731 * simple.el (turn-off-auto-fill): New function.
17732
17733 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
17734
17735 * jit-lock.el (with-buffer-prepared-for-jit-lock):
17736 Renamed from with-buffer-prepared-for-font-lock and use
17737 inhibit-modification-hooks rather than setting *-change-functions.
17738 Update all functions to use the new name.
17739 (jit-lock-first-unfontify-pos): New semantics (and doc).
17740 (jit-lock-mode): Make non-interactive.
17741 Don't automatically turn on font-lock.
17742 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
17743 Always use jit-lock-after-change.
17744 Remove and restore font-lock-after-change-function.
17745 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
17746 (jit-lock-after-unfontify-buffer): Remove.
17747 (jit-lock-stealth-fontify):
17748 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
17749 (jit-lock-after-change): Set the `fontified' text-prop to nil.
17750
17751 2000-06-20 Sam Steingold <sds@gnu.org>
17752
17753 * emacs-lisp/cl-indent.el (toplevel): Indent
17754 `print-unreadable-object' properly. Untabify.
17755
17756 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17757
17758 * textmodes/reftex.el (reftex-find-citation-regexp-format):
17759 Support for bibentry.
17760 (reftex-compile-variables): Fixed problem with end of section-re.
17761
17762 * texmodes/reftex-dcr.el (reftex-view-crossref,
17763 reftex-view-crossref-from-bibtex):
17764 Deal with changed `reftex-find-citation-regexp-format'.
17765 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
17766 Replaced `remprop' with `put'.
17767 (reftex-view-crossref, reftex-view-crossref-when-idle):
17768 Support for bibentry.
17769
17770 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17771 New entry for bibentry package.
17772
17773 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
17774 Regexp also matches "\nobibliography".
17775
17776 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
17777 Call `reftex-ensure-write-access' before doing anything.
17778 (reftex-ensure-write-access): New function.
17779
17780 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17781
17782 * progmodes/idlwave.el: File re-installed (update to version 4.2)
17783
17784 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
17785
17786 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
17787
17788 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
17789
17790
17791 2000-06-20 Dave Love <fx@gnu.org>
17792
17793 * faces.el (frame-background-mode): Use set-default, not set, in
17794 setter.
17795 (frame-update-faces, frame-update-face-colors): Define with
17796 defalias.
17797
17798 * enriched.el (enriched-decode-foreground)
17799 (enriched-decode-background): Don't use internal-find-face.
17800
17801 * apropos.el: Doc fixes.
17802
17803 * cus-edit.el (customize-changed-options): Check arg.
17804 (customize-version-lessp): Don't require decimal point.
17805
17806 * custom.el (defcustom, defgroup): Doc fix.
17807
17808 * newcomment.el (comment) <defgroup>: Add :version.
17809 (comment-multi-line): Doc fix.
17810
17811 * emulation/mlsupport.el (define-hooked-local-abbrev,
17812 define-hooked-global-abbrev): Fix, using define-abbrev.
17813
17814 2000-06-19 Gerd Moellmann <gerd@gnu.org>
17815
17816 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
17817 the whole buffer.
17818
17819 2000-06-19 Dave Love <fx@gnu.org>
17820
17821 * menu-bar.el (menu-bar-options-save): New function.
17822 (menu-bar-options-menu): Use it.
17823 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
17824 Simplify.
17825
17826 2000-06-19 Andreas Schwab <schwab@suse.de>
17827
17828 * progmodes/etags.el (tags-query-replace): Put new parameters
17829 START and END at the end, for backward compatibility.
17830
17831 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17832
17833 * international/codepage.el:
17834 (cp-coding-system-for-codepage-1): Delete special codes for
17835 generating xxx-dos coding system because now a CCL based coding
17836 system can handle EOL conversion by default.
17837
17838 * international/mule.el (make-coding-system): Generate subsidiary
17839 coding systems for EOL handling variants even for a CCL based
17840 coding system.
17841
17842 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17843
17844 * international/isearch-x.el (isearch-minibuffer-input-method)
17845 (isearch-minibuffer-input-method-function): These variables
17846 deleted.
17847 (isearch-with-input-method): Don't use the above variables.
17848 (isearch-process-search-multibyte-characters): Likewise. Call
17849 read-string with the arg INHERIT-INPUT-METHOD t.
17850
17851 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
17852
17853 * font-lock.el (font-lock-after-fontify-buffer)
17854 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
17855
17856 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
17857 Use consistent make-local-variable style for font-lock-fontified.
17858 (jit-lock-fontify-buffer):
17859 Don't bother checking for font-lock-mode and jit-lock-mode.
17860
17861 * time.el: Remove trailing ^M that prevent CVS-merging.
17862
17863 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17864
17865 * Makefile.in (distclean): New target.
17866
17867 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
17868
17869 * Makefile.in (srcdir): Define for update-subdirs.
17870
17871 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17872
17873 * find-lisp.el: New file.
17874
17875 2000-06-16 Andrew Innes <andrewi@gnu.org>
17876
17877 * time.el (display-time-mail-function): New variable, to allow
17878 external packages to indicate when new mail is available.
17879 (display-time-update): Use it.
17880
17881 2000-06-16 Kenichi Handa <handa@etl.go.jp>
17882
17883 * international/mule.el (mule-version): Change version name to
17884 SAKAKI. AOI has already been used by Meadow.
17885
17886 * international/quail.el (quail-show-guidance-buf): To find the
17887 bottom window (but minibuffer), pay attention to the height of
17888 minibuffer.
17889
17890 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
17891
17892 * arc-mode.el (archive-mode-map): Use the new menu-item format for
17893 menu-bar menus. Add help strings. Don't remove the Edit menu
17894 from the menu bar, as the menu bar has enough space now.
17895
17896 * Makefile.in (SHELL): Make sure /bin/sh is used.
17897
17898 * woman.el (woman-man-buffer): Fix bold and underlined CJK
17899 characters, which use series of two ^H characters instead of one.
17900
17901 2000-06-15 Gerd Moellmann <gerd@gnu.org>
17902
17903 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
17904 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
17905 functions.
17906 (Info-find-node-2): Try a case-sensitive search first, then
17907 do a case-insensitive search.
17908
17909 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
17910 tutorials.
17911
17912 * complete.el (PC-env-vars-alist): New variable.
17913 (PC-complete-as-file-name): New function.
17914 (partial-completion-mode): Initialize PC-env-vars-alist from
17915 process-environment.
17916 (PC-do-completion): Handle completion of env vars.
17917
17918 * info.el (Info-set-mode-line): Show file name in mode line,
17919 use `*Info*' instead of `Info:'.
17920
17921 * startup.el (command-line-1): Change copyright messages to year
17922 2000.
17923
17924 2000-06-15 Dave Love <fx@gnu.org>
17925
17926 * net/goto-addr.el (goto-address-fontify): Use keymap property,
17927 not local-map.
17928
17929 2000-06-15 Kenichi Handa <handa@etl.go.jp>
17930
17931 * international/mule.el (set-buffer-file-coding-system): Almost
17932 rewritten to handle `undecided' as no-op.
17933
17934 2000-06-14 Gerd Moellmann <gerd@gnu.org>
17935
17936 * Makefile.in: New file.
17937
17938 * Makefile: Removed.
17939
17940 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
17941 (goto-address-highlight-keymap): Bind C-c RET.
17942
17943 2000-06-14 Kenichi Handa <handa@etl.go.jp>
17944
17945 * mail/sendmail.el (sendmail-send-it): The temporary buffer
17946 inherits buffer-file-coding-system of the current buffer.
17947
17948 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
17949 0. Give correct argument to set-auto-coding-function.
17950 (tar-expunge): For goto-char, use (point-min), not 0.
17951 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
17952 (tar-subfile-save-buffer): Likewize.
17953
17954 * international/mule.el
17955 (after-insert-file-set-buffer-file-coding-system): Call
17956 set-buffer-file-coding-system with the arg FORCE t.
17957
17958 2000-06-13 Gerd Moellmann <gerd@gnu.org>
17959
17960 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
17961 nil. Contemporary sendmails issue an X-Authentication-Warning if
17962 the sender is set with `-f'.
17963
17964 2000-06-13 Dave Love <fx@gnu.org>
17965
17966 * help.el (describe-function-1): Kluge around cases of functions
17967 fset to subrs whose doc doesn't match their symbol-name.
17968
17969 * image.el (insert-image): Default STRING to a space.
17970
17971 * info.el Doc fixes.
17972 (Info-build-node-completions): Match Ref tags.
17973
17974 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
17975
17976 * frame.el (display-multi-frame-p, display-multi-font-p): New
17977 defaliases for display-graphic-p.
17978
17979 * hl-line.el: Fixed a typo in commentary.
17980
17981 2000-06-13 Kenichi Handa <handa@etl.go.jp>
17982
17983 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
17984 fixed.
17985
17986 2000-06-12 Dave Love <fx@gnu.org>
17987
17988 * image.el (insert-image): Save a little consing.
17989
17990 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17991
17992 * language/tibet-util.el: Convert all tibetan-1-column characters
17993 to the corresponding tibetan characters.
17994 (tibetan-add-components): Delete code for the special treatment of
17995 'a chung.
17996
17997 * language/tibetan.el (tibetan-composable-pattern): Fix previous
17998 change.
17999 (tibetan-vowel-transcription-alist): More rules added.
18000 (tibetan-composite-vowel-alist): New variable.
18001 (tibetan-precomposition-rule-alist): More rules added.
18002
18003 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18004
18005 * startup.el (command-line): Only call menu-bar-mode if interactive.
18006
18007 * thingatpt.el (toplevel symbol-properties):
18008 * textmodes/makeinfo.el (makeinfo-compile):
18009 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18010 * progmodes/hideif.el (hif-compress-define-list)
18011 (hide-ifdef-use-define-alist):
18012 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18013 (ange-ftp-vms-add-file-entry):
18014 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18015 * man.el (Man-build-man-command):
18016 * mail/rnewspost.el (news-reply-header-hook):
18017 * info.el (Info-insert-dir):
18018 * emulation/mlconvert.el (backward-word, forward-word, setq):
18019 * emacs-lisp/gulp.el (gulp-send-requests):
18020 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18021 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18022 (byte-optimize-apply, end of file):
18023 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18024 (ad-make-freeze-definition):
18025 * startup.el (command-line, command-line-1): Don't quote lambdas.
18026
18027 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18028 (cvs-cleanup-removed): New function.
18029 (cvs-cleanup-functions): New var.
18030 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18031 some flexibility in specifying additional entries to auto-cleanup.
18032 (cvs-quickdir): New function.
18033 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18034 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18035 (cvs-mode-find-file): Check that we are on a filename or dirname
18036 when invoked through a mouse-click.
18037 (cvs-full-path): Remove.
18038 (cvs-dired-action): Re-introduced.
18039 (cvs-dired-noselect): Use it.
18040 (vc-post-command-functions): use this new hook if available.
18041
18042 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18043 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18044 (cvs-filename-map, cvs-dirname-map): Remove.
18045 (cvs-default-action): Remove.
18046 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18047 if the arg is really a keymap.
18048 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18049 Don't hardcode the mapping from state (aka type) to face, but check
18050 the var cvs-fi-<type>-face instead.
18051 (cvs-fileinfo-from-entries): New function.
18052
18053 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18054 Docstring fix.
18055 (cvs-find-file-and-jump): Change default to be safer.
18056 (cvs-mode-diff-map): Define it as a function as well.
18057 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18058 Bind mouse-2 in this global map rather than with text-properties.
18059
18060 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18061 file to resolve the ambiguity between C(conflict) and C(need-merge).
18062
18063 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18064
18065 * international/mule.el (set-buffer-file-coding-system): If
18066 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18067 unconditionally.
18068
18069 2000-06-12 Dave Love <fx@gnu.org>
18070
18071 * wid-edit.el (widget-specify-button): Really suppress the face if
18072 required.
18073
18074 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18075
18076 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18077
18078 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18079
18080 * imenu.el (imenu-generic-expression): Docstring fix.
18081
18082 * composite.el (composition-function-table): Move the `put'
18083 below the autoload cookie so we can load the file before loaddefs.
18084
18085 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18086
18087 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18088 Handle easy-mmode-define-global-mode.
18089 For complex macros like define-minor-mode that can generate
18090 several autoload entries, try to autoload entries in the
18091 macroexpanded code.
18092
18093 * emacs-lisp/easy-mmode.el (define-minor-mode):
18094 If KEYMAP is a symbol, just use it.
18095 Use byte-compile-current-file and load-file-name to infer the
18096 proper :require to pass to defcustom.
18097 Wrap the hook var into `progn' so as not to autoload it.
18098 Add a :autoload-end cookie.
18099 Be more careful about the evaluation of KEYMAP.
18100 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18101 (define-derived-mode): Move define-abbrev-table outside of defvar.
18102
18103 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18104
18105 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18106 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18107 (backup-compiled-files): Ignore errors during `tar'.
18108 (bootstrap): Make autoloads before elc files.
18109
18110 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18111
18112 * international/mule.el (set-buffer-file-coding-system): If one of
18113 undecided-XXX is specified, change only EOL conversion.
18114
18115 * international/mule-conf.el (unix): New alias for the coding
18116 system undecided-unix.
18117
18118 2000-06-09 Dave Love <fx@gnu.org>
18119
18120 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18121
18122 * progmodes/executable.el: Byte compile dynamic.
18123 (executable-insert): Change custom type.
18124 (executable-find): Add autoload cookie.
18125 (executable-make-buffer-file-executable-if-script-p): New
18126 function. After Noah Friedman.
18127
18128 * files.el (after-save-hook): Customize, with
18129 executable-make-buffer-file-executable-if-script-p as an option.
18130
18131 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18132
18133 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18134 "tib24p-mule.bdf" for Tibetan.
18135
18136 * composite.el (decompose-composite-char): Declare it as obsolete.
18137
18138 * man.el (Man-fontify-manpage): Pay attention to underline and
18139 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18140
18141 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18142
18143 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18144 Set maintainer to FSF since author isn't reachable.
18145
18146 2000-06-08 Dave Love <fx@gnu.org>
18147
18148 * international/mule-cmds.el (select-safe-coding-system): If
18149 DEFAULT-CODING-SYSTEM is not specified, also check the most
18150 preferred coding-system if buffer-file-coding-system is
18151 `undecided'. From Handa.
18152
18153 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18154
18155 * international/mule.el
18156 (after-insert-file-set-buffer-file-coding-system): If the buffer
18157 size is greater than INSERTED, judget that we are not visiting.
18158
18159 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18160
18161 * whitespace.el (defgroup whitespace): Comment out `:version'.
18162 XEmacs 20.4 has problems defining the group with this present.
18163 We'll have this commented out till get resolve the problem.
18164
18165 2000-06-07 John Wiegley <johnw@gnu.org>
18166
18167 * align.el (align-dq-string-modes, align-sq-string-modes)
18168 (align-open-comment-modes): Add pyhton-mode.
18169 (align-rules-list): Use get-text-property instead of
18170 text-properties-at.
18171 (align-rules-list): Add python-assignment.
18172 (align-rules-list): Change perl-comma-delimiter to
18173 basic-comma-delimiter. Use if for Perl modes and python-mode.
18174 (align-rules-list): Add python-chain-logic and
18175 basic-line-continuation.
18176
18177 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18178
18179 * apropos.el (apropos-mode-hook): New user variable.
18180 (apropos-mode): Run apropos-mode-hook.
18181
18182 2000-06-07 David Ponce <david@dponce.com>
18183
18184 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18185 commands. Require `wid-edit' at run-time.
18186
18187 2000-06-07 David Ponce <david@dponce.com>
18188
18189 * recentf.el: Added some "Commentary".
18190 (recentf-open-more-files, recentf-edit-list): Minor changes to
18191 move the point at the top of the file list. This behaviour is
18192 consistent with the menu one when the list contains a lot of
18193 files.
18194 (recentf-cleanup): Now displays the number of items removed from
18195 the list.
18196 (recentf-relative-filter) New menu filter to show filenames
18197 relative to `default-directory'.
18198
18199 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18200
18201 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18202 with/without giving an error if PostScript printer doesn't have this
18203 kind of page size. Zebra Stripe continues or restarts on next page.
18204 Manual/automatic paper feeding. Switch or not the header.
18205 (ps-print-version): New version number (5.2.2).
18206 (ps-windows-system): Include emx as a Windows system.
18207 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18208 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18209 (ps-background-text): Code fix.
18210 (ps-error-handler-message, ps-user-defined-prologue)
18211 (ps-print-prologue-header, ps-printer-name)
18212 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18213 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18214 (ps-use-face-background): Customization fix.
18215 (ps-n-up-database): Data fix.
18216 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18217 (ps-switch-header): New vars.
18218 (ps-xemacs-color-name, ps-face-foreground-name)
18219 (ps-face-background-name, ps-boolean-constant): New funs.
18220
18221 2000-06-07 Dave Love <fx@gnu.org>
18222
18223 * allout.el: New version from Manheimer.
18224
18225 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18226
18227 * textmodes/fill.el (fill-find-break-point): Check the validity of
18228 charset.
18229
18230 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18231
18232 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18233 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18234 Call display-color-p and display-mouse-p instead of looking at
18235 window-system.
18236
18237 2000-06-06 Dave Love <fx@gnu.org>
18238
18239 * image.el (find-image): Doc fix. Return nil if image not found.
18240 (put-image, insert-image): Make STRING arg optional.
18241
18242 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18243
18244 * language/vietnamese.el: Remove eval-when-compile.
18245 (viet-viscii-nonascii-translation-table): Define it as a
18246 translation table made from viet-viscii-decode-table.
18247 (viet-viscii-encode-table): Define it as a translation table made
18248 from the reverse map of above.
18249 (viet-vscii-nonascii-translation-table): Define it as a
18250 translation table made from viet-vscii-decode-table.
18251 (viet-vscii-encode-table): Define it as a translation table made
18252 from the reverse map of above.
18253 (ccl-decode-viscii): Use translate-character.
18254 (ccl-encode-viscii, ccl-encode-viscii-font)
18255 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18256 Likewize.
18257
18258 * language/cyrillic.el: Remove eval-when-compile.
18259 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18260 translation table made from cyrillic-koi8-r-decode-table.
18261 (cyrillic-koi8-r-encode-table): Define it as a translation table
18262 made from the reverse map of above.
18263 (ccl-decode-koi8): Use translate-character.
18264 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18265 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18266 a translation table made from cyrillic-alternativnyj-decode-table.
18267 (cyrillic-alternativnyj-encode-table): Define it as a translation
18268 table made from the reverse map of above.
18269 (ccl-decode-alternativnyj): Use translate-character.
18270 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18271 Likewize
18272
18273 * international/mule-diag.el (non-iso-charset-alist): Specify
18274 translation table symbol instead of translation table itself.
18275 (list-block-of-chars): CHARSET may be a translation table symbol.
18276
18277 * international/mule.el (make-coding-system): If CODING-SYSTEM
18278 already exists, override it.
18279
18280 * international/fontset.el: Use family `proportional' for Tibetan
18281 fonts.
18282
18283 * international/ccl.el (ccl-compile-translate-character): Don't
18284 check if Rrr has property translation-table.
18285 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18286
18287 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18288
18289 * info.el: Bind case-fold-search to t when searching in case
18290 a user sets it to nil in a hook.
18291
18292 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18293
18294 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18295 * hl-line.el (hl-line-mode): Use the new :global key argument.
18296
18297 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18298 (tar-clip-time-string): Prepend a space.
18299 (tar-grind-file-mode): Construct a string rather than modifying one.
18300 (tar-header-block-summarize): Fix docstring.
18301 Use `format' rather than an error-prone set of copy-loops.
18302
18303 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18304 (diff-goto-source, diff-unified->context, diff-context->unified)
18305 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18306 understand the format output by the `-p' argument to diff.
18307
18308 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18309 (sh-re-done): Use defconst.
18310 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18311 (sh-help-string-for-variable, sh-guess-basic-offset):
18312 Don't quote lambdas.
18313 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18314 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18315
18316 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18317 (mh-letter-mode): Derive from text-mode.
18318 This implicitly means that it now calls kill-all-local-variables.
18319 Also remove the Emacs-18 compatibility code.
18320
18321 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18322 Make use of symbol-property doc-string-elt.
18323 Use memq rather than a sequence of eq.
18324 (doc-string-elt): Fix the wrong or missing previously unused values.
18325 (autoload-print-form): New function extracted from
18326 generate-file-autoloads to allow recursion when handling progn
18327 so that defvar's and defun's docstrings are properly printed.
18328 (generate-file-autoloads): Use it.
18329
18330 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18331 Use find-file-hooks in the minor-mode function.
18332 Be careful not to loop indefinitely in the post-command-hook function.
18333
18334 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18335
18336 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18337 tty's.
18338 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18339 differences whenever appropriate.
18340 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18341 * viper.el (find-file, find-file-other-window): Get viper to do
18342 wildcards.
18343
18344 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18345
18346 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18347 (jit-lock-fontify-buffer): New function for JIT refontification.
18348 (jit-lock-mode): Fix docstring.
18349 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18350 Remove jit-lock-after-change from the _local_ hook.
18351 (jit-lock-function-1): Fix docstring.
18352
18353 * info.el (Info-on-current-buffer): Initialize info.
18354
18355 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18356
18357 * progmodes/tcl.el (tcl-indent-for-comment):
18358 Ignore comment-indent-hook.
18359
18360 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18361 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18362 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18363 and improve to use the lighter to guess the capitalization.
18364 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18365 Add keyword arguments to specify global-ness or the custom group.
18366 Add local-map and help-echo properties to the lighter.
18367 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18368 (easy-mmode-define-global-mode): New macro.
18369
18370 2000-06-02 Dave Love <fx@gnu.org>
18371
18372 * wid-edit.el: byte-compile-dynamic since we typically don't use
18373 all the widgets. Don't require cl or widget. Remove
18374 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18375 (widget-read-event): Removed. Callers changed to use read-event.
18376 (widget-button-release-event-p): Renamed from
18377 button-release-event-p.
18378 (widget-field-add-space, widget-field-use-before-change):
18379 Uncustomize.
18380 (widget-specify-field): Use keymap property, not local-map.
18381 (widget-specify-button): Obey :suppress-face.
18382 (widget-specify-insert): Use modern backquote syntax.
18383 (widget-image-directory): Renamed from widget-glyph-directory.
18384 (widget-image-enable): Renamed from widget-glyph-enable.
18385 (widget-image-find): Replaces widget-glyph-find.
18386 (widget-button-pressed-face): Move defvar.
18387 (widget-image-insert): Replaces widget-glyph-insert.
18388 (widget-convert): Use keywordp.
18389 (widget-leave-text, widget-children-value-delete): Use mapc.
18390 (widget-keymap): Remove XEmacs stuff.
18391 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18392 (widget-button-click): Don't set point at the click, but re-centre
18393 if we scroll out of window. Rewritten for images v. glyphs &c.
18394 (widget-tabable-at): Use POS arg, not point.
18395 (widget-beginning-of-line, widget-end-of-line)
18396 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18397 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18398 (widget-default-create): Use widget-image-insert; some rewriting.
18399 (widget-visibility-value-create)
18400 (widget-push-button-value-create, widget-toggle-value-create): Use
18401 widget-image-insert.
18402 (checkbox): Create on and off images dynamically.
18403 (documentation-link): Change :help-echo.
18404 (widget-documentation-link-echo-help): Remove.
18405
18406 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18407
18408 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18409
18410 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18411 (easy-mmode-define-toggle, define-minor-mode): Use it.
18412 (easy-mmode-define-keymap): Docstring fix.
18413 (define-derived-mode): Default PARENT to fundamental-mode.
18414 Add the derived-mode-parent symbol-property.
18415 (easy-mmode-derived-mode-p): New function.
18416
18417 2000-06-02 Dave Love <fx@gnu.org>
18418
18419 * files.el (convert-standard-filename): Doc fix.
18420 (normal-backup-enable-predicate): New function.
18421 (backup-enable-predicate): Use it to replace the lambda form.
18422
18423 * calendar/todo-mode.el: [This needs more work on the outline
18424 stuff.] Doc fixes.
18425 (todo) <defgroup>: Add :version.
18426 (todo-add-category): Don't use pushnew.
18427 (todo-cmd-raise): Fix typo.
18428 (todo-top-priorities): Change temp buffer name.
18429 (todo-category-alist): Avoid redundant lambda.
18430 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18431 Use outline-next-heading.
18432
18433 * autoarg.el: Rewritten to use define-minor-mode.
18434 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18435 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18436
18437 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18438
18439 * isearch.el (isearch-other-meta-char): Fix previous change.
18440
18441 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18442
18443 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18444 (log-edit-done): Only add the comment to the ring if it's different
18445 from the last comment entered.
18446
18447 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18448
18449 2000-06-01 Dave Love <fx@gnu.org>
18450
18451 * hl-line.el: Rewritten using define-minor-mode.
18452
18453 * help.el (describe-function-1): Distinguish special form from
18454 builtin function. Sanity-check presence of arglist for builtins.
18455
18456 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18457
18458 * international/characters.el: Fix syntax/category setting of
18459 Tibetan characters.
18460
18461 * language/tibet-util.el (tibetan-add-components): Fixes for new
18462 encoding of Tibetan characters.
18463 (tibetan-decompose-precomposition-alist): New variable.
18464 (tibetan-decompose-region): Convert precomposed characters to
18465 non-precomposed characters.
18466 (tibetan-decompose-string): Likewise.
18467 (tibetan-composition-function): Fix args to
18468 thibetan-compose-string.
18469
18470 * language/tibetan.el (tibetan-composable-pattern): More
18471 characters included.
18472 (tibetan-consonant-transcription-alist): Rule for "R" added.
18473 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18474 "+R" added.
18475 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18476
18477 * language/lao-util.el (lao-composition-function): Fix args to
18478 compose-string.
18479
18480 * language/thai-util.el (thai-composition-function): Fix args to
18481 compose-string.
18482
18483 * isearch.el (isearch-update): Set disable-point-adjustment to t
18484 to prevent the point moving to the end of a composition when a
18485 part of a composition is searched.
18486 (isearch-other-meta-char): If the key invoking this command can be
18487 mapped by function-key-map to a printing char, call
18488 isearch-process-search-char directly.
18489
18490 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18491
18492 * emacs-lisp/bytecomp.el:
18493 * frame.el:
18494 * international/mule-cmds.el:
18495 * international/mule-util.el:
18496 * international/mule.el:
18497 * mouse.el:
18498 * subr.el:
18499 * faces.el: Update calls to make-obsolete with a WHEN argument.
18500
18501 * byte-run.el (make-obsolete, make-obsolete-variable):
18502 Add an optional WHEN argument and change the format of the
18503 symbol-property information.
18504 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18505 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18506 new obsolete-symbol-property format and print WHEN if it is provided.
18507
18508 2000-05-31 Dave Love <fx@gnu.org>
18509
18510 * loadhist.el (loadhist-hook-functions): Remove
18511 before-change-function, after-change-function.
18512 (unload-feature): Deal with symbols which are both bound and
18513 fbound.
18514
18515 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18516 before-change-function, after-change-function.
18517
18518 * simple.el (newline): Don't bind before-change-function,
18519 after-change-function.
18520
18521 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18522
18523 * whitespace.el (whitespace-rescan-timer-time): Update interval
18524 set to 600 seconds (10 minutes) instead of 60 seconds since
18525 a large number of whitespace buffers causes emacs to `freeze'
18526 for a considerable amount of time.
18527
18528 * whitespace.el: Updated email address
18529
18530 2000-05-31 Dave Love <fx@gnu.org>
18531
18532 * add-log.el (change-log-font-lock-keywords) <function>: Add
18533 pattern for function of change.
18534 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18535 acknowledgements patterns.
18536
18537 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18538
18539 * isearch.el (isearch-printing-char): If keyboard coding system is
18540 being used, call isearch-process-search-multibyte-characters.
18541
18542 * international/isearch-x.el: Mostly rewritten.
18543
18544 * international/quail.el (quail-start-conversion): Don't include
18545 unhandled events in the returned events, but set them in
18546 unread-command-events. Exit if all inputs are deleted.
18547
18548 2000-05-30 Jason Rumney <jasonr@gnu.org>
18549
18550 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18551
18552 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18553 Reenable code to create initial fontsets.
18554 Use set-fontset-font in place of put-charset-property.
18555
18556 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18557
18558 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18559 label, ensure that the first colon isn't followed by another.
18560
18561 * paths.el (Info-default-directory-list): Doc fix.
18562
18563 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18564 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18565 send a query containing USER only, not USER@HOST.
18566
18567 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18568 and rmail-msgend to compute the restriction at the end, instead of
18569 computing it.
18570
18571 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18572
18573 * dabbrev.el (dabbrev-expand): Don't display messages in the
18574 echo area if the minibuffer window is active.
18575
18576 * jit-lock.el (jit-lock-mode): Add after change function to
18577 local hook.
18578
18579 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18580
18581 * antlr-mode.el: New commands: hide/unhide actions,
18582 upcase/downcase literals.
18583 (antlr-tiny-action-length): New user option.
18584 (antlr-hide-actions): New command. Suggested by
18585 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18586 (antlr-mode-map): New binding [C-c C-v].
18587 (antlr-mode-menu): New entries.
18588 (antlr-downcase-literals): New command.
18589 (antlr-upcase-literals): Ditto.
18590
18591 * antlr-mode.el: Minor changes: indendation, mode-name.
18592 (antlr-indent-line): Indent cpp directive at column 0.
18593 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18594
18595 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18596 (antlr-font-lock-additional-keywords): Workaround for intentional
18597 bug in XEmacs version of font-lock.
18598 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18599 be used by a smarter version of `buffers-menu-grouping-function'.
18600
18601 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18602
18603 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18604 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18605
18606 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18607
18608 * international/encoded-kb.el
18609 (encoded-kbd-iso2022-designation-map): Pay attention to that
18610 charset-iso-final-char return -1 for eight-bit-control and
18611 eight-bit-graphic.
18612
18613 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18614
18615 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18616 (speedbar-easymenu-definition-base): Use display-graphic-p where
18617 available, instead of window-system.
18618
18619 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18620
18621 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18622 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18623 coding systems.
18624
18625 2000-05-26 Dave Love <fx@gnu.org>
18626
18627 * disp-table.el (standard-display-underline): Don't use
18628 internal-find-face.
18629
18630 * mail/reporter.el: Maintainer change. Doc fixes.
18631 (reporter-version): Deleted.
18632
18633 * emacs-lisp/elp.el: Maintainer change.
18634 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18635
18636 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18637
18638 * add-log.el (add-change-log-entry): Merge the current entry with the
18639 previous one if the previous one is empty.
18640
18641 2000-05-26 Dave Love <fx@gnu.org>
18642
18643 * loadhist.el (unload-feature): Fix interactive spec [from
18644 lijnzaad@ebi.ac.uk].
18645
18646 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18647 subr-arity to check primitives.
18648 (byte-compile-flush-pending, byte-compile-file-form-progn)
18649 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18650 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18651 mapcar.
18652
18653 2000-05-26 Kenichi Handa <handa@etl.go.jp>
18654
18655 * international/fontset.el: Set family names of non-latin charsets
18656 in default fontset to "*".
18657
18658 * international/mule-diag.el (print-fontset): Combine family part
18659 and registry part of the fontname by "-*-" instead of "-".
18660
18661 * international/mule-cmds.el (encode-coding-char): Make strings
18662 multibyte before calling encode-coding-string.
18663
18664 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
18665
18666 * derived.el: Fix keywords.
18667 (define-derived-mode): Only define if needed.
18668
18669 * simple.el (fill-comment, comment-column, comment-start)
18670 (comment-start-skip, comment-end, comment-indent-function)
18671 (block-comment-start, block-comment-end, indent-for-comment)
18672 (set-comment-column, kill-comment, comment-padding, comment-region)
18673 (comment-multi-line, indent-new-comment-line): Remove.
18674
18675 * bindings.el (esc-map): Change ; to comment-dwim and use the new
18676 function names for comment operations.
18677
18678 * newcomment.el: Add abundant autoload cookies.
18679 (comment-style): Don't depend on runtime data at compile-time.
18680 (comment-indent-hook): Remove.
18681 (comment-indent): Check if comment-indent-hook is bound.
18682 (comment-region): Docstring fix.
18683
18684 2000-05-25 Dave Love <fx@gnu.org>
18685
18686 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
18687 byte-code-function-p.
18688
18689 * mail/rmailsum.el: Add provide.
18690
18691 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
18692
18693 * smerge-mode.el (smerge-diff-switches): Don't use list* in
18694 defcustom.
18695
18696 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
18697
18698 * ediff-diff.el (ediff-exec-process): delete --binary option from
18699 non-buffer ediff jobs.
18700
18701 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18702
18703 * hilit-chg.el (highlight-changes-mode): Ask about color or
18704 grayscale support, not about window-system.
18705
18706 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
18707 window-system.
18708 (ffap-highlight): Always default to t.
18709
18710 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
18711 display-popup-menus-p instead of looking at window-system.
18712
18713 * disp-table.el (standard-display-g1, standard-display-graphic):
18714 Only refuse to use string glyphs on X and MS-Windows.
18715
18716 * avoid.el: Remove window-system from commentary, suggest to use
18717 display-*-p instead.
18718
18719 * apropos.el (apropos-print): Use display-mouse-p instead of
18720 window-system.
18721
18722 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18723
18724 * international/codepage.el (cp-decoding-vector-for-codepage):
18725 Fill up unsupported characters with their own codes. From Kenichi
18726 Handa.
18727
18728 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18729
18730 * international/mule-diag.el (describe-char-after): Use
18731 display-graphic-p instead of window-system, so that this function
18732 works on MS-DOS.
18733
18734 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18735
18736 * international/codepage.el (cp-make-coding-systems-for-codepage):
18737 Remove the eight-bit-graphic and eight-bit-control charsets from
18738 the list of charsets which we convert into `?'.
18739
18740 2000-05-25 Kenichi Handa <handa@etl.go.jp>
18741
18742 * international/mule-conf.el: Specify CHARSET-ID explicitely for
18743 private charsets.
18744 (mule-unicode-0100-24ff, japanese-jisx0213-1,
18745 japanese-jisx0213-2): New charsets.
18746
18747 * international/fontset.el: Setup default fontset for new charsets.
18748
18749 2000-05-24 Dave Love <fx@gnu.org>
18750
18751 * info.el (Info-find-node-2): Restructure [following "Vadim
18752 S. Solomin" <sovs@uic.nnov.ru>].
18753
18754 * icomplete.el: Fix header for Finder.
18755
18756 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
18757
18758 * rmailout.el (rmail-output-to-rmail-file): Added optional param
18759 STAY.
18760
18761 * rmail.el (rmail-automatic-folder-directives): New user variable.
18762 (rmail-show-message): Add call to `rmail-auto-file' during
18763 display.
18764 (rmail-auto-file): New function.
18765
18766 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18767
18768 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
18769 account.
18770 (ediff-test-utility,ediff-diff-mandatory-option)
18771 (ediff-reset-diff-options): Utilities for proper initialization of
18772 ediff-diff-options and ediff-diff3-options on Windows.
18773
18774 * ediff-init.el (ediff-merge-filename-prefix): New customizable
18775 variable.
18776
18777 * ediff-mult.el (ediff-filegroup-action): Use
18778 ediff-merge-filename-prefix.
18779
18780 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18781
18782 * viper-ex.el (ex-write): Set selective display to nil.
18783
18784 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18785
18786 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
18787 aliases for hebrew-iso-8bit.
18788
18789 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18790
18791 * woman.el: New version from Francis J. Wright
18792 <F.J.Wright@Maths.QMW.ac.uk>.
18793 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
18794 names in environment variables regardless of the path separator.
18795 (woman-topic-all-completions-1): Don't call file-name-directory-p
18796 on all files, since woman-file-regexp already filters out any
18797 directories.
18798
18799 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18800
18801 * international/quail.el (quail-start-translation): Don't change
18802 modified-p of the current buffer.
18803 (quail-start-conversion): Likewise.
18804
18805 * international/kkc.el (kkc-region): Don't change modified-p of
18806 the current buffer.
18807
18808 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
18809 conform to RFC1468.
18810 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
18811
18812 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
18813
18814 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
18815 (speedbar-insert-button): Invisible text property fix.
18816 (speedbar-directory-plus): Renamed from speedbar-directory-+
18817 (speedbar-directory-minus): Renamed from speedbar-directory--
18818 (speedbar-page-plus): Renamed from speedbar-file-+
18819 (speedbar-page-minus): Renamed from speedbar-file--
18820 (speedbar-page): Renamed from speedbar-file-
18821 (speedbar-tag): Renamed from speedbar-tag-
18822 (speedbar-tag-plus): Renamed from speedbar-tag-+
18823 (speedbar-tag-minus): Renamed from speedbar-tag--
18824 (speedbar-expand-image-button-alist): Use above renames.
18825
18826 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
18827 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
18828 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
18829 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
18830 * sb-pg.xpm: Renamed from sb-file.xpm
18831 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
18832 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
18833
18834 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18835
18836 * international/quail.el (quail-show-guidance-buf): Set
18837 current-input-method of the guidance buffer to the name of the
18838 curren input method.
18839
18840 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
18841
18842 * progmodes/compile.el (compile-internal): Style typo.
18843
18844 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
18845 quote vars and functions in the docstring.
18846
18847 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
18848
18849 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
18850 Don't quote lambdas.
18851
18852 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
18853
18854 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18855
18856 * startup.el (command-line): Determine source file of compiled
18857 user init file differently. Warn if compiled user init file
18858 is older than its source file.
18859
18860 * ffap.el (ffap-url-regexp): Add `https'.
18861
18862 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
18863
18864 * files.el (make-backup-file-name-1): Replace slashes with `!'
18865 rather than `|' (which is not allowed on Windows). Replace the
18866 drive letters with a string "drive_X".
18867
18868 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18869
18870 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
18871
18872 * files.el (interpreter-mode-alist): Add `bash2'.
18873
18874 2000-05-22 Dave Love <fx@gnu.org>
18875
18876 * loadhist.el (feature-symbols, file-provides, file-requires): Use
18877 mapc.
18878 (feature-file): Avoid calling symbol-name. Doc fix.
18879 (file-set-intersect, file-dependents): Use dolist, not mapcar.
18880 (loadhist-hook-functions): Add mouse-position-function.
18881 (unload-feature): Change uses of mapcar.
18882
18883 * files.el (parse-colon-path): Doc fix.
18884 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
18885 (set-auto-mode): Use mapc.
18886
18887 * complete.el (PC-look-for-include-file): Use :alnum: character
18888 class.
18889 (partial-completion-mode): Add autoload cookie.
18890
18891 2000-05-22 Sam Steingold <sds@gnu.org>
18892
18893 * info.el (Info-fontify-node): Fixed the call to
18894 `add-text-properties' (bug introduced on 2000-05-18).
18895
18896 2000-05-22 Dave Love <fx@gnu.org>
18897
18898 * bindings.el: Remove debug-ignored-errors set in other files.
18899
18900 * progmodes/etags.el: Add to debug-ignored-errors.
18901 (visit-tags-table-buffer): Clear out buffers holding old tables
18902 when making a new list.
18903 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
18904 mapc.
18905
18906 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
18907 quote keywords.
18908 (cmpl-string-case-type): Use character classes.
18909
18910 * comint.el:
18911 * textmodes/ispell.el:
18912 * imenu.el:
18913 * mail/mh-e.el:
18914 * progmodes/compile.el: Add to debug-ignored-errors.
18915
18916 * dabbrev.el: Add to debug-ignored-errors.
18917 (dabbrev-completion): Use mapc.
18918
18919 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
18920
18921 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
18922 (woman-mapcan, woman-parse-man.conf)
18923 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
18924 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
18925 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
18926 path syntax better.
18927 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
18928 (woman-manpath): Call woman-parse-man.conf.
18929 (woman-emulation): New defcustom, defaults to nroff.
18930 (woman-font-support): New defconst.
18931 (woman-use-symbol-font): New defcustom.
18932 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
18933 "Emulation".
18934 Many functions: Doc fix.
18935
18936 2000-05-22 Kenichi Handa <handa@etl.go.jp>
18937
18938 * international/quail.el (quail-simple-translation-keymap): Map
18939 128..255 to quail-self-insert-command.
18940 (quail-keyboard-layout-alist): Add definition for "pc102-de".
18941
18942 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
18943
18944 * help.el (help-manyarg-func-alist): Typo.
18945
18946 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
18947 intervals which makes it heaps simpler.
18948
18949 * newcomment.el (comment-region-internal): Go back to BEG after quoting
18950 the nested comment markers.
18951
18952 * subr.el (remove-hook): Don't turn the hook's value into a list.
18953
18954 2000-05-21 Dave Love <fx@gnu.org>
18955
18956 * edmacro.el (edmacro-parse-keys): Return vector if any elements
18957 are invalid characters.
18958
18959 * international/mule-util.el (detect-coding-with-priority): Use
18960 mapc. Remove redundant lambda.
18961
18962 * international/mule-diag.el (list-non-iso-charset-chars)
18963 (describe-fontset): Remove redundant lambda.
18964
18965 * emulation/crisp.el (brief-mode): New alias.
18966
18967 * emacs-lisp/ring.el (ring-elements): New function.
18968
18969 * emacs-lisp/easymenu.el (easy-menu-create-menu)
18970 (easy-menu-do-add-item): Use keywordp.
18971
18972 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
18973
18974 * replace.el: Doc and error message fixes.
18975 (replace-highlight): Use facep, not internal-find-face.
18976
18977 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
18978
18979 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
18980
18981 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
18982 (log-edit-insert-changelog): Drop `:' as well.
18983
18984 * log-view.el: Fix file description.
18985 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
18986 available.
18987 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
18988 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
18989
18990 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
18991 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
18992 Print a status message if the toggle is called interactively.
18993 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
18994 for global minor modes and use `defcustom' for them.
18995 Use add-minor-mode.
18996 (easy-mmode-define-derived-mode): Remove.
18997 (define-derived-mode): Fancier default docstring.
18998 (easy-mmode-define-navigation): Signal an error rather than (ding).
18999
19000 * newcomment.el (comment-styles): New `box-multi'.
19001 (comment-normalize-vars): Better default for comment-continue to
19002 avoid whitespace-only continuations.
19003 (comment-search-forward): Always move even in the no-syntax case.
19004 (comment-padright): Only obey N if it's only obeyed for padleft.
19005 (comment-make-extra-lines): Better handling of empty continuations.
19006 Use `=' for the filler if comment-start has only one character.
19007 (uncomment-region): Try handling the special `=' filler.
19008 (comment-region): Allow LINES even if MULTI is nil.
19009 (comment-box): Choose box style based on comment-style.
19010
19011 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19012
19013 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19014 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19015
19016 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19017
19018 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19019 and insert, not subst-char-in-region.
19020
19021 * international/mule-diag.el (list-character-sets-1): Handle
19022 charsets eight-bit-control and eight-bit-graphic.
19023 (list-iso-charset-chars): Likewise.
19024 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19025 charactes as is. Use indent-to to align characters.
19026
19027 * international/mule-cmds.el (find-multibyte-characters): Never
19028 exclude charsets eight-bit-control and eight-bit-graphic.
19029
19030 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19031
19032 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19033 Don't quote lambdas.
19034
19035 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19036
19037 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19038
19039 * gud.el (gud-jdb-directories): Doc fix.
19040
19041 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19042
19043 * newcomment.el: New file.
19044
19045 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19046
19047 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19048
19049 2000-05-18 Andreas Schwab <schwab@suse.de>
19050
19051 * dired.el (dired-between-files): Also skip lines beginning with
19052 `used'.
19053
19054 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19055
19056 * msb.el (msb-menu-cond): Add choice `user'.
19057
19058 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19059
19060 * ps-print.el: Compatibility, customization and doc fix.
19061 (ps-printer-name-option): Replace defconst by defvar.
19062 (ps-postscript-code-directory): XEmacs compatibility.
19063 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19064 fix.
19065 (ps-user-defined-prologue, ps-print-prologue-header)
19066 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19067 compatibility and code fix.
19068 (ps-print-background-image, ps-print-background-text):
19069 Customization fix.
19070 (ps-line-number-start, ps-n-up-on): New vars.
19071
19072 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19073
19074 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19075 the indent-comment function to just return the appropriate indent.
19076
19077 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19078
19079 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19080 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19081 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19082
19083 2000-05-18 Dave Love <fx@gnu.org>
19084
19085 * info.el (Info-fontify-node): Add intangible property as well as
19086 invisible.
19087
19088 * calendar/appt.el (appt-make-list): Match all lines of entry.
19089 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19090
19091 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19092
19093 * international/mule-diag.el (describe-char-after): Call
19094 internal-char-font, not char-font. If internal-char-font returns
19095 nil, display "-- none --".
19096
19097 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19098
19099 * image.el (image-type-available-p): Don't reference image-types
19100 if it isn't bound.
19101
19102 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19103
19104 * autoarg.el (autoarg-mode): Typo in the :set argument.
19105
19106 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19107
19108 * startup.el (command-line-1): Don't signal an error if the
19109 directory for auto-save-list files does not yet exist.
19110
19111 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19112
19113 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19114
19115 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19116
19117 * subr.el (remove-hook): `setq' hook-value, not `set'.
19118
19119 2000-05-16 Sam Steingold <sds@gnu.org>
19120
19121 * info.el (debug-ignored-errors): More errors to ignore.
19122
19123 2000-05-16 Dave Love <fx@gnu.org>
19124
19125 * cus-edit.el: Don't require cl or easymenu.
19126 (custom-variable-prompt): Test standard-value property, not
19127 user-variable-p.
19128
19129 2000-05-16 Sam Steingold <sds@gnu.org>
19130
19131 * subr.el (add-hook): `setq' hook-value, not `set'.
19132
19133 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19134
19135 * startup.el (command-line-1): Mention the FAQ in the startup
19136 message.
19137
19138 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19139
19140 * progmodes/compile.el (compilation-parse-errors): Collect
19141 `nomessage' regexps last.
19142
19143 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19144
19145 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19146 to the function name.
19147
19148 2000-05-15 Dave Love <fx@gnu.org>
19149
19150 * speedbar.el (speedbar-recenter): Typo.
19151 (speedbar-expand-line): Make arg optional.
19152 (speedbar-mode): Avoid a compiler warning.
19153
19154 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19155
19156 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19157 user-specified option string is empty.
19158
19159 * mouse.el (mouse-yank-at-click): Doc fix.
19160
19161 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19162
19163 * term/internal.el (IT-character-translations): More updates of
19164 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19165 documents.
19166
19167 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19168
19169 * env.el (getenv): New function, interactively callable.
19170 (setenv, getenv): Remove autoload cookies.
19171
19172 * loadup.el: Load `env'.
19173
19174 * progmodes/f90.el: Change author's mail address.
19175
19176 2000-05-14 Dave Love <fx@gnu.org>
19177
19178 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19179 goto-addr as an option.
19180
19181 * help.el (help-xref-stack): Doc fix.
19182 (help-xref-following): New variable.
19183 (help-make-xrefs): Use it.
19184 (help-xref-go-back): Use position information from stack element.
19185 (help-follow): Make position in stack element a pair. Use
19186 help-xref-following.
19187
19188 * autoarg.el: New file.
19189
19190 * faces.el: Declare more functions obsolete.
19191
19192 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19193 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19194 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19195 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19196 Remove all the setup-...-environment functions.
19197
19198 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19199
19200 * speedbar.el: Updated the commentary section. xemacs20p now uses
19201 >= when detecting. Require `defimage' safely.
19202 (speedbar-easymenu-definition-base): Add toggle for images.
19203 (speedbar-easymenu-definition-special): Add flush cache & expand.
19204 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19205 (speedbar-reconfigure-keymaps-hook): New variable.
19206 (speedbar-frame-parameters): Updated documentation.
19207 (speedbar-use-imenu-flag): Updated custom tag
19208 (speedbar-dynamic-tags-function-list): New variable.
19209 (speedbar-tag-hierarchy-method): Updated doc & custom.
19210 (speedbar-indentation-width, speedbar-indentation-width) New
19211 variables.
19212 (speedbar-hide-button-brackets-flag): Customizable.
19213 (speedbar-vc-indicator): Doc update.
19214 (speedbar-ignored-path-expressions): Updated default value.
19215 (speedbar-supported-extension-expressions): Updated default value.
19216 (speedbar-syntax-table): Remove {} paren status.
19217 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19218 as "+". Added overlay aliases.
19219 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19220 `force-mode-line-update'.
19221 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19222 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19223 `mouse-set-point'
19224 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19225 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19226 of arbitrary text, and new helper functions.
19227 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19228 filename finder.
19229 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19230 (speedbar-directory-buttons): Update path search/expansion.
19231 (speedbar-make-tag-line): Pay attention to
19232 `speedbar-indentation-width'. Use more care w/ invisible
19233 properties.
19234 (speedbar-change-expand-button-char): Call
19235 `speedbar-insert-image-button-maybe'.
19236 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19237 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19238 (speedbar-trim-words-tag-hierarchy)
19239 (speedbar-simple-group-tag-hierarchy): New functions
19240 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19241 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19242 functions.
19243 (speedbar-mouse-set-point): New function
19244 (speedbar-power-click): Updated documentation.
19245 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19246 of tag prefix text.
19247 (speedbar-expand-line, speedbar-contract-line): Make more robust
19248 to strange text.
19249 (speedbar-expand-line): Takes universal argument to flush the
19250 cache.
19251 (speedbar-flush-expand-line): New function.
19252 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19253 Use new generator insertion method.
19254 (speedbar-fetch-dynamic-tags): New function.
19255 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19256 `speedbar-fetch-dynamic-imenu'.
19257 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19258 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19259 "Revert Buffer" menu items.
19260 (speedbar-buffer-buttons-engine): Be smarter when creating a
19261 filename tag (for expansion purposes.).
19262 (speedbar-highlight-one-tag-line,
19263 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19264 (speedbar-recenter): New functions.
19265 (defimage-speedbar): Image loading abstraction.
19266 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19267 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19268 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19269 (speedbar-tag-type, speedbar-tag-mail): New images.
19270 (speedbar-expand-image-button-alist): New variable.
19271 (speedbar-insert-image-button-maybe): Insert an image over some
19272 buttons.
19273
19274 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19275
19276 * international/mule-cmds.el (encode-coding-char): An ASCII
19277 character is always encodable.
19278
19279 * international/mule-conf.el: Add more information in descriptions
19280 of character sets.
19281
19282 * international/mule-diag.el (describe-char-after): New function.
19283 (describe-font-internal): Adjusted for the change of font-info.
19284 (describe-font): Likewise.
19285 (print-fontset): Rewritten for the new fontset implementation.
19286 (describe-fontset): Include fontset alias names in completion.
19287 (list-fontsets): Adjusted for the change of print-fontset.
19288
19289 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19290 describe-char-after instead of displaying the detail in the echo
19291 area.
19292 (syntax-code-table): Format changed.
19293 (string-to-syntax): Adjusted for the above change.
19294
19295 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19296
19297 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19298
19299 2000-05-12 Dave Love <fx@gnu.org>
19300
19301 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19302 dependence. Use line-{beginning,end}-position, not
19303 point-at{b,e}ol. Some doc fixes.
19304 (todo-position): New function. Fix callers of position to use it.
19305 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19306
19307 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19308
19309 * time.el (display-time-mail-icon): Use `:ascent center'.
19310
19311 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19312 handling FTP security extensions.
19313
19314 2000-05-11 Dave Love <fx@gnu.org>
19315
19316 * calendar/todo-mode.el: New file.
19317
19318 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19319
19320 * comint.el (comint-read-input-ring): Move reference to
19321 comint-input-ring-size outside of the save-excursion. It was
19322 causing the default value to be the only one ever seen.
19323
19324 * font-lock.el: Update copyright. Remove Simon Marshall's email
19325 address on request from him.
19326
19327 * subr.el (substitute-key-definition): Add comment describing
19328 the meaning of PREFIX.
19329
19330 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19331
19332 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19333
19334 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19335 (add-minor-mode): Don't make the variable buffer-local and add a
19336 reference to define-minor-mode in the docstring.
19337
19338 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19339 HEADER/FOOTER and fix bug with trailing empty directory.
19340 (cvs-append-to-ignore): Use vc-editable-p if available.
19341 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19342 (vc-do-command): Tweak advice to handle the new VC.
19343
19344 * log-view.el (log-view-goto-rev): New function for the new VC.
19345 (log-view-minor-wrap): Use mark-active.
19346
19347 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19348 (log-edit-changelog-full-paragraphs): New var.
19349 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19350 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19351 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19352 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19353 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19354 Replace the `cvs' prefix with `log-edit'.
19355
19356 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19357
19358 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19359 (diff-font-lock-defaults): Explicitly turn off multiline.
19360 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19361 (diff-ediff-patch): Fix call to ediff-patch-file.
19362 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19363 Handle comments.
19364
19365 * frame.el (automatic-hscrolling): Typo.
19366
19367 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19368
19369 2000-05-09 Sam Steingold <sds@goems.com>
19370
19371 * apropos.el (apropos-print): use `describe-face' instead of
19372 `customize-face-other-window'.
19373
19374 2000-05-09 Dave Love <fx@gnu.org>
19375
19376 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19377
19378 * help.el (describe-variable): Have customize button pop the
19379 help-xref stack when invoked.
19380 (help-xref-symbol-regexp): Add `face'.
19381 (help-make-xrefs): Check for quoted face names and adapt regexp
19382 submatch numbers to cope.
19383 (help-xref-interned): Maybe insert face doc too. Separate
19384 sections with a line of hyphens.
19385
19386 * faces.el: Some doc fixes. Declare some functions obsolete.
19387 (describe-face): Add customize button. Return the help
19388 text. Fix prompt.
19389
19390 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19391
19392 * term/internal.el (IT-character-translations): Fix last change.
19393
19394 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19395
19396 * woman.el: New file
19397 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19398
19399 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19400
19401 * term/internal.el (IT-character-translations): Update ASCII
19402 simulations for greek-iso8859-7, add latin-iso8859-14 and
19403 latin-iso8859-15.
19404
19405 * international/mule-cmds.el (set-language-info-alist): Call
19406 define-prefix-command with 3 arguments, to make the map suitable
19407 for a menu.
19408
19409 2000-05-07 Dave Love <fx@gnu.org>
19410
19411 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19412
19413 2000-05-05 Dave Love <fx@gnu.org>
19414
19415 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19416 list in doc string. Don't quote keyword symbols.
19417 * emacs-lisp/cl.el: Likewise
19418 * emacs-lisp/cl-seq.el: Likewise
19419
19420 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19421
19422 * abbrev.el (abbrev-mode): Make ARG optional.
19423
19424 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19425
19426 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19427
19428 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19429
19430 * subr.el (substitute-key-definition): Clarify documentation.
19431
19432 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19433
19434 * glasses.el (glasses-convert-to-unreadable): Use
19435 `glasses-separator' instead of the hard-wired "_".
19436 (glasses-mode): Call `glasses-make-unreadable' only in a single
19437 place.
19438
19439 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19440
19441 * term/internal.el (cjk-codepages-alist): Add associations for
19442 Chinese and Korean codepages. Remove FIXME comment.
19443
19444 2000-05-03 Dave Love <fx@gnu.org>
19445
19446 * time.el (display-time-mail-face, display-time-use-mail-icon):
19447 New option.
19448 (display-time-mail-icon): New variable.
19449 (display-time-string-forms): Use the above. Fix the local-map.
19450
19451 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19452
19453 * replace.el (query-replace-map): Add binding for `E'.
19454 (query-replace-help): Extend help text.
19455 (perform-replace): Allow editing the replacement string.
19456
19457 * make-mode.el (makefile-mode-abbrev-table): New variable.
19458 (makefile-mode): Set local abbrev table to
19459 makefile-mode-abbrev-table.
19460 (makefile-font-lock-keywords): Fontify includes and conditionals.
19461
19462 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19463 set TOGGLE's value.
19464
19465 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19466 mail-interactive-insert-alias.
19467 (mail-abbrev-complete-alias): New command.
19468 (mail-mode-map): Bind it to `M-TAB'.
19469
19470 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19471
19472 * language/lao-util.el (lao-compose-region): New function.
19473
19474 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19475
19476 * files.el (recover-session): Make directories as necessary
19477 if they don't exist yet.
19478
19479 * calendar/cal-french.el
19480 (french-calendar-multibyte-special-days-array)
19481 (french-calendar-special-days-array): Change French text.
19482 (calendar-french-date-string): Change output.
19483 (calendar-goto-french-date): Likewise.
19484
19485 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19486
19487 * wid-edit.el (widget-default-active): Obey `:always-active'.
19488 (widget-documentation-string-value-create): Set `:always-active'.
19489
19490 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19491
19492 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19493 default prefix to `~/_emacs.d/auto-save.list/_s'.
19494 (normal-top-level): Create the directory for auto-save files, if
19495 it doesn't already exist (in the ms-dos case only).
19496
19497 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19498
19499 * international/mule-cmds.el (set-language-environment): Don't
19500 concat an integer (dos-codepage), use format instead.
19501
19502 2000-05-02 Dave Love <fx@gnu.org>
19503
19504 * help.el (help-xref-on-pp): Check for constant symbols.
19505
19506 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19507
19508 * startup.el (normal-top-level): Put a condition-case around
19509 the code loading subdirs.el.
19510
19511 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19512
19513 * ps-print.el: Upside-down and face background color printing,
19514 line number step, doc fix.
19515 (ps-print-version): New version number (5.2).
19516 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19517 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19518 (ps-spool-config): Var fix.
19519 (ps-printer-name-option): Const fix.
19520 (ps-print-upside-down, ps-use-face-background)
19521 (ps-line-number-step): New vars.
19522 (ps-window-system, ps-lp-system): New consts.
19523 (ps-face-background): New fun.
19524
19525 2000-04-28 Richard Stallman <rms@gnu.org>
19526
19527 * files.el (make-auto-save-file-name):
19528 Apply auto-save-file-name-transforms to visited file name
19529 before generating auto save file name.
19530 (auto-save-file-name-transforms): New variable.
19531
19532 * files.el (backup-enable-predicate):
19533 Correctly test for a file under a temporary directory.
19534
19535 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19536
19537 * subr.el (add-minor-mode): Rewritten.
19538
19539 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19540
19541 * mail/sendmail.el (sendmail-send-it): Set
19542 buffer-file-coding-system to the selected coding system for MIME
19543 header.
19544
19545 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19546
19547 * dired.el (dired-move-to-filename-regexp): Allow format where
19548 YYYY is followed by two spaces.
19549
19550 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19551 in the second character class of the regexp.
19552
19553 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19554 mh-etc, too.
19555
19556 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19557 nil.
19558
19559 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19560
19561 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19562 argument.
19563
19564 2000-04-27 Sen Nagata <sen@eccosys.com>
19565
19566 * emacs-lisp/crm.el (crm-completion-table): New variable.
19567 (crm-collection-fn, crm-test-completion)
19568 (completing-read-multiple): Use it.
19569
19570 2000-04-27 Dave Love <fx@gnu.org>
19571
19572 * help.el (locate-library): Use mapc.
19573 (help-manyarg-func-alist): Add call-process-region.
19574
19575 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19576
19577 * subr.el (add-minor-mode): Make argument MAP optional.
19578
19579 * desktop.el (desktop-save): Save list of minor modes.
19580 (desktop-create-buffer): Restore minor modes.
19581 (desktop-minor-mode-table): New user-option.
19582
19583 * subr.el (add-minor-mode): New function.
19584
19585 * image.el (find-image): New function.
19586 (defimage): Rewritten to find image at load time.
19587
19588 * startup.el (normal-top-level-add-to-load-path): Handle
19589 case that the default directory is not in load-path.
19590
19591 * help.el: Old patch from Stefan Monnier.
19592 (help-xref-on-pp): New function.
19593 (describe-variable): Use it to display xrefs in a symbol's value.
19594
19595 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19596
19597 * cus-edit.el (custom-face): Fix parenthesis.
19598
19599 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19600
19601 * mail/rmail.el (rmail-expunge): When there are no deleted
19602 messages, do nothing.
19603
19604 2000-04-26 Dave Love <fx@gnu.org>
19605
19606 * international/mule-cmds.el (locale-translation-file-name):
19607 Defvar to nil.
19608 (set-locale-environment): Set it here (at runtime).
19609
19610 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19611
19612 * replace.el (perform-replace): Add parameters START and END. Use
19613 them instead of the check for a region in Transient Mark mode.
19614 (query-replace-read-args): Return two more list elements for the
19615 start and end of the region in Transient Mark mode.
19616 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19617 (map-query-replace-regexp, replace-string, replace-regexp): Add
19618 optional last arguments START and END and pass them to
19619 perform-replace.
19620
19621 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19622 form with additional arguments for perform-replace.
19623
19624 * progmodes/etags.el (tags-query-replace): Add parameters START
19625 and END. Construct a form with additional arguments for
19626 perform-replace.
19627
19628 * simple.el (shell-command): Set default directory for "*Shell
19629 Command Output" buffer.
19630
19631 * language/european.el (iso-latin-4): Fix typo.
19632
19633 * emacs-lisp/crm.el: New file.
19634
19635 2000-04-24 Dave Love <fx@gnu.org>
19636
19637 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19638 (Custom-reset-saved, Custom-reset-standard)
19639 (custom-group-value-create, custom-group-set, custom-group-save)
19640 (custom-group-reset-current, custom-group-reset-saved)
19641 (custom-group-reset-standard): Use mapc.
19642 (custom-buffer-create-internal): Disable undo when creating items.
19643 Use mapc.
19644 (custom-face): Avoid redundant lambda.
19645
19646 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19647
19648 * startup.el (auto-save-list-file-prefix): Set default to
19649 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19650
19651 2000-04-24 Sam Steingold <sds@gnu.org>
19652
19653 * time-stamp.el (time-stamp-string-preprocess): Always convert
19654 `field-result' to a string.
19655
19656 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19657
19658 * frame.el (scrolling): New group.
19659 (automatic-hscrolling): New user-option.
19660
19661 * startup.el (command-line-x-option-alist): Add `-lsp' and
19662 `--line-spacing'.
19663
19664 2000-04-19 Dave Love <fx@gnu.org>
19665
19666 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
19667 (cl-mapc): Rename from mapc. Fix the funcall.
19668
19669 2000-04-19 Gerd Moellmann <gerd@gnu.org>
19670
19671 * simple.el (clone-indirect-buffer-other-window): New command.
19672 (clone-indirect-buffer): Add optional arg NORECROD.
19673 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
19674
19675 * help.el (resize-temp-buffer-window): Use count-screen-lines.
19676
19677 * window.el (count-screen-lines): New function.
19678 (shrink-window-if-larger-than-buffer): Use count-screen-lines
19679 instead of window-buffer-height.
19680
19681 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
19682 non-existing variable comint-input-sentinel.
19683 (inferior-lisp-args-to-list): Removed.
19684 (inferior-lisp): Use split-string instead of
19685 inferior-lisp-args-to-list.
19686
19687 * hexl.el (hexl-insert-hex-string): New command.
19688
19689 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
19690 instead of concat.
19691
19692 2000-04-18 Gerd Moellmann <gerd@gnu.org>
19693
19694 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
19695 at the start of an existing but empty folder.
19696
19697 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19698
19699 * ps-mule.el: Customization fix, doc fix.
19700 (ps-multibyte-buffer): Customization fix.
19701
19702 2000-04-17 Richard M. Stallman <rms@gnu.org>
19703
19704 * subr.el (read-passwd): Use read-char-exclusive.
19705
19706 2000-04-17 Gerd Moellmann <gerd@gnu.org>
19707
19708 * textmodes/texinfo.el (texinfo-insert-@email)
19709 (texinfo-insert-@emph, texinfo-insert-@quotation)
19710 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
19711 (texinfo-mode-map): Add key bindings for them.
19712
19713 * files.el (basic-save-buffer-2): Use a template with `$'
19714 instead of `#' for VMS.
19715
19716 * simple.el (clone-indirect-buffer): New function.
19717
19718 2000-04-16 Stephen Eglen <stephen@gnu.org>
19719
19720 * iswitchb.el (iswitchb-case): New function. If the user input
19721 contains any upper-case characters, the search is made
19722 case-sensitive.
19723
19724 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
19725
19726 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
19727 comment-end.
19728 (texinfo-font-lock-syntactic-keywords): New var.
19729 (texinfo-font-lock-keywords): Remove comment regexp.
19730 (texinfo-insert-block): New function.
19731 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
19732 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
19733 and font-lock-defaults. Use regexp-opt for outline-regexp.
19734 (texinfo-environments): New var.
19735 (texinfo-environment-regexp): Use regexp-opt and
19736 texinfo-environments.
19737
19738 * textmodes/ispell.el (ispell-menu-map-needed): Check that
19739 ispell-process is bound since this might be eval'd before ispell
19740 is loaded.
19741 (ispell-message): Use a tiny bit less magic and a bit more hard
19742 data to figure out what kind of sc-cite-regexp to use.
19743
19744 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
19745
19746 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
19747 (insert-cyclic-diary-entry): Unquote the lambda.
19748
19749 * gud.el (gud-jdb-build-source-files-list): Fix typo.
19750
19751 * files.el (backup-enable-predicate): Unquote the lambda.
19752
19753 * cus-edit.el (custom-face, face): Unquote the lambda.
19754
19755 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19756
19757 * ps-print.el: Check for line-beginning-position definition.
19758
19759 * ps-print.el: Fix counting lines in a region.
19760 (ps-print-version): New version number (5.1.5).
19761 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
19762 (ps-printing-region): Fun code fix.
19763
19764 2000-04-15 Gerd Moellmann <gerd@gnu.org>
19765
19766 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
19767 to file-directory-p.
19768
19769 2000-04-14 Gerd Moellmann <gerd@gnu.org>
19770
19771 * gud.el (gud-jdb-build-source-files-list): Check that directory
19772 exists before calling directory-files.
19773
19774 2000-04-13 Dave Love <fx@gnu.org>
19775
19776 * emacs-lisp/trace.el: Change maintainer. Use new backquote
19777 syntax.
19778
19779 * emacs-lisp/cl-specs.el: Remove when, unless.
19780
19781 * emacs-lisp/cl-extra.el: Don't quote keywords.
19782 (cl-old-mapc): New variable.
19783 (mapc): Use it.
19784 (cl-map-intervals): Use with-current-buffer. Don't check for
19785 next-property-change.
19786 (cl-map-overlays): Use with-current-buffer.
19787 (cl-expt): Remove.
19788 (copy-tree, remprop): Define unconditionally.
19789
19790 * emacs-lisp/cl-compat.el (keywordp): Remove.
19791
19792 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
19793 to use keywordp.
19794 (edebug-spec): Enable keywordp.
19795
19796 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
19797 string-lessp.
19798
19799 * cus-start.el: Use keywordp.
19800
19801 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19802
19803 * diary-lib.el (include-other-diary-files): Fix the fix of
19804 2000-02-18 by doing a save-excursion.
19805
19806 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19807
19808 * ps-print.el: Customization fix, doc fix.
19809 (ps-print-version): New version number (5.1.4).
19810 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
19811 (ps-print-preprint): Adjust code.
19812 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
19813 (ps-print-prologue-header, ps-print-control-characters)
19814 (ps-spool-config): Customization fix.
19815
19816 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
19817
19818 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
19819 converted to the new menu-item format, names silightly changed,
19820 help strings added.
19821
19822 Support for spelling without async subprocesses:
19823
19824 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
19825 (ispell-session-buffer): New variables.
19826 (ispell-start-process, ispell-process-status,
19827 ispell-accept-output, ispell-send-string): New functions, for
19828 Ispell invocation when async subprocesses aren't supported.
19829 (ispell-word, ispell-pdict-save, ispell-command-loop,
19830 ispell-process-line, ispell-buffer-local-parsing): Replace calls
19831 to process-send-string with calls to ispell-send-string, and
19832 accept-process-output with ispell-accept-output.
19833 (ispell-init-process): Call ispell-process-status instead of
19834 process-status with.
19835 (ispell-init-process): Call ispell-start-process. Call
19836 ispell-accept-output and ispell-send-string. Don't call
19837 process-kill-without-query and kill-process if they are unbound.
19838 (ispell-async-processp): New function.
19839
19840 2000-04-12 Dave Love <fx@gnu.org>
19841
19842 * info.el: Add debug-ignored-errors.
19843 (Info-mode-menu): Add some items.
19844 (Info-directory): Add autoload cookie.
19845
19846 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
19847 Modify `truncate-lines'. Make `describe-language-environment'
19848 always visible and add help. Modify `describe-key' help. Invoke
19849 Info-directory from `info'. New entry `emacs-manual'.
19850
19851 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19852
19853 * progmodes/ebrowse.el (ebrowse-tree-mode):
19854 Use propertized-buffer-identification.
19855 (ebrowse-update-member-buffer-mode-line): Likewise.
19856 (ebrowse--mode-strings): Removed.
19857 (ebrowse--mode-line-props): Removed.
19858
19859 * files.el (auto-mode-alist): Add `EBROWSE'.
19860
19861 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
19862 space before testing for end of buffer.
19863 (ebrowse-load): Removed.
19864 (ebrowse-revert-tree-buffer-from-file): Rewritten.
19865 (ebrowse-create-tree-buffer): Rewritten.
19866 (ebrowse-tree-mode): Read tree from buffer.
19867
19868 * progmodes/ebrowse-ffh.el: Removed.
19869
19870 2000-04-10 Kenichi Handa <handa@etl.go.jp>
19871
19872 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
19873
19874 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19875
19876 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
19877 at the wrong place.
19878
19879 2000-04-09 Dave Love <fx@gnu.org>
19880
19881 * files.el (backup-enable-predicate):
19882 Use temporary-file-directory, small-temporary-file-directory.
19883 (make-backup-file-name-function, backup-directory-alist): New vars.
19884 (make-backup-file-name-1): New function.
19885 (make-backup-file-name): Use it.
19886 (find-backup-file-name): Likewise. Use format for clarity, not concat.
19887 (file-newest-backup): Use make-backup-file-name.
19888
19889 2000-04-09 Gerd Moellmann <gerd@gnu.org>
19890
19891 * progmodes/ebrowse-ffh.el: New file.
19892
19893 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
19894 Moved to ebrowse-ffh.el.
19895 (ebrowse-load): Add autoload.
19896
19897 * finder.el (finder-commentary): Add autoload cookie.
19898
19899 * mail/rfc2368.el: Correct author's email address.
19900
19901 * progmodes/ebrowse.el: New file.
19902
19903 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
19904 item help string.
19905 (easy-menu-do-add-item): Ditto.
19906 (easy-menu-define): Extend doc string.
19907
19908 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
19909 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
19910 (jit-lock-function, jit-lock-stealth-fontify): Don't use
19911 with-buffer-unmodified.
19912
19913 2000-04-08 Dave Love <fx@gnu.org>
19914
19915 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
19916 unless, when.
19917
19918 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
19919
19920 * viper-util.el (viper-put-on-search-overlay): New subroutine.
19921 (viper-flash-search-pattern): No operation when using Emacs
19922 doesn't support face.
19923 Use `viper-put-on-search-overlay'.
19924
19925 2000-04-04 Gerd Moellmann <gerd@gnu.org>
19926
19927 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
19928 like C-r.
19929
19930 * progmodes/make-mode.el: Some doc fixes.
19931 (makefile-mode-abbrev-table): New variable.
19932 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
19933 (makefile-font-lock-keywords): Fontify includes and conditionals.
19934 (toplevel): Require `dabbrev' and `add-log' when compiling.
19935
19936 * replace.el (perform-replace): Don't move forward one char
19937 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
19938 to do that because it leaves point 1 position after the last
19939 replacement, after everything has been replaced.
19940
19941 * jit-lock.el (with-buffer-unmodified): New macro.
19942 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
19943 modified state.
19944 (jit-lock-function-1): Extracted from jit-lock-function; not
19945 preserving buffer's modified state.
19946 (jit-lock-function, jit-lock-stealth-fontify):
19947 Call jit-lock-function-1.
19948
19949 * mail/rfc2368.el: Remove supernumerary copyright line.
19950
19951 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
19952
19953 * glasses.el: Provide facilities for inserting space before left
19954 parentheses and uncapitalization of identifiers.
19955 (glasses-mode): Try to remove old overlays in all cases.
19956
19957 2000-04-03 Gerd Moellmann <gerd@gnu.org>
19958
19959 * progmodes/compile.el (compile-internal): Display the compilation
19960 buffer in a different frame, if it's already displayed there.
19961
19962 * mail/rfc2368.el: New file.
19963
19964 * simple.el (sendmail-user-agent-compose): Recognize a `body'
19965 header and insert its value as mail body.
19966
19967 * subr.el (member-ignore-case): New function.
19968
19969 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
19970 (dabbrev--find-expansion): Ignore buffers matching a regexp
19971 from dabbrev-ignored-regexps.
19972
19973 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
19974 to extensions handled by gzip.
19975
19976 2000-04-03 Richard M. Stallman <rms@gnu.org>
19977
19978 * files.el (insert-directory): List the total free space
19979 along with the used space.
19980
19981 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
19982 line is followed by one that matches CITATION-REGEXP, end the
19983 paragraph.
19984
19985 2000-04-03 Markus Rost <rost@delysid.gnu.org>
19986
19987 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
19988 (rmail-make-basic-summary-line): Use that option.
19989
19990 2000-04-03 Kenichi Handa <handa@etl.go.jp>
19991
19992 * international/mule-cmds.el (encoded-string-description):
19993 Rewritten. Try pretty description for ISO 2022 escape sequences
19994 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
19995 for hexadecimal format.
19996
19997 2000-04-01 Dave Love <fx@gnu.org>
19998
19999 * cpp.el: Change customization group to `c' from `C'.
20000
20001 * vcursor.el (vcursor-move): Use display-color-p.
20002
20003 * international/mule-util.el: Provide mule-utils.
20004 (string-to-sequence): Simplify and speed up.
20005
20006 * international/mule.el (make-coding-system): Purecopy doc-string.
20007
20008 * international/mule-cmds.el: Various menu changes.
20009 (describe-specified-language-support): Handle `Default'.
20010 (set-language-info): Purecopy `info'.
20011
20012 2000-03-31 Andrew Innes <andrewi@gnu.org>
20013
20014 * vc.el (vc-backend-diff): Return the correct status if we had to
20015 retry the rcsdiff command without the --brief option.
20016
20017 2000-03-31 Dave Love <fx@gnu.org>
20018
20019 * help.el (help-manyarg-func-alist): Correct several omissions.
20020
20021 * add-log.el: Don't require cl, fortran.
20022 (add-log-current-defun-function): Doc fix.
20023 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20024 (change-log-version-rcs): Function deleted.
20025 (change-log-version-number-search): Doc fix.
20026 Use vc-workfile-version. Avoid CL dolist.
20027 (add-change-log-entry): Just call add-log-current-defun to get
20028 defun. Simplify somewhat.
20029 (change-log-get-method-definition-1): Likewise.
20030 (add-log-current-defun): Return nil if calling
20031 add-log-current-defun-function does so. Move Fortran stuff to
20032 fortran.el. Return string without properties.
20033
20034 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20035 and :alpha: char classes.
20036
20037 * mail/supercite.el: Defvar curline when compiling.
20038 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20039 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20040 rather than a-zA-Z0-9 to allow non-ASCII characters.
20041
20042 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20043
20044 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20045
20046 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20047 Re-enable new code.
20048
20049 * lpr.el (print-region-1): Use -d to specify printer name for
20050 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20051
20052 2000-03-31 Dave Love <fx@gnu.org>
20053
20054 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20055 Look for function definition in symbol's function value slot first
20056 instead of first consulting byte-compile-function-environment.
20057
20058 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20059
20060 * language/european.el ("Polish"): New language environment.
20061 (setup-polish-environment): New function.
20062
20063 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20064
20065 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20066 Disable new code.
20067
20068 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20069 trying to `load' the symbol of an autoload instead of the file
20070 recorded in the autoload. Fix error messages.
20071
20072 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20073
20074 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20075 (ps-print-version): New version number (5.1.3).
20076 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20077 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20078 (ps-generate-postscript-with-faces): Code fix.
20079 (ps-color-values): XEmacs compatibility.
20080 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20081 (ps-default-fg, ps-default-bg): Adjust customization.
20082 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20083 (ps-color-scale): Renaming old ps-color-value fun.
20084 (ps-print-headers): Replace ps-print-header group to avoid conflict
20085 with ps-print-header variable.
20086 (ps-print-miscellany): New group.
20087 (ps-format-color, ps-rgb-color): New funs.
20088 (ps-default-foreground): New var.
20089 (ps-printer-name-option): New const.
20090
20091 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20092
20093 * net/net-utils.el:
20094 (network-connection-host, network-connection-service): New variables
20095 (network-connection-mode): New mode, derived from comint-mode
20096 (network-connection-mode-setup): New function, saves host and
20097 service information in local variables.
20098
20099 * lisp/locate.el:
20100 (locate-word-at-point): Added this function
20101 (locate): Default to using locate-word-at-point as input
20102 Run dired-mode-hook
20103
20104 2000-03-29 Dave Love <fx@gnu.org>
20105
20106 * calendar/appt.el: Doc fixes.
20107 (appt-check): Convert min-to-app to a string before passing to
20108 appt-disp-window-function or concat.
20109 (appt-delete-window): Remove test for frame-root-window.
20110 (appt-select-lowest-window, appt-convert-time): Simplify.
20111
20112 * emacs-lisp/bytecomp.el: Doc fixes.
20113 (byte-compile-file-form-autoload):
20114 Update byte-compile-function-environment.
20115
20116 2000-03-29 Andreas Schwab <schwab@suse.de>
20117
20118 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20119
20120 * dired.el (dired-insert-directory): If dired-free-space-program
20121 failed just delete its output.
20122
20123 2000-03-29 Dave Love <fx@gnu.org>
20124
20125 * international/iso-cvt.el: Move provide to end. Doc fixes.
20126 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20127 (iso-iso2sgml, iso-sgml2iso): New functions.
20128 (iso-cvt-define-menu): Fix some entries and use backquote for
20129 clarity.
20130
20131 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20132
20133 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20134
20135 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20136 ISO-DATE. If non-nil, return date in ISO 8601 format.
20137
20138 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20139
20140 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20141 if it ever becomes used.
20142 (log-edit-mode-hook): Default to vc-log-mode-hook.
20143 (log-edit-mode): Fix the docstring.
20144
20145 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20146 the code.
20147
20148 2000-03-26 Dave Love <fx@gnu.org>
20149
20150 * net/browse-url.el (browse-url): Re-fix case of
20151 browse-url-browser-function being an alist.
20152 (browse-url): Add :link to defgroup.
20153
20154 * files.el: Doc fixes.
20155 (file-truename): Include `[' in wildcard characters.
20156 (automount-dir-prefix): Customize.
20157 (find-file-wildcards): Add :version.
20158 (find-file-noselect): Simplify a mapcar call.
20159
20160 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20161 compatible with inf-lisp version.
20162 (eval-defun-1): Fix custom-declare-variable case.
20163
20164 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20165
20166 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20167
20168 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20169
20170 * Makefile (COMPILE_FIRST): New macro.
20171 (compile-files): Compile files from COMPILE_FIRST first.
20172
20173 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20174
20175 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20176 matching open parenthesis in column 0 to defun-prompt-regexp
20177 only if open-paren-in-column-0-is-defun-start is set.
20178
20179 * sun-curs.el: Require CL at compile-time only.
20180
20181 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20182 instead of copy-list which is a function from CL.
20183 (msb--choose-menu, msb--mode-menu-cond)
20184 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20185 (msb--init-file-alist): Use mapcar instead of mapcan.
20186 (msb--aggregate-alist): Use mapcar instead of mapcan.
20187 Fix `(' in column 0 in doc string.
20188 (msb--add-separators): Use mapcar instead of mapcan.
20189
20190 * cus-dep.el: Require CL at compile-time only.
20191
20192 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20193
20194 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20195 (byte-compile-warnings): New warning `noruntime'.
20196 (byte-compile-constants, byte-compile-variables): Fix docstring.
20197 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20198 execute `eval-whenc-compile's body.
20199 (byte-compile-unresolved-functions): Fix docstring.
20200 (byte-compile-eval): New function.
20201 (byte-compile-callargs-warn): Check if the function will be available
20202 at runtime (via property `byte-compile-noruntime').
20203 (byte-compile-print-syms): New function.
20204 (byte-compile-warn-about-unresolved-functions): Also warn about
20205 `noruntime' functions (and use `byte-compile-print-syms').
20206 (byte-compile-file): Capitalize the message.
20207
20208 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20209
20210 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20211 (rmail-expunge): Ask for confirmation depending on the setting
20212 of rmail-confirm-expunge.
20213
20214 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20215
20216 * Makefile (bootstrap-clean): If $(emacs) exists, build
20217 loaddefs.el first. A loaddefs.el that's not up-to-date might
20218 cause a bootstrap failure because things don't autoload as expected.
20219
20220 2000-03-23 Dave Love <fx@gnu.org>
20221
20222 * net/browse-url.el: Restore previous use of
20223 browse-url-maybe-new-window.
20224
20225 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20226
20227 * ps-print.el: Skip banner page fix.
20228 (ps-print-version): New version number (5.1.2).
20229 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20230
20231 2000-03-23 Dave Pearson <davep@davep.org>
20232
20233 * net/quickurl.el Changed the type of parameter passed to the
20234 function defined by `quickurl-format-function'. Before only the
20235 text of the URL was passed. Now the whole URL structure is passed
20236 and the function is responsible for extracting the parts it requires.
20237 Changed the default of `quickurl-format-function' accordingly.
20238 (quickurl-insert): Changed the `funcall' of
20239 `quickurl-format-function' to match the above change.
20240 (quickurl-list-insert): Changed the `url' case so that it makes
20241 use of `quickurl-format-function', previous to this the format was
20242 hard wired.
20243
20244 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20245
20246 * startup.el: Change some spellings for the X Window System.
20247
20248 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20249
20250 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20251 Clean up the code and the regexp and make sure the cursor is
20252 temporarily moved to the suspicious line while querying the user.
20253
20254 2000-03-22 Jason Rumney <jasonr@gnu.org>
20255
20256 * w32-fns.el (w32-charset-info-alist): Initialize.
20257
20258 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20259
20260 * ps-print.el: N-up last page fix.
20261 (ps-print-version): New version number (5.1.1).
20262 (ps-end-file, ps-end-job, ps-generate): Code fix.
20263
20264 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20265
20266 * files.el (find-file-run-dired): Update docstring.
20267 (find-directory-functions): New hook.
20268 (find-file-noselect): Run find-directory-functions rather than
20269 calling dired directly.
20270
20271 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20272
20273 * pcvs.el: Add a minimal leading commentary.
20274 (cvs-make-cvs-buffer): Change the header part by removing the startup
20275 message and adding a `Module' entry. Also replace the FOOTER and
20276 HEADER special fileinfos with the new support in ewoc for updating
20277 its own footer and header.
20278 (cvs-update-header): Update to use the header/footer of the ewoc.
20279 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20280 (cvs-is-within-p): New function.
20281 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20282 to only examine some subset of the buffers.
20283
20284 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20285 `format' instead of our own ad-hoc functions.
20286 Remove HEADER and FOOTER cases, now handled in the EWOC.
20287 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20288
20289 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20290 output to avoid scaring the user.
20291 (cvs-parse-table): Catch message for non-up-to-date commits.
20292
20293 * pcvs-defs.el (cvs-startup-message): Remove.
20294 (cvs-global-menu): New autoloaded menu.
20295
20296 * pcvs-util.el (cvs-string-fill): Remove.
20297
20298 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20299 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20300 PP part of it and also make it work for footers and headers.
20301 (ewoc-create): Drop POS and BUFFER arguments.
20302 Use the DLL's dummy node to store the end-of-footer position.
20303 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20304 (ewoc-refresh): Remove unused `header' variable.
20305 (ewoc-(get|set)-hf): New functions.
20306
20307 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20308 log-view-*-(message|file) and use easy-mmode-define-navigation.
20309 (log-view-message-re): Match SCCS format as well.
20310 And match the revision line rather than the dashed separator line.
20311 (log-view-mode): Use the new define-derived-mode.
20312 (log-view-current-tag): Fill in with an actual implementation.
20313
20314 * cvs-status.el (cvs-status-(prev|next)): Rename from
20315 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20316 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20317 to let the output "breathe" a little more (more readable).
20318 (cvs-status-mode): Use the new define-derived-mode.
20319
20320 * smerge-mode.el (smerge-auto-leave): New function and variable.
20321 (smerge-basic-map): Rename from smerge-basic-keymap.
20322 Change the bindings for smerge-diff-*.
20323 (smerge-*-map): Use easy-mmode-defmap.
20324 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20325 (smerge-keep-*): Use smerge-auto-leave.
20326
20327 2000-03-21 Jason Rumney <jasonr@gnu.org>
20328
20329 * cus-edit.el (custom-button-face): Use 3D look for w32.
20330 (custom-button-pressed-face): Likewise.
20331
20332 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20333
20334 * progmodes/etags.el (tags-case-fold-search): New user-option.
20335 (tags-loop-eval): New function. Bind case-fold-search around eval
20336 depending on the value of tags-case-fold-search.
20337 (tags-loop-continue): Use tags-loop-eval.
20338 (find-tag-in-order): Bind case-fold-search depending on the value
20339 of tags-case-fold-search.
20340
20341 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20342
20343 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20344 (diff-end-of-hunk): Return the end position for use in
20345 `easy-mmode-define-navigation'.
20346 (diff-recenter): Remove.
20347 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20348 of `easy-mmode-define-navigation'.
20349 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20350 previous renaming) and fix to use new names.
20351 (diff-merge-strings): Use \n as separator: simpler, faster.
20352 (diff-mode): Use `define-derived-mode'.
20353
20354 * derived.el (define-derived-mode): Don't autoload anymore.
20355 Prefer the macro-only version provided by easy-mmode.el.
20356
20357 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20358 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20359 (easy-mmode-define-navigation): New macro.
20360
20361 * subr.el (combine-run-hooks): New function.
20362
20363 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20364
20365 * term/x-win.el: Fontsets related initialization is simplified.
20366
20367 * international/mule-diag.el (describe-font): Don't refer to
20368 global-fontset-alist, instead call font-list.
20369 (describe-fontset, list-fontsets, mule-diag): Likewise.
20370 (print-fontset): Adjusted for the change of fontset implementation.
20371
20372 * international/fontset.el (x-charset-registries): Variable removed,
20373 instead the corresponding data is stored in the default fontset.
20374 (register-alternate-fontnames): Function removed.
20375 (resolved-ascii-font): Variable removed.
20376 (x-compose-font-name): Ignore the second argument REDOCE.
20377 (x-complement-fontset-spec): Complement only an ASCII font and
20378 element for those charsets than can use that ASCII font.
20379 (generate-fontset-menu): Don't refer to global-fontset-alist,
20380 instead call fontset-list.
20381 (uninstantiated-fontset-alist): Variable removed.
20382 (x-style-funcs-alist): Likewise.
20383 (fontset-default-styles): Likewise.
20384 (x-modify-font-name): Function removed.
20385 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20386 (create-fontset-from-ascii-font): Docsting adjusted for the above
20387 change.
20388 (instantiate-fontset, resolve-fontset-name): Functions removed.
20389 (fontset-list): Now implemented by C code.
20390
20391 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20392 (describe-face): Include `font' attribute in the description.
20393
20394 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20395
20396 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20397
20398 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20399
20400 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20401 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20402 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20403
20404 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20405 about behavior of set-buffer-modified-p wrt redisplay.
20406
20407 2000-03-19 Richard M. Stallman <rms@gnu.org>
20408
20409 * view.el (view-mode-disable): Kill local binding of view-read-only.
20410
20411 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20412
20413 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20414 is a string, convert it to a syntax cell using string-to-syntax.
20415
20416 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20417 (string-to-syntax): New function.
20418
20419 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20420 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20421 try to use passive ftp mode.
20422
20423 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20424
20425 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20426
20427 * simple.el (append-to-buffer): Update point of windows after
20428 insertion.
20429
20430 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20431 forward then moving backward. Reindent.
20432
20433 * frame.el (other-frame): Call x-focus-frame only if
20434 focus-follows-mouse is off.
20435
20436 2000-03-17 Dave Love <fx@gnu.org>
20437
20438 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20439
20440 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20441
20442 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20443 regexp for labels cannot span several lines.
20444
20445 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20446 `(setq :<key> ':<key>)' to the macro expansion.
20447
20448 2000-03-16 Dave Love <fx@gnu.org>
20449
20450 * progmodes/f90.el (f90): Put custom group under `languages', not
20451 `fortran'.
20452 (f90-mode-hook): Customize.
20453 (f90-mode): Set add-log-current-defun-function.
20454 (f90-current-defun): New function.
20455
20456 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20457
20458 * cus-edit.el (custom-variable-tag-face): Handle case that
20459 default face's height is not a number.
20460 (custom-face-tag-face, custom-group-tag-face-1)
20461 (custom-group-tag-face): Ditto.
20462 (custom-group-tag-face-1): Add :group.
20463
20464 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20465
20466 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20467
20468 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20469 requiring easymenu.
20470
20471 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20472
20473 * ps-print.el: PostScript user-defined prologue, PostScript error
20474 handler, doc fix.
20475 (ps-print-version): New version number (5.1).
20476 (ps-user-defined-prologue, ps-error-handler-message)
20477 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20478 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20479 (ps-insert-string): New function.
20480
20481 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20482
20483 * international/ccl.el (ccl-compile-expression): Don't generate
20484 invalid self-assignment code.
20485
20486 2000-03-14 Dave Love <fx@gnu.org>
20487
20488 * subr.el (replace-regexp-in-string): Renamed from
20489 replace-regexps-in-string. Doc fix.
20490
20491 2000-03-12 Dave Love <fx@gnu.org>
20492
20493 * cus-edit.el: Doc fixes.
20494 (customize-set-variable, customize-save-variable): Rename args for doc.
20495 (custom-variable-tag-face, custom-face-tag-face)
20496 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20497 style which user identify as hyperlink.
20498 (hook): Don't add undefined functions to the hook.
20499 (debug-ignored-errors): Transfer message from bindings.el.
20500
20501 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20502
20503 * recentf.el (recentf-keep-non-readable-files-p):
20504 Remove double/nested definition.
20505
20506 2000-03-12 Dave Love <fx@gnu.org>
20507
20508 * facemenu.el (facemenu-get-face): Use display-color-p.
20509 * enriched.el (enriched-decode-foreground): Likewise.
20510 (enriched-decode-background): Likewise.
20511 * isearch.el (isearch-highlight): Likewise.
20512 * info-look.el (info-lookup): Likewise.
20513 * simple.el (completion-setup-function): Likewise.
20514
20515 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20516 :options.
20517
20518 * bindings.el (mode-line-format): Fix line-number and
20519 column-number items. Add help-echo for the background.
20520 (mode-line-mule-info): Modify help-echo.
20521
20522 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20523
20524 * files.el (load-file): Allow completion to .elc.
20525
20526 * man.el: Doc fixes.
20527 (Man-init-defvars): Use display-color-p to set fontification.
20528
20529 * play/hanoi.el (hanoi-internal): Don't use oddp.
20530
20531 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20532
20533 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20534
20535 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20536
20537 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20538
20539 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20540 Fix comment.
20541
20542 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20543
20544 * font-lock.el (font-lock-keywords): Fix the doc now that
20545 regexp-opt-depth is unnecessary.
20546 (save-buffer-state): Set an edebug spec.
20547 (font-lock-fontify-anchored-keywords): Properly handle the case when
20548 the matcher goes past the limit.
20549
20550 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20551 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20552
20553 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20554 dll.el and cookie.el (from Elib) with heavy renaming and other
20555 massaging.
20556
20557 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20558 Autoload the functions used.
20559 (easy-mmode-define-syntax): Fix CL typo.
20560 (easy-mmode-define-derived-mode): Improve the docstring generation.
20561
20562 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20563
20564 * textmodes/texinfo.el (texinfo-version): Variable and function
20565 removed.
20566
20567 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20568
20569 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20570 allow more flexibility.
20571 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20572 (easy-mmode-defmap, easy-mmode-defsyntax)
20573 (easy-mmode-define-derived-mode): New macros.
20574
20575 2000-03-09 Didier Verna <didier@xemacs.org>
20576
20577 * rect.el (replace-rectangle): New function.
20578
20579 2000-03-09 Dave Love <fx@gnu.org>
20580
20581 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20582 (fortran-comment-line-start-skip): Don't match cpp stuff.
20583 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20584 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20585 (fortran-mode): Don't set fortran-comment-line-start-skip,
20586 fortran-comment-line-start here. Set comment-start,
20587 add-log-current-defun.
20588 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20589 (fortran-current-defun): New function.
20590
20591 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20592
20593 * emacs-lisp/re-builder.el: New file.
20594
20595 * mouse.el (mouse-drag-region): Don't run up-event handler
20596 if hscroll has changed.
20597
20598 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20599 builtin operators, use `font-lock-builtin-face' for Emacs and
20600 `font-lock-preprocessor-face' otherwise.
20601
20602 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20603 `(defun (setf foo)' differently.
20604
20605 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20606
20607 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20608 (regexp-opt): Update comment and adapt the code the new meaning of
20609 the `paren' argument of regex-opt-group for shy-groups.
20610 (regexp-opt-depth): Handle shy groups as well as backslashed
20611 backslashes.
20612 (regexp-opt-group): Turn the leading comment into a docstring.
20613 Allow `paren' to be a string (the string to use to open a group).
20614 Remove open-presuf and close-presuf. Instead of checking for `all
20615 one-char' and then later on check for `several one-char', handle
20616 both cases close together. Also apply a more generic algorithm
20617 for suffixes (the mirror image of the algorithm used for
20618 prefixes). Use shy-groups. Use nreverse rather than reverse.
20619 (regexp-opt-try-suffix): Removed.
20620
20621 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20622 from comint-mode-map, so we can just inherit from it. Also, move
20623 the initialization into the `defvar' since there's no docstring
20624 anyway and it's fairly short.
20625 (inferior-scheme-mode): Define it as derived-mode: the code is
20626 shorter and this way we inherit from comint-mode-map rather than
20627 copying it.
20628
20629 * subr.el (replace-regexps-in-string): Properly handle the case
20630 where we match an empty string.
20631
20632 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20633 when the command has a directory component (such as "./testml").
20634 Also fix a typo in the comment.
20635
20636 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20637
20638 * Makefile (compile-files): Compile files one by one because
20639 that's the only way to ensure a clean compilation environment for
20640 each individual file.
20641
20642 * frame.el (other-frame): Call x-focus-frame.
20643
20644 2000-03-07 Dave Love <fx@gnu.org>
20645
20646 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20647 :require to defcustom.
20648
20649 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20650
20651 * files.el (auto-mode-alist): Add configure.in.
20652
20653 * progmodes/autoconf.el: New file.
20654
20655 2000-03-07 Gerd Moellmann <gerd@gnu.org>
20656
20657 * mail/mh-e.el: Change maintainer to `none'.
20658
20659 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20660 to remove-hook and add-hook.
20661
20662 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20663
20664 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
20665 it as the default.
20666 (mail-send): Test mail-send-nonascii also for the new `mime' value.
20667 (sendmail-send-it): Conditionally add MIME headers specifying the
20668 used character set.
20669
20670 2000-03-07 Dave Love <fx@gnu.org>
20671
20672 * winner.el: Fix keywords, autoload cookies.
20673 Split eval-when-compile form to avoid compilation failure.
20674
20675 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
20676
20677 * international/mule.el: Modify comment about coding system
20678 property `coding-category'.
20679 (make-coding-system): New argument EOL-TYPE. Pay attention to
20680 coding-category property of PROPERTIES.
20681
20682 * international/mule-conf.el (coding-category-utf-8)
20683 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
20684 categories. Include them in the argument for set-coding-priority.
20685
20686 * international/mule-cmds.el (reset-language-environment):
20687 Include coding-category-utf-8, coding-category-utf-16-be, and
20688 coding-category-utf-16-le in the argument for set-coding-priority.
20689 (reset-language-environment): Initialize coding-category-utf-8,
20690 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
20691
20692 2000-03-06 Karl Fogel <kfogel@red-bean.com>
20693
20694 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
20695 code abstracted out of `bookmark-jump-noselect'. Now tries info
20696 extensions as well as compression extensions.
20697 (bookmark-jump-noselect): Use above new func.
20698
20699 2000-03-03 Gerd Moellmann <gerd@gnu.org>
20700
20701 * strokes.el: Change maintainer's mail address.
20702
20703 2000-03-03 Kenichi Handa <handa@etl.go.jp>
20704
20705 * international/mule-diag.el (list-character-sets): Make help-echo
20706 string by substitute-command-keys.
20707 (list-character-sets): Likewise.
20708 (sort-listed-character-sets): Call help-setup-xref.
20709
20710 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20711
20712 * time.el (display-time-mail-file): Add `none' to the list of choices.
20713
20714 2000-03-01 Dave Love <fx@gnu.org>
20715
20716 * help.el (help-xref-go-back): Don't try to set position.
20717
20718 * international/mule-diag.el (list-character-sets):
20719 Call help-setup-xref. Add help-echo to xrefs.
20720 (list-character-sets-1): Add help-echo to xrefs.
20721
20722 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20723
20724 * frame.el (blink-cursor-mode): Switch cursor on when turning
20725 the mode off.
20726
20727 * add-log.el (add-log-current-defun): Add support for
20728 Autoconf mode.
20729
20730 * mail/rmail.el (rmail-quit-hook): New variable.
20731
20732 2000-03-01 Dave Love <fx@gnu.org>
20733
20734 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
20735
20736 * help.el (help-xref-button): Add help-echo arg.
20737 (describe-function-1, describe-variable, help-make-xrefs): Use it.
20738
20739 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
20740
20741 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
20742
20743 2000-03-01 Gerd Moellmann <gerd@gnu.org>
20744
20745 * image.el (defimage): Look for image files in load-path.
20746
20747 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
20748
20749 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20750
20751 * recentf.el (recentf): Added version tag to the defgroup of recentf.
20752
20753 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20754
20755 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
20756 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
20757 action to select/unselect a file.
20758 (recentf-edit-list): Code cleanup and improvement.
20759 (recentf-open-more-files-action): `recentf-open-more-files' button
20760 widget action to open a file.
20761 (recentf-open-more-files): No more use standard completion but widgets.
20762 (recentf-more-collection): Deleted.
20763 (recentf-more-history): Deleted.
20764 (recentf-setup-more-completion): Deleted.
20765
20766 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20767
20768 * recentf.el (recentf-mode): No more needs that Emacs is running
20769 under a window-system.
20770
20771 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20772
20773 * recentf.el (recentf-edit-list): New command to edit the recent
20774 list which allow the user to remove files.
20775 (recentf-edit-selected-items): New global variable, used by
20776 `recentf-edit-list' to hold the list of files to be removed from
20777 the recent list.
20778 (recentf-make-menu-items): Updated to display a "Edit list..."
20779 menu item. Minor code cleanup.
20780
20781 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20782
20783 * recentf.el (recentf-open-more-files): New command to open files
20784 that are not displayed in the menu.
20785 (recentf-more-collection): New global variable holding the set of
20786 permissible completions used by `recentf-open-more-files'.
20787 (recentf-more-history): New global variable holding the history list
20788 used by `recentf-open-more-files' completion.
20789 (recentf-setup-more-completion): New function to setup completion for
20790 `recentf-open-more-files'.
20791 (recentf-make-menu-items): Updated to display a "More..." menu item.
20792
20793 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20794
20795 * recentf.el (recentf-menu-action): Doc fixed.
20796
20797 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20798
20799 * recentf.el (recentf-menu-filter): Doc updated.
20800 (recentf-update-menu-hook): Allow menu filters to force menu update.
20801 (recentf-make-menu-items): New menu filter handling.
20802 (recentf-make-menu-item): New helper function.
20803 (recentf-menu-elements): New menu handling function.
20804 (recentf-sort-ascending): Updated to new menu filter handling.
20805 (recentf-sort-descending): Updated to new menu filter handling.
20806 (recentf-sort-basenames-ascending): New menu filter function.
20807 (recentf-sort-basenames-descending): New menu filter function.
20808 (recentf-show-basenames): New menu filter function.
20809 (recentf-show-basenames-ascending): New menu filter function.
20810 (recentf-show-basenames-descending): New menu filter function.
20811
20812 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20813
20814 * diary-lib.el (list-diary-entries): Don't try to go forward at
20815 the end of the buffer.
20816
20817 2000-02-29 Kenichi Handa <handa@etl.go.jp>
20818
20819 * international/mule-diag.el (list-character-sets):
20820 Completely rewritten.
20821 (sort-listed-character-sets): New function.
20822 (list-character-sets-1): Completely rewritten.
20823 (list-character-sets-2): New function.
20824 (non-iso-charset-alist): New variable.
20825 (decode-codepage-char): New function.
20826 (charset-history): New variable.
20827 (read-charset) (list-block-of-chars)
20828 (list-iso-charset-chars)
20829 (list-non-iso-charset-chars)
20830 (list-charset-chars): New functions.
20831 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
20832 (dump-charsets): Likewise.
20833
20834 2000-02-29 Gerd Moellmann <gerd@gnu.org>
20835
20836 * dired-x.el (dired-filename-at-point): Add `@' to valid
20837 file name characters.
20838 (dired-filename-at-point): Handle ange-ftp file names.
20839
20840 * frame.el (frame-notice-user-settings): Use assq-delete-all
20841 instead of assoc-delete-all.
20842 (frame-notice-user-settings): Ditto.
20843
20844 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
20845 Don't copy alist.
20846
20847 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
20848
20849 * calculator.el (calculator-use-menu): New option.
20850 (calculator-initial-bindings): Changed some bindings to work as macros.
20851 (calculator-forced-input): Removed.
20852 (calculator-restart-other-mode): New variable.
20853 (calculator-mode-map): Set up menu.
20854
20855 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
20856
20857 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
20858
20859 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
20860
20861 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
20862 translate all ESC key sequences.
20863 (viper-goto-mark-subr): Restore markers for files for which
20864 they were saved.
20865 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
20866 * viper-util.el (viper-set-replace-overlay-glyphs)
20867 (viper-set-replace-overlay): Always check if the replacement
20868 overlay is live.
20869 * viper.el (viper-vi-state-mode-list): Add major modes.
20870 * ediff-wind.el: Minor comment changes.
20871 * ediff.el: Copyright notice date fix.
20872
20873 2000-02-27 Jason Rumney <jasonr@gnu.org>
20874
20875 * faces.el (face-font-family-alternatives): Add arial to helv.
20876 (mode-line, header-line, tool-bar): Same default as x for w32.
20877 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
20878 face-font-family-alternatives from working.
20879 * term/w32-win.el (mouse-set-font): Do not build fontset from
20880 chosen font.
20881
20882 2000-02-25 Sam Steingold <sds@goems.com>
20883
20884 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
20885 properly.
20886
20887 2000-02-25 Richard M. Stallman <rms@gnu.org>
20888
20889 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
20890
20891 2000-02-25 Gerd Moellmann <gerd@gnu.org>
20892
20893 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
20894
20895 * frame.el (busy-cursor-delay-seconds): New option.
20896
20897 2000-02-24 Gerd Moellmann <gerd@gnu.org>
20898
20899 * frame.el (show-cursor-in-non-selected-windows): New option.
20900
20901 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20902
20903 * diary-lib.el (include-other-diary-files): Undo the selective
20904 display in any included file and don't kill it.
20905
20906 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
20907
20908 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
20909 Menu items converted to (menu-item format, help strings added.
20910 [downcase, upcase]: Don't enable on MS-DOS.
20911 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
20912 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
20913
20914 2000-02-23 Dave Love <fx@gnu.org>
20915
20916 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
20917 (backward-kill-word): Revert addition of * to interactive spec --
20918 it's a feature.
20919
20920 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
20921 (backward-kill-sentence, kill-sentence): Likewise.
20922
20923 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
20924 scratch buffer name.
20925 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
20926
20927 * term/w32-win.el (internal-face-interactive): Update prompt for
20928 new read-face-name.
20929
20930 * mail/footnote.el (footnote): Add :version to defgroup.
20931 (footnote-section-tag-regexp): Customize.
20932 (footnote-start-tag, footnote-end-tag): New option.
20933 (footnote-latin-regexp): New variable.
20934 (Footnote-latin): New function.
20935 (footnote-style-alist): Add element for latin style.
20936 (footnote-style): Moved.
20937 (Footnote-goto-footnote): Use eq to test arg.
20938
20939 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
20940
20941 * emacs-lisp/byte-opt.el: Change old backquote syntax.
20942 (byte-compile-trueconstp): Include keywords.
20943 (byte-optimize-quote, byte-optimize-lapcode):
20944 Use byte-compile-const-symbol-p.
20945 (byte-optimize-char-before): New optimization.
20946
20947 * emacs-lisp/bytecomp.el: Change old backquote syntax.
20948 (byte-compile-const-symbol-p): New function.
20949 (byte-compile-constp, byte-compile-out-toplevel)
20950 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
20951 Use it.
20952
20953 * subr.el (define-key-after): Default AFTER to t. Doc fix.
20954
20955 2000-02-23 Kenichi Handa <handa@etl.go.jp>
20956
20957 * international/encoded-kb.el: Be sure to update minor-mode-alist
20958 and minor-mode-map-alist.
20959 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
20960 codes SS2 and SS3 correctly.
20961 (encoded-kbd-self-insert-ccl): New function.
20962 (encoded-kbd-setup-keymap): New function.
20963 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
20964 by calling encoded-kbd-setup-keymap.
20965
20966 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
20967 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
20968
20969 2000-02-22 Dave Love <fx@gnu.org>
20970
20971 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
20972 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
20973 (lisp-mode-syntax-table): Set up for #|...|# comments.
20974 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
20975 classes. Match `defface'.
20976 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
20977 (eval-defun-1): Fix for defcustom.
20978 (lisp-indent-region): Doc fix.
20979
20980 * subr.el (when, unless, split-string): Doc fix.
20981 (read-passwd): Move call of clear-this-command-keys to the right place.
20982 (replace-regexps-in-string): New function.
20983
20984 2000-02-22 Gerd Moellmann <gerd@gnu.org>
20985
20986 * help.el (describe-variable): Set syntax table to
20987 emacs-lisp-mode-syntax-table when moving forward over the
20988 symbol's name.
20989
20990 2000-02-22 Dave Love <fx@gnu.org>
20991
20992 * xt-mouse.el: Doc fixes.
20993 (xterm-mouse-position-function): New function, replacing advice of
20994 mouse-position.
20995 (xterm-mouse-mode): Use it. Don't turn on under a window system.
20996
20997 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
20998
20999 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21000
21001 * format.el (format-annotate-single-property-change):
21002 Handle properties.with dotted-list values.
21003 (format-proper-list-p): New function.
21004
21005 * enriched.el (enriched-face-ans): Handle '(foreground-color
21006 . COLOR) and (background-color . COLOR).
21007
21008 2000-02-20 Dave Love <fx@gnu.org>
21009
21010 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21011 and assignments to it.
21012 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21013 current local map.
21014 (make-flyspell-overlay): Use it.
21015 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21016
21017 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21018 (lm-get-header-re): Defun, not defsubst.
21019 (lm-get-package-name): Defun, not defsubst. Simplify.
21020 (lm-version): Doc fix. Simplify.
21021 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21022 (lm-crack-address, lm-last-modified-date, lm-commentary)
21023 (lm-verify, lm-synopsis): Simplify.
21024 (lm-report-bug): Require emacsbug. Use compose-mail.
21025
21026 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21027
21028 * dired.el (dired-mode): Call propertized-buffer-identification
21029 to set mode-line-buffer-identification to something having
21030 the right text properties.
21031
21032 * bindings.el (propertized-buffer-identification): New function.
21033
21034 2000-02-20 Dave Love <fx@gnu.org>
21035
21036 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21037 check for t-mouse too.
21038
21039 * cus-start.el: Make echo-keystrokes `number'.
21040
21041 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21042
21043 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21044 Don't call ring-empty-p unless tags-location-ring is bound.
21045 From Noah Friedman <friedman@splode.com>.
21046
21047 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21048
21049 * progmodes/hideshow.el (hs-flag-region): No longer use
21050 `intangible' overlay property.
21051
21052 (hs-toggle-hiding): New command.
21053 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21054
21055 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21056 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21057 and deactivation.
21058
21059 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21060
21061 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21062
21063 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21064
21065 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21066
21067 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21068 of `*' to handle `(* ... *)' comments.
21069
21070 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21071
21072 * faces.el (list-faces-display): Use display-mouse-p instead of
21073 window-system.
21074
21075 * menu-bar.el (global-map): Menu-bar items converted to the new
21076 format (menu-item..., rearranged for better CUA compliance, and
21077 their names changed for better clarity. Help strings added.
21078
21079 * international/mule-cmds.el (mule-menu-keymap)
21080 (describe-language-environment-map, set-coding-system-map)
21081 (setup-language-environment-map): Convert to new (menu-item...
21082 form, add help strings. Change names of menu items for better clarity.
21083 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21084
21085 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21086
21087 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21088 within the code.
21089
21090 2000-02-16 Dave Love <fx@gnu.org>
21091
21092 * faces.el: Don't require custom. Add more specific :groups to
21093 various deffaces.
21094 (set-face-attribute): Purecopy args.
21095 (read-face-name): Default to name at point and use it in prompt.
21096 Remove colon from arg in all callers.
21097 (list-faces-display): Hyperlink to face descriptions and customize
21098 buffers.
21099
21100 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21101
21102 * wid-edit.el (widget-match-inline): An atom never matches a list.
21103
21104 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21105
21106 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21107 at ':' characters by call to split-string.
21108
21109 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21110
21111 * textmodes/bibtex.el: Added RCS version identification.
21112
21113 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21114
21115 * textmodes/bibtex.el: Some temporary comments removed.
21116 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21117 (bibtex-field-const): Allow capital letters.
21118 (bibtex-start-of-string): Deleted because unused.
21119
21120 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21121 use the term 'reference' to describe a bibtex entry as a whole.
21122 Further, reference keys are no longer called 'labels'.
21123 (bibtex-keys): Renamed to bibtex-reference-keys.
21124 (bibtex-reformat-previous-labels): Renamed to
21125 bibtex-reformat-previous-reference-keys.
21126 (bibtex-reference-type): Renamed to bibtex-entry-type.
21127 (bibtex-reference-head): Renamed to bibtex-entry-head.
21128 (bibtex-reference-maybe-empty-head): Renamed to
21129 bibtex-entry-maybe-empty-head.
21130 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21131 (bibtex-search-reference): Renamed to bibtex-search-entry.
21132 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21133 bibtex-enclosing-entry-maybe-empty-head.
21134 (bibtex-entry-field-alist, bibtex-entry-head)
21135 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21136 (bibtex-map-entries, bibtex-search-entry)
21137 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21138 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21139 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21140 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21141 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21142 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21143 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21144
21145 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21146
21147 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21148 comment.
21149 (bibtex-format-field-delimiters): New function, functionality
21150 extracted from bibtex-format-entry.
21151 (bibtex-autokey-get-yearfield-digits): New function, functionality
21152 extracted from bibtex-autokey-get-yearfield.
21153
21154 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21155 entries in order to avoid stack overflow in the regexp matcher if
21156 field contents become large.
21157 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21158 (bibtex-field-string-part-not-braced)
21159 (bibtex-field-string-part-no-inner-braces)
21160 (bibtex-field-string-part-1-inner-brace)
21161 (bibtex-field-string-part-2-inner-braces)
21162 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21163 (bibtex-field-string-quoted, bibtex-field-string)
21164 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21165 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21166 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21167 Deleted as parsing is now performed by the following functions.
21168 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21169 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21170 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21171 (bibtex-parse-association, bibtex-field-name-for-parsing)
21172 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21173 (bibtex-search-forward-field, bibtex-search-backward-field)
21174 (bibtex-start-of-field, bibtex-end-of-field)
21175 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21176 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21177 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21178 (bibtex-parse-string, bibtex-search-forward-string)
21179 (bibtex-search-backward-string, bibtex-start-of-string)
21180 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21181 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21182 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21183 entries. Instead of reporting the results of the parsing by
21184 match-beginning or match-end, these functions return data structures
21185 that hold the corresponding positions.
21186 (bibtex-enclosing-field): Changed to also report field boundaries by
21187 return values rather than by match-beginning or match-end.
21188 The following functions have been adapted to use the new
21189 parsing functions.
21190 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21191 (bibtex-enclosing-field, bibtex-format-entry)
21192 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21193 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21194 (bibtex-print-help-message, bibtex-end-of-entry)
21195 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21196 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21197 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21198 Use the new method for parsing.
21199 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21200 (bibtex-map-entries, bibtex-flash-head)
21201 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21202 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21203 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21204 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21205 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21206 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21207 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21208 order to make the new binding of case-fold-search immediately visible.
21209
21210 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21211
21212 * textmodes/bibtex.el: Copyright notice is up to date.
21213 Added constant 'bibtex-maintainer-salutation.
21214
21215 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21216 than make-temp-name, use match-string-no-properties and eliminate
21217 a quadratic behavior when building bibtex-strings.
21218
21219 * bibtex.el (bibtex-reference-key): Accept string entries whose
21220 reference key contains upper case letters.
21221
21222 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21223
21224 * bibtex.el (bibtex-reference-head): Allow entries to start with
21225 a new line.
21226
21227 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21228
21229 * bibtex.el: Hiding of entry bodies is not longer provided by
21230 bibtex.el directly. Instead the hideshow package can be used.
21231 Added a special bibtex entry to hs-special-modes-alist.
21232 (bibtex-hs-forward-sexp): Added for hideshow.el.
21233
21234 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21235
21236 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21237 proceedings entry type (for cross referencing). Thanks to Wagner
21238 Toledo Correa for the suggestion.
21239
21240 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21241
21242 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21243
21244 * international/characters.el: Setup case table for Vietnamese.
21245
21246 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21247
21248 * uniquify.el (toplevel): Require CL at compile time.
21249 (uniquify-push): Removed.
21250
21251 * shadowfile.el (shadow-when): Removed.
21252
21253 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21254 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21255
21256 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21257 regexp for paragraph-start.
21258
21259 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21260 commas as well.
21261
21262 2000-02-10 Dave Love <fx@gnu.org>
21263
21264 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21265 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21266 Deleted.
21267 (widget-specify-field, widget-specify-button): Don't use
21268 widget-mouse-help as help-echo property.
21269 (default): Use #'ignore for :validate and :mouse-down-action.
21270 (checkbox): Add help-echo.
21271 (widget-sexp-validate): Rewritten to clarify error messages.
21272 (character): Use char-valid-p in :match function.
21273 (widget-color-complete): Use facemenu-color-alist.
21274 (widget-color-action): Use facemenu-read-color.
21275
21276 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21277 set up `caar' &c that we now have.
21278
21279 2000-02-09 Ray Blaak <blaak@gnu.org>
21280
21281 * delphi.el: Make resourcestring a declaration region, like const
21282 and var.
21283
21284 2000-02-09 Dave Love <fx@gnu.org>
21285
21286 * bindings.el (mode-line-input-method-map): New variable.
21287 (mode-line-mule-info): Use it; fix last change.
21288 (mode-line-mode-menu): Move definition.
21289 (mode-line-mouse-sensitive-p): Deleted.
21290 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21291 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21292
21293 * startup.el (command-line-1): Don't call
21294 make-mode-line-mouse-sensitive.
21295
21296 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21297
21298 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21299 before rmail-toggle-header, because the former toggles headers.
21300
21301 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21302
21303 * diff-mode.el (diff-kill-junk): New interactive function.
21304 (diff-reverse-direction): Use delete-and-extract-region.
21305 (diff-post-command-hook): Restrict the area so that the hook also works
21306 outside of any diff hunk. This is necessary for the minor-mode.
21307 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21308 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21309
21310 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21311 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21312 so that it can be used more easily in <foo>-mode-hook. Also make sure
21313 to avoid duplicate entries.
21314 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21315 (font-lock-remove-keywords): Just as was done for `add', allow it to
21316 work even if font-lock-mode is nil. Also make sure we don't modify
21317 any pre-existing list by forcing a copy-sequence. Finally rename
21318 `major-mode' to `mode'.
21319 (font-lock-fontify-syntactic-anchored-keywords)
21320 (font-lock-fontify-anchored-keywords)
21321 (font-lock-fontify-keywords-region): Use line-end-position.
21322 Don't make `font-lock-multiline' local (it's now done in
21323 font-lock-set-defaults).
21324 (font-lock-set-defaults): Make `font-lock-multiline' local.
21325 Move the `font-lock-fontified' creation to inside the `unless'.
21326
21327 2000-02-06 Andrew Innes <andrewi@gnu.org>
21328
21329 * term/w32-win.el (x-handle-args): Comment out call to message,
21330 which occurs before window system is initialized.
21331
21332 * makefile.nt: Add support for recompiling lisp code.
21333
21334 2000-02-04 Dave Love <fx@gnu.org>
21335
21336 * bindings.el (mode-line-mule-info): Fix/extend last change.
21337
21338 * completion.el: Replace completion-dolist with dolist.
21339
21340 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21341
21342 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21343
21344 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21345 environment names before they go into the section regexp.
21346
21347 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21348 char class in regexp.
21349
21350 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21351 Bind `case-fold-search' to nil.
21352
21353 * progmodes/idlwave.el (idlwave-template):
21354 Respect `idlwave-abbrev-change-case'.
21355 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21356 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21357 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21358 (idlwave-rw-case): New function.
21359 (idlwave-statement-match): Fixed problem with assignment regexp.
21360 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21361 (idlwave-surround): New argument LENGTH to support padding of
21362 operators longer than 1 char.
21363
21364 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21365 idlwave-shell-expression-overlay. Implemented printing of
21366 expressions on higher levels of the calling stack.
21367 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21368 (idlwave-retrieve-expression-from-level): New function.
21369 (idlwave-shell-last-calling-stack): Variable removed.
21370 (idlwave-shell-reset): Argument action reversed (`visible' to
21371 `hidden'). Also remove stop-line overlay.
21372 (idlwave-shell-calling-stack-routine): New variable.
21373 (idlwave-shell-parse-stack-and-display): Messages now display
21374 negative level numbers.
21375 (idlwave-shell-mode): Set `modeline-format'.
21376 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21377 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21378 (idlwave-shell-print-expression-function): New option.
21379
21380 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21381 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21382 `tool-bar' instead of `toolbar'.
21383
21384 2000-02-02 Dave Love <fx@gnu.org>
21385
21386 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21387 emacs-lisp-mode-hook. Don't check for defalias being defined.
21388
21389 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21390 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21391 Use the new builtins directly.
21392
21393 * whitespace.el (whitespace): Add :version to defgroup.
21394
21395 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21396 Doc fix.
21397
21398 * thingatpt.el (sexp-at-point, symbol-at-point)
21399 (number-at-point, list-at-point): Add autoload cookie.
21400
21401 * recentf.el (recentf): Add :version to defgroup.
21402
21403 * quickurl.el (quickurl): Add :version to defgroup.
21404
21405 * elide-head.el (elide-head): Use point-marker more.
21406
21407 * bs.el (bs): Add :version to defgroup.
21408
21409 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21410
21411 * progmodes/delphi.el (delphi): Add :version to defgroup.
21412
21413 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21414
21415 * ange-ftp.el (ange-ftp-write-region): Handle case that
21416 succeeding process operation sets a different coding system.
21417
21418 * calculator.el: New file.
21419
21420 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21421
21422 * frame.el (frames-on-display-list, framep-on-display): New functions.
21423 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21424 (display-selections-p, display-screens, display-pixel-width)
21425 (display-pixel-height, display-mm-width, display-mm-height)
21426 (display-backing-store, display-save-under, display-planes)
21427 (display-color-cells, display-visual-class): New functions.
21428
21429 * term/tty-colors.el (tty-color-gray-shades): New function.
21430
21431 * faces.el (display-color-p): Use framep-on-display.
21432 (display-grayscale-p): New function.
21433
21434 2000-01-31 Dave Love <fx@gnu.org>
21435
21436 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21437 (create-fontset-from-x-resource): Don't concat integers.
21438
21439 2000-01-31 Inge Frick <inge@nada.kth.se>
21440
21441 * view.el: Some changes in documentation. Removed some trailing
21442 whitespace. Changed some parameter names to agree with documentation.
21443 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21444 window is not deleted. Modifies change 1998-04-26.
21445
21446 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21447
21448 * windmove.el: New file.
21449
21450 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21451 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21452 progmodes/ebnf-yac.el: Update copyright and license info.
21453
21454 * jit-lock.el (jit-lock-function): Widen before calculating
21455 end position.
21456 (jit-lock-stealth-chunk-start): Rewritten.
21457
21458 * info.el (Info-title-face-alist): Removed.
21459 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21460 (Info-fontify-node): Use these faces.
21461
21462 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21463
21464 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21465 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21466 `&allow-other-keywords'.
21467
21468 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21469 the list of directories scanned heuristically.
21470
21471 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21472
21473 2000-01-30 Jason Rumney <jasonr@gnu.org>
21474
21475 * w32-fns.el: Define w32-tty-standard-colors.
21476
21477 * startup.el (command-line): Use w32-tty-standard-colors when in
21478 w32 console mode.
21479
21480 2000-01-30 Dave Love <fx@gnu.org>
21481
21482 * jka-compr.el (jka-compr-load): Fix up load-history.
21483
21484 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21485
21486 * emacs-lisp/cl-macs.el: Revert previous change.
21487
21488 2000-01-29 Dave Love <fx@gnu.org>
21489
21490 * facemenu.el: Purecopy various strings.
21491
21492 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21493 years. Deal with three-digit years.
21494
21495 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21496 Use defconst, purecopy.
21497 (help-back-label): Purecopy it.
21498
21499 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21500
21501 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21502 variable. If non-nil, order the buffer list according to the
21503 currently selected frame.
21504 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21505 non-nil, pass the selected frame to function buffer-list.
21506
21507 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21508
21509 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21510
21511 2000-01-28 Dave Love <fx@gnu.org>
21512
21513 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21514
21515 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21516 Don't use lisp-indent-hook property.
21517 (cl-abs): Remove.
21518
21519 * subr.el: Move out indent and edebug specs for when and unless.
21520
21521 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21522 when, unless.
21523
21524 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21525 unless, when.
21526
21527 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21528
21529 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21530 `collecting' as synonym for `collect'.
21531
21532 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21533 for the case it contains spaces.
21534
21535 * simple.el (what-cursor-position): Change formatting of messages.
21536
21537 * frame.el (delete-other-frames): New function.
21538 (toplevel): Bind it to C-x 5 1.
21539
21540 * sort.el (sort-numeric-base): New option.
21541 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21542 interpret it as octal or hexadecimal. Use sort-numeric-base
21543 as default base.
21544
21545 * progmodes/glasses.el: New file.
21546
21547 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21548
21549 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21550 userids differently.
21551
21552 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21553 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21554 progmodes/ebnf-yac.el: New files.
21555
21556 2000-01-26 Dave Love <fx@gnu.org>
21557
21558 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21559 on a function with an empty body. [From Eric Ludlam.]
21560
21561 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21562
21563 * vc.el (vc-version-diff): Make sure file name is expanded.
21564
21565 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21566
21567 * scroll-bar.el (scroll-bar-timer): Variable removed.
21568 (scroll-bar-toolkit-scroll): Don't use a timer.
21569
21570 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21571
21572 * language/thai-util.el (thai-composition-function):
21573 Delete superfluous `a'.
21574
21575 2000-01-24 Dave Love <fx@gnu.org>
21576
21577 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21578 end-of-defun-function.
21579
21580 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21581
21582 2000-01-22 Jason Rumney <jasonr@gnu.org>
21583
21584 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21585 conflicts with new face support.
21586
21587 2000-01-22 Richard M. Stallman <rms@gnu.org>
21588
21589 * replace.el (query-replace): Rename last arg to DELIMITED.
21590 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21591 (query-replace-regexp): Likewise.
21592
21593 2000-01-20 Richard M. Stallman <rms@gnu.org>
21594
21595 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21596
21597 * emacs-lisp/lisp.el (beginning-of-defun-function):
21598 Variable renamed from beginning-of-defun.
21599 Do not call make-variable-buffer-local.
21600 (beginning-of-defun-raw): Use new variable name; doc fix.
21601 (beginning-of-defun): Doc fix.
21602 (end-of-defun-function): Variable renamed from end-of-defun.
21603 Do not call make-variable-buffer-local.
21604 (end-of-defun): Use new variable name; doc fix.
21605
21606 * subr.el (dolist, dotimes): Copied from cl-macs.el
21607 and made to work.
21608
21609 * mail/undigest.el (rmail-digest-end-regexps):
21610 Variable replaces rmail-digest-end-regexp.
21611 Allows multiple regexps for detecting the end line.
21612 (undigestify-rmail-message): Corresponding changes.
21613
21614 2000-01-19 Dave Love <fx@gnu.org>
21615
21616 * files.el (user-init-file): Don't declare here -- is primitive.
21617
21618 * startup.el (command-line): Check for compiled user-init-file and
21619 set to uncompiled version if necessary.
21620
21621 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21622
21623 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21624 (undigestify-rmail-message): Use it.
21625
21626 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21627
21628 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21629
21630 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21631 of mini-buffer.
21632
21633 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21634
21635 * emacs-lisp/copyright.el (copyright-update): Removed the
21636 requirement for a trailing space from `copyright-regexp', to
21637 support copyrights with owner specified on a separate line..
21638
21639 * align.el: New file.
21640
21641 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21642
21643 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21644
21645 2000-01-13 Dave Love <fx@gnu.org>
21646
21647 * ph.el: Removed. (Obsoleted by EUDC.)
21648
21649 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21650
21651 * net/eudc.el (toplevel): Remove autoloaded code installing
21652 menu with easymenu, because that causes build problems.
21653
21654 * frame.el (frame-notice-user-settings): New variable.
21655 (frame-notice-user-settings): Don't modify frame parameters
21656 if called a second time.
21657
21658 2000-01-13 Richard M. Stallman <rms@gnu.org>
21659
21660 * frame.el (frame-notice-user-settings):
21661 Notice default-frame-parameters even for non-window frames.
21662
21663 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21664
21665 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
21666 for Emacs.
21667 (eudc-bob-can-display-inline-images): Extend for Emacs.
21668 (eudc-bob-toggle-inline-display): Ditto.
21669 (eudc-bob-display-jpeg): Ditto.
21670
21671 2000-01-12 Gerd Moellmann <gerd@gnu.org>
21672
21673 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
21674 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
21675 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
21676
21677 * add-log.el (add-change-log-entry): Fix error trying an
21678 `(insert nil)'.
21679
21680 * subdirs.el: Add `net' directory.
21681
21682 * net: New directory.
21683
21684 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
21685 eval-last-sexp. Don't bind debug-on-error here.
21686 (eval-last-sexp): New function. Bind debug-on-error if
21687 eval-expression-debug-on-error is non-nil.
21688 (eval-defun-2, eval-defun): Likewise.
21689
21690 * simple.el (eval-expression): Don't bind debug-on-error if
21691 eval-expression-debug-on-error is nil. Detect changed
21692 debug-on-error, and propagate new value to global binding, if
21693 eval-expression-debug-on-error is non-nil,
21694 (eval-expression-debug-on-error): Change doc string.
21695
21696 2000-01-11 Richard M. Stallman <rms@gnu.org>
21697
21698 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
21699
21700 * emacs-lisp/lisp-mode.el (with-syntax-table):
21701 Set up lisp-indent-function property.
21702
21703 * subr.el (with-syntax-table): Moved from simple.el.
21704
21705 * simple.el (with-syntax-table): Moved to subr.el.
21706
21707 2000-01-11 Gerd Moellmann <gerd@gnu.org>
21708
21709 * tmm.el (tmm-shortcut): Delete region after prompt instead
21710 of erasing buffer.
21711
21712 * textmodes/fill.el (fill-common-string-prefix): New function.
21713 (fill-context-prefix): Use the longest common prefix of first
21714 and second line fill prefix, if there is one.
21715
21716 2000-01-11 Richard M. Stallman <rms@gnu.org>
21717
21718 * array.el (array-mode): Don't use make-variable-buffer-local.
21719 Use make-local-variable for `truncate-lines'.
21720
21721 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
21722
21723 * add-log.el (add-log-current-defun): Handle user-defined
21724 add-log-current-function returning nil,
21725
21726 * add-log.el (add-change-log-entry): Insert version number
21727 if having found a current function
21728
21729 * add-log.el (add-log-current-defun):
21730 Call `add-log-current-defun-function'. Try matches at level 0 and
21731 level 1. Strip whitespace from defun found.
21732
21733 2000-01-10 John Wiegley <johnw@gnu.org>
21734
21735 * allout.el (isearch-done/outline-provisions): Added `edit'
21736 argument to correspond with the current definition of `isearch-done'.
21737
21738 2000-01-10 Dave Love <fx@gnu.org>
21739
21740 * elide-head.el (elide-head): Use point-marker, not point.
21741
21742 2000-01-10 Gerd Moellmann <gerd@gnu.org>
21743
21744 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
21745 before and after the year 2000.
21746
21747 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
21748 Add ispell- prefix.
21749
21750 2000-01-10 Ken Stevens <k.stevens@ieee.org>
21751
21752 * ispell.el: Only define dictionaries in menus when they exist.
21753 (version18p): New variable.
21754 (version20p): New variable.
21755 (xemacsp): New variable.
21756 (ispell-choices-win-default-height): Fix for XEmacs visibility.
21757 (ispell-dictionary-alist1): Added Brasileiro dictionary.
21758 (ispell-dictionary-alist6): Russian command lines no longer accept
21759 run-together words.
21760 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
21761 (ispell-dictionary-alist): Add koi8-r to customize definition.
21762 (check-ispell-version): Added documentation string. Return library
21763 path when called non-interactively.
21764 (ispell-menu-map-needed): Uses new variables.
21765 (ispell-library-path): New variable.
21766 (ispell-decode-string): XEmacs fix for bogus variable bindings.
21767 (ispell-word): Improved documentation string. Test for valid
21768 character mappings. Correctly check typed in word changes that can
21769 result in single words split into multiple words.
21770 Return replacement word.
21771 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
21772 replace in recursive query replace mode. Help message for
21773 recursive edit mode.
21774 (ispell-show-choices): Protect against bad framepop bindings.
21775 (ispell-help): Fix to work with XEmacs.
21776 (ispell-highlight-spelling-error): Use new variables.
21777 (ispell-overlay-window): Fix to work with XEmacs.
21778 (ispell-parse-output): Passed and returns location information
21779 tracking spelling corrections. Doesn't recheck same word on
21780 current line.
21781 (ispell-init-process): Protect against bogus XEmacs variable binding.
21782 Fix call to single argument in sleep-for. Use new variables.
21783 (ispell-region): Passed and returns location information tracking
21784 spelling corrections. Doesn't check same word on current line.
21785 Improved documentation string. Doesn't resend a line already
21786 checked to the ispell process - fixes bug in LaTeX parsing.
21787 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
21788 (ispell-skip-region): No longer skips <TT> in SGML.
21789 (ispell-process-line): Tracks location information with spelling
21790 corrections. Added documentation string. Accounts for words
21791 already accepted on this line. Don't allow query-replace on line
21792 starting with math characters. Doesn't resend a line already sent
21793 to ispell process. Fixes alignment error bug.
21794
21795 2000-01-10 Richard M. Stallman <rms@gnu.org>
21796
21797 * dired-x.el (dired-guess-shell-alist-default):
21798 Suggest xloadimage, which is free, not xv, which isn't.
21799
21800 * ange-ftp.el (ange-ftp-file-name-nondirectory):
21801 Don't ever include the host name or user name in the value.
21802
21803 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21804
21805 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
21806 of a real newline.
21807
21808 2000-01-09 Stephen Eglen <stephen@gnu.org>
21809
21810 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
21811 for .png files.
21812
21813 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
21814
21815 * cus-edit.el (custom-hook-convert-widget): Fix comment.
21816
21817 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21818
21819 * progmodes/cperl-mode.el: Replace ^F with ^L.
21820
21821 * sendmail.el (toplevel): Provide `sendmail' when compiling before
21822 `require'ing rmail and mailalias to prevent infinite recursion.
21823
21824 2000-01-08 Dave Love <fx@gnu.org>
21825
21826 * emacs-lisp/backquote.el: Remove inappropriate customization
21827 (allowing custom.el to use backquote).
21828
21829 2000-01-07 Dave Love <fx@gnu.org>
21830
21831 * add-log.el (add-log-debugging): Deleted.
21832 (add-change-log-entry): Treat a backup FILE-NAME as its parent
21833 file. Remove debugging code.
21834 (change-log-get-method-definition, change-log-name): Add doc.
21835 (change-log-sortable-date-at): New function.
21836 (change-log-merge): New command.
21837
21838 * time.el (display-time-string-forms): Make the Mail string active.
21839 (display-time-update): Provide help-echo for load average.
21840
21841 * bindings.el (make-mode-line-mouse2-map): New function.
21842 (mode-line-modified): Use it and simplify.
21843 (mode-line-mule-info): Provide help-echo info.
21844 (minor-mode-alist): Activate the strings.
21845 (make-mode-line-mouse-sensitive): Simplify for
21846 mode-line-buffer-identification.
21847
21848 2000-01-07 Gerd Moellmann <gerd@gnu.org>
21849
21850 * play/pong.el: New file.
21851
21852 2000-01-06 Dave Love <fx@gnu.org>
21853
21854 * array.el: Assorted cleanups for compiler warnings, doc strings,
21855 `array-' prefix for symbols.
21856
21857 2000-01-05 Dave Love <fx@gnu.org>
21858
21859 * textmodes/outline.el (outline-mode-menu-bar-map):
21860 Add outline-headers-as-kill.
21861 (outline-mode): Define imenu-generic-expression.
21862 (outline-headers-as-kill): New command.
21863
21864 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
21865 from paragraph-start.
21866 (paragraph-indent-minor-mode): New command.
21867
21868 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
21869 M-C-e, M-C-h, C-j, C-xnd, TAB.
21870 (fortran-mode): Set beginning-of-defun, end-of-defun.
21871 (fortran-column-ruler): Simplify.
21872 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
21873 (fortran-with-subprogram-narrowing): Likewise.
21874 (fortran-indent-subprogram): Call mark-defun.
21875 (fortran-check-for-matching-do): Change narrowing.
21876
21877 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
21878 (cl-lucid-hash-tag): Delete.
21879 (cl-hash-table-p): Correct test for native table.
21880 (cl-hash-table-count): Use hash-table-count.
21881
21882 * browse-url.el (browse-url): Fix case of
21883 browse-url-browser-function being an alist.
21884
21885 2000-01-05 Carsten Dominik <cd@gnu.org>
21886
21887 * textmodes/reftex-vars.el (reftex-parse-file-extension)
21888 (reftex-index-phrase-file-extension): New options.
21889
21890 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
21891 Use new option `reftex-index-phrase-file-extension'.
21892
21893 * textmodes/reftex.el (reftex-access-parse-file): Use new option
21894 `reftex-parse-file-extension'.
21895
21896 2000-01-05 Dave Love <fx@gnu.org>
21897
21898 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
21899 (beginning-of-defun-raw): Use it.
21900 (end-of-defun): New variable.
21901 (end-of-defun): Use it.
21902 (check-parens): New command.
21903
21904 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
21905
21906 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
21907 (hs-show-block): Don't use `mapcar' when not accumulating.
21908
21909 Fix buglet in local variables initialization.
21910
21911 2000-01-05 Andreas Schwab <schwab@suse.de>
21912
21913 * hscroll.el (hscroll): Doc fix.
21914
21915 2000-01-05 Carsten Dominik <cd@gnu.org>
21916
21917 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
21918 Require idlw-toolbar.
21919
21920 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
21921 file idlw-rinfo.el.
21922 (idlwave-customize): Load must read file idlw-shell.el.
21923 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
21924
21925 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
21926
21927 * progmodes/idlw-shell.el: Also provide idlwave-shell
21928 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
21929 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
21930
21931 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
21932 both reftex-dcr and reftex-vcr.
21933
21934 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
21935
21936 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21937
21938 * ps-print.el: PostScript code now is in separate files, doc fix.
21939 (ps-print-version): New version number (5.0.3).
21940 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
21941 local.
21942 (ps-spool-config): Initialization fix.
21943 (ps-print-prologue-1, ps-print-prologue-2)
21944 (ps-print-duplex-feature): PostScript code moved to separated file.
21945 (ps-background-image): Little code reformating.
21946 (ps-begin-file, ps-begin-job): Fix code.
21947 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
21948 (ps-prologue-file): New fun.
21949
21950 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21951
21952 * ps-vars.el: Eliminated.
21953
21954 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
21955 `;;;###autoload'.
21956
21957 * ps-print.el: ps-vars eliminated, doc fix.
21958 (ps-print-version): New version number (5.0.2).
21959 (ps-spool-config): Initialization fix.
21960 (ps-print-customize): New fun.
21961
21962 2000-01-04 Gerd Moellmann <gerd@gnu.org>
21963
21964 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
21965
21966 2000-01-04 Dave Love <fx@gnu.org>
21967
21968 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
21969 menu items.
21970
21971 2000-01-03 Dave Love <fx@gnu.org>
21972
21973 * elide-head.el (elide-head) [defgroup]: Add :version.
21974
21975 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
21976 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
21977 Use `cl-hash-table-p', not `hash-table-p'.
21978 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
21979
21980 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21981
21982 * faces.el (face-read-integer, read-face-attribute)
21983 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
21984
21985 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21986
21987 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
21988 at comment end, and re-insert them after filling.
21989
21990 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21991
21992 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
21993 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
21994 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
21995
21996 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21997
21998 * term/x-win.el (xw-defined-colors): Call color-supported-p,
21999 the new name of face-color-supported-p.
22000
22001 * term/w32-win.el (xw-defined-colors): Likewise.
22002
22003 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22004
22005 * simple.el (completion-setup-function): Count completion-size
22006 from minibuffer-prompt-end, not from point-min.
22007
22008 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22009
22010 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22011 Pass the frame to tty-color-* functions.
22012 (display-color-p, frame-set-background-mode): Pass the frame to
22013 tty-display-color-p.
22014
22015 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22016 tty-color-alist.
22017 (tty-color-alist, tty-modify-color-alist): New functions.
22018 (tty-color-define, tty-color-clear, tty-color-approximate)
22019 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22020 optional parameter FRAME.
22021
22022 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22023
22024 * image.el (create-image, defimage): Don't assume image data is
22025 a string.
22026
22027 * image.el (defimage): Handle specifications containing :data
22028 instead of :file.
22029 (image-type-from-data): New function.
22030 (image-type-from-file-header): Use it.
22031 (create-image): Add parameter DATA-P.
22032
22033 See ChangeLog.8 for earlier changes.
22034
22035 ;; Local Variables:
22036 ;; coding: iso-2022-7bit
22037 ;; End:
22038
22039 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22040 Copying and distribution of this file, with or without modification,
22041 are permitted provided the copyright notice and this notice are preserved.