(locate): Show default locate pattern within the
[bpt/emacs.git] / lisp / ChangeLog
1 2001-11-17 Stephen Eglen <stephen@gnu.org>
2
3 * locate.el (locate): Show default locate pattern within the
4 prompt, but don't insert it into the minibuffer contents. Catch
5 the case when pattern is the empty string.
6
7 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8
9 * language/european.el ("French"): New language environment.
10
11 2001-11-16 Richard M. Stallman <rms@gnu.org>
12
13 * calendar/todo-mode.el (todo-save): Fix previous change.
14
15 * subr.el (functionp): Do use cdr-safe on object.
16
17 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
18
19 * bindings.el (mode-line-mode-name): Only put the help-echo property
20 if the local-map property was put as well.
21 (global-map): Bind switch-frame, delete-frame, iconify-frame
22 and make-frame-visible events.
23
24 * emacs-lisp/elp.el (elp-not-profilable): New var.
25 (elp-not-profilable-p): New function.
26 (elp-instrument-function): Use it. Use backquotes and push.
27
28 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
29 (byte-stack+-info, byte-compile-last-warned-form)
30 (byte-compile-last-logged-file): Don't defconst a variable.
31 (no-byte-compile): Declare.
32 (byte-compile-file): Don't boundp-check no-byte-compile any more.
33 (byte-compile-defvar): Leave defconst as is.
34
35 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
36 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
37 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
38 (edebug-best-error): Don't defconst a variable.
39 (edebug-read-syntax-table): Use a char-table.
40 (edebug-lemacs-specific): Remove.
41 Toplevel: Eliminate check for Lucid Emacs.
42
43 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
44
45 * rect.el (move-to-column-force): Mark obsolete.
46 (operate-on-rectangle, delete-extract-rectangle-line)
47 (insert-rectangle, delete-whitespace-rectangle-line)
48 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
49 (string-rectangle-history): New var.
50 (string-rectangle, string-insert-rectangle): Use it.
51 (delete-rectangle-line): Fix pos/column mixup and simplify.
52
53 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
54 (normal-top-level, command-line, command-line-1): Simplify.
55
56 * tar-mode.el (tar-mode): Use define-derived-mode.
57
58 * view.el (view-mode-enable): Don't use make-local-hook.
59
60 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
61
62 2001-11-16 Richard M. Stallman <rms@gnu.org>
63
64 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
65 if it doesn't make sense as anything else.
66 Don't recognize a "telephone number" at the beginning of the name.
67 (mail-extr-leading-garbage): Match non-word characters only.
68
69 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
70
71 * emulation/viper.el: Fix typo.
72
73 * startup.el (command-line-processed): Doc fix.
74
75 * apropos.el (apropos-next-label-button): Doc fix.
76
77 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
78
79 * comint.el (comint-mode): Simplify.
80 (make-comint-in-buffer): Run `comint-mode' only if necessary.
81
82 * subr.el (eval-after-load): Make it work with features as well.
83
84 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
85
86 * international/mule-cmds.el (describe-input-method): Setup xref.
87 (set-language-environment): Use functionp.
88 (locale-language-names, locale-charset-language-names)
89 (locale-preferred-coding-systems): Defconst and purecopy.
90
91 * language/european.el (mac-roman): Add mime-charset property.
92
93 2001-11-15 Richard M. Stallman <rms@gnu.org>
94
95 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
96 (multiple-value-apply, nth-value): Use defsubst rather than defalias
97 to get better doc strings.
98
99 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
100
101 * derived.el: Fix autoload cookie.
102
103 2001-11-15 Richard M. Stallman <rms@gnu.org>
104
105 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
106
107 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
108
109 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
110
111 2001-11-15 Richard M. Stallman <rms@gnu.org>
112
113 * dired.el (dired-undo): Display a message to explain
114 that this does not undo file system changes.
115
116 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
117
118 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
119 into `unread-command-events' instead of trying keymap
120 lookups ourselves. This makes mouse-clicks do the right
121 thing even when keymaps of overlays are involved.
122 (mouse-drag-drag): Likewise.
123
124 2001-11-15 Andreas Schwab <schwab@suse.de>
125
126 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
127 characters and append anchor to pattern added to auto-mode-alist.
128
129 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
130
131 * server.el (server-process-filter): Run pore/post-comment-hook
132 before/after visiting the file.
133
134 * info-look.el (makefile-mode): Add info for automake.
135 (autoconf-mode): Fix the name of the index for automake.
136
137 * international/latin-9.el: Give pilcrow punctuation syntax.
138
139 2001-11-15 Andre Spiegel <spiegel@gnu.org>
140
141 * vc.el: Documentation fixes.
142
143 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
144
145 * smerge-mode.el (smerge-match-conflict): Fix typo.
146 (smerge-diff): Be careful to read match-data early enough.
147
148 2001-11-14 Colin Walters <walters@verbum.org>
149
150 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
151 (calcFunc-subst): Use `defalias' instead of `fset' and
152 `symbol-function'.
153
154 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
155 (calcFunc-ceil, calcFunc-round): Ditto.
156
157 * calc/calc-bin.el (calcFunc-clip): Ditto.
158
159 * calc/calc-ext.el (calcFunc-evalv): Ditto.
160
161 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
162
163 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
164 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
165
166 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
167
168 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
169 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
170 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
171 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
172 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
173 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
174 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
175 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
176 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
177 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
178 * calcsel2.el: Style cleanup; don't put closing parens on their
179 own line, add "foo.el ends here" to each file, and update
180 copyright date.
181
182 * README: Update maintainer.
183
184 2001-11-13 Alan Shutko <ats@acm.org>
185
186 * compile.el (recompile): Use compilation-arguments if set, so as
187 to be able to M-x recompile the exact command which created a
188 compilation-mode buffer.
189
190 2001-11-13 Richard M. Stallman <rms@gnu.org>
191
192 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
193
194 2001-11-13 Gerd Moellmann <gerd@gnu.org>
195
196 * mouse.el (mouse-drag-region): Don't run the up-event
197 handler if window start changed due to the down-mouse event.
198
199 2001-11-13 Richard M. Stallman <rms@gnu.org>
200
201 * mouse.el (mouse-show-mark): Either move point to the mark
202 or use highlighting, never both.
203 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
204
205 2001-11-13 Simon Josefsson <jas@extundo.com>
206
207 * mail/smtpmail.el (top-level): Change maintainer to Simon
208 Josefsson, cleanup the smtpmail.el header.
209
210 * mail/smtpmail.el (top-level): Don't require cl or base64.
211 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
212 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
213 Defsubst instead of defmacro.
214 (smtpmail-intersection): Return value in reverse order.
215 (smtpmail-open-stream): Use stringp instead of string-to-list.
216 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
217 separated from smtpmail-via-smtp.
218
219 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
220 rfc2104. Require base64 and cl.
221 (smtpmail-smtp-service): Doc fix. :type fix.
222 (smtpmail-debug-info): Doc fix.
223 (smtpmail-debug-verb, smtpmail-auth-credentials)
224 (smtpmail-starttls-credentials, smtpmail-auth-supported):
225 New variables.
226 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
227 mail-utils (it is autoloaded).
228 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
229 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
230 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
231 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
232 (smtpmail-via-smtp): Support AUTH.
233 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
234
235 2001-11-13 Richard M. Stallman <rms@gnu.org>
236
237 * ebuff-menu.el (electric-buffer-update-highlight): New function.
238 (electric-buffer-overlay): New variable.
239 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
240 (electric-buffer-list): Likewise.
241
242 2001-11-13 Per Starback <starback@ling.uu.se>
243
244 * isearch.el (isearch-whitespace-chars): Doc fix.
245 (isearch-mode): Handle negative search-slow-window-lines correctly.
246
247 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
248
249 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
250
251 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
252 From Emmanuel Briot <briot@act-europe.fr>.
253
254 2001-11-13 Colin Walters <walters@debian.org>
255
256 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
257
258 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
259 "~/.emacs"; use `read-file-name'.
260
261 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
262 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
263 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
264 * calc/calc.el: Use `frame-width' instead of `screen-width',
265 `frame-height' instead of `screen-height', and,
266 `executing-kbd-macro' instead of `executing-macro'.
267
268 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
269 correct number of arguments.
270
271 * calc/calc-aent.el (calc-do-alg-entry):
272 Use `blink-paren-function' instead of `blink-paren-hook'.
273
274 2001-11-12 Richard M. Stallman <rms@gnu.org>
275
276 * calendar/todo-mode.el (todo-save): Add save-excursion
277 and save-restriction.
278
279 * server.el (server-edit, server-done): Doc fix.
280
281 * simple.el (clone-indirect-buffer): Error if major mode symbol
282 has a no-clone-indirect property.
283 (clone-buffer): Check for obvious errors before reading clone name.
284
285 * info.el (Info-mode): Add a no-clone-indirect property.
286
287 2001-11-12 Sam Steingold <sds@gnu.org>
288
289 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
290 set-buffer-modified-p to nil after `vc-exec-after'.
291 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
292 (log-view-mode): Make read-only.
293 (log-view-current-file): Do final `expand-file-name' in the
294 current `default-directory'.
295 (log-view-current-tag): Take an optional `where' arg.
296 (log-view-diff): New user command.
297
298 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
299
300 * progmodes/cpp.el (cpp-choose-face): Fix typo.
301
302 2001-11-12 Sam Steingold <sds@gnu.org>
303
304 * emacs-lisp/cl-indent.el (toplevel): Indent properly
305 `generic-flet', `generic-labels', `with-accessors',
306 `with-condition-restarts'.
307
308 2001-11-12 Richard M. Stallman <rms@gnu.org>
309
310 * dired.el: Many trivial doc fixes.
311 (dired-get-file-for-visit): New function.
312 (dired-find-alternate-file, dired-mouse-find-file-other-window):
313 (dired-view-file, dired-find-file-other-window, dired-display-file):
314 (dired-find-file): Use dired-get-file-for-visit.
315
316 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
317
318 * sql.el (sql-mode): Doc change.
319
320 * sql.el (sql-mode-syntax-table): The backslash is no longer an
321 escape character.
322
323 2001-11-12 Colin Walters <walters@debian.org>
324
325 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
326 (calc-do-keypad): Don't attempt to use nonexistent global
327 mouse-map, use calc-keypad-map.
328 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
329 (calc-keypad-left-click): Don't use mouse-map; update to new event
330 interface.
331 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
332 (calc-keypad-press): Use `unread-command-events' instead of
333 `unread-command-char'.
334
335 * calc/calc-ext.el (calc-init-extensions): Update autoload names
336 to match files renamed on initial calc import.
337
338 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
339
340 * textmodes/flyspell.el (flyspell-default-dictionary):
341 Fix previous change.
342
343 2001-11-12 Richard M. Stallman <rms@gnu.org>
344
345 * textmodes/flyspell.el (flyspell-default-dictionary):
346 Fix custom type.
347
348 2001-11-11 Richard M. Stallman <rms@gnu.org>
349
350 * calendar/solar.el (solar-sunrise-and-sunset):
351 Exchange the two extreme values of day-length.
352
353 * progmodes/sh-script.el (sh-must-be-shell-mode):
354 Allow modes derived from sh-mode.
355
356 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
357 Turn off error in some re-search-forward calls.
358
359 * replace.el (query-replace-skip-read-only): New variable.
360 (perform-replace): If that variable is non-nil, ignore matches
361 that have a read-only property.
362
363 * derived.el (define-derived-mode): Doc fix.
364
365 * server.el (server-buffer-done): Test of server-existing-buffer
366 was backwards.
367 (server-existing-buffer): Doc fix.
368
369 * textmodes/flyspell.el (flyspell-default-dictionary):
370 Allow nil as value, and make nil the default.
371
372 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
373
374 * subdirs.el: Regenerated.
375
376 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
377 it is not fboundp.
378 (clipboard-yank): Ditto.
379
380 2001-11-11 Colin Walters <walters@verbum.org>
381
382 The following changes are based on patches from
383 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
384 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
385
386 * calc/calc.el (toplevel): Require calc-macs.
387 (calc-minibuffer-size): New.
388 (calcDigit-nondigit): Use it instead of `buffer-size'.
389 (calcDigit-backspace): Likewise.
390 (calcDigit-nondigit): Use `minibuffer-contents' instead of
391 `buffer-string'.
392 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
393 `point-min'.
394 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
395 `save-excursion'.
396
397 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
398 simple `setq' form.
399
400 * calc/calc-ext.el: (toplevel): Require calc.
401 (calc-fancy-prefix-map): New.
402 (calc-fancy-prefix): Use it.
403 (calc-fancy-prefix-other-key): New.
404
405 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
406 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
407 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
408 (calcAlg-enter): Likewise.
409 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
410
411 2001-11-10 Richard M. Stallman <rms@gnu.org>
412
413 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
414 (quietly-read-abbrev-file): Doc fix.
415
416 * startup.el (command-line): Read standard abbrev
417 file (abbrev-file-name), if it exists.
418
419 * files.el (save-abbrevs): Default value is t.
420
421 * progmodes/compile.el (compile-goto-error): Fix previous change
422 in the case where subsequent errors have not been parsed yet
423 because they are in a different source file.
424
425 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
426
427 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
428 Merge two regular expressions into one.
429 (ps-mode): Make local bindings for `comment-start' and
430 `comment-start-skip'.
431 (ps-mode-looking-at-nested): Simplify an if-else construct;
432 use `set-match-data' to set the result.
433
434 2001-11-10 Richard M. Stallman <rms@gnu.org>
435
436 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
437 Function deleted.
438 (flyspell-correct-word): Old definition deleted.
439 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
440 All references renamed too.
441
442 2001-11-10 Gerd Moellmann <gerd@gnu.org>
443
444 * Makefile.in (finder_setwins, setwins): Exclude Calc.
445
446 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
447
448 * wid-edit.el (checklist): Removed `:menu-tag'.
449 (radio-button-choice): Ditto.
450 (editable-list): Ditto.
451
452 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
453
454 * play/gomoku.el: Move definitions of constants to the beginning
455 of file, before their use.
456
457 2001-11-09 Richard M. Stallman <rms@gnu.org>
458
459 * textmodes/flyspell.el: Use the keymap property
460 instead of local-map, and don't use a minor-mode map.
461 (flyspell-mode-map): Variable deleted.
462 Don't mess with minor-mode-map-alist.
463 (calling add-minor-mode): Specify nil for keymap.
464 And always use add-minor-mode, now that it exists.
465 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
466 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
467 or flyspell-local-mouse-map.
468 (make-flyspell-overlay): Use flyspell-mouse-map directly.
469 (flyspell-mode): Doc fix.
470 (flyspell-mode-on): Don't call make-local-hook.
471
472 2001-11-09 Sam Steingold <sds@gnu.org>
473
474 * emacs-lisp/debug.el (debugger-make-xrefs):
475 Add buttons to all symbols.
476
477 2001-11-09 Andre Spiegel <spiegel@gnu.org>
478
479 * vc.el: Add John David Smith to credits.
480
481 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
482
483 * vc-hooks.el (vc-error-occured): Backquotified.
484 (vc-file-prop-obarray): Use prime length for better efficiency.
485
486 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
487
488 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
489
490 * info.el (Info-file-list-for-emacs): Add entries for Calc.
491
492 2001-11-09 Miles Bader <miles@gnu.org>
493
494 * subr.el (functionp): Don't consider macros as functions.
495
496 2001-11-08 Miles Bader <miles@gnu.org>
497
498 * subr.el (functionp): Make work correctly for macros and unbound
499 symbols.
500
501 * comint.el (comint-send-input): Fix description of
502 `comint-process-echoes' in the doc-string.
503
504 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
505
506 * international/mule.el (make-translation-table): Doc fix.
507 Suggested by Alex Schroeder <alex@gnu.org>.
508
509 2001-11-07 Richard M. Stallman <rms@gnu.org>
510
511 * info.el (Info-fontify-node): Highlight every third menu item.
512
513 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
514
515 * cus-edit.el (custom-face-value-create): Don't ignore the
516 `customized-face' attribute when finding the current face spec.
517
518 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
519
520 * subr.el (with-local-quit): New macro.
521 (make-syntax-table): Always inherit.
522 (functionp): Be more careful when `object' is a symbol.
523
524 * dabbrev.el (dabbrev-completion): Use "*Completions*".
525
526 2001-11-07 Paul Eggert <eggert@twinsun.com>
527
528 * dired.el (dired-move-to-filename-regexp):
529 Do not distinguish between ASCII letters and non-ASCII characters.
530 Don't allow comma except in the form "month day, year".
531 Don't allow space between month name and comma.
532 Clean up the code that checks for trailing period, comma, and space.
533 Remove now-obsolete comments, and add more commentary about
534 Japanese dates.
535 Always gobble up trailing spaces, instead of doing it only sometimes.
536
537 2001-11-07 Miles Bader <miles@gnu.org>
538
539 * paren.el (show-paren-match-face): Add dark-background variant.
540
541 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
542
543 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
544 (lisp-mode-variables): Don't set paragraph-{start,separate}.
545 Don't disable adaptive-fill-mode.
546 (lisp-fill-paragraph): Use tab-width rather than 8.
547 Prevent filling the first line of docstrings.
548
549 2001-11-06 Richard M. Stallman <rms@gnu.org>
550
551 * play/gomoku.el (gomoku): Doc fix.
552
553 * jka-compr.el (jka-compr-partial-uncompress):
554 Support an alternative of not using dd.
555 (jka-compr-dd-program): Use defcustom to define this.
556 (jka-compr-load-suffixes): Use defcustom.
557 (jka-compr-mode-alist-additions): Use defcustom.
558
559 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
560
561 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
562 Also work when LIMIT is further than the end of line.
563
564 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
565
566 * international/quail.el (quail-update-leim-list-file): Print the
567 offending file name if some of its quail-define-package forms is broken.
568
569 2001-11-05 Richard M. Stallman <rms@gnu.org>
570
571 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
572 of the evaluated form.
573
574 2001-11-05 Paul Eggert <eggert@twinsun.com>
575
576 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
577 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
578 stamps always line up by default. Also, it uses a slightly
579 different window to determine whether files are "recent".
580
581 2001-11-05 Andrew Innes <andrewi@gnu.org>
582
583 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
584 Don't attempt to remake autoloads before nuking .elc files.
585
586 2001-11-04 Richard M. Stallman <rms@gnu.org>
587
588 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
589 previous-single-property-change or next-single-char-property-change
590 returns nil.
591
592 * international/mule-cmds.el (set-locale-environment):
593 Make it interactive; make arg optional.
594
595 * international/mule-diag.el (help-funs): Require help-funs.
596
597 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
598
599 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
600
601 2001-11-04 Miles Bader <miles@gnu.org>
602
603 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
604 shadow of the splash image grey on a dark background instead of black.
605
606 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
607
608 * term.el (all faces): Don't (copy-face 'default <foo>).
609
610 * term/xterm.el (function-key-map):
611 Add entry for `ESC [ 3 ~' -> <delete>
612 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
613 Use inheritance so that .emacs and terminfo take precedence.
614
615 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
616
617 * tooltip.el (tooltip-delay): Decrease to 0.7.
618 (tooltip-hide-delay): Enlarge to 10.
619
620 2001-11-03 Richard M. Stallman <rms@gnu.org>
621
622 * startup.el (fancy-splash-tail): Explain how to recover
623 from a crash, if there was a crash.
624 (command-line-1): Reorganize display of startup screen,
625 to simplify the logic. Use a temp buffer for it.
626
627 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
628
629 * frame.el (set-background-color, set-foreground-color):
630 Call face-set-after-frame-default, to propagate the new colors to
631 the frame's parameters alist.
632
633 * calendar/timeclock.el (timeclock-out): Signal an error if
634 timeclock-last-event is nil.
635
636 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
637
638 * textmodes/fill.el (fill-context-prefix): Fix braino.
639
640 * international/quail.el (quail-help):
641 Use `help-buffer' and move `help-setup-xref' to beginning.
642
643 * international/mule-cmds.el (describe-language-environment):
644 Use `help-buffer' and move `help-setup-xref' to beginning.
645
646 * international/mule-diag.el (list-character-sets)
647 (sort-listed-character-sets, describe-character-set)
648 (describe-coding-system, describe-fontset, list-fontsets):
649 Use `help-buffer' and move `help-setup-xref' to beginning.
650 (describe-char-after): Use `internal-describe-syntax-value'.
651
652 2001-11-02 Richard M. Stallman <rms@gnu.org>
653
654 * mouse.el (popup-menu): If the user refuses to select
655 from a menu, don't try to invoke the menu.
656
657 2001-11-02 Miles Bader <miles@gnu.org>
658
659 * help-mode.el (help-xref): New button type.
660 (help-function, help-variable, help-face, help-coding-system)
661 (help-input-method, help-character-set, help-type, help-symbol)
662 (help-back, help-info, help-customize-variable, help-customize-face)
663 (help-function-def, help-variable-def): Use it as a supertype.
664 Remove `action' property.
665
666 * international/mule-diag.el (describe-character-set)
667 (describe-coding-system): Pass correct args to `help-xref-button'.
668 (sort-listed-character-sets): New button type.
669 (list-character-sets): Use it.
670 (list-charset-chars): New button type.
671 (list-character-sets-1): Use it.
672
673 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
674
675 * indent.el (tab-always-indent, indent-for-tab-command):
676 Remove redundant `never' setting.
677
678 * fill.el (fill-region-as-paragraph): Don't forget to skip
679 over current whitespace before looking for a preceding space.
680
681 2001-11-01 Richard M. Stallman <rms@gnu.org>
682
683 * files.el (file-newest-backup): Don't pass backup file name
684 thru file-name-sans-versions, because it never has version numbers.
685
686 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
687 to avoid ambiguous nested loops.
688
689 * files.el (find-file-noselect): Offer to change buffer-read-only
690 only when the file's read-only status has changed from before
691 as well as disagreeing with the buffer's current status.
692 (buffer-file-read-only): New var, local in all buffers.
693
694 * buff-menu.el (buffer-menu): Doc fix.
695 (buffer-menu-other-window): Doc fix.
696 (list-buffers, list-buffers-noselect): Doc fix.
697
698 2001-11-01 Gerd Moellmann <gerd@gnu.org>
699
700 * startup.el (command-line): If the terminal Emacs is running on
701 has erase char set to ^H, use the Backspace key for deleting
702 backward, and the Delete key for deleting forward.
703
704 2001-11-01 Miles Bader <miles@gnu.org>
705
706 * button.el (define-button-type): Make sure every user-defined
707 button type has a supertype.
708
709 2001-10-31 Jason Rumney <jasonr@gnu.org>
710
711 * international/mule-cmds.el (locale-language-names): Add chs and
712 cht as aliases for Chinese-GB and Chinese-BIG5.
713
714 2001-10-31 Richard M. Stallman <rms@gnu.org>
715
716 * bindings.el (mode-line-frame-identification): Add doc string.
717 (mode-line-position, mode-line-modes): New variables.
718 (mode-line-format): Use mode-line-position for the part
719 that displays the position-in-buffer info.
720 Use mode-line-modes for the part that displays major and minor modes.
721
722 2001-10-31 Sam Steingold <sds@gnu.org>
723
724 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
725 (debugger-setup-buffer): Call it.
726 (debugger-mode-map): Bind RET and mouse-2.
727
728 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
729
730 * startup.el: Document command line option --no-window-system
731 instead of --no-windows.
732
733 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
734
735 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
736
737 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
738 (font-lock-defaults-alist): Use it.
739 From David Ponce <david.ponce@wanadoo.fr>
740
741 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
742 output of `char-after'.
743
744 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
745
746 * simple.el (reindent-then-newline-and-indent): Insert the newline
747 before indenting the first line.
748 (undo-get-state, undo-revert-to-state): New funs.
749 (shell-command): Don't kill the buffer even if empty.
750 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
751 (transpose-subr-end2): Remove.
752 (transpose-subr): Add `special' arg and simplify.
753 (transpose-subr-1): Rewrite.
754 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
755 (rfc822-goto-eoh): Simplify.
756
757 2001-10-30 Richard M. Stallman <rms@gnu.org>
758
759 * enriched.el (enriched-face-ans): FIx previous change.
760
761 2001-10-30 Gerd Moellmann <gerd@gnu.org>
762
763 * international/iso-acc.el (iso-accents-compose): Remove a
764 superfluous setq.
765
766 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
767
768 * buff-menu.el (list-buffers-noselect): If the buffer's name
769 starts with a blank, but it visits a file, do show it (for files
770 whose names start with a blank).
771
772 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
773
774 * textmodes/fill.el (sentence-end-double-space)
775 (sentence-end-without-period): Move to paragraphs.el.
776 (fill-indent-according-to-mode): Change default to t.
777 (fill-context-prefix): Simplify control-flow and use a more
778 sophisticated merge that unifies both previous checks.
779 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
780 (fill-nobreak-predicate): Make it into a defcustom'd hook.
781 (fill-nobreak-p): New fun.
782 (fill-region-as-paragraph): Use it.
783 Handle `fill-indent-according-to-mode' slightly differently.
784 (fill-individual-paragraphs-prefix): Simplify the control-flow.
785 (fill-individual-paragraphs-citation): Fix.
786
787 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
788 (paragraph-start): Change default to the `text-mode' value.
789 (sentence-end-double-space, sentence-end-without-period):
790 Move from fill.el.
791 (forward-paragraph): Use `parstart' and `parsep' for temp variables
792 rather than rebinding `paragraph-start' and `paragraph-separate'.
793
794 * indent.el (indent-line-function): Change default to indent-relative.
795 (tab-always-indent): Add an `never' setting.
796 (indent-according-to-mode): Handle `indent-relative' and
797 `indent-relative-maybe' specially.
798 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
799 Handle the `never' case for `tab-always-indent'.
800 Don't call indent-according-to-mode for indent-relative' and
801 `indent-relative-maybe'.
802 (insert-tab): Rename `prefix-arg' to `arg'.
803 (indent-region): Indent the first line as well.
804 (indent-relative): Don't mark the buffer modified if the indentation
805 is unchanged.
806
807 * textmodes/text-mode.el (paragraph-indent-minor-mode):
808 Don't set paragraph-separate. Set paragraph-start more carefully.
809 Set indent-line-function.
810 (paragraph-indent-text-mode): Use it and define-derived-mode.
811 (text-mode-map): Remove the \t binding.
812 (text-mode): Simplify now that the default is more favorable.
813
814 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
815
816 * emacs-lisp/find-func.el (find-function-search-for-symbol):
817 If the regexp doesn't match, use a looser one.
818 (find-variable-noselect): Add `file' argument.
819
820 * pcvs.el (cvs-mode-commit-hook): New hook.
821 (cvs-mode-commit): Run it.
822
823 * log-edit.el (log-edit): Run hook after `log-edit-files'.
824
825 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
826 (edebug-instrument-function): Use `find-function-noselect'.
827
828 2001-10-29 Richard M. Stallman <rms@gnu.org>
829
830 * term.el (term-if-emacs19): Macro deleted.
831 Callers changed to use progn instead.
832
833 * frame.el (blink-cursor-mode): Doc fix.
834
835 * files.el (find-backup-file-name): Use make-backup-file-name.
836
837 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
838 window-live-p.
839 (edebug-set-conditional-breakpoint): Unconditionally use
840 the former Emacs >=19 definition.
841 (edebug-mark): Define unconditionally.
842 (edebug-eval-expression): Always call read-from-minibuffer
843 and specify history list.
844 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
845 edebug-set-conditional-breakpoint.
846 (edebug-emacs-version-specific): Function deleted;
847 do the job at top level.
848 (edebug-emacs-19-specific): Function deleted, this is the default.
849
850 2001-10-29 Sam Steingold <sds@gnu.org>
851
852 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
853 "/cygdrive/LETTER/" pathnames.
854
855 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
856
857 * faces.el (invert-face): Check for 'unspecified, not for nil,
858 when testing whether face colors are not specified.
859 From David.Kastrup@t-online.de (David Kastrup).
860 (read-face-name): Doc fix.
861 (make-face-bold, make-face-unbold, make-face-italic)
862 (make-face-unitalic, make-face-bold-italic, invert-face):
863 Remove trailing blank from the prompt passed to read-face-name.
864
865 2001-10-29 Sam Steingold <sds@gnu.org>
866
867 * emacs-lisp/bytecomp.el (byte-recompile-directory):
868 Report numbers of files skipped and failed too.
869 (byte-compile-file): Return 'no-byte-compile for skipped files.
870
871 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
872
873 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
874 and `M p'.
875
876 2001-10-29 Gerd Moellmann <gerd@gnu.org>
877
878 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
879 as is on unread-command-events instead of `(SECOND-CHAR)'.
880
881 2001-10-29 Andre Spiegel <spiegel@gnu.org>
882
883 * vc.el: Mention vc-*-switches in backend API documentation.
884 (vc-annotate): Adapt doc string to recent change.
885
886 2001-10-29 Gerd Moellmann <gerd@gnu.org>
887
888 * enriched.el (enriched-face-ans): Handle face attributes
889 of the form `(FACE1 FACE2 ...)'.
890
891 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
892
893 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
894
895 * progmodes/sql.el (sql-mysql): Doc change by RMS.
896
897 * progmodes/sql.el (sql-db2): Doc change.
898 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
899 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
900
901 2001-10-29 Gerd Moellmann <gerd@gnu.org>
902
903 * env.el (substitute-env-vars): Don't quote argument to `rx';
904 it's a macro.
905
906 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
907
908 * cus-start.el (recursive-load-depth-limit): Added.
909
910 2001-10-28 Richard M. Stallman <rms@gnu.org>
911
912 * textmodes/ispell.el (version18p, version20p): Vars deleted.
913 All uses removed--assume Emacs version is >= 20.
914
915 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
916 by really checking that it is not version 18.
917
918 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
919
920 2001-10-28 Miles Bader <miles@gnu.org>
921
922 * faces.el (face-attribute): Add INHERIT argument, consider face
923 inheritance if it's non-nil.
924 (face-attribute-merged-with): New function.
925 (face-attribute-specified-or): New macro.
926 (face-foreground, face-background, face-stipple): Add INHERIT
927 argument. Use `face-attribute-specified-or'.
928
929 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
930
931 * font-lock.el: Require `syntax'.
932 (font-lock-defaults-alist): Don't define keywords for lisp languages.
933 Use `c-font-lock-syntactic-face-function' for c languages.
934 (font-lock-mode): Don't unset vars when turning the mode off.
935 (font-lock-default-fontify-buffer): Don't unset vars at the end.
936 (font-lock-extra-managed-props): New var.
937 (font-lock-default-unfontify-region): Use it.
938 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
939 Don't eval the value when there's no match.
940 (font-lock-ppss-stats): New var.
941 (font-lock-ppss): New fun.
942 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
943 (font-lock-apply-highlight): Allow `highlight' to set several props.
944 (font-lock-set-defaults): Use dolist.
945 (font-lock-unset-defaults): Remove.
946 (font-lock-match-c-style-declaration-item-and-skip-to-next):
947 Try to recognize prototypes using `foo P_ ((args))'.
948 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
949 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
950 (c-font-lock-syntactic-face-function): New function.
951 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
952 (c++-keywords): Use a more sophisticated regexp to handle
953 shallowly nested templates.
954
955 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
956
957 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
958 (sgml-tag): Use it. Cleanup with `cond'.
959 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
960 Mark the overlays and only delete those that are marked.
961 (sgml-skip-close-p): Remove.
962 (sgml-value): Replace sgml-skip-close-p with its definition.
963 (html-tag-alist): Use sgml-xml a bit more.
964 (html-mode): Set sgml-empty-tags.
965
966 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
967 (texinfo-update-node, texinfo-sequential-node-update):
968 Don't bind the obsolete `auto-fill-hook'.
969 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
970 Use `set-buffer' rather than `switch-to-buffer'.
971 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
972 Use `set-buffer' rather than `switch-to-buffer'.
973
974 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
975 text-mode-syntax-table.
976 (mail-mode): Use define-derived-mode.
977 Fix ordering of alternatives in adaptive-fill-regexp.
978 (mail-mode-map): Don't rely on keymap's internal representation.
979
980 2001-10-27 Sam Steingold <sds@gnu.org>
981
982 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
983 (sgml-xml-guess): Extracted from `html-mode' and generalized.
984 (sgml-mode-common): Call it.
985 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
986 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
987 (html-horizontal-rule, html-image, html-ordered-list):
988 (html-unordered-list, html-list-item, html-paragraph):
989 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
990 `html-xhtml'.
991
992 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
993
994 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
995 (ifnothtml): New alias.
996
997 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
998
999 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1000 (toggle-text-mode-auto-fill): Use derived-mode-p.
1001
1002 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1003
1004 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1005 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1006
1007 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1008
1009 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1010 Add make-obsolete cookies, to follow faces.el.
1011
1012 These changes avoid warnings from the byte compiler in faces.el:
1013
1014 * faces.el (internal-get-face): Use facep instead of the obsolete
1015 internal-find-face.
1016 (internal-frob-font-weight, internal-frob-font-slant):
1017 New defaliases for obsolete functions.
1018 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1019 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1020 (x-make-font-bold-italic): Use internal-frob-font-weight and
1021 internal-frob-font-slant aliases instead of the obsolete
1022 x-frob-... functions.
1023
1024 2001-10-26 Sam Steingold <sds@gnu.org>
1025
1026 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1027 DOCTYPE; set `mode-name' based on it.
1028 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1029 (sgml-tag): Close empty tags in XHTML.
1030
1031 2001-10-26 Jason Rumney <jasonr@gnu.org>
1032
1033 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1034 when UNICODE is not defined.
1035
1036 2001-10-26 Sam Steingold <sds@gnu.org>
1037
1038 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1039 be alone on the line.
1040
1041 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1042
1043 * button.el (button): Special face definition for MS-DOS terminals.
1044
1045 2001-10-26 Sam Steingold <sds@gnu.org>
1046
1047 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1048 Protect the /= test by checking that the args are non-nil.
1049 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1050
1051 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1052
1053 * textmodes/artist.el (artist-version): 1.2.4.
1054 (artist-butlast-fn): New variable.
1055 (artist-butlast): New function.
1056 (artist-ellipse-mirror-quadrant): Use it.
1057 (artist-mouse-draw-poly): Use nil for `point-list'.
1058 (artist-mouse-draw-poly): Check for point-list being nil.
1059
1060 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1061
1062 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1063 lambda expression.
1064 (ps-mode-menu-main): Submenu with options on/off was replaced with
1065 a toggle button.
1066 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1067 (ps-mode): Autoload cookie added on same line as comment
1068 (ps-mode-tabkey, ps-mode-backward-delete-char):
1069 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1070 `indent-to' with `indent-line-to'
1071 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1072 instead of `eval'.
1073 (ps-mode-print-region): Use `with-temp-buffer'.
1074 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1075 (numerous places): Add back-tick and tick around names in
1076 docstrings, fix punctuation in docstrings, remove trailing spaces.
1077
1078 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1079
1080 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1081 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1082 (sgml-font-lock-syntactic-keywords): New var.
1083 (sgml-mode-common): Drop the two args.
1084 Don't make buffer-local variables that aren't used.
1085 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1086 Don't set `before-string' props from sgml-display-text.
1087 (sgml-mode): Use define-derived-mode.
1088 (sgml-tags-invisible): Use sgml-display-text.
1089 (sgml-quote): New command.
1090 (html-tag-alist): Add args for `span'.
1091 (html-mode): Use define-derived-mode.
1092 Set sgml-display-text and sgml-tag-face-alist.
1093
1094 2001-10-25 Sam Steingold <sds@gnu.org>
1095
1096 * add-log.el (add-log-always-start-new-record): New user option.
1097 (add-change-log-entry): Use it.
1098
1099 2001-10-25 Richard M. Stallman <rms@gnu.org>
1100
1101 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1102 bind case-fold-search if FROM is not all lower case.
1103
1104 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1105
1106 * startup.el (normal-top-level): Check for frame-initial-frame
1107 only if it's really used.
1108
1109 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1110
1111 * progmodes/compile.el (compilation-parse-errors-filename-function):
1112 New variable.
1113 (compilation-parse-errors): Use it.
1114
1115 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1116
1117 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1118 interactively so that C-u M-C-x still does edebug.
1119 (checkdoc-sentencespace-region-engine): Don't force a double-space
1120 after `.' if it doesn't look like an end-of-sentence.
1121 (debug-ignored-errors): Add `disambiguate ...'.
1122
1123 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1124
1125 * textmodes/texinfo.el (texinfo-environments)
1126 (texinfo-environment-regexp): Hoist.
1127 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1128 Only highlight the menu name in menu items.
1129 Setup `@foo ... @end foo' as text clones.
1130 (texinfo-clone-environment): New function.
1131 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1132 (texinfo-insert-block): Simplify.
1133 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1134 the command is repeated.
1135 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1136 (texinfo-insert-@end): Simplify.
1137
1138 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1139 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1140 (texinfo-subsubsection-level-regexp)
1141 (texinfo-update-menu-same-level-regexps)
1142 (texinfo-update-menu-higher-regexps)
1143 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1144
1145 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1146 (derived-mode-p): Autoload.
1147
1148 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1149 New vars and functions.
1150 (text-clone-maintain, text-clone-create): New functions.
1151
1152 2001-10-25 Miles Bader <miles@gnu.org>
1153
1154 * facemenu.el (facemenu-add-new-face): Fix variable names.
1155
1156 2001-10-24 Richard M. Stallman <rms@gnu.org>
1157
1158 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1159 of t and nil values.
1160 (facemenu-set-face): Handle START and END interactively.
1161 (facemenu-set-foreground): Don't use a face; specify color directly.
1162 (facemenu-set-background): Likewise.
1163 (facemenu-set-face-from-menu): Doc fix.
1164 (facemenu-active-faces): Use face-attribute-vector
1165 to handle bare attributes not in faces.
1166 (facemenu-get-face): Don't handle face names fg:... and bg:...
1167 specially.
1168 (facemenu-add-new-face): New argument MENU.
1169 New way to handle adding colors to the color menus.
1170
1171 * env.el (substitute-env-vars): Quote the arg to rx.
1172
1173 2001-10-24 Sam Steingold <sds@gnu.org>
1174
1175 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1176 Control" and "SGML" groups.
1177
1178 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1179
1180 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1181 Better handling of C++ template args to avoid confusion with `<'
1182 and `>' used as operators in member init expressions.
1183
1184 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1185
1186 * replace.el (perform-replace): Move START and END parameters
1187 to the end of the argument list and make them optional.
1188
1189 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1190 perform-replace.
1191
1192 * international/fontset.el (x-must-resolve-font-name): New function.
1193 (x-complement-fontset-spec): Use it.
1194
1195 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1196
1197 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1198
1199 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1200 Turn caadr into caar of cdr.
1201
1202 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1203
1204 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1205 of mouse-{1,2} since dragging is on the down event.
1206
1207 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1208
1209 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1210 if ARG is nil.
1211
1212 * desktop.el (desktop-last-buffer): New variable.
1213 (desktop-create-buffer): Set it.
1214 (desktop-read): Bind it and switch to that buffer.
1215
1216 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1217
1218 * progmodes/compile.el (compilation-set-window-height):
1219 Select old window only if it's still live.
1220
1221 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1222
1223 * help-mode.el (help-buffer): Remove debugging code.
1224 From Stefan Monnier <monnier@cs.yale.edu>.
1225
1226 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1227
1228 * files.el (file-name-sans-extension, file-name-extension):
1229 Don't count the leading dots in file names as signaling an extension.
1230
1231 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1232
1233 * vc.el (vc-diff-switches): Doc rewritten.
1234
1235 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1236
1237 * tooltip.el (tooltip-set-param): Doc fix.
1238
1239 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1240 127 to sgml-maybe-name-self.
1241 (sgml-name-8bit-mode): Doc fix.
1242 (sgml-char-names-table): New variable.
1243 (sgml-name-char): Support non-ASCII and mule-unicode-*
1244 characters. Doc fix.
1245 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1246
1247 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1248 doc string the effect of `left' and `top' parameters in
1249 tooltip-frame-parameters, the default values, and the units.
1250 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1251 (tooltip-show): Mention in the doc string the `top' and `left'
1252 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1253
1254 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1255
1256 Add autoscaling support for vc-annotate.
1257 From J.D. Smith <jdsmith@alum.mit.edu>.
1258
1259 * vc.el (vc-annotate-display-default): Accept colormap scaling
1260 ratio (now deprecated).
1261 (vc-annotate-display-autoscale): Added.
1262 (vc-annotate-add-menu): New autoscaling menu options "Span to
1263 Oldest" and "Span Oldest->Newest". Easymenu support added for
1264 toggle menus driven by customize variable `vc-annotate-display-mode'.
1265 (vc-annotate-display-select): Added.
1266 (vc-annotate): Changed temp-buffer-show-function to
1267 `vc-annotate-display-select'.
1268 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1269 Added argument OFFSET. Instead of backend function, calls now
1270 generic `vc-annotate-difference'.
1271 (vc-annotate-difference): Added as generic function instead of
1272 backend-specific function. No longer takes argument POINT, but
1273 instead accepts a time OFFSET.
1274 (vc-default-annotate-current-time): Added.
1275
1276 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1277 version in vc.el, with
1278 (vc-cvs-annotate-current-time): Added, as override of default.
1279 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1280 `vc-cvs-annotate-difference'.
1281
1282 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1283
1284 * saveplace.el (save-place): Require `saveplace'.
1285
1286 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1287 Use `sexp' for :value-type instead of `face'.
1288
1289 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1290
1291 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1292 regexps due to 5-digit message IDs.
1293
1294 2001-10-21 Jason Rumney <jasonr@gnu.org>
1295
1296 * term/w32-win.el (redisplay-dont-pause): Don't set.
1297
1298 2001-10-21 Miles Bader <miles@gnu.org>
1299
1300 * help-funs.el (help-manyarg-func-alist): Variable removed.
1301
1302 2001-10-21 Miles Bader <miles@gnu.org>
1303
1304 * help-funs.el (help-manyarg-func-alist): Remove entries for
1305 `insert', `insert-and-inherit', `insert-before-markers',
1306 `insert-before-markers-and-inherit', `message', `message-box',
1307 `message-or-box', `propertize', `format', `encode-time', `append',
1308 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1309 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1310 `ml-prefix-argument-loop'.
1311
1312 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1313
1314 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1315 (vc-default-diff-tree): New functions.
1316 (vc-version-diff): Use them. As a result, coding systems are now
1317 set up properly for all sorts of diffs, and tree diffs can now
1318 also be done locally.
1319 (vc-diff): With a prefix argument, don't require that it's called
1320 from a buffer under version control.
1321 (diff-switches): Remove duplicate definition.
1322
1323 * vc-cvs.el (vc-cvs-diff-tree): New function.
1324
1325 2001-10-21 Miles Bader <miles@gnu.org>
1326
1327 * help-funs.el (help-manyarg-func-alist): Remove entries for
1328 `list', `vector', `make-byte-code', `call-process',
1329 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1330 `logand', `logior', and `logxor'.
1331
1332 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1333 image bits to compensate. Use `make-string' instead of
1334 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1335
1336 2001-10-20 Kim F. Storm <storm@cua.dk>
1337
1338 * simple.el (kill-ring-save): Don't show extent of copied region
1339 if using transient-mark-mode and region is fully visible.
1340
1341 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1342
1343 * (Version 21.1 released.)
1344
1345 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1346
1347 * files.el (auto-mode-alist): Associate .indent.pro with
1348 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1349
1350 2001-10-18 Sam Steingold <sds@gnu.org>
1351
1352 Put the *Compile-Log* buffer in `compilation-mode'.
1353 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1354 (byte-compile-log-1, byte-compile-log-file)
1355 (displaying-byte-compile-warnings): Use it
1356
1357 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1358
1359 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1360
1361 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1362
1363 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1364
1365 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1366
1367 * obsolete/hilit19.el (hilit-lookup-face-create):
1368 Call set-face-font only if display-graphic-p.
1369 (toplevel): Remove references to window-system.
1370
1371 2001-10-18 Miles Bader <miles@gnu.org>
1372
1373 * simple.el (what-line): Avoid problems with field properties.
1374
1375 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1376
1377 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1378 Define special colors for a tty.
1379
1380 2001-10-17 Francesco Potorti` <pot@gnu.org>
1381
1382 * comint.el (comint-password-prompt-regexp): Make it less
1383 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1384
1385 2001-10-17 John Wiegley <johnw@gnu.org>
1386
1387 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1388 a regular file, before checking if it is a directory or symlink.
1389 This avoids a call to eshell-file-attributes, which can be
1390 expensive in some situations.
1391
1392 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1393 customization variable, to differentiate ls-in-dired from regular
1394 uses of ls.
1395
1396 2001-10-17 Miles Bader <miles@gnu.org>
1397
1398 * custom.el (defface): Mention `:inherit' in doc-string.
1399
1400 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1401
1402 * paren.el: Update the Commentary with installation instructions.
1403
1404 2001-10-15 Dave Love <fx@gnu.org>
1405
1406 * international/mule.el (set-auto-coding): Fix regexps for local
1407 variables section not to eat newlines.
1408
1409 2001-10-15 Miles Bader <miles@gnu.org>
1410
1411 * simple.el (display-message-or-buffer): Pass the correct buffer
1412 to `display-buffer'.
1413
1414 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1415
1416 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1417 (executable-find): Use exec-suffixes.
1418 (executable-set-magic): Don't use make-local-hook.
1419
1420 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1421
1422 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1423
1424 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1425 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1426 Add .so to the Unix and GNU branch.
1427
1428 * international/latin-1.el:
1429 * international/latin-2.el:
1430 * international/latin-3.el:
1431 * international/latin-4.el:
1432 * international/latin-5.el:
1433 * international/latin-8.el:
1434 * international/latin-9.el: Add no-byte-compile: t, since
1435 Makefile.in instructs make-docfile to look at .el files.
1436
1437 2001-10-14 Miles Bader <miles@gnu.org>
1438
1439 * button.el (define-button-type): Allow supertype property to be
1440 specified with a keyword `:supertype' too.
1441 (button-put, make-text-button): Allow button type property to be
1442 specified using the keyword `:type' too.
1443 (button-type): New function.
1444 (button): Add `button-category-symbol' property.
1445
1446 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1447
1448 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1449 indent-new-comment-line from comment-indent-new-line.
1450
1451 * textmodes/refill.el (refill-mode):
1452 Bind DEL to backward-delete-char-untabify.
1453 Set backward-delete-char-untabify-method to `hungry'.
1454
1455 * textmodes/bib-mode.el (bib-mode):
1456 * play/gomoku.el (gomoku-mode):
1457 * textmodes/page-ext.el (pages-directory-mode):
1458 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1459
1460 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1461
1462 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1463
1464 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1465 Handle here-docs differently.
1466 (sh-font-lock-heredoc): Remove.
1467 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1468 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1469 (sh-font-lock-open-heredoc): New functions.
1470 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1471 (sh-font-lock-keywords-1): Use regexp-opt.
1472 (sh-in-comment-or-string): Use syntax-ppss.
1473 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1474 (sh-select, sh-tmp-file): Add explicit terminating \n.
1475
1476 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1477 Use with-current-buffer.
1478 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1479 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1480 filename), catch any error that occurs in `ange-ftp-cd'.
1481 If an error happened, don't bother sending `cmd' at all.
1482 Fix a parenthesis typo.
1483 (ange-ftp-write-region): Don't blindly use binary if the remote host
1484 is unix-like.
1485
1486 * play/pong.el (pong-init): Don't use make-local-hook.
1487
1488 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1489
1490 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1491 (viper-get-ex-address-subr): More precise addr for the $ marker
1492
1493 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1494
1495 * version.el (emacs-version): Bump to 21.1.50.
1496
1497 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1498
1499 * mail/mailalias.el (mail-directory-stream): Do not double
1500 variables in the lambda-list.
1501
1502 * play/gomoku.el (gomoku-init-display): Ditto.
1503
1504 * play/landmark.el (lm-init-display): Ditto.
1505
1506 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1507 (delimit-columns-rectangle-line): Ditto.
1508
1509 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1510
1511 * newcomment.el (comment-region-internal): Don't rebind
1512 invisibility_spec now that the C routines handle it correctly.
1513
1514 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1515
1516 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1517 and `same-frame'.
1518
1519 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1520
1521 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1522
1523 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1524 C-p and C-r. Remove redundant bindings from inheriting maps.
1525
1526 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1527 After 4.23 and: After 4.24:
1528 (cperl-contract-levels): Restore position.
1529 (cperl-beautify-level): Likewise.
1530 (cperl-beautify-regexp): Likewise.
1531 (cperl-commentify): Rudimental support for length=1 runs
1532 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1533 After 4.25:
1534 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1535 (imenu-example--create-perl-index): Was not enforcing
1536 syntaxification-to-the-end.
1537 (cperl-invert-if-unless): Allow `for', `foreach'.
1538 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1539 Mark qw(), m()x as indentable.
1540 (cperl-init-faces): Highlight `sysopen' too.
1541 Highlight $var in `for my $var' too.
1542 (cperl-invert-if-unless): Was leaving whitespace at end.
1543 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1544 (cperl-calculate-indent): Remove old commented out code.
1545 Support (primitive) indentation of qw(), m()x.
1546 After 4.26:
1547 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1548 q [] with intervening newlines.
1549 (cperl-autoindent-on-semi): New customization variable.
1550 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1551 (cperl-tips): Mention how to make CPerl the default mode.
1552 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1553 (cperl-outline-level): New function.
1554 (cperl-highlight-variables-indiscriminately): New customization var.
1555 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1556 From Sean Kamath <kamath@pogo.wv.tek.com>.
1557 (cperl-after-block-p): Support CHECK and INIT.
1558 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1559 From Doug MacEachern <dougm@covalent.net>.
1560 After 4.27:
1561 (cperl-find-pods-heres): Recognize \"" as a string.
1562 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1563 Allow whitespace between << and "FOO".
1564 (cperl-problems): Remove \"" and q [] with intervening newlines.
1565 Mention multiple <<EOF as unsupported.
1566 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1567 (cperl-indent-parens-as-block): New configuration variable.
1568 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1569 Use `cperl-indent-parens-as-block'.
1570 (cperl-find-pods-heres): Test for =cut without empty line instead of
1571 complaining about no =cut.
1572 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1573 (cperl-find-pods-heres): Likewise.
1574 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1575 POD could've been marked as comment already.
1576 (cperl-unwind-to-safe): Unwind before start of POD too.
1577 After 4.28:
1578 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1579 After 4.29:
1580 (x-color-defined-p): Make an extra case to peacify the warning.
1581 Toplevel: `defvar' to peacify the warnings.
1582 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1583 No -nw-compile time warnings now.
1584 (cperl-find-tags): TAGS file had too short substring-to-search.
1585 Be less verbose in non-interactive mode
1586 (imenu-example--create-perl-index): Set index-marker after name
1587 (cperl-outline-regexp): New variable.
1588 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1589 (cperl-mode): Made use `cperl-outline-regexp'.
1590 After 4.30:
1591 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1592 (cperl-outline-level): Make start-of-file same level as `package'.
1593 After 4.31:
1594 (cperl-electric-pod): `head1' and `over' electric only if empty.
1595 (cperl-unreadable-ok): New variable.
1596 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1597 on an unreadable file.
1598 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1599 on an unreadable directory.
1600
1601 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1602 Consider the text between two errors as belonging to the first error.
1603 (compilation-goto-locus): Use pop-to-buffer rather than
1604 switch-to-buffer-other-frame.
1605
1606 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1607 (awk-font-lock-syntactic-keywords): New var.
1608 (awk-mode): Use it.
1609
1610 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1611
1612 * faces.el (describe-face): Call help-setup-xref earlier.
1613
1614 * jka-compr.el (jka-compr-load-suffixes): New var.
1615 (jka-compr-install): Add its content to load-suffixes.
1616 (jka-compr-uninstall): Remove its content from load-suffixes.
1617
1618 2001-10-12 Sam Steingold <sds@gnu.org>
1619
1620 * bindings.el (completion-ignored-extensions): CL-related
1621 extensions are platform-independent.
1622
1623 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1624 asynchronous multiple file copying.
1625
1626 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1627
1628 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1629 Turn error for repeated variables into warning.
1630
1631 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1632 New function checking that lambda-list consists of non-constant
1633 symbols, that &rest and &optional are followed by variable names,
1634 that &rest VAR is the last element, and that variables aren't doubled.
1635 (byte-compile-lambda): Use it.
1636
1637 2001-10-12 Eli Barzilay <eli@barzilay.org>
1638
1639 * calculator.el (calculator-eng-display): Don't call concat
1640 with an integer argument.
1641
1642 2001-10-12 Miles Bader <miles@gnu.org>
1643
1644 * help-mode.el (help-customize-face): New button-type.
1645
1646 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1647 (describe-face): Fix args to `help-xref-button'.
1648 Don't switch to help-buffer around call to `help-setup-xref'.
1649 Use `help-buffer' instead of hard-wired "*Help*".
1650 Require `help-mode'.
1651
1652 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1653
1654 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1655
1656 * help-mode.el (help-buffer): New function.
1657 Returns the buffer-name to use for help output.
1658 Change all the code to use it instead of hard-coding *Help*.
1659 (help-mode-map): Put back the mouse-2 binding.
1660 (help-xref-stack): Change the format and make buffer-local.
1661 (help-xref-stack-item): Make buffer-local.
1662 (help-setup-xref): Do the `push' here rather than in help-do-xref.
1663 (help-xref-interned): Display the face doc as well.
1664 (help-follow-mouse): Re-introduce.
1665 (help-xref-go-back): Adapt to the new use of help-xref-stack.
1666 (help-do-xref): Don't `push' any more.
1667 (help-follow): Also follow face names.
1668
1669 * help-funs.el (describe-function-1): Remove unused `parens' arg.
1670 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
1671 Autoload and cleanup.
1672 (describe-function): Call help-setup-xref.
1673 (describe-variable): Call help-setup-xref earlier.
1674
1675 * help.el (describe-bindings-internal): New fun moved from keymap.c.
1676 (view-lossage): Call help-setup-xref correctly and earlier.
1677 (describe-bindings): Call help-setup-xref earlier.
1678 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
1679 (describe-mode): Don't autoload. Call help-setup-xref earlier.
1680
1681 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1682
1683 * master.el (master-mode): Use define-minor-mode instead of
1684 easy-mmode-define-minor-mode. Add autload cookie.
1685 (Commentary): Remove the line showing how to autoload master-mode,
1686 since it's always autoloaded.
1687
1688 * master.el: New file.
1689
1690 2001-10-11 Dave Love <fx@gnu.org>
1691
1692 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
1693 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
1694 <const-C varset-X const-C>: Fix car/cdr typo.
1695
1696 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1697
1698 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
1699 New function extracted from byte-compile-log-1.
1700 (byte-compile-log-1): Change output to be more in line with
1701 the output of other GNU tools.
1702 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
1703 (byte-compile-report-error): Downcase error message.
1704 Use `error' instead of `!!' for error messages.
1705 (byte-compile-print-syms): Treat non-interactive case specially.
1706 (displaying-byte-compile-warnings): Use backquote.
1707 (byte-compile-from-buffer): Bind byte-compile-last-line.
1708 (batch-byte-compile): Remove `Done' message.
1709
1710 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1711
1712 * emacs-lisp/copyright.el (copyright): Add final \n.
1713
1714 2001-10-11 Miles Bader <miles@gnu.org>
1715
1716 * diff.el (diff): Display default values in prompts as
1717 `(default ...)', not `(...)'.
1718
1719 * info.el (Info-follow-reference): Likewise.
1720
1721 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
1722
1723 * emacs-lisp/autoload.el (doc-string-elt): Remove.
1724
1725 * newcomment.el (comment-indent): Be a little more robust in case
1726 comment-indent-function does funny things.
1727 (comment-normalize-vars): Autoload.
1728 (comment-region-internal): Fiddle with the visibility spec.
1729 (comment-valid-prefix): New function.
1730 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
1731 that would turn comment-text into non-comment-text.
1732
1733 * emacs-lisp/syntax.el: New file.
1734
1735 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
1736 compatibility cruft.
1737 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
1738 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
1739 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1740 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
1741 tcl-submit-bug-report.
1742 (tcl-mode-syntax-table): Leave \f alone.
1743 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1744 tcl-end-of-defun, tcl-submit-bug-report.
1745 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
1746 (tcl-add-emacs-menu): Remove.
1747 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
1748 (tcl-keyword-list): Add `chain'.
1749 (tcl-font-lock-syntactic-keywords): New variable.
1750 (tcl-pps-has-arg-6): Remove.
1751 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
1752 (tcl-internal-mark-defun): Remove.
1753 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
1754 (tcl-mode): Use define-derived-mode. Simplify.
1755 Set comment-indent-function.
1756 (tcl-indent-command): Use line-beginning-position and comment-indent.
1757 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1758 (tcl-indent-line): Use tcl-calculate-indent.
1759 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
1760 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
1761 (tcl-filter): Use with-current-buffer, simplify.
1762 (inferior-tcl-mode): Use define-derived-mode.
1763 (tcl-hairy-in-comment): Renamed tcl-in-comment.
1764 (tcl-simple-in-comment, tcl-in-comment): Removed.
1765 (tcl-files-alist): New function.
1766 (tcl-help-snarf-commands): Use it and return the result directly
1767 rather than through a global variable.
1768 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
1769 (tcl-help-on-word): Provide the default value to completing-read.
1770 (tcl-hilit): Remove.
1771 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
1772 (tcl-comment-indent): New function.
1773 (tcl-submit-bug-report): Remove.
1774 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
1775 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
1776 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
1777
1778 2001-10-10 Miles Bader <miles@gnu.org>
1779
1780 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
1781 (Info-fontify-node): Don't fontify the node if it's already been done.
1782
1783 2001-10-10 Gerd Moellmann <gerd@gnu.org>
1784
1785 * international/iso-transl.el (iso-transl-e-caret)
1786 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
1787 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
1788
1789 * simple.el (end-of-buffer): Fix code scrolling specially
1790 for the buffer end.
1791
1792 * startup.el (command-line-1): Bind tab-width to 8.
1793
1794 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1795
1796 * emulation/tpu-edt.el: Use defalias instead of fset for
1797 user-visible commands. From Rob Riepel
1798 <riepel@Networking.Stanford.EDU>.
1799
1800 2001-10-09 Gerd Moellmann <gerd@gnu.org>
1801
1802 * ruler-mode.el: New file.
1803
1804 2001-10-09 Miles Bader <miles@gnu.org>
1805
1806 * apropos.el (button): New require.
1807
1808 * help-funs.el: New file, contents mostly from `help.el'.
1809 (describe-variable): Use `condition-case' instead of `ignore-errors'.
1810
1811 * help-mode.el: New file, contents mostly from `help.el'.
1812
1813 * help.el: Don't require `view' when compiling.
1814 (help-with-tutorial, describe-function, describe-function-1)
1815 (variable-at-point, describe-variable, locate-library):
1816 Functions moved into `help-funs.el'.
1817 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
1818 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
1819 (help-setup-xref, help-xref-following, help-make-xrefs)
1820 (help-xref-button, help-insert-xref-button, help-xref-interned)
1821 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
1822 (help-xref-on-pp): Functions moved into `help-mode.el'
1823 (help-mode-map, help-xref-stack, help-xref-stack-item)
1824 (help-highlight-p, help-highlight-face, help-back-label)
1825 (help-xref-symbol-regexp, help-xref-mule-regexp)
1826 (help-xref-info-regexp): Variables moved into `help-mode.el'.
1827 (help-symbol, help-back, help-info, help-customize-variable)
1828 (help-function-def, help-variable-def):
1829 Button-types moved into `help-mode.el'.
1830 (load-symbol-file-load-history, symbol-file):
1831 Functions moved into `subr.el'.
1832 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
1833 (view-lossage): Call `help-setup-xref' instead of doing it manually.
1834
1835 * subr.el (symbol-file-load-history-loaded)
1836 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
1837
1838 * loadup.el ("button"): Load removed.
1839
1840 * button.el (define-button-type): Respect any `supertype' property.
1841 (button-type-subtype-p, button-has-type-p): New functions.
1842
1843 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
1844 dollar-signs.
1845
1846 * comint.el (comint-insert-previous-argument): New function.
1847 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
1848 (comint-insert-previous-argument-last-start-pos)
1849 (comint-insert-previous-argument-last-index): New variables.
1850
1851 * apropos.el (apropos-next-label-button): Use the presence of a
1852 `apropos-label' property to detect label buttons.
1853
1854 2001-10-08 Miles Bader <miles@gnu.org>
1855
1856 * button.el (next-button, previous-button): Remove N and WRAP
1857 parameters. Don't pay attention to `skip' properties.
1858 (forward-button): Implement wrapping, iterating, and skipping here
1859 instead.
1860 (button-activate): USE-MOUSE-ACTION is optional.
1861 (button-nop): Function removed.
1862 (default-button): Use `ignore' as default button action.
1863
1864 * apropos.el (apropos-next-label-button): Update arguments to
1865 `next-button'.
1866 (apropos-symbol): Add `skip' property.
1867 (apropos-function, apropos-macro, apropos-command)
1868 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1869 (apropos-plist): New button types.
1870 (apropos-label-properties): Variable removed.
1871 (apropos-print): Pass button-type to apropos-print-doc, rather
1872 than help function and label text.
1873 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
1874 Get button label from TYPE.
1875
1876 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
1877
1878 * help.el (help-mode): Use define-derived-mode.
1879 (describe-mode): Add optional `buffer' arg.
1880 Use it instead of going through help-xref-mode.
1881 Avoid doubling the word `minor' when prettifying.
1882 (describe-function-1): List the corresponding key bindings.
1883 (describe-variable): Say if the var is automatically buffer-local.
1884 If the source is `loaddefs.el', look for the real source.
1885 (help-xref-mode): Remove.
1886
1887 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
1888 the file says no-byte-compile.
1889
1890 2001-10-08 Miles Bader <miles@gnu.org>
1891
1892 * button.el (next-button, previous-button): Respect `skip' property.
1893
1894 2001-10-07 Miles Bader <miles@gnu.org>
1895
1896 * woman.el (woman-mode-map): Copy button-buffer-map instead of
1897 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
1898 `woman-follow-word' instead of `woman-mouse-2'.
1899 (woman-follow-word): Renamed from `woman-mouse-2'.
1900 Follow current unconditionally, since this function is now only
1901 bound to M-mouse-2. Use accessor functions.
1902 (WoMan-highlight-references): Use `make-text-button'.
1903 (woman-xref): New button type.
1904
1905 * loadup.el ("faces"): Move load before loading "loaddefs.el".
1906 ("button"): New load, just before "help" (which uses it).
1907
1908 * help.el (help-mode-map): Make button-buffer-map our parent.
1909 Don't bind mouse events or tab/backtab.
1910 (help-function, help-variable, help-face, help-coding-system)
1911 (help-input-method, help-character-set, help-back, help-info)
1912 (help-customize-variable, help-function-def, help-variable-def):
1913 New button types.
1914 (help-button-action): New function.
1915 (describe-function-1): Pass help button-types to
1916 `help-xref-button' rather than help function and help-echo string.
1917 Don't put multiple help-function args in a list to pass them to
1918 help-xref-button, just pass them as multiple arguments.
1919 Use `help-insert-xref-button' to make [back]-button, rather than
1920 `help-xref-button'.
1921 (help-xref-button): Take a button-type TYPE as a parameter rather
1922 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
1923 and add a &rest parameter ARGS to serve the same purpose.
1924 Use `make-text-button' to add the button.
1925 (help-insert-xref-button): Use `insert-text-button' to add the button.
1926 (help-follow-mouse, help-next-ref, help-previous-ref):
1927 Functions removed.
1928 (help-do-xref): New function.
1929 (help-follow): Use `push-button' and `help-do-xref' to do most of
1930 the work.
1931
1932 * apropos.el (apropos-symbol, apropos-label): New button types.
1933 (apropos-symbol-button-display-help)
1934 (apropos-label-button-display-help, apropos-next-label-button):
1935 New functions.
1936 (apropos-mode-map): Make button-buffer-map our parent.
1937 Don't bind mouse events.
1938 (apropos-print, apropos-print-doc): Create buttons instead of text
1939 properties.
1940 (apropos-mouse-follow): Function removed.
1941 (apropos-follow): Use buttons.
1942
1943 * button.el: New file.
1944
1945 2001-10-07 Gerd Moellmann <gerd@gnu.org>
1946
1947 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1948 Remove.
1949
1950 2001-10-05 Richard M. Stallman <rms@gnu.org>
1951
1952 * add-log.el (add-change-log-entry): Skip copyright notice
1953 and copying permission notice at start of file, if any.
1954 Make use of terms "entry" and "item" accord with Emacs manual.
1955 Simplify the logic for moving point while entering or creating
1956 an entry and then an item.
1957 (add-change-log-entry-other-window): Doc fix.
1958
1959 2001-10-06 Miles Bader <miles@gnu.org>
1960
1961 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
1962 removed; they apparently don't work with faces.
1963
1964 2001-10-05 Sam Steingold <sds@gnu.org>
1965
1966 * textmodes/sgml-mode.el (html-xhtml): New user option.
1967 (html-tag-alist, html-horizontal-rule, html-image, html-line)
1968 (html-ordered-list, html-unordered-list, html-list-item)
1969 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
1970 (sgml-skip-close-p): New function.
1971 (sgml-value): Use it.
1972
1973 2001-10-05 Sam Steingold <sds@gnu.org>
1974
1975 * calendar/diary-lib.el (diary-entry-compare): When times are
1976 identical, compare the entries lexicographically.
1977
1978 2001-10-06 Miles Bader <miles@gnu.org>
1979
1980 * rfn-eshadow.el (rfn-eshadow-update-overlay):
1981 Use `minibuffer-prompt-end'.
1982
1983 * simple.el (previous-matching-history-element): Fix misplaced
1984 parentheses.
1985
1986 2001-10-05 Miles Bader <miles@gnu.org>
1987
1988 * rfn-eshadow.el: New file.
1989
1990 2001-10-05 Miles Bader <miles@gnu.org>
1991
1992 * cus-face.el (custom-face-attributes): Make sure each attribute
1993 has a valid default value. Remove hacks that mapped `nil' to
1994 `off' and used nil to mean `unspecified'. Remove `unspecified'
1995 choices from all attributes (unspecified is handled by the parent
1996 checklist).
1997 * cus-edit.el (custom-face-edit-convert-widget)
1998 (custom-face-edit-deactivate, custom-face-edit-activate)
1999 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2000 New functions.
2001 (custom-face-edit): Specify a custom :convert-widget.
2002 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2003 Don't pass in default filters that map between `nil' and `off' and
2004 `unspecified' and `nil'.
2005
2006 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2007
2008 * progmodes/compile.el (compilation-buffer-name): New function.
2009 (compile-internal): Use it to determine the name of the
2010 compilation buffer.
2011
2012 2001-10-05 Miles Bader <miles@gnu.org>
2013
2014 * progmodes/compile.el (grep-use-null-device): New variable.
2015 (grep-command): Mention `grep-use-null-device'.
2016 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2017 Make computation of `grep-command' respect `grep-use-null-device'.
2018 (grep): Respect `grep-use-null-device'.
2019 Call `grep-compute-defaults' even if grep-command is set, if
2020 grep-use-null-device is still tentative.
2021
2022 * subr.el (call-process-shell-command): New function.
2023
2024 2001-10-05 Miles Bader <miles@gnu.org>
2025
2026 * simple.el (previous-matching-history-element)
2027 (next-history-element, next-complete-history-element): Use
2028 `minibuffer-' functions instead of calling `field-' functions directly.
2029 (minibuffer-prompt-end, minibuffer-contents):
2030 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2031 Functions removed (now subrs).
2032 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2033
2034 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2035 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2036 instead of calling `field-' functions directly.
2037 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2038
2039 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2040
2041 * files.el (find-file-noselect): If file's read-only status has
2042 changed on disk, ask if buffer's read-only status should be
2043 changed, unless NOWARN is set.
2044
2045 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2046 alias for define-setf-method.
2047
2048 * bindings.el: Remove no-byte-compile from file local variables
2049 to enable bootstrapping.
2050
2051 2001-10-04 Andrew Innes <andrewi@gnu.org>
2052
2053 * faces.el (face-font-registry-alternatives) [windows-nt]:
2054 Make gb2312 an alias for gb2312.1980.
2055
2056 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2057
2058 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2059 (uniquify-reverse-components): Remove.
2060
2061 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2062 Make sure the file is readable.
2063 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2064 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2065 (batch-byte-recompile-directory): Pass arg=0.
2066
2067 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2068 (perl-calculate-indent): Use it.
2069 (perl-backward-to-noncomment): Use forward-comment.
2070
2071 * derived.el (define-derived-mode, derived-mode-make-docstring):
2072 Allow `parent' to be nil.
2073
2074 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2075 Use define-derived-mode.
2076 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2077
2078 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2079
2080 * emacs-lisp/lselect.el: Use facep iso find-face.
2081
2082 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2083 Use regexp-opt.
2084 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2085 (lisp-font-lock-syntactic-face-function): New function.
2086 (lisp-mode-variables): Use it. Make arg optional.
2087 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2088 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2089 Set comment-start-skip.
2090
2091 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2092
2093 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2094 (ignore-errors): Don't bother using a `err' symbol.
2095
2096 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2097 (autoload-insert-section-header, autoload-before-p)
2098 (autoload-remove-section): New functions.
2099 (generate-file-autoloads): Use them.
2100 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2101 Make sure the autoload file is properly formatted when creating it.
2102 (update-autoloads-from-directories): Use them as well.
2103 Only update autoloads for files whose timestamp has changed.
2104 Add a dummy entry to remember the files which had no autoload cookies.
2105
2106 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2107
2108 * subr.el (define-key-after): Allow `key' to be longer than 1.
2109 (make-local-hook): Make obsolete.
2110 (add-hook, remove-hook): Don't use make-local-hook any more.
2111 (make-syntax-table): Inherit all chars from s-s-t.
2112
2113 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2114
2115 This is a fix for a report saying that resuming a search with C-s
2116 C-s doesn't use the case-fold-search setting of the previous
2117 search (C-s ... M-c ... then C-s C-s).
2118
2119 * isearch.el (isearch-last-case-fold-search): New variable.
2120 (isearch-mode): Remember value of isearch-case-fold-search
2121 in isearch-last-case-fold-search.
2122 (isearch-done): Quote value of isearch-case-fold-search.
2123 (isearch-repeat): When resuming a search, restore
2124 isearch-case-fold-search from isearch-last-case-fold-search.
2125
2126 Added to NEWS.
2127
2128 * startup.el (inhibit-startup-buffer-menu): New user-option.
2129 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2130 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2131
2132 This allows upto 99999 messages in the summary without screwing up
2133 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2134
2135 * mail/rmailsum.el (rmail-make-summary-line)
2136 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2137 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2138 Allow 5-digit message ids instead of 4.
2139
2140 This adds expansion of environment variables in the value
2141 specified with M-x setenv. Added to NEWS.
2142
2143 * env.el (substitute-env-vars): New function.
2144 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2145 environment variables in VALUE. Return VALUE.
2146
2147 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2148
2149 * Branch for 21.1.
2150
2151 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2152
2153 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2154
2155 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2156
2157 * emulation/tpu-edt.el: Make messages match original TPU/edt
2158 editor. From riepel@Stanford.EDU (Rob Riepel).
2159
2160 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2161
2162 * rect.el: Update maintainer's email address.
2163
2164 2001-10-02 Andreas Schwab <schwab@suse.de>
2165
2166 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2167 and Extended Passive Mode, resp.
2168
2169 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2170
2171 These changes add support for Calendar-related items in the
2172 menu bar on tty's as well:
2173
2174 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2175 unconditionally.
2176 (calendar-mode): Set up activate-menubar-hook unconditionally.
2177
2178 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2179 calls x-popup-menu only if popup menus are supported.
2180 (calendar-mouse-insert-hebrew-diary-entry)
2181 (calendar-mouse-insert-islamic-diary-entry)
2182 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2183 (calendar-mouse-view-other-diary-entries)
2184 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2185 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2186 Call cal-menu-x-popup-menu instead of x-popup-menu.
2187
2188 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2189
2190 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2191
2192 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2193
2194 * emacs-lisp/rx.el: New file.
2195
2196 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2197
2198 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2199
2200 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2201
2202 * frame.el (select-frame-by-name, other-frame): Doc fix.
2203
2204 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2205
2206 * play/snake.el (snake-score-file): Use temporary-file-directory
2207 instead of a literal "/tmp". Suggested by Robert
2208 <robert@chezmarshall.freeserve.co.uk>.
2209
2210 * play/tetris.el (tetris-score-file): Ditto.
2211
2212 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2213
2214 * apropos.el (apropos-print): Make the directions inserted at the
2215 beginning of the *Apropos* buffer more clear.
2216
2217 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2218
2219 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2220 Added comments.
2221
2222 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2223
2224 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2225 "\\s-" when defining comment-end-skip.
2226
2227 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2228
2229 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2230 Call get-buffer-window first second arg `visible'.
2231
2232 * international/mule-diag.el (list-input-methods-1):
2233 Output something that's independent of Emacs' version.
2234
2235 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2236 calling byte-to-position with a nil tar-header-offset.
2237
2238 2001-09-27 Simon Josefsson <jas@extundo.com>
2239
2240 * mail/sendmail.el (send-mail-function): Doc fix.
2241 (mail-do-fcc): Error if header-end is not a marker.
2242 (mail-do-fcc): Add a comment.
2243 (mail-reply-to): Doc fix.
2244 (mail-signature): Make ATPOINT optional.
2245 (mail-yank-original): Use cond instead of nestled if.
2246
2247 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2248
2249 * info.el (Info-on-current-buffer): Default arg to "Top".
2250
2251 2001-09-25 Eli Barzilay <eli@barzilay.org>
2252
2253 * calculator.el (calculator-copy-displayer): New user-option.
2254 (calculator-displayer-prev, calculator-displayer-next):
2255 Renamed from calculator-displayed-{left,right}.
2256 (calculator, calculator-standard-displayer)
2257 (calculator-num-to-string, calculator-update-display)
2258 (calculator-copy, calculator-put-value): Bug and display fixes.
2259
2260 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2261
2262 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2263 (ebnf-version): New version (3.6.1).
2264
2265 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2266 (ebnf-bnf-non-terminal-chars): New internal const.
2267 (ebnf-bnf-lex): Fix code.
2268
2269 * ebnf-iso.el: Fix character range regexp. Doc fix.
2270 (ebnf-iso-non-terminal-chars): New internal const.
2271 (ebnf-iso-lex): Fix code.
2272
2273 * ebnf-yac.el: Fix character range regexp. Doc fix.
2274 (ebnf-yac-skip-chars): New internal const.
2275 (ebnf-yac-skip-code): Fix code.
2276
2277 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2278
2279 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2280
2281 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2282 passing it to VC.
2283
2284 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2285 case where the file is relative.
2286
2287 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2288
2289 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2290 same on each side. Make sure we properly handle simple quotes.
2291 From Daiki Ueno <ueno@unixuser.org>.
2292
2293 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2294
2295 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2296 <jas@extundo.com>.
2297
2298 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2299 some items of the Options menu.
2300
2301 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2302
2303 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2304
2305 * vc-hooks.el (vc-delete-automatic-version-backups):
2306 Don't fail if the directory doesn't exist.
2307
2308 * diff-mode.el (diff-default-read-only): New var.
2309 (diff-mode): Use it.
2310
2311 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2312
2313 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2314 Use make-keymap instead of copy-keymap, since copying the global
2315 keymap messes up the menu bar.
2316
2317 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2318 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2319
2320 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2321
2322 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2323
2324 * dired-aux.el (dired-insert-subdir): Pass switches to
2325 dired-build-subdir-alist.
2326
2327 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2328
2329 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2330 caused %#a and %#b to be mis-formatted.
2331
2332 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2333
2334 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2335 ccmode, emacs-mime, and eudc manuals.
2336
2337 2001-09-19 Sam Steingold <sds@gnu.org>
2338
2339 w32 find cannot be used with `grep-find'.
2340 * progmodes/compile.el (find-program): New variable.
2341 (grep-compute-defaults): Use it to set `grep-find-command'.
2342
2343 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2344
2345 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2346
2347 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2348
2349 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2350 programming. Doc fix.
2351 (ebnf-version): New version (3.6).
2352 (ebnf-eps-begin): Data fix.
2353 (ebnf-begin-file): Code fix.
2354
2355 * ebnf-bnf.el: Doc fix.
2356 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2357
2358 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2359
2360 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2361
2362 * ps-print.el: Better face mapping for black/white PostScript printers.
2363 Check if mark is active when printing a region. Doc fix.
2364 (ps-print-version): New version number (6.5.5).
2365 (ps-print-color-p): Customization fix.
2366 (ps-black-white-faces): New option.
2367 (ps-black-white-faces-alist): New internal var.
2368 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2369 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2370 (ps-nb-pages-region): Interactive fix.
2371 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2372 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2373
2374 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2375
2376 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2377 numeric month value, and allow the Kanji character after the it to
2378 be missing (happens with ls-lisp's output on Japanese versions of
2379 MS-Windows).
2380
2381 2001-09-18 Miles Bader <miles@gnu.org>
2382
2383 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2384 it's empty (and thus probably a new patch file about to be edited).
2385
2386 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2387
2388 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2389 Check for '(' in column 0 of doc string.
2390
2391 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2392 of `nth' so that using a vector as bounding-box works.
2393 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2394
2395 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2396
2397 * vc.el (vc-annotate): Use current workfile version explicitly as
2398 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2399
2400 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2401
2402 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2403 convert-standard-filename doesn't guarantee that the .el extension
2404 is preserved.
2405
2406 * dos-fns.el (convert-standard-filename): Replace invalid
2407 characters only after converting dash/underscore to a period.
2408 (original-make-auto-save-file-name): New.
2409 (make-auto-save-file-name): New function, overrides the definition
2410 on files.el and calls the original function via
2411 original-make-auto-save-file-name.
2412
2413 * mail/rmail.el (top-level): Require mule-utils when compiling.
2414 (rmail-decode-babyl-format): Use detect-coding-with-priority
2415 instead of detect-coding-region, to favor detection of emacs-mule
2416 encoded Babyl files written by rmailout.el etc. Suggested by
2417 Kenichi Handa <handa@etl.go.jp>.
2418
2419 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2420
2421 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2422 Use `equal', not `=', since the device number can be a cons cell.
2423
2424 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2425
2426 * simple.el: Comment out change of 2001-09-13.
2427
2428 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2429
2430 * progmodes/compile.el (grep-compute-defaults): Don't set
2431 grep-command/grep-find-command when it is already non-nil.
2432 (grep-command): Make it a user option.
2433 (grep-find-command): Likewise.
2434
2435 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2436
2437 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2438 inhibit quit.
2439
2440 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2441
2442 * files.el (make-auto-save-file-name): If long file names are not
2443 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2444 generating an auto-save file name from it.
2445
2446 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2447
2448 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2449 (ps-nb-pages-region): Signal an error if called interactively
2450 and the mark is not active.
2451
2452 * simple.el (minibuffer-prompt-modification)
2453 (minibuffer-prompt-insertion): New functions.
2454 (minibuffer-prompt-properties): Use `modification-hooks' and
2455 `insert-in-front-hooks'.
2456
2457 2001-09-12 Richard M. Stallman <rms@gnu.org>
2458
2459 * textmodes/outline.el (outline-regexp): Doc fix.
2460 Initialize it in the defcustom, the usual way.
2461
2462 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2463
2464 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2465 from `ediff-meta-info' properties need not be an overlay.
2466 From David Ponce <dponce@voila.fr>.
2467
2468 * isearch.el (isearch-intersects-p): Fix end checks.
2469
2470 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2471
2472 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2473 `t' branch of `cond', since Irix 6.1 and up is a special case of
2474 the standard dbx interface.
2475
2476 2001-09-11 Miles Bader <miles@gnu.org>
2477
2478 * comint.el (comint-send-input): When waiting for echoed input,
2479 don't save the expected end position in `echo-end', so that things
2480 work properly even if the buffer is modified elsewhere at the same
2481 time [this happens if `comint-truncate-buffer' is used].
2482
2483 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2484
2485 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2486 when constructing imenu-generic-expression from outline-regexp.
2487
2488 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2489
2490 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2491 `equal' instead of `=', since they can be cons cells. From Nils
2492 Goesche <cartan@cartan.de>.
2493
2494 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2495
2496 * vc.el (vc-annotate): Rewrote doc string.
2497
2498 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2499
2500 * time-stamp.el: Update Stephen Gildea's email address.
2501
2502 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2503
2504 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2505 enable-multibyte-characters = nil. From Hallvard B Furuseth
2506 <h.b.furuseth@usit.uio.no>.
2507
2508 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2509
2510 * ediff-init.el (ediff-highest-priority): Bug fix.
2511
2512 * viper-cmd.el (viper-special-read-and-insert-char): New function
2513 that reads a character and uses the current input method or
2514 iso-accents when appropriate.
2515
2516 * viper.el and all others: Corrections to the comment blocks at
2517 the top.
2518
2519 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2520
2521 * info.el (Info-goto-node): Doc fix.
2522
2523 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2524
2525 * isearch.el (isearch-intersects-p): New function.
2526 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2527 use isearch-intersects-p, and clean up.
2528
2529 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2530
2531 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2532 and "german8", for the new German orthography dictionaries,
2533 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2534 the entries, to keep the line length balanced for loaddefs.el.
2535
2536 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2537
2538 * comint.el (comint-send-input): Handle comint-process-echoes
2539 differently.
2540
2541 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2542
2543 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2544
2545 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2546
2547 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2548
2549 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2550
2551 * server.el (server-switch-buffer):
2552 * textmodes/refer.el (refer-find-entry-internal):
2553 * term/sup-mouse.el (sup-pos-to-window):
2554 * term/bg-mouse.el (bg-window-from-x-y):
2555 * emacs-lisp/edebug.el (edebug-window-live-p):
2556 Use get-window-with-predicate.
2557
2558 * window.el (get-window-with-predicate): Renamed from some-window.
2559 (some-window): Make it an alias.
2560
2561 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2562
2563 * simple.el (undo): Remove positions from buffer-undo-list up to
2564 the next undo boundary only.
2565
2566 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2567
2568 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2569 Kim <ryk@dspwiz.com>
2570
2571 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2572 the message "Creating customization items...done".
2573
2574 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2575
2576 * font-lock.el (toplevel): Require `jit-lock' only if
2577 font-lock-support-mode is set to jit-lock-mode.
2578
2579 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2580
2581 * international/quail.el (quail-use-package, quail-inactivate)
2582 (quail-activate): Mention the hooks these functions run in their
2583 doc strings.
2584
2585 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2586
2587 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2588 of file in header of menu.
2589
2590 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2591
2592 * env.el (setenv): Interactively, if VARIABLE has a current value,
2593 add that to the front of the history, as the doc string says.
2594
2595 * comint.el (comint-send-input): Change help-echo.
2596 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2597
2598 * bookmark.el (bookmark-write-file): Bind print-length and
2599 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2600
2601 * obsolete/uncompress.el: Moved there from lisp/.
2602
2603 * comint.el (comint-insert-clicked-input): Goto point-max before
2604 deleting previous input. From "Dr Francis J. Wright"
2605 <F.J.Wright@qmw.ac.uk>.
2606
2607 * simple.el (backward-word): Doc fix.
2608
2609 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2610
2611 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2612 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2613 * w32-fns.el: Add Keywords header.
2614
2615 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2616
2617 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2618 "Text Properties". Suggested by Simon Marshall
2619 <Simon.Marshall@midas-kapiti.com>.
2620
2621 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2622
2623 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2624 consulting the value of file-name-coding-system.
2625
2626 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2627
2628 * help.el (describe-function-1): Save precomputed `file-name' rather
2629 than recomputing it (incorrectly) with `symbol-file'.
2630
2631 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2632
2633 * international/isearch-x.el (isearch-exit-recursive-edit):
2634 Take three parameters, since it's used as an after-change-function.
2635
2636 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2637 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2638 from doc strings.
2639
2640 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2641
2642 * progmodes/glasses.el (glasses-convert-to-unreadable):
2643 Consider underscores as in `glasses-make-readable'.
2644
2645 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2646
2647 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2648 MS-DOS, since cpp might not be available.
2649
2650 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2651 Mention "yank" in the help-echo text.
2652 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2653
2654 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2655
2656 * newcomment.el (comment-indent): Insert spaces more carefully.
2657
2658 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2659
2660 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
2661 exists. From Andy Petrusenco <andy@int.spb.ru>.
2662
2663 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
2664 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
2665 <andy@int.spb.ru>.
2666
2667 2001-08-31 Gerd Moellmann <gerd@gnu.org>
2668
2669 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
2670 Instead of running mouse-yank-at-click, see what the event is
2671 bound to outside Isearch and run that.
2672
2673 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2674
2675 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
2676 Fix the menu entry to mention transient-mark-mode.
2677
2678 2001-08-30 Gerd Moellmann <gerd@gnu.org>
2679
2680 * simple.el (eval-expression-print-level): Fix last change.
2681
2682 * bindings.el (mode-line-coding-system-map): New variable.
2683 (mode-line-mule-info): Give the "%Z" a local-map keymap.
2684
2685 * simple.el (eval-expression-print-level): Change the type
2686 of the defcustom to allow nil.
2687
2688 * emacs-lisp/find-gc.el: Moved here from lisp/.
2689
2690 * international/quail.el (quail-completion-1):
2691 Reverse the ((CHAR . DEFN) ...) list before processing it.
2692 From Kenichi Handa <handa@etl.go.jp>.
2693
2694 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
2695 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
2696
2697 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
2698
2699 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
2700 aren't supported. This avoids the annoying gray strip drawn by
2701 the Windows version instead of the missing tool bar.
2702
2703 2001-08-29 Gerd Moellmann <gerd@gnu.org>
2704
2705 * menu-bar.el (menu-bar-options-menu): Make option text, messages
2706 and tooltips more consistent. From "Marshall, Simon"
2707 <Simon.Marshall@midas-kapiti.com>.
2708
2709 * startup.el (fancy-splash-screens): Temporarily set
2710 minor-mode-map-alist to nil while displaying splash screens.
2711
2712 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2713
2714 * buff-menu.el: Add Keywords header.
2715 Doc fix (C-x C-b is bound to list-buffers).
2716
2717 * dired-x.el: Add keyword files to get listed in finder.
2718 Remove confusing notes about GNU Emacs 19.
2719
2720 * dired.el, dired-aux.el: Add Keywords header.
2721
2722 2001-08-28 Andre Spiegel <spiegel@gnu.org>
2723
2724 * vc.el (vc-revert-file): Call the backend even if the FILE's
2725 contents can be reverted locally; pass new arg CONTENTS-DONE
2726 down to the backend.
2727
2728 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
2729 optional arg CONTENTS-DONE.
2730
2731 2001-08-28 Andrew Innes <andrewi@gnu.org>
2732
2733 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
2734
2735 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2736
2737 * makefile.nt (install): Copy more *.el files.
2738
2739 2001-08-28 Gerd Moellmann <gerd@gnu.org>
2740
2741 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
2742 instead of `w' which is already in use.
2743
2744 * gs.el (gs-load-image): Use sleep-for.
2745 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2746
2747 2001-08-28 Miles Bader <miles@gnu.org>
2748
2749 * replace.el (query-replace-regexp-eval): Return args from
2750 `interactive' form in correct order.
2751
2752 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2753
2754 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
2755 major modes, don't create panes for modes for which
2756 mouse-buffer-menu-alist returns an empty alist.
2757
2758 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
2759
2760 * progmodes/hideshow.el: Update first-line description.
2761 Sync comments w/ maintainer version 5.31.
2762
2763 (hs-isearch-open): Default value now `code'.
2764 Fix docstring to use "code blocks" vs "comment blocks",
2765 as opposed to "block" vs "comment".
2766 (hs-flag-region): Accept `hs-isearch-open' value
2767 of `block' as synonymous w/ `code'.
2768 (hs-hide-block-at-point): For code blocks, pass `code'
2769 to `hs-flag-region' instead of `block'.
2770
2771 2001-08-28 Miles Bader <miles@gnu.org>
2772
2773 * comint.el (comint-next-prompt): Don't loop infinitely if
2774 {next,previous}-single-char-property-change returns its input
2775 position when the search fails.
2776
2777 2001-08-27 Miles Bader <miles@gnu.org>
2778
2779 * comint.el (comint-get-old-input-default): Don't signal an error
2780 if point is not on an input field; instead, return the current
2781 line (using `comint-bol' to skip any prompt, in case we're not
2782 using fields at all).
2783
2784 * man.el (Man-mode-line-format): Variable removed.
2785 (Man-mode): Change `mode-line-buffer-identification' instead of
2786 `mode-line-format'.
2787
2788 2001-08-27 Gerd Moellmann <gerd@gnu.org>
2789
2790 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
2791 From Simon Josefsson <jas@extundo.com>.
2792
2793 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
2794
2795 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
2796 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2797
2798 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
2799 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2800
2801 * emacs-lisp/lselect.el: Ditto.
2802
2803 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
2804 Remove periods from the end of error message strings.
2805 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2806
2807 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
2808 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2809
2810 * net/telnet.el: Ditto.
2811
2812 2001-08-26 Gerd Moellmann <gerd@gnu.org>
2813
2814 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
2815 KEYMAP to the call to define-minor-mode.
2816
2817 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
2818
2819 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
2820 Replace some of the undefined characters with emulations of bidi
2821 formatting characters and Niqud as per SI 1311-1.
2822 (IT-unicode-translations): Ditto.
2823 (IT-display-table-setup, IT-setup-unicode-display):
2824 Fill characters without translations with dos-unsupported-char-glyph.
2825
2826 2001-08-24 Simon Josefsson <jas@extundo.com>
2827
2828 * hl-line.el (hl-line-mode): Don't be a global mode.
2829 (global-hl-line-mode): New function.
2830
2831 2001-08-24 Gerd Moellmann <gerd@gnu.org>
2832
2833 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
2834 being reset by Ghostscript. Don't kill the gs process.
2835 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2836
2837 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2838
2839 * term/mac-win.el: Require scroll-bar.
2840
2841 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
2842
2843 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
2844
2845 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2846
2847 * hexl.el (hexl-insert-multibyte-char) New function.
2848 (hexl-quoted-insert, hexl-self-insert-command)
2849 (hexl-insert-hex-char, hexl-insert-decimal-char)
2850 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
2851 Fix the doc strings accordingly.
2852 (hexl-insert-char): Reject characters whose code is above 255.
2853 Doc fix.
2854 (hexl-mode-map): Copy the global keymap instead of creating a
2855 sparse keymap, and bind all self-inserting characters to
2856 hexl-self-insert-command.
2857
2858 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
2859
2860 * wid-edit.el (text): Re-order docstring correctly.
2861
2862 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
2863
2864 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
2865
2866 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
2867
2868 * simple.el (line-number-mode): Mention the variable
2869 line-number-display-limit-width in the doc string.
2870
2871 2001-08-22 Gerd Moellmann <gerd@gnu.org>
2872
2873 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
2874 Temporarily select EVENT's window for switching buffers.
2875 (mode-line-bury-buffer): New function.
2876 (mode-line-buffer-identification-keymap): Use it instead of
2877 bury-buffer. Bind down-mouse events to prevent global down-mouse
2878 events from shining through.
2879
2880 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
2881
2882 * newcomment.el (comment-beginning): Make sure the comment-start
2883 we found isn't a comment-end (in cases where confusion is possible).
2884
2885 2001-08-22 Miles Bader <miles@gnu.org>
2886
2887 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
2888 before writing it, so that hard-links don't see new version.
2889
2890 2001-08-21 Gerd Moellmann <gerd@gnu.org>
2891
2892 * gs.el (gs-set-ghostview-colors-window-prop):
2893 Call x-change-window-property with 3rd arg FRAME.
2894 (gs-load-image): Wait for a previous Ghostscript process
2895 to complete before starting a new one.
2896
2897 * image.el (image-type-regexps): Make sure that the TIFF
2898 pattern is only matched at the beginning of a string.
2899 From Markus Rost <rost@math.ohio-state.edu>.
2900
2901 * international/swedish.el: Pre-Mule file removed. From Jonas
2902 Oberg <jonas@gnu.org>.
2903
2904 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
2905
2906 * whitespace.el (whitespace-abort-on-error): Add custom variable
2907 to whitespace to abort a write-file if whitespace is detected in file.
2908
2909 * whitespace.el (whitespace-write-file-hook): Hook to be called
2910 when writing a file. If `whitespace-abort-on-error' is set, the
2911 write will abort on detecting whitespaces.
2912 If `whitespace-auto-cleanup' is set, the file will be cleaned
2913 automatically prior to writing.
2914
2915 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
2916 whitespaces in the error output!
2917
2918 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
2919 `indent-tabs-mode', since the latter notes user preferences on
2920 TABs anyway.
2921
2922 * whitespace.el (whitespace-version): 3.1. All of the above issues
2923 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
2924
2925 2001-08-20 Gerd Moellmann <gerd@gnu.org>
2926
2927 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
2928 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2929
2930 * whitespace.el (whitespace-global-mode): Add autoload cookie.
2931
2932 2001-08-20 Alex Schroeder <alex@gnu.org>
2933
2934 * sql.el (sql-db2): Doc change.
2935
2936 2001-08-20 Alex Schroeder <alex@gnu.org>
2937
2938 * sql.el (sql-postgres): Add the database at the end of the
2939 parameters instead of at the beginning.
2940 (sql-postgres-options): Doc change.
2941
2942 2001-08-17 Gerd Moellmann <gerd@gnu.org>
2943
2944 * custom.el (defcustom): Doc fix.
2945
2946 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2947
2948 * ps-mule.el (find-composition): Check if (char-after POS)
2949 returns a valid character.
2950
2951 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
2952
2953 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
2954 original-point for extra CR characters that are added/removed when
2955 the buffer is written/read whose EOL type is -dos.
2956
2957 2001-08-16 Miles Bader <miles@gnu.org>
2958
2959 * simple.el (line-move): Undo previous change.
2960
2961 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
2962 property to input-terminating `boundary' overlays to avoid
2963 line-move wierdness.
2964
2965 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2966
2967 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
2968 buffer in a save-restriction. Under one test case with Ediff,
2969 window-scroll-functions are run with a window start that's
2970 temporarily outside of the restriction.
2971
2972 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
2973
2974 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
2975 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
2976 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
2977 (texinfo-update-menu-region-beginning)
2978 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
2979 command, @ifnottex, to regexps, so it is found.
2980
2981 2001-08-16 Andrew Innes <andrewi@gnu.org>
2982
2983 * makefile.nt (DONTCOMPILE): Omit bindings.el.
2984 (DONTCOMPILE): Omit sc.el.
2985
2986 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
2987 (DONTCOMPILE): Omit sc.el.
2988
2989 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2990
2991 * replace.el (occur): Bind inhibit-read-only to t.
2992
2993 2001-08-16 Miles Bader <miles@gnu.org>
2994
2995 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
2996 calling `constrain-to-field', to avoid problems with comint prompts.
2997
2998 2001-08-15 Gerd Moellmann <gerd@gnu.org>
2999
3000 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3001 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3002
3003 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3004 of a while-loop.
3005
3006 * Makefile.in (DONTCOMPILE): Remove sc.el.
3007
3008 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3009 Don't include term/.
3010
3011 * mail/sc.el: Moved to obsolete/.
3012
3013 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3014
3015 * ps-print.el: Change error function arguments to follow Emacs
3016 message convention. Doc fix.
3017 (ps-print-version): New version number (6.5.4).
3018 (coding-system-for-write): Change declaration position to avoid
3019 XEmacs compilation gripes.
3020 (coding-system-for-read, buffer-file-coding-system):
3021 Declarations to avoid XEmacs compilation gripes.
3022
3023 * ps-mule.el: Doc fix.
3024 (ps-mule-encode-header-string): If STRING is not a string, replace
3025 STRING by empty string.
3026
3027 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3028
3029 * frame.el (show-trailing-whitespace): Doc fix.
3030
3031 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3032
3033 * desktop.el (desktop-save): Insert the coding: tag before
3034 desktop-header.
3035
3036 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3037
3038 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3039 its path from $els.
3040
3041 * image.el (image-jpeg-p): Fix call of substring.
3042
3043 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3044
3045 * play/animate.el (animate-string): Doc fix. Use a buffer
3046 name with stars in it.
3047 (animate-sequence): New function.
3048 From Richard Stallman <rms@gnu.org>.
3049
3050 * frame.el (select-frame-set-input-focus): New function
3051 extracted from other-frame.
3052 (other-frame): Use it.
3053 (next-multiframe-window, previous-multiframe-window): Use it.
3054
3055 * isearch.el (isearch-other-meta-char): Don't switch to the
3056 buffer of a window clicked on, when the current buffer is
3057 in Isearch mode.
3058
3059 * image.el (image-jpeg-p): Test for APPn markers in the range
3060 #xe0..#xef.
3061
3062 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3063
3064 * desktop.el (desktop-save): Don't use concat to form a file
3065 name, use expand-file-name.
3066
3067 * mouse.el (mouse-delete-window): Do nothing if frame has just
3068 one window.
3069
3070 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3071 for the minor mode name.
3072
3073 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3074 minor mode name.
3075
3076 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3077 instead of make-mode-line-mouse2-map.
3078
3079 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3080 the minor mode name.
3081
3082 * emacs-lisp/easy-mmode.el (define-minor-mode):
3083 Use mode-line-minor-mode-keymap for the minor mode name.
3084
3085 * calendar/calendar.el (calendar-mode-line-format):
3086 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3087
3088 * bindings.el (make-mode-line-mouse-map): Renamed from
3089 make-mode-line-mouse2-map. Take additional arg MOUSE.
3090 (mode-line-modified): Use mouse-3 instead of mouse-2.
3091 (mode-line-buffer-identification-keymap): Bind keys differently.
3092 (propertized-buffer-identification): Adapt help-echo to new bindings.
3093
3094 * bindings.el (mode-line-format): Specify help-echo for line
3095 number, column number and buffer-percent part of the mode-line.
3096
3097 * image.el (image-type-regexps): Allow whitespace at the start
3098 of the image data for XPM, XBM and Postscript, which are
3099 text files.
3100 (image-jpeg-p): Correct calculation of next field offset.
3101
3102 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3103
3104 * battery.el: Fix typo.
3105
3106 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3107
3108 * image.el (image-type-regexps): Allow predicates. Change the way
3109 JPEG images are recognized.
3110 (image-jpeg-p): New function.
3111 (image-type-from-data): Handle predicates in image-type-regexps.
3112
3113 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3114 #:, #x, #o, and similar constructs.
3115
3116 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3117
3118 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3119
3120 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3121 instead of `progn'.
3122
3123 * tar-mode.el (tar-extract): Avoid generating a new buffer
3124 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3125
3126 * textmodes/paragraphs.el (forward-sentence): Avoid building
3127 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3128
3129 * progmodes/executable.el (executable-set-magic):
3130 If executable-find returns a quoted file name, unquote it before
3131 inserting it.
3132
3133 * image.el (image-type-regexps): For JPEG files, use a regexp
3134 derived from the JFIF spec.
3135
3136 * image.el (image-type-regexps): Use `\`' instead of `^' in
3137 most regular expressions.
3138
3139 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3140
3141 * play/animate.el: Re-insert a reference to re-inserted function.
3142
3143 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3144
3145 * help.el (describe-function-1): Use find-function-search-for-symbol
3146 instead of find-function-noselect because the latter follows aliases.
3147
3148 * play/animate.el (animate-birthday-present): Re-insert.
3149
3150 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3151 Handle old-style menu definitions.
3152
3153 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3154
3155 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3156 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3157
3158 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3159 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3160 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3161
3162 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3163
3164 * textmodes/tildify.el: Milan Zamazal has new address.
3165
3166 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3167
3168 * custom.el (custom-set-variables): Don't test `custom-requests'
3169 properties, check the third element of the options passed to
3170 custom-set-variables instead.
3171
3172 * info.el (info-insert-file-contents): Use info-file-exists-p
3173 instead of file-exists-p.
3174
3175 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3176 the mode-line face is restored. Fix several bugs.
3177
3178 * replace.el (perform-replace): Doc fix.
3179
3180 2001-08-02 Francesco Potorti` <pot@gnu.org>
3181
3182 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3183 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3184 (uniquify-fix-item-base, uniquify-fix-item-filename)
3185 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3186 Callers changed.
3187 (uniquify-set-proposed): Changed to work with a vector item.
3188 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3189 the fix list, and a list of strings for the non-file buffer
3190 names. Both changes reduce consing.
3191 (uniquify-rationalize-a-list): Local variable renaming.
3192 (uniquify-rationalize-conflicting-sublist): Use member instead of
3193 assoc.
3194 (uniquify-rename-buffer): Use unless instead of if not.
3195
3196 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3197
3198 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3199
3200 * custom.el (custom-set-variables): Set options with :require
3201 clauses last.
3202
3203 * custom.el (defcustom): Doc fix.
3204
3205 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3206
3207 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3208
3209 * man.el (man): Mention Man-switches in the doc string.
3210 (Man-switches): Mention -a in the doc string.
3211
3212 * textmodes/ispell.el (ispell-alternate-dictionary):
3213 Add /usr/share/lib/dict/words, for Irix.
3214
3215 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3216 corresponding non-kp keys. Suggested by Stephen Gildea
3217 <gildea@stop.mail-abuse.org>.
3218
3219 2001-08-01 Francesco Potorti` <pot@gnu.org>
3220
3221 * uniquify.el: These changes correct a corner case that the old
3222 code managed correctly.
3223 (uniquify-fix-item-proposed): Renamed from
3224 uniquify-fix-item-min-proposed.
3225 (uniquify-set-proposed): New function.
3226 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3227 clarity and speed.
3228 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3229 This is equivalent to what the old code did.
3230 (uniquify-rationalize-a-list): Never recompute the proposed
3231 name. Sort the conflicting sublist before rationalising it: this
3232 is equivalent to what the old code did, but one directory element
3233 at a time, and only when necessary.
3234 (uniquify-rationalize-conflicting-sublist): Recompute here the
3235 proposed name.
3236
3237 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3238
3239 * play/animate.el: Add Keywords and Maintainer. Remove a
3240 reference to a removed function.
3241
3242 * play/animate.el (animate-string): Handle case that the string is
3243 longer than the window is wide.
3244
3245 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3246
3247 * desktop.el (desktop-save): Bind coding-system-for-write to
3248 `emacs-mule' for write-region.
3249
3250 * delsel.el (delete-selection-pre-hook): Don't set this-command
3251 to `ignore' if the region is empty.
3252
3253 * international/mule.el (set-keyboard-coding-system):
3254 Set keyboard-coding-system.
3255
3256 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3257 before accessing it.
3258
3259 2001-07-30 Andreas Schwab <schwab@suse.de>
3260
3261 * menu-bar.el (toggle-highlight-paren-mode):
3262 Use `(show-paren-mode)' as body.
3263
3264 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3265
3266 * vc.el (vc-checkout-hook): New hook.
3267 (vc-checkout): Run it.
3268
3269 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3270
3271 * progmodes/make-mode.el (makefile-macroassign-regex):
3272 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3273
3274 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3275
3276 * vc.el (vc-switch-backend): Fix autoload cookie.
3277
3278 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3279 the desktop file.
3280
3281 2001-07-30 Simon Josefsson <jas@extundo.com>
3282
3283 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3284 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3285
3286 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3287
3288 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3289 (last-sexp-toggle-display): Renamed from last-sexp-print.
3290 (last-sexp-toggle-display, eval-last-sexp-1):
3291 Use last-sexp-setup-props.
3292
3293 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3294 New user-options.
3295 (mouse-wheel-change-button): New function.
3296 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3297 (mwheel-scroll): Ditto.
3298
3299 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3300
3301 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3302 `...', compare with unabbreviated printed representation instead.
3303 (last-sexp-print): Bind print-length and print-level to nil.
3304
3305 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3306 before assigning text properties. Make properties rear-nonsticky.
3307
3308 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3309 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3310 <mouse-2> and <RET> in that map to a function printing the
3311 unabbreviated value.
3312
3313 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3314 is a buffer, put a text property `printed-value' on the printed
3315 representation, with the Lisp object printed as value.
3316
3317 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3318
3319 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3320 Mention the effect of eval-expression-print-length and
3321 eval-expression-print-level in the doc strings. Suggested by
3322 Kevin Gallagher <kevingal@onramp.net>.
3323
3324 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3325
3326 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3327 for buttons > 3.
3328 (xterm-mouse-translate): Handle the case that we don't get a
3329 down-event.
3330
3331 * emacs-lisp/find-func.el (find-function-regexp):
3332 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3333 in front of the function name.
3334
3335 * isearch.el (isearch-other-meta-char): Fix last change.
3336
3337 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3338 similar events for which fake prefix keys are generated. It's no
3339 longer necessary since read_key_sequence doesn't modify these
3340 events for internal purposes anymore.
3341
3342 * files.el (auto-mode-alist): Use nroff-mode for files ending
3343 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3344
3345 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3346
3347 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3348 tool-bar-lines parameter, behave as if its value were zero.
3349 (mouse-avoidance-set-pointer-shape): Don't do anything if
3350 x-pointer-shape is not boundp.
3351
3352 2001-07-23 Francesco Potorti` <pot@gnu.org>
3353
3354 * uniquify.el: Overall speedup changes when using many buffers.
3355 (uniquify-fix-item-base, uniquify-fix-item-filename)
3356 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3357 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3358 place in the item, but was never used.
3359 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3360 in the item is now used as cache for the proposed name.
3361 (uniquify-rationalize-file-buffer-names): Move computation made on
3362 newbuffile out of the loop, in the newbuffile-nd local var.
3363 Use dolist (cosmetic change). Compute the proposed name for the most
3364 common case and cache it in the fourth place in the item.
3365 (uniquify-rationalize-file-buffer-names): Used to return a a list
3366 of buffer whose name was changed, but that return value was never used.
3367 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3368 the cached proposed name, does much less consing and is quicker.
3369 (uniquify-filename-lessp): Deleted.
3370 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3371 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3372 cached proposed name is possible.
3373 (uniquify-get-proposed-name): Arguments changed, callers changed.
3374 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3375 uniquify-possibly-resolvable flag, which is no more bound locally.
3376 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3377 flag, which does not exist any more.
3378
3379 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3380
3381 * term/internal.el (IT-unicode-translations): Fix the appearance of
3382 "6`".
3383
3384 * progmodes/compile.el (compile-internal): If EMACS is already
3385 defined in the environment, don't override its value.
3386
3387 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3388
3389 * play/fortune.el: Undo change of 2001-07-13.
3390 Fix autoload cookies. Add types to defcustoms.
3391 (fortune) <defgroup>: Add :link.
3392 (fortune-from-region): Use eq, not eql.
3393 From Dave Love <fx@gnu.org>.
3394
3395 * play/animate.el (animate-birthday-present): Function removed.
3396
3397 * play/animate.el: New file.
3398
3399 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3400
3401 * startup.el (normal-top-level-add-subdirs-to-load-path):
3402 On Windows, put into normal-top-level-add-subdirs-inode-list the
3403 canonicalized names of the directories instead of inode numbers.
3404
3405 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3406
3407 * ediff-util.el: Copyright years.
3408 (ediff-choose-syntax-table): New function.
3409 (ediff-setup): Use ediff-choose-syntax-table.
3410 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3411 vc-state is available.
3412 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3413
3414 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3415 with-syntax-table.
3416 (ediff-coding-system-for-read): From ediff-diff.el
3417 (ediff-coding-system-for-write): New variable.
3418 (ediff-highest-priority): Fixed the bug having to do with disappearing
3419 overlays.
3420 (ediff-file-remote-p): Use file-remote-p, if available.
3421 (ediff-listable-file): New function.
3422 (ediff-file-attributes): Use ediff-listable-file.
3423
3424 * ediff-mult.el (ediff-meta-insert-file-info1):
3425 Use ediff-listable-file.
3426
3427 * ediff-ptch.el (ediff-prompt-for-patch-file):
3428 Use ediff-coding-system-for-read.
3429 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3430
3431 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3432 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3433
3434 * ediff.el: Date of last update, copyright years.
3435
3436 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3437
3438 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3439 of Scott Bronson.
3440 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3441 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3442 Deleted functions.
3443 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3444 ex-token-list.
3445 (viper-get-ex-address-subr): Convert registers to char data type.
3446
3447 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3448 (viper-memq-char): Use viper-int-to-char.
3449 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3450 vc-locking-state.
3451 (viper-read-key): Use viper-read-key-sequence.
3452
3453 * viper.el (viper-major-mode-modifier-list):
3454 Added inferior-emacs-lisp-mode.
3455 (this-major-mode-requires-vi-state): New function that uses simple
3456 heuristics to decide if vi state is appropriate.
3457 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3458 (viper-non-hook-settings): Don't advise read-key-sequence.
3459 (viper-read-key-sequence): New function that replaces the
3460 previously used advice to read-key-sequence.
3461
3462 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3463 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3464 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3465 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3466 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3467 Got rid of the negative character hack.
3468 (viper-escape-to-state,viper-replace-state-exit-cmd):
3469 Use viper-read-key-sequence.
3470 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3471 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3472 Don't override existing minibuffer-setup-hook.
3473 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3474 Convert registers to char data type.
3475 (viper-autoindent): Use viper-indent-line.
3476
3477 * viper-keym.el: Use viper-exec-key-in-emacs.
3478
3479 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3480
3481 * server.el (server-visit-files): Fix variable name typo.
3482
3483 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3484
3485 * simple.el (delete-trailing-whitespace): Save match data
3486 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3487
3488 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3489
3490 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3491 return a this-error using the alternative format (a pair of markers).
3492
3493 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3494
3495 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3496
3497 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3498 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3499
3500 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3501
3502 * international/iso-transl.el: Fix typo in the header of the file.
3503
3504 * textmodes/picture.el (picture): Doc fix.
3505
3506 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3507 follow coding conventions in generated files.
3508
3509 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3510
3511 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3512 (tool-bar-add-item): Don't call image-related primitives if the
3513 display doesn't support images.
3514
3515 * frame.el (display-images-p): New function.
3516
3517 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3518
3519 * server.el (server-visit-files): Handle the case the specified
3520 column number is <= 0.
3521
3522 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3523
3524 * startup.el (command-line-1): Add support for +LINE:COLUMN
3525 command line argument.
3526
3527 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3528
3529 * server.el (server-process-filter, server-visit-files):
3530 Add support for +LINE:COLUMN style emacsclient calls.
3531
3532 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3533
3534 * emacs-lisp/easy-mmode.el: Add Keywords header.
3535
3536 * play/pong.el: Author has new address.
3537
3538 * play/landmark.el: Author is no more reachable.
3539
3540 * play/handwrite.el: Author is no more reachable.
3541
3542 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3543
3544 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3545 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3546 Complete bindings for F<1..12> keys.
3547 (global-map): Remove `undo' binding (already in the default).
3548 Replace `t<n>' bindings with `f<n>' bindings.
3549
3550 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3551
3552 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3553 (tcl-mode): Use tcl-add-log-defun.
3554 (tcl-indent-line): Use tcl-calculate-indent.
3555 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3556 (tcl-indent-exp): Renamed from indent-tcl-exp.
3557 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3558 (tcl-indent-for-comment): Call comment-indent-function properly
3559 and handle the case where it returns nil.
3560
3561 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3562
3563 * calendar/cal-islam.el (calendar-goto-islamic-date):
3564 Remove autoload cookie.
3565
3566 * calendar/calendar.el (calendar-goto-islamic-date):
3567 Add call to autoload.
3568
3569 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3570
3571 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3572 Don't change compile-auto-highlight globally.
3573 Don't bother with `font-lock-defaults' property since XEmacs
3574 also understands the `font-lock-defaults' variable.
3575 Use make-local-variable rather than make-variable-buffer-local.
3576 Don't `defconst' comment-indent-function: keep the default.
3577 Call easy-menu-add unconditionally.
3578 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3579 (ada-create-menu): Use :included for Emacs as well.
3580
3581 * vc.el (vc-do-command): Autoload.
3582
3583 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3584
3585 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3586
3587 * ps-print.el: Fix Author: header.
3588
3589 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3590
3591 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3592 mouse-1 etc., bind them to `ignore'.
3593
3594 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3595 send-invisible, which is already defined in Comint.
3596 (eshell-watch-for-password-prompt): Use it.
3597
3598 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3599
3600 * which-func.el (which-func-mode): Doc fix.
3601
3602 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3603 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3604 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3605 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3606 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3607 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3608 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3609 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3610 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3611 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3612 * emulation/edt-mapper.el, emulation/edt-pc.el,
3613 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3614 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3615 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3616 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3617 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3618 * international/isearch-x.el, international/iso-cvt.el,
3619 * international/ogonek.el, international/quail.el,
3620 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3621 * language/devanagari.el, language/ethio-util.el,
3622 * language/ethiopic.el, language/european.el, language/indian.el,
3623 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3624 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3625 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3626 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3627 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3628 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3629 * progmodes/autoconf.el, progmodes/cmacexp.el,
3630 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3631 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3632 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3633 * progmodes/ebnf2ps.el, progmodes/executable.el,
3634 * progmodes/fortran.el, progmodes/idlw-shell.el,
3635 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3636 * progmodes/m4-mode.el, progmodes/mantemp.el,
3637 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3638 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3639 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3640 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3641 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3642 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3643 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3644 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3645 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3646 * textmodes/two-column.el, time-stamp.el, timezone.el,
3647 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3648 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3649 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3650 conventions.
3651
3652 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3653
3654 * simple.el (set-variable): Require 'cus-edit' instead of
3655 `wid-edit', so that the Custom widgets get defined.
3656
3657 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3658
3659 * allout.el: A fix to follow coding conventions.
3660
3661 * find-lisp.el: A fix to follow coding conventions.
3662
3663 * term/w32-win.el: A fix to follow coding conventions.
3664
3665 * textmodes/sgml-mode.el: A fix to follow coding conventions.
3666
3667 * term/xterm.el: A fix to follow coding conventions.
3668
3669 * term/news.el: A fix to follow coding conventions.
3670
3671 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
3672 header line fixed.
3673
3674 * sun-curs.el: Fix Maintainer: header line.
3675
3676 * emacs-lisp/easymenu.el: Address of the author added.
3677
3678 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3679
3680 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
3681 property.
3682
3683 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3684
3685 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
3686 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
3687 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
3688 Some fixes to follow coding conventions.
3689
3690 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3691
3692 * which-func.el (which-func-mode): Doc fix.
3693
3694 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
3695
3696 * net/rcompile.el (remote-compile): Use make-local-variable.
3697
3698 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
3699
3700 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
3701
3702 * mail/reporter.el (reporter-submit-bug-report):
3703 Don't abuse make-variable-buffer-local. Fix call to add-hook.
3704
3705 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3706
3707 * calendar/cal-china.el, calendar/cal-coptic.el,
3708 * calendar/cal-dst.el, calendar/cal-french.el,
3709 * calendar/cal-hebrew.el, calendar/cal-islam.el,
3710 * calendar/cal-iso.el, calendar/cal-julian.el,
3711 * calendar/cal-mayan.el, calendar/cal-persia.el,
3712 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
3713 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
3714 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
3715 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
3716 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3717 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
3718 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
3719 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
3720 * progmodes/ada-xref.el, progmodes/cc-align.el,
3721 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
3722 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3723 * progmodes/cc-langs.el, progmodes/cc-menus.el,
3724 * progmodes/cc-styles.el, progmodes/cc-vars.el,
3725 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
3726 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
3727 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
3728 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
3729 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
3730 * textmodes/reftex.el: Some fixes to follow coding
3731 conventions in Eshell files with known maintainers.
3732
3733 * emulation/viper.el: A fix to follow coding conventions.
3734
3735 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
3736 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
3737 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
3738 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
3739 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
3740 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
3741 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
3742 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
3743 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
3744 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
3745 conventions in Eshell files.
3746
3747 * composite.el, diff.el, emacs-lisp/levents.el,
3748 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
3749 * emulation/pc-mode.el, emulation/viper-cmd.el,
3750 * emulation/viper-ex.el, emulation/viper-init.el,
3751 * emulation/viper-keym.el, emulation/viper-macs.el,
3752 * emulation/viper-mous.el, emulation/viper-util.el,
3753 * emulation/viper.el, forms-pass.el, international/ccl.el,
3754 * international/characters.el, international/encoded-kb.el,
3755 * international/fontset.el, international/ja-dic-cnv.el,
3756 * international/ja-dic-utl.el, international/kinsoku.el,
3757 * international/kkc.el, international/mule-cmds.el,
3758 * international/mule-diag.el, international/mule-util.el,
3759 * international/mule.el, international/titdic-cnv.el,
3760 * language/china-util.el, language/chinese.el,
3761 * language/cyril-util.el, language/cyrillic.el, language/english.el,
3762 * language/greek.el, language/hebrew.el, language/japan-util.el,
3763 * language/japanese.el, language/korea-util.el, language/korean.el,
3764 * language/lao-util.el, language/lao.el, language/misc-lang.el,
3765 * language/slovak.el, language/thai-util.el, language/thai.el,
3766 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
3767 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
3768 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
3769 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
3770 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
3771 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
3772 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
3773 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
3774 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
3775 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
3776 to follow coding conventions in files without maintainer or in files
3777 with clear maintainer (but without Maintainer header stating so).
3778
3779 * emacs-lisp/elp.el: A fix to follow coding conventions.
3780
3781 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
3782 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
3783 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
3784 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
3785 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
3786 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
3787 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
3788 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
3789 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
3790 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
3791 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
3792 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
3793 conventions in files from Gnus.
3794
3795 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
3796 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
3797 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
3798 * echistory.el, electric.el, emacs-lisp/authors.el,
3799 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
3800 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
3801 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
3802 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
3803 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
3804 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
3805 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
3806 * international/codepage.el, international/iso-ascii.el,
3807 * international/iso-insert.el, international/iso-transl.el,
3808 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
3809 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
3810 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
3811 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
3812 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
3813 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
3814 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
3815 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
3816 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
3817 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
3818 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
3819 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
3820 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
3821 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
3822 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
3823 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
3824 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
3825 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
3826 * textmodes/tex-mode.el, textmodes/text-mode.el,
3827 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
3828 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
3829 * vt100-led.el, window.el: Some fixes to follow coding conventions in
3830 files maintained by FSF.
3831
3832 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3833
3834 * arc-mode.el: A fix to follow coding conventions.
3835
3836 * bindings.el: Ditto.
3837
3838 * cdl.el: Ditto.
3839
3840 * comint.el: Ditto.
3841
3842 * cus-start.el: Ditto.
3843
3844 * shell.el: Ditto.
3845
3846 * skeleton.el: Ditto.
3847
3848 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
3849
3850 * info.el (Info-build-node-completions):
3851 Make Info-current-file-completions buffer local.
3852
3853 2001-07-13 Gerd Moellmann <gerd@gnu.org>
3854
3855 * which-func.el (which-func-mode, which-func-ff-hook)
3856 (which-function-mode): Remove references to which-func-mode-global.
3857
3858 * calendar/cal-islam.el (calendar-goto-islamic-date):
3859 Add autoload cookie.
3860
3861 * play/fortune.el: Add types to defcustoms.
3862
3863 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3864
3865 * language/czech.el: A fix to follow coding conventions.
3866
3867 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3868
3869 * speedbar.el (speedbar-supported-extension-expressions): Add .g
3870 to the extension list, for antlr-mode. From Christoph Wedler
3871 <Christoph.Wedler@sap.com>.
3872
3873 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
3874
3875 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
3876 (vc-dired-mode-map): Fix the madness.
3877
3878 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
3879 (vc-prefix-map): Moved back from vc.el.
3880
3881 2001-07-11 Gerd Moellmann <gerd@gnu.org>
3882
3883 * mail/mail-extr.el (mail-extr-all-top-level-domains):
3884 Increase the size of the obarray.
3885 (mail-extr-all-top-level-domains): Add more toplevel domains,
3886 add more long names.
3887 From: Per Starback <starback@ling.uu.se>.
3888
3889 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3890
3891 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
3892 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3893
3894 * progmodes/ada-mode.el: Ditto.
3895
3896 * progmodes/ada-xref.el: Ditto.
3897
3898 2001-07-11 Miles Bader <miles@gnu.org>
3899
3900 * finder.el (finder-insert-at-column): Also move to the next line
3901 if exactly at COLUMN.
3902
3903 2001-07-10 Gerd Moellmann <gerd@gnu.org>
3904
3905 * help.el (describe-function-1): When printing FUNCTION's
3906 documentation, don't assume FUNCTION is a symbol.
3907
3908 * startup.el (normal-top-level): Don't operate on the initial
3909 frame if we failed to create one.
3910
3911 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
3912
3913 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
3914 itself, i.e. only indent the contents in it.
3915
3916 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
3917
3918 * mail/rmail.el (rmail-show-message): Show beginning of message in
3919 all windows containing it.
3920
3921 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
3922
3923 * term/tty-colors.el: Fix the header line and copyright years.
3924
3925 2001-07-09 Gerd Moellmann <gerd@gnu.org>
3926
3927 * emacs-lisp/advice.el (ad-make-advised-definition): If the
3928 original definition has an interactive form, but is Elp
3929 instrumented, use the interactive form of the function called by
3930 elp-wrapper.
3931
3932 * winner.el (winner-equal): Make it a defun. Don't compare Winner
3933 configurations with compare-window-configuration; they aren't
3934 window configurations.
3935
3936 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
3937 from the server for the format we expect. Don't use it if it
3938 doesn't look like what the Internet draft for FTP extensions specifies.
3939
3940 * toolbar/*.pbm: Cleaned up.
3941 From Luis Fernandes <elf@ee.ryerson.ca>.
3942
3943 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3944
3945 * cc-cmds.el: Extended the kludge to interoperate with the
3946 delsel and pending-del packages wrt to the new function
3947 `c-electric-delete-forward'.
3948
3949 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
3950
3951 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
3952 to delay the call to <mode> for global minor modes.
3953 (easy-mmode-define-navigation): Only recenter if interactive.
3954
3955 2001-07-06 Gerd Moellmann <gerd@gnu.org>
3956
3957 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
3958 to lisp-indent-line.
3959
3960 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
3961 from the server. Call encode-time only when we are sure that we
3962 got a 213 response.
3963
3964 2001-07-06 Simon Josefsson <jas@extundo.com>
3965
3966 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
3967 (mail-envelope-from): New user option.
3968 (sendmail-send-it): Use it.
3969
3970 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3971
3972 * ps-print.el: Use locale dependant date to print date in header.
3973 Doc fix.
3974 (ps-print-version): New version number (6.5.3).
3975 (ps-right-header, ps-right-footer): Initialization and doc fix.
3976 (ps-time-stamp-locale-default): New fun.
3977
3978 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3979
3980 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
3981 field problem with MIME-mode.
3982
3983 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
3984
3985 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3986
3987 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
3988 MIME-mode.
3989
3990 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
3991
3992 * bindings.el (mode-line-mule-info): Don't show the tip with
3993 buffer-file-coding-system if that is nil.
3994
3995 2001-07-05 Gerd Moellmann <gerd@gnu.org>
3996
3997 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
3998 instead of kill-line.
3999
4000 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4001 <Pavel@Janik.cz>.
4002
4003 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4004 <Pavel@Janik.cz>.
4005
4006 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4007
4008 * font-lock.el (c-font-lock-keywords-3): When matching something
4009 like `struct X Y', finish with point after Y.
4010
4011 2001-07-04 Simon Josefsson <jas@extundo.com>
4012
4013 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4014 in caller buffer.
4015
4016 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4017
4018 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4019 instead of string-match to find the basename of the file.
4020 From Pascal Obry <p.obry@wanadoo.fr>.
4021
4022 * net/browse-url.el (browse-url-default-windows-browser):
4023 Support the MS-DOS port when it runs on Windows.
4024 (browse-url-browser-function) [ms-dos]: Default to
4025 browse-url-default-windows-browser.
4026
4027 * help.el (locate-library): Enable code that looks for compressed
4028 libraries if auto-compression-mode is on.
4029
4030 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4031
4032 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4033
4034 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4035
4036 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4037
4038 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4039
4040 * allout.el: Fix the header line, so that finder.el recognizes it.
4041 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4042
4043 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4044 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4045
4046 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4047
4048 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4049
4050 * ps-bdf.el (bdf-directory-list): Use the value relative to
4051 installation-directory for MS-Windows as well.
4052
4053 2001-06-29 Richard M. Stallman <rms@gnu.org>
4054
4055 * wid-edit.el (widget-color-sample-face-get):
4056 Return ((foreground-color . COLOR)) instead of constructing a face.
4057
4058 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4059
4060 * faces.el (region): Change the background color for the
4061 light-background color display to lightgoldenrod2, to make it
4062 visible on some laptops.
4063
4064 2001-06-28 Richard M. Stallman <rms@gnu.org>
4065
4066 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4067 (rmail-msg-restore-non-pruned-header): Likewise.
4068 If point was in the old pruned header, put it at the top.
4069 (rmail-msg-prune-header): If point was at the top, keep it there.
4070
4071 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4072 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4073
4074 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4075
4076 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4077
4078 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4079
4080 * saveplace.el: Update maintainer email address.
4081
4082 2001-06-27 Francesco Potorti` <pot@gnu.org>
4083
4084 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4085 Undo previous change.
4086
4087 2001-06-27 Francesco Potorti` <pot@gnu.org>
4088
4089 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4090 preliminary quick reordering. Can speed things up dramatically.
4091
4092 2001-06-26 Richard M. Stallman <rms@gnu.org>
4093
4094 * dired.el (dired-get-filename): A file name starting with ~
4095 is not absolute in this context.
4096
4097 * which-func.el (which-func-maxout): Increase default to 500000.
4098 (which-function-mode): This is now the "real" name of the function.
4099 (which-func-mode): Now an alias.
4100 (which-func-mode-global): Name deleted.
4101
4102 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4103 button-2, when binding hs-mouse-toggle-hiding.
4104
4105 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4106
4107 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4108 (rmail-msg-prune-header): Likewise.
4109 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4110 and `rmail-msg-prune-header'.
4111
4112 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4113
4114 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4115 back than LINEBEG.
4116
4117 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4118
4119 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4120 window where they clicked the mouse has a header line, adjust
4121 vertical movement by one.
4122
4123 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4124
4125 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4126 too when separating a parenthesis.
4127
4128 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4129
4130 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4131 (bookmark-bmenu-hide-filenames): Add help-echo to
4132 mouse-highlighted text.
4133 (bookmark-bmenu-show-filenames): Remove help-echo property from
4134 the whitespace.
4135
4136 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4137
4138 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4139 From Karl Eichwalder <ke@suse.de>.
4140
4141 2001-06-23 Richard M. Stallman <rms@gnu.org>
4142
4143 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4144
4145 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4146 contents for completing-read.
4147
4148 2001-06-22 Richard M. Stallman <rms@gnu.org>
4149
4150 * menu-bar.el (menu-bar-make-toggle): Construct the
4151 function's doc string from HELP, not DOC, and make it accurate by
4152 adding "Toggle whether to " at the front and downcasing the initial.
4153 Change the HELP arg in some calls to make it fit this usage.
4154
4155 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4156 Undo previous change.
4157
4158 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4159
4160 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4161
4162 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4163
4164 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4165
4166 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4167
4168 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4169
4170 2001-06-20 Richard M. Stallman <rms@gnu.org>
4171
4172 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4173 broken out from dabbrev--find-expansion. Handle minibuffer
4174 specially here.
4175 (dabbrev--find-expansion): Simplify code in various ways.
4176 Don't treat minibuffers specially.
4177 Call dabbrev--make-friend-buffer-list.
4178 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4179 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4180
4181 2001-06-19 John Wiegley <johnw@gnu.org>
4182
4183 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4184 Also, added a comment describing how to greatly speedup Eshell
4185 loadup time, by concatenating together all of Eshell's .elc files.
4186
4187 2001-06-19 John Wiegley <johnw@gnu.org>
4188
4189 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4190
4191 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4192
4193 * woman.el (WoMan-highlight-references): Add help-echo to
4194 mouse-highlighted text.
4195
4196 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4197
4198 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4199
4200 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4201
4202 * international/quail.el (quail-start-conversion):
4203 Reset quail-translating to nil.
4204
4205 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4206 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4207
4208 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4209
4210 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4211 mouse-highlighted text.
4212
4213 * dired.el (dired-mark-pop-up): Fix last change.
4214
4215 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4216
4217 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4218 mouse-highlighted text.
4219
4220 * net/quickurl.el (quickurl-url-file): Run through
4221 convert-standard-filename.
4222 (quickurl-list-populate-buffer): Add help-echo to
4223 mouse-highlighted text.
4224 (top-level): Update Dave's URL.
4225
4226 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4227 mouse-highlighted text.
4228
4229 * textmodes/page-ext.el (pages-copy-header-and-position):
4230 Add help-echo to mouse-highlighted text.
4231
4232 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4233 mouse-highlighted text.
4234
4235 * replace.el (occur): Add help-echo to mouse-highlighted text.
4236
4237 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4238 mouse-highlighted text.
4239
4240 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4241 mouse-highlighted text.
4242
4243 * progmodes/compile.el (compile-reinitialize-errors):
4244 Add help-echo to mouse-highlighted messages.
4245 (compilation-forget-errors): Remove help-echo property as well.
4246
4247 * play/landmark.el (lm-plot-square, lm-init-display):
4248 Add help-echo to mouse-highlighted text.
4249
4250 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4251 Add help-echo to mouse-highlighted text.
4252
4253 * dired.el (dired-insert-set-properties): Add help-echo to
4254 mouse-highlighted text.
4255 (dired-mark-pop-up): Remove help-echo property from the file name.
4256
4257 * comint.el (comint-send-input): Add help-echo to
4258 mouse-highlighted text.
4259
4260 * buff-menu.el (list-buffers-noselect): Add help-echo to
4261 mouse-highlighted text.
4262
4263 * arc-mode.el (archive-summarize-files): Add help-echo to
4264 mouse-highlighted text.
4265
4266 * ffap.el (ffap-machine-p): Always return nil if
4267 open-network-stream is not fboundp.
4268
4269 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4270
4271 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4272 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4273 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4274 incorrectly binding chars between 128 and 256 to it.
4275 (sgml-maybe-name-self): Handle latin-1 chars properly.
4276 (sgml-tags-invisible): Bind buffer-file-name to nil.
4277 Use unwind-protect and restore-buffer-modified-p.
4278 (sgml-point-entered): Use buffer-substring-no-properties.
4279 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4280 (html-mode): Don't force `imenu-sort-function'.
4281
4282 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4283
4284 * tar-mode.el: Fix the copyright notice.
4285
4286 * font-lock.el (font-lock-comment-face): For tty's with dark
4287 background, use "red1", since "lightred" is not one of the colors
4288 recognized by tty-colors.el.
4289
4290 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4291 create a buffer for extracted file, in case there's more than one
4292 file by that name in an archive, possibly in different
4293 directories. From Kevin Rodgers <kevinr@ihs.com>.
4294
4295 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4296 <alex@gnu.org>.
4297
4298 2001-06-15 Miles Bader <miles@gnu.org>
4299
4300 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4301 Revert previous change.
4302
4303 2001-06-14 Richard M. Stallman <rms@gnu.org>
4304
4305 * replace.el (keep-lines-read-args): Return just a regexp.
4306 Provide nil for the region args.
4307 (keep-lines, flush-lines, how-many):
4308 Calculate the defaults for the region here, when args are nil.
4309
4310 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4311
4312 * rot13.el (rot13-other-window): Some more doc fix.
4313
4314 2001-06-14 Per Starback <starback@ling.uu.se>
4315
4316 * replace.el (case-replace, query-replace-from-history-variable)
4317 (query-replace-to-history-variable, keep-lines-read-args)
4318 (occur-revert-function, query-replace-help): Dox fix.
4319
4320 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4321
4322 * rot13.el (rot13-other-window): Doc fix.
4323
4324 2001-06-14 Miles Bader <miles@gnu.org>
4325
4326 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4327 of " and \ to "." (punctuation).
4328 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4329
4330 2001-06-13 Richard M. Stallman <rms@gnu.org>
4331
4332 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4333
4334 * simple.el (shell-command-on-region): Never kill the
4335 *Shell Command Output* buffer.
4336
4337 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4338
4339 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4340
4341 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4342
4343 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4344 New var, to recognize ${ $' and PODs.
4345 (perl-font-lock-syntactic-face-function): New function.
4346 (perl-mode): Use them.
4347 (perl-continuation-line-p): New function, from perl-calculate-indent.
4348 (perl-calculate-indent): Use it, to properly handle continuation
4349 lines of continuation lines.
4350
4351 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4352
4353 * server.el (server-process, server-buffer-clients): Doc fix.
4354 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4355
4356 2001-06-09 John Wiegley <johnw@gnu.org>
4357
4358 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4359 test if the last command was Lisp or not.
4360 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4361 B x C".
4362
4363 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4364
4365 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4366 general one on compile.el supports drive letters.
4367
4368 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4369
4370 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4371 key description.
4372
4373 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4374
4375 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4376 (reftex-toc-jump): New command.
4377
4378 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4379 to parse international characters as well.
4380
4381 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4382 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4383
4384 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4385
4386 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4387 TAB to the key separators.
4388
4389 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4390
4391 * international/mule.el (auto-coding-alist): Remove redundant
4392 up-cased versions of the extensions (auto-coding-alist-lookup is
4393 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4394 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4395
4396 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4397
4398 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4399
4400 2001-06-01 Richard M. Stallman <rms@gnu.org>
4401
4402 * help.el (describe-variable): Put value on same line
4403 with preceding text, if it is short enough to look good that way.
4404
4405 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4406
4407 * term/internal.el (IT-unicode-translations): New variable.
4408 (IT-setup-unicode-display): New function.
4409
4410 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4411
4412 * ps-print.el: Handle before-string and after-string overlay properties
4413 in ps-print-*-with-faces commands. Doc fix.
4414 (ps-print-version): New version number (6.5.2).
4415 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4416 for XEmacs.
4417 (ps-prefix-quote): Doc fix.
4418 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4419 (ps-basic-plot-str, ps-plot-string): New funs.
4420
4421 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4422
4423 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4424 and :type spec.
4425
4426 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4427
4428 * international/mule-cmds.el (inactivate-input-method):
4429 Set input-method-function to nil.
4430
4431 * xml.el (xml-parse-tag): The document may contain invalid characters.
4432 From ShengHuo ZHU <zsh@cs.rochester.edu>
4433
4434 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4435
4436 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4437 `rmail-summary-line-decoder' if the message does not have
4438 a Subject: field.
4439
4440 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4441
4442 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4443 New variable.
4444 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4445 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4446 is non-nil.
4447
4448 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4449
4450 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4451
4452 2001-05-29 Sam Steingold <sds@gnu.org>
4453
4454 * faces.el (face-valid-attribute-values): Bind `valid' directly
4455 instead of using `setq'.
4456
4457 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4458 Use `tex-shell-buf'.
4459 (tex-shell-proc): Use `tex-shell-running'.
4460 (tex-shell-buf-no-error): New function.
4461 (tex-send-tex-command): Use it.
4462 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4463 (tex-kill-job): Check the process before calling `quit-process'.
4464
4465 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4466
4467 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4468 UTF-8 sequences.
4469
4470 2001-05-28 Miles Bader <miles@gnu.org>
4471
4472 * comint.el (comint-carriage-motion): Renamed from
4473 `comint-cr-magic'. Operate on the buffer instead of the string
4474 (for use as a comint post-output filter, instead of as a
4475 pre-output filter). Handle backspaces too. Add to the
4476 `comint-output-filter-functions' hook instead of
4477 `comint-preoutput-filter-functions'.
4478
4479 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4480
4481 * language/japan-util.el (japanese-hankaku): Prefer the charset
4482 `jisx0201' when the optional argument `ascii-only' is not specified.
4483 (japanese-hankaku-region): Ditto.
4484 From Katsumi Yamaoka <yamaoka@jpl.org>
4485
4486 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4487
4488 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4489 (outline-invisible-p): New function.
4490 (hide-leaves): Save excursion.
4491 (hide-other): Stop looping when reaching bobp.
4492
4493 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4494
4495 * cus-edit.el (custom-file): Fix last change.
4496
4497 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4498
4499 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4500 same definition in byte-compile-function-environment as `autoload'
4501 would put in `symbol-function'.
4502
4503 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4504 patch to correct the error message as well.
4505
4506 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4507
4508 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4509 unless ~/.emacs exists.
4510
4511 * novice.el (enable-command): If user-init-file is nil or does not
4512 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4513
4514 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4515
4516 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4517 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4518 Allow spaces around macro arguments.
4519 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4520 indent-for-tab-command.
4521 (latex-mode-map, plain-tex-mode-map): New keymaps.
4522 Inherit from tex-mode-map.
4523 (tex-common-initialization): Don't setup the keymap any more
4524 since it's now done right by define-derived-mode.
4525 (latex-mode): Set skeleton-end-hook to nil.
4526 (latex-skeleton-end-hook): Remove.
4527 (tex-latex-block, latex-insert-item): Simplify.
4528 (latex-syntax-after): Use following-char rather than char-after.
4529 (tex-discount-args-cmds, tex-count-words): New functions.
4530
4531 * textmodes/tildify.el (tildify-ignored-environments-alist):
4532 Recognize \verb* as well.
4533
4534 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4535 (perl-comment-indent): Simplify to let newcomment.el do its job.
4536 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4537 (perl-mark-function): Cleanup the namespace.
4538 (perl-calculate-indent): Don't be fooled by nested functions.
4539
4540 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4541
4542 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4543 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4544
4545 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4546
4547 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4548 actually be `\\'.
4549 (ctlau-b5-converter): Likewise.
4550
4551 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4552
4553 * international/titdic-cnv.el (quail-misc-package-ext-info):
4554 Change CTLauB.el to CTLau-b5.el.
4555
4556 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4557
4558 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4559 rather than beginning-of-line to avoid problems with fields.
4560 (gud-perldb-massage-args): Use unless and push.
4561 (gud-chdir-before-run): New var.
4562 (gud-common-init): Use it.
4563
4564 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4565
4566 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4567 delete entries for chinese-ctlau and chinese-ctlaub.
4568 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4569 chinese-ctlaub.
4570 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4571 New functions.
4572
4573 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4574
4575 * cus-edit.el (custom-comment-show): Remove debug code.
4576
4577 * language/japan-util.el (japanese-symbol-table): Fix handling of
4578 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4579
4580 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4581
4582 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4583 Renamed by removing the silly `-flag' suffix.
4584 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4585
4586 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4587
4588 * replace.el (keep-lines-read-args): Use `copy-marker'.
4589 (how-many): Save excursion properly.
4590 (occur-mode): Use define-derived-mode.
4591 (perform-replace): Use with-current-buffer.
4592
4593 2001-05-20 Richard M. Stallman <rms@gnu.org>
4594
4595 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4596
4597 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4598
4599 * info.el (Info-read-subfile): Widen before finding the
4600 desired node in the subfile.
4601
4602 * startup.el (command-line-1): When >2 files visited,
4603 leave the last one visible, and make that the selected window.
4604
4605 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4606
4607 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4608
4609 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4610
4611 * international/ccl.el (define-ccl-program): Fix a typo.
4612 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4613
4614 * international/mule.el (decode-char): Fix a typo. From Pavel
4615 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4616
4617 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4618 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4619
4620 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4621 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4622
4623 2001-05-18 Sam Steingold <sds@gnu.org>
4624
4625 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4626 and [RET] to `cvs-mode-find-file'.
4627
4628 2001-05-18 John Wiegley <johnw@gnu.org>
4629
4630 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4631 configuration variable, which determines the initial character
4632 that forces use of an external version of a command. The default
4633 is *, but may be set to \, for example.
4634
4635 * eshell/esh-ext.el (eshell-explicit-command):
4636 Use `eshell-explicit-command-char' instead of ?*.
4637
4638 * eshell/esh-cmd.el (eshell/which):
4639 Use `eshell-explicit-command-char' instead of ?*.
4640
4641 * eshell/em-cmpl.el (eshell-completion-command-name)
4642 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4643 instead of ?*.
4644
4645 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4646
4647 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4648 subst-char-in-string.
4649 (ange-ftp-after-parse-ls-hook): New variable.
4650 (ange-ftp-ls): Run that hook.
4651 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4652
4653 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4654 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4655 text into *Completions*.
4656
4657 * net/goto-addr.el (goto-address-at-point): Deal with URLs
4658 part of which look like email addresses.
4659
4660 2001-05-18 Andrew Innes <andrewi@gnu.org>
4661
4662 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
4663 Use . instead of absolute path for lisp dir, to avoid bug in W2K
4664 cmd.exe's handling of FOR loops.
4665 (autoloads): Set find-file-suppress-same-file-warnings to t to
4666 avoid slew of spurious messages.
4667
4668 2001-05-18 Simon Josefsson <simon@josefsson.org>
4669
4670 * mail/smtpmail.el (maybe-append-domain): Renamed to
4671 `smtpmail-maybe-append-domain'.
4672 (smtpmail-via-smtp): Use the new name.
4673
4674 * net/browse-url.el (browse-url-browser-function): Add kde.
4675 (browse-url-kde-program, browse-url-kde-args): New variables.
4676 (browse-url-kde): New function.
4677
4678 2001-05-18 Miles Bader <miles@gnu.org>
4679
4680 * simple.el (delete-horizontal-space, just-one-space):
4681 Use `constrain-to-field' instead of `field-end'/`field-beginning',
4682 because it's more efficient for large files.
4683
4684 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4685
4686 * mail/rmail.el (rmail-require-mime-maybe): New function.
4687 (rmail): Use it.
4688 (rmail-mode): Handle the case of finding Rmail files.
4689
4690 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
4691 functions.
4692
4693 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
4694
4695 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
4696 text-property after moving to the beginning of line and regardless
4697 of the value of font-lock-multiline.
4698
4699 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4700
4701 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
4702
4703 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
4704 last coding system used before calling set-buffer-modified-p
4705 because that function changes last-coding-system.
4706
4707 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
4708
4709 * files.el (switch-to-buffer-other-window)
4710 (switch-to-buffer-other-frame): Add an xref to display-buffer in
4711 the doc string.
4712
4713 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4714
4715 * language/slovak.el, language/czech.el: New maintainer.
4716
4717 2001-05-16 Sam Steingold <sds@gnu.org>
4718
4719 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
4720 sub-form of `defgeneric' correctly.
4721
4722 2001-05-16 Gerd Moellmann <gerd@gnu.org>
4723
4724 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
4725 of `c'.
4726
4727 * textmodes/outline.el (outline-font-lock-level): Remove the
4728 condition-case, test what outline-level returns instead, to
4729 ease debugging.
4730
4731 * international/mule.el (auto-coding-regexp-alist): New user-option.
4732 (auto-coding-from-file-contents): New function.
4733 (set-auto-coding): Use it to determine a coding system.
4734
4735 2001-05-15 Gerd Moellmann <gerd@gnu.org>
4736
4737 * mouse.el (mouse-delete-other-windows): Doc fix.
4738
4739 * emacs-lisp/lisp-mode.el (lisp-mode):
4740 Make font-lock-keywords-case-fold-search a buffer-local variable with
4741 make-local-variable before setting it.
4742
4743 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
4744
4745 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
4746 prefixes.
4747
4748 2001-05-14 Gerd Moellmann <gerd@gnu.org>
4749
4750 * hexl.el (hexl-current-address): Print a message when called
4751 interactively.
4752
4753 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
4754
4755 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
4756
4757 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
4758
4759 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
4760
4761 2001-05-11 Gerd Moellmann <gerd@gnu.org>
4762
4763 * startup.el (command-line): If parameters have been changed in
4764 the init files which influence font selection, clear the face
4765 cache so that faces get realized with the new parameters.
4766
4767 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
4768
4769 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
4770
4771 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
4772
4773 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
4774
4775 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
4776 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
4777
4778 2001-05-10 Gerd Moellmann <gerd@gnu.org>
4779
4780 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
4781 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
4782
4783 2001-05-09 John Wiegley <johnw@gnu.org>
4784
4785 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4786 Annotated the documentation string to tell users about
4787 `eshell-no-numeric-conversions'.
4788
4789 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
4790 conversions if a Lisp function has the property
4791 `eshell-no-numeric-conversions' set to a non-nil value.
4792
4793 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
4794 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
4795 property `eshell-no-numeric-conversions' on the following
4796 functions (which all deal with filesystem entities, and never Lisp
4797 numerical values): eshell/cd, eshell/pushd, eshell/popd,
4798 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
4799 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
4800 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
4801 eshell/which, eshell/addpath.
4802
4803 2001-05-09 John Wiegley <johnw@gnu.org>
4804
4805 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
4806 encountered as an argument, don't convert it right away, but tag
4807 the first character of the string with the text properties
4808 `number', which signifies to `eshell-lisp-command' that the
4809 argument should be passed through `string-to-number' if it is
4810 actually used in the call to a Lisp function.
4811
4812 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
4813 function, convert any string arguments that have been tagged as
4814 "numbers", by calling string-to-number.
4815
4816 * eshell/esh-util.el (eshell-number-regexp): Now that number
4817 conversions only happen for Lisp function calls, the number regexp
4818 should now match all integer and floating point forms.
4819
4820 * eshell/esh-proc.el: Disable `eshell-stop-process' and
4821 `eshell-continue-process', since they are both nonfunctional at
4822 the moment.
4823 (eshell-proc-initialize): Don't bind keys for
4824 `eshell-stop-process' or `eshell-continue-process'.
4825
4826 * eshell/em-unix.el (eshell-shuffle-files):
4827 Apply `directory-file-name' before calling `file-name-directory'.
4828
4829 * eshell/em-hist.el (eshell-add-to-history): Reference to
4830 `eshell-history-ring' needed to be `eshell-history-index'.
4831
4832 * calendar/timeclock.el (timeclock-find-discrep):
4833 Initialize `elapsed' to 0.
4834 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
4835 it's still nil.
4836
4837 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
4838
4839 * arc-mode.el (archive-int-to-mode): Construct the string directly.
4840 (archive-mode): Use capitalize.
4841 (archive-unique-fname): Use make-temp-file.
4842
4843 2001-05-09 Gerd Moellmann <gerd@gnu.org>
4844
4845 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
4846
4847 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
4848
4849 * tar-mode.el (tar-extract): Pay attention to the value of
4850 coding-system-for-read, if it is non-nil.
4851
4852 * calendar/holidays.el (holidays): Add an autoload cookie.
4853 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4854
4855 2001-05-08 John Wiegley <johnw@gnu.org>
4856
4857 * calendar/timeclock.el (timeclock-workday-remaining):
4858 Changed logic for determining how much time is remaining.
4859 (timeclock-workday-elapsed): Don't accept a "relative" argument
4860 for the current day's elapsed time. What could that have meant?
4861 (timeclock-workday-elapsed-string): No "relative" argument anymore.
4862 (timeclock-when-to-leave): Changed logic, similarly to what was
4863 done for `timeclock-workday-remaining'.
4864 (timeclock-find-discrep): Removed "today-only" argument, which had
4865 no meaning. Fixed some more math problems. The function now
4866 returns a three member list: (TOTAL-TIME-DISCREPANCY
4867 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
4868
4869 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4870
4871 * w32-fns.el (convert-standard-filename): Start replacing slashes
4872 from the beginning of the file name, not from where the last
4873 invalid character was. From "Andrew Maguire (SWW)"
4874 <Andrew.Maguire@Smallworld.co.uk>
4875
4876 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
4877
4878 The following changes are to provide infrastructure for handling
4879 MIME messages to rmail. They don't affect the original behaviour
4880 if rmail-enable-mime is nil.
4881
4882 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
4883 (rmail-search-mime-message-function)
4884 (rmail-search-mime-header-function): New variables.
4885 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
4886 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
4887 `rmail-view-buffer' is hidden.
4888 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
4889 call rmai-show-mime-function.
4890 (rmail-display-labels): If rmail-enable-mime is non-nil, update
4891 mode-line-process of rmail-view-buffer.
4892 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
4893 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
4894 buffer.
4895 (rmail-next-message, rmail-next-undeleted-message): Be sure to
4896 set-buffer to the Rmail buffer.
4897 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
4898 rmail-search-mime-header-function.
4899 (rmail-search-message): New function.
4900 (rmail-search): Call rmail-search-message to check if a message
4901 matches REGEXP, lastly update point after calling
4902 rmail-show-message.
4903 (rmail-undelete-previous-message, rmail-expunge-confirmed)
4904 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
4905 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
4906 header region, refer to rmail-msgref-vector while setting the
4907 current buffer to rmail-buffer temporarily.
4908 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
4909 If rmail-enable-mime is non-nil, call
4910 rmail-insert-mime-forwarded-message-function instead of inserting
4911 forwarded message by itself.
4912
4913 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
4914 Rmail buffer.
4915 (rmail-set-label, rmail-next-labeled-message): Likewise.
4916
4917 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
4918 set-buffer to the Rmail buffer.
4919 (rmail-output-to-rmail-file): Likewise.
4920 (rmail-output): Likewise.
4921
4922 * mail/rmailsum.el (rmail-message-subject-p): Process the result
4923 of mail-fetch-field by rmail-summary-line-decoder.
4924 (rmail-new-summary): Be sure to go to the Rmail buffer.
4925 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
4926 rmail-view-buffer to nil.
4927 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
4928 rmail-view-buffer.
4929 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
4930 rmail-buffer.
4931 (rmail-summary-scroll-msg-down): Likewise.
4932 (rmail-summary-beginning-of-message): Likewise.
4933 (rmail-summary-wipe): Likewise.
4934 (rmail-summary-toggle-header): Use save-window-excursion, not
4935 save-excursion. Update point in rmail-view-buffer, not in
4936 rmail-buffer.
4937 (rmail-summary-reply): Before calling rmail-reply, set buffer to
4938 rmail-view-buffer, not rmail-buffer.
4939
4940 2001-05-07 Gerd Moellmann <gerd@gnu.org>
4941
4942 * cus-edit.el (custom-file): Signal an error if user-init-file is
4943 nil (running -q).
4944
4945 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
4946
4947 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4948 Add :version.
4949
4950 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4951 New option.
4952 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
4953 only if smtpmail-warn-about-unknown-extensions is set.
4954
4955 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
4956 instead of rmail-sort-by-keywords.
4957
4958 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
4959 rmail-sort-by-keywords.
4960
4961 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
4962 rmail-summary-sort-by-keywords. Doc fix.
4963 (rmail-summary-mode): Doc fix.
4964
4965 * mail/rmail.el (rmail-edit): New Custom group.
4966
4967 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
4968 (rmail-edit-mode-hook): New user-option.
4969
4970 2001-05-05 Richard M. Stallman <rms@gnu.org>
4971
4972 * help.el (help-xref-symbol-regexp): Recognize "source of"
4973 and friends, meaning make a link to the source file.
4974 (help-make-xrefs): Handle "source of" and friends
4975 by constructing a link that visits the source file.
4976
4977 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
4978
4979 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
4980
4981 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
4982 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
4983 Renamed from perl-font-lock-keywords to avoid clashes.
4984 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
4985 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
4986 Updated correspondingly.
4987
4988 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
4989 Typo `nonexistant' -> `nonexistent'.
4990
4991 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
4992
4993 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
4994 Split `c-electric-delete' into two functions where
4995 `c-electric-delete-forward' always deletes forward and
4996 `c-electric-delete' only contains the code necessary for XEmacs to
4997 choose between backward and forward deletion.
4998
4999 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5000 get the electric behavior on that key too.
5001 (c-fill-paragraph): Fixed bogus direct use of
5002 c-comment-prefix-regexp, which caused an error when it's a list.
5003
5004 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5005
5006 * dired-aux.el (dired-diff): Doc fix.
5007
5008 * dired.el (dired-diff): Likewise.
5009
5010 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5011
5012 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5013
5014 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5015
5016 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5017 if both the buffer and the file are read-only.
5018
5019 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5020 rather than font-lock-string-face.
5021 (sh-get-indent-info): Treat heredocs like strings.
5022
5023 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5024
5025 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5026 a newline following `}'.
5027 (texinfo-format-email): New function.
5028 (toplevel): Use texinfo-format-email for @email.
5029 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5030 Add `display'.
5031 (texinfo-sort-region): Goto point-min before sorting.
5032 (texinfo-set): Remove leading white space from value.
5033 From yagi@is.titech.ac.jp.
5034
5035 * replace.el (query-replace-regexp-eval): Doc fix.
5036
5037 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5038
5039 * diff-mode.el (diff-nonexistant-face): New face.
5040 (diff-font-lock-keywords): Use it.
5041
5042 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5043
5044 * font-lock.el (font-lock-mode): Doc fix.
5045
5046 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5047 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5048
5049 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5050
5051 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5052 backslash at the start of the here-document delimiter.
5053 (sh-font-lock-syntactic-keywords): Likewise.
5054
5055 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5056
5057 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5058
5059 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5060 (tty-color-translate, tty-color-by-index, tty-color-values)
5061 (tty-color-desc): Doc fix.
5062
5063 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5064
5065 * dired-aux.el (dired-do-create-files, dired-do-copy)
5066 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5067 Mention dired-dwim-target in the doc string.
5068
5069 2001-04-28 Miles Bader <miles@gnu.org>
5070
5071 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5072 (dabbrev--find-expansion): Use it.
5073 (dabbrev--select-buffers): Don't select ignored buffers.
5074
5075 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5076
5077 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5078
5079 2001-04-26 Richard M. Stallman <rms@gnu.org>
5080
5081 * dabbrev.el: Add doc strings for some functions.
5082 (dabbrev--eliminate-newlines): New variable.
5083 (dabbrev--substitute-expansion): Convert newlines to spaces
5084 if dabbrev--eliminate-newlines is set.
5085 If abbrev and expansion are both all-lower-case,
5086 leave dabbrev--last-case-pattern nil.
5087
5088 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5089
5090 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5091 if necessary, like in rmail-show-message.
5092
5093 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5094
5095 * ps-print.el: Color specified by number is forced to be float number.
5096 (ps-print-version): New version number (6.5.1.1).
5097 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5098 initialization.
5099 (ps-prefix-quote): New internal var.
5100 (ps-print-quote): New fun.
5101 (ps-setup, ps-output-frame-properties, ps-float-format)
5102 (ps-format-color): Code fix.
5103 (ps-plot-region): Eliminate redundant foreground color text setting.
5104
5105 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5106
5107 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5108
5109 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5110
5111 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5112
5113 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5114
5115 * info.el (Info-additional-directory-list): Doc fix.
5116
5117 * find-lisp.el (find-lisp-find-dired-filter)
5118 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5119 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5120
5121 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5122
5123 * progmodes/make-mode.el (makefile-font-lock-keywords):
5124 Rationalize the rules for includes and conditionals and use the
5125 keyword face for them.
5126
5127 * faces.el (modify-face): Add compatibility for non-interactive use.
5128
5129 2001-04-24 John Wiegley <johnw@gnu.org>
5130
5131 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5132 fix from last night, since it wasn't finding eshell/cd.
5133
5134 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5135
5136 * rect.el (string-rectangle): Revert to 20.x behaviour.
5137 (replace-rectangle): Make it an alias for string-rectangle.
5138 (string-insert-rectangle): New function.
5139
5140 2001-04-23 John Wiegley <johnw@gnu.org>
5141
5142 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5143 occurring with Emacs 21's diff.el/compile.el interaction layer.
5144
5145 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5146
5147 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5148 case where the function was defined in a file, but not part of an
5149 eshell module.
5150
5151 2001-04-23 John Wiegley <johnw@gnu.org>
5152
5153 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5154 code to work around a redisplay problem I've been having.
5155
5156 2001-04-23 John Wiegley <johnw@gnu.org>
5157
5158 * calendar/timeclock.el (timeclock-day-required): If the time
5159 required for a particular day is not set, use `timeclock-workday'.
5160 (timeclock-find-discrep): Added some sample code in a comment.
5161
5162 * eshell/eshell.el (eshell-command): Made a few changes so that
5163 `eshell-command' could be called programmatically.
5164
5165 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5166
5167 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5168
5169 2001-04-23 John Wiegley <johnw@gnu.org>
5170
5171 * calendar/timeclock.el: Updated copyright.
5172 (timeclock-generate-report): Don't report the daily or two-week
5173 total, if no time has been worked in that period.
5174 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5175 final computational form, which was unnecessary; corrected a
5176 parsing problem when timeclock-relative was nil.
5177
5178 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5179
5180 * calendar/timeclock.el (timeclock-modeline-display): Check if
5181 `list-entry' is null.
5182 (timeclock-use-display-time): The first argument to `set-variable'
5183 must be a symbol.
5184
5185 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5186
5187 * calendar/calendar.el (diary-entry-marker)
5188 (calendar-today-marker, calendar-holiday-marker):
5189 Use display-color-p instead of window-system.
5190 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5191 instead of window-system.
5192 (calendar-hide-window): Use display-multi-frame-p instead of
5193 window-system.
5194
5195 * calendar/cal-x.el (calendar-two-frame-setup)
5196 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5197 Use display-multi-frame-p instead of window-system.
5198
5199 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5200
5201 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5202
5203 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5204 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5205
5206 2001-04-23 Alex Schroeder <alex@gnu.org>
5207
5208 * goto-addr.el: Instead of defining line-beginning-position and
5209 line-end-position a defalias is used for point-at-bol and point-at-eol.
5210
5211 2001-04-23 Alex Schroeder <alex@gnu.org>
5212
5213 * goto-addr.el: Added XEmacs compatibility code.
5214 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5215
5216 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5217
5218 * textmodes/paragraphs.el (sentence-end): Doc fix.
5219
5220 2001-04-20 Alex Schroeder <alex@gnu.org>
5221
5222 * sql.el (sql-escape-newlines-and-send): New function.
5223 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5224
5225 2001-04-20 Alex Schroeder <alex@gnu.org>
5226
5227 * sql.el (sql-db2-program): New option.
5228 (sql-db2-options): New option.
5229 (sql-db2): New function.
5230
5231 2001-04-20 Alex Schroeder <alex@gnu.org>
5232
5233 * sql.el (sql-mode-menu): Added highlighting entries.
5234 (sql-highlight-oracle-keywords): New function.
5235 (sql-highlight-postgres-keywords): New function.
5236 (sql-highlight-ansi-keywords): New function.
5237
5238 2001-04-20 Alex Schroeder <alex@gnu.org>
5239
5240 * sql.el (sql-help): Doc change.
5241
5242 2001-04-19 Karl Fogel <kfogel@collab.net>
5243
5244 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5245 that inserted file content only to delete it immediately.
5246 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5247 <lektu@uol.com.br> for the patch.
5248
5249 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5250
5251 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5252
5253 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5254
5255 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5256 for defmethod.
5257
5258 * comint.el (comint-cr-magic): New function.
5259 (toplevel): Add it to comint-preoutput-filter-functions.
5260
5261 2001-04-18 Andrew Innes <andrewi@gnu.org>
5262
5263 * makefile.w32-in (EMACSLOADPATH): Define.
5264 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5265 (recompile): Remove stuff to set EMACSLOADPATH.
5266
5267 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5268
5269 * language/slovak.el ("Slovak"): Add tutorial entry.
5270
5271 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5272 browse-url-new-window-p.
5273
5274 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5275
5276 * info.el (Info-menu-update): When there are no menus and/or no
5277 cross references in the node, make the respective items of the
5278 Info menu-bar menu inactive.
5279
5280 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5281
5282 * indent.el (indent-for-tab-command): Call indent-line-function
5283 with no argument if PREFIX-ARG is non-nil.
5284
5285 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5286
5287 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5288
5289 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5290 an async subprocess if start-process is unavailable. Suggested by
5291 Tim Van Holder <tim.van.holder@pandora.be>.
5292
5293 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5294
5295 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5296 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5297
5298 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5299
5300 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5301 manual.
5302
5303 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5304
5305 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5306 (cvs-menu): Add a few entries.
5307
5308 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5309 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5310 lock file appears to be reachable from Emacs.
5311 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5312 (cvs-mode-find-file): Look for cvs-header-face rather than
5313 cvs-dirname-face (which doesn't exist).
5314 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5315
5316 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5317
5318 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5319
5320 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5321 normal-erase-is-backspace on a tty. Instead, bind some keys such
5322 as [delete] directly, like pc-select.el did before
5323 normal-erase-is-backspace was invented.
5324
5325 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5326
5327 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5328
5329 2001-04-11 John Wiegley <johnw@gnu.org>
5330
5331 * eshell/em-ls.el (eshell-ls-insert-directory):
5332 Set font-lock-defaults to nil, to prevent fontification in dired
5333 buffers, if Eshell's ls is being used.
5334
5335 2001-04-11 John Wiegley <johnw@gnu.org>
5336
5337 * calendar/timeclock.el (timeclock-completing-read): New function.
5338 (timeclock-ask-for-project, timeclock-ask-for-reason):
5339 Call `timeclock-completing-read'.
5340
5341 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5342 required where `member' was being used.
5343
5344 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5345
5346 * eshell/em-hist.el (eshell-previous-matching-input):
5347 Don't display "History item" if the the minibuffer is active.
5348
5349 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5350
5351 * startup.el (command-line): Output a newline after printing
5352 an error from loading the window system's init file.
5353
5354 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5355
5356 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5357 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5358 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5359 keywords whose arguments routinely include @@.
5360
5361 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5362
5363 * emacs-lisp/advice.el (ad-make-advised-definition):
5364 Construct advice for subrs differently.
5365
5366 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5367 regexp in parentheses when building the regexp for searching backwards.
5368
5369 * simple.el (completion-list-mode-finish): New function.
5370 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5371
5372 * language/european.el ("Polish"): Change sample text.
5373 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5374
5375 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5376 parameter.
5377
5378 * faces.el (menu): Doc fix.
5379
5380 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5381
5382 * ps-print.el: Footer implementation. Doc fix.
5383 (ps-print-version): New version number (6.5.1).
5384 (ps-header-frame-alist): New customization var for header frame
5385 properties.
5386 (ps-line-number-color): New customization var for line number color.
5387 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5388 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5389 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5390 (ps-right-footer): New customization vars for footers.
5391 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5392 footers.
5393 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5394 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5395 Code fix.
5396 (ps-prologue-file): Indentation fix.
5397 (ps-print-quote): Fun eliminated.
5398 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5399 (ps-output-frame-properties): New fun.
5400 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5401 (ps-skip-newline): Replace defun by defsubst.
5402
5403 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5404
5405 * eshell/eshell.el (eshell-command): Needed a "%s" format
5406 specifier, in case the buffer contains percent characters.
5407
5408 2001-04-10 John Wiegley <johnw@gnu.org>
5409
5410 * calendar/timeclock.el (timeclock-generate-report): Added a
5411 missing insert of the project name.
5412
5413 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5414
5415 * obsolete/profile.el: Moved from emacs-lisp/.
5416
5417 * Makefile.in (nonobsolete_setwins): New macro.
5418 (finder-data): Use it instead of `setwins'.
5419 From: Dave Love <fx@gnu.org>.
5420
5421 * server.el (server-visit-files): Set server-existing-buffer correctly.
5422 (server-visit-files): Run server-visit-hook after going to
5423 line 1 so that the hook can set point as it sees fit.
5424
5425 * bindings.el (mode-line-modified): Unify help messages.
5426
5427 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5428
5429 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5430 All callers changed.
5431
5432 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5433
5434 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5435 long file names aren't supported, truncate the file names in
5436 quail-misc-package-ext-info to 8+3 before matching them against
5437 FILENAME.
5438
5439 * dos-fns.el (dos-truncate-to-8+3): New function.
5440
5441 * progmodes/compile.el (grep-compute-defaults): Use null-device
5442 instead of literal /dev/null. Reported by Jens Schmidt
5443 <schmidt@mathematik.uni-kl.de>.
5444
5445 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5446
5447 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5448
5449 * textmodes/sgml-mode.el: Add unknown maintainer.
5450 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5451 (html-mode-map): Use set-keymap-parent.
5452
5453 2001-04-06 Dave Love <fx@gnu.org>
5454
5455 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5456 Remove redundant string-to-list.
5457
5458 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5459
5460 * composite.el (reference-point-alist): Doc fix.
5461
5462 2001-04-05 Sam Steingold <sds@gnu.org>
5463
5464 * font-lock.el (font-lock-keywords-case-fold-search):
5465 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5466 file made font-lock case-insensitive.
5467
5468 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5469
5470 * faces.el (defface menu): Doc fix.
5471
5472 * wid-edit.el (widget-color-sample-face-get): Don't make
5473 faces for undefined colors.
5474
5475 * version.el (emacs-version): Include LessTif/Motif version info.
5476
5477 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5478
5479 * ps-mule.el: Eliminate cl package dependence.
5480 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5481 if they aren't defined yet.
5482 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5483 Eliminate cl package dependence.
5484
5485 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5486
5487 * progmodes/cc-cmds.el (c-outline-level):
5488 Bind buffer-invisibility-spec. Originally from Dave Love, but
5489 got lost when incorporating version 5.26.
5490
5491 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5492
5493 * emulation/pc-select.el (pc-selection-mode):
5494 Call normal-erase-is-backspace-mode instead of binding
5495 keys individually.
5496
5497 * cus-load.el (normal-erase-is-backspace): Use it instead of
5498 delete-key-deletes-forward.
5499
5500 * startup.el (command-line): Use normal-erase-is-backspace and
5501 normal-erase-is-backspace-mode.
5502
5503 * simple.el (normal-erase-is-backspace): Rename from
5504 delete-key-deletes-forward. Doc fix.
5505 (normal-erase-is-backspace-mode): Rename from
5506 delete-key-deletes-forward-mode. Doc fix.
5507 Run normal-erase-is-backspace-hook.
5508
5509 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5510 ``human-readable'' format produced by GNU `ls'.
5511 (dired-move-to-filename-regexp): Recognize ISO format dates.
5512 From Paul Eggert <eggert@twinsun.com>.
5513
5514 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5515
5516 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5517 New functions.
5518 (lm-verify): Check keywords.
5519 From Eric M. Ludlam <eric@siege-engine.com>.
5520
5521 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5522
5523 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5524 `xemacs' feature instead of for the function `set-extent-property'.
5525
5526 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5527
5528 * mail/mh-utils.el (mh-folder-hist): New var.
5529 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5530
5531 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5532
5533 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5534 region, position point on the first or last 16-byte group.
5535 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5536 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5537 hexl-beginning-of-line.
5538
5539 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5540
5541 * icomplete.el (icomplete-mode): Treat an argument like other
5542 modes do.
5543
5544 * startup.el (fancy-splash-head): Use splash8.xpm for color
5545 depth 8.
5546
5547 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5548 Add an antry for ``converts''.
5549
5550 * language/slovak.el ("Slovak"): Add documentation string.
5551 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5552
5553 * language/czech.el ("Czech"): Add documentation string.
5554 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5555
5556 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5557 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5558
5559 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5560
5561 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5562 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5563 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5564 Use `defsubst' rather than a macro to ease debugging.
5565 (mail-extr-last): Remove (use `last' instead).
5566 (mail-extract-address-components): Properly reset the syntax-table
5567 after parsing an address. Use `last' rather than mail-extr-last.
5568 Make sure the end marker stays at the very end.
5569
5570 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5571
5572 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5573 last change.
5574
5575 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5576
5577 * ps-print.el: Line and paragraph spacing feature. Region to cut
5578 out when printing. Doc fix.
5579 (ps-print-version): New version number (6.5).
5580 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5581 New vars. Line and paragraph spacing feature.
5582 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5583 out when printing.
5584 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5585 (ps-get-font-size, ps-begin-job, ps-continue-line)
5586 (ps-plot-region): Code fix.
5587 (ps-print-prologue-2): Var eliminated.
5588 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5589 New internal vars.
5590 (ps-get-size): New fun.
5591 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5592 (ps-next-line): Replace defun by defsubst.
5593 (ps-mule-plot-string): Autoload doc fix.
5594
5595 * ps-bdf.el: XEmacs compatibility. Doc fix.
5596 (installation-directory, coding-system-for-read): Declare vars if
5597 it's not declared yet.
5598 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5599
5600 * ps-mule.el: XEmacs compatibility. Doc fix.
5601 (leading-code-private-22): Declare var if it's not declared yet.
5602 (charset-bytes, charset-dimension, charset-id, charset-width)
5603 (find-charset-region, split-char, char-width, chars-in-region)
5604 (forward-point, decompose-composite-char, encode-coding-string)
5605 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5606 Define funs if not defined yet.
5607 (encode-composition-rule, find-composition): Define funs if not
5608 loaded yet.
5609 (ps-mule-prologue): PostScript code fix.
5610
5611 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5612
5613 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5614 non-nil, generate font for the header strings.
5615 (ps-mule-prepare-font): Likewise.
5616 (ps-mule-generate-glyphs): Likewise.
5617 (ps-mule-string-encoding): Likewise.
5618 (ps-mule-header-charsets): New variable.
5619 (ps-mule-encode-header-string): New function.
5620 (ps-mule-header-string-charsets): New function.
5621 (ps-mule-begin-job): Check charsets in the header strings. If there
5622 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5623
5624 * ps-print.el (ps-generate-header-line): Encode the header string by
5625 ps-mule-encode-header-string.
5626 (ps-mule-encode-header-string): Declare autoload.
5627
5628 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5629
5630 * frame.el (cursor-in-non-selected-windows):
5631 Replaces show-cursor-in-non-selected-windows.
5632
5633 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5634
5635 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5636 Delete entries for "chinese-py" and "chinese-ziranma".
5637 (quail-misc-package-ext-info): New variable.
5638 (tsang-quick-converter): New function.
5639 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5640 (quick-cns-converter, py-converter, ziranma-converter)
5641 (miscdic-convert, batch-miscdic-convert): New functions.
5642
5643 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5644
5645 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5646 eight-bit-control chars.
5647
5648 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5649 Reduce making temporary vector (suggested by Dave Love).
5650
5651 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5652
5653 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5654 string as well.
5655
5656 2001-03-30 Andreas Schwab <schwab@suse.de>
5657
5658 * files.el (backup-directory-alist): Fix typo.
5659
5660 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5661
5662 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
5663 <eggert@twinsun.com>.
5664
5665 2001-03-30 Dave Love <fx@gnu.org>
5666
5667 * progmodes/fortran.el (fortran-comment-region): Fix typo.
5668
5669 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5670
5671 * simple.el (transient-mark-mode): Mention C-g in the doc string.
5672
5673 2001-03-30 Miles Bader <miles@gnu.org>
5674
5675 * subr.el (interactive-form): Fix paren typo.
5676
5677 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
5678
5679 * emacs-lisp/profile.el: Say that it's obsolete in the header
5680 line, so that finder.el puts that into its data-base.
5681 Suggested by Alex Schroeder <alex@gnu.org>.
5682
5683 2001-03-29 Paul Eggert <eggert@twinsun.com>
5684
5685 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
5686 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
5687
5688 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
5689
5690 * generic.el (generic-mode-set-comments): Use "" rather than nil
5691 for comment-end.
5692
5693 2001-03-29 Gerd Moellmann <gerd@gnu.org>
5694
5695 * emacs-lisp/advice.el (ad-make-advised-definition):
5696 Call interactive-form to obtain the interactive spec of subrs.
5697
5698 * subr.el (interactive-form): New function.
5699
5700 2001-03-29 Andre Spiegel <spiegel@gnu.org>
5701
5702 * vc-sccs.el (vc-sccs-register): Use relative file names.
5703
5704 2001-03-28 Gerd Moellmann <gerd@gnu.org>
5705
5706 * bookmark.el (bookmark-get-bookmark): Handle case that
5707 BOOKMARK is not a string.
5708
5709 * image.el (image-type-regexps): Change type for PS files
5710 to `postscript'.
5711
5712 * subr.el (read-passwd): Clear command history after each
5713 character entered. From: Stephen Gildea
5714 <gildea@stop.mail-abuse.org>.
5715
5716 2001-03-27 Kenichi Handa <handa@etl.go.jp>
5717
5718 * international/kkc.el (kkc-save-init-file): Locally bind
5719 print-length to nil.
5720
5721 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5722
5723 * textmodes/flyspell.el: Some doc fixes.
5724 (flyspell-maybe-correct-transposition)
5725 (flyspell-maybe-correct-doubling): Use a temporary buffer
5726
5727 * textmodes/ispell.el (ispell-parse-output): Doc fix.
5728
5729 * emacs-lisp/byte-opt.el (byte-optimize-while)
5730 (byte-optimize-form-code-walker): Diagnose too few arguments
5731 for `if' and `while'.
5732
5733 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5734
5735 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5736 Prepend `\' to "\<quail-translation-docstring>".
5737
5738 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5739
5740 * autorevert.el (global-auto-revert-non-file-buffers):
5741 Remove duplicate defcustom.
5742
5743 2001-03-26 Miles Bader <miles@gnu.org>
5744
5745 * international/latin1-disp.el (latin1-char-displayable-p):
5746 Add leading "-" for X font pattern.
5747
5748 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5749
5750 * international/mule-diag.el (describe-coding-system):
5751 For raw-text and emacs-mule, don't add anymore text about what
5752 charsets they can encode.
5753
5754 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
5755
5756 * help.el (view-lossage): Mention open-dribble-file in the doc
5757 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
5758
5759 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5760
5761 * skeleton.el (skeleton-internal-list): Fix bogus logic.
5762 (skeleton-pair-insert-maybe): Don't pair after a backslash.
5763
5764 2001-03-23 Kenichi Handa <handa@etl.go.jp>
5765
5766 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5767 Call ccl-execute-on-string directly so that CCL program handling
5768 multibyte sequence can work correctly.
5769 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
5770 property of the coding system.
5771
5772 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5773
5774 * textmodes/fill.el (fill-individual-paragraphs-prefix):
5775 Fix transcription typo.
5776
5777 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
5778
5779 * whitespace.el: Add buffer local variables to toggle testing of
5780 whitespaces in buffers without affecting the default values.
5781 Bump version to 3.0 to account for a few other changes.
5782 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
5783 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
5784 (whitespace-toggle-spacetab-check): New functions.
5785
5786 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
5787
5788 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
5789
5790 2001-03-21 Gerd Moellmann <gerd@gnu.org>
5791
5792 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
5793 bs-cycle-configuration-name. From Juanma Barranquero
5794 <lektu@uol.com.br>.
5795
5796 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
5797 and cc-vars.el.
5798
5799 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
5800 headers. Always invoke sendmail with option -t.
5801
5802 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5803
5804 * Release of cc-mode 5.28.
5805
5806 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5807
5808 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
5809 Removed the hardcoded switch to "java" style in Java mode.
5810 It's instead taken care of by the default value for c-default-style.
5811
5812 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5813
5814 * cc-align.el (c-lineup-math): Fix bug where lineup was
5815 triggered by equal signs in string literals.
5816
5817 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5818
5819 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
5820 limit detection when at the ends of the buffer.
5821
5822 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
5823 "for" statement clause in case 7F; a better one is done
5824 earlier in case 7D anyway.
5825
5826 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5827
5828 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
5829 somewhat more and did a small optimization.
5830
5831 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5832
5833 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
5834 Use the limit argument only to limit the syntactic context
5835 search, not to limit the actual movement.
5836
5837 * cc-cmds.el (c-beginning-of-statement): Move by sentence
5838 inside multiline strings, just like in comments. Also various
5839 fixes to the paragraph and comment prefix recognition, block
5840 comment ender handling etc.
5841
5842 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5843
5844 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
5845 the relative position of the point.
5846
5847 * cc-cmds.el (c-electric-continued-statement): New function to
5848 use as abbrev hook to reindent for keywords such as "else"
5849 that continues an earlier statement.
5850
5851 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
5852 like classes.
5853
5854 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
5855 (pike-mode): Populate the default abbrev tables to reindent for
5856 keywords such as "else" that can continue earlier statements.
5857 Abbrev mode is therefore turned on by default now. (Note that
5858 this doesn't apply to idl-mode, since IDL afaik doesn't have
5859 statements at all.)
5860
5861 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5862
5863 * cc-engine.el (c-inside-bracelist-p): Fix for handling
5864 bracelists where the declaration contains template arguments.
5865
5866 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5867
5868 * cc-cmds.el (c-comment-indent):
5869 Use `c-get-syntactic-indentation' to correctly calculate the
5870 syntactic indentation. Fixes bug with lineup functions that
5871 return vectors.
5872
5873 * cc-engine.el (c-get-syntactic-indentation): Split the
5874 indentation sum calculation from `c-indent-line' to a separate
5875 function.
5876
5877 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5878
5879 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
5880 Fixed places where it was assumed that preprocessor directives
5881 have to start in column zero.
5882
5883 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
5884 template arguments after a class identifier properly.
5885
5886 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
5887 lists for `new Foo[]' constructs in Java as expressions and
5888 not top level definition brace lists on the top level, so that
5889 they'll get indented consistently with the same type of
5890 expression in a normal block.
5891
5892 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5893
5894 * cc-cmds.el (c-fill-paragraph): The kludge that checks
5895 whether the adaptive filling package fails to keep the comment
5896 prefix is now kludged further to check for filladapt-mode
5897 which doesn't have that problem. This is really icky, but it's
5898 the only way that works with the current misfeatures/bugs in
5899 both adaptive-fill-mode and filladapt-mode.
5900
5901 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
5902 around point is recognized more robust.
5903
5904 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5905
5906 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
5907 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
5908 (c-lit-type): Fixed all internal variables used dynamically so
5909 that they are always bound.
5910
5911 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
5912 errors:
5913
5914 (c-indent-region): Fixed reporting of syntactic errors so that
5915 the region is fully reindented even when an error occurs.
5916 The last syntactic error is printed afterwards. Also cleanup up a
5917 whole lot of code that tried to optimize indentation of whole
5918 sexps but in reality accomplishes nothing.
5919
5920 (c-indent-sexp): Use c-indent-region.
5921
5922 (c-parsing-error): Changed this variable to hold the message
5923 for any syntactic error that is discovered.
5924
5925 (c-parse-state): Search backward from point instead of the bod
5926 position when the latter is invalid. This makes CC Mode
5927 recover faster when there are unbalanced close braces.
5928
5929 (c-backward-to-start-of-if): Use c-parsing-error to report
5930 dangling "else" clauses instead of throwing an error, and fall
5931 back to a reasonable position.
5932
5933 (c-indent-line): Added argument to avoid reporting syntactic errors.
5934
5935 (c-show-syntactic-information): Don't report any syntactic errors.
5936
5937 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5938
5939 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
5940 paragraph recognition when moving by sentence in literals.
5941
5942 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
5943 start regexp for javadoc to recognize javadoc markup in general instead
5944 of a specific set of keywords, to be more future-safe.
5945
5946 (c-Pike-pikedoc-paragraph-start)
5947 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
5948 pikedoc markup.
5949
5950 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
5951
5952 (pike-mode): Initialize paragraph settings pikedoc recognition.
5953
5954 * cc-vars.el (c-default-style): Made a nicer Customize widget.
5955
5956 (c-comment-prefix-regexp): Made it possible to use an
5957 association list on this to specify mode specific regexps.
5958 The default value now use a special regexp in Pike mode to
5959 recognize pikedoc markup.
5960
5961 (c-current-comment-prefix): New variable containing the actual
5962 regexp from c-comment-prefix-regexp for the current buffer.
5963
5964 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5965
5966 * cc-cmds.el (c-electric-brace): Fixed check for special brace
5967 lists: We can't look at the syntax, since a brace list can get
5968 recognized as a plain statement-cont.
5969
5970 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
5971 special brace list opener broken over two lines got recognized
5972 as a statement on the second line. Case 9A changed.
5973
5974 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5975
5976 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
5977 adjustment after line is reindented.
5978
5979 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5980
5981 * cc-defs.el (c-point): Added optional argument for position
5982 to use instead of the current point.
5983
5984 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
5985 the in-expression block symbols when the construct starts at
5986 boi, to avoid the extra level of indentation in that case.
5987 Cases 4, 16A and 17E affected.
5988
5989 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5990
5991 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
5992 calls to `c-indent-line', to adhere better to Emacs conventions.
5993
5994 * cc-engine.el (c-indent-line): Use the syntax already bound
5995 to `c-syntactic-context', if there is any.
5996
5997 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5998
5999 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6000 wasn't added up correctly when a lineup function returned nil.
6001
6002 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6003
6004 * cc-engine.el (c-collect-line-comments): Fixed bug where
6005 empty lines were ignored when collecting line comments backwards.
6006
6007 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6008
6009 * cc-align.el (c-lineup-dont-change): Return an absolute
6010 indentation column to work correctly in the case when several
6011 syntactic elements are processed for the same line.
6012
6013 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6014 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6015 (c-set-offset): Added absolute indentation column settings by
6016 using the vector type.
6017
6018 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6019
6020 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6021 Implemented two new cleanups `space-before-funcall' and
6022 `compact-empty-funcall'.
6023
6024 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6025
6026 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6027 helping building regexps.
6028
6029 * cc-engine.el (c-on-identifier): New function for detecting
6030 identifiers. It takes keywords into account.
6031
6032 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6033 lists. `c-keywords' is set to a regexp matching all keywords
6034 in the current language.
6035
6036 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6037
6038 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6039 list of characters to skip backwards over at the beginning of
6040 a statement, since it can precede string literals in Pike.
6041
6042 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6043
6044 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6045 recognition when standing on the last line in a C++ comment
6046 with nothing but whitespace after the prefix.
6047
6048 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6049 given no limit argument.
6050
6051 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6052
6053 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6054 recognition for the `[]= operator symbol in Pike.
6055
6056 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6057
6058 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6059 around a bug in `eval-when-compile' in the byte compiler.
6060
6061 * cc-engine.el (c-forward-token-1): Fixed bug with return
6062 value when count is zero and there's no token start within the limit.
6063
6064 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6065 "prefix comments", i.e. comments which are followed by code on
6066 the same line.
6067
6068 * cc-mode-19.el: Fixes so that checks that must be done at
6069 compile time also are done then.
6070
6071 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6072
6073 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6074 time and at runtime, and only when it's needed.
6075
6076 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6077
6078 Major cleanup for less error prone and more warning free
6079 compilation, including some fixes for bugs due to different
6080 compilation orders. Thanks to Martin Buchholz for providing
6081 the basis for all this.
6082
6083 * cc-bytecomp.el: New file that provides some byte compilation
6084 features: It ensures that files always are loaded from the
6085 current source directory during compilation, and it provides a
6086 set of macros to turn off specific compiler warnings for
6087 specific symbols. (It's not CC Mode specific in any way.)
6088
6089 Fixed a nearly acyclic dependency tree (both runtime and
6090 compile-time) between all files.
6091
6092 * cc-defs.el: Separated all macros before the inline functions,
6093 to ensure correct compilation.
6094
6095 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6096 cc-defs.el to cc-engine.el and made it a function instead.
6097
6098 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6099 about char-after.
6100
6101 * cc-vars.el: Cope even when there isn't a custom package
6102 containing defcustom available.
6103
6104 * cc-make.el: Removed since it's no longer necessary.
6105
6106 README: Updated installation instructions.
6107
6108 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6109
6110 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6111 improve the modularity: Moved all mode init stuff from
6112 cc-langs.el to cc-mode.el, including the keymap
6113 initialization; cc-langs now only contains the various
6114 variables for configuring the language syntax.
6115
6116 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6117 (c-get-offset): Moved from cc-styles to cc-engine since file
6118 dependency analysis suggests they belong there (which also
6119 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6120
6121 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6122
6123 * cc-cmds.el (c-fn-region-is-active-p): New function that
6124 wraps the corresponding macro, for use in places that aren't
6125 compiled. Thanks to Martin Buchholz for pointing out this.
6126
6127 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6128
6129 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6130 add things to the bug report.
6131
6132 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6133
6134 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6135 returned prefix could contain a newline when the search for a
6136 good prefix line failed.
6137
6138 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6139
6140 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6141 (c-toggle-auto-hungry-state): Made the argument optional, as
6142 the documentation says it is.
6143
6144 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6145
6146 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6147 multiline string syntax, #"...", as a cpp macro.
6148
6149 2001-03-21 Paul Eggert <eggert@twinsun.com>
6150
6151 * international/mule-cmds.el (set-locale-environment):
6152 Set system-messages-locale and system-time-locale, but only if the
6153 caller specifies a non-nil locale name.
6154
6155 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6156
6157 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6158 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6159
6160 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6161
6162 * follow.el (follow-avoid-tail-recenter): Doc fix.
6163
6164 * custom.el (custom-set-variables): Avoid reversing the list
6165 of args needlessly.
6166
6167 * startup.el (fancy-splash-head): Don't change the colors of the
6168 XPM image on a dark background.
6169
6170 * comint.el (comint-exec-1): Set columns of the terminal to
6171 window-width instead of frame-width.
6172
6173 * info.el (Info-scroll-down): Add missing WINDOW arg for
6174 pos-visible-in-window-p.
6175
6176 * ehelp.el (electric-help-mode-hook): Add defcustom.
6177
6178 * mail/sendmail.el (mail-mode): Activate case-folding in
6179 font-lock-defaults.
6180
6181 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6182
6183 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6184 (completion-ignored-extensions): Remove duplicate ".class".
6185
6186 2001-03-19 Andreas Schwab <schwab@suse.de>
6187
6188 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6189 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6190
6191 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6192
6193 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6194 methods since there are not prefix input methods.
6195
6196 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6197
6198 * international/mule-cmds.el (read-input-method-name):
6199 Locally bind enable-recursive-minibuffers to t.
6200
6201 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6202
6203 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6204
6205 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6206
6207 * ediff-util.el: Copyright years.
6208 (ediff-choose-syntax-table): New function.
6209 (ediff-setup): Use ediff-choose-syntax-table.
6210
6211 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6212 with-syntax-table.
6213
6214 * ediff.el: Date of last update, copyright years.
6215
6216 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6217
6218 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6219 of Scott Bronson.
6220 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6221 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6222 Deleted functions.
6223 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6224 ex-token-list.
6225
6226 * viper-util.el: Spaces, indentation.
6227
6228 * viper.el: Changed version, modification time.
6229
6230 2001-03-16 John Wiegley <johnw@gnu.org>
6231
6232 * calendar/timeclock.el (timeclock-workday-remaining):
6233 Check whether `discrep' is non-null before using it.
6234
6235 2001-03-16 John Wiegley <johnw@gnu.org>
6236
6237 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6238 first-time checkins.
6239 (timeclock-log-data): Fixed problem with reading timelog log file.
6240 Resulting data in the "day list" was incorrect.
6241 (timeclock-find-discrep): Check if `timeclock-file' is readable
6242 before opening it.
6243 (timeclock-time-less-p): New function.
6244 (timeclock-day-base): New function.
6245 (timeclock-geometric-mean): New function.
6246 (timeclock-generate-report): Generate a summary report based on
6247 the contents of the log file. This uses `timeclock-log-data', and
6248 is an example of writing a timelog manipulation function.
6249 (timeclock-visit-timelog): A quick command for opening the timelog
6250 file.
6251 (timeclock-log-data): Bound the variable event.
6252
6253 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6254
6255 * international/mule-cmds.el (select-safe-coding-system):
6256 Fix typo: symbol-name -> symbol-value.
6257
6258 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6259 before substitute-in-file-name to handle double slashes in FILE
6260 correctly.
6261
6262 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6263
6264 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6265 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6266
6267 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6268
6269 * bindings.el (features): Add `md5' and `overlay' to the list.
6270
6271 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6272 bound before using it. It's not bound when configured without X,
6273 for instance.
6274
6275 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6276
6277 * progmodes/hideshow.el: Update copyright.
6278 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6279 (hs-minor-mode-hook): Include `:version' in defcustom form.
6280
6281 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6282
6283 * help.el (string-key-binding): Don't call event-start on
6284 a non-list.
6285
6286 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6287
6288 * startup.el (fancy-splash-tail, command-line-1): Fix the
6289 copyright year.
6290
6291 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6292
6293 * term.el: These changes are based on a patch sent from Yong Lu
6294 <lyongu@yahoo.com>.
6295 (term-set-escape-char): Bind M-x to execute-extended-command in
6296 term-raw-escape-map.
6297 (term-move-columns): Don't try to move to negagive column.
6298 (term-emulate-terminal): Insert a string before deleting a text to
6299 overwrite.
6300
6301 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6302
6303 * play/life.el (life): Rearrange code so that all calls to
6304 life-display-generation are in a catch-form.
6305
6306 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6307 file that isn't interesting. In an interesting file, push the old
6308 value of point on the mark ring.
6309
6310 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6311 New function.
6312 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6313 Use it.
6314
6315 * emacs-lisp/autoload.el (generate-file-autoloads):
6316 Remove warning about line lengths.
6317
6318 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6319
6320 * progmodes/etags.el (tags-compression-info-list): New variable.
6321 (find-tag-in-order): Use it to deal with compressed source files.
6322 (tag-file-name-match-p): New function.
6323 (etags-recognize-tags-table): Use it for better match of file names.
6324
6325 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6326
6327 * international/mule-cmds.el (register-input-method): Doc fix.
6328
6329 * international/quail.el (quail-translate-key): Fix condition to
6330 check if there's another breaking point in the current key.
6331
6332 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6333
6334 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6335 Babyl header to the newly-created output file, bind
6336 coding-system-for-write to either rmail-file-coding-system or
6337 emacs-mule-unix.
6338
6339 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6340
6341 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6342 Fix the name and regexp used for subsubsections.
6343
6344 2001-03-10 Dave Love <fx@gnu.org>
6345
6346 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6347 and save-buffer if buffer-file-name non-nil. From rms.
6348
6349 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6350
6351 * vc.el (vc-do-command): If the destination buffer is already
6352 current, don't set it up and don't erase it. Updated doc string
6353 to reflect that.
6354 (vc-version-diff): When doing a single file diff, don't switch to the
6355 *vc-diff* buffer before the command. This is to preserve local
6356 variable bindings that might affect the diff command.
6357 (vc-print-log): Don't switch to the *vc* buffer before the
6358 command, so that local variable bindings are preserved.
6359
6360 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6361 not the current buffer.
6362 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6363
6364 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6365 make output go to buffer *vc*, not the current buffer.
6366
6367 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6368
6369 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6370 so ^, $, *, ? and + are interpreted correctly.
6371
6372 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6373
6374 * help.el (string-key-binding): Renamed from
6375 mode-line-key-binding. Handle any event on a string.
6376 Check for `keymap' properties as well as `local-map' properties.
6377
6378 * comint.el (comint-insert-clicked-input): Use the last key
6379 from this-command-keys to lookup the global key definition.
6380
6381 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6382
6383 * international/characters.el: Add category `j' for
6384 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6385
6386 * international/mule-conf.el (no-conversion): Fix docstring.
6387 (raw-text): Fix docstring.
6388
6389 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6390
6391 * simple.el (choose-completion-string): When not leaving the
6392 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6393 is set.
6394
6395 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6396 parameter `(minibuffer . t)'.
6397
6398 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6399
6400 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6401 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6402 (sh-mode): Remove `make-local-variable' for unused var
6403 `font-lock-unfontify-region-function'.
6404
6405 2001-03-07 Richard M. Stallman <rms@gnu.org>
6406
6407 * info.el (Info-scroll-down): Fix previous change.
6408
6409 * mail/rmail.el (rmail-toggle-header): Use a window which
6410 is showing the Rmail buffer, rather than the selected window.
6411
6412 2001-03-07 Dave Love <fx@gnu.org>
6413
6414 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6415 now, to avoid problems with binding imenu directly to a mouse event.
6416
6417 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6418
6419 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6420 second arg t.
6421
6422 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6423
6424 * log-edit.el (log-edit-common-indent): New var.
6425 (log-edit-set-common-indentation): Renamed from
6426 log-edit-delete-common-indentation. Use the new var.
6427 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6428
6429 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6430 (cvs-mode-add-change-log-entry-other-window):
6431 Don't presume change-log-default-name is defined.
6432
6433 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6434
6435 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6436 the "tree" operation as well.
6437
6438 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6439
6440 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6441 to match paragraph-start.
6442
6443 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6444 comment-start-skip and set comment-end-skip as well.
6445 (sgml-comment-indent): Fix for new value of comment-start-skip.
6446 (html-autoview-mode): Don't bother using make-local-hook.
6447
6448 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6449
6450 * cus-edit.el (custom-save-delete): Move in front of local
6451 variables, otherwise long Custom entries would make them ineffective.
6452
6453 * uniquify.el: Set maintainer to FSF.
6454
6455 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6456
6457 * dired-aux.el (dired-do-shell-command): Doc fix.
6458
6459 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6460
6461 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6462
6463 * which-func.el (which-func-modes): Add cperl-mode.
6464 (which-func-mode-global): Use define-minor-mode.
6465
6466 * info-look.el: Docstring fixes and dead code eliminated.
6467 (cperl-mode): Add support.
6468 (emacs-lisp-mode): List all entries from elisp manual, whether
6469 or not they are currently (f)bound or not. Update regexp.
6470
6471 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6472
6473 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6474 so that C-h m shows the correct information.
6475 Use make-local-variable rather than make-variable-buffer-local.
6476 (cperl-info-buffer, cperl-setup-tmp-buf):
6477 Use make-local-variable rather than make-variable-buffer-local.
6478 (cperl-msb-fix, cperl-get-help-defer):
6479 Check major-mode for `cperl-mode' as well.
6480
6481 * progmodes/cperl-mode.el: Updated to author version 4.23.
6482 (cperl-electric-pod): SYNOPSIS was misspelled.
6483 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6484 (cperl-after-expr-p): Make true after __END__.
6485
6486 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6487
6488 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6489 bookmark-completion-ignore-case is t.
6490
6491 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6492 switch, like xterm, and concat resource strings, with a newline
6493 between them.
6494
6495 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6496
6497 * international/codepage.el (cp770-decode-table)
6498 (cp773-decode-table, cp774-decode-table): New variables.
6499
6500 * man.el (Man-hyphenated-reference-regexp): New variable.
6501 (Man-build-references-alist): Use it to search for referenced
6502 manpages. If hyphenated is non-nil, record a concatenated word in
6503 Man-refpages-alist only if it matches Man-reference-regexp.
6504 Update word's length when it is concatenated. Reverse the list,
6505 to get the first manpage at the head.
6506 (Man-possibly-hyphenated-word): New function.
6507 (Man-follow-manual-reference): Use it instead of current-word to
6508 find a manpage at point, in a way that accounts for hyphenated
6509 references.
6510
6511 2001-03-06 Alex Schroeder <alex@gnu.org>
6512
6513 * sql.el (sql-interbase): New function.
6514 (sql-interbase-program): New option.
6515 (sql-interbase-options): New option.
6516 And some typos fixed: "customise" to "customize".
6517
6518 2001-03-06 Dave Love <fx@gnu.org>
6519
6520 * textmodes/flyspell.el (flyspell-region):
6521 Set up flyspell-local-mouse-map.
6522
6523 2001-03-05 Richard M. Stallman <rms@gnu.org>
6524
6525 * mail/rmail.el (rmail-retry-failure):
6526 Don't call rmail-beginning-of-message.
6527 Don't discard From: field. Do discard Received: field.
6528 Use unwind-protect to re-prune.
6529 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6530
6531 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6532
6533 * international/quail.el (quail-title): Add autoload cookie.
6534
6535 2001-03-05 Dave Love <fx@gnu.org>
6536
6537 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6538 new defs.
6539
6540 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6541
6542 * language/ethio-util.el (ethio-toggle-space):
6543 Update current-input-method-title if necessary.
6544 (ethio-toggle-punctuation): Likewise.
6545
6546 * international/quail.el (quail-title): Fix for the case that a
6547 title of an input method is specified by a list of the same form
6548 as used in mode-line-format.
6549
6550 * international/mule-cmds.el (activate-input-method):
6551 If current-input-method-title is set by activating INPUT-METHOD,
6552 respect that value.
6553
6554 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6555
6556 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6557
6558 2001-03-05 Alex Schroeder <alex@gnu.org>
6559
6560 * sql.el (sql-sybase): Fix typo (was: query user about server two
6561 times instead of server and database).
6562
6563 * sql.el (sql-sybase): Doc change.
6564 (sql-mysql): Doc change.
6565 (sql-postgres): Doc change.
6566
6567 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6568
6569 * international/mule-conf.el (emacs-mule, raw-text):
6570 Docstring modified.
6571
6572 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6573
6574 * term/internal.el: Update copyright notice.
6575
6576 * term/pc-win.el: Update copyright notice.
6577
6578 2001-03-02 Dave Love <fx@gnu.org>
6579
6580 * files.el (insert-file-contents-literally):
6581 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6582 not jka-compr-compression-info-list.
6583
6584 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6585
6586 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6587 spaces in default comment-start-skip settings rather than \s-.
6588
6589 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6590
6591 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6592 default-frame-alist as well.
6593
6594 2001-03-01 Dave Love <fx@gnu.org>
6595
6596 * textmodes/reftex.el (defvar): Wrap some defvars in
6597 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6598
6599 * subr.el (event-basic-type): Doc fix.
6600
6601 * international/quail.el: Doc fixes.
6602
6603 * international/utf-8.el: Doc fixes.
6604
6605 * international/mule-cmds.el: Doc fixes.
6606 (leim-list-header): Fix header text.
6607
6608 * international/mule.el (coding-system-category): Doc fix.
6609
6610 * international/ccl.el (ccl-compile): Doc fix.
6611
6612 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6613
6614 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6615 rather than (before|after)-change-functions.
6616
6617 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6618
6619 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6620 scroll-left and scroll-right being called interactively so that
6621 they set the window's min_hscroll.
6622
6623 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6624
6625 * info.el (info-insert-file-contents-1): Accept an additional
6626 argument `lfn': if it is non-nil, concatenate `filename' and
6627 `suffix'; otherwise use the complicated MS-DOS code.
6628 All callers changed.
6629 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6630 can access long file names, try the long file-name version of
6631 `info-insert-file-contents-1', then the short file-name version.
6632
6633 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6634
6635 * language/ethio-util.el (setup-ethiopic-environment-internal):
6636 Change bindings of functions keys to conform to "Emacs Lisp Coding
6637 Convention".
6638
6639 * language/ethiopic.el ("Ethiopic"): Add documentation.
6640
6641 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6642
6643 * international/utf-8.el (mule-utf-8): Set coding-category
6644 property to coding-category-utf-8.
6645
6646 2001-02-27 Richard M. Stallman <rms@gnu.org>
6647
6648 * lpr.el (lpr-page-header-switches, print-region-1):
6649 Undo 2000-07-06 change.
6650 (lpr-add-switches): Default to t on gnu/linux.
6651
6652 2001-02-27 Gerd Moellmann <gerd@gnu.org>
6653
6654 * bs.el (bs-attributes-list): Doc fix.
6655
6656 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6657
6658 * help.el (describe-project): Display the file THE-GNU-PROJECT.
6659
6660 * help.el (view-order-manuals): Use goto-address.
6661
6662 * startup.el (command-line-1): Add info about ordering manuals
6663 to the not so fancy splash screens.
6664
6665 2001-02-26 Andre Spiegel <spiegel@gnu.org>
6666
6667 * vc.el (vc-default-workfile-unchanged-p)
6668 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
6669
6670 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6671
6672 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
6673 fontify in the right buffer.
6674
6675 * allout.el (outline-flag-region): Move macro in front of first
6676 use to avoid a run-time error.
6677
6678 2001-02-24 Andrew Innes <andrewi@gnu.org>
6679
6680 * makefile.w32-in: Fix copyright notice.
6681
6682 2001-02-24 Kenichi Handa <handa@etl.go.jp>
6683
6684 * international/utf-8.el (mule-utf-8): Set correct value for
6685 valid-codes property.
6686
6687 * international/fontset.el (x-complement-fontset-spec): In the
6688 case that we use ASCII font for the other charsets, use only
6689 family and registry part of it.
6690
6691 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6692
6693 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
6694 (shrink-window-if-larger-than-buffer): Doc fix.
6695
6696 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
6697
6698 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
6699 predicate passed to completing-read.
6700
6701 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6702
6703 * startup.el (command-line): Fix last change.
6704
6705 2001-02-23 Jason Rumney <jasonr@gnu.org>
6706
6707 * startup.el (tool-bar-originally-present): New variable.
6708 (command-line): Set it if the tool-bar is switched on at startup.
6709
6710 * frame.el (frame-notice-user-settings): Only adjust frame height
6711 for no tool-bar case if tool-bar was originally switched on.
6712 From E. Jay Berkenbilt.
6713
6714 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
6715
6716 * server.el (server-switch-buffer): Only switch window if the
6717 current one is dedicated.
6718
6719 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
6720 rather than using (match-beginning 0) when searching for break point.
6721
6722 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
6723
6724 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
6725 @ follows an accent command such as @'. Support optional braces
6726 in commands that insert accents, like makeinfo does.
6727
6728 2001-02-22 Gerd Moellmann <gerd@gnu.org>
6729
6730 * startup.el (fancy-splash-text): Add a line for ordering
6731 manuals. Reverse order of splash screens shown.
6732 (use-fancy-splash-screens-p): Adapt to the text line added.
6733
6734 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
6735 manuals from the FSF.
6736
6737 * help.el (view-order-manuals): New function.
6738 (toplevel): Bind C-h C-m to this function.
6739
6740 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
6741
6742 * newcomment.el (comment-forward): Skip the comment-start before
6743 searching for the comment-end.
6744
6745 2001-02-21 Dave Love <fx@gnu.org>
6746
6747 * custom.el (custom-initialize-changed, defcustom): Doc fix.
6748
6749 * international/mule-cmds.el, international/mule.el: Doc fixes.
6750
6751 2001-02-21 Gerd Moellmann <gerd@gnu.org>
6752
6753 * startup.el (fancy-splash-screens): Use display-hourglass
6754 instead of display-busy-cursor.
6755
6756 * frame.el (display-hourglass): Renamed from busy-cursor.
6757 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
6758 (show-cursor-in-non-selected-windows): Doc fix.
6759
6760 2001-02-20 Dave Love <fx@gnu.org>
6761
6762 * international/utf-8.el: Doc and commentary fixes.
6763
6764 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
6765
6766 * ehelp.el (with-electric-help): Doc fix.
6767
6768 2001-02-20 Gerd Moellmann <gerd@gnu.org>
6769
6770 * msb.el (msb-mode): Call the update-buffers function explicitly
6771 with a FORCE argument.
6772
6773 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
6774 FORCE. If set, update the menu even if frame-or-buffer-changed-p
6775 returns nil.
6776
6777 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6778
6779 * ps-print.el: Timestamp package replacement. Some enhancements.
6780 Some XEmacs compatibility. Doc fix.
6781 (ps-print-version): New version number (6.4).
6782 (ps-printer-name): Initialization fix.
6783 (ps-zebra-stripe-follow): Funcionality enhancement.
6784 (ps-prologue-file): Code enhancement.
6785 (ps-right-header): Timestamp package replacement.
6786 (ps-setup, ps-face-bold-p, ps-face-italic-p)
6787 (ps-get-page-dimensions)
6788 (ps-generate-header, ps-begin-file, ps-begin-job)
6789 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
6790 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
6791 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
6792 (coding-system-for-write): Var declaration (XEmacs compatibility).
6793
6794 2001-02-20 Miles Bader <miles@gnu.org>
6795
6796 * image-file.el (image-file-name-extensions): Add "tif".
6797
6798 2001-02-19 Gerd Moellmann <gerd@gnu.org>
6799
6800 * wid-edit.el (widget-button-click): Save the selected window
6801 around the code handling clicks on buttons.
6802
6803 2001-02-18 Dave Love <fx@gnu.org>
6804
6805 * imenu.el (imenu--generic-function): Use mapc to iterate over
6806 syntax characters.
6807
6808 2001-02-17 Richard M. Stallman <rms@gnu.org>
6809
6810 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
6811
6812 * uniquify.el (uniquify-buffer-name-style): Doc fix.
6813
6814 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6815
6816 * mouse.el (mouse-save-then-kill): If the distance from the new
6817 point to the mark is equal to the distance of point from the new
6818 point, move point instead of the mark.
6819
6820 2001-02-16 Dave Love <fx@gnu.org>
6821
6822 * textmodes/flyspell.el (flyspell-get-word): Return string without
6823 properties.
6824
6825 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6826
6827 * generic.el (generic-find-file-regexp): Doc fix.
6828 (generic-ignore-files-regexp): New defcustom.
6829 (generic-mode-find-file-hook): If the file's name matches the
6830 regexp in `generic-ignore-files-regexp', don't enter
6831 default-generic-mode. Doc fix.
6832
6833 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6834
6835 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
6836 Add autoload cookies.
6837
6838 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
6839 of cal-tex-24.
6840
6841 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6842
6843 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
6844
6845 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
6846 the character class after the (optional) drive, to support file
6847 names with embedded blanks.
6848
6849 2001-02-15 Sam Steingold <sds@gnu.org>
6850
6851 * textmodes/tex-mode.el (tex-shell-running):
6852 Check the process buffer too.
6853
6854 2001-02-15 Dave Love <fx@gnu.org>
6855
6856 * battery.el (battery-status-function): Fix doc, :type.
6857
6858 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
6859
6860 2001-02-15 Gerd Moellmann <gerd@gnu.org>
6861
6862 * subr.el (read-passwd): Clear Lisp memory holding password.
6863
6864 2001-02-15 Miles Bader <miles@gnu.org>
6865
6866 * info.el (Info-copy-current-node-name): New function.
6867 (Info-mode-menu): Add it to the menu.
6868
6869 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
6870
6871 * international/mule-cmds.el (toggle-input-method): Doc fix.
6872
6873 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
6874
6875 * replace.el (occur): Stop at end of buffer.
6876
6877 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
6878
6879 * international/mule-cmds.el (set-input-method): Another doc fix.
6880
6881 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
6882
6883 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
6884
6885 2001-02-13 Miles Bader <miles@gnu.org>
6886
6887 * faces.el (set-face-background, set-face-foreground)
6888 (set-face-stipple): Treat a value of nil as being `unspecified'.
6889
6890 2001-02-12 Dave Love <d.love@dl.ac.uk>
6891
6892 * international/latin1-disp.el: Doc fixes.
6893 (latin1-display) <defgroup>: Add :link.
6894 (latin1-display) <function>: Set variable latin1-display.
6895
6896 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
6897
6898 * international/mule-cmds.el (set-input-method): Doc fix.
6899
6900 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
6901
6902 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
6903 (speedbar-line-file): Return nil if not a file.
6904 (speedbar-buffers-line-path): Return file for tags, and dir for files.
6905
6906 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
6907
6908 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
6909 for remote files.
6910 (ediff-coding-system-for-read): Replaced the no-conversion default
6911 with raw-text.
6912
6913 * ediff-init.el: Removed :version from defcustom vars.
6914
6915 * ediff-util.el (ediff-compute-custom-diffs-maybe):
6916 Better handling of the diff mode.
6917
6918 * ediff.texi: Added ediff-coding-system-for-read.
6919
6920 * viper.texi: Fix typos.
6921
6922 2001-02-11 Dave Love <fx@gnu.org>
6923
6924 * shadowfile.el: Doc fixes.
6925 (shadow) <defgroup>: Add :link.
6926 (shadowfile-unload-hook): New function.
6927 (shadow-initialize): Use defalias, not fset.
6928 (shadow-define-cluster, shadow-define-literal-group)
6929 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
6930
6931 * international/mule.el: Doc and message fixes.
6932
6933 * international/ccl.el (define-ccl-program): Doc fix.
6934
6935 2001-02-11 Kenichi Handa <handa@etl.go.jp>
6936
6937 * faces.el (mode-line): Set :line-width property to -1.
6938
6939 2001-02-10 Richard M. Stallman <rms@gnu.org>
6940
6941 * complete.el (partial-completion-mode): Doc fix.
6942
6943 * simple.el (delete-key-deletes-forward-mode):
6944 Change `let' to `let*' to fix gross bug in last change.
6945
6946 * repeat.el (repeat): Don't let execute-kbd-macro alter
6947 real-last-command.
6948
6949 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
6950
6951 * simple.el (eval-expression): Doc fix.
6952
6953 2001-02-09 Dave Love <fx@gnu.org>
6954
6955 * imenu.el (imenu-generic-expression): Doc fix.
6956
6957 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
6958 From Juanma Barranquero.
6959
6960 * emacs-lisp/authors.el (authors): Expand `root' before running find.
6961
6962 2001-02-09 Kenichi Handa <handa@etl.go.jp>
6963
6964 * faces.el (set-face-attribute): Describe the case of a negative
6965 value specified for :line-width.
6966
6967 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
6968
6969 * which-func.el (which-func-mode): Invert which-func-mode-global.
6970 From Juanma Barranquero <lektu@uol.com.br>.
6971
6972 2001-02-08 Dave Love <fx@gnu.org>
6973
6974 * wid-edit.el (widget-plist-convert-widget): Replace binding of
6975 widget-plist-value-type.
6976 (widget-alist-convert-widget): Replace binding of
6977 widget-alist-value-type.
6978
6979 * textmodes/paragraphs.el (sentence-end): Doc fix.
6980
6981 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
6982 Remove `backward-line'.
6983
6984 * play/pong.el (pong-blank-color, pong-bat-color)
6985 (pong-ball-color, pong-border-color, pong-left-key)
6986 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
6987 (pong-pause-key, pong-resume-key, pong-timer-delay):
6988 * mail/mh-comp.el (mh-compose-letter-function):
6989 * eshell/esh-mode.el (eshell-skip-prompt-function):
6990 * emulation/viper-ex.el (ex-unix-type-shell-options):
6991 * recentf.el (recentf-menu-filter):
6992 * ps-print.el (ps-print-region-function):
6993 * lpr.el (print-region-function):
6994 * forms.el (forms-mode-hooks):
6995 * dirtrack.el (dirtrack-directory-change-hook):
6996 * cus-start.el (temp-buffer-show-function, display-buffer-function):
6997 * textmodes/spell.el (spell-filter):
6998 * textmodes/fill.el (adaptive-fill-function):
6999 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7000 * progmodes/etags.el (find-tag-default-function):
7001 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7002 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7003
7004 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7005
7006 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7007 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7008 Meyering <jim@meyering.net>.
7009
7010 * loadup.el: Revert last change.
7011
7012 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7013
7014 * international/mule.el (transform-make-coding-system-args):
7015 Make it work also for coding systems not using CCL.
7016
7017 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7018
7019 * simple.el (previous-matching-history-element)
7020 (next-matching-history-element): Doc fix.
7021
7022 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7023 specific part.
7024
7025 2001-02-06 Dave Love <fx@gnu.org>
7026
7027 * add-log.el (add-log-current-defun-function)
7028 (add-log-buffer-file-name-function, add-log-file-name-function):
7029 Fix :type.
7030 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7031
7032 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7033
7034 * info.el (info-initialize): Remove the test for system-type when
7035 invocation-directory is non-nil.
7036
7037 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7038 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7039
7040 2001-02-06 Andrew Innes <andrewi@gnu.org>
7041
7042 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7043 absolute.
7044
7045 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7046
7047 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7048 buffers. When hi-lock turned on rather than only checking current
7049 buffer for regexps, all buffers are checked. Moved activation of
7050 font-lock to hi-lock-refontify. When font-lock turned off rather
7051 than removing added highlighting just in current buffer, remove it
7052 in all buffers. Changed edit menu text from "Automatic
7053 Highlighting" to "Regexp Highlighting" Documentation for
7054 highlighting phrases, minor documentation changes.
7055 (hi-lock-set-file-patterns): Execute only if there are new or
7056 existing file patterns.
7057 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7058 unfontify and, if a support mode is active, will not refontify the
7059 whole buffer. If necessary, turn on font lock. (Removed
7060 font-lock-unfontify and font-lock support-mode-specific calls,
7061 such as lazy-lock-fontify-window.)
7062 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7063 patterns are found. Not useful now since find-file-hook is removed
7064 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7065 (hi-lock-face-phrase-buffer): New function. Also added related
7066 menu item and keybinding.
7067 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7068 (hi-lock-process-phrase): New function.
7069 (hi-lock-line-face-buffer): Doc fixes.
7070 (hi-lock-face-buffer): Doc fixes.
7071 (hi-lock-unface-buffer): Doc fixes.
7072
7073 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7074
7075 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7076 dabbrev-ignored-regexps.
7077
7078 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7079
7080 * simple.el (kill-line): Doc fix.
7081
7082 2001-02-05 Dave Love <fx@gnu.org>
7083
7084 * loadup.el: Revert last two changes -- bootstrapping works with
7085 regenerated loaddefs.
7086
7087 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7088
7089 * isearch.el (isearch-forward): Doc fix.
7090
7091 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7092 of font-lock-defaults to backward-paragraph.
7093
7094 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7095
7096 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7097 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7098
7099 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7100
7101 * ebnf2ps.el: Eliminate time-stamp functions.
7102 (ebnf-version): New version (3.5).
7103 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7104 format-time-string.
7105
7106 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7107
7108 * simple.el (next-line): Goto end-of-line before inserting a newline.
7109
7110 2001-02-05 Miles Bader <miles@gnu.org>
7111
7112 * image-file.el (insert-image-file): When visiting an image, also
7113 set `truncate-lines' to t so that any fringe arrow looks correct.
7114
7115 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7116
7117 * isearch.el (isearch-forward): Add description about input method
7118 in the docsting.
7119
7120 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7121
7122 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7123
7124 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7125
7126 * info.el (info-initialize): If installation-directory is nil, for
7127 DOS/Windows systems try looking in a sibling of invocation-directory.
7128
7129 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7130
7131 * wid-edit.el (widget-button-click): Fix last change.
7132
7133 * frame.el (frame-notice-user-settings): When resizing the initial
7134 frame because the tool bar is off, also change the frame's top
7135 position if a negative top position was specified.
7136
7137 2001-02-02 Miles Bader <miles@gnu.org>
7138
7139 * image-file.el (insert-image-file): When visiting an image,
7140 suppress the cursor in the image buffer.
7141
7142 2001-02-01 Dave Love <fx@gnu.org>
7143
7144 * progmodes/f90.el (f90-mode): Remove startup message.
7145
7146 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7147
7148 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7149
7150 * startup.el (command-line): Fix code determining whether or not
7151 to use delete-key-deletes-forward-mode.
7152
7153 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7154
7155 * vc.el (vc-diff-switches): New user option.
7156 (vc-version-diff): Use it.
7157 (vc-diff-switches-list): New macro.
7158
7159 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7160 New customization options.
7161 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7162
7163 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7164
7165 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7166
7167 * msb.el (toplevel): Quote hook symbols.
7168
7169 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7170
7171 * international/mule.el (make-coding-system): Add description
7172 about recognized properties in the docstring.
7173
7174 * international/mule-conf.el: Remove unused charsets
7175 mac-roman-lower and mac-roman-upper.
7176
7177 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7178
7179 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7180 is in front of the left-margin, if any.
7181
7182 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7183 like `delete'.
7184
7185 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7186
7187 * term/w32-win.el (mouse-set-font): Doc fix.
7188
7189 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7190
7191 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7192 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7193 on already.
7194
7195 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7196
7197 * files.el (save-buffer): Don't give message if (buffer-file-name)
7198 returns nil.
7199
7200 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7201
7202 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7203
7204 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7205 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7206
7207 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7208 display problems.
7209
7210 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7211
7212 * international/mule.el (charset-info): Fix docstring.
7213
7214 * international/mule-diag.el (describe-character-set): Check final
7215 char valid before printing it.
7216
7217 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7218
7219 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7220
7221 * frame.el (frame-notice-user-settings): Do the tool-bar
7222 stuff only for graphical displays. Fix a braino.
7223
7224 * frame.el (frame-initialize): Create initial frame visible.
7225 (frame-notice-user-settings): When tool-bar has been switched off,
7226 correct the frame size and sync tool-bar-mode.
7227
7228 * startup.el (command-line): Remove manipulation of frame
7229 height for tool bars.
7230
7231 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7232
7233 * lpr.el: Compatibility with XEmacs and doc fixes.
7234 (lpr-windows-system, lpr-lp-system): New vars.
7235 (lpr-printer-switch): New defcustom.
7236 (printer-name, lpr-command): Customization fix.
7237 (print-region-1): Code fix.
7238 (print-region-new-buffer, printify-region): Indentation fix.
7239 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7240 New functions.
7241
7242 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7243
7244 * msb.el (toplevel): Fix the eval-after-load.
7245
7246 2001-01-29 Dave Love <fx@gnu.org>
7247
7248 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7249
7250 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7251
7252 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7253 (tcl-using-emacs-19-23): Consider Emacs 21+.
7254 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7255 (tcl-add-emacs-menu): Supply menu name.
7256 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7257
7258 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7259
7260 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7261
7262 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7263
7264 * pcvs.el (cvs-mark-fis-dead): New function.
7265 (cvs-mode-add): Use it.
7266 (cvs-mode-add-change-log-entry-other-window):
7267 Rebind change-log-default-name to itself rather than to nil.
7268
7269 2001-01-29 Sam Steingold <sds@gnu.org>
7270
7271 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7272 `autoload' statements.
7273
7274 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7275
7276 * files.el (confirm-kill-emacs): Doc fix.
7277
7278 * frame.el (frame-initialize): Doc fix.
7279
7280 * time-stamp.el (time-stamp-string): Doc fix.
7281
7282 * woman.el (WoMan-log-1): Make the log buffer writable.
7283 From Markus Rost <rost@math.ohio-state.edu>.
7284
7285 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7286
7287 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7288 the `make-variable-buffer-local'.
7289
7290 2001-01-29 Dave Love <fx@gnu.org>
7291
7292 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7293 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7294 Add autoload cookie.
7295 (ansi-color-apply-sequence): Fix typo.
7296
7297 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7298
7299 * menu-bar.el (menu-bar-files-menu): Add menu items for
7300 Postscript printing in black and white.
7301
7302 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7303 X-Mailman-Version, Precedence, List-Help, List-Post,
7304 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7305 Content-Type, Content-Length.
7306
7307 2001-01-29 Dave Love <fx@gnu.org>
7308
7309 * elide-head.el (elide-head): Make overlay evaporate.
7310
7311 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7312
7313 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7314
7315 * isearch.el (isearch-highlight): Don't punt if the display
7316 doesn't support colors, since isearch faces are defined for
7317 monochrome displays as well.
7318
7319 2001-01-27 Sam Steingold <sds@gnu.org>
7320
7321 * shell.el (shell-write-history-on-exit): Make sure that we are in
7322 the shell buffer (M-x tex-file RET inserted the error message into
7323 the TeX buffer).
7324
7325 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7326
7327 * simple.el (transient-mark-mode): Doc fix.
7328
7329 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7330
7331 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7332
7333 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7334
7335 * shell.el (shell-unquote-argument): If the shell is one of the
7336 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7337 quote character.
7338 (shell-dumb-shell-regexp): Document that the shells which match
7339 this regexp are supposed to not treat a backslash as a quote character.
7340
7341 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7342 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7343
7344 2001-01-27 Richard M. Stallman <rms@gnu.org>
7345
7346 * dabbrev.el (dabbrev--substitute-expansion):
7347 Treat a one-capital-letter abbrev as "not all upper case",
7348 so as to force preservation of the expansion's pattern
7349 if the expansion starts with a capital letter.
7350
7351 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7352
7353 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7354 Doc fix.
7355
7356 * simple.el (transient-mark-mode): Document the fact that many
7357 commands act on the region when mark is active.
7358
7359 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7360
7361 * international/quail.el (quail-setup-completion-buf): Make the
7362 multibyteness of current buffer inherited to Quail completion buffer.
7363 (quail-show-guidance-buf): Make the multibyteness of current
7364 buffer inherited to Quail guidance buffer.
7365 (quail-help): Make the multibyteness of current buffer inherited
7366 to Quail help buffer.
7367
7368 2001-01-26 Dave Love <fx@gnu.org>
7369
7370 * time-stamp.el: Doc fixes.
7371
7372 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7373 (delphi-keyword-face, delphi-other-face): Fix :type.
7374
7375 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7376
7377 * mail/feedmail.el (feedmail): Add :link.
7378 (feedmail-send-it): Doc fix.
7379
7380 * mail/sendmail.el: Doc fixes.
7381 (sendmail-send-it): Fix the non-ASCII regexp and use
7382 rfc2047-encode-string.
7383
7384 * dired.el, dired-aux.el: Revert last change.
7385
7386 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7387
7388 * makefile.w32-in (DONTCOMPILE): Add various term files.
7389
7390 2001-01-26 Dave Love <fx@gnu.org>
7391
7392 * Makefile.in (DONTCOMPILE): Add various term files.
7393
7394 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7395
7396 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7397
7398 * startup.el (display-startup-echo-area-message): Make sure
7399 the echo area is resized to fit the size of the startup message.
7400
7401 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7402 part of which is a constant.
7403
7404 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7405
7406 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7407
7408 2001-01-26 Richard M. Stallman <rms@gnu.org>
7409
7410 * simple.el (next-line): Don't let `newline' expand abbrevs.
7411 Simplify slightly.
7412 (open-line): Don't let `newline' expand abbrevs.
7413
7414 2001-01-25 John Wiegley <johnw@gnu.org>
7415
7416 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7417 to `repeat' in the :type field.
7418
7419 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7420 allow a choice of regexp or nil.
7421 (pcomplete-dir-ignore): Same.
7422
7423 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7424 a command) to always fail.
7425
7426 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7427
7428 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7429 discard the result.
7430 (iswitchb-to-end): Likewise.
7431
7432 2001-01-25 Sam Steingold <sds@gnu.org>
7433
7434 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7435 Require vc.
7436
7437 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7438
7439 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7440
7441 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7442
7443 2001-01-25 Dave Love <fx@gnu.org>
7444
7445 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7446 (describe-coding-system): Tweak the English text.
7447
7448 * loadup.el: Preload international/ccl for utf-8.
7449
7450 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7451
7452 * mail/rmail.el (rmail-redecode-body): Doc fix.
7453
7454 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7455
7456 * international/mule-cmds.el (reset-language-environment):
7457 Reset coding-category-utf-8 to mule-utf-8.
7458
7459 * international/mule-conf.el (coding-category-utf-8):
7460 Initialize to mule-utf-8.
7461
7462 * loadup.el: Preload international/utf-8.
7463
7464 * international/utf-8.el: New file.
7465
7466 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7467
7468 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7469
7470 2001-01-24 Sam Steingold <sds@gnu.org>
7471
7472 * dired.el (dired-replace-in-string): Removed.
7473 (dired-sort-toggle): Use `replace-regexps-in-string'
7474 instead of `dired-replace-in-string'.
7475
7476 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7477 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7478
7479 * gs.el (gs-replace-in-string): Removed.
7480 (gs-options): Use `replace-regexps-in-string'
7481 instead of `gs-replace-in-string'.
7482
7483 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7484
7485 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7486 bug report is mailed to an email list and posted to a news group.
7487
7488 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7489
7490 * comint.el (comint-replace-by-expanded-history-before-point):
7491 Fix change of 2000-08-03 to move point to the start of the line again.
7492
7493 * startup.el (tool-bar-images-pixel-height): New variable.
7494 (command-line): After loading the user's init file, when
7495 tool-bar-mode is on, increase the frame's size by some lines for
7496 the tool-bar.
7497
7498 * frame.el (frame-initialize): Create the initial frame invisible.
7499
7500 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7501
7502 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7503 (chinese-big5): MIME:Big5.
7504
7505 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7506
7507 * international/mule-cmds.el (universal-coding-system-argument):
7508 Handle commands with prefix args.
7509
7510 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7511
7512 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7513 being a list of numbers.
7514 (diary-mail-entries): Rewritten.
7515
7516 2001-01-23 Dave Love <fx@gnu.org>
7517
7518 * international/mule.el (make-coding-system): Fix typo.
7519
7520 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7521 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7522
7523 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7524
7525 * font-lock.el (font-lock-mode): Doc fix.
7526
7527 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7528
7529 * international/mule.el (make-translation-table): Fix docstring.
7530
7531 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7532
7533 * mail/rmail.el (rmail-redecode-body): New function.
7534
7535 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7536
7537 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7538
7539 * isearch.el (isearch-lazy-highlight-case-fold-search)
7540 (isearch-lazy-highlight-regexp): New variables.
7541 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7542 case-fold search or regexp search has been toggled.
7543
7544 * wid-edit.el (widget-button-click): Avoid a save-excursion
7545 around running a global binding.
7546
7547 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7548 to 0.25.
7549
7550 2001-01-20 Miles Bader <miles@gnu.org>
7551
7552 * cus-edit.el (custom-face-save): Do post-processing on the face's
7553 new value like `custom-face-set' does.
7554
7555 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7556
7557 * mail/emacsbug.el (report-emacs-bug): Report the value of
7558 LC_CTYPE, not LC_TYPE.
7559
7560 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7561 isearch-toggle-regexp and isearch-edit-string to doc string.
7562
7563 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7564
7565 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7566 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7567
7568 * jit-lock.el (jit-lock-fontify-now): Don't bind
7569 font-lock-beginning-of-syntax-function to nil.
7570
7571 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7572
7573 * mail/emacsbug.el (report-emacs-bug): Report values of
7574 locale-coding-system, default-enable-multibyte-characters, and the
7575 environment variables LC_ALL, LC_TYPE, and LANG.
7576
7577 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7578
7579 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7580
7581 * font-lock.el (font-lock-multiline): Default to nil.
7582 (font-lock-default-fontify-region): If font-lock-multiline is
7583 nil, don't check the property `font-lock-multiline'.
7584
7585 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7586 is nil, don't check the `font-lock-multiline' text property.
7587
7588 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7589
7590 * viper.el: Call initial-major-mode on startup.
7591
7592 * ediff.el (ediff-patch-file): Use better defaults.
7593
7594 * ediff-vers.el: Fix for 8+3 DOS file systems.
7595
7596 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7597
7598 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7599 diff mode, if available.
7600
7601 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7602
7603 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7604
7605 * ediff-init.el (subst-char-in-string): Define and use it, unless
7606 it's already defined.
7607
7608 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7609
7610 * tooltip.el (tooltip-hide-delay): New user-option.
7611 (tooltip-show): Use tooltip-hide-delay instead of the default.
7612
7613 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7614
7615 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7616 kill-local-variable doesn't work for enable-multibyte-characters.
7617
7618 2001-01-17 Dave Love <fx@gnu.org>
7619
7620 * ediff-init.el (ediff-before-setup-hook)
7621 (ediff-merge-filename-prefix): Add :version.
7622
7623 * international/latin1-disp.el: Require disp-table.
7624 (latin1-display): Fix :set.
7625
7626 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7627
7628 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7629
7630 * isearch.el (isearch-lazy-highlight-initial-delay)
7631 (isearch-lazy-highlight-interval): Default to 0.
7632
7633 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7634
7635 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7636 1 here rather than each time through
7637 isearch-lazy-highlight-new-loop.
7638 (isearch-lazy-highlight-max): Variable deleted.
7639 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7640 isearch-lazy-highlight-max but controls a single invocation of
7641 isearch-lazy-highlight-update.
7642 (isearch-lazy-highlight-wrapped): Variable recreated.
7643 (isearch-lazy-highlight-window-start): New variable.
7644 (isearch-lazy-highlight-cleanup): Restored to behavior of
7645 before 2-Jan.
7646 (isearch-lazy-highlight-remove-overlays): Function deleted;
7647 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7648 behavior removed.
7649 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7650 isearch-lazy-highlight-update in a loop rather than just once.
7651 Test isearch-invalid-regexp here and decide not to start a new
7652 loop, rather than testing it each time through
7653 isearch-lazy-highlight-update.
7654 (isearch-lazy-highlight-search): Function restored.
7655 (isearch-lazy-highlight-update): Get called in a timer loop again,
7656 but this time highlight more than one match each time through.
7657 Only highlight matches in the visible part of the window.
7658 Start at point, move in the direction of the search, and wrap around at
7659 the edge of the window. Use sit-for to force redisplay and ensure
7660 window-start is credible. "Face suppressing" behavior removed;
7661 overlay priorities should make it unnecessary, right?
7662 (isearch-highlight): Face suppressing behavior removed.
7663 (isearch-dehighlight): Face suppressing behavior removed.
7664 (isearch-set-lazy-highlight-faces-at): Removed.
7665
7666 2001-01-17 Kenichi Handa <handa@etl.go.jp>
7667
7668 * language/european.el ("Latin-1"): Make the format of description
7669 about additional language environments same as that of Latin-2.
7670
7671 2001-01-16 Dave Love <fx@gnu.org>
7672
7673 * isearch.el (isearch-lazy-highlight): Add :version.
7674
7675 * simple.el (backward-delete-char-untabify-method)
7676 (next-line-add-newlines): Add :version.
7677
7678 2001-01-16 Gerd Moellmann <gerd@gnu.org>
7679
7680 * bindings.el: Bind <backspace> and <delete> via function-key-map.
7681 Don't bind <delete> otherwise.
7682
7683 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
7684 and <delete> via function-key-map.
7685
7686 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
7687 Subject line only if point is after the `Subject:'.
7688
7689 2001-01-16 Kenichi Handa <handa@etl.go.jp>
7690
7691 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
7692 japanese-jisx0213-2 in `charset' property of this lang. env.
7693
7694 * language/european.el ("Latin-1"): Add description for Dutch and
7695 Spanish lang. env.
7696
7697 * international/mule.el (decode-char): Fix conditions.
7698 (encode-char): Handle eight-bit-control too.
7699 (transform-make-coding-system-args): New function.
7700 (make-coding-system): Accept XEmacs style arguments for CCL base
7701 coding system.
7702
7703 2001-01-15 Gerd Moellmann <gerd@gnu.org>
7704
7705 * progmodes/etags.el (find-tag-noselect): Save the value of
7706 tags-file-name before switching buffers, for the case it has a
7707 buffer-local value.
7708
7709 2001-01-15 Alex Schroeder <alex@gnu.org>
7710
7711 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7712 From Dave Love <fx@gnu.org>.
7713 (ansi-color-for-comint-mode): Fix :version.
7714
7715 2001-01-15 Alex Schroeder <alex@gnu.org>
7716
7717 * ansi-color.el (ansi-color-unfontify-region): Doc change.
7718
7719 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
7720
7721 * dired.el (dired-insert-directory): If file-system-info fails,
7722 remove the " free " part, but don't signal an error.
7723
7724 2001-01-12 Sam Steingold <sds@gnu.org>
7725
7726 * bookmark.el (bookmark-maybe-historicize-string):
7727 Use new backquote syntax.
7728
7729 2001-01-12 Richard M. Stallman <rms@gnu.org>
7730
7731 * subr.el (last): Handle a list that doesn't end in nil.
7732
7733 2001-01-12 Sam Steingold <sds@gnu.org>
7734
7735 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
7736 to `backward-delete-char-untabify'.
7737
7738 2001-01-12 Dave Love <fx@gnu.org>
7739
7740 * cus-edit.el (customize-menu-create): Fix the :filter following
7741 easymenu change.
7742
7743 * wid-edit.el (function): Add :match-alternatives.
7744 (widget-color-action): Doc fix.
7745
7746 2001-01-12 Gerd Moellmann <gerd@gnu.org>
7747
7748 * calendar/calendar.el (calendar-basic-setup): Doc fix.
7749
7750 2001-01-12 Kenichi Handa <handa@etl.go.jp>
7751
7752 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
7753
7754 * international/ccl.el (define-ccl-program): Fix docstring.
7755
7756 2001-01-11 Dave Love <fx@gnu.org>
7757
7758 * international/mule-cmds.el (standard-display-european-internal):
7759 Set display table for 2208 as for 160.
7760
7761 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
7762
7763 * progmodes/fortran.el (fortran-mode-map): Modify Customization
7764 entry for custom-menu-create change.
7765 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
7766 don't cons it in the search loop.
7767
7768 * imenu.el (imenu--truncate-items): Revert last change.
7769
7770 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7771
7772 * info.el (Info-setup-header-line): If the node header includes
7773 either Next: or Prev: links, don't show the File: and Node: parts
7774 in the header line.
7775
7776 2001-01-11 Gerd Moellmann <gerd@gnu.org>
7777
7778 * comint.el (comint-goto-process-mark): Don't print a message
7779 when running in batch mode.
7780
7781 * isearch.el (isearch-search): In the condition-case handler for
7782 `error', set isearch-invalid-regexp to the whole error message.
7783
7784 * subr.el (eval-after-load): Call load-symbol-file-load-history to
7785 ensure that eval-after-load works for files dumped with Emacs.
7786
7787 * help.el (load-symbol-file-load-history): New function extracted
7788 from function symbol-file.
7789 (symbol-file): Use it.
7790
7791 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
7792
7793 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7794
7795 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
7796 behave as if there were no prefix argument.
7797 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
7798 argument were nil.
7799
7800 2001-01-11 Richard M. Stallman <rms@gnu.org>
7801
7802 * isearch.el (isearch-lazy-highlight-update):
7803 Don't look for more potential matches once maximum is exceeded.
7804 Use overlays-in to check correctly for overlap with current match.
7805 Ignore empty matches.
7806
7807 2001-01-11 Miles Bader <miles@gnu.org>
7808
7809 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
7810 (ispell-overlay-window, ispell-help, ispell-show-choices)
7811 (ispell-command-loop): Use it instead of `window-height'.
7812
7813 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7814
7815 * files.el (confirm-kill-emacs): New user-option.
7816 (save-buffers-kill-emacs): Ask for final confirmation before
7817 killing Emacs.
7818
7819 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
7820 to nil.
7821
7822 2001-01-10 Dave Love <fx@gnu.org>
7823
7824 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
7825
7826 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
7827
7828 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
7829
7830 * calculator.el (calculator-number-digits): Fix :type.
7831
7832 * vc-cvs.el (vc-cvs-header): Fix :type.
7833 * vc-rcs.el (vc-rcs-header): Fix :type.
7834 * vc-sccs.el (vc-sccs-header): Fix :type.
7835
7836 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7837
7838 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7839
7840 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
7841
7842 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7843
7844 * simple.el (set-variable): Force a thorough redisplay for the
7845 case that the variable has an effect on the display, like
7846 `tab-width' has.
7847
7848 2001-01-10 Andre Spiegel <spiegel@gnu.org>
7849
7850 * vc.el: Add documentation for backend interface.
7851
7852 2001-01-10 Kenichi Handa <handa@etl.go.jp>
7853
7854 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
7855
7856 * international/mule-conf.el (latin-extra-code-table): Set to t
7857 for \223 and \224.
7858
7859 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7860
7861 * international/mule-cmds.el (locale-language-names): Map "es" to
7862 "Spanish" and "nl" to "Dutch".
7863
7864 2001-01-09 Gerd Moellmann <gerd@gnu.org>
7865
7866 * bindings.el (global-map): Bind <home> to beginning-of-line,
7867 <end> to end-of-line, C-<home> to beginning-of-buffer, and
7868 C-<end> to end-of-buffer.
7869
7870 * language/european.el: Add Dutch and Spanish language info
7871 to be able to use the appropriate tutorials.
7872
7873 2001-01-09 Alex Schroeder <alex@gnu.org>
7874
7875 * ansi-color.el (ansi-color-process-output): Use markers instead
7876 of positions for start and end of region.
7877 (ansi-color-apply-on-region): Rewrote code to make it more robust.
7878 Previously, occasional mistakes happend when fontifying many
7879 chunks of output (eg. ls --color=yes /dev). This happened
7880 whenever an overlay was created up to the end of the region, which
7881 coincided with the process-mark. New text would then be added
7882 within that overlay instead of after it.
7883 (ansi-color-make-extent): Overlays are created with the property
7884 `modification-hooks' set to '(ansi-color-freeze-overlay).
7885 (ansi-color-freeze-overlay): New function. When inserting text at
7886 the end of the overlay, the overlay will resize.
7887
7888 2000-01-09 Alex Schroeder <alex@gnu.org>
7889
7890 * ansi-color.el (ansi-color-process-output): Doc change.
7891 (ansi-color-unfontify-region): Doc change. No longer installed
7892 automatically in font-lock-unfontify-region-function.
7893 (ansi-color-apply): Doc change.
7894 (ansi-color-apply-on-region): Use extents or overlays instead of
7895 text-properties.
7896 (ansi-color-make-extent): New function.
7897 (ansi-color-set-extent-face): New function.
7898
7899 2000-01-09 Alex Schroeder <alex@gnu.org>
7900
7901 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
7902 both use ansi-color-process-output, now.
7903 (ansi-color-process-output): Doesn't return string anymore. It is
7904 installed in comint-output-filter-functions for both Emacs and
7905 XEmacs, now.
7906 (ansi-color-unfontify-region): Simplified code removing variables
7907 pos and start-ansi.
7908 (ansi-color-apply): Put text-property ansi-color before putting
7909 text-property face because ansi-color-unfontify-region is called
7910 immediately after the call to put-text-property.
7911 (ansi-color-context-region): Doc change.
7912 (ansi-color-filter-region): Simplified code.
7913 (ansi-color-apply-on-region): Changed start to start-marker, using
7914 a marker explicitly. Put text-property ansi-color before putting
7915 text-property face because ansi-color-unfontify-region is called
7916 immediately after the call to put-text-property.
7917
7918 2000-01-09 Alex Schroeder <alex@gnu.org>
7919
7920 * ansi-color.el (ansi-color-faces-vector): Doc change.
7921 (ansi-color-for-comint-mode): Changed :type property to choice.
7922 (ansi-color-last-context): Removed.
7923 (ansi-color-process-output): Don't use ansi-color-last-context, as
7924 the main functions will store their context now.
7925 (ansi-color-context): Doc change.
7926 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
7927 Uses ansi-color-context such that repeated calls will strip
7928 partial escape sequences, too.
7929 (ansi-color-apply): Simplified code. Colorize end of string if
7930 face is not null. Store context in new (FACE STRING) format, such
7931 that repeated calls will strip partial escape sequences, too.
7932 Append faces to face property using ansi-color-apply-sequence such
7933 that cumulative mode actually works.
7934 (ansi-color-context-region): New variable.
7935 (ansi-color-filter-region): Rewrote it based on
7936 ansi-color-apply-on-region. Uses ansi-color-context-region such
7937 that repeated calls will strip partial escape sequences, too.
7938 (ansi-color-apply-on-region): Simplified code. Colorize end of
7939 region if face is not null. Store context in new (FACE POS)
7940 format, such that repeated calls will strip partial escape
7941 sequences, too. Append faces to face property using
7942 ansi-color-apply-sequence such that cumulative mode actually works.
7943 (ansi-color-apply-sequence): New function.
7944 (ansi-color-get-face): When the default face is added to the list
7945 of faces, all previous settings are discarded and the list of
7946 faces is set to '(default).
7947
7948 2000-01-09 Alex Schroeder <alex@gnu.org>
7949
7950 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
7951 face, such that ansi-color-apply and ansi-color-apply-on-region
7952 will do the right thing.
7953 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
7954 returns nil, set the list of faces back to nil instead of
7955 appending the result of ansi-color-get-face to the front of the list.
7956
7957 2000-01-09 Alex Schroeder <alex@gnu.org>
7958
7959 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
7960 (ansi-color-process): Doc change.
7961 (ansi-color-last-context): New buffer-local variable.
7962 (ansi-color-process-output): New function. It is automatically
7963 added to comint-output-filter-functions if this is XEmacs.
7964 (ansi-color-unfontify-region): New optional parameter for XEmacs
7965 compatibility. Check wether font-lock-syntactic-keywords is
7966 boundp before removing the syntax table text property, as XEmacs
7967 doesn't have it.
7968 (ansi-color-filter-region): Doc change.
7969 (ansi-color-apply-on-region): Doc change.
7970 (ansi-color-make-face): New function. Compatibility layer for
7971 XEmacs. Return temporary faces instead of cons cells for XEmacs.
7972 (ansi-color-make-color-map): Use ansi-color-make-face.
7973 (ansi-color-get-face): Avoid face text property '(nil) as results
7974 in an errow for XEmacs.
7975
7976 2000-01-09 Alex Schroeder <alex@gnu.org>
7977
7978 * ansi-color.el (ansi-color-unfontify-region): New function.
7979 Uses text-property ansi-color in order to preserve fontification by
7980 ansi-color. When the package is loaded, a lambda expression is
7981 put onto font-lock-mode-hook. This lambda expression will check
7982 font-lock-unfontify-region-function and replace
7983 font-lock-default-unfontify-region with ansi-color-unfontify-region.
7984 (ansi-color-apply): Add text-property ansi-color in addition to
7985 text-property face.
7986 (ansi-color-apply-on-region): Add text-property ansi-color in
7987 addition to text-property face.
7988 (save-buffer-state): Copy of the macro that is also used by
7989 lazy-lock and font-lock.
7990
7991 (ansi-color-for-comint-mode): New option.
7992 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
7993 (ansi-color-for-comint-mode-off): Ditto.
7994 (ansi-color-for-comint-mode-filter): Ditto.
7995 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
7996 decide what to do. This function is added to
7997 comint-preoutput-filter-functions when the package is loaded.
7998
7999 (ansi-color-for-shell-mode-set): Removed.
8000 (ansi-color-for-shell-mode): Removed.
8001
8002 2000-01-09 Alex Schroeder <alex@gnu.org>
8003
8004 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8005 the lambda expression from the ansi-color-for-shell-mode :set
8006 property. Additionally, modify shell-mode-hook to enable or
8007 disable font-lock-mode for future shell buffers.
8008 (ansi-color-for-shell-mode): The :set property calls
8009 ansi-color-for-shell-mode-set instead of a lambda expression.
8010
8011 2000-01-09 Alex Schroeder <alex@gnu.org>
8012
8013 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8014 (ansi-color-context): New variable.
8015 (ansi-color-apply): Save context between calls.
8016
8017 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8018
8019 * isearch.el (isearch, isearch-lazy-highlight-face):
8020 New definitions for face colors and attributes.
8021
8022 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8023 of display-mouse-p.
8024
8025 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8026
8027 * international/mule.el (make-coding-system): If the coding system
8028 accepts extra latin codes, register such codes as safe for the
8029 coding system.
8030
8031 2001-01-08 Richard M. Stallman <rms@gnu.org>
8032
8033 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8034 don't mention the file name or the date here, because they are
8035 logged at the start of the file.
8036
8037 2001-01-08 Richard M. Stallman <rms@gnu.org>
8038
8039 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8040 Change screen-width to frame-width.
8041
8042 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8043
8044 * info.el (Info-search): Print the default as part of the prompt.
8045
8046 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8047
8048 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8049 constant implementations in backends.
8050
8051 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8052 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8053
8054 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8055 WRITABLE to EDITABLE.
8056
8057 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8058 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8059 to EDITABLE.
8060
8061 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8062
8063 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8064 (copyright, copyright-update): Compute the current year at run time.
8065
8066 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8067
8068 * isearch.el (isearch-old-signal-hook): Removed.
8069 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8070 instead of setting signal-hook-function.
8071 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8072
8073 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8074
8075 * emulation/edt.el: Update to version 4.0. Provide support for
8076 EDT scroll margins at top and bottom of the window. Provide an
8077 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8078 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8079 user when file-related buffer modifications exist.
8080 Provide support for running EDT Emulation in XEmacs.
8081 Provide customize access to some user updatable variables.
8082 Add Commentary section to file header.
8083 Fixed a few minor bugs and cleaned up some code.
8084
8085 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8086 for detecting a keypress that generates an ASCII key sequence.
8087 (Previously, only a keypress that generates a vector was
8088 recognized.) Embed Window Manager name into name of the generated
8089 EDT Emulation initialization file since the initialization file is
8090 Window Manager specific. Add Commentary section to file header.
8091
8092 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8093
8094 * mail/sendmail.el (mail-mode): Doc fix.
8095
8096 * info.el (Info-goto-emacs-command-node): Doc fix.
8097 (Info-goto-emacs-key-command-node): Doc fix.
8098
8099 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8100
8101 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8102 systems without long file-name support.
8103
8104 2001-01-06 Andrew Innes <andrewi@gnu.org>
8105
8106 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8107
8108 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8109
8110 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8111 (isearch-lazy-highlight-update): Doc fix.
8112
8113 * ffap.el (ffap-bindings): Doc fix.
8114
8115 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8116
8117 2001-01-05 Dave Love <fx@gnu.org>
8118
8119 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8120
8121 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8122
8123 * mouse-drag.el (mouse-drag-safe-scroll):
8124 Bind scroll-preserve-screen-position to nil.
8125
8126 * isearch.el (isearch-old-signal-hook): New variable.
8127 (isearch-mode): Set signal-hook-function to isearch-done.
8128 (isearch-done): Restore old signal-hook-function.
8129
8130 * info.el (Info-fontify-node): Mark one more char as intangible.
8131
8132 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8133
8134 * composite.el (compose-last-chars): New argument COMPONENTS.
8135 If it is non-nil, compose preceding characters by compose-region with
8136 COMPONENTS.
8137
8138 * international/quail.el (quail-input-string-to-events): New function.
8139 (quail-input-method): Convert input string to events here.
8140 (quail-start-translation): Return input string, not event list.
8141 (quail-start-conversion): Likewise.
8142
8143 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8144
8145 * tooltip.el (tooltip-cancel-delayed-tip)
8146 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8147 and tooltip-add-timeout.
8148 (tooltip-show): Set border color from faces's foreground.
8149 (tooltip-show-help-function): If called with the same help string
8150 as last time, do nothing.
8151 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8152
8153 * startup.el (fancy-splash-screens): Don't bind show-help-function
8154 to nil.
8155
8156 * tooltip.el (tooltip-frame-parameters): Remove colors.
8157 (tooltip): New face
8158 (tooltip-set-param): New function.
8159 (tooltip-show): Set up color frame parameters from face `tooltip'.
8160 Display the tooltip text in face `tooltip'.
8161
8162 2001-01-04 Dave Love <fx@gnu.org>
8163
8164 * whitespace.el (whitespace-global-mode): Fix typo.
8165
8166 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8167
8168 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8169
8170 * help.el (help-for-help): Fix a typo in a doc string.
8171 From kwzh@gnu.org (Karl Heuer).
8172
8173 2001-01-03 Dave Love <fx@gnu.org>
8174
8175 * dired-x.el: Doc fixes. Maintainer change.
8176 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8177 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8178 (dired-guess-shell-alist-user): Customize.
8179 (dired-x-help-address): Set to bug-gnu-emacs.
8180 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8181 (dired-default-directory): Renamed from default-directory.
8182
8183 * hl-line.el (hl-line): Doc fix.
8184
8185 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8186
8187 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8188
8189 2001-01-02 Richard M. Stallman <rms@gnu.org>
8190
8191 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8192 to remove all the current alternative-match highlighting.
8193 If nil, remove only what's outside the current window.
8194 (isearch-lazy-highlight-remove-overlays): Take optional
8195 region within which NOT to remove them.
8196 (isearch-lazy-highlight-new-loop): Greatly simplified.
8197 (isearch-lazy-highlight-update): Find all the other occurrences
8198 visible in the window, in just one call.
8199 (isearch-lazy-highlight-start): Now holds start of region to scan.
8200 (isearch-lazy-highlight-end): Now holds end of region to scan.
8201 (isearch-lazy-highlight-wrapped): Variable deleted.
8202 (isearch-lazy-highlight-search): Function deleted.
8203
8204 2000-01-02 Andrew Innes <andrewi@gnu.org>
8205
8206 * w32-fns.el (convert-standard-filename): Do length check on name
8207 before aref.
8208
8209 2001-01-02 Dave Love <fx@gnu.org>
8210
8211 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8212 value.
8213 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8214
8215 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8216
8217 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8218 read syntax.
8219
8220 * calendar/todo-mode.el (todo): Add :link, :version.
8221 (todo-save-top-priorities): Remove autoload cookie.
8222 (todo-add-category, todo-add-item-non-interactively)
8223 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8224
8225 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8226
8227 * comint.el (comint-input-history-ignore): New variable.
8228 (comint-read-input-ring): Ignore entries matching
8229 comint-input-history-ignore.
8230
8231 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8232
8233 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8234 (lm-copyright-mark): New function.
8235 (lm-crack-copyright): New function.
8236 (lm-verify): Check that the file has a copyright.
8237 Check that the file is copyright Free Software Foundation.
8238
8239 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8240
8241 * international/mule-diag.el (print-fontset): Indent font name by
8242 24 columns, not 25.
8243
8244 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8245
8246 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8247 in Subject line.
8248
8249 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8250 Use mail-mode-hook instead of mail-setup-hook.
8251 Otherwise continuing an interrupted message with C-u C-x m for
8252 instance, winds up in Mail mode without abbrevs.
8253
8254 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8255
8256 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8257 non-nil. Adding almost all customization variables on ps-setup.
8258 Doc fix.
8259 (ps-print-version): New version number (6.3.3).
8260 (ps-end-with-control-d): Initialization fix.
8261 (ps-lines-printed): New var.
8262 (ps-skip-newline): New fun.
8263 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8264 (ps-next-line, ps-continue-line, ps-plot-region)
8265 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8266
8267 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8268
8269 * international/fontset.el (x-complement-fontset-spec):
8270 Resolve ASCII font name so that the same family name is used for fonts
8271 registered in x-font-name-charset-alist.
8272 (create-fontset-from-fontset-spec): Adjusted for the above change.
8273 The name of fontset alias should be a unresolved ASCII font name.
8274
8275 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8276
8277 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8278 and delete in isearch-mode-map.
8279
8280 2000-12-28 Richard M. Stallman <rms@gnu.org>
8281
8282 * dired-x.el (dired-guess-shell-alist-default):
8283 Use xpdf instead of acroread.
8284
8285 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8286
8287 * textmodes/artist.el (artist-butlast): Deleted.
8288 (artist-ellipse-mirror-quadrant): Use butlast instead of
8289 artist-butlast.
8290
8291 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8292
8293 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8294
8295 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8296
8297 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8298
8299 * ls-lisp.el: Better support for the Mac and MS-Windows.
8300 (ls-lisp): New defgroup.
8301 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8302 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8303 (ls-lisp-support-shell-wildcards): New defcustoms.
8304 (ls-lisp-parse-symlink): New function.
8305 (insert-directory): Code to convert switches to a list and set up
8306 the wildcard argument copied from ls-lisp-insert-directory.
8307 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8308 for -C and -R switches.
8309 (ls-lisp-column-format): New function.
8310 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8311 (ls-lisp-format-time): Add doc strings.
8312 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8313 Support ls-lisp-dirs-first.
8314 (ls-lisp-classify, ls-lisp-extension): New functions.
8315 (ls-lisp-format): Optionally support emulation of symlinks.
8316 Support -i, -s, and -G switches.
8317
8318 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8319
8320 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8321
8322 * version.el (emacs-version): Print X scroll bar information.
8323
8324 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8325 instead of x-toolkit-scroll-bars-p.
8326
8327 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8328 of x-toolkit-scroll-bars-p.
8329
8330 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8331
8332 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8333 (ffap-bindings): Doc fix, to reflect the above change.
8334
8335 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8336
8337 * term.el (term-char-mode): Define all non-ascii self-inserting
8338 characters to 'term-send-raw in term-raw-map.
8339
8340 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8341
8342 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8343
8344 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8345 Changed initialization; use add-hook.
8346 (ediff-file-remote-p): Use file-local-copy.
8347
8348 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8349
8350 * ediff.el (ediff-patch-buffer): Bug fix.
8351 (ediff-revision): Allow selection of the file at the prompt.
8352
8353 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8354
8355 * subr.el (combine-run-hooks): Remove.
8356
8357 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8358 and remove the rogue second spec.
8359
8360 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8361
8362 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8363
8364 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8365
8366 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8367 Use minibuffer menu prompt for the `=' prefix.
8368 (smerge-command-prefix): Change default to C-^.
8369 (smerge-mode): Don't assume font-lock doesn't move point.
8370
8371 * skeleton.el (skeleton-internal-1): Make sure the first line of
8372 the region is also re-indented.
8373 (skeleton-end-newline): New var.
8374 (skeleton-end-hook): Use it.
8375
8376 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8377
8378 * comint.el (comint-password-prompt-regexp): Support CVS.
8379
8380 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8381
8382 * simple.el (delete-key-deletes-forward-mode): Simplify.
8383 Also backspace key combinations, depending on
8384 delete-key-deletes-forward.
8385
8386 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8387
8388 * simple.el (delete-key-deletes-forward): Doc fix.
8389
8390 2000-08-22 Emmanuel Briot <briot@gnat.com>
8391
8392 * xml.el (top level comment): Updated to reflect the fact that
8393 white spaces are relevant in the XML file.
8394 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8395 to parse was already edited. This allows for on-the-fly analysis
8396 of XML files.
8397 (xml-parse-tag): Check that the casing is the same in the start
8398 tag and end tag, since XML is case-sensitive. Allows for spaces
8399 in the end tag, after the name of the tag.
8400 (xml-parse-attlist): Allow for the character '-' in the name of
8401 attributes, as in the standard http-equiv attribute Do not save
8402 the properties in the XML tree, since they are not relevant.
8403
8404 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8405
8406 * generic.el (generic-read-type): Undo last change, inline into
8407 `generic-mode' and then remove.
8408 (generic-mode): Inline generic-read-type.
8409 (define-generic-mode): Push the symbol name rather than the symbol
8410 onto generic-mode-list.
8411
8412 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8413
8414 * generic.el (generic-read-type): Build an alist for
8415 completing-read as in 20.7.
8416
8417 * play/landmark.el (lm): Use interactive spec `P'.
8418 (toplevel): Don't set debug-on-error.
8419
8420 * server.el (server-switch-buffer): Choose a window on a visible frame.
8421
8422 2000-12-21 Dave Pearson <davep@davep.org>
8423
8424 * quickurl.el: Commentry change, I've moved my web site.
8425
8426 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8427
8428 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8429 ranges like \177-\237, but accepts the character sequence from \177 to
8430 \237. Doc fix.
8431 (ebnf-version): New version (3.4).
8432 (ebnf-setup): Code fix.
8433 (ebnf-range-regexp): New fun.
8434 (ebnf-8-bit-chars): Const fix.
8435
8436 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8437 entry. Doc fix.
8438 (ebnf-bnf-lex): Code fix.
8439 (ebnf-bnf-comment-chars): Const fix.
8440
8441 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8442 entry. Doc fix.
8443 (ebnf-iso-comment-chars): Const fix.
8444
8445 * ebnf-otz.el: Doc fix.
8446
8447 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8448 entry. Doc fix.
8449 (ebnf-yac-skip-code): Code fix.
8450 (ebnf-yac-comment-chars): Const fix.
8451
8452 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8453
8454 * files.el (insert-directory-safely): New function.
8455 (recover-file): Use it instead of insert-directory.
8456 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8457
8458 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8459
8460 * international/mule-cmds.el (select-safe-coding-system):
8461 Check coding-category-list more rigidly. Improve help message.
8462
8463 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8464
8465 2000-12-21 Miles Bader <miles@gnu.org>
8466
8467 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8468
8469 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8470
8471 * international/mule-diag.el (describe-char-after): Make *Help*
8472 buffer inherit multibyteness of the current buffer.
8473
8474 * international/mule.el (make-char): Docstring adjusted for the
8475 change of make-char-internal.
8476
8477 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8478
8479 * international/iso-cvt.el: Docstrings fix.
8480
8481 2000-12-20 Dave Love <fx@gnu.org>
8482
8483 * subr.el (eval-after-load): Doc fix.
8484
8485 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8486
8487 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8488 for numbers.
8489
8490 2000-12-20 Miles Bader <miles@gnu.org>
8491
8492 * international/quail.el (quail-help): Resize the help window
8493 again after it has all its contents. Remove unneeded progn.
8494
8495 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8496
8497 * pcmpl-linux.el: Fix copy/paste error.
8498
8499 2000-12-19 Andrew Innes <andrewi@gnu.org>
8500
8501 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8502
8503 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8504
8505 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8506
8507 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8508
8509 * progmodes/idlw-shell.el: Fixed copyright notice.
8510
8511 * progmodes/idlwave.el: Fixed copyright notice.
8512
8513 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8514 TAB as key separators.
8515
8516 2000-12-19 Alex Schroeder <alex@gnu.org>
8517
8518 * sql.el (sql-sybase-options): New option.
8519 (sql-sybase): Use it. Add sql-database to the list of parameters
8520 provided for login. The options -w 2048 -n are not used any more.
8521 (sql-postgres-options): Changed default from "--pset" to "-P".
8522 (sql-mysql-options): Doc change.
8523 (sql-stop): Doc change.
8524
8525 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8526
8527 * international/quail.el (quail-input-method): Always hide
8528 the guidance buffer on exiting.
8529
8530 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8531
8532 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8533 isn't fboundp.
8534
8535 * server.el (server-buffer-done): Bury the buffer before
8536 killing it.
8537
8538 * faces.el (face-spec-set): Interpret a nil in specs for
8539 foreground and background colors as `unspecified', for
8540 compatibility with 20.x.
8541
8542 2000-12-18 Dave Love <fx@gnu.org>
8543
8544 * simple.el (mail-user-agent): Doc fix.
8545 (input-mode-8-bit): Removed.
8546
8547 * international/mule.el (set-keyboard-coding-system): Doc fix.
8548 (keyboard-coding-system): New option.
8549
8550 * mail/sendmail.el (send-mail-function): Customize.
8551
8552 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8553
8554 * international/codepage.el (cp866-decode-table): New table.
8555
8556 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8557
8558 * version.el (emacs-version): Remove `%a' from the time format
8559 because the weekday doesn't fit well into each locale.
8560
8561 2000-12-18 Miles Bader <miles@gnu.org>
8562
8563 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8564
8565 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8566 Check that emacs-major-version is `=' to 20, not `>='.
8567 (artist-replace-chars): Use `make-string' instead of a loop.
8568
8569 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8570
8571 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8572 (cvs-execute-single-file): Don't change directory.
8573 Patch from Per Cederqvist.
8574
8575 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8576
8577 * textmodes/ispell.el (check-ispell-version):
8578 If `ispell-program-name' is "aspell", pass it the -v switch instead
8579 of -vv.
8580
8581 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8582
8583 * international/mule-diag.el (mule-diag): Insert information about
8584 configure options, multibyte awareness, language env.
8585
8586 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8587 regexp to search for candidates.
8588
8589 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8590
8591 * info.el (Info-forward-node): If the node has an
8592 Info-header-line, widen the buffer before searching for "next:"
8593 and "up:" pointers, and set the search limit to stay in the
8594 current node.
8595
8596 2000-12-16 Miles Bader <miles@gnu.org>
8597
8598 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8599
8600 2000-12-15 Miles Bader <miles@gnu.org>
8601
8602 * comint.el (comint-send-string, comint-send-region): Also accept
8603 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8604 process-send-string/region.
8605
8606 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8607
8608 * isearch.el (isearch-lazy-highlight-max): New user-option.
8609 (isearch-lazy-highlight-update): Don't highlight more than
8610 isearch-lazy-highlight-max matches.
8611
8612 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8613
8614 2000-12-15 Richard M. Stallman <rms@gnu.org>
8615
8616 * sort.el (sort-columns): Fix error message.
8617
8618 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8619 `upcase' or `downcase' or nil.
8620 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8621 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8622 (dabbrev--substitute-expansion): New arg record-case-pattern.
8623 If it is non-nil, set dabbrev--last-case-pattern.
8624 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8625
8626 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8627
8628 2000-12-15 Miles Bader <miles@gnu.org>
8629
8630 * paths.el (Info-default-directory-list): Don't delete
8631 configure-info-directory from the list of standard info
8632 directories when appending it to the end -- their order is important.
8633
8634 * faces.el (read-face-attribute): If there's no entry for the
8635 user's input in VALID, just use it as-is (this will often result
8636 in an error, but it may be OK for e.g. colors using hexadecimal
8637 notation, and at least will yield a better error message).
8638
8639 * window.el (mode-line-window-height-fudge): Function removed.
8640 (height-affecting-face-attributes, mode-line-window-height-fudge):
8641 Variables removed.
8642 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8643 window is really the right size. Use vertical-motion
8644 rather than forward-line.
8645 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8646 (ispell-command-loop, ispell-show-choices): Use the variable
8647 ispell-choices-win-default-height, rather than the function.
8648 (ispell-choices-win-default-height): Function removed.
8649 (ispell-mode-line-window-height-fudge): Function removed.
8650
8651 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8652
8653 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8654
8655 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8656
8657 * paths.el (Info-default-directory-list):
8658 If configure-info-directory is not one of the standard directories,
8659 put it first in the list; otherwise put it last. Doc string
8660 changed accordingly.
8661
8662 * info.el (Info-directory-list): Change doc string to reflect the
8663 change in Info-default-directory-list.
8664
8665 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
8666 windows-nt as windowed environments, even under -nw.
8667
8668 * startup.el (command-line): Don't call x-backspace-delete-keys-p
8669 if not fboundp. Switch delete-forward mode for the <delete> key
8670 on all PC platforms, even under -nw.
8671
8672 * term/internal.el ([M-delete]): Remap to M-d.
8673
8674 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8675
8676 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
8677
8678 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8679
8680 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8681
8682 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8683
8684 * startup.el (command-line): Call delete-key-deletes-forward-mode,
8685 if appropriate.
8686
8687 * simple.el (delete-key-deletes-forward): New user-option.
8688 (delete-key-deletes-forward-mode): New function.
8689
8690 * bindings.el: Bind `delete' to backward-delete-char.
8691
8692 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
8693 Test if symbol is bound before getting its value.
8694
8695 * tooltip.el (tooltip-show): If an error is signaled in
8696 x-show-tip, display that error, and display the help in the
8697 echo area.
8698
8699 2000-12-14 Kenichi Handa <handa@etl.go.jp>
8700
8701 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8702 Show "... entries" messages for every 10000 entries, not 10.
8703
8704 2000-12-13 Karl Fogel <kfogel@red-bean.com>
8705
8706 * bookmark.el: Provide a generic exit hook, as suggested by
8707 Ovidiu Predescu <ovidiu@cup.hp.com>:
8708 (bookmark-exit-hook): New var.
8709 (bookmark-exit-hook-internal): New func, replaces
8710 old raw lambda form in `kill-emacs-hook', and runs new
8711 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
8712 as logically that feature must have been provided if this function
8713 is running.
8714 Removed ;;;###autoload before the `add-hook' call.
8715
8716 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
8717
8718 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
8719 (easy-menu-current-active-maps): New function.
8720 (easy-menu-get-map): Use it.
8721 Make a proper menu entry when creating a new keymap.
8722
8723 2000-12-13 Kenichi Handa <handa@etl.go.jp>
8724
8725 * international/characters.el: Fix cases and syntaxes for
8726 mule-unicode-0100-24ff.
8727
8728 * dired.el (dired-move-to-filename-regexp): Fixed for the case
8729 that a Japanese character is not appended after day and year.
8730
8731 * info.el (Info-suffix-list): Change format for a command that
8732 requires arguments.
8733 (info-insert-file-contents): Adjusted for the above change.
8734
8735 2000-12-12 Andreas Schwab <schwab@suse.de>
8736
8737 * tar-mode.el (tar-extract): Base the name of the subfile buffer
8738 on the name of the tar buffer. Verify that the existing buffer is
8739 visiting the same subfile.
8740
8741 2000-12-12 Dave Love <fx@gnu.org>
8742
8743 * subdirs.el: Add obsolete.
8744
8745 2000-12-12 Gerd Moellmann <gerd@gnu.org>
8746
8747 * mail/rmailsum.el (rmail-summary-expunge)
8748 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
8749 instead of rmail-confirm-expunge.
8750
8751 * replace.el (perform-replace): Don't use an empty match adjacent
8752 to a non-empty match when computing the next match before the
8753 replacement is performed.
8754
8755 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
8756
8757 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
8758 definition (patch by Stefan Monnier).
8759 (glasses-mode): Use jit-lock instead of `after-change-functions'
8760 (patch by Stefan Monnier).
8761
8762 2000-12-12 Miles Bader <miles@gnu.org>
8763
8764 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
8765 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
8766
8767 2000-12-12 Andrew Choi <akochoi@i-cable.com>
8768
8769 * term/mac-win.el: Remove load for ls-lisp.
8770
8771 * loadup.el: Load ls-lisp for system-type `macos'.
8772
8773 2000-12-12 Miles Bader <miles@gnu.org>
8774
8775 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
8776 Respect field end too.
8777 (just-one-space): Respect fields as `delete-horizontal-space'.
8778 (newline-and-indent, reindent-then-newline-and-indent):
8779 Use `delete-horizontal-space'.
8780
8781 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
8782
8783 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
8784 (so as to obey the field property in the minibuffer).
8785
8786 * obsolete/c-mode.el: Moved from lisp/progmodes.
8787 * obsolete/auto-show.el: Moved from lisp.
8788 * obsolete/ooutline.el: Moved from lisp/textmodes.
8789
8790 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
8791
8792 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
8793 changes to list them here.
8794
8795 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
8796 Too many changes to list them here.
8797
8798 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
8799 Too many changes to list them here.
8800
8801 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
8802
8803 2000-12-11 Gerd Moellmann <gerd@gnu.org>
8804
8805 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
8806
8807 * cus-edit.el (custom-save-variables, custom-save-faces):
8808 Comment fix.
8809
8810 * hscroll.el: Moved to `obsolete' subdir.
8811
8812 2000-12-11 Miles Bader <miles@gnu.org>
8813
8814 * window.el (window-text-height): Function removed (now in C).
8815
8816 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
8817
8818 * log-edit.el (log-edit-parent-buffer): New var.
8819 (log-edit): Set it. Add BUFFER argument.
8820 (log-edit-done): Use char-before.
8821 Don't bother checking validity of vc-comment-ring.
8822 Only bury the buffer if log-edit popped it up.
8823
8824 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
8825 (cvs-mode-diff-help): Remove.
8826 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
8827 (cvs-mode-marked): Set up the default for CMD manually.
8828
8829 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
8830 Remove binding for ? now made unnecessary.
8831
8832 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
8833
8834 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
8835 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
8836
8837 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
8838 when master file is not open.
8839
8840 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
8841
8842 * progmodes/ada-stmt.el: Update `maintainer'.
8843
8844 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
8845
8846 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
8847 choices to match documentation string.
8848
8849 2000-12-09 Miles Bader <miles@gnu.org>
8850
8851 * minibuf-eldef.el: New file.
8852
8853 * window.el (fit-window-to-buffer): Don't pass last argument to
8854 pos-visible-in-window-p, now that its meaning is inverted.
8855
8856 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
8857
8858 * image.el (create-image): Doc fix; spotted by Per Cederqvist
8859 <ceder@lysator.liu.se>.
8860
8861 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
8862
8863 * autoinsert.el (auto-insert-alist): Add missing final \n.
8864
8865 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
8866 (cvs-menu-map): Remove.
8867 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
8868 (cvs-mode-quit): Turn it back into a plain function.
8869
8870 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
8871 (texinfo-filter): Remove (move to texinfo.el).
8872
8873 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
8874 file where it's more visible.
8875 (texinfo-filter, texinfo-chapter-level-regexp): New variables
8876 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
8877 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
8878 (texinfo-inside-macro-p): Only catch `scan-error's.
8879 (texinfo-inside-env-p): Make better use of the match info.
8880 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
8881 (texinfo-insert-@end): Slight re-organization.
8882 Also remove useless `looking-at' call.
8883
8884 2000-12-08 Andrew Innes <andrewi@gnu.org>
8885
8886 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
8887 accessible in -nw mode.
8888
8889 * term/w32-win.el: Remove stuff about selection timeout, which is
8890 irrelevant on Windows. Move clipboard support to w32-fns.el, so
8891 it is accessible in -nw mode.
8892
8893 2000-12-08 Dave Love <fx@gnu.org>
8894
8895 * emacs-lisp/lisp-mode.el (lisp-mode):
8896 Set font-lock-keywords-case-fold-search.
8897
8898 2000-12-08 Gerd Moellmann <gerd@gnu.org>
8899
8900 * textmodes/ispell.el (ispell): Doc fix.
8901
8902 2000-12-08 Kenichi Handa <handa@etl.go.jp>
8903
8904 * international/quail.el (quail-insert-decode-map): Check the
8905 frame width of a window displaying the current buffer, not that of
8906 the selected frame.
8907 (quail-help): Make sure that the help buffer has window before
8908 inserting text in it.
8909
8910 2000-12-07 Sam Steingold <sds@gnu.org>
8911
8912 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
8913 Backquote is used in isearch.el, so autoloading saves nothing.
8914
8915 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
8916
8917 * startup.el (normal-top-level-add-subdirs-to-load-path):
8918 Ignore the CVS and RCS subdirectories case-insensitively.
8919
8920 * dired.el (dired-insert-directory): If file-system-info is
8921 fboundp, call it instead of invoking dired-free-space-program.
8922
8923 2000-12-07 Gerd Moellmann <gerd@gnu.org>
8924
8925 * server.el (server-visit-files): Push files on file-name-history.
8926
8927 * progmodes/cc-langs.el: Update copyright.
8928
8929 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
8930
8931 * bindings.el (mode-line-mode-menu): Add glasses-mode.
8932
8933 * bindings.el (mode-line-mode-menu): Reverse the order
8934 of define-keys so that the menu appears in alphabetical order.
8935
8936 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
8937
8938 * progmodes/glasses.el (glasses-mode): Update mode line at the end
8939 of the function.
8940
8941 2000-12-07 Dave Love <fx@gnu.org>
8942
8943 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
8944
8945 * facemenu.el (facemenu-unlisted-faces): Fix value.
8946
8947 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
8948
8949 * font-lock.el (font-lock-default-fontify-region):
8950 Include the terminating \n (off-by-one error).
8951 (font-lock-set-defaults): Use dolist.
8952
8953 * derived.el (define-derived-mode): Don't use combine-run-hooks.
8954
8955 2000-12-07 Kenichi Handa <handa@etl.go.jp>
8956
8957 * international/mule-cmds.el (describe-language-environment):
8958 Fix for the case that an input method title is not string but a list.
8959
8960 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
8961 of wrong SIZE record.
8962
8963 2000-12-06 Dave Love <fx@gnu.org>
8964
8965 * newcomment.el (comment-region, comment-dwim): Doc fix.
8966
8967 * textmodes/texinfo.el: Require tex-mode when compiling.
8968 (texinfo-update-node): Doc fix.
8969 (texinfo-imenu-generic-expression): Add @anchor.
8970 (texinfo-font-lock-keywords): Add @uref.
8971 (texinfo-inside-macro-p): Don't use ignore-errors.
8972 (texinfo-insert-quote): Match more contexts.
8973
8974 * international/mule.el (decode-char, encode-char): Doc fix.
8975 (auto-coding-alist): Customize.
8976
8977 * files.el (load-file): Fix change of 2000-03-12.
8978
8979 * wid-edit.el (widget-text-keymap): Doc fix.
8980
8981 2000-12-06 Andrew Innes <andrewi@gnu.org>
8982
8983 * makefile.w32-in (lisp): Set to an absolute directory, namely
8984 $(CURDIR).
8985
8986 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
8987
8988 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
8989 read generated-autoload-file, and set buffer-file-coding-system to
8990 raw-text-unix after reading the file.
8991
8992 * international/mule-conf.el (file-coding-system-alist):
8993 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
8994
8995 2000-12-06 Gerd Moellmann <gerd@gnu.org>
8996
8997 * replace.el (occur): Make line-number-width 1 smaller for the
8998 colon following the line number.
8999
9000 * startup.el (fancy-splash-text, command-line-1):
9001 Use `File' for the menu name instead of `Files'.
9002
9003 * tmm.el: Update copyright.
9004
9005 * cus-start.el: Add entry for even-window-heights.
9006
9007 2000-12-06 Miles Bader <miles@gnu.org>
9008
9009 * faces.el (frame-set-background-mode): Avoid stomping on
9010 locally modified faces.
9011
9012 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9013
9014 * international/fontset.el: Correct the font registries for
9015 japanese-jisx0213-1 and japanese-jisx0213-2.
9016
9017 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9018
9019 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9020
9021 * iswitchb.el: Update customization commentary.
9022
9023 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9024
9025 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9026 (tpu-search-highlight): Fixed comparison of overlay end positions.
9027 (tpu-trim-line-ends): Implemented trimming logic locally.
9028
9029 * emulation/tpu-extras.el (tpu-write-file-hook)
9030 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9031
9032 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9033
9034 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9035 to cn-gb.
9036 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9037
9038 2000-12-04 Dave Love <fx@gnu.org>
9039
9040 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9041
9042 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9043
9044 * mail/rmailsum.el (rmail-summary-expunge)
9045 (rmail-summary-expunge-and-save): Ask for confirmation with
9046 rmail-expunge-confirmed.
9047
9048 * mail/rmail.el (rmail-expunge-confirmed): New function.
9049 (rmail-expunge): Use it.
9050
9051 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9052
9053 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9054 (etags-recognize-tags-table, find-tag-in-order):
9055 New functionality: interpret file names as tags.
9056
9057 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9058
9059 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9060 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9061 the first subnode until the bottom of the current node is visible.
9062
9063 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9064
9065 * format.el (format-decode): Don't change buffer's undo list.
9066
9067 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9068
9069 * faces.el (face-font-registry-alternatives): Add entries for CJK
9070 fonts. Doc-string adjusted for the actual usage of this data.
9071
9072 * international/fontset.el: Change the font registries for CJK
9073 fonts in the default fontset. Don't append '*' to registries.
9074
9075 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9076
9077 * emacs-lisp/easy-mmode.el (define-derived-mode)
9078 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9079
9080 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9081 (derived-mode-p): New function.
9082 (derived-mode-make-docstring): Add `docstring' argument.
9083 Use it if available and complete it if necessary.
9084
9085 2000-12-03 Andreas Schwab <schwab@suse.de>
9086
9087 * type-break.el (type-break): Don't make parent of itself.
9088
9089 2000-12-03 Miles Bader <miles@gnu.org>
9090
9091 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9092
9093 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9094
9095 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9096 (tex-main-file, tex-file): Simplify.
9097 (tex-generate-zap-file-name): Use subst-char-in-string.
9098 (tex-strip-dots): Remove.
9099
9100 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9101
9102 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9103 to check if the match succeeded.
9104
9105 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9106
9107 * startup.el (use-fancy-splash-screens-p): New function.
9108 (command-line-1): Use it to determine whether or not to use
9109 a fancy splash screen.
9110
9111 2000-12-02 Andreas Schwab <schwab@suse.de>
9112
9113 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9114
9115 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9116
9117 * international/mule.el (make-char): Fix last change.
9118
9119 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9120 New defcustoms.
9121 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9122 autoloading tex-mode; instead, do the same manually.
9123 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9124 with numeric argument. Docstring fix.
9125 (toplevel): Require cl when compiling.
9126
9127 * international/mule.el (make-char): Doc fix.
9128
9129 2000-12-02 Jason Rumney <jasonr@gnu.org>
9130
9131 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9132 the Emacs Lisp manual)
9133
9134 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9135
9136 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9137
9138 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9139 the Emacs Lisp manual).
9140
9141 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9142
9143 * simple.el (next-line-add-newlines): Change default to nil.
9144
9145 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9146
9147 * files.el (revert-buffer, recover-file):
9148 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9149
9150 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9151
9152 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9153
9154 2000-12-01 Miles Bader <miles@gnu.org>
9155
9156 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9157
9158 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9159
9160 * international/mule-diag.el (describe-char-after): Fix typo.
9161 (describe-character-set, non-iso-charset-alist): Fix typo.
9162
9163 2000-12-01 Miles Bader <miles@gnu.org>
9164
9165 * image-file.el (image-file-name-regexp): Automatically add
9166 upper-case variants of each filename extension in
9167 `image-file-name-extensions', since they seem to be common.
9168
9169 * simple.el (minibuffer-contents)
9170 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9171 New functions.
9172 * filecache.el (file-cache-directory-name)
9173 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9174
9175 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9176
9177 * filecache.el (file-cache-minibuffer-complete): Don't try to
9178 delete the minibuffer prompt.
9179
9180 2000-11-30 Dave Love <fx@gnu.org>
9181
9182 * cus-start.el: Fix read-buffer-function type.
9183
9184 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9185
9186 * md5.el: Removed. There's a built-in function, now.
9187
9188 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9189
9190 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9191 as dummy 0-th char of rmail-deleted-vector.
9192
9193 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9194
9195 * ps-print.el (ps-end-job): Bind case-fold-search only after
9196 switching to ps-spool-buffer.
9197
9198 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9199
9200 * ps-print.el: Line number font customization. PostScript: Lines and
9201 PageCount are initialized on each page. Doc Fix.
9202 (ps-print-version): New version number (6.3.2).
9203 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9204 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9205 (ps-right-header): Customization fix.
9206 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9207 Fix code.
9208 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9209 New vars.
9210
9211 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9212
9213 * bs.el: Fix typos and spelling errors.
9214 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9215 (bs-configuration): Doc fix.
9216
9217 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9218
9219 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9220
9221 * emulation/tpu-edt.el (tpu-version): New version.
9222 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9223 (tpu-original-mode-line): Variable deleted.
9224 (tpu-mark-flag): New initial value.
9225 (tpu-set-mode-line): Don't redefine mode-line-format.
9226 Add tpu-mark-flag to minor-mode-alist.
9227 (tpu-update-mode-line): New mark flag logic.
9228 (tpu-get): Use find-file-wildcards.
9229 (tpu-search-highlight): Move overlay less, reset overlay properly.
9230 (tpu-unselect): Deactivate mark.
9231 (tpu-lm-replace): Reset overlay properly.
9232 (tpu-forward-line): Use forward-visible-line.
9233 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9234
9235 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9236
9237 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9238
9239 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9240
9241 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9242
9243 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9244 and skip whitespace and newlines.
9245
9246 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9247
9248 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9249
9250 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9251
9252 * help.el (describe-function-1): Regexp-quote function name
9253 when used as part of a regexp.
9254
9255 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9256 Use face-attribute instead of face-foreground and face-background.
9257 (tool-bar-add-item): Likewise, and handle unspecified colors.
9258
9259 * enriched.el (enriched-face-ans): Use face-attribute instead
9260 of face-foreground and face-background.
9261
9262 * faces.el (face-foreground, face-background, face-stipple):
9263 Return nil if attribute is unspecified, for backward compatibility.
9264
9265 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9266
9267 * play/5x5.el: Remove version info.
9268
9269 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9270
9271 * frame.el (blink-cursor-mode): Doc fix.
9272
9273 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9274
9275 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9276 to create Makefile rules.
9277 (antlr-tool-command): New user option.
9278 (antlr-ask-about-save): New user option.
9279 (antlr-makefile-specification): New user option.
9280 (antlr-file-formats-alist): New variable.
9281 (antlr-special-file-formats): New variable.
9282 (antlr-unknown-file-formats): New user option.
9283 (antlr-help-unknown-file-text): New variable.
9284 (antlr-help-rules-intro): New variable.
9285 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9286 (antlr-mode-menu): Add entries.
9287 (antlr-file-dependencies): New function.
9288 (antlr-directory-dependencies): New function.
9289 (antlr-superclasses-glibs): New function.
9290 (antlr-run-tool): New command.
9291 (antlr-makefile-insert-variable): New function.
9292 (antlr-insert-makefile-rules): New function.
9293 (antlr-show-makefile-rules): New command.
9294
9295 * antlr-mode.el: More Emacs/XEmacs stuff.
9296 (antlr-no-action-keywords): New constant with value nil.
9297 (antlr-font-lock-keywords-alist): Use it. Old value would break
9298 syntax highlighting in Emacs-21.0.
9299 (antlr-default-directory): Emacs/XEmacs dependend function.
9300 (antlr-read-shell-command): Ditto.
9301 (antlr-with-displaying-help-buffer): Ditto.
9302
9303 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9304
9305 * antlr-mode.el: imenu, parsing and highlighting changes.
9306 (antlr-imenu-create-index-function): Don't create extra submenus
9307 for definitions in different grammar classes. It is not necessary
9308 for the menu and would make command `imenu' awkward to use.
9309 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9310 header actions and more than one.
9311 (antlr-font-lock-tokendef-face): Changed color.
9312 (antlr-font-lock-tokenref-face): Changed color.
9313 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9314 (antlr-mode-syntax-table): New variable.
9315 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9316 (antlr-with-syntax-table): Don't copy syntax table.
9317
9318 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9319
9320 * antlr-mode.el: Minor changes: language setting.
9321 (antlr-language-alist): The value for file option "language" can
9322 be both an identifier and a string.
9323 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9324 (antlr-language-limit-n-regexp): Change accordingly.
9325
9326 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9327
9328 * antlr-mode.el: Minor changes: tabs, hiding.
9329 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9330 (antlr-action-visibility): Also allow value nil to also hide the
9331 braces. Renamed from `antlr-tiny-action-length'.
9332 Suggested by Jay@aol.com.
9333 (antlr-hide-actions): Change accordingly. Hide line if completely
9334 hidden action is on a line of its own.
9335
9336 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9337
9338 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9339
9340 * sort.el (sort-columns): Don't concat strings with numbers.
9341
9342 2000-11-29 Dave Love <fx@gnu.org>
9343
9344 * cus-edit.el (face): Fix :format.
9345
9346 * mail/feedmail.el: Require smtpmail when compiling.
9347 (mail-do-fcc): Autoload.
9348 (feedmail) <defgroup>: Fix :link.
9349 (feedmail-nuke-body-in-fcc): Fix :type.
9350 (feedmail-send-it): Add autoload cookie.
9351
9352 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9353
9354 * newcomment.el (comment-indent): Save excursion around call to
9355 comment-indent-function.
9356
9357 2000-11-29 Miles Bader <miles@gnu.org>
9358
9359 * subr.el (member-ignore-case): Return the tail of the list who's
9360 car matches, like `member', not the matching element itself.
9361
9362 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9363
9364 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9365 should not contain `\n'.
9366
9367 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9368
9369 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9370
9371 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9372
9373 * dired-aux.el (dired-do-create-files): Construct default file
9374 name for dired-mark-read-file-name so that when the user enters
9375 just RET, the target file will end up in the target directory.
9376
9377 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9378 local-abbrev-table before changing buffers because it might
9379 have a buffer-local binding.
9380
9381 2000-11-28 Miles Bader <miles@gnu.org>
9382
9383 * simple.el (delete-horizontal-space): Handle fields more generally.
9384
9385 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9386
9387 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9388
9389 2000-11-28 Dave Love <fx@gnu.org>
9390
9391 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9392 comment-start-skip locally.
9393
9394 * progmodes/fortran.el (fortran-mode): Don't set
9395 fortran-comment-line-start-skip. Set comment-start to
9396 fortran-comment-line-start.
9397 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9398 (fortran-comment-line-start-skip): Simplify slightly.
9399
9400 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9401
9402 * play/5x5.el: Remove RCS keyword.
9403
9404 * bs.el: Mistaken commit, undone 2000-11-30.
9405
9406 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9407
9408 * textmodes/tildify.el (tildify-string-alist):
9409 Add `plain-tex-mode' here.
9410
9411 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9412
9413 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9414 reference.
9415
9416 2000-11-28 Miles Bader <miles@gnu.org>
9417
9418 * cus-face.el (custom-face-attributes): Add post-filter function
9419 for :box. Make pre-filter function for :box handle all cases.
9420
9421 * wid-edit.el (widget-choose): Make sure pop-up window is large
9422 enough to display all the choices, as there's no way to scroll it.
9423
9424 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9425
9426 * international/mule-conf.el: Make the coding system no-conversion
9427 safe for all characters.
9428
9429 2000-11-27 Dave Love <fx@gnu.org>
9430
9431 * net/ldap.el (ldap) <defgroup>: Add :version.
9432
9433 * tooltip.el (tooltip-use-echo-area): Doc fix.
9434
9435 * cus-start.el <minibuffer-prompt-properties>: Add version.
9436 <read-buffer-function>: Add.
9437
9438 * apropos.el (apropos-print): Add help-echo to active text.
9439
9440 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9441
9442 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9443
9444 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9445 type, group and version.
9446
9447 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9448
9449 * select.el (x-get-selection): Docstring fix.
9450
9451 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9452
9453 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9454
9455 2000-11-27 Andrew Innes <andrewi@gnu.org>
9456
9457 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9458
9459 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9460
9461 2000-11-27 Miles Bader <miles@gnu.org>
9462
9463 * dired.el (dired-get-filename): Return filename verbatim if
9464 LOCALP is `verbatim'.
9465 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9466 `verbatim' so that we don't inadvertently delete a non-existant
9467 directory name.
9468
9469 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9470
9471 * international/characters.el: Specify cases and syntaxes for
9472 mule-unicode-0100-24ff.
9473
9474 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9475
9476 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9477 that foreground and/or background colors of the face `tool-bar'
9478 are unspecified.
9479
9480 2000-11-27 Miles Bader <miles@gnu.org>
9481
9482 * wid-edit.el (widget-field-buffer, widget-field-start)
9483 (widget-field-end): Handle widget field `pseudo-overlays'.
9484 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9485 if it's there instead of in `widget-field-list'.
9486
9487 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9488 (help-make-xrefs): Delete extraneous newlines at the end of the
9489 docstring.
9490
9491 2000-11-25 Jason Rumney <jasonr@gnu.org>
9492
9493 * startup.el (command-line): Call set-locale-environment after
9494 Window System init file is read, as it can result in a call to
9495 redraw-frame.
9496
9497 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9498
9499 * simple.el (shell-command): Mention the effect of the prefix
9500 argument in the doc string.
9501
9502 2000-11-25 Miles Bader <miles@gnu.org>
9503
9504 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9505
9506 * wid-edit.el (widget-field-value-delete): Don't try to delete
9507 overlay when it's the `pseudo-overlay' that exists at some points.
9508
9509 2000-11-24 Jason Rumney <jasonr@gnu.org>
9510
9511 * international/mule-cmds.el (locale-language-names): Add "jp" as
9512 a non-standard alternative for Japanese.
9513
9514 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9515
9516 * vc-hooks.el: Require 'cl during compilation.
9517
9518 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9519
9520 * faces.el (face-set-after-frame-default): Let face attributes
9521 specified for new frames override frame parameters.
9522
9523 * startup.el (command-line): Fix computation of the source file
9524 for user-init-file when user-init-file is a compiled file.
9525
9526 2000-11-24 Miles Bader <miles@gnu.org>
9527
9528 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9529 (custom-post-filter-face-spec): New functions.
9530 (custom-face-set, custom-face-value-create): Filter the face spec
9531 before and after customization.
9532 (custom-face-set): If VALUE specifies a null face, pass a
9533 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9534 * cus-face.el (custom-face-attributes): Remove SET and GET
9535 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9536 cases they're needed.
9537
9538 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9539 that it's distinguishable from the :off-glyph on dark-background
9540 displays. Set its background color too.
9541
9542 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9543 so that people can easily turn it off.
9544
9545 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9546
9547 * ediff-diff.el: Moved variables around to have it compile under NT.
9548
9549 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9550
9551 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9552
9553 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9554 redundant skip-small-frames test.
9555
9556 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9557 (viper-downgrade-to-insert): Protect against errors in hooks.
9558
9559 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9560 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9561 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9562 New functions.
9563
9564 * viper-util.el (viper-memq-char): Bug fixes.
9565
9566 * viper.el (viper-mode): Fix cursor handling.
9567
9568 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9569
9570 * international/mule-diag.el (list-iso-charset-chars):
9571 For two-byte charset, fix the `while' condition.
9572 (list-non-iso-charset-chars): Fix the `while' condition.
9573
9574 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9575
9576 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9577 if the variable is make-variable-buffer-local.
9578
9579 * progmodes/ada-stmt.el (ada-template-map):
9580 Initialize and bind it to C-c t in ada-mode-map.
9581 (ada-stmt-mode-hook): New function extracted from old code.
9582 Only change the buffer-local side of skeleton-*.
9583 (ada-mode-hook): Use it.
9584
9585 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9586
9587 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9588 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9589 we expect to be returned by minibuffer-depth once we prompt the
9590 user in the minibuffer.
9591 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9592 as recorded in iswitchb-minibuf-depth, return non-nil.
9593
9594 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9595
9596 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9597 (hscroll-window-maybe): Docstring fix.
9598
9599 2000-11-23 Dave Love <fx@gnu.org>
9600
9601 * rect.el (string-rectangle): Don't test delete-selection-mode.
9602
9603 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9604
9605 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9606 is in the tool bar.
9607
9608 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9609 with `no-dir'; we want the directory part to be able to remove it.
9610
9611 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9612
9613 * textmodes/outline.el (outline-flag-region):
9614 Don't bind inhibit-read-only since we don't modify the buffer.
9615 (outline-isearch-open-invisible): Don't jump to overlay-start
9616 since we're trying to unhide text around point.
9617 (outline-discard-overlays): Use dolist.
9618
9619 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9620
9621 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9622
9623 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9624
9625 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9626
9627 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9628 Fix ARG regexp to skip quoted braces.
9629 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9630 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9631 are (correctly) handled separately).
9632 Remove `caption' and `footnote' from `citations': they contain text.
9633 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9634 (latex-skeleton-end-hook): New function.
9635 (latex-mode): Use it.
9636 (tex-start-tex-marker): Remove.
9637 (tex-send-tex-command): Don't set tex-start-tex-marker.
9638 (tex-error-parse-syntax-table): New var.
9639 (tex-compilation-parse-errors): Use it.
9640 Ignore tex-start-tex-marker. Don't bother with marker-position.
9641 (tex-validate-buffer): Don't bother with marker-position.
9642
9643 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9644 (flyspell-generic-progmode-verify): Use it.
9645
9646 2000-11-22 Sam Steingold <sds@gnu.org>
9647
9648 * simple.el (delete-trailing-whitespace): New interactive function.
9649
9650 * progmodes/ada-mode.el (ada-mode): Use it instead of
9651 `ada-remove-trailing-spaces'.
9652 (ada-remove-trailing-spaces): Removed.
9653
9654 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9655
9656 * textmodes/picture.el (picture-clean): Removed.
9657 (picture-mode-exit): Call it instead of `picture-clean'.
9658
9659 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9660
9661 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9662
9663 * hi-lock.el (hi-lock-refontify): Don't call non-existent
9664 jit-lock-fontify-buffer; it should anyway be unneccessary to
9665 do anything special when jit-lock is active.
9666 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
9667
9668 2000-11-22 Dave Love <fx@gnu.org>
9669
9670 * calendar/todo-mode.el (todo-top-priorities): Use
9671 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
9672
9673 * language/chinese.el, language/cyrillic.el:
9674 * language/devanagari.el, language/ethiopic.el, language/greek.el:
9675 * language/hebrew.el, language/indian.el, language/japanese.el:
9676 * language/korean.el, language/lao.el, language/misc-lang.el:
9677 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9678 Use provide.
9679
9680 * cus-edit.el (custom-buffer-create-internal): Save some consing.
9681 (custom-variable-set): Improve validation error mesage.
9682
9683 * rect.el (string-rectangle): Revert last change.
9684 (string-rectangle-line): New arg DELETE.
9685 (string-rectangle): Check delete-selection-mode.
9686
9687 * emacs-lisp/edebug.el (edebug-version)
9688 (edebug-maintainer-address): Deleted.
9689 (edebug-submit-bug-report): Just alias to report-emacs-bug.
9690 (edebug-read-function): Account for other `'#' read forms.
9691 (edebug-mode-menus): Make some items toggles.
9692 (edebug-outside-unread-command-event, unread-command-event):
9693 Remove these to avoid warnings.
9694
9695 2000-11-22 David Ponce <david@dponce.com>
9696
9697 * recentf.el (recentf-menu-items-for-commands)
9698 (recentf-make-menu-items, recentf-make-menu-item)
9699 (recentf-filter-changer): Added :help and :active menu-item properties.
9700
9701 (recentf-build-dir-rules, recentf-dump-variable)
9702 (recentf-edit-list, recentf-open-files-item)
9703 (recentf-open-files): Replaced unnecessary `mapcar' with new
9704 built-in `mapc'.
9705
9706 2000-11-23 Miles Bader <miles@gnu.org>
9707
9708 * faces.el (menu): Make inverse-video on ttys too.
9709
9710 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9711
9712 * simple.el (comment-line-break-function): Use the new name
9713 indent-new-comment-line -> comment-indent-new-line.
9714 (clone-indirect-buffer): Don't ignore NORECORD.
9715 (next-completion): Properly handle the case where items are adjacent.
9716
9717 * mouse.el (popup-menu): Stupid typo.
9718
9719 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9720
9721 * emacs-lisp/authors.el: Remove autoload cookies, add author,
9722 maintainer, keywords tags.
9723
9724 * rect.el (replace-rectangle): Don't call string-rectangle-line
9725 with too many arguments.
9726
9727 2000-11-22 Andre Spiegel <spiegel@gnu.org>
9728
9729 * ediff-util.el (ediff-file-checked-out-p)
9730 (ediff-file-checked-in-p): Call vc-state instead of
9731 vc-locking-user, which no longer exists.
9732
9733 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
9734
9735 2000-11-22 Dave Love <fx@gnu.org>
9736
9737 * md5.el (md5): Provide.
9738 (md5): Fix error call.
9739
9740 2000-11-22 Miles Bader <miles@gnu.org>
9741
9742 * textmodes/refill.el (refill-adjust-ignorable-overlay)
9743 (refill-fill-paragraph-at): Remove debugging code.
9744
9745 * calendar/calendar.el (generate-calendar-window): When we don't
9746 call `fit-window-to-buffer', make sure the top line is fully visible.
9747
9748 * image-file.el (insert-image-file): Don't make `read-only'
9749 property rear-nonsticky.
9750
9751 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
9752 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
9753 stashing away its original value.
9754 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
9755 in the recursive edit.
9756 Bind `isearch-original-minibuffer-message-timeout' to protect it.
9757 (isearch-done): Restore `minibuffer-message-timeout'.
9758
9759 * cus-start.el: Remove entry for `mode-line-inverse-video'.
9760
9761 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
9762
9763 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
9764
9765 * find-lisp.el (find-lisp-find-files-internal):
9766 Use dolist, when and file-name-as-directory.
9767
9768 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
9769 (define-derived-mode, define-minor-mode): Add specs.
9770
9771 * window.el: General comment and spacing fixes.
9772 (save-selected-window): Use backquotes.
9773 (window-safely-shrinkable-p): New function.
9774 (shrink-window-if-larger-than-buffer): Use it.
9775
9776 * subr.el (make-local-hook): Docstring fix.
9777
9778 * shell.el (shell-mode): Use define-derived-mode.
9779
9780 * newcomment.el (comment-indent): Insert comment before calling
9781 comment-indent-function. Don't insert in column 0.
9782 (comment-dwim): Indent before inserting comment.
9783
9784 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
9785 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
9786 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
9787 Use mapc rather than map.
9788
9789 * files.el (find-buffer-visiting): Compare all attributes before
9790 declaring two files identical (rather than just their inode-no).
9791 (auto-mode-alist): Use \' rather than $.
9792
9793 * which-func.el: Update maintainer line.
9794
9795 * pcvs.el (uniquify-buffer-file-name): Remove advice.
9796 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
9797 (uniquify-buffer-file-name): Use it.
9798
9799 2000-11-22 Miles Bader <miles@gnu.org>
9800
9801 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
9802 * simple.el (minibuffer-avoid-prompt): New function.
9803
9804 2000-11-21 Gerd Moellmann <gerd@gnu.org>
9805
9806 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
9807
9808 2000-11-21 Miles Bader <miles@gnu.org>
9809
9810 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
9811 inclusion of `track-mouse'.
9812
9813 * textmodes/refill.el (refill-ignorable-overlay): New variable.
9814 (refill-adjust-ignorable-overlay): New function.
9815 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
9816 only the paragraph's tail if possible.
9817 Update `refill-ignorable-overlay'.
9818 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
9819
9820 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9821 point inside the fill-prefix.
9822
9823 * textmodes/refill.el (refill-post-command-function): Don't reset
9824 refill-doit in the case where a self-insertion command doesn't
9825 case a refill. Use `refill-fill-paragraph-at', getting position
9826 from `refill-doit'.
9827 (refill-after-change-function): Set `refill-doit' to END.
9828 (refill-fill-paragraph-at): New function, mostly from old
9829 refill-fill-paragraph.
9830 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
9831 (refill-pre-command-function): New function.
9832 (refill-mode): Add it to `pre-command-hook'.
9833
9834 2000-11-20 Gerd Moellmann <gerd@gnu.org>
9835
9836 * textmodes/artist.el (artist-mode): Fix autoload cookie.
9837
9838 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
9839 javadoc tags.
9840
9841 2000-11-20 Andre Spiegel <spiegel@gnu.org>
9842
9843 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
9844 vc.el).
9845
9846 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
9847 require vc.
9848
9849 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
9850 checkouts.
9851
9852 2000-11-20 Dave Love <fx@gnu.org>
9853
9854 * Makefile.in (DONTCOMPILE): Omit bindings.el.
9855
9856 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
9857
9858 * calculator.el (calculator-paste): Use `if' instead of `and'
9859 and `or'.
9860 (calculator-help): Don't use electric-describe-mode for XEmacs.
9861
9862 2000-11-19 Gerd Moellmann <gerd@gnu.org>
9863
9864 * info.el (info-menu-5): Doc fix.
9865
9866 * textmodes/artist.el: New file.
9867
9868 2000-11-19 Andre Spiegel <spiegel@gnu.org>
9869
9870 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
9871 and differentiate according to checkout model.
9872 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
9873 since this function is only concerned with master state.
9874
9875 * vc-hooks.el (vc-workfile-unchanged-p)
9876 (vc-default-workfile-unchanged-p): Moved here from vc.el.
9877
9878 * vc.el (vc-workfile-unchanged-p)
9879 (vc-default-workfile-unchanged-p): See above.
9880
9881 2000-11-19 Miles Bader <miles@gnu.org>
9882
9883 * image-file.el (insert-image-file): Make `intangible' and
9884 `read-only' properties rear-nonsticky too.
9885
9886 2000-11-18 Gerd Moellmann <gerd@gnu.org>
9887
9888 * ps-print.el: Update copyright notice.
9889
9890 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
9891 (tooltip-show): Use the offsets.
9892
9893 * bindings.el (mode-line-modified): Fix a typo.
9894 (mode-line-toggle-modified, mode-line-widen)
9895 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
9896
9897 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9898
9899 * ps-print.el (toplevel): Test for find-coding-system being
9900 fboundp before calling ps-x-find-coding-system.
9901
9902 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
9903
9904 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
9905 (vc-version-backup-file): Docstring fix.
9906
9907 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9908
9909 * files.el (basic-save-buffer): Don't add a newline if
9910 find-file-literally is non-nil.
9911 (find-file-literally): Extend doc string.
9912
9913 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
9914 sort(1) with the `-f' argument.
9915
9916 2000-11-16 Andre Spiegel <spiegel@gnu.org>
9917
9918 * vc.el: Updated backend documentation.
9919 (vc-default-check-headers): New function.
9920
9921 * vc-{cvs,rcs,sccs}.el: Functions reordered.
9922
9923 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
9924 up-to-date.
9925 (vc-do-command): In the asynchronous case, output messages only if
9926 the minibuffer is not active.
9927
9928 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
9929 `vc-cvs-use-edit' is on.
9930 (vc-cvs-checkout): When this is used for reverting the workfile,
9931 make a backup of the original contents and revert to that in case
9932 of error.
9933 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9934 remote repositories.
9935
9936 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
9937 for both version and ratio in the minibuffer.
9938
9939 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
9940 Use vc-do-command to perform the annotation, not call-process.
9941
9942 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9943
9944 * international/quail.el (quail-start-translation): Don't call
9945 `message' before reading key sequence.
9946
9947 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
9948
9949 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
9950
9951 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9952
9953 * window.el (fit-window-to-buffer): Be sure to acquire at least
9954 one text line even if the buffer is empty.
9955
9956 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9957
9958 * net/ange-ftp.el (ange-ftp-file-writable-p)
9959 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
9960 Bind ange-ftp-process-verbose to nil.
9961
9962 2000-11-15 Dave Love <fx@gnu.org>
9963
9964 * wid-edit.el (widget-specify-field, widget-specify-button):
9965 If :help-echo is a function, set help-echo of overlay to
9966 widget-mouse-help.
9967 (widget-mouse-help): New function.
9968 (widget-echo-help): Rewritten for :help-echo functions only taking
9969 a widget arg.
9970
9971 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
9972 Use display-graphic-p.
9973 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
9974 and that JPEG is available.
9975 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
9976
9977 * international/mule-cmds.el (locale-charset-language-names):
9978 Match @euro.
9979
9980 2000-11-15 Gerd Moellmann <gerd@gnu.org>
9981
9982 * faces.el (face-set-after-frame-default):
9983 If `inhibit-default-face-x-resources' is bound, don't intialize the
9984 default face from X resources.
9985
9986 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9987
9988 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
9989 Don't set EMACSLOADPATH.
9990
9991 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9992
9993 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
9994 texinfo-insert-@url.
9995 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
9996 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
9997
9998 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9999
10000 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10001 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10002 (checkdoc-minor-keymap): Backward compatibility.
10003 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10004 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10005 (checkdoc-this-string-valid-engine): Be a bit more strict
10006 to avoid matching substrings of `...' quoted vars/funs.
10007 (checkdoc-defun-info): Only look for `interactive' if alone.
10008 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10009
10010 * progmodes/compile.el (grep): `tag-default' can be nil.
10011
10012 * newcomment.el (comment-indent): Paren typo.
10013
10014 2000-11-14 Dave Love <fx@gnu.org>
10015
10016 * calculator.el: New maintainer version.
10017
10018 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10019
10020 * cmuscheme.el: Doc fixes.
10021 (cmuscheme) <defgroup>: Use `scheme' as parent.
10022 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10023
10024 * xscheme.el (scheme-program-name): Don't define here.
10025
10026 * progmodes/scheme.el (scheme-program-name): New variable
10027 (originally in cmuscheme).
10028
10029 2000-11-14 Miles Bader <miles@gnu.org>
10030
10031 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10032 Handle header-lines. Don't loop forever if we can't enlarge the
10033 window anymore. Simplify a bit.
10034
10035 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10036
10037 * window.el (fit-window-to-buffer): Don't check
10038 window-text-height. Assure that the last line is fully visible.
10039
10040 * international/quail.el (quail-show-guidance-buf):
10041 Call fit-window-to-buffer to assure the enough height of the guidance
10042 buffer.
10043 (quail-update-guidance): Avoid making the guidance buffer shorter.
10044
10045 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10046
10047 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10048 rather than `prepend' and add an interesting comment.
10049 (tex-math-face, tex-font-lock-syntactic-face-function):
10050 New face and function to use it.
10051 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10052 than `menu-enable' symbol property.
10053 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10054 (tex-mode): Add some latex-mode commands for auto-selection.
10055 Use tex-font-lock-syntactic-face-function.
10056 (tex-insert-quote): Simplify.
10057 (tex-shell): New mode.
10058 (tex-start-shell): Use it.
10059 (tex-shell-proc, tex-shell-buf): New functions.
10060 (tex-send-command): Use it.
10061 (tex-main-file): Fix the meaning of the new arg REALFILE.
10062 (tex-send-tex-command): New function split from `tex-start-tex'.
10063 Set compilation-last-buffer and compilation-parsing-end.
10064
10065 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10066 when it follows non-comment text on the line.
10067
10068 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10069 Set font-lock-defaults.
10070 (lisp-mode-shared-map): Init inside the defvar.
10071 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10072 Use define-derived-mode.
10073
10074 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10075
10076 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10077
10078 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10079
10080 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10081 Don't recursively optimize body because that can lead to infinite
10082 recursion; see comment there.
10083
10084 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10085
10086 * faces.el (face-spec-set-match-display): Revert the change from
10087 2000-10-24. Add a FIXME for after v21.1.
10088
10089 2000-11-13 Miles Bader <miles@gnu.org>
10090
10091 * textmodes/fill.el (skip-line-prefix): New function.
10092 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10093 (fill-paragraph): Don't leave point inside the fill-prefix.
10094 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10095 point inside the fill-prefix.
10096
10097 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10098
10099 * calendar/calendar.el (generate-calendar-window):
10100 Use `fit-window-to-buffer'.
10101
10102 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10103
10104 * gud.el (gud-minor-mode): New var.
10105 (gud-symbol, gud-val): New functions.
10106 (gud-find-file): Copy gud-minor-mode to the new buffer.
10107 (gud-menu-map): Include entries for commands that are not always
10108 available, using :enable to (de)activate them.
10109 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10110 (gud-mode-map): New map.
10111 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10112 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10113 Don't set up gud's menu (it's done by the minor-mode).
10114 (gud-minibuffer-local-map): New.
10115 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10116 (gud-query-cmdline): New function.
10117 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10118 (gud-mode): Use define-derived-mode.
10119 Don't set up gud's menu (it's done by the minor-mode).
10120 (gud-chop-words): Remove.
10121 (gud-common-init): Use split-string instead.
10122 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10123
10124 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10125 Add keyword arg :name.
10126
10127 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10128 (diff-count-matches, diff-split-hunk): New functions.
10129 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10130
10131 * pcvs-info.el (cvs-fi-conflict-face): New var.
10132
10133 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10134 Make it into a simple syntax-table, shared among all submodes.
10135 (sh-heredoc-face): Re-introduce.
10136 (sh-font-lock-syntactic-face-function): New function.
10137 (sh-mode): Use it. Also use define-derived-mode.
10138 Remove old bogus setting of indent-region-function.
10139 (sh-set-shell): Don't set the syntax-table any more.
10140 (sh-mode-syntax-table) <defun>: Remove.
10141
10142 2000-11-12 Miles Bader <miles@gnu.org>
10143
10144 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10145 message if interactive.
10146
10147 2000-11-12 Dave Love <fx@gnu.org>
10148
10149 * mail/feedmail.el: Fix header,
10150 (feedmail) <defgroup>: Add :link.
10151
10152 * view.el: Use local-map property, not keymap on mode-line string.
10153
10154 * scroll-all.el (scroll-all-mode): Customize variable.
10155 Add autoload cookie to function.
10156
10157 * lazy-lock.el: Remove compatibility code.
10158
10159 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10160 (finder-help-echo): New variable.
10161 (finder-mouse-face-on-line): Add help-echo stuff.
10162 (finder-list-keywords, finder-list-matches): Use mapc.
10163
10164 * faces.el (face-font-registry-alternatives): Add :version.
10165
10166 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10167 tags-table-list.
10168
10169 * net/browse-url.el (browse-url-browser-function): Update :version.
10170
10171 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10172 (mail-mode): Use [:alnum:] in some regexps.
10173
10174 2000-11-10 Dave Love <fx@gnu.org>
10175
10176 * ediff.el (ediff-regions-internal, ediff-documentation):
10177 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10178 fundamental mode.
10179
10180 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10181 buffer into fundamental mode.
10182 (ediff-set-difference): Use copy-sequence if available.
10183
10184 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10185 Check ediff-patch-map non-nil.
10186 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10187 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10188 buffer into fundamental mode.
10189
10190 * ediff-merg.el (state-or-merge): Defvar when compiling.
10191
10192 2000-11-10 Jason Rumney <jasonr@gnu.org>
10193
10194 * w32-fns.el (w32-add-charset-info): New function.
10195 (w32-charset-info-alist): Use it.
10196
10197 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10198
10199 * faces.el (face-font-registry-alternatives): New user-option.
10200
10201 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10202
10203 * textmodes/texinfo.el (texinfo-block-default): New var.
10204 (texinfo-insert-block): Use it. Insert a newline if needed.
10205
10206 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10207 (fill-region-as-paragraph): Use it.
10208
10209 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10210 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10211 Tweak paragraph regexps to allow a leading [ \t]*.
10212 (tex-latex-block): Insert a newline if necessary.
10213 (latex-insert-item): Only insert a newline if necessary.
10214 (tex-guess-main-file): New function.
10215 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10216 Set tex-main-file if TeX-master is provided.
10217 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10218
10219 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10220
10221 * startup.el (command-line): Set the default tooltip-mode
10222 to t for graphical displays which implement x-show-tip.
10223
10224 * tooltip.el (tooltip-mode): Add a comment about startup.el
10225 setting the default value of this user-option.
10226
10227 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10228
10229 * font-lock.el (font-lock-*-face) <defvar>: Move.
10230 (font-lock-defaults-alist): Mark obsolete.
10231 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10232 (font-lock-mode): Use define-minor-mode.
10233 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10234 (font-lock-turn-off-thing-lock): Be more explicit.
10235 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10236 (font-lock-syntactic-face-function): New var.
10237 (font-lock-fontify-syntactically-region): Use it.
10238 (font-lock-doc-face): New.
10239
10240 * pcvs.el (cvs-enabledp): Ignore errors.
10241 (cvs-commit-filelist): Never query.
10242 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10243 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10244 (cvs-do-removal): Use cvs-partition rather than delete-if.
10245 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10246 cvs-bury-buffer.
10247
10248 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10249 Allow `next' to jump to after the end of the last match.
10250
10251 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10252
10253 * simple.el (byte-compiling-files-p): New function.
10254
10255 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10256 if it is there.
10257
10258 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10259 nil again.
10260
10261 * textmodes/ispell.el (ispell-library-path): Don't call
10262 check-ispell-version when byte-compiling because that starts
10263 an ispell process, and ispell might not be installed.
10264 (toplevel): Don't set up a menu when byte-compiling.
10265
10266 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10267 it, so that a boundp test can be used to determine if we're
10268 currently byte-compiling.
10269
10270 2000-11-09 Dave Love <fx@gnu.org>
10271
10272 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10273
10274 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10275
10276 * ps-print.el: Patch for variable initialization when spooling.
10277 Doc fix.
10278 (ps-output-list): Fun eliminated.
10279 (ps-begin-file, ps-begin-job): Code fix.
10280
10281 2000-11-08 Dave Love <fx@gnu.org>
10282
10283 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10284
10285 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10286
10287 * simple.el (shell-command, display-message-or-buffer)
10288 (shell-command-on-region): Mention resize-mini-windows in the doc
10289 string.
10290 (display-message-or-buffer): Take the value of resize-mini-windows
10291 into account.
10292
10293 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10294
10295 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10296
10297 * dired.el (dired-between-files): Add `^. find' as an alternative
10298 to the regular expression, for find-dired.
10299
10300 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10301
10302 * textmodes/texnfo-upd.el: Require texinfo.
10303 (defmacro, defgroup): Remove.
10304 (texinfo-section-to-generic-alist): Remove.
10305 Use texinfo-section-list instead (i.e. level is changed string->int).
10306 (texinfo-filter): New function.
10307 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10308 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10309 Use it. And use regexp-opt.
10310 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10311 (texinfo-update-menu-region-beginning)
10312 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10313 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10314 (texinfo-update-menu-same-level-regexps): Update.
10315 (texinfo-update-node, texinfo-every-node-update)
10316 (texinfo-sequential-node-update): Remove autoload cookie.
10317
10318 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10319 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10320 (texinfo-chapter-level-regexp): Remove.
10321 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10322
10323 2000-11-06 Dave Love <fx@gnu.org>
10324
10325 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10326
10327 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10328 Match defun*.
10329
10330 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10331
10332 * composite.el (composition-function-table): Variable declaration
10333 moved to src/composite.c.
10334 (compose-chars-after): New optional arg object.
10335
10336 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10337
10338 * bindings.el (mode-line-toggle-read-only)
10339 (mode-line-toggle-modified, mode-line-widen)
10340 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10341 (make-mode-line-mouse2-map): Rewritten.
10342 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10343 functions so that C-h k can show something with a doc string.
10344
10345 * startup.el (fancy-splash-delay): Set to 10 seconds.
10346 (fancy-splash-max-time): New user-option.
10347 (fancy-splash-stop-time): New variable.
10348 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10349 (fancy-splash-screens-1): Throw `stop-splashing' when current
10350 time is greater than fancy-splash-stop-time.
10351
10352 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10353
10354 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10355
10356 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10357 Prompt user for a file rather than raising an error.
10358 (cvs-enabledp): Fix call to cvs-mode-marked.
10359 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10360 (cvs-mode-insert): Use it. Change the init prompt' value.
10361 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10362
10363 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10364 Don't pass default arg to ewoc-locate.
10365 (ewoc-collect): Return result in the right order.
10366
10367 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10368
10369 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10370 (cvs-status-get-tags): Fix regexp.
10371 (cvs-status-trees, cvs-status-cvstrees):
10372 Combine after change hooks and don't sit-for.
10373 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10374 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10375 Use make-char rather than hard-coded cryptic data.
10376 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10377
10378 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10379
10380 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10381 (cvs-insert-strings): New function.
10382
10383 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10384
10385 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10386 `mwheel-scroll-amount'.
10387 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10388 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10389 string-matching against the version string.
10390
10391 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10392
10393 * language/thai.el ("Thai"): Set a lisp form that produces
10394 composed string in `sample-text' language info.
10395
10396 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10397 composed string in `sample-text' language info.
10398
10399 * international/mule-cmds.el (describe-language-environment):
10400 Eval `sample-text' data and insert the result.
10401
10402 * international/mule-conf.el (compound-text): Define this coding
10403 system here. Make x-ctext and ctext aliases of it.
10404
10405 * language/european.el (compound-text, ctext): Moved to
10406 international/mule-conf.el.
10407
10408 2000-11-05 Andrew Innes <andrewi@gnu.org>
10409
10410 * w32-fns.el (w32-version): New function.
10411
10412 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10413
10414 * progmodes/awk-mode.el: Update copyright.
10415 (awk-mode-abbrev-table): Remove.
10416 (awk-font-lock-keywords): Use regexp-opt.
10417 (awk-mode): Use define-derived-mode.
10418
10419 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10420 when extracting a suffix.
10421
10422 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10423
10424 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10425 auto-save-mode.
10426
10427 2000-11-04 Jason Rumney <jasonr@gnu.org>
10428
10429 * language/european.el (decode-mac-roman): Test against r1 not r0.
10430
10431 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10432
10433 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10434 (icon-mode): Define indent-line-function.
10435 (icon-comment-indent): Simplify.
10436 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10437
10438 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10439
10440 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10441 Bind change-log-default-mode to defeat the caching done on it.
10442 Don't bother saving excursion any more.
10443
10444 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10445
10446 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10447 (set-frame-font): Use the new name (and the old for compatibility).
10448
10449 * toolbar/tool-bar.el (tool-bar-mode):
10450 * time.el (display-time-mode):
10451 * recentf.el (recentf-mode):
10452 * paren.el (show-paren-mode):
10453 * mwheel.el (mouse-wheel-mode):
10454 * msb.el (msb-mode):
10455 * jka-compr.el (auto-compression-mode):
10456 * image-file.el (auto-image-file-mode):
10457 * hl-line.el (hl-line-mode):
10458 * delsel.el (delete-selection-mode):
10459 * autoinsert.el (auto-insert-mode):
10460 * complete.el (partial-completion-mode): Drop unneeded positional args.
10461
10462 * info.el (Info-mode):
10463 * comint.el (comint-mode): Don't bother with make-local-hook.
10464
10465 * log-edit.el (log-edit-menu): New menu.
10466
10467 2000-11-03 Miles Bader <miles@gnu.org>
10468
10469 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10470 definition, so that trailing spaces are handled properly.
10471 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10472
10473 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10474
10475 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10476 tab character.
10477 (fancy-splash-screens): Set tab-width to 20.
10478
10479 2000-11-03 Dave Love <fx@gnu.org>
10480
10481 * comint.el (comint-completion-addsuffix): Fix custom type.
10482
10483 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10484
10485 * font-lock.el (font-lock-buffers): Remove.
10486 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10487 (font-lock-change-major-mode): Remove.
10488 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10489 (font-lock-default-fontify-region): Extend the multiline
10490 fontification to whole lines.
10491 (font-lock-fontify-anchored-keywords)
10492 (font-lock-fontify-keywords-region): If matching just one
10493 line (with \n) only mark the \n as multiline.
10494
10495 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10496 Correctly handle the case where several :group args are supplied.
10497 Allow :extra-args.
10498 (easy-mmode-define-global-mode): Allow :extra-args.
10499 Correctly handle the case where several :group args are supplied.
10500
10501 2000-11-02 Miles Bader <miles@gnu.org>
10502
10503 * calendar/calendar.el (diary-face, calendar-today-face)
10504 (holiday-face): Remove dependency on `window-system'.
10505
10506 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10507
10508 * Makefile.in (emacs): Set EMACSLOADPATH always.
10509 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10510 (compile-files): Bomb out if compilation of a file fails.
10511
10512 2000-11-02 Dave Love <fx@gnu.org>
10513
10514 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10515
10516 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10517
10518 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10519 punctuation in the warning inserted into the *mail* buffer.
10520
10521 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10522
10523 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10524 (authors-public-domain-p): New function.
10525 (authors-print): Use it.
10526
10527 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10528
10529 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10530
10531 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10532
10533 * ps-print.el: Extension for even/odd printing. Doc fix.
10534 (ps-print-version): New version number (6.3.1).
10535 (ps-even-or-odd-pages): Customization fix.
10536 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10537 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10538 (ps-page-count): Var replaced by `ps-page-column'.
10539 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10540 (ps-print-sheet-p): New fun.
10541
10542 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10543
10544 * tooltip.el (tooltip-gud-tips-setup): New function.
10545 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10546 (tooltip-mode): Call tooltip-gud-tips-setup.
10547 (tooltip-gud-tips): Use `gud-basic-call' instead of
10548 process-send-string, so the prompt gets frobbed appropriately.
10549 Handle nil return value from `tooltip-gud-print-command'.
10550
10551 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10552
10553 * comint.el (comint-add-to-input-history): New function.
10554 (comint-send-input): Use `comint-add-to-input-history'.
10555
10556 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10557
10558 * info.el (info-menu-header): New face.
10559 (Info-fontify-menu-headers): New function.
10560 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10561
10562 * info.el (Info-insert-dir): Don't include blank lines at
10563 beginning of additional dir files (one is added automatically).
10564
10565 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10566
10567 * emacs-lisp/easy-mmode.el (define-minor-mode):
10568 Revert the latest changes.
10569 Allow the three positional arguments to be skipped and replaced
10570 by keyword arguments.
10571 Add a :toggle argument to determine whether a nil arg means toggle
10572 or means turn-on. The default is unchanged.
10573 Add a call to force-mode-line-update.
10574
10575 2000-11-01 Dave Love <fx@gnu.org>
10576
10577 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10578
10579 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10580
10581 * calendar/calendar.el (diary-face, holiday-face):
10582 Add dark-background variants.
10583
10584 2000-10-31 Sam Steingold <sds@gnu.org>
10585
10586 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10587 `tex-main-file' does not have directory in it.
10588
10589 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10590
10591 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10592
10593 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10594
10595 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10596 functional change.
10597
10598 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10599
10600 * files.el (find-file-noselect): When we expand a wildcard, return
10601 a list of buffers, as we should do according to the doc string.
10602
10603 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10604
10605 * loadup.el (top level): Adjust load path if program name is
10606 "../src/bootstrap-emacs", in case it's not dumped and thus the
10607 load path adjustment hasn't already been done.
10608
10609 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10610
10611 * ps-print.el: Fix bug on selected pages for printing.
10612 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10613 is on. Try to avoid warning messages when compiling. Doc Fix.
10614 (ps-print-version): New version number (6.3).
10615 (ps-color-device): Use `color-values' to determine if device
10616 supports color.
10617 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10618 (ps-print-page-p): Changed from defsubst to defun.
10619 (ps-page-number): Changed from defmacro to defun.
10620 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10621 printing.
10622 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10623 (ps-end-file, ps-dummy-page): Funs eliminated.
10624 (ps-print-color-scale): Changed default value.
10625 (ps-page-n-up, ps-print-page-p): New internal vars.
10626 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10627 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10628
10629 * delim-col.el: Little programming improvement.
10630 (delimit-columns-str): New macro.
10631 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10632
10633 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10634
10635 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10636 Moved to european.el.
10637 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10638 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10639 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10640 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10641
10642 2000-10-30 Dave Love <fx@gnu.org>
10643
10644 * progmodes/cc-menus.el (imenu-generic-expression)
10645 (imenu-progress-message): Only defvar when compiling.
10646
10647 * emacs-lisp/elp.el (elp-unload-hook): New function.
10648
10649 * loadhist.el (unload-feature): Call elp-restore-function,
10650 checking for symbols; don't use elp-restore-all.
10651 (loadhist-hook-functions): Doc fix.
10652
10653 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10654
10655 * log-edit.el (log-edit-confirm): Fix the default.
10656
10657 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10658
10659 * delim-col.el: Little fix: replace delimit-columns-align-columns by
10660 delimit-columns-format.
10661 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10662
10663 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
10664
10665 * comint.el (comint-replace-by-expanded-history): Don't use
10666 comint-get-old-input (we're not looking at *old* input).
10667 (comint-get-old-input-default): If using fields, signal an error
10668 when the point is not in an input field.
10669
10670 2000-10-30 Kenichi Handa <handa@etl.go.jp>
10671
10672 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
10673 and mule-unicode-e000-ffff.
10674
10675 * international/mule.el (decode-char, encode-char): New functions.
10676 (make-coding-system): Accept a symbol of translation table as a
10677 value of property `safe-chars'.
10678
10679 * international/mule-cmds.el (encode-coding-char): Check property
10680 safe-chars instead of safe-charsets.
10681
10682 * international/fontset.el (fontset-default): Modified for
10683 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10684 (x-font-name-charset-alist): Likewise.
10685 (ccl-encode-unicode-font): New CCL program. Record it in
10686 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
10687
10688 * language/european.el (mac-roman-decoder, mac-roman-encoder):
10689 New translation tables.
10690 (decode-mac-roman, encode-mac-roman): Definition of these CCL
10691 programs are modified and moved from mac-win.el.
10692 (mac-roman): Definition of this coding system is modified and
10693 moved from mac-win.el.
10694
10695 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10696
10697 * ediff-wind.el (ediff-setup-control-frame): Enclose
10698 face-attribute in condition-case to avoid errors in older emacsen.
10699
10700 2000-10-29 Miles Bader <miles@gnu.org>
10701
10702 * custom.el (custom-add-to-group): Allow multiple entries for a
10703 given value OPTION, as long as their widget types are different.
10704 * cus-edit.el (custom-face-value-create): If face name doesn't end
10705 with "face", add such here (similar to custom group widgets).
10706
10707 * comint.el (comint-highlight-prompt): Add :type.
10708
10709 2000-10-28 John Wiegley <johnw@gnu.org>
10710
10711 * calendar/timeclock.el (timeclock-log): Doc fix.
10712 (timeclock-last-event): Doc fix.
10713 (timeclock-log): Kill the timelog buffer after appending a new event.
10714 (timeclock-find-discrep): Use a temp buffer to read in the
10715 timelog, instead of visiting the file.
10716 (timeclock-log-data): A new function, along with a host of helper
10717 functions, for the purpose of making timelog data accessible to
10718 programmers.
10719
10720 * eshell/esh-mode.el (window-height test): Make certain that
10721 `eshell-stringify-t' is non-nil.
10722 (eshell-password-prompt-regexp): Changed to a much simpler
10723 password regexp.
10724 (eshell-send-input): If `eshell-invoke-directly' returns t,
10725 directly invoke the parsed command using `eval'. This improves
10726 turn-around time on simple commands by a factor of three or
10727 greater, such as cd, ls, pwd, etc. -- which get used very often.
10728 It also conserves thousands of cons cells per call (since
10729 `eshell-do-eval' consumes memory like a Cookie Monster set loose
10730 in the Pacific Cookie Company).
10731
10732 * eshell/esh-test.el (eshell-test): Whitespace fix.
10733
10734 * eshell/em-ls.el (eshell-ls-insert-directory):
10735 Make `eshell-ls-initial-args' nil when inserting directory contents.
10736
10737 * eshell/em-script.el (eshell-script-initialize): Add names to
10738 `eshell-complex-commands, since `source' and `.' are complex.
10739
10740 * eshell/esh-cmd.el (eshell-rewrite-for-command)
10741 (eshell-rewrite-while-command): Use `eshell-protect' instead of
10742 `eshell-copy-handles'.
10743 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
10744 bodies.
10745 (eshell-separate-commands): Whitespace fix.
10746 (eshell-complex-commands): Added a new list of names, for
10747 determining whether a given command is as simple as it looks.
10748 (eshell-invoke-directly): New function. Returns t if a command
10749 should be invoked directly (using `eval'), rather than indirectly
10750 using `eshell-do-eval'.
10751 (eshell-do-eval): Whitespace fix.
10752
10753 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
10754 which provides an emulation of the DOS shell behavior of assuming
10755 that cp/mv/ln should copy/move/link to the current directory.
10756 (eshell-remove-entries): Added a doc string.
10757 (eshell-shuffle-files): Removed the check for `target' being null.
10758 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
10759 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
10760 it to do a smarter check of whether a destination was provided.
10761 (eshell/mv, eshell/cp): Enable `:preserve-args'.
10762 (eshell/ln): Enable `:preserve-args', and use
10763 `eshell-mvcpln-template' to implement the body of the function.
10764 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
10765 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
10766 list after flattening it. This makes it possible to cat files
10767 with numerical names.
10768 (eshell-unix-initialize): Added several names to
10769 `eshell-complex-commands.
10770 (eshell-unix-command-complex-p): Return t if a given command name
10771 may result in external processes being invoked.
10772
10773 * eshell/em-glob.el (eshell-glob-show-progress): Make this
10774 variable nil by default, since it slows down glob processing by a
10775 factor of two or more, and increases memory consumption.
10776
10777 * eshell/em-smart.el: Added a note about how memory consumptive
10778 smart display mode can be (at least this is true in Emacs 21).
10779 (eshell-smart-initialize): Whitespace fix.
10780 (eshell-refresh-windows): Use `if' instead of `when'.
10781 (eshell-smart-scroll-window): Calling `save-current-buffer' was
10782 not necessary.
10783 (eshell-currently-handling-window): Added a missing global variable.
10784
10785 * eshell/em-ls.el (eshell-do-ls): Code simplification.
10786 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
10787 Whitespace fix.
10788 (eshell-ls-exclude-hidden): Added this variable in addition to
10789 `eshell-ls-exclude-regexp'. This one prevents files beginning
10790 with . from even being read, which can improve memory consumption
10791 quite a bit.
10792 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
10793 read file entries beginning with a dot. In home directories with
10794 lots of hidden files, fully two-thirds of the time spent in ls is
10795 used to read directory entries that are immediately thrown away.
10796 (eshell-ls-initial-args): Added back this configuration variable,
10797 for specifying default initial arguments to every call to ls.
10798 Much faster than using an alias to do the same thing.
10799 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
10800 (eshell-ls-dir): Whitespace change.
10801
10802 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
10803
10804 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
10805 (eshell-stringify-t): Added a customization variable, to indicate
10806 whether `t' should be rendered as a string at all. If not, one
10807 can still determine if the result of an expression is true using
10808 "file-exists-p FILE && echo true".
10809 (eshell-stringify): If `eshell-stringify-t' is nil, don't
10810 stringify t!
10811
10812 * eshell/esh-module.el: Whitespace fix.
10813
10814 * eshell/em-alias.el (eshell-alias-initialize):
10815 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
10816 (eshell-command-aliased-p): New function that returns t if a
10817 command name names an aliased.
10818
10819 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10820
10821 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
10822 redrawing the screen when changing cursor color.
10823 (viper-insert-state-pre-command-sentinel)
10824 (viper-replace-state-pre-command-sentinel)
10825 (viper-replace-state-post-command-sentinel):
10826 Use viper-preserve-cursor-color.
10827 Many functions changed to use viper= instead of = when comparing
10828 characters.
10829 * viper-util.el (viper-memq-char,viper=): New functions for
10830 working with characters.
10831 (viper-change-cursor-color): Fixed buglet.
10832 Many functions changed to use viper= instead of = when comparing
10833 characters.
10834 * viper.el (viper-insert-state-mode-list): Added eshell.
10835
10836 * ediff-init.el (ediff-before-setup-hook): New hook.
10837 Several typos fixed in various docstrings.
10838 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
10839 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
10840 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
10841 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
10842 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
10843 (ediff-get-selected-buffers): New function.
10844 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
10845 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
10846 Use save-window-excursion.
10847 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
10848 termination check in while loop.
10849 * ediff.el (ediff-get-default-file-name): Better defaults when in
10850 dired buffer.
10851 (ediff-files,ediff-merge-files,ediff-files3)
10852 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
10853
10854 2000-10-28 Dave Love <fx@gnu.org>
10855
10856 * info.el (Info-fontify-node): Add help-echo for menu items.
10857
10858 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
10859
10860 * startup.el (normal-top-level): If the value of $TERM indicates
10861 we are running from xterm or one of its work-alikes, default to a
10862 light background mode.
10863
10864 Support for -fg, -bg, and -rv command-line arguments for TTYs:
10865 * faces.el (tty-handle-reverse-video): New function.
10866 (tty-create-frame-with-faces): Call it.
10867
10868 * frame.el (frame-notice-user-settings): Don't apply
10869 default-frame-alist and initial-frame-alist to MS-DOS frames.
10870 Call tty-handle-reverse-video, frame-set-background-mode, and
10871 face-set-after-frame-default for non-MS-DOS frames.
10872
10873 * startup.el (tty-long-option-alist): New variable.
10874 (tty-handle-args): New function.
10875 (command-line): Call tty-handle-args.
10876
10877 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
10878 startup.el now does that for all character-terminal frames.
10879
10880 2000-10-28 Miles Bader <miles@gnu.org>
10881
10882 * emacs-lisp/easy-mmode.el (define-minor-mode):
10883 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
10884 is global. If :global is followed by a non-nil but non-t value,
10885 make the mode buffer-local, but also generate a `global-MODE'
10886 version using `easy-mmode-define-global-mode'.
10887 Add :conditional-turn-on keyword argument.
10888
10889 2000-10-28 Dave Love <fx@gnu.org>
10890
10891 * international/latin1-disp.el (latin1-char-displayable-p):
10892 Don't use window-system.
10893
10894 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
10895
10896 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10897 Don't call find-buffer-file-type-coding-system. Instead, just
10898 set eol-type to -unix if inhibit-eol-conversion is in effect, or
10899 if the file is on an untranslated filesystem.
10900 (add-untranslated-filesystem): Use "D" instead of "f" inside
10901 interactive.
10902
10903 2000-10-27 Dave Love <fx@gnu.org>
10904
10905 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
10906 (refill-mode): Use it.
10907
10908 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
10909
10910 * international/quail.el (quail-activate): Don't make-local-hook.
10911
10912 2000-10-27 Andre Spiegel <spiegel@gnu.org>
10913
10914 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
10915 manual backups and file.~<rev>.~ for automatic ones.
10916 (vc-make-version-backup): Don't do it on MS-DOS without long file
10917 names.
10918
10919 * vc.el (vc-version-other-window): If an automatic backup of the
10920 desired version exists, rename it instead of copying it.
10921
10922 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
10923 after command. If there's an unexpected error, signal it instead
10924 of being silent.
10925 (vc-cvs-merge-news): Be prepared for no news at all.
10926
10927 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
10928
10929 * shell.el (shell): Add BUFFER argument.
10930 * comint.el (make-comint-in-buffer): New function.
10931 (make-comint): Use it.
10932
10933 * faces.el (face-spec-choose): Change syntax so that the list of
10934 attribute-value pairs is now the cdr of each clause, not the cadr.
10935 Detect old-style entries, and handle them. Use pop.
10936
10937 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
10938
10939 * cus-edit.el (custom-mode-map): Use a sparse map.
10940 (custom-mode): Don't bother with make-local-hook.
10941
10942 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
10943
10944 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
10945
10946 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10947
10948 * ps-print.el: Avoid compilation gripes.
10949 (ps-print-version): New version number (6.2.1).
10950
10951 2000-10-26 Dave Love <fx@gnu.org>
10952
10953 * menu-bar.el: Modify some menu item help strings.
10954 (menu-bar-help-menu): Add link to MORE.STUFF.
10955
10956 * cus-edit.el (custom-mode): Add `special' mode-class property.
10957
10958 * wid-browse.el (widget-browse-mode): Likewise.
10959
10960 * wid-edit.el (widget-specify-field): Revert to using local-map
10961 property, not keymap.
10962
10963 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
10964
10965 * wid-edit.el (widget-field-end): When checking for a `boundary'
10966 field, do so in the correct buffer.
10967
10968 * simple.el (undo): Correctly distinguish between numeric and
10969 non-numeric prefix args in non-transient-mark-mode, as per the doc
10970 string. When in transient-mark-mode, treat all prefix-args as
10971 numeric.
10972
10973 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
10974 Position point on match. Handle N == 0 correctly.
10975
10976 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
10977 (comint-mode-map): Reverse order of `comint-write-output' and
10978 `comint-append-output-to-file'.
10979 (comint-append-output-to-file): Reinstate this function, for the
10980 benefit of the menu.
10981
10982 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
10983
10984 * vc.el (vc-version-other-window): Bind `file'.
10985
10986 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10987
10988 * Makefile.in (update-authors): New target for maintenance purposes.
10989
10990 * emacs-lisp/authors.el (batch-update-authors): New function.
10991 (authors-fixed-entries): New defconst.
10992 (authors-add-fixed-entries): New function.
10993 (authors): Call it.: Don't process lispref/.
10994
10995 2000-10-25 Jason Rumney <jasonr@gnu.org>
10996
10997 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10998 Merge x w32 and mac definitions.
10999
11000 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11001
11002 * menu-bar.el (menu-bar-options-menu): Add a help string for
11003 `uniquify'.
11004
11005 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11006
11007 * time-stamp.el (time-stamp-string-preprocess):
11008 Fix a wrong type argument error.
11009
11010 2000-10-25 Miles Bader <miles@gnu.org>
11011
11012 * recentf.el (recentf-mode): Variable removed.
11013 (recentf-mode): Use `define-minor-mode'.
11014
11015 * mwheel.el (mouse-wheel-mode): New global minor mode.
11016 (mwheel-install): Use `mouse-wheel-mode'.
11017
11018 2000-10-25 Dave Love <fx@gnu.org>
11019
11020 * progmodes/cperl-mode.el (cperl-mode):
11021 Set normal-auto-fill-function correctly.
11022
11023 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11024 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11025 bindings.
11026
11027 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11028
11029 * wid-edit.el (widget-field-at): New function.
11030 (widget-at, widget-field-activate): Use it.
11031 (widget-tabable-at): Use `widget-at'.
11032 (widget-specify-field): If the terminating character of the widget
11033 field (which is read-only) is a newline, put it into a special
11034 `boundary' field so that C-n/C-p act more naturally.
11035 (widget-field-end): Also don't subtract one if a special
11036 `boundary' field has been added after the widget field.
11037
11038 * comint.el (comint-output-filter, comint-send-input):
11039 Don't bother adding stickiness fields to overlays to fool the field
11040 code, since it should notice the overlay insertion-types now.
11041
11042 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11043 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11044 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11045
11046 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11047
11048 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11049 (authors): Set file coding system to iso-2022-7bit.
11050 Add file-local variables to output buffer.
11051
11052 * files.el (after-find-file): Don't print any warnings if
11053 WARN is nil.
11054
11055 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11056
11057 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11058
11059 * delim-col.el: Now there is a column formatting mechanism.
11060 Modified to customization mechanisms convention. Doc fix.
11061 (columns): New group for delim-col.
11062 (delimit-columns-before, delimit-columns-after)
11063 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11064 (delimit-columns-end): New vars.
11065 (delimit-columns-customize, delimit-columns-format): New funs.
11066 (delimit-columns-region, delimit-columns-rectangle)
11067 (delimit-columns-rectangle-line): Modified to support column
11068 formatting.
11069
11070 2000-10-24 Dave Love <fx@gnu.org>
11071
11072 * log-edit.el (log-edit): Add :version and a :group for vc.
11073
11074 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11075
11076 * files.el (after-find-file): Don't print a message ``New file''
11077 if WARN is nil.
11078
11079 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11080 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11081 get duplicate tool-bar entries because we'll see the global ones
11082 on more than one path through keymaps.
11083
11084 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11085
11086 * progmodes/cmacexp.el: Change Francesco's email address.
11087
11088 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11089
11090 * window.el (fit-window-to-buffer): Adjust point of the window
11091 buffer, not that of the current buffer.
11092
11093 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11094
11095 * progmodes/cmacexp.el: Update the euthor's email address.
11096
11097 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11098
11099 * faces.el (face-spec-set-match-display): Add `graphic' display
11100 type (the inverse of `tty'). Use `display-graphic-p' instead of
11101 the window-system variable.
11102
11103 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11104
11105 * international/isearch-x.el (isearch-with-input-method):
11106 Call input-method-function with the first event in
11107 unread-command-events.
11108
11109 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11110
11111 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11112
11113 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11114
11115 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11116 New charsets.
11117
11118 * term/mac-win.el: Remove definitions of mac-roman-lower and
11119 mac-roman-upper, require dired, and define instead of set
11120 mac-ready-for-drag-n-drop to avoid compilation error.
11121
11122 2000-10-23 Andrew Innes <andrewi@gnu.org>
11123
11124 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11125 Remove superfluous calls to subst-char-in-string; instead apply
11126 expand-file-name after convert-standard-filename to ensure
11127 expected directory separators are used.
11128
11129 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11130
11131 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11132
11133 2000-10-23 Dave Love <fx@gnu.org>
11134
11135 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11136 (tool-bar-add-item): Set foreground and background for XBM icons.
11137
11138 * international/latin1-disp.el (latin1-char-displayable-p):
11139 New function (from Handa).
11140 (latin1-display-check-font): Use it.
11141
11142 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11143 using :key-sequence, making it much more usable.
11144 Use nconc, not append.
11145 (imenu--create-keymap-1): Avoid append.
11146
11147 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11148
11149 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11150
11151 [the following changes fix a bug where `define-minor-mode' didn't
11152 correctly generate :require clauses for defcustoms in compiled files]
11153 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11154 (byte-compile-log-file, byte-compile-log-1): Don't set
11155 `byte-compile-current-file' to nil. Instead set
11156 `byte-compile-last-logged-file' to it. Test whether
11157 byte-compile-current-file equals byte-compile-last-logged-file
11158 instead of whether its nil.
11159 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11160
11161 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11162
11163 * textmodes/refill.el: Fix var names in doc.
11164 (refill-mode): Don't bother with make-local-hook anymore.
11165
11166 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11167
11168 * faces.el (face-user-default-spec, face-default-spec): New functions.
11169 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11170 (frame-set-background-mode, face-set-after-frame-default):
11171 Use `face-user-default-spec'. Simplify code slightly.
11172
11173 * woman.el (woman-italic-face, woman-bold-face)
11174 (woman-unknown-face): Add dark-background variants.
11175 (woman-default-faces): Renamed from `woman-colour-faces'.
11176 Set using the stored defaults, rather than using hard-wired colors.
11177 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11178 Just make the foreground `unspecified' rather than "black".
11179 (woman-menu): Rename menu entries accordingly.
11180
11181 * faces.el (header-line): Make more reasonable on mono/grayscale
11182 displays.
11183
11184 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11185
11186 * cus-edit.el (custom-button-face): Use 3D look for mac.
11187 (custom-button-pressed-face): Likewise.
11188
11189 * faces.el (set-face-attributes-from-resources): Handle mac frames
11190 in the same way as x and w32 frames.
11191 (face-valid-attribute-values): Likewise.
11192 (read-face-attribute): Likewise.
11193 (defined-colors): Likewise.
11194 (color-defined-p): Likewise.
11195 (color-values): Likewise.
11196 (display-grayscale-p): Likewise.
11197 (face-set-after-frame-default): Likewise.
11198 (mode-line): Same default face as for x and w32.
11199 (tool-bar): Likewise.
11200
11201 * frame.el: Remove call to frame-notice-user-settings at end of
11202 the file.
11203
11204 * info.el (Info-fontify-node): Make underlines invisible for mac
11205 as for x, pc, and w32 frame types.
11206
11207 * term/mac-win.el: New file.
11208
11209 2000-10-22 Dave Love <fx@gnu.org>
11210
11211 * textmodes/refill.el: New file.
11212
11213 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11214
11215 * vc-hooks.el (vc-version-backup-file-name): New optional args
11216 MANUAL and REGEXP.
11217 (vc-delete-automatic-version-backups, vc-make-version-backup):
11218 New functions.
11219 (vc-before-save): Use the latter.
11220 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11221 confusion.
11222
11223 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11224 expected by vc[-hooks].el.
11225
11226 * vc.el (vc-checkout): Added `-p' suffix in call to
11227 vc-make-version-backups-p; use vc-make-version-backup to actually
11228 make the backup.
11229 (vc-version-other-window, vc-version-backup-file): Handle both
11230 automatic and manual backups.
11231 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11232 of all of them.
11233
11234 2000-10-22 Miles Bader <miles@gnu.org>
11235
11236 * comint.el (comint-highlight-input, comint-highlight-prompt):
11237 Renamed, `-face' at end removed.
11238 (comint-send-input, comint-output-filter): Use renamed faces.
11239
11240 * window.el (fit-window-to-buffer): Change defaulting of
11241 MAX-HEIGHT slightly.
11242
11243 * faces.el (color-values, color-defined-p): Use `member', not
11244 `memq', because it works correctly for strings.
11245 (frame-set-background-mode): Actually, "unspecified-fg" and
11246 "unspecified-bg" *are* strings. Use `member', not `memq', and
11247 `equal', not `eq', when a string value is possible.
11248
11249 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11250
11251 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11252
11253 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11254
11255 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11256 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11257 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11258 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11259 (sh-font-lock-syntactic-keywords): Use them.
11260 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11261 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11262 (sh-mode): Don't override font-lock-unfontify-region-function.
11263 Use a copy of sh-font-lock-syntactic-keywords.
11264 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11265 Don't call sh-scan-buffer since font-lock does it on the fly.
11266 (sh-get-indent-info): Use `face' rather than `syntax-table'
11267 text-property to detect here-documents.
11268 Replace sh-special-syntax with sh-st-punc.
11269 (sh-prev-line): Use `face' rather than `syntax-table'
11270 text-property to skip over here-documents.
11271 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11272 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11273 (sh-electric-less, sh-set-here-doc-region)
11274 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11275 (sh-scan-buffer, sh-rescan-buffer): Remove.
11276
11277 2000-10-21 Andrew Innes <andrewi@gnu.org>
11278
11279 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11280 remote (ange-ftp) file names.
11281
11282 2000-10-21 Miles Bader <miles@gnu.org>
11283
11284 * window.el (fit-window-to-buffer): New function.
11285 (shrink-window-if-larger-than-buffer): Use it.
11286 (window-text-height): Don't expect minibuffers to have mode-lines.
11287
11288 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11289 * international/quail.el (quail-update-guidance):
11290 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11291
11292 * international/quail.el (quail-show-guidance-buf): Make sure
11293 guidance window really has enough room.
11294 (quail-update-guidance): If quail-guidance-win is already shown,
11295 make sure its height is OK.
11296
11297 * window.el (window-text-height, set-window-text-height):
11298 New functions.
11299 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11300 instead of `window-height' & `mode-line-window-height-fudge'.
11301 (mode-line-window-height-fudge): Add FACE parameter.
11302 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11303 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11304
11305 2000-10-20 Miles Bader <miles@gnu.org>
11306
11307 * window.el (height-affecting-face-attributes): Use `defconst'.
11308
11309 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11310 New function, conditionally aliased to `mode-line-window-height-fudge'.
11311 (ispell-help): Use it.
11312 (ispell-choices-win-default-height): Don't include mode-line fudge.
11313 (ispell-choices-win-default-height): New function.
11314 (ispell-show-choices, ispell-command-loop): Use function
11315 `ispell-choices-win-default-height' instead of variable.
11316
11317 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11318
11319 * window.el (mode-line-window-height-fudge): New variable.
11320 (height-affecting-face-attributes): New variable.
11321 (mode-line-window-height-fudge): New function.
11322 (shrink-window-if-larger-than-buffer): Use it.
11323 * help.el (resize-temp-buffer-window): Likewise.
11324
11325 * info.el (Info-fontify-node): Add support for @subsubsection
11326 titles, which use `Info-title-4-face'.
11327 (Info-title-4-face): New face.
11328 (Info-title-3-face): Inherit from Info-title-4-face instead of
11329 variable-pitch.
11330
11331 2000-10-19 Jason Rumney <jasonr@gnu.org>
11332
11333 * dired.el (dired-insert-directory): Do not let errors signalled by
11334 attempt to run dired-free-space-program prevent dired from working.
11335
11336 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11337
11338 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11339
11340 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11341
11342 * dirtrack.el (dirtrack): Fix call to run-hooks.
11343
11344 * cmuscheme.el (cmuscheme-program-name): Renamed from
11345 scheme-program-name because xscheme.el contains a defcustom with
11346 the same name. As a consequence, customizing group `cmuscheme'
11347 loaded `xscheme' which redefined run-scheme.
11348 (run-scheme): Use cmuscheme-program-name.
11349
11350 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11351
11352 * play/doctor.el (doctor-death): Update the Samaritans'
11353 anonymous address, and add a website for Befrienders International.
11354
11355 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11356
11357 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11358 Avoid compilation gripes. Doc fix.
11359 (ps-print-version): New version number (6.2).
11360 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11361 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11362 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11363 (ps-x-extent-priority, ps-x-extent-start-position)
11364 (ps-x-face-font-instance, ps-x-find-coding-system)
11365 (ps-x-font-instance-properties, ps-x-make-color-instance)
11366 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11367 avoid compilation gripes without defining functions.
11368 (ps-e-find-composition): Alias for function find-composition, to have a
11369 suitable function depending on Emacs version.
11370 (ps-color-device, ps-color-values, ps-face-foreground-name)
11371 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11372 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11373 (ps-print-ensure-fontified): Function definitions surrounded by
11374 `eval-and-compile' to avoid compilation gripes.
11375 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11376 by symbol-value to avoid compilation gripes.
11377 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11378 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11379
11380 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11381
11382 * startup.el (normal-top-level): Call `frame-set-background-mode'
11383 after `frame-notice-user-settings' because the latter doesn't call
11384 the former on a tty.
11385
11386 * faces.el (frame-set-background-mode): `unspecified' &c are
11387 symbols, not strings.
11388
11389 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11390
11391 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11392 why some "light*" colors are deliberately absent from the alist.
11393
11394 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11395 Change colors for tty's, as suggested by Miles Bader.
11396
11397 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11398
11399 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11400 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11401 for ISO10646-1 fonts.
11402 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11403
11404 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11405
11406 * faces.el (frame-set-background-mode): If a tty frame defines a
11407 background color, use that to compute the background mode, instead
11408 of always defaulting to "dark".
11409
11410 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11411
11412 * comint.el (comint-write-output): New function.
11413 (comint-mode-map): Add it to the menu.
11414 Bind `C-c C-s' to comint-write-output.
11415
11416 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11417
11418 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11419 Use fancy-splash-delay.
11420
11421 2000-10-18 Alex Schroeder <alex@gnu.org>
11422
11423 * progmodes/sql.el (sql-sybase-options): New option.
11424 (sql-sybase): Use it. Add sql-database to the list of parameters
11425 provided for login. The options -w 2048 -n are not used any more.
11426
11427 * comint.el (comint-read-input-ring): Bugfix such that the first
11428 and the last entry of the input ring file are not lost.
11429
11430 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11431
11432 * ps-print.el: Internal variable changes to defcustom,
11433 make-local-hook changes to defvar. Doc fix.
11434 (ps-print-version): New version number (6.1).
11435 (ps-setup, ps-do-despool): Code fix.
11436 (ps-printer-name): Customization fix.
11437 (ps-printer-name-option): Now is a defcustom instead of an
11438 internal variable.
11439 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11440 (ps-print-begin-column-hook): Now are defvar instead of
11441 make-local-hook.
11442
11443 2000-10-18 Miles Bader <miles@gnu.org>
11444
11445 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11446 (comint-kill-output): Changed into an alias for `comint-delete-output',
11447 and made obsolete.
11448 (comint-mode-map): Rename references to comint-kill-output.
11449
11450 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11451
11452 * diff-mode.el (diff-header-face, diff-file-header-face)
11453 (diff-changed-face): Add bold and italic attributes to tty faces.
11454 (diff-function-face): New face.
11455 (diff-font-lock-keywords): Use it.
11456
11457 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11458
11459 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11460 Remove commented-out call to force-mode-line-update.
11461 (comint-kill-output): Use `forward-line 0' instead of
11462 beginning-of-line to make sure we get past the prompt.
11463
11464 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11465
11466 * diff-mode.el (diff-header-face, diff-file-header-face):
11467 Add specific setting for dark background.
11468 (diff-context-face): Renamed from diff-comment-face.
11469 Set explicitly rather than inheriting from font-lock-comment-face.
11470
11471 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11472
11473 * startup.el (command-line): Move the code which sets the default
11474 TTY colors to before before-init-hook.
11475
11476 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11477
11478 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11479
11480 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11481
11482 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11483 extensions, for MS-DOS.
11484
11485 * diff-mode.el (diff-header-face, diff-file-header-face)
11486 (diff-changed-face): Define tty-specific colors.
11487
11488 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11489
11490 * startup.el (fancy-splash-text): Realign the text.
11491
11492 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11493
11494 * font-lock.el (font-lock-comment-face): Define a separate default
11495 for dark-background tty's.
11496
11497 2000-10-17 Miles Bader <miles@gnu.org>
11498
11499 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11500 being obscured by whizzy mode-lines on graphics displays.
11501
11502 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11503
11504 * info.el (Info-title-1-face, Info-title-2-face)
11505 (Info-title-3-face): Define colors for tty's.
11506 (info-header-node): Remove unneeded tty-specific definition.
11507
11508 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11509
11510 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11511 reverse from the frame parameters, and don't invert foreground and
11512 background colors.
11513
11514 2000-10-16 Miles Bader <miles@gnu.org>
11515
11516 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11517 string "*Info*". Call propertized-buffer-identification to spruce
11518 up the result.
11519
11520 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11521
11522 * help.el: Provide `help' for the sake of define-minor-mode
11523 which generates defcustoms with requires.
11524
11525 * jit-lock.el (jit-lock-after-change): If we're in text that
11526 matches a multi-line font-lock pattern, make sure the whole text
11527 will be redisplayed.
11528
11529 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11530 author's name is unknown.
11531
11532 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11533 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11534 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11535 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11536 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11537 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11538 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11539 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11540 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11541 Add author information.
11542
11543 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11544
11545 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11546 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11547 full-color version (using the Gimp) to eliminate dithering artifacts.
11548
11549 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11550
11551 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11552
11553 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11554
11555 2000-10-15 Dave Love <fx@gnu.org>
11556
11557 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11558
11559 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11560
11561 * whitespace.el: Doc fixes.
11562 (top-level): Don't add hooks here.
11563 (whitespace-running-emacs): Deleted.
11564 (timer): Don't require.
11565 (whitespace): Add back :version conditional on xemacs test.
11566 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11567 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11568 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11569 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11570 Avoid specific xemacs test.
11571 (whitespace-global-mode): New option.
11572 (whitespace-global-mode): New command.
11573 (whitespace-unload-hook): New function.
11574
11575 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11576 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11577 (Info-fontify-node): `Goto' goes to `Go to'.
11578 (Info-fontify-node): Add help-echo to xref links.
11579
11580 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11581
11582 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11583
11584 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11585
11586 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11587 Use plist-get and allow :inherit.
11588
11589 * emacs-lisp/cl-macs.el (cl-do-arglist):
11590 Use plist-get and plist-member instead of memq.
11591
11592 * emacs-lisp/ewoc.el (ewoc-location): New function.
11593 (ewoc-enter-after, ewoc-enter-before): Document return value.
11594 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11595 Don't need make-local-hook any more.
11596 (cvs-addto-collection): Return the new tin.
11597 (cvs-mode-insert): Jump to the new line.
11598
11599 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11600
11601 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11602
11603 * font-lock.el (font-lock-syntactically-fontified): New var.
11604 (font-lock-fontify-syntactic-keywords-region): Use it.
11605 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11606
11607 * diff-mode.el (diff-find-file-name): Fix regexp.
11608
11609 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11610 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11611
11612 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11613 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11614 (sh-mode): Don't make all vars local here.
11615 (sh-kw): Reformat.
11616 (sh-set-shell): Use dolist. Don't set indent-region-function.
11617 (sh-mode-syntax-table): Use pop.
11618 (sh-remember-variable): Use push.
11619 (sh-help-string-for-variable): Use memq.
11620 (sh-safe-backward-sexp): Remove.
11621 (sh-safe-forward-sexp): Add ARG.
11622 (sh-get-indent-info, sh-prev-stmt): Use it.
11623 (sh-prev-line): Simplify by using forward-comment.
11624 (sh-this-is-a-continuation): Simplify.
11625 (sh-learn-buffer-indent): Use dolist.
11626 (sh-do-nothing): Remove.
11627 (sh-set-char-syntax, sh-set-here-doc-region):
11628 Use inhibit-modification-hooks.
11629 (sh-name-style): Use mapcar and push.
11630 (sh-load-style): Use dolist.
11631 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11632 (sh-case, sh-while-getopts): Use propertize directly rather
11633 than sh-electric-rparen.
11634
11635 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11636
11637 * textmodes/tex-mode.el: Require CL when compiling.
11638 (tex-mode-syntax-table): Init immediately.
11639 (tex-mode-map): Bind M-RET to latex-insert-item.
11640 (latex-mode): Set indent-line-function to latex-indent.
11641 (tex-common-initialization): Don't setup the syntax-table any more.
11642 (latex-insert-item): New skeleton.
11643 (tex-next-unmatched-end): Fix copy/paste braino.
11644 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11645 (latex-indent, latex-find-indent): New functions.
11646 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11647 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11648 (tex-compilation-parse-errors): Use with-syntax-table.
11649
11650 2000-10-15 Miles Bader <miles@gnu.org>
11651
11652 * font-lock.el (font-lock-comment-face): Change dark-background,
11653 color, non-tty, default to `chocolate1'.
11654
11655 2000-10-13 John Wiegley <johnw@gnu.org>
11656
11657 * eshell/esh-util.el (require): Added a missing `require' form,
11658 needed when compiling (for an ange-ftp macro definition).
11659
11660 2000-10-13 Dave Love <fx@gnu.org>
11661
11662 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
11663
11664 2000-10-13 Gerd Moellmann <gerd@gnu.org>
11665
11666 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
11667
11668 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
11669 transparent -colors 8).
11670
11671 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
11672
11673 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
11674 that breaks with old list format timestamps.
11675 (time-stamp-warn-inactive, time-stamp-old-format-warn)
11676 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
11677
11678 2000-10-13 John Wiegley <johnw@gnu.org>
11679
11680 * align.el, pcomplete.el, calendar/timeclock.el,
11681 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
11682
11683 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
11684 faulty math, where holiday hours were being computing as seconds.
11685
11686 2000-10-13 John Wiegley <johnw@gnu.org>
11687
11688 * desktop.el (desktop-buffer-modes-to-save): Added a global for
11689 specifying what "other" kinds of buffers should be saved.
11690 This used to be hard-coded.
11691 (desktop-buffer-misc-functions): A global for specifying how
11692 auxiliary data should be determined for special buffer types.
11693 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
11694 instead of hard-coding the special buffer types.
11695 (desktop-save): Run `desktop-buffer-misc-functions' to gather
11696 auxiliary data, instead of hard-coding for Info buffers and dired.
11697 (desktop-buffer-info-misc-data): Aux function for determining Info
11698 buffer auxiliary info.
11699 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
11700 (desktop-buffer-info): Changed this function to use the info
11701 gathered above.
11702 (desktop-create-buffer): Be a little more careful about what
11703 `minor-mode' means before calling it. This is important for some
11704 buffer types.
11705
11706 2000-10-13 John Wiegley <johnw@gnu.org>
11707
11708 * eshell/esh-util.el: Added a global form which declares an
11709 autoload for `parse-time-string', if that function is not already
11710 defined, and if parse-time.el is available on the user's system.
11711
11712 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
11713 to be aware of ange-ftp user info.
11714 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
11715 (eshell-ls-annotate): Use `eshell-file-attributes'.
11716 (eshell-ls-file): Made the user-id printing code a bit smarter.
11717
11718 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
11719 allow identification of alias user ids in remote directories.
11720 It's manual, but there's no other way to know when the current user
11721 on the local machine, is also the owning user on the remote machine.
11722 (fboundp): Bind `ange-cache'.
11723 (eshell-directory-files-and-attributes): Re-organized the logic a
11724 bit to use `eshell-file-attributes' instead of `file-attributes'.
11725 The former is more sensitive to directories that are read via FTP,
11726 and knows how to use ange-ftp to determine full attribute
11727 information, instead of just the name and last modtime.
11728 (eshell-current-ange-uids): Return the current user id when in a
11729 remote directory.
11730 (eshell-parse-ange-ls): Parse a full directory listing that has
11731 been returned by ange-ftp.
11732 (eshell-file-attributes): This beefed up version of
11733 `file-attributes' is only special if the user is currently in a
11734 remote directory, in which case it does a lot of work to find out
11735 what the real attributes of a file are, as they appear on the
11736 remote machine. This makes usage of remote directories (i.e.,
11737 ange-ftp pathnames) much more useful. You can now use Eshell as a
11738 full-fledged FTP client, with much more manipulation ability than
11739 most other clients.
11740
11741 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
11742 variable, which means that Eshell's du should always be preferred
11743 in remote directories.
11744 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
11745 just `file-attributes'.
11746 (eshell-mvcp-template): Bind `ange-cache', to improve performance
11747 when reading remote directories. This is an Eshell-specific
11748 variable (not part of ange-ftp).
11749 (eshell/ln): Bind `ange-cache'.
11750 (eshell/du): Added some extra logic for determining when to use
11751 Eshell's du (which is slow), and when to use the external version
11752 (which may or may not exist).
11753
11754 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11755 Call `eshell-interactive-process', rather than using
11756 `get-buffer-process', since backgrounded processes don't count in
11757 the context of this function's logic.
11758
11759 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
11760 `forward-char', so that null strings are parsed correctly.
11761
11762 2000-09-13 John Wiegley <johnw@gnu.org>
11763
11764 * eshell/em-pred.el (eshell-pred-file-type)
11765 (eshell-pred-file-links, eshell-pred-file-size):
11766 Use `eshell-file-attributes'. This is more correct over ange-ftp.
11767
11768 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
11769 that remote file globbing is more efficient.
11770
11771 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
11772 gathering the files and attributes within a directory.
11773
11774 * eshell/em-unix.el (eshell/cat): If any of the files passed on
11775 the command line is a special file (not a regular file, directory
11776 or symlink), always attempt to call the external version of cat.
11777
11778 2000-09-13 John Wiegley <johnw@gnu.org>
11779
11780 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
11781 Eshell-friendly version of find-tag.
11782
11783 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
11784
11785 * image-file.el (image-file-name-extensions)
11786 (image-file-name-regexps): Add autoload cookies.
11787
11788 2000-10-13 Kenichi Handa <handa@etl.go.jp>
11789
11790 * international/mule-cmds.el (select-safe-coding-system): If FROM
11791 is string, show it in *Warning* buffer.
11792
11793 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11794
11795 * startup.el (normal-top-level): Use display-popup-menus-p instead
11796 of window-system.
11797 (command-line): Use display-graphic-p instead of window-system.
11798 (command-line-1): Use display-popup-menus-p and display-mouse-p
11799 instead of window-system.
11800
11801 2000-10-12 Sam Steingold <sds@gnu.org>
11802
11803 * tooltip.el (tooltip-use-echo-area): New user variable.
11804 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
11805
11806 2000-10-12 Dave Love <fx@gnu.org>
11807
11808 * recentf.el: Maintainer's checkdoc fixes.
11809
11810 * startup.el (normal-top-level-add-subdirs-to-load-path):
11811 Use character class, not ASCII when matching file names.
11812 (fancy-splash-head): Add trailing slash to URL.
11813 (command-line): Don't require XPM support for toolbar.
11814
11815 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
11816 (cperl-invalid-face): Revert last change.
11817 (cperl-init-faces): Quote cperl-invalid-face.
11818
11819 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11820
11821 * startup.el (fancy-splash-text): Remove superfluous quote.
11822
11823 2000-10-12 Gerd Moellmann <gerd@gnu.org>
11824
11825 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
11826 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
11827 (command-line-1): Don't use fancy-splash-pending-command.
11828 (fancy-splash-screens-1): Goto point-min after inserting text.
11829
11830 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
11831
11832 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
11833 instead of shared-lisp-mode-map.
11834
11835 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
11836
11837 * faces.el (header-line): Change tty-variant to use underlining.
11838
11839 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
11840 (isearch-highlight): Restore lazy-isearch face properties at old
11841 position, and suppress them at new position.
11842 (isearch-dehighlight): Restore lazy-isearch face properties.
11843 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
11844 over the real isearch overlay, but in that case, don't give it a
11845 face property. Use `push'.
11846
11847 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11848
11849 * man.el (Man-getpage-in-background): Fix previous change.
11850 Decode the process output only when we are in multibyte mode.
11851
11852 2000-10-11 Dave Love <fx@gnu.org>
11853
11854 * info.el (Info-mode-menu): Fix some help.
11855 (info-tool-bar-map): Add entry for Info-last.
11856
11857 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
11858 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
11859 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
11860 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
11861 * toolbar/search-replace.xpm, toolbar/exit.xpm:
11862 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
11863 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
11864 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
11865 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
11866 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
11867 Reduce colour requirements to 25 overall. (Probably wants
11868 revisiting from the originals to reduce further.)
11869
11870 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
11871
11872 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
11873 buffer-file-coding-system, instead of raw-text.
11874 (dehexlify-buffer): Bind coding-system-for-read to
11875 buffer-file-coding-system, instead of raw-text.
11876
11877 2000-10-11 Sam Steingold <sds@gnu.org>
11878
11879 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
11880 `underline' - fixes the bug introduced on 2000-09-21.
11881
11882 2000-10-11 Dave Love <fx@gnu.org>
11883
11884 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
11885 Avoid compiler warnings.
11886 (scheme-mode): Doc fix.
11887 (scheme-font-lock-keywords-1): Match `define-syntax'.
11888
11889 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
11890
11891 * faces.el (frame-set-background-mode): Pay attention to saved
11892 face specs as well as default ones. Only do anything if the
11893 bg-mode or display-type has actually changed. Use `dolist'.
11894 (region): Make dark-background `region' face less in-your-face.
11895
11896 2000-10-10 Sam Steingold <sds@gnu.org>
11897
11898 * chistory.el, ielm.el, ledit.el:
11899 * progmodes/inf-lisp.el, progmodes/scheme.el:
11900 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
11901
11902 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
11903
11904 * textmodes/texinfo.el: Update copyright and fix typo.
11905
11906 * desktop.el (desktop-modes-not-to-save): New var.
11907 (desktop-save-buffer-p): Use it.
11908 Also, obey desktop-buffers-not-to-save even for non-file buffers.
11909 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
11910
11911 2000-10-10 Dave Love <fx@gnu.org>
11912
11913 * toolbar/tool-bar.el (tool-bar-add-item)
11914 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
11915
11916 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
11917 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
11918 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
11919 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
11920 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
11921 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
11922 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
11923 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
11924 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
11925 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
11926 the .xpms; probably need retouching.
11927
11928 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
11929
11930 * subr.el (add-to-list): Add optional argument APPEND.
11931 * battery.el (display-battery): Use `add-to-list'.
11932
11933 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
11934
11935 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
11936 properties.
11937 (zone, zone-when-idle, zone-leave-me-alone)
11938 (zone-pgm-whack-chars): Use new symbol properties.
11939
11940 * battery.el (display-battery): Doc spelling fix.
11941
11942 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
11943 property.
11944
11945 2000-10-09 Dave Love <fx@gnu.org>
11946
11947 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
11948 has been initialized before calling tool-bar-setup.
11949 (tool-bar-add-item-from-menu): Add autoload cookie.
11950
11951 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
11952
11953 * menu-bar.el (send-mail-item-name): New function.
11954 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
11955 of mail-user-agent in the menu. Don't display the "Send Mail"
11956 item if mail-user-agent is nil or its value is ignore.
11957 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
11958 if read-mail-command is nil or its value is ignore.
11959
11960 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
11961
11962 2000-10-09 Miles Bader <miles@gnu.org>
11963
11964 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
11965 Correct image size.
11966 * toolbar/left_arrow.xpm: Correct image size.
11967
11968 * jka-compr.el: Don't call `jka-compr-install' when loading (it
11969 will be done by the definition of `auto-compression-mode' if
11970 necessary. Move code to uninstall existing file-name handler
11971 before definition of `auto-compression-mode'.
11972
11973 * image-file.el (auto-image-file-mode): Move to the end of the
11974 file, because `define-minor-mode' actually calls the mode-function
11975 if the associated variable is non-nil, which requires that all
11976 needed functions be already defined.
11977
11978 * mouse.el (popup-menu): Balance parens.
11979
11980 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
11981
11982 * mouse.el (popup-menu): Move the command call outside the loop
11983 so that popup-menu returns whatever the command returns.
11984
11985 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
11986 (initialize-new-tags-table): Use run-hook-with-args-until-success.
11987 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
11988 (tags-table-format-functions): Renamed from tags-table-format-hooks.
11989
11990 * vc.el (vc-version-diff): diff-switches can be a list.
11991 Use relative filenames for prettier output.
11992
11993 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
11994 (vc-post-command-functions): Remove old-VC compatibility code.
11995
11996 * newcomment.el (comment-indent-default): Autoload.
11997
11998 * font-lock.el (font-lock-defaults): Make buffer-local.
11999 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12000 (font-lock-choose-keywords):
12001 Ignore LEVEL unless KEYWORDS is a list of syms.
12002 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12003 Don't wrap regexp-opt things in \(...\) unnecessarily.
12004
12005 * jit-lock.el: Don't require font-lock any more.
12006 (jit-lock-functions): Make buffer-local.
12007 (jit-lock-saved-fontify-buffer-function): Remove.
12008 (jit-lock-mode): Remove autoload cookie.
12009 Remove font-lock specific code.
12010 (jit-lock-unregister): Don't bother handling complex hooks any more.
12011 (jit-lock-refontify): New function.
12012 (jit-lock-fontify-buffer): Use it.
12013 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12014 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12015 Add optional args START and END.
12016 Never call font-lock-fontify-region directly.
12017 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12018
12019 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12020
12021 2000-10-08 Dave Love <fx@gnu.org>
12022
12023 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12024
12025 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12026
12027 * play/studly.el (studlify-region, studlify-word): Add autoload
12028 cookie.
12029
12030 * play/morse.el (morse-region, unmorse-region): Add autoload
12031 cookie.
12032
12033 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12034 concat.
12035
12036 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12037 insist on symbols starting with word syntax.
12038 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12039 (eval-defun-1): Doc fix.
12040 (indent-sexp): Use nconc to build up indent-stack.
12041
12042 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12043 Gnus with little use.
12044 (mail-setup-hook): Add mail-abbrevs-setup to options.
12045
12046 * recentf.el: Doc fixes.
12047
12048 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12049 Clean up remainder.
12050
12051 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12052 without timezone and (8) with timezone to enforce some whitespace.
12053 Simplify code somewhat.
12054
12055 * options.el (list-options): Doc that you should use customize.
12056
12057 * iswitchb.el (iswitchb-mode): Add :require.
12058
12059 * info.el (Info-goto-node, Info-menu): Doc fix.
12060 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12061 (info-tool-bar-map): New variable.
12062 (Info-mode): Use it.
12063 (Info-edit-map): Define all in defvar.
12064 (speedbar-attached-frame): Avoid compiler warning.
12065
12066 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12067 (global-map): Bind [tool-bar] to a filtered map.
12068 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12069 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12070 Allow PBM icons.
12071 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12072
12073 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12074 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12075 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12076 icons, except up_arrow, which is left-arrow rotated.
12077
12078 * imenu.el (imenu-add-to-menubar): Fix last change.
12079
12080 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12081
12082 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12083 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12084
12085 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12086
12087 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12088 typos in doc strings.
12089
12090 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12091 the doc strings how to customize Font Lock faces.
12092
12093 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12094 computing growth when dragging the header line.
12095
12096 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12097
12098 * simple.el (kill-line): Doc fix.
12099
12100 2000-10-08 Miles Bader <miles@gnu.org>
12101
12102 * faces.el (secondary-selection): Make foreground visible on tty.
12103
12104 * jka-compr.el (auto-compression-mode): Move to the end of the
12105 file, because `define-minor-mode' actually calls the mode-function
12106 if the associated variable is non-nil, which requires that all
12107 needed functions be already defined.
12108 (with-auto-compression-mode): Add autoload cookie.
12109
12110 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12111
12112 * files.el (find-backup-file-name) [ms-dos]: If support for long
12113 file names is not available, behave as if version-control were set
12114 to never.
12115
12116 2000-10-07 Dave Love <fx@gnu.org>
12117
12118 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12119 (browse-url-gnome-moz): New function.
12120 (browse-url-browser-function): Use it.
12121 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12122
12123 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12124
12125 * indent.el (tab-always-indent): New var.
12126 (indent-for-tab-command): Use it.
12127
12128 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12129 raise an error. This way it can still default to a sane value.
12130
12131 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12132
12133 * startup.el (fancy-splash-screens): Use local rather than global map.
12134 Don't use `update-menu-bindings' any more.
12135 Get rid of assumptions about keymap representation.
12136
12137 2000-10-06 Dave Love <fx@gnu.org>
12138
12139 * textmodes/fill.el (sentence-end-double-space)
12140 (sentence-end-without-period): Doc fix.
12141 (adaptive-fill-regexp): Purecopy.
12142 (unjustify-current-line): Use line-end-position.
12143 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12144
12145 * net/eudc-vars.el (eudc): Add :version, :link.
12146
12147 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12148
12149 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12150 Fix for define-minor-mode.
12151 (function-at-point): Alias to function-called-at-point.
12152
12153 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12154
12155 * simple.el (backward-word): Doc fix.
12156
12157 * image-file.el (image-file-name-regexp): image-file-regexps ->
12158 image-file-name-regexps.
12159 (image-file-name-extensions): Add pbm.
12160
12161 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12162
12163 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12164 and add filename to the names so that diff-mode can jump to source.
12165
12166 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12167 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12168 (tex-font-lock-keywords-1): Remove.
12169 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12170 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12171 (font-lock-default-fontify-region):
12172 Expand beg..end correctly when just following a multiline region.
12173 (font-lock-fontify-anchored-keywords):
12174 Include the anchor text as part of the multiline.
12175
12176 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12177
12178 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12179 latter needs the autoloaded define-minor-mode macro during the
12180 bootstrap.
12181
12182 * startup.el (command-line): For now, activate tool-bar-mode only
12183 if XPM images are supported.
12184
12185 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12186 window by dragging a header-line at the top of the frame; that's
12187 confusing because the header-line doesn't move.
12188 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12189 of treating the event as a list. Some cleanup.
12190
12191 2000-10-06 Miles Bader <miles@gnu.org>
12192
12193 * simple.el (display-message-or-buffer): New function.
12194 (shell-command-on-region): Use `display-message-or-buffer'.
12195
12196 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12197 docstring parts.
12198
12199 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12200 (smbclient-prompt-regexp): Add usage note to doc string.
12201 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12202 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12203 Use add-hook for adding the comint filter function, and only do so
12204 if it's not already in the global hook list.
12205 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12206 to `make-local-variable'.
12207 (nslookup-font-lock-keywords): Remove prompt entry.
12208 (nslookup): Don't set the process-filter.
12209 (finger): Exit the loop correctly when the regexps list runs out.
12210 (ftp, smbclient, smbclient-list-shares):
12211 Set the real major mode immediately, not after execing.
12212 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12213
12214 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12215
12216 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12217
12218 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12219
12220 * which-func.el (which-func-format): Remove spurious space.
12221 (which-func-mode): Don't make it permanent-local.
12222 (which-func-ff-hook): Allow which-func-maxout to be nil.
12223 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12224 (which-func-mode): Simplify.
12225 Use post-command-idle-hook rather than post-command-hook.
12226 Go through all buffers and update their state.
12227 (which-function): Also try add-log-current-defun-function.
12228
12229 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12230 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12231 Update call to with-vc-properties accordingly.
12232 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12233 (vc-revert-buffer): More careful about window selection and deletion.
12234 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12235
12236 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12237 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12238 (cvs-dired-action): Change the default to quickdir.
12239
12240 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12241 if comment-indent-function returns nil.
12242 (comment-indent-default): New function.
12243 (comment-indent-function): Use it and document the new semantics.
12244
12245 * image-file.el: Docstring fixes.
12246
12247 * help.el (help-xref-on-pp): Use match-string.
12248 (describe-variable): New arg BUFFER.
12249 Store the current buffer in the help-xref-stack.
12250 (temp-buffer-resize-mode): Use define-minor-mode.
12251
12252 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12253 consistently with its docstring.
12254 Set jit-lock-first-unfontify-pos in an idempotent way.
12255 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12256
12257 2000-10-05 Alex Schroeder <alex@gnu.org>
12258
12259 * sql.el (sql-mysql-options): New variable.
12260 (sql-mysql): Use it.
12261
12262 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12263
12264 * image.el (image): New group.
12265
12266 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12267 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12268
12269 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12270
12271 * net/net-utils.el (nslookup-font-lock-keywords)
12272 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12273 Ignore the value of wqindow-system; always define keywords
12274
12275 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12276
12277 * startup.el (fancy-splash-screens): Remove the code for
12278 debugging; `(trace-to-stderr "EXITTT\n")'.
12279
12280 2000-10-05 Miles Bader <miles@gnu.org>
12281
12282 * diff-mode.el (diff-goto-source): Update call to
12283 `diff-hunk-status-msg' to reflect new REV variable.
12284
12285 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12286
12287 * progmodes/icon.el (icon-mode):
12288 Don't gratuitously override the default for comment-column.
12289
12290 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12291
12292 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12293 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12294 (jit-lock-functions): New var.
12295 (jit-lock-function-1): Use it if non-nil.
12296 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12297 Set the `fontified' property before doing the fontification to avoid
12298 repeatedly going through the same error.
12299 Don't turn errors into messages.
12300 (jit-lock-register, jit-lock-unregister): New functions.
12301
12302 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12303 Use with-current-buffer.
12304
12305 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12306 Turn comment into docstring.
12307
12308 * apropos.el (apropos-mode): Use define-derived-mode.
12309
12310 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12311
12312 * startup.el (fancy-splash-pending-command): New variable.
12313 (fancy-splash-pre-command): New function.
12314 (fancy-splash-screens): Rewritten.
12315 (command-line-1): If fancy-splash-pending-command is set, call it
12316 interactively.
12317
12318 2000-10-04 Dave Love <fx@gnu.org>
12319
12320 * toolbar/tool-bar.el (tool-bar-setup): New function.
12321 (tool-bar-mode): Use it.
12322
12323 * subr.el (substitute-key-definition): Doc fix.
12324 (play-sound-file): New command.
12325
12326 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12327
12328 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12329 vc-version-backup-file-name): New functions.
12330
12331 * files.el (basic-save-buffer): Call vc-before-save before saving.
12332
12333 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12334 vc-cvs-stay-local-p.
12335
12336 * vc.el (vc-revert-buffer): Handle empty diff properly.
12337 (vc-version-backup-file): New function.
12338 (vc-checkout): Create a version backup if necessary.
12339 (vc-checkin): If a version backup file exists, delete it.
12340 (vc-version-diff): Diff locally using version backups, if available.
12341 (vc-revert-file): If there's a version backup, revert locally.
12342 (vc-transfer-file): Use version backup for base version, if
12343 available. If not, ask for confirmation whether to get it from the
12344 server. Update mode line before check-in.
12345
12346 2000-10-04 Dave Love <fx@gnu.org>
12347
12348 * toolbar/tool-bar.el (tool-bar-setup): New function.
12349 (tool-bar-mode): Use it.
12350
12351 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12352
12353 * net/net-utils.el (nslookup-font-lock-keywords)
12354 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12355 Only set if window-system is non-nil
12356 (net-utils-run-program): Returns buffer.
12357 (network-connection-reconnect): Added this function.
12358
12359 * generic.el:
12360 Incorporates extensive cleanup and docfixes by
12361 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12362 Uses cl compile-time macros.
12363 (generic-mode-name, generic-comment-list)
12364 (generic-keywords-list, generic-font-lock-expressions)
12365 (generic-mode-function-list, generic-mode-syntax-table):
12366 Removed variables.
12367 (generic-mode-alist): Renamed to generic-mode-list.
12368 (generic-find-file-regexp): Default changed to "^#".
12369 (generic-read-type): Uses completing read on generic-mode-list.
12370 (generic-mode-sanity-check): removed this function.
12371 (generic-add-to-auto-mode): Removed this function
12372 (generic-mode-internal): Bind mode-specific definitions
12373 into function instead of putting them in alist.
12374 (generic-mode-set-comments): Reworked extensively.
12375 (generic-mode-find-file-hook): Simplified regexp searching
12376 (generic-make-keywords-list): Omit extra pair of parens
12377
12378 * find-lisp.el (find-lisp-find-files-internal):
12379 Make sure directory name ends with "/".
12380
12381 * generic-x.el (apache-conf-generic-mode):
12382 Regexp now allows leading whitespace.
12383 (rc-generic-mode): Added eval-when-compile
12384 around generic-make-keywords-list.
12385 Deleted duplicate regexp
12386 (rul-generic-mode): Added eval-when-compile
12387 around generic-make-keywords-list.
12388 (etc-fstab-generic-mode): New generic mode.
12389 (rul-generic-mode): Removed one eval-when-compile
12390 which caused a max-specpdl-size exceeded error.
12391
12392 2000-10-04 Miles Bader <miles@gnu.org>
12393
12394 * simple.el (minibuffer-temporary-goal-position): New variable.
12395 (next-history-element): Try to keep the position of point in the
12396 input string constant.
12397
12398 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12399 (dired-do-create-files): If there's only one file, pass it in as
12400 the DEFAULT arg to dired-mark-read-file-name.
12401
12402 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12403
12404 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12405 (diff-goto-source): Be smarter when choosing REVERSE or not.
12406
12407 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12408 (texinfo-mode-menu): Add an explicit shortcut for update all.
12409
12410 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12411
12412 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12413 factorize backend-specific code cleanly (this was essentially
12414 conceived by Stefan Monnier).
12415 (vc-unregister): Function removed.
12416 (vc-revert-file): New function.
12417 (vc-revert-buffer): Delegate some of the work to it.
12418
12419 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12420 default branch unconditionally.
12421 (vc-rcs-set-default-branch): New function.
12422 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12423 (vc-rcs-checkin): If an appropriate default branch has been set,
12424 force creation of that branch.
12425 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12426 code (as suggested by Stefan Monnier).
12427
12428 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12429
12430 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12431 highlighting overlay with a different face over the overlay
12432 isearch uses to highlight the current match because that can lead
12433 to bad face combinations.
12434
12435 * loadup.el (toplevel): Load faces before isearch.
12436
12437 * isearch.el (isearch-faces): New custom group.
12438 (isearch): New defface; was already tested for in the code.
12439 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12440 (isearch-highlight): Always use face `isearch'.
12441
12442 2000-10-02 Dave Love <fx@gnu.org>
12443
12444 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12445 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12446 comparison of opcode with operand.
12447
12448 2000-10-03 Miles Bader <miles@gnu.org>
12449
12450 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12451 buffer, since the echo area will now grow to accommodate them.
12452
12453 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12454
12455 * vc-hooks.el (vc-registered): If FILE used to be registered under
12456 a certain backend, try that one first.
12457
12458 * vc.el (vc-responsible-backend): Undo the previous change in the
12459 argument list. Handle multiple backends correctly.
12460 (vc-find-new-backend): Function removed.
12461 (vc-register): Use vc-responsible-backend, as before.
12462 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12463
12464 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12465
12466 * startup.el (fancy-splash-head): Change message below the
12467 logo.
12468
12469 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12470
12471 * diff-mode.el (diff-goto-source): Emit a status message.
12472 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12473 (diff-test-hunk): Fix doc string.
12474 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12475 (diff-advance-after-apply-hunk): New variable.
12476 (diff-apply-hunk): Don't return a value.
12477
12478 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12479
12480 * vc.el (vc-editable-p): Minor optimization.
12481 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12482 (vc-find-new-backend): New function split from vc-responsible-backend.
12483 (vc-register): Use it.
12484 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12485 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12486 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12487 (vc-clear-headers): Don't use find-file.
12488 (vc-revert-buffer): Use `and' again (must have been a braino).
12489 (vc-switch-backend): Only prompt if requested.
12490 Short circuit if nothing is to be done.
12491 Don't use vc-resynch-buffer which could lose unsaved editing.
12492 (vc-default-receive-file): Update call to vc-unregister.
12493 (with-vc-file, vc-next-action-on-file):
12494 Use vc-backend rather than vc-registered.
12495 (vc-next-action-on-file): Use intern-soft.
12496 Deal with read-only *vc-diff* buffer.
12497 (vc-transfer-file): Docstring fix.
12498
12499 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12500 (vc-rcs-receive-file): Avoid with-vc-properties.
12501 Update call to vc-unregister.
12502 Use constant `RCS' rather than (dynamically bound) var `backend'.
12503
12504 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12505
12506 * vc.el (vc-next-action-on-file): Update mode line only if file
12507 is visited.
12508 (vc-start-entry): New argument initial-contents. Don't visit the file
12509 if it isn't already visited. Brought documentation up-to-date.
12510 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12511 (vc-checkin): New optional arg initial-contents, which is passed to
12512 vc-start-entry.
12513 (vc-finish-logentry): Make sure to bury log buffer only if there
12514 really is one. Call `vc-resynch-buffer' on log-file, not
12515 buffer-file-name.
12516 (vc-default-comment-history, vc-default-wash-log): New functions.
12517 (vc-index-of): Removed.
12518 (vc-transfer-file): Make do without the above.
12519 (vc-default-receive-file): Call comment-history unconditionally. Pass
12520 the resulting string to vc-checkin, instead of inserting it into the
12521 comment ring.
12522
12523 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12524 unconditionally. Use the comments as initial contents of the log
12525 entry buffer. Document the trick to force branch creation with no
12526 changes.
12527
12528 2000-10-01 Miles Bader <miles@gnu.org>
12529
12530 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12531 `recenter' with an arg to prevent redrawing the display.
12532
12533 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12534
12535 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12536
12537 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12538
12539 * progmodes/c-mode.el (c-mode):
12540 Don't gratuitously override the default for comment-column.
12541
12542 * textmodes/tex-mode.el (latex-metasection-list): New var.
12543 (latex-imenu-create-index): Use it.
12544 Move the regexp construction outside loops (and use push).
12545 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12546 (tex-font-lock-keywords): Moved from font-lock.el.
12547 (tex-comment-indent): Remove.
12548 (tex-common-initialization): Don't set comment-indent-function.
12549 (latex-block-default): New var.
12550 (tex-latex-block): Use it to provide a default choice.
12551 Add any unknown choice to latex-block-names.
12552 Insert [...] after {...}.
12553 (tex-last-unended-begin): Simplify regexp.
12554 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12555 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12556 (latex-mode): Set forward-sexp-function.
12557
12558 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12559 Add regexp for @ignore ... @end ignore.
12560 (texinfo-heading-face): New face.
12561 (texinfo-font-lock-keywords): Use it.
12562 (texinfo-mode-menu): New menu.
12563 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12564 New functions.
12565 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12566 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12567 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12568 Remove declaration.
12569 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12570
12571 * delsel.el (delete-selection-mode): Use define-minor-mode.
12572
12573 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12574
12575 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12576
12577 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12578
12579 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12580
12581 * replace.el (keep-lines-read-args): New function.
12582 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12583 read arguments interactively. Add parameters RSTART and REND.
12584 Operate on the active region in Transient Mark mode.
12585
12586 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12587
12588 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12589 (authors-obsolete-files-regexps): New variable.
12590 (authors-add): Don't record changes in obsolete files.
12591
12592 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12593
12594 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12595
12596 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12597 (comment-indent): Make sure there's a space between code and comment.
12598 Shift comments left to avoid going past fill-column.
12599
12600 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12601
12602 * startup.el (startup-echo-area-message): New function.
12603 (display-startup-echo-area-message): Use it.
12604 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12605 (fancy-splash-default-action): New function.
12606 (fancy-splash-screens-1): New function.
12607 (fancy-splash-head): Put a help-echo and a keymap under the image.
12608
12609 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12610
12611 * diff-mode.el (diff-add-log-file-name): Remove.
12612 (diff-mode): Use add-log-buffer-file-name-function.
12613
12614 * add-log.el (find-change-log): New arg BUFFER-FILE.
12615 (add-log-file-name): Obey add-log-file-name-function.
12616 (add-log-buffer-file-name-function): New var.
12617 (add-change-log-entry): Use it.
12618
12619 2000-09-29 Miles Bader <miles@gnu.org>
12620
12621 * image-file.el (image-file-name-extensions): New variable.
12622 (image-file-name-regexps): Renamed from `image-file-regexps'.
12623 New default value is nil. Call `auto-image-file-mode'.
12624 (image-file-name-regexp): New function.
12625 (auto-image-file-mode): New minor mode.
12626 (insert-image-file): Don't make conditional on the image-file
12627 handler being enabled.
12628 (image-file-handler): Make the call here conditional instead.
12629 (set-image-file-handler-enabled, enable-image-file-handler)
12630 (disable-image-file-handler): Functions removed.
12631
12632 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12633 string.
12634
12635 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12636
12637 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12638 it's a function from CL.
12639 (latex-imenu-create-index): Replace eval-when-compile with progn
12640 because latex-section-alist is not bound while compiling.
12641
12642 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12643
12644 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12645 (outline-mode): Use define-derived-mode.
12646
12647 * progmodes/perl-mode.el (perl-mode):
12648 * progmodes/awk-mode.el (awk-mode):
12649 * progmodes/asm-mode.el (asm-mode):
12650 Don't gratuitously override the default for comment-column.
12651
12652 * emacs-lisp/lisp.el (lisp-complete-symbol):
12653 Distinguish the let-binding case from the funcall case.
12654 (forward-sexp-function): New variable.
12655 (forward-sexp): Use it.
12656
12657 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12658 (easy-mmode-defmap): Remove the now useless autoload.
12659
12660 * time.el (display-time-mode): Use define-minor-mode.
12661
12662 * subr.el (add-minor-mode): Don't eval NAME.
12663 Don't depend on the presence of TOGGLE-FUN for any special behavior.
12664 Use if rather than cond.
12665
12666 * simple.el (read-expression-map): Define more properly.
12667 (comment-indent-hook): Remove.
12668 (string-to-syntax): Bug fix.
12669
12670 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
12671 (cvs-ediff-diff): Fix typo.
12672 (cvs-revert-if-needed): Don't bother preserving read-only.
12673
12674 * paren.el (show-paren-mode): Use define-minor-mode.
12675
12676 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
12677 (toggle-auto-compression): Remove.
12678 (jka-compr-build-file-regexp): Remove useless grouping.
12679
12680 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
12681 Avoid user-reserved bindings.
12682 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
12683 (diff-header-face): Revert to grey85.
12684
12685 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
12686
12687 * complete.el (partial-completion-mode) <defcustom>: Remove.
12688 (partial-completion-mode): Use define-minor-mode.
12689 (PC-do-completion): Understand `completion-auto-help = delay'
12690 to mean to popup the completion buffer only the second time.
12691 (PC-include-file-all-completions, PC-include-file-all-completions)
12692 (PC-include-file-all-completions): Don't quote lambda.
12693
12694 * comint.el (comint-mode-hook): Docstring fix.
12695 (comint-mode): Use define-derived-mode.
12696 (comint-mode-map): Remove obsolete comment.
12697 (make-comint): Minor stylistic change.
12698 (comint-insert-clicked-input): Be more careful to find the overlay.
12699 Use this-command-keys rather than hardcoding mouse-2.
12700
12701 * font-lock.el: Replace confusing (,@ with ,
12702 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
12703 Don't use regexp-opt-depth. Spice up the regexp for args.
12704 Don't distinguish between cmds that can take an opt arg or not.
12705 Use `append' and `prepend' rather than `keep'.
12706
12707 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
12708 (latex-outline-regexp): New var.
12709 (latex-outline-level): New fun.
12710 (latex-section-alist): New var.
12711 (latex-imenu-create-index): Use it. Use `push' as well.
12712 (tex-shell-map): Initialize it properly.
12713 (tex-mode): Minor stylistic change.
12714 (plain-tex-mode): Use define-derived-mode.
12715 (latex-mode): Use define-derived-mode.
12716 Construct the paragraph regexps in a more readable way.
12717 Set the buffer-local outline-{level,regexp} vars.
12718 (slitex-mode): Derive from latex-mode.
12719 (tex-common-initialization): Don't kill-all-vars anymore.
12720 Add setting for comment-add and font-lock-defaults.
12721 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
12722 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
12723 (tex-start-tex): New arg DIR (and send a chdir command for it).
12724 Also display the shell buffer and save it in tex-last-buffer-texed.
12725 (tex-region): Use expand-file-name rather than concat.
12726 Remove code made useless by changes in tex-start-tex.
12727 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
12728
12729 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
12730
12731 2000-09-28 Dave Love <fx@gnu.org>
12732
12733 * eshell/eshell.el (eshell) <defgroup>: Add :version.
12734
12735 2000-09-28 Gerd Moellmann <gerd@gnu.org>
12736
12737 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
12738 `append'.
12739
12740 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12741
12742 * info.el (Info-extract-pointer): Undo last change.
12743 Instead, fix the position of the `bound' arg to re-search-backward.
12744
12745 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
12746
12747 * info.el (Info-extract-pointer):
12748 Widen more carefully, to avoid finding pointers in other nodes.
12749 (Info-index): Use push.
12750
12751 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12752
12753 * frame.el (set-frame-font): Remove call to obsolete function
12754 frame-update-faces.
12755 (set-foreground-color, set-background-color): Likewise for
12756 frame-update-face-colors.
12757
12758 2000-09-27 Miles Bader <miles@gnu.org>
12759
12760 * image-file.el: New file.
12761
12762 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12763
12764 * frame.el (frame-notice-user-settings): Don't call
12765 frame-update-faces, which is a no-op now.
12766
12767 * ediff-wind.el (ediff-control-frame-parameters): Add zero
12768 tool-bar-lines.
12769
12770 2000-09-27 Dave Love <fx@gnu.org>
12771
12772 * mouse.el: Fix last change.
12773
12774 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
12775
12776 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
12777
12778 2000-09-22 Kenichi Handa <handa@etl.go.jp>
12779
12780 * international/quail.el (quail-help): The output message is
12781 improved.
12782
12783 2000-09-26 Dave Love <fx@gnu.org>
12784
12785 * mouse.el (popup-menu): If POSITION is nil, set it using
12786 mouse-position.
12787
12788 2000-09-25 Sam Steingold <sds@gnu.org>
12789
12790 * net/browse-url.el (browse-url-file-url): Check for null maps.
12791
12792 2000-09-26 Gerd Moellmann <gerd@gnu.org>
12793
12794 * frame.el (frame-notice-user-settings): Don't add a
12795 tool-bar-lines frame parameter to default-frame-alist in batch mode.
12796
12797 * frame.el (frame-notice-user-settings):
12798 Make tool-bar-mode and default-frame-alist consistent.
12799
12800 * toolbar/tool-bar.el (tool-bar-help): New function.
12801
12802 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12803
12804 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
12805 current-load-list in top-level forms. Else this leaks a cons cell
12806 every time a defun is called.
12807
12808 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
12809
12810 2000-09-25 Dave Love <fx@gnu.org>
12811
12812 * startup.el (fancy-splash-head): Check XPM is available.
12813
12814 * autoinsert.el (auto-insert): Doc fix.
12815 (auto-insert-alist): Following GNU notices, don't say `copyright
12816 _by_'. Use line-beginning-position.
12817 (auto-insert): Check buffer-file-name is non-nil before use.
12818
12819 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12820
12821 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
12822 starting with `@def' or `@multitable', in addition to ones
12823 specified by the user in auto-fill-inhibit-regexp.
12824
12825 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
12826
12827 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
12828 rmail-dont-reply-to-names matches the empty string.
12829
12830 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12831
12832 * startup.el (command-line-1, fancy-splash-text): Change the
12833 text to sound more friendly.
12834
12835 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
12836
12837 * progmodes/hideshow.el: Update author email address.
12838 Generally, sync w/ maintainer version 5.22.
12839 (hs-hide-all-non-comment-function): New var.
12840 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
12841 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
12842 (hs-show-region): Delete this command.
12843 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
12844
12845 2000-09-22 Dave Love <fx@gnu.org>
12846
12847 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
12848 (hl-line-highlight): Specify buffer when moving overlay.
12849
12850 * progmodes/fortran.el (fortran-mode): Locally set
12851 normal-auto-fill-function.
12852 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
12853 (fortran-mode-map): Adjust auto-fill menu entry.
12854
12855 2000-09-22 Gerd Moellmann <gerd@gnu.org>
12856
12857 * vc-rcs.el (toplevel): Require `vc' when compiling.
12858
12859 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
12860
12861 2000-09-22 Andre Spiegel <spiegel@gnu.org>
12862
12863 * vc.el (vc-switch-backend): Signal an error if the file is not
12864 registered under the new backend.
12865
12866 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
12867 without explicit revision number.
12868
12869 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
12870
12871 * diff-mode.el (diff-file-header-face): Reset to its previous value.
12872 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
12873 (diff-xor): New function.
12874 (diff-find-source-location): Use it. Fix a stupid name clash.
12875 (diff-hunk-status-msg): New function.
12876 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
12877 (diff-test-hunk): Use diff-find-source-location.
12878 (diff-goto-source): Favor the `reverse'.
12879 (diff-hunk-text): Properly handle one-sided context diffs.
12880 (diff-apply-hunk): When done, advance to the next hunk.
12881
12882 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12883
12884 * startup.el (command-line): If frame was created with a non-zero
12885 tool-bar-lines parameter, switch tool-bar-mode on.
12886
12887 * add-log.el (change-log-date-face, change-log-name-face)
12888 (change-log-email-face, change-log-file-face)
12889 (change-log-list-face, change-log-conditionals-face)
12890 (change-log-function-face, change-log-acknowledgement-face):
12891 New faces, inheriting from font-lock faces.
12892 (change-log-font-lock-keywords): Use them.
12893
12894 2000-09-21 Dave Love <fx@gnu.org>
12895
12896 * progmodes/cperl-mode.el (top-level): Clean up
12897 `eval-when-compile's and assorted defvars.
12898 (cperl-invalid-face): Don't double-quote value. Change custom
12899 type.
12900 (cperl-mode): Set normal-auto-fill-function and don't zap
12901 auto-fill-function.
12902 (cperl-imenu--function-name-regexp-perl): Renamed from
12903 imenu-example--function-name-regexp-perl.
12904 (cperl-imenu--create-perl-index): Renamed from
12905 imenu-example--create-perl-index.
12906 (cperl-xsub-scan): Don't require cl.
12907
12908 * msb.el (msb-mode-map): Use substitute-key-definition.
12909 (msb-mode): Use msb-mode-map.
12910
12911 2000-09-21 Andre Spiegel <spiegel@gnu.org>
12912
12913 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
12914 New functions.
12915 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
12916 (vc-switch-backend): New function.
12917 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
12918 (vc-register): Fix prompt.
12919 (vc-unregister, vc-default-unregister): New functions.
12920 (vc-version-diff): Handle empty buffer in sentinel.
12921
12922 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
12923 (vc-rcs-state-heuristic): Use it to guess the state of files with
12924 non-strict locking.
12925 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
12926 been set with -b, but not created yet.
12927 (vc-rcs-fetch-master-state): With non-strict locking, compare file
12928 contents in order to find the state.
12929 (vc-rcs-checkin): Allow creation of branches with no changes.
12930 (vc-rcs-unregister, vc-rcs-receive-file)
12931 (vc-rcs-set-non-strict-locking): New functions.
12932
12933 * vc-hooks.el (vc-name): Force correct computation of the value
12934 in case it is missing.
12935
12936 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12937
12938 * startup.el (fancy-splash-tail): Use a different foreground
12939 color on a dark frame background.
12940
12941 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
12942
12943 * info.el: Use the correct capitalization when making Info-mode
12944 and Info-edit-mode `special' modes.
12945
12946 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
12947
12948 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
12949 (diff-mode): Add support for add-log.el.
12950 (diff-hunk-text): Use char offsets rather than line offsets.
12951 (diff-find-source-location): Replace LINE with line-offset (nil
12952 if not found) and always set POS to a meaningful position.
12953 Adapt to the new char-offsets.
12954 (diff-apply-hunk): Drop support for the unused `select' POPUP.
12955 Adapt to the new diff-find-source-location.
12956 (diff-goto-source): Adapt to the new diff-find-source-location.
12957
12958 * add-log.el (add-log-file-name): New function (split out of
12959 add-change-log-entry).
12960 (add-change-log-entry): Use it.
12961 Call add-log-file-name-function with the changelog file name if
12962 the current buffer is not associated with any file.
12963 Avoid find-file if the selected window is dedicated.
12964
12965 * diff-mode.el (diff-find-source-location):
12966 Move code from diff-apply-hunk. Return buffer rather than file.
12967 (diff-apply-hunk): Use the new result from diff-find-source-location.
12968 (diff-goto-source): Use the new diff-find-source-location.
12969
12970 2000-09-20 Dave Love <fx@gnu.org>
12971
12972 * iswitchb.el: Some doc fixes.
12973 (iswitchb-mode-map): Define completely initially. Inherit
12974 minibuffer-local-map.
12975 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
12976 fundamental-mode.
12977 (iswitchb-global-map): New variable.
12978 (iswitchb-summaries-to-end): Amalgamate regexps.
12979 (iswitchb-mode): New.
12980 (iswitchb-mode-hook): New variable.
12981 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
12982 `extensions'.
12983
12984 2000-09-20 Gerd Moellmann <gerd@gnu.org>
12985
12986 * ehelp.el (electric-help): New defgroup.
12987 (electric-help-shrink-window): New user-option.
12988 (with-electric-help): Use it.
12989
12990 * window.el (shrink-window-if-larger-than-buffer): If face
12991 `mode-line' has a :box, and we're on a graphical frame, add 1
12992 to the needed window height.
12993
12994 * frame.el (frame-notice-user-settings): Add a last parameter nil
12995 to a call to `append', because the last list passed to `append' is
12996 not copied, and so subsequent calls to assq-delete-all will modify
12997 default-frame-alist.
12998
12999 * startup.el (fancy-splash-image): Change :type.
13000 (fancy-splash-head): Use an XBM image if appropriate.
13001 (command-line-1): Show splash screens in more cases.
13002
13003 * startup.el (fancy-splash-text): Don't quote faces.
13004
13005 * dired.el (dired-font-lock-keywords): Undo last change.
13006 (dired-readin): Bind indent-tabs-mode to nil.
13007
13008 * startup.el (fancy-splash-head): If frame's background mode
13009 is `dark', change the black background of the image to gray.
13010 (fancy-splash-screens): Display startup echo area message.
13011 (display-startup-echo-area-message): New function.
13012
13013 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13014
13015 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13016
13017 * info.el (info-header-node): Tweak for color ttys.
13018
13019 * faces.el (face-valid-attribute-values): Make sure directories we
13020 search for stipples both exist and are readable before trying to
13021 search them.
13022
13023 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13024 in the dry-run case.
13025
13026 * jka-compr.el (with-auto-compression-mode): New macro.
13027
13028 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13029 (custom-group-tag-face, custom-variable-tag-face): Use relative
13030 :height and inherit from `variable-pitch' face instead of
13031 hardwiring :family.
13032 * hi-lock.el (hi-black-hb): Likewise.
13033
13034 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13035 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13036 toolbar-add-item, if image doesn't have a mask add a `:mask
13037 heuristic'.
13038
13039 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13040
13041 * diff-mode.el: Docstring fixes.
13042 (diff-header-face, diff-comment-face): New faces.
13043 (diff-font-lock-keywords): Highlight a bit differently.
13044 (diff-find-source-location): Don't return SPAN any more.
13045 (diff-hunk-text): Don't bother erasing the temp buffer.
13046 (diff-find-text): Drop argument LINE.
13047 (diff-apply-hunk): Update calls to diff-find-text.
13048 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13049
13050 * calendar/calendar.el: Docstring fixes.
13051 (calendar-make-alist): Don't quote lambda.
13052 (calendar-star-date): Use make-local-variable.
13053
13054 2000-09-19 Dave Love <fx@gnu.org>
13055
13056 * toolbar/tool-bar.el: Renamed from toolbar.el.
13057 Change `toolbar' to `tool-bar' generally in symbols.
13058 Make some items invisible in `special' major modes.
13059 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13060 Add arg PROPS.
13061
13062 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13063 Add :version here.
13064 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13065
13066 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13067
13068 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13069
13070 * files.el (find-file-suppress-same-file-warnings): New user-option.
13071 (find-file-noselect): Use it.
13072
13073 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13074 (fancy-splash-screen): Defgroup.
13075
13076 * add-log.el (change-log-font-lock-keywords): Match names
13077 more exactly for the case that font-lock-constant-face is
13078 underlined.
13079
13080 2000-09-19 Richard M. Stallman <rms@gnu.org>
13081
13082 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13083
13084 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13085
13086 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13087
13088 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13089
13090 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13091 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13092 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13093 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13094 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13095 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13096 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13097 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13098 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13099 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13100 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13101 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13102
13103 * startup.el (fancy-splash-text): New variable.
13104 (fancy-splash-delay, fancy-splash-image): New user-options.
13105 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13106 (fancy-splash-screens): New functions.
13107 (command-line-1): If display has a `display' frame parameter, has
13108 colors, and we have XPM support, show more fancy splash screens.
13109
13110 2000-09-19 Dave Love <fx@gnu.org>
13111
13112 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13113 with null `help'. Use modern backquote syntax.
13114
13115 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13116
13117 * font-lock.el (font-lock-mode): Change message telling the user
13118 that ``the buffer is too big''.
13119
13120 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13121 for instance for the case that tab-width is 2.
13122
13123 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13124
13125 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13126 toolbar-add-item, if image doesn't have a mask add a `:mask
13127 heuristic'.
13128
13129 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13130
13131 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13132 and return a cons if it's non-nil.
13133 (diff-apply-hunk): Try to jump to the line in the source text
13134 corresponding to the position of point in the in the hunk.
13135
13136 * info.el (Info-title-3-face, Info-title-2-face)
13137 (Info-title-1-face): Use face inheritance and relative sizes
13138 instead of hard-wiring things.
13139
13140 * faces.el (secondary-selection): Make dark-background variant sane.
13141
13142 2000-09-16 Andrew Innes <andrewi@gnu.org>
13143
13144 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13145 read-only, since they aren't under VC now.
13146
13147 2000-09-17 Dave Love <fx@gnu.org>
13148
13149 * tmm.el: Replace mapcar with mapc in several places.
13150
13151 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13152 ad-unadvise.
13153
13154 * international/latin1-disp.el: New file.
13155
13156 * calendar/cal-move.el (scroll-calendar-left)
13157 (scroll-calendar-right): Make arg optional (for active mode line).
13158
13159 * calendar/calendar.el (calendar-mode-line-format): Make fields
13160 mouse-sensitive.
13161 (calendar-read-date, calendar-read-date, calendar-window-list):
13162 Unquote lambda.
13163 (calendar-month-name): Use aref, not sref.
13164
13165 * view.el (minor-mode-alist): Propertize the string.
13166
13167 * international/characters.el (standard-case-table): Add entries
13168 for Greek.
13169
13170 2000-09-18 Miles Bader <miles@gnu.org>
13171
13172 * info.el (info-node, info-xref): Add dark-background variants.
13173
13174 * faces.el (header-line): Change defaults to be less confusing
13175 when mixed with mode-lines.
13176
13177 * info.el (Info-fontify-node): Make a few cleanups.
13178 Add extra `help-echo' and `local-map' props to node xrefs.
13179 Use header-specific faces for node-names & xrefs.
13180 (Info-use-header-line): New variable.
13181 (info-header-xref, info-header-node): New faces.
13182 (Info-setup-header-line): New function.
13183 (Info-select-node): Call Info-setup-header-line when enabled.
13184 (Info-extract-pointer): Work even if the header line is hidden.
13185 (Info-header-line): New variable.
13186
13187 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13188
13189 * vms-patch.el (print-region-function): Don't quote lambda.
13190
13191 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13192
13193 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13194 (lm-get-header-re): Allow spaces between the header and the colon.
13195 (lm-header): Allow $ in non-RCS headers.
13196 (lm-header-multiline): Put the strings back into order.
13197 Stop at an empty line. Don't require two space chars if the
13198 line is clearly not another header line.
13199
13200 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13201 (popup-menu-popup): Remove.
13202
13203 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13204
13205 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13206 specification if or if not tool-bar item contains an `:enabled'
13207 property.
13208
13209 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13210 current buffer has no file name.
13211
13212 2000-09-15 Dave Love <fx@gnu.org>
13213
13214 * strokes.el: Sync with maintainer's current version with changes
13215 for Emacs, but avoid runtime cl and levents.
13216 (toplevel): Change autoloads and compilation requires.
13217 (strokes-version, strokes-bug-address, strokes-lift): Values
13218 changed.
13219 (strokes-xpm-header, strokes-insinuated): New variable.
13220 (strokes): Add :link.
13221 (strokes-mode): Customized.
13222 (strokes-while-inhibiting-garbage-collector): New macro.
13223 (strokes-remassoc): Avoid remove-if.
13224 (strokes-fix-button2-command): Don't use ad-do-it.
13225 (strokes-insinuate): New function.
13226 (strokes-button-press-event-p, strokes-button-release-event-p):
13227 New functions, used instead of non-`strokes-' versions..
13228 (strokes-mouse-event-p): Rewritten.
13229 (strokes-event-closest-point): Avoid event-point.
13230 (strokes-get-grid-position): Avoid cdadr, caadr
13231 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13232 functions.
13233 (strokes-help): Use with-output-to-temp-buffer.
13234 (strokes-window-configuration-changed-p): New function.
13235 (strokes-update-window-configuration): Use buffer-live-p,
13236 strokes-window-configuration-changed-p.
13237 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13238 (strokes-char-face): New face.
13239 (strokes-char-table, strokes-base64-chars): New variable.
13240 (strokes-xpm-for-stroke, strokes-list-strokes)
13241 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13242 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13243 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13244 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13245 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13246 functions.
13247
13248 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13249
13250 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13251
13252 * image.el (create-image): Doc fix.
13253
13254 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13255 instead of `:heuristic-mask t'.
13256
13257 2000-09-14 Andrew Innes <andrewi@gnu.org>
13258
13259 * makefile.w32-in: Revert to Unix line endings.
13260
13261 2000-09-14 Andrew Innes <andrewi@gnu.org>
13262
13263 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13264 when installing.
13265
13266 * makefile.nt (DONTCOMPILE): Fix typo.
13267
13268 * shell.el (shell-write-history-on-exit): New function.
13269 (shell-dumb-shell-regexp): New custom variable.
13270 (shell-mode): Make shell-write-history-on-exit the process
13271 sentinel if shell name matches shell-dumb-shell-regexp.
13272
13273 * w32-fns.el: Comment out before-init-hook function which resets
13274 source-directory based; this breaks bootstrap.
13275
13276 2000-09-14 Dave Love <fx@gnu.org>
13277
13278 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13279 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13280 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13281 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13282 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13283 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13284 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13285 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13286 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13287
13288 * toolbar/toolbar.el: New.
13289
13290 * subdirs.el: Add toolbar.
13291
13292 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13293
13294 * indent.el (indent-for-tab-command): Doc fix.
13295
13296 2000-09-14 Alex Schroeder <alex@gnu.org>
13297
13298 * ansi-color.el (ansi-colors): Doc change.
13299 (ansi-color-get-face): Simplified regexp.
13300 (ansi-color-faces-vector): Added more faces, doc change.
13301 (ansi-color-names-vector): Doc change.
13302 (ansi-color-regexp): Simplified regexp.
13303 (ansi-color-parameter-regexp): New regexp.
13304 (ansi-color-filter-apply): Doc change.
13305 (ansi-color-filter-region): Doc change.
13306 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13307 deal with zero length parameters.
13308 (ansi-color-apply-on-region): Doc change.
13309 (ansi-color-map): Doc change.
13310 (ansi-color-map-update): Removed debugging message.
13311 (ansi-color-get-face-1): Added condition-case to trap
13312 args-out-of-range errors.
13313 (ansi-color-get-face): Doc change.
13314 (ansi-color-make-face): Removed.
13315 (ansi-color-for-shell-mode): New option.
13316
13317 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13318
13319 * international/quail.el (quail-start-translation): Translate KEY
13320 if necessary even if it doesn't have any mapping in the current
13321 input method.
13322 (quail-start-conversion): Likewise.
13323 (quail-help): The output message is improved.
13324
13325 2000-09-13 Miles Bader <miles@gnu.org>
13326
13327 * comint.el (comint-output-filter): Revert to using
13328 `insert-before-markers'. Add bletcherous hack to undo damage
13329 caused by `insert-before-markers'. Put `front-sticky' property on
13330 overlays created here so that the field code understands how the
13331 overlay works. Use a let when making comint-last-prompt-overlay,
13332 so that the code is easier to read.
13333
13334 2000-09-13 Dave Love <fx@gnu.org>
13335
13336 * wid-edit.el (widget-default-format-handler): DTRT when
13337 doc-property is a function.
13338
13339 2000-09-12 Francesco Potorti` <pot@gnu.org>
13340
13341 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13342 filed name if it's not there.
13343
13344 2000-09-12 Dave Love <fx@gnu.org>
13345
13346 * simple.el (read-mail-command): Doc fix.
13347 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13348
13349 * vc.el (vc-dired-listing-switches): Fix :version.
13350
13351 * vc-hooks.el: Doc fixes.
13352
13353 * subr.el (add-minor-mode): Use toggle-fun arg.
13354
13355 * speedbar.el: Add :version to several defcustoms.
13356
13357 * imenu.el (imenu--truncate-items, imenu--cleanup)
13358 (imenu--generic-function): Avoid mapcar.
13359 (imenu--replace-spaces): Function removed.
13360 (imenu--completion-buffer): Use subst-char-in-string.
13361 (imenu-add-to-menubar): Use keymap inheritance.
13362
13363 2000-09-12 Miles Bader <miles@gnu.org>
13364
13365 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13366 (diff-mode-map): Bind `diff-test-hunk'.
13367 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13368
13369 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13370
13371 * bytecomp.el (byte-compile-defvar): Undo last change
13372 because it breaks '(make-variable-buffer-local (defvar ...)'
13373 which is used at least in dired.
13374
13375 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13376
13377 * international/quail.el (quail-define-package): Docstring
13378 modified.
13379
13380 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13381
13382 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13383 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13384 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13385 docstring of "chinese-py".
13386
13387 * international/quail.el (quail-translation-docstring): New
13388 variable.
13389 (quail-show-keyboard-layout): Docstring modified.
13390 (quail-select-current): Likewise.
13391 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13392 infinite recursive call.
13393 (quail-help): Check quail-translation-docstring. Format of the
13394 output changed.
13395 (quail-help-insert-keymap-description): Adjusted for the above
13396 change.
13397
13398 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13399
13400 * bytecomp.el (byte-compile-defvar): Only cons onto
13401 current-load-list in top-level forms. Else this leaks a cons cell
13402 every time a defun is called.
13403
13404 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13405
13406 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13407 Now understands non-unified diffs. Some functionality moved into
13408 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13409 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13410 modify anything. Only reposition point in the patched file if the
13411 patch succeeds. Only pop up another window if POPUP is true.
13412 Emit a message describing what happened if successful, and at what
13413 line-offset. Automatically detect reversed hunks and do something
13414 appropriate.
13415 (diff-hunk-text, diff-find-text): New functions.
13416 (diff-filter-lines): Function removed.
13417 (diff-test-hunk): New function.
13418 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13419
13420 2000-09-10 Dave Love <fx@gnu.org>
13421
13422 * textmodes/tildify.el: Minor doc/commentary fixes.
13423 (tildify) <defgroup>: Add :version.
13424
13425 * faces.el (face-x-resources): Make custom type more specific.
13426 (frame-background-mode): Use mapc.
13427 (region) <defcustom>: Add :version.
13428
13429 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13430
13431 * vc-sccs.el (vc-sccs-register):
13432 * vc-rcs.el (vc-rcs-register):
13433 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13434 * vc.el (vc-register): Clear file's properties.
13435
13436 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13437
13438 * faces.el (face-spec-set): Only face-spec-reset-face when
13439 ATTRS is non-nil.
13440
13441 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13442
13443 * help.el (help-insert-xref-button): Fix a typo in doc string.
13444
13445 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13446
13447 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13448 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13449 methods.
13450
13451 * menu-bar.el (read-mail-item-name): New function.
13452 (menu-bar-tools-menu): Use it to compute and display the package
13453 used to read email.
13454 (menu-bar-tools-menu): Fix typo in GUD's help string.
13455
13456 2000-09-07 Dave Love <fx@gnu.org>
13457
13458 * diff-mode.el (diff-mouse-goto-source): New function.
13459
13460 * vc-sccs.el: Doc fixes.
13461 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13462
13463 * vc-rcs.el: Doc fixes.
13464 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13465 (vc-rcs-checkout-switches, vc-rcs-header)
13466 (vc-rcs-master-templates): Add or change :version.
13467
13468 * vc-cvs.el: Doc fixes.
13469 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13470 (vc-cvs-stay-local): Add :version.
13471
13472 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13473
13474 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13475
13476 * international/quail.el (quail-help): Fix previous change.
13477
13478 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13479
13480 * faces.el (color-values): Doc fix.
13481
13482 * faces.el (frame-set-background-mode): Use frame-parameter
13483 instead of frame-parameters.
13484
13485 * frame.el (filtered-frame-list): Reduce consing.
13486 (frames-on-display-list): Call frame-parameter instead of
13487 frame-parameters.
13488
13489 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13490
13491 * language/devan-util.el (devanagari-to-indian-region): In the
13492 loop, change the following char, not preceding char.
13493
13494 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13495
13496 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13497 instead of frame-parameters.
13498
13499 * faces.el (set-face-attribute): Simplify by calling
13500 internal-set-lisp-face-attribute with FRAME being 0.
13501
13502 * vc.el: Remove `Id' version control keyword.
13503
13504 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13505
13506 * help.el (help-make-xrefs): Adjusted for the change of
13507 help-xref-mule-regexp.
13508 (help-insert-xref-button): New function.
13509
13510 * international/mule-cmds.el (help-xref-mule-regexp-template):
13511 Include the pattern for character set.
13512 (leim): New group.
13513
13514 * international/quail.el: Don't require face.
13515 (quail): New group.
13516 (quail-other-command): Dummy command to make quail-help work better.
13517 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13518 (quail-keyboard-layout-substitution): New variable.
13519 (quail-update-keyboard-layout): New function.
13520 (quail-keyboard-layout-type): New customizable variable.
13521 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13522 (quail-keyboard-translate): Pay attention to
13523 quail-keyboard-layout-substitution.
13524 (quail-insert-kbd-layout): New function.
13525 (quail-show-keyboard-layout): New function.
13526 (quail-get-translation): If the definition is a vector of length
13527 1, and the element is a string of length 1, return the character
13528 in that string.
13529 (quail-update-current-translations): Fix the case of
13530 relative-index out of range.
13531 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13532 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13533 Show key sequences for all available characters.
13534 (quail-help-insert-keymap-description): Don't show such verbose
13535 key bindings as quail-self-insert-command.
13536
13537 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13538 Format changed, and each element now have extra documentations.
13539 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13540 Adjusted for the change of quail-cxterm-package-ext-info.
13541
13542 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13543
13544 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13545 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13546 during bootstrap.
13547
13548 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13549
13550 * vc.el: (toplevel): Don't require `dired' at run-time.
13551 (vc-dired-resynch-file): Remove autoload cookie.
13552
13553 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13554
13555 * vc.el: Made several backend functions optional.
13556 (vc-default-responsible-p): New function.
13557 (vc-merge): Use RET for first version to trigger merge-news, not
13558 prefix arg.
13559 (vc-annotate): Handle backends that do not support annotation.
13560 (vc-default-merge-news): Removed. The existence of a merge-news
13561 implementation is now checked on caller sites.
13562
13563 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13564 case.
13565
13566 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13567 special case that has been removed from the default in vc-hooks.el.
13568
13569 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13570
13571 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13572
13573 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13574
13575 * vc-hooks.el: Require vc during compilation.
13576 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13577 macro `with-vc-properties' in vc.el.
13578 (vc-file-getprop): Doc fix.
13579 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13580
13581 * vc.el: Require dired-aux during compilation.
13582 (vc-name-assoc-file): Moved to vc-sccs.el.
13583 (with-vc-properties): New macro.
13584 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13585 vc-finish-steal): Use it.
13586 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13587 to the backend-specific function is now supposed to do the checkout,
13588 too.
13589 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13590
13591 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13592 set file properties; that gets done in the generic code now.
13593
13594 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13595 Changed parameter list, added code from vc.el that does the
13596 checkout, possibly with a double-take.
13597
13598 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13599 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13600 the above under the new name.
13601 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13602 parameter list, added checkout command.
13603 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13604 properties; that gets done in the generic code now.
13605
13606 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13607
13608 * vc.el: Docstring fixes (courtesy of checkdoc).
13609
13610 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13611
13612 * vc.el (vc-checkout-writable-buffer-hook)
13613 (vc-checkout-writable-buffer): Remove.
13614 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13615 (vc-log-mode): Make it into a clean derived major mode.
13616 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13617 vc-log-mode if log-edit is not available.
13618 (vc-dired-mode-map): Don't set-keymap-parent yet.
13619 (vc-dired-mode): Do set-keymap-parent here.
13620 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13621
13622 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13623
13624 * faces.el (set-face-attribute, face-spec-reset-face)
13625 (face-spec-set): Avoid consing by removing calls to `apply'.
13626
13627 * frame.el (frame-parameter): Move to C code.
13628
13629 2000-09-05 Dave Love <fx@gnu.org>
13630
13631 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13632 insert-before-markers-and-inherit. Now checked systematically!
13633
13634 2000-09-05 Alex Schroeder <alex@gnu.org>
13635
13636 * sql.el (sql-postgres): Use sql-postgres-options.
13637 (sql-postgres-options): New variable.
13638
13639 2000-09-05 Alex Schroeder <alex@gnu.org>
13640
13641 * sql.el (sql-mode-menu): Work around missing variable mark-active
13642 in XEmacs.
13643 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13644 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13645 compatibility.
13646
13647 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13648
13649 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13650
13651 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13652
13653 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13654
13655 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13656
13657 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13658 don't support anything else under SCCS yet.
13659
13660 * vc-hooks.el: Minor doc fixes.
13661
13662 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13663
13664 * vc.el (vc-next-action-on-file): Do not visit the file if it's
13665 not necessary. If verbose in state `needs-patch', do the same as
13666 under `up-to-date'. When NOT verbose and `needs-patch', check out
13667 latest version instead of `merge-news'.
13668 (vc-next-action-dired): Don't mess with default-directory here; it
13669 breaks other parts of dired. It is the job of the
13670 backend-specific functions to adjust it temporarily if they need it.
13671 (vc-next-action): Remove a special CVS case.
13672 (vc-clear-headers): New optional arg FILE.
13673 (vc-checkin, vc-checkout): Set properties vc-state and
13674 vc-checkout-time properly.
13675 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
13676 (vc-print-log): Use new backend function `show-log-entry'.
13677 (vc-cancel-version): Do the checks in a different order. Added a
13678 FIXME concerning RCS-only code.
13679
13680 * vc-rcs.el (vc-rcs-show-log-entry): New function.
13681 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
13682
13683 * vc-cvs.el (vc-cvs-show-log-entry): New function.
13684
13685 * vc-hooks.el (vc-default-mode-line-string): Show state
13686 `needs-patch' as a `-' too.
13687
13688 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13689
13690 * vc.el (vc-responsible-backend): New optional arg REGISTER.
13691 (vc-default-could-register): New function.
13692 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
13693 (vc-resynch-buffer): Call vc-dired-resynch-file.
13694 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
13695 vc-resynch-buffer instead of vc-resynch-window.
13696 (vc-next-action-dired): Don't redisplay here, that gets done as a
13697 result of the individual file operations.
13698 (vc-retrieve-snapshot): Corrected prompt order.
13699
13700 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
13701
13702 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
13703 as well.
13704 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
13705 hostname regexps. Updated all callers.
13706 (vc-cvs-responsible-p): Handle directories as well.
13707 (vc-cvs-could-register): New function.
13708 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
13709 properties up-to-date.
13710
13711 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
13712 user whether to create one.
13713
13714 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13715
13716 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
13717 check out a non-existing file.
13718
13719 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
13720 workfile does not exist.
13721
13722 * vc.el (vc-version-diff): Use `require' to check for existence of
13723 diff-mode.
13724
13725 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13726
13727 * vc-cvs.el (vc-cvs-registered): Use new function
13728 vc-cvs-parse-entry to do the actual work.
13729
13730 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13731
13732 * vc-hooks.el (vc-find-backend-function): If function doesn't
13733 exist, return nil instead of error.
13734 (vc-call-backend): Doc fix.
13735
13736 * vc.el (vc-do-command): Doc fix.
13737 (vc-finish-logentry): When checking in from vc-dired, choose the
13738 right backend for logentry check.
13739 (vc-dired-mode-map): Inherit from dired-mode-map.
13740 (vc-dired-mode): Local value of dired-move-to-filename-regexp
13741 simplified.
13742 (vc-dired-state-info): Removed, updated caller.
13743 (vc-default-dired-state-info): Use parentheses instead of hyphens.
13744 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
13745 (vc-dired-listing-switches): New variable.
13746 (vc-directory): Use it, instead of dired-listing-switches.
13747
13748 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
13749 (vc-cvs-dir-state): New function.
13750 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
13751 (vc-cvs-parse-entry): New function, also to be used in
13752 vc-cvs-registered.
13753
13754 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13755
13756 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
13757 *or* single-window-frames.
13758
13759 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13760
13761 * vc.el (vc-update-changelog): Split into generic part and default
13762 implementation. Doc string adapted.
13763 (vc-default-update-changelog): New function. Call the `rcs2log'
13764 script in exec-directory, to fix a long-standing nuisance.
13765
13766 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
13767 simply signals an error.
13768
13769 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13770
13771 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
13772 control-flow more clear and to avoid running `cvs' twice.
13773
13774 * vc.el (vc-next-action-on-file): Doc fix.
13775 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
13776 (vc-print-log): Eval `file' before constructing the continuation.
13777
13778 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13779
13780 * vc.el (vc-next-action-on-file): Corrected several messages.
13781 (vc-merge): Add prefix arg `merge-news'; handle it.
13782
13783 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
13784 is not reached. It is.
13785 (vc-cvs-merge): Set state to 'edited after merge.
13786 (vc-cvs-merge-news): Set workfile version to nil if not known.
13787 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
13788
13789 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
13790 via stdout. (Merge from main line.)
13791
13792 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13793
13794 * vc.el (vc-finish-logentry): Thinko in the "same comment"
13795 detection.
13796
13797 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13798
13799 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
13800 against kill-all-local-variables.
13801 (vc-log-edit): Don't save vc-parent-buffer any more.
13802 (vc-last-comment-match): Initialize to an empty string.
13803 (vc-post-command-functions): New hook.
13804 (vc-do-command): Run it.
13805 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
13806 (vc-finish-logentry): Only add the comment to the ring if it's
13807 different from the last comment entered.
13808 (vc-new-comment-index): New function.
13809 (vc-previous-comment): Use it. Make the minibuffer message
13810 slightly less terse.
13811 (vc-comment-search-reverse): Make it work forward as well. Don't
13812 set vc-comment-ring-index if no match is found. Use
13813 vc-new-comment-index.
13814 (vc-comment-search-forward): Use vc-comment-search-reverse.
13815 (vc-dired-mode-map): Don't inherit from dired-mode-map since
13816 define-derived-mode will do it for us. Bind `v' to a keymap that
13817 inherits from vc-prefix-map so that we can bind `vt' without
13818 binding C-x v t.
13819 (vc-retrieve-snapshot): Parenthesis typo.
13820
13821 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
13822 to 1. Make sure to switch to *vc* before looking for an error
13823 message. Use vc-parse-buffer.
13824
13825 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13826
13827 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
13828 and NAME.
13829 (vc-retrieve-snapshot): Split into two parts.
13830 (vc-default-retrieve-snapshot): New function.
13831
13832 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
13833 (vc-cvs-retrieve-snapshot): New function (untested).
13834 (vc-cvs-stay-local): Default to t.
13835 (vc-cvs-remote-p): New function and property.
13836 (vc-cvs-state): Stay local only if the above is t.
13837 (vc-handle-cvs): Removed.
13838 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
13839 done via vc-handled-backends now.
13840 (vc-cvs-header): Escape Id.
13841
13842 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13843
13844 * vc.el (vc-do-command): Remove unused commands.
13845 (vc-version-diff): Make sure default-directory ends with a slash.
13846 Move the window commands into a vc-exec-after.
13847 (vc-print-log): Move more of the code into the `vc-exec-after'.
13848
13849 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13850
13851 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
13852 (vc-print-log): Search current revision from beginning of buffer.
13853 (vc-revert-buffer): Clear echo area after the diff is finished.
13854 (vc-prefix-map): Removed definition of "t" for terse display in vc
13855 dired.
13856 (vc-dired-mode-map): Inherit from dired-mode-map. Added
13857 definition of "vt" for terse display.
13858 (vc-dired-mode): Fix dired-move-to-filename-regexp.
13859
13860 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13861
13862 * vc.el (vc-exec-after): Avoid caddr.
13863
13864 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13865
13866 * vc.el (vc-exec-after): New function.
13867 (vc-do-command): Use it to add a termination message for async
13868 procs.
13869 (vc-checkout): Try to handle a missing-backend situation.
13870 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
13871 of a directory with a backend using async diffs.
13872 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
13873 present.
13874
13875 * vc-sccs.el (vc-sccs-state-heuristic): Use
13876 file-ownership-preserved-p.
13877
13878 * vc-rcs.el (vc-rcs-state-heuristic): Use
13879 file-ownership-preserved-p.
13880 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
13881
13882 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13883
13884 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
13885 vc-do-command.
13886
13887 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
13888 when there are no changes.
13889
13890 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13891
13892 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
13893
13894 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
13895
13896 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13897
13898 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
13899
13900 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
13901 the `fset' outside of the defvar so that it works even if
13902 vc-prefix-map was already defined.
13903 (vc-setup-buffer): New function, split out of vc-do-command.
13904 (vc-do-command): Allow BUFFER to be t to mean `just use the
13905 current buffer without any fuss'.
13906 (vc-version-diff): Change the `diff' backend operation to just put
13907 the diff in the current buffer without erasing it. Always use
13908 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
13909 shrink-window-if-larger-than-buffer.
13910 (vc-print-log): Change the `print-log' backend operation to just
13911 put the log in the current buffer without erasing it. Protect
13912 shrink-window-if-larger-than-buffer.
13913 (vc-update-change-log): Fix setd typo.
13914
13915 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
13916 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
13917
13918 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
13919 (vc-rcs-diff): Insert in the current buffer and remove unused arg
13920 CMP.
13921
13922 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
13923 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
13924 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
13925
13926 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13927
13928 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
13929 not possible, use vc-BACKEND-workfile-unchanged-p.
13930 (vc-default-workfile-unchanged-p): New function. Delegates to a
13931 full vc-BACKEND-diff.
13932
13933 * vc-hooks.el (vc-simple-command): Removed.
13934
13935 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
13936 instead of vc-simple-command.
13937 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
13938 avoid doing a diff when opening a file.
13939 (vc-rcs-state): Added check for unlocked-changes.
13940 (vc-rcs-header): Escape Id.
13941 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
13942 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
13943 version.
13944
13945 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
13946 (vc-sccs-diff): Remove optional arg CMP.
13947 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
13948 SCCS-specific function.
13949
13950 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
13951 vc-simple-command.
13952
13953 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13954
13955 * vc.el (vc-editable-p): Renamed from vc-writable-p.
13956 (with-vc-file, vc-merge): Use vc-editable-p.
13957 (vc-do-command): Remove unused var vc-file and fix the
13958 doubly-defined `status' var. Add a user message when starting an
13959 async command.
13960 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
13961 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
13962 Use with-current-buffer.
13963 (vc-buffer-sync): Use unless.
13964 (vc-next-action-on-file): If the file is 'edited by read-only,
13965 make it read-write instead of trying to commit.
13966 (vc-version-diff, vc-update-change-log): Use `setq
13967 default-directory' rather than `cd'.
13968 (vc-log-edit): Don't forget to set default-directory in the
13969 buffer.
13970
13971 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
13972 (vc-sccs-state-heuristic): Use file-writable-p instead of
13973 comparing userids.
13974 (vc-sccs-checkout): Use `unless'.
13975
13976 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
13977 of comparing userids.
13978 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
13979 Simplify the logic by eliminating unreachable code.
13980 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
13981 just do a recursive call if we need to retry.
13982 (vc-rcs-checkout): Handle the case where rcs is missing by making
13983 the buffer read-write if requested and re-signalling the error.
13984
13985 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
13986
13987 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13988
13989 * vc-hooks.el (vc-handled-backends): Docstring change.
13990 (vc-ignore-vc-files): Mark obsolete.
13991 (vc-registered): Check vc-ignore-vc-files.
13992 (vc-find-file-hook, vc-file-not-found-hook): Don't check
13993 vc-ignore-vc-files.
13994
13995 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
13996
13997 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13998
13999 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14000 files since ange-ftp already has vc-registered return nil.
14001
14002 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14003 (vc-sccs-workfile-version): Use with-temp-buffer and new
14004 vc-parse-buffer and don't bother setting the property.
14005 (vc-sccs-add-triple): Use with-current-buffer and
14006 find-file-noselect.
14007 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14008
14009 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14010 derives from the old vc-parse-buffer but uses the revision number
14011 rather than the date (much easier to compare robustly).
14012 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14013 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14014 locking-user more directly. Check strict locking and set
14015 checkout-model appropriately.
14016 (vc-rcs-parse-locks): Remove.
14017 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14018 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14019 (vc-rcs-system-release): Use with-current-buffer and
14020 vc-parse-buffer.
14021 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14022
14023 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14024 (vc-simple-command): Docstring fix.
14025 (vc-registered): Align the way the file-handler is called with the
14026 way the function itself works.
14027 (vc-file-owner): Remove.
14028
14029 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14030 extraction of fields and call to file-attributes because of a
14031 temporary bug in rcp.el.
14032 (vc-cvs-fetch-status): Use with-current-buffer.
14033
14034 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14035
14036 * vc.el (vc-do-command): Use file-relative-name.
14037 (vc-responsible-backend): Use vc-backend if possible.
14038 (vc-create-snapshot): Improve the `interactive' spec. Add support
14039 for branches and dispatch to backend-specific `create-snapshot'.
14040 (vc-default-create-snapshot): New function, containing the bulk of
14041 the old vc-create-snapshot.
14042 (vc-retrieve-snapshot): Improve the interactive spec.
14043
14044 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14045 (vc-backend-hook-functions): Remove.
14046 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14047 (vc-backend): Reintroduce the test for `file = nil' now that I
14048 know why it was there (and added a comment to better remember).
14049
14050 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14051 code from vc-sccs-hooks.el.
14052 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14053 'vc anymore.
14054 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14055 and file-directory-p instead of file-exists-p.
14056 (vc-sccs-check-headers): Simplify the regexp.
14057
14058 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14059 from vc-rcs-hooks.el. Don't require 'vc anymore.
14060 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14061 file-directory-p instead of file-exists-p.
14062
14063 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14064 from vc-cvs-hooks.el.
14065 (proto vc-cvs-registered): Require 'vc-cvs instead of
14066 'vc-cvs-hooks. Don't require 'vc anymore.
14067 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14068 file-directory-p instead of file-exists-p.
14069 (vc-cvs-create-snapshot): New function, replacing
14070 vc-cvs-assign-name.
14071 (vc-cvs-assign-name): Remove.
14072
14073 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14074
14075 * vc-cvs.el (vc-cvs-header): New var.
14076
14077 * vc-rcs.el (vc-rcs-exists): Remove.
14078 (vc-rcs-header): New var.
14079
14080 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14081 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14082 (vc-sccs-header): New var.
14083
14084 * vc.el (vc-do-command): Get rid of the `last' argument.
14085 (vc-header-alist): Remove, replaced by vc-X-header.
14086 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14087 (vc-dired-hook): Use expand-file-name instead of concat.
14088 (vc-directory): Use file-name-as-directory.
14089 (vc-snapshot-precondition, vc-create-snapshot)
14090 (vc-retrieve-snapshot): Allow the command to operate on any
14091 directory.
14092
14093 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14094 just removing the 'WORKFILE argument or by removing the 'MASTER
14095 argument and replacing `file' with (vc-name file).
14096
14097 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14098
14099 * vc.el: Update Copyright and add a crude list of backend funs.
14100 (vc-writable-p): New function.
14101 (with-vc-file): Use vc-writable-p.
14102 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14103 (vc-register): Avoid vc-name.
14104 (vc-locking-user): Remove.
14105 (vc-steal-lock): Make the `owner' arg non-optional.
14106 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14107 vc-checkout-model.
14108 (vc-default-dired-state-info): Use vc-state instead of
14109 vc-locking-user and return special strings for special states.
14110 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14111 and get rid of one of the special CVS cases.
14112 (vc-cancel-version): prettify error message with \\[...].
14113 (vc-rename-master): New function.
14114 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14115 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14116 the CVS special case generic.
14117 (vc-default-record-rename): Remove.
14118 (vc-file-tree-walk-internal): Only call FUNC for files that are
14119 under control of some VC backend and replace `concat' with
14120 expand-file-name.
14121 (vc-file-tree-walk): Update docstring.
14122 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14123 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14124
14125 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14126 vc-sccs-record-rename. Use `find-file-noselect' rather than
14127 `find-file' and call `vc-rename-master' to do the actual move.
14128 (vc-sccs-diff): Remove unused `backend' variable.
14129
14130 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14131 to delay loading of vc-sccs until it is really used.
14132 (vc-sccs-master-templates): Preload.
14133 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14134 (vc-sccs-project-dir): Remove (merged into
14135 vc-sccs-search-project-dir).
14136 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14137 rather than `concat', make sure it is preloaded and don't bother
14138 to check that the file actually exists.
14139 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14140 `locks' argument (use buffer's content instead) and eliminate n^2
14141 behavior.
14142
14143 * vc-rcs.el: Update Copyright.
14144 (vc-rcs-rename-file): New function.
14145 (vc-rcs-diff): Remove unused `backend' variable.
14146
14147 * vc-hooks.el: Update Copyright.
14148 (vc-backend): Don't accept a nil argument any more.
14149 (vc-up-to-date-p): Turn into a defsubst.
14150 (vc-possible-master): New function.
14151 (vc-check-master-templates): Use `vc-possible-master' and allow
14152 funs in vc-X-master-templates to return a non-existent file.
14153
14154 * vc-cvs.el: Update Copyright.
14155 (vc-cvs-diff): Remove unused `backend' variable.
14156 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14157
14158 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14159
14160 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14161
14162 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14163 since it can be called from vc-rcs.el.
14164 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14165
14166 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14167
14168 * vc.el (vc-version-diff): Expand file name read from the
14169 minibuffer. Handle the case when a previous version number can't
14170 be guessed. Give suitable messages when there were no differences
14171 found.
14172 (vc-clear-headers): Call backend-specific implementation, if one
14173 exists.
14174 (vc-cancel-version): Made error checks generic. When done, clear
14175 headers generically, too.
14176
14177 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14178 from vc-clear-headers in vc.el.
14179
14180 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14181 correctly.
14182 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14183 optional. Handle the case when it's not there.
14184
14185 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14186
14187 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14188
14189 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14190
14191 * vc-hooks.el (vc-loadup): Remove.
14192 (vc-find-backend-function): Use `require'. Also, handle the case
14193 where vc-BACKEND-hooks.el doesn't exist.
14194 (vc-call-backend): Cleanup.
14195
14196 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14197
14198 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14199 vc-rcs-grab-templates)
14200 (vc-rcs-registered): Remove. The default function works as well.
14201 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14202 vc-sccs-grab-templates)
14203 (vc-sccs-registered): Remove. The default function works as well.
14204
14205 * vc.el (vc-version-diff): Left out a vc- in call to
14206 vc-call-backend.
14207 (vc-default-dired-state-info, vc-default-record-rename)
14208 (vc-default-merge-news): Update for the new backend argument.
14209
14210 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14211 using the default function.
14212 (vc-call-backend): If calling the default function, pass it the
14213 backend as first argument. Update the docstring accordingly.
14214 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14215 for the new backend argument.
14216 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14217 (vc-find-backend-function): Use the new name.
14218 (vc-default-registered): New function.
14219
14220 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14221
14222 * vc.el (vc-merge): Use vc-find-backend-function.
14223
14224 * vc-hooks.el (vc-backend-functions): Remove.
14225 (vc-loadup): Don't setup 'vc-functions.
14226 (vc-find-backend-function): New function.
14227 (vc-call-backend): Use above fun and populate 'vc-functions
14228 lazily.
14229 (vc-backend-defines): Remove.
14230
14231 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14232
14233 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14234 Call vc-call-backend without the leading vc-.
14235 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14236 (vc-check-headers): Call vc-call-backend without the leading vc-.
14237 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14238 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14239 Call vc-call-backend without the leading vc-.
14240
14241 * vc-cvs.el (tail): Provide vc-cvs.
14242 * vc-sccs.el (tail): Provide vc-sccs.
14243 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14244
14245 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14246 (vc-make-backend-function, vc-call): Pass names without leading
14247 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14248 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14249 (vc-call-backend): Always try to load vc-X-hooks.
14250 (vc-registered): Remove vc- in call to vc-call-backend.
14251
14252 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14253
14254 * vc.el (vc-process-filter): New function.
14255 (vc-do-command): Setup `vc-process-filter' for the async process.
14256 (vc-maybe-resolve-conflicts): New function to reduce
14257 code-duplication. Additionally, it puts the buffer in
14258 `smerge-mode' if applicable.
14259 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14260 calling `merge-news'.
14261 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14262 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14263 interfacing to log-edit.el.
14264 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14265 log-edit is available.
14266 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14267
14268 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14269
14270 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14271 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14272 defvar and the initialization.
14273 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14274
14275 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14276 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14277
14278 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14279
14280 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14281
14282 * vc.el (vc-file-clear-masterprops): Removed.
14283 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14284 (vc-version-diff): Use buffer-size without argument.
14285 (vc-register): Heed vc-initial-comment.
14286
14287 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14288 default branch.
14289
14290 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14291 file name and workfile version.
14292 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14293
14294 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14295 vc-file-clear-masterprops.
14296
14297 * vc-sccs.el (vc-sccs-checkout): Removed call to
14298 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14299 rather than user login name.
14300
14301
14302 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14303
14304 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14305 `want-differences-if-changed' and simplify.
14306 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14307 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14308 output (which is invalid for async vc-diff) to decide whether to
14309 do the revert silently or not.
14310
14311 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14312
14313 * vc-hooks.el (vc-loadup): Load files quietly.
14314 (vc-call-backend): Oops, brain fart.
14315
14316 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14317
14318 * vc-cvs.el (vc-cvs-state): Typo.
14319 (vc-cvs-merge-news): Return the status code rather than the error msg.
14320
14321 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14322
14323 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14324 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14325 vc-state or vc-up-to-date-p.
14326 (vc-merge): Use vc-backend-defines to check whether merging is
14327 possible. Set state to 'edited after successful merge.
14328
14329 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14330 return that name. Redocumented.
14331
14332 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14333
14334 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14335 new `vc-state' semantics.
14336 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14337 'vc-locking-user to the current user.
14338 (vc-merge): Inline vc-backend-merge. Comment out code that I
14339 don't understand and hence can't adapt to the new `vc-state' and
14340 `vc-locking-user' semantics.
14341 (vc-backend-merge): Remove.
14342
14343 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14344 rather than 'vc-locking-user.
14345
14346 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14347
14348 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14349 (vc-state): Don't use 'reserved any more. Just use the same
14350 convention as the one used for vc-<backend>-state where the
14351 locking user (as a string) is returned.
14352 (vc-locking-user): Update, based on the above convention. The
14353 'vc-locking-user property has disappeared.
14354 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14355
14356 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14357 with a heuristic one.
14358 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14359 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14360 error. That allows us to get to 'needs-merge even in the
14361 stay-local case. There's still no way to detect 'needs-patch in
14362 such a setup (or to force an update for that matter).
14363 (vc-cvs-logentry-check): Remove, the default works as well.
14364
14365 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14366
14367 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14368
14369 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14370 major-mode in which the buffer might have been put earlier. Use
14371 `remove' and `when'. Allow `okstatus' to be `async' and use
14372 `start-process' in this case.
14373 (vc-version-diff): Handle the case where the diff looks empty
14374 because of the use of an async process.
14375
14376 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14377
14378 * vc.el (vc-next-action-on-file): Removed optional parameter
14379 `simple'. Recompute state unconditionally.
14380 (vc-default-toggle-read-only): Removed.
14381
14382 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14383 (vc-toggle-read-only): Undid prev change.
14384
14385 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14386 vc-cvs-simple-toggle. Redocumented.
14387 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14388 (vc-cvs-toggle-read-only): Removed.
14389
14390 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14391
14392 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14393 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14394 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14395 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14396 still is. So maybe it should be removed.
14397 (vc-head-version, vc-find-binary): Remove.
14398 (vc-recompute-state): Move from vc-hooks.el.
14399 (vc-next-action-on-file): Add a `simple' argument to allow
14400 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14401 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14402 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14403 (vc-dired-mode-map): Properly defvar it.
14404 (vc-print-log): Call log-view-mode if available.
14405 (small-temporary-file-directory): defvar instead of use boundp.
14406 (vc-merge-news): Moved to vc-cvs.el.
14407 (vc-default-merge-news): New function.
14408
14409 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14410 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14411 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14412 unknown `vc-latest-version' function. It should probably refer to
14413 vc-workfile-version or somesuch, but it's very unclear to me and I
14414 don't have SCCS to test things.
14415
14416 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14417 (vc-sccs-state-heuristic): Fix typo.
14418 (vc-sccs-workfile-unchanged-p): Add missing argument.
14419
14420 * vc-rcs.el: Require vc and vc-rcs-hooks.
14421 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14422 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14423 (vc-release-greater-or-equal-p): Move from vc.
14424 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14425 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14426 (vc-rcs-checkout): Add a missing `new-version' argument in the
14427 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14428
14429 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14430 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14431 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14432 than the apparently unbound `workfile-version'.
14433
14434 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14435 (vc-file-prop-obarray): Use `make-vector'.
14436 (vc-backend-functions): Add new hookable functions
14437 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14438 (vc-loadup): If neither backend nor default functions exist, use
14439 the backend function rather than nil.
14440 (vc-call-backend): If the function if not bound yet, try to load
14441 the non-hook file to see if it provides it.
14442 (vc-call): New macro plus use it wherever possible.
14443 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14444 nor `vc-find-binary' since it's only called from
14445 vc-mistrust-permission which is only used once the backend is known.
14446 (vc-checkout-model): Fix parenthesis.
14447 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14448
14449 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14450 (vc-cvs-release, vc-cvs-system-release): Remove.
14451 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14452 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14453 status symbols.
14454 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14455 (vc-cvs-toggle-read-only): First cut at a function to allow a
14456 cvs-status-free vc-toggle-read-only.
14457 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14458 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14459 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14460 (vc-cvs-checkout): Modify access rights directly if the user
14461 requested not to use `cvs edit'. And refresh the mode line.
14462
14463 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14464 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14465
14466 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14467
14468 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14469 workfile' that got lost when the code was extracted from vc.el.
14470 And merged the tail with the rest of the code (not possible in the
14471 old vc.el where the tail was shared among all backends). And
14472 explicitly set the state to 'edited if `writable' is set.
14473
14474 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14475 (vc-cvs-state): Be careful to return the value from
14476 vc-cvs-parse-state.
14477 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14478 property but return it instead. Also be careful to handle a nil
14479 or "" `rev' when workfile is non-nil (it was handled properly when
14480 workfile was nil).
14481
14482 * vc.el: Removed those pesky unnecessary `(function' quotes.
14483 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14484 directly in the defvar.
14485 (vc-do-command): Bind inhibit-read-only so as to properly handle
14486 the case where the destination buffer has been made read-only.
14487 (vc-diff): Delegate to vc-version-diff in all cases.
14488 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14489 (vc-annotate-mode-variables): Removed (code moved partly to
14490 defvars and partly to vc-annotate-add-menu).
14491 (vc-annotate-mode): Turned into a derived-mode.
14492 (vc-annotate-add-menu): Moved in code in
14493 vc-annotate-mode-variables.
14494 (vc-update-change-log): Use make-temp-file if available.
14495
14496 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14497
14498 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14499 `vc-checkout-model' updated to `vc-cvs-update-model'.
14500
14501 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14502
14503 * vc.el (vc-next-action-on-file): Added handling of state
14504 `unlocked-changes'.
14505 (vc-checkout-carefully): Is now practically obsolete, unless the
14506 above is too slow to be enabled unconditionally.
14507 (vc-update-change-log): Fixed typo.
14508
14509 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14510
14511 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14512 Now handles state `unlocked-changes'.
14513 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14514
14515 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14516
14517 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14518 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14519 `unlocked-changes'.
14520 (vc-rcs-workfile-unchanged-p): Renamed from
14521 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14522 function yet, but supposed to become one soon.
14523
14524 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14525 `vc-steal-lock'.
14526 (vc-call-backend): Changed error message.
14527 (vc-state): Added description of state `unlocked-changes'.
14528
14529 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14530
14531 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14532 always return t in CVS-controlled directories.
14533
14534 * vc.el (vc-responsible-backend): New function.
14535 (vc-register): Largely rewritten.
14536 (vc-admin): Removed (implementation moved into vc-register).
14537 (vc-checkin): Redocumented.
14538 (vc-finish-logentry): If no backend defined yet (because we are in
14539 the process of registering), use the responsible backend.
14540
14541 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14542 Updated function lists.
14543 (vc-call-backend): Fixed typo.
14544
14545 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14546 New functions.
14547 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14548 Removed query option. Redocumented.
14549
14550 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14551
14552 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14553
14554 * vc.el: Updated callers of `vc-checkout-required' to use
14555 `vc-checkout-model'.
14556
14557 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14558
14559 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14560 stuff updated to reference this function instead of the old
14561 `vc-backend-release-p'.
14562
14563 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14564
14565 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14566 vc-checkout-model. Return appropriate values. Updated callers.
14567
14568 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14569
14570 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14571 (vc-backend-revert): Function moved into `vc-revert';
14572 `vc-next-action' must be updated to accomodate this change.
14573 (vc-backend-steal): Function moved into `vc-finish-steal'.
14574 (vc-backend-logentry-check): Function moved into
14575 `vc-finish-logentry'.
14576 (vc-backend-printlog): Function moved into `vc-print-log'.
14577 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14578 (vc-backend-assign-name): Function moved into
14579 `vc-create-snapshot'.
14580
14581 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14582
14583 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14584 Rename to vc-checkout-model. Return appropriate values.
14585 Update callers.
14586
14587 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14588 to vc-checkout-model.
14589 (vc-checkout-required): Rename to vc-checkout-model.
14590 Re-implement and re-comment.
14591 (vc-after-save): Use vc-checkout-model.
14592
14593 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14594
14595 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14596 Update to use the vc-BACKEND-diff functions instead.
14597 `vc-diff' is now working.
14598
14599 * vc-rcs.el (vc-rcs-logentry-check): New function.
14600
14601 * vc-cvs.el (vc-cvs-logentry-check): New function.
14602
14603 * vc-sccs.el (vc-sccs-diff): Function changed name from
14604 `vc-backend-diff'. This makes `vc-diff' work.
14605
14606 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14607 of functions possibly implemented in a vc-BACKEND library.
14608 (vc-checkout-required): Fix bug that caused an error to be
14609 signaled during `vc-after-save'.
14610
14611 * vc.el: Fix typo.
14612 This checkin is made with our new VC code base for the very first time.
14613 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14614
14615 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14616 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14617
14618 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14619 updated to `vc-uses-locking'.
14620 (vc-checkout-required): Call to backend function.
14621 `vc-checkout-required' updated to `vc-uses-locking' instead.
14622
14623 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14624 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14625
14626 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14627 to match the split into various backends.
14628 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14629 (vc-retrieve-snapshot): Bug fix.
14630
14631 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14632
14633 * vc-sccs.el (vc-sccs-release): Doc fix.
14634
14635 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14636
14637 * vc.el (vc-next-action-on-file): Bug found and fixed.
14638 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14639 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14640
14641 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14642 (vc-rcs-checkout): Name space cleaned up. No more revision number
14643 crunching function names that are not prefixed with vc-rcs.
14644 (vc-rcs-checkout-model): Function added. References to
14645 `vc-checkout-model' replaced.
14646
14647 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14648
14649 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14650 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14651 still need to be split, and implemented for RCS).
14652
14653 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14654
14655 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14656
14657 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14658 required by the vc.el file.
14659
14660 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
14661 required by the vc.el file.
14662 (vc-rcs-exists): Function added.
14663
14664 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
14665 required by the vc.el file.
14666
14667 * vc.el (vc-admin): Updated to handle selection of appropriate
14668 backend. Current implementation is crufty and need re-thinking.
14669
14670 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
14671
14672 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14673
14674 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
14675 beginning of annotate buffers correctly.
14676
14677 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
14678 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
14679 functionality updated quite a lot to support multiple backends.
14680 Variables `vc-annotate-mode', `vc-annotate-buffers',
14681 `vc-annotate-backend' added.
14682
14683 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
14684 `vc-annotate-difference' added to supported backend functions.
14685
14686 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14687
14688 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
14689 Use with-temp-file instead of /bin/sh. Merged from mainline
14690
14691 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14692
14693 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
14694
14695 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
14696
14697 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
14698
14699 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14700
14701 * vc-hooks.el: vc-state-heuristic added to
14702 vc-backend-hook-functions.
14703
14704 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
14705
14706 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
14707
14708 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
14709 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
14710 state to `reserved'.
14711
14712 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
14713 `vc-checkout-required'. Rename the `locked' state to `reserved'.
14714
14715 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14716
14717 * vc-rcs-hooks.el: Implement new state model. Hardly anything
14718 untouched.
14719
14720 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
14721
14722 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
14723 if defined. (Merged from main line, slightly adapted.)
14724
14725 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
14726 millenium problem (merged from mainline).
14727
14728 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14729
14730 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
14731 part and moved the non-BACKEND stuff to vc.el.
14732
14733 * vc.el: Split the annotate feature into a BACKEND specific part
14734 and moved it from the vc-cvs.el file to this one.
14735
14736 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14737
14738 * vc-hooks.el: Implement new state model.
14739 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
14740 (vc-locking-user): Simplify. Now only needed if the file is
14741 locked by somebody else.
14742 (vc-lock-from-permissions): Remove. Functionality is in
14743 vc-sccs-hooks.el and vc-rcs-hooks.el now.
14744 (vc-mode-line-string): New name for former vc-status. Adapted.
14745 (vc-mode-line): Adapt to use the above. Remove optional parameter.
14746
14747 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
14748 Various simplifications and adaptations all over the place.
14749
14750 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
14751 Simplify and adapt the rest.
14752
14753 * vc.el (vc-resynch-window): Add TODO comment: check for
14754 interaction with view mode according to recent RCS change.
14755 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
14756
14757 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14758
14759 * vc.el: Convert the remaining function comments to docstrings.
14760
14761 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14762
14763 * vc.el (vc-backend-release, vc-release-greater-or-equal)
14764 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
14765 (vc-minor-part, vc-previous-version): Functions that operate and
14766 compare revision numbers got proper documentation. Comments added
14767 about their possible removal.
14768
14769 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14770
14771 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
14772 the vc-backend.el files.
14773
14774 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
14775
14776 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
14777 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
14778 (vc-rcs-previous-version): Functions added.
14779
14780 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
14781
14782 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
14783
14784 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14785
14786 * vc-hooks.el (vc-master-templates): Is really obsolete.
14787 Comment out the definition for now. What is the right procedure
14788 to get rid of it?
14789 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
14790 rewritten.
14791 (vc-default-registered): Remove.
14792 (vc-check-master-templates): New function; does mostly what the
14793 above did before.
14794 (vc-locking-user): Don't rely on the backend to set the property.
14795
14796 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
14797 Rewrite documentation.
14798 (vc-rcs-templates-grabbed): New variable.
14799 (vc-rcs-grab-templates): New function.
14800 (vc-rcs-registered): Rewrite to use above mechanism.
14801
14802 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
14803 Rewrite documentation.
14804 (vc-sccs-templates-grabbed): New variable.
14805 (vc-sccs-grab-templates): New function.
14806 (vc-sccs-registered): Rewrite to use above mechanism.
14807 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
14808 Don't throw the result, simply return it.
14809
14810 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
14811 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
14812 (vc-cvs-registered): Does the check itself now. Simplify.
14813
14814 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
14815 from main line.
14816
14817 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14818
14819 * vc-cvs.el (vc-cvs-diff): New function.
14820
14821 * vc-sccs.el (vc-sccs-diff): New function.
14822
14823 * vc-rcs.el (vc-rcs-diff): New function.
14824 (vc-rcs-checkout): Bug (typo) found and fixed.
14825 (vc-rcs-register-switches): New variable.
14826
14827 * vc.el (vc-backend-diff): Function removed and placed in the
14828 backend files.
14829
14830 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14831
14832 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
14833
14834 * vc.el (vc-backend-checkout): Function removed and replaced in
14835 the vc-backend.el files.
14836
14837 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
14838
14839 * vc.el (vc-backend-admin): Removed and replaced in the
14840 vc-backend.el files.
14841
14842 * vc.el (Martin): Removed all the annotate functionality since it
14843 is CVS backend specific.
14844
14845 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14846
14847 * spec.txt: Added specification of vc-state.
14848
14849 * vc-sccs-hooks.el (vc-sccs-master-properties):
14850 Remove handling of vc-latest-version and
14851 vc-your-latest-version. What used to be vc-latest-version, is now
14852 returned as vc-workfile-version.
14853 (vc-sccs-workfile-version): Adapt.
14854
14855 2000-09-04 Dave Love <fx@gnu.org>
14856
14857 * vc.el: [Merged from mainline.]
14858 (vc-dired-mode): Make the dired-move-to-filename-regexp
14859 regexp match the date, to avoid treating date as file size.
14860 Add YYYY S option to WESTERN/
14861
14862 2000-09-04 Dave Love <fx@gnu.org>
14863
14864 * vc.el: Require `compile' when compiling.
14865 (vc-logentry-check-hook): New option.
14866 (vc-steal-lock): Use compose-mail.
14867 (vc-dired-mode-map): Defvar when compiling.
14868 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
14869 vc-sccs.el and renamed. Callers changed.
14870 (vc-backend-checkout, vc-backend-logentry-check)
14871 (vc-backend-merge-news): Doc fix.
14872 (vc-default-logentry-check): New function.
14873 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
14874 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
14875 (vc-backend-merge): Doc fix. Use backend functions.
14876 (vc-check-headers): Use backend functions.
14877
14878 * vc-cvs.el: Require vc when compiling.
14879 (vc-cvs-register-switches): Doc fix.
14880 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
14881 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
14882 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
14883 New functions (code from vc.el).
14884 (vc-annotate-display-default): Fix interactive spec.
14885 (vc-annotate-time-span): Doc fix.
14886
14887 * vc-rcs.el: Require vc when compiling.
14888 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
14889 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
14890 (vc-rcs-checkin): New functions (code from vc.el).
14891 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
14892 Doc fix.
14893 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
14894
14895 * vc-sccs.el: Require vc when compiling.
14896 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
14897 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
14898 (vc-sccs-revert)
14899 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
14900 from vc.el).
14901 (vc-sccs-add-triple, vc-sccs-record-rename)
14902 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
14903 (vc-sccs-admin): Doc fix.
14904
14905 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14906
14907 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
14908 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
14909 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
14910 from vc.el.
14911
14912 * vc-sccs.el (vc-admin-sccs): Added from vc.el
14913
14914 * vc-cvs.el: Moved the annotate functionality from vc.el.
14915 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
14916
14917 2000-09-04 Dave Love <fx@gnu.org>
14918
14919 * vc.el (vc-backend-release): Call vc-system-release.
14920
14921 * vc-sccs.el (vc-sccs-system-release):
14922 Renamed from vc-sccs-backend-release.
14923
14924 * vc-rcs.el (vc-rcs-system-release):
14925 Renamed from vc-rcs-backend-release.
14926
14927 * vc-cvs.el (vc-cvs-system-release):
14928 Renamed from vc-cvs-backend-release.
14929
14930 2000-09-04 Dave Love <fx@gnu.org>
14931
14932 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
14933 backend files.
14934 (vc-backend-release): Dispatch to backend functions.
14935 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
14936 probably needs attention.]
14937
14938 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
14939 (vc-sccs-backend-release): New function.
14940
14941 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
14942 (vc-cvs-backend-release): New function.
14943
14944 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
14945 Doc fix.
14946 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
14947 (vc-default-dired-state-info): New function.
14948 (vc-dired-state-info): Dispatch to backends.
14949 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
14950
14951 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
14952 from vc.el and renamed.
14953
14954 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14955
14956 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
14957 (vc-version-other-window, vc-backend-assign-name): Removed
14958 references to vc-latest-version; sometimes changed into
14959 vc-workfile-version.
14960
14961 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
14962 vc-rcs-master-workfile-version.
14963 (vc-rcs-workfile-version): Use the above. Don't call
14964 vc-latest-version (that was unreachable code, anyway).
14965 (vc-rcs-fetch-master-properties): Doc fix.
14966
14967 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
14968 (vc-backend-hook-functions): Removed them from this list, too.
14969 (vc-fetch-properties): Removed.
14970 (vc-workfile-version): Doc fix.
14971
14972 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
14973 (vc-rcs-workfile-version, vc-rcs-locking-user)
14974 (vc-rcs-uses-locking): Use it.
14975
14976 * vc-hooks.el (vc-consult-rcs-headers):
14977 Moved into vc-rcs-hooks.el, under the name
14978 vc-rcs-consult-headers.
14979
14980 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
14981 headers.
14982 (vc-cvs-find-master): Use this name only; correct different
14983 versions of the name.
14984
14985 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
14986 New functions.
14987 (vc-sccs-locking-user): Use the latter.
14988
14989 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
14990 New functions.
14991
14992 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
14993 Moved into both
14994 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
14995 functions are implementation details of those two backends.
14996
14997 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14998
14999 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15000 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15001
15002 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15003 (vc-sccs-parse-locks): SCCS-specific code moved here from
15004 vc-hooks.
15005
15006 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15007 code moved here from vc-hooks.
15008
15009 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15010 into back-end specific parts and removed. Callers not updated
15011 yet; because I guess these callers will disappear into back-end
15012 specific files anyway.
15013
15014 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15015
15016 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15017 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15018 `vc-uses-locking'.
15019
15020 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15021 Store yes/no in the property, and return t/nil. Updated all
15022 callers.
15023
15024 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15025 vc-sccs-uses-locking. Don't set property.
15026 (vc-sccs-locking-user): Don't set property.
15027
15028 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15029 vc-cvs-uses-locking. Don't set property here; leave that to
15030 vc-hooks.
15031 (vc-cvs-locking-user): Reflect above change. Streamlined.
15032
15033 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15034 vc-rcs-uses-locking.
15035 (vc-rcs-locking-user): Reflect above change.
15036
15037 2000-09-04 Dave Love <fx@gnu.org>
15038
15039 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15040
15041 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15042
15043 * vc-hooks.el (vc-checkout-model): Punt to backends.
15044
15045 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15046
15047 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15048
15049 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15050 New functions.
15051
15052 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15053 New functions.
15054
15055 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15056 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15057
15058 * vc-hooks.el (vc-default-locking-user): New function.
15059 (vc-locking-user, vc-workfile-version): Punt to backends.
15060
15061 2000-09-04 Dave Love <fx@gnu.org>
15062
15063 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15064 (vc-master-workfile-version): Moved from vc-hooks.
15065
15066 * vc-rcs-hooks.el: Fix duplicate code in last change.
15067
15068 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15069 (vc-rcs-master-templates): Improve :type.
15070 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15071 vc-master-workfile-version): Moved from vc-hooks.
15072
15073 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15074 (vc-sccs-master-templates): Improve :type.
15075 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15076
15077 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15078
15079 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15080 (vc-cvs-master-templates): Improve :type. Use
15081 vc-cvs-find-cvs-master.
15082 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15083 from vc-hooks.
15084 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15085
15086 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15087 Moved to vc-cvs-hooks.
15088
15089 * vc-hooks.el: Add doc strings in various places. Simplify the
15090 minor mode setup.
15091 (vc-handled-backends): New user variable.
15092 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15093 simplification.
15094
15095 2000-09-04 Dave Love <fx@gnu.org>
15096
15097 * vc.el: Some doc fixes for autoloaded and interactive functions.
15098 Fix compilation warnings from ediff stuff.
15099 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15100
15101 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15102
15103 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15104
15105 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15106
15107 2000-09-04 Dave Love <fx@gnu.org>
15108
15109 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15110 New variable.
15111 (vc-make-backend-function, vc-loadup, vc-call-backend)
15112 (vc-backend-defines): New functions.
15113
15114 * vc-hooks.el: Various doc fixes.
15115 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15116 (vc-match-substring): Function removed. Callers changed to use
15117 match-string.
15118 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15119 Simplify.
15120
15121 2000-09-04 Dave Love <fx@gnu.org>
15122
15123 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15124 type.
15125 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15126 (vc-sccs-registered): Doc fix.
15127
15128 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15129 (vc-cvs-registered): Doc fix.
15130
15131 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15132 (vc-rcs-registered): Doc fix.
15133
15134 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15135
15136 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15137
15138 * vc-hooks.el: vc-registered has been renamed
15139 vc-default-registered. Some functions have been moved to the
15140 backend specific files. they all support the
15141 vc-BACKEND-registered functions.
15142
15143 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15144
15145 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15146
15147 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15148
15149 2000-09-04 Dave Love <fx@gnu.org>
15150
15151 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15152 menu-bar-update-hook.
15153
15154 * help.el (help-manyarg-func-alist): Add
15155 find-operation-coding-system.
15156
15157 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15158
15159 * custom.el (custom-set-variables): Print message about errors in
15160 setting.
15161
15162 2000-09-03 Andrew Innes <andrewi@gnu.org>
15163
15164 * makefile.w32-in: Change to DOS line endings.
15165
15166 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15167
15168 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15169 minor-mode keymaps, if they don't have one.
15170
15171 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15172
15173 * eshell/esh-module.el (eval-when-compile): Don't lose if
15174 esh-module.el's file name is truncated to DOS 8+3 limits.
15175
15176 2000-09-01 John Wiegley <johnw@gnu.org>
15177
15178 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15179 predicate, which caused entries in the completion list to be
15180 doubled.
15181
15182 2000-08-30 John Wiegley <johnw@gnu.org>
15183
15184 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15185 sending to subprocesses. Also, hook pre-command-hook if
15186 `eshell-send-direct-to-subprocesses' is non-nil.
15187 (eshell-send-direct-to-subprocesses): New config variable. If t,
15188 subprocess input is send immediately.
15189 (eshell-toggle-direct-send): New function.
15190 (eshell-self-insert-command): New function.
15191 (eshell-intercept-commands): New function.
15192 (eshell-send-input): If direct subprocess sending is enabled,
15193 don't echo any input to the Eshell buffer. Let the subprocess
15194 handle that. This requires "stty echo" in bash, for example.
15195
15196 2000-08-28 John Wiegley <johnw@gnu.org>
15197
15198 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15199 completion function for Eshell's implementation of `unset'.
15200
15201 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15202
15203 * info.el (Info-directory-list): Doc fix.
15204
15205 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15206
15207 * filecache.el (file-cache-add-directory-using-find): Don't quote
15208 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15209
15210 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15211
15212 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15213 coding systems.
15214
15215 2000-08-30 Andrew Innes <andrewi@gnu.org>
15216
15217 * timer.el (run-with-idle-timer): Undo last change, so that timer
15218 is not activated immediately if Emacs is already idle. Some
15219 existing code relies on this behaviour.
15220
15221 2000-08-30 Miles Bader <miles@gnu.org>
15222
15223 * frame.el (set-frame-font): Do completion of font-name for
15224 interactive use.
15225
15226 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15227
15228 * international/quail.el (quail-start-translation): Bind locally
15229 last-command-event, last-command, and this-command.
15230 (quail-start-conversion): Likewise.
15231 (quail-self-insert-command): Fix docstring.
15232
15233 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15234
15235 * progmodes/executable.el
15236 (executable-make-buffer-file-executable-if-script-p): Check that
15237 buffer contains at least 2 characters.
15238
15239 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15240
15241 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15242
15243 2000-08-29 Dave Love <fx@gnu.org>
15244
15245 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15246 (diff-mode-shared-map): Bind mouse-2.
15247 (diff-imenu-generic-expression): New variable.
15248 (diff-mode): Use it.
15249
15250 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15251 (mouse-popup-menubar): Add minor mode menus.
15252 (popup-menu): Check for lookup-key returning number.
15253
15254 2000-08-29 Miles Bader <miles@gnu.org>
15255
15256 * comint.el (comint-send-input): Create overlays using the proper
15257 front/read-advance arguments.
15258
15259 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15260
15261 * ps-print.el: Even/odd pages printing. Doc fix.
15262 (ps-print-version): New version number (6.0).
15263 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15264 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15265 (ps-print-duplex-feature): Variable eliminated.
15266 (ps-even-or-odd-pages): New variable.
15267
15268 * progmodes/ebnf2ps.el: Doc fix.
15269 (ebnf-version): New version (3.3).
15270 (ebnf-user-arrow): Change variable customization to sexp.
15271 (ebnf-user-arrow): Function eliminated.
15272 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15273
15274 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15275
15276 * help.el (help-xref-mule-regexp): New variable.
15277 (help-make-xrefs): Handle help-xref-mule-regexp.
15278
15279 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15280 variable.
15281 (describe-input-method): Temporarily activate the specfied input
15282 method to display the information.
15283 (describe-language-environment): Hyperlinks to mule related items.
15284
15285 * international/mule-diag.el (charset-multibyte-form-string): New
15286 function.
15287 (list-character-sets-1): Use charset-multibyte-form-string.
15288 (describe-character-set): New function.
15289 (describe-coding-system): Hyperlinks to safe character sets.
15290
15291 * international/quail.el (quail-help): New arg PACKAGE.
15292 Hyperlinks to mule related items.
15293 (quail-help-insert-keymap-description): Use
15294 substitute-command-keys instead of describe-bindings.
15295 (quail-translation-help): Hyperlinks to mule related items.
15296
15297 2000-08-28 John Wiegley <johnw@gnu.org>
15298
15299 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15300 have a defsubst call itself. Made `eshell-flatten-list' back into
15301 a function again.
15302
15303 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15304 catch, in case re-centering point at bottom messes up the display.
15305 This happens frequently in Emacs 21, due I believe to variable
15306 line heights.
15307
15308 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15309 to call `find-tag-interactive'.
15310
15311 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15312 the list of remember directories.
15313
15314 2000-08-28 John Wiegley <johnw@gnu.org>
15315
15316 * align.el: Test align-region-separate to see if it's a symbol.
15317
15318 2000-08-28 John Wiegley <johnw@gnu.org>
15319
15320 * eshell/esh-util.el (eshell-flatten-list): Made this function
15321 into a defsubst form. It gets used very frequently, although
15322 calls don't occur all that often.
15323
15324 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15325 examining it.
15326
15327 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15328 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15329 `eshell-protect'.
15330 (eshell-copy-handles): Created a new macro for duplicating the
15331 current set of open handles. This is needed by the looping
15332 functions.
15333 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15334 is not incorrectly stomped on.
15335
15336 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15337 declaration for pcomplete-use-paring.
15338 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15339 value of eshell-cmpl-use-paring.
15340 * pcomplete.el (pcomplete-use-paring): New config variable, to
15341 indicate whether paring should be used.
15342 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15343 completion alternatives that have already been used.
15344
15345 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15346 bound to C-c C-y, which will repeat the previous N arguments
15347 (based on prefix argument).
15348 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15349
15350 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15351 if there is no *Help* buffer. This is for XEmacs, which renames
15352 its help buffers uniquely. TODO: Find out what the current buffer
15353 name to delete is.
15354
15355 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15356 first entry that correlates to a passwd/group number. Later
15357 entries (used for group/user name aliasing to multiple IDs) are
15358 ignored.
15359
15360 * eshell/em-xtra.el (eshell/expr):
15361 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15362 (eshell-grep, eshell/diff, eshell/locate):
15363 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15364 argument list, before passing it to the system command.
15365
15366 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15367 `find-tag' for use at final position in Eshell buffers (which
15368 otherwise triggers an error on Emacs 21).
15369 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15370 buffer, if it is currently bound to `find-tag'.
15371
15372 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15373 in the list of matched Makefile names.
15374 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15375 directory, prefer its contents to Makefile.
15376
15377 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15378 directory parts (like "cd old new", or "cd =regexp"), are now case
15379 sensitive on non-Windows/DOS platforms.
15380
15381 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15382 types RET after an open delimiter (like "), display a message
15383 indicating that Eshell is waiting for the closing delimiter.
15384
15385 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15386 environment variables.
15387
15388 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15389 gracefully if the user enters incorrect arguments.
15390
15391 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15392 Eshell buffers.
15393
15394 * eshell/esh-var.el (eshell-interpolate-variable):
15395 * eshell/esh-mode.el (eshell-move-argument):
15396 * eshell/em-unix.el (eshell-du-sum-directory):
15397 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15398 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15399 (not (= ...)).
15400
15401 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15402 to ensure the `preserve' flag gets propagated when doing recursive
15403 directory copies.
15404
15405 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15406
15407 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15408 Don't convert \n into \0177 in memory.
15409 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15410 and back again, when reading and writing.
15411
15412 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15413
15414 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15415 testing of `fboundp' on `processp'.
15416
15417 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15418 (eshell/jobs): Don't call process-list if it is not bound.
15419 (eshell-gather-process-output): Support systems where async
15420 subprocesses aren't supported.
15421 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15422 variables.
15423
15424 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15425 eshell-do-eval returns t.
15426 (eshell-do-pipelines-synchronously): New defmacro.
15427 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15428 when async subprocesses aren't supported.
15429 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15430 if async subprocesses aren't supported.
15431 (eshell-resume-command): Don't assume STATUS is a string.
15432
15433 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15434
15435 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15436 (eshell-close-target, eshell-get-target): Use eshell-processp.
15437 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15438 fix.
15439 (eshell-get-target, eshell-create-handles): Doc fix.
15440
15441 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15442
15443 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15444 criterion to include commands that output something, as long as it
15445 leaves both the command and the end-of-buffer visible when the
15446 command has exited.
15447 (eshell-review-quick-commands): Adjust the help doc string
15448 accordingly.
15449
15450 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15451
15452 * locate.el (locate): Cleaned up locate command's interactive prompting
15453 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15454
15455 * filecache.el (file-cache-case-fold-search): New variable
15456 (file-cache-assoc-function): New variable
15457 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15458 Use file-cache-case-fold-search variable
15459 (file-cache-add-file): Use file-cache-assoc-function
15460 (file-cache-delete-file): likewise
15461 (file-cache-directory-name): likewise
15462 (file-cache-debug-read-from-minibuffer): likewise
15463
15464 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15465
15466 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15467 (abbrev-table-name): New function.
15468 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15469 If non-nil list local abbrev, only.
15470
15471 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15472
15473 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15474 from Gnus support code, and use special article copy buffer
15475 `(gnus-original-article-buffer)' instead. This allows to get rid
15476 of article-hide-headers usage (which breaks in the latest Gnus
15477 version). Thanks to Detlev Zundel.
15478
15479 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15480
15481 * international/quail.el (quail-use-package): Hide "... loaded"
15482 message.
15483 (quail-start-translation, quail-start-conversion): Likewise.
15484
15485 * international/kkc.el (kkc-region): Hide "... loaded" message.
15486
15487 2000-08-27 Dave Love <fx@gnu.org>
15488
15489 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15490
15491 2000-08-27 Miles Bader <miles@gnu.org>
15492
15493 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15494
15495 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15496
15497 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15498 'ja-dic-cnv), not (require 'skkdic-cnv).
15499
15500 2000-08-26 Miles Bader <miles@gnu.org>
15501
15502 * faces.el (face-x-resources): Add entry for :inherit.
15503 * cus-face.el (custom-face-attributes): Add support for :inherit
15504 attribute. Add support for relative face heights.
15505 (custom-face-attributes-get): Treat `nil' as being a default value
15506 for :inherit (as well as `unspecified').
15507
15508 * faces.el (set-face-attribute): Update doc string.
15509 (face-attribute-name-alist): Add :inherit.
15510 (face-valid-attribute-values): Handle :inherit.
15511 (face-read-string): Rephrase prompt to be less confusing.
15512 Assume that DEFAULT is a string, since we must return a string.
15513 (face-read-integer): Use `format' to turn DEFAULT into an
15514 acceptable default for face-read-string. Match NEW-VALUE against
15515 the string "unspecified", not the symbol `unspecified', since
15516 that's what face-read-string returns.
15517 (read-face-attribute): Lookup a name for old-value in valid, and
15518 use it as a default if we find one. Treat all values from
15519 face-read-string as strings. If the default is used, don't do any
15520 more processing on the value, just use the old value directly.
15521 (read-face-and-attribute, modify-face): Tweak prompt.
15522 (read-face-name): Don't assume prompt ends with a space.
15523
15524 * faces.el (describe-face): Add support for :inherit attribute.
15525
15526 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15527
15528 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15529 concat doesn't accept interger.
15530
15531 * international/kkc.el: Remove SKK from Keywords. Require
15532 ja-dic-utl instead of skkdic-utl.
15533
15534 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15535 Provide ja-dic-cnv instead of skkdic-cnv.
15536 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15537 (iso-2022-7bit-short): Add safe-charsets property.
15538 (skkdic-convert-postfix): Search Japanese chou-on character in
15539 addition to Hiragana character.
15540 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15541 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15542 (batch-skkdic-convert): Likewise.
15543
15544 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15545 Provide ja-dic-utl instead of skkdic-utl.
15546 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15547
15548 2000-08-24 Dave Love <fx@gnu.org>
15549
15550 * disp-table.el (standard-display-default): Make the test of `l'
15551 useful.
15552
15553 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15554 mod sample text.
15555
15556 * international/iso-ascii.el: Make pilcrow convenient string
15557 consistent with section.
15558 (iso-ascii-display): Set up multibyte characters as well as
15559 unibyte.
15560
15561 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15562
15563 * international/mule-cmds.el (reset-language-environment): Set
15564 default-process-coding-system to '(undecided . iso-latin-1), which
15565 makes process I/O almost consistent with file I/O. Call this
15566 function when mule-cmds.el[c] is loaded.
15567
15568 2000-08-22 Andrew Innes <andrewi@gnu.org>
15569
15570 * makefile.w32-in: New file.
15571
15572 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15573
15574 * comint.el (comint-output-filter): Compare end of
15575 comint-last-output-overlay with the start of the newly inserted
15576 text, not the end, when deciding whether to extend it.
15577 Set saved-point's insertion type to advance after insertion.
15578
15579 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15580 since this is now done independently of font-lock mode.
15581
15582 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15583
15584 * server.el (server-kill-new-buffers): New user option.
15585 (server-existing-buffer): New buffer-local variable.
15586 (server-visit-files): When using an existing buffer, set
15587 server-existing-buffer to t.
15588 (server-buffer-done): If server-kill-new-buffers is t, kill the
15589 buffer, unless it was already present before visiting it with
15590 Emacs server.
15591
15592 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15593
15594 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15595 even if the display doesn't support colors: some displays will
15596 support bold/underline faces.
15597
15598 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15599
15600 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15601
15602 * startup.el (command-line): If user's init file had an error,
15603 add explanatory text to *Messages*.
15604
15605 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15606
15607 * man.el (Man-getpage-in-background): Decode the process output by
15608 the system locale coding system.
15609
15610 2000-08-20 Dave Love <fx@gnu.org>
15611
15612 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15613 Don't test x-popup-menu.
15614 (function) <complete-function>: Complete only fbound symbols.
15615 <validate, value>: New.
15616 (variable) <complete-function>: Complete only bound symbols.
15617 (coding-system): Add :base-only, :complete-function, :validate,
15618 :value, :prompt-match.
15619 (widget-coding-system-prompt-value): Use read-coding-system and
15620 act on :base-only.
15621 (editable-field): Add :help-echo.
15622 (widget-push-button-gui, widget-push-button-cache)
15623 (widget-gui-action, widget-editable-list-gui): COmment out, along
15624 with uses.
15625 (widget-at): Make arg optional.
15626 (widget-echo-help): Adjust for current help-echo calling sequence.
15627 (widget-specify-field, widget-specify-button)
15628 (widget-specify-insert, widget-get-sibling, widget-image-find)
15629 (widget-convert, widget-insert, widget-leave-text)
15630 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15631 (widget-setup, widget-field-find, widget-before-change)
15632 (widget-after-change, widget-default-complete)
15633 (widget-default-create, widget-default-delete)
15634 (widget-push-button-value-create, editable-field)
15635 (widget-field-prompt-value, widget-field-validate)
15636 (widget-choice-value-create, widget-choice-action)
15637 (widget-choice-validate, widget-checklist-add-item)
15638 (widget-radio-add-item, widget-radio-chosen)
15639 (widget-radio-value-inline, widget-editable-list-value-create)
15640 (widget-editable-list-entry-create)
15641 (widget-documentation-link-add)
15642 (widget-documentation-string-value-create)
15643 (widget-regexp-validate, widget-file-complete)
15644 (widget-sexp-validate, widget-plist-convert-widget)
15645 (widget-plist-convert-widget, widget-alist-convert-widget)
15646 (widget-alist-convert-widget, widget-color-complete): Simplify,
15647 particularly to avoid bindings which aren't optimized out.
15648
15649 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15650 Doc fix.
15651 (down-list, backward-up-list, up-list, kill-sexp)
15652 (backward-kill-sexp, mark-sexp): Make arg optional.
15653 (lisp-complete-symbol): Add optional arg PREDICATE.
15654
15655 * cus-start.el: Add display-buffer-reuse-frames,
15656 file-coding-system-alist.
15657
15658 2000-08-20 Gerd Moellmann <gerd@gnu.org>
15659
15660 * startup.el (command-line): Clear realized faces after
15661 modifying TTY color mappings.
15662
15663 2000-08-20 Miles Bader <miles@gnu.org>
15664
15665 * faces.el (face-attr-match-p): Don't return true if ATTRS are
15666 merely a subset of FACE's attributes.
15667
15668 2000-08-19 Miles Bader <miles@gnu.org>
15669
15670 * comint.el (comint-output-filter): Save the point with a marker,
15671 not just a buffer position.
15672
15673 * international/mule.el (set-buffer-process-coding-system): Make
15674 interactive prompt less confusing.
15675
15676 2000-08-19 Gerd Moellmann <gerd@gnu.org>
15677
15678 * hilit-chg.el: General cleanup of doc strings, comments and
15679 code formatting.
15680
15681 2000-08-19 Miles Bader <miles@gnu.org>
15682
15683 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
15684 Compiler macro removed; beginning-of-line is no longer always
15685 equivalent to forward-line, in the presence of fields.
15686
15687 * comint.el (comint-output-filter): Remove ad-hoc saving of
15688 restriction, and just use save-restriction, now that it works
15689 correctly. Don't adjust comint-last-input-start to account for
15690 our insertion; it shouldn't have moved because we don't use
15691 insert-before-markers anymore. Comment out call to
15692 `force-mode-line-update'; why is it here?
15693
15694 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
15695 while checking for prompt to delete. Use `forward-line 0'
15696 instead of beginning-of-line.
15697 (gud-filter): Temporarily widen gud comint buffer while
15698 examining output.
15699
15700 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
15701
15702 * progmodes/sh-script.el: Big bag of typos.
15703
15704 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
15705 check since ispell-process is not bound when ispell is not yet loaded.
15706
15707 2000-08-18 Dave Love <fx@gnu.org>
15708
15709 * image.el (find-image): Copy `spec' before using plist-put.
15710
15711 2000-08-18 Gerd Moellmann <gerd@gnu.org>
15712
15713 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
15714 `portugues'.
15715
15716 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
15717 backward-kill-sexp, analogous to kill-sexp.
15718
15719 * progmodes/icon.el (icon-indent-line)
15720 (icon-is-continuation-line): Handle comments specially.
15721
15722 2000-08-17 Ken Stevens <k.stevens@ieee.org>
15723
15724 * ispell.el: Set to standard author/maintainer/keyword fields.
15725 Fine tuning to menu map appearance and operation, and added help.
15726 Remove `start' and `end' error messages when compiling.
15727 (ispell-choices-win-default-height): Fixed comment string.
15728 (ispell-dictionary-alist-1): Fixed regexp in castellano and
15729 castellano8 dictionaries.
15730 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
15731 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
15732 dictionary, added italiano dictionary.
15733 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
15734 word character
15735 (ispell-tex-skip-alists): Added psfig support.
15736 (ispell-skip-html): Renamed from ispell-skip-sgml.
15737 (ispell-begin-skip-region-regexp, ispell-skip-region)
15738 (ispell-minor-check): Improved html skipping support to skip across
15739 code, and recognize `&' commands without propper `;' syntax;
15740 (ispell-process-line): Fix alignment error when manually
15741 correcting spelling.
15742 (ispell): Fix comment string.
15743 (ispell-add-per-file-word-list): Always put word list on new line.
15744
15745 2000-08-17 Gerd Moellmann <gerd@gnu.org>
15746
15747 * format.el (format-encode-run-method): Fix error message to say
15748 `encode' instead of `decode'. Use save-window-excursion around
15749 shell-command-on-region as in format-decode-run-method because
15750 shell-command-on-region can display a buffer with error output.
15751 (format-decode): Don't record undo information for the decoding.
15752 (format-annotate-function): Add parameter FORMAT-COUNT. Make
15753 that number part of the temporary buffer name so that more than
15754 one decoding using a temporary buffer can happen safely.
15755
15756 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
15757 of `A-z' in the regexp.
15758
15759 * hilit-chg.el: Fix typos in commentary.
15760
15761 * help.el (view-emacs-news): Rewritten for new naming scheme
15762 for old NEWS files.
15763
15764 * startup.el (command-line): Pop to *Messages* in case an error
15765 is signaled while loading user-init-file.
15766
15767 2000-08-17 Andreas Schwab <schwab@suse.de>
15768
15769 * files.el (insert-directory): Don't lose original file name,
15770 undoing an undocumented change.
15771
15772 2000-08-17 Alex Schroeder <alex@gnu.org>
15773
15774 * sql.el (sql-magic-go): Use comint-bol.
15775 (sql-copy-column): Use comint-line-beginning-position.
15776 (comint-line-beginning-position): Define a replacement for
15777 comint-line-beginning-position if it is not fboundp.
15778
15779 2000-08-17 Alex Schroeder <alex@gnu.org>
15780
15781 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
15782 it didn't have any effect anyway.
15783
15784 2000-08-17 Alex Schroeder <alex@gnu.org>
15785
15786 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
15787 --pset and pager=off instead of sending \\o|cat at the beginning
15788 of the session.
15789
15790 2000-08-17 Miles Bader <miles@gnu.org>
15791
15792 * progmodes/octave-inf.el: Add compatibility definition of
15793 comint-line-beginning-position.
15794
15795 2000-08-17 Kenichi Handa <handa@etl.go.jp>
15796
15797 * startup.el (normal-top-level): Look in each dir in load-path for
15798 a leim-list.el file too. This assures of loading leim-list.el
15799 that is created at Emacs installation time even if a user have his
15800 own leim-list.el.
15801
15802 2000-08-17 Miles Bader <miles@gnu.org>
15803
15804 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
15805 foreground color to black if the background is dark.
15806
15807 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
15808
15809 * loadhist.el (unload-feature): Typo.
15810
15811 * finder.el (finder-compile-keywords):
15812 * cus-dep.el (custom-make-dependencies): Add local-variable settings
15813 to the generated file.
15814
15815 * mail/mh-e.el (mh-make-local-vars):
15816 Replace make-variable-buffer-local with make-local-variable.
15817
15818 * play/landmark.el:
15819 * options.el (Edit-options-{set,toggle,t,nil}):
15820 * mail/mailabbrev.el (mail-abbrevs-mode):
15821 * textmodes/tex-mode.el (tex-expand-files):
15822 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
15823
15824 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
15825
15826 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
15827 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
15828 Allow going past the last element.
15829 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
15830 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
15831 (cvs-mouse-toggle-mark): Don't move point.
15832 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
15833
15834 * progmodes/compile.el (grep): Provide a default set of files.
15835 (next-error): Docstring fix.
15836 (compilation-find-file): Avoid find-file (fails in a dedicated window).
15837
15838 * emacs-lisp/easy-mmode.el (define-minor-mode):
15839 Use `symbol-value' to keep the byte-compiler quiet.
15840
15841 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
15842 (diff-find-source-location): New fun, extracted from diff-goto-source.
15843 (diff-goto-source): Use it.
15844 (diff-next-complex-hunk, diff-filter-lines): New function.
15845 (diff-apply-hunk): New command.
15846
15847 * smerge-mode.el (smerge-mode-menu): Doc fix.
15848
15849 * msb.el (msb-mode): Define it in terms of define-minor-mode.
15850
15851 2000-08-16 Dave Love <fx@gnu.org>
15852
15853 * windmove.el (windmove) <defgroup>: Add :version.
15854
15855 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
15856 (goto-address-fontify-p, goto-address-highlight-p)
15857 (goto-address-url-face, goto-address-url-mouse-face)
15858 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
15859 (goto-address-url-regexp): Use thing-at-point-url-regexp.
15860 (goto-address-fontify, goto-address-at-mouse): Simplify,
15861 (goto-address-at-point): browse-url-url-at-point,
15862 goto-address-find-address-at-point can return nil.
15863 (goto-address-find-address-at-point): Return nil on failure.
15864
15865 * align.el (align) <defgroup>: Add :version.
15866
15867 * calculator.el (calculator): Add :version.
15868 (calculator): Use two lines for calculator window if `modeline'
15869 face is boxed.
15870
15871 * play/5x5.el: Doc fixes.
15872 (5x5) <defgroup>: Add :version.
15873
15874 * play/fortune.el (fortune) <defgroup>: Add :version.
15875 (fortune-append): Fix error message.
15876 (fortune-from-region): Doc fix.
15877
15878 * play/pong.el (pong): Doc fix.
15879
15880 * play/morse.el: Keywords, commentary, autoloads.
15881
15882 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
15883
15884 * desktop.el (desktop-save): Don't look at symbol-value of a
15885 member of minor-mode-alist, unless it is boundp.
15886
15887 2000-08-16 Sam Steingold <sds@gnu.org>
15888
15889 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
15890 `while'; use `with-current-buffer' instead of `save-excursion'.
15891 Removed unnecessary kludges now that "*Buffer List*" is excluded.
15892
15893 2000-08-16 Kenichi Handa <handa@etl.go.jp>
15894
15895 * international/ccl.el (declare-ccl-program): Docstring modified.
15896 (ccl-execute-with-args): Likewise.
15897
15898 2000-08-16 Miles Bader <miles@gnu.org>
15899
15900 * progmodes/sql.el: Add compatibility definition of
15901 comint-line-beginning-position.
15902
15903 2000-08-15 Gerd Moellmann <gerd@gnu.org>
15904
15905 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
15906 'buffer-menu' property.
15907 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
15908 fails.
15909 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
15910 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
15911 wasn't killed.
15912
15913 * buff-menu.el (list-buffers-noselect): Don't display the
15914 *Buffer List* buffer.
15915
15916 * font-lock.el: Require jit-lock to prevent a very late
15917 `Loading jit-lock' message.
15918
15919 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
15920 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
15921 mail address.
15922
15923 2000-08-15 Miles Bader <miles@gnu.org>
15924
15925 * textmodes/ispell.el (ispell-graphic-p): New constant.
15926 (ispell-choices-win-default-height, ispell-help): Use
15927 `ispell-graphic-p' instead of `xemacsp'.
15928
15929 2000-08-15 Dave Love <fx@gnu.org>
15930
15931 * simple.el: Autoload widget-convert when compiling.
15932 (mail-user-agent): Doc fix.
15933
15934 * help.el (function-called-at-point, variable-at-point): Use
15935 with-syntax-table.
15936 (help-manyarg-func-alist): Add insert-and-inherit.
15937
15938 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
15939
15940 * delsel.el (delsel-unload-hook): New function.
15941
15942 * find-file.el: Doc fixes. Move provide to end.
15943 (ff) <defgroup>: Add :link.
15944 (ff-goto-click): Deleted.
15945 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
15946 Use mouse-set-point.
15947
15948 * textmodes/tildify.el: Doc fixes.
15949 (tildify) <defgroup>: Add:version.
15950
15951 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
15952 (glasses-custom-set): Use set-default, not set.
15953 (minor-mode-alist): Propertize the lighter.
15954 (glasses-mode): Provide optional arg.
15955
15956 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
15957 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
15958 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
15959 option. Provide :type.
15960 (cwarn-configuration): Provide :type.
15961 (cwarn-mode): Doc fix.
15962
15963 * add-log.el (change-log-merge): Doc fix.
15964 (change-log-redate): New command.
15965
15966 * net/browse-url.el (browse-url-filename-alist): Add a clause for
15967 Doze and Dog.
15968 (browse-url): Use dolist, not mapcar.
15969 (browse-url-at-point): Check for null url.
15970 (browse-url-event-buffer, browse-url-event-point): Functions
15971 deleted.
15972 (browse-url-at-mouse, browse-url-netscape): Simplify.
15973
15974 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
15975 modes.
15976 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
15977 Fix previous change to mapcan.
15978 (msb--init-file-alist, msb--add-separators)
15979 (msb--make-keymap-menu): Simplify.
15980 (msb--choose-file-menu): Use copy-sequence.
15981 (msb-mode-map): Add title to keymap.
15982 (msb-unload-hook): New function.
15983
15984 * bs.el: Fix indentation.
15985 (bs) <defgroup>: Add :links.
15986 (bs-show): Doc fix.
15987 (bs-apply-sort-faces): Don't use window-system.
15988 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
15989
15990 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
15991
15992 * calendar/timeclock.el (timeclock-file): Run .timelog through
15993 convert-standard-filename.
15994
15995 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15996
15997 * emacs-lisp/authors.el: New file.
15998
15999 * paren.el (show-paren-priority): New user option.
16000 (show-paren-function): Set overlay priorities to
16001 show-paren-priority.
16002
16003 2000-08-14 Miles Bader <miles@gnu.org>
16004
16005 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16006 beginning-of-line with inhibit-field-text-motion bound.
16007
16008 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16009
16010 * calendar/timeclock.el: New file.
16011
16012 2000-08-14 David Ponce <david@dponce.com>
16013
16014 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16015 `widget-button-click'. so that one can use left mouse button to
16016 click on dialog buttons.
16017
16018 2000-08-14 Emmanuel Briot <briot@gnat.com>
16019
16020 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16021 identifiers, since XML is case sensitive
16022
16023 2000-08-12 Miles Bader <miles@gnu.org>
16024
16025 * comint.el (comint-output-filter): Don't bother frobbing
16026 window-start, it doesn't seem to be necessary.
16027
16028 * comint.el (comint-send-string, comint-send-region): Make into
16029 real functions. Snapshot the prompt before sending.
16030
16031 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16032
16033 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16034 technique similar to Info-index, instead of relying on specific
16035 names of relevant Index nodes.
16036 (Info-goto-emacs-command-node): Bind Info-history to nil when
16037 going to the first node found by Info-find-emacs-command-nodes.
16038
16039 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16040
16041 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16042
16043 2000-08-10 Miles Bader <miles@gnu.org>
16044
16045 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16046
16047 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16048
16049 * info.el (Info-file-list-for-emacs): More elements for the
16050 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16051 and woman manuals.
16052
16053 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16054
16055 * comint.el (comint-send-input): Make the newline boundary overlay
16056 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16057 (comint-output-filter): Use `insert' instead of
16058 `insert-before-markers'. Extend comint-last-output-overlay when
16059 necessary since we can't rely on insert-before-markers to do it.
16060 * gud.el (gud-filter): Use `with-current-buffer' instead of
16061 save-excursion when inserting the output, so that point gets
16062 updated correctly; the old method relied on a rather dodgy
16063 side-effect of comint-output-filter to avoid the effect of
16064 save-excursion.
16065
16066 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16067
16068 * files.el (recover-file): Call insert-directory instead of
16069 invoking `ls' directly.
16070
16071 2000-08-10 Miles Bader <miles@gnu.org>
16072
16073 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16074 (comint-last-prompt-overlay): New variables.
16075 (comint-output-filter): Implement prompt highlighting.
16076 (comint-snapshot-last-prompt): New function.
16077 (comint-send-input): Snapshot the last prompt.
16078 Use comint-highlight-input-face.
16079 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16080 Use defface instead of defcustom.
16081 (send-invisible, comint-send-eof): Snapshot the last prompt.
16082 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16083 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16084
16085 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16086
16087 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16088 (regexp-opt-group): Use a list of chars for `letters'.
16089 (regexp-opt-charset): `chars' is now a list of chars.
16090 Use a char-table rather than a vector so it works for multibyte chars.
16091
16092 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16093 Set cvs-minor-current-files to the selected fileinfo.
16094 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16095 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16096
16097 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16098
16099 * files.el (insert-directory): Don't call access-file on
16100 directories on DOS and Windows.
16101
16102 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16103
16104 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16105 longer if necessary.
16106 (ccl-embed-code): Call ccl-embed-data to store CODE in
16107 ccl-program-vector.
16108
16109 2000-08-09 Miles Bader <miles@gnu.org>
16110
16111 * comint.el (comint-output-filter): Properly handle the case where
16112 the text surrounded by comint-last-output-overlay was deleted.
16113
16114 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16115
16116 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16117 non-nil.
16118 (Info-file-list-for-emacs): Remove "info" from the list because
16119 that leads to trying to use the documentation from file `info'
16120 in various situations where it isn't appropriate, for instance
16121 C-h C-k C-h i.
16122
16123 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16124 DIR and/or STRING are nil.
16125
16126 * progmodes/compile.el (compilation-setup): Make variable
16127 compilation-error-screen-columns buffer-local, as some comment
16128 in the code suggests it should be.
16129
16130 * files.el (auto-mode-interpreter-regexp): New variable.
16131 (set-auto-mode): Use it.
16132
16133 * indent.el (indent-for-tab-command): Doc fix.
16134
16135 * mouse-sel.el (mouse-sel-mode): Doc fix.
16136
16137 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16138 labels.
16139
16140 * help.el (print-help-return-message): When
16141 display-buffer-reuse-frames is set, let the help window been quit,
16142 instead of deleting it, which might delete a reused frame.
16143
16144 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16145
16146 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16147 rename a directory to a name that differs only by its letter case.
16148
16149 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16150
16151 * international/quail.el (quail-define-rules): Handle Quail decode
16152 map correctly. Add code for supporting annotations.
16153 (quail-install-decode-map): New function.
16154 (quail-defrule-internal): New optional arguments decode-map and
16155 props.
16156 (quail-advice): New function.
16157
16158 2000-08-07 Sam Steingold <sds@gnu.org>
16159
16160 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16161 `defconst', `define-condition', `with-slots'.
16162 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16163
16164 2000-08-03 Miles Bader <miles@gnu.org>
16165
16166 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16167 New variable.
16168 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16169 comint-use-prompt-regexp-instead-of-fields.
16170 (comint-send-input): Add `input' field property to stuff we send to
16171 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16172 (comint-output-filter): Add `output' field property to process
16173 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16174 (comint-replace-by-expanded-history)
16175 (comint-get-old-input-default, comint-show-output)
16176 (comint-backward-matching-input, comint-forward-matching-input)
16177 (comint-next-prompt, comint-previous-prompt): Use field
16178 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16179 (comint-line-beginning-position): New function.
16180 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16181 (comint-replace-by-expanded-history-before-point): Use
16182 comint-line-beginning-position and line-end-position.
16183 (comint-last-output-overlay): New variable.
16184 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16185
16186 * shell.el (shell-prompt-pattern): Doc change.
16187 (shell-backward-command): Use line-beginning-position.
16188
16189 * gud.el (gud-gdb-complete-command): Use
16190 comint-line-beginning-position.
16191
16192 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16193 comint-bol doesn't actually go to the beginning of the line.
16194
16195 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16196 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16197 (try-expand-line-all-buffers): Likewise.
16198
16199 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16200 explicitly matching comint-prompt-regexp.
16201 (sql-copy-column): Use comint-line-beginning-position instead of
16202 explicitly matching comint-prompt-regexp.
16203
16204 * progmodes/octave-inf.el (inferior-octave-complete): Use
16205 comint-line-beginning-position.
16206
16207 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16208
16209 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16210 looking for a prompt, use `forward-line 0' instead of
16211 `beginning-of-line', to avoid getting caught by an input field.
16212
16213 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16214
16215 * files.el (shell-quote-wildcard-pattern): Make sure to return
16216 PATTERN, in the Unix case.
16217
16218 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16219
16220 * play/zone.el (zone): Discard any pending input before running
16221 the randomly-chosen pgm.
16222
16223 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16224
16225 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16226 checking the existence of any multibyte characters.
16227
16228 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16229
16230 * help.el (describe-mode): Test minor-mode symbol for being
16231 bound before testing its value for being nil.
16232
16233 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16234 `first', `second', and `third'.
16235
16236 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16237 (second): Make it an alias for `cadr'.
16238
16239 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16240
16241 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16242 types of display support faces now.
16243
16244 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16245
16246 * pcvs.el (require): Require `cl' during compilation, only.
16247
16248 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16249 (toplevel): Remove `remq' and `remove' from autoloads.
16250 (cl-fake-autoloads): New variable. If set, arrange for an error
16251 when CL functions etc. are autoloaded.
16252
16253 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16254
16255 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16256
16257 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16258 popped up, but the user clicks outside the menu, return an empty
16259 regexp (that causes unhighlight-regexp to have no effect).
16260
16261 * menu-bar.el (menu-bar-games-menu): Add Zone.
16262
16263 * hi-lock.el (toplevel): Require font-lock.
16264
16265 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16266
16267 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16268 (ebnf-8-bit-chars): New var for bug fix.
16269 (ebnf-string): Bug fix.
16270
16271 2000-08-03 Sam Steingold <sds@gnu.org>
16272
16273 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16274 instead of `buffer-string'.
16275 (require 'cl): Always, not just when compiling.
16276 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16277 necessary.
16278
16279 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16280
16281 * international/mule-cmds.el (select-safe-coding-system): Make
16282 the message text about selecting a safe coding system more clear.
16283
16284 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16285
16286 * hi-lock.el: New file.
16287
16288 * play/zone.el: New file.
16289
16290 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16291 value of tab-width in the original buffer. Choose a line number
16292 format that's a multiple of the original buffer's tab width, so
16293 that lines appear right.
16294
16295 * textmodes/ispell.el (ispell): New function, replacing an alias.
16296 Spell-check active region if in transient-mark-mode and mark
16297 is active; otherwise spell-check buffer.
16298
16299 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16300
16301 * ps-mule.el: Fix a customization problem on
16302 ps-mule-font-info-database-default.
16303
16304 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16305
16306 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16307 display-mouse-p instead of window-system.
16308 (ebrowse-member-mode-map): Ditto.
16309
16310 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16311
16312 * progmodes/ebnf2ps.el: Update ps-print functions call.
16313 Indentation fix. Doc fix.
16314 (ebnf-version): New version number (3.2).
16315 (ebnf-format-color, ebnf-begin-job): Code fix.
16316
16317 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16318
16319 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16320 font lock support on window-system.
16321 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16322
16323 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16324 display-color-p, if fboundp, instead of window-system.
16325
16326 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16327
16328 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16329 instead of window-system.
16330
16331 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16332 window-system.
16333 (widget-choice-mouse-down-action): Use display-popup-menus-p
16334 instead of window-system.
16335
16336 * strokes.el (strokes-file): Run the file name through
16337 convert-standard-filename.
16338 (strokes-mode): Call display-mouse-p instead of looking at
16339 window-system. Change the error message accordingly.
16340
16341 * progmodes/cpp.el (toplevel): Support faces on tty's.
16342
16343 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16344 (lm-plot-square, lm-init-display): Don't use window-system.
16345
16346 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16347 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16348
16349 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16350 instead of looking at window-system.
16351
16352 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16353
16354 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16355 of testing if iswitchb-prepost-hooks is bound, because the
16356 latter will always be true when invoking a recursive minibuffer
16357 from an active Iswitchb buffer.
16358
16359 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16360
16361 * files.el (shell-quote-wildcard-pattern): New function.
16362 (insert-directory): Call it. Only prepend "\" to command on Unix
16363 and GNU/Linux systems.
16364
16365 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16366
16367 * eshell/esh-groups.el: Change custom :link file names
16368 from `eshell.info' to `eshell'.
16369
16370 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16371
16372 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16373 correctly in recursive ange-ftp listings.
16374
16375 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16376
16377 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16378 ps-header-font-size-internal and
16379 ps-header-title-font-size-internal variables are not set,
16380 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16381 face text property is (foreground-color . COLOR) or
16382 `(background-color . COLOR)', ps-print crashes. Doc fix.
16383 (ps-print-version): New version number (5.2.4).
16384 (ps-plot-region): Code fix.
16385 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16386 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16387 Bug fix 2.
16388
16389 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16390
16391 * glasses.el (glasses-make-readable): Fix uncapitalization of
16392 identifiers like `myXMLDocument'.
16393
16394 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16395
16396 * mail/mail-hist.el (mail-hist-previous-input)
16397 (mail-hist-next-input): Do the obvious code factorization.
16398 (mail-hist-retrieve-and-insert): New func, contains common
16399 code of above two.
16400 If inserting a message body, leave point at top.
16401
16402 2000-07-28 Sam Steingold <sds@gnu.org>
16403
16404 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16405 Use `<=', not `<' to compare times!
16406 (ange-ftp-ls): Remove.
16407
16408 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16409
16410 * play/cookie1.el: Add explanation of how to make cookie.el
16411 compatible with strfile(1) to comment.
16412
16413 * subr.el (remove, remq): New functions.
16414
16415 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16416 escape `*' in regexps.
16417 (midnight-find): Reverse order of arguments in the funcall of
16418 TEST.
16419
16420 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16421 and `.class'.
16422
16423 * play/meese.el: Add Commentary section.
16424
16425 2000-07-27 Alex Schroeder <alex@gnu.org>
16426
16427 * sql.el (sql-ms): Added autoload cookie.
16428 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16429 (sql-oracle): Ditto.
16430 (sql-help): Doc change.
16431
16432 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16433 types and exceptions.
16434
16435 2000-07-27 Alex Schroeder <alex@gnu.org>
16436
16437 * sql.el (sql-placeholder-history): New variable.
16438 (sql-query-placeholders-and-send): New function that will query
16439 the user and replace placeholders with user input.
16440 (sql-oracle): If running on NT, set comint-input-sender to
16441 sql-query-placeholders-and-send.
16442
16443 (sql-stop): If in the SQLi buffer, insert stop notification, else
16444 present it as a message.
16445
16446 2000-07-27 Alex Schroeder <alex@gnu.org>
16447
16448 * sql.el (sql-input-ring-separator): Doc change.
16449 (sql-input-ring-file-name): Doc change.
16450 (sql-interactive-mode): Use `sql-input-ring-separator' and
16451 `sql-input-ring-file-name' to set the comint-mode equivalents
16452 without making them local variables.
16453 (sql-stop): Don't bind `sql-input-ring-separator' and
16454 `sql-input-ring-file-name' dynamically to their comint-mode
16455 equivalents.
16456
16457 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16458
16459 * international/mule.el (register-char-codings): New function.
16460 (make-coding-system): Handle `safe-chars' specification in the arg
16461 PROPERTY.
16462
16463 * international/mule-cmds.el
16464 (find-coding-systems-region-subset-p): This function deleted.
16465 (sort-coding-systems-predicate): New variable.
16466 (sort-coding-systems): New function.
16467 (find-coding-systems-region): Use
16468 find-coding-systems-region-internal.
16469 (find-coding-systems-string): Use find-coding-systems-region.
16470 (find-coding-systems-for-charsets): Check
16471 char-coding-system-table.
16472 (select-safe-coding-system-accept-default-p): New variable.
16473 (select-safe-coding-system): Mostly rewritten. New argument
16474 ACCEPT-DEFAULT-P.
16475 (select-message-coding-system): Call select-safe-coding-system
16476 with ACCEPT-DEFAULT-P arg.
16477 (reset-language-environment): Reset default-sendmail-coding-system
16478 to the default value iso-latin-1.
16479 (set-language-environment): Don't set the obsolete variable
16480 charset-origin-alist.
16481
16482 * international/codepage.el (cp-coding-system-for-codepage-1):
16483 Give `safe-chars' property to make-coding-system.
16484
16485 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16486 calling select-message-coding-system twice.
16487
16488 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16489 instead of `safe-charsets'.
16490 (cyrillic-alternativnyj): Likewise.
16491 (ccl-encode-alternativnyj): Don't check the charset
16492 cyrillic-iso8859-5.
16493
16494 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16495
16496 * composite.el (compose-chars-after): Preserve match data.
16497
16498 2000-07-26 Sam Steingold <sds@gnu.org>
16499
16500 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16501 (ange-ftp-real-file-newer-than-file-p): New function.
16502 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16503 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16504
16505 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16506 * midnight.el (midnight-float-time): Ditto.
16507
16508 2000-07-26 Andreas Schwab <schwab@suse.de>
16509
16510 * files.el (normal-backup-enable-predicate): Correct
16511 interpretation of the return value of compare-strings.
16512
16513 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16514
16515 * isearch.el (isearch-resume): New function.
16516 (isearch-done): Add something to command-history to resume
16517 the search.
16518 (isearch-yank-line, isearch-yank-word): Use
16519 buffer-substring-no-properties instead of buffer-substring.
16520
16521 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16522 of flyspell-mouse-map.
16523
16524 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16525 duplicate definition.
16526 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16527
16528 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16529 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16530
16531 2000-07-25 Sam Steingold <sds@gnu.org>
16532
16533 * net/ange-ftp.el: Get modtime over the net.
16534 (ange-ftp-file-modtime): New function.
16535 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16536 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16537 Use it.
16538 (ange-ftp-dot-to-slash): New function.
16539 (ange-ftp-fix-name-for-vms): Use it.
16540
16541 * midnight.el (midnight-buffer-display-time): Use
16542 `with-current-buffer'.
16543
16544 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16545
16546 * find-dired.el: Update copyright notice.
16547 (find-dired): Offer to kill a running `find'.
16548
16549 * enriched.el (enriched-face-ans): For a `foreground-color'
16550 property, return '(("x-color" COLOR))' so that COLOR will be
16551 output as a parameter of the x-color annotation. Likewise for the
16552 `background-color' property. In the case of normal face
16553 properties, don't return annotations for unspecified foreground
16554 and background face attributes.
16555
16556 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16557
16558 * language/japan-util.el (japanese-katakana-region): Fix handling
16559 HANKAKU argument.
16560
16561 2000-07-25 Miles Bader <miles@gnu.org>
16562
16563 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16564 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16565 constrain-to-field.
16566
16567 2000-07-24 Andrew Innes <andrewi@gnu.org>
16568
16569 * timer.el (timer-activate-when-idle): Add optional parameter
16570 DONT-WAIT. Update docstring.
16571 (run-with-idle-timer): Specify extra parameter to
16572 timer-activate-when-idle, so that timer will be activated
16573 immediately if Emacs is already idle.
16574
16575 * w32-fns.el (w32-using-nt): Fix docstring.
16576
16577 2000-07-24 Dave Love <fx@gnu.org>
16578
16579 * mouse.el (popup-menu): Set last-command-event.
16580 (mouse-major-mode-menu-prefix): Declare.
16581
16582 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16583
16584 * textmodes/flyspell.el: Update to author's version 1.5d.
16585
16586 * progmodes/hideshow.el: Update copyright notice.
16587
16588 * vcursor.el: Set maintainer to FSF, since author cannot
16589 be reached.
16590
16591 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16592
16593 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16594 the prompt.
16595
16596 * mouse.el (popup-menu): Run the keymap through indirect-function,
16597 in case it was defined with define-prefix-key. If the menu is a
16598 list of keymaps, look up the binding of user's choice in each one
16599 of the keymaps.
16600 (mouse-popup-menubar): If the global and local menu-bar keymaps
16601 don't have a prompt string, create one and insert it into the
16602 keymap. Don't barf if current-local-map returns nil.
16603
16604 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16605
16606 * dired.el (dired-sort-R-check): Added to allow recursive listing
16607 to be undone.
16608 (dired-sort-other): Use it.
16609
16610 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16611
16612 * Release of cc-mode 5.27
16613
16614 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16615
16616 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16617 c-beginning-of-statement-1 that caused a bad case of recursion
16618 which could consume a lot of CPU in large classes in languages
16619 that have in-expression classes (i.e. Java and Pike).
16620
16621 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16622 statements before top level constructs (i.e. case 6 is moved
16623 before case 5 and is now case 4) to catch in-expression
16624 classes in top level expressions correctly.
16625
16626 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16627
16628 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16629 objc-method-intro. Case 4 removed and case 5I added.
16630
16631 * cc-langs.el (c-append-paragraph-start): New variable used by
16632 c-common-init to get paragraph-start correct.
16633 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16634 initialize paragraph-start to make it correct both with and
16635 without the javadoc special case.
16636
16637 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16638 initialize paragraph-start for javadoc markup.
16639
16640 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16641 change by defaulting this to t. It's motivated by the
16642 confusing behavior that otherwise arise from the style system
16643 when editing both java and non-java files at the same time
16644 (see the comments about style setting in c-common-init).
16645
16646 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16647
16648 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16649 similar to the one in c-fill-paragraph to check the fill
16650 prefix from the adaptive fill function for sanity.
16651
16652 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16653
16654 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16655 defun block.
16656
16657 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16658
16659 * cc-align.el (c-lineup-multi-inher): Handle lines with
16660 leading comma nicely. Extended to handle member initializers
16661 too.
16662
16663 * cc-engine.el: (c-beginning-of-inheritance-list,
16664 c-guess-basic-syntax): Fixed recognition of inheritance lists
16665 when the lines begins with a comma.
16666
16667 * cc-vars.el (c-offsets-alist): Changed default for
16668 member-init-cont to c-lineup-multi-inher since it now handles
16669 member initializers and indents better for leading commas.
16670
16671 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16672
16673 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
16674 handling that caused class open lines to be recognized as
16675 statement-conts in some cases.
16676
16677 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
16678 guessed by the adaptive fill function unless point is on the
16679 first line of a block comment.
16680
16681 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
16682 when the buffer ends with a macro continuation char.
16683
16684 * cc-engine.el (c-guess-basic-syntax): Added support for
16685 function definitions as statements in Pike. The first
16686 statement in a lambda block is now labeled defun-block-intro
16687 instead of statement-block-intro.
16688
16689 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
16690 so that the class surrounding point is selected, not the one
16691 innermost in the state.
16692
16693 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
16694 recognition of switch labels having hanging multiline
16695 statements.
16696
16697 * cc-engine.el (c-beginning-of-member-init-list): Broke out
16698 some code in c-guess-basic-syntax to a separate function.
16699 * cc-engine.el (c-just-after-func-arglist-p): Fixed
16700 recognition of member inits with multiple line arglists.
16701 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
16702 member-init-cont when the commas are in funny places.
16703
16704 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16705
16706 * cc-defs.el (c-auto-newline): Removed this macro since it's
16707 not used anymore.
16708
16709 * cc-engine.el (c-looking-at-bos): New helper function.
16710 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
16711 inexpr and toplevel classes apart in Pike.
16712
16713 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
16714 of case 9A.
16715
16716 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
16717 constant, since "class" can introduce an in-expression class
16718 in Pike nowadays.
16719
16720 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16721
16722 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
16723 indentation on cpp-macro lines.
16724
16725 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
16726 a syntax modifier like comment-intro, to make it possible to
16727 get syntactic indentation for preprocessor directives. It's
16728 incompatible wrt to lineup functions on cpp-macro, but it has
16729 no observable effect in the 99.9% common case where cpp-macro
16730 is set to -1000.
16731
16732 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16733
16734 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
16735 member-init-cont when the preceding arglist is several lines.
16736
16737 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16738
16739 * cc-styles.el (c-style-alist): The basic offset for the BSD
16740 style corrected to 8.
16741
16742 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16743
16744 * cc-styles.el (c-style-alist): Adjusted the indentation of
16745 brace list openers in the gnu style.
16746
16747 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16748
16749 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
16750
16751 * cc-cmds.el (c-electric-brace, c-electric-slash,
16752 c-electric-star, c-electric-semi&comma, c-electric-colon,
16753 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
16754 when c-syntactic-indentation is nil.
16755
16756 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
16757 we were left at comments preceding the first statement when
16758 reaching the beginning of the buffer.
16759
16760 * cc-vars.el (c-syntactic-indentation): New variable to turn
16761 off all syntactic indentation.
16762
16763 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16764
16765 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
16766 between the text and the block comment ender when it hangs,
16767 depending on how many there are before the fill.
16768
16769 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16770
16771 * cc-engine.el (c-beginning-of-closest-statement): New helper
16772 function to go back to the closest preceding statement start,
16773 which could be inside a conditional statement.
16774 * cc-engine.el (c-guess-basic-syntax): Use
16775 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
16776
16777 * cc-engine.el (c-guess-basic-syntax): Better handling of
16778 arglist-intro, arglist-cont-nonempty and arglist-close when
16779 the arglist is nested inside parens. Cases 7A, 7C and 7F
16780 changed.
16781
16782 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
16783 up-to-date with javadoc 1.2.
16784
16785 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16786
16787 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
16788 multiline Pike type decls.
16789
16790 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16791
16792 * cc-cmds.el (c-indent-new-comment-line): Always break
16793 multiline comments in multiline mode, regardless of
16794 comment-multi-line.
16795
16796 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16797
16798 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
16799 fully::qualified::names in C++ member init lists. Preamble in
16800 case 5D changed.
16801
16802 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16803
16804 * cc-langs.el (c-common-init): Handling of obsolete variables
16805 moved to c-initialize-cc-mode. More compatible style override
16806 when using global style variables.
16807 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
16808 variables moved here.
16809
16810 * cc-styles.el (c-make-styles-buffer-local): Flag style
16811 variable localness in c-style-variables-are-local-p to make
16812 the compatibility measure in c-common-init work well.
16813
16814 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
16815 longer contain set-from-style.
16816 * cc-styles.el (c-initialize-builtin-style): Don't check for
16817 set-from-style on c-special-indent-hook.
16818 * cc-styles.el (c-copy-tree): Obsolete. The standard function
16819 copy-alist is sufficient now.
16820
16821 * cc-styles.el (c-set-style, c-set-style-1,
16822 c-get-style-variables): Fixes to variable initialization so
16823 that duplicate entries in styles have the same effect
16824 regardless of DONT-OVERRIDE.
16825
16826 * cc-styles.el (c-set-style-2): Fixed bug where the
16827 initialization of inheriting styles failed when the
16828 dont-override flag is set.
16829
16830 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
16831 on this.
16832
16833 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16834
16835 * cc-defs.el (c-forward-comment): Removed the workaround
16836 introduced in 5.38 since it had worse side-effects. If a line
16837 contains the string "//\"", it regarded the // as a comment
16838 start since the \ temporarily doesn't have escape syntax.
16839
16840 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
16841
16842 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
16843 ada-xref.el before ada-prj.el, so that the Project menu is created
16844 when ada-prj tries to add to it.
16845 (ada-activate-keys-for-case): Suppress the characters that are not
16846 part of the Ada syntax. Better compatibility with else-mode
16847 (ada-adjust-case-interactive): When auto-casing is not active,
16848 correctly insert newlines (used to insert only ^M). Prevent the
16849 syntax table from being changed in case of an error
16850 (or '_' becomes part of a word and some commands are confused).
16851 Do nothing if ada-auto-case is nil.
16852 (ada-after-keyword-p): Ignore keywords that are also attributes
16853 (ada-batch-reformat): Update usage comment
16854 (ada-call-from-contextual-menu): New function
16855 (ada-case-read-exceptions): Reinitialize the casing exception list
16856 first to nil first, so that the casing exception file can be
16857 shared.
16858 (ada-check-defun-name): Handles "configure" keyword for gnatdist
16859 files.
16860 (ada-compile-goto-error): Fix regexp used to detect a file:line
16861 anywhere in the error message
16862 (ada-contextual-menu-last-point): New variable
16863 (ada-create-keymap): If the variable delete-key-deletes-forward is
16864 t on XEmacs, it means that DEL should delete one character
16865 forward.
16866 (ada-create-menu): Use :included instead of :visible for XEmacs.
16867 New submenu "Options".
16868 (ada-end-stmt-re): Correctly indent "select ... then abort"
16869 statements.
16870 (ada-fill-comment-paragraph): Correctly delete all leading '--'
16871 even if they don't match ada-fill-comment-prefix Fix handling of
16872 paragraphs on the first or last line of a file.
16873 (ada-format-paramlist): Fix handling of default parameter values.
16874 (ada-get-body-name): New function.
16875 (ada-get-current-indent): Optimized by searchling directly for an
16876 existing generic part or a statement outside of it. Handle
16877 ada-indent-align-comments when indenting comments Replaced some
16878 regexps by testing directly the next character. This results in a
16879 huge speedup on some files. New indentation scheme for renames
16880 statements. Stop looking for the 'while' or 'for' associated with
16881 a 'loop' at the first semicolon encountered. A "return" can also
16882 match an anonymous access subprogram declaration.
16883 (ada-get-indent-noindent): Ignore strings and comments when
16884 looking for the keywords "record" and "private".
16885 (ada-goto-matching-decl-start): When matching "if", make sure we
16886 are not in fact seeing "end if". Ignore "when" statements except
16887 when initial keyword was "begin". Fix handling of nested
16888 procedures. Add a recursive call to this function to skip over
16889 other 'end' statmts. Fix indentation for "when .. => begin"
16890 (ada-in-open-paren-p): Fix indentation for complex boolean
16891 expressions, where 'and then', 'or else' and parenthesis
16892 statements are mixed up.
16893 (ada-in-paramlist-p): Skip comments while searching for the
16894 beginning Fix handling of operator declarations.
16895 (ada-indent-align-comments): New variable
16896 (ada-indent-current): Change the syntax table only in the
16897 protected section, so that we are sure it is restored correctly.
16898 (ada-indent-on-previous-lines): Use ada-use-indent and
16899 ada-with-indent Correctly indent "select ... then"
16900 (ada-indent-region): Slight speedup.
16901 (ada-indent-renames): New variable.
16902 (ada-last-which-function-subprog, ada-last-which-function-line):
16903 New variables
16904 (ada-looking-at-semi-private): Correctly indent the 'private'
16905 keyword when it is the first word in a package declaration.
16906 (ada-loose-case-word): Stop searching if at the end of the buffer.
16907 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
16908 even if point is not initially at the end of the word.
16909 (ada-matching-decl-start-re): Add "when".
16910 (ada-mode): Add support for abbrev-mode, outline-mode and
16911 which-func-mode Override the old find-file.el entry in
16912 ff-special-constructs since it is using the obsolete
16913 ada-spec-suffix variable
16914 (ada-no-auto-case): New function
16915 (ada-scan-paramlist): When parsing the argument type, accept
16916 spaces (as in "X 'Class", generated by Rational Rose).
16917 (ada-other-file-name): No longer loads the other file.
16918 (ada-popup-menu): Save and restore the current buffer and cursor
16919 position before and after displaying the menu.
16920 (ada-search-ignore-complex-boolean): New function.
16921 (ada-uncomment-region): Emacs21 already knows how to delete
16922 comments not starting in the first column.
16923 (ada-use-indent): New variable
16924 (ada-which-function): New function.
16925 (ada-with-indent): New variable
16926 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
16927 can be batch-compiled from the command line.
16928
16929 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
16930 Add to the menu when the file is loaded, not in ada-mode-hook.
16931 Add -toolbar to the default ddd command Switches moved from
16932 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
16933 ada-prj-default-comp-opt
16934 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
16935 Reference Manual to the menu
16936 (ada-check-current): rewritten as a call to ada-compile-current
16937 (ada-compile): Removed.
16938 (ada-compile-application, ada-compile-current, ada-check-current):
16939 Set the compilation-search-path so that compile.el automatically
16940 finds the sources in src_dir. Automatic scrollong of the
16941 compilation buffer. C-uC-cC-c asks for confirmation before
16942 compiling
16943 (ada-compile-current): New parameter, prj-field
16944 (ada-complete-identifier): Load the .ali file before doing
16945 processing
16946 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
16947 conform to gnatmake's behavior.
16948 (ada-find-file-in-dir): New function
16949 (ada-find-references): Set the environment variables for gnatfind
16950 (ada-find-src-file-in-dir): New function.
16951 (ada-first-non-nil): Removed
16952 (ada-gdb-application): Add support for jdb, the java debugger.
16953 (ada-get-ada-file-name): Load the original-file first if not done
16954 yet.
16955 (ada-get-all-references): Handles the new ali syntax (parent types
16956 are found between <>).
16957 (ada-initialize-runtime-library): New function
16958 (ada-mode-hook): Always load a project file when a file is opened,
16959 so that the casing exceptions are correctly read.
16960 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
16961 (ada-parse-prj-file): Use find-file-noselect instead of find-file
16962 to open the project file, since the latter does not work with
16963 speedbar Get default values before loading the prj file, or the
16964 default executable file name is wrong. Use the absolute value of
16965 src_dir to initialize ada-search-directories and
16966 compilation-search-path,... Add the standard runtime library to
16967 the search path for find-file.
16968 (ada-prj-default-debugger): Was missing an opening '{'
16969 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
16970 variables.
16971 (ada-prj-default-gnatmake-opt): New variable
16972 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
16973 buffers, the project file is the default one Save the windows
16974 configuration before displaying the menu.
16975 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
16976 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
16977 ...) regexp-quote identifiers names to support operators +,
16978 -,... in regexps.
16979 (ada-remote): New function.
16980 (ada-run-application): Erase the output buffer before starting the
16981 run Support remote execution of the application. Use
16982 call-process, or the arguments are incorrectly parsed
16983 (ada-set-default-project-file): Reread the content of the active
16984 project file, not the one from the current buffer When a project
16985 file is set as the default project, all directories are
16986 automatically associated with it.
16987 (ada-set-environment): New function
16988 (ada-treat-cmd-string): New special variable ${current}
16989 (ada-treat-cmd-string): Revised. The substitution is now done for
16990 any ${...} substring
16991 (ada-xref-current): If no body was found, compiles the spec
16992 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
16993 compiler to get rid of command line length limitations.
16994 (ada-xref-get-project-field): New function
16995 (ada-xref-project-files): New variable
16996 (ada-xref-runtime-library-specs-path)
16997 (ada-xref-runtime-library-ali-path): New variables
16998 (ada-xref-set-default-prj-values): Default run command now does a
16999 cd to the build directory. New field: main_unit Provide a default
17000 file name even if the current buffer has no prj file.
17001
17002 * ada-prj.el:
17003 Rewritten to show a tabbed-dialog.
17004 (ada-prj-add-ada-menu): Remove the map and name parameters.
17005 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17006 New function
17007 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17008 (ada-prj-load-from-file): New function
17009 (ada-prj-save): Always save fields that depend on the current buffer
17010 (ada-prj-show-value): New function
17011
17012 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17013 Ada mode. This will allow us to display the Ada menu in any buffer
17014 we want (for project items).
17015 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17016 number of spaces in the header.
17017
17018 2000-07-24 Dave Love <fx@gnu.org>
17019
17020 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17021
17022 2000-07-23 Noah Friedman <friedman@splode.com>
17023
17024 * type-break.el (type-break): perform autosave.
17025 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17026 (type-break-do-query): Cancel query schedule while performing
17027 actual query, to avoid possibility of a second query being made
17028 while first one is already in progress.
17029 (type-break-time-stamp-format): New variable.
17030 (type-break-time-stamp): New function.
17031 (type-break-time-warning): Use it.
17032 (type-break-keystroke-warning): Use it.
17033 (type-break-noninteractive-query): Use it.
17034
17035 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17036 cookie.
17037 Use add-minor-mode to set minor-mode-alist, if available.
17038 (eldoc-echo-area-use-multiline-p): New user option.
17039 (eldoc-echo-area-multiline-supported-p): New variable.
17040 (eldoc-docstring-format-sym-doc): Use them.
17041 (eldoc-mode): If not using idle timers, append to local post and
17042 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17043 (eldoc-display-message-no-interference-p): Don't interfere with
17044 edebug.
17045 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17046 (eldoc-function-arglist): New function.
17047 (eldoc-function-argstring): Use it.
17048
17049 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17050 auto save directory exists before calling directory-files.
17051
17052 2000-07-23 Dave Love <fx@gnu.org>
17053
17054 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17055 ^o, ^u.
17056
17057 2000-07-21 Dave Love <fx@gnu.org>
17058
17059 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17060 now passed to the function. It now works properly.
17061
17062 * smerge-mode.el (smerge-mode-menu): Fill it out.
17063
17064 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17065
17066 * info-look.el (info-lookup): If *info* is shown in another frame
17067 on the same display, select that frame, instead of switching to
17068 the Info buffer in another window of the selected frame.
17069
17070 * simple.el (universal-argument-map): Bind numeric keypad keys
17071 kp-0 to kp-9 and kp-subtract.
17072 (digit-argument): Handle these keys.
17073
17074 2000-07-20 Dave Love <fx@gnu.org>
17075
17076 * net/goto-addr.el (goto-address-fontify): Don't bother with
17077 buffer-modified and read-only stuff -- irrelevant with overlays.
17078 Put an extra property on the overlays and use it to clean up in
17079 case goto-address is re-run.
17080
17081 2000-07-19 Richard M. Stallman <rms@gnu.org>
17082
17083 * timer.el (run-with-idle-timer): Doc fix.
17084
17085 * mail/mail-utils.el (mail-strip-quoted-names):
17086 Handle case where <...> appears inside "...".
17087 Use replace-match to edit the string more simply.
17088 (rmail-dont-reply-to): Cope with an unmatched ".
17089
17090 2000-07-19 Dave Love <fx@gnu.org>
17091
17092 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17093 implementation.
17094
17095 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17096 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17097 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17098
17099 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17100
17101 * textmodes/refer.el: Correct maintainer's email address.
17102
17103 * progmodes/hideif.el: Correct author's email address.
17104 Fix typo in comment.
17105
17106 * xml.el: New file.
17107
17108 * mail/mailheader.el: Correct author's mail address.
17109
17110 * gnus/parse-time.el: Correct author's mail address.
17111
17112 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17113
17114 * comint.el (comint-highlight-input, comint-highlight-face):
17115 New user options.
17116 (comint-input-ring-file-name): Change custom type.
17117 (comint-mode-map): Bind mouse-2.
17118 (comint-insert-clicked-input): New function.
17119 (comint-send-input): Handle input highlighting.
17120
17121 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17122
17123 * mouse.el (popup-menu): New function.
17124 (mouse-major-mode-menu): Use it.
17125
17126 2000-07-18 Dave Love <fx@gnu.org>
17127
17128 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17129 improvements.
17130
17131 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17132
17133 * faces.el (face-font-selection-order)
17134 (face-font-family-alternatives): Add custom type.
17135
17136 2000-07-18 Dave Love <fx@gnu.org>
17137
17138 * cus-edit.el (custom-variable-reset-saved)
17139 (custom-variable-reset-standard): Remove unused bindings.
17140
17141 * rect.el (open-rectangle-line): Remove unused let.
17142
17143 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17144
17145 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17146
17147 * cdl.el: Fix `Maintainer' keyword.
17148
17149 * play/pong.el: Add author's email address.
17150
17151 2000-07-17 Sam Steingold <sds@gnu.org>
17152
17153 * files.el (insert-directory): Call `split-string' instead of
17154 re-implementing it.
17155
17156 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17157
17158 * mail/vms-pmail.el: Change maintainer to FSF.
17159
17160 * net/goto-addr.el: Change maintainer to FSF.
17161
17162 * info.el (Info-title-face-alist): Removed.
17163
17164 2000-07-18 David Ponce <david@dponce.com>
17165
17166 * recentf.el (recentf-open-files): New command that works like
17167 `recentf-open-more-files', but shows the whole list of files (not just
17168 those omitted from the menu). Useful if you don't use a menu-bar!
17169 (recentf-open-more-files) Modified to use `recentf-open-files'.
17170
17171 (recentf-open-files, recentf-open-more-files)
17172 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17173
17174 (recentf-dialog-mode): New mode for dialogs. You can now just type
17175 "q" to cancel the dialogs.
17176
17177 2000-07-18 David Ponce <david@dponce.com>
17178
17179 * recentf.el: This is a major update of recentf.el. It adds new
17180 features to better organize the recentf menu and "More..." buffer.
17181
17182 Using new provided menu filtering functions you can now organize the
17183 recent files list:
17184
17185 - by major modes
17186 - by directories
17187 - by user defined rules
17188
17189 Finally, with the new `recentf-filter-changer' customizable filter you
17190 can define a ring of filters and dynamically (via the menu) cycle on
17191 each menu organization in the ring (a la msb).
17192
17193 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17194
17195 * eshell/eshell.el (eshell): Replace links to eshell.info with
17196 links to eshell, to avoid problems on systems where the manual is
17197 installed as `eshell'.
17198 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17199 * eshell/em-smart.el (eshell-smart): Ditto.
17200 * eshell/em-banner.el (eshell-banner): Ditto.
17201 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17202
17203 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17204 same-file check in the MS-DOS version (it does support inodes).
17205
17206 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17207
17208 * eshell/eshell.el (eshell-directory-name):
17209 Run default directory name through convert-standard-filename.
17210
17211 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17212
17213 * international/mule-cmds.el (select-safe-coding-system):
17214 Fix typo in the comment.
17215
17216 * language/european.el (compound-text):
17217 Force katakana-jisx0201 to be designated to G1.
17218
17219 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17220 Don't translate some national variant characters of latin-jisx0201.
17221 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17222
17223 * international/kkc.el (kkc-after-update-conversion-functions):
17224 New variable.
17225 (kkc-update-conversion): Run functions in it at the tail.
17226
17227 2000-07-16 John Wiegley <johnw@gnu.org>
17228
17229 * lisp/align.el (align-newline-and-indent):
17230 Adding new function. for auto-aligning blocks of code on RET.
17231 (align-region): Fixed badly formatted minibuffer message.
17232
17233 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17234
17235 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17236 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17237 the conversion list at first if appropriate.
17238 (kkc-next): Don't update kkc-next-count here.
17239 (kkc-prev): Don't update kkc-prev-count here.
17240 (kkc-show-conversion-list-update): Fix setting up of conversion
17241 list message.
17242
17243 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17244
17245 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17246
17247 2000-07-16 Dave Love <fx@gnu.org>
17248
17249 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17250 function to be more specific.
17251
17252 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17253 non-string help-echo.
17254 (widget-types-convert-widget): Defsubst it.
17255 (widget-echo-help): Try to cope with a help-echo function of two
17256 possible sorts.
17257
17258 2000-07-15 Jason Rumney <jasonr@gnu.org>
17259
17260 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17261 Declare as obsolete.
17262
17263 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17264
17265 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17266
17267 * hilit-chg.el: Fix typo.
17268
17269 2000-07-14 Dave Love <fx@gnu.org>
17270
17271 * info.el (Info-mode-menu): Fix use of :help, :enable.
17272
17273 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17274
17275 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17276
17277 2000-07-13 Dave Love <fx@gnu.org>
17278
17279 * emacs-lisp/easymenu.el: Doc fixes.
17280 (easy-menu-remove): Defalias to ignore.
17281
17282 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17283 Call throw correctly.
17284
17285 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17286
17287 * faces.el (frame-background-mode): Doc fix.
17288
17289 * simple.el (eval-expression-print-length): Change custom type to
17290 allow entering nil as value.
17291
17292 2000-07-13 Dave Love <fx@gnu.org>
17293
17294 * progmodes/fortran.el (fortran-imenu-generic-expression):
17295 Change definition layout.
17296 (fortran-mode-menu): Reinstate customize entries.
17297
17298 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17299 Use :filter, per old XEmacs code.
17300
17301 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17302
17303 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17304 event when deciding what to send to the terminal.
17305
17306 2000-07-12 Dave Love <fx@gnu.org>
17307
17308 * cus-start.el: Add optional version as 4th element of specs and
17309 use it for several things new in v21. Remove load-path. Fix type
17310 of line-number-display-limit.
17311
17312 2000-07-11 Dave Love <fx@gnu.org>
17313
17314 * progmodes/fortran.el: Don't require easymenu.
17315 Use repeat counts in various regexps.
17316 (fortran-mode-syntax-table): Defvar directly.
17317 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17318 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17319 Use defvar, not defconst.
17320 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17321 (fortran-mode): Set fortran-comment-line-start-skip,
17322 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17323 (fortran-comment-indent): Use defsubst.
17324 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17325 Use fortran-comment-indent, not fortran-comment-indent-function.
17326 (fortran-comment-region, fortran-electric-line-number): Simplify.
17327 (fortran-auto-fill): New function.
17328 (fortran-do-auto-fill): Deleted.
17329 (fortran-find-comment-start-skip):
17330 Check for non-null comment-start-skip.
17331 (fortran-auto-fill-mode, fortran-fill-statement):
17332 Use fortran-auto-fill.
17333 (fortran-fill): Use fortran-auto-fill. Check for null
17334 comment-start-skip. Simplify final clause and use end-of-line finally.
17335
17336 * widget.el (widget-plist-member): New alias.
17337
17338 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17339
17340 * eshell/esh-module.el (toplevel): Reference
17341 byte-compile-current-file only if it is bound.
17342
17343 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17344
17345 * dired.el: Don't require `dired-aux'.
17346
17347 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17348
17349 * dired-aux.el (dired-show-file-type): New function.
17350 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17351 (dired-show-file-type): Add autoload.
17352
17353 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17354
17355 * international/mule-diag.el (describe-font): Adjusted for the
17356 change of fontset-info.
17357 (print-fontset): Likewise.
17358
17359 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17360
17361 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17362
17363 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17364
17365 * bindings.el: Bind `[delete]' to delete-char.
17366
17367 * dired.el (dired-find-alternate-file): New function.
17368 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17369 (toplevel): Require dired-aux when compiling.
17370 (dired-buffers): Move defvar within file to avoid compiler warning.
17371
17372 * info.el (Info-last-search): Variable removed.
17373 (Info-search-history): New variable.
17374 (Info-search): New Info-search-history.
17375
17376 * battery.el, info-look.el: Change author's mail address.
17377
17378 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17379
17380 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17381 if rmail-ignored-headers is nil.
17382 (rmail-retry-failure): Bind rmail-ignored-headers and
17383 rmail-displayed-headers to nil.
17384
17385 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17386
17387 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17388 (print-region-1): Don't hard code `-h' here.
17389
17390 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17391
17392 2000-07-01 Francesco Potorti` <pot@gnu.org>
17393
17394 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17395 exim can use "your message" instead of "the message".
17396
17397 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17398
17399 * facemenu.el: Docstrings fixes.
17400 (facemenu-get-face): Don't use internal-find-face.
17401 (facemenu-iterate): Rename arg to match the docstring.
17402
17403 * newcomment.el (uncomment-region): Be more careful when skipping
17404 backwards over `=' not to bump into BOBP.
17405
17406 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17407
17408 * ediff-diff.el (ediff-wordify): Use syntax table.
17409 * ediff-init.el (ediff-has-face-support-p): Use
17410 ediff-color-display-p.
17411 (ediff-color-display-p): Use display-color-p, changed to defun
17412 from defsubst.
17413 Got rid of special cases for NeXT and OS/2.
17414 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17415 face.
17416
17417 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17418
17419 * emacs-lisp/lucid.el: Require CL.
17420 (copy-tree, remprop): Remove, it's provided by CL.
17421 (map-keymap): Define in terms of cl-map-keymap.
17422 (extent-property, set-extent-end-glyph): New functions.
17423
17424 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17425
17426 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17427
17428 * Makefile.in (DONTCOMPILE): Add comment that the name may
17429 not be changed without changing the make-dist script.
17430
17431 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17432 (cl-mapc): Use mapc instead of cl-old-mapc.
17433
17434 2000-07-05 Andrew Innes <andrewi@gnu.org>
17435
17436 * makefile.nt: Add support for `bootstrap' and related targets.
17437
17438 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17439
17440 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17441 (easy-menu-do-define): Use `menu-item' format.
17442 Handle case where easy-menu-create-menu returns a symbol.
17443 Manually call the potential top-level filter in the function binding.
17444 (easy-menu-filter-return): New arg NAME.
17445 Convert to a keymap if MENU is an XEmacs menu.
17446 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17447 (easy-menu-converted-items-table, easy-menu-convert-item):
17448 New var and fun to memoize easy-menu-convert-item-1.
17449 (easy-menu-do-add-item): Use it.
17450 (easy-menu-create-menu): Use easy-menu-convert-item.
17451 Wrap easy-menu-filter-return around any :filter specification.
17452 Don't convert the menu if a filter was specified.
17453 Tell easy-menu-make-symbol not to check for MENU being an expression.
17454 (easy-menu-make-symbol): New arg NOEXP.
17455
17456 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17457
17458 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17459 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17460 (eval-defun): If called with prefix arg, instrument code for
17461 Edebug.
17462
17463 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17464 similar to that of eval-defun.
17465
17466 2000-07-04 Dave Love <fx@gnu.org>
17467
17468 * hl-line.el (hl-line-overlay): Make it permanent-local.
17469
17470 * calendar/todo-mode.el: Replaced with a working version, based on
17471 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17472
17473 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17474
17475 * paths.el (prune-directory-list): New function.
17476 (Info-default-directory-list): Rewritten to more methodically
17477 enumerate a big list of possible info directories (based on the
17478 list used by the standalone info reader).
17479
17480 * info.el (info-initialize): Use prune-directory-list to remove
17481 non-existent directories from Info-directory-list.
17482
17483 * paths.el (Info-default-directory-list): Try a list of possible
17484 info-directories instead of a single one. Add the possible
17485 info directory "/usr/share/info".
17486
17487 * woman.el (woman-man.conf-path): Explicitly include the debian
17488 man-db config file "/etc/manpath.config".
17489 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17490 are present in `manpath.config'.
17491 (woman-manpath): Include "/usr/share/man".
17492
17493 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17494
17495 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17496
17497 * startup.el (command-line): Initialize blink-cursor based
17498 on window-system.
17499
17500 * frame.el (blink-cursor): Default to nil if not running under
17501 a window-system.
17502
17503 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17504 (face-x-resources): Remove duplicate entry for :font.
17505
17506 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17507 instead of cycling through windows with next-window.
17508
17509 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17510 of cycling through windows with next-window.
17511
17512 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17513 of cycling through windows with next-window.
17514
17515 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17516 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17517 instead of cycling through windows with next-window.
17518
17519 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17520 instead of cycling through windows with next-window.
17521
17522 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17523 of cycling through windows with next-window.
17524
17525 * terminal.el (te-process-output): Use walk-windows instead of
17526 cycling through windows with next-window.
17527
17528 * server.el (server-switch-buffer): Use some-window instead of
17529 cycling through windows with next-window.
17530
17531 * window.el (some-window): New function.
17532 (walk-windows): Remove reference to walk-windows-start.
17533
17534 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17535
17536 2000-07-03 Richard Stallman <rms@gnu.org>
17537
17538 * window.el (walk-windows): Guarantee termination by keeping a list
17539 of all the windows already handled.
17540
17541 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17542
17543 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17544 window-system.
17545
17546 * man.el (Man-notify-when-ready): Don't use window-system. If
17547 Man-notify-method is newframe, and the display is not
17548 multi-frame, select the frame created for the man page.
17549 (Man-init-defvars): Doc fix.
17550
17551 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17552
17553 * faces.el (region): Change background color for light background.
17554
17555 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17556 attribute from mode-line face of Ediff control frame.
17557
17558 * replace.el (query-replace-map): Bind `e' like `E'.
17559
17560 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17561
17562 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17563 Change name to "Select All".
17564
17565 * dos-fns.el (convert-standard-filename): Fix last change.
17566
17567 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17568
17569 * help.el (describe-variable): Don't insert a second `'s' in front
17570 of the string `value is shown below'. Since the syntax-table is
17571 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17572 an existing `'s', so that this won't be deleted.
17573
17574 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17575 * pcmpl-unix.el: New files.
17576
17577 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17578
17579 * wid-edit.el (widget-member): Use the new plist-member.
17580
17581 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17582
17583 * replace.el (perform-replace): Undo change of 2000-04-04.
17584 Instead, move backward 1 character at the end of the loop when
17585 necessary.
17586
17587 * faces.el (fringe): Change face for different backgrounds.
17588
17589 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17590 patch from John.
17591
17592 * eshell/*.el: Change spelling of the Free Software Foundation.
17593
17594 * eshell/esh-toggle.el: Removed.
17595
17596 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17597
17598 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17599 interactively.
17600
17601 2000-06-26 Alex Schroeder <alex@gnu.org>
17602
17603 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17604 `define-key'; instead of checking `(emacs-version)' check for
17605 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17606 for `;' and `o' which might be electric.
17607
17608 (sql-electric-stuff): New user option.
17609 (sql-magic-go): New function which uses `sql-electric-stuff'.
17610 (sql-magic-semicolon): New function which uses
17611 `sql-electric-stuff'.
17612
17613 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17614 is not fboundp.
17615
17616 (sql-oracle-options): New variable.
17617 (sql-oracle): Use it.
17618
17619 (sql-imenu-generic-expression): Doc change.
17620 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17621 is used.
17622
17623 (sql-informix): Added command line parameter "-" to force
17624 sql-informix-program to use stdout.
17625
17626 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17627
17628 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17629 (cp864-decode-table): Doc fix.
17630 (cp720-decode-table): New variable, supports the Arabic OEM
17631 codepage used by Windows.
17632 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17633
17634 2000-06-23 Dave Love <fx@gnu.org>
17635
17636 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17637 (font-lock-fontify-anchored-keywords): Use
17638 line-beginning-position.
17639 (global-font-lock-mode): Use mapc.
17640
17641 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17642
17643 * eshell/esh-module.el: Require CL when compiling.
17644
17645 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17646
17647 * comint.el (comint-substitute-in-file-name): Call replace-match
17648 with second and third arg t.
17649
17650 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17651 Specify foreground color.
17652
17653 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17654 color.
17655
17656 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17657
17658 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17659 cddr instead of cdddr.
17660
17661 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
17662 instead of copy-list.
17663
17664 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
17665 of copy-list.
17666
17667 * subdirs.el: Add eshell subdirectory.
17668
17669 * eshell: New subdirectory containing the Eshell package.
17670
17671 * pcomplete.el: New file.
17672
17673 2000-06-23 Paul Eggert <eggert@twinsun.com>
17674
17675 * mail/mailpost.el (post-mail-send-it): Make sure file has
17676 proper permissions from birth.
17677
17678 * files.el (basic-save-buffer-2): When temporarily setting
17679 file modes, set them to current modes plus 0200, not to 0777.
17680
17681 * emerge.el (emerge-make-temp-file): Make sure file has proper
17682 permissions from birth.
17683
17684 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
17685
17686 * files.el (make-backup-file-name-1): On DOS/Windows, run the
17687 backup file name through convert-standard-filename.
17688
17689 * dos-fns.el (convert-standard-filename): Convert leading
17690 directories as well. When long file names are supported, convert
17691 characters that are invalid in Windows file names.
17692
17693 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17694
17695 * ps-print.el: Fix bug: if ^L is the very first buffer character,
17696 ps-print crashes. New feature: page selection for printing. Create
17697 raw-text-unix coding system for XEmacs. Doc fix.
17698 (ps-print-version): New version number (5.2.3).
17699 (ps-plot-region): Bug fix.
17700 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
17701 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
17702 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
17703 funs.
17704 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
17705 (ps-last-page): New vars.
17706
17707 2000-06-21 Gerd Moellmann <gerd@gnu.org>
17708
17709 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
17710 empty option string.
17711
17712 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
17713
17714 * man.el (man): Doc fix.
17715
17716 2000-06-21 Kenichi Handa <handa@etl.go.jp>
17717
17718 * international/mule-cmds.el (set-language-info-alist): Docstring
17719 fixed.
17720
17721 2000-06-20 Gerd Moellmann <gerd@gnu.org>
17722
17723 * version.el (emacs-version): Use ISO date format.
17724
17725 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
17726 instead of `M-backspace'.
17727
17728 * simple.el (turn-off-auto-fill): New function.
17729
17730 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
17731
17732 * jit-lock.el (with-buffer-prepared-for-jit-lock):
17733 Renamed from with-buffer-prepared-for-font-lock and use
17734 inhibit-modification-hooks rather than setting *-change-functions.
17735 Update all functions to use the new name.
17736 (jit-lock-first-unfontify-pos): New semantics (and doc).
17737 (jit-lock-mode): Make non-interactive.
17738 Don't automatically turn on font-lock.
17739 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
17740 Always use jit-lock-after-change.
17741 Remove and restore font-lock-after-change-function.
17742 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
17743 (jit-lock-after-unfontify-buffer): Remove.
17744 (jit-lock-stealth-fontify):
17745 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
17746 (jit-lock-after-change): Set the `fontified' text-prop to nil.
17747
17748 2000-06-20 Sam Steingold <sds@gnu.org>
17749
17750 * emacs-lisp/cl-indent.el (toplevel): Indent
17751 `print-unreadable-object' properly. Untabify.
17752
17753 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17754
17755 * textmodes/reftex.el (reftex-find-citation-regexp-format):
17756 Support for bibentry.
17757 (reftex-compile-variables): Fixed problem with end of section-re.
17758
17759 * texmodes/reftex-dcr.el (reftex-view-crossref,
17760 reftex-view-crossref-from-bibtex):
17761 Deal with changed `reftex-find-citation-regexp-format'.
17762 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
17763 Replaced `remprop' with `put'.
17764 (reftex-view-crossref, reftex-view-crossref-when-idle):
17765 Support for bibentry.
17766
17767 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17768 New entry for bibentry package.
17769
17770 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
17771 Regexp also matches "\nobibliography".
17772
17773 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
17774 Call `reftex-ensure-write-access' before doing anything.
17775 (reftex-ensure-write-access): New function.
17776
17777 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17778
17779 * progmodes/idlwave.el: File re-installed (update to version 4.2)
17780
17781 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
17782
17783 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
17784
17785 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
17786
17787
17788 2000-06-20 Dave Love <fx@gnu.org>
17789
17790 * faces.el (frame-background-mode): Use set-default, not set, in
17791 setter.
17792 (frame-update-faces, frame-update-face-colors): Define with
17793 defalias.
17794
17795 * enriched.el (enriched-decode-foreground)
17796 (enriched-decode-background): Don't use internal-find-face.
17797
17798 * apropos.el: Doc fixes.
17799
17800 * cus-edit.el (customize-changed-options): Check arg.
17801 (customize-version-lessp): Don't require decimal point.
17802
17803 * custom.el (defcustom, defgroup): Doc fix.
17804
17805 * newcomment.el (comment) <defgroup>: Add :version.
17806 (comment-multi-line): Doc fix.
17807
17808 * emulation/mlsupport.el (define-hooked-local-abbrev,
17809 define-hooked-global-abbrev): Fix, using define-abbrev.
17810
17811 2000-06-19 Gerd Moellmann <gerd@gnu.org>
17812
17813 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
17814 the whole buffer.
17815
17816 2000-06-19 Dave Love <fx@gnu.org>
17817
17818 * menu-bar.el (menu-bar-options-save): New function.
17819 (menu-bar-options-menu): Use it.
17820 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
17821 Simplify.
17822
17823 2000-06-19 Andreas Schwab <schwab@suse.de>
17824
17825 * progmodes/etags.el (tags-query-replace): Put new parameters
17826 START and END at the end, for backward compatibility.
17827
17828 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17829
17830 * international/codepage.el:
17831 (cp-coding-system-for-codepage-1): Delete special codes for
17832 generating xxx-dos coding system because now a CCL based coding
17833 system can handle EOL conversion by default.
17834
17835 * international/mule.el (make-coding-system): Generate subsidiary
17836 coding systems for EOL handling variants even for a CCL based
17837 coding system.
17838
17839 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17840
17841 * international/isearch-x.el (isearch-minibuffer-input-method)
17842 (isearch-minibuffer-input-method-function): These variables
17843 deleted.
17844 (isearch-with-input-method): Don't use the above variables.
17845 (isearch-process-search-multibyte-characters): Likewise. Call
17846 read-string with the arg INHERIT-INPUT-METHOD t.
17847
17848 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
17849
17850 * font-lock.el (font-lock-after-fontify-buffer)
17851 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
17852
17853 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
17854 Use consistent make-local-variable style for font-lock-fontified.
17855 (jit-lock-fontify-buffer):
17856 Don't bother checking for font-lock-mode and jit-lock-mode.
17857
17858 * time.el: Remove trailing ^M that prevent CVS-merging.
17859
17860 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17861
17862 * Makefile.in (distclean): New target.
17863
17864 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
17865
17866 * Makefile.in (srcdir): Define for update-subdirs.
17867
17868 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17869
17870 * find-lisp.el: New file.
17871
17872 2000-06-16 Andrew Innes <andrewi@gnu.org>
17873
17874 * time.el (display-time-mail-function): New variable, to allow
17875 external packages to indicate when new mail is available.
17876 (display-time-update): Use it.
17877
17878 2000-06-16 Kenichi Handa <handa@etl.go.jp>
17879
17880 * international/mule.el (mule-version): Change version name to
17881 SAKAKI. AOI has already been used by Meadow.
17882
17883 * international/quail.el (quail-show-guidance-buf): To find the
17884 bottom window (but minibuffer), pay attention to the height of
17885 minibuffer.
17886
17887 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
17888
17889 * arc-mode.el (archive-mode-map): Use the new menu-item format for
17890 menu-bar menus. Add help strings. Don't remove the Edit menu
17891 from the menu bar, as the menu bar has enough space now.
17892
17893 * Makefile.in (SHELL): Make sure /bin/sh is used.
17894
17895 * woman.el (woman-man-buffer): Fix bold and underlined CJK
17896 characters, which use series of two ^H characters instead of one.
17897
17898 2000-06-15 Gerd Moellmann <gerd@gnu.org>
17899
17900 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
17901 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
17902 functions.
17903 (Info-find-node-2): Try a case-sensitive search first, then
17904 do a case-insensitive search.
17905
17906 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
17907 tutorials.
17908
17909 * complete.el (PC-env-vars-alist): New variable.
17910 (PC-complete-as-file-name): New function.
17911 (partial-completion-mode): Initialize PC-env-vars-alist from
17912 process-environment.
17913 (PC-do-completion): Handle completion of env vars.
17914
17915 * info.el (Info-set-mode-line): Show file name in mode line,
17916 use `*Info*' instead of `Info:'.
17917
17918 * startup.el (command-line-1): Change copyright messages to year
17919 2000.
17920
17921 2000-06-15 Dave Love <fx@gnu.org>
17922
17923 * net/goto-addr.el (goto-address-fontify): Use keymap property,
17924 not local-map.
17925
17926 2000-06-15 Kenichi Handa <handa@etl.go.jp>
17927
17928 * international/mule.el (set-buffer-file-coding-system): Almost
17929 rewritten to handle `undecided' as no-op.
17930
17931 2000-06-14 Gerd Moellmann <gerd@gnu.org>
17932
17933 * Makefile.in: New file.
17934
17935 * Makefile: Removed.
17936
17937 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
17938 (goto-address-highlight-keymap): Bind C-c RET.
17939
17940 2000-06-14 Kenichi Handa <handa@etl.go.jp>
17941
17942 * mail/sendmail.el (sendmail-send-it): The temporary buffer
17943 inherits buffer-file-coding-system of the current buffer.
17944
17945 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
17946 0. Give correct argument to set-auto-coding-function.
17947 (tar-expunge): For goto-char, use (point-min), not 0.
17948 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
17949 (tar-subfile-save-buffer): Likewize.
17950
17951 * international/mule.el
17952 (after-insert-file-set-buffer-file-coding-system): Call
17953 set-buffer-file-coding-system with the arg FORCE t.
17954
17955 2000-06-13 Gerd Moellmann <gerd@gnu.org>
17956
17957 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
17958 nil. Contemporary sendmails issue an X-Authentication-Warning if
17959 the sender is set with `-f'.
17960
17961 2000-06-13 Dave Love <fx@gnu.org>
17962
17963 * help.el (describe-function-1): Kluge around cases of functions
17964 fset to subrs whose doc doesn't match their symbol-name.
17965
17966 * image.el (insert-image): Default STRING to a space.
17967
17968 * info.el Doc fixes.
17969 (Info-build-node-completions): Match Ref tags.
17970
17971 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
17972
17973 * frame.el (display-multi-frame-p, display-multi-font-p): New
17974 defaliases for display-graphic-p.
17975
17976 * hl-line.el: Fixed a typo in commentary.
17977
17978 2000-06-13 Kenichi Handa <handa@etl.go.jp>
17979
17980 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
17981 fixed.
17982
17983 2000-06-12 Dave Love <fx@gnu.org>
17984
17985 * image.el (insert-image): Save a little consing.
17986
17987 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17988
17989 * language/tibet-util.el: Convert all tibetan-1-column characters
17990 to the corresponding tibetan characters.
17991 (tibetan-add-components): Delete code for the special treatment of
17992 'a chung.
17993
17994 * language/tibetan.el (tibetan-composable-pattern): Fix previous
17995 change.
17996 (tibetan-vowel-transcription-alist): More rules added.
17997 (tibetan-composite-vowel-alist): New variable.
17998 (tibetan-precomposition-rule-alist): More rules added.
17999
18000 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18001
18002 * startup.el (command-line): Only call menu-bar-mode if interactive.
18003
18004 * thingatpt.el (toplevel symbol-properties):
18005 * textmodes/makeinfo.el (makeinfo-compile):
18006 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18007 * progmodes/hideif.el (hif-compress-define-list)
18008 (hide-ifdef-use-define-alist):
18009 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18010 (ange-ftp-vms-add-file-entry):
18011 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18012 * man.el (Man-build-man-command):
18013 * mail/rnewspost.el (news-reply-header-hook):
18014 * info.el (Info-insert-dir):
18015 * emulation/mlconvert.el (backward-word, forward-word, setq):
18016 * emacs-lisp/gulp.el (gulp-send-requests):
18017 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18018 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18019 (byte-optimize-apply, end of file):
18020 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18021 (ad-make-freeze-definition):
18022 * startup.el (command-line, command-line-1): Don't quote lambdas.
18023
18024 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18025 (cvs-cleanup-removed): New function.
18026 (cvs-cleanup-functions): New var.
18027 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18028 some flexibility in specifying additional entries to auto-cleanup.
18029 (cvs-quickdir): New function.
18030 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18031 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18032 (cvs-mode-find-file): Check that we are on a filename or dirname
18033 when invoked through a mouse-click.
18034 (cvs-full-path): Remove.
18035 (cvs-dired-action): Re-introduced.
18036 (cvs-dired-noselect): Use it.
18037 (vc-post-command-functions): use this new hook if available.
18038
18039 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18040 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18041 (cvs-filename-map, cvs-dirname-map): Remove.
18042 (cvs-default-action): Remove.
18043 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18044 if the arg is really a keymap.
18045 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18046 Don't hardcode the mapping from state (aka type) to face, but check
18047 the var cvs-fi-<type>-face instead.
18048 (cvs-fileinfo-from-entries): New function.
18049
18050 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18051 Docstring fix.
18052 (cvs-find-file-and-jump): Change default to be safer.
18053 (cvs-mode-diff-map): Define it as a function as well.
18054 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18055 Bind mouse-2 in this global map rather than with text-properties.
18056
18057 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18058 file to resolve the ambiguity between C(conflict) and C(need-merge).
18059
18060 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18061
18062 * international/mule.el (set-buffer-file-coding-system): If
18063 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18064 unconditionally.
18065
18066 2000-06-12 Dave Love <fx@gnu.org>
18067
18068 * wid-edit.el (widget-specify-button): Really suppress the face if
18069 required.
18070
18071 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18072
18073 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18074
18075 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18076
18077 * imenu.el (imenu-generic-expression): Docstring fix.
18078
18079 * composite.el (composition-function-table): Move the `put'
18080 below the autoload cookie so we can load the file before loaddefs.
18081
18082 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18083
18084 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18085 Handle easy-mmode-define-global-mode.
18086 For complex macros like define-minor-mode that can generate
18087 several autoload entries, try to autoload entries in the
18088 macroexpanded code.
18089
18090 * emacs-lisp/easy-mmode.el (define-minor-mode):
18091 If KEYMAP is a symbol, just use it.
18092 Use byte-compile-current-file and load-file-name to infer the
18093 proper :require to pass to defcustom.
18094 Wrap the hook var into `progn' so as not to autoload it.
18095 Add a :autoload-end cookie.
18096 Be more careful about the evaluation of KEYMAP.
18097 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18098 (define-derived-mode): Move define-abbrev-table outside of defvar.
18099
18100 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18101
18102 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18103 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18104 (backup-compiled-files): Ignore errors during `tar'.
18105 (bootstrap): Make autoloads before elc files.
18106
18107 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18108
18109 * international/mule.el (set-buffer-file-coding-system): If one of
18110 undecided-XXX is specified, change only EOL conversion.
18111
18112 * international/mule-conf.el (unix): New alias for the coding
18113 system undecided-unix.
18114
18115 2000-06-09 Dave Love <fx@gnu.org>
18116
18117 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18118
18119 * progmodes/executable.el: Byte compile dynamic.
18120 (executable-insert): Change custom type.
18121 (executable-find): Add autoload cookie.
18122 (executable-make-buffer-file-executable-if-script-p): New
18123 function. After Noah Friedman.
18124
18125 * files.el (after-save-hook): Customize, with
18126 executable-make-buffer-file-executable-if-script-p as an option.
18127
18128 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18129
18130 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18131 "tib24p-mule.bdf" for Tibetan.
18132
18133 * composite.el (decompose-composite-char): Declare it as obsolete.
18134
18135 * man.el (Man-fontify-manpage): Pay attention to underline and
18136 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18137
18138 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18139
18140 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18141 Set maintainer to FSF since author isn't reachable.
18142
18143 2000-06-08 Dave Love <fx@gnu.org>
18144
18145 * international/mule-cmds.el (select-safe-coding-system): If
18146 DEFAULT-CODING-SYSTEM is not specified, also check the most
18147 preferred coding-system if buffer-file-coding-system is
18148 `undecided'. From Handa.
18149
18150 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18151
18152 * international/mule.el
18153 (after-insert-file-set-buffer-file-coding-system): If the buffer
18154 size is greater than INSERTED, judget that we are not visiting.
18155
18156 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18157
18158 * whitespace.el (defgroup whitespace): Comment out `:version'.
18159 XEmacs 20.4 has problems defining the group with this present.
18160 We'll have this commented out till get resolve the problem.
18161
18162 2000-06-07 John Wiegley <johnw@gnu.org>
18163
18164 * align.el (align-dq-string-modes, align-sq-string-modes)
18165 (align-open-comment-modes): Add pyhton-mode.
18166 (align-rules-list): Use get-text-property instead of
18167 text-properties-at.
18168 (align-rules-list): Add python-assignment.
18169 (align-rules-list): Change perl-comma-delimiter to
18170 basic-comma-delimiter. Use if for Perl modes and python-mode.
18171 (align-rules-list): Add python-chain-logic and
18172 basic-line-continuation.
18173
18174 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18175
18176 * apropos.el (apropos-mode-hook): New user variable.
18177 (apropos-mode): Run apropos-mode-hook.
18178
18179 2000-06-07 David Ponce <david@dponce.com>
18180
18181 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18182 commands. Require `wid-edit' at run-time.
18183
18184 2000-06-07 David Ponce <david@dponce.com>
18185
18186 * recentf.el: Added some "Commentary".
18187 (recentf-open-more-files, recentf-edit-list): Minor changes to
18188 move the point at the top of the file list. This behaviour is
18189 consistent with the menu one when the list contains a lot of
18190 files.
18191 (recentf-cleanup): Now displays the number of items removed from
18192 the list.
18193 (recentf-relative-filter) New menu filter to show filenames
18194 relative to `default-directory'.
18195
18196 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18197
18198 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18199 with/without giving an error if PostScript printer doesn't have this
18200 kind of page size. Zebra Stripe continues or restarts on next page.
18201 Manual/automatic paper feeding. Switch or not the header.
18202 (ps-print-version): New version number (5.2.2).
18203 (ps-windows-system): Include emx as a Windows system.
18204 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18205 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18206 (ps-background-text): Code fix.
18207 (ps-error-handler-message, ps-user-defined-prologue)
18208 (ps-print-prologue-header, ps-printer-name)
18209 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18210 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18211 (ps-use-face-background): Customization fix.
18212 (ps-n-up-database): Data fix.
18213 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18214 (ps-switch-header): New vars.
18215 (ps-xemacs-color-name, ps-face-foreground-name)
18216 (ps-face-background-name, ps-boolean-constant): New funs.
18217
18218 2000-06-07 Dave Love <fx@gnu.org>
18219
18220 * allout.el: New version from Manheimer.
18221
18222 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18223
18224 * textmodes/fill.el (fill-find-break-point): Check the validity of
18225 charset.
18226
18227 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18228
18229 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18230 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18231 Call display-color-p and display-mouse-p instead of looking at
18232 window-system.
18233
18234 2000-06-06 Dave Love <fx@gnu.org>
18235
18236 * image.el (find-image): Doc fix. Return nil if image not found.
18237 (put-image, insert-image): Make STRING arg optional.
18238
18239 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18240
18241 * language/vietnamese.el: Remove eval-when-compile.
18242 (viet-viscii-nonascii-translation-table): Define it as a
18243 translation table made from viet-viscii-decode-table.
18244 (viet-viscii-encode-table): Define it as a translation table made
18245 from the reverse map of above.
18246 (viet-vscii-nonascii-translation-table): Define it as a
18247 translation table made from viet-vscii-decode-table.
18248 (viet-vscii-encode-table): Define it as a translation table made
18249 from the reverse map of above.
18250 (ccl-decode-viscii): Use translate-character.
18251 (ccl-encode-viscii, ccl-encode-viscii-font)
18252 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18253 Likewize.
18254
18255 * language/cyrillic.el: Remove eval-when-compile.
18256 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18257 translation table made from cyrillic-koi8-r-decode-table.
18258 (cyrillic-koi8-r-encode-table): Define it as a translation table
18259 made from the reverse map of above.
18260 (ccl-decode-koi8): Use translate-character.
18261 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18262 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18263 a translation table made from cyrillic-alternativnyj-decode-table.
18264 (cyrillic-alternativnyj-encode-table): Define it as a translation
18265 table made from the reverse map of above.
18266 (ccl-decode-alternativnyj): Use translate-character.
18267 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18268 Likewize
18269
18270 * international/mule-diag.el (non-iso-charset-alist): Specify
18271 translation table symbol instead of translation table itself.
18272 (list-block-of-chars): CHARSET may be a translation table symbol.
18273
18274 * international/mule.el (make-coding-system): If CODING-SYSTEM
18275 already exists, override it.
18276
18277 * international/fontset.el: Use family `proportional' for Tibetan
18278 fonts.
18279
18280 * international/ccl.el (ccl-compile-translate-character): Don't
18281 check if Rrr has property translation-table.
18282 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18283
18284 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18285
18286 * info.el: Bind case-fold-search to t when searching in case
18287 a user sets it to nil in a hook.
18288
18289 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18290
18291 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18292 * hl-line.el (hl-line-mode): Use the new :global key argument.
18293
18294 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18295 (tar-clip-time-string): Prepend a space.
18296 (tar-grind-file-mode): Construct a string rather than modifying one.
18297 (tar-header-block-summarize): Fix docstring.
18298 Use `format' rather than an error-prone set of copy-loops.
18299
18300 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18301 (diff-goto-source, diff-unified->context, diff-context->unified)
18302 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18303 understand the format output by the `-p' argument to diff.
18304
18305 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18306 (sh-re-done): Use defconst.
18307 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18308 (sh-help-string-for-variable, sh-guess-basic-offset):
18309 Don't quote lambdas.
18310 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18311 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18312
18313 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18314 (mh-letter-mode): Derive from text-mode.
18315 This implicitly means that it now calls kill-all-local-variables.
18316 Also remove the Emacs-18 compatibility code.
18317
18318 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18319 Make use of symbol-property doc-string-elt.
18320 Use memq rather than a sequence of eq.
18321 (doc-string-elt): Fix the wrong or missing previously unused values.
18322 (autoload-print-form): New function extracted from
18323 generate-file-autoloads to allow recursion when handling progn
18324 so that defvar's and defun's docstrings are properly printed.
18325 (generate-file-autoloads): Use it.
18326
18327 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18328 Use find-file-hooks in the minor-mode function.
18329 Be careful not to loop indefinitely in the post-command-hook function.
18330
18331 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18332
18333 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18334 tty's.
18335 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18336 differences whenever appropriate.
18337 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18338 * viper.el (find-file, find-file-other-window): Get viper to do
18339 wildcards.
18340
18341 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18342
18343 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18344 (jit-lock-fontify-buffer): New function for JIT refontification.
18345 (jit-lock-mode): Fix docstring.
18346 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18347 Remove jit-lock-after-change from the _local_ hook.
18348 (jit-lock-function-1): Fix docstring.
18349
18350 * info.el (Info-on-current-buffer): Initialize info.
18351
18352 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18353
18354 * progmodes/tcl.el (tcl-indent-for-comment):
18355 Ignore comment-indent-hook.
18356
18357 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18358 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18359 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18360 and improve to use the lighter to guess the capitalization.
18361 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18362 Add keyword arguments to specify global-ness or the custom group.
18363 Add local-map and help-echo properties to the lighter.
18364 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18365 (easy-mmode-define-global-mode): New macro.
18366
18367 2000-06-02 Dave Love <fx@gnu.org>
18368
18369 * wid-edit.el: byte-compile-dynamic since we typically don't use
18370 all the widgets. Don't require cl or widget. Remove
18371 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18372 (widget-read-event): Removed. Callers changed to use read-event.
18373 (widget-button-release-event-p): Renamed from
18374 button-release-event-p.
18375 (widget-field-add-space, widget-field-use-before-change):
18376 Uncustomize.
18377 (widget-specify-field): Use keymap property, not local-map.
18378 (widget-specify-button): Obey :suppress-face.
18379 (widget-specify-insert): Use modern backquote syntax.
18380 (widget-image-directory): Renamed from widget-glyph-directory.
18381 (widget-image-enable): Renamed from widget-glyph-enable.
18382 (widget-image-find): Replaces widget-glyph-find.
18383 (widget-button-pressed-face): Move defvar.
18384 (widget-image-insert): Replaces widget-glyph-insert.
18385 (widget-convert): Use keywordp.
18386 (widget-leave-text, widget-children-value-delete): Use mapc.
18387 (widget-keymap): Remove XEmacs stuff.
18388 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18389 (widget-button-click): Don't set point at the click, but re-centre
18390 if we scroll out of window. Rewritten for images v. glyphs &c.
18391 (widget-tabable-at): Use POS arg, not point.
18392 (widget-beginning-of-line, widget-end-of-line)
18393 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18394 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18395 (widget-default-create): Use widget-image-insert; some rewriting.
18396 (widget-visibility-value-create)
18397 (widget-push-button-value-create, widget-toggle-value-create): Use
18398 widget-image-insert.
18399 (checkbox): Create on and off images dynamically.
18400 (documentation-link): Change :help-echo.
18401 (widget-documentation-link-echo-help): Remove.
18402
18403 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18404
18405 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18406
18407 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18408 (easy-mmode-define-toggle, define-minor-mode): Use it.
18409 (easy-mmode-define-keymap): Docstring fix.
18410 (define-derived-mode): Default PARENT to fundamental-mode.
18411 Add the derived-mode-parent symbol-property.
18412 (easy-mmode-derived-mode-p): New function.
18413
18414 2000-06-02 Dave Love <fx@gnu.org>
18415
18416 * files.el (convert-standard-filename): Doc fix.
18417 (normal-backup-enable-predicate): New function.
18418 (backup-enable-predicate): Use it to replace the lambda form.
18419
18420 * calendar/todo-mode.el: [This needs more work on the outline
18421 stuff.] Doc fixes.
18422 (todo) <defgroup>: Add :version.
18423 (todo-add-category): Don't use pushnew.
18424 (todo-cmd-raise): Fix typo.
18425 (todo-top-priorities): Change temp buffer name.
18426 (todo-category-alist): Avoid redundant lambda.
18427 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18428 Use outline-next-heading.
18429
18430 * autoarg.el: Rewritten to use define-minor-mode.
18431 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18432 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18433
18434 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18435
18436 * isearch.el (isearch-other-meta-char): Fix previous change.
18437
18438 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18439
18440 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18441 (log-edit-done): Only add the comment to the ring if it's different
18442 from the last comment entered.
18443
18444 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18445
18446 2000-06-01 Dave Love <fx@gnu.org>
18447
18448 * hl-line.el: Rewritten using define-minor-mode.
18449
18450 * help.el (describe-function-1): Distinguish special form from
18451 builtin function. Sanity-check presence of arglist for builtins.
18452
18453 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18454
18455 * international/characters.el: Fix syntax/category setting of
18456 Tibetan characters.
18457
18458 * language/tibet-util.el (tibetan-add-components): Fixes for new
18459 encoding of Tibetan characters.
18460 (tibetan-decompose-precomposition-alist): New variable.
18461 (tibetan-decompose-region): Convert precomposed characters to
18462 non-precomposed characters.
18463 (tibetan-decompose-string): Likewise.
18464 (tibetan-composition-function): Fix args to
18465 thibetan-compose-string.
18466
18467 * language/tibetan.el (tibetan-composable-pattern): More
18468 characters included.
18469 (tibetan-consonant-transcription-alist): Rule for "R" added.
18470 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18471 "+R" added.
18472 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18473
18474 * language/lao-util.el (lao-composition-function): Fix args to
18475 compose-string.
18476
18477 * language/thai-util.el (thai-composition-function): Fix args to
18478 compose-string.
18479
18480 * isearch.el (isearch-update): Set disable-point-adjustment to t
18481 to prevent the point moving to the end of a composition when a
18482 part of a composition is searched.
18483 (isearch-other-meta-char): If the key invoking this command can be
18484 mapped by function-key-map to a printing char, call
18485 isearch-process-search-char directly.
18486
18487 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18488
18489 * emacs-lisp/bytecomp.el:
18490 * frame.el:
18491 * international/mule-cmds.el:
18492 * international/mule-util.el:
18493 * international/mule.el:
18494 * mouse.el:
18495 * subr.el:
18496 * faces.el: Update calls to make-obsolete with a WHEN argument.
18497
18498 * byte-run.el (make-obsolete, make-obsolete-variable):
18499 Add an optional WHEN argument and change the format of the
18500 symbol-property information.
18501 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18502 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18503 new obsolete-symbol-property format and print WHEN if it is provided.
18504
18505 2000-05-31 Dave Love <fx@gnu.org>
18506
18507 * loadhist.el (loadhist-hook-functions): Remove
18508 before-change-function, after-change-function.
18509 (unload-feature): Deal with symbols which are both bound and
18510 fbound.
18511
18512 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18513 before-change-function, after-change-function.
18514
18515 * simple.el (newline): Don't bind before-change-function,
18516 after-change-function.
18517
18518 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18519
18520 * whitespace.el (whitespace-rescan-timer-time): Update interval
18521 set to 600 seconds (10 minutes) instead of 60 seconds since
18522 a large number of whitespace buffers causes emacs to `freeze'
18523 for a considerable amount of time.
18524
18525 * whitespace.el: Updated email address
18526
18527 2000-05-31 Dave Love <fx@gnu.org>
18528
18529 * add-log.el (change-log-font-lock-keywords) <function>: Add
18530 pattern for function of change.
18531 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18532 acknowledgements patterns.
18533
18534 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18535
18536 * isearch.el (isearch-printing-char): If keyboard coding system is
18537 being used, call isearch-process-search-multibyte-characters.
18538
18539 * international/isearch-x.el: Mostly rewritten.
18540
18541 * international/quail.el (quail-start-conversion): Don't include
18542 unhandled events in the returned events, but set them in
18543 unread-command-events. Exit if all inputs are deleted.
18544
18545 2000-05-30 Jason Rumney <jasonr@gnu.org>
18546
18547 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18548
18549 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18550 Reenable code to create initial fontsets.
18551 Use set-fontset-font in place of put-charset-property.
18552
18553 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18554
18555 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18556 label, ensure that the first colon isn't followed by another.
18557
18558 * paths.el (Info-default-directory-list): Doc fix.
18559
18560 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18561 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18562 send a query containing USER only, not USER@HOST.
18563
18564 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18565 and rmail-msgend to compute the restriction at the end, instead of
18566 computing it.
18567
18568 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18569
18570 * dabbrev.el (dabbrev-expand): Don't display messages in the
18571 echo area if the minibuffer window is active.
18572
18573 * jit-lock.el (jit-lock-mode): Add after change function to
18574 local hook.
18575
18576 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18577
18578 * antlr-mode.el: New commands: hide/unhide actions,
18579 upcase/downcase literals.
18580 (antlr-tiny-action-length): New user option.
18581 (antlr-hide-actions): New command. Suggested by
18582 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18583 (antlr-mode-map): New binding [C-c C-v].
18584 (antlr-mode-menu): New entries.
18585 (antlr-downcase-literals): New command.
18586 (antlr-upcase-literals): Ditto.
18587
18588 * antlr-mode.el: Minor changes: indendation, mode-name.
18589 (antlr-indent-line): Indent cpp directive at column 0.
18590 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18591
18592 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18593 (antlr-font-lock-additional-keywords): Workaround for intentional
18594 bug in XEmacs version of font-lock.
18595 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18596 be used by a smarter version of `buffers-menu-grouping-function'.
18597
18598 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18599
18600 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18601 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18602
18603 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18604
18605 * international/encoded-kb.el
18606 (encoded-kbd-iso2022-designation-map): Pay attention to that
18607 charset-iso-final-char return -1 for eight-bit-control and
18608 eight-bit-graphic.
18609
18610 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18611
18612 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18613 (speedbar-easymenu-definition-base): Use display-graphic-p where
18614 available, instead of window-system.
18615
18616 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18617
18618 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18619 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18620 coding systems.
18621
18622 2000-05-26 Dave Love <fx@gnu.org>
18623
18624 * disp-table.el (standard-display-underline): Don't use
18625 internal-find-face.
18626
18627 * mail/reporter.el: Maintainer change. Doc fixes.
18628 (reporter-version): Deleted.
18629
18630 * emacs-lisp/elp.el: Maintainer change.
18631 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18632
18633 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18634
18635 * add-log.el (add-change-log-entry): Merge the current entry with the
18636 previous one if the previous one is empty.
18637
18638 2000-05-26 Dave Love <fx@gnu.org>
18639
18640 * loadhist.el (unload-feature): Fix interactive spec [from
18641 lijnzaad@ebi.ac.uk].
18642
18643 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18644 subr-arity to check primitives.
18645 (byte-compile-flush-pending, byte-compile-file-form-progn)
18646 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18647 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18648 mapcar.
18649
18650 2000-05-26 Kenichi Handa <handa@etl.go.jp>
18651
18652 * international/fontset.el: Set family names of non-latin charsets
18653 in default fontset to "*".
18654
18655 * international/mule-diag.el (print-fontset): Combine family part
18656 and registry part of the fontname by "-*-" instead of "-".
18657
18658 * international/mule-cmds.el (encode-coding-char): Make strings
18659 multibyte before calling encode-coding-string.
18660
18661 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
18662
18663 * derived.el: Fix keywords.
18664 (define-derived-mode): Only define if needed.
18665
18666 * simple.el (fill-comment, comment-column, comment-start)
18667 (comment-start-skip, comment-end, comment-indent-function)
18668 (block-comment-start, block-comment-end, indent-for-comment)
18669 (set-comment-column, kill-comment, comment-padding, comment-region)
18670 (comment-multi-line, indent-new-comment-line): Remove.
18671
18672 * bindings.el (esc-map): Change ; to comment-dwim and use the new
18673 function names for comment operations.
18674
18675 * newcomment.el: Add abundant autoload cookies.
18676 (comment-style): Don't depend on runtime data at compile-time.
18677 (comment-indent-hook): Remove.
18678 (comment-indent): Check if comment-indent-hook is bound.
18679 (comment-region): Docstring fix.
18680
18681 2000-05-25 Dave Love <fx@gnu.org>
18682
18683 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
18684 byte-code-function-p.
18685
18686 * mail/rmailsum.el: Add provide.
18687
18688 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
18689
18690 * smerge-mode.el (smerge-diff-switches): Don't use list* in
18691 defcustom.
18692
18693 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
18694
18695 * ediff-diff.el (ediff-exec-process): delete --binary option from
18696 non-buffer ediff jobs.
18697
18698 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18699
18700 * hilit-chg.el (highlight-changes-mode): Ask about color or
18701 grayscale support, not about window-system.
18702
18703 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
18704 window-system.
18705 (ffap-highlight): Always default to t.
18706
18707 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
18708 display-popup-menus-p instead of looking at window-system.
18709
18710 * disp-table.el (standard-display-g1, standard-display-graphic):
18711 Only refuse to use string glyphs on X and MS-Windows.
18712
18713 * avoid.el: Remove window-system from commentary, suggest to use
18714 display-*-p instead.
18715
18716 * apropos.el (apropos-print): Use display-mouse-p instead of
18717 window-system.
18718
18719 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18720
18721 * international/codepage.el (cp-decoding-vector-for-codepage):
18722 Fill up unsupported characters with their own codes. From Kenichi
18723 Handa.
18724
18725 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18726
18727 * international/mule-diag.el (describe-char-after): Use
18728 display-graphic-p instead of window-system, so that this function
18729 works on MS-DOS.
18730
18731 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18732
18733 * international/codepage.el (cp-make-coding-systems-for-codepage):
18734 Remove the eight-bit-graphic and eight-bit-control charsets from
18735 the list of charsets which we convert into `?'.
18736
18737 2000-05-25 Kenichi Handa <handa@etl.go.jp>
18738
18739 * international/mule-conf.el: Specify CHARSET-ID explicitely for
18740 private charsets.
18741 (mule-unicode-0100-24ff, japanese-jisx0213-1,
18742 japanese-jisx0213-2): New charsets.
18743
18744 * international/fontset.el: Setup default fontset for new charsets.
18745
18746 2000-05-24 Dave Love <fx@gnu.org>
18747
18748 * info.el (Info-find-node-2): Restructure [following "Vadim
18749 S. Solomin" <sovs@uic.nnov.ru>].
18750
18751 * icomplete.el: Fix header for Finder.
18752
18753 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
18754
18755 * rmailout.el (rmail-output-to-rmail-file): Added optional param
18756 STAY.
18757
18758 * rmail.el (rmail-automatic-folder-directives): New user variable.
18759 (rmail-show-message): Add call to `rmail-auto-file' during
18760 display.
18761 (rmail-auto-file): New function.
18762
18763 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18764
18765 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
18766 account.
18767 (ediff-test-utility,ediff-diff-mandatory-option)
18768 (ediff-reset-diff-options): Utilities for proper initialization of
18769 ediff-diff-options and ediff-diff3-options on Windows.
18770
18771 * ediff-init.el (ediff-merge-filename-prefix): New customizable
18772 variable.
18773
18774 * ediff-mult.el (ediff-filegroup-action): Use
18775 ediff-merge-filename-prefix.
18776
18777 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18778
18779 * viper-ex.el (ex-write): Set selective display to nil.
18780
18781 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18782
18783 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
18784 aliases for hebrew-iso-8bit.
18785
18786 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18787
18788 * woman.el: New version from Francis J. Wright
18789 <F.J.Wright@Maths.QMW.ac.uk>.
18790 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
18791 names in environment variables regardless of the path separator.
18792 (woman-topic-all-completions-1): Don't call file-name-directory-p
18793 on all files, since woman-file-regexp already filters out any
18794 directories.
18795
18796 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18797
18798 * international/quail.el (quail-start-translation): Don't change
18799 modified-p of the current buffer.
18800 (quail-start-conversion): Likewise.
18801
18802 * international/kkc.el (kkc-region): Don't change modified-p of
18803 the current buffer.
18804
18805 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
18806 conform to RFC1468.
18807 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
18808
18809 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
18810
18811 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
18812 (speedbar-insert-button): Invisible text property fix.
18813 (speedbar-directory-plus): Renamed from speedbar-directory-+
18814 (speedbar-directory-minus): Renamed from speedbar-directory--
18815 (speedbar-page-plus): Renamed from speedbar-file-+
18816 (speedbar-page-minus): Renamed from speedbar-file--
18817 (speedbar-page): Renamed from speedbar-file-
18818 (speedbar-tag): Renamed from speedbar-tag-
18819 (speedbar-tag-plus): Renamed from speedbar-tag-+
18820 (speedbar-tag-minus): Renamed from speedbar-tag--
18821 (speedbar-expand-image-button-alist): Use above renames.
18822
18823 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
18824 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
18825 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
18826 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
18827 * sb-pg.xpm: Renamed from sb-file.xpm
18828 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
18829 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
18830
18831 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18832
18833 * international/quail.el (quail-show-guidance-buf): Set
18834 current-input-method of the guidance buffer to the name of the
18835 curren input method.
18836
18837 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
18838
18839 * progmodes/compile.el (compile-internal): Style typo.
18840
18841 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
18842 quote vars and functions in the docstring.
18843
18844 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
18845
18846 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
18847 Don't quote lambdas.
18848
18849 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
18850
18851 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18852
18853 * startup.el (command-line): Determine source file of compiled
18854 user init file differently. Warn if compiled user init file
18855 is older than its source file.
18856
18857 * ffap.el (ffap-url-regexp): Add `https'.
18858
18859 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
18860
18861 * files.el (make-backup-file-name-1): Replace slashes with `!'
18862 rather than `|' (which is not allowed on Windows). Replace the
18863 drive letters with a string "drive_X".
18864
18865 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18866
18867 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
18868
18869 * files.el (interpreter-mode-alist): Add `bash2'.
18870
18871 2000-05-22 Dave Love <fx@gnu.org>
18872
18873 * loadhist.el (feature-symbols, file-provides, file-requires): Use
18874 mapc.
18875 (feature-file): Avoid calling symbol-name. Doc fix.
18876 (file-set-intersect, file-dependents): Use dolist, not mapcar.
18877 (loadhist-hook-functions): Add mouse-position-function.
18878 (unload-feature): Change uses of mapcar.
18879
18880 * files.el (parse-colon-path): Doc fix.
18881 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
18882 (set-auto-mode): Use mapc.
18883
18884 * complete.el (PC-look-for-include-file): Use :alnum: character
18885 class.
18886 (partial-completion-mode): Add autoload cookie.
18887
18888 2000-05-22 Sam Steingold <sds@gnu.org>
18889
18890 * info.el (Info-fontify-node): Fixed the call to
18891 `add-text-properties' (bug introduced on 2000-05-18).
18892
18893 2000-05-22 Dave Love <fx@gnu.org>
18894
18895 * bindings.el: Remove debug-ignored-errors set in other files.
18896
18897 * progmodes/etags.el: Add to debug-ignored-errors.
18898 (visit-tags-table-buffer): Clear out buffers holding old tables
18899 when making a new list.
18900 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
18901 mapc.
18902
18903 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
18904 quote keywords.
18905 (cmpl-string-case-type): Use character classes.
18906
18907 * comint.el:
18908 * textmodes/ispell.el:
18909 * imenu.el:
18910 * mail/mh-e.el:
18911 * progmodes/compile.el: Add to debug-ignored-errors.
18912
18913 * dabbrev.el: Add to debug-ignored-errors.
18914 (dabbrev-completion): Use mapc.
18915
18916 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
18917
18918 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
18919 (woman-mapcan, woman-parse-man.conf)
18920 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
18921 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
18922 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
18923 path syntax better.
18924 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
18925 (woman-manpath): Call woman-parse-man.conf.
18926 (woman-emulation): New defcustom, defaults to nroff.
18927 (woman-font-support): New defconst.
18928 (woman-use-symbol-font): New defcustom.
18929 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
18930 "Emulation".
18931 Many functions: Doc fix.
18932
18933 2000-05-22 Kenichi Handa <handa@etl.go.jp>
18934
18935 * international/quail.el (quail-simple-translation-keymap): Map
18936 128..255 to quail-self-insert-command.
18937 (quail-keyboard-layout-alist): Add definition for "pc102-de".
18938
18939 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
18940
18941 * help.el (help-manyarg-func-alist): Typo.
18942
18943 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
18944 intervals which makes it heaps simpler.
18945
18946 * newcomment.el (comment-region-internal): Go back to BEG after quoting
18947 the nested comment markers.
18948
18949 * subr.el (remove-hook): Don't turn the hook's value into a list.
18950
18951 2000-05-21 Dave Love <fx@gnu.org>
18952
18953 * edmacro.el (edmacro-parse-keys): Return vector if any elements
18954 are invalid characters.
18955
18956 * international/mule-util.el (detect-coding-with-priority): Use
18957 mapc. Remove redundant lambda.
18958
18959 * international/mule-diag.el (list-non-iso-charset-chars)
18960 (describe-fontset): Remove redundant lambda.
18961
18962 * emulation/crisp.el (brief-mode): New alias.
18963
18964 * emacs-lisp/ring.el (ring-elements): New function.
18965
18966 * emacs-lisp/easymenu.el (easy-menu-create-menu)
18967 (easy-menu-do-add-item): Use keywordp.
18968
18969 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
18970
18971 * replace.el: Doc and error message fixes.
18972 (replace-highlight): Use facep, not internal-find-face.
18973
18974 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
18975
18976 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
18977
18978 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
18979 (log-edit-insert-changelog): Drop `:' as well.
18980
18981 * log-view.el: Fix file description.
18982 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
18983 available.
18984 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
18985 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
18986
18987 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
18988 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
18989 Print a status message if the toggle is called interactively.
18990 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
18991 for global minor modes and use `defcustom' for them.
18992 Use add-minor-mode.
18993 (easy-mmode-define-derived-mode): Remove.
18994 (define-derived-mode): Fancier default docstring.
18995 (easy-mmode-define-navigation): Signal an error rather than (ding).
18996
18997 * newcomment.el (comment-styles): New `box-multi'.
18998 (comment-normalize-vars): Better default for comment-continue to
18999 avoid whitespace-only continuations.
19000 (comment-search-forward): Always move even in the no-syntax case.
19001 (comment-padright): Only obey N if it's only obeyed for padleft.
19002 (comment-make-extra-lines): Better handling of empty continuations.
19003 Use `=' for the filler if comment-start has only one character.
19004 (uncomment-region): Try handling the special `=' filler.
19005 (comment-region): Allow LINES even if MULTI is nil.
19006 (comment-box): Choose box style based on comment-style.
19007
19008 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19009
19010 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19011 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19012
19013 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19014
19015 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19016 and insert, not subst-char-in-region.
19017
19018 * international/mule-diag.el (list-character-sets-1): Handle
19019 charsets eight-bit-control and eight-bit-graphic.
19020 (list-iso-charset-chars): Likewise.
19021 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19022 charactes as is. Use indent-to to align characters.
19023
19024 * international/mule-cmds.el (find-multibyte-characters): Never
19025 exclude charsets eight-bit-control and eight-bit-graphic.
19026
19027 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19028
19029 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19030 Don't quote lambdas.
19031
19032 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19033
19034 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19035
19036 * gud.el (gud-jdb-directories): Doc fix.
19037
19038 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19039
19040 * newcomment.el: New file.
19041
19042 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19043
19044 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19045
19046 2000-05-18 Andreas Schwab <schwab@suse.de>
19047
19048 * dired.el (dired-between-files): Also skip lines beginning with
19049 `used'.
19050
19051 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19052
19053 * msb.el (msb-menu-cond): Add choice `user'.
19054
19055 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19056
19057 * ps-print.el: Compatibility, customization and doc fix.
19058 (ps-printer-name-option): Replace defconst by defvar.
19059 (ps-postscript-code-directory): XEmacs compatibility.
19060 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19061 fix.
19062 (ps-user-defined-prologue, ps-print-prologue-header)
19063 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19064 compatibility and code fix.
19065 (ps-print-background-image, ps-print-background-text):
19066 Customization fix.
19067 (ps-line-number-start, ps-n-up-on): New vars.
19068
19069 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19070
19071 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19072 the indent-comment function to just return the appropriate indent.
19073
19074 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19075
19076 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19077 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19078 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19079
19080 2000-05-18 Dave Love <fx@gnu.org>
19081
19082 * info.el (Info-fontify-node): Add intangible property as well as
19083 invisible.
19084
19085 * calendar/appt.el (appt-make-list): Match all lines of entry.
19086 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19087
19088 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19089
19090 * international/mule-diag.el (describe-char-after): Call
19091 internal-char-font, not char-font. If internal-char-font returns
19092 nil, display "-- none --".
19093
19094 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19095
19096 * image.el (image-type-available-p): Don't reference image-types
19097 if it isn't bound.
19098
19099 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19100
19101 * autoarg.el (autoarg-mode): Typo in the :set argument.
19102
19103 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19104
19105 * startup.el (command-line-1): Don't signal an error if the
19106 directory for auto-save-list files does not yet exist.
19107
19108 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19109
19110 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19111
19112 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19113
19114 * subr.el (remove-hook): `setq' hook-value, not `set'.
19115
19116 2000-05-16 Sam Steingold <sds@gnu.org>
19117
19118 * info.el (debug-ignored-errors): More errors to ignore.
19119
19120 2000-05-16 Dave Love <fx@gnu.org>
19121
19122 * cus-edit.el: Don't require cl or easymenu.
19123 (custom-variable-prompt): Test standard-value property, not
19124 user-variable-p.
19125
19126 2000-05-16 Sam Steingold <sds@gnu.org>
19127
19128 * subr.el (add-hook): `setq' hook-value, not `set'.
19129
19130 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19131
19132 * startup.el (command-line-1): Mention the FAQ in the startup
19133 message.
19134
19135 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19136
19137 * progmodes/compile.el (compilation-parse-errors): Collect
19138 `nomessage' regexps last.
19139
19140 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19141
19142 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19143 to the function name.
19144
19145 2000-05-15 Dave Love <fx@gnu.org>
19146
19147 * speedbar.el (speedbar-recenter): Typo.
19148 (speedbar-expand-line): Make arg optional.
19149 (speedbar-mode): Avoid a compiler warning.
19150
19151 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19152
19153 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19154 user-specified option string is empty.
19155
19156 * mouse.el (mouse-yank-at-click): Doc fix.
19157
19158 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19159
19160 * term/internal.el (IT-character-translations): More updates of
19161 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19162 documents.
19163
19164 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19165
19166 * env.el (getenv): New function, interactively callable.
19167 (setenv, getenv): Remove autoload cookies.
19168
19169 * loadup.el: Load `env'.
19170
19171 * progmodes/f90.el: Change author's mail address.
19172
19173 2000-05-14 Dave Love <fx@gnu.org>
19174
19175 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19176 goto-addr as an option.
19177
19178 * help.el (help-xref-stack): Doc fix.
19179 (help-xref-following): New variable.
19180 (help-make-xrefs): Use it.
19181 (help-xref-go-back): Use position information from stack element.
19182 (help-follow): Make position in stack element a pair. Use
19183 help-xref-following.
19184
19185 * autoarg.el: New file.
19186
19187 * faces.el: Declare more functions obsolete.
19188
19189 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19190 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19191 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19192 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19193 Remove all the setup-...-environment functions.
19194
19195 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19196
19197 * speedbar.el: Updated the commentary section. xemacs20p now uses
19198 >= when detecting. Require `defimage' safely.
19199 (speedbar-easymenu-definition-base): Add toggle for images.
19200 (speedbar-easymenu-definition-special): Add flush cache & expand.
19201 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19202 (speedbar-reconfigure-keymaps-hook): New variable.
19203 (speedbar-frame-parameters): Updated documentation.
19204 (speedbar-use-imenu-flag): Updated custom tag
19205 (speedbar-dynamic-tags-function-list): New variable.
19206 (speedbar-tag-hierarchy-method): Updated doc & custom.
19207 (speedbar-indentation-width, speedbar-indentation-width) New
19208 variables.
19209 (speedbar-hide-button-brackets-flag): Customizable.
19210 (speedbar-vc-indicator): Doc update.
19211 (speedbar-ignored-path-expressions): Updated default value.
19212 (speedbar-supported-extension-expressions): Updated default value.
19213 (speedbar-syntax-table): Remove {} paren status.
19214 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19215 as "+". Added overlay aliases.
19216 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19217 `force-mode-line-update'.
19218 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19219 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19220 `mouse-set-point'
19221 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19222 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19223 of arbitrary text, and new helper functions.
19224 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19225 filename finder.
19226 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19227 (speedbar-directory-buttons): Update path search/expansion.
19228 (speedbar-make-tag-line): Pay attention to
19229 `speedbar-indentation-width'. Use more care w/ invisible
19230 properties.
19231 (speedbar-change-expand-button-char): Call
19232 `speedbar-insert-image-button-maybe'.
19233 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19234 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19235 (speedbar-trim-words-tag-hierarchy)
19236 (speedbar-simple-group-tag-hierarchy): New functions
19237 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19238 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19239 functions.
19240 (speedbar-mouse-set-point): New function
19241 (speedbar-power-click): Updated documentation.
19242 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19243 of tag prefix text.
19244 (speedbar-expand-line, speedbar-contract-line): Make more robust
19245 to strange text.
19246 (speedbar-expand-line): Takes universal argument to flush the
19247 cache.
19248 (speedbar-flush-expand-line): New function.
19249 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19250 Use new generator insertion method.
19251 (speedbar-fetch-dynamic-tags): New function.
19252 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19253 `speedbar-fetch-dynamic-imenu'.
19254 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19255 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19256 "Revert Buffer" menu items.
19257 (speedbar-buffer-buttons-engine): Be smarter when creating a
19258 filename tag (for expansion purposes.).
19259 (speedbar-highlight-one-tag-line,
19260 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19261 (speedbar-recenter): New functions.
19262 (defimage-speedbar): Image loading abstraction.
19263 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19264 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19265 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19266 (speedbar-tag-type, speedbar-tag-mail): New images.
19267 (speedbar-expand-image-button-alist): New variable.
19268 (speedbar-insert-image-button-maybe): Insert an image over some
19269 buttons.
19270
19271 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19272
19273 * international/mule-cmds.el (encode-coding-char): An ASCII
19274 character is always encodable.
19275
19276 * international/mule-conf.el: Add more information in descriptions
19277 of character sets.
19278
19279 * international/mule-diag.el (describe-char-after): New function.
19280 (describe-font-internal): Adjusted for the change of font-info.
19281 (describe-font): Likewise.
19282 (print-fontset): Rewritten for the new fontset implementation.
19283 (describe-fontset): Include fontset alias names in completion.
19284 (list-fontsets): Adjusted for the change of print-fontset.
19285
19286 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19287 describe-char-after instead of displaying the detail in the echo
19288 area.
19289 (syntax-code-table): Format changed.
19290 (string-to-syntax): Adjusted for the above change.
19291
19292 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19293
19294 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19295
19296 2000-05-12 Dave Love <fx@gnu.org>
19297
19298 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19299 dependence. Use line-{beginning,end}-position, not
19300 point-at{b,e}ol. Some doc fixes.
19301 (todo-position): New function. Fix callers of position to use it.
19302 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19303
19304 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19305
19306 * time.el (display-time-mail-icon): Use `:ascent center'.
19307
19308 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19309 handling FTP security extensions.
19310
19311 2000-05-11 Dave Love <fx@gnu.org>
19312
19313 * calendar/todo-mode.el: New file.
19314
19315 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19316
19317 * comint.el (comint-read-input-ring): Move reference to
19318 comint-input-ring-size outside of the save-excursion. It was
19319 causing the default value to be the only one ever seen.
19320
19321 * font-lock.el: Update copyright. Remove Simon Marshall's email
19322 address on request from him.
19323
19324 * subr.el (substitute-key-definition): Add comment describing
19325 the meaning of PREFIX.
19326
19327 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19328
19329 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19330
19331 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19332 (add-minor-mode): Don't make the variable buffer-local and add a
19333 reference to define-minor-mode in the docstring.
19334
19335 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19336 HEADER/FOOTER and fix bug with trailing empty directory.
19337 (cvs-append-to-ignore): Use vc-editable-p if available.
19338 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19339 (vc-do-command): Tweak advice to handle the new VC.
19340
19341 * log-view.el (log-view-goto-rev): New function for the new VC.
19342 (log-view-minor-wrap): Use mark-active.
19343
19344 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19345 (log-edit-changelog-full-paragraphs): New var.
19346 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19347 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19348 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19349 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19350 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19351 Replace the `cvs' prefix with `log-edit'.
19352
19353 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19354
19355 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19356 (diff-font-lock-defaults): Explicitly turn off multiline.
19357 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19358 (diff-ediff-patch): Fix call to ediff-patch-file.
19359 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19360 Handle comments.
19361
19362 * frame.el (automatic-hscrolling): Typo.
19363
19364 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19365
19366 2000-05-09 Sam Steingold <sds@goems.com>
19367
19368 * apropos.el (apropos-print): use `describe-face' instead of
19369 `customize-face-other-window'.
19370
19371 2000-05-09 Dave Love <fx@gnu.org>
19372
19373 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19374
19375 * help.el (describe-variable): Have customize button pop the
19376 help-xref stack when invoked.
19377 (help-xref-symbol-regexp): Add `face'.
19378 (help-make-xrefs): Check for quoted face names and adapt regexp
19379 submatch numbers to cope.
19380 (help-xref-interned): Maybe insert face doc too. Separate
19381 sections with a line of hyphens.
19382
19383 * faces.el: Some doc fixes. Declare some functions obsolete.
19384 (describe-face): Add customize button. Return the help
19385 text. Fix prompt.
19386
19387 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19388
19389 * term/internal.el (IT-character-translations): Fix last change.
19390
19391 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19392
19393 * woman.el: New file
19394 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19395
19396 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19397
19398 * term/internal.el (IT-character-translations): Update ASCII
19399 simulations for greek-iso8859-7, add latin-iso8859-14 and
19400 latin-iso8859-15.
19401
19402 * international/mule-cmds.el (set-language-info-alist): Call
19403 define-prefix-command with 3 arguments, to make the map suitable
19404 for a menu.
19405
19406 2000-05-07 Dave Love <fx@gnu.org>
19407
19408 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19409
19410 2000-05-05 Dave Love <fx@gnu.org>
19411
19412 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19413 list in doc string. Don't quote keyword symbols.
19414 * emacs-lisp/cl.el: Likewise
19415 * emacs-lisp/cl-seq.el: Likewise
19416
19417 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19418
19419 * abbrev.el (abbrev-mode): Make ARG optional.
19420
19421 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19422
19423 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19424
19425 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19426
19427 * subr.el (substitute-key-definition): Clarify documentation.
19428
19429 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19430
19431 * glasses.el (glasses-convert-to-unreadable): Use
19432 `glasses-separator' instead of the hard-wired "_".
19433 (glasses-mode): Call `glasses-make-unreadable' only in a single
19434 place.
19435
19436 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19437
19438 * term/internal.el (cjk-codepages-alist): Add associations for
19439 Chinese and Korean codepages. Remove FIXME comment.
19440
19441 2000-05-03 Dave Love <fx@gnu.org>
19442
19443 * time.el (display-time-mail-face, display-time-use-mail-icon):
19444 New option.
19445 (display-time-mail-icon): New variable.
19446 (display-time-string-forms): Use the above. Fix the local-map.
19447
19448 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19449
19450 * replace.el (query-replace-map): Add binding for `E'.
19451 (query-replace-help): Extend help text.
19452 (perform-replace): Allow editing the replacement string.
19453
19454 * make-mode.el (makefile-mode-abbrev-table): New variable.
19455 (makefile-mode): Set local abbrev table to
19456 makefile-mode-abbrev-table.
19457 (makefile-font-lock-keywords): Fontify includes and conditionals.
19458
19459 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19460 set TOGGLE's value.
19461
19462 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19463 mail-interactive-insert-alias.
19464 (mail-abbrev-complete-alias): New command.
19465 (mail-mode-map): Bind it to `M-TAB'.
19466
19467 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19468
19469 * language/lao-util.el (lao-compose-region): New function.
19470
19471 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19472
19473 * files.el (recover-session): Make directories as necessary
19474 if they don't exist yet.
19475
19476 * calendar/cal-french.el
19477 (french-calendar-multibyte-special-days-array)
19478 (french-calendar-special-days-array): Change French text.
19479 (calendar-french-date-string): Change output.
19480 (calendar-goto-french-date): Likewise.
19481
19482 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19483
19484 * wid-edit.el (widget-default-active): Obey `:always-active'.
19485 (widget-documentation-string-value-create): Set `:always-active'.
19486
19487 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19488
19489 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19490 default prefix to `~/_emacs.d/auto-save.list/_s'.
19491 (normal-top-level): Create the directory for auto-save files, if
19492 it doesn't already exist (in the ms-dos case only).
19493
19494 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19495
19496 * international/mule-cmds.el (set-language-environment): Don't
19497 concat an integer (dos-codepage), use format instead.
19498
19499 2000-05-02 Dave Love <fx@gnu.org>
19500
19501 * help.el (help-xref-on-pp): Check for constant symbols.
19502
19503 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19504
19505 * startup.el (normal-top-level): Put a condition-case around
19506 the code loading subdirs.el.
19507
19508 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19509
19510 * ps-print.el: Upside-down and face background color printing,
19511 line number step, doc fix.
19512 (ps-print-version): New version number (5.2).
19513 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19514 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19515 (ps-spool-config): Var fix.
19516 (ps-printer-name-option): Const fix.
19517 (ps-print-upside-down, ps-use-face-background)
19518 (ps-line-number-step): New vars.
19519 (ps-window-system, ps-lp-system): New consts.
19520 (ps-face-background): New fun.
19521
19522 2000-04-28 Richard Stallman <rms@gnu.org>
19523
19524 * files.el (make-auto-save-file-name):
19525 Apply auto-save-file-name-transforms to visited file name
19526 before generating auto save file name.
19527 (auto-save-file-name-transforms): New variable.
19528
19529 * files.el (backup-enable-predicate):
19530 Correctly test for a file under a temporary directory.
19531
19532 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19533
19534 * subr.el (add-minor-mode): Rewritten.
19535
19536 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19537
19538 * mail/sendmail.el (sendmail-send-it): Set
19539 buffer-file-coding-system to the selected coding system for MIME
19540 header.
19541
19542 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19543
19544 * dired.el (dired-move-to-filename-regexp): Allow format where
19545 YYYY is followed by two spaces.
19546
19547 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19548 in the second character class of the regexp.
19549
19550 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19551 mh-etc, too.
19552
19553 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19554 nil.
19555
19556 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19557
19558 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19559 argument.
19560
19561 2000-04-27 Sen Nagata <sen@eccosys.com>
19562
19563 * emacs-lisp/crm.el (crm-completion-table): New variable.
19564 (crm-collection-fn, crm-test-completion)
19565 (completing-read-multiple): Use it.
19566
19567 2000-04-27 Dave Love <fx@gnu.org>
19568
19569 * help.el (locate-library): Use mapc.
19570 (help-manyarg-func-alist): Add call-process-region.
19571
19572 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19573
19574 * subr.el (add-minor-mode): Make argument MAP optional.
19575
19576 * desktop.el (desktop-save): Save list of minor modes.
19577 (desktop-create-buffer): Restore minor modes.
19578 (desktop-minor-mode-table): New user-option.
19579
19580 * subr.el (add-minor-mode): New function.
19581
19582 * image.el (find-image): New function.
19583 (defimage): Rewritten to find image at load time.
19584
19585 * startup.el (normal-top-level-add-to-load-path): Handle
19586 case that the default directory is not in load-path.
19587
19588 * help.el: Old patch from Stefan Monnier.
19589 (help-xref-on-pp): New function.
19590 (describe-variable): Use it to display xrefs in a symbol's value.
19591
19592 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19593
19594 * cus-edit.el (custom-face): Fix parenthesis.
19595
19596 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19597
19598 * mail/rmail.el (rmail-expunge): When there are no deleted
19599 messages, do nothing.
19600
19601 2000-04-26 Dave Love <fx@gnu.org>
19602
19603 * international/mule-cmds.el (locale-translation-file-name):
19604 Defvar to nil.
19605 (set-locale-environment): Set it here (at runtime).
19606
19607 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19608
19609 * replace.el (perform-replace): Add parameters START and END. Use
19610 them instead of the check for a region in Transient Mark mode.
19611 (query-replace-read-args): Return two more list elements for the
19612 start and end of the region in Transient Mark mode.
19613 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19614 (map-query-replace-regexp, replace-string, replace-regexp): Add
19615 optional last arguments START and END and pass them to
19616 perform-replace.
19617
19618 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19619 form with additional arguments for perform-replace.
19620
19621 * progmodes/etags.el (tags-query-replace): Add parameters START
19622 and END. Construct a form with additional arguments for
19623 perform-replace.
19624
19625 * simple.el (shell-command): Set default directory for "*Shell
19626 Command Output" buffer.
19627
19628 * language/european.el (iso-latin-4): Fix typo.
19629
19630 * emacs-lisp/crm.el: New file.
19631
19632 2000-04-24 Dave Love <fx@gnu.org>
19633
19634 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19635 (Custom-reset-saved, Custom-reset-standard)
19636 (custom-group-value-create, custom-group-set, custom-group-save)
19637 (custom-group-reset-current, custom-group-reset-saved)
19638 (custom-group-reset-standard): Use mapc.
19639 (custom-buffer-create-internal): Disable undo when creating items.
19640 Use mapc.
19641 (custom-face): Avoid redundant lambda.
19642
19643 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19644
19645 * startup.el (auto-save-list-file-prefix): Set default to
19646 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19647
19648 2000-04-24 Sam Steingold <sds@gnu.org>
19649
19650 * time-stamp.el (time-stamp-string-preprocess): Always convert
19651 `field-result' to a string.
19652
19653 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19654
19655 * frame.el (scrolling): New group.
19656 (automatic-hscrolling): New user-option.
19657
19658 * startup.el (command-line-x-option-alist): Add `-lsp' and
19659 `--line-spacing'.
19660
19661 2000-04-19 Dave Love <fx@gnu.org>
19662
19663 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
19664 (cl-mapc): Rename from mapc. Fix the funcall.
19665
19666 2000-04-19 Gerd Moellmann <gerd@gnu.org>
19667
19668 * simple.el (clone-indirect-buffer-other-window): New command.
19669 (clone-indirect-buffer): Add optional arg NORECROD.
19670 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
19671
19672 * help.el (resize-temp-buffer-window): Use count-screen-lines.
19673
19674 * window.el (count-screen-lines): New function.
19675 (shrink-window-if-larger-than-buffer): Use count-screen-lines
19676 instead of window-buffer-height.
19677
19678 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
19679 non-existing variable comint-input-sentinel.
19680 (inferior-lisp-args-to-list): Removed.
19681 (inferior-lisp): Use split-string instead of
19682 inferior-lisp-args-to-list.
19683
19684 * hexl.el (hexl-insert-hex-string): New command.
19685
19686 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
19687 instead of concat.
19688
19689 2000-04-18 Gerd Moellmann <gerd@gnu.org>
19690
19691 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
19692 at the start of an existing but empty folder.
19693
19694 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19695
19696 * ps-mule.el: Customization fix, doc fix.
19697 (ps-multibyte-buffer): Customization fix.
19698
19699 2000-04-17 Richard M. Stallman <rms@gnu.org>
19700
19701 * subr.el (read-passwd): Use read-char-exclusive.
19702
19703 2000-04-17 Gerd Moellmann <gerd@gnu.org>
19704
19705 * textmodes/texinfo.el (texinfo-insert-@email)
19706 (texinfo-insert-@emph, texinfo-insert-@quotation)
19707 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
19708 (texinfo-mode-map): Add key bindings for them.
19709
19710 * files.el (basic-save-buffer-2): Use a template with `$'
19711 instead of `#' for VMS.
19712
19713 * simple.el (clone-indirect-buffer): New function.
19714
19715 2000-04-16 Stephen Eglen <stephen@gnu.org>
19716
19717 * iswitchb.el (iswitchb-case): New function. If the user input
19718 contains any upper-case characters, the search is made
19719 case-sensitive.
19720
19721 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
19722
19723 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
19724 comment-end.
19725 (texinfo-font-lock-syntactic-keywords): New var.
19726 (texinfo-font-lock-keywords): Remove comment regexp.
19727 (texinfo-insert-block): New function.
19728 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
19729 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
19730 and font-lock-defaults. Use regexp-opt for outline-regexp.
19731 (texinfo-environments): New var.
19732 (texinfo-environment-regexp): Use regexp-opt and
19733 texinfo-environments.
19734
19735 * textmodes/ispell.el (ispell-menu-map-needed): Check that
19736 ispell-process is bound since this might be eval'd before ispell
19737 is loaded.
19738 (ispell-message): Use a tiny bit less magic and a bit more hard
19739 data to figure out what kind of sc-cite-regexp to use.
19740
19741 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
19742
19743 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
19744 (insert-cyclic-diary-entry): Unquote the lambda.
19745
19746 * gud.el (gud-jdb-build-source-files-list): Fix typo.
19747
19748 * files.el (backup-enable-predicate): Unquote the lambda.
19749
19750 * cus-edit.el (custom-face, face): Unquote the lambda.
19751
19752 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19753
19754 * ps-print.el: Check for line-beginning-position definition.
19755
19756 * ps-print.el: Fix counting lines in a region.
19757 (ps-print-version): New version number (5.1.5).
19758 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
19759 (ps-printing-region): Fun code fix.
19760
19761 2000-04-15 Gerd Moellmann <gerd@gnu.org>
19762
19763 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
19764 to file-directory-p.
19765
19766 2000-04-14 Gerd Moellmann <gerd@gnu.org>
19767
19768 * gud.el (gud-jdb-build-source-files-list): Check that directory
19769 exists before calling directory-files.
19770
19771 2000-04-13 Dave Love <fx@gnu.org>
19772
19773 * emacs-lisp/trace.el: Change maintainer. Use new backquote
19774 syntax.
19775
19776 * emacs-lisp/cl-specs.el: Remove when, unless.
19777
19778 * emacs-lisp/cl-extra.el: Don't quote keywords.
19779 (cl-old-mapc): New variable.
19780 (mapc): Use it.
19781 (cl-map-intervals): Use with-current-buffer. Don't check for
19782 next-property-change.
19783 (cl-map-overlays): Use with-current-buffer.
19784 (cl-expt): Remove.
19785 (copy-tree, remprop): Define unconditionally.
19786
19787 * emacs-lisp/cl-compat.el (keywordp): Remove.
19788
19789 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
19790 to use keywordp.
19791 (edebug-spec): Enable keywordp.
19792
19793 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
19794 string-lessp.
19795
19796 * cus-start.el: Use keywordp.
19797
19798 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19799
19800 * diary-lib.el (include-other-diary-files): Fix the fix of
19801 2000-02-18 by doing a save-excursion.
19802
19803 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19804
19805 * ps-print.el: Customization fix, doc fix.
19806 (ps-print-version): New version number (5.1.4).
19807 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
19808 (ps-print-preprint): Adjust code.
19809 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
19810 (ps-print-prologue-header, ps-print-control-characters)
19811 (ps-spool-config): Customization fix.
19812
19813 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
19814
19815 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
19816 converted to the new menu-item format, names silightly changed,
19817 help strings added.
19818
19819 Support for spelling without async subprocesses:
19820
19821 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
19822 (ispell-session-buffer): New variables.
19823 (ispell-start-process, ispell-process-status,
19824 ispell-accept-output, ispell-send-string): New functions, for
19825 Ispell invocation when async subprocesses aren't supported.
19826 (ispell-word, ispell-pdict-save, ispell-command-loop,
19827 ispell-process-line, ispell-buffer-local-parsing): Replace calls
19828 to process-send-string with calls to ispell-send-string, and
19829 accept-process-output with ispell-accept-output.
19830 (ispell-init-process): Call ispell-process-status instead of
19831 process-status with.
19832 (ispell-init-process): Call ispell-start-process. Call
19833 ispell-accept-output and ispell-send-string. Don't call
19834 process-kill-without-query and kill-process if they are unbound.
19835 (ispell-async-processp): New function.
19836
19837 2000-04-12 Dave Love <fx@gnu.org>
19838
19839 * info.el: Add debug-ignored-errors.
19840 (Info-mode-menu): Add some items.
19841 (Info-directory): Add autoload cookie.
19842
19843 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
19844 Modify `truncate-lines'. Make `describe-language-environment'
19845 always visible and add help. Modify `describe-key' help. Invoke
19846 Info-directory from `info'. New entry `emacs-manual'.
19847
19848 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19849
19850 * progmodes/ebrowse.el (ebrowse-tree-mode):
19851 Use propertized-buffer-identification.
19852 (ebrowse-update-member-buffer-mode-line): Likewise.
19853 (ebrowse--mode-strings): Removed.
19854 (ebrowse--mode-line-props): Removed.
19855
19856 * files.el (auto-mode-alist): Add `EBROWSE'.
19857
19858 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
19859 space before testing for end of buffer.
19860 (ebrowse-load): Removed.
19861 (ebrowse-revert-tree-buffer-from-file): Rewritten.
19862 (ebrowse-create-tree-buffer): Rewritten.
19863 (ebrowse-tree-mode): Read tree from buffer.
19864
19865 * progmodes/ebrowse-ffh.el: Removed.
19866
19867 2000-04-10 Kenichi Handa <handa@etl.go.jp>
19868
19869 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
19870
19871 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19872
19873 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
19874 at the wrong place.
19875
19876 2000-04-09 Dave Love <fx@gnu.org>
19877
19878 * files.el (backup-enable-predicate):
19879 Use temporary-file-directory, small-temporary-file-directory.
19880 (make-backup-file-name-function, backup-directory-alist): New vars.
19881 (make-backup-file-name-1): New function.
19882 (make-backup-file-name): Use it.
19883 (find-backup-file-name): Likewise. Use format for clarity, not concat.
19884 (file-newest-backup): Use make-backup-file-name.
19885
19886 2000-04-09 Gerd Moellmann <gerd@gnu.org>
19887
19888 * progmodes/ebrowse-ffh.el: New file.
19889
19890 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
19891 Moved to ebrowse-ffh.el.
19892 (ebrowse-load): Add autoload.
19893
19894 * finder.el (finder-commentary): Add autoload cookie.
19895
19896 * mail/rfc2368.el: Correct author's email address.
19897
19898 * progmodes/ebrowse.el: New file.
19899
19900 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
19901 item help string.
19902 (easy-menu-do-add-item): Ditto.
19903 (easy-menu-define): Extend doc string.
19904
19905 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
19906 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
19907 (jit-lock-function, jit-lock-stealth-fontify): Don't use
19908 with-buffer-unmodified.
19909
19910 2000-04-08 Dave Love <fx@gnu.org>
19911
19912 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
19913 unless, when.
19914
19915 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
19916
19917 * viper-util.el (viper-put-on-search-overlay): New subroutine.
19918 (viper-flash-search-pattern): No operation when using Emacs
19919 doesn't support face.
19920 Use `viper-put-on-search-overlay'.
19921
19922 2000-04-04 Gerd Moellmann <gerd@gnu.org>
19923
19924 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
19925 like C-r.
19926
19927 * progmodes/make-mode.el: Some doc fixes.
19928 (makefile-mode-abbrev-table): New variable.
19929 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
19930 (makefile-font-lock-keywords): Fontify includes and conditionals.
19931 (toplevel): Require `dabbrev' and `add-log' when compiling.
19932
19933 * replace.el (perform-replace): Don't move forward one char
19934 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
19935 to do that because it leaves point 1 position after the last
19936 replacement, after everything has been replaced.
19937
19938 * jit-lock.el (with-buffer-unmodified): New macro.
19939 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
19940 modified state.
19941 (jit-lock-function-1): Extracted from jit-lock-function; not
19942 preserving buffer's modified state.
19943 (jit-lock-function, jit-lock-stealth-fontify):
19944 Call jit-lock-function-1.
19945
19946 * mail/rfc2368.el: Remove supernumerary copyright line.
19947
19948 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
19949
19950 * glasses.el: Provide facilities for inserting space before left
19951 parentheses and uncapitalization of identifiers.
19952 (glasses-mode): Try to remove old overlays in all cases.
19953
19954 2000-04-03 Gerd Moellmann <gerd@gnu.org>
19955
19956 * progmodes/compile.el (compile-internal): Display the compilation
19957 buffer in a different frame, if it's already displayed there.
19958
19959 * mail/rfc2368.el: New file.
19960
19961 * simple.el (sendmail-user-agent-compose): Recognize a `body'
19962 header and insert its value as mail body.
19963
19964 * subr.el (member-ignore-case): New function.
19965
19966 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
19967 (dabbrev--find-expansion): Ignore buffers matching a regexp
19968 from dabbrev-ignored-regexps.
19969
19970 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
19971 to extensions handled by gzip.
19972
19973 2000-04-03 Richard M. Stallman <rms@gnu.org>
19974
19975 * files.el (insert-directory): List the total free space
19976 along with the used space.
19977
19978 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
19979 line is followed by one that matches CITATION-REGEXP, end the
19980 paragraph.
19981
19982 2000-04-03 Markus Rost <rost@delysid.gnu.org>
19983
19984 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
19985 (rmail-make-basic-summary-line): Use that option.
19986
19987 2000-04-03 Kenichi Handa <handa@etl.go.jp>
19988
19989 * international/mule-cmds.el (encoded-string-description):
19990 Rewritten. Try pretty description for ISO 2022 escape sequences
19991 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
19992 for hexadecimal format.
19993
19994 2000-04-01 Dave Love <fx@gnu.org>
19995
19996 * cpp.el: Change customization group to `c' from `C'.
19997
19998 * vcursor.el (vcursor-move): Use display-color-p.
19999
20000 * international/mule-util.el: Provide mule-utils.
20001 (string-to-sequence): Simplify and speed up.
20002
20003 * international/mule.el (make-coding-system): Purecopy doc-string.
20004
20005 * international/mule-cmds.el: Various menu changes.
20006 (describe-specified-language-support): Handle `Default'.
20007 (set-language-info): Purecopy `info'.
20008
20009 2000-03-31 Andrew Innes <andrewi@gnu.org>
20010
20011 * vc.el (vc-backend-diff): Return the correct status if we had to
20012 retry the rcsdiff command without the --brief option.
20013
20014 2000-03-31 Dave Love <fx@gnu.org>
20015
20016 * help.el (help-manyarg-func-alist): Correct several omissions.
20017
20018 * add-log.el: Don't require cl, fortran.
20019 (add-log-current-defun-function): Doc fix.
20020 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20021 (change-log-version-rcs): Function deleted.
20022 (change-log-version-number-search): Doc fix.
20023 Use vc-workfile-version. Avoid CL dolist.
20024 (add-change-log-entry): Just call add-log-current-defun to get
20025 defun. Simplify somewhat.
20026 (change-log-get-method-definition-1): Likewise.
20027 (add-log-current-defun): Return nil if calling
20028 add-log-current-defun-function does so. Move Fortran stuff to
20029 fortran.el. Return string without properties.
20030
20031 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20032 and :alpha: char classes.
20033
20034 * mail/supercite.el: Defvar curline when compiling.
20035 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20036 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20037 rather than a-zA-Z0-9 to allow non-ASCII characters.
20038
20039 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20040
20041 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20042
20043 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20044 Re-enable new code.
20045
20046 * lpr.el (print-region-1): Use -d to specify printer name for
20047 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20048
20049 2000-03-31 Dave Love <fx@gnu.org>
20050
20051 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20052 Look for function definition in symbol's function value slot first
20053 instead of first consulting byte-compile-function-environment.
20054
20055 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20056
20057 * language/european.el ("Polish"): New language environment.
20058 (setup-polish-environment): New function.
20059
20060 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20061
20062 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20063 Disable new code.
20064
20065 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20066 trying to `load' the symbol of an autoload instead of the file
20067 recorded in the autoload. Fix error messages.
20068
20069 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20070
20071 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20072 (ps-print-version): New version number (5.1.3).
20073 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20074 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20075 (ps-generate-postscript-with-faces): Code fix.
20076 (ps-color-values): XEmacs compatibility.
20077 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20078 (ps-default-fg, ps-default-bg): Adjust customization.
20079 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20080 (ps-color-scale): Renaming old ps-color-value fun.
20081 (ps-print-headers): Replace ps-print-header group to avoid conflict
20082 with ps-print-header variable.
20083 (ps-print-miscellany): New group.
20084 (ps-format-color, ps-rgb-color): New funs.
20085 (ps-default-foreground): New var.
20086 (ps-printer-name-option): New const.
20087
20088 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20089
20090 * net/net-utils.el:
20091 (network-connection-host, network-connection-service): New variables
20092 (network-connection-mode): New mode, derived from comint-mode
20093 (network-connection-mode-setup): New function, saves host and
20094 service information in local variables.
20095
20096 * lisp/locate.el:
20097 (locate-word-at-point): Added this function
20098 (locate): Default to using locate-word-at-point as input
20099 Run dired-mode-hook
20100
20101 2000-03-29 Dave Love <fx@gnu.org>
20102
20103 * calendar/appt.el: Doc fixes.
20104 (appt-check): Convert min-to-app to a string before passing to
20105 appt-disp-window-function or concat.
20106 (appt-delete-window): Remove test for frame-root-window.
20107 (appt-select-lowest-window, appt-convert-time): Simplify.
20108
20109 * emacs-lisp/bytecomp.el: Doc fixes.
20110 (byte-compile-file-form-autoload):
20111 Update byte-compile-function-environment.
20112
20113 2000-03-29 Andreas Schwab <schwab@suse.de>
20114
20115 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20116
20117 * dired.el (dired-insert-directory): If dired-free-space-program
20118 failed just delete its output.
20119
20120 2000-03-29 Dave Love <fx@gnu.org>
20121
20122 * international/iso-cvt.el: Move provide to end. Doc fixes.
20123 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20124 (iso-iso2sgml, iso-sgml2iso): New functions.
20125 (iso-cvt-define-menu): Fix some entries and use backquote for
20126 clarity.
20127
20128 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20129
20130 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20131
20132 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20133 ISO-DATE. If non-nil, return date in ISO 8601 format.
20134
20135 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20136
20137 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20138 if it ever becomes used.
20139 (log-edit-mode-hook): Default to vc-log-mode-hook.
20140 (log-edit-mode): Fix the docstring.
20141
20142 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20143 the code.
20144
20145 2000-03-26 Dave Love <fx@gnu.org>
20146
20147 * net/browse-url.el (browse-url): Re-fix case of
20148 browse-url-browser-function being an alist.
20149 (browse-url): Add :link to defgroup.
20150
20151 * files.el: Doc fixes.
20152 (file-truename): Include `[' in wildcard characters.
20153 (automount-dir-prefix): Customize.
20154 (find-file-wildcards): Add :version.
20155 (find-file-noselect): Simplify a mapcar call.
20156
20157 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20158 compatible with inf-lisp version.
20159 (eval-defun-1): Fix custom-declare-variable case.
20160
20161 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20162
20163 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20164
20165 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20166
20167 * Makefile (COMPILE_FIRST): New macro.
20168 (compile-files): Compile files from COMPILE_FIRST first.
20169
20170 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20171
20172 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20173 matching open parenthesis in column 0 to defun-prompt-regexp
20174 only if open-paren-in-column-0-is-defun-start is set.
20175
20176 * sun-curs.el: Require CL at compile-time only.
20177
20178 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20179 instead of copy-list which is a function from CL.
20180 (msb--choose-menu, msb--mode-menu-cond)
20181 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20182 (msb--init-file-alist): Use mapcar instead of mapcan.
20183 (msb--aggregate-alist): Use mapcar instead of mapcan.
20184 Fix `(' in column 0 in doc string.
20185 (msb--add-separators): Use mapcar instead of mapcan.
20186
20187 * cus-dep.el: Require CL at compile-time only.
20188
20189 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20190
20191 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20192 (byte-compile-warnings): New warning `noruntime'.
20193 (byte-compile-constants, byte-compile-variables): Fix docstring.
20194 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20195 execute `eval-whenc-compile's body.
20196 (byte-compile-unresolved-functions): Fix docstring.
20197 (byte-compile-eval): New function.
20198 (byte-compile-callargs-warn): Check if the function will be available
20199 at runtime (via property `byte-compile-noruntime').
20200 (byte-compile-print-syms): New function.
20201 (byte-compile-warn-about-unresolved-functions): Also warn about
20202 `noruntime' functions (and use `byte-compile-print-syms').
20203 (byte-compile-file): Capitalize the message.
20204
20205 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20206
20207 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20208 (rmail-expunge): Ask for confirmation depending on the setting
20209 of rmail-confirm-expunge.
20210
20211 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20212
20213 * Makefile (bootstrap-clean): If $(emacs) exists, build
20214 loaddefs.el first. A loaddefs.el that's not up-to-date might
20215 cause a bootstrap failure because things don't autoload as expected.
20216
20217 2000-03-23 Dave Love <fx@gnu.org>
20218
20219 * net/browse-url.el: Restore previous use of
20220 browse-url-maybe-new-window.
20221
20222 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20223
20224 * ps-print.el: Skip banner page fix.
20225 (ps-print-version): New version number (5.1.2).
20226 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20227
20228 2000-03-23 Dave Pearson <davep@davep.org>
20229
20230 * net/quickurl.el Changed the type of parameter passed to the
20231 function defined by `quickurl-format-function'. Before only the
20232 text of the URL was passed. Now the whole URL structure is passed
20233 and the function is responsible for extracting the parts it requires.
20234 Changed the default of `quickurl-format-function' accordingly.
20235 (quickurl-insert): Changed the `funcall' of
20236 `quickurl-format-function' to match the above change.
20237 (quickurl-list-insert): Changed the `url' case so that it makes
20238 use of `quickurl-format-function', previous to this the format was
20239 hard wired.
20240
20241 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20242
20243 * startup.el: Change some spellings for the X Window System.
20244
20245 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20246
20247 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20248 Clean up the code and the regexp and make sure the cursor is
20249 temporarily moved to the suspicious line while querying the user.
20250
20251 2000-03-22 Jason Rumney <jasonr@gnu.org>
20252
20253 * w32-fns.el (w32-charset-info-alist): Initialize.
20254
20255 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20256
20257 * ps-print.el: N-up last page fix.
20258 (ps-print-version): New version number (5.1.1).
20259 (ps-end-file, ps-end-job, ps-generate): Code fix.
20260
20261 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20262
20263 * files.el (find-file-run-dired): Update docstring.
20264 (find-directory-functions): New hook.
20265 (find-file-noselect): Run find-directory-functions rather than
20266 calling dired directly.
20267
20268 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20269
20270 * pcvs.el: Add a minimal leading commentary.
20271 (cvs-make-cvs-buffer): Change the header part by removing the startup
20272 message and adding a `Module' entry. Also replace the FOOTER and
20273 HEADER special fileinfos with the new support in ewoc for updating
20274 its own footer and header.
20275 (cvs-update-header): Update to use the header/footer of the ewoc.
20276 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20277 (cvs-is-within-p): New function.
20278 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20279 to only examine some subset of the buffers.
20280
20281 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20282 `format' instead of our own ad-hoc functions.
20283 Remove HEADER and FOOTER cases, now handled in the EWOC.
20284 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20285
20286 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20287 output to avoid scaring the user.
20288 (cvs-parse-table): Catch message for non-up-to-date commits.
20289
20290 * pcvs-defs.el (cvs-startup-message): Remove.
20291 (cvs-global-menu): New autoloaded menu.
20292
20293 * pcvs-util.el (cvs-string-fill): Remove.
20294
20295 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20296 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20297 PP part of it and also make it work for footers and headers.
20298 (ewoc-create): Drop POS and BUFFER arguments.
20299 Use the DLL's dummy node to store the end-of-footer position.
20300 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20301 (ewoc-refresh): Remove unused `header' variable.
20302 (ewoc-(get|set)-hf): New functions.
20303
20304 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20305 log-view-*-(message|file) and use easy-mmode-define-navigation.
20306 (log-view-message-re): Match SCCS format as well.
20307 And match the revision line rather than the dashed separator line.
20308 (log-view-mode): Use the new define-derived-mode.
20309 (log-view-current-tag): Fill in with an actual implementation.
20310
20311 * cvs-status.el (cvs-status-(prev|next)): Rename from
20312 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20313 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20314 to let the output "breathe" a little more (more readable).
20315 (cvs-status-mode): Use the new define-derived-mode.
20316
20317 * smerge-mode.el (smerge-auto-leave): New function and variable.
20318 (smerge-basic-map): Rename from smerge-basic-keymap.
20319 Change the bindings for smerge-diff-*.
20320 (smerge-*-map): Use easy-mmode-defmap.
20321 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20322 (smerge-keep-*): Use smerge-auto-leave.
20323
20324 2000-03-21 Jason Rumney <jasonr@gnu.org>
20325
20326 * cus-edit.el (custom-button-face): Use 3D look for w32.
20327 (custom-button-pressed-face): Likewise.
20328
20329 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20330
20331 * progmodes/etags.el (tags-case-fold-search): New user-option.
20332 (tags-loop-eval): New function. Bind case-fold-search around eval
20333 depending on the value of tags-case-fold-search.
20334 (tags-loop-continue): Use tags-loop-eval.
20335 (find-tag-in-order): Bind case-fold-search depending on the value
20336 of tags-case-fold-search.
20337
20338 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20339
20340 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20341 (diff-end-of-hunk): Return the end position for use in
20342 `easy-mmode-define-navigation'.
20343 (diff-recenter): Remove.
20344 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20345 of `easy-mmode-define-navigation'.
20346 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20347 previous renaming) and fix to use new names.
20348 (diff-merge-strings): Use \n as separator: simpler, faster.
20349 (diff-mode): Use `define-derived-mode'.
20350
20351 * derived.el (define-derived-mode): Don't autoload anymore.
20352 Prefer the macro-only version provided by easy-mmode.el.
20353
20354 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20355 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20356 (easy-mmode-define-navigation): New macro.
20357
20358 * subr.el (combine-run-hooks): New function.
20359
20360 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20361
20362 * term/x-win.el: Fontsets related initialization is simplified.
20363
20364 * international/mule-diag.el (describe-font): Don't refer to
20365 global-fontset-alist, instead call font-list.
20366 (describe-fontset, list-fontsets, mule-diag): Likewise.
20367 (print-fontset): Adjusted for the change of fontset implementation.
20368
20369 * international/fontset.el (x-charset-registries): Variable removed,
20370 instead the corresponding data is stored in the default fontset.
20371 (register-alternate-fontnames): Function removed.
20372 (resolved-ascii-font): Variable removed.
20373 (x-compose-font-name): Ignore the second argument REDOCE.
20374 (x-complement-fontset-spec): Complement only an ASCII font and
20375 element for those charsets than can use that ASCII font.
20376 (generate-fontset-menu): Don't refer to global-fontset-alist,
20377 instead call fontset-list.
20378 (uninstantiated-fontset-alist): Variable removed.
20379 (x-style-funcs-alist): Likewise.
20380 (fontset-default-styles): Likewise.
20381 (x-modify-font-name): Function removed.
20382 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20383 (create-fontset-from-ascii-font): Docsting adjusted for the above
20384 change.
20385 (instantiate-fontset, resolve-fontset-name): Functions removed.
20386 (fontset-list): Now implemented by C code.
20387
20388 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20389 (describe-face): Include `font' attribute in the description.
20390
20391 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20392
20393 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20394
20395 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20396
20397 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20398 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20399 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20400
20401 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20402 about behavior of set-buffer-modified-p wrt redisplay.
20403
20404 2000-03-19 Richard M. Stallman <rms@gnu.org>
20405
20406 * view.el (view-mode-disable): Kill local binding of view-read-only.
20407
20408 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20409
20410 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20411 is a string, convert it to a syntax cell using string-to-syntax.
20412
20413 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20414 (string-to-syntax): New function.
20415
20416 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20417 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20418 try to use passive ftp mode.
20419
20420 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20421
20422 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20423
20424 * simple.el (append-to-buffer): Update point of windows after
20425 insertion.
20426
20427 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20428 forward then moving backward. Reindent.
20429
20430 * frame.el (other-frame): Call x-focus-frame only if
20431 focus-follows-mouse is off.
20432
20433 2000-03-17 Dave Love <fx@gnu.org>
20434
20435 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20436
20437 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20438
20439 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20440 regexp for labels cannot span several lines.
20441
20442 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20443 `(setq :<key> ':<key>)' to the macro expansion.
20444
20445 2000-03-16 Dave Love <fx@gnu.org>
20446
20447 * progmodes/f90.el (f90): Put custom group under `languages', not
20448 `fortran'.
20449 (f90-mode-hook): Customize.
20450 (f90-mode): Set add-log-current-defun-function.
20451 (f90-current-defun): New function.
20452
20453 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20454
20455 * cus-edit.el (custom-variable-tag-face): Handle case that
20456 default face's height is not a number.
20457 (custom-face-tag-face, custom-group-tag-face-1)
20458 (custom-group-tag-face): Ditto.
20459 (custom-group-tag-face-1): Add :group.
20460
20461 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20462
20463 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20464
20465 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20466 requiring easymenu.
20467
20468 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20469
20470 * ps-print.el: PostScript user-defined prologue, PostScript error
20471 handler, doc fix.
20472 (ps-print-version): New version number (5.1).
20473 (ps-user-defined-prologue, ps-error-handler-message)
20474 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20475 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20476 (ps-insert-string): New function.
20477
20478 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20479
20480 * international/ccl.el (ccl-compile-expression): Don't generate
20481 invalid self-assignment code.
20482
20483 2000-03-14 Dave Love <fx@gnu.org>
20484
20485 * subr.el (replace-regexp-in-string): Renamed from
20486 replace-regexps-in-string. Doc fix.
20487
20488 2000-03-12 Dave Love <fx@gnu.org>
20489
20490 * cus-edit.el: Doc fixes.
20491 (customize-set-variable, customize-save-variable): Rename args for doc.
20492 (custom-variable-tag-face, custom-face-tag-face)
20493 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20494 style which user identify as hyperlink.
20495 (hook): Don't add undefined functions to the hook.
20496 (debug-ignored-errors): Transfer message from bindings.el.
20497
20498 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20499
20500 * recentf.el (recentf-keep-non-readable-files-p):
20501 Remove double/nested definition.
20502
20503 2000-03-12 Dave Love <fx@gnu.org>
20504
20505 * facemenu.el (facemenu-get-face): Use display-color-p.
20506 * enriched.el (enriched-decode-foreground): Likewise.
20507 (enriched-decode-background): Likewise.
20508 * isearch.el (isearch-highlight): Likewise.
20509 * info-look.el (info-lookup): Likewise.
20510 * simple.el (completion-setup-function): Likewise.
20511
20512 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20513 :options.
20514
20515 * bindings.el (mode-line-format): Fix line-number and
20516 column-number items. Add help-echo for the background.
20517 (mode-line-mule-info): Modify help-echo.
20518
20519 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20520
20521 * files.el (load-file): Allow completion to .elc.
20522
20523 * man.el: Doc fixes.
20524 (Man-init-defvars): Use display-color-p to set fontification.
20525
20526 * play/hanoi.el (hanoi-internal): Don't use oddp.
20527
20528 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20529
20530 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20531
20532 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20533
20534 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20535
20536 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20537 Fix comment.
20538
20539 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20540
20541 * font-lock.el (font-lock-keywords): Fix the doc now that
20542 regexp-opt-depth is unnecessary.
20543 (save-buffer-state): Set an edebug spec.
20544 (font-lock-fontify-anchored-keywords): Properly handle the case when
20545 the matcher goes past the limit.
20546
20547 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20548 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20549
20550 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20551 dll.el and cookie.el (from Elib) with heavy renaming and other
20552 massaging.
20553
20554 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20555 Autoload the functions used.
20556 (easy-mmode-define-syntax): Fix CL typo.
20557 (easy-mmode-define-derived-mode): Improve the docstring generation.
20558
20559 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20560
20561 * textmodes/texinfo.el (texinfo-version): Variable and function
20562 removed.
20563
20564 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20565
20566 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20567 allow more flexibility.
20568 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20569 (easy-mmode-defmap, easy-mmode-defsyntax)
20570 (easy-mmode-define-derived-mode): New macros.
20571
20572 2000-03-09 Didier Verna <didier@xemacs.org>
20573
20574 * rect.el (replace-rectangle): New function.
20575
20576 2000-03-09 Dave Love <fx@gnu.org>
20577
20578 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20579 (fortran-comment-line-start-skip): Don't match cpp stuff.
20580 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20581 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20582 (fortran-mode): Don't set fortran-comment-line-start-skip,
20583 fortran-comment-line-start here. Set comment-start,
20584 add-log-current-defun.
20585 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20586 (fortran-current-defun): New function.
20587
20588 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20589
20590 * emacs-lisp/re-builder.el: New file.
20591
20592 * mouse.el (mouse-drag-region): Don't run up-event handler
20593 if hscroll has changed.
20594
20595 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20596 builtin operators, use `font-lock-builtin-face' for Emacs and
20597 `font-lock-preprocessor-face' otherwise.
20598
20599 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20600 `(defun (setf foo)' differently.
20601
20602 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20603
20604 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20605 (regexp-opt): Update comment and adapt the code the new meaning of
20606 the `paren' argument of regex-opt-group for shy-groups.
20607 (regexp-opt-depth): Handle shy groups as well as backslashed
20608 backslashes.
20609 (regexp-opt-group): Turn the leading comment into a docstring.
20610 Allow `paren' to be a string (the string to use to open a group).
20611 Remove open-presuf and close-presuf. Instead of checking for `all
20612 one-char' and then later on check for `several one-char', handle
20613 both cases close together. Also apply a more generic algorithm
20614 for suffixes (the mirror image of the algorithm used for
20615 prefixes). Use shy-groups. Use nreverse rather than reverse.
20616 (regexp-opt-try-suffix): Removed.
20617
20618 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20619 from comint-mode-map, so we can just inherit from it. Also, move
20620 the initialization into the `defvar' since there's no docstring
20621 anyway and it's fairly short.
20622 (inferior-scheme-mode): Define it as derived-mode: the code is
20623 shorter and this way we inherit from comint-mode-map rather than
20624 copying it.
20625
20626 * subr.el (replace-regexps-in-string): Properly handle the case
20627 where we match an empty string.
20628
20629 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20630 when the command has a directory component (such as "./testml").
20631 Also fix a typo in the comment.
20632
20633 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20634
20635 * Makefile (compile-files): Compile files one by one because
20636 that's the only way to ensure a clean compilation environment for
20637 each individual file.
20638
20639 * frame.el (other-frame): Call x-focus-frame.
20640
20641 2000-03-07 Dave Love <fx@gnu.org>
20642
20643 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20644 :require to defcustom.
20645
20646 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20647
20648 * files.el (auto-mode-alist): Add configure.in.
20649
20650 * progmodes/autoconf.el: New file.
20651
20652 2000-03-07 Gerd Moellmann <gerd@gnu.org>
20653
20654 * mail/mh-e.el: Change maintainer to `none'.
20655
20656 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20657 to remove-hook and add-hook.
20658
20659 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20660
20661 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
20662 it as the default.
20663 (mail-send): Test mail-send-nonascii also for the new `mime' value.
20664 (sendmail-send-it): Conditionally add MIME headers specifying the
20665 used character set.
20666
20667 2000-03-07 Dave Love <fx@gnu.org>
20668
20669 * winner.el: Fix keywords, autoload cookies.
20670 Split eval-when-compile form to avoid compilation failure.
20671
20672 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
20673
20674 * international/mule.el: Modify comment about coding system
20675 property `coding-category'.
20676 (make-coding-system): New argument EOL-TYPE. Pay attention to
20677 coding-category property of PROPERTIES.
20678
20679 * international/mule-conf.el (coding-category-utf-8)
20680 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
20681 categories. Include them in the argument for set-coding-priority.
20682
20683 * international/mule-cmds.el (reset-language-environment):
20684 Include coding-category-utf-8, coding-category-utf-16-be, and
20685 coding-category-utf-16-le in the argument for set-coding-priority.
20686 (reset-language-environment): Initialize coding-category-utf-8,
20687 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
20688
20689 2000-03-06 Karl Fogel <kfogel@red-bean.com>
20690
20691 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
20692 code abstracted out of `bookmark-jump-noselect'. Now tries info
20693 extensions as well as compression extensions.
20694 (bookmark-jump-noselect): Use above new func.
20695
20696 2000-03-03 Gerd Moellmann <gerd@gnu.org>
20697
20698 * strokes.el: Change maintainer's mail address.
20699
20700 2000-03-03 Kenichi Handa <handa@etl.go.jp>
20701
20702 * international/mule-diag.el (list-character-sets): Make help-echo
20703 string by substitute-command-keys.
20704 (list-character-sets): Likewise.
20705 (sort-listed-character-sets): Call help-setup-xref.
20706
20707 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20708
20709 * time.el (display-time-mail-file): Add `none' to the list of choices.
20710
20711 2000-03-01 Dave Love <fx@gnu.org>
20712
20713 * help.el (help-xref-go-back): Don't try to set position.
20714
20715 * international/mule-diag.el (list-character-sets):
20716 Call help-setup-xref. Add help-echo to xrefs.
20717 (list-character-sets-1): Add help-echo to xrefs.
20718
20719 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20720
20721 * frame.el (blink-cursor-mode): Switch cursor on when turning
20722 the mode off.
20723
20724 * add-log.el (add-log-current-defun): Add support for
20725 Autoconf mode.
20726
20727 * mail/rmail.el (rmail-quit-hook): New variable.
20728
20729 2000-03-01 Dave Love <fx@gnu.org>
20730
20731 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
20732
20733 * help.el (help-xref-button): Add help-echo arg.
20734 (describe-function-1, describe-variable, help-make-xrefs): Use it.
20735
20736 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
20737
20738 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
20739
20740 2000-03-01 Gerd Moellmann <gerd@gnu.org>
20741
20742 * image.el (defimage): Look for image files in load-path.
20743
20744 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
20745
20746 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20747
20748 * recentf.el (recentf): Added version tag to the defgroup of recentf.
20749
20750 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20751
20752 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
20753 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
20754 action to select/unselect a file.
20755 (recentf-edit-list): Code cleanup and improvement.
20756 (recentf-open-more-files-action): `recentf-open-more-files' button
20757 widget action to open a file.
20758 (recentf-open-more-files): No more use standard completion but widgets.
20759 (recentf-more-collection): Deleted.
20760 (recentf-more-history): Deleted.
20761 (recentf-setup-more-completion): Deleted.
20762
20763 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20764
20765 * recentf.el (recentf-mode): No more needs that Emacs is running
20766 under a window-system.
20767
20768 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20769
20770 * recentf.el (recentf-edit-list): New command to edit the recent
20771 list which allow the user to remove files.
20772 (recentf-edit-selected-items): New global variable, used by
20773 `recentf-edit-list' to hold the list of files to be removed from
20774 the recent list.
20775 (recentf-make-menu-items): Updated to display a "Edit list..."
20776 menu item. Minor code cleanup.
20777
20778 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20779
20780 * recentf.el (recentf-open-more-files): New command to open files
20781 that are not displayed in the menu.
20782 (recentf-more-collection): New global variable holding the set of
20783 permissible completions used by `recentf-open-more-files'.
20784 (recentf-more-history): New global variable holding the history list
20785 used by `recentf-open-more-files' completion.
20786 (recentf-setup-more-completion): New function to setup completion for
20787 `recentf-open-more-files'.
20788 (recentf-make-menu-items): Updated to display a "More..." menu item.
20789
20790 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20791
20792 * recentf.el (recentf-menu-action): Doc fixed.
20793
20794 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20795
20796 * recentf.el (recentf-menu-filter): Doc updated.
20797 (recentf-update-menu-hook): Allow menu filters to force menu update.
20798 (recentf-make-menu-items): New menu filter handling.
20799 (recentf-make-menu-item): New helper function.
20800 (recentf-menu-elements): New menu handling function.
20801 (recentf-sort-ascending): Updated to new menu filter handling.
20802 (recentf-sort-descending): Updated to new menu filter handling.
20803 (recentf-sort-basenames-ascending): New menu filter function.
20804 (recentf-sort-basenames-descending): New menu filter function.
20805 (recentf-show-basenames): New menu filter function.
20806 (recentf-show-basenames-ascending): New menu filter function.
20807 (recentf-show-basenames-descending): New menu filter function.
20808
20809 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20810
20811 * diary-lib.el (list-diary-entries): Don't try to go forward at
20812 the end of the buffer.
20813
20814 2000-02-29 Kenichi Handa <handa@etl.go.jp>
20815
20816 * international/mule-diag.el (list-character-sets):
20817 Completely rewritten.
20818 (sort-listed-character-sets): New function.
20819 (list-character-sets-1): Completely rewritten.
20820 (list-character-sets-2): New function.
20821 (non-iso-charset-alist): New variable.
20822 (decode-codepage-char): New function.
20823 (charset-history): New variable.
20824 (read-charset) (list-block-of-chars)
20825 (list-iso-charset-chars)
20826 (list-non-iso-charset-chars)
20827 (list-charset-chars): New functions.
20828 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
20829 (dump-charsets): Likewise.
20830
20831 2000-02-29 Gerd Moellmann <gerd@gnu.org>
20832
20833 * dired-x.el (dired-filename-at-point): Add `@' to valid
20834 file name characters.
20835 (dired-filename-at-point): Handle ange-ftp file names.
20836
20837 * frame.el (frame-notice-user-settings): Use assq-delete-all
20838 instead of assoc-delete-all.
20839 (frame-notice-user-settings): Ditto.
20840
20841 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
20842 Don't copy alist.
20843
20844 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
20845
20846 * calculator.el (calculator-use-menu): New option.
20847 (calculator-initial-bindings): Changed some bindings to work as macros.
20848 (calculator-forced-input): Removed.
20849 (calculator-restart-other-mode): New variable.
20850 (calculator-mode-map): Set up menu.
20851
20852 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
20853
20854 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
20855
20856 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
20857
20858 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
20859 translate all ESC key sequences.
20860 (viper-goto-mark-subr): Restore markers for files for which
20861 they were saved.
20862 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
20863 * viper-util.el (viper-set-replace-overlay-glyphs)
20864 (viper-set-replace-overlay): Always check if the replacement
20865 overlay is live.
20866 * viper.el (viper-vi-state-mode-list): Add major modes.
20867 * ediff-wind.el: Minor comment changes.
20868 * ediff.el: Copyright notice date fix.
20869
20870 2000-02-27 Jason Rumney <jasonr@gnu.org>
20871
20872 * faces.el (face-font-family-alternatives): Add arial to helv.
20873 (mode-line, header-line, tool-bar): Same default as x for w32.
20874 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
20875 face-font-family-alternatives from working.
20876 * term/w32-win.el (mouse-set-font): Do not build fontset from
20877 chosen font.
20878
20879 2000-02-25 Sam Steingold <sds@goems.com>
20880
20881 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
20882 properly.
20883
20884 2000-02-25 Richard M. Stallman <rms@gnu.org>
20885
20886 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
20887
20888 2000-02-25 Gerd Moellmann <gerd@gnu.org>
20889
20890 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
20891
20892 * frame.el (busy-cursor-delay-seconds): New option.
20893
20894 2000-02-24 Gerd Moellmann <gerd@gnu.org>
20895
20896 * frame.el (show-cursor-in-non-selected-windows): New option.
20897
20898 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20899
20900 * diary-lib.el (include-other-diary-files): Undo the selective
20901 display in any included file and don't kill it.
20902
20903 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
20904
20905 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
20906 Menu items converted to (menu-item format, help strings added.
20907 [downcase, upcase]: Don't enable on MS-DOS.
20908 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
20909 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
20910
20911 2000-02-23 Dave Love <fx@gnu.org>
20912
20913 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
20914 (backward-kill-word): Revert addition of * to interactive spec --
20915 it's a feature.
20916
20917 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
20918 (backward-kill-sentence, kill-sentence): Likewise.
20919
20920 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
20921 scratch buffer name.
20922 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
20923
20924 * term/w32-win.el (internal-face-interactive): Update prompt for
20925 new read-face-name.
20926
20927 * mail/footnote.el (footnote): Add :version to defgroup.
20928 (footnote-section-tag-regexp): Customize.
20929 (footnote-start-tag, footnote-end-tag): New option.
20930 (footnote-latin-regexp): New variable.
20931 (Footnote-latin): New function.
20932 (footnote-style-alist): Add element for latin style.
20933 (footnote-style): Moved.
20934 (Footnote-goto-footnote): Use eq to test arg.
20935
20936 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
20937
20938 * emacs-lisp/byte-opt.el: Change old backquote syntax.
20939 (byte-compile-trueconstp): Include keywords.
20940 (byte-optimize-quote, byte-optimize-lapcode):
20941 Use byte-compile-const-symbol-p.
20942 (byte-optimize-char-before): New optimization.
20943
20944 * emacs-lisp/bytecomp.el: Change old backquote syntax.
20945 (byte-compile-const-symbol-p): New function.
20946 (byte-compile-constp, byte-compile-out-toplevel)
20947 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
20948 Use it.
20949
20950 * subr.el (define-key-after): Default AFTER to t. Doc fix.
20951
20952 2000-02-23 Kenichi Handa <handa@etl.go.jp>
20953
20954 * international/encoded-kb.el: Be sure to update minor-mode-alist
20955 and minor-mode-map-alist.
20956 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
20957 codes SS2 and SS3 correctly.
20958 (encoded-kbd-self-insert-ccl): New function.
20959 (encoded-kbd-setup-keymap): New function.
20960 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
20961 by calling encoded-kbd-setup-keymap.
20962
20963 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
20964 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
20965
20966 2000-02-22 Dave Love <fx@gnu.org>
20967
20968 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
20969 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
20970 (lisp-mode-syntax-table): Set up for #|...|# comments.
20971 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
20972 classes. Match `defface'.
20973 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
20974 (eval-defun-1): Fix for defcustom.
20975 (lisp-indent-region): Doc fix.
20976
20977 * subr.el (when, unless, split-string): Doc fix.
20978 (read-passwd): Move call of clear-this-command-keys to the right place.
20979 (replace-regexps-in-string): New function.
20980
20981 2000-02-22 Gerd Moellmann <gerd@gnu.org>
20982
20983 * help.el (describe-variable): Set syntax table to
20984 emacs-lisp-mode-syntax-table when moving forward over the
20985 symbol's name.
20986
20987 2000-02-22 Dave Love <fx@gnu.org>
20988
20989 * xt-mouse.el: Doc fixes.
20990 (xterm-mouse-position-function): New function, replacing advice of
20991 mouse-position.
20992 (xterm-mouse-mode): Use it. Don't turn on under a window system.
20993
20994 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
20995
20996 2000-02-21 Gerd Moellmann <gerd@gnu.org>
20997
20998 * format.el (format-annotate-single-property-change):
20999 Handle properties.with dotted-list values.
21000 (format-proper-list-p): New function.
21001
21002 * enriched.el (enriched-face-ans): Handle '(foreground-color
21003 . COLOR) and (background-color . COLOR).
21004
21005 2000-02-20 Dave Love <fx@gnu.org>
21006
21007 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21008 and assignments to it.
21009 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21010 current local map.
21011 (make-flyspell-overlay): Use it.
21012 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21013
21014 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21015 (lm-get-header-re): Defun, not defsubst.
21016 (lm-get-package-name): Defun, not defsubst. Simplify.
21017 (lm-version): Doc fix. Simplify.
21018 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21019 (lm-crack-address, lm-last-modified-date, lm-commentary)
21020 (lm-verify, lm-synopsis): Simplify.
21021 (lm-report-bug): Require emacsbug. Use compose-mail.
21022
21023 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21024
21025 * dired.el (dired-mode): Call propertized-buffer-identification
21026 to set mode-line-buffer-identification to something having
21027 the right text properties.
21028
21029 * bindings.el (propertized-buffer-identification): New function.
21030
21031 2000-02-20 Dave Love <fx@gnu.org>
21032
21033 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21034 check for t-mouse too.
21035
21036 * cus-start.el: Make echo-keystrokes `number'.
21037
21038 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21039
21040 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21041 Don't call ring-empty-p unless tags-location-ring is bound.
21042 From Noah Friedman <friedman@splode.com>.
21043
21044 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21045
21046 * progmodes/hideshow.el (hs-flag-region): No longer use
21047 `intangible' overlay property.
21048
21049 (hs-toggle-hiding): New command.
21050 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21051
21052 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21053 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21054 and deactivation.
21055
21056 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21057
21058 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21059
21060 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21061
21062 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21063
21064 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21065 of `*' to handle `(* ... *)' comments.
21066
21067 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21068
21069 * faces.el (list-faces-display): Use display-mouse-p instead of
21070 window-system.
21071
21072 * menu-bar.el (global-map): Menu-bar items converted to the new
21073 format (menu-item..., rearranged for better CUA compliance, and
21074 their names changed for better clarity. Help strings added.
21075
21076 * international/mule-cmds.el (mule-menu-keymap)
21077 (describe-language-environment-map, set-coding-system-map)
21078 (setup-language-environment-map): Convert to new (menu-item...
21079 form, add help strings. Change names of menu items for better clarity.
21080 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21081
21082 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21083
21084 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21085 within the code.
21086
21087 2000-02-16 Dave Love <fx@gnu.org>
21088
21089 * faces.el: Don't require custom. Add more specific :groups to
21090 various deffaces.
21091 (set-face-attribute): Purecopy args.
21092 (read-face-name): Default to name at point and use it in prompt.
21093 Remove colon from arg in all callers.
21094 (list-faces-display): Hyperlink to face descriptions and customize
21095 buffers.
21096
21097 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21098
21099 * wid-edit.el (widget-match-inline): An atom never matches a list.
21100
21101 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21102
21103 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21104 at ':' characters by call to split-string.
21105
21106 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21107
21108 * textmodes/bibtex.el: Added RCS version identification.
21109
21110 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21111
21112 * textmodes/bibtex.el: Some temporary comments removed.
21113 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21114 (bibtex-field-const): Allow capital letters.
21115 (bibtex-start-of-string): Deleted because unused.
21116
21117 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21118 use the term 'reference' to describe a bibtex entry as a whole.
21119 Further, reference keys are no longer called 'labels'.
21120 (bibtex-keys): Renamed to bibtex-reference-keys.
21121 (bibtex-reformat-previous-labels): Renamed to
21122 bibtex-reformat-previous-reference-keys.
21123 (bibtex-reference-type): Renamed to bibtex-entry-type.
21124 (bibtex-reference-head): Renamed to bibtex-entry-head.
21125 (bibtex-reference-maybe-empty-head): Renamed to
21126 bibtex-entry-maybe-empty-head.
21127 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21128 (bibtex-search-reference): Renamed to bibtex-search-entry.
21129 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21130 bibtex-enclosing-entry-maybe-empty-head.
21131 (bibtex-entry-field-alist, bibtex-entry-head)
21132 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21133 (bibtex-map-entries, bibtex-search-entry)
21134 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21135 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21136 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21137 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21138 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21139 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21140 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21141
21142 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21143
21144 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21145 comment.
21146 (bibtex-format-field-delimiters): New function, functionality
21147 extracted from bibtex-format-entry.
21148 (bibtex-autokey-get-yearfield-digits): New function, functionality
21149 extracted from bibtex-autokey-get-yearfield.
21150
21151 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21152 entries in order to avoid stack overflow in the regexp matcher if
21153 field contents become large.
21154 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21155 (bibtex-field-string-part-not-braced)
21156 (bibtex-field-string-part-no-inner-braces)
21157 (bibtex-field-string-part-1-inner-brace)
21158 (bibtex-field-string-part-2-inner-braces)
21159 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21160 (bibtex-field-string-quoted, bibtex-field-string)
21161 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21162 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21163 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21164 Deleted as parsing is now performed by the following functions.
21165 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21166 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21167 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21168 (bibtex-parse-association, bibtex-field-name-for-parsing)
21169 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21170 (bibtex-search-forward-field, bibtex-search-backward-field)
21171 (bibtex-start-of-field, bibtex-end-of-field)
21172 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21173 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21174 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21175 (bibtex-parse-string, bibtex-search-forward-string)
21176 (bibtex-search-backward-string, bibtex-start-of-string)
21177 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21178 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21179 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21180 entries. Instead of reporting the results of the parsing by
21181 match-beginning or match-end, these functions return data structures
21182 that hold the corresponding positions.
21183 (bibtex-enclosing-field): Changed to also report field boundaries by
21184 return values rather than by match-beginning or match-end.
21185 The following functions have been adapted to use the new
21186 parsing functions.
21187 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21188 (bibtex-enclosing-field, bibtex-format-entry)
21189 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21190 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21191 (bibtex-print-help-message, bibtex-end-of-entry)
21192 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21193 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21194 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21195 Use the new method for parsing.
21196 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21197 (bibtex-map-entries, bibtex-flash-head)
21198 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21199 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21200 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21201 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21202 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21203 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21204 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21205 order to make the new binding of case-fold-search immediately visible.
21206
21207 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21208
21209 * textmodes/bibtex.el: Copyright notice is up to date.
21210 Added constant 'bibtex-maintainer-salutation.
21211
21212 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21213 than make-temp-name, use match-string-no-properties and eliminate
21214 a quadratic behavior when building bibtex-strings.
21215
21216 * bibtex.el (bibtex-reference-key): Accept string entries whose
21217 reference key contains upper case letters.
21218
21219 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21220
21221 * bibtex.el (bibtex-reference-head): Allow entries to start with
21222 a new line.
21223
21224 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21225
21226 * bibtex.el: Hiding of entry bodies is not longer provided by
21227 bibtex.el directly. Instead the hideshow package can be used.
21228 Added a special bibtex entry to hs-special-modes-alist.
21229 (bibtex-hs-forward-sexp): Added for hideshow.el.
21230
21231 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21232
21233 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21234 proceedings entry type (for cross referencing). Thanks to Wagner
21235 Toledo Correa for the suggestion.
21236
21237 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21238
21239 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21240
21241 * international/characters.el: Setup case table for Vietnamese.
21242
21243 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21244
21245 * uniquify.el (toplevel): Require CL at compile time.
21246 (uniquify-push): Removed.
21247
21248 * shadowfile.el (shadow-when): Removed.
21249
21250 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21251 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21252
21253 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21254 regexp for paragraph-start.
21255
21256 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21257 commas as well.
21258
21259 2000-02-10 Dave Love <fx@gnu.org>
21260
21261 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21262 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21263 Deleted.
21264 (widget-specify-field, widget-specify-button): Don't use
21265 widget-mouse-help as help-echo property.
21266 (default): Use #'ignore for :validate and :mouse-down-action.
21267 (checkbox): Add help-echo.
21268 (widget-sexp-validate): Rewritten to clarify error messages.
21269 (character): Use char-valid-p in :match function.
21270 (widget-color-complete): Use facemenu-color-alist.
21271 (widget-color-action): Use facemenu-read-color.
21272
21273 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21274 set up `caar' &c that we now have.
21275
21276 2000-02-09 Ray Blaak <blaak@gnu.org>
21277
21278 * delphi.el: Make resourcestring a declaration region, like const
21279 and var.
21280
21281 2000-02-09 Dave Love <fx@gnu.org>
21282
21283 * bindings.el (mode-line-input-method-map): New variable.
21284 (mode-line-mule-info): Use it; fix last change.
21285 (mode-line-mode-menu): Move definition.
21286 (mode-line-mouse-sensitive-p): Deleted.
21287 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21288 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21289
21290 * startup.el (command-line-1): Don't call
21291 make-mode-line-mouse-sensitive.
21292
21293 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21294
21295 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21296 before rmail-toggle-header, because the former toggles headers.
21297
21298 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21299
21300 * diff-mode.el (diff-kill-junk): New interactive function.
21301 (diff-reverse-direction): Use delete-and-extract-region.
21302 (diff-post-command-hook): Restrict the area so that the hook also works
21303 outside of any diff hunk. This is necessary for the minor-mode.
21304 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21305 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21306
21307 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21308 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21309 so that it can be used more easily in <foo>-mode-hook. Also make sure
21310 to avoid duplicate entries.
21311 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21312 (font-lock-remove-keywords): Just as was done for `add', allow it to
21313 work even if font-lock-mode is nil. Also make sure we don't modify
21314 any pre-existing list by forcing a copy-sequence. Finally rename
21315 `major-mode' to `mode'.
21316 (font-lock-fontify-syntactic-anchored-keywords)
21317 (font-lock-fontify-anchored-keywords)
21318 (font-lock-fontify-keywords-region): Use line-end-position.
21319 Don't make `font-lock-multiline' local (it's now done in
21320 font-lock-set-defaults).
21321 (font-lock-set-defaults): Make `font-lock-multiline' local.
21322 Move the `font-lock-fontified' creation to inside the `unless'.
21323
21324 2000-02-06 Andrew Innes <andrewi@gnu.org>
21325
21326 * term/w32-win.el (x-handle-args): Comment out call to message,
21327 which occurs before window system is initialized.
21328
21329 * makefile.nt: Add support for recompiling lisp code.
21330
21331 2000-02-04 Dave Love <fx@gnu.org>
21332
21333 * bindings.el (mode-line-mule-info): Fix/extend last change.
21334
21335 * completion.el: Replace completion-dolist with dolist.
21336
21337 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21338
21339 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21340
21341 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21342 environment names before they go into the section regexp.
21343
21344 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21345 char class in regexp.
21346
21347 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21348 Bind `case-fold-search' to nil.
21349
21350 * progmodes/idlwave.el (idlwave-template):
21351 Respect `idlwave-abbrev-change-case'.
21352 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21353 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21354 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21355 (idlwave-rw-case): New function.
21356 (idlwave-statement-match): Fixed problem with assignment regexp.
21357 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21358 (idlwave-surround): New argument LENGTH to support padding of
21359 operators longer than 1 char.
21360
21361 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21362 idlwave-shell-expression-overlay. Implemented printing of
21363 expressions on higher levels of the calling stack.
21364 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21365 (idlwave-retrieve-expression-from-level): New function.
21366 (idlwave-shell-last-calling-stack): Variable removed.
21367 (idlwave-shell-reset): Argument action reversed (`visible' to
21368 `hidden'). Also remove stop-line overlay.
21369 (idlwave-shell-calling-stack-routine): New variable.
21370 (idlwave-shell-parse-stack-and-display): Messages now display
21371 negative level numbers.
21372 (idlwave-shell-mode): Set `modeline-format'.
21373 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21374 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21375 (idlwave-shell-print-expression-function): New option.
21376
21377 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21378 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21379 `tool-bar' instead of `toolbar'.
21380
21381 2000-02-02 Dave Love <fx@gnu.org>
21382
21383 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21384 emacs-lisp-mode-hook. Don't check for defalias being defined.
21385
21386 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21387 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21388 Use the new builtins directly.
21389
21390 * whitespace.el (whitespace): Add :version to defgroup.
21391
21392 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21393 Doc fix.
21394
21395 * thingatpt.el (sexp-at-point, symbol-at-point)
21396 (number-at-point, list-at-point): Add autoload cookie.
21397
21398 * recentf.el (recentf): Add :version to defgroup.
21399
21400 * quickurl.el (quickurl): Add :version to defgroup.
21401
21402 * elide-head.el (elide-head): Use point-marker more.
21403
21404 * bs.el (bs): Add :version to defgroup.
21405
21406 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21407
21408 * progmodes/delphi.el (delphi): Add :version to defgroup.
21409
21410 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21411
21412 * ange-ftp.el (ange-ftp-write-region): Handle case that
21413 succeeding process operation sets a different coding system.
21414
21415 * calculator.el: New file.
21416
21417 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21418
21419 * frame.el (frames-on-display-list, framep-on-display): New functions.
21420 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21421 (display-selections-p, display-screens, display-pixel-width)
21422 (display-pixel-height, display-mm-width, display-mm-height)
21423 (display-backing-store, display-save-under, display-planes)
21424 (display-color-cells, display-visual-class): New functions.
21425
21426 * term/tty-colors.el (tty-color-gray-shades): New function.
21427
21428 * faces.el (display-color-p): Use framep-on-display.
21429 (display-grayscale-p): New function.
21430
21431 2000-01-31 Dave Love <fx@gnu.org>
21432
21433 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21434 (create-fontset-from-x-resource): Don't concat integers.
21435
21436 2000-01-31 Inge Frick <inge@nada.kth.se>
21437
21438 * view.el: Some changes in documentation. Removed some trailing
21439 whitespace. Changed some parameter names to agree with documentation.
21440 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21441 window is not deleted. Modifies change 1998-04-26.
21442
21443 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21444
21445 * windmove.el: New file.
21446
21447 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21448 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21449 progmodes/ebnf-yac.el: Update copyright and license info.
21450
21451 * jit-lock.el (jit-lock-function): Widen before calculating
21452 end position.
21453 (jit-lock-stealth-chunk-start): Rewritten.
21454
21455 * info.el (Info-title-face-alist): Removed.
21456 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21457 (Info-fontify-node): Use these faces.
21458
21459 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21460
21461 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21462 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21463 `&allow-other-keywords'.
21464
21465 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21466 the list of directories scanned heuristically.
21467
21468 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21469
21470 2000-01-30 Jason Rumney <jasonr@gnu.org>
21471
21472 * w32-fns.el: Define w32-tty-standard-colors.
21473
21474 * startup.el (command-line): Use w32-tty-standard-colors when in
21475 w32 console mode.
21476
21477 2000-01-30 Dave Love <fx@gnu.org>
21478
21479 * jka-compr.el (jka-compr-load): Fix up load-history.
21480
21481 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21482
21483 * emacs-lisp/cl-macs.el: Revert previous change.
21484
21485 2000-01-29 Dave Love <fx@gnu.org>
21486
21487 * facemenu.el: Purecopy various strings.
21488
21489 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21490 years. Deal with three-digit years.
21491
21492 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21493 Use defconst, purecopy.
21494 (help-back-label): Purecopy it.
21495
21496 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21497
21498 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21499 variable. If non-nil, order the buffer list according to the
21500 currently selected frame.
21501 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21502 non-nil, pass the selected frame to function buffer-list.
21503
21504 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21505
21506 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21507
21508 2000-01-28 Dave Love <fx@gnu.org>
21509
21510 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21511
21512 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21513 Don't use lisp-indent-hook property.
21514 (cl-abs): Remove.
21515
21516 * subr.el: Move out indent and edebug specs for when and unless.
21517
21518 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21519 when, unless.
21520
21521 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21522 unless, when.
21523
21524 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21525
21526 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21527 `collecting' as synonym for `collect'.
21528
21529 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21530 for the case it contains spaces.
21531
21532 * simple.el (what-cursor-position): Change formatting of messages.
21533
21534 * frame.el (delete-other-frames): New function.
21535 (toplevel): Bind it to C-x 5 1.
21536
21537 * sort.el (sort-numeric-base): New option.
21538 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21539 interpret it as octal or hexadecimal. Use sort-numeric-base
21540 as default base.
21541
21542 * progmodes/glasses.el: New file.
21543
21544 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21545
21546 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21547 userids differently.
21548
21549 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21550 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21551 progmodes/ebnf-yac.el: New files.
21552
21553 2000-01-26 Dave Love <fx@gnu.org>
21554
21555 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21556 on a function with an empty body. [From Eric Ludlam.]
21557
21558 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21559
21560 * vc.el (vc-version-diff): Make sure file name is expanded.
21561
21562 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21563
21564 * scroll-bar.el (scroll-bar-timer): Variable removed.
21565 (scroll-bar-toolkit-scroll): Don't use a timer.
21566
21567 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21568
21569 * language/thai-util.el (thai-composition-function):
21570 Delete superfluous `a'.
21571
21572 2000-01-24 Dave Love <fx@gnu.org>
21573
21574 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21575 end-of-defun-function.
21576
21577 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21578
21579 2000-01-22 Jason Rumney <jasonr@gnu.org>
21580
21581 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21582 conflicts with new face support.
21583
21584 2000-01-22 Richard M. Stallman <rms@gnu.org>
21585
21586 * replace.el (query-replace): Rename last arg to DELIMITED.
21587 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21588 (query-replace-regexp): Likewise.
21589
21590 2000-01-20 Richard M. Stallman <rms@gnu.org>
21591
21592 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21593
21594 * emacs-lisp/lisp.el (beginning-of-defun-function):
21595 Variable renamed from beginning-of-defun.
21596 Do not call make-variable-buffer-local.
21597 (beginning-of-defun-raw): Use new variable name; doc fix.
21598 (beginning-of-defun): Doc fix.
21599 (end-of-defun-function): Variable renamed from end-of-defun.
21600 Do not call make-variable-buffer-local.
21601 (end-of-defun): Use new variable name; doc fix.
21602
21603 * subr.el (dolist, dotimes): Copied from cl-macs.el
21604 and made to work.
21605
21606 * mail/undigest.el (rmail-digest-end-regexps):
21607 Variable replaces rmail-digest-end-regexp.
21608 Allows multiple regexps for detecting the end line.
21609 (undigestify-rmail-message): Corresponding changes.
21610
21611 2000-01-19 Dave Love <fx@gnu.org>
21612
21613 * files.el (user-init-file): Don't declare here -- is primitive.
21614
21615 * startup.el (command-line): Check for compiled user-init-file and
21616 set to uncompiled version if necessary.
21617
21618 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21619
21620 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21621 (undigestify-rmail-message): Use it.
21622
21623 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21624
21625 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21626
21627 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21628 of mini-buffer.
21629
21630 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21631
21632 * emacs-lisp/copyright.el (copyright-update): Removed the
21633 requirement for a trailing space from `copyright-regexp', to
21634 support copyrights with owner specified on a separate line..
21635
21636 * align.el: New file.
21637
21638 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21639
21640 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21641
21642 2000-01-13 Dave Love <fx@gnu.org>
21643
21644 * ph.el: Removed. (Obsoleted by EUDC.)
21645
21646 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21647
21648 * net/eudc.el (toplevel): Remove autoloaded code installing
21649 menu with easymenu, because that causes build problems.
21650
21651 * frame.el (frame-notice-user-settings): New variable.
21652 (frame-notice-user-settings): Don't modify frame parameters
21653 if called a second time.
21654
21655 2000-01-13 Richard M. Stallman <rms@gnu.org>
21656
21657 * frame.el (frame-notice-user-settings):
21658 Notice default-frame-parameters even for non-window frames.
21659
21660 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21661
21662 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
21663 for Emacs.
21664 (eudc-bob-can-display-inline-images): Extend for Emacs.
21665 (eudc-bob-toggle-inline-display): Ditto.
21666 (eudc-bob-display-jpeg): Ditto.
21667
21668 2000-01-12 Gerd Moellmann <gerd@gnu.org>
21669
21670 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
21671 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
21672 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
21673
21674 * add-log.el (add-change-log-entry): Fix error trying an
21675 `(insert nil)'.
21676
21677 * subdirs.el: Add `net' directory.
21678
21679 * net: New directory.
21680
21681 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
21682 eval-last-sexp. Don't bind debug-on-error here.
21683 (eval-last-sexp): New function. Bind debug-on-error if
21684 eval-expression-debug-on-error is non-nil.
21685 (eval-defun-2, eval-defun): Likewise.
21686
21687 * simple.el (eval-expression): Don't bind debug-on-error if
21688 eval-expression-debug-on-error is nil. Detect changed
21689 debug-on-error, and propagate new value to global binding, if
21690 eval-expression-debug-on-error is non-nil,
21691 (eval-expression-debug-on-error): Change doc string.
21692
21693 2000-01-11 Richard M. Stallman <rms@gnu.org>
21694
21695 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
21696
21697 * emacs-lisp/lisp-mode.el (with-syntax-table):
21698 Set up lisp-indent-function property.
21699
21700 * subr.el (with-syntax-table): Moved from simple.el.
21701
21702 * simple.el (with-syntax-table): Moved to subr.el.
21703
21704 2000-01-11 Gerd Moellmann <gerd@gnu.org>
21705
21706 * tmm.el (tmm-shortcut): Delete region after prompt instead
21707 of erasing buffer.
21708
21709 * textmodes/fill.el (fill-common-string-prefix): New function.
21710 (fill-context-prefix): Use the longest common prefix of first
21711 and second line fill prefix, if there is one.
21712
21713 2000-01-11 Richard M. Stallman <rms@gnu.org>
21714
21715 * array.el (array-mode): Don't use make-variable-buffer-local.
21716 Use make-local-variable for `truncate-lines'.
21717
21718 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
21719
21720 * add-log.el (add-log-current-defun): Handle user-defined
21721 add-log-current-function returning nil,
21722
21723 * add-log.el (add-change-log-entry): Insert version number
21724 if having found a current function
21725
21726 * add-log.el (add-log-current-defun):
21727 Call `add-log-current-defun-function'. Try matches at level 0 and
21728 level 1. Strip whitespace from defun found.
21729
21730 2000-01-10 John Wiegley <johnw@gnu.org>
21731
21732 * allout.el (isearch-done/outline-provisions): Added `edit'
21733 argument to correspond with the current definition of `isearch-done'.
21734
21735 2000-01-10 Dave Love <fx@gnu.org>
21736
21737 * elide-head.el (elide-head): Use point-marker, not point.
21738
21739 2000-01-10 Gerd Moellmann <gerd@gnu.org>
21740
21741 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
21742 before and after the year 2000.
21743
21744 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
21745 Add ispell- prefix.
21746
21747 2000-01-10 Ken Stevens <k.stevens@ieee.org>
21748
21749 * ispell.el: Only define dictionaries in menus when they exist.
21750 (version18p): New variable.
21751 (version20p): New variable.
21752 (xemacsp): New variable.
21753 (ispell-choices-win-default-height): Fix for XEmacs visibility.
21754 (ispell-dictionary-alist1): Added Brasileiro dictionary.
21755 (ispell-dictionary-alist6): Russian command lines no longer accept
21756 run-together words.
21757 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
21758 (ispell-dictionary-alist): Add koi8-r to customize definition.
21759 (check-ispell-version): Added documentation string. Return library
21760 path when called non-interactively.
21761 (ispell-menu-map-needed): Uses new variables.
21762 (ispell-library-path): New variable.
21763 (ispell-decode-string): XEmacs fix for bogus variable bindings.
21764 (ispell-word): Improved documentation string. Test for valid
21765 character mappings. Correctly check typed in word changes that can
21766 result in single words split into multiple words.
21767 Return replacement word.
21768 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
21769 replace in recursive query replace mode. Help message for
21770 recursive edit mode.
21771 (ispell-show-choices): Protect against bad framepop bindings.
21772 (ispell-help): Fix to work with XEmacs.
21773 (ispell-highlight-spelling-error): Use new variables.
21774 (ispell-overlay-window): Fix to work with XEmacs.
21775 (ispell-parse-output): Passed and returns location information
21776 tracking spelling corrections. Doesn't recheck same word on
21777 current line.
21778 (ispell-init-process): Protect against bogus XEmacs variable binding.
21779 Fix call to single argument in sleep-for. Use new variables.
21780 (ispell-region): Passed and returns location information tracking
21781 spelling corrections. Doesn't check same word on current line.
21782 Improved documentation string. Doesn't resend a line already
21783 checked to the ispell process - fixes bug in LaTeX parsing.
21784 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
21785 (ispell-skip-region): No longer skips <TT> in SGML.
21786 (ispell-process-line): Tracks location information with spelling
21787 corrections. Added documentation string. Accounts for words
21788 already accepted on this line. Don't allow query-replace on line
21789 starting with math characters. Doesn't resend a line already sent
21790 to ispell process. Fixes alignment error bug.
21791
21792 2000-01-10 Richard M. Stallman <rms@gnu.org>
21793
21794 * dired-x.el (dired-guess-shell-alist-default):
21795 Suggest xloadimage, which is free, not xv, which isn't.
21796
21797 * ange-ftp.el (ange-ftp-file-name-nondirectory):
21798 Don't ever include the host name or user name in the value.
21799
21800 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21801
21802 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
21803 of a real newline.
21804
21805 2000-01-09 Stephen Eglen <stephen@gnu.org>
21806
21807 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
21808 for .png files.
21809
21810 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
21811
21812 * cus-edit.el (custom-hook-convert-widget): Fix comment.
21813
21814 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21815
21816 * progmodes/cperl-mode.el: Replace ^F with ^L.
21817
21818 * sendmail.el (toplevel): Provide `sendmail' when compiling before
21819 `require'ing rmail and mailalias to prevent infinite recursion.
21820
21821 2000-01-08 Dave Love <fx@gnu.org>
21822
21823 * emacs-lisp/backquote.el: Remove inappropriate customization
21824 (allowing custom.el to use backquote).
21825
21826 2000-01-07 Dave Love <fx@gnu.org>
21827
21828 * add-log.el (add-log-debugging): Deleted.
21829 (add-change-log-entry): Treat a backup FILE-NAME as its parent
21830 file. Remove debugging code.
21831 (change-log-get-method-definition, change-log-name): Add doc.
21832 (change-log-sortable-date-at): New function.
21833 (change-log-merge): New command.
21834
21835 * time.el (display-time-string-forms): Make the Mail string active.
21836 (display-time-update): Provide help-echo for load average.
21837
21838 * bindings.el (make-mode-line-mouse2-map): New function.
21839 (mode-line-modified): Use it and simplify.
21840 (mode-line-mule-info): Provide help-echo info.
21841 (minor-mode-alist): Activate the strings.
21842 (make-mode-line-mouse-sensitive): Simplify for
21843 mode-line-buffer-identification.
21844
21845 2000-01-07 Gerd Moellmann <gerd@gnu.org>
21846
21847 * play/pong.el: New file.
21848
21849 2000-01-06 Dave Love <fx@gnu.org>
21850
21851 * array.el: Assorted cleanups for compiler warnings, doc strings,
21852 `array-' prefix for symbols.
21853
21854 2000-01-05 Dave Love <fx@gnu.org>
21855
21856 * textmodes/outline.el (outline-mode-menu-bar-map):
21857 Add outline-headers-as-kill.
21858 (outline-mode): Define imenu-generic-expression.
21859 (outline-headers-as-kill): New command.
21860
21861 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
21862 from paragraph-start.
21863 (paragraph-indent-minor-mode): New command.
21864
21865 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
21866 M-C-e, M-C-h, C-j, C-xnd, TAB.
21867 (fortran-mode): Set beginning-of-defun, end-of-defun.
21868 (fortran-column-ruler): Simplify.
21869 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
21870 (fortran-with-subprogram-narrowing): Likewise.
21871 (fortran-indent-subprogram): Call mark-defun.
21872 (fortran-check-for-matching-do): Change narrowing.
21873
21874 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
21875 (cl-lucid-hash-tag): Delete.
21876 (cl-hash-table-p): Correct test for native table.
21877 (cl-hash-table-count): Use hash-table-count.
21878
21879 * browse-url.el (browse-url): Fix case of
21880 browse-url-browser-function being an alist.
21881
21882 2000-01-05 Carsten Dominik <cd@gnu.org>
21883
21884 * textmodes/reftex-vars.el (reftex-parse-file-extension)
21885 (reftex-index-phrase-file-extension): New options.
21886
21887 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
21888 Use new option `reftex-index-phrase-file-extension'.
21889
21890 * textmodes/reftex.el (reftex-access-parse-file): Use new option
21891 `reftex-parse-file-extension'.
21892
21893 2000-01-05 Dave Love <fx@gnu.org>
21894
21895 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
21896 (beginning-of-defun-raw): Use it.
21897 (end-of-defun): New variable.
21898 (end-of-defun): Use it.
21899 (check-parens): New command.
21900
21901 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
21902
21903 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
21904 (hs-show-block): Don't use `mapcar' when not accumulating.
21905
21906 Fix buglet in local variables initialization.
21907
21908 2000-01-05 Andreas Schwab <schwab@suse.de>
21909
21910 * hscroll.el (hscroll): Doc fix.
21911
21912 2000-01-05 Carsten Dominik <cd@gnu.org>
21913
21914 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
21915 Require idlw-toolbar.
21916
21917 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
21918 file idlw-rinfo.el.
21919 (idlwave-customize): Load must read file idlw-shell.el.
21920 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
21921
21922 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
21923
21924 * progmodes/idlw-shell.el: Also provide idlwave-shell
21925 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
21926 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
21927
21928 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
21929 both reftex-dcr and reftex-vcr.
21930
21931 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
21932
21933 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21934
21935 * ps-print.el: PostScript code now is in separate files, doc fix.
21936 (ps-print-version): New version number (5.0.3).
21937 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
21938 local.
21939 (ps-spool-config): Initialization fix.
21940 (ps-print-prologue-1, ps-print-prologue-2)
21941 (ps-print-duplex-feature): PostScript code moved to separated file.
21942 (ps-background-image): Little code reformating.
21943 (ps-begin-file, ps-begin-job): Fix code.
21944 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
21945 (ps-prologue-file): New fun.
21946
21947 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21948
21949 * ps-vars.el: Eliminated.
21950
21951 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
21952 `;;;###autoload'.
21953
21954 * ps-print.el: ps-vars eliminated, doc fix.
21955 (ps-print-version): New version number (5.0.2).
21956 (ps-spool-config): Initialization fix.
21957 (ps-print-customize): New fun.
21958
21959 2000-01-04 Gerd Moellmann <gerd@gnu.org>
21960
21961 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
21962
21963 2000-01-04 Dave Love <fx@gnu.org>
21964
21965 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
21966 menu items.
21967
21968 2000-01-03 Dave Love <fx@gnu.org>
21969
21970 * elide-head.el (elide-head) [defgroup]: Add :version.
21971
21972 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
21973 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
21974 Use `cl-hash-table-p', not `hash-table-p'.
21975 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
21976
21977 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21978
21979 * faces.el (face-read-integer, read-face-attribute)
21980 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
21981
21982 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21983
21984 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
21985 at comment end, and re-insert them after filling.
21986
21987 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21988
21989 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
21990 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
21991 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
21992
21993 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21994
21995 * term/x-win.el (xw-defined-colors): Call color-supported-p,
21996 the new name of face-color-supported-p.
21997
21998 * term/w32-win.el (xw-defined-colors): Likewise.
21999
22000 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22001
22002 * simple.el (completion-setup-function): Count completion-size
22003 from minibuffer-prompt-end, not from point-min.
22004
22005 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22006
22007 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22008 Pass the frame to tty-color-* functions.
22009 (display-color-p, frame-set-background-mode): Pass the frame to
22010 tty-display-color-p.
22011
22012 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22013 tty-color-alist.
22014 (tty-color-alist, tty-modify-color-alist): New functions.
22015 (tty-color-define, tty-color-clear, tty-color-approximate)
22016 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22017 optional parameter FRAME.
22018
22019 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22020
22021 * image.el (create-image, defimage): Don't assume image data is
22022 a string.
22023
22024 * image.el (defimage): Handle specifications containing :data
22025 instead of :file.
22026 (image-type-from-data): New function.
22027 (image-type-from-file-header): Use it.
22028 (create-image): Add parameter DATA-P.
22029
22030 See ChangeLog.8 for earlier changes.
22031
22032 ;; Local Variables:
22033 ;; coding: iso-2022-7bit
22034 ;; End:
22035
22036 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22037 Copying and distribution of this file, with or without modification,
22038 are permitted provided the copyright notice and this notice are preserved.