]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
#
[gnu-emacs] / lisp / ChangeLog
1 2001-11-26 Andre Spiegel <spiegel@gnu.org>
2
3 * vc.el (vc-find-version): New function.
4 (vc-version-other-window): Redefined in terms of the above.
5
6 * log-view.el (log-view-find-version): New function.
7 (log-view-mode-map): Bind it to `f'.
8
9 2001-11-26 Gerd Moellmann <gerd@gnu.org>
10
11 * language/devan-util.el (dev-char-glyph): Escape `"' in
12 string literals.
13 (dev-glyph-glyph, dev-glyph-glyph-2)
14 (devanagari-compose-syllable-region): Likewise.
15
16 2001-11-26 Richard M. Stallman <rms@gnu.org>
17
18 * window.el (save-selected-window): No error if saved window is dead.
19
20 * help-funs.el (describe-syntax): Put (interactive) after doc string.
21
22 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
23
24 * international/quail.el (quail-help): Require help-mode in
25 top-level instead.
26
27 * iswitchb.el (iswitchb-exhibit): Use insert instead of
28 insert-string.
29
30 * icomplete.el (icomplete-exhibit): Likewise.
31
32 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
33
34 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
35 (diff-hunk-kill): Simplify.
36 (diff-post-command-hook): Only apply to a single hunk.
37 (diff-hunk-text): Make `char-offset' non-optional.
38 (diff-find-text): Return a cons cell.
39 (diff-find-approx-text): New fun.
40 (diff-find-source-location): Use it.
41 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
42 Adapt to new retval of diff-find-text.
43
44 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
45 rather than integer- representation of dates.
46
47 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
48
49 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
50 (syntax-after): New fun.
51
52 * help-funs.el (describe-syntax): New fun.
53
54 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
55 (font-lock-ppss-stats, font-lock-ppss): Remove.
56 (font-lock-fontify-syntactically-region): Remove tuning code.
57 (font-lock-compile-keywords): Fix off-by-one bug.
58 (font-lock-set-defaults): Don't set removed vars.
59 (c-keywords): Add `inline'.
60 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
61
62 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
63 Set syntax-begin-function.
64 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
65 (lisp-interaction-mode): Don't set local-abbrev-table any more.
66 (lisp-mode-auto-fill): Use syntax-ppss and obey
67 comment-auto-fill-only-comments.
68 (lisp-fill-paragraph): Use syntax-ppss.
69
70 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
71
72 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
73 version of rmail-enable-mime.
74 (rmail-forward): Use it.
75
76 2001-11-25 Richard M. Stallman <rms@gnu.org>
77
78 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
79
80 * international/quail.el (quail-keyboard-layout-button):
81 Define button type.
82 (quail-keyboard-customize-button): Likewise.
83 (quail-help): Use those button types. Require `help-mode'.
84 Avoid altering the argument `package'.
85
86 * help-mode.el (help-function, help-variable, help-face)
87 (help-coding-system, help-input-method, help-character-set):
88 Define each button type with its own explicit define-button-type.
89
90 * language/devan-util.el: Comment out parts of the file
91 which apparently are garbled.
92
93 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
94
95 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
96 insert-string.
97
98 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
99
100 * play/snake.el (snake-mode): Remove make-local-hook.
101
102 * play/tetris.el (tetris-mode): Likewise.
103
104 * play/decipher.el (decipher-mode): Likewise.
105
106 * tmm.el (tmm-add-prompt): Likewise.
107
108 2001-11-25 Sam Steingold <sds@gnu.org>
109
110 * menu-bar.el (menu-bar-apropos-menu): New variable.
111 Moved all `apropos' bindings to this menu.
112 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
113
114 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
115
116 The following changes are for new indian languages support based
117 on Unicode charset and CDAC fonts.
118
119 * international/mule-conf.el: Change indian-1-column charset to
120 indian-glyph charset.
121
122 * international/characters.el: Adjusted for the change of
123 indian-1-column -> indian-glyph.
124
125 * international/fontset.el: Delete the setting for indian-1-column
126 and add the setting for indian-glyph in the default fontset.
127
128 * language/indian.el: Completely re-written.
129
130 * language/devanagari.el: Completely re-written.
131
132 * language/devan-util.el: Completely re-written.
133
134 * language/ind-util.el: New file.
135
136 2001-11-24 Richard M. Stallman <rms@gnu.org>
137
138 * startup.el (command-line-1): Don't do startup screen
139 if a subprocess is running. Call the startup screen buffer
140 "GNU Emacs". Make a special mode-line-format for it.
141
142 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
143 (browse-url-galeon): Use that variable.
144
145 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
146 eval-expression. Eval and set the variable simply.
147
148 * files.el (temporary-file-directory): Use defcustom.
149 (small-temporary-file-directory): Likewise.
150 (normal-backup-enable-predicate): Move down in file
151 after definition of temporary-file-directory.
152
153 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
154
155 2001-11-24 Colin Walters <walters@debian.org>
156
157 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
158 autoload names to match files renamed on initial calc import.
159
160 * calc/calc.el (Commentary): Cleanup, and add logistic curve
161 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
162
163 2001-11-23 Colin Walters <walters@debian.org>
164
165 * Makefile.in (finder_setwins, setwins): Include Calc again.
166
167 * calc/calc-rules.el: Add header comment.
168
169 2001-11-23 Andre Spiegel <spiegel@gnu.org>
170
171 * vc.el (with-vc-properties): Don't bind `filename' locally.
172 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
173 to avoid name clashes. Fix `lisp-indent-function' property for
174 both.
175
176 2001-11-23 Francesco Potorti` <pot@gnu.org>
177
178 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
179
180 2001-11-22 Colin Walters <walters@debian.org>
181
182 * calc/calc-misc.el (report-calc-bug):
183 Use `reporter-prompt-for-summary-p'.
184
185 * calc/INSTALL, calc/Makefile: Remove.
186
187 2001-11-22 Miles Bader <miles@gnu.org>
188
189 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
190 (reb-match-2, reb-match-3): Add dark-background variants.
191
192 2001-11-22 Colin Walters <walters@debian.org>
193
194 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
195 (info "Calc").
196 (report-calc-bug): Use reporter.el.
197
198 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
199
200 2001-11-21 Richard M. Stallman <rms@gnu.org>
201
202 * which-func.el (which-function): Call imenu--make-index-alist
203 if necessary to get a list of functions.
204 (which-function-imenu-failed): New variable.
205 (which-func-update): Handle all visible windows.
206 (which-func-update-1): New subroutine broken out of which-func-update.
207
208 * files.el (temporary-file-directory, null-device)
209 (small-temporary-file-directory): Definitions moved up.
210
211 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
212 (cperl-non-problems, cperl-praise): Doc fixes.
213
214 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
215 (sh-mode-syntax-table): Function restored.
216 Variable set up for use by function sh-mode-syntax-table.
217 (sh-set-shell): Set the syntax table.
218
219 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
220
221 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
222
223 * international/encoded-kb.el: Don't alter minor-map-alist.
224
225 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
226
227 * files.el (auto-save-file-name-transforms): Put remote files in
228 temporary-file-directory rather than /tmp.
229
230 2001-11-21 Colin Walters <walters@debian.org>
231
232 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
233 of (function ...) wrapper.
234
235 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
236
237 * derived.el (define-derived-mode): Create the abbrev-table
238 from inside the `defvar'.
239
240 * jit-lock.el (jit-lock-defer-time): New var.
241 (jit-lock-defer-timer, jit-lock-buffers): New vars.
242 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
243 (jit-lock-function): Defer fontification if requested.
244 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
245 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
246 text property.
247 (jit-lock-deferred-fontify): New fun.
248
249 2001-11-20 Richard M. Stallman <rms@gnu.org>
250
251 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
252 Set local-abbrev-table to lisp-mode-abbrev-table.
253
254 * emacs-lisp/re-builder.el (reb-mode):
255 Don't use define-derived-mode. Call kill-all-local-variables.
256
257 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
258 Don't use define-derived-mode.
259
260 * help-mode.el (help-mode): Undo 2001-10-07 change.
261
262 * replace.el (occur-mode): Undo 2001-5-20 change.
263
264 2001-11-20 Jason Rumney <jasonr@gnu.org>
265
266 * w32-fns.el (w32-system-coding-system): Change to an alias for
267 locale-coding-system.
268 (set-w32-system-coding-system): Document the above change.
269 Set locale-coding-system instead.
270
271 2001-11-20 Richard M. Stallman <rms@gnu.org>
272
273 * ruler-mode.el: Add pagination.
274 (ruler-mode-toggle-show-tab-stops): No need to
275 test `ruler-mode' variable.
276
277 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
278
279 * play/landmark.el: Mark lm-mode as special.
280
281 * play/gomoku.el: Mark gomoku-mode as special.
282
283 2001-11-20 Juanma Barranquero <lektu@terra.es>
284
285 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
286 (top-level): Bind it to C-c C-b.
287 (re-builder): Don't re-enter RE Builder Mode.
288
289 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
290
291 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
292
293 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
294 `manual-program'.
295
296 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
297 to a line without a comment.
298
299 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
300
301 * dired.el (dired-listing-switches): Mention in the doc string
302 that some switches are not supported by ls-lisp.el
303
304 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
305
306 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
307 (imenu--create-keymap-2): Remove.
308 (imenu--create-keymap-1): Simplify, remove third argument.
309 (imenu--generic-function): Use dolist.
310 (imenu-find-default): New function.
311 (imenu--completion-buffer): Use it.
312 (imenu--mouse-menu): Use popup-menu.
313 (imenu--menubar-select): Return t rather than calling imenu.
314
315 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
316 New functions, extracted from fill-region-as-paragraph.
317 (fill-region-as-paragraph): Use them.
318 Use an end marker instead of eob.
319 Ignore whitespace-only fill-prefixes when indenting according to mode.
320 Simplify the loop that searches for spaces backwards.
321
322 * textmodes/picture.el (picture-vertical-step)
323 (picture-horizontal-step): Don't use defconst for variables.
324
325 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
326 (mail-extract-address-components): Downcase domain names.
327 (mail-extr-delete-char): Remove. Use delete-char instead.
328
329 * emulation/pc-select.el: Doc string fixes.
330 (pc-selection-mode): Don't treat macos as a tty.
331
332 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
333
334 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
335
336 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
337 (mouse-wheel-progessive-speed): New var.
338 (mwheel-scroll): Use it and handle float values.
339
340 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
341
342 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
343 (iswitchb): Fix the case where the result was selected with the mouse.
344 (iswitchb-completion-help): Use the normal *Completions* now that
345 mouse selection works.
346 (iswitchb-minibuffer-setup): Simplify.
347
348 * newcomment.el (comment-column, comment-style, comment-multi-line)
349 (comment-auto-fill-only-comments): Remove :group arg.
350 (comment-padding): Add :type.
351 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
352 if called interactively.
353
354 2001-11-19 Colin Walters <walters@verbum.org>
355
356 * calc/calc.el (toplevel): Add comment and version header.
357 (calc-init-base): Bump version to 2.02f, update date.
358
359 2001-11-19 Richard M. Stallman <rms@gnu.org>
360
361 * net/browse-url.el: Support Mozilla and Galeon.
362 By default, find the installed browser whichever it is.
363 (browse-url-mozilla): New function.
364 (browse-url-mozilla-sentinel): New function.
365 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
366 (browse-url-default-browser): New function.
367 (browse-url-process-environment): Use browse-url-browser-display.
368 (browse-url-browser-display): Renamed from browse-url-netscape-display.
369 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
370 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
371 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
372 (browse-url-browser-function): New default, new options.
373
374 2001-11-19 Sam Steingold <sds@gnu.org>
375
376 * bindings.el (last-buffer, unbury-buffer): New function.
377 (mode-line-unbury-buffer): Use `unbury-buffer'.
378
379 2001-11-18 Stephen Eglen <stephen@gnu.org>
380
381 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
382 control behaviour when no further completion is possible.
383
384 2001-11-19 Colin Walters <walters@verbum.org>
385
386 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
387 (math-showing-full-precision, math-with-extra-prec, math-working)
388 (calc-with-default-simplification)
389 (calc-with-trail-buffer): Use backtick.
390 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
391 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
392 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
393 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
394 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
395 (Math-num-integerp, Math-bignum-test, Math-equal-int)
396 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
397 (calc-record-compilation-date-macro): Deleted. Callers updated.
398 (math-format-radix-digit): Move to calc-bin.el.
399
400 * calc/calc.el (calc-record-compilation-date): Remove.
401 (calc-bug-address): Update.
402 (calc-settings-file): Use `user-init-file'.
403
404 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
405 Handle null `calc-settings-file'.
406
407 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
408 * calc/calc-keypd.el (calc-keypad-mode): New.
409 (calc-do-keypad): Use it.
410 (calc-keypad-map): Move into `calc-keypad-mode'.
411
412 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
413 to defalias argument.
414
415 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
416 (calcFunc-floor): Ditto.
417
418 * calc-units.el (calcFunc-usimplify): Ditto.
419
420 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
421 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
422 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
423 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
424 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
425 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
426 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
427 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
428 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
429 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
430 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
431 and move them before their first use. Use `when', `unless'.
432 Remove trailing periods from error forms. Add description and
433 headers suggested by Emacs Lisp coding conventions.
434
435 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
436
437 * newcomment.el (comment-indent):
438 Fix misindentation for comment-only lines.
439 (comment-indent-new-line): Only obey comment-multi-line if the
440 comment-ender is not the end-of-line.
441
442 2001-11-19 Richard M. Stallman <rms@gnu.org>
443
444 * net/net-utils.el (network-connection-service-abbrev-alist):
445 New variable.
446
447 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
448 Advance to start of 3rd sexp by moving fwd and backing over it.
449 At first three elements, act like defun.
450
451 * delsel.el (delete-selection-pre-hook): Handle and resignal
452 file-supersession errors to interact properly with userlock.el.
453
454 2001-11-18 Richard M. Stallman <rms@gnu.org>
455
456 * progmodes/fortran.el (fortran-mode-syntax-table):
457 Specify punctuation syntax for backslash.
458
459 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
460 All calls deleted.
461
462 * international/mule-util.el (string-to-sequence): Make it obsolete.
463 (string-to-list, string-to-vector): Implement them directly
464 using append and vconcat, not with string-to-sequence.
465
466 * startup.el (command-line): Set abbrevs-changed to nil after
467 reading the init file and the abbrevs file.
468
469 * isearch.el (isearch): Use magenta2 as bg for (background light)
470
471 2001-11-17 Richard M. Stallman <rms@gnu.org>
472
473 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
474
475 * simple.el (minibuffer-history-sexp-flag): Doc fix.
476
477 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
478
479 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
480 If set and if applicable, add a regexp to highlight defun-like
481 text inside comments and strings.
482 (font-lock-fontify-keywords-region): Pass that new arg.
483 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
484 to the end and pass that new arg.
485 (c-font-lock-keywords-2): Fix regex for labels.
486 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
487 Make it work when LIMIT is several lines further.
488 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
489 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
490 Use backquote and make the regexes for `int a, b, c;' work on
491 multiple lines.
492
493 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
494 (font-lock-defaults-alist): Don't change it any more.
495 (reb-subexp-mode-map): Cleanup.
496
497 * custom.el (custom-current-group-alist): New var.
498 (custom-declare-group): Set it.
499 (custom-current-group): New fun.
500 (custom-declare-variable, custom-handle-all-keywords):
501 Use it as a default if no :group argument is specified.
502
503 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
504 (standard-keyboard-coding-systems): New var.
505 (set-locale-environment): Use it to decide whether or not to call
506 set-keyboard-coding-system.
507 (locale-language-names): Use \"French\" for "fr".
508
509 2001-11-17 Richard M. Stallman <rms@gnu.org>
510
511 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
512 (add-to-list): Delete compatibility code.
513 (checkdoc-next-message-error): Doc fix.
514
515 2001-11-17 Stephen Eglen <stephen@gnu.org>
516
517 * locate.el (locate): Show default locate pattern within the
518 prompt, but don't insert it into the minibuffer contents.
519 Catch the case when pattern is the empty string.
520
521 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
522
523 * language/european.el ("French"): New language environment.
524
525 2001-11-16 Richard M. Stallman <rms@gnu.org>
526
527 * calendar/todo-mode.el (todo-save): Fix previous change.
528
529 * subr.el (functionp): Do use cdr-safe on object.
530
531 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
532
533 * bindings.el (mode-line-mode-name): Only put the help-echo property
534 if the local-map property was put as well.
535 (global-map): Bind switch-frame, delete-frame, iconify-frame
536 and make-frame-visible events.
537
538 * emacs-lisp/elp.el (elp-not-profilable): New var.
539 (elp-not-profilable-p): New function.
540 (elp-instrument-function): Use it. Use backquotes and push.
541
542 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
543 (byte-stack+-info, byte-compile-last-warned-form)
544 (byte-compile-last-logged-file): Don't defconst a variable.
545 (no-byte-compile): Declare.
546 (byte-compile-file): Don't boundp-check no-byte-compile any more.
547 (byte-compile-defvar): Leave defconst as is.
548
549 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
550 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
551 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
552 (edebug-best-error): Don't defconst a variable.
553 (edebug-read-syntax-table): Use a char-table.
554 (edebug-lemacs-specific): Remove.
555 Toplevel: Eliminate check for Lucid Emacs.
556
557 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
558
559 * rect.el (move-to-column-force): Mark obsolete.
560 (operate-on-rectangle, delete-extract-rectangle-line)
561 (insert-rectangle, delete-whitespace-rectangle-line)
562 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
563 (string-rectangle-history): New var.
564 (string-rectangle, string-insert-rectangle): Use it.
565 (delete-rectangle-line): Fix pos/column mixup and simplify.
566
567 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
568 (normal-top-level, command-line, command-line-1): Simplify.
569
570 * tar-mode.el (tar-mode): Use define-derived-mode.
571
572 * view.el (view-mode-enable): Don't use make-local-hook.
573
574 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
575
576 2001-11-16 Richard M. Stallman <rms@gnu.org>
577
578 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
579 if it doesn't make sense as anything else.
580 Don't recognize a "telephone number" at the beginning of the name.
581 (mail-extr-leading-garbage): Match non-word characters only.
582
583 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
584
585 * startup.el (command-line-processed): Doc fix.
586
587 * apropos.el (apropos-next-label-button): Doc fix.
588
589 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
590
591 * comint.el (comint-mode): Simplify.
592 (make-comint-in-buffer): Run `comint-mode' only if necessary.
593
594 * subr.el (eval-after-load): Make it work with features as well.
595
596 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
597
598 * international/mule-cmds.el (describe-input-method): Setup xref.
599 (set-language-environment): Use functionp.
600 (locale-language-names, locale-charset-language-names)
601 (locale-preferred-coding-systems): Defconst and purecopy.
602
603 * language/european.el (mac-roman): Add mime-charset property.
604
605 2001-11-15 Richard M. Stallman <rms@gnu.org>
606
607 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
608 (multiple-value-apply, nth-value): Use defsubst rather than defalias
609 to get better doc strings.
610
611 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
612
613 * derived.el: Fix autoload cookie.
614
615 2001-11-15 Richard M. Stallman <rms@gnu.org>
616
617 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
618
619 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
620
621 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
622
623 2001-11-15 Richard M. Stallman <rms@gnu.org>
624
625 * dired.el (dired-undo): Display a message to explain
626 that this does not undo file system changes.
627
628 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
629
630 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
631 into `unread-command-events' instead of trying keymap
632 lookups ourselves. This makes mouse-clicks do the right
633 thing even when keymaps of overlays are involved.
634 (mouse-drag-drag): Likewise.
635
636 2001-11-15 Andreas Schwab <schwab@suse.de>
637
638 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
639 characters and append anchor to pattern added to auto-mode-alist.
640
641 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
642
643 * server.el (server-process-filter): Run pore/post-comment-hook
644 before/after visiting the file.
645
646 * info-look.el (makefile-mode): Add info for automake.
647 (autoconf-mode): Fix the name of the index for automake.
648
649 * international/latin-9.el: Give pilcrow punctuation syntax.
650
651 2001-11-15 Andre Spiegel <spiegel@gnu.org>
652
653 * vc.el: Documentation fixes.
654
655 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
656
657 * smerge-mode.el (smerge-match-conflict): Fix typo.
658 (smerge-diff): Be careful to read match-data early enough.
659
660 2001-11-14 Colin Walters <walters@verbum.org>
661
662 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
663 (calcFunc-subst): Use `defalias' instead of `fset' and
664 `symbol-function'.
665
666 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
667 (calcFunc-ceil, calcFunc-round): Ditto.
668
669 * calc/calc-bin.el (calcFunc-clip): Ditto.
670
671 * calc/calc-ext.el (calcFunc-evalv): Ditto.
672
673 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
674
675 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
676 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
677
678 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
679
680 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
681 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
682 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
683 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
684 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
685 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
686 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
687 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
688 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
689 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
690 * calcsel2.el: Style cleanup; don't put closing parens on their
691 own line, add "foo.el ends here" to each file, and update
692 copyright date.
693
694 * README: Update maintainer.
695
696 2001-11-13 Alan Shutko <ats@acm.org>
697
698 * compile.el (recompile): Use compilation-arguments if set, so as
699 to be able to M-x recompile the exact command which created a
700 compilation-mode buffer.
701
702 2001-11-13 Richard M. Stallman <rms@gnu.org>
703
704 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
705
706 2001-11-13 Gerd Moellmann <gerd@gnu.org>
707
708 * mouse.el (mouse-drag-region): Don't run the up-event
709 handler if window start changed due to the down-mouse event.
710
711 2001-11-13 Richard M. Stallman <rms@gnu.org>
712
713 * mouse.el (mouse-show-mark): Either move point to the mark
714 or use highlighting, never both.
715 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
716
717 2001-11-13 Simon Josefsson <jas@extundo.com>
718
719 * mail/smtpmail.el (top-level): Change maintainer to Simon
720 Josefsson, cleanup the smtpmail.el header.
721
722 * mail/smtpmail.el (top-level): Don't require cl or base64.
723 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
724 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
725 Defsubst instead of defmacro.
726 (smtpmail-intersection): Return value in reverse order.
727 (smtpmail-open-stream): Use stringp instead of string-to-list.
728 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
729 separated from smtpmail-via-smtp.
730
731 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
732 rfc2104. Require base64 and cl.
733 (smtpmail-smtp-service): Doc fix. :type fix.
734 (smtpmail-debug-info): Doc fix.
735 (smtpmail-debug-verb, smtpmail-auth-credentials)
736 (smtpmail-starttls-credentials, smtpmail-auth-supported):
737 New variables.
738 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
739 mail-utils (it is autoloaded).
740 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
741 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
742 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
743 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
744 (smtpmail-via-smtp): Support AUTH.
745 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
746
747 2001-11-13 Richard M. Stallman <rms@gnu.org>
748
749 * ebuff-menu.el (electric-buffer-update-highlight): New function.
750 (electric-buffer-overlay): New variable.
751 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
752 (electric-buffer-list): Likewise.
753
754 2001-11-13 Per Starback <starback@ling.uu.se>
755
756 * isearch.el (isearch-whitespace-chars): Doc fix.
757 (isearch-mode): Handle negative search-slow-window-lines correctly.
758
759 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
760
761 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
762
763 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
764 From Emmanuel Briot <briot@act-europe.fr>.
765
766 2001-11-13 Colin Walters <walters@debian.org>
767
768 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
769
770 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
771 "~/.emacs"; use `read-file-name'.
772
773 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
774 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
775 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
776 * calc/calc.el: Use `frame-width' instead of `screen-width',
777 `frame-height' instead of `screen-height', and,
778 `executing-kbd-macro' instead of `executing-macro'.
779
780 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
781 correct number of arguments.
782
783 * calc/calc-aent.el (calc-do-alg-entry):
784 Use `blink-paren-function' instead of `blink-paren-hook'.
785
786 2001-11-12 Richard M. Stallman <rms@gnu.org>
787
788 * calendar/todo-mode.el (todo-save): Add save-excursion
789 and save-restriction.
790
791 * server.el (server-edit, server-done): Doc fix.
792
793 * simple.el (clone-indirect-buffer): Error if major mode symbol
794 has a no-clone-indirect property.
795 (clone-buffer): Check for obvious errors before reading clone name.
796
797 * info.el (Info-mode): Add a no-clone-indirect property.
798
799 2001-11-12 Sam Steingold <sds@gnu.org>
800
801 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
802 set-buffer-modified-p to nil after `vc-exec-after'.
803 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
804 (log-view-mode): Make read-only.
805 (log-view-current-file): Do final `expand-file-name' in the
806 current `default-directory'.
807 (log-view-current-tag): Take an optional `where' arg.
808 (log-view-diff): New user command.
809
810 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
811
812 * progmodes/cpp.el (cpp-choose-face): Fix typo.
813
814 2001-11-12 Sam Steingold <sds@gnu.org>
815
816 * emacs-lisp/cl-indent.el (toplevel): Indent properly
817 `generic-flet', `generic-labels', `with-accessors',
818 `with-condition-restarts'.
819
820 2001-11-12 Richard M. Stallman <rms@gnu.org>
821
822 * dired.el: Many trivial doc fixes.
823 (dired-get-file-for-visit): New function.
824 (dired-find-alternate-file, dired-mouse-find-file-other-window):
825 (dired-view-file, dired-find-file-other-window, dired-display-file):
826 (dired-find-file): Use dired-get-file-for-visit.
827
828 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
829
830 * sql.el (sql-mode): Doc change.
831
832 * sql.el (sql-mode-syntax-table): The backslash is no longer an
833 escape character.
834
835 2001-11-12 Colin Walters <walters@debian.org>
836
837 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
838 (calc-do-keypad): Don't attempt to use nonexistent global
839 mouse-map, use calc-keypad-map.
840 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
841 (calc-keypad-left-click): Don't use mouse-map; update to new event
842 interface.
843 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
844 (calc-keypad-press): Use `unread-command-events' instead of
845 `unread-command-char'.
846
847 * calc/calc-ext.el (calc-init-extensions): Update autoload names
848 to match files renamed on initial calc import.
849
850 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
851
852 * textmodes/flyspell.el (flyspell-default-dictionary):
853 Fix previous change.
854
855 2001-11-12 Richard M. Stallman <rms@gnu.org>
856
857 * textmodes/flyspell.el (flyspell-default-dictionary):
858 Fix custom type.
859
860 2001-11-11 Richard M. Stallman <rms@gnu.org>
861
862 * calendar/solar.el (solar-sunrise-and-sunset):
863 Exchange the two extreme values of day-length.
864
865 * progmodes/sh-script.el (sh-must-be-shell-mode):
866 Allow modes derived from sh-mode.
867
868 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
869 Turn off error in some re-search-forward calls.
870
871 * replace.el (query-replace-skip-read-only): New variable.
872 (perform-replace): If that variable is non-nil, ignore matches
873 that have a read-only property.
874
875 * derived.el (define-derived-mode): Doc fix.
876
877 * server.el (server-buffer-done): Test of server-existing-buffer
878 was backwards.
879 (server-existing-buffer): Doc fix.
880
881 * textmodes/flyspell.el (flyspell-default-dictionary):
882 Allow nil as value, and make nil the default.
883
884 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
885
886 * subdirs.el: Regenerated.
887
888 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
889 it is not fboundp.
890 (clipboard-yank): Ditto.
891
892 2001-11-11 Colin Walters <walters@verbum.org>
893
894 The following changes are based on patches from
895 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
896 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
897
898 * calc/calc.el (toplevel): Require calc-macs.
899 (calc-minibuffer-size): New.
900 (calcDigit-nondigit): Use it instead of `buffer-size'.
901 (calcDigit-backspace): Likewise.
902 (calcDigit-nondigit): Use `minibuffer-contents' instead of
903 `buffer-string'.
904 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
905 `point-min'.
906 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
907 `save-excursion'.
908
909 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
910 simple `setq' form.
911
912 * calc/calc-ext.el: (toplevel): Require calc.
913 (calc-fancy-prefix-map): New.
914 (calc-fancy-prefix): Use it.
915 (calc-fancy-prefix-other-key): New.
916
917 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
918 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
919 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
920 (calcAlg-enter): Likewise.
921 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
922
923 2001-11-10 Richard M. Stallman <rms@gnu.org>
924
925 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
926 (quietly-read-abbrev-file): Doc fix.
927
928 * startup.el (command-line): Read standard abbrev
929 file (abbrev-file-name), if it exists.
930
931 * files.el (save-abbrevs): Default value is t.
932
933 * progmodes/compile.el (compile-goto-error): Fix previous change
934 in the case where subsequent errors have not been parsed yet
935 because they are in a different source file.
936
937 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
938
939 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
940 Merge two regular expressions into one.
941 (ps-mode): Make local bindings for `comment-start' and
942 `comment-start-skip'.
943 (ps-mode-looking-at-nested): Simplify an if-else construct;
944 use `set-match-data' to set the result.
945
946 2001-11-10 Richard M. Stallman <rms@gnu.org>
947
948 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
949 Function deleted.
950 (flyspell-correct-word): Old definition deleted.
951 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
952 All references renamed too.
953
954 2001-11-10 Gerd Moellmann <gerd@gnu.org>
955
956 * Makefile.in (finder_setwins, setwins): Exclude Calc.
957
958 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
959
960 * wid-edit.el (checklist): Removed `:menu-tag'.
961 (radio-button-choice): Ditto.
962 (editable-list): Ditto.
963
964 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
965
966 * play/gomoku.el: Move definitions of constants to the beginning
967 of file, before their use.
968
969 2001-11-09 Richard M. Stallman <rms@gnu.org>
970
971 * textmodes/flyspell.el: Use the keymap property
972 instead of local-map, and don't use a minor-mode map.
973 (flyspell-mode-map): Variable deleted.
974 Don't mess with minor-mode-map-alist.
975 (calling add-minor-mode): Specify nil for keymap.
976 And always use add-minor-mode, now that it exists.
977 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
978 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
979 or flyspell-local-mouse-map.
980 (make-flyspell-overlay): Use flyspell-mouse-map directly.
981 (flyspell-mode): Doc fix.
982 (flyspell-mode-on): Don't call make-local-hook.
983
984 2001-11-09 Sam Steingold <sds@gnu.org>
985
986 * emacs-lisp/debug.el (debugger-make-xrefs):
987 Add buttons to all symbols.
988
989 2001-11-09 Andre Spiegel <spiegel@gnu.org>
990
991 * vc.el: Add John David Smith to credits.
992
993 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
994
995 * vc-hooks.el (vc-error-occured): Backquotified.
996 (vc-file-prop-obarray): Use prime length for better efficiency.
997
998 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
999
1000 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1001
1002 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1003
1004 2001-11-09 Miles Bader <miles@gnu.org>
1005
1006 * subr.el (functionp): Don't consider macros as functions.
1007
1008 2001-11-08 Miles Bader <miles@gnu.org>
1009
1010 * subr.el (functionp): Make work correctly for macros and unbound
1011 symbols.
1012
1013 * comint.el (comint-send-input): Fix description of
1014 `comint-process-echoes' in the doc-string.
1015
1016 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1017
1018 * international/mule.el (make-translation-table): Doc fix.
1019 Suggested by Alex Schroeder <alex@gnu.org>.
1020
1021 2001-11-07 Richard M. Stallman <rms@gnu.org>
1022
1023 * info.el (Info-fontify-node): Highlight every third menu item.
1024
1025 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1026
1027 * cus-edit.el (custom-face-value-create): Don't ignore the
1028 `customized-face' attribute when finding the current face spec.
1029
1030 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1031
1032 * subr.el (with-local-quit): New macro.
1033 (make-syntax-table): Always inherit.
1034 (functionp): Be more careful when `object' is a symbol.
1035
1036 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1037
1038 2001-11-07 Paul Eggert <eggert@twinsun.com>
1039
1040 * dired.el (dired-move-to-filename-regexp):
1041 Do not distinguish between ASCII letters and non-ASCII characters.
1042 Don't allow comma except in the form "month day, year".
1043 Don't allow space between month name and comma.
1044 Clean up the code that checks for trailing period, comma, and space.
1045 Remove now-obsolete comments, and add more commentary about
1046 Japanese dates.
1047 Always gobble up trailing spaces, instead of doing it only sometimes.
1048
1049 2001-11-07 Miles Bader <miles@gnu.org>
1050
1051 * paren.el (show-paren-match-face): Add dark-background variant.
1052
1053 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1054
1055 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1056 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1057 Don't disable adaptive-fill-mode.
1058 (lisp-fill-paragraph): Use tab-width rather than 8.
1059 Prevent filling the first line of docstrings.
1060
1061 2001-11-06 Richard M. Stallman <rms@gnu.org>
1062
1063 * play/gomoku.el (gomoku): Doc fix.
1064
1065 * jka-compr.el (jka-compr-partial-uncompress):
1066 Support an alternative of not using dd.
1067 (jka-compr-dd-program): Use defcustom to define this.
1068 (jka-compr-load-suffixes): Use defcustom.
1069 (jka-compr-mode-alist-additions): Use defcustom.
1070
1071 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1072
1073 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1074 Also work when LIMIT is further than the end of line.
1075
1076 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1077
1078 * international/quail.el (quail-update-leim-list-file): Print the
1079 offending file name if some of its quail-define-package forms is broken.
1080
1081 2001-11-05 Richard M. Stallman <rms@gnu.org>
1082
1083 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1084 of the evaluated form.
1085
1086 2001-11-05 Paul Eggert <eggert@twinsun.com>
1087
1088 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1089 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1090 stamps always line up by default. Also, it uses a slightly
1091 different window to determine whether files are "recent".
1092
1093 2001-11-05 Andrew Innes <andrewi@gnu.org>
1094
1095 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1096 Don't attempt to remake autoloads before nuking .elc files.
1097
1098 2001-11-04 Richard M. Stallman <rms@gnu.org>
1099
1100 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1101 previous-single-property-change or next-single-char-property-change
1102 returns nil.
1103
1104 * international/mule-cmds.el (set-locale-environment):
1105 Make it interactive; make arg optional.
1106
1107 * international/mule-diag.el (help-funs): Require help-funs.
1108
1109 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1110
1111 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1112
1113 2001-11-04 Miles Bader <miles@gnu.org>
1114
1115 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1116 shadow of the splash image grey on a dark background instead of black.
1117
1118 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1119
1120 * term.el (all faces): Don't (copy-face 'default <foo>).
1121
1122 * term/xterm.el (function-key-map):
1123 Add entry for `ESC [ 3 ~' -> <delete>
1124 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1125 Use inheritance so that .emacs and terminfo take precedence.
1126
1127 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1128
1129 * tooltip.el (tooltip-delay): Decrease to 0.7.
1130 (tooltip-hide-delay): Enlarge to 10.
1131
1132 2001-11-03 Richard M. Stallman <rms@gnu.org>
1133
1134 * startup.el (fancy-splash-tail): Explain how to recover
1135 from a crash, if there was a crash.
1136 (command-line-1): Reorganize display of startup screen,
1137 to simplify the logic. Use a temp buffer for it.
1138
1139 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1140
1141 * frame.el (set-background-color, set-foreground-color):
1142 Call face-set-after-frame-default, to propagate the new colors to
1143 the frame's parameters alist.
1144
1145 * calendar/timeclock.el (timeclock-out): Signal an error if
1146 timeclock-last-event is nil.
1147
1148 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1149
1150 * textmodes/fill.el (fill-context-prefix): Fix braino.
1151
1152 * international/quail.el (quail-help):
1153 Use `help-buffer' and move `help-setup-xref' to beginning.
1154
1155 * international/mule-cmds.el (describe-language-environment):
1156 Use `help-buffer' and move `help-setup-xref' to beginning.
1157
1158 * international/mule-diag.el (list-character-sets)
1159 (sort-listed-character-sets, describe-character-set)
1160 (describe-coding-system, describe-fontset, list-fontsets):
1161 Use `help-buffer' and move `help-setup-xref' to beginning.
1162 (describe-char-after): Use `internal-describe-syntax-value'.
1163
1164 2001-11-02 Richard M. Stallman <rms@gnu.org>
1165
1166 * mouse.el (popup-menu): If the user refuses to select
1167 from a menu, don't try to invoke the menu.
1168
1169 2001-11-02 Miles Bader <miles@gnu.org>
1170
1171 * help-mode.el (help-xref): New button type.
1172 (help-function, help-variable, help-face, help-coding-system)
1173 (help-input-method, help-character-set, help-type, help-symbol)
1174 (help-back, help-info, help-customize-variable, help-customize-face)
1175 (help-function-def, help-variable-def): Use it as a supertype.
1176 Remove `action' property.
1177
1178 * international/mule-diag.el (describe-character-set)
1179 (describe-coding-system): Pass correct args to `help-xref-button'.
1180 (sort-listed-character-sets): New button type.
1181 (list-character-sets): Use it.
1182 (list-charset-chars): New button type.
1183 (list-character-sets-1): Use it.
1184
1185 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1186
1187 * indent.el (tab-always-indent, indent-for-tab-command):
1188 Remove redundant `never' setting.
1189
1190 * fill.el (fill-region-as-paragraph): Don't forget to skip
1191 over current whitespace before looking for a preceding space.
1192
1193 2001-11-01 Richard M. Stallman <rms@gnu.org>
1194
1195 * files.el (file-newest-backup): Don't pass backup file name
1196 thru file-name-sans-versions, because it never has version numbers.
1197
1198 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1199 to avoid ambiguous nested loops.
1200
1201 * files.el (find-file-noselect): Offer to change buffer-read-only
1202 only when the file's read-only status has changed from before
1203 as well as disagreeing with the buffer's current status.
1204 (buffer-file-read-only): New var, local in all buffers.
1205
1206 * buff-menu.el (buffer-menu): Doc fix.
1207 (buffer-menu-other-window): Doc fix.
1208 (list-buffers, list-buffers-noselect): Doc fix.
1209
1210 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1211
1212 * startup.el (command-line): If the terminal Emacs is running on
1213 has erase char set to ^H, use the Backspace key for deleting
1214 backward, and the Delete key for deleting forward.
1215
1216 2001-11-01 Miles Bader <miles@gnu.org>
1217
1218 * button.el (define-button-type): Make sure every user-defined
1219 button type has a supertype.
1220
1221 2001-10-31 Jason Rumney <jasonr@gnu.org>
1222
1223 * international/mule-cmds.el (locale-language-names): Add chs and
1224 cht as aliases for Chinese-GB and Chinese-BIG5.
1225
1226 2001-10-31 Richard M. Stallman <rms@gnu.org>
1227
1228 * bindings.el (mode-line-frame-identification): Add doc string.
1229 (mode-line-position, mode-line-modes): New variables.
1230 (mode-line-format): Use mode-line-position for the part
1231 that displays the position-in-buffer info.
1232 Use mode-line-modes for the part that displays major and minor modes.
1233
1234 2001-10-31 Sam Steingold <sds@gnu.org>
1235
1236 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1237 (debugger-setup-buffer): Call it.
1238 (debugger-mode-map): Bind RET and mouse-2.
1239
1240 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1241
1242 * startup.el: Document command line option --no-window-system
1243 instead of --no-windows.
1244
1245 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1246
1247 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1248
1249 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1250 (font-lock-defaults-alist): Use it.
1251 From David Ponce <david.ponce@wanadoo.fr>
1252
1253 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1254 output of `char-after'.
1255
1256 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1257
1258 * simple.el (reindent-then-newline-and-indent): Insert the newline
1259 before indenting the first line.
1260 (undo-get-state, undo-revert-to-state): New funs.
1261 (shell-command): Don't kill the buffer even if empty.
1262 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1263 (transpose-subr-end2): Remove.
1264 (transpose-subr): Add `special' arg and simplify.
1265 (transpose-subr-1): Rewrite.
1266 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1267 (rfc822-goto-eoh): Simplify.
1268
1269 2001-10-30 Richard M. Stallman <rms@gnu.org>
1270
1271 * enriched.el (enriched-face-ans): FIx previous change.
1272
1273 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1274
1275 * international/iso-acc.el (iso-accents-compose): Remove a
1276 superfluous setq.
1277
1278 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1279
1280 * buff-menu.el (list-buffers-noselect): If the buffer's name
1281 starts with a blank, but it visits a file, do show it (for files
1282 whose names start with a blank).
1283
1284 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1285
1286 * textmodes/fill.el (sentence-end-double-space)
1287 (sentence-end-without-period): Move to paragraphs.el.
1288 (fill-indent-according-to-mode): Change default to t.
1289 (fill-context-prefix): Simplify control-flow and use a more
1290 sophisticated merge that unifies both previous checks.
1291 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1292 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1293 (fill-nobreak-p): New fun.
1294 (fill-region-as-paragraph): Use it.
1295 Handle `fill-indent-according-to-mode' slightly differently.
1296 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1297 (fill-individual-paragraphs-citation): Fix.
1298
1299 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1300 (paragraph-start): Change default to the `text-mode' value.
1301 (sentence-end-double-space, sentence-end-without-period):
1302 Move from fill.el.
1303 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1304 rather than rebinding `paragraph-start' and `paragraph-separate'.
1305
1306 * indent.el (indent-line-function): Change default to indent-relative.
1307 (tab-always-indent): Add an `never' setting.
1308 (indent-according-to-mode): Handle `indent-relative' and
1309 `indent-relative-maybe' specially.
1310 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1311 Handle the `never' case for `tab-always-indent'.
1312 Don't call indent-according-to-mode for indent-relative' and
1313 `indent-relative-maybe'.
1314 (insert-tab): Rename `prefix-arg' to `arg'.
1315 (indent-region): Indent the first line as well.
1316 (indent-relative): Don't mark the buffer modified if the indentation
1317 is unchanged.
1318
1319 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1320 Don't set paragraph-separate. Set paragraph-start more carefully.
1321 Set indent-line-function.
1322 (paragraph-indent-text-mode): Use it and define-derived-mode.
1323 (text-mode-map): Remove the \t binding.
1324 (text-mode): Simplify now that the default is more favorable.
1325
1326 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1327
1328 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1329 If the regexp doesn't match, use a looser one.
1330 (find-variable-noselect): Add `file' argument.
1331
1332 * pcvs.el (cvs-mode-commit-hook): New hook.
1333 (cvs-mode-commit): Run it.
1334
1335 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1336
1337 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1338 (edebug-instrument-function): Use `find-function-noselect'.
1339
1340 2001-10-29 Richard M. Stallman <rms@gnu.org>
1341
1342 * term.el (term-if-emacs19): Macro deleted.
1343 Callers changed to use progn instead.
1344
1345 * frame.el (blink-cursor-mode): Doc fix.
1346
1347 * files.el (find-backup-file-name): Use make-backup-file-name.
1348
1349 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1350 window-live-p.
1351 (edebug-set-conditional-breakpoint): Unconditionally use
1352 the former Emacs >=19 definition.
1353 (edebug-mark): Define unconditionally.
1354 (edebug-eval-expression): Always call read-from-minibuffer
1355 and specify history list.
1356 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1357 edebug-set-conditional-breakpoint.
1358 (edebug-emacs-version-specific): Function deleted;
1359 do the job at top level.
1360 (edebug-emacs-19-specific): Function deleted, this is the default.
1361
1362 2001-10-29 Sam Steingold <sds@gnu.org>
1363
1364 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1365 "/cygdrive/LETTER/" pathnames.
1366
1367 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1368
1369 * faces.el (invert-face): Check for 'unspecified, not for nil,
1370 when testing whether face colors are not specified.
1371 From David.Kastrup@t-online.de (David Kastrup).
1372 (read-face-name): Doc fix.
1373 (make-face-bold, make-face-unbold, make-face-italic)
1374 (make-face-unitalic, make-face-bold-italic, invert-face):
1375 Remove trailing blank from the prompt passed to read-face-name.
1376
1377 2001-10-29 Sam Steingold <sds@gnu.org>
1378
1379 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1380 Report numbers of files skipped and failed too.
1381 (byte-compile-file): Return 'no-byte-compile for skipped files.
1382
1383 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1384
1385 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1386 and `M p'.
1387
1388 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1389
1390 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1391 as is on unread-command-events instead of `(SECOND-CHAR)'.
1392
1393 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1394
1395 * vc.el: Mention vc-*-switches in backend API documentation.
1396 (vc-annotate): Adapt doc string to recent change.
1397
1398 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1399
1400 * enriched.el (enriched-face-ans): Handle face attributes
1401 of the form `(FACE1 FACE2 ...)'.
1402
1403 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1404
1405 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1406
1407 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1408
1409 * progmodes/sql.el (sql-db2): Doc change.
1410 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1411 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1412
1413 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1414
1415 * env.el (substitute-env-vars): Don't quote argument to `rx';
1416 it's a macro.
1417
1418 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1419
1420 * cus-start.el (recursive-load-depth-limit): Added.
1421
1422 2001-10-28 Richard M. Stallman <rms@gnu.org>
1423
1424 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1425 All uses removed--assume Emacs version is >= 20.
1426
1427 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1428 by really checking that it is not version 18.
1429
1430 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1431
1432 2001-10-28 Miles Bader <miles@gnu.org>
1433
1434 * faces.el (face-attribute): Add INHERIT argument, consider face
1435 inheritance if it's non-nil.
1436 (face-attribute-merged-with): New function.
1437 (face-attribute-specified-or): New macro.
1438 (face-foreground, face-background, face-stipple): Add INHERIT
1439 argument. Use `face-attribute-specified-or'.
1440
1441 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1442
1443 * font-lock.el: Require `syntax'.
1444 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1445 Use `c-font-lock-syntactic-face-function' for c languages.
1446 (font-lock-mode): Don't unset vars when turning the mode off.
1447 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1448 (font-lock-extra-managed-props): New var.
1449 (font-lock-default-unfontify-region): Use it.
1450 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1451 Don't eval the value when there's no match.
1452 (font-lock-ppss-stats): New var.
1453 (font-lock-ppss): New fun.
1454 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1455 (font-lock-apply-highlight): Allow `highlight' to set several props.
1456 (font-lock-set-defaults): Use dolist.
1457 (font-lock-unset-defaults): Remove.
1458 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1459 Try to recognize prototypes using `foo P_ ((args))'.
1460 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1461 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1462 (c-font-lock-syntactic-face-function): New function.
1463 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1464 (c++-keywords): Use a more sophisticated regexp to handle
1465 shallowly nested templates.
1466
1467 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1468
1469 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1470 (sgml-tag): Use it. Cleanup with `cond'.
1471 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1472 Mark the overlays and only delete those that are marked.
1473 (sgml-skip-close-p): Remove.
1474 (sgml-value): Replace sgml-skip-close-p with its definition.
1475 (html-tag-alist): Use sgml-xml a bit more.
1476 (html-mode): Set sgml-empty-tags.
1477
1478 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1479 (texinfo-update-node, texinfo-sequential-node-update):
1480 Don't bind the obsolete `auto-fill-hook'.
1481 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1482 Use `set-buffer' rather than `switch-to-buffer'.
1483 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1484 Use `set-buffer' rather than `switch-to-buffer'.
1485
1486 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1487 text-mode-syntax-table.
1488 (mail-mode): Use define-derived-mode.
1489 Fix ordering of alternatives in adaptive-fill-regexp.
1490 (mail-mode-map): Don't rely on keymap's internal representation.
1491
1492 2001-10-27 Sam Steingold <sds@gnu.org>
1493
1494 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1495 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1496 (sgml-mode-common): Call it.
1497 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1498 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1499 (html-horizontal-rule, html-image, html-ordered-list):
1500 (html-unordered-list, html-list-item, html-paragraph):
1501 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1502 `html-xhtml'.
1503
1504 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1505
1506 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1507 (ifnothtml): New alias.
1508
1509 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1510
1511 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1512 (toggle-text-mode-auto-fill): Use derived-mode-p.
1513
1514 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1515
1516 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1517 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1518
1519 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1520
1521 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1522 Add make-obsolete cookies, to follow faces.el.
1523
1524 These changes avoid warnings from the byte compiler in faces.el:
1525
1526 * faces.el (internal-get-face): Use facep instead of the obsolete
1527 internal-find-face.
1528 (internal-frob-font-weight, internal-frob-font-slant):
1529 New defaliases for obsolete functions.
1530 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1531 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1532 (x-make-font-bold-italic): Use internal-frob-font-weight and
1533 internal-frob-font-slant aliases instead of the obsolete
1534 x-frob-... functions.
1535
1536 2001-10-26 Sam Steingold <sds@gnu.org>
1537
1538 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1539 DOCTYPE; set `mode-name' based on it.
1540 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1541 (sgml-tag): Close empty tags in XHTML.
1542
1543 2001-10-26 Jason Rumney <jasonr@gnu.org>
1544
1545 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1546 when UNICODE is not defined.
1547
1548 2001-10-26 Sam Steingold <sds@gnu.org>
1549
1550 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1551 be alone on the line.
1552
1553 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1554
1555 * button.el (button): Special face definition for MS-DOS terminals.
1556
1557 2001-10-26 Sam Steingold <sds@gnu.org>
1558
1559 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1560 Protect the /= test by checking that the args are non-nil.
1561 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1562
1563 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1564
1565 * textmodes/artist.el (artist-version): 1.2.4.
1566 (artist-butlast-fn): New variable.
1567 (artist-butlast): New function.
1568 (artist-ellipse-mirror-quadrant): Use it.
1569 (artist-mouse-draw-poly): Use nil for `point-list'.
1570 (artist-mouse-draw-poly): Check for point-list being nil.
1571
1572 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1573
1574 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1575 lambda expression.
1576 (ps-mode-menu-main): Submenu with options on/off was replaced with
1577 a toggle button.
1578 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1579 (ps-mode): Autoload cookie added on same line as comment
1580 (ps-mode-tabkey, ps-mode-backward-delete-char):
1581 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1582 `indent-to' with `indent-line-to'
1583 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1584 instead of `eval'.
1585 (ps-mode-print-region): Use `with-temp-buffer'.
1586 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1587 (numerous places): Add back-tick and tick around names in
1588 docstrings, fix punctuation in docstrings, remove trailing spaces.
1589
1590 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1591
1592 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1593 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1594 (sgml-font-lock-syntactic-keywords): New var.
1595 (sgml-mode-common): Drop the two args.
1596 Don't make buffer-local variables that aren't used.
1597 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1598 Don't set `before-string' props from sgml-display-text.
1599 (sgml-mode): Use define-derived-mode.
1600 (sgml-tags-invisible): Use sgml-display-text.
1601 (sgml-quote): New command.
1602 (html-tag-alist): Add args for `span'.
1603 (html-mode): Use define-derived-mode.
1604 Set sgml-display-text and sgml-tag-face-alist.
1605
1606 2001-10-25 Sam Steingold <sds@gnu.org>
1607
1608 * add-log.el (add-log-always-start-new-record): New user option.
1609 (add-change-log-entry): Use it.
1610
1611 2001-10-25 Richard M. Stallman <rms@gnu.org>
1612
1613 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1614 bind case-fold-search if FROM is not all lower case.
1615
1616 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1617
1618 * startup.el (normal-top-level): Check for frame-initial-frame
1619 only if it's really used.
1620
1621 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1622
1623 * progmodes/compile.el (compilation-parse-errors-filename-function):
1624 New variable.
1625 (compilation-parse-errors): Use it.
1626
1627 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1628
1629 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1630 interactively so that C-u M-C-x still does edebug.
1631 (checkdoc-sentencespace-region-engine): Don't force a double-space
1632 after `.' if it doesn't look like an end-of-sentence.
1633 (debug-ignored-errors): Add `disambiguate ...'.
1634
1635 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1636
1637 * textmodes/texinfo.el (texinfo-environments)
1638 (texinfo-environment-regexp): Hoist.
1639 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1640 Only highlight the menu name in menu items.
1641 Setup `@foo ... @end foo' as text clones.
1642 (texinfo-clone-environment): New function.
1643 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1644 (texinfo-insert-block): Simplify.
1645 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1646 the command is repeated.
1647 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1648 (texinfo-insert-@end): Simplify.
1649
1650 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1651 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1652 (texinfo-subsubsection-level-regexp)
1653 (texinfo-update-menu-same-level-regexps)
1654 (texinfo-update-menu-higher-regexps)
1655 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1656
1657 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1658 (derived-mode-p): Autoload.
1659
1660 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1661 New vars and functions.
1662 (text-clone-maintain, text-clone-create): New functions.
1663
1664 2001-10-25 Miles Bader <miles@gnu.org>
1665
1666 * facemenu.el (facemenu-add-new-face): Fix variable names.
1667
1668 2001-10-24 Richard M. Stallman <rms@gnu.org>
1669
1670 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1671 of t and nil values.
1672 (facemenu-set-face): Handle START and END interactively.
1673 (facemenu-set-foreground): Don't use a face; specify color directly.
1674 (facemenu-set-background): Likewise.
1675 (facemenu-set-face-from-menu): Doc fix.
1676 (facemenu-active-faces): Use face-attribute-vector
1677 to handle bare attributes not in faces.
1678 (facemenu-get-face): Don't handle face names fg:... and bg:...
1679 specially.
1680 (facemenu-add-new-face): New argument MENU.
1681 New way to handle adding colors to the color menus.
1682
1683 * env.el (substitute-env-vars): Quote the arg to rx.
1684
1685 2001-10-24 Sam Steingold <sds@gnu.org>
1686
1687 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1688 Control" and "SGML" groups.
1689
1690 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1691
1692 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1693 Better handling of C++ template args to avoid confusion with `<'
1694 and `>' used as operators in member init expressions.
1695
1696 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1697
1698 * replace.el (perform-replace): Move START and END parameters
1699 to the end of the argument list and make them optional.
1700
1701 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1702 perform-replace.
1703
1704 * international/fontset.el (x-must-resolve-font-name): New function.
1705 (x-complement-fontset-spec): Use it.
1706
1707 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1708
1709 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1710
1711 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1712 Turn caadr into caar of cdr.
1713
1714 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1715
1716 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1717 of mouse-{1,2} since dragging is on the down event.
1718
1719 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1720
1721 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1722 if ARG is nil.
1723
1724 * desktop.el (desktop-last-buffer): New variable.
1725 (desktop-create-buffer): Set it.
1726 (desktop-read): Bind it and switch to that buffer.
1727
1728 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1729
1730 * progmodes/compile.el (compilation-set-window-height):
1731 Select old window only if it's still live.
1732
1733 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1734
1735 * help-mode.el (help-buffer): Remove debugging code.
1736 From Stefan Monnier <monnier@cs.yale.edu>.
1737
1738 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1739
1740 * files.el (file-name-sans-extension, file-name-extension):
1741 Don't count the leading dots in file names as signaling an extension.
1742
1743 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1744
1745 * vc.el (vc-diff-switches): Doc rewritten.
1746
1747 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1748
1749 * tooltip.el (tooltip-set-param): Doc fix.
1750
1751 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1752 127 to sgml-maybe-name-self.
1753 (sgml-name-8bit-mode): Doc fix.
1754 (sgml-char-names-table): New variable.
1755 (sgml-name-char): Support non-ASCII and mule-unicode-*
1756 characters. Doc fix.
1757 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1758
1759 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1760 doc string the effect of `left' and `top' parameters in
1761 tooltip-frame-parameters, the default values, and the units.
1762 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1763 (tooltip-show): Mention in the doc string the `top' and `left'
1764 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1765
1766 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1767
1768 Add autoscaling support for vc-annotate.
1769 From J.D. Smith <jdsmith@alum.mit.edu>.
1770
1771 * vc.el (vc-annotate-display-default): Accept colormap scaling
1772 ratio (now deprecated).
1773 (vc-annotate-display-autoscale): Added.
1774 (vc-annotate-add-menu): New autoscaling menu options "Span to
1775 Oldest" and "Span Oldest->Newest". Easymenu support added for
1776 toggle menus driven by customize variable `vc-annotate-display-mode'.
1777 (vc-annotate-display-select): Added.
1778 (vc-annotate): Changed temp-buffer-show-function to
1779 `vc-annotate-display-select'.
1780 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1781 Added argument OFFSET. Instead of backend function, calls now
1782 generic `vc-annotate-difference'.
1783 (vc-annotate-difference): Added as generic function instead of
1784 backend-specific function. No longer takes argument POINT, but
1785 instead accepts a time OFFSET.
1786 (vc-default-annotate-current-time): Added.
1787
1788 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1789 version in vc.el, with
1790 (vc-cvs-annotate-current-time): Added, as override of default.
1791 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1792 `vc-cvs-annotate-difference'.
1793
1794 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1795
1796 * saveplace.el (save-place): Require `saveplace'.
1797
1798 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1799 Use `sexp' for :value-type instead of `face'.
1800
1801 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1802
1803 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1804 regexps due to 5-digit message IDs.
1805
1806 2001-10-21 Jason Rumney <jasonr@gnu.org>
1807
1808 * term/w32-win.el (redisplay-dont-pause): Don't set.
1809
1810 2001-10-21 Miles Bader <miles@gnu.org>
1811
1812 * help-funs.el (help-manyarg-func-alist): Variable removed.
1813
1814 2001-10-21 Miles Bader <miles@gnu.org>
1815
1816 * help-funs.el (help-manyarg-func-alist): Remove entries for
1817 `insert', `insert-and-inherit', `insert-before-markers',
1818 `insert-before-markers-and-inherit', `message', `message-box',
1819 `message-or-box', `propertize', `format', `encode-time', `append',
1820 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1821 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1822 `ml-prefix-argument-loop'.
1823
1824 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1825
1826 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1827 (vc-default-diff-tree): New functions.
1828 (vc-version-diff): Use them. As a result, coding systems are now
1829 set up properly for all sorts of diffs, and tree diffs can now
1830 also be done locally.
1831 (vc-diff): With a prefix argument, don't require that it's called
1832 from a buffer under version control.
1833 (diff-switches): Remove duplicate definition.
1834
1835 * vc-cvs.el (vc-cvs-diff-tree): New function.
1836
1837 2001-10-21 Miles Bader <miles@gnu.org>
1838
1839 * help-funs.el (help-manyarg-func-alist): Remove entries for
1840 `list', `vector', `make-byte-code', `call-process',
1841 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1842 `logand', `logior', and `logxor'.
1843
1844 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1845 image bits to compensate. Use `make-string' instead of
1846 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1847
1848 2001-10-20 Kim F. Storm <storm@cua.dk>
1849
1850 * simple.el (kill-ring-save): Don't show extent of copied region
1851 if using transient-mark-mode and region is fully visible.
1852
1853 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1854
1855 * (Version 21.1 released.)
1856
1857 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1858
1859 * files.el (auto-mode-alist): Associate .indent.pro with
1860 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1861
1862 2001-10-18 Sam Steingold <sds@gnu.org>
1863
1864 Put the *Compile-Log* buffer in `compilation-mode'.
1865 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1866 (byte-compile-log-1, byte-compile-log-file)
1867 (displaying-byte-compile-warnings): Use it
1868
1869 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1870
1871 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1872
1873 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1874
1875 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1876
1877 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1878
1879 * obsolete/hilit19.el (hilit-lookup-face-create):
1880 Call set-face-font only if display-graphic-p.
1881 (toplevel): Remove references to window-system.
1882
1883 2001-10-18 Miles Bader <miles@gnu.org>
1884
1885 * simple.el (what-line): Avoid problems with field properties.
1886
1887 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1888
1889 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1890 Define special colors for a tty.
1891
1892 2001-10-17 Francesco Potorti` <pot@gnu.org>
1893
1894 * comint.el (comint-password-prompt-regexp): Make it less
1895 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1896
1897 2001-10-17 John Wiegley <johnw@gnu.org>
1898
1899 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1900 a regular file, before checking if it is a directory or symlink.
1901 This avoids a call to eshell-file-attributes, which can be
1902 expensive in some situations.
1903
1904 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1905 customization variable, to differentiate ls-in-dired from regular
1906 uses of ls.
1907
1908 2001-10-17 Miles Bader <miles@gnu.org>
1909
1910 * custom.el (defface): Mention `:inherit' in doc-string.
1911
1912 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1913
1914 * paren.el: Update the Commentary with installation instructions.
1915
1916 2001-10-15 Dave Love <fx@gnu.org>
1917
1918 * international/mule.el (set-auto-coding): Fix regexps for local
1919 variables section not to eat newlines.
1920
1921 2001-10-15 Miles Bader <miles@gnu.org>
1922
1923 * simple.el (display-message-or-buffer): Pass the correct buffer
1924 to `display-buffer'.
1925
1926 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1927
1928 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1929 (executable-find): Use exec-suffixes.
1930 (executable-set-magic): Don't use make-local-hook.
1931
1932 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1933
1934 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1935
1936 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1937 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1938 Add .so to the Unix and GNU branch.
1939
1940 * international/latin-1.el:
1941 * international/latin-2.el:
1942 * international/latin-3.el:
1943 * international/latin-4.el:
1944 * international/latin-5.el:
1945 * international/latin-8.el:
1946 * international/latin-9.el: Add no-byte-compile: t, since
1947 Makefile.in instructs make-docfile to look at .el files.
1948
1949 2001-10-14 Miles Bader <miles@gnu.org>
1950
1951 * button.el (define-button-type): Allow supertype property to be
1952 specified with a keyword `:supertype' too.
1953 (button-put, make-text-button): Allow button type property to be
1954 specified using the keyword `:type' too.
1955 (button-type): New function.
1956 (button): Add `button-category-symbol' property.
1957
1958 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1959
1960 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1961 indent-new-comment-line from comment-indent-new-line.
1962
1963 * textmodes/refill.el (refill-mode):
1964 Bind DEL to backward-delete-char-untabify.
1965 Set backward-delete-char-untabify-method to `hungry'.
1966
1967 * textmodes/bib-mode.el (bib-mode):
1968 * play/gomoku.el (gomoku-mode):
1969 * textmodes/page-ext.el (pages-directory-mode):
1970 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1971
1972 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1973
1974 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1975
1976 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1977 Handle here-docs differently.
1978 (sh-font-lock-heredoc): Remove.
1979 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1980 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1981 (sh-font-lock-open-heredoc): New functions.
1982 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1983 (sh-font-lock-keywords-1): Use regexp-opt.
1984 (sh-in-comment-or-string): Use syntax-ppss.
1985 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1986 (sh-select, sh-tmp-file): Add explicit terminating \n.
1987
1988 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1989 Use with-current-buffer.
1990 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1991 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1992 filename), catch any error that occurs in `ange-ftp-cd'.
1993 If an error happened, don't bother sending `cmd' at all.
1994 Fix a parenthesis typo.
1995 (ange-ftp-write-region): Don't blindly use binary if the remote host
1996 is unix-like.
1997
1998 * play/pong.el (pong-init): Don't use make-local-hook.
1999
2000 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2001
2002 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2003 (viper-get-ex-address-subr): More precise addr for the $ marker
2004
2005 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2006
2007 * version.el (emacs-version): Bump to 21.1.50.
2008
2009 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2010
2011 * mail/mailalias.el (mail-directory-stream): Do not double
2012 variables in the lambda-list.
2013
2014 * play/gomoku.el (gomoku-init-display): Ditto.
2015
2016 * play/landmark.el (lm-init-display): Ditto.
2017
2018 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2019 (delimit-columns-rectangle-line): Ditto.
2020
2021 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2022
2023 * newcomment.el (comment-region-internal): Don't rebind
2024 invisibility_spec now that the C routines handle it correctly.
2025
2026 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2027
2028 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2029 and `same-frame'.
2030
2031 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2032
2033 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2034
2035 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2036 C-p and C-r. Remove redundant bindings from inheriting maps.
2037
2038 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2039 After 4.23 and: After 4.24:
2040 (cperl-contract-levels): Restore position.
2041 (cperl-beautify-level): Likewise.
2042 (cperl-beautify-regexp): Likewise.
2043 (cperl-commentify): Rudimental support for length=1 runs
2044 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2045 After 4.25:
2046 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2047 (imenu-example--create-perl-index): Was not enforcing
2048 syntaxification-to-the-end.
2049 (cperl-invert-if-unless): Allow `for', `foreach'.
2050 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2051 Mark qw(), m()x as indentable.
2052 (cperl-init-faces): Highlight `sysopen' too.
2053 Highlight $var in `for my $var' too.
2054 (cperl-invert-if-unless): Was leaving whitespace at end.
2055 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2056 (cperl-calculate-indent): Remove old commented out code.
2057 Support (primitive) indentation of qw(), m()x.
2058 After 4.26:
2059 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2060 q [] with intervening newlines.
2061 (cperl-autoindent-on-semi): New customization variable.
2062 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2063 (cperl-tips): Mention how to make CPerl the default mode.
2064 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2065 (cperl-outline-level): New function.
2066 (cperl-highlight-variables-indiscriminately): New customization var.
2067 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2068 From Sean Kamath <kamath@pogo.wv.tek.com>.
2069 (cperl-after-block-p): Support CHECK and INIT.
2070 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2071 From Doug MacEachern <dougm@covalent.net>.
2072 After 4.27:
2073 (cperl-find-pods-heres): Recognize \"" as a string.
2074 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2075 Allow whitespace between << and "FOO".
2076 (cperl-problems): Remove \"" and q [] with intervening newlines.
2077 Mention multiple <<EOF as unsupported.
2078 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2079 (cperl-indent-parens-as-block): New configuration variable.
2080 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2081 Use `cperl-indent-parens-as-block'.
2082 (cperl-find-pods-heres): Test for =cut without empty line instead of
2083 complaining about no =cut.
2084 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2085 (cperl-find-pods-heres): Likewise.
2086 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2087 POD could've been marked as comment already.
2088 (cperl-unwind-to-safe): Unwind before start of POD too.
2089 After 4.28:
2090 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2091 After 4.29:
2092 (x-color-defined-p): Make an extra case to peacify the warning.
2093 Toplevel: `defvar' to peacify the warnings.
2094 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2095 No -nw-compile time warnings now.
2096 (cperl-find-tags): TAGS file had too short substring-to-search.
2097 Be less verbose in non-interactive mode
2098 (imenu-example--create-perl-index): Set index-marker after name
2099 (cperl-outline-regexp): New variable.
2100 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2101 (cperl-mode): Made use `cperl-outline-regexp'.
2102 After 4.30:
2103 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2104 (cperl-outline-level): Make start-of-file same level as `package'.
2105 After 4.31:
2106 (cperl-electric-pod): `head1' and `over' electric only if empty.
2107 (cperl-unreadable-ok): New variable.
2108 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2109 on an unreadable file.
2110 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2111 on an unreadable directory.
2112
2113 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2114 Consider the text between two errors as belonging to the first error.
2115 (compilation-goto-locus): Use pop-to-buffer rather than
2116 switch-to-buffer-other-frame.
2117
2118 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2119 (awk-font-lock-syntactic-keywords): New var.
2120 (awk-mode): Use it.
2121
2122 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2123
2124 * faces.el (describe-face): Call help-setup-xref earlier.
2125
2126 * jka-compr.el (jka-compr-load-suffixes): New var.
2127 (jka-compr-install): Add its content to load-suffixes.
2128 (jka-compr-uninstall): Remove its content from load-suffixes.
2129
2130 2001-10-12 Sam Steingold <sds@gnu.org>
2131
2132 * bindings.el (completion-ignored-extensions): CL-related
2133 extensions are platform-independent.
2134
2135 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2136 asynchronous multiple file copying.
2137
2138 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2139
2140 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2141 Turn error for repeated variables into warning.
2142
2143 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2144 New function checking that lambda-list consists of non-constant
2145 symbols, that &rest and &optional are followed by variable names,
2146 that &rest VAR is the last element, and that variables aren't doubled.
2147 (byte-compile-lambda): Use it.
2148
2149 2001-10-12 Eli Barzilay <eli@barzilay.org>
2150
2151 * calculator.el (calculator-eng-display): Don't call concat
2152 with an integer argument.
2153
2154 2001-10-12 Miles Bader <miles@gnu.org>
2155
2156 * help-mode.el (help-customize-face): New button-type.
2157
2158 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2159 (describe-face): Fix args to `help-xref-button'.
2160 Don't switch to help-buffer around call to `help-setup-xref'.
2161 Use `help-buffer' instead of hard-wired "*Help*".
2162 Require `help-mode'.
2163
2164 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2165
2166 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2167
2168 * help-mode.el (help-buffer): New function.
2169 Returns the buffer-name to use for help output.
2170 Change all the code to use it instead of hard-coding *Help*.
2171 (help-mode-map): Put back the mouse-2 binding.
2172 (help-xref-stack): Change the format and make buffer-local.
2173 (help-xref-stack-item): Make buffer-local.
2174 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2175 (help-xref-interned): Display the face doc as well.
2176 (help-follow-mouse): Re-introduce.
2177 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2178 (help-do-xref): Don't `push' any more.
2179 (help-follow): Also follow face names.
2180
2181 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2182 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2183 Autoload and cleanup.
2184 (describe-function): Call help-setup-xref.
2185 (describe-variable): Call help-setup-xref earlier.
2186
2187 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2188 (view-lossage): Call help-setup-xref correctly and earlier.
2189 (describe-bindings): Call help-setup-xref earlier.
2190 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2191 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2192
2193 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2194
2195 * master.el (master-mode): Use define-minor-mode instead of
2196 easy-mmode-define-minor-mode. Add autload cookie.
2197 (Commentary): Remove the line showing how to autoload master-mode,
2198 since it's always autoloaded.
2199
2200 * master.el: New file.
2201
2202 2001-10-11 Dave Love <fx@gnu.org>
2203
2204 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2205 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2206 <const-C varset-X const-C>: Fix car/cdr typo.
2207
2208 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2209
2210 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2211 New function extracted from byte-compile-log-1.
2212 (byte-compile-log-1): Change output to be more in line with
2213 the output of other GNU tools.
2214 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2215 (byte-compile-report-error): Downcase error message.
2216 Use `error' instead of `!!' for error messages.
2217 (byte-compile-print-syms): Treat non-interactive case specially.
2218 (displaying-byte-compile-warnings): Use backquote.
2219 (byte-compile-from-buffer): Bind byte-compile-last-line.
2220 (batch-byte-compile): Remove `Done' message.
2221
2222 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2223
2224 * emacs-lisp/copyright.el (copyright): Add final \n.
2225
2226 2001-10-11 Miles Bader <miles@gnu.org>
2227
2228 * diff.el (diff): Display default values in prompts as
2229 `(default ...)', not `(...)'.
2230
2231 * info.el (Info-follow-reference): Likewise.
2232
2233 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2234
2235 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2236
2237 * newcomment.el (comment-indent): Be a little more robust in case
2238 comment-indent-function does funny things.
2239 (comment-normalize-vars): Autoload.
2240 (comment-region-internal): Fiddle with the visibility spec.
2241 (comment-valid-prefix): New function.
2242 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2243 that would turn comment-text into non-comment-text.
2244
2245 * emacs-lisp/syntax.el: New file.
2246
2247 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2248 compatibility cruft.
2249 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2250 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2251 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2252 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2253 tcl-submit-bug-report.
2254 (tcl-mode-syntax-table): Leave \f alone.
2255 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2256 tcl-end-of-defun, tcl-submit-bug-report.
2257 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2258 (tcl-add-emacs-menu): Remove.
2259 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2260 (tcl-keyword-list): Add `chain'.
2261 (tcl-font-lock-syntactic-keywords): New variable.
2262 (tcl-pps-has-arg-6): Remove.
2263 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2264 (tcl-internal-mark-defun): Remove.
2265 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2266 (tcl-mode): Use define-derived-mode. Simplify.
2267 Set comment-indent-function.
2268 (tcl-indent-command): Use line-beginning-position and comment-indent.
2269 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2270 (tcl-indent-line): Use tcl-calculate-indent.
2271 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2272 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2273 (tcl-filter): Use with-current-buffer, simplify.
2274 (inferior-tcl-mode): Use define-derived-mode.
2275 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2276 (tcl-simple-in-comment, tcl-in-comment): Removed.
2277 (tcl-files-alist): New function.
2278 (tcl-help-snarf-commands): Use it and return the result directly
2279 rather than through a global variable.
2280 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2281 (tcl-help-on-word): Provide the default value to completing-read.
2282 (tcl-hilit): Remove.
2283 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2284 (tcl-comment-indent): New function.
2285 (tcl-submit-bug-report): Remove.
2286 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2287 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2288 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2289
2290 2001-10-10 Miles Bader <miles@gnu.org>
2291
2292 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2293 (Info-fontify-node): Don't fontify the node if it's already been done.
2294
2295 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2296
2297 * international/iso-transl.el (iso-transl-e-caret)
2298 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2299 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2300
2301 * simple.el (end-of-buffer): Fix code scrolling specially
2302 for the buffer end.
2303
2304 * startup.el (command-line-1): Bind tab-width to 8.
2305
2306 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2307
2308 * emulation/tpu-edt.el: Use defalias instead of fset for
2309 user-visible commands. From Rob Riepel
2310 <riepel@Networking.Stanford.EDU>.
2311
2312 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2313
2314 * ruler-mode.el: New file.
2315
2316 2001-10-09 Miles Bader <miles@gnu.org>
2317
2318 * apropos.el (button): New require.
2319
2320 * help-funs.el: New file, contents mostly from `help.el'.
2321 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2322
2323 * help-mode.el: New file, contents mostly from `help.el'.
2324
2325 * help.el: Don't require `view' when compiling.
2326 (help-with-tutorial, describe-function, describe-function-1)
2327 (variable-at-point, describe-variable, locate-library):
2328 Functions moved into `help-funs.el'.
2329 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2330 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2331 (help-setup-xref, help-xref-following, help-make-xrefs)
2332 (help-xref-button, help-insert-xref-button, help-xref-interned)
2333 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2334 (help-xref-on-pp): Functions moved into `help-mode.el'
2335 (help-mode-map, help-xref-stack, help-xref-stack-item)
2336 (help-highlight-p, help-highlight-face, help-back-label)
2337 (help-xref-symbol-regexp, help-xref-mule-regexp)
2338 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2339 (help-symbol, help-back, help-info, help-customize-variable)
2340 (help-function-def, help-variable-def):
2341 Button-types moved into `help-mode.el'.
2342 (load-symbol-file-load-history, symbol-file):
2343 Functions moved into `subr.el'.
2344 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2345 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2346
2347 * subr.el (symbol-file-load-history-loaded)
2348 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2349
2350 * loadup.el ("button"): Load removed.
2351
2352 * button.el (define-button-type): Respect any `supertype' property.
2353 (button-type-subtype-p, button-has-type-p): New functions.
2354
2355 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2356 dollar-signs.
2357
2358 * comint.el (comint-insert-previous-argument): New function.
2359 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2360 (comint-insert-previous-argument-last-start-pos)
2361 (comint-insert-previous-argument-last-index): New variables.
2362
2363 * apropos.el (apropos-next-label-button): Use the presence of a
2364 `apropos-label' property to detect label buttons.
2365
2366 2001-10-08 Miles Bader <miles@gnu.org>
2367
2368 * button.el (next-button, previous-button): Remove N and WRAP
2369 parameters. Don't pay attention to `skip' properties.
2370 (forward-button): Implement wrapping, iterating, and skipping here
2371 instead.
2372 (button-activate): USE-MOUSE-ACTION is optional.
2373 (button-nop): Function removed.
2374 (default-button): Use `ignore' as default button action.
2375
2376 * apropos.el (apropos-next-label-button): Update arguments to
2377 `next-button'.
2378 (apropos-symbol): Add `skip' property.
2379 (apropos-function, apropos-macro, apropos-command)
2380 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2381 (apropos-plist): New button types.
2382 (apropos-label-properties): Variable removed.
2383 (apropos-print): Pass button-type to apropos-print-doc, rather
2384 than help function and label text.
2385 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2386 Get button label from TYPE.
2387
2388 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2389
2390 * help.el (help-mode): Use define-derived-mode.
2391 (describe-mode): Add optional `buffer' arg.
2392 Use it instead of going through help-xref-mode.
2393 Avoid doubling the word `minor' when prettifying.
2394 (describe-function-1): List the corresponding key bindings.
2395 (describe-variable): Say if the var is automatically buffer-local.
2396 If the source is `loaddefs.el', look for the real source.
2397 (help-xref-mode): Remove.
2398
2399 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2400 the file says no-byte-compile.
2401
2402 2001-10-08 Miles Bader <miles@gnu.org>
2403
2404 * button.el (next-button, previous-button): Respect `skip' property.
2405
2406 2001-10-07 Miles Bader <miles@gnu.org>
2407
2408 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2409 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2410 `woman-follow-word' instead of `woman-mouse-2'.
2411 (woman-follow-word): Renamed from `woman-mouse-2'.
2412 Follow current unconditionally, since this function is now only
2413 bound to M-mouse-2. Use accessor functions.
2414 (WoMan-highlight-references): Use `make-text-button'.
2415 (woman-xref): New button type.
2416
2417 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2418 ("button"): New load, just before "help" (which uses it).
2419
2420 * help.el (help-mode-map): Make button-buffer-map our parent.
2421 Don't bind mouse events or tab/backtab.
2422 (help-function, help-variable, help-face, help-coding-system)
2423 (help-input-method, help-character-set, help-back, help-info)
2424 (help-customize-variable, help-function-def, help-variable-def):
2425 New button types.
2426 (help-button-action): New function.
2427 (describe-function-1): Pass help button-types to
2428 `help-xref-button' rather than help function and help-echo string.
2429 Don't put multiple help-function args in a list to pass them to
2430 help-xref-button, just pass them as multiple arguments.
2431 Use `help-insert-xref-button' to make [back]-button, rather than
2432 `help-xref-button'.
2433 (help-xref-button): Take a button-type TYPE as a parameter rather
2434 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2435 and add a &rest parameter ARGS to serve the same purpose.
2436 Use `make-text-button' to add the button.
2437 (help-insert-xref-button): Use `insert-text-button' to add the button.
2438 (help-follow-mouse, help-next-ref, help-previous-ref):
2439 Functions removed.
2440 (help-do-xref): New function.
2441 (help-follow): Use `push-button' and `help-do-xref' to do most of
2442 the work.
2443
2444 * apropos.el (apropos-symbol, apropos-label): New button types.
2445 (apropos-symbol-button-display-help)
2446 (apropos-label-button-display-help, apropos-next-label-button):
2447 New functions.
2448 (apropos-mode-map): Make button-buffer-map our parent.
2449 Don't bind mouse events.
2450 (apropos-print, apropos-print-doc): Create buttons instead of text
2451 properties.
2452 (apropos-mouse-follow): Function removed.
2453 (apropos-follow): Use buttons.
2454
2455 * button.el: New file.
2456
2457 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2458
2459 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2460 Remove.
2461
2462 2001-10-05 Richard M. Stallman <rms@gnu.org>
2463
2464 * add-log.el (add-change-log-entry): Skip copyright notice
2465 and copying permission notice at start of file, if any.
2466 Make use of terms "entry" and "item" accord with Emacs manual.
2467 Simplify the logic for moving point while entering or creating
2468 an entry and then an item.
2469 (add-change-log-entry-other-window): Doc fix.
2470
2471 2001-10-06 Miles Bader <miles@gnu.org>
2472
2473 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2474 removed; they apparently don't work with faces.
2475
2476 2001-10-05 Sam Steingold <sds@gnu.org>
2477
2478 * textmodes/sgml-mode.el (html-xhtml): New user option.
2479 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2480 (html-ordered-list, html-unordered-list, html-list-item)
2481 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2482 (sgml-skip-close-p): New function.
2483 (sgml-value): Use it.
2484
2485 2001-10-05 Sam Steingold <sds@gnu.org>
2486
2487 * calendar/diary-lib.el (diary-entry-compare): When times are
2488 identical, compare the entries lexicographically.
2489
2490 2001-10-06 Miles Bader <miles@gnu.org>
2491
2492 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2493 Use `minibuffer-prompt-end'.
2494
2495 * simple.el (previous-matching-history-element): Fix misplaced
2496 parentheses.
2497
2498 2001-10-05 Miles Bader <miles@gnu.org>
2499
2500 * rfn-eshadow.el: New file.
2501
2502 2001-10-05 Miles Bader <miles@gnu.org>
2503
2504 * cus-face.el (custom-face-attributes): Make sure each attribute
2505 has a valid default value. Remove hacks that mapped `nil' to
2506 `off' and used nil to mean `unspecified'. Remove `unspecified'
2507 choices from all attributes (unspecified is handled by the parent
2508 checklist).
2509 * cus-edit.el (custom-face-edit-convert-widget)
2510 (custom-face-edit-deactivate, custom-face-edit-activate)
2511 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2512 New functions.
2513 (custom-face-edit): Specify a custom :convert-widget.
2514 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2515 Don't pass in default filters that map between `nil' and `off' and
2516 `unspecified' and `nil'.
2517
2518 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2519
2520 * progmodes/compile.el (compilation-buffer-name): New function.
2521 (compile-internal): Use it to determine the name of the
2522 compilation buffer.
2523
2524 2001-10-05 Miles Bader <miles@gnu.org>
2525
2526 * progmodes/compile.el (grep-use-null-device): New variable.
2527 (grep-command): Mention `grep-use-null-device'.
2528 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2529 Make computation of `grep-command' respect `grep-use-null-device'.
2530 (grep): Respect `grep-use-null-device'.
2531 Call `grep-compute-defaults' even if grep-command is set, if
2532 grep-use-null-device is still tentative.
2533
2534 * subr.el (call-process-shell-command): New function.
2535
2536 2001-10-05 Miles Bader <miles@gnu.org>
2537
2538 * simple.el (previous-matching-history-element)
2539 (next-history-element, next-complete-history-element): Use
2540 `minibuffer-' functions instead of calling `field-' functions directly.
2541 (minibuffer-prompt-end, minibuffer-contents):
2542 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2543 Functions removed (now subrs).
2544 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2545
2546 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2547 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2548 instead of calling `field-' functions directly.
2549 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2550
2551 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2552
2553 * files.el (find-file-noselect): If file's read-only status has
2554 changed on disk, ask if buffer's read-only status should be
2555 changed, unless NOWARN is set.
2556
2557 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2558 alias for define-setf-method.
2559
2560 * bindings.el: Remove no-byte-compile from file local variables
2561 to enable bootstrapping.
2562
2563 2001-10-04 Andrew Innes <andrewi@gnu.org>
2564
2565 * faces.el (face-font-registry-alternatives) [windows-nt]:
2566 Make gb2312 an alias for gb2312.1980.
2567
2568 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2569
2570 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2571 (uniquify-reverse-components): Remove.
2572
2573 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2574 Make sure the file is readable.
2575 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2576 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2577 (batch-byte-recompile-directory): Pass arg=0.
2578
2579 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2580 (perl-calculate-indent): Use it.
2581 (perl-backward-to-noncomment): Use forward-comment.
2582
2583 * derived.el (define-derived-mode, derived-mode-make-docstring):
2584 Allow `parent' to be nil.
2585
2586 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2587 Use define-derived-mode.
2588 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2589
2590 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2591
2592 * emacs-lisp/lselect.el: Use facep iso find-face.
2593
2594 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2595 Use regexp-opt.
2596 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2597 (lisp-font-lock-syntactic-face-function): New function.
2598 (lisp-mode-variables): Use it. Make arg optional.
2599 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2600 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2601 Set comment-start-skip.
2602
2603 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2604
2605 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2606 (ignore-errors): Don't bother using a `err' symbol.
2607
2608 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2609 (autoload-insert-section-header, autoload-before-p)
2610 (autoload-remove-section): New functions.
2611 (generate-file-autoloads): Use them.
2612 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2613 Make sure the autoload file is properly formatted when creating it.
2614 (update-autoloads-from-directories): Use them as well.
2615 Only update autoloads for files whose timestamp has changed.
2616 Add a dummy entry to remember the files which had no autoload cookies.
2617
2618 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2619
2620 * subr.el (define-key-after): Allow `key' to be longer than 1.
2621 (make-local-hook): Make obsolete.
2622 (add-hook, remove-hook): Don't use make-local-hook any more.
2623 (make-syntax-table): Inherit all chars from s-s-t.
2624
2625 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2626
2627 This is a fix for a report saying that resuming a search with C-s
2628 C-s doesn't use the case-fold-search setting of the previous
2629 search (C-s ... M-c ... then C-s C-s).
2630
2631 * isearch.el (isearch-last-case-fold-search): New variable.
2632 (isearch-mode): Remember value of isearch-case-fold-search
2633 in isearch-last-case-fold-search.
2634 (isearch-done): Quote value of isearch-case-fold-search.
2635 (isearch-repeat): When resuming a search, restore
2636 isearch-case-fold-search from isearch-last-case-fold-search.
2637
2638 Added to NEWS.
2639
2640 * startup.el (inhibit-startup-buffer-menu): New user-option.
2641 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2642 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2643
2644 This allows upto 99999 messages in the summary without screwing up
2645 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2646
2647 * mail/rmailsum.el (rmail-make-summary-line)
2648 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2649 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2650 Allow 5-digit message ids instead of 4.
2651
2652 This adds expansion of environment variables in the value
2653 specified with M-x setenv. Added to NEWS.
2654
2655 * env.el (substitute-env-vars): New function.
2656 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2657 environment variables in VALUE. Return VALUE.
2658
2659 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2660
2661 * Branch for 21.1.
2662
2663 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2664
2665 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2666
2667 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2668
2669 * emulation/tpu-edt.el: Make messages match original TPU/edt
2670 editor. From riepel@Stanford.EDU (Rob Riepel).
2671
2672 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2673
2674 * rect.el: Update maintainer's email address.
2675
2676 2001-10-02 Andreas Schwab <schwab@suse.de>
2677
2678 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2679 and Extended Passive Mode, resp.
2680
2681 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2682
2683 These changes add support for Calendar-related items in the
2684 menu bar on tty's as well:
2685
2686 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2687 unconditionally.
2688 (calendar-mode): Set up activate-menubar-hook unconditionally.
2689
2690 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2691 calls x-popup-menu only if popup menus are supported.
2692 (calendar-mouse-insert-hebrew-diary-entry)
2693 (calendar-mouse-insert-islamic-diary-entry)
2694 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2695 (calendar-mouse-view-other-diary-entries)
2696 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2697 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2698 Call cal-menu-x-popup-menu instead of x-popup-menu.
2699
2700 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2701
2702 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2703
2704 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2705
2706 * emacs-lisp/rx.el: New file.
2707
2708 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2709
2710 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2711
2712 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2713
2714 * frame.el (select-frame-by-name, other-frame): Doc fix.
2715
2716 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2717
2718 * play/snake.el (snake-score-file): Use temporary-file-directory
2719 instead of a literal "/tmp". Suggested by Robert
2720 <robert@chezmarshall.freeserve.co.uk>.
2721
2722 * play/tetris.el (tetris-score-file): Ditto.
2723
2724 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2725
2726 * apropos.el (apropos-print): Make the directions inserted at the
2727 beginning of the *Apropos* buffer more clear.
2728
2729 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2730
2731 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2732 Added comments.
2733
2734 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2735
2736 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2737 "\\s-" when defining comment-end-skip.
2738
2739 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2740
2741 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2742 Call get-buffer-window first second arg `visible'.
2743
2744 * international/mule-diag.el (list-input-methods-1):
2745 Output something that's independent of Emacs' version.
2746
2747 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2748 calling byte-to-position with a nil tar-header-offset.
2749
2750 2001-09-27 Simon Josefsson <jas@extundo.com>
2751
2752 * mail/sendmail.el (send-mail-function): Doc fix.
2753 (mail-do-fcc): Error if header-end is not a marker.
2754 (mail-do-fcc): Add a comment.
2755 (mail-reply-to): Doc fix.
2756 (mail-signature): Make ATPOINT optional.
2757 (mail-yank-original): Use cond instead of nestled if.
2758
2759 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2760
2761 * info.el (Info-on-current-buffer): Default arg to "Top".
2762
2763 2001-09-25 Eli Barzilay <eli@barzilay.org>
2764
2765 * calculator.el (calculator-copy-displayer): New user-option.
2766 (calculator-displayer-prev, calculator-displayer-next):
2767 Renamed from calculator-displayed-{left,right}.
2768 (calculator, calculator-standard-displayer)
2769 (calculator-num-to-string, calculator-update-display)
2770 (calculator-copy, calculator-put-value): Bug and display fixes.
2771
2772 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2773
2774 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2775 (ebnf-version): New version (3.6.1).
2776
2777 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2778 (ebnf-bnf-non-terminal-chars): New internal const.
2779 (ebnf-bnf-lex): Fix code.
2780
2781 * ebnf-iso.el: Fix character range regexp. Doc fix.
2782 (ebnf-iso-non-terminal-chars): New internal const.
2783 (ebnf-iso-lex): Fix code.
2784
2785 * ebnf-yac.el: Fix character range regexp. Doc fix.
2786 (ebnf-yac-skip-chars): New internal const.
2787 (ebnf-yac-skip-code): Fix code.
2788
2789 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2790
2791 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2792
2793 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2794 passing it to VC.
2795
2796 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2797 case where the file is relative.
2798
2799 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2800
2801 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2802 same on each side. Make sure we properly handle simple quotes.
2803 From Daiki Ueno <ueno@unixuser.org>.
2804
2805 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2806
2807 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2808 <jas@extundo.com>.
2809
2810 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2811 some items of the Options menu.
2812
2813 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2814
2815 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2816
2817 * vc-hooks.el (vc-delete-automatic-version-backups):
2818 Don't fail if the directory doesn't exist.
2819
2820 * diff-mode.el (diff-default-read-only): New var.
2821 (diff-mode): Use it.
2822
2823 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2824
2825 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2826 Use make-keymap instead of copy-keymap, since copying the global
2827 keymap messes up the menu bar.
2828
2829 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2830 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2831
2832 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2833
2834 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2835
2836 * dired-aux.el (dired-insert-subdir): Pass switches to
2837 dired-build-subdir-alist.
2838
2839 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2840
2841 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2842 caused %#a and %#b to be mis-formatted.
2843
2844 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2845
2846 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2847 ccmode, emacs-mime, and eudc manuals.
2848
2849 2001-09-19 Sam Steingold <sds@gnu.org>
2850
2851 w32 find cannot be used with `grep-find'.
2852 * progmodes/compile.el (find-program): New variable.
2853 (grep-compute-defaults): Use it to set `grep-find-command'.
2854
2855 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2856
2857 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2858
2859 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2860
2861 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2862 programming. Doc fix.
2863 (ebnf-version): New version (3.6).
2864 (ebnf-eps-begin): Data fix.
2865 (ebnf-begin-file): Code fix.
2866
2867 * ebnf-bnf.el: Doc fix.
2868 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2869
2870 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2871
2872 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2873
2874 * ps-print.el: Better face mapping for black/white PostScript printers.
2875 Check if mark is active when printing a region. Doc fix.
2876 (ps-print-version): New version number (6.5.5).
2877 (ps-print-color-p): Customization fix.
2878 (ps-black-white-faces): New option.
2879 (ps-black-white-faces-alist): New internal var.
2880 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2881 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2882 (ps-nb-pages-region): Interactive fix.
2883 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2884 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2885
2886 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2887
2888 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2889 numeric month value, and allow the Kanji character after the it to
2890 be missing (happens with ls-lisp's output on Japanese versions of
2891 MS-Windows).
2892
2893 2001-09-18 Miles Bader <miles@gnu.org>
2894
2895 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2896 it's empty (and thus probably a new patch file about to be edited).
2897
2898 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2899
2900 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2901 Check for '(' in column 0 of doc string.
2902
2903 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2904 of `nth' so that using a vector as bounding-box works.
2905 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2906
2907 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2908
2909 * vc.el (vc-annotate): Use current workfile version explicitly as
2910 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2911
2912 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2913
2914 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2915 convert-standard-filename doesn't guarantee that the .el extension
2916 is preserved.
2917
2918 * dos-fns.el (convert-standard-filename): Replace invalid
2919 characters only after converting dash/underscore to a period.
2920 (original-make-auto-save-file-name): New.
2921 (make-auto-save-file-name): New function, overrides the definition
2922 on files.el and calls the original function via
2923 original-make-auto-save-file-name.
2924
2925 * mail/rmail.el (top-level): Require mule-utils when compiling.
2926 (rmail-decode-babyl-format): Use detect-coding-with-priority
2927 instead of detect-coding-region, to favor detection of emacs-mule
2928 encoded Babyl files written by rmailout.el etc. Suggested by
2929 Kenichi Handa <handa@etl.go.jp>.
2930
2931 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2932
2933 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2934 Use `equal', not `=', since the device number can be a cons cell.
2935
2936 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2937
2938 * simple.el: Comment out change of 2001-09-13.
2939
2940 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2941
2942 * progmodes/compile.el (grep-compute-defaults): Don't set
2943 grep-command/grep-find-command when it is already non-nil.
2944 (grep-command): Make it a user option.
2945 (grep-find-command): Likewise.
2946
2947 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2948
2949 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2950 inhibit quit.
2951
2952 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2953
2954 * files.el (make-auto-save-file-name): If long file names are not
2955 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2956 generating an auto-save file name from it.
2957
2958 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2959
2960 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2961 (ps-nb-pages-region): Signal an error if called interactively
2962 and the mark is not active.
2963
2964 * simple.el (minibuffer-prompt-modification)
2965 (minibuffer-prompt-insertion): New functions.
2966 (minibuffer-prompt-properties): Use `modification-hooks' and
2967 `insert-in-front-hooks'.
2968
2969 2001-09-12 Richard M. Stallman <rms@gnu.org>
2970
2971 * textmodes/outline.el (outline-regexp): Doc fix.
2972 Initialize it in the defcustom, the usual way.
2973
2974 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2975
2976 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2977 from `ediff-meta-info' properties need not be an overlay.
2978 From David Ponce <dponce@voila.fr>.
2979
2980 * isearch.el (isearch-intersects-p): Fix end checks.
2981
2982 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2983
2984 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2985 `t' branch of `cond', since Irix 6.1 and up is a special case of
2986 the standard dbx interface.
2987
2988 2001-09-11 Miles Bader <miles@gnu.org>
2989
2990 * comint.el (comint-send-input): When waiting for echoed input,
2991 don't save the expected end position in `echo-end', so that things
2992 work properly even if the buffer is modified elsewhere at the same
2993 time [this happens if `comint-truncate-buffer' is used].
2994
2995 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2996
2997 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2998 when constructing imenu-generic-expression from outline-regexp.
2999
3000 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3001
3002 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3003 `equal' instead of `=', since they can be cons cells. From Nils
3004 Goesche <cartan@cartan.de>.
3005
3006 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3007
3008 * vc.el (vc-annotate): Rewrote doc string.
3009
3010 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3011
3012 * time-stamp.el: Update Stephen Gildea's email address.
3013
3014 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3015
3016 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3017 enable-multibyte-characters = nil. From Hallvard B Furuseth
3018 <h.b.furuseth@usit.uio.no>.
3019
3020 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3021
3022 * ediff-init.el (ediff-highest-priority): Bug fix.
3023
3024 * viper-cmd.el (viper-special-read-and-insert-char): New function
3025 that reads a character and uses the current input method or
3026 iso-accents when appropriate.
3027
3028 * viper.el and all others: Corrections to the comment blocks at
3029 the top.
3030
3031 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3032
3033 * info.el (Info-goto-node): Doc fix.
3034
3035 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3036
3037 * isearch.el (isearch-intersects-p): New function.
3038 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3039 use isearch-intersects-p, and clean up.
3040
3041 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3042
3043 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3044 and "german8", for the new German orthography dictionaries,
3045 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3046 the entries, to keep the line length balanced for loaddefs.el.
3047
3048 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3049
3050 * comint.el (comint-send-input): Handle comint-process-echoes
3051 differently.
3052
3053 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3054
3055 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3056
3057 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3058
3059 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3060
3061 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3062
3063 * server.el (server-switch-buffer):
3064 * textmodes/refer.el (refer-find-entry-internal):
3065 * term/sup-mouse.el (sup-pos-to-window):
3066 * term/bg-mouse.el (bg-window-from-x-y):
3067 * emacs-lisp/edebug.el (edebug-window-live-p):
3068 Use get-window-with-predicate.
3069
3070 * window.el (get-window-with-predicate): Renamed from some-window.
3071 (some-window): Make it an alias.
3072
3073 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3074
3075 * simple.el (undo): Remove positions from buffer-undo-list up to
3076 the next undo boundary only.
3077
3078 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3079
3080 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3081 Kim <ryk@dspwiz.com>
3082
3083 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3084 the message "Creating customization items...done".
3085
3086 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3087
3088 * font-lock.el (toplevel): Require `jit-lock' only if
3089 font-lock-support-mode is set to jit-lock-mode.
3090
3091 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3092
3093 * international/quail.el (quail-use-package, quail-inactivate)
3094 (quail-activate): Mention the hooks these functions run in their
3095 doc strings.
3096
3097 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3098
3099 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3100 of file in header of menu.
3101
3102 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3103
3104 * env.el (setenv): Interactively, if VARIABLE has a current value,
3105 add that to the front of the history, as the doc string says.
3106
3107 * comint.el (comint-send-input): Change help-echo.
3108 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3109
3110 * bookmark.el (bookmark-write-file): Bind print-length and
3111 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3112
3113 * obsolete/uncompress.el: Moved there from lisp/.
3114
3115 * comint.el (comint-insert-clicked-input): Goto point-max before
3116 deleting previous input. From "Dr Francis J. Wright"
3117 <F.J.Wright@qmw.ac.uk>.
3118
3119 * simple.el (backward-word): Doc fix.
3120
3121 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3122
3123 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3124 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3125 * w32-fns.el: Add Keywords header.
3126
3127 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3128
3129 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3130 "Text Properties". Suggested by Simon Marshall
3131 <Simon.Marshall@midas-kapiti.com>.
3132
3133 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3134
3135 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3136 consulting the value of file-name-coding-system.
3137
3138 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3139
3140 * help.el (describe-function-1): Save precomputed `file-name' rather
3141 than recomputing it (incorrectly) with `symbol-file'.
3142
3143 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3144
3145 * international/isearch-x.el (isearch-exit-recursive-edit):
3146 Take three parameters, since it's used as an after-change-function.
3147
3148 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3149 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3150 from doc strings.
3151
3152 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3153
3154 * progmodes/glasses.el (glasses-convert-to-unreadable):
3155 Consider underscores as in `glasses-make-readable'.
3156
3157 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3158
3159 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3160 MS-DOS, since cpp might not be available.
3161
3162 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3163 Mention "yank" in the help-echo text.
3164 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3165
3166 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3167
3168 * newcomment.el (comment-indent): Insert spaces more carefully.
3169
3170 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3171
3172 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3173 exists. From Andy Petrusenco <andy@int.spb.ru>.
3174
3175 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3176 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3177 <andy@int.spb.ru>.
3178
3179 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3180
3181 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3182 Instead of running mouse-yank-at-click, see what the event is
3183 bound to outside Isearch and run that.
3184
3185 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3186
3187 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3188 Fix the menu entry to mention transient-mark-mode.
3189
3190 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3191
3192 * simple.el (eval-expression-print-level): Fix last change.
3193
3194 * bindings.el (mode-line-coding-system-map): New variable.
3195 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3196
3197 * simple.el (eval-expression-print-level): Change the type
3198 of the defcustom to allow nil.
3199
3200 * emacs-lisp/find-gc.el: Moved here from lisp/.
3201
3202 * international/quail.el (quail-completion-1):
3203 Reverse the ((CHAR . DEFN) ...) list before processing it.
3204 From Kenichi Handa <handa@etl.go.jp>.
3205
3206 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3207 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3208
3209 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3210
3211 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3212 aren't supported. This avoids the annoying gray strip drawn by
3213 the Windows version instead of the missing tool bar.
3214
3215 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3216
3217 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3218 and tooltips more consistent. From "Marshall, Simon"
3219 <Simon.Marshall@midas-kapiti.com>.
3220
3221 * startup.el (fancy-splash-screens): Temporarily set
3222 minor-mode-map-alist to nil while displaying splash screens.
3223
3224 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3225
3226 * buff-menu.el: Add Keywords header.
3227 Doc fix (C-x C-b is bound to list-buffers).
3228
3229 * dired-x.el: Add keyword files to get listed in finder.
3230 Remove confusing notes about GNU Emacs 19.
3231
3232 * dired.el, dired-aux.el: Add Keywords header.
3233
3234 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3235
3236 * vc.el (vc-revert-file): Call the backend even if the FILE's
3237 contents can be reverted locally; pass new arg CONTENTS-DONE
3238 down to the backend.
3239
3240 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3241 optional arg CONTENTS-DONE.
3242
3243 2001-08-28 Andrew Innes <andrewi@gnu.org>
3244
3245 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3246
3247 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3248
3249 * makefile.nt (install): Copy more *.el files.
3250
3251 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3252
3253 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3254 instead of `w' which is already in use.
3255
3256 * gs.el (gs-load-image): Use sleep-for.
3257 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3258
3259 2001-08-28 Miles Bader <miles@gnu.org>
3260
3261 * replace.el (query-replace-regexp-eval): Return args from
3262 `interactive' form in correct order.
3263
3264 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3265
3266 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3267 major modes, don't create panes for modes for which
3268 mouse-buffer-menu-alist returns an empty alist.
3269
3270 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3271
3272 * progmodes/hideshow.el: Update first-line description.
3273 Sync comments w/ maintainer version 5.31.
3274
3275 (hs-isearch-open): Default value now `code'.
3276 Fix docstring to use "code blocks" vs "comment blocks",
3277 as opposed to "block" vs "comment".
3278 (hs-flag-region): Accept `hs-isearch-open' value
3279 of `block' as synonymous w/ `code'.
3280 (hs-hide-block-at-point): For code blocks, pass `code'
3281 to `hs-flag-region' instead of `block'.
3282
3283 2001-08-28 Miles Bader <miles@gnu.org>
3284
3285 * comint.el (comint-next-prompt): Don't loop infinitely if
3286 {next,previous}-single-char-property-change returns its input
3287 position when the search fails.
3288
3289 2001-08-27 Miles Bader <miles@gnu.org>
3290
3291 * comint.el (comint-get-old-input-default): Don't signal an error
3292 if point is not on an input field; instead, return the current
3293 line (using `comint-bol' to skip any prompt, in case we're not
3294 using fields at all).
3295
3296 * man.el (Man-mode-line-format): Variable removed.
3297 (Man-mode): Change `mode-line-buffer-identification' instead of
3298 `mode-line-format'.
3299
3300 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3301
3302 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3303 From Simon Josefsson <jas@extundo.com>.
3304
3305 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3306
3307 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3308 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3309
3310 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3311 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3312
3313 * emacs-lisp/lselect.el: Ditto.
3314
3315 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3316 Remove periods from the end of error message strings.
3317 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3318
3319 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3320 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3321
3322 * net/telnet.el: Ditto.
3323
3324 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3325
3326 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3327 KEYMAP to the call to define-minor-mode.
3328
3329 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3330
3331 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3332 Replace some of the undefined characters with emulations of bidi
3333 formatting characters and Niqud as per SI 1311-1.
3334 (IT-unicode-translations): Ditto.
3335 (IT-display-table-setup, IT-setup-unicode-display):
3336 Fill characters without translations with dos-unsupported-char-glyph.
3337
3338 2001-08-24 Simon Josefsson <jas@extundo.com>
3339
3340 * hl-line.el (hl-line-mode): Don't be a global mode.
3341 (global-hl-line-mode): New function.
3342
3343 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3344
3345 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3346 being reset by Ghostscript. Don't kill the gs process.
3347 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3348
3349 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3350
3351 * term/mac-win.el: Require scroll-bar.
3352
3353 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3354
3355 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3356
3357 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3358
3359 * hexl.el (hexl-insert-multibyte-char) New function.
3360 (hexl-quoted-insert, hexl-self-insert-command)
3361 (hexl-insert-hex-char, hexl-insert-decimal-char)
3362 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3363 Fix the doc strings accordingly.
3364 (hexl-insert-char): Reject characters whose code is above 255.
3365 Doc fix.
3366 (hexl-mode-map): Copy the global keymap instead of creating a
3367 sparse keymap, and bind all self-inserting characters to
3368 hexl-self-insert-command.
3369
3370 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3371
3372 * wid-edit.el (text): Re-order docstring correctly.
3373
3374 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3375
3376 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3377
3378 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3379
3380 * simple.el (line-number-mode): Mention the variable
3381 line-number-display-limit-width in the doc string.
3382
3383 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3384
3385 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3386 Temporarily select EVENT's window for switching buffers.
3387 (mode-line-bury-buffer): New function.
3388 (mode-line-buffer-identification-keymap): Use it instead of
3389 bury-buffer. Bind down-mouse events to prevent global down-mouse
3390 events from shining through.
3391
3392 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3393
3394 * newcomment.el (comment-beginning): Make sure the comment-start
3395 we found isn't a comment-end (in cases where confusion is possible).
3396
3397 2001-08-22 Miles Bader <miles@gnu.org>
3398
3399 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3400 before writing it, so that hard-links don't see new version.
3401
3402 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3403
3404 * gs.el (gs-set-ghostview-colors-window-prop):
3405 Call x-change-window-property with 3rd arg FRAME.
3406 (gs-load-image): Wait for a previous Ghostscript process
3407 to complete before starting a new one.
3408
3409 * image.el (image-type-regexps): Make sure that the TIFF
3410 pattern is only matched at the beginning of a string.
3411 From Markus Rost <rost@math.ohio-state.edu>.
3412
3413 * international/swedish.el: Pre-Mule file removed. From Jonas
3414 Oberg <jonas@gnu.org>.
3415
3416 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3417
3418 * whitespace.el (whitespace-abort-on-error): Add custom variable
3419 to whitespace to abort a write-file if whitespace is detected in file.
3420
3421 * whitespace.el (whitespace-write-file-hook): Hook to be called
3422 when writing a file. If `whitespace-abort-on-error' is set, the
3423 write will abort on detecting whitespaces.
3424 If `whitespace-auto-cleanup' is set, the file will be cleaned
3425 automatically prior to writing.
3426
3427 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3428 whitespaces in the error output!
3429
3430 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3431 `indent-tabs-mode', since the latter notes user preferences on
3432 TABs anyway.
3433
3434 * whitespace.el (whitespace-version): 3.1. All of the above issues
3435 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3436
3437 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3438
3439 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3440 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3441
3442 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3443
3444 2001-08-20 Alex Schroeder <alex@gnu.org>
3445
3446 * sql.el (sql-db2): Doc change.
3447
3448 2001-08-20 Alex Schroeder <alex@gnu.org>
3449
3450 * sql.el (sql-postgres): Add the database at the end of the
3451 parameters instead of at the beginning.
3452 (sql-postgres-options): Doc change.
3453
3454 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3455
3456 * custom.el (defcustom): Doc fix.
3457
3458 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3459
3460 * ps-mule.el (find-composition): Check if (char-after POS)
3461 returns a valid character.
3462
3463 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3464
3465 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3466 original-point for extra CR characters that are added/removed when
3467 the buffer is written/read whose EOL type is -dos.
3468
3469 2001-08-16 Miles Bader <miles@gnu.org>
3470
3471 * simple.el (line-move): Undo previous change.
3472
3473 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3474 property to input-terminating `boundary' overlays to avoid
3475 line-move wierdness.
3476
3477 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3478
3479 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3480 buffer in a save-restriction. Under one test case with Ediff,
3481 window-scroll-functions are run with a window start that's
3482 temporarily outside of the restriction.
3483
3484 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3485
3486 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3487 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3488 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3489 (texinfo-update-menu-region-beginning)
3490 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3491 command, @ifnottex, to regexps, so it is found.
3492
3493 2001-08-16 Andrew Innes <andrewi@gnu.org>
3494
3495 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3496 (DONTCOMPILE): Omit sc.el.
3497
3498 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3499 (DONTCOMPILE): Omit sc.el.
3500
3501 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3502
3503 * replace.el (occur): Bind inhibit-read-only to t.
3504
3505 2001-08-16 Miles Bader <miles@gnu.org>
3506
3507 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3508 calling `constrain-to-field', to avoid problems with comint prompts.
3509
3510 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3511
3512 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3513 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3514
3515 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3516 of a while-loop.
3517
3518 * Makefile.in (DONTCOMPILE): Remove sc.el.
3519
3520 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3521 Don't include term/.
3522
3523 * mail/sc.el: Moved to obsolete/.
3524
3525 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3526
3527 * ps-print.el: Change error function arguments to follow Emacs
3528 message convention. Doc fix.
3529 (ps-print-version): New version number (6.5.4).
3530 (coding-system-for-write): Change declaration position to avoid
3531 XEmacs compilation gripes.
3532 (coding-system-for-read, buffer-file-coding-system):
3533 Declarations to avoid XEmacs compilation gripes.
3534
3535 * ps-mule.el: Doc fix.
3536 (ps-mule-encode-header-string): If STRING is not a string, replace
3537 STRING by empty string.
3538
3539 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3540
3541 * frame.el (show-trailing-whitespace): Doc fix.
3542
3543 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3544
3545 * desktop.el (desktop-save): Insert the coding: tag before
3546 desktop-header.
3547
3548 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3549
3550 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3551 its path from $els.
3552
3553 * image.el (image-jpeg-p): Fix call of substring.
3554
3555 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3556
3557 * play/animate.el (animate-string): Doc fix. Use a buffer
3558 name with stars in it.
3559 (animate-sequence): New function.
3560 From Richard Stallman <rms@gnu.org>.
3561
3562 * frame.el (select-frame-set-input-focus): New function
3563 extracted from other-frame.
3564 (other-frame): Use it.
3565 (next-multiframe-window, previous-multiframe-window): Use it.
3566
3567 * isearch.el (isearch-other-meta-char): Don't switch to the
3568 buffer of a window clicked on, when the current buffer is
3569 in Isearch mode.
3570
3571 * image.el (image-jpeg-p): Test for APPn markers in the range
3572 #xe0..#xef.
3573
3574 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3575
3576 * desktop.el (desktop-save): Don't use concat to form a file
3577 name, use expand-file-name.
3578
3579 * mouse.el (mouse-delete-window): Do nothing if frame has just
3580 one window.
3581
3582 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3583 for the minor mode name.
3584
3585 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3586 minor mode name.
3587
3588 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3589 instead of make-mode-line-mouse2-map.
3590
3591 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3592 the minor mode name.
3593
3594 * emacs-lisp/easy-mmode.el (define-minor-mode):
3595 Use mode-line-minor-mode-keymap for the minor mode name.
3596
3597 * calendar/calendar.el (calendar-mode-line-format):
3598 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3599
3600 * bindings.el (make-mode-line-mouse-map): Renamed from
3601 make-mode-line-mouse2-map. Take additional arg MOUSE.
3602 (mode-line-modified): Use mouse-3 instead of mouse-2.
3603 (mode-line-buffer-identification-keymap): Bind keys differently.
3604 (propertized-buffer-identification): Adapt help-echo to new bindings.
3605
3606 * bindings.el (mode-line-format): Specify help-echo for line
3607 number, column number and buffer-percent part of the mode-line.
3608
3609 * image.el (image-type-regexps): Allow whitespace at the start
3610 of the image data for XPM, XBM and Postscript, which are
3611 text files.
3612 (image-jpeg-p): Correct calculation of next field offset.
3613
3614 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3615
3616 * battery.el: Fix typo.
3617
3618 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3619
3620 * image.el (image-type-regexps): Allow predicates. Change the way
3621 JPEG images are recognized.
3622 (image-jpeg-p): New function.
3623 (image-type-from-data): Handle predicates in image-type-regexps.
3624
3625 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3626 #:, #x, #o, and similar constructs.
3627
3628 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3629
3630 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3631
3632 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3633 instead of `progn'.
3634
3635 * tar-mode.el (tar-extract): Avoid generating a new buffer
3636 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3637
3638 * textmodes/paragraphs.el (forward-sentence): Avoid building
3639 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3640
3641 * progmodes/executable.el (executable-set-magic):
3642 If executable-find returns a quoted file name, unquote it before
3643 inserting it.
3644
3645 * image.el (image-type-regexps): For JPEG files, use a regexp
3646 derived from the JFIF spec.
3647
3648 * image.el (image-type-regexps): Use `\`' instead of `^' in
3649 most regular expressions.
3650
3651 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3652
3653 * play/animate.el: Re-insert a reference to re-inserted function.
3654
3655 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3656
3657 * help.el (describe-function-1): Use find-function-search-for-symbol
3658 instead of find-function-noselect because the latter follows aliases.
3659
3660 * play/animate.el (animate-birthday-present): Re-insert.
3661
3662 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3663 Handle old-style menu definitions.
3664
3665 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3666
3667 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3668 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3669
3670 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3671 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3672 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3673
3674 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3675
3676 * textmodes/tildify.el: Milan Zamazal has new address.
3677
3678 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3679
3680 * custom.el (custom-set-variables): Don't test `custom-requests'
3681 properties, check the third element of the options passed to
3682 custom-set-variables instead.
3683
3684 * info.el (info-insert-file-contents): Use info-file-exists-p
3685 instead of file-exists-p.
3686
3687 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3688 the mode-line face is restored. Fix several bugs.
3689
3690 * replace.el (perform-replace): Doc fix.
3691
3692 2001-08-02 Francesco Potorti` <pot@gnu.org>
3693
3694 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3695 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3696 (uniquify-fix-item-base, uniquify-fix-item-filename)
3697 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3698 Callers changed.
3699 (uniquify-set-proposed): Changed to work with a vector item.
3700 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3701 the fix list, and a list of strings for the non-file buffer
3702 names. Both changes reduce consing.
3703 (uniquify-rationalize-a-list): Local variable renaming.
3704 (uniquify-rationalize-conflicting-sublist): Use member instead of
3705 assoc.
3706 (uniquify-rename-buffer): Use unless instead of if not.
3707
3708 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3709
3710 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3711
3712 * custom.el (custom-set-variables): Set options with :require
3713 clauses last.
3714
3715 * custom.el (defcustom): Doc fix.
3716
3717 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3718
3719 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3720
3721 * man.el (man): Mention Man-switches in the doc string.
3722 (Man-switches): Mention -a in the doc string.
3723
3724 * textmodes/ispell.el (ispell-alternate-dictionary):
3725 Add /usr/share/lib/dict/words, for Irix.
3726
3727 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3728 corresponding non-kp keys. Suggested by Stephen Gildea
3729 <gildea@stop.mail-abuse.org>.
3730
3731 2001-08-01 Francesco Potorti` <pot@gnu.org>
3732
3733 * uniquify.el: These changes correct a corner case that the old
3734 code managed correctly.
3735 (uniquify-fix-item-proposed): Renamed from
3736 uniquify-fix-item-min-proposed.
3737 (uniquify-set-proposed): New function.
3738 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3739 clarity and speed.
3740 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3741 This is equivalent to what the old code did.
3742 (uniquify-rationalize-a-list): Never recompute the proposed
3743 name. Sort the conflicting sublist before rationalising it: this
3744 is equivalent to what the old code did, but one directory element
3745 at a time, and only when necessary.
3746 (uniquify-rationalize-conflicting-sublist): Recompute here the
3747 proposed name.
3748
3749 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3750
3751 * play/animate.el: Add Keywords and Maintainer. Remove a
3752 reference to a removed function.
3753
3754 * play/animate.el (animate-string): Handle case that the string is
3755 longer than the window is wide.
3756
3757 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3758
3759 * desktop.el (desktop-save): Bind coding-system-for-write to
3760 `emacs-mule' for write-region.
3761
3762 * delsel.el (delete-selection-pre-hook): Don't set this-command
3763 to `ignore' if the region is empty.
3764
3765 * international/mule.el (set-keyboard-coding-system):
3766 Set keyboard-coding-system.
3767
3768 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3769 before accessing it.
3770
3771 2001-07-30 Andreas Schwab <schwab@suse.de>
3772
3773 * menu-bar.el (toggle-highlight-paren-mode):
3774 Use `(show-paren-mode)' as body.
3775
3776 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3777
3778 * vc.el (vc-checkout-hook): New hook.
3779 (vc-checkout): Run it.
3780
3781 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3782
3783 * progmodes/make-mode.el (makefile-macroassign-regex):
3784 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3785
3786 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3787
3788 * vc.el (vc-switch-backend): Fix autoload cookie.
3789
3790 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3791 the desktop file.
3792
3793 2001-07-30 Simon Josefsson <jas@extundo.com>
3794
3795 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3796 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3797
3798 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3799
3800 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3801 (last-sexp-toggle-display): Renamed from last-sexp-print.
3802 (last-sexp-toggle-display, eval-last-sexp-1):
3803 Use last-sexp-setup-props.
3804
3805 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3806 New user-options.
3807 (mouse-wheel-change-button): New function.
3808 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3809 (mwheel-scroll): Ditto.
3810
3811 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3812
3813 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3814 `...', compare with unabbreviated printed representation instead.
3815 (last-sexp-print): Bind print-length and print-level to nil.
3816
3817 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3818 before assigning text properties. Make properties rear-nonsticky.
3819
3820 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3821 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3822 <mouse-2> and <RET> in that map to a function printing the
3823 unabbreviated value.
3824
3825 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3826 is a buffer, put a text property `printed-value' on the printed
3827 representation, with the Lisp object printed as value.
3828
3829 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3830
3831 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3832 Mention the effect of eval-expression-print-length and
3833 eval-expression-print-level in the doc strings. Suggested by
3834 Kevin Gallagher <kevingal@onramp.net>.
3835
3836 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3837
3838 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3839 for buttons > 3.
3840 (xterm-mouse-translate): Handle the case that we don't get a
3841 down-event.
3842
3843 * emacs-lisp/find-func.el (find-function-regexp):
3844 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3845 in front of the function name.
3846
3847 * isearch.el (isearch-other-meta-char): Fix last change.
3848
3849 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3850 similar events for which fake prefix keys are generated. It's no
3851 longer necessary since read_key_sequence doesn't modify these
3852 events for internal purposes anymore.
3853
3854 * files.el (auto-mode-alist): Use nroff-mode for files ending
3855 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3856
3857 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3858
3859 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3860 tool-bar-lines parameter, behave as if its value were zero.
3861 (mouse-avoidance-set-pointer-shape): Don't do anything if
3862 x-pointer-shape is not boundp.
3863
3864 2001-07-23 Francesco Potorti` <pot@gnu.org>
3865
3866 * uniquify.el: Overall speedup changes when using many buffers.
3867 (uniquify-fix-item-base, uniquify-fix-item-filename)
3868 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3869 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3870 place in the item, but was never used.
3871 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3872 in the item is now used as cache for the proposed name.
3873 (uniquify-rationalize-file-buffer-names): Move computation made on
3874 newbuffile out of the loop, in the newbuffile-nd local var.
3875 Use dolist (cosmetic change). Compute the proposed name for the most
3876 common case and cache it in the fourth place in the item.
3877 (uniquify-rationalize-file-buffer-names): Used to return a a list
3878 of buffer whose name was changed, but that return value was never used.
3879 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3880 the cached proposed name, does much less consing and is quicker.
3881 (uniquify-filename-lessp): Deleted.
3882 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3883 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3884 cached proposed name is possible.
3885 (uniquify-get-proposed-name): Arguments changed, callers changed.
3886 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3887 uniquify-possibly-resolvable flag, which is no more bound locally.
3888 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3889 flag, which does not exist any more.
3890
3891 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3892
3893 * term/internal.el (IT-unicode-translations): Fix the appearance of
3894 "6`".
3895
3896 * progmodes/compile.el (compile-internal): If EMACS is already
3897 defined in the environment, don't override its value.
3898
3899 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3900
3901 * play/fortune.el: Undo change of 2001-07-13.
3902 Fix autoload cookies. Add types to defcustoms.
3903 (fortune) <defgroup>: Add :link.
3904 (fortune-from-region): Use eq, not eql.
3905 From Dave Love <fx@gnu.org>.
3906
3907 * play/animate.el (animate-birthday-present): Function removed.
3908
3909 * play/animate.el: New file.
3910
3911 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3912
3913 * startup.el (normal-top-level-add-subdirs-to-load-path):
3914 On Windows, put into normal-top-level-add-subdirs-inode-list the
3915 canonicalized names of the directories instead of inode numbers.
3916
3917 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3918
3919 * ediff-util.el: Copyright years.
3920 (ediff-choose-syntax-table): New function.
3921 (ediff-setup): Use ediff-choose-syntax-table.
3922 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3923 vc-state is available.
3924 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3925
3926 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3927 with-syntax-table.
3928 (ediff-coding-system-for-read): From ediff-diff.el
3929 (ediff-coding-system-for-write): New variable.
3930 (ediff-highest-priority): Fixed the bug having to do with disappearing
3931 overlays.
3932 (ediff-file-remote-p): Use file-remote-p, if available.
3933 (ediff-listable-file): New function.
3934 (ediff-file-attributes): Use ediff-listable-file.
3935
3936 * ediff-mult.el (ediff-meta-insert-file-info1):
3937 Use ediff-listable-file.
3938
3939 * ediff-ptch.el (ediff-prompt-for-patch-file):
3940 Use ediff-coding-system-for-read.
3941 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3942
3943 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3944 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3945
3946 * ediff.el: Date of last update, copyright years.
3947
3948 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3949
3950 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3951 of Scott Bronson.
3952 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3953 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3954 Deleted functions.
3955 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3956 ex-token-list.
3957 (viper-get-ex-address-subr): Convert registers to char data type.
3958
3959 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3960 (viper-memq-char): Use viper-int-to-char.
3961 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3962 vc-locking-state.
3963 (viper-read-key): Use viper-read-key-sequence.
3964
3965 * viper.el (viper-major-mode-modifier-list):
3966 Added inferior-emacs-lisp-mode.
3967 (this-major-mode-requires-vi-state): New function that uses simple
3968 heuristics to decide if vi state is appropriate.
3969 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3970 (viper-non-hook-settings): Don't advise read-key-sequence.
3971 (viper-read-key-sequence): New function that replaces the
3972 previously used advice to read-key-sequence.
3973
3974 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3975 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3976 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3977 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3978 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3979 Got rid of the negative character hack.
3980 (viper-escape-to-state,viper-replace-state-exit-cmd):
3981 Use viper-read-key-sequence.
3982 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3983 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3984 Don't override existing minibuffer-setup-hook.
3985 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3986 Convert registers to char data type.
3987 (viper-autoindent): Use viper-indent-line.
3988
3989 * viper-keym.el: Use viper-exec-key-in-emacs.
3990
3991 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3992
3993 * server.el (server-visit-files): Fix variable name typo.
3994
3995 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3996
3997 * simple.el (delete-trailing-whitespace): Save match data
3998 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3999
4000 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4001
4002 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4003 return a this-error using the alternative format (a pair of markers).
4004
4005 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4006
4007 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4008
4009 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4010 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4011
4012 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4013
4014 * international/iso-transl.el: Fix typo in the header of the file.
4015
4016 * textmodes/picture.el (picture): Doc fix.
4017
4018 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4019 follow coding conventions in generated files.
4020
4021 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4022
4023 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4024 (tool-bar-add-item): Don't call image-related primitives if the
4025 display doesn't support images.
4026
4027 * frame.el (display-images-p): New function.
4028
4029 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4030
4031 * server.el (server-visit-files): Handle the case the specified
4032 column number is <= 0.
4033
4034 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4035
4036 * startup.el (command-line-1): Add support for +LINE:COLUMN
4037 command line argument.
4038
4039 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4040
4041 * server.el (server-process-filter, server-visit-files):
4042 Add support for +LINE:COLUMN style emacsclient calls.
4043
4044 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4045
4046 * emacs-lisp/easy-mmode.el: Add Keywords header.
4047
4048 * play/pong.el: Author has new address.
4049
4050 * play/landmark.el: Author is no more reachable.
4051
4052 * play/handwrite.el: Author is no more reachable.
4053
4054 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4055
4056 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4057 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4058 Complete bindings for F<1..12> keys.
4059 (global-map): Remove `undo' binding (already in the default).
4060 Replace `t<n>' bindings with `f<n>' bindings.
4061
4062 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4063
4064 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4065 (tcl-mode): Use tcl-add-log-defun.
4066 (tcl-indent-line): Use tcl-calculate-indent.
4067 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4068 (tcl-indent-exp): Renamed from indent-tcl-exp.
4069 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4070 (tcl-indent-for-comment): Call comment-indent-function properly
4071 and handle the case where it returns nil.
4072
4073 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4074
4075 * calendar/cal-islam.el (calendar-goto-islamic-date):
4076 Remove autoload cookie.
4077
4078 * calendar/calendar.el (calendar-goto-islamic-date):
4079 Add call to autoload.
4080
4081 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4082
4083 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4084 Don't change compile-auto-highlight globally.
4085 Don't bother with `font-lock-defaults' property since XEmacs
4086 also understands the `font-lock-defaults' variable.
4087 Use make-local-variable rather than make-variable-buffer-local.
4088 Don't `defconst' comment-indent-function: keep the default.
4089 Call easy-menu-add unconditionally.
4090 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4091 (ada-create-menu): Use :included for Emacs as well.
4092
4093 * vc.el (vc-do-command): Autoload.
4094
4095 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4096
4097 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4098
4099 * ps-print.el: Fix Author: header.
4100
4101 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4102
4103 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4104 mouse-1 etc., bind them to `ignore'.
4105
4106 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4107 send-invisible, which is already defined in Comint.
4108 (eshell-watch-for-password-prompt): Use it.
4109
4110 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4111
4112 * which-func.el (which-func-mode): Doc fix.
4113
4114 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4115 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4116 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4117 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4118 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4119 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4120 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4121 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4122 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4123 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4124 * emulation/edt-mapper.el, emulation/edt-pc.el,
4125 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4126 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4127 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4128 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4129 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4130 * international/isearch-x.el, international/iso-cvt.el,
4131 * international/ogonek.el, international/quail.el,
4132 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4133 * language/devanagari.el, language/ethio-util.el,
4134 * language/ethiopic.el, language/european.el, language/indian.el,
4135 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4136 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4137 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4138 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4139 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4140 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4141 * progmodes/autoconf.el, progmodes/cmacexp.el,
4142 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4143 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4144 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4145 * progmodes/ebnf2ps.el, progmodes/executable.el,
4146 * progmodes/fortran.el, progmodes/idlw-shell.el,
4147 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4148 * progmodes/m4-mode.el, progmodes/mantemp.el,
4149 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4150 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4151 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4152 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4153 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4154 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4155 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4156 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4157 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4158 * textmodes/two-column.el, time-stamp.el, timezone.el,
4159 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4160 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4161 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4162 conventions.
4163
4164 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4165
4166 * simple.el (set-variable): Require 'cus-edit' instead of
4167 `wid-edit', so that the Custom widgets get defined.
4168
4169 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4170
4171 * allout.el: A fix to follow coding conventions.
4172
4173 * find-lisp.el: A fix to follow coding conventions.
4174
4175 * term/w32-win.el: A fix to follow coding conventions.
4176
4177 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4178
4179 * term/xterm.el: A fix to follow coding conventions.
4180
4181 * term/news.el: A fix to follow coding conventions.
4182
4183 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4184 header line fixed.
4185
4186 * sun-curs.el: Fix Maintainer: header line.
4187
4188 * emacs-lisp/easymenu.el: Address of the author added.
4189
4190 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4191
4192 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4193 property.
4194
4195 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4196
4197 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4198 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4199 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4200 Some fixes to follow coding conventions.
4201
4202 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4203
4204 * which-func.el (which-func-mode): Doc fix.
4205
4206 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4207
4208 * net/rcompile.el (remote-compile): Use make-local-variable.
4209
4210 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4211
4212 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4213
4214 * mail/reporter.el (reporter-submit-bug-report):
4215 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4216
4217 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4218
4219 * calendar/cal-china.el, calendar/cal-coptic.el,
4220 * calendar/cal-dst.el, calendar/cal-french.el,
4221 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4222 * calendar/cal-iso.el, calendar/cal-julian.el,
4223 * calendar/cal-mayan.el, calendar/cal-persia.el,
4224 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4225 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4226 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4227 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4228 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4229 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4230 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4231 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4232 * progmodes/ada-xref.el, progmodes/cc-align.el,
4233 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4234 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4235 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4236 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4237 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4238 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4239 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4240 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4241 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4242 * textmodes/reftex.el: Some fixes to follow coding
4243 conventions in Eshell files with known maintainers.
4244
4245 * emulation/viper.el: A fix to follow coding conventions.
4246
4247 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4248 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4249 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4250 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4251 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4252 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4253 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4254 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4255 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4256 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4257 conventions in Eshell files.
4258
4259 * composite.el, diff.el, emacs-lisp/levents.el,
4260 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4261 * emulation/pc-mode.el, emulation/viper-cmd.el,
4262 * emulation/viper-ex.el, emulation/viper-init.el,
4263 * emulation/viper-keym.el, emulation/viper-macs.el,
4264 * emulation/viper-mous.el, emulation/viper-util.el,
4265 * emulation/viper.el, forms-pass.el, international/ccl.el,
4266 * international/characters.el, international/encoded-kb.el,
4267 * international/fontset.el, international/ja-dic-cnv.el,
4268 * international/ja-dic-utl.el, international/kinsoku.el,
4269 * international/kkc.el, international/mule-cmds.el,
4270 * international/mule-diag.el, international/mule-util.el,
4271 * international/mule.el, international/titdic-cnv.el,
4272 * language/china-util.el, language/chinese.el,
4273 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4274 * language/greek.el, language/hebrew.el, language/japan-util.el,
4275 * language/japanese.el, language/korea-util.el, language/korean.el,
4276 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4277 * language/slovak.el, language/thai-util.el, language/thai.el,
4278 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4279 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4280 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4281 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4282 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4283 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4284 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4285 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4286 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4287 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4288 to follow coding conventions in files without maintainer or in files
4289 with clear maintainer (but without Maintainer header stating so).
4290
4291 * emacs-lisp/elp.el: A fix to follow coding conventions.
4292
4293 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4294 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4295 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4296 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4297 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4298 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4299 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4300 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4301 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4302 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4303 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4304 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4305 conventions in files from Gnus.
4306
4307 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4308 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4309 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4310 * echistory.el, electric.el, emacs-lisp/authors.el,
4311 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4312 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4313 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4314 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4315 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4316 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4317 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4318 * international/codepage.el, international/iso-ascii.el,
4319 * international/iso-insert.el, international/iso-transl.el,
4320 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4321 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4322 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4323 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4324 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4325 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4326 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4327 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4328 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4329 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4330 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4331 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4332 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4333 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4334 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4335 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4336 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4337 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4338 * textmodes/tex-mode.el, textmodes/text-mode.el,
4339 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4340 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4341 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4342 files maintained by FSF.
4343
4344 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4345
4346 * arc-mode.el: A fix to follow coding conventions.
4347
4348 * bindings.el: Ditto.
4349
4350 * cdl.el: Ditto.
4351
4352 * comint.el: Ditto.
4353
4354 * cus-start.el: Ditto.
4355
4356 * shell.el: Ditto.
4357
4358 * skeleton.el: Ditto.
4359
4360 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4361
4362 * info.el (Info-build-node-completions):
4363 Make Info-current-file-completions buffer local.
4364
4365 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4366
4367 * which-func.el (which-func-mode, which-func-ff-hook)
4368 (which-function-mode): Remove references to which-func-mode-global.
4369
4370 * calendar/cal-islam.el (calendar-goto-islamic-date):
4371 Add autoload cookie.
4372
4373 * play/fortune.el: Add types to defcustoms.
4374
4375 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4376
4377 * language/czech.el: A fix to follow coding conventions.
4378
4379 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4380
4381 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4382 to the extension list, for antlr-mode. From Christoph Wedler
4383 <Christoph.Wedler@sap.com>.
4384
4385 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4386
4387 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4388 (vc-dired-mode-map): Fix the madness.
4389
4390 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4391 (vc-prefix-map): Moved back from vc.el.
4392
4393 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4394
4395 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4396 Increase the size of the obarray.
4397 (mail-extr-all-top-level-domains): Add more toplevel domains,
4398 add more long names.
4399 From: Per Starback <starback@ling.uu.se>.
4400
4401 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4402
4403 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4404 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4405
4406 * progmodes/ada-mode.el: Ditto.
4407
4408 * progmodes/ada-xref.el: Ditto.
4409
4410 2001-07-11 Miles Bader <miles@gnu.org>
4411
4412 * finder.el (finder-insert-at-column): Also move to the next line
4413 if exactly at COLUMN.
4414
4415 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4416
4417 * help.el (describe-function-1): When printing FUNCTION's
4418 documentation, don't assume FUNCTION is a symbol.
4419
4420 * startup.el (normal-top-level): Don't operate on the initial
4421 frame if we failed to create one.
4422
4423 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4424
4425 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4426 itself, i.e. only indent the contents in it.
4427
4428 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4429
4430 * mail/rmail.el (rmail-show-message): Show beginning of message in
4431 all windows containing it.
4432
4433 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4434
4435 * term/tty-colors.el: Fix the header line and copyright years.
4436
4437 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4438
4439 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4440 original definition has an interactive form, but is Elp
4441 instrumented, use the interactive form of the function called by
4442 elp-wrapper.
4443
4444 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4445 configurations with compare-window-configuration; they aren't
4446 window configurations.
4447
4448 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4449 from the server for the format we expect. Don't use it if it
4450 doesn't look like what the Internet draft for FTP extensions specifies.
4451
4452 * toolbar/*.pbm: Cleaned up.
4453 From Luis Fernandes <elf@ee.ryerson.ca>.
4454
4455 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4456
4457 * cc-cmds.el: Extended the kludge to interoperate with the
4458 delsel and pending-del packages wrt to the new function
4459 `c-electric-delete-forward'.
4460
4461 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4462
4463 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4464 to delay the call to <mode> for global minor modes.
4465 (easy-mmode-define-navigation): Only recenter if interactive.
4466
4467 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4468
4469 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4470 to lisp-indent-line.
4471
4472 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4473 from the server. Call encode-time only when we are sure that we
4474 got a 213 response.
4475
4476 2001-07-06 Simon Josefsson <jas@extundo.com>
4477
4478 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4479 (mail-envelope-from): New user option.
4480 (sendmail-send-it): Use it.
4481
4482 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4483
4484 * ps-print.el: Use locale dependant date to print date in header.
4485 Doc fix.
4486 (ps-print-version): New version number (6.5.3).
4487 (ps-right-header, ps-right-footer): Initialization and doc fix.
4488 (ps-time-stamp-locale-default): New fun.
4489
4490 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4491
4492 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4493 field problem with MIME-mode.
4494
4495 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4496
4497 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4498
4499 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4500 MIME-mode.
4501
4502 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4503
4504 * bindings.el (mode-line-mule-info): Don't show the tip with
4505 buffer-file-coding-system if that is nil.
4506
4507 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4508
4509 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4510 instead of kill-line.
4511
4512 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4513 <Pavel@Janik.cz>.
4514
4515 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4516 <Pavel@Janik.cz>.
4517
4518 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4519
4520 * font-lock.el (c-font-lock-keywords-3): When matching something
4521 like `struct X Y', finish with point after Y.
4522
4523 2001-07-04 Simon Josefsson <jas@extundo.com>
4524
4525 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4526 in caller buffer.
4527
4528 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4529
4530 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4531 instead of string-match to find the basename of the file.
4532 From Pascal Obry <p.obry@wanadoo.fr>.
4533
4534 * net/browse-url.el (browse-url-default-windows-browser):
4535 Support the MS-DOS port when it runs on Windows.
4536 (browse-url-browser-function) [ms-dos]: Default to
4537 browse-url-default-windows-browser.
4538
4539 * help.el (locate-library): Enable code that looks for compressed
4540 libraries if auto-compression-mode is on.
4541
4542 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4543
4544 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4545
4546 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4547
4548 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4549
4550 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4551
4552 * allout.el: Fix the header line, so that finder.el recognizes it.
4553 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4554
4555 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4556 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4557
4558 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4559
4560 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4561
4562 * ps-bdf.el (bdf-directory-list): Use the value relative to
4563 installation-directory for MS-Windows as well.
4564
4565 2001-06-29 Richard M. Stallman <rms@gnu.org>
4566
4567 * wid-edit.el (widget-color-sample-face-get):
4568 Return ((foreground-color . COLOR)) instead of constructing a face.
4569
4570 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4571
4572 * faces.el (region): Change the background color for the
4573 light-background color display to lightgoldenrod2, to make it
4574 visible on some laptops.
4575
4576 2001-06-28 Richard M. Stallman <rms@gnu.org>
4577
4578 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4579 (rmail-msg-restore-non-pruned-header): Likewise.
4580 If point was in the old pruned header, put it at the top.
4581 (rmail-msg-prune-header): If point was at the top, keep it there.
4582
4583 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4584 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4585
4586 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4587
4588 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4589
4590 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4591
4592 * saveplace.el: Update maintainer email address.
4593
4594 2001-06-27 Francesco Potorti` <pot@gnu.org>
4595
4596 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4597 Undo previous change.
4598
4599 2001-06-27 Francesco Potorti` <pot@gnu.org>
4600
4601 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4602 preliminary quick reordering. Can speed things up dramatically.
4603
4604 2001-06-26 Richard M. Stallman <rms@gnu.org>
4605
4606 * dired.el (dired-get-filename): A file name starting with ~
4607 is not absolute in this context.
4608
4609 * which-func.el (which-func-maxout): Increase default to 500000.
4610 (which-function-mode): This is now the "real" name of the function.
4611 (which-func-mode): Now an alias.
4612 (which-func-mode-global): Name deleted.
4613
4614 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4615 button-2, when binding hs-mouse-toggle-hiding.
4616
4617 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4618
4619 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4620 (rmail-msg-prune-header): Likewise.
4621 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4622 and `rmail-msg-prune-header'.
4623
4624 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4625
4626 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4627 back than LINEBEG.
4628
4629 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4630
4631 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4632 window where they clicked the mouse has a header line, adjust
4633 vertical movement by one.
4634
4635 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4636
4637 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4638 too when separating a parenthesis.
4639
4640 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4641
4642 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4643 (bookmark-bmenu-hide-filenames): Add help-echo to
4644 mouse-highlighted text.
4645 (bookmark-bmenu-show-filenames): Remove help-echo property from
4646 the whitespace.
4647
4648 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4649
4650 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4651 From Karl Eichwalder <ke@suse.de>.
4652
4653 2001-06-23 Richard M. Stallman <rms@gnu.org>
4654
4655 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4656
4657 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4658 contents for completing-read.
4659
4660 2001-06-22 Richard M. Stallman <rms@gnu.org>
4661
4662 * menu-bar.el (menu-bar-make-toggle): Construct the
4663 function's doc string from HELP, not DOC, and make it accurate by
4664 adding "Toggle whether to " at the front and downcasing the initial.
4665 Change the HELP arg in some calls to make it fit this usage.
4666
4667 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4668 Undo previous change.
4669
4670 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4671
4672 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4673
4674 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4675
4676 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4677
4678 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4679
4680 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4681
4682 2001-06-20 Richard M. Stallman <rms@gnu.org>
4683
4684 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4685 broken out from dabbrev--find-expansion. Handle minibuffer
4686 specially here.
4687 (dabbrev--find-expansion): Simplify code in various ways.
4688 Don't treat minibuffers specially.
4689 Call dabbrev--make-friend-buffer-list.
4690 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4691 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4692
4693 2001-06-19 John Wiegley <johnw@gnu.org>
4694
4695 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4696 Also, added a comment describing how to greatly speedup Eshell
4697 loadup time, by concatenating together all of Eshell's .elc files.
4698
4699 2001-06-19 John Wiegley <johnw@gnu.org>
4700
4701 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4702
4703 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4704
4705 * woman.el (WoMan-highlight-references): Add help-echo to
4706 mouse-highlighted text.
4707
4708 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4709
4710 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4711
4712 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4713
4714 * international/quail.el (quail-start-conversion):
4715 Reset quail-translating to nil.
4716
4717 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4718 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4719
4720 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4721
4722 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4723 mouse-highlighted text.
4724
4725 * dired.el (dired-mark-pop-up): Fix last change.
4726
4727 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4728
4729 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4730 mouse-highlighted text.
4731
4732 * net/quickurl.el (quickurl-url-file): Run through
4733 convert-standard-filename.
4734 (quickurl-list-populate-buffer): Add help-echo to
4735 mouse-highlighted text.
4736 (top-level): Update Dave's URL.
4737
4738 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4739 mouse-highlighted text.
4740
4741 * textmodes/page-ext.el (pages-copy-header-and-position):
4742 Add help-echo to mouse-highlighted text.
4743
4744 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4745 mouse-highlighted text.
4746
4747 * replace.el (occur): Add help-echo to mouse-highlighted text.
4748
4749 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4750 mouse-highlighted text.
4751
4752 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4753 mouse-highlighted text.
4754
4755 * progmodes/compile.el (compile-reinitialize-errors):
4756 Add help-echo to mouse-highlighted messages.
4757 (compilation-forget-errors): Remove help-echo property as well.
4758
4759 * play/landmark.el (lm-plot-square, lm-init-display):
4760 Add help-echo to mouse-highlighted text.
4761
4762 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4763 Add help-echo to mouse-highlighted text.
4764
4765 * dired.el (dired-insert-set-properties): Add help-echo to
4766 mouse-highlighted text.
4767 (dired-mark-pop-up): Remove help-echo property from the file name.
4768
4769 * comint.el (comint-send-input): Add help-echo to
4770 mouse-highlighted text.
4771
4772 * buff-menu.el (list-buffers-noselect): Add help-echo to
4773 mouse-highlighted text.
4774
4775 * arc-mode.el (archive-summarize-files): Add help-echo to
4776 mouse-highlighted text.
4777
4778 * ffap.el (ffap-machine-p): Always return nil if
4779 open-network-stream is not fboundp.
4780
4781 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4782
4783 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4784 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4785 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4786 incorrectly binding chars between 128 and 256 to it.
4787 (sgml-maybe-name-self): Handle latin-1 chars properly.
4788 (sgml-tags-invisible): Bind buffer-file-name to nil.
4789 Use unwind-protect and restore-buffer-modified-p.
4790 (sgml-point-entered): Use buffer-substring-no-properties.
4791 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4792 (html-mode): Don't force `imenu-sort-function'.
4793
4794 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4795
4796 * tar-mode.el: Fix the copyright notice.
4797
4798 * font-lock.el (font-lock-comment-face): For tty's with dark
4799 background, use "red1", since "lightred" is not one of the colors
4800 recognized by tty-colors.el.
4801
4802 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4803 create a buffer for extracted file, in case there's more than one
4804 file by that name in an archive, possibly in different
4805 directories. From Kevin Rodgers <kevinr@ihs.com>.
4806
4807 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4808 <alex@gnu.org>.
4809
4810 2001-06-15 Miles Bader <miles@gnu.org>
4811
4812 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4813 Revert previous change.
4814
4815 2001-06-14 Richard M. Stallman <rms@gnu.org>
4816
4817 * replace.el (keep-lines-read-args): Return just a regexp.
4818 Provide nil for the region args.
4819 (keep-lines, flush-lines, how-many):
4820 Calculate the defaults for the region here, when args are nil.
4821
4822 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4823
4824 * rot13.el (rot13-other-window): Some more doc fix.
4825
4826 2001-06-14 Per Starback <starback@ling.uu.se>
4827
4828 * replace.el (case-replace, query-replace-from-history-variable)
4829 (query-replace-to-history-variable, keep-lines-read-args)
4830 (occur-revert-function, query-replace-help): Dox fix.
4831
4832 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4833
4834 * rot13.el (rot13-other-window): Doc fix.
4835
4836 2001-06-14 Miles Bader <miles@gnu.org>
4837
4838 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4839 of " and \ to "." (punctuation).
4840 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4841
4842 2001-06-13 Richard M. Stallman <rms@gnu.org>
4843
4844 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4845
4846 * simple.el (shell-command-on-region): Never kill the
4847 *Shell Command Output* buffer.
4848
4849 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4850
4851 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4852
4853 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4854
4855 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4856 New var, to recognize ${ $' and PODs.
4857 (perl-font-lock-syntactic-face-function): New function.
4858 (perl-mode): Use them.
4859 (perl-continuation-line-p): New function, from perl-calculate-indent.
4860 (perl-calculate-indent): Use it, to properly handle continuation
4861 lines of continuation lines.
4862
4863 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4864
4865 * server.el (server-process, server-buffer-clients): Doc fix.
4866 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4867
4868 2001-06-09 John Wiegley <johnw@gnu.org>
4869
4870 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4871 test if the last command was Lisp or not.
4872 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4873 B x C".
4874
4875 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4876
4877 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4878 general one on compile.el supports drive letters.
4879
4880 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4881
4882 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4883 key description.
4884
4885 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4886
4887 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4888 (reftex-toc-jump): New command.
4889
4890 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4891 to parse international characters as well.
4892
4893 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4894 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4895
4896 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4897
4898 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4899 TAB to the key separators.
4900
4901 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4902
4903 * international/mule.el (auto-coding-alist): Remove redundant
4904 up-cased versions of the extensions (auto-coding-alist-lookup is
4905 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4906 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4907
4908 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4909
4910 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4911
4912 2001-06-01 Richard M. Stallman <rms@gnu.org>
4913
4914 * help.el (describe-variable): Put value on same line
4915 with preceding text, if it is short enough to look good that way.
4916
4917 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4918
4919 * term/internal.el (IT-unicode-translations): New variable.
4920 (IT-setup-unicode-display): New function.
4921
4922 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4923
4924 * ps-print.el: Handle before-string and after-string overlay properties
4925 in ps-print-*-with-faces commands. Doc fix.
4926 (ps-print-version): New version number (6.5.2).
4927 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4928 for XEmacs.
4929 (ps-prefix-quote): Doc fix.
4930 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4931 (ps-basic-plot-str, ps-plot-string): New funs.
4932
4933 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4934
4935 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4936 and :type spec.
4937
4938 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4939
4940 * international/mule-cmds.el (inactivate-input-method):
4941 Set input-method-function to nil.
4942
4943 * xml.el (xml-parse-tag): The document may contain invalid characters.
4944 From ShengHuo ZHU <zsh@cs.rochester.edu>
4945
4946 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4947
4948 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4949 `rmail-summary-line-decoder' if the message does not have
4950 a Subject: field.
4951
4952 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4953
4954 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4955 New variable.
4956 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4957 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4958 is non-nil.
4959
4960 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4961
4962 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4963
4964 2001-05-29 Sam Steingold <sds@gnu.org>
4965
4966 * faces.el (face-valid-attribute-values): Bind `valid' directly
4967 instead of using `setq'.
4968
4969 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4970 Use `tex-shell-buf'.
4971 (tex-shell-proc): Use `tex-shell-running'.
4972 (tex-shell-buf-no-error): New function.
4973 (tex-send-tex-command): Use it.
4974 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4975 (tex-kill-job): Check the process before calling `quit-process'.
4976
4977 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4978
4979 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4980 UTF-8 sequences.
4981
4982 2001-05-28 Miles Bader <miles@gnu.org>
4983
4984 * comint.el (comint-carriage-motion): Renamed from
4985 `comint-cr-magic'. Operate on the buffer instead of the string
4986 (for use as a comint post-output filter, instead of as a
4987 pre-output filter). Handle backspaces too. Add to the
4988 `comint-output-filter-functions' hook instead of
4989 `comint-preoutput-filter-functions'.
4990
4991 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4992
4993 * language/japan-util.el (japanese-hankaku): Prefer the charset
4994 `jisx0201' when the optional argument `ascii-only' is not specified.
4995 (japanese-hankaku-region): Ditto.
4996 From Katsumi Yamaoka <yamaoka@jpl.org>
4997
4998 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4999
5000 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5001 (outline-invisible-p): New function.
5002 (hide-leaves): Save excursion.
5003 (hide-other): Stop looping when reaching bobp.
5004
5005 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5006
5007 * cus-edit.el (custom-file): Fix last change.
5008
5009 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5010
5011 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5012 same definition in byte-compile-function-environment as `autoload'
5013 would put in `symbol-function'.
5014
5015 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5016 patch to correct the error message as well.
5017
5018 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5019
5020 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5021 unless ~/.emacs exists.
5022
5023 * novice.el (enable-command): If user-init-file is nil or does not
5024 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5025
5026 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5027
5028 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5029 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5030 Allow spaces around macro arguments.
5031 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5032 indent-for-tab-command.
5033 (latex-mode-map, plain-tex-mode-map): New keymaps.
5034 Inherit from tex-mode-map.
5035 (tex-common-initialization): Don't setup the keymap any more
5036 since it's now done right by define-derived-mode.
5037 (latex-mode): Set skeleton-end-hook to nil.
5038 (latex-skeleton-end-hook): Remove.
5039 (tex-latex-block, latex-insert-item): Simplify.
5040 (latex-syntax-after): Use following-char rather than char-after.
5041 (tex-discount-args-cmds, tex-count-words): New functions.
5042
5043 * textmodes/tildify.el (tildify-ignored-environments-alist):
5044 Recognize \verb* as well.
5045
5046 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5047 (perl-comment-indent): Simplify to let newcomment.el do its job.
5048 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5049 (perl-mark-function): Cleanup the namespace.
5050 (perl-calculate-indent): Don't be fooled by nested functions.
5051
5052 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5053
5054 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5055 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5056
5057 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5058
5059 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5060 actually be `\\'.
5061 (ctlau-b5-converter): Likewise.
5062
5063 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5064
5065 * international/titdic-cnv.el (quail-misc-package-ext-info):
5066 Change CTLauB.el to CTLau-b5.el.
5067
5068 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5069
5070 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5071 rather than beginning-of-line to avoid problems with fields.
5072 (gud-perldb-massage-args): Use unless and push.
5073 (gud-chdir-before-run): New var.
5074 (gud-common-init): Use it.
5075
5076 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5077
5078 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5079 delete entries for chinese-ctlau and chinese-ctlaub.
5080 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5081 chinese-ctlaub.
5082 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5083 New functions.
5084
5085 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5086
5087 * cus-edit.el (custom-comment-show): Remove debug code.
5088
5089 * language/japan-util.el (japanese-symbol-table): Fix handling of
5090 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5091
5092 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5093
5094 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5095 Renamed by removing the silly `-flag' suffix.
5096 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5097
5098 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5099
5100 * replace.el (keep-lines-read-args): Use `copy-marker'.
5101 (how-many): Save excursion properly.
5102 (occur-mode): Use define-derived-mode.
5103 (perform-replace): Use with-current-buffer.
5104
5105 2001-05-20 Richard M. Stallman <rms@gnu.org>
5106
5107 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5108
5109 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5110
5111 * info.el (Info-read-subfile): Widen before finding the
5112 desired node in the subfile.
5113
5114 * startup.el (command-line-1): When >2 files visited,
5115 leave the last one visible, and make that the selected window.
5116
5117 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5118
5119 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5120
5121 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5122
5123 * international/ccl.el (define-ccl-program): Fix a typo.
5124 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5125
5126 * international/mule.el (decode-char): Fix a typo. From Pavel
5127 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5128
5129 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5130 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5131
5132 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5133 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5134
5135 2001-05-18 Sam Steingold <sds@gnu.org>
5136
5137 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5138 and [RET] to `cvs-mode-find-file'.
5139
5140 2001-05-18 John Wiegley <johnw@gnu.org>
5141
5142 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5143 configuration variable, which determines the initial character
5144 that forces use of an external version of a command. The default
5145 is *, but may be set to \, for example.
5146
5147 * eshell/esh-ext.el (eshell-explicit-command):
5148 Use `eshell-explicit-command-char' instead of ?*.
5149
5150 * eshell/esh-cmd.el (eshell/which):
5151 Use `eshell-explicit-command-char' instead of ?*.
5152
5153 * eshell/em-cmpl.el (eshell-completion-command-name)
5154 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5155 instead of ?*.
5156
5157 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5158
5159 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5160 subst-char-in-string.
5161 (ange-ftp-after-parse-ls-hook): New variable.
5162 (ange-ftp-ls): Run that hook.
5163 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5164
5165 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5166 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5167 text into *Completions*.
5168
5169 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5170 part of which look like email addresses.
5171
5172 2001-05-18 Andrew Innes <andrewi@gnu.org>
5173
5174 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5175 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5176 cmd.exe's handling of FOR loops.
5177 (autoloads): Set find-file-suppress-same-file-warnings to t to
5178 avoid slew of spurious messages.
5179
5180 2001-05-18 Simon Josefsson <simon@josefsson.org>
5181
5182 * mail/smtpmail.el (maybe-append-domain): Renamed to
5183 `smtpmail-maybe-append-domain'.
5184 (smtpmail-via-smtp): Use the new name.
5185
5186 * net/browse-url.el (browse-url-browser-function): Add kde.
5187 (browse-url-kde-program, browse-url-kde-args): New variables.
5188 (browse-url-kde): New function.
5189
5190 2001-05-18 Miles Bader <miles@gnu.org>
5191
5192 * simple.el (delete-horizontal-space, just-one-space):
5193 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5194 because it's more efficient for large files.
5195
5196 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5197
5198 * mail/rmail.el (rmail-require-mime-maybe): New function.
5199 (rmail): Use it.
5200 (rmail-mode): Handle the case of finding Rmail files.
5201
5202 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5203 functions.
5204
5205 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5206
5207 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5208 text-property after moving to the beginning of line and regardless
5209 of the value of font-lock-multiline.
5210
5211 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5212
5213 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5214
5215 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5216 last coding system used before calling set-buffer-modified-p
5217 because that function changes last-coding-system.
5218
5219 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5220
5221 * files.el (switch-to-buffer-other-window)
5222 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5223 the doc string.
5224
5225 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5226
5227 * language/slovak.el, language/czech.el: New maintainer.
5228
5229 2001-05-16 Sam Steingold <sds@gnu.org>
5230
5231 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5232 sub-form of `defgeneric' correctly.
5233
5234 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5235
5236 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5237 of `c'.
5238
5239 * textmodes/outline.el (outline-font-lock-level): Remove the
5240 condition-case, test what outline-level returns instead, to
5241 ease debugging.
5242
5243 * international/mule.el (auto-coding-regexp-alist): New user-option.
5244 (auto-coding-from-file-contents): New function.
5245 (set-auto-coding): Use it to determine a coding system.
5246
5247 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5248
5249 * mouse.el (mouse-delete-other-windows): Doc fix.
5250
5251 * emacs-lisp/lisp-mode.el (lisp-mode):
5252 Make font-lock-keywords-case-fold-search a buffer-local variable with
5253 make-local-variable before setting it.
5254
5255 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5256
5257 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5258 prefixes.
5259
5260 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5261
5262 * hexl.el (hexl-current-address): Print a message when called
5263 interactively.
5264
5265 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5266
5267 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5268
5269 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5270
5271 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5272
5273 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5274
5275 * startup.el (command-line): If parameters have been changed in
5276 the init files which influence font selection, clear the face
5277 cache so that faces get realized with the new parameters.
5278
5279 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5280
5281 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5282
5283 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5284
5285 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5286
5287 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5288 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5289
5290 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5291
5292 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5293 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5294
5295 2001-05-09 John Wiegley <johnw@gnu.org>
5296
5297 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5298 Annotated the documentation string to tell users about
5299 `eshell-no-numeric-conversions'.
5300
5301 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5302 conversions if a Lisp function has the property
5303 `eshell-no-numeric-conversions' set to a non-nil value.
5304
5305 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5306 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5307 property `eshell-no-numeric-conversions' on the following
5308 functions (which all deal with filesystem entities, and never Lisp
5309 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5310 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5311 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5312 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5313 eshell/which, eshell/addpath.
5314
5315 2001-05-09 John Wiegley <johnw@gnu.org>
5316
5317 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5318 encountered as an argument, don't convert it right away, but tag
5319 the first character of the string with the text properties
5320 `number', which signifies to `eshell-lisp-command' that the
5321 argument should be passed through `string-to-number' if it is
5322 actually used in the call to a Lisp function.
5323
5324 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5325 function, convert any string arguments that have been tagged as
5326 "numbers", by calling string-to-number.
5327
5328 * eshell/esh-util.el (eshell-number-regexp): Now that number
5329 conversions only happen for Lisp function calls, the number regexp
5330 should now match all integer and floating point forms.
5331
5332 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5333 `eshell-continue-process', since they are both nonfunctional at
5334 the moment.
5335 (eshell-proc-initialize): Don't bind keys for
5336 `eshell-stop-process' or `eshell-continue-process'.
5337
5338 * eshell/em-unix.el (eshell-shuffle-files):
5339 Apply `directory-file-name' before calling `file-name-directory'.
5340
5341 * eshell/em-hist.el (eshell-add-to-history): Reference to
5342 `eshell-history-ring' needed to be `eshell-history-index'.
5343
5344 * calendar/timeclock.el (timeclock-find-discrep):
5345 Initialize `elapsed' to 0.
5346 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5347 it's still nil.
5348
5349 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5350
5351 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5352 (archive-mode): Use capitalize.
5353 (archive-unique-fname): Use make-temp-file.
5354
5355 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5356
5357 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5358
5359 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5360
5361 * tar-mode.el (tar-extract): Pay attention to the value of
5362 coding-system-for-read, if it is non-nil.
5363
5364 * calendar/holidays.el (holidays): Add an autoload cookie.
5365 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5366
5367 2001-05-08 John Wiegley <johnw@gnu.org>
5368
5369 * calendar/timeclock.el (timeclock-workday-remaining):
5370 Changed logic for determining how much time is remaining.
5371 (timeclock-workday-elapsed): Don't accept a "relative" argument
5372 for the current day's elapsed time. What could that have meant?
5373 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5374 (timeclock-when-to-leave): Changed logic, similarly to what was
5375 done for `timeclock-workday-remaining'.
5376 (timeclock-find-discrep): Removed "today-only" argument, which had
5377 no meaning. Fixed some more math problems. The function now
5378 returns a three member list: (TOTAL-TIME-DISCREPANCY
5379 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5380
5381 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5382
5383 * w32-fns.el (convert-standard-filename): Start replacing slashes
5384 from the beginning of the file name, not from where the last
5385 invalid character was. From "Andrew Maguire (SWW)"
5386 <Andrew.Maguire@Smallworld.co.uk>
5387
5388 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5389
5390 The following changes are to provide infrastructure for handling
5391 MIME messages to rmail. They don't affect the original behaviour
5392 if rmail-enable-mime is nil.
5393
5394 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5395 (rmail-search-mime-message-function)
5396 (rmail-search-mime-header-function): New variables.
5397 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5398 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5399 `rmail-view-buffer' is hidden.
5400 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5401 call rmai-show-mime-function.
5402 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5403 mode-line-process of rmail-view-buffer.
5404 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5405 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5406 buffer.
5407 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5408 set-buffer to the Rmail buffer.
5409 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5410 rmail-search-mime-header-function.
5411 (rmail-search-message): New function.
5412 (rmail-search): Call rmail-search-message to check if a message
5413 matches REGEXP, lastly update point after calling
5414 rmail-show-message.
5415 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5416 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5417 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5418 header region, refer to rmail-msgref-vector while setting the
5419 current buffer to rmail-buffer temporarily.
5420 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5421 If rmail-enable-mime is non-nil, call
5422 rmail-insert-mime-forwarded-message-function instead of inserting
5423 forwarded message by itself.
5424
5425 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5426 Rmail buffer.
5427 (rmail-set-label, rmail-next-labeled-message): Likewise.
5428
5429 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5430 set-buffer to the Rmail buffer.
5431 (rmail-output-to-rmail-file): Likewise.
5432 (rmail-output): Likewise.
5433
5434 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5435 of mail-fetch-field by rmail-summary-line-decoder.
5436 (rmail-new-summary): Be sure to go to the Rmail buffer.
5437 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5438 rmail-view-buffer to nil.
5439 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5440 rmail-view-buffer.
5441 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5442 rmail-buffer.
5443 (rmail-summary-scroll-msg-down): Likewise.
5444 (rmail-summary-beginning-of-message): Likewise.
5445 (rmail-summary-wipe): Likewise.
5446 (rmail-summary-toggle-header): Use save-window-excursion, not
5447 save-excursion. Update point in rmail-view-buffer, not in
5448 rmail-buffer.
5449 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5450 rmail-view-buffer, not rmail-buffer.
5451
5452 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5453
5454 * cus-edit.el (custom-file): Signal an error if user-init-file is
5455 nil (running -q).
5456
5457 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5458
5459 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5460 Add :version.
5461
5462 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5463 New option.
5464 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5465 only if smtpmail-warn-about-unknown-extensions is set.
5466
5467 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5468 instead of rmail-sort-by-keywords.
5469
5470 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5471 rmail-sort-by-keywords.
5472
5473 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5474 rmail-summary-sort-by-keywords. Doc fix.
5475 (rmail-summary-mode): Doc fix.
5476
5477 * mail/rmail.el (rmail-edit): New Custom group.
5478
5479 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5480 (rmail-edit-mode-hook): New user-option.
5481
5482 2001-05-05 Richard M. Stallman <rms@gnu.org>
5483
5484 * help.el (help-xref-symbol-regexp): Recognize "source of"
5485 and friends, meaning make a link to the source file.
5486 (help-make-xrefs): Handle "source of" and friends
5487 by constructing a link that visits the source file.
5488
5489 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5490
5491 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5492
5493 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5494 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5495 Renamed from perl-font-lock-keywords to avoid clashes.
5496 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5497 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5498 Updated correspondingly.
5499
5500 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5501 Typo `nonexistant' -> `nonexistent'.
5502
5503 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5504
5505 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5506 Split `c-electric-delete' into two functions where
5507 `c-electric-delete-forward' always deletes forward and
5508 `c-electric-delete' only contains the code necessary for XEmacs to
5509 choose between backward and forward deletion.
5510
5511 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5512 get the electric behavior on that key too.
5513 (c-fill-paragraph): Fixed bogus direct use of
5514 c-comment-prefix-regexp, which caused an error when it's a list.
5515
5516 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5517
5518 * dired-aux.el (dired-diff): Doc fix.
5519
5520 * dired.el (dired-diff): Likewise.
5521
5522 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5523
5524 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5525
5526 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5527
5528 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5529 if both the buffer and the file are read-only.
5530
5531 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5532 rather than font-lock-string-face.
5533 (sh-get-indent-info): Treat heredocs like strings.
5534
5535 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5536
5537 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5538 a newline following `}'.
5539 (texinfo-format-email): New function.
5540 (toplevel): Use texinfo-format-email for @email.
5541 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5542 Add `display'.
5543 (texinfo-sort-region): Goto point-min before sorting.
5544 (texinfo-set): Remove leading white space from value.
5545 From yagi@is.titech.ac.jp.
5546
5547 * replace.el (query-replace-regexp-eval): Doc fix.
5548
5549 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5550
5551 * diff-mode.el (diff-nonexistant-face): New face.
5552 (diff-font-lock-keywords): Use it.
5553
5554 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5555
5556 * font-lock.el (font-lock-mode): Doc fix.
5557
5558 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5559 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5560
5561 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5562
5563 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5564 backslash at the start of the here-document delimiter.
5565 (sh-font-lock-syntactic-keywords): Likewise.
5566
5567 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5568
5569 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5570
5571 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5572 (tty-color-translate, tty-color-by-index, tty-color-values)
5573 (tty-color-desc): Doc fix.
5574
5575 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5576
5577 * dired-aux.el (dired-do-create-files, dired-do-copy)
5578 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5579 Mention dired-dwim-target in the doc string.
5580
5581 2001-04-28 Miles Bader <miles@gnu.org>
5582
5583 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5584 (dabbrev--find-expansion): Use it.
5585 (dabbrev--select-buffers): Don't select ignored buffers.
5586
5587 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5588
5589 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5590
5591 2001-04-26 Richard M. Stallman <rms@gnu.org>
5592
5593 * dabbrev.el: Add doc strings for some functions.
5594 (dabbrev--eliminate-newlines): New variable.
5595 (dabbrev--substitute-expansion): Convert newlines to spaces
5596 if dabbrev--eliminate-newlines is set.
5597 If abbrev and expansion are both all-lower-case,
5598 leave dabbrev--last-case-pattern nil.
5599
5600 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5601
5602 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5603 if necessary, like in rmail-show-message.
5604
5605 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5606
5607 * ps-print.el: Color specified by number is forced to be float number.
5608 (ps-print-version): New version number (6.5.1.1).
5609 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5610 initialization.
5611 (ps-prefix-quote): New internal var.
5612 (ps-print-quote): New fun.
5613 (ps-setup, ps-output-frame-properties, ps-float-format)
5614 (ps-format-color): Code fix.
5615 (ps-plot-region): Eliminate redundant foreground color text setting.
5616
5617 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5618
5619 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5620
5621 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5622
5623 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5624
5625 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5626
5627 * info.el (Info-additional-directory-list): Doc fix.
5628
5629 * find-lisp.el (find-lisp-find-dired-filter)
5630 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5631 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5632
5633 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5634
5635 * progmodes/make-mode.el (makefile-font-lock-keywords):
5636 Rationalize the rules for includes and conditionals and use the
5637 keyword face for them.
5638
5639 * faces.el (modify-face): Add compatibility for non-interactive use.
5640
5641 2001-04-24 John Wiegley <johnw@gnu.org>
5642
5643 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5644 fix from last night, since it wasn't finding eshell/cd.
5645
5646 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5647
5648 * rect.el (string-rectangle): Revert to 20.x behaviour.
5649 (replace-rectangle): Make it an alias for string-rectangle.
5650 (string-insert-rectangle): New function.
5651
5652 2001-04-23 John Wiegley <johnw@gnu.org>
5653
5654 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5655 occurring with Emacs 21's diff.el/compile.el interaction layer.
5656
5657 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5658
5659 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5660 case where the function was defined in a file, but not part of an
5661 eshell module.
5662
5663 2001-04-23 John Wiegley <johnw@gnu.org>
5664
5665 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5666 code to work around a redisplay problem I've been having.
5667
5668 2001-04-23 John Wiegley <johnw@gnu.org>
5669
5670 * calendar/timeclock.el (timeclock-day-required): If the time
5671 required for a particular day is not set, use `timeclock-workday'.
5672 (timeclock-find-discrep): Added some sample code in a comment.
5673
5674 * eshell/eshell.el (eshell-command): Made a few changes so that
5675 `eshell-command' could be called programmatically.
5676
5677 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5678
5679 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5680
5681 2001-04-23 John Wiegley <johnw@gnu.org>
5682
5683 * calendar/timeclock.el: Updated copyright.
5684 (timeclock-generate-report): Don't report the daily or two-week
5685 total, if no time has been worked in that period.
5686 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5687 final computational form, which was unnecessary; corrected a
5688 parsing problem when timeclock-relative was nil.
5689
5690 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5691
5692 * calendar/timeclock.el (timeclock-modeline-display): Check if
5693 `list-entry' is null.
5694 (timeclock-use-display-time): The first argument to `set-variable'
5695 must be a symbol.
5696
5697 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5698
5699 * calendar/calendar.el (diary-entry-marker)
5700 (calendar-today-marker, calendar-holiday-marker):
5701 Use display-color-p instead of window-system.
5702 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5703 instead of window-system.
5704 (calendar-hide-window): Use display-multi-frame-p instead of
5705 window-system.
5706
5707 * calendar/cal-x.el (calendar-two-frame-setup)
5708 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5709 Use display-multi-frame-p instead of window-system.
5710
5711 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5712
5713 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5714
5715 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5716 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5717
5718 2001-04-23 Alex Schroeder <alex@gnu.org>
5719
5720 * goto-addr.el: Instead of defining line-beginning-position and
5721 line-end-position a defalias is used for point-at-bol and point-at-eol.
5722
5723 2001-04-23 Alex Schroeder <alex@gnu.org>
5724
5725 * goto-addr.el: Added XEmacs compatibility code.
5726 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5727
5728 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5729
5730 * textmodes/paragraphs.el (sentence-end): Doc fix.
5731
5732 2001-04-20 Alex Schroeder <alex@gnu.org>
5733
5734 * sql.el (sql-escape-newlines-and-send): New function.
5735 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5736
5737 2001-04-20 Alex Schroeder <alex@gnu.org>
5738
5739 * sql.el (sql-db2-program): New option.
5740 (sql-db2-options): New option.
5741 (sql-db2): New function.
5742
5743 2001-04-20 Alex Schroeder <alex@gnu.org>
5744
5745 * sql.el (sql-mode-menu): Added highlighting entries.
5746 (sql-highlight-oracle-keywords): New function.
5747 (sql-highlight-postgres-keywords): New function.
5748 (sql-highlight-ansi-keywords): New function.
5749
5750 2001-04-20 Alex Schroeder <alex@gnu.org>
5751
5752 * sql.el (sql-help): Doc change.
5753
5754 2001-04-19 Karl Fogel <kfogel@collab.net>
5755
5756 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5757 that inserted file content only to delete it immediately.
5758 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5759 <lektu@uol.com.br> for the patch.
5760
5761 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5762
5763 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5764
5765 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5766
5767 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5768 for defmethod.
5769
5770 * comint.el (comint-cr-magic): New function.
5771 (toplevel): Add it to comint-preoutput-filter-functions.
5772
5773 2001-04-18 Andrew Innes <andrewi@gnu.org>
5774
5775 * makefile.w32-in (EMACSLOADPATH): Define.
5776 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5777 (recompile): Remove stuff to set EMACSLOADPATH.
5778
5779 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5780
5781 * language/slovak.el ("Slovak"): Add tutorial entry.
5782
5783 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5784 browse-url-new-window-p.
5785
5786 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5787
5788 * info.el (Info-menu-update): When there are no menus and/or no
5789 cross references in the node, make the respective items of the
5790 Info menu-bar menu inactive.
5791
5792 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5793
5794 * indent.el (indent-for-tab-command): Call indent-line-function
5795 with no argument if PREFIX-ARG is non-nil.
5796
5797 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5798
5799 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5800
5801 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5802 an async subprocess if start-process is unavailable. Suggested by
5803 Tim Van Holder <tim.van.holder@pandora.be>.
5804
5805 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5806
5807 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5808 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5809
5810 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5811
5812 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5813 manual.
5814
5815 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5816
5817 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5818 (cvs-menu): Add a few entries.
5819
5820 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5821 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5822 lock file appears to be reachable from Emacs.
5823 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5824 (cvs-mode-find-file): Look for cvs-header-face rather than
5825 cvs-dirname-face (which doesn't exist).
5826 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5827
5828 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5829
5830 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5831
5832 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5833 normal-erase-is-backspace on a tty. Instead, bind some keys such
5834 as [delete] directly, like pc-select.el did before
5835 normal-erase-is-backspace was invented.
5836
5837 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5838
5839 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5840
5841 2001-04-11 John Wiegley <johnw@gnu.org>
5842
5843 * eshell/em-ls.el (eshell-ls-insert-directory):
5844 Set font-lock-defaults to nil, to prevent fontification in dired
5845 buffers, if Eshell's ls is being used.
5846
5847 2001-04-11 John Wiegley <johnw@gnu.org>
5848
5849 * calendar/timeclock.el (timeclock-completing-read): New function.
5850 (timeclock-ask-for-project, timeclock-ask-for-reason):
5851 Call `timeclock-completing-read'.
5852
5853 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5854 required where `member' was being used.
5855
5856 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5857
5858 * eshell/em-hist.el (eshell-previous-matching-input):
5859 Don't display "History item" if the the minibuffer is active.
5860
5861 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5862
5863 * startup.el (command-line): Output a newline after printing
5864 an error from loading the window system's init file.
5865
5866 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5867
5868 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5869 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5870 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5871 keywords whose arguments routinely include @@.
5872
5873 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5874
5875 * emacs-lisp/advice.el (ad-make-advised-definition):
5876 Construct advice for subrs differently.
5877
5878 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5879 regexp in parentheses when building the regexp for searching backwards.
5880
5881 * simple.el (completion-list-mode-finish): New function.
5882 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5883
5884 * language/european.el ("Polish"): Change sample text.
5885 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5886
5887 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5888 parameter.
5889
5890 * faces.el (menu): Doc fix.
5891
5892 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5893
5894 * ps-print.el: Footer implementation. Doc fix.
5895 (ps-print-version): New version number (6.5.1).
5896 (ps-header-frame-alist): New customization var for header frame
5897 properties.
5898 (ps-line-number-color): New customization var for line number color.
5899 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5900 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5901 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5902 (ps-right-footer): New customization vars for footers.
5903 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5904 footers.
5905 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5906 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5907 Code fix.
5908 (ps-prologue-file): Indentation fix.
5909 (ps-print-quote): Fun eliminated.
5910 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5911 (ps-output-frame-properties): New fun.
5912 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5913 (ps-skip-newline): Replace defun by defsubst.
5914
5915 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5916
5917 * eshell/eshell.el (eshell-command): Needed a "%s" format
5918 specifier, in case the buffer contains percent characters.
5919
5920 2001-04-10 John Wiegley <johnw@gnu.org>
5921
5922 * calendar/timeclock.el (timeclock-generate-report): Added a
5923 missing insert of the project name.
5924
5925 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5926
5927 * obsolete/profile.el: Moved from emacs-lisp/.
5928
5929 * Makefile.in (nonobsolete_setwins): New macro.
5930 (finder-data): Use it instead of `setwins'.
5931 From: Dave Love <fx@gnu.org>.
5932
5933 * server.el (server-visit-files): Set server-existing-buffer correctly.
5934 (server-visit-files): Run server-visit-hook after going to
5935 line 1 so that the hook can set point as it sees fit.
5936
5937 * bindings.el (mode-line-modified): Unify help messages.
5938
5939 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5940
5941 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5942 All callers changed.
5943
5944 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5945
5946 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5947 long file names aren't supported, truncate the file names in
5948 quail-misc-package-ext-info to 8+3 before matching them against
5949 FILENAME.
5950
5951 * dos-fns.el (dos-truncate-to-8+3): New function.
5952
5953 * progmodes/compile.el (grep-compute-defaults): Use null-device
5954 instead of literal /dev/null. Reported by Jens Schmidt
5955 <schmidt@mathematik.uni-kl.de>.
5956
5957 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5958
5959 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5960
5961 * textmodes/sgml-mode.el: Add unknown maintainer.
5962 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5963 (html-mode-map): Use set-keymap-parent.
5964
5965 2001-04-06 Dave Love <fx@gnu.org>
5966
5967 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5968 Remove redundant string-to-list.
5969
5970 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5971
5972 * composite.el (reference-point-alist): Doc fix.
5973
5974 2001-04-05 Sam Steingold <sds@gnu.org>
5975
5976 * font-lock.el (font-lock-keywords-case-fold-search):
5977 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5978 file made font-lock case-insensitive.
5979
5980 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5981
5982 * faces.el (defface menu): Doc fix.
5983
5984 * wid-edit.el (widget-color-sample-face-get): Don't make
5985 faces for undefined colors.
5986
5987 * version.el (emacs-version): Include LessTif/Motif version info.
5988
5989 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5990
5991 * ps-mule.el: Eliminate cl package dependence.
5992 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5993 if they aren't defined yet.
5994 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5995 Eliminate cl package dependence.
5996
5997 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5998
5999 * progmodes/cc-cmds.el (c-outline-level):
6000 Bind buffer-invisibility-spec. Originally from Dave Love, but
6001 got lost when incorporating version 5.26.
6002
6003 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6004
6005 * emulation/pc-select.el (pc-selection-mode):
6006 Call normal-erase-is-backspace-mode instead of binding
6007 keys individually.
6008
6009 * cus-load.el (normal-erase-is-backspace): Use it instead of
6010 delete-key-deletes-forward.
6011
6012 * startup.el (command-line): Use normal-erase-is-backspace and
6013 normal-erase-is-backspace-mode.
6014
6015 * simple.el (normal-erase-is-backspace): Rename from
6016 delete-key-deletes-forward. Doc fix.
6017 (normal-erase-is-backspace-mode): Rename from
6018 delete-key-deletes-forward-mode. Doc fix.
6019 Run normal-erase-is-backspace-hook.
6020
6021 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6022 ``human-readable'' format produced by GNU `ls'.
6023 (dired-move-to-filename-regexp): Recognize ISO format dates.
6024 From Paul Eggert <eggert@twinsun.com>.
6025
6026 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6027
6028 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6029 New functions.
6030 (lm-verify): Check keywords.
6031 From Eric M. Ludlam <eric@siege-engine.com>.
6032
6033 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6034
6035 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6036 `xemacs' feature instead of for the function `set-extent-property'.
6037
6038 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6039
6040 * mail/mh-utils.el (mh-folder-hist): New var.
6041 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6042
6043 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6044
6045 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6046 region, position point on the first or last 16-byte group.
6047 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6048 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6049 hexl-beginning-of-line.
6050
6051 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6052
6053 * icomplete.el (icomplete-mode): Treat an argument like other
6054 modes do.
6055
6056 * startup.el (fancy-splash-head): Use splash8.xpm for color
6057 depth 8.
6058
6059 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6060 Add an antry for ``converts''.
6061
6062 * language/slovak.el ("Slovak"): Add documentation string.
6063 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6064
6065 * language/czech.el ("Czech"): Add documentation string.
6066 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6067
6068 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6069 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6070
6071 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6072
6073 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6074 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6075 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6076 Use `defsubst' rather than a macro to ease debugging.
6077 (mail-extr-last): Remove (use `last' instead).
6078 (mail-extract-address-components): Properly reset the syntax-table
6079 after parsing an address. Use `last' rather than mail-extr-last.
6080 Make sure the end marker stays at the very end.
6081
6082 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6083
6084 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6085 last change.
6086
6087 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6088
6089 * ps-print.el: Line and paragraph spacing feature. Region to cut
6090 out when printing. Doc fix.
6091 (ps-print-version): New version number (6.5).
6092 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6093 New vars. Line and paragraph spacing feature.
6094 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6095 out when printing.
6096 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6097 (ps-get-font-size, ps-begin-job, ps-continue-line)
6098 (ps-plot-region): Code fix.
6099 (ps-print-prologue-2): Var eliminated.
6100 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6101 New internal vars.
6102 (ps-get-size): New fun.
6103 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6104 (ps-next-line): Replace defun by defsubst.
6105 (ps-mule-plot-string): Autoload doc fix.
6106
6107 * ps-bdf.el: XEmacs compatibility. Doc fix.
6108 (installation-directory, coding-system-for-read): Declare vars if
6109 it's not declared yet.
6110 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6111
6112 * ps-mule.el: XEmacs compatibility. Doc fix.
6113 (leading-code-private-22): Declare var if it's not declared yet.
6114 (charset-bytes, charset-dimension, charset-id, charset-width)
6115 (find-charset-region, split-char, char-width, chars-in-region)
6116 (forward-point, decompose-composite-char, encode-coding-string)
6117 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6118 Define funs if not defined yet.
6119 (encode-composition-rule, find-composition): Define funs if not
6120 loaded yet.
6121 (ps-mule-prologue): PostScript code fix.
6122
6123 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6124
6125 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6126 non-nil, generate font for the header strings.
6127 (ps-mule-prepare-font): Likewise.
6128 (ps-mule-generate-glyphs): Likewise.
6129 (ps-mule-string-encoding): Likewise.
6130 (ps-mule-header-charsets): New variable.
6131 (ps-mule-encode-header-string): New function.
6132 (ps-mule-header-string-charsets): New function.
6133 (ps-mule-begin-job): Check charsets in the header strings. If there
6134 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6135
6136 * ps-print.el (ps-generate-header-line): Encode the header string by
6137 ps-mule-encode-header-string.
6138 (ps-mule-encode-header-string): Declare autoload.
6139
6140 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6141
6142 * frame.el (cursor-in-non-selected-windows):
6143 Replaces show-cursor-in-non-selected-windows.
6144
6145 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6146
6147 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6148 Delete entries for "chinese-py" and "chinese-ziranma".
6149 (quail-misc-package-ext-info): New variable.
6150 (tsang-quick-converter): New function.
6151 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6152 (quick-cns-converter, py-converter, ziranma-converter)
6153 (miscdic-convert, batch-miscdic-convert): New functions.
6154
6155 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6156
6157 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6158 eight-bit-control chars.
6159
6160 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6161 Reduce making temporary vector (suggested by Dave Love).
6162
6163 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6164
6165 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6166 string as well.
6167
6168 2001-03-30 Andreas Schwab <schwab@suse.de>
6169
6170 * files.el (backup-directory-alist): Fix typo.
6171
6172 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6173
6174 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6175 <eggert@twinsun.com>.
6176
6177 2001-03-30 Dave Love <fx@gnu.org>
6178
6179 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6180
6181 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6182
6183 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6184
6185 2001-03-30 Miles Bader <miles@gnu.org>
6186
6187 * subr.el (interactive-form): Fix paren typo.
6188
6189 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6190
6191 * emacs-lisp/profile.el: Say that it's obsolete in the header
6192 line, so that finder.el puts that into its data-base.
6193 Suggested by Alex Schroeder <alex@gnu.org>.
6194
6195 2001-03-29 Paul Eggert <eggert@twinsun.com>
6196
6197 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6198 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6199
6200 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6201
6202 * generic.el (generic-mode-set-comments): Use "" rather than nil
6203 for comment-end.
6204
6205 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6206
6207 * emacs-lisp/advice.el (ad-make-advised-definition):
6208 Call interactive-form to obtain the interactive spec of subrs.
6209
6210 * subr.el (interactive-form): New function.
6211
6212 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6213
6214 * vc-sccs.el (vc-sccs-register): Use relative file names.
6215
6216 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6217
6218 * bookmark.el (bookmark-get-bookmark): Handle case that
6219 BOOKMARK is not a string.
6220
6221 * image.el (image-type-regexps): Change type for PS files
6222 to `postscript'.
6223
6224 * subr.el (read-passwd): Clear command history after each
6225 character entered. From: Stephen Gildea
6226 <gildea@stop.mail-abuse.org>.
6227
6228 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6229
6230 * international/kkc.el (kkc-save-init-file): Locally bind
6231 print-length to nil.
6232
6233 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6234
6235 * textmodes/flyspell.el: Some doc fixes.
6236 (flyspell-maybe-correct-transposition)
6237 (flyspell-maybe-correct-doubling): Use a temporary buffer
6238
6239 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6240
6241 * emacs-lisp/byte-opt.el (byte-optimize-while)
6242 (byte-optimize-form-code-walker): Diagnose too few arguments
6243 for `if' and `while'.
6244
6245 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6246
6247 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6248 Prepend `\' to "\<quail-translation-docstring>".
6249
6250 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6251
6252 * autorevert.el (global-auto-revert-non-file-buffers):
6253 Remove duplicate defcustom.
6254
6255 2001-03-26 Miles Bader <miles@gnu.org>
6256
6257 * international/latin1-disp.el (latin1-char-displayable-p):
6258 Add leading "-" for X font pattern.
6259
6260 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6261
6262 * international/mule-diag.el (describe-coding-system):
6263 For raw-text and emacs-mule, don't add anymore text about what
6264 charsets they can encode.
6265
6266 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6267
6268 * help.el (view-lossage): Mention open-dribble-file in the doc
6269 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6270
6271 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6272
6273 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6274 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6275
6276 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6277
6278 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6279 Call ccl-execute-on-string directly so that CCL program handling
6280 multibyte sequence can work correctly.
6281 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6282 property of the coding system.
6283
6284 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6285
6286 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6287 Fix transcription typo.
6288
6289 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6290
6291 * whitespace.el: Add buffer local variables to toggle testing of
6292 whitespaces in buffers without affecting the default values.
6293 Bump version to 3.0 to account for a few other changes.
6294 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6295 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6296 (whitespace-toggle-spacetab-check): New functions.
6297
6298 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6299
6300 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6301
6302 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6303
6304 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6305 bs-cycle-configuration-name. From Juanma Barranquero
6306 <lektu@uol.com.br>.
6307
6308 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6309 and cc-vars.el.
6310
6311 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6312 headers. Always invoke sendmail with option -t.
6313
6314 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6315
6316 * Release of cc-mode 5.28.
6317
6318 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6319
6320 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6321 Removed the hardcoded switch to "java" style in Java mode.
6322 It's instead taken care of by the default value for c-default-style.
6323
6324 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6325
6326 * cc-align.el (c-lineup-math): Fix bug where lineup was
6327 triggered by equal signs in string literals.
6328
6329 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6330
6331 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6332 limit detection when at the ends of the buffer.
6333
6334 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6335 "for" statement clause in case 7F; a better one is done
6336 earlier in case 7D anyway.
6337
6338 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6339
6340 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6341 somewhat more and did a small optimization.
6342
6343 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6344
6345 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6346 Use the limit argument only to limit the syntactic context
6347 search, not to limit the actual movement.
6348
6349 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6350 inside multiline strings, just like in comments. Also various
6351 fixes to the paragraph and comment prefix recognition, block
6352 comment ender handling etc.
6353
6354 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6355
6356 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6357 the relative position of the point.
6358
6359 * cc-cmds.el (c-electric-continued-statement): New function to
6360 use as abbrev hook to reindent for keywords such as "else"
6361 that continues an earlier statement.
6362
6363 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6364 like classes.
6365
6366 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6367 (pike-mode): Populate the default abbrev tables to reindent for
6368 keywords such as "else" that can continue earlier statements.
6369 Abbrev mode is therefore turned on by default now. (Note that
6370 this doesn't apply to idl-mode, since IDL afaik doesn't have
6371 statements at all.)
6372
6373 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6374
6375 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6376 bracelists where the declaration contains template arguments.
6377
6378 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6379
6380 * cc-cmds.el (c-comment-indent):
6381 Use `c-get-syntactic-indentation' to correctly calculate the
6382 syntactic indentation. Fixes bug with lineup functions that
6383 return vectors.
6384
6385 * cc-engine.el (c-get-syntactic-indentation): Split the
6386 indentation sum calculation from `c-indent-line' to a separate
6387 function.
6388
6389 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6390
6391 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6392 Fixed places where it was assumed that preprocessor directives
6393 have to start in column zero.
6394
6395 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6396 template arguments after a class identifier properly.
6397
6398 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6399 lists for `new Foo[]' constructs in Java as expressions and
6400 not top level definition brace lists on the top level, so that
6401 they'll get indented consistently with the same type of
6402 expression in a normal block.
6403
6404 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6405
6406 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6407 whether the adaptive filling package fails to keep the comment
6408 prefix is now kludged further to check for filladapt-mode
6409 which doesn't have that problem. This is really icky, but it's
6410 the only way that works with the current misfeatures/bugs in
6411 both adaptive-fill-mode and filladapt-mode.
6412
6413 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6414 around point is recognized more robust.
6415
6416 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6417
6418 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6419 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6420 (c-lit-type): Fixed all internal variables used dynamically so
6421 that they are always bound.
6422
6423 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6424 errors:
6425
6426 (c-indent-region): Fixed reporting of syntactic errors so that
6427 the region is fully reindented even when an error occurs.
6428 The last syntactic error is printed afterwards. Also cleanup up a
6429 whole lot of code that tried to optimize indentation of whole
6430 sexps but in reality accomplishes nothing.
6431
6432 (c-indent-sexp): Use c-indent-region.
6433
6434 (c-parsing-error): Changed this variable to hold the message
6435 for any syntactic error that is discovered.
6436
6437 (c-parse-state): Search backward from point instead of the bod
6438 position when the latter is invalid. This makes CC Mode
6439 recover faster when there are unbalanced close braces.
6440
6441 (c-backward-to-start-of-if): Use c-parsing-error to report
6442 dangling "else" clauses instead of throwing an error, and fall
6443 back to a reasonable position.
6444
6445 (c-indent-line): Added argument to avoid reporting syntactic errors.
6446
6447 (c-show-syntactic-information): Don't report any syntactic errors.
6448
6449 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6450
6451 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6452 paragraph recognition when moving by sentence in literals.
6453
6454 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6455 start regexp for javadoc to recognize javadoc markup in general instead
6456 of a specific set of keywords, to be more future-safe.
6457
6458 (c-Pike-pikedoc-paragraph-start)
6459 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6460 pikedoc markup.
6461
6462 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6463
6464 (pike-mode): Initialize paragraph settings pikedoc recognition.
6465
6466 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6467
6468 (c-comment-prefix-regexp): Made it possible to use an
6469 association list on this to specify mode specific regexps.
6470 The default value now use a special regexp in Pike mode to
6471 recognize pikedoc markup.
6472
6473 (c-current-comment-prefix): New variable containing the actual
6474 regexp from c-comment-prefix-regexp for the current buffer.
6475
6476 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6477
6478 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6479 lists: We can't look at the syntax, since a brace list can get
6480 recognized as a plain statement-cont.
6481
6482 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6483 special brace list opener broken over two lines got recognized
6484 as a statement on the second line. Case 9A changed.
6485
6486 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6487
6488 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6489 adjustment after line is reindented.
6490
6491 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6492
6493 * cc-defs.el (c-point): Added optional argument for position
6494 to use instead of the current point.
6495
6496 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6497 the in-expression block symbols when the construct starts at
6498 boi, to avoid the extra level of indentation in that case.
6499 Cases 4, 16A and 17E affected.
6500
6501 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6502
6503 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6504 calls to `c-indent-line', to adhere better to Emacs conventions.
6505
6506 * cc-engine.el (c-indent-line): Use the syntax already bound
6507 to `c-syntactic-context', if there is any.
6508
6509 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6510
6511 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6512 wasn't added up correctly when a lineup function returned nil.
6513
6514 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6515
6516 * cc-engine.el (c-collect-line-comments): Fixed bug where
6517 empty lines were ignored when collecting line comments backwards.
6518
6519 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6520
6521 * cc-align.el (c-lineup-dont-change): Return an absolute
6522 indentation column to work correctly in the case when several
6523 syntactic elements are processed for the same line.
6524
6525 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6526 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6527 (c-set-offset): Added absolute indentation column settings by
6528 using the vector type.
6529
6530 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6531
6532 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6533 Implemented two new cleanups `space-before-funcall' and
6534 `compact-empty-funcall'.
6535
6536 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6537
6538 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6539 helping building regexps.
6540
6541 * cc-engine.el (c-on-identifier): New function for detecting
6542 identifiers. It takes keywords into account.
6543
6544 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6545 lists. `c-keywords' is set to a regexp matching all keywords
6546 in the current language.
6547
6548 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6549
6550 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6551 list of characters to skip backwards over at the beginning of
6552 a statement, since it can precede string literals in Pike.
6553
6554 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6555
6556 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6557 recognition when standing on the last line in a C++ comment
6558 with nothing but whitespace after the prefix.
6559
6560 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6561 given no limit argument.
6562
6563 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6564
6565 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6566 recognition for the `[]= operator symbol in Pike.
6567
6568 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6569
6570 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6571 around a bug in `eval-when-compile' in the byte compiler.
6572
6573 * cc-engine.el (c-forward-token-1): Fixed bug with return
6574 value when count is zero and there's no token start within the limit.
6575
6576 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6577 "prefix comments", i.e. comments which are followed by code on
6578 the same line.
6579
6580 * cc-mode-19.el: Fixes so that checks that must be done at
6581 compile time also are done then.
6582
6583 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6584
6585 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6586 time and at runtime, and only when it's needed.
6587
6588 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6589
6590 Major cleanup for less error prone and more warning free
6591 compilation, including some fixes for bugs due to different
6592 compilation orders. Thanks to Martin Buchholz for providing
6593 the basis for all this.
6594
6595 * cc-bytecomp.el: New file that provides some byte compilation
6596 features: It ensures that files always are loaded from the
6597 current source directory during compilation, and it provides a
6598 set of macros to turn off specific compiler warnings for
6599 specific symbols. (It's not CC Mode specific in any way.)
6600
6601 Fixed a nearly acyclic dependency tree (both runtime and
6602 compile-time) between all files.
6603
6604 * cc-defs.el: Separated all macros before the inline functions,
6605 to ensure correct compilation.
6606
6607 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6608 cc-defs.el to cc-engine.el and made it a function instead.
6609
6610 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6611 about char-after.
6612
6613 * cc-vars.el: Cope even when there isn't a custom package
6614 containing defcustom available.
6615
6616 * cc-make.el: Removed since it's no longer necessary.
6617
6618 README: Updated installation instructions.
6619
6620 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6621
6622 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6623 improve the modularity: Moved all mode init stuff from
6624 cc-langs.el to cc-mode.el, including the keymap
6625 initialization; cc-langs now only contains the various
6626 variables for configuring the language syntax.
6627
6628 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6629 (c-get-offset): Moved from cc-styles to cc-engine since file
6630 dependency analysis suggests they belong there (which also
6631 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6632
6633 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6634
6635 * cc-cmds.el (c-fn-region-is-active-p): New function that
6636 wraps the corresponding macro, for use in places that aren't
6637 compiled. Thanks to Martin Buchholz for pointing out this.
6638
6639 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6640
6641 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6642 add things to the bug report.
6643
6644 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6645
6646 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6647 returned prefix could contain a newline when the search for a
6648 good prefix line failed.
6649
6650 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6651
6652 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6653 (c-toggle-auto-hungry-state): Made the argument optional, as
6654 the documentation says it is.
6655
6656 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6657
6658 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6659 multiline string syntax, #"...", as a cpp macro.
6660
6661 2001-03-21 Paul Eggert <eggert@twinsun.com>
6662
6663 * international/mule-cmds.el (set-locale-environment):
6664 Set system-messages-locale and system-time-locale, but only if the
6665 caller specifies a non-nil locale name.
6666
6667 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6668
6669 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6670 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6671
6672 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6673
6674 * follow.el (follow-avoid-tail-recenter): Doc fix.
6675
6676 * custom.el (custom-set-variables): Avoid reversing the list
6677 of args needlessly.
6678
6679 * startup.el (fancy-splash-head): Don't change the colors of the
6680 XPM image on a dark background.
6681
6682 * comint.el (comint-exec-1): Set columns of the terminal to
6683 window-width instead of frame-width.
6684
6685 * info.el (Info-scroll-down): Add missing WINDOW arg for
6686 pos-visible-in-window-p.
6687
6688 * ehelp.el (electric-help-mode-hook): Add defcustom.
6689
6690 * mail/sendmail.el (mail-mode): Activate case-folding in
6691 font-lock-defaults.
6692
6693 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6694
6695 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6696 (completion-ignored-extensions): Remove duplicate ".class".
6697
6698 2001-03-19 Andreas Schwab <schwab@suse.de>
6699
6700 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6701 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6702
6703 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6704
6705 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6706 methods since there are not prefix input methods.
6707
6708 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6709
6710 * international/mule-cmds.el (read-input-method-name):
6711 Locally bind enable-recursive-minibuffers to t.
6712
6713 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6714
6715 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6716
6717 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6718
6719 * ediff-util.el: Copyright years.
6720 (ediff-choose-syntax-table): New function.
6721 (ediff-setup): Use ediff-choose-syntax-table.
6722
6723 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6724 with-syntax-table.
6725
6726 * ediff.el: Date of last update, copyright years.
6727
6728 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6729
6730 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6731 of Scott Bronson.
6732 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6733 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6734 Deleted functions.
6735 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6736 ex-token-list.
6737
6738 * viper-util.el: Spaces, indentation.
6739
6740 * viper.el: Changed version, modification time.
6741
6742 2001-03-16 John Wiegley <johnw@gnu.org>
6743
6744 * calendar/timeclock.el (timeclock-workday-remaining):
6745 Check whether `discrep' is non-null before using it.
6746
6747 2001-03-16 John Wiegley <johnw@gnu.org>
6748
6749 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6750 first-time checkins.
6751 (timeclock-log-data): Fixed problem with reading timelog log file.
6752 Resulting data in the "day list" was incorrect.
6753 (timeclock-find-discrep): Check if `timeclock-file' is readable
6754 before opening it.
6755 (timeclock-time-less-p): New function.
6756 (timeclock-day-base): New function.
6757 (timeclock-geometric-mean): New function.
6758 (timeclock-generate-report): Generate a summary report based on
6759 the contents of the log file. This uses `timeclock-log-data', and
6760 is an example of writing a timelog manipulation function.
6761 (timeclock-visit-timelog): A quick command for opening the timelog
6762 file.
6763 (timeclock-log-data): Bound the variable event.
6764
6765 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6766
6767 * international/mule-cmds.el (select-safe-coding-system):
6768 Fix typo: symbol-name -> symbol-value.
6769
6770 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6771 before substitute-in-file-name to handle double slashes in FILE
6772 correctly.
6773
6774 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6775
6776 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6777 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6778
6779 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6780
6781 * bindings.el (features): Add `md5' and `overlay' to the list.
6782
6783 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6784 bound before using it. It's not bound when configured without X,
6785 for instance.
6786
6787 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6788
6789 * progmodes/hideshow.el: Update copyright.
6790 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6791 (hs-minor-mode-hook): Include `:version' in defcustom form.
6792
6793 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6794
6795 * help.el (string-key-binding): Don't call event-start on
6796 a non-list.
6797
6798 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6799
6800 * startup.el (fancy-splash-tail, command-line-1): Fix the
6801 copyright year.
6802
6803 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6804
6805 * term.el: These changes are based on a patch sent from Yong Lu
6806 <lyongu@yahoo.com>.
6807 (term-set-escape-char): Bind M-x to execute-extended-command in
6808 term-raw-escape-map.
6809 (term-move-columns): Don't try to move to negagive column.
6810 (term-emulate-terminal): Insert a string before deleting a text to
6811 overwrite.
6812
6813 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6814
6815 * play/life.el (life): Rearrange code so that all calls to
6816 life-display-generation are in a catch-form.
6817
6818 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6819 file that isn't interesting. In an interesting file, push the old
6820 value of point on the mark ring.
6821
6822 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6823 New function.
6824 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6825 Use it.
6826
6827 * emacs-lisp/autoload.el (generate-file-autoloads):
6828 Remove warning about line lengths.
6829
6830 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6831
6832 * progmodes/etags.el (tags-compression-info-list): New variable.
6833 (find-tag-in-order): Use it to deal with compressed source files.
6834 (tag-file-name-match-p): New function.
6835 (etags-recognize-tags-table): Use it for better match of file names.
6836
6837 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6838
6839 * international/mule-cmds.el (register-input-method): Doc fix.
6840
6841 * international/quail.el (quail-translate-key): Fix condition to
6842 check if there's another breaking point in the current key.
6843
6844 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6845
6846 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6847 Babyl header to the newly-created output file, bind
6848 coding-system-for-write to either rmail-file-coding-system or
6849 emacs-mule-unix.
6850
6851 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6852
6853 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6854 Fix the name and regexp used for subsubsections.
6855
6856 2001-03-10 Dave Love <fx@gnu.org>
6857
6858 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6859 and save-buffer if buffer-file-name non-nil. From rms.
6860
6861 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6862
6863 * vc.el (vc-do-command): If the destination buffer is already
6864 current, don't set it up and don't erase it. Updated doc string
6865 to reflect that.
6866 (vc-version-diff): When doing a single file diff, don't switch to the
6867 *vc-diff* buffer before the command. This is to preserve local
6868 variable bindings that might affect the diff command.
6869 (vc-print-log): Don't switch to the *vc* buffer before the
6870 command, so that local variable bindings are preserved.
6871
6872 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6873 not the current buffer.
6874 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6875
6876 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6877 make output go to buffer *vc*, not the current buffer.
6878
6879 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6880
6881 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6882 so ^, $, *, ? and + are interpreted correctly.
6883
6884 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6885
6886 * help.el (string-key-binding): Renamed from
6887 mode-line-key-binding. Handle any event on a string.
6888 Check for `keymap' properties as well as `local-map' properties.
6889
6890 * comint.el (comint-insert-clicked-input): Use the last key
6891 from this-command-keys to lookup the global key definition.
6892
6893 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6894
6895 * international/characters.el: Add category `j' for
6896 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6897
6898 * international/mule-conf.el (no-conversion): Fix docstring.
6899 (raw-text): Fix docstring.
6900
6901 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6902
6903 * simple.el (choose-completion-string): When not leaving the
6904 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6905 is set.
6906
6907 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6908 parameter `(minibuffer . t)'.
6909
6910 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6911
6912 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6913 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6914 (sh-mode): Remove `make-local-variable' for unused var
6915 `font-lock-unfontify-region-function'.
6916
6917 2001-03-07 Richard M. Stallman <rms@gnu.org>
6918
6919 * info.el (Info-scroll-down): Fix previous change.
6920
6921 * mail/rmail.el (rmail-toggle-header): Use a window which
6922 is showing the Rmail buffer, rather than the selected window.
6923
6924 2001-03-07 Dave Love <fx@gnu.org>
6925
6926 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6927 now, to avoid problems with binding imenu directly to a mouse event.
6928
6929 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6930
6931 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6932 second arg t.
6933
6934 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6935
6936 * log-edit.el (log-edit-common-indent): New var.
6937 (log-edit-set-common-indentation): Renamed from
6938 log-edit-delete-common-indentation. Use the new var.
6939 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6940
6941 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6942 (cvs-mode-add-change-log-entry-other-window):
6943 Don't presume change-log-default-name is defined.
6944
6945 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6946
6947 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6948 the "tree" operation as well.
6949
6950 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6951
6952 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6953 to match paragraph-start.
6954
6955 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6956 comment-start-skip and set comment-end-skip as well.
6957 (sgml-comment-indent): Fix for new value of comment-start-skip.
6958 (html-autoview-mode): Don't bother using make-local-hook.
6959
6960 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6961
6962 * cus-edit.el (custom-save-delete): Move in front of local
6963 variables, otherwise long Custom entries would make them ineffective.
6964
6965 * uniquify.el: Set maintainer to FSF.
6966
6967 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6968
6969 * dired-aux.el (dired-do-shell-command): Doc fix.
6970
6971 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6972
6973 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6974
6975 * which-func.el (which-func-modes): Add cperl-mode.
6976 (which-func-mode-global): Use define-minor-mode.
6977
6978 * info-look.el: Docstring fixes and dead code eliminated.
6979 (cperl-mode): Add support.
6980 (emacs-lisp-mode): List all entries from elisp manual, whether
6981 or not they are currently (f)bound or not. Update regexp.
6982
6983 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6984
6985 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6986 so that C-h m shows the correct information.
6987 Use make-local-variable rather than make-variable-buffer-local.
6988 (cperl-info-buffer, cperl-setup-tmp-buf):
6989 Use make-local-variable rather than make-variable-buffer-local.
6990 (cperl-msb-fix, cperl-get-help-defer):
6991 Check major-mode for `cperl-mode' as well.
6992
6993 * progmodes/cperl-mode.el: Updated to author version 4.23.
6994 (cperl-electric-pod): SYNOPSIS was misspelled.
6995 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6996 (cperl-after-expr-p): Make true after __END__.
6997
6998 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6999
7000 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7001 bookmark-completion-ignore-case is t.
7002
7003 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7004 switch, like xterm, and concat resource strings, with a newline
7005 between them.
7006
7007 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7008
7009 * international/codepage.el (cp770-decode-table)
7010 (cp773-decode-table, cp774-decode-table): New variables.
7011
7012 * man.el (Man-hyphenated-reference-regexp): New variable.
7013 (Man-build-references-alist): Use it to search for referenced
7014 manpages. If hyphenated is non-nil, record a concatenated word in
7015 Man-refpages-alist only if it matches Man-reference-regexp.
7016 Update word's length when it is concatenated. Reverse the list,
7017 to get the first manpage at the head.
7018 (Man-possibly-hyphenated-word): New function.
7019 (Man-follow-manual-reference): Use it instead of current-word to
7020 find a manpage at point, in a way that accounts for hyphenated
7021 references.
7022
7023 2001-03-06 Alex Schroeder <alex@gnu.org>
7024
7025 * sql.el (sql-interbase): New function.
7026 (sql-interbase-program): New option.
7027 (sql-interbase-options): New option.
7028 And some typos fixed: "customise" to "customize".
7029
7030 2001-03-06 Dave Love <fx@gnu.org>
7031
7032 * textmodes/flyspell.el (flyspell-region):
7033 Set up flyspell-local-mouse-map.
7034
7035 2001-03-05 Richard M. Stallman <rms@gnu.org>
7036
7037 * mail/rmail.el (rmail-retry-failure):
7038 Don't call rmail-beginning-of-message.
7039 Don't discard From: field. Do discard Received: field.
7040 Use unwind-protect to re-prune.
7041 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7042
7043 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7044
7045 * international/quail.el (quail-title): Add autoload cookie.
7046
7047 2001-03-05 Dave Love <fx@gnu.org>
7048
7049 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7050 new defs.
7051
7052 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7053
7054 * language/ethio-util.el (ethio-toggle-space):
7055 Update current-input-method-title if necessary.
7056 (ethio-toggle-punctuation): Likewise.
7057
7058 * international/quail.el (quail-title): Fix for the case that a
7059 title of an input method is specified by a list of the same form
7060 as used in mode-line-format.
7061
7062 * international/mule-cmds.el (activate-input-method):
7063 If current-input-method-title is set by activating INPUT-METHOD,
7064 respect that value.
7065
7066 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7067
7068 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7069
7070 2001-03-05 Alex Schroeder <alex@gnu.org>
7071
7072 * sql.el (sql-sybase): Fix typo (was: query user about server two
7073 times instead of server and database).
7074
7075 * sql.el (sql-sybase): Doc change.
7076 (sql-mysql): Doc change.
7077 (sql-postgres): Doc change.
7078
7079 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7080
7081 * international/mule-conf.el (emacs-mule, raw-text):
7082 Docstring modified.
7083
7084 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7085
7086 * term/internal.el: Update copyright notice.
7087
7088 * term/pc-win.el: Update copyright notice.
7089
7090 2001-03-02 Dave Love <fx@gnu.org>
7091
7092 * files.el (insert-file-contents-literally):
7093 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7094 not jka-compr-compression-info-list.
7095
7096 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7097
7098 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7099 spaces in default comment-start-skip settings rather than \s-.
7100
7101 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7102
7103 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7104 default-frame-alist as well.
7105
7106 2001-03-01 Dave Love <fx@gnu.org>
7107
7108 * textmodes/reftex.el (defvar): Wrap some defvars in
7109 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7110
7111 * subr.el (event-basic-type): Doc fix.
7112
7113 * international/quail.el: Doc fixes.
7114
7115 * international/utf-8.el: Doc fixes.
7116
7117 * international/mule-cmds.el: Doc fixes.
7118 (leim-list-header): Fix header text.
7119
7120 * international/mule.el (coding-system-category): Doc fix.
7121
7122 * international/ccl.el (ccl-compile): Doc fix.
7123
7124 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7125
7126 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7127 rather than (before|after)-change-functions.
7128
7129 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7130
7131 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7132 scroll-left and scroll-right being called interactively so that
7133 they set the window's min_hscroll.
7134
7135 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7136
7137 * info.el (info-insert-file-contents-1): Accept an additional
7138 argument `lfn': if it is non-nil, concatenate `filename' and
7139 `suffix'; otherwise use the complicated MS-DOS code.
7140 All callers changed.
7141 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7142 can access long file names, try the long file-name version of
7143 `info-insert-file-contents-1', then the short file-name version.
7144
7145 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7146
7147 * language/ethio-util.el (setup-ethiopic-environment-internal):
7148 Change bindings of functions keys to conform to "Emacs Lisp Coding
7149 Convention".
7150
7151 * language/ethiopic.el ("Ethiopic"): Add documentation.
7152
7153 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7154
7155 * international/utf-8.el (mule-utf-8): Set coding-category
7156 property to coding-category-utf-8.
7157
7158 2001-02-27 Richard M. Stallman <rms@gnu.org>
7159
7160 * lpr.el (lpr-page-header-switches, print-region-1):
7161 Undo 2000-07-06 change.
7162 (lpr-add-switches): Default to t on gnu/linux.
7163
7164 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7165
7166 * bs.el (bs-attributes-list): Doc fix.
7167
7168 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7169
7170 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7171
7172 * help.el (view-order-manuals): Use goto-address.
7173
7174 * startup.el (command-line-1): Add info about ordering manuals
7175 to the not so fancy splash screens.
7176
7177 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7178
7179 * vc.el (vc-default-workfile-unchanged-p)
7180 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7181
7182 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7183
7184 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7185 fontify in the right buffer.
7186
7187 * allout.el (outline-flag-region): Move macro in front of first
7188 use to avoid a run-time error.
7189
7190 2001-02-24 Andrew Innes <andrewi@gnu.org>
7191
7192 * makefile.w32-in: Fix copyright notice.
7193
7194 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7195
7196 * international/utf-8.el (mule-utf-8): Set correct value for
7197 valid-codes property.
7198
7199 * international/fontset.el (x-complement-fontset-spec): In the
7200 case that we use ASCII font for the other charsets, use only
7201 family and registry part of it.
7202
7203 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7204
7205 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7206 (shrink-window-if-larger-than-buffer): Doc fix.
7207
7208 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7209
7210 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7211 predicate passed to completing-read.
7212
7213 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7214
7215 * startup.el (command-line): Fix last change.
7216
7217 2001-02-23 Jason Rumney <jasonr@gnu.org>
7218
7219 * startup.el (tool-bar-originally-present): New variable.
7220 (command-line): Set it if the tool-bar is switched on at startup.
7221
7222 * frame.el (frame-notice-user-settings): Only adjust frame height
7223 for no tool-bar case if tool-bar was originally switched on.
7224 From E. Jay Berkenbilt.
7225
7226 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7227
7228 * server.el (server-switch-buffer): Only switch window if the
7229 current one is dedicated.
7230
7231 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7232 rather than using (match-beginning 0) when searching for break point.
7233
7234 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7235
7236 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7237 @ follows an accent command such as @'. Support optional braces
7238 in commands that insert accents, like makeinfo does.
7239
7240 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7241
7242 * startup.el (fancy-splash-text): Add a line for ordering
7243 manuals. Reverse order of splash screens shown.
7244 (use-fancy-splash-screens-p): Adapt to the text line added.
7245
7246 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7247 manuals from the FSF.
7248
7249 * help.el (view-order-manuals): New function.
7250 (toplevel): Bind C-h C-m to this function.
7251
7252 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7253
7254 * newcomment.el (comment-forward): Skip the comment-start before
7255 searching for the comment-end.
7256
7257 2001-02-21 Dave Love <fx@gnu.org>
7258
7259 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7260
7261 * international/mule-cmds.el, international/mule.el: Doc fixes.
7262
7263 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7264
7265 * startup.el (fancy-splash-screens): Use display-hourglass
7266 instead of display-busy-cursor.
7267
7268 * frame.el (display-hourglass): Renamed from busy-cursor.
7269 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7270 (show-cursor-in-non-selected-windows): Doc fix.
7271
7272 2001-02-20 Dave Love <fx@gnu.org>
7273
7274 * international/utf-8.el: Doc and commentary fixes.
7275
7276 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7277
7278 * ehelp.el (with-electric-help): Doc fix.
7279
7280 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7281
7282 * msb.el (msb-mode): Call the update-buffers function explicitly
7283 with a FORCE argument.
7284
7285 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7286 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7287 returns nil.
7288
7289 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7290
7291 * ps-print.el: Timestamp package replacement. Some enhancements.
7292 Some XEmacs compatibility. Doc fix.
7293 (ps-print-version): New version number (6.4).
7294 (ps-printer-name): Initialization fix.
7295 (ps-zebra-stripe-follow): Funcionality enhancement.
7296 (ps-prologue-file): Code enhancement.
7297 (ps-right-header): Timestamp package replacement.
7298 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7299 (ps-get-page-dimensions)
7300 (ps-generate-header, ps-begin-file, ps-begin-job)
7301 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7302 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7303 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7304 (coding-system-for-write): Var declaration (XEmacs compatibility).
7305
7306 2001-02-20 Miles Bader <miles@gnu.org>
7307
7308 * image-file.el (image-file-name-extensions): Add "tif".
7309
7310 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7311
7312 * wid-edit.el (widget-button-click): Save the selected window
7313 around the code handling clicks on buttons.
7314
7315 2001-02-18 Dave Love <fx@gnu.org>
7316
7317 * imenu.el (imenu--generic-function): Use mapc to iterate over
7318 syntax characters.
7319
7320 2001-02-17 Richard M. Stallman <rms@gnu.org>
7321
7322 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7323
7324 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7325
7326 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7327
7328 * mouse.el (mouse-save-then-kill): If the distance from the new
7329 point to the mark is equal to the distance of point from the new
7330 point, move point instead of the mark.
7331
7332 2001-02-16 Dave Love <fx@gnu.org>
7333
7334 * textmodes/flyspell.el (flyspell-get-word): Return string without
7335 properties.
7336
7337 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7338
7339 * generic.el (generic-find-file-regexp): Doc fix.
7340 (generic-ignore-files-regexp): New defcustom.
7341 (generic-mode-find-file-hook): If the file's name matches the
7342 regexp in `generic-ignore-files-regexp', don't enter
7343 default-generic-mode. Doc fix.
7344
7345 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7346
7347 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7348 Add autoload cookies.
7349
7350 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7351 of cal-tex-24.
7352
7353 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7354
7355 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7356
7357 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7358 the character class after the (optional) drive, to support file
7359 names with embedded blanks.
7360
7361 2001-02-15 Sam Steingold <sds@gnu.org>
7362
7363 * textmodes/tex-mode.el (tex-shell-running):
7364 Check the process buffer too.
7365
7366 2001-02-15 Dave Love <fx@gnu.org>
7367
7368 * battery.el (battery-status-function): Fix doc, :type.
7369
7370 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7371
7372 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7373
7374 * subr.el (read-passwd): Clear Lisp memory holding password.
7375
7376 2001-02-15 Miles Bader <miles@gnu.org>
7377
7378 * info.el (Info-copy-current-node-name): New function.
7379 (Info-mode-menu): Add it to the menu.
7380
7381 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7382
7383 * international/mule-cmds.el (toggle-input-method): Doc fix.
7384
7385 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7386
7387 * replace.el (occur): Stop at end of buffer.
7388
7389 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7390
7391 * international/mule-cmds.el (set-input-method): Another doc fix.
7392
7393 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7394
7395 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7396
7397 2001-02-13 Miles Bader <miles@gnu.org>
7398
7399 * faces.el (set-face-background, set-face-foreground)
7400 (set-face-stipple): Treat a value of nil as being `unspecified'.
7401
7402 2001-02-12 Dave Love <d.love@dl.ac.uk>
7403
7404 * international/latin1-disp.el: Doc fixes.
7405 (latin1-display) <defgroup>: Add :link.
7406 (latin1-display) <function>: Set variable latin1-display.
7407
7408 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7409
7410 * international/mule-cmds.el (set-input-method): Doc fix.
7411
7412 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7413
7414 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7415 (speedbar-line-file): Return nil if not a file.
7416 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7417
7418 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7419
7420 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7421 for remote files.
7422 (ediff-coding-system-for-read): Replaced the no-conversion default
7423 with raw-text.
7424
7425 * ediff-init.el: Removed :version from defcustom vars.
7426
7427 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7428 Better handling of the diff mode.
7429
7430 * ediff.texi: Added ediff-coding-system-for-read.
7431
7432 * viper.texi: Fix typos.
7433
7434 2001-02-11 Dave Love <fx@gnu.org>
7435
7436 * shadowfile.el: Doc fixes.
7437 (shadow) <defgroup>: Add :link.
7438 (shadowfile-unload-hook): New function.
7439 (shadow-initialize): Use defalias, not fset.
7440 (shadow-define-cluster, shadow-define-literal-group)
7441 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7442
7443 * international/mule.el: Doc and message fixes.
7444
7445 * international/ccl.el (define-ccl-program): Doc fix.
7446
7447 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7448
7449 * faces.el (mode-line): Set :line-width property to -1.
7450
7451 2001-02-10 Richard M. Stallman <rms@gnu.org>
7452
7453 * complete.el (partial-completion-mode): Doc fix.
7454
7455 * simple.el (delete-key-deletes-forward-mode):
7456 Change `let' to `let*' to fix gross bug in last change.
7457
7458 * repeat.el (repeat): Don't let execute-kbd-macro alter
7459 real-last-command.
7460
7461 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7462
7463 * simple.el (eval-expression): Doc fix.
7464
7465 2001-02-09 Dave Love <fx@gnu.org>
7466
7467 * imenu.el (imenu-generic-expression): Doc fix.
7468
7469 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7470 From Juanma Barranquero.
7471
7472 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7473
7474 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7475
7476 * faces.el (set-face-attribute): Describe the case of a negative
7477 value specified for :line-width.
7478
7479 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7480
7481 * which-func.el (which-func-mode): Invert which-func-mode-global.
7482 From Juanma Barranquero <lektu@uol.com.br>.
7483
7484 2001-02-08 Dave Love <fx@gnu.org>
7485
7486 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7487 widget-plist-value-type.
7488 (widget-alist-convert-widget): Replace binding of
7489 widget-alist-value-type.
7490
7491 * textmodes/paragraphs.el (sentence-end): Doc fix.
7492
7493 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7494 Remove `backward-line'.
7495
7496 * play/pong.el (pong-blank-color, pong-bat-color)
7497 (pong-ball-color, pong-border-color, pong-left-key)
7498 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7499 (pong-pause-key, pong-resume-key, pong-timer-delay):
7500 * mail/mh-comp.el (mh-compose-letter-function):
7501 * eshell/esh-mode.el (eshell-skip-prompt-function):
7502 * emulation/viper-ex.el (ex-unix-type-shell-options):
7503 * recentf.el (recentf-menu-filter):
7504 * ps-print.el (ps-print-region-function):
7505 * lpr.el (print-region-function):
7506 * forms.el (forms-mode-hooks):
7507 * dirtrack.el (dirtrack-directory-change-hook):
7508 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7509 * textmodes/spell.el (spell-filter):
7510 * textmodes/fill.el (adaptive-fill-function):
7511 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7512 * progmodes/etags.el (find-tag-default-function):
7513 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7514 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7515
7516 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7517
7518 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7519 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7520 Meyering <jim@meyering.net>.
7521
7522 * loadup.el: Revert last change.
7523
7524 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7525
7526 * international/mule.el (transform-make-coding-system-args):
7527 Make it work also for coding systems not using CCL.
7528
7529 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7530
7531 * simple.el (previous-matching-history-element)
7532 (next-matching-history-element): Doc fix.
7533
7534 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7535 specific part.
7536
7537 2001-02-06 Dave Love <fx@gnu.org>
7538
7539 * add-log.el (add-log-current-defun-function)
7540 (add-log-buffer-file-name-function, add-log-file-name-function):
7541 Fix :type.
7542 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7543
7544 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7545
7546 * info.el (info-initialize): Remove the test for system-type when
7547 invocation-directory is non-nil.
7548
7549 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7550 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7551
7552 2001-02-06 Andrew Innes <andrewi@gnu.org>
7553
7554 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7555 absolute.
7556
7557 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7558
7559 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7560 buffers. When hi-lock turned on rather than only checking current
7561 buffer for regexps, all buffers are checked. Moved activation of
7562 font-lock to hi-lock-refontify. When font-lock turned off rather
7563 than removing added highlighting just in current buffer, remove it
7564 in all buffers. Changed edit menu text from "Automatic
7565 Highlighting" to "Regexp Highlighting" Documentation for
7566 highlighting phrases, minor documentation changes.
7567 (hi-lock-set-file-patterns): Execute only if there are new or
7568 existing file patterns.
7569 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7570 unfontify and, if a support mode is active, will not refontify the
7571 whole buffer. If necessary, turn on font lock. (Removed
7572 font-lock-unfontify and font-lock support-mode-specific calls,
7573 such as lazy-lock-fontify-window.)
7574 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7575 patterns are found. Not useful now since find-file-hook is removed
7576 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7577 (hi-lock-face-phrase-buffer): New function. Also added related
7578 menu item and keybinding.
7579 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7580 (hi-lock-process-phrase): New function.
7581 (hi-lock-line-face-buffer): Doc fixes.
7582 (hi-lock-face-buffer): Doc fixes.
7583 (hi-lock-unface-buffer): Doc fixes.
7584
7585 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7586
7587 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7588 dabbrev-ignored-regexps.
7589
7590 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7591
7592 * simple.el (kill-line): Doc fix.
7593
7594 2001-02-05 Dave Love <fx@gnu.org>
7595
7596 * loadup.el: Revert last two changes -- bootstrapping works with
7597 regenerated loaddefs.
7598
7599 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7600
7601 * isearch.el (isearch-forward): Doc fix.
7602
7603 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7604 of font-lock-defaults to backward-paragraph.
7605
7606 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7607
7608 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7609 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7610
7611 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7612
7613 * ebnf2ps.el: Eliminate time-stamp functions.
7614 (ebnf-version): New version (3.5).
7615 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7616 format-time-string.
7617
7618 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7619
7620 * simple.el (next-line): Goto end-of-line before inserting a newline.
7621
7622 2001-02-05 Miles Bader <miles@gnu.org>
7623
7624 * image-file.el (insert-image-file): When visiting an image, also
7625 set `truncate-lines' to t so that any fringe arrow looks correct.
7626
7627 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7628
7629 * isearch.el (isearch-forward): Add description about input method
7630 in the docsting.
7631
7632 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7633
7634 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7635
7636 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7637
7638 * info.el (info-initialize): If installation-directory is nil, for
7639 DOS/Windows systems try looking in a sibling of invocation-directory.
7640
7641 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7642
7643 * wid-edit.el (widget-button-click): Fix last change.
7644
7645 * frame.el (frame-notice-user-settings): When resizing the initial
7646 frame because the tool bar is off, also change the frame's top
7647 position if a negative top position was specified.
7648
7649 2001-02-02 Miles Bader <miles@gnu.org>
7650
7651 * image-file.el (insert-image-file): When visiting an image,
7652 suppress the cursor in the image buffer.
7653
7654 2001-02-01 Dave Love <fx@gnu.org>
7655
7656 * progmodes/f90.el (f90-mode): Remove startup message.
7657
7658 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7659
7660 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7661
7662 * startup.el (command-line): Fix code determining whether or not
7663 to use delete-key-deletes-forward-mode.
7664
7665 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7666
7667 * vc.el (vc-diff-switches): New user option.
7668 (vc-version-diff): Use it.
7669 (vc-diff-switches-list): New macro.
7670
7671 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7672 New customization options.
7673 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7674
7675 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7676
7677 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7678
7679 * msb.el (toplevel): Quote hook symbols.
7680
7681 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7682
7683 * international/mule.el (make-coding-system): Add description
7684 about recognized properties in the docstring.
7685
7686 * international/mule-conf.el: Remove unused charsets
7687 mac-roman-lower and mac-roman-upper.
7688
7689 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7690
7691 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7692 is in front of the left-margin, if any.
7693
7694 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7695 like `delete'.
7696
7697 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7698
7699 * term/w32-win.el (mouse-set-font): Doc fix.
7700
7701 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7702
7703 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7704 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7705 on already.
7706
7707 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7708
7709 * files.el (save-buffer): Don't give message if (buffer-file-name)
7710 returns nil.
7711
7712 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7713
7714 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7715
7716 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7717 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7718
7719 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7720 display problems.
7721
7722 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7723
7724 * international/mule.el (charset-info): Fix docstring.
7725
7726 * international/mule-diag.el (describe-character-set): Check final
7727 char valid before printing it.
7728
7729 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7730
7731 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7732
7733 * frame.el (frame-notice-user-settings): Do the tool-bar
7734 stuff only for graphical displays. Fix a braino.
7735
7736 * frame.el (frame-initialize): Create initial frame visible.
7737 (frame-notice-user-settings): When tool-bar has been switched off,
7738 correct the frame size and sync tool-bar-mode.
7739
7740 * startup.el (command-line): Remove manipulation of frame
7741 height for tool bars.
7742
7743 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7744
7745 * lpr.el: Compatibility with XEmacs and doc fixes.
7746 (lpr-windows-system, lpr-lp-system): New vars.
7747 (lpr-printer-switch): New defcustom.
7748 (printer-name, lpr-command): Customization fix.
7749 (print-region-1): Code fix.
7750 (print-region-new-buffer, printify-region): Indentation fix.
7751 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7752 New functions.
7753
7754 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7755
7756 * msb.el (toplevel): Fix the eval-after-load.
7757
7758 2001-01-29 Dave Love <fx@gnu.org>
7759
7760 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7761
7762 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7763
7764 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7765 (tcl-using-emacs-19-23): Consider Emacs 21+.
7766 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7767 (tcl-add-emacs-menu): Supply menu name.
7768 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7769
7770 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7771
7772 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7773
7774 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7775
7776 * pcvs.el (cvs-mark-fis-dead): New function.
7777 (cvs-mode-add): Use it.
7778 (cvs-mode-add-change-log-entry-other-window):
7779 Rebind change-log-default-name to itself rather than to nil.
7780
7781 2001-01-29 Sam Steingold <sds@gnu.org>
7782
7783 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7784 `autoload' statements.
7785
7786 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7787
7788 * files.el (confirm-kill-emacs): Doc fix.
7789
7790 * frame.el (frame-initialize): Doc fix.
7791
7792 * time-stamp.el (time-stamp-string): Doc fix.
7793
7794 * woman.el (WoMan-log-1): Make the log buffer writable.
7795 From Markus Rost <rost@math.ohio-state.edu>.
7796
7797 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7798
7799 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7800 the `make-variable-buffer-local'.
7801
7802 2001-01-29 Dave Love <fx@gnu.org>
7803
7804 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7805 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7806 Add autoload cookie.
7807 (ansi-color-apply-sequence): Fix typo.
7808
7809 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7810
7811 * menu-bar.el (menu-bar-files-menu): Add menu items for
7812 Postscript printing in black and white.
7813
7814 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7815 X-Mailman-Version, Precedence, List-Help, List-Post,
7816 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7817 Content-Type, Content-Length.
7818
7819 2001-01-29 Dave Love <fx@gnu.org>
7820
7821 * elide-head.el (elide-head): Make overlay evaporate.
7822
7823 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7824
7825 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7826
7827 * isearch.el (isearch-highlight): Don't punt if the display
7828 doesn't support colors, since isearch faces are defined for
7829 monochrome displays as well.
7830
7831 2001-01-27 Sam Steingold <sds@gnu.org>
7832
7833 * shell.el (shell-write-history-on-exit): Make sure that we are in
7834 the shell buffer (M-x tex-file RET inserted the error message into
7835 the TeX buffer).
7836
7837 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7838
7839 * simple.el (transient-mark-mode): Doc fix.
7840
7841 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7842
7843 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7844
7845 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7846
7847 * shell.el (shell-unquote-argument): If the shell is one of the
7848 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7849 quote character.
7850 (shell-dumb-shell-regexp): Document that the shells which match
7851 this regexp are supposed to not treat a backslash as a quote character.
7852
7853 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7854 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7855
7856 2001-01-27 Richard M. Stallman <rms@gnu.org>
7857
7858 * dabbrev.el (dabbrev--substitute-expansion):
7859 Treat a one-capital-letter abbrev as "not all upper case",
7860 so as to force preservation of the expansion's pattern
7861 if the expansion starts with a capital letter.
7862
7863 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7864
7865 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7866 Doc fix.
7867
7868 * simple.el (transient-mark-mode): Document the fact that many
7869 commands act on the region when mark is active.
7870
7871 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7872
7873 * international/quail.el (quail-setup-completion-buf): Make the
7874 multibyteness of current buffer inherited to Quail completion buffer.
7875 (quail-show-guidance-buf): Make the multibyteness of current
7876 buffer inherited to Quail guidance buffer.
7877 (quail-help): Make the multibyteness of current buffer inherited
7878 to Quail help buffer.
7879
7880 2001-01-26 Dave Love <fx@gnu.org>
7881
7882 * time-stamp.el: Doc fixes.
7883
7884 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7885 (delphi-keyword-face, delphi-other-face): Fix :type.
7886
7887 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7888
7889 * mail/feedmail.el (feedmail): Add :link.
7890 (feedmail-send-it): Doc fix.
7891
7892 * mail/sendmail.el: Doc fixes.
7893 (sendmail-send-it): Fix the non-ASCII regexp and use
7894 rfc2047-encode-string.
7895
7896 * dired.el, dired-aux.el: Revert last change.
7897
7898 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7899
7900 * makefile.w32-in (DONTCOMPILE): Add various term files.
7901
7902 2001-01-26 Dave Love <fx@gnu.org>
7903
7904 * Makefile.in (DONTCOMPILE): Add various term files.
7905
7906 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7907
7908 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7909
7910 * startup.el (display-startup-echo-area-message): Make sure
7911 the echo area is resized to fit the size of the startup message.
7912
7913 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7914 part of which is a constant.
7915
7916 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7917
7918 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7919
7920 2001-01-26 Richard M. Stallman <rms@gnu.org>
7921
7922 * simple.el (next-line): Don't let `newline' expand abbrevs.
7923 Simplify slightly.
7924 (open-line): Don't let `newline' expand abbrevs.
7925
7926 2001-01-25 John Wiegley <johnw@gnu.org>
7927
7928 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7929 to `repeat' in the :type field.
7930
7931 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7932 allow a choice of regexp or nil.
7933 (pcomplete-dir-ignore): Same.
7934
7935 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7936 a command) to always fail.
7937
7938 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7939
7940 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7941 discard the result.
7942 (iswitchb-to-end): Likewise.
7943
7944 2001-01-25 Sam Steingold <sds@gnu.org>
7945
7946 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7947 Require vc.
7948
7949 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7950
7951 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7952
7953 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7954
7955 2001-01-25 Dave Love <fx@gnu.org>
7956
7957 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7958 (describe-coding-system): Tweak the English text.
7959
7960 * loadup.el: Preload international/ccl for utf-8.
7961
7962 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7963
7964 * mail/rmail.el (rmail-redecode-body): Doc fix.
7965
7966 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7967
7968 * international/mule-cmds.el (reset-language-environment):
7969 Reset coding-category-utf-8 to mule-utf-8.
7970
7971 * international/mule-conf.el (coding-category-utf-8):
7972 Initialize to mule-utf-8.
7973
7974 * loadup.el: Preload international/utf-8.
7975
7976 * international/utf-8.el: New file.
7977
7978 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7979
7980 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7981
7982 2001-01-24 Sam Steingold <sds@gnu.org>
7983
7984 * dired.el (dired-replace-in-string): Removed.
7985 (dired-sort-toggle): Use `replace-regexps-in-string'
7986 instead of `dired-replace-in-string'.
7987
7988 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7989 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7990
7991 * gs.el (gs-replace-in-string): Removed.
7992 (gs-options): Use `replace-regexps-in-string'
7993 instead of `gs-replace-in-string'.
7994
7995 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7996
7997 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7998 bug report is mailed to an email list and posted to a news group.
7999
8000 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8001
8002 * comint.el (comint-replace-by-expanded-history-before-point):
8003 Fix change of 2000-08-03 to move point to the start of the line again.
8004
8005 * startup.el (tool-bar-images-pixel-height): New variable.
8006 (command-line): After loading the user's init file, when
8007 tool-bar-mode is on, increase the frame's size by some lines for
8008 the tool-bar.
8009
8010 * frame.el (frame-initialize): Create the initial frame invisible.
8011
8012 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8013
8014 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8015 (chinese-big5): MIME:Big5.
8016
8017 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8018
8019 * international/mule-cmds.el (universal-coding-system-argument):
8020 Handle commands with prefix args.
8021
8022 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8023
8024 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8025 being a list of numbers.
8026 (diary-mail-entries): Rewritten.
8027
8028 2001-01-23 Dave Love <fx@gnu.org>
8029
8030 * international/mule.el (make-coding-system): Fix typo.
8031
8032 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8033 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8034
8035 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8036
8037 * font-lock.el (font-lock-mode): Doc fix.
8038
8039 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8040
8041 * international/mule.el (make-translation-table): Fix docstring.
8042
8043 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8044
8045 * mail/rmail.el (rmail-redecode-body): New function.
8046
8047 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8048
8049 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8050
8051 * isearch.el (isearch-lazy-highlight-case-fold-search)
8052 (isearch-lazy-highlight-regexp): New variables.
8053 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8054 case-fold search or regexp search has been toggled.
8055
8056 * wid-edit.el (widget-button-click): Avoid a save-excursion
8057 around running a global binding.
8058
8059 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8060 to 0.25.
8061
8062 2001-01-20 Miles Bader <miles@gnu.org>
8063
8064 * cus-edit.el (custom-face-save): Do post-processing on the face's
8065 new value like `custom-face-set' does.
8066
8067 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8068
8069 * mail/emacsbug.el (report-emacs-bug): Report the value of
8070 LC_CTYPE, not LC_TYPE.
8071
8072 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8073 isearch-toggle-regexp and isearch-edit-string to doc string.
8074
8075 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8076
8077 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8078 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8079
8080 * jit-lock.el (jit-lock-fontify-now): Don't bind
8081 font-lock-beginning-of-syntax-function to nil.
8082
8083 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8084
8085 * mail/emacsbug.el (report-emacs-bug): Report values of
8086 locale-coding-system, default-enable-multibyte-characters, and the
8087 environment variables LC_ALL, LC_TYPE, and LANG.
8088
8089 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8090
8091 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8092
8093 * font-lock.el (font-lock-multiline): Default to nil.
8094 (font-lock-default-fontify-region): If font-lock-multiline is
8095 nil, don't check the property `font-lock-multiline'.
8096
8097 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8098 is nil, don't check the `font-lock-multiline' text property.
8099
8100 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8101
8102 * viper.el: Call initial-major-mode on startup.
8103
8104 * ediff.el (ediff-patch-file): Use better defaults.
8105
8106 * ediff-vers.el: Fix for 8+3 DOS file systems.
8107
8108 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8109
8110 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8111 diff mode, if available.
8112
8113 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8114
8115 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8116
8117 * ediff-init.el (subst-char-in-string): Define and use it, unless
8118 it's already defined.
8119
8120 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8121
8122 * tooltip.el (tooltip-hide-delay): New user-option.
8123 (tooltip-show): Use tooltip-hide-delay instead of the default.
8124
8125 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8126
8127 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8128 kill-local-variable doesn't work for enable-multibyte-characters.
8129
8130 2001-01-17 Dave Love <fx@gnu.org>
8131
8132 * ediff-init.el (ediff-before-setup-hook)
8133 (ediff-merge-filename-prefix): Add :version.
8134
8135 * international/latin1-disp.el: Require disp-table.
8136 (latin1-display): Fix :set.
8137
8138 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8139
8140 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8141
8142 * isearch.el (isearch-lazy-highlight-initial-delay)
8143 (isearch-lazy-highlight-interval): Default to 0.
8144
8145 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8146
8147 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8148 1 here rather than each time through
8149 isearch-lazy-highlight-new-loop.
8150 (isearch-lazy-highlight-max): Variable deleted.
8151 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8152 isearch-lazy-highlight-max but controls a single invocation of
8153 isearch-lazy-highlight-update.
8154 (isearch-lazy-highlight-wrapped): Variable recreated.
8155 (isearch-lazy-highlight-window-start): New variable.
8156 (isearch-lazy-highlight-cleanup): Restored to behavior of
8157 before 2-Jan.
8158 (isearch-lazy-highlight-remove-overlays): Function deleted;
8159 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8160 behavior removed.
8161 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8162 isearch-lazy-highlight-update in a loop rather than just once.
8163 Test isearch-invalid-regexp here and decide not to start a new
8164 loop, rather than testing it each time through
8165 isearch-lazy-highlight-update.
8166 (isearch-lazy-highlight-search): Function restored.
8167 (isearch-lazy-highlight-update): Get called in a timer loop again,
8168 but this time highlight more than one match each time through.
8169 Only highlight matches in the visible part of the window.
8170 Start at point, move in the direction of the search, and wrap around at
8171 the edge of the window. Use sit-for to force redisplay and ensure
8172 window-start is credible. "Face suppressing" behavior removed;
8173 overlay priorities should make it unnecessary, right?
8174 (isearch-highlight): Face suppressing behavior removed.
8175 (isearch-dehighlight): Face suppressing behavior removed.
8176 (isearch-set-lazy-highlight-faces-at): Removed.
8177
8178 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8179
8180 * language/european.el ("Latin-1"): Make the format of description
8181 about additional language environments same as that of Latin-2.
8182
8183 2001-01-16 Dave Love <fx@gnu.org>
8184
8185 * isearch.el (isearch-lazy-highlight): Add :version.
8186
8187 * simple.el (backward-delete-char-untabify-method)
8188 (next-line-add-newlines): Add :version.
8189
8190 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8191
8192 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8193 Don't bind <delete> otherwise.
8194
8195 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8196 and <delete> via function-key-map.
8197
8198 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8199 Subject line only if point is after the `Subject:'.
8200
8201 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8202
8203 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8204 japanese-jisx0213-2 in `charset' property of this lang. env.
8205
8206 * language/european.el ("Latin-1"): Add description for Dutch and
8207 Spanish lang. env.
8208
8209 * international/mule.el (decode-char): Fix conditions.
8210 (encode-char): Handle eight-bit-control too.
8211 (transform-make-coding-system-args): New function.
8212 (make-coding-system): Accept XEmacs style arguments for CCL base
8213 coding system.
8214
8215 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8216
8217 * progmodes/etags.el (find-tag-noselect): Save the value of
8218 tags-file-name before switching buffers, for the case it has a
8219 buffer-local value.
8220
8221 2001-01-15 Alex Schroeder <alex@gnu.org>
8222
8223 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8224 From Dave Love <fx@gnu.org>.
8225 (ansi-color-for-comint-mode): Fix :version.
8226
8227 2001-01-15 Alex Schroeder <alex@gnu.org>
8228
8229 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8230
8231 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8232
8233 * dired.el (dired-insert-directory): If file-system-info fails,
8234 remove the " free " part, but don't signal an error.
8235
8236 2001-01-12 Sam Steingold <sds@gnu.org>
8237
8238 * bookmark.el (bookmark-maybe-historicize-string):
8239 Use new backquote syntax.
8240
8241 2001-01-12 Richard M. Stallman <rms@gnu.org>
8242
8243 * subr.el (last): Handle a list that doesn't end in nil.
8244
8245 2001-01-12 Sam Steingold <sds@gnu.org>
8246
8247 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8248 to `backward-delete-char-untabify'.
8249
8250 2001-01-12 Dave Love <fx@gnu.org>
8251
8252 * cus-edit.el (customize-menu-create): Fix the :filter following
8253 easymenu change.
8254
8255 * wid-edit.el (function): Add :match-alternatives.
8256 (widget-color-action): Doc fix.
8257
8258 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8259
8260 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8261
8262 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8263
8264 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8265
8266 * international/ccl.el (define-ccl-program): Fix docstring.
8267
8268 2001-01-11 Dave Love <fx@gnu.org>
8269
8270 * international/mule-cmds.el (standard-display-european-internal):
8271 Set display table for 2208 as for 160.
8272
8273 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8274
8275 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8276 entry for custom-menu-create change.
8277 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8278 don't cons it in the search loop.
8279
8280 * imenu.el (imenu--truncate-items): Revert last change.
8281
8282 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8283
8284 * info.el (Info-setup-header-line): If the node header includes
8285 either Next: or Prev: links, don't show the File: and Node: parts
8286 in the header line.
8287
8288 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8289
8290 * comint.el (comint-goto-process-mark): Don't print a message
8291 when running in batch mode.
8292
8293 * isearch.el (isearch-search): In the condition-case handler for
8294 `error', set isearch-invalid-regexp to the whole error message.
8295
8296 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8297 ensure that eval-after-load works for files dumped with Emacs.
8298
8299 * help.el (load-symbol-file-load-history): New function extracted
8300 from function symbol-file.
8301 (symbol-file): Use it.
8302
8303 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8304
8305 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8306
8307 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8308 behave as if there were no prefix argument.
8309 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8310 argument were nil.
8311
8312 2001-01-11 Richard M. Stallman <rms@gnu.org>
8313
8314 * isearch.el (isearch-lazy-highlight-update):
8315 Don't look for more potential matches once maximum is exceeded.
8316 Use overlays-in to check correctly for overlap with current match.
8317 Ignore empty matches.
8318
8319 2001-01-11 Miles Bader <miles@gnu.org>
8320
8321 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8322 (ispell-overlay-window, ispell-help, ispell-show-choices)
8323 (ispell-command-loop): Use it instead of `window-height'.
8324
8325 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8326
8327 * files.el (confirm-kill-emacs): New user-option.
8328 (save-buffers-kill-emacs): Ask for final confirmation before
8329 killing Emacs.
8330
8331 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8332 to nil.
8333
8334 2001-01-10 Dave Love <fx@gnu.org>
8335
8336 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8337
8338 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8339
8340 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8341
8342 * calculator.el (calculator-number-digits): Fix :type.
8343
8344 * vc-cvs.el (vc-cvs-header): Fix :type.
8345 * vc-rcs.el (vc-rcs-header): Fix :type.
8346 * vc-sccs.el (vc-sccs-header): Fix :type.
8347
8348 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8349
8350 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8351
8352 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8353
8354 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8355
8356 * simple.el (set-variable): Force a thorough redisplay for the
8357 case that the variable has an effect on the display, like
8358 `tab-width' has.
8359
8360 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8361
8362 * vc.el: Add documentation for backend interface.
8363
8364 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8365
8366 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8367
8368 * international/mule-conf.el (latin-extra-code-table): Set to t
8369 for \223 and \224.
8370
8371 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8372
8373 * international/mule-cmds.el (locale-language-names): Map "es" to
8374 "Spanish" and "nl" to "Dutch".
8375
8376 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8377
8378 * bindings.el (global-map): Bind <home> to beginning-of-line,
8379 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8380 C-<end> to end-of-buffer.
8381
8382 * language/european.el: Add Dutch and Spanish language info
8383 to be able to use the appropriate tutorials.
8384
8385 2001-01-09 Alex Schroeder <alex@gnu.org>
8386
8387 * ansi-color.el (ansi-color-process-output): Use markers instead
8388 of positions for start and end of region.
8389 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8390 Previously, occasional mistakes happend when fontifying many
8391 chunks of output (eg. ls --color=yes /dev). This happened
8392 whenever an overlay was created up to the end of the region, which
8393 coincided with the process-mark. New text would then be added
8394 within that overlay instead of after it.
8395 (ansi-color-make-extent): Overlays are created with the property
8396 `modification-hooks' set to '(ansi-color-freeze-overlay).
8397 (ansi-color-freeze-overlay): New function. When inserting text at
8398 the end of the overlay, the overlay will resize.
8399
8400 2000-01-09 Alex Schroeder <alex@gnu.org>
8401
8402 * ansi-color.el (ansi-color-process-output): Doc change.
8403 (ansi-color-unfontify-region): Doc change. No longer installed
8404 automatically in font-lock-unfontify-region-function.
8405 (ansi-color-apply): Doc change.
8406 (ansi-color-apply-on-region): Use extents or overlays instead of
8407 text-properties.
8408 (ansi-color-make-extent): New function.
8409 (ansi-color-set-extent-face): New function.
8410
8411 2000-01-09 Alex Schroeder <alex@gnu.org>
8412
8413 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8414 both use ansi-color-process-output, now.
8415 (ansi-color-process-output): Doesn't return string anymore. It is
8416 installed in comint-output-filter-functions for both Emacs and
8417 XEmacs, now.
8418 (ansi-color-unfontify-region): Simplified code removing variables
8419 pos and start-ansi.
8420 (ansi-color-apply): Put text-property ansi-color before putting
8421 text-property face because ansi-color-unfontify-region is called
8422 immediately after the call to put-text-property.
8423 (ansi-color-context-region): Doc change.
8424 (ansi-color-filter-region): Simplified code.
8425 (ansi-color-apply-on-region): Changed start to start-marker, using
8426 a marker explicitly. Put text-property ansi-color before putting
8427 text-property face because ansi-color-unfontify-region is called
8428 immediately after the call to put-text-property.
8429
8430 2000-01-09 Alex Schroeder <alex@gnu.org>
8431
8432 * ansi-color.el (ansi-color-faces-vector): Doc change.
8433 (ansi-color-for-comint-mode): Changed :type property to choice.
8434 (ansi-color-last-context): Removed.
8435 (ansi-color-process-output): Don't use ansi-color-last-context, as
8436 the main functions will store their context now.
8437 (ansi-color-context): Doc change.
8438 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8439 Uses ansi-color-context such that repeated calls will strip
8440 partial escape sequences, too.
8441 (ansi-color-apply): Simplified code. Colorize end of string if
8442 face is not null. Store context in new (FACE STRING) format, such
8443 that repeated calls will strip partial escape sequences, too.
8444 Append faces to face property using ansi-color-apply-sequence such
8445 that cumulative mode actually works.
8446 (ansi-color-context-region): New variable.
8447 (ansi-color-filter-region): Rewrote it based on
8448 ansi-color-apply-on-region. Uses ansi-color-context-region such
8449 that repeated calls will strip partial escape sequences, too.
8450 (ansi-color-apply-on-region): Simplified code. Colorize end of
8451 region if face is not null. Store context in new (FACE POS)
8452 format, such that repeated calls will strip partial escape
8453 sequences, too. Append faces to face property using
8454 ansi-color-apply-sequence such that cumulative mode actually works.
8455 (ansi-color-apply-sequence): New function.
8456 (ansi-color-get-face): When the default face is added to the list
8457 of faces, all previous settings are discarded and the list of
8458 faces is set to '(default).
8459
8460 2000-01-09 Alex Schroeder <alex@gnu.org>
8461
8462 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8463 face, such that ansi-color-apply and ansi-color-apply-on-region
8464 will do the right thing.
8465 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8466 returns nil, set the list of faces back to nil instead of
8467 appending the result of ansi-color-get-face to the front of the list.
8468
8469 2000-01-09 Alex Schroeder <alex@gnu.org>
8470
8471 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8472 (ansi-color-process): Doc change.
8473 (ansi-color-last-context): New buffer-local variable.
8474 (ansi-color-process-output): New function. It is automatically
8475 added to comint-output-filter-functions if this is XEmacs.
8476 (ansi-color-unfontify-region): New optional parameter for XEmacs
8477 compatibility. Check wether font-lock-syntactic-keywords is
8478 boundp before removing the syntax table text property, as XEmacs
8479 doesn't have it.
8480 (ansi-color-filter-region): Doc change.
8481 (ansi-color-apply-on-region): Doc change.
8482 (ansi-color-make-face): New function. Compatibility layer for
8483 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8484 (ansi-color-make-color-map): Use ansi-color-make-face.
8485 (ansi-color-get-face): Avoid face text property '(nil) as results
8486 in an errow for XEmacs.
8487
8488 2000-01-09 Alex Schroeder <alex@gnu.org>
8489
8490 * ansi-color.el (ansi-color-unfontify-region): New function.
8491 Uses text-property ansi-color in order to preserve fontification by
8492 ansi-color. When the package is loaded, a lambda expression is
8493 put onto font-lock-mode-hook. This lambda expression will check
8494 font-lock-unfontify-region-function and replace
8495 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8496 (ansi-color-apply): Add text-property ansi-color in addition to
8497 text-property face.
8498 (ansi-color-apply-on-region): Add text-property ansi-color in
8499 addition to text-property face.
8500 (save-buffer-state): Copy of the macro that is also used by
8501 lazy-lock and font-lock.
8502
8503 (ansi-color-for-comint-mode): New option.
8504 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8505 (ansi-color-for-comint-mode-off): Ditto.
8506 (ansi-color-for-comint-mode-filter): Ditto.
8507 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8508 decide what to do. This function is added to
8509 comint-preoutput-filter-functions when the package is loaded.
8510
8511 (ansi-color-for-shell-mode-set): Removed.
8512 (ansi-color-for-shell-mode): Removed.
8513
8514 2000-01-09 Alex Schroeder <alex@gnu.org>
8515
8516 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8517 the lambda expression from the ansi-color-for-shell-mode :set
8518 property. Additionally, modify shell-mode-hook to enable or
8519 disable font-lock-mode for future shell buffers.
8520 (ansi-color-for-shell-mode): The :set property calls
8521 ansi-color-for-shell-mode-set instead of a lambda expression.
8522
8523 2000-01-09 Alex Schroeder <alex@gnu.org>
8524
8525 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8526 (ansi-color-context): New variable.
8527 (ansi-color-apply): Save context between calls.
8528
8529 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8530
8531 * isearch.el (isearch, isearch-lazy-highlight-face):
8532 New definitions for face colors and attributes.
8533
8534 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8535 of display-mouse-p.
8536
8537 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8538
8539 * international/mule.el (make-coding-system): If the coding system
8540 accepts extra latin codes, register such codes as safe for the
8541 coding system.
8542
8543 2001-01-08 Richard M. Stallman <rms@gnu.org>
8544
8545 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8546 don't mention the file name or the date here, because they are
8547 logged at the start of the file.
8548
8549 2001-01-08 Richard M. Stallman <rms@gnu.org>
8550
8551 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8552 Change screen-width to frame-width.
8553
8554 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8555
8556 * info.el (Info-search): Print the default as part of the prompt.
8557
8558 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8559
8560 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8561 constant implementations in backends.
8562
8563 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8564 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8565
8566 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8567 WRITABLE to EDITABLE.
8568
8569 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8570 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8571 to EDITABLE.
8572
8573 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8574
8575 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8576 (copyright, copyright-update): Compute the current year at run time.
8577
8578 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8579
8580 * isearch.el (isearch-old-signal-hook): Removed.
8581 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8582 instead of setting signal-hook-function.
8583 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8584
8585 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8586
8587 * emulation/edt.el: Update to version 4.0. Provide support for
8588 EDT scroll margins at top and bottom of the window. Provide an
8589 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8590 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8591 user when file-related buffer modifications exist.
8592 Provide support for running EDT Emulation in XEmacs.
8593 Provide customize access to some user updatable variables.
8594 Add Commentary section to file header.
8595 Fixed a few minor bugs and cleaned up some code.
8596
8597 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8598 for detecting a keypress that generates an ASCII key sequence.
8599 (Previously, only a keypress that generates a vector was
8600 recognized.) Embed Window Manager name into name of the generated
8601 EDT Emulation initialization file since the initialization file is
8602 Window Manager specific. Add Commentary section to file header.
8603
8604 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8605
8606 * mail/sendmail.el (mail-mode): Doc fix.
8607
8608 * info.el (Info-goto-emacs-command-node): Doc fix.
8609 (Info-goto-emacs-key-command-node): Doc fix.
8610
8611 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8612
8613 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8614 systems without long file-name support.
8615
8616 2001-01-06 Andrew Innes <andrewi@gnu.org>
8617
8618 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8619
8620 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8621
8622 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8623 (isearch-lazy-highlight-update): Doc fix.
8624
8625 * ffap.el (ffap-bindings): Doc fix.
8626
8627 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8628
8629 2001-01-05 Dave Love <fx@gnu.org>
8630
8631 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8632
8633 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8634
8635 * mouse-drag.el (mouse-drag-safe-scroll):
8636 Bind scroll-preserve-screen-position to nil.
8637
8638 * isearch.el (isearch-old-signal-hook): New variable.
8639 (isearch-mode): Set signal-hook-function to isearch-done.
8640 (isearch-done): Restore old signal-hook-function.
8641
8642 * info.el (Info-fontify-node): Mark one more char as intangible.
8643
8644 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8645
8646 * composite.el (compose-last-chars): New argument COMPONENTS.
8647 If it is non-nil, compose preceding characters by compose-region with
8648 COMPONENTS.
8649
8650 * international/quail.el (quail-input-string-to-events): New function.
8651 (quail-input-method): Convert input string to events here.
8652 (quail-start-translation): Return input string, not event list.
8653 (quail-start-conversion): Likewise.
8654
8655 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8656
8657 * tooltip.el (tooltip-cancel-delayed-tip)
8658 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8659 and tooltip-add-timeout.
8660 (tooltip-show): Set border color from faces's foreground.
8661 (tooltip-show-help-function): If called with the same help string
8662 as last time, do nothing.
8663 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8664
8665 * startup.el (fancy-splash-screens): Don't bind show-help-function
8666 to nil.
8667
8668 * tooltip.el (tooltip-frame-parameters): Remove colors.
8669 (tooltip): New face
8670 (tooltip-set-param): New function.
8671 (tooltip-show): Set up color frame parameters from face `tooltip'.
8672 Display the tooltip text in face `tooltip'.
8673
8674 2001-01-04 Dave Love <fx@gnu.org>
8675
8676 * whitespace.el (whitespace-global-mode): Fix typo.
8677
8678 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8679
8680 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8681
8682 * help.el (help-for-help): Fix a typo in a doc string.
8683 From kwzh@gnu.org (Karl Heuer).
8684
8685 2001-01-03 Dave Love <fx@gnu.org>
8686
8687 * dired-x.el: Doc fixes. Maintainer change.
8688 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8689 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8690 (dired-guess-shell-alist-user): Customize.
8691 (dired-x-help-address): Set to bug-gnu-emacs.
8692 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8693 (dired-default-directory): Renamed from default-directory.
8694
8695 * hl-line.el (hl-line): Doc fix.
8696
8697 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8698
8699 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8700
8701 2001-01-02 Richard M. Stallman <rms@gnu.org>
8702
8703 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8704 to remove all the current alternative-match highlighting.
8705 If nil, remove only what's outside the current window.
8706 (isearch-lazy-highlight-remove-overlays): Take optional
8707 region within which NOT to remove them.
8708 (isearch-lazy-highlight-new-loop): Greatly simplified.
8709 (isearch-lazy-highlight-update): Find all the other occurrences
8710 visible in the window, in just one call.
8711 (isearch-lazy-highlight-start): Now holds start of region to scan.
8712 (isearch-lazy-highlight-end): Now holds end of region to scan.
8713 (isearch-lazy-highlight-wrapped): Variable deleted.
8714 (isearch-lazy-highlight-search): Function deleted.
8715
8716 2000-01-02 Andrew Innes <andrewi@gnu.org>
8717
8718 * w32-fns.el (convert-standard-filename): Do length check on name
8719 before aref.
8720
8721 2001-01-02 Dave Love <fx@gnu.org>
8722
8723 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8724 value.
8725 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8726
8727 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8728
8729 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8730 read syntax.
8731
8732 * calendar/todo-mode.el (todo): Add :link, :version.
8733 (todo-save-top-priorities): Remove autoload cookie.
8734 (todo-add-category, todo-add-item-non-interactively)
8735 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8736
8737 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8738
8739 * comint.el (comint-input-history-ignore): New variable.
8740 (comint-read-input-ring): Ignore entries matching
8741 comint-input-history-ignore.
8742
8743 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8744
8745 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8746 (lm-copyright-mark): New function.
8747 (lm-crack-copyright): New function.
8748 (lm-verify): Check that the file has a copyright.
8749 Check that the file is copyright Free Software Foundation.
8750
8751 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8752
8753 * international/mule-diag.el (print-fontset): Indent font name by
8754 24 columns, not 25.
8755
8756 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8757
8758 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8759 in Subject line.
8760
8761 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8762 Use mail-mode-hook instead of mail-setup-hook.
8763 Otherwise continuing an interrupted message with C-u C-x m for
8764 instance, winds up in Mail mode without abbrevs.
8765
8766 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8767
8768 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8769 non-nil. Adding almost all customization variables on ps-setup.
8770 Doc fix.
8771 (ps-print-version): New version number (6.3.3).
8772 (ps-end-with-control-d): Initialization fix.
8773 (ps-lines-printed): New var.
8774 (ps-skip-newline): New fun.
8775 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8776 (ps-next-line, ps-continue-line, ps-plot-region)
8777 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8778
8779 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8780
8781 * international/fontset.el (x-complement-fontset-spec):
8782 Resolve ASCII font name so that the same family name is used for fonts
8783 registered in x-font-name-charset-alist.
8784 (create-fontset-from-fontset-spec): Adjusted for the above change.
8785 The name of fontset alias should be a unresolved ASCII font name.
8786
8787 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8788
8789 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8790 and delete in isearch-mode-map.
8791
8792 2000-12-28 Richard M. Stallman <rms@gnu.org>
8793
8794 * dired-x.el (dired-guess-shell-alist-default):
8795 Use xpdf instead of acroread.
8796
8797 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8798
8799 * textmodes/artist.el (artist-butlast): Deleted.
8800 (artist-ellipse-mirror-quadrant): Use butlast instead of
8801 artist-butlast.
8802
8803 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8804
8805 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8806
8807 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8808
8809 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8810
8811 * ls-lisp.el: Better support for the Mac and MS-Windows.
8812 (ls-lisp): New defgroup.
8813 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8814 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8815 (ls-lisp-support-shell-wildcards): New defcustoms.
8816 (ls-lisp-parse-symlink): New function.
8817 (insert-directory): Code to convert switches to a list and set up
8818 the wildcard argument copied from ls-lisp-insert-directory.
8819 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8820 for -C and -R switches.
8821 (ls-lisp-column-format): New function.
8822 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8823 (ls-lisp-format-time): Add doc strings.
8824 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8825 Support ls-lisp-dirs-first.
8826 (ls-lisp-classify, ls-lisp-extension): New functions.
8827 (ls-lisp-format): Optionally support emulation of symlinks.
8828 Support -i, -s, and -G switches.
8829
8830 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8831
8832 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8833
8834 * version.el (emacs-version): Print X scroll bar information.
8835
8836 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8837 instead of x-toolkit-scroll-bars-p.
8838
8839 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8840 of x-toolkit-scroll-bars-p.
8841
8842 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8843
8844 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8845 (ffap-bindings): Doc fix, to reflect the above change.
8846
8847 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8848
8849 * term.el (term-char-mode): Define all non-ascii self-inserting
8850 characters to 'term-send-raw in term-raw-map.
8851
8852 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8853
8854 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8855
8856 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8857 Changed initialization; use add-hook.
8858 (ediff-file-remote-p): Use file-local-copy.
8859
8860 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8861
8862 * ediff.el (ediff-patch-buffer): Bug fix.
8863 (ediff-revision): Allow selection of the file at the prompt.
8864
8865 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8866
8867 * subr.el (combine-run-hooks): Remove.
8868
8869 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8870 and remove the rogue second spec.
8871
8872 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8873
8874 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8875
8876 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8877
8878 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8879 Use minibuffer menu prompt for the `=' prefix.
8880 (smerge-command-prefix): Change default to C-^.
8881 (smerge-mode): Don't assume font-lock doesn't move point.
8882
8883 * skeleton.el (skeleton-internal-1): Make sure the first line of
8884 the region is also re-indented.
8885 (skeleton-end-newline): New var.
8886 (skeleton-end-hook): Use it.
8887
8888 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8889
8890 * comint.el (comint-password-prompt-regexp): Support CVS.
8891
8892 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8893
8894 * simple.el (delete-key-deletes-forward-mode): Simplify.
8895 Also backspace key combinations, depending on
8896 delete-key-deletes-forward.
8897
8898 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8899
8900 * simple.el (delete-key-deletes-forward): Doc fix.
8901
8902 2000-08-22 Emmanuel Briot <briot@gnat.com>
8903
8904 * xml.el (top level comment): Updated to reflect the fact that
8905 white spaces are relevant in the XML file.
8906 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8907 to parse was already edited. This allows for on-the-fly analysis
8908 of XML files.
8909 (xml-parse-tag): Check that the casing is the same in the start
8910 tag and end tag, since XML is case-sensitive. Allows for spaces
8911 in the end tag, after the name of the tag.
8912 (xml-parse-attlist): Allow for the character '-' in the name of
8913 attributes, as in the standard http-equiv attribute Do not save
8914 the properties in the XML tree, since they are not relevant.
8915
8916 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8917
8918 * generic.el (generic-read-type): Undo last change, inline into
8919 `generic-mode' and then remove.
8920 (generic-mode): Inline generic-read-type.
8921 (define-generic-mode): Push the symbol name rather than the symbol
8922 onto generic-mode-list.
8923
8924 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8925
8926 * generic.el (generic-read-type): Build an alist for
8927 completing-read as in 20.7.
8928
8929 * play/landmark.el (lm): Use interactive spec `P'.
8930 (toplevel): Don't set debug-on-error.
8931
8932 * server.el (server-switch-buffer): Choose a window on a visible frame.
8933
8934 2000-12-21 Dave Pearson <davep@davep.org>
8935
8936 * quickurl.el: Commentry change, I've moved my web site.
8937
8938 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8939
8940 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8941 ranges like \177-\237, but accepts the character sequence from \177 to
8942 \237. Doc fix.
8943 (ebnf-version): New version (3.4).
8944 (ebnf-setup): Code fix.
8945 (ebnf-range-regexp): New fun.
8946 (ebnf-8-bit-chars): Const fix.
8947
8948 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8949 entry. Doc fix.
8950 (ebnf-bnf-lex): Code fix.
8951 (ebnf-bnf-comment-chars): Const fix.
8952
8953 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8954 entry. Doc fix.
8955 (ebnf-iso-comment-chars): Const fix.
8956
8957 * ebnf-otz.el: Doc fix.
8958
8959 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8960 entry. Doc fix.
8961 (ebnf-yac-skip-code): Code fix.
8962 (ebnf-yac-comment-chars): Const fix.
8963
8964 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8965
8966 * files.el (insert-directory-safely): New function.
8967 (recover-file): Use it instead of insert-directory.
8968 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8969
8970 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8971
8972 * international/mule-cmds.el (select-safe-coding-system):
8973 Check coding-category-list more rigidly. Improve help message.
8974
8975 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8976
8977 2000-12-21 Miles Bader <miles@gnu.org>
8978
8979 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8980
8981 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8982
8983 * international/mule-diag.el (describe-char-after): Make *Help*
8984 buffer inherit multibyteness of the current buffer.
8985
8986 * international/mule.el (make-char): Docstring adjusted for the
8987 change of make-char-internal.
8988
8989 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8990
8991 * international/iso-cvt.el: Docstrings fix.
8992
8993 2000-12-20 Dave Love <fx@gnu.org>
8994
8995 * subr.el (eval-after-load): Doc fix.
8996
8997 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8998
8999 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9000 for numbers.
9001
9002 2000-12-20 Miles Bader <miles@gnu.org>
9003
9004 * international/quail.el (quail-help): Resize the help window
9005 again after it has all its contents. Remove unneeded progn.
9006
9007 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9008
9009 * pcmpl-linux.el: Fix copy/paste error.
9010
9011 2000-12-19 Andrew Innes <andrewi@gnu.org>
9012
9013 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9014
9015 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9016
9017 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9018
9019 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9020
9021 * progmodes/idlw-shell.el: Fixed copyright notice.
9022
9023 * progmodes/idlwave.el: Fixed copyright notice.
9024
9025 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9026 TAB as key separators.
9027
9028 2000-12-19 Alex Schroeder <alex@gnu.org>
9029
9030 * sql.el (sql-sybase-options): New option.
9031 (sql-sybase): Use it. Add sql-database to the list of parameters
9032 provided for login. The options -w 2048 -n are not used any more.
9033 (sql-postgres-options): Changed default from "--pset" to "-P".
9034 (sql-mysql-options): Doc change.
9035 (sql-stop): Doc change.
9036
9037 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9038
9039 * international/quail.el (quail-input-method): Always hide
9040 the guidance buffer on exiting.
9041
9042 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9043
9044 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9045 isn't fboundp.
9046
9047 * server.el (server-buffer-done): Bury the buffer before
9048 killing it.
9049
9050 * faces.el (face-spec-set): Interpret a nil in specs for
9051 foreground and background colors as `unspecified', for
9052 compatibility with 20.x.
9053
9054 2000-12-18 Dave Love <fx@gnu.org>
9055
9056 * simple.el (mail-user-agent): Doc fix.
9057 (input-mode-8-bit): Removed.
9058
9059 * international/mule.el (set-keyboard-coding-system): Doc fix.
9060 (keyboard-coding-system): New option.
9061
9062 * mail/sendmail.el (send-mail-function): Customize.
9063
9064 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9065
9066 * international/codepage.el (cp866-decode-table): New table.
9067
9068 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9069
9070 * version.el (emacs-version): Remove `%a' from the time format
9071 because the weekday doesn't fit well into each locale.
9072
9073 2000-12-18 Miles Bader <miles@gnu.org>
9074
9075 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9076
9077 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9078 Check that emacs-major-version is `=' to 20, not `>='.
9079 (artist-replace-chars): Use `make-string' instead of a loop.
9080
9081 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9082
9083 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9084 (cvs-execute-single-file): Don't change directory.
9085 Patch from Per Cederqvist.
9086
9087 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9088
9089 * textmodes/ispell.el (check-ispell-version):
9090 If `ispell-program-name' is "aspell", pass it the -v switch instead
9091 of -vv.
9092
9093 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9094
9095 * international/mule-diag.el (mule-diag): Insert information about
9096 configure options, multibyte awareness, language env.
9097
9098 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9099 regexp to search for candidates.
9100
9101 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9102
9103 * info.el (Info-forward-node): If the node has an
9104 Info-header-line, widen the buffer before searching for "next:"
9105 and "up:" pointers, and set the search limit to stay in the
9106 current node.
9107
9108 2000-12-16 Miles Bader <miles@gnu.org>
9109
9110 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9111
9112 2000-12-15 Miles Bader <miles@gnu.org>
9113
9114 * comint.el (comint-send-string, comint-send-region): Also accept
9115 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9116 process-send-string/region.
9117
9118 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9119
9120 * isearch.el (isearch-lazy-highlight-max): New user-option.
9121 (isearch-lazy-highlight-update): Don't highlight more than
9122 isearch-lazy-highlight-max matches.
9123
9124 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9125
9126 2000-12-15 Richard M. Stallman <rms@gnu.org>
9127
9128 * sort.el (sort-columns): Fix error message.
9129
9130 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9131 `upcase' or `downcase' or nil.
9132 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9133 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9134 (dabbrev--substitute-expansion): New arg record-case-pattern.
9135 If it is non-nil, set dabbrev--last-case-pattern.
9136 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9137
9138 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9139
9140 2000-12-15 Miles Bader <miles@gnu.org>
9141
9142 * paths.el (Info-default-directory-list): Don't delete
9143 configure-info-directory from the list of standard info
9144 directories when appending it to the end -- their order is important.
9145
9146 * faces.el (read-face-attribute): If there's no entry for the
9147 user's input in VALID, just use it as-is (this will often result
9148 in an error, but it may be OK for e.g. colors using hexadecimal
9149 notation, and at least will yield a better error message).
9150
9151 * window.el (mode-line-window-height-fudge): Function removed.
9152 (height-affecting-face-attributes, mode-line-window-height-fudge):
9153 Variables removed.
9154 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9155 window is really the right size. Use vertical-motion
9156 rather than forward-line.
9157 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9158 (ispell-command-loop, ispell-show-choices): Use the variable
9159 ispell-choices-win-default-height, rather than the function.
9160 (ispell-choices-win-default-height): Function removed.
9161 (ispell-mode-line-window-height-fudge): Function removed.
9162
9163 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9164
9165 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9166
9167 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9168
9169 * paths.el (Info-default-directory-list):
9170 If configure-info-directory is not one of the standard directories,
9171 put it first in the list; otherwise put it last. Doc string
9172 changed accordingly.
9173
9174 * info.el (Info-directory-list): Change doc string to reflect the
9175 change in Info-default-directory-list.
9176
9177 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9178 windows-nt as windowed environments, even under -nw.
9179
9180 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9181 if not fboundp. Switch delete-forward mode for the <delete> key
9182 on all PC platforms, even under -nw.
9183
9184 * term/internal.el ([M-delete]): Remap to M-d.
9185
9186 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9187
9188 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9189
9190 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9191
9192 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9193
9194 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9195
9196 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9197 if appropriate.
9198
9199 * simple.el (delete-key-deletes-forward): New user-option.
9200 (delete-key-deletes-forward-mode): New function.
9201
9202 * bindings.el: Bind `delete' to backward-delete-char.
9203
9204 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9205 Test if symbol is bound before getting its value.
9206
9207 * tooltip.el (tooltip-show): If an error is signaled in
9208 x-show-tip, display that error, and display the help in the
9209 echo area.
9210
9211 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9212
9213 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9214 Show "... entries" messages for every 10000 entries, not 10.
9215
9216 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9217
9218 * bookmark.el: Provide a generic exit hook, as suggested by
9219 Ovidiu Predescu <ovidiu@cup.hp.com>:
9220 (bookmark-exit-hook): New var.
9221 (bookmark-exit-hook-internal): New func, replaces
9222 old raw lambda form in `kill-emacs-hook', and runs new
9223 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9224 as logically that feature must have been provided if this function
9225 is running.
9226 Removed ;;;###autoload before the `add-hook' call.
9227
9228 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9229
9230 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9231 (easy-menu-current-active-maps): New function.
9232 (easy-menu-get-map): Use it.
9233 Make a proper menu entry when creating a new keymap.
9234
9235 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9236
9237 * international/characters.el: Fix cases and syntaxes for
9238 mule-unicode-0100-24ff.
9239
9240 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9241 that a Japanese character is not appended after day and year.
9242
9243 * info.el (Info-suffix-list): Change format for a command that
9244 requires arguments.
9245 (info-insert-file-contents): Adjusted for the above change.
9246
9247 2000-12-12 Andreas Schwab <schwab@suse.de>
9248
9249 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9250 on the name of the tar buffer. Verify that the existing buffer is
9251 visiting the same subfile.
9252
9253 2000-12-12 Dave Love <fx@gnu.org>
9254
9255 * subdirs.el: Add obsolete.
9256
9257 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9258
9259 * mail/rmailsum.el (rmail-summary-expunge)
9260 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9261 instead of rmail-confirm-expunge.
9262
9263 * replace.el (perform-replace): Don't use an empty match adjacent
9264 to a non-empty match when computing the next match before the
9265 replacement is performed.
9266
9267 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9268
9269 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9270 definition (patch by Stefan Monnier).
9271 (glasses-mode): Use jit-lock instead of `after-change-functions'
9272 (patch by Stefan Monnier).
9273
9274 2000-12-12 Miles Bader <miles@gnu.org>
9275
9276 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9277 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9278
9279 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9280
9281 * term/mac-win.el: Remove load for ls-lisp.
9282
9283 * loadup.el: Load ls-lisp for system-type `macos'.
9284
9285 2000-12-12 Miles Bader <miles@gnu.org>
9286
9287 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9288 Respect field end too.
9289 (just-one-space): Respect fields as `delete-horizontal-space'.
9290 (newline-and-indent, reindent-then-newline-and-indent):
9291 Use `delete-horizontal-space'.
9292
9293 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9294
9295 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9296 (so as to obey the field property in the minibuffer).
9297
9298 * obsolete/c-mode.el: Moved from lisp/progmodes.
9299 * obsolete/auto-show.el: Moved from lisp.
9300 * obsolete/ooutline.el: Moved from lisp/textmodes.
9301
9302 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9303
9304 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9305 changes to list them here.
9306
9307 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9308 Too many changes to list them here.
9309
9310 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9311 Too many changes to list them here.
9312
9313 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9314
9315 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9316
9317 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9318
9319 * cus-edit.el (custom-save-variables, custom-save-faces):
9320 Comment fix.
9321
9322 * hscroll.el: Moved to `obsolete' subdir.
9323
9324 2000-12-11 Miles Bader <miles@gnu.org>
9325
9326 * window.el (window-text-height): Function removed (now in C).
9327
9328 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9329
9330 * log-edit.el (log-edit-parent-buffer): New var.
9331 (log-edit): Set it. Add BUFFER argument.
9332 (log-edit-done): Use char-before.
9333 Don't bother checking validity of vc-comment-ring.
9334 Only bury the buffer if log-edit popped it up.
9335
9336 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9337 (cvs-mode-diff-help): Remove.
9338 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9339 (cvs-mode-marked): Set up the default for CMD manually.
9340
9341 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9342 Remove binding for ? now made unnecessary.
9343
9344 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9345
9346 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9347 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9348
9349 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9350 when master file is not open.
9351
9352 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9353
9354 * progmodes/ada-stmt.el: Update `maintainer'.
9355
9356 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9357
9358 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9359 choices to match documentation string.
9360
9361 2000-12-09 Miles Bader <miles@gnu.org>
9362
9363 * minibuf-eldef.el: New file.
9364
9365 * window.el (fit-window-to-buffer): Don't pass last argument to
9366 pos-visible-in-window-p, now that its meaning is inverted.
9367
9368 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9369
9370 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9371 <ceder@lysator.liu.se>.
9372
9373 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9374
9375 * autoinsert.el (auto-insert-alist): Add missing final \n.
9376
9377 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9378 (cvs-menu-map): Remove.
9379 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9380 (cvs-mode-quit): Turn it back into a plain function.
9381
9382 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9383 (texinfo-filter): Remove (move to texinfo.el).
9384
9385 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9386 file where it's more visible.
9387 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9388 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9389 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9390 (texinfo-inside-macro-p): Only catch `scan-error's.
9391 (texinfo-inside-env-p): Make better use of the match info.
9392 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9393 (texinfo-insert-@end): Slight re-organization.
9394 Also remove useless `looking-at' call.
9395
9396 2000-12-08 Andrew Innes <andrewi@gnu.org>
9397
9398 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9399 accessible in -nw mode.
9400
9401 * term/w32-win.el: Remove stuff about selection timeout, which is
9402 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9403 it is accessible in -nw mode.
9404
9405 2000-12-08 Dave Love <fx@gnu.org>
9406
9407 * emacs-lisp/lisp-mode.el (lisp-mode):
9408 Set font-lock-keywords-case-fold-search.
9409
9410 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9411
9412 * textmodes/ispell.el (ispell): Doc fix.
9413
9414 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9415
9416 * international/quail.el (quail-insert-decode-map): Check the
9417 frame width of a window displaying the current buffer, not that of
9418 the selected frame.
9419 (quail-help): Make sure that the help buffer has window before
9420 inserting text in it.
9421
9422 2000-12-07 Sam Steingold <sds@gnu.org>
9423
9424 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9425 Backquote is used in isearch.el, so autoloading saves nothing.
9426
9427 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9428
9429 * startup.el (normal-top-level-add-subdirs-to-load-path):
9430 Ignore the CVS and RCS subdirectories case-insensitively.
9431
9432 * dired.el (dired-insert-directory): If file-system-info is
9433 fboundp, call it instead of invoking dired-free-space-program.
9434
9435 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9436
9437 * server.el (server-visit-files): Push files on file-name-history.
9438
9439 * progmodes/cc-langs.el: Update copyright.
9440
9441 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9442
9443 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9444
9445 * bindings.el (mode-line-mode-menu): Reverse the order
9446 of define-keys so that the menu appears in alphabetical order.
9447
9448 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9449
9450 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9451 of the function.
9452
9453 2000-12-07 Dave Love <fx@gnu.org>
9454
9455 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9456
9457 * facemenu.el (facemenu-unlisted-faces): Fix value.
9458
9459 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9460
9461 * font-lock.el (font-lock-default-fontify-region):
9462 Include the terminating \n (off-by-one error).
9463 (font-lock-set-defaults): Use dolist.
9464
9465 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9466
9467 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9468
9469 * international/mule-cmds.el (describe-language-environment):
9470 Fix for the case that an input method title is not string but a list.
9471
9472 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9473 of wrong SIZE record.
9474
9475 2000-12-06 Dave Love <fx@gnu.org>
9476
9477 * newcomment.el (comment-region, comment-dwim): Doc fix.
9478
9479 * textmodes/texinfo.el: Require tex-mode when compiling.
9480 (texinfo-update-node): Doc fix.
9481 (texinfo-imenu-generic-expression): Add @anchor.
9482 (texinfo-font-lock-keywords): Add @uref.
9483 (texinfo-inside-macro-p): Don't use ignore-errors.
9484 (texinfo-insert-quote): Match more contexts.
9485
9486 * international/mule.el (decode-char, encode-char): Doc fix.
9487 (auto-coding-alist): Customize.
9488
9489 * files.el (load-file): Fix change of 2000-03-12.
9490
9491 * wid-edit.el (widget-text-keymap): Doc fix.
9492
9493 2000-12-06 Andrew Innes <andrewi@gnu.org>
9494
9495 * makefile.w32-in (lisp): Set to an absolute directory, namely
9496 $(CURDIR).
9497
9498 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9499
9500 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9501 read generated-autoload-file, and set buffer-file-coding-system to
9502 raw-text-unix after reading the file.
9503
9504 * international/mule-conf.el (file-coding-system-alist):
9505 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9506
9507 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9508
9509 * replace.el (occur): Make line-number-width 1 smaller for the
9510 colon following the line number.
9511
9512 * startup.el (fancy-splash-text, command-line-1):
9513 Use `File' for the menu name instead of `Files'.
9514
9515 * tmm.el: Update copyright.
9516
9517 * cus-start.el: Add entry for even-window-heights.
9518
9519 2000-12-06 Miles Bader <miles@gnu.org>
9520
9521 * faces.el (frame-set-background-mode): Avoid stomping on
9522 locally modified faces.
9523
9524 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9525
9526 * international/fontset.el: Correct the font registries for
9527 japanese-jisx0213-1 and japanese-jisx0213-2.
9528
9529 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9530
9531 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9532
9533 * iswitchb.el: Update customization commentary.
9534
9535 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9536
9537 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9538 (tpu-search-highlight): Fixed comparison of overlay end positions.
9539 (tpu-trim-line-ends): Implemented trimming logic locally.
9540
9541 * emulation/tpu-extras.el (tpu-write-file-hook)
9542 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9543
9544 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9545
9546 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9547 to cn-gb.
9548 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9549
9550 2000-12-04 Dave Love <fx@gnu.org>
9551
9552 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9553
9554 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9555
9556 * mail/rmailsum.el (rmail-summary-expunge)
9557 (rmail-summary-expunge-and-save): Ask for confirmation with
9558 rmail-expunge-confirmed.
9559
9560 * mail/rmail.el (rmail-expunge-confirmed): New function.
9561 (rmail-expunge): Use it.
9562
9563 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9564
9565 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9566 (etags-recognize-tags-table, find-tag-in-order):
9567 New functionality: interpret file names as tags.
9568
9569 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9570
9571 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9572 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9573 the first subnode until the bottom of the current node is visible.
9574
9575 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9576
9577 * format.el (format-decode): Don't change buffer's undo list.
9578
9579 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9580
9581 * faces.el (face-font-registry-alternatives): Add entries for CJK
9582 fonts. Doc-string adjusted for the actual usage of this data.
9583
9584 * international/fontset.el: Change the font registries for CJK
9585 fonts in the default fontset. Don't append '*' to registries.
9586
9587 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9588
9589 * emacs-lisp/easy-mmode.el (define-derived-mode)
9590 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9591
9592 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9593 (derived-mode-p): New function.
9594 (derived-mode-make-docstring): Add `docstring' argument.
9595 Use it if available and complete it if necessary.
9596
9597 2000-12-03 Andreas Schwab <schwab@suse.de>
9598
9599 * type-break.el (type-break): Don't make parent of itself.
9600
9601 2000-12-03 Miles Bader <miles@gnu.org>
9602
9603 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9604
9605 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9606
9607 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9608 (tex-main-file, tex-file): Simplify.
9609 (tex-generate-zap-file-name): Use subst-char-in-string.
9610 (tex-strip-dots): Remove.
9611
9612 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9613
9614 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9615 to check if the match succeeded.
9616
9617 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9618
9619 * startup.el (use-fancy-splash-screens-p): New function.
9620 (command-line-1): Use it to determine whether or not to use
9621 a fancy splash screen.
9622
9623 2000-12-02 Andreas Schwab <schwab@suse.de>
9624
9625 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9626
9627 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9628
9629 * international/mule.el (make-char): Fix last change.
9630
9631 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9632 New defcustoms.
9633 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9634 autoloading tex-mode; instead, do the same manually.
9635 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9636 with numeric argument. Docstring fix.
9637 (toplevel): Require cl when compiling.
9638
9639 * international/mule.el (make-char): Doc fix.
9640
9641 2000-12-02 Jason Rumney <jasonr@gnu.org>
9642
9643 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9644 the Emacs Lisp manual)
9645
9646 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9647
9648 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9649
9650 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9651 the Emacs Lisp manual).
9652
9653 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9654
9655 * simple.el (next-line-add-newlines): Change default to nil.
9656
9657 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9658
9659 * files.el (revert-buffer, recover-file):
9660 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9661
9662 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9663
9664 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9665
9666 2000-12-01 Miles Bader <miles@gnu.org>
9667
9668 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9669
9670 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9671
9672 * international/mule-diag.el (describe-char-after): Fix typo.
9673 (describe-character-set, non-iso-charset-alist): Fix typo.
9674
9675 2000-12-01 Miles Bader <miles@gnu.org>
9676
9677 * image-file.el (image-file-name-regexp): Automatically add
9678 upper-case variants of each filename extension in
9679 `image-file-name-extensions', since they seem to be common.
9680
9681 * simple.el (minibuffer-contents)
9682 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9683 New functions.
9684 * filecache.el (file-cache-directory-name)
9685 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9686
9687 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9688
9689 * filecache.el (file-cache-minibuffer-complete): Don't try to
9690 delete the minibuffer prompt.
9691
9692 2000-11-30 Dave Love <fx@gnu.org>
9693
9694 * cus-start.el: Fix read-buffer-function type.
9695
9696 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9697
9698 * md5.el: Removed. There's a built-in function, now.
9699
9700 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9701
9702 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9703 as dummy 0-th char of rmail-deleted-vector.
9704
9705 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9706
9707 * ps-print.el (ps-end-job): Bind case-fold-search only after
9708 switching to ps-spool-buffer.
9709
9710 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9711
9712 * ps-print.el: Line number font customization. PostScript: Lines and
9713 PageCount are initialized on each page. Doc Fix.
9714 (ps-print-version): New version number (6.3.2).
9715 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9716 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9717 (ps-right-header): Customization fix.
9718 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9719 Fix code.
9720 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9721 New vars.
9722
9723 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9724
9725 * bs.el: Fix typos and spelling errors.
9726 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9727 (bs-configuration): Doc fix.
9728
9729 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9730
9731 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9732
9733 * emulation/tpu-edt.el (tpu-version): New version.
9734 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9735 (tpu-original-mode-line): Variable deleted.
9736 (tpu-mark-flag): New initial value.
9737 (tpu-set-mode-line): Don't redefine mode-line-format.
9738 Add tpu-mark-flag to minor-mode-alist.
9739 (tpu-update-mode-line): New mark flag logic.
9740 (tpu-get): Use find-file-wildcards.
9741 (tpu-search-highlight): Move overlay less, reset overlay properly.
9742 (tpu-unselect): Deactivate mark.
9743 (tpu-lm-replace): Reset overlay properly.
9744 (tpu-forward-line): Use forward-visible-line.
9745 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9746
9747 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9748
9749 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9750
9751 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9752
9753 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9754
9755 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9756 and skip whitespace and newlines.
9757
9758 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9759
9760 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9761
9762 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9763
9764 * help.el (describe-function-1): Regexp-quote function name
9765 when used as part of a regexp.
9766
9767 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9768 Use face-attribute instead of face-foreground and face-background.
9769 (tool-bar-add-item): Likewise, and handle unspecified colors.
9770
9771 * enriched.el (enriched-face-ans): Use face-attribute instead
9772 of face-foreground and face-background.
9773
9774 * faces.el (face-foreground, face-background, face-stipple):
9775 Return nil if attribute is unspecified, for backward compatibility.
9776
9777 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9778
9779 * play/5x5.el: Remove version info.
9780
9781 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9782
9783 * frame.el (blink-cursor-mode): Doc fix.
9784
9785 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9786
9787 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9788 to create Makefile rules.
9789 (antlr-tool-command): New user option.
9790 (antlr-ask-about-save): New user option.
9791 (antlr-makefile-specification): New user option.
9792 (antlr-file-formats-alist): New variable.
9793 (antlr-special-file-formats): New variable.
9794 (antlr-unknown-file-formats): New user option.
9795 (antlr-help-unknown-file-text): New variable.
9796 (antlr-help-rules-intro): New variable.
9797 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9798 (antlr-mode-menu): Add entries.
9799 (antlr-file-dependencies): New function.
9800 (antlr-directory-dependencies): New function.
9801 (antlr-superclasses-glibs): New function.
9802 (antlr-run-tool): New command.
9803 (antlr-makefile-insert-variable): New function.
9804 (antlr-insert-makefile-rules): New function.
9805 (antlr-show-makefile-rules): New command.
9806
9807 * antlr-mode.el: More Emacs/XEmacs stuff.
9808 (antlr-no-action-keywords): New constant with value nil.
9809 (antlr-font-lock-keywords-alist): Use it. Old value would break
9810 syntax highlighting in Emacs-21.0.
9811 (antlr-default-directory): Emacs/XEmacs dependend function.
9812 (antlr-read-shell-command): Ditto.
9813 (antlr-with-displaying-help-buffer): Ditto.
9814
9815 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9816
9817 * antlr-mode.el: imenu, parsing and highlighting changes.
9818 (antlr-imenu-create-index-function): Don't create extra submenus
9819 for definitions in different grammar classes. It is not necessary
9820 for the menu and would make command `imenu' awkward to use.
9821 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9822 header actions and more than one.
9823 (antlr-font-lock-tokendef-face): Changed color.
9824 (antlr-font-lock-tokenref-face): Changed color.
9825 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9826 (antlr-mode-syntax-table): New variable.
9827 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9828 (antlr-with-syntax-table): Don't copy syntax table.
9829
9830 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9831
9832 * antlr-mode.el: Minor changes: language setting.
9833 (antlr-language-alist): The value for file option "language" can
9834 be both an identifier and a string.
9835 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9836 (antlr-language-limit-n-regexp): Change accordingly.
9837
9838 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9839
9840 * antlr-mode.el: Minor changes: tabs, hiding.
9841 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9842 (antlr-action-visibility): Also allow value nil to also hide the
9843 braces. Renamed from `antlr-tiny-action-length'.
9844 Suggested by Jay@aol.com.
9845 (antlr-hide-actions): Change accordingly. Hide line if completely
9846 hidden action is on a line of its own.
9847
9848 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9849
9850 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9851
9852 * sort.el (sort-columns): Don't concat strings with numbers.
9853
9854 2000-11-29 Dave Love <fx@gnu.org>
9855
9856 * cus-edit.el (face): Fix :format.
9857
9858 * mail/feedmail.el: Require smtpmail when compiling.
9859 (mail-do-fcc): Autoload.
9860 (feedmail) <defgroup>: Fix :link.
9861 (feedmail-nuke-body-in-fcc): Fix :type.
9862 (feedmail-send-it): Add autoload cookie.
9863
9864 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9865
9866 * newcomment.el (comment-indent): Save excursion around call to
9867 comment-indent-function.
9868
9869 2000-11-29 Miles Bader <miles@gnu.org>
9870
9871 * subr.el (member-ignore-case): Return the tail of the list who's
9872 car matches, like `member', not the matching element itself.
9873
9874 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9875
9876 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9877 should not contain `\n'.
9878
9879 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9880
9881 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9882
9883 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9884
9885 * dired-aux.el (dired-do-create-files): Construct default file
9886 name for dired-mark-read-file-name so that when the user enters
9887 just RET, the target file will end up in the target directory.
9888
9889 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9890 local-abbrev-table before changing buffers because it might
9891 have a buffer-local binding.
9892
9893 2000-11-28 Miles Bader <miles@gnu.org>
9894
9895 * simple.el (delete-horizontal-space): Handle fields more generally.
9896
9897 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9898
9899 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9900
9901 2000-11-28 Dave Love <fx@gnu.org>
9902
9903 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9904 comment-start-skip locally.
9905
9906 * progmodes/fortran.el (fortran-mode): Don't set
9907 fortran-comment-line-start-skip. Set comment-start to
9908 fortran-comment-line-start.
9909 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9910 (fortran-comment-line-start-skip): Simplify slightly.
9911
9912 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9913
9914 * play/5x5.el: Remove RCS keyword.
9915
9916 * bs.el: Mistaken commit, undone 2000-11-30.
9917
9918 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9919
9920 * textmodes/tildify.el (tildify-string-alist):
9921 Add `plain-tex-mode' here.
9922
9923 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9924
9925 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9926 reference.
9927
9928 2000-11-28 Miles Bader <miles@gnu.org>
9929
9930 * cus-face.el (custom-face-attributes): Add post-filter function
9931 for :box. Make pre-filter function for :box handle all cases.
9932
9933 * wid-edit.el (widget-choose): Make sure pop-up window is large
9934 enough to display all the choices, as there's no way to scroll it.
9935
9936 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9937
9938 * international/mule-conf.el: Make the coding system no-conversion
9939 safe for all characters.
9940
9941 2000-11-27 Dave Love <fx@gnu.org>
9942
9943 * net/ldap.el (ldap) <defgroup>: Add :version.
9944
9945 * tooltip.el (tooltip-use-echo-area): Doc fix.
9946
9947 * cus-start.el <minibuffer-prompt-properties>: Add version.
9948 <read-buffer-function>: Add.
9949
9950 * apropos.el (apropos-print): Add help-echo to active text.
9951
9952 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9953
9954 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9955
9956 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9957 type, group and version.
9958
9959 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9960
9961 * select.el (x-get-selection): Docstring fix.
9962
9963 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9964
9965 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9966
9967 2000-11-27 Andrew Innes <andrewi@gnu.org>
9968
9969 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9970
9971 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9972
9973 2000-11-27 Miles Bader <miles@gnu.org>
9974
9975 * dired.el (dired-get-filename): Return filename verbatim if
9976 LOCALP is `verbatim'.
9977 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9978 `verbatim' so that we don't inadvertently delete a non-existant
9979 directory name.
9980
9981 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9982
9983 * international/characters.el: Specify cases and syntaxes for
9984 mule-unicode-0100-24ff.
9985
9986 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9987
9988 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9989 that foreground and/or background colors of the face `tool-bar'
9990 are unspecified.
9991
9992 2000-11-27 Miles Bader <miles@gnu.org>
9993
9994 * wid-edit.el (widget-field-buffer, widget-field-start)
9995 (widget-field-end): Handle widget field `pseudo-overlays'.
9996 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9997 if it's there instead of in `widget-field-list'.
9998
9999 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10000 (help-make-xrefs): Delete extraneous newlines at the end of the
10001 docstring.
10002
10003 2000-11-25 Jason Rumney <jasonr@gnu.org>
10004
10005 * startup.el (command-line): Call set-locale-environment after
10006 Window System init file is read, as it can result in a call to
10007 redraw-frame.
10008
10009 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10010
10011 * simple.el (shell-command): Mention the effect of the prefix
10012 argument in the doc string.
10013
10014 2000-11-25 Miles Bader <miles@gnu.org>
10015
10016 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10017
10018 * wid-edit.el (widget-field-value-delete): Don't try to delete
10019 overlay when it's the `pseudo-overlay' that exists at some points.
10020
10021 2000-11-24 Jason Rumney <jasonr@gnu.org>
10022
10023 * international/mule-cmds.el (locale-language-names): Add "jp" as
10024 a non-standard alternative for Japanese.
10025
10026 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10027
10028 * vc-hooks.el: Require 'cl during compilation.
10029
10030 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10031
10032 * faces.el (face-set-after-frame-default): Let face attributes
10033 specified for new frames override frame parameters.
10034
10035 * startup.el (command-line): Fix computation of the source file
10036 for user-init-file when user-init-file is a compiled file.
10037
10038 2000-11-24 Miles Bader <miles@gnu.org>
10039
10040 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10041 (custom-post-filter-face-spec): New functions.
10042 (custom-face-set, custom-face-value-create): Filter the face spec
10043 before and after customization.
10044 (custom-face-set): If VALUE specifies a null face, pass a
10045 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10046 * cus-face.el (custom-face-attributes): Remove SET and GET
10047 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10048 cases they're needed.
10049
10050 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10051 that it's distinguishable from the :off-glyph on dark-background
10052 displays. Set its background color too.
10053
10054 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10055 so that people can easily turn it off.
10056
10057 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10058
10059 * ediff-diff.el: Moved variables around to have it compile under NT.
10060
10061 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10062
10063 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10064
10065 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10066 redundant skip-small-frames test.
10067
10068 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10069 (viper-downgrade-to-insert): Protect against errors in hooks.
10070
10071 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10072 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10073 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10074 New functions.
10075
10076 * viper-util.el (viper-memq-char): Bug fixes.
10077
10078 * viper.el (viper-mode): Fix cursor handling.
10079
10080 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10081
10082 * international/mule-diag.el (list-iso-charset-chars):
10083 For two-byte charset, fix the `while' condition.
10084 (list-non-iso-charset-chars): Fix the `while' condition.
10085
10086 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10087
10088 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10089 if the variable is make-variable-buffer-local.
10090
10091 * progmodes/ada-stmt.el (ada-template-map):
10092 Initialize and bind it to C-c t in ada-mode-map.
10093 (ada-stmt-mode-hook): New function extracted from old code.
10094 Only change the buffer-local side of skeleton-*.
10095 (ada-mode-hook): Use it.
10096
10097 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10098
10099 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10100 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10101 we expect to be returned by minibuffer-depth once we prompt the
10102 user in the minibuffer.
10103 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10104 as recorded in iswitchb-minibuf-depth, return non-nil.
10105
10106 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10107
10108 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10109 (hscroll-window-maybe): Docstring fix.
10110
10111 2000-11-23 Dave Love <fx@gnu.org>
10112
10113 * rect.el (string-rectangle): Don't test delete-selection-mode.
10114
10115 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10116
10117 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10118 is in the tool bar.
10119
10120 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10121 with `no-dir'; we want the directory part to be able to remove it.
10122
10123 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10124
10125 * textmodes/outline.el (outline-flag-region):
10126 Don't bind inhibit-read-only since we don't modify the buffer.
10127 (outline-isearch-open-invisible): Don't jump to overlay-start
10128 since we're trying to unhide text around point.
10129 (outline-discard-overlays): Use dolist.
10130
10131 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10132
10133 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10134
10135 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10136
10137 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10138
10139 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10140 Fix ARG regexp to skip quoted braces.
10141 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10142 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10143 are (correctly) handled separately).
10144 Remove `caption' and `footnote' from `citations': they contain text.
10145 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10146 (latex-skeleton-end-hook): New function.
10147 (latex-mode): Use it.
10148 (tex-start-tex-marker): Remove.
10149 (tex-send-tex-command): Don't set tex-start-tex-marker.
10150 (tex-error-parse-syntax-table): New var.
10151 (tex-compilation-parse-errors): Use it.
10152 Ignore tex-start-tex-marker. Don't bother with marker-position.
10153 (tex-validate-buffer): Don't bother with marker-position.
10154
10155 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10156 (flyspell-generic-progmode-verify): Use it.
10157
10158 2000-11-22 Sam Steingold <sds@gnu.org>
10159
10160 * simple.el (delete-trailing-whitespace): New interactive function.
10161
10162 * progmodes/ada-mode.el (ada-mode): Use it instead of
10163 `ada-remove-trailing-spaces'.
10164 (ada-remove-trailing-spaces): Removed.
10165
10166 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10167
10168 * textmodes/picture.el (picture-clean): Removed.
10169 (picture-mode-exit): Call it instead of `picture-clean'.
10170
10171 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10172
10173 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10174
10175 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10176 jit-lock-fontify-buffer; it should anyway be unneccessary to
10177 do anything special when jit-lock is active.
10178 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10179
10180 2000-11-22 Dave Love <fx@gnu.org>
10181
10182 * calendar/todo-mode.el (todo-top-priorities): Use
10183 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10184
10185 * language/chinese.el, language/cyrillic.el:
10186 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10187 * language/hebrew.el, language/indian.el, language/japanese.el:
10188 * language/korean.el, language/lao.el, language/misc-lang.el:
10189 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10190 Use provide.
10191
10192 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10193 (custom-variable-set): Improve validation error mesage.
10194
10195 * rect.el (string-rectangle): Revert last change.
10196 (string-rectangle-line): New arg DELETE.
10197 (string-rectangle): Check delete-selection-mode.
10198
10199 * emacs-lisp/edebug.el (edebug-version)
10200 (edebug-maintainer-address): Deleted.
10201 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10202 (edebug-read-function): Account for other `'#' read forms.
10203 (edebug-mode-menus): Make some items toggles.
10204 (edebug-outside-unread-command-event, unread-command-event):
10205 Remove these to avoid warnings.
10206
10207 2000-11-22 David Ponce <david@dponce.com>
10208
10209 * recentf.el (recentf-menu-items-for-commands)
10210 (recentf-make-menu-items, recentf-make-menu-item)
10211 (recentf-filter-changer): Added :help and :active menu-item properties.
10212
10213 (recentf-build-dir-rules, recentf-dump-variable)
10214 (recentf-edit-list, recentf-open-files-item)
10215 (recentf-open-files): Replaced unnecessary `mapcar' with new
10216 built-in `mapc'.
10217
10218 2000-11-23 Miles Bader <miles@gnu.org>
10219
10220 * faces.el (menu): Make inverse-video on ttys too.
10221
10222 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10223
10224 * simple.el (comment-line-break-function): Use the new name
10225 indent-new-comment-line -> comment-indent-new-line.
10226 (clone-indirect-buffer): Don't ignore NORECORD.
10227 (next-completion): Properly handle the case where items are adjacent.
10228
10229 * mouse.el (popup-menu): Stupid typo.
10230
10231 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10232
10233 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10234 maintainer, keywords tags.
10235
10236 * rect.el (replace-rectangle): Don't call string-rectangle-line
10237 with too many arguments.
10238
10239 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10240
10241 * ediff-util.el (ediff-file-checked-out-p)
10242 (ediff-file-checked-in-p): Call vc-state instead of
10243 vc-locking-user, which no longer exists.
10244
10245 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10246
10247 2000-11-22 Dave Love <fx@gnu.org>
10248
10249 * md5.el (md5): Provide.
10250 (md5): Fix error call.
10251
10252 2000-11-22 Miles Bader <miles@gnu.org>
10253
10254 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10255 (refill-fill-paragraph-at): Remove debugging code.
10256
10257 * calendar/calendar.el (generate-calendar-window): When we don't
10258 call `fit-window-to-buffer', make sure the top line is fully visible.
10259
10260 * image-file.el (insert-image-file): Don't make `read-only'
10261 property rear-nonsticky.
10262
10263 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10264 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10265 stashing away its original value.
10266 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10267 in the recursive edit.
10268 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10269 (isearch-done): Restore `minibuffer-message-timeout'.
10270
10271 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10272
10273 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10274
10275 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10276
10277 * find-lisp.el (find-lisp-find-files-internal):
10278 Use dolist, when and file-name-as-directory.
10279
10280 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10281 (define-derived-mode, define-minor-mode): Add specs.
10282
10283 * window.el: General comment and spacing fixes.
10284 (save-selected-window): Use backquotes.
10285 (window-safely-shrinkable-p): New function.
10286 (shrink-window-if-larger-than-buffer): Use it.
10287
10288 * subr.el (make-local-hook): Docstring fix.
10289
10290 * shell.el (shell-mode): Use define-derived-mode.
10291
10292 * newcomment.el (comment-indent): Insert comment before calling
10293 comment-indent-function. Don't insert in column 0.
10294 (comment-dwim): Indent before inserting comment.
10295
10296 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10297 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10298 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10299 Use mapc rather than map.
10300
10301 * files.el (find-buffer-visiting): Compare all attributes before
10302 declaring two files identical (rather than just their inode-no).
10303 (auto-mode-alist): Use \' rather than $.
10304
10305 * which-func.el: Update maintainer line.
10306
10307 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10308 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10309 (uniquify-buffer-file-name): Use it.
10310
10311 2000-11-22 Miles Bader <miles@gnu.org>
10312
10313 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10314 * simple.el (minibuffer-avoid-prompt): New function.
10315
10316 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10317
10318 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10319
10320 2000-11-21 Miles Bader <miles@gnu.org>
10321
10322 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10323 inclusion of `track-mouse'.
10324
10325 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10326 (refill-adjust-ignorable-overlay): New function.
10327 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10328 only the paragraph's tail if possible.
10329 Update `refill-ignorable-overlay'.
10330 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10331
10332 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10333 point inside the fill-prefix.
10334
10335 * textmodes/refill.el (refill-post-command-function): Don't reset
10336 refill-doit in the case where a self-insertion command doesn't
10337 case a refill. Use `refill-fill-paragraph-at', getting position
10338 from `refill-doit'.
10339 (refill-after-change-function): Set `refill-doit' to END.
10340 (refill-fill-paragraph-at): New function, mostly from old
10341 refill-fill-paragraph.
10342 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10343 (refill-pre-command-function): New function.
10344 (refill-mode): Add it to `pre-command-hook'.
10345
10346 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10347
10348 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10349
10350 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10351 javadoc tags.
10352
10353 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10354
10355 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10356 vc.el).
10357
10358 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10359 require vc.
10360
10361 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10362 checkouts.
10363
10364 2000-11-20 Dave Love <fx@gnu.org>
10365
10366 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10367
10368 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10369
10370 * calculator.el (calculator-paste): Use `if' instead of `and'
10371 and `or'.
10372 (calculator-help): Don't use electric-describe-mode for XEmacs.
10373
10374 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10375
10376 * info.el (info-menu-5): Doc fix.
10377
10378 * textmodes/artist.el: New file.
10379
10380 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10381
10382 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10383 and differentiate according to checkout model.
10384 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10385 since this function is only concerned with master state.
10386
10387 * vc-hooks.el (vc-workfile-unchanged-p)
10388 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10389
10390 * vc.el (vc-workfile-unchanged-p)
10391 (vc-default-workfile-unchanged-p): See above.
10392
10393 2000-11-19 Miles Bader <miles@gnu.org>
10394
10395 * image-file.el (insert-image-file): Make `intangible' and
10396 `read-only' properties rear-nonsticky too.
10397
10398 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10399
10400 * ps-print.el: Update copyright notice.
10401
10402 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10403 (tooltip-show): Use the offsets.
10404
10405 * bindings.el (mode-line-modified): Fix a typo.
10406 (mode-line-toggle-modified, mode-line-widen)
10407 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10408
10409 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10410
10411 * ps-print.el (toplevel): Test for find-coding-system being
10412 fboundp before calling ps-x-find-coding-system.
10413
10414 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10415
10416 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10417 (vc-version-backup-file): Docstring fix.
10418
10419 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10420
10421 * files.el (basic-save-buffer): Don't add a newline if
10422 find-file-literally is non-nil.
10423 (find-file-literally): Extend doc string.
10424
10425 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10426 sort(1) with the `-f' argument.
10427
10428 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10429
10430 * vc.el: Updated backend documentation.
10431 (vc-default-check-headers): New function.
10432
10433 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10434
10435 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10436 up-to-date.
10437 (vc-do-command): In the asynchronous case, output messages only if
10438 the minibuffer is not active.
10439
10440 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10441 `vc-cvs-use-edit' is on.
10442 (vc-cvs-checkout): When this is used for reverting the workfile,
10443 make a backup of the original contents and revert to that in case
10444 of error.
10445 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10446 remote repositories.
10447
10448 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10449 for both version and ratio in the minibuffer.
10450
10451 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10452 Use vc-do-command to perform the annotation, not call-process.
10453
10454 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10455
10456 * international/quail.el (quail-start-translation): Don't call
10457 `message' before reading key sequence.
10458
10459 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10460
10461 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10462
10463 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10464
10465 * window.el (fit-window-to-buffer): Be sure to acquire at least
10466 one text line even if the buffer is empty.
10467
10468 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10469
10470 * net/ange-ftp.el (ange-ftp-file-writable-p)
10471 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10472 Bind ange-ftp-process-verbose to nil.
10473
10474 2000-11-15 Dave Love <fx@gnu.org>
10475
10476 * wid-edit.el (widget-specify-field, widget-specify-button):
10477 If :help-echo is a function, set help-echo of overlay to
10478 widget-mouse-help.
10479 (widget-mouse-help): New function.
10480 (widget-echo-help): Rewritten for :help-echo functions only taking
10481 a widget arg.
10482
10483 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10484 Use display-graphic-p.
10485 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10486 and that JPEG is available.
10487 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10488
10489 * international/mule-cmds.el (locale-charset-language-names):
10490 Match @euro.
10491
10492 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10493
10494 * faces.el (face-set-after-frame-default):
10495 If `inhibit-default-face-x-resources' is bound, don't intialize the
10496 default face from X resources.
10497
10498 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10499
10500 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10501 Don't set EMACSLOADPATH.
10502
10503 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10504
10505 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10506 texinfo-insert-@url.
10507 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10508 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10509
10510 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10511
10512 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10513 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10514 (checkdoc-minor-keymap): Backward compatibility.
10515 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10516 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10517 (checkdoc-this-string-valid-engine): Be a bit more strict
10518 to avoid matching substrings of `...' quoted vars/funs.
10519 (checkdoc-defun-info): Only look for `interactive' if alone.
10520 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10521
10522 * progmodes/compile.el (grep): `tag-default' can be nil.
10523
10524 * newcomment.el (comment-indent): Paren typo.
10525
10526 2000-11-14 Dave Love <fx@gnu.org>
10527
10528 * calculator.el: New maintainer version.
10529
10530 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10531
10532 * cmuscheme.el: Doc fixes.
10533 (cmuscheme) <defgroup>: Use `scheme' as parent.
10534 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10535
10536 * xscheme.el (scheme-program-name): Don't define here.
10537
10538 * progmodes/scheme.el (scheme-program-name): New variable
10539 (originally in cmuscheme).
10540
10541 2000-11-14 Miles Bader <miles@gnu.org>
10542
10543 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10544 Handle header-lines. Don't loop forever if we can't enlarge the
10545 window anymore. Simplify a bit.
10546
10547 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10548
10549 * window.el (fit-window-to-buffer): Don't check
10550 window-text-height. Assure that the last line is fully visible.
10551
10552 * international/quail.el (quail-show-guidance-buf):
10553 Call fit-window-to-buffer to assure the enough height of the guidance
10554 buffer.
10555 (quail-update-guidance): Avoid making the guidance buffer shorter.
10556
10557 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10558
10559 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10560 rather than `prepend' and add an interesting comment.
10561 (tex-math-face, tex-font-lock-syntactic-face-function):
10562 New face and function to use it.
10563 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10564 than `menu-enable' symbol property.
10565 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10566 (tex-mode): Add some latex-mode commands for auto-selection.
10567 Use tex-font-lock-syntactic-face-function.
10568 (tex-insert-quote): Simplify.
10569 (tex-shell): New mode.
10570 (tex-start-shell): Use it.
10571 (tex-shell-proc, tex-shell-buf): New functions.
10572 (tex-send-command): Use it.
10573 (tex-main-file): Fix the meaning of the new arg REALFILE.
10574 (tex-send-tex-command): New function split from `tex-start-tex'.
10575 Set compilation-last-buffer and compilation-parsing-end.
10576
10577 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10578 when it follows non-comment text on the line.
10579
10580 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10581 Set font-lock-defaults.
10582 (lisp-mode-shared-map): Init inside the defvar.
10583 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10584 Use define-derived-mode.
10585
10586 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10587
10588 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10589
10590 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10591
10592 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10593 Don't recursively optimize body because that can lead to infinite
10594 recursion; see comment there.
10595
10596 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10597
10598 * faces.el (face-spec-set-match-display): Revert the change from
10599 2000-10-24. Add a FIXME for after v21.1.
10600
10601 2000-11-13 Miles Bader <miles@gnu.org>
10602
10603 * textmodes/fill.el (skip-line-prefix): New function.
10604 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10605 (fill-paragraph): Don't leave point inside the fill-prefix.
10606 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10607 point inside the fill-prefix.
10608
10609 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10610
10611 * calendar/calendar.el (generate-calendar-window):
10612 Use `fit-window-to-buffer'.
10613
10614 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10615
10616 * gud.el (gud-minor-mode): New var.
10617 (gud-symbol, gud-val): New functions.
10618 (gud-find-file): Copy gud-minor-mode to the new buffer.
10619 (gud-menu-map): Include entries for commands that are not always
10620 available, using :enable to (de)activate them.
10621 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10622 (gud-mode-map): New map.
10623 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10624 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10625 Don't set up gud's menu (it's done by the minor-mode).
10626 (gud-minibuffer-local-map): New.
10627 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10628 (gud-query-cmdline): New function.
10629 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10630 (gud-mode): Use define-derived-mode.
10631 Don't set up gud's menu (it's done by the minor-mode).
10632 (gud-chop-words): Remove.
10633 (gud-common-init): Use split-string instead.
10634 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10635
10636 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10637 Add keyword arg :name.
10638
10639 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10640 (diff-count-matches, diff-split-hunk): New functions.
10641 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10642
10643 * pcvs-info.el (cvs-fi-conflict-face): New var.
10644
10645 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10646 Make it into a simple syntax-table, shared among all submodes.
10647 (sh-heredoc-face): Re-introduce.
10648 (sh-font-lock-syntactic-face-function): New function.
10649 (sh-mode): Use it. Also use define-derived-mode.
10650 Remove old bogus setting of indent-region-function.
10651 (sh-set-shell): Don't set the syntax-table any more.
10652 (sh-mode-syntax-table) <defun>: Remove.
10653
10654 2000-11-12 Miles Bader <miles@gnu.org>
10655
10656 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10657 message if interactive.
10658
10659 2000-11-12 Dave Love <fx@gnu.org>
10660
10661 * mail/feedmail.el: Fix header,
10662 (feedmail) <defgroup>: Add :link.
10663
10664 * view.el: Use local-map property, not keymap on mode-line string.
10665
10666 * scroll-all.el (scroll-all-mode): Customize variable.
10667 Add autoload cookie to function.
10668
10669 * lazy-lock.el: Remove compatibility code.
10670
10671 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10672 (finder-help-echo): New variable.
10673 (finder-mouse-face-on-line): Add help-echo stuff.
10674 (finder-list-keywords, finder-list-matches): Use mapc.
10675
10676 * faces.el (face-font-registry-alternatives): Add :version.
10677
10678 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10679 tags-table-list.
10680
10681 * net/browse-url.el (browse-url-browser-function): Update :version.
10682
10683 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10684 (mail-mode): Use [:alnum:] in some regexps.
10685
10686 2000-11-10 Dave Love <fx@gnu.org>
10687
10688 * ediff.el (ediff-regions-internal, ediff-documentation):
10689 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10690 fundamental mode.
10691
10692 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10693 buffer into fundamental mode.
10694 (ediff-set-difference): Use copy-sequence if available.
10695
10696 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10697 Check ediff-patch-map non-nil.
10698 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10699 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10700 buffer into fundamental mode.
10701
10702 * ediff-merg.el (state-or-merge): Defvar when compiling.
10703
10704 2000-11-10 Jason Rumney <jasonr@gnu.org>
10705
10706 * w32-fns.el (w32-add-charset-info): New function.
10707 (w32-charset-info-alist): Use it.
10708
10709 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10710
10711 * faces.el (face-font-registry-alternatives): New user-option.
10712
10713 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10714
10715 * textmodes/texinfo.el (texinfo-block-default): New var.
10716 (texinfo-insert-block): Use it. Insert a newline if needed.
10717
10718 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10719 (fill-region-as-paragraph): Use it.
10720
10721 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10722 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10723 Tweak paragraph regexps to allow a leading [ \t]*.
10724 (tex-latex-block): Insert a newline if necessary.
10725 (latex-insert-item): Only insert a newline if necessary.
10726 (tex-guess-main-file): New function.
10727 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10728 Set tex-main-file if TeX-master is provided.
10729 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10730
10731 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10732
10733 * startup.el (command-line): Set the default tooltip-mode
10734 to t for graphical displays which implement x-show-tip.
10735
10736 * tooltip.el (tooltip-mode): Add a comment about startup.el
10737 setting the default value of this user-option.
10738
10739 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10740
10741 * font-lock.el (font-lock-*-face) <defvar>: Move.
10742 (font-lock-defaults-alist): Mark obsolete.
10743 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10744 (font-lock-mode): Use define-minor-mode.
10745 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10746 (font-lock-turn-off-thing-lock): Be more explicit.
10747 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10748 (font-lock-syntactic-face-function): New var.
10749 (font-lock-fontify-syntactically-region): Use it.
10750 (font-lock-doc-face): New.
10751
10752 * pcvs.el (cvs-enabledp): Ignore errors.
10753 (cvs-commit-filelist): Never query.
10754 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10755 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10756 (cvs-do-removal): Use cvs-partition rather than delete-if.
10757 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10758 cvs-bury-buffer.
10759
10760 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10761 Allow `next' to jump to after the end of the last match.
10762
10763 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10764
10765 * simple.el (byte-compiling-files-p): New function.
10766
10767 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10768 if it is there.
10769
10770 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10771 nil again.
10772
10773 * textmodes/ispell.el (ispell-library-path): Don't call
10774 check-ispell-version when byte-compiling because that starts
10775 an ispell process, and ispell might not be installed.
10776 (toplevel): Don't set up a menu when byte-compiling.
10777
10778 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10779 it, so that a boundp test can be used to determine if we're
10780 currently byte-compiling.
10781
10782 2000-11-09 Dave Love <fx@gnu.org>
10783
10784 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10785
10786 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10787
10788 * ps-print.el: Patch for variable initialization when spooling.
10789 Doc fix.
10790 (ps-output-list): Fun eliminated.
10791 (ps-begin-file, ps-begin-job): Code fix.
10792
10793 2000-11-08 Dave Love <fx@gnu.org>
10794
10795 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10796
10797 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10798
10799 * simple.el (shell-command, display-message-or-buffer)
10800 (shell-command-on-region): Mention resize-mini-windows in the doc
10801 string.
10802 (display-message-or-buffer): Take the value of resize-mini-windows
10803 into account.
10804
10805 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10806
10807 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10808
10809 * dired.el (dired-between-files): Add `^. find' as an alternative
10810 to the regular expression, for find-dired.
10811
10812 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10813
10814 * textmodes/texnfo-upd.el: Require texinfo.
10815 (defmacro, defgroup): Remove.
10816 (texinfo-section-to-generic-alist): Remove.
10817 Use texinfo-section-list instead (i.e. level is changed string->int).
10818 (texinfo-filter): New function.
10819 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10820 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10821 Use it. And use regexp-opt.
10822 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10823 (texinfo-update-menu-region-beginning)
10824 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10825 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10826 (texinfo-update-menu-same-level-regexps): Update.
10827 (texinfo-update-node, texinfo-every-node-update)
10828 (texinfo-sequential-node-update): Remove autoload cookie.
10829
10830 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10831 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10832 (texinfo-chapter-level-regexp): Remove.
10833 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10834
10835 2000-11-06 Dave Love <fx@gnu.org>
10836
10837 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10838
10839 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10840 Match defun*.
10841
10842 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10843
10844 * composite.el (composition-function-table): Variable declaration
10845 moved to src/composite.c.
10846 (compose-chars-after): New optional arg object.
10847
10848 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10849
10850 * bindings.el (mode-line-toggle-read-only)
10851 (mode-line-toggle-modified, mode-line-widen)
10852 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10853 (make-mode-line-mouse2-map): Rewritten.
10854 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10855 functions so that C-h k can show something with a doc string.
10856
10857 * startup.el (fancy-splash-delay): Set to 10 seconds.
10858 (fancy-splash-max-time): New user-option.
10859 (fancy-splash-stop-time): New variable.
10860 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10861 (fancy-splash-screens-1): Throw `stop-splashing' when current
10862 time is greater than fancy-splash-stop-time.
10863
10864 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10865
10866 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10867
10868 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10869 Prompt user for a file rather than raising an error.
10870 (cvs-enabledp): Fix call to cvs-mode-marked.
10871 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10872 (cvs-mode-insert): Use it. Change the init prompt' value.
10873 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10874
10875 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10876 Don't pass default arg to ewoc-locate.
10877 (ewoc-collect): Return result in the right order.
10878
10879 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10880
10881 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10882 (cvs-status-get-tags): Fix regexp.
10883 (cvs-status-trees, cvs-status-cvstrees):
10884 Combine after change hooks and don't sit-for.
10885 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10886 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10887 Use make-char rather than hard-coded cryptic data.
10888 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10889
10890 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10891
10892 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10893 (cvs-insert-strings): New function.
10894
10895 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10896
10897 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10898 `mwheel-scroll-amount'.
10899 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10900 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10901 string-matching against the version string.
10902
10903 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10904
10905 * language/thai.el ("Thai"): Set a lisp form that produces
10906 composed string in `sample-text' language info.
10907
10908 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10909 composed string in `sample-text' language info.
10910
10911 * international/mule-cmds.el (describe-language-environment):
10912 Eval `sample-text' data and insert the result.
10913
10914 * international/mule-conf.el (compound-text): Define this coding
10915 system here. Make x-ctext and ctext aliases of it.
10916
10917 * language/european.el (compound-text, ctext): Moved to
10918 international/mule-conf.el.
10919
10920 2000-11-05 Andrew Innes <andrewi@gnu.org>
10921
10922 * w32-fns.el (w32-version): New function.
10923
10924 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10925
10926 * progmodes/awk-mode.el: Update copyright.
10927 (awk-mode-abbrev-table): Remove.
10928 (awk-font-lock-keywords): Use regexp-opt.
10929 (awk-mode): Use define-derived-mode.
10930
10931 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10932 when extracting a suffix.
10933
10934 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10935
10936 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10937 auto-save-mode.
10938
10939 2000-11-04 Jason Rumney <jasonr@gnu.org>
10940
10941 * language/european.el (decode-mac-roman): Test against r1 not r0.
10942
10943 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10944
10945 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10946 (icon-mode): Define indent-line-function.
10947 (icon-comment-indent): Simplify.
10948 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10949
10950 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10951
10952 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10953 Bind change-log-default-mode to defeat the caching done on it.
10954 Don't bother saving excursion any more.
10955
10956 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10957
10958 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10959 (set-frame-font): Use the new name (and the old for compatibility).
10960
10961 * toolbar/tool-bar.el (tool-bar-mode):
10962 * time.el (display-time-mode):
10963 * recentf.el (recentf-mode):
10964 * paren.el (show-paren-mode):
10965 * mwheel.el (mouse-wheel-mode):
10966 * msb.el (msb-mode):
10967 * jka-compr.el (auto-compression-mode):
10968 * image-file.el (auto-image-file-mode):
10969 * hl-line.el (hl-line-mode):
10970 * delsel.el (delete-selection-mode):
10971 * autoinsert.el (auto-insert-mode):
10972 * complete.el (partial-completion-mode): Drop unneeded positional args.
10973
10974 * info.el (Info-mode):
10975 * comint.el (comint-mode): Don't bother with make-local-hook.
10976
10977 * log-edit.el (log-edit-menu): New menu.
10978
10979 2000-11-03 Miles Bader <miles@gnu.org>
10980
10981 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10982 definition, so that trailing spaces are handled properly.
10983 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10984
10985 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10986
10987 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10988 tab character.
10989 (fancy-splash-screens): Set tab-width to 20.
10990
10991 2000-11-03 Dave Love <fx@gnu.org>
10992
10993 * comint.el (comint-completion-addsuffix): Fix custom type.
10994
10995 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10996
10997 * font-lock.el (font-lock-buffers): Remove.
10998 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10999 (font-lock-change-major-mode): Remove.
11000 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11001 (font-lock-default-fontify-region): Extend the multiline
11002 fontification to whole lines.
11003 (font-lock-fontify-anchored-keywords)
11004 (font-lock-fontify-keywords-region): If matching just one
11005 line (with \n) only mark the \n as multiline.
11006
11007 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11008 Correctly handle the case where several :group args are supplied.
11009 Allow :extra-args.
11010 (easy-mmode-define-global-mode): Allow :extra-args.
11011 Correctly handle the case where several :group args are supplied.
11012
11013 2000-11-02 Miles Bader <miles@gnu.org>
11014
11015 * calendar/calendar.el (diary-face, calendar-today-face)
11016 (holiday-face): Remove dependency on `window-system'.
11017
11018 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11019
11020 * Makefile.in (emacs): Set EMACSLOADPATH always.
11021 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11022 (compile-files): Bomb out if compilation of a file fails.
11023
11024 2000-11-02 Dave Love <fx@gnu.org>
11025
11026 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11027
11028 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11029
11030 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11031 punctuation in the warning inserted into the *mail* buffer.
11032
11033 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11034
11035 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11036 (authors-public-domain-p): New function.
11037 (authors-print): Use it.
11038
11039 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11040
11041 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11042
11043 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11044
11045 * ps-print.el: Extension for even/odd printing. Doc fix.
11046 (ps-print-version): New version number (6.3.1).
11047 (ps-even-or-odd-pages): Customization fix.
11048 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11049 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11050 (ps-page-count): Var replaced by `ps-page-column'.
11051 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11052 (ps-print-sheet-p): New fun.
11053
11054 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11055
11056 * tooltip.el (tooltip-gud-tips-setup): New function.
11057 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11058 (tooltip-mode): Call tooltip-gud-tips-setup.
11059 (tooltip-gud-tips): Use `gud-basic-call' instead of
11060 process-send-string, so the prompt gets frobbed appropriately.
11061 Handle nil return value from `tooltip-gud-print-command'.
11062
11063 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11064
11065 * comint.el (comint-add-to-input-history): New function.
11066 (comint-send-input): Use `comint-add-to-input-history'.
11067
11068 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11069
11070 * info.el (info-menu-header): New face.
11071 (Info-fontify-menu-headers): New function.
11072 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11073
11074 * info.el (Info-insert-dir): Don't include blank lines at
11075 beginning of additional dir files (one is added automatically).
11076
11077 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11078
11079 * emacs-lisp/easy-mmode.el (define-minor-mode):
11080 Revert the latest changes.
11081 Allow the three positional arguments to be skipped and replaced
11082 by keyword arguments.
11083 Add a :toggle argument to determine whether a nil arg means toggle
11084 or means turn-on. The default is unchanged.
11085 Add a call to force-mode-line-update.
11086
11087 2000-11-01 Dave Love <fx@gnu.org>
11088
11089 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11090
11091 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11092
11093 * calendar/calendar.el (diary-face, holiday-face):
11094 Add dark-background variants.
11095
11096 2000-10-31 Sam Steingold <sds@gnu.org>
11097
11098 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11099 `tex-main-file' does not have directory in it.
11100
11101 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11102
11103 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11104
11105 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11106
11107 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11108 functional change.
11109
11110 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11111
11112 * files.el (find-file-noselect): When we expand a wildcard, return
11113 a list of buffers, as we should do according to the doc string.
11114
11115 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11116
11117 * loadup.el (top level): Adjust load path if program name is
11118 "../src/bootstrap-emacs", in case it's not dumped and thus the
11119 load path adjustment hasn't already been done.
11120
11121 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11122
11123 * ps-print.el: Fix bug on selected pages for printing.
11124 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11125 is on. Try to avoid warning messages when compiling. Doc Fix.
11126 (ps-print-version): New version number (6.3).
11127 (ps-color-device): Use `color-values' to determine if device
11128 supports color.
11129 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11130 (ps-print-page-p): Changed from defsubst to defun.
11131 (ps-page-number): Changed from defmacro to defun.
11132 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11133 printing.
11134 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11135 (ps-end-file, ps-dummy-page): Funs eliminated.
11136 (ps-print-color-scale): Changed default value.
11137 (ps-page-n-up, ps-print-page-p): New internal vars.
11138 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11139 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11140
11141 * delim-col.el: Little programming improvement.
11142 (delimit-columns-str): New macro.
11143 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11144
11145 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11146
11147 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11148 Moved to european.el.
11149 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11150 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11151 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11152 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11153
11154 2000-10-30 Dave Love <fx@gnu.org>
11155
11156 * progmodes/cc-menus.el (imenu-generic-expression)
11157 (imenu-progress-message): Only defvar when compiling.
11158
11159 * emacs-lisp/elp.el (elp-unload-hook): New function.
11160
11161 * loadhist.el (unload-feature): Call elp-restore-function,
11162 checking for symbols; don't use elp-restore-all.
11163 (loadhist-hook-functions): Doc fix.
11164
11165 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11166
11167 * log-edit.el (log-edit-confirm): Fix the default.
11168
11169 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11170
11171 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11172 delimit-columns-format.
11173 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11174
11175 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11176
11177 * comint.el (comint-replace-by-expanded-history): Don't use
11178 comint-get-old-input (we're not looking at *old* input).
11179 (comint-get-old-input-default): If using fields, signal an error
11180 when the point is not in an input field.
11181
11182 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11183
11184 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11185 and mule-unicode-e000-ffff.
11186
11187 * international/mule.el (decode-char, encode-char): New functions.
11188 (make-coding-system): Accept a symbol of translation table as a
11189 value of property `safe-chars'.
11190
11191 * international/mule-cmds.el (encode-coding-char): Check property
11192 safe-chars instead of safe-charsets.
11193
11194 * international/fontset.el (fontset-default): Modified for
11195 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11196 (x-font-name-charset-alist): Likewise.
11197 (ccl-encode-unicode-font): New CCL program. Record it in
11198 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11199
11200 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11201 New translation tables.
11202 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11203 programs are modified and moved from mac-win.el.
11204 (mac-roman): Definition of this coding system is modified and
11205 moved from mac-win.el.
11206
11207 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11208
11209 * ediff-wind.el (ediff-setup-control-frame): Enclose
11210 face-attribute in condition-case to avoid errors in older emacsen.
11211
11212 2000-10-29 Miles Bader <miles@gnu.org>
11213
11214 * custom.el (custom-add-to-group): Allow multiple entries for a
11215 given value OPTION, as long as their widget types are different.
11216 * cus-edit.el (custom-face-value-create): If face name doesn't end
11217 with "face", add such here (similar to custom group widgets).
11218
11219 * comint.el (comint-highlight-prompt): Add :type.
11220
11221 2000-10-28 John Wiegley <johnw@gnu.org>
11222
11223 * calendar/timeclock.el (timeclock-log): Doc fix.
11224 (timeclock-last-event): Doc fix.
11225 (timeclock-log): Kill the timelog buffer after appending a new event.
11226 (timeclock-find-discrep): Use a temp buffer to read in the
11227 timelog, instead of visiting the file.
11228 (timeclock-log-data): A new function, along with a host of helper
11229 functions, for the purpose of making timelog data accessible to
11230 programmers.
11231
11232 * eshell/esh-mode.el (window-height test): Make certain that
11233 `eshell-stringify-t' is non-nil.
11234 (eshell-password-prompt-regexp): Changed to a much simpler
11235 password regexp.
11236 (eshell-send-input): If `eshell-invoke-directly' returns t,
11237 directly invoke the parsed command using `eval'. This improves
11238 turn-around time on simple commands by a factor of three or
11239 greater, such as cd, ls, pwd, etc. -- which get used very often.
11240 It also conserves thousands of cons cells per call (since
11241 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11242 in the Pacific Cookie Company).
11243
11244 * eshell/esh-test.el (eshell-test): Whitespace fix.
11245
11246 * eshell/em-ls.el (eshell-ls-insert-directory):
11247 Make `eshell-ls-initial-args' nil when inserting directory contents.
11248
11249 * eshell/em-script.el (eshell-script-initialize): Add names to
11250 `eshell-complex-commands, since `source' and `.' are complex.
11251
11252 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11253 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11254 `eshell-copy-handles'.
11255 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11256 bodies.
11257 (eshell-separate-commands): Whitespace fix.
11258 (eshell-complex-commands): Added a new list of names, for
11259 determining whether a given command is as simple as it looks.
11260 (eshell-invoke-directly): New function. Returns t if a command
11261 should be invoked directly (using `eval'), rather than indirectly
11262 using `eshell-do-eval'.
11263 (eshell-do-eval): Whitespace fix.
11264
11265 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11266 which provides an emulation of the DOS shell behavior of assuming
11267 that cp/mv/ln should copy/move/link to the current directory.
11268 (eshell-remove-entries): Added a doc string.
11269 (eshell-shuffle-files): Removed the check for `target' being null.
11270 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11271 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11272 it to do a smarter check of whether a destination was provided.
11273 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11274 (eshell/ln): Enable `:preserve-args', and use
11275 `eshell-mvcpln-template' to implement the body of the function.
11276 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11277 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11278 list after flattening it. This makes it possible to cat files
11279 with numerical names.
11280 (eshell-unix-initialize): Added several names to
11281 `eshell-complex-commands.
11282 (eshell-unix-command-complex-p): Return t if a given command name
11283 may result in external processes being invoked.
11284
11285 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11286 variable nil by default, since it slows down glob processing by a
11287 factor of two or more, and increases memory consumption.
11288
11289 * eshell/em-smart.el: Added a note about how memory consumptive
11290 smart display mode can be (at least this is true in Emacs 21).
11291 (eshell-smart-initialize): Whitespace fix.
11292 (eshell-refresh-windows): Use `if' instead of `when'.
11293 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11294 not necessary.
11295 (eshell-currently-handling-window): Added a missing global variable.
11296
11297 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11298 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11299 Whitespace fix.
11300 (eshell-ls-exclude-hidden): Added this variable in addition to
11301 `eshell-ls-exclude-regexp'. This one prevents files beginning
11302 with . from even being read, which can improve memory consumption
11303 quite a bit.
11304 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11305 read file entries beginning with a dot. In home directories with
11306 lots of hidden files, fully two-thirds of the time spent in ls is
11307 used to read directory entries that are immediately thrown away.
11308 (eshell-ls-initial-args): Added back this configuration variable,
11309 for specifying default initial arguments to every call to ls.
11310 Much faster than using an alias to do the same thing.
11311 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11312 (eshell-ls-dir): Whitespace change.
11313
11314 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11315
11316 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11317 (eshell-stringify-t): Added a customization variable, to indicate
11318 whether `t' should be rendered as a string at all. If not, one
11319 can still determine if the result of an expression is true using
11320 "file-exists-p FILE && echo true".
11321 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11322 stringify t!
11323
11324 * eshell/esh-module.el: Whitespace fix.
11325
11326 * eshell/em-alias.el (eshell-alias-initialize):
11327 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11328 (eshell-command-aliased-p): New function that returns t if a
11329 command name names an aliased.
11330
11331 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11332
11333 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11334 redrawing the screen when changing cursor color.
11335 (viper-insert-state-pre-command-sentinel)
11336 (viper-replace-state-pre-command-sentinel)
11337 (viper-replace-state-post-command-sentinel):
11338 Use viper-preserve-cursor-color.
11339 Many functions changed to use viper= instead of = when comparing
11340 characters.
11341 * viper-util.el (viper-memq-char,viper=): New functions for
11342 working with characters.
11343 (viper-change-cursor-color): Fixed buglet.
11344 Many functions changed to use viper= instead of = when comparing
11345 characters.
11346 * viper.el (viper-insert-state-mode-list): Added eshell.
11347
11348 * ediff-init.el (ediff-before-setup-hook): New hook.
11349 Several typos fixed in various docstrings.
11350 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11351 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11352 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11353 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11354 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11355 (ediff-get-selected-buffers): New function.
11356 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11357 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11358 Use save-window-excursion.
11359 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11360 termination check in while loop.
11361 * ediff.el (ediff-get-default-file-name): Better defaults when in
11362 dired buffer.
11363 (ediff-files,ediff-merge-files,ediff-files3)
11364 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11365
11366 2000-10-28 Dave Love <fx@gnu.org>
11367
11368 * info.el (Info-fontify-node): Add help-echo for menu items.
11369
11370 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11371
11372 * startup.el (normal-top-level): If the value of $TERM indicates
11373 we are running from xterm or one of its work-alikes, default to a
11374 light background mode.
11375
11376 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11377 * faces.el (tty-handle-reverse-video): New function.
11378 (tty-create-frame-with-faces): Call it.
11379
11380 * frame.el (frame-notice-user-settings): Don't apply
11381 default-frame-alist and initial-frame-alist to MS-DOS frames.
11382 Call tty-handle-reverse-video, frame-set-background-mode, and
11383 face-set-after-frame-default for non-MS-DOS frames.
11384
11385 * startup.el (tty-long-option-alist): New variable.
11386 (tty-handle-args): New function.
11387 (command-line): Call tty-handle-args.
11388
11389 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11390 startup.el now does that for all character-terminal frames.
11391
11392 2000-10-28 Miles Bader <miles@gnu.org>
11393
11394 * emacs-lisp/easy-mmode.el (define-minor-mode):
11395 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11396 is global. If :global is followed by a non-nil but non-t value,
11397 make the mode buffer-local, but also generate a `global-MODE'
11398 version using `easy-mmode-define-global-mode'.
11399 Add :conditional-turn-on keyword argument.
11400
11401 2000-10-28 Dave Love <fx@gnu.org>
11402
11403 * international/latin1-disp.el (latin1-char-displayable-p):
11404 Don't use window-system.
11405
11406 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11407
11408 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11409 Don't call find-buffer-file-type-coding-system. Instead, just
11410 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11411 if the file is on an untranslated filesystem.
11412 (add-untranslated-filesystem): Use "D" instead of "f" inside
11413 interactive.
11414
11415 2000-10-27 Dave Love <fx@gnu.org>
11416
11417 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11418 (refill-mode): Use it.
11419
11420 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11421
11422 * international/quail.el (quail-activate): Don't make-local-hook.
11423
11424 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11425
11426 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11427 manual backups and file.~<rev>.~ for automatic ones.
11428 (vc-make-version-backup): Don't do it on MS-DOS without long file
11429 names.
11430
11431 * vc.el (vc-version-other-window): If an automatic backup of the
11432 desired version exists, rename it instead of copying it.
11433
11434 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11435 after command. If there's an unexpected error, signal it instead
11436 of being silent.
11437 (vc-cvs-merge-news): Be prepared for no news at all.
11438
11439 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11440
11441 * shell.el (shell): Add BUFFER argument.
11442 * comint.el (make-comint-in-buffer): New function.
11443 (make-comint): Use it.
11444
11445 * faces.el (face-spec-choose): Change syntax so that the list of
11446 attribute-value pairs is now the cdr of each clause, not the cadr.
11447 Detect old-style entries, and handle them. Use pop.
11448
11449 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11450
11451 * cus-edit.el (custom-mode-map): Use a sparse map.
11452 (custom-mode): Don't bother with make-local-hook.
11453
11454 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11455
11456 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11457
11458 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11459
11460 * ps-print.el: Avoid compilation gripes.
11461 (ps-print-version): New version number (6.2.1).
11462
11463 2000-10-26 Dave Love <fx@gnu.org>
11464
11465 * menu-bar.el: Modify some menu item help strings.
11466 (menu-bar-help-menu): Add link to MORE.STUFF.
11467
11468 * cus-edit.el (custom-mode): Add `special' mode-class property.
11469
11470 * wid-browse.el (widget-browse-mode): Likewise.
11471
11472 * wid-edit.el (widget-specify-field): Revert to using local-map
11473 property, not keymap.
11474
11475 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11476
11477 * wid-edit.el (widget-field-end): When checking for a `boundary'
11478 field, do so in the correct buffer.
11479
11480 * simple.el (undo): Correctly distinguish between numeric and
11481 non-numeric prefix args in non-transient-mark-mode, as per the doc
11482 string. When in transient-mark-mode, treat all prefix-args as
11483 numeric.
11484
11485 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11486 Position point on match. Handle N == 0 correctly.
11487
11488 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11489 (comint-mode-map): Reverse order of `comint-write-output' and
11490 `comint-append-output-to-file'.
11491 (comint-append-output-to-file): Reinstate this function, for the
11492 benefit of the menu.
11493
11494 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11495
11496 * vc.el (vc-version-other-window): Bind `file'.
11497
11498 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11499
11500 * Makefile.in (update-authors): New target for maintenance purposes.
11501
11502 * emacs-lisp/authors.el (batch-update-authors): New function.
11503 (authors-fixed-entries): New defconst.
11504 (authors-add-fixed-entries): New function.
11505 (authors): Call it.: Don't process lispref/.
11506
11507 2000-10-25 Jason Rumney <jasonr@gnu.org>
11508
11509 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11510 Merge x w32 and mac definitions.
11511
11512 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11513
11514 * menu-bar.el (menu-bar-options-menu): Add a help string for
11515 `uniquify'.
11516
11517 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11518
11519 * time-stamp.el (time-stamp-string-preprocess):
11520 Fix a wrong type argument error.
11521
11522 2000-10-25 Miles Bader <miles@gnu.org>
11523
11524 * recentf.el (recentf-mode): Variable removed.
11525 (recentf-mode): Use `define-minor-mode'.
11526
11527 * mwheel.el (mouse-wheel-mode): New global minor mode.
11528 (mwheel-install): Use `mouse-wheel-mode'.
11529
11530 2000-10-25 Dave Love <fx@gnu.org>
11531
11532 * progmodes/cperl-mode.el (cperl-mode):
11533 Set normal-auto-fill-function correctly.
11534
11535 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11536 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11537 bindings.
11538
11539 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11540
11541 * wid-edit.el (widget-field-at): New function.
11542 (widget-at, widget-field-activate): Use it.
11543 (widget-tabable-at): Use `widget-at'.
11544 (widget-specify-field): If the terminating character of the widget
11545 field (which is read-only) is a newline, put it into a special
11546 `boundary' field so that C-n/C-p act more naturally.
11547 (widget-field-end): Also don't subtract one if a special
11548 `boundary' field has been added after the widget field.
11549
11550 * comint.el (comint-output-filter, comint-send-input):
11551 Don't bother adding stickiness fields to overlays to fool the field
11552 code, since it should notice the overlay insertion-types now.
11553
11554 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11555 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11556 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11557
11558 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11559
11560 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11561 (authors): Set file coding system to iso-2022-7bit.
11562 Add file-local variables to output buffer.
11563
11564 * files.el (after-find-file): Don't print any warnings if
11565 WARN is nil.
11566
11567 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11568
11569 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11570
11571 * delim-col.el: Now there is a column formatting mechanism.
11572 Modified to customization mechanisms convention. Doc fix.
11573 (columns): New group for delim-col.
11574 (delimit-columns-before, delimit-columns-after)
11575 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11576 (delimit-columns-end): New vars.
11577 (delimit-columns-customize, delimit-columns-format): New funs.
11578 (delimit-columns-region, delimit-columns-rectangle)
11579 (delimit-columns-rectangle-line): Modified to support column
11580 formatting.
11581
11582 2000-10-24 Dave Love <fx@gnu.org>
11583
11584 * log-edit.el (log-edit): Add :version and a :group for vc.
11585
11586 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11587
11588 * files.el (after-find-file): Don't print a message ``New file''
11589 if WARN is nil.
11590
11591 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11592 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11593 get duplicate tool-bar entries because we'll see the global ones
11594 on more than one path through keymaps.
11595
11596 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11597
11598 * progmodes/cmacexp.el: Change Francesco's email address.
11599
11600 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11601
11602 * window.el (fit-window-to-buffer): Adjust point of the window
11603 buffer, not that of the current buffer.
11604
11605 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11606
11607 * progmodes/cmacexp.el: Update the euthor's email address.
11608
11609 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11610
11611 * faces.el (face-spec-set-match-display): Add `graphic' display
11612 type (the inverse of `tty'). Use `display-graphic-p' instead of
11613 the window-system variable.
11614
11615 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11616
11617 * international/isearch-x.el (isearch-with-input-method):
11618 Call input-method-function with the first event in
11619 unread-command-events.
11620
11621 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11622
11623 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11624
11625 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11626
11627 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11628 New charsets.
11629
11630 * term/mac-win.el: Remove definitions of mac-roman-lower and
11631 mac-roman-upper, require dired, and define instead of set
11632 mac-ready-for-drag-n-drop to avoid compilation error.
11633
11634 2000-10-23 Andrew Innes <andrewi@gnu.org>
11635
11636 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11637 Remove superfluous calls to subst-char-in-string; instead apply
11638 expand-file-name after convert-standard-filename to ensure
11639 expected directory separators are used.
11640
11641 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11642
11643 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11644
11645 2000-10-23 Dave Love <fx@gnu.org>
11646
11647 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11648 (tool-bar-add-item): Set foreground and background for XBM icons.
11649
11650 * international/latin1-disp.el (latin1-char-displayable-p):
11651 New function (from Handa).
11652 (latin1-display-check-font): Use it.
11653
11654 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11655 using :key-sequence, making it much more usable.
11656 Use nconc, not append.
11657 (imenu--create-keymap-1): Avoid append.
11658
11659 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11660
11661 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11662
11663 [the following changes fix a bug where `define-minor-mode' didn't
11664 correctly generate :require clauses for defcustoms in compiled files]
11665 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11666 (byte-compile-log-file, byte-compile-log-1): Don't set
11667 `byte-compile-current-file' to nil. Instead set
11668 `byte-compile-last-logged-file' to it. Test whether
11669 byte-compile-current-file equals byte-compile-last-logged-file
11670 instead of whether its nil.
11671 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11672
11673 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11674
11675 * textmodes/refill.el: Fix var names in doc.
11676 (refill-mode): Don't bother with make-local-hook anymore.
11677
11678 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11679
11680 * faces.el (face-user-default-spec, face-default-spec): New functions.
11681 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11682 (frame-set-background-mode, face-set-after-frame-default):
11683 Use `face-user-default-spec'. Simplify code slightly.
11684
11685 * woman.el (woman-italic-face, woman-bold-face)
11686 (woman-unknown-face): Add dark-background variants.
11687 (woman-default-faces): Renamed from `woman-colour-faces'.
11688 Set using the stored defaults, rather than using hard-wired colors.
11689 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11690 Just make the foreground `unspecified' rather than "black".
11691 (woman-menu): Rename menu entries accordingly.
11692
11693 * faces.el (header-line): Make more reasonable on mono/grayscale
11694 displays.
11695
11696 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11697
11698 * cus-edit.el (custom-button-face): Use 3D look for mac.
11699 (custom-button-pressed-face): Likewise.
11700
11701 * faces.el (set-face-attributes-from-resources): Handle mac frames
11702 in the same way as x and w32 frames.
11703 (face-valid-attribute-values): Likewise.
11704 (read-face-attribute): Likewise.
11705 (defined-colors): Likewise.
11706 (color-defined-p): Likewise.
11707 (color-values): Likewise.
11708 (display-grayscale-p): Likewise.
11709 (face-set-after-frame-default): Likewise.
11710 (mode-line): Same default face as for x and w32.
11711 (tool-bar): Likewise.
11712
11713 * frame.el: Remove call to frame-notice-user-settings at end of
11714 the file.
11715
11716 * info.el (Info-fontify-node): Make underlines invisible for mac
11717 as for x, pc, and w32 frame types.
11718
11719 * term/mac-win.el: New file.
11720
11721 2000-10-22 Dave Love <fx@gnu.org>
11722
11723 * textmodes/refill.el: New file.
11724
11725 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11726
11727 * vc-hooks.el (vc-version-backup-file-name): New optional args
11728 MANUAL and REGEXP.
11729 (vc-delete-automatic-version-backups, vc-make-version-backup):
11730 New functions.
11731 (vc-before-save): Use the latter.
11732 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11733 confusion.
11734
11735 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11736 expected by vc[-hooks].el.
11737
11738 * vc.el (vc-checkout): Added `-p' suffix in call to
11739 vc-make-version-backups-p; use vc-make-version-backup to actually
11740 make the backup.
11741 (vc-version-other-window, vc-version-backup-file): Handle both
11742 automatic and manual backups.
11743 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11744 of all of them.
11745
11746 2000-10-22 Miles Bader <miles@gnu.org>
11747
11748 * comint.el (comint-highlight-input, comint-highlight-prompt):
11749 Renamed, `-face' at end removed.
11750 (comint-send-input, comint-output-filter): Use renamed faces.
11751
11752 * window.el (fit-window-to-buffer): Change defaulting of
11753 MAX-HEIGHT slightly.
11754
11755 * faces.el (color-values, color-defined-p): Use `member', not
11756 `memq', because it works correctly for strings.
11757 (frame-set-background-mode): Actually, "unspecified-fg" and
11758 "unspecified-bg" *are* strings. Use `member', not `memq', and
11759 `equal', not `eq', when a string value is possible.
11760
11761 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11762
11763 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11764
11765 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11766
11767 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11768 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11769 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11770 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11771 (sh-font-lock-syntactic-keywords): Use them.
11772 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11773 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11774 (sh-mode): Don't override font-lock-unfontify-region-function.
11775 Use a copy of sh-font-lock-syntactic-keywords.
11776 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11777 Don't call sh-scan-buffer since font-lock does it on the fly.
11778 (sh-get-indent-info): Use `face' rather than `syntax-table'
11779 text-property to detect here-documents.
11780 Replace sh-special-syntax with sh-st-punc.
11781 (sh-prev-line): Use `face' rather than `syntax-table'
11782 text-property to skip over here-documents.
11783 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11784 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11785 (sh-electric-less, sh-set-here-doc-region)
11786 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11787 (sh-scan-buffer, sh-rescan-buffer): Remove.
11788
11789 2000-10-21 Andrew Innes <andrewi@gnu.org>
11790
11791 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11792 remote (ange-ftp) file names.
11793
11794 2000-10-21 Miles Bader <miles@gnu.org>
11795
11796 * window.el (fit-window-to-buffer): New function.
11797 (shrink-window-if-larger-than-buffer): Use it.
11798 (window-text-height): Don't expect minibuffers to have mode-lines.
11799
11800 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11801 * international/quail.el (quail-update-guidance):
11802 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11803
11804 * international/quail.el (quail-show-guidance-buf): Make sure
11805 guidance window really has enough room.
11806 (quail-update-guidance): If quail-guidance-win is already shown,
11807 make sure its height is OK.
11808
11809 * window.el (window-text-height, set-window-text-height):
11810 New functions.
11811 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11812 instead of `window-height' & `mode-line-window-height-fudge'.
11813 (mode-line-window-height-fudge): Add FACE parameter.
11814 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11815 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11816
11817 2000-10-20 Miles Bader <miles@gnu.org>
11818
11819 * window.el (height-affecting-face-attributes): Use `defconst'.
11820
11821 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11822 New function, conditionally aliased to `mode-line-window-height-fudge'.
11823 (ispell-help): Use it.
11824 (ispell-choices-win-default-height): Don't include mode-line fudge.
11825 (ispell-choices-win-default-height): New function.
11826 (ispell-show-choices, ispell-command-loop): Use function
11827 `ispell-choices-win-default-height' instead of variable.
11828
11829 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11830
11831 * window.el (mode-line-window-height-fudge): New variable.
11832 (height-affecting-face-attributes): New variable.
11833 (mode-line-window-height-fudge): New function.
11834 (shrink-window-if-larger-than-buffer): Use it.
11835 * help.el (resize-temp-buffer-window): Likewise.
11836
11837 * info.el (Info-fontify-node): Add support for @subsubsection
11838 titles, which use `Info-title-4-face'.
11839 (Info-title-4-face): New face.
11840 (Info-title-3-face): Inherit from Info-title-4-face instead of
11841 variable-pitch.
11842
11843 2000-10-19 Jason Rumney <jasonr@gnu.org>
11844
11845 * dired.el (dired-insert-directory): Do not let errors signalled by
11846 attempt to run dired-free-space-program prevent dired from working.
11847
11848 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11849
11850 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11851
11852 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11853
11854 * dirtrack.el (dirtrack): Fix call to run-hooks.
11855
11856 * cmuscheme.el (cmuscheme-program-name): Renamed from
11857 scheme-program-name because xscheme.el contains a defcustom with
11858 the same name. As a consequence, customizing group `cmuscheme'
11859 loaded `xscheme' which redefined run-scheme.
11860 (run-scheme): Use cmuscheme-program-name.
11861
11862 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11863
11864 * play/doctor.el (doctor-death): Update the Samaritans'
11865 anonymous address, and add a website for Befrienders International.
11866
11867 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11868
11869 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11870 Avoid compilation gripes. Doc fix.
11871 (ps-print-version): New version number (6.2).
11872 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11873 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11874 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11875 (ps-x-extent-priority, ps-x-extent-start-position)
11876 (ps-x-face-font-instance, ps-x-find-coding-system)
11877 (ps-x-font-instance-properties, ps-x-make-color-instance)
11878 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11879 avoid compilation gripes without defining functions.
11880 (ps-e-find-composition): Alias for function find-composition, to have a
11881 suitable function depending on Emacs version.
11882 (ps-color-device, ps-color-values, ps-face-foreground-name)
11883 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11884 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11885 (ps-print-ensure-fontified): Function definitions surrounded by
11886 `eval-and-compile' to avoid compilation gripes.
11887 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11888 by symbol-value to avoid compilation gripes.
11889 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11890 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11891
11892 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11893
11894 * startup.el (normal-top-level): Call `frame-set-background-mode'
11895 after `frame-notice-user-settings' because the latter doesn't call
11896 the former on a tty.
11897
11898 * faces.el (frame-set-background-mode): `unspecified' &c are
11899 symbols, not strings.
11900
11901 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11902
11903 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11904 why some "light*" colors are deliberately absent from the alist.
11905
11906 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11907 Change colors for tty's, as suggested by Miles Bader.
11908
11909 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11910
11911 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11912 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11913 for ISO10646-1 fonts.
11914 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11915
11916 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11917
11918 * faces.el (frame-set-background-mode): If a tty frame defines a
11919 background color, use that to compute the background mode, instead
11920 of always defaulting to "dark".
11921
11922 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11923
11924 * comint.el (comint-write-output): New function.
11925 (comint-mode-map): Add it to the menu.
11926 Bind `C-c C-s' to comint-write-output.
11927
11928 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11929
11930 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11931 Use fancy-splash-delay.
11932
11933 2000-10-18 Alex Schroeder <alex@gnu.org>
11934
11935 * progmodes/sql.el (sql-sybase-options): New option.
11936 (sql-sybase): Use it. Add sql-database to the list of parameters
11937 provided for login. The options -w 2048 -n are not used any more.
11938
11939 * comint.el (comint-read-input-ring): Bugfix such that the first
11940 and the last entry of the input ring file are not lost.
11941
11942 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11943
11944 * ps-print.el: Internal variable changes to defcustom,
11945 make-local-hook changes to defvar. Doc fix.
11946 (ps-print-version): New version number (6.1).
11947 (ps-setup, ps-do-despool): Code fix.
11948 (ps-printer-name): Customization fix.
11949 (ps-printer-name-option): Now is a defcustom instead of an
11950 internal variable.
11951 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11952 (ps-print-begin-column-hook): Now are defvar instead of
11953 make-local-hook.
11954
11955 2000-10-18 Miles Bader <miles@gnu.org>
11956
11957 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11958 (comint-kill-output): Changed into an alias for `comint-delete-output',
11959 and made obsolete.
11960 (comint-mode-map): Rename references to comint-kill-output.
11961
11962 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11963
11964 * diff-mode.el (diff-header-face, diff-file-header-face)
11965 (diff-changed-face): Add bold and italic attributes to tty faces.
11966 (diff-function-face): New face.
11967 (diff-font-lock-keywords): Use it.
11968
11969 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11970
11971 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11972 Remove commented-out call to force-mode-line-update.
11973 (comint-kill-output): Use `forward-line 0' instead of
11974 beginning-of-line to make sure we get past the prompt.
11975
11976 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11977
11978 * diff-mode.el (diff-header-face, diff-file-header-face):
11979 Add specific setting for dark background.
11980 (diff-context-face): Renamed from diff-comment-face.
11981 Set explicitly rather than inheriting from font-lock-comment-face.
11982
11983 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11984
11985 * startup.el (command-line): Move the code which sets the default
11986 TTY colors to before before-init-hook.
11987
11988 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11989
11990 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11991
11992 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11993
11994 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11995 extensions, for MS-DOS.
11996
11997 * diff-mode.el (diff-header-face, diff-file-header-face)
11998 (diff-changed-face): Define tty-specific colors.
11999
12000 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12001
12002 * startup.el (fancy-splash-text): Realign the text.
12003
12004 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12005
12006 * font-lock.el (font-lock-comment-face): Define a separate default
12007 for dark-background tty's.
12008
12009 2000-10-17 Miles Bader <miles@gnu.org>
12010
12011 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12012 being obscured by whizzy mode-lines on graphics displays.
12013
12014 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12015
12016 * info.el (Info-title-1-face, Info-title-2-face)
12017 (Info-title-3-face): Define colors for tty's.
12018 (info-header-node): Remove unneeded tty-specific definition.
12019
12020 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12021
12022 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12023 reverse from the frame parameters, and don't invert foreground and
12024 background colors.
12025
12026 2000-10-16 Miles Bader <miles@gnu.org>
12027
12028 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12029 string "*Info*". Call propertized-buffer-identification to spruce
12030 up the result.
12031
12032 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12033
12034 * help.el: Provide `help' for the sake of define-minor-mode
12035 which generates defcustoms with requires.
12036
12037 * jit-lock.el (jit-lock-after-change): If we're in text that
12038 matches a multi-line font-lock pattern, make sure the whole text
12039 will be redisplayed.
12040
12041 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12042 author's name is unknown.
12043
12044 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12045 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12046 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12047 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12048 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12049 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12050 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12051 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12052 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12053 Add author information.
12054
12055 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12056
12057 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12058 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12059 full-color version (using the Gimp) to eliminate dithering artifacts.
12060
12061 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12062
12063 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12064
12065 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12066
12067 2000-10-15 Dave Love <fx@gnu.org>
12068
12069 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12070
12071 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12072
12073 * whitespace.el: Doc fixes.
12074 (top-level): Don't add hooks here.
12075 (whitespace-running-emacs): Deleted.
12076 (timer): Don't require.
12077 (whitespace): Add back :version conditional on xemacs test.
12078 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12079 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12080 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12081 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12082 Avoid specific xemacs test.
12083 (whitespace-global-mode): New option.
12084 (whitespace-global-mode): New command.
12085 (whitespace-unload-hook): New function.
12086
12087 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12088 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12089 (Info-fontify-node): `Goto' goes to `Go to'.
12090 (Info-fontify-node): Add help-echo to xref links.
12091
12092 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12093
12094 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12095
12096 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12097
12098 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12099 Use plist-get and allow :inherit.
12100
12101 * emacs-lisp/cl-macs.el (cl-do-arglist):
12102 Use plist-get and plist-member instead of memq.
12103
12104 * emacs-lisp/ewoc.el (ewoc-location): New function.
12105 (ewoc-enter-after, ewoc-enter-before): Document return value.
12106 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12107 Don't need make-local-hook any more.
12108 (cvs-addto-collection): Return the new tin.
12109 (cvs-mode-insert): Jump to the new line.
12110
12111 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12112
12113 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12114
12115 * font-lock.el (font-lock-syntactically-fontified): New var.
12116 (font-lock-fontify-syntactic-keywords-region): Use it.
12117 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12118
12119 * diff-mode.el (diff-find-file-name): Fix regexp.
12120
12121 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12122 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12123
12124 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12125 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12126 (sh-mode): Don't make all vars local here.
12127 (sh-kw): Reformat.
12128 (sh-set-shell): Use dolist. Don't set indent-region-function.
12129 (sh-mode-syntax-table): Use pop.
12130 (sh-remember-variable): Use push.
12131 (sh-help-string-for-variable): Use memq.
12132 (sh-safe-backward-sexp): Remove.
12133 (sh-safe-forward-sexp): Add ARG.
12134 (sh-get-indent-info, sh-prev-stmt): Use it.
12135 (sh-prev-line): Simplify by using forward-comment.
12136 (sh-this-is-a-continuation): Simplify.
12137 (sh-learn-buffer-indent): Use dolist.
12138 (sh-do-nothing): Remove.
12139 (sh-set-char-syntax, sh-set-here-doc-region):
12140 Use inhibit-modification-hooks.
12141 (sh-name-style): Use mapcar and push.
12142 (sh-load-style): Use dolist.
12143 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12144 (sh-case, sh-while-getopts): Use propertize directly rather
12145 than sh-electric-rparen.
12146
12147 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12148
12149 * textmodes/tex-mode.el: Require CL when compiling.
12150 (tex-mode-syntax-table): Init immediately.
12151 (tex-mode-map): Bind M-RET to latex-insert-item.
12152 (latex-mode): Set indent-line-function to latex-indent.
12153 (tex-common-initialization): Don't setup the syntax-table any more.
12154 (latex-insert-item): New skeleton.
12155 (tex-next-unmatched-end): Fix copy/paste braino.
12156 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12157 (latex-indent, latex-find-indent): New functions.
12158 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12159 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12160 (tex-compilation-parse-errors): Use with-syntax-table.
12161
12162 2000-10-15 Miles Bader <miles@gnu.org>
12163
12164 * font-lock.el (font-lock-comment-face): Change dark-background,
12165 color, non-tty, default to `chocolate1'.
12166
12167 2000-10-13 John Wiegley <johnw@gnu.org>
12168
12169 * eshell/esh-util.el (require): Added a missing `require' form,
12170 needed when compiling (for an ange-ftp macro definition).
12171
12172 2000-10-13 Dave Love <fx@gnu.org>
12173
12174 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12175
12176 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12177
12178 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12179
12180 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12181 transparent -colors 8).
12182
12183 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12184
12185 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12186 that breaks with old list format timestamps.
12187 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12188 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12189
12190 2000-10-13 John Wiegley <johnw@gnu.org>
12191
12192 * align.el, pcomplete.el, calendar/timeclock.el,
12193 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12194
12195 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12196 faulty math, where holiday hours were being computing as seconds.
12197
12198 2000-10-13 John Wiegley <johnw@gnu.org>
12199
12200 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12201 specifying what "other" kinds of buffers should be saved.
12202 This used to be hard-coded.
12203 (desktop-buffer-misc-functions): A global for specifying how
12204 auxiliary data should be determined for special buffer types.
12205 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12206 instead of hard-coding the special buffer types.
12207 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12208 auxiliary data, instead of hard-coding for Info buffers and dired.
12209 (desktop-buffer-info-misc-data): Aux function for determining Info
12210 buffer auxiliary info.
12211 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12212 (desktop-buffer-info): Changed this function to use the info
12213 gathered above.
12214 (desktop-create-buffer): Be a little more careful about what
12215 `minor-mode' means before calling it. This is important for some
12216 buffer types.
12217
12218 2000-10-13 John Wiegley <johnw@gnu.org>
12219
12220 * eshell/esh-util.el: Added a global form which declares an
12221 autoload for `parse-time-string', if that function is not already
12222 defined, and if parse-time.el is available on the user's system.
12223
12224 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12225 to be aware of ange-ftp user info.
12226 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12227 (eshell-ls-annotate): Use `eshell-file-attributes'.
12228 (eshell-ls-file): Made the user-id printing code a bit smarter.
12229
12230 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12231 allow identification of alias user ids in remote directories.
12232 It's manual, but there's no other way to know when the current user
12233 on the local machine, is also the owning user on the remote machine.
12234 (fboundp): Bind `ange-cache'.
12235 (eshell-directory-files-and-attributes): Re-organized the logic a
12236 bit to use `eshell-file-attributes' instead of `file-attributes'.
12237 The former is more sensitive to directories that are read via FTP,
12238 and knows how to use ange-ftp to determine full attribute
12239 information, instead of just the name and last modtime.
12240 (eshell-current-ange-uids): Return the current user id when in a
12241 remote directory.
12242 (eshell-parse-ange-ls): Parse a full directory listing that has
12243 been returned by ange-ftp.
12244 (eshell-file-attributes): This beefed up version of
12245 `file-attributes' is only special if the user is currently in a
12246 remote directory, in which case it does a lot of work to find out
12247 what the real attributes of a file are, as they appear on the
12248 remote machine. This makes usage of remote directories (i.e.,
12249 ange-ftp pathnames) much more useful. You can now use Eshell as a
12250 full-fledged FTP client, with much more manipulation ability than
12251 most other clients.
12252
12253 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12254 variable, which means that Eshell's du should always be preferred
12255 in remote directories.
12256 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12257 just `file-attributes'.
12258 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12259 when reading remote directories. This is an Eshell-specific
12260 variable (not part of ange-ftp).
12261 (eshell/ln): Bind `ange-cache'.
12262 (eshell/du): Added some extra logic for determining when to use
12263 Eshell's du (which is slow), and when to use the external version
12264 (which may or may not exist).
12265
12266 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12267 Call `eshell-interactive-process', rather than using
12268 `get-buffer-process', since backgrounded processes don't count in
12269 the context of this function's logic.
12270
12271 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12272 `forward-char', so that null strings are parsed correctly.
12273
12274 2000-09-13 John Wiegley <johnw@gnu.org>
12275
12276 * eshell/em-pred.el (eshell-pred-file-type)
12277 (eshell-pred-file-links, eshell-pred-file-size):
12278 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12279
12280 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12281 that remote file globbing is more efficient.
12282
12283 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12284 gathering the files and attributes within a directory.
12285
12286 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12287 the command line is a special file (not a regular file, directory
12288 or symlink), always attempt to call the external version of cat.
12289
12290 2000-09-13 John Wiegley <johnw@gnu.org>
12291
12292 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12293 Eshell-friendly version of find-tag.
12294
12295 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12296
12297 * image-file.el (image-file-name-extensions)
12298 (image-file-name-regexps): Add autoload cookies.
12299
12300 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12301
12302 * international/mule-cmds.el (select-safe-coding-system): If FROM
12303 is string, show it in *Warning* buffer.
12304
12305 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12306
12307 * startup.el (normal-top-level): Use display-popup-menus-p instead
12308 of window-system.
12309 (command-line): Use display-graphic-p instead of window-system.
12310 (command-line-1): Use display-popup-menus-p and display-mouse-p
12311 instead of window-system.
12312
12313 2000-10-12 Sam Steingold <sds@gnu.org>
12314
12315 * tooltip.el (tooltip-use-echo-area): New user variable.
12316 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12317
12318 2000-10-12 Dave Love <fx@gnu.org>
12319
12320 * recentf.el: Maintainer's checkdoc fixes.
12321
12322 * startup.el (normal-top-level-add-subdirs-to-load-path):
12323 Use character class, not ASCII when matching file names.
12324 (fancy-splash-head): Add trailing slash to URL.
12325 (command-line): Don't require XPM support for toolbar.
12326
12327 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12328 (cperl-invalid-face): Revert last change.
12329 (cperl-init-faces): Quote cperl-invalid-face.
12330
12331 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12332
12333 * startup.el (fancy-splash-text): Remove superfluous quote.
12334
12335 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12336
12337 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12338 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12339 (command-line-1): Don't use fancy-splash-pending-command.
12340 (fancy-splash-screens-1): Goto point-min after inserting text.
12341
12342 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12343
12344 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12345 instead of shared-lisp-mode-map.
12346
12347 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12348
12349 * faces.el (header-line): Change tty-variant to use underlining.
12350
12351 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12352 (isearch-highlight): Restore lazy-isearch face properties at old
12353 position, and suppress them at new position.
12354 (isearch-dehighlight): Restore lazy-isearch face properties.
12355 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12356 over the real isearch overlay, but in that case, don't give it a
12357 face property. Use `push'.
12358
12359 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12360
12361 * man.el (Man-getpage-in-background): Fix previous change.
12362 Decode the process output only when we are in multibyte mode.
12363
12364 2000-10-11 Dave Love <fx@gnu.org>
12365
12366 * info.el (Info-mode-menu): Fix some help.
12367 (info-tool-bar-map): Add entry for Info-last.
12368
12369 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12370 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12371 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12372 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12373 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12374 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12375 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12376 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12377 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12378 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12379 Reduce colour requirements to 25 overall. (Probably wants
12380 revisiting from the originals to reduce further.)
12381
12382 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12383
12384 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12385 buffer-file-coding-system, instead of raw-text.
12386 (dehexlify-buffer): Bind coding-system-for-read to
12387 buffer-file-coding-system, instead of raw-text.
12388
12389 2000-10-11 Sam Steingold <sds@gnu.org>
12390
12391 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12392 `underline' - fixes the bug introduced on 2000-09-21.
12393
12394 2000-10-11 Dave Love <fx@gnu.org>
12395
12396 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12397 Avoid compiler warnings.
12398 (scheme-mode): Doc fix.
12399 (scheme-font-lock-keywords-1): Match `define-syntax'.
12400
12401 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12402
12403 * faces.el (frame-set-background-mode): Pay attention to saved
12404 face specs as well as default ones. Only do anything if the
12405 bg-mode or display-type has actually changed. Use `dolist'.
12406 (region): Make dark-background `region' face less in-your-face.
12407
12408 2000-10-10 Sam Steingold <sds@gnu.org>
12409
12410 * chistory.el, ielm.el, ledit.el:
12411 * progmodes/inf-lisp.el, progmodes/scheme.el:
12412 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12413
12414 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12415
12416 * textmodes/texinfo.el: Update copyright and fix typo.
12417
12418 * desktop.el (desktop-modes-not-to-save): New var.
12419 (desktop-save-buffer-p): Use it.
12420 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12421 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12422
12423 2000-10-10 Dave Love <fx@gnu.org>
12424
12425 * toolbar/tool-bar.el (tool-bar-add-item)
12426 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12427
12428 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12429 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12430 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12431 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12432 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12433 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12434 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12435 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12436 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12437 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12438 the .xpms; probably need retouching.
12439
12440 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12441
12442 * subr.el (add-to-list): Add optional argument APPEND.
12443 * battery.el (display-battery): Use `add-to-list'.
12444
12445 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12446
12447 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12448 properties.
12449 (zone, zone-when-idle, zone-leave-me-alone)
12450 (zone-pgm-whack-chars): Use new symbol properties.
12451
12452 * battery.el (display-battery): Doc spelling fix.
12453
12454 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12455 property.
12456
12457 2000-10-09 Dave Love <fx@gnu.org>
12458
12459 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12460 has been initialized before calling tool-bar-setup.
12461 (tool-bar-add-item-from-menu): Add autoload cookie.
12462
12463 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12464
12465 * menu-bar.el (send-mail-item-name): New function.
12466 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12467 of mail-user-agent in the menu. Don't display the "Send Mail"
12468 item if mail-user-agent is nil or its value is ignore.
12469 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12470 if read-mail-command is nil or its value is ignore.
12471
12472 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12473
12474 2000-10-09 Miles Bader <miles@gnu.org>
12475
12476 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12477 Correct image size.
12478 * toolbar/left_arrow.xpm: Correct image size.
12479
12480 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12481 will be done by the definition of `auto-compression-mode' if
12482 necessary. Move code to uninstall existing file-name handler
12483 before definition of `auto-compression-mode'.
12484
12485 * image-file.el (auto-image-file-mode): Move to the end of the
12486 file, because `define-minor-mode' actually calls the mode-function
12487 if the associated variable is non-nil, which requires that all
12488 needed functions be already defined.
12489
12490 * mouse.el (popup-menu): Balance parens.
12491
12492 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12493
12494 * mouse.el (popup-menu): Move the command call outside the loop
12495 so that popup-menu returns whatever the command returns.
12496
12497 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12498 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12499 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12500 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12501
12502 * vc.el (vc-version-diff): diff-switches can be a list.
12503 Use relative filenames for prettier output.
12504
12505 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12506 (vc-post-command-functions): Remove old-VC compatibility code.
12507
12508 * newcomment.el (comment-indent-default): Autoload.
12509
12510 * font-lock.el (font-lock-defaults): Make buffer-local.
12511 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12512 (font-lock-choose-keywords):
12513 Ignore LEVEL unless KEYWORDS is a list of syms.
12514 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12515 Don't wrap regexp-opt things in \(...\) unnecessarily.
12516
12517 * jit-lock.el: Don't require font-lock any more.
12518 (jit-lock-functions): Make buffer-local.
12519 (jit-lock-saved-fontify-buffer-function): Remove.
12520 (jit-lock-mode): Remove autoload cookie.
12521 Remove font-lock specific code.
12522 (jit-lock-unregister): Don't bother handling complex hooks any more.
12523 (jit-lock-refontify): New function.
12524 (jit-lock-fontify-buffer): Use it.
12525 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12526 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12527 Add optional args START and END.
12528 Never call font-lock-fontify-region directly.
12529 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12530
12531 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12532
12533 2000-10-08 Dave Love <fx@gnu.org>
12534
12535 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12536
12537 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12538
12539 * play/studly.el (studlify-region, studlify-word): Add autoload
12540 cookie.
12541
12542 * play/morse.el (morse-region, unmorse-region): Add autoload
12543 cookie.
12544
12545 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12546 concat.
12547
12548 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12549 insist on symbols starting with word syntax.
12550 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12551 (eval-defun-1): Doc fix.
12552 (indent-sexp): Use nconc to build up indent-stack.
12553
12554 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12555 Gnus with little use.
12556 (mail-setup-hook): Add mail-abbrevs-setup to options.
12557
12558 * recentf.el: Doc fixes.
12559
12560 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12561 Clean up remainder.
12562
12563 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12564 without timezone and (8) with timezone to enforce some whitespace.
12565 Simplify code somewhat.
12566
12567 * options.el (list-options): Doc that you should use customize.
12568
12569 * iswitchb.el (iswitchb-mode): Add :require.
12570
12571 * info.el (Info-goto-node, Info-menu): Doc fix.
12572 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12573 (info-tool-bar-map): New variable.
12574 (Info-mode): Use it.
12575 (Info-edit-map): Define all in defvar.
12576 (speedbar-attached-frame): Avoid compiler warning.
12577
12578 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12579 (global-map): Bind [tool-bar] to a filtered map.
12580 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12581 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12582 Allow PBM icons.
12583 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12584
12585 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12586 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12587 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12588 icons, except up_arrow, which is left-arrow rotated.
12589
12590 * imenu.el (imenu-add-to-menubar): Fix last change.
12591
12592 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12593
12594 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12595 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12596
12597 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12598
12599 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12600 typos in doc strings.
12601
12602 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12603 the doc strings how to customize Font Lock faces.
12604
12605 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12606 computing growth when dragging the header line.
12607
12608 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12609
12610 * simple.el (kill-line): Doc fix.
12611
12612 2000-10-08 Miles Bader <miles@gnu.org>
12613
12614 * faces.el (secondary-selection): Make foreground visible on tty.
12615
12616 * jka-compr.el (auto-compression-mode): Move to the end of the
12617 file, because `define-minor-mode' actually calls the mode-function
12618 if the associated variable is non-nil, which requires that all
12619 needed functions be already defined.
12620 (with-auto-compression-mode): Add autoload cookie.
12621
12622 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12623
12624 * files.el (find-backup-file-name) [ms-dos]: If support for long
12625 file names is not available, behave as if version-control were set
12626 to never.
12627
12628 2000-10-07 Dave Love <fx@gnu.org>
12629
12630 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12631 (browse-url-gnome-moz): New function.
12632 (browse-url-browser-function): Use it.
12633 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12634
12635 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12636
12637 * indent.el (tab-always-indent): New var.
12638 (indent-for-tab-command): Use it.
12639
12640 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12641 raise an error. This way it can still default to a sane value.
12642
12643 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12644
12645 * startup.el (fancy-splash-screens): Use local rather than global map.
12646 Don't use `update-menu-bindings' any more.
12647 Get rid of assumptions about keymap representation.
12648
12649 2000-10-06 Dave Love <fx@gnu.org>
12650
12651 * textmodes/fill.el (sentence-end-double-space)
12652 (sentence-end-without-period): Doc fix.
12653 (adaptive-fill-regexp): Purecopy.
12654 (unjustify-current-line): Use line-end-position.
12655 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12656
12657 * net/eudc-vars.el (eudc): Add :version, :link.
12658
12659 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12660
12661 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12662 Fix for define-minor-mode.
12663 (function-at-point): Alias to function-called-at-point.
12664
12665 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12666
12667 * simple.el (backward-word): Doc fix.
12668
12669 * image-file.el (image-file-name-regexp): image-file-regexps ->
12670 image-file-name-regexps.
12671 (image-file-name-extensions): Add pbm.
12672
12673 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12674
12675 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12676 and add filename to the names so that diff-mode can jump to source.
12677
12678 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12679 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12680 (tex-font-lock-keywords-1): Remove.
12681 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12682 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12683 (font-lock-default-fontify-region):
12684 Expand beg..end correctly when just following a multiline region.
12685 (font-lock-fontify-anchored-keywords):
12686 Include the anchor text as part of the multiline.
12687
12688 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12689
12690 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12691 latter needs the autoloaded define-minor-mode macro during the
12692 bootstrap.
12693
12694 * startup.el (command-line): For now, activate tool-bar-mode only
12695 if XPM images are supported.
12696
12697 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12698 window by dragging a header-line at the top of the frame; that's
12699 confusing because the header-line doesn't move.
12700 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12701 of treating the event as a list. Some cleanup.
12702
12703 2000-10-06 Miles Bader <miles@gnu.org>
12704
12705 * simple.el (display-message-or-buffer): New function.
12706 (shell-command-on-region): Use `display-message-or-buffer'.
12707
12708 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12709 docstring parts.
12710
12711 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12712 (smbclient-prompt-regexp): Add usage note to doc string.
12713 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12714 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12715 Use add-hook for adding the comint filter function, and only do so
12716 if it's not already in the global hook list.
12717 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12718 to `make-local-variable'.
12719 (nslookup-font-lock-keywords): Remove prompt entry.
12720 (nslookup): Don't set the process-filter.
12721 (finger): Exit the loop correctly when the regexps list runs out.
12722 (ftp, smbclient, smbclient-list-shares):
12723 Set the real major mode immediately, not after execing.
12724 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12725
12726 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12727
12728 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12729
12730 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12731
12732 * which-func.el (which-func-format): Remove spurious space.
12733 (which-func-mode): Don't make it permanent-local.
12734 (which-func-ff-hook): Allow which-func-maxout to be nil.
12735 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12736 (which-func-mode): Simplify.
12737 Use post-command-idle-hook rather than post-command-hook.
12738 Go through all buffers and update their state.
12739 (which-function): Also try add-log-current-defun-function.
12740
12741 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12742 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12743 Update call to with-vc-properties accordingly.
12744 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12745 (vc-revert-buffer): More careful about window selection and deletion.
12746 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12747
12748 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12749 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12750 (cvs-dired-action): Change the default to quickdir.
12751
12752 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12753 if comment-indent-function returns nil.
12754 (comment-indent-default): New function.
12755 (comment-indent-function): Use it and document the new semantics.
12756
12757 * image-file.el: Docstring fixes.
12758
12759 * help.el (help-xref-on-pp): Use match-string.
12760 (describe-variable): New arg BUFFER.
12761 Store the current buffer in the help-xref-stack.
12762 (temp-buffer-resize-mode): Use define-minor-mode.
12763
12764 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12765 consistently with its docstring.
12766 Set jit-lock-first-unfontify-pos in an idempotent way.
12767 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12768
12769 2000-10-05 Alex Schroeder <alex@gnu.org>
12770
12771 * sql.el (sql-mysql-options): New variable.
12772 (sql-mysql): Use it.
12773
12774 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12775
12776 * image.el (image): New group.
12777
12778 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12779 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12780
12781 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12782
12783 * net/net-utils.el (nslookup-font-lock-keywords)
12784 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12785 Ignore the value of wqindow-system; always define keywords
12786
12787 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12788
12789 * startup.el (fancy-splash-screens): Remove the code for
12790 debugging; `(trace-to-stderr "EXITTT\n")'.
12791
12792 2000-10-05 Miles Bader <miles@gnu.org>
12793
12794 * diff-mode.el (diff-goto-source): Update call to
12795 `diff-hunk-status-msg' to reflect new REV variable.
12796
12797 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12798
12799 * progmodes/icon.el (icon-mode):
12800 Don't gratuitously override the default for comment-column.
12801
12802 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12803
12804 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12805 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12806 (jit-lock-functions): New var.
12807 (jit-lock-function-1): Use it if non-nil.
12808 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12809 Set the `fontified' property before doing the fontification to avoid
12810 repeatedly going through the same error.
12811 Don't turn errors into messages.
12812 (jit-lock-register, jit-lock-unregister): New functions.
12813
12814 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12815 Use with-current-buffer.
12816
12817 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12818 Turn comment into docstring.
12819
12820 * apropos.el (apropos-mode): Use define-derived-mode.
12821
12822 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12823
12824 * startup.el (fancy-splash-pending-command): New variable.
12825 (fancy-splash-pre-command): New function.
12826 (fancy-splash-screens): Rewritten.
12827 (command-line-1): If fancy-splash-pending-command is set, call it
12828 interactively.
12829
12830 2000-10-04 Dave Love <fx@gnu.org>
12831
12832 * toolbar/tool-bar.el (tool-bar-setup): New function.
12833 (tool-bar-mode): Use it.
12834
12835 * subr.el (substitute-key-definition): Doc fix.
12836 (play-sound-file): New command.
12837
12838 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12839
12840 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12841 vc-version-backup-file-name): New functions.
12842
12843 * files.el (basic-save-buffer): Call vc-before-save before saving.
12844
12845 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12846 vc-cvs-stay-local-p.
12847
12848 * vc.el (vc-revert-buffer): Handle empty diff properly.
12849 (vc-version-backup-file): New function.
12850 (vc-checkout): Create a version backup if necessary.
12851 (vc-checkin): If a version backup file exists, delete it.
12852 (vc-version-diff): Diff locally using version backups, if available.
12853 (vc-revert-file): If there's a version backup, revert locally.
12854 (vc-transfer-file): Use version backup for base version, if
12855 available. If not, ask for confirmation whether to get it from the
12856 server. Update mode line before check-in.
12857
12858 2000-10-04 Dave Love <fx@gnu.org>
12859
12860 * toolbar/tool-bar.el (tool-bar-setup): New function.
12861 (tool-bar-mode): Use it.
12862
12863 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12864
12865 * net/net-utils.el (nslookup-font-lock-keywords)
12866 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12867 Only set if window-system is non-nil
12868 (net-utils-run-program): Returns buffer.
12869 (network-connection-reconnect): Added this function.
12870
12871 * generic.el:
12872 Incorporates extensive cleanup and docfixes by
12873 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12874 Uses cl compile-time macros.
12875 (generic-mode-name, generic-comment-list)
12876 (generic-keywords-list, generic-font-lock-expressions)
12877 (generic-mode-function-list, generic-mode-syntax-table):
12878 Removed variables.
12879 (generic-mode-alist): Renamed to generic-mode-list.
12880 (generic-find-file-regexp): Default changed to "^#".
12881 (generic-read-type): Uses completing read on generic-mode-list.
12882 (generic-mode-sanity-check): removed this function.
12883 (generic-add-to-auto-mode): Removed this function
12884 (generic-mode-internal): Bind mode-specific definitions
12885 into function instead of putting them in alist.
12886 (generic-mode-set-comments): Reworked extensively.
12887 (generic-mode-find-file-hook): Simplified regexp searching
12888 (generic-make-keywords-list): Omit extra pair of parens
12889
12890 * find-lisp.el (find-lisp-find-files-internal):
12891 Make sure directory name ends with "/".
12892
12893 * generic-x.el (apache-conf-generic-mode):
12894 Regexp now allows leading whitespace.
12895 (rc-generic-mode): Added eval-when-compile
12896 around generic-make-keywords-list.
12897 Deleted duplicate regexp
12898 (rul-generic-mode): Added eval-when-compile
12899 around generic-make-keywords-list.
12900 (etc-fstab-generic-mode): New generic mode.
12901 (rul-generic-mode): Removed one eval-when-compile
12902 which caused a max-specpdl-size exceeded error.
12903
12904 2000-10-04 Miles Bader <miles@gnu.org>
12905
12906 * simple.el (minibuffer-temporary-goal-position): New variable.
12907 (next-history-element): Try to keep the position of point in the
12908 input string constant.
12909
12910 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12911 (dired-do-create-files): If there's only one file, pass it in as
12912 the DEFAULT arg to dired-mark-read-file-name.
12913
12914 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12915
12916 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12917 (diff-goto-source): Be smarter when choosing REVERSE or not.
12918
12919 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12920 (texinfo-mode-menu): Add an explicit shortcut for update all.
12921
12922 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12923
12924 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12925 factorize backend-specific code cleanly (this was essentially
12926 conceived by Stefan Monnier).
12927 (vc-unregister): Function removed.
12928 (vc-revert-file): New function.
12929 (vc-revert-buffer): Delegate some of the work to it.
12930
12931 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12932 default branch unconditionally.
12933 (vc-rcs-set-default-branch): New function.
12934 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12935 (vc-rcs-checkin): If an appropriate default branch has been set,
12936 force creation of that branch.
12937 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12938 code (as suggested by Stefan Monnier).
12939
12940 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12941
12942 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12943 highlighting overlay with a different face over the overlay
12944 isearch uses to highlight the current match because that can lead
12945 to bad face combinations.
12946
12947 * loadup.el (toplevel): Load faces before isearch.
12948
12949 * isearch.el (isearch-faces): New custom group.
12950 (isearch): New defface; was already tested for in the code.
12951 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12952 (isearch-highlight): Always use face `isearch'.
12953
12954 2000-10-02 Dave Love <fx@gnu.org>
12955
12956 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12957 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12958 comparison of opcode with operand.
12959
12960 2000-10-03 Miles Bader <miles@gnu.org>
12961
12962 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12963 buffer, since the echo area will now grow to accommodate them.
12964
12965 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12966
12967 * vc-hooks.el (vc-registered): If FILE used to be registered under
12968 a certain backend, try that one first.
12969
12970 * vc.el (vc-responsible-backend): Undo the previous change in the
12971 argument list. Handle multiple backends correctly.
12972 (vc-find-new-backend): Function removed.
12973 (vc-register): Use vc-responsible-backend, as before.
12974 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12975
12976 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12977
12978 * startup.el (fancy-splash-head): Change message below the
12979 logo.
12980
12981 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12982
12983 * diff-mode.el (diff-goto-source): Emit a status message.
12984 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12985 (diff-test-hunk): Fix doc string.
12986 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12987 (diff-advance-after-apply-hunk): New variable.
12988 (diff-apply-hunk): Don't return a value.
12989
12990 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12991
12992 * vc.el (vc-editable-p): Minor optimization.
12993 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12994 (vc-find-new-backend): New function split from vc-responsible-backend.
12995 (vc-register): Use it.
12996 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12997 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12998 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12999 (vc-clear-headers): Don't use find-file.
13000 (vc-revert-buffer): Use `and' again (must have been a braino).
13001 (vc-switch-backend): Only prompt if requested.
13002 Short circuit if nothing is to be done.
13003 Don't use vc-resynch-buffer which could lose unsaved editing.
13004 (vc-default-receive-file): Update call to vc-unregister.
13005 (with-vc-file, vc-next-action-on-file):
13006 Use vc-backend rather than vc-registered.
13007 (vc-next-action-on-file): Use intern-soft.
13008 Deal with read-only *vc-diff* buffer.
13009 (vc-transfer-file): Docstring fix.
13010
13011 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13012 (vc-rcs-receive-file): Avoid with-vc-properties.
13013 Update call to vc-unregister.
13014 Use constant `RCS' rather than (dynamically bound) var `backend'.
13015
13016 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13017
13018 * vc.el (vc-next-action-on-file): Update mode line only if file
13019 is visited.
13020 (vc-start-entry): New argument initial-contents. Don't visit the file
13021 if it isn't already visited. Brought documentation up-to-date.
13022 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13023 (vc-checkin): New optional arg initial-contents, which is passed to
13024 vc-start-entry.
13025 (vc-finish-logentry): Make sure to bury log buffer only if there
13026 really is one. Call `vc-resynch-buffer' on log-file, not
13027 buffer-file-name.
13028 (vc-default-comment-history, vc-default-wash-log): New functions.
13029 (vc-index-of): Removed.
13030 (vc-transfer-file): Make do without the above.
13031 (vc-default-receive-file): Call comment-history unconditionally. Pass
13032 the resulting string to vc-checkin, instead of inserting it into the
13033 comment ring.
13034
13035 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13036 unconditionally. Use the comments as initial contents of the log
13037 entry buffer. Document the trick to force branch creation with no
13038 changes.
13039
13040 2000-10-01 Miles Bader <miles@gnu.org>
13041
13042 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13043 `recenter' with an arg to prevent redrawing the display.
13044
13045 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13046
13047 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13048
13049 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13050
13051 * progmodes/c-mode.el (c-mode):
13052 Don't gratuitously override the default for comment-column.
13053
13054 * textmodes/tex-mode.el (latex-metasection-list): New var.
13055 (latex-imenu-create-index): Use it.
13056 Move the regexp construction outside loops (and use push).
13057 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13058 (tex-font-lock-keywords): Moved from font-lock.el.
13059 (tex-comment-indent): Remove.
13060 (tex-common-initialization): Don't set comment-indent-function.
13061 (latex-block-default): New var.
13062 (tex-latex-block): Use it to provide a default choice.
13063 Add any unknown choice to latex-block-names.
13064 Insert [...] after {...}.
13065 (tex-last-unended-begin): Simplify regexp.
13066 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13067 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13068 (latex-mode): Set forward-sexp-function.
13069
13070 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13071 Add regexp for @ignore ... @end ignore.
13072 (texinfo-heading-face): New face.
13073 (texinfo-font-lock-keywords): Use it.
13074 (texinfo-mode-menu): New menu.
13075 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13076 New functions.
13077 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13078 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13079 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13080 Remove declaration.
13081 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13082
13083 * delsel.el (delete-selection-mode): Use define-minor-mode.
13084
13085 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13086
13087 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13088
13089 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13090
13091 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13092
13093 * replace.el (keep-lines-read-args): New function.
13094 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13095 read arguments interactively. Add parameters RSTART and REND.
13096 Operate on the active region in Transient Mark mode.
13097
13098 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13099
13100 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13101 (authors-obsolete-files-regexps): New variable.
13102 (authors-add): Don't record changes in obsolete files.
13103
13104 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13105
13106 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13107
13108 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13109 (comment-indent): Make sure there's a space between code and comment.
13110 Shift comments left to avoid going past fill-column.
13111
13112 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13113
13114 * startup.el (startup-echo-area-message): New function.
13115 (display-startup-echo-area-message): Use it.
13116 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13117 (fancy-splash-default-action): New function.
13118 (fancy-splash-screens-1): New function.
13119 (fancy-splash-head): Put a help-echo and a keymap under the image.
13120
13121 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13122
13123 * diff-mode.el (diff-add-log-file-name): Remove.
13124 (diff-mode): Use add-log-buffer-file-name-function.
13125
13126 * add-log.el (find-change-log): New arg BUFFER-FILE.
13127 (add-log-file-name): Obey add-log-file-name-function.
13128 (add-log-buffer-file-name-function): New var.
13129 (add-change-log-entry): Use it.
13130
13131 2000-09-29 Miles Bader <miles@gnu.org>
13132
13133 * image-file.el (image-file-name-extensions): New variable.
13134 (image-file-name-regexps): Renamed from `image-file-regexps'.
13135 New default value is nil. Call `auto-image-file-mode'.
13136 (image-file-name-regexp): New function.
13137 (auto-image-file-mode): New minor mode.
13138 (insert-image-file): Don't make conditional on the image-file
13139 handler being enabled.
13140 (image-file-handler): Make the call here conditional instead.
13141 (set-image-file-handler-enabled, enable-image-file-handler)
13142 (disable-image-file-handler): Functions removed.
13143
13144 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13145 string.
13146
13147 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13148
13149 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13150 it's a function from CL.
13151 (latex-imenu-create-index): Replace eval-when-compile with progn
13152 because latex-section-alist is not bound while compiling.
13153
13154 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13155
13156 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13157 (outline-mode): Use define-derived-mode.
13158
13159 * progmodes/perl-mode.el (perl-mode):
13160 * progmodes/awk-mode.el (awk-mode):
13161 * progmodes/asm-mode.el (asm-mode):
13162 Don't gratuitously override the default for comment-column.
13163
13164 * emacs-lisp/lisp.el (lisp-complete-symbol):
13165 Distinguish the let-binding case from the funcall case.
13166 (forward-sexp-function): New variable.
13167 (forward-sexp): Use it.
13168
13169 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13170 (easy-mmode-defmap): Remove the now useless autoload.
13171
13172 * time.el (display-time-mode): Use define-minor-mode.
13173
13174 * subr.el (add-minor-mode): Don't eval NAME.
13175 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13176 Use if rather than cond.
13177
13178 * simple.el (read-expression-map): Define more properly.
13179 (comment-indent-hook): Remove.
13180 (string-to-syntax): Bug fix.
13181
13182 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13183 (cvs-ediff-diff): Fix typo.
13184 (cvs-revert-if-needed): Don't bother preserving read-only.
13185
13186 * paren.el (show-paren-mode): Use define-minor-mode.
13187
13188 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13189 (toggle-auto-compression): Remove.
13190 (jka-compr-build-file-regexp): Remove useless grouping.
13191
13192 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13193 Avoid user-reserved bindings.
13194 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13195 (diff-header-face): Revert to grey85.
13196
13197 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13198
13199 * complete.el (partial-completion-mode) <defcustom>: Remove.
13200 (partial-completion-mode): Use define-minor-mode.
13201 (PC-do-completion): Understand `completion-auto-help = delay'
13202 to mean to popup the completion buffer only the second time.
13203 (PC-include-file-all-completions, PC-include-file-all-completions)
13204 (PC-include-file-all-completions): Don't quote lambda.
13205
13206 * comint.el (comint-mode-hook): Docstring fix.
13207 (comint-mode): Use define-derived-mode.
13208 (comint-mode-map): Remove obsolete comment.
13209 (make-comint): Minor stylistic change.
13210 (comint-insert-clicked-input): Be more careful to find the overlay.
13211 Use this-command-keys rather than hardcoding mouse-2.
13212
13213 * font-lock.el: Replace confusing (,@ with ,
13214 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13215 Don't use regexp-opt-depth. Spice up the regexp for args.
13216 Don't distinguish between cmds that can take an opt arg or not.
13217 Use `append' and `prepend' rather than `keep'.
13218
13219 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13220 (latex-outline-regexp): New var.
13221 (latex-outline-level): New fun.
13222 (latex-section-alist): New var.
13223 (latex-imenu-create-index): Use it. Use `push' as well.
13224 (tex-shell-map): Initialize it properly.
13225 (tex-mode): Minor stylistic change.
13226 (plain-tex-mode): Use define-derived-mode.
13227 (latex-mode): Use define-derived-mode.
13228 Construct the paragraph regexps in a more readable way.
13229 Set the buffer-local outline-{level,regexp} vars.
13230 (slitex-mode): Derive from latex-mode.
13231 (tex-common-initialization): Don't kill-all-vars anymore.
13232 Add setting for comment-add and font-lock-defaults.
13233 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13234 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13235 (tex-start-tex): New arg DIR (and send a chdir command for it).
13236 Also display the shell buffer and save it in tex-last-buffer-texed.
13237 (tex-region): Use expand-file-name rather than concat.
13238 Remove code made useless by changes in tex-start-tex.
13239 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13240
13241 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13242
13243 2000-09-28 Dave Love <fx@gnu.org>
13244
13245 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13246
13247 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13248
13249 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13250 `append'.
13251
13252 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13253
13254 * info.el (Info-extract-pointer): Undo last change.
13255 Instead, fix the position of the `bound' arg to re-search-backward.
13256
13257 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13258
13259 * info.el (Info-extract-pointer):
13260 Widen more carefully, to avoid finding pointers in other nodes.
13261 (Info-index): Use push.
13262
13263 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13264
13265 * frame.el (set-frame-font): Remove call to obsolete function
13266 frame-update-faces.
13267 (set-foreground-color, set-background-color): Likewise for
13268 frame-update-face-colors.
13269
13270 2000-09-27 Miles Bader <miles@gnu.org>
13271
13272 * image-file.el: New file.
13273
13274 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13275
13276 * frame.el (frame-notice-user-settings): Don't call
13277 frame-update-faces, which is a no-op now.
13278
13279 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13280 tool-bar-lines.
13281
13282 2000-09-27 Dave Love <fx@gnu.org>
13283
13284 * mouse.el: Fix last change.
13285
13286 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13287
13288 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13289
13290 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13291
13292 * international/quail.el (quail-help): The output message is
13293 improved.
13294
13295 2000-09-26 Dave Love <fx@gnu.org>
13296
13297 * mouse.el (popup-menu): If POSITION is nil, set it using
13298 mouse-position.
13299
13300 2000-09-25 Sam Steingold <sds@gnu.org>
13301
13302 * net/browse-url.el (browse-url-file-url): Check for null maps.
13303
13304 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13305
13306 * frame.el (frame-notice-user-settings): Don't add a
13307 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13308
13309 * frame.el (frame-notice-user-settings):
13310 Make tool-bar-mode and default-frame-alist consistent.
13311
13312 * toolbar/tool-bar.el (tool-bar-help): New function.
13313
13314 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13315
13316 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13317 current-load-list in top-level forms. Else this leaks a cons cell
13318 every time a defun is called.
13319
13320 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13321
13322 2000-09-25 Dave Love <fx@gnu.org>
13323
13324 * startup.el (fancy-splash-head): Check XPM is available.
13325
13326 * autoinsert.el (auto-insert): Doc fix.
13327 (auto-insert-alist): Following GNU notices, don't say `copyright
13328 _by_'. Use line-beginning-position.
13329 (auto-insert): Check buffer-file-name is non-nil before use.
13330
13331 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13332
13333 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13334 starting with `@def' or `@multitable', in addition to ones
13335 specified by the user in auto-fill-inhibit-regexp.
13336
13337 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13338
13339 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13340 rmail-dont-reply-to-names matches the empty string.
13341
13342 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13343
13344 * startup.el (command-line-1, fancy-splash-text): Change the
13345 text to sound more friendly.
13346
13347 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13348
13349 * progmodes/hideshow.el: Update author email address.
13350 Generally, sync w/ maintainer version 5.22.
13351 (hs-hide-all-non-comment-function): New var.
13352 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13353 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13354 (hs-show-region): Delete this command.
13355 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13356
13357 2000-09-22 Dave Love <fx@gnu.org>
13358
13359 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13360 (hl-line-highlight): Specify buffer when moving overlay.
13361
13362 * progmodes/fortran.el (fortran-mode): Locally set
13363 normal-auto-fill-function.
13364 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13365 (fortran-mode-map): Adjust auto-fill menu entry.
13366
13367 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13368
13369 * vc-rcs.el (toplevel): Require `vc' when compiling.
13370
13371 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13372
13373 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13374
13375 * vc.el (vc-switch-backend): Signal an error if the file is not
13376 registered under the new backend.
13377
13378 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13379 without explicit revision number.
13380
13381 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13382
13383 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13384 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13385 (diff-xor): New function.
13386 (diff-find-source-location): Use it. Fix a stupid name clash.
13387 (diff-hunk-status-msg): New function.
13388 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13389 (diff-test-hunk): Use diff-find-source-location.
13390 (diff-goto-source): Favor the `reverse'.
13391 (diff-hunk-text): Properly handle one-sided context diffs.
13392 (diff-apply-hunk): When done, advance to the next hunk.
13393
13394 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13395
13396 * startup.el (command-line): If frame was created with a non-zero
13397 tool-bar-lines parameter, switch tool-bar-mode on.
13398
13399 * add-log.el (change-log-date-face, change-log-name-face)
13400 (change-log-email-face, change-log-file-face)
13401 (change-log-list-face, change-log-conditionals-face)
13402 (change-log-function-face, change-log-acknowledgement-face):
13403 New faces, inheriting from font-lock faces.
13404 (change-log-font-lock-keywords): Use them.
13405
13406 2000-09-21 Dave Love <fx@gnu.org>
13407
13408 * progmodes/cperl-mode.el (top-level): Clean up
13409 `eval-when-compile's and assorted defvars.
13410 (cperl-invalid-face): Don't double-quote value. Change custom
13411 type.
13412 (cperl-mode): Set normal-auto-fill-function and don't zap
13413 auto-fill-function.
13414 (cperl-imenu--function-name-regexp-perl): Renamed from
13415 imenu-example--function-name-regexp-perl.
13416 (cperl-imenu--create-perl-index): Renamed from
13417 imenu-example--create-perl-index.
13418 (cperl-xsub-scan): Don't require cl.
13419
13420 * msb.el (msb-mode-map): Use substitute-key-definition.
13421 (msb-mode): Use msb-mode-map.
13422
13423 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13424
13425 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13426 New functions.
13427 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13428 (vc-switch-backend): New function.
13429 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13430 (vc-register): Fix prompt.
13431 (vc-unregister, vc-default-unregister): New functions.
13432 (vc-version-diff): Handle empty buffer in sentinel.
13433
13434 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13435 (vc-rcs-state-heuristic): Use it to guess the state of files with
13436 non-strict locking.
13437 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13438 been set with -b, but not created yet.
13439 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13440 contents in order to find the state.
13441 (vc-rcs-checkin): Allow creation of branches with no changes.
13442 (vc-rcs-unregister, vc-rcs-receive-file)
13443 (vc-rcs-set-non-strict-locking): New functions.
13444
13445 * vc-hooks.el (vc-name): Force correct computation of the value
13446 in case it is missing.
13447
13448 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13449
13450 * startup.el (fancy-splash-tail): Use a different foreground
13451 color on a dark frame background.
13452
13453 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13454
13455 * info.el: Use the correct capitalization when making Info-mode
13456 and Info-edit-mode `special' modes.
13457
13458 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13459
13460 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13461 (diff-mode): Add support for add-log.el.
13462 (diff-hunk-text): Use char offsets rather than line offsets.
13463 (diff-find-source-location): Replace LINE with line-offset (nil
13464 if not found) and always set POS to a meaningful position.
13465 Adapt to the new char-offsets.
13466 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13467 Adapt to the new diff-find-source-location.
13468 (diff-goto-source): Adapt to the new diff-find-source-location.
13469
13470 * add-log.el (add-log-file-name): New function (split out of
13471 add-change-log-entry).
13472 (add-change-log-entry): Use it.
13473 Call add-log-file-name-function with the changelog file name if
13474 the current buffer is not associated with any file.
13475 Avoid find-file if the selected window is dedicated.
13476
13477 * diff-mode.el (diff-find-source-location):
13478 Move code from diff-apply-hunk. Return buffer rather than file.
13479 (diff-apply-hunk): Use the new result from diff-find-source-location.
13480 (diff-goto-source): Use the new diff-find-source-location.
13481
13482 2000-09-20 Dave Love <fx@gnu.org>
13483
13484 * iswitchb.el: Some doc fixes.
13485 (iswitchb-mode-map): Define completely initially. Inherit
13486 minibuffer-local-map.
13487 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13488 fundamental-mode.
13489 (iswitchb-global-map): New variable.
13490 (iswitchb-summaries-to-end): Amalgamate regexps.
13491 (iswitchb-mode): New.
13492 (iswitchb-mode-hook): New variable.
13493 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13494 `extensions'.
13495
13496 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13497
13498 * ehelp.el (electric-help): New defgroup.
13499 (electric-help-shrink-window): New user-option.
13500 (with-electric-help): Use it.
13501
13502 * window.el (shrink-window-if-larger-than-buffer): If face
13503 `mode-line' has a :box, and we're on a graphical frame, add 1
13504 to the needed window height.
13505
13506 * frame.el (frame-notice-user-settings): Add a last parameter nil
13507 to a call to `append', because the last list passed to `append' is
13508 not copied, and so subsequent calls to assq-delete-all will modify
13509 default-frame-alist.
13510
13511 * startup.el (fancy-splash-image): Change :type.
13512 (fancy-splash-head): Use an XBM image if appropriate.
13513 (command-line-1): Show splash screens in more cases.
13514
13515 * startup.el (fancy-splash-text): Don't quote faces.
13516
13517 * dired.el (dired-font-lock-keywords): Undo last change.
13518 (dired-readin): Bind indent-tabs-mode to nil.
13519
13520 * startup.el (fancy-splash-head): If frame's background mode
13521 is `dark', change the black background of the image to gray.
13522 (fancy-splash-screens): Display startup echo area message.
13523 (display-startup-echo-area-message): New function.
13524
13525 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13526
13527 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13528
13529 * info.el (info-header-node): Tweak for color ttys.
13530
13531 * faces.el (face-valid-attribute-values): Make sure directories we
13532 search for stipples both exist and are readable before trying to
13533 search them.
13534
13535 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13536 in the dry-run case.
13537
13538 * jka-compr.el (with-auto-compression-mode): New macro.
13539
13540 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13541 (custom-group-tag-face, custom-variable-tag-face): Use relative
13542 :height and inherit from `variable-pitch' face instead of
13543 hardwiring :family.
13544 * hi-lock.el (hi-black-hb): Likewise.
13545
13546 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13547 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13548 toolbar-add-item, if image doesn't have a mask add a `:mask
13549 heuristic'.
13550
13551 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13552
13553 * diff-mode.el: Docstring fixes.
13554 (diff-header-face, diff-comment-face): New faces.
13555 (diff-font-lock-keywords): Highlight a bit differently.
13556 (diff-find-source-location): Don't return SPAN any more.
13557 (diff-hunk-text): Don't bother erasing the temp buffer.
13558 (diff-find-text): Drop argument LINE.
13559 (diff-apply-hunk): Update calls to diff-find-text.
13560 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13561
13562 * calendar/calendar.el: Docstring fixes.
13563 (calendar-make-alist): Don't quote lambda.
13564 (calendar-star-date): Use make-local-variable.
13565
13566 2000-09-19 Dave Love <fx@gnu.org>
13567
13568 * toolbar/tool-bar.el: Renamed from toolbar.el.
13569 Change `toolbar' to `tool-bar' generally in symbols.
13570 Make some items invisible in `special' major modes.
13571 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13572 Add arg PROPS.
13573
13574 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13575 Add :version here.
13576 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13577
13578 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13579
13580 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13581
13582 * files.el (find-file-suppress-same-file-warnings): New user-option.
13583 (find-file-noselect): Use it.
13584
13585 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13586 (fancy-splash-screen): Defgroup.
13587
13588 * add-log.el (change-log-font-lock-keywords): Match names
13589 more exactly for the case that font-lock-constant-face is
13590 underlined.
13591
13592 2000-09-19 Richard M. Stallman <rms@gnu.org>
13593
13594 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13595
13596 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13597
13598 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13599
13600 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13601
13602 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13603 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13604 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13605 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13606 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13607 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13608 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13609 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13610 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13611 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13612 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13613 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13614
13615 * startup.el (fancy-splash-text): New variable.
13616 (fancy-splash-delay, fancy-splash-image): New user-options.
13617 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13618 (fancy-splash-screens): New functions.
13619 (command-line-1): If display has a `display' frame parameter, has
13620 colors, and we have XPM support, show more fancy splash screens.
13621
13622 2000-09-19 Dave Love <fx@gnu.org>
13623
13624 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13625 with null `help'. Use modern backquote syntax.
13626
13627 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13628
13629 * font-lock.el (font-lock-mode): Change message telling the user
13630 that ``the buffer is too big''.
13631
13632 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13633 for instance for the case that tab-width is 2.
13634
13635 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13636
13637 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13638 toolbar-add-item, if image doesn't have a mask add a `:mask
13639 heuristic'.
13640
13641 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13642
13643 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13644 and return a cons if it's non-nil.
13645 (diff-apply-hunk): Try to jump to the line in the source text
13646 corresponding to the position of point in the in the hunk.
13647
13648 * info.el (Info-title-3-face, Info-title-2-face)
13649 (Info-title-1-face): Use face inheritance and relative sizes
13650 instead of hard-wiring things.
13651
13652 * faces.el (secondary-selection): Make dark-background variant sane.
13653
13654 2000-09-16 Andrew Innes <andrewi@gnu.org>
13655
13656 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13657 read-only, since they aren't under VC now.
13658
13659 2000-09-17 Dave Love <fx@gnu.org>
13660
13661 * tmm.el: Replace mapcar with mapc in several places.
13662
13663 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13664 ad-unadvise.
13665
13666 * international/latin1-disp.el: New file.
13667
13668 * calendar/cal-move.el (scroll-calendar-left)
13669 (scroll-calendar-right): Make arg optional (for active mode line).
13670
13671 * calendar/calendar.el (calendar-mode-line-format): Make fields
13672 mouse-sensitive.
13673 (calendar-read-date, calendar-read-date, calendar-window-list):
13674 Unquote lambda.
13675 (calendar-month-name): Use aref, not sref.
13676
13677 * view.el (minor-mode-alist): Propertize the string.
13678
13679 * international/characters.el (standard-case-table): Add entries
13680 for Greek.
13681
13682 2000-09-18 Miles Bader <miles@gnu.org>
13683
13684 * info.el (info-node, info-xref): Add dark-background variants.
13685
13686 * faces.el (header-line): Change defaults to be less confusing
13687 when mixed with mode-lines.
13688
13689 * info.el (Info-fontify-node): Make a few cleanups.
13690 Add extra `help-echo' and `local-map' props to node xrefs.
13691 Use header-specific faces for node-names & xrefs.
13692 (Info-use-header-line): New variable.
13693 (info-header-xref, info-header-node): New faces.
13694 (Info-setup-header-line): New function.
13695 (Info-select-node): Call Info-setup-header-line when enabled.
13696 (Info-extract-pointer): Work even if the header line is hidden.
13697 (Info-header-line): New variable.
13698
13699 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13700
13701 * vms-patch.el (print-region-function): Don't quote lambda.
13702
13703 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13704
13705 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13706 (lm-get-header-re): Allow spaces between the header and the colon.
13707 (lm-header): Allow $ in non-RCS headers.
13708 (lm-header-multiline): Put the strings back into order.
13709 Stop at an empty line. Don't require two space chars if the
13710 line is clearly not another header line.
13711
13712 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13713 (popup-menu-popup): Remove.
13714
13715 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13716
13717 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13718 specification if or if not tool-bar item contains an `:enabled'
13719 property.
13720
13721 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13722 current buffer has no file name.
13723
13724 2000-09-15 Dave Love <fx@gnu.org>
13725
13726 * strokes.el: Sync with maintainer's current version with changes
13727 for Emacs, but avoid runtime cl and levents.
13728 (toplevel): Change autoloads and compilation requires.
13729 (strokes-version, strokes-bug-address, strokes-lift): Values
13730 changed.
13731 (strokes-xpm-header, strokes-insinuated): New variable.
13732 (strokes): Add :link.
13733 (strokes-mode): Customized.
13734 (strokes-while-inhibiting-garbage-collector): New macro.
13735 (strokes-remassoc): Avoid remove-if.
13736 (strokes-fix-button2-command): Don't use ad-do-it.
13737 (strokes-insinuate): New function.
13738 (strokes-button-press-event-p, strokes-button-release-event-p):
13739 New functions, used instead of non-`strokes-' versions..
13740 (strokes-mouse-event-p): Rewritten.
13741 (strokes-event-closest-point): Avoid event-point.
13742 (strokes-get-grid-position): Avoid cdadr, caadr
13743 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13744 functions.
13745 (strokes-help): Use with-output-to-temp-buffer.
13746 (strokes-window-configuration-changed-p): New function.
13747 (strokes-update-window-configuration): Use buffer-live-p,
13748 strokes-window-configuration-changed-p.
13749 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13750 (strokes-char-face): New face.
13751 (strokes-char-table, strokes-base64-chars): New variable.
13752 (strokes-xpm-for-stroke, strokes-list-strokes)
13753 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13754 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13755 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13756 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13757 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13758 functions.
13759
13760 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13761
13762 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13763
13764 * image.el (create-image): Doc fix.
13765
13766 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13767 instead of `:heuristic-mask t'.
13768
13769 2000-09-14 Andrew Innes <andrewi@gnu.org>
13770
13771 * makefile.w32-in: Revert to Unix line endings.
13772
13773 2000-09-14 Andrew Innes <andrewi@gnu.org>
13774
13775 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13776 when installing.
13777
13778 * makefile.nt (DONTCOMPILE): Fix typo.
13779
13780 * shell.el (shell-write-history-on-exit): New function.
13781 (shell-dumb-shell-regexp): New custom variable.
13782 (shell-mode): Make shell-write-history-on-exit the process
13783 sentinel if shell name matches shell-dumb-shell-regexp.
13784
13785 * w32-fns.el: Comment out before-init-hook function which resets
13786 source-directory based; this breaks bootstrap.
13787
13788 2000-09-14 Dave Love <fx@gnu.org>
13789
13790 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13791 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13792 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13793 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13794 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13795 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13796 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13797 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13798 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13799
13800 * toolbar/toolbar.el: New.
13801
13802 * subdirs.el: Add toolbar.
13803
13804 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13805
13806 * indent.el (indent-for-tab-command): Doc fix.
13807
13808 2000-09-14 Alex Schroeder <alex@gnu.org>
13809
13810 * ansi-color.el (ansi-colors): Doc change.
13811 (ansi-color-get-face): Simplified regexp.
13812 (ansi-color-faces-vector): Added more faces, doc change.
13813 (ansi-color-names-vector): Doc change.
13814 (ansi-color-regexp): Simplified regexp.
13815 (ansi-color-parameter-regexp): New regexp.
13816 (ansi-color-filter-apply): Doc change.
13817 (ansi-color-filter-region): Doc change.
13818 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13819 deal with zero length parameters.
13820 (ansi-color-apply-on-region): Doc change.
13821 (ansi-color-map): Doc change.
13822 (ansi-color-map-update): Removed debugging message.
13823 (ansi-color-get-face-1): Added condition-case to trap
13824 args-out-of-range errors.
13825 (ansi-color-get-face): Doc change.
13826 (ansi-color-make-face): Removed.
13827 (ansi-color-for-shell-mode): New option.
13828
13829 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13830
13831 * international/quail.el (quail-start-translation): Translate KEY
13832 if necessary even if it doesn't have any mapping in the current
13833 input method.
13834 (quail-start-conversion): Likewise.
13835 (quail-help): The output message is improved.
13836
13837 2000-09-13 Miles Bader <miles@gnu.org>
13838
13839 * comint.el (comint-output-filter): Revert to using
13840 `insert-before-markers'. Add bletcherous hack to undo damage
13841 caused by `insert-before-markers'. Put `front-sticky' property on
13842 overlays created here so that the field code understands how the
13843 overlay works. Use a let when making comint-last-prompt-overlay,
13844 so that the code is easier to read.
13845
13846 2000-09-13 Dave Love <fx@gnu.org>
13847
13848 * wid-edit.el (widget-default-format-handler): DTRT when
13849 doc-property is a function.
13850
13851 2000-09-12 Francesco Potorti` <pot@gnu.org>
13852
13853 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13854 filed name if it's not there.
13855
13856 2000-09-12 Dave Love <fx@gnu.org>
13857
13858 * simple.el (read-mail-command): Doc fix.
13859 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13860
13861 * vc.el (vc-dired-listing-switches): Fix :version.
13862
13863 * vc-hooks.el: Doc fixes.
13864
13865 * subr.el (add-minor-mode): Use toggle-fun arg.
13866
13867 * speedbar.el: Add :version to several defcustoms.
13868
13869 * imenu.el (imenu--truncate-items, imenu--cleanup)
13870 (imenu--generic-function): Avoid mapcar.
13871 (imenu--replace-spaces): Function removed.
13872 (imenu--completion-buffer): Use subst-char-in-string.
13873 (imenu-add-to-menubar): Use keymap inheritance.
13874
13875 2000-09-12 Miles Bader <miles@gnu.org>
13876
13877 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13878 (diff-mode-map): Bind `diff-test-hunk'.
13879 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13880
13881 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13882
13883 * bytecomp.el (byte-compile-defvar): Undo last change
13884 because it breaks '(make-variable-buffer-local (defvar ...)'
13885 which is used at least in dired.
13886
13887 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13888
13889 * international/quail.el (quail-define-package): Docstring
13890 modified.
13891
13892 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13893
13894 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13895 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13896 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13897 docstring of "chinese-py".
13898
13899 * international/quail.el (quail-translation-docstring): New
13900 variable.
13901 (quail-show-keyboard-layout): Docstring modified.
13902 (quail-select-current): Likewise.
13903 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13904 infinite recursive call.
13905 (quail-help): Check quail-translation-docstring. Format of the
13906 output changed.
13907 (quail-help-insert-keymap-description): Adjusted for the above
13908 change.
13909
13910 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13911
13912 * bytecomp.el (byte-compile-defvar): Only cons onto
13913 current-load-list in top-level forms. Else this leaks a cons cell
13914 every time a defun is called.
13915
13916 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13917
13918 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13919 Now understands non-unified diffs. Some functionality moved into
13920 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13921 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13922 modify anything. Only reposition point in the patched file if the
13923 patch succeeds. Only pop up another window if POPUP is true.
13924 Emit a message describing what happened if successful, and at what
13925 line-offset. Automatically detect reversed hunks and do something
13926 appropriate.
13927 (diff-hunk-text, diff-find-text): New functions.
13928 (diff-filter-lines): Function removed.
13929 (diff-test-hunk): New function.
13930 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13931
13932 2000-09-10 Dave Love <fx@gnu.org>
13933
13934 * textmodes/tildify.el: Minor doc/commentary fixes.
13935 (tildify) <defgroup>: Add :version.
13936
13937 * faces.el (face-x-resources): Make custom type more specific.
13938 (frame-background-mode): Use mapc.
13939 (region) <defcustom>: Add :version.
13940
13941 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13942
13943 * vc-sccs.el (vc-sccs-register):
13944 * vc-rcs.el (vc-rcs-register):
13945 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13946 * vc.el (vc-register): Clear file's properties.
13947
13948 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13949
13950 * faces.el (face-spec-set): Only face-spec-reset-face when
13951 ATTRS is non-nil.
13952
13953 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13954
13955 * help.el (help-insert-xref-button): Fix a typo in doc string.
13956
13957 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13958
13959 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13960 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13961 methods.
13962
13963 * menu-bar.el (read-mail-item-name): New function.
13964 (menu-bar-tools-menu): Use it to compute and display the package
13965 used to read email.
13966 (menu-bar-tools-menu): Fix typo in GUD's help string.
13967
13968 2000-09-07 Dave Love <fx@gnu.org>
13969
13970 * diff-mode.el (diff-mouse-goto-source): New function.
13971
13972 * vc-sccs.el: Doc fixes.
13973 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13974
13975 * vc-rcs.el: Doc fixes.
13976 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13977 (vc-rcs-checkout-switches, vc-rcs-header)
13978 (vc-rcs-master-templates): Add or change :version.
13979
13980 * vc-cvs.el: Doc fixes.
13981 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13982 (vc-cvs-stay-local): Add :version.
13983
13984 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13985
13986 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13987
13988 * international/quail.el (quail-help): Fix previous change.
13989
13990 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13991
13992 * faces.el (color-values): Doc fix.
13993
13994 * faces.el (frame-set-background-mode): Use frame-parameter
13995 instead of frame-parameters.
13996
13997 * frame.el (filtered-frame-list): Reduce consing.
13998 (frames-on-display-list): Call frame-parameter instead of
13999 frame-parameters.
14000
14001 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14002
14003 * language/devan-util.el (devanagari-to-indian-region): In the
14004 loop, change the following char, not preceding char.
14005
14006 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14007
14008 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14009 instead of frame-parameters.
14010
14011 * faces.el (set-face-attribute): Simplify by calling
14012 internal-set-lisp-face-attribute with FRAME being 0.
14013
14014 * vc.el: Remove `Id' version control keyword.
14015
14016 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14017
14018 * help.el (help-make-xrefs): Adjusted for the change of
14019 help-xref-mule-regexp.
14020 (help-insert-xref-button): New function.
14021
14022 * international/mule-cmds.el (help-xref-mule-regexp-template):
14023 Include the pattern for character set.
14024 (leim): New group.
14025
14026 * international/quail.el: Don't require face.
14027 (quail): New group.
14028 (quail-other-command): Dummy command to make quail-help work better.
14029 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14030 (quail-keyboard-layout-substitution): New variable.
14031 (quail-update-keyboard-layout): New function.
14032 (quail-keyboard-layout-type): New customizable variable.
14033 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14034 (quail-keyboard-translate): Pay attention to
14035 quail-keyboard-layout-substitution.
14036 (quail-insert-kbd-layout): New function.
14037 (quail-show-keyboard-layout): New function.
14038 (quail-get-translation): If the definition is a vector of length
14039 1, and the element is a string of length 1, return the character
14040 in that string.
14041 (quail-update-current-translations): Fix the case of
14042 relative-index out of range.
14043 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14044 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14045 Show key sequences for all available characters.
14046 (quail-help-insert-keymap-description): Don't show such verbose
14047 key bindings as quail-self-insert-command.
14048
14049 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14050 Format changed, and each element now have extra documentations.
14051 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14052 Adjusted for the change of quail-cxterm-package-ext-info.
14053
14054 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14055
14056 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14057 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14058 during bootstrap.
14059
14060 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14061
14062 * vc.el: (toplevel): Don't require `dired' at run-time.
14063 (vc-dired-resynch-file): Remove autoload cookie.
14064
14065 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14066
14067 * vc.el: Made several backend functions optional.
14068 (vc-default-responsible-p): New function.
14069 (vc-merge): Use RET for first version to trigger merge-news, not
14070 prefix arg.
14071 (vc-annotate): Handle backends that do not support annotation.
14072 (vc-default-merge-news): Removed. The existence of a merge-news
14073 implementation is now checked on caller sites.
14074
14075 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14076 case.
14077
14078 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14079 special case that has been removed from the default in vc-hooks.el.
14080
14081 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14082
14083 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14084
14085 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14086
14087 * vc-hooks.el: Require vc during compilation.
14088 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14089 macro `with-vc-properties' in vc.el.
14090 (vc-file-getprop): Doc fix.
14091 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14092
14093 * vc.el: Require dired-aux during compilation.
14094 (vc-name-assoc-file): Moved to vc-sccs.el.
14095 (with-vc-properties): New macro.
14096 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14097 vc-finish-steal): Use it.
14098 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14099 to the backend-specific function is now supposed to do the checkout,
14100 too.
14101 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14102
14103 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14104 set file properties; that gets done in the generic code now.
14105
14106 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14107 Changed parameter list, added code from vc.el that does the
14108 checkout, possibly with a double-take.
14109
14110 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14111 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14112 the above under the new name.
14113 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14114 parameter list, added checkout command.
14115 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14116 properties; that gets done in the generic code now.
14117
14118 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14119
14120 * vc.el: Docstring fixes (courtesy of checkdoc).
14121
14122 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14123
14124 * vc.el (vc-checkout-writable-buffer-hook)
14125 (vc-checkout-writable-buffer): Remove.
14126 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14127 (vc-log-mode): Make it into a clean derived major mode.
14128 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14129 vc-log-mode if log-edit is not available.
14130 (vc-dired-mode-map): Don't set-keymap-parent yet.
14131 (vc-dired-mode): Do set-keymap-parent here.
14132 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14133
14134 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14135
14136 * faces.el (set-face-attribute, face-spec-reset-face)
14137 (face-spec-set): Avoid consing by removing calls to `apply'.
14138
14139 * frame.el (frame-parameter): Move to C code.
14140
14141 2000-09-05 Dave Love <fx@gnu.org>
14142
14143 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14144 insert-before-markers-and-inherit. Now checked systematically!
14145
14146 2000-09-05 Alex Schroeder <alex@gnu.org>
14147
14148 * sql.el (sql-postgres): Use sql-postgres-options.
14149 (sql-postgres-options): New variable.
14150
14151 2000-09-05 Alex Schroeder <alex@gnu.org>
14152
14153 * sql.el (sql-mode-menu): Work around missing variable mark-active
14154 in XEmacs.
14155 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14156 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14157 compatibility.
14158
14159 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14160
14161 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14162
14163 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14164
14165 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14166
14167 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14168
14169 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14170 don't support anything else under SCCS yet.
14171
14172 * vc-hooks.el: Minor doc fixes.
14173
14174 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14175
14176 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14177 not necessary. If verbose in state `needs-patch', do the same as
14178 under `up-to-date'. When NOT verbose and `needs-patch', check out
14179 latest version instead of `merge-news'.
14180 (vc-next-action-dired): Don't mess with default-directory here; it
14181 breaks other parts of dired. It is the job of the
14182 backend-specific functions to adjust it temporarily if they need it.
14183 (vc-next-action): Remove a special CVS case.
14184 (vc-clear-headers): New optional arg FILE.
14185 (vc-checkin, vc-checkout): Set properties vc-state and
14186 vc-checkout-time properly.
14187 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14188 (vc-print-log): Use new backend function `show-log-entry'.
14189 (vc-cancel-version): Do the checks in a different order. Added a
14190 FIXME concerning RCS-only code.
14191
14192 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14193 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14194
14195 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14196
14197 * vc-hooks.el (vc-default-mode-line-string): Show state
14198 `needs-patch' as a `-' too.
14199
14200 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14201
14202 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14203 (vc-default-could-register): New function.
14204 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14205 (vc-resynch-buffer): Call vc-dired-resynch-file.
14206 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14207 vc-resynch-buffer instead of vc-resynch-window.
14208 (vc-next-action-dired): Don't redisplay here, that gets done as a
14209 result of the individual file operations.
14210 (vc-retrieve-snapshot): Corrected prompt order.
14211
14212 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14213
14214 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14215 as well.
14216 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14217 hostname regexps. Updated all callers.
14218 (vc-cvs-responsible-p): Handle directories as well.
14219 (vc-cvs-could-register): New function.
14220 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14221 properties up-to-date.
14222
14223 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14224 user whether to create one.
14225
14226 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14227
14228 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14229 check out a non-existing file.
14230
14231 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14232 workfile does not exist.
14233
14234 * vc.el (vc-version-diff): Use `require' to check for existence of
14235 diff-mode.
14236
14237 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14238
14239 * vc-cvs.el (vc-cvs-registered): Use new function
14240 vc-cvs-parse-entry to do the actual work.
14241
14242 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14243
14244 * vc-hooks.el (vc-find-backend-function): If function doesn't
14245 exist, return nil instead of error.
14246 (vc-call-backend): Doc fix.
14247
14248 * vc.el (vc-do-command): Doc fix.
14249 (vc-finish-logentry): When checking in from vc-dired, choose the
14250 right backend for logentry check.
14251 (vc-dired-mode-map): Inherit from dired-mode-map.
14252 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14253 simplified.
14254 (vc-dired-state-info): Removed, updated caller.
14255 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14256 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14257 (vc-dired-listing-switches): New variable.
14258 (vc-directory): Use it, instead of dired-listing-switches.
14259
14260 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14261 (vc-cvs-dir-state): New function.
14262 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14263 (vc-cvs-parse-entry): New function, also to be used in
14264 vc-cvs-registered.
14265
14266 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14267
14268 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14269 *or* single-window-frames.
14270
14271 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14272
14273 * vc.el (vc-update-changelog): Split into generic part and default
14274 implementation. Doc string adapted.
14275 (vc-default-update-changelog): New function. Call the `rcs2log'
14276 script in exec-directory, to fix a long-standing nuisance.
14277
14278 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14279 simply signals an error.
14280
14281 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14282
14283 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14284 control-flow more clear and to avoid running `cvs' twice.
14285
14286 * vc.el (vc-next-action-on-file): Doc fix.
14287 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14288 (vc-print-log): Eval `file' before constructing the continuation.
14289
14290 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14291
14292 * vc.el (vc-next-action-on-file): Corrected several messages.
14293 (vc-merge): Add prefix arg `merge-news'; handle it.
14294
14295 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14296 is not reached. It is.
14297 (vc-cvs-merge): Set state to 'edited after merge.
14298 (vc-cvs-merge-news): Set workfile version to nil if not known.
14299 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14300
14301 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14302 via stdout. (Merge from main line.)
14303
14304 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14305
14306 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14307 detection.
14308
14309 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14310
14311 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14312 against kill-all-local-variables.
14313 (vc-log-edit): Don't save vc-parent-buffer any more.
14314 (vc-last-comment-match): Initialize to an empty string.
14315 (vc-post-command-functions): New hook.
14316 (vc-do-command): Run it.
14317 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14318 (vc-finish-logentry): Only add the comment to the ring if it's
14319 different from the last comment entered.
14320 (vc-new-comment-index): New function.
14321 (vc-previous-comment): Use it. Make the minibuffer message
14322 slightly less terse.
14323 (vc-comment-search-reverse): Make it work forward as well. Don't
14324 set vc-comment-ring-index if no match is found. Use
14325 vc-new-comment-index.
14326 (vc-comment-search-forward): Use vc-comment-search-reverse.
14327 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14328 define-derived-mode will do it for us. Bind `v' to a keymap that
14329 inherits from vc-prefix-map so that we can bind `vt' without
14330 binding C-x v t.
14331 (vc-retrieve-snapshot): Parenthesis typo.
14332
14333 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14334 to 1. Make sure to switch to *vc* before looking for an error
14335 message. Use vc-parse-buffer.
14336
14337 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14338
14339 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14340 and NAME.
14341 (vc-retrieve-snapshot): Split into two parts.
14342 (vc-default-retrieve-snapshot): New function.
14343
14344 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14345 (vc-cvs-retrieve-snapshot): New function (untested).
14346 (vc-cvs-stay-local): Default to t.
14347 (vc-cvs-remote-p): New function and property.
14348 (vc-cvs-state): Stay local only if the above is t.
14349 (vc-handle-cvs): Removed.
14350 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14351 done via vc-handled-backends now.
14352 (vc-cvs-header): Escape Id.
14353
14354 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14355
14356 * vc.el (vc-do-command): Remove unused commands.
14357 (vc-version-diff): Make sure default-directory ends with a slash.
14358 Move the window commands into a vc-exec-after.
14359 (vc-print-log): Move more of the code into the `vc-exec-after'.
14360
14361 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14362
14363 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14364 (vc-print-log): Search current revision from beginning of buffer.
14365 (vc-revert-buffer): Clear echo area after the diff is finished.
14366 (vc-prefix-map): Removed definition of "t" for terse display in vc
14367 dired.
14368 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14369 definition of "vt" for terse display.
14370 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14371
14372 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14373
14374 * vc.el (vc-exec-after): Avoid caddr.
14375
14376 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14377
14378 * vc.el (vc-exec-after): New function.
14379 (vc-do-command): Use it to add a termination message for async
14380 procs.
14381 (vc-checkout): Try to handle a missing-backend situation.
14382 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14383 of a directory with a backend using async diffs.
14384 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14385 present.
14386
14387 * vc-sccs.el (vc-sccs-state-heuristic): Use
14388 file-ownership-preserved-p.
14389
14390 * vc-rcs.el (vc-rcs-state-heuristic): Use
14391 file-ownership-preserved-p.
14392 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14393
14394 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14395
14396 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14397 vc-do-command.
14398
14399 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14400 when there are no changes.
14401
14402 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14403
14404 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14405
14406 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14407
14408 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14409
14410 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14411
14412 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14413 the `fset' outside of the defvar so that it works even if
14414 vc-prefix-map was already defined.
14415 (vc-setup-buffer): New function, split out of vc-do-command.
14416 (vc-do-command): Allow BUFFER to be t to mean `just use the
14417 current buffer without any fuss'.
14418 (vc-version-diff): Change the `diff' backend operation to just put
14419 the diff in the current buffer without erasing it. Always use
14420 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14421 shrink-window-if-larger-than-buffer.
14422 (vc-print-log): Change the `print-log' backend operation to just
14423 put the log in the current buffer without erasing it. Protect
14424 shrink-window-if-larger-than-buffer.
14425 (vc-update-change-log): Fix setd typo.
14426
14427 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14428 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14429
14430 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14431 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14432 CMP.
14433
14434 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14435 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14436 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14437
14438 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14439
14440 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14441 not possible, use vc-BACKEND-workfile-unchanged-p.
14442 (vc-default-workfile-unchanged-p): New function. Delegates to a
14443 full vc-BACKEND-diff.
14444
14445 * vc-hooks.el (vc-simple-command): Removed.
14446
14447 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14448 instead of vc-simple-command.
14449 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14450 avoid doing a diff when opening a file.
14451 (vc-rcs-state): Added check for unlocked-changes.
14452 (vc-rcs-header): Escape Id.
14453 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14454 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14455 version.
14456
14457 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14458 (vc-sccs-diff): Remove optional arg CMP.
14459 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14460 SCCS-specific function.
14461
14462 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14463 vc-simple-command.
14464
14465 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14466
14467 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14468 (with-vc-file, vc-merge): Use vc-editable-p.
14469 (vc-do-command): Remove unused var vc-file and fix the
14470 doubly-defined `status' var. Add a user message when starting an
14471 async command.
14472 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14473 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14474 Use with-current-buffer.
14475 (vc-buffer-sync): Use unless.
14476 (vc-next-action-on-file): If the file is 'edited by read-only,
14477 make it read-write instead of trying to commit.
14478 (vc-version-diff, vc-update-change-log): Use `setq
14479 default-directory' rather than `cd'.
14480 (vc-log-edit): Don't forget to set default-directory in the
14481 buffer.
14482
14483 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14484 (vc-sccs-state-heuristic): Use file-writable-p instead of
14485 comparing userids.
14486 (vc-sccs-checkout): Use `unless'.
14487
14488 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14489 of comparing userids.
14490 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14491 Simplify the logic by eliminating unreachable code.
14492 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14493 just do a recursive call if we need to retry.
14494 (vc-rcs-checkout): Handle the case where rcs is missing by making
14495 the buffer read-write if requested and re-signalling the error.
14496
14497 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14498
14499 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14500
14501 * vc-hooks.el (vc-handled-backends): Docstring change.
14502 (vc-ignore-vc-files): Mark obsolete.
14503 (vc-registered): Check vc-ignore-vc-files.
14504 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14505 vc-ignore-vc-files.
14506
14507 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14508
14509 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14510
14511 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14512 files since ange-ftp already has vc-registered return nil.
14513
14514 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14515 (vc-sccs-workfile-version): Use with-temp-buffer and new
14516 vc-parse-buffer and don't bother setting the property.
14517 (vc-sccs-add-triple): Use with-current-buffer and
14518 find-file-noselect.
14519 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14520
14521 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14522 derives from the old vc-parse-buffer but uses the revision number
14523 rather than the date (much easier to compare robustly).
14524 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14525 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14526 locking-user more directly. Check strict locking and set
14527 checkout-model appropriately.
14528 (vc-rcs-parse-locks): Remove.
14529 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14530 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14531 (vc-rcs-system-release): Use with-current-buffer and
14532 vc-parse-buffer.
14533 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14534
14535 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14536 (vc-simple-command): Docstring fix.
14537 (vc-registered): Align the way the file-handler is called with the
14538 way the function itself works.
14539 (vc-file-owner): Remove.
14540
14541 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14542 extraction of fields and call to file-attributes because of a
14543 temporary bug in rcp.el.
14544 (vc-cvs-fetch-status): Use with-current-buffer.
14545
14546 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14547
14548 * vc.el (vc-do-command): Use file-relative-name.
14549 (vc-responsible-backend): Use vc-backend if possible.
14550 (vc-create-snapshot): Improve the `interactive' spec. Add support
14551 for branches and dispatch to backend-specific `create-snapshot'.
14552 (vc-default-create-snapshot): New function, containing the bulk of
14553 the old vc-create-snapshot.
14554 (vc-retrieve-snapshot): Improve the interactive spec.
14555
14556 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14557 (vc-backend-hook-functions): Remove.
14558 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14559 (vc-backend): Reintroduce the test for `file = nil' now that I
14560 know why it was there (and added a comment to better remember).
14561
14562 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14563 code from vc-sccs-hooks.el.
14564 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14565 'vc anymore.
14566 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14567 and file-directory-p instead of file-exists-p.
14568 (vc-sccs-check-headers): Simplify the regexp.
14569
14570 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14571 from vc-rcs-hooks.el. Don't require 'vc anymore.
14572 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14573 file-directory-p instead of file-exists-p.
14574
14575 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14576 from vc-cvs-hooks.el.
14577 (proto vc-cvs-registered): Require 'vc-cvs instead of
14578 'vc-cvs-hooks. Don't require 'vc anymore.
14579 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14580 file-directory-p instead of file-exists-p.
14581 (vc-cvs-create-snapshot): New function, replacing
14582 vc-cvs-assign-name.
14583 (vc-cvs-assign-name): Remove.
14584
14585 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14586
14587 * vc-cvs.el (vc-cvs-header): New var.
14588
14589 * vc-rcs.el (vc-rcs-exists): Remove.
14590 (vc-rcs-header): New var.
14591
14592 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14593 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14594 (vc-sccs-header): New var.
14595
14596 * vc.el (vc-do-command): Get rid of the `last' argument.
14597 (vc-header-alist): Remove, replaced by vc-X-header.
14598 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14599 (vc-dired-hook): Use expand-file-name instead of concat.
14600 (vc-directory): Use file-name-as-directory.
14601 (vc-snapshot-precondition, vc-create-snapshot)
14602 (vc-retrieve-snapshot): Allow the command to operate on any
14603 directory.
14604
14605 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14606 just removing the 'WORKFILE argument or by removing the 'MASTER
14607 argument and replacing `file' with (vc-name file).
14608
14609 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14610
14611 * vc.el: Update Copyright and add a crude list of backend funs.
14612 (vc-writable-p): New function.
14613 (with-vc-file): Use vc-writable-p.
14614 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14615 (vc-register): Avoid vc-name.
14616 (vc-locking-user): Remove.
14617 (vc-steal-lock): Make the `owner' arg non-optional.
14618 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14619 vc-checkout-model.
14620 (vc-default-dired-state-info): Use vc-state instead of
14621 vc-locking-user and return special strings for special states.
14622 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14623 and get rid of one of the special CVS cases.
14624 (vc-cancel-version): prettify error message with \\[...].
14625 (vc-rename-master): New function.
14626 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14627 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14628 the CVS special case generic.
14629 (vc-default-record-rename): Remove.
14630 (vc-file-tree-walk-internal): Only call FUNC for files that are
14631 under control of some VC backend and replace `concat' with
14632 expand-file-name.
14633 (vc-file-tree-walk): Update docstring.
14634 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14635 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14636
14637 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14638 vc-sccs-record-rename. Use `find-file-noselect' rather than
14639 `find-file' and call `vc-rename-master' to do the actual move.
14640 (vc-sccs-diff): Remove unused `backend' variable.
14641
14642 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14643 to delay loading of vc-sccs until it is really used.
14644 (vc-sccs-master-templates): Preload.
14645 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14646 (vc-sccs-project-dir): Remove (merged into
14647 vc-sccs-search-project-dir).
14648 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14649 rather than `concat', make sure it is preloaded and don't bother
14650 to check that the file actually exists.
14651 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14652 `locks' argument (use buffer's content instead) and eliminate n^2
14653 behavior.
14654
14655 * vc-rcs.el: Update Copyright.
14656 (vc-rcs-rename-file): New function.
14657 (vc-rcs-diff): Remove unused `backend' variable.
14658
14659 * vc-hooks.el: Update Copyright.
14660 (vc-backend): Don't accept a nil argument any more.
14661 (vc-up-to-date-p): Turn into a defsubst.
14662 (vc-possible-master): New function.
14663 (vc-check-master-templates): Use `vc-possible-master' and allow
14664 funs in vc-X-master-templates to return a non-existent file.
14665
14666 * vc-cvs.el: Update Copyright.
14667 (vc-cvs-diff): Remove unused `backend' variable.
14668 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14669
14670 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14671
14672 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14673
14674 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14675 since it can be called from vc-rcs.el.
14676 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14677
14678 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14679
14680 * vc.el (vc-version-diff): Expand file name read from the
14681 minibuffer. Handle the case when a previous version number can't
14682 be guessed. Give suitable messages when there were no differences
14683 found.
14684 (vc-clear-headers): Call backend-specific implementation, if one
14685 exists.
14686 (vc-cancel-version): Made error checks generic. When done, clear
14687 headers generically, too.
14688
14689 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14690 from vc-clear-headers in vc.el.
14691
14692 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14693 correctly.
14694 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14695 optional. Handle the case when it's not there.
14696
14697 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14698
14699 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14700
14701 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14702
14703 * vc-hooks.el (vc-loadup): Remove.
14704 (vc-find-backend-function): Use `require'. Also, handle the case
14705 where vc-BACKEND-hooks.el doesn't exist.
14706 (vc-call-backend): Cleanup.
14707
14708 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14709
14710 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14711 vc-rcs-grab-templates)
14712 (vc-rcs-registered): Remove. The default function works as well.
14713 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14714 vc-sccs-grab-templates)
14715 (vc-sccs-registered): Remove. The default function works as well.
14716
14717 * vc.el (vc-version-diff): Left out a vc- in call to
14718 vc-call-backend.
14719 (vc-default-dired-state-info, vc-default-record-rename)
14720 (vc-default-merge-news): Update for the new backend argument.
14721
14722 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14723 using the default function.
14724 (vc-call-backend): If calling the default function, pass it the
14725 backend as first argument. Update the docstring accordingly.
14726 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14727 for the new backend argument.
14728 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14729 (vc-find-backend-function): Use the new name.
14730 (vc-default-registered): New function.
14731
14732 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14733
14734 * vc.el (vc-merge): Use vc-find-backend-function.
14735
14736 * vc-hooks.el (vc-backend-functions): Remove.
14737 (vc-loadup): Don't setup 'vc-functions.
14738 (vc-find-backend-function): New function.
14739 (vc-call-backend): Use above fun and populate 'vc-functions
14740 lazily.
14741 (vc-backend-defines): Remove.
14742
14743 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14744
14745 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14746 Call vc-call-backend without the leading vc-.
14747 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14748 (vc-check-headers): Call vc-call-backend without the leading vc-.
14749 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14750 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14751 Call vc-call-backend without the leading vc-.
14752
14753 * vc-cvs.el (tail): Provide vc-cvs.
14754 * vc-sccs.el (tail): Provide vc-sccs.
14755 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14756
14757 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14758 (vc-make-backend-function, vc-call): Pass names without leading
14759 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14760 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14761 (vc-call-backend): Always try to load vc-X-hooks.
14762 (vc-registered): Remove vc- in call to vc-call-backend.
14763
14764 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14765
14766 * vc.el (vc-process-filter): New function.
14767 (vc-do-command): Setup `vc-process-filter' for the async process.
14768 (vc-maybe-resolve-conflicts): New function to reduce
14769 code-duplication. Additionally, it puts the buffer in
14770 `smerge-mode' if applicable.
14771 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14772 calling `merge-news'.
14773 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14774 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14775 interfacing to log-edit.el.
14776 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14777 log-edit is available.
14778 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14779
14780 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14781
14782 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14783 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14784 defvar and the initialization.
14785 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14786
14787 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14788 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14789
14790 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14791
14792 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14793
14794 * vc.el (vc-file-clear-masterprops): Removed.
14795 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14796 (vc-version-diff): Use buffer-size without argument.
14797 (vc-register): Heed vc-initial-comment.
14798
14799 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14800 default branch.
14801
14802 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14803 file name and workfile version.
14804 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14805
14806 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14807 vc-file-clear-masterprops.
14808
14809 * vc-sccs.el (vc-sccs-checkout): Removed call to
14810 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14811 rather than user login name.
14812
14813
14814 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14815
14816 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14817 `want-differences-if-changed' and simplify.
14818 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14819 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14820 output (which is invalid for async vc-diff) to decide whether to
14821 do the revert silently or not.
14822
14823 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14824
14825 * vc-hooks.el (vc-loadup): Load files quietly.
14826 (vc-call-backend): Oops, brain fart.
14827
14828 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14829
14830 * vc-cvs.el (vc-cvs-state): Typo.
14831 (vc-cvs-merge-news): Return the status code rather than the error msg.
14832
14833 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14834
14835 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14836 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14837 vc-state or vc-up-to-date-p.
14838 (vc-merge): Use vc-backend-defines to check whether merging is
14839 possible. Set state to 'edited after successful merge.
14840
14841 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14842 return that name. Redocumented.
14843
14844 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14845
14846 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14847 new `vc-state' semantics.
14848 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14849 'vc-locking-user to the current user.
14850 (vc-merge): Inline vc-backend-merge. Comment out code that I
14851 don't understand and hence can't adapt to the new `vc-state' and
14852 `vc-locking-user' semantics.
14853 (vc-backend-merge): Remove.
14854
14855 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14856 rather than 'vc-locking-user.
14857
14858 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14859
14860 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14861 (vc-state): Don't use 'reserved any more. Just use the same
14862 convention as the one used for vc-<backend>-state where the
14863 locking user (as a string) is returned.
14864 (vc-locking-user): Update, based on the above convention. The
14865 'vc-locking-user property has disappeared.
14866 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14867
14868 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14869 with a heuristic one.
14870 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14871 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14872 error. That allows us to get to 'needs-merge even in the
14873 stay-local case. There's still no way to detect 'needs-patch in
14874 such a setup (or to force an update for that matter).
14875 (vc-cvs-logentry-check): Remove, the default works as well.
14876
14877 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14878
14879 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14880
14881 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14882 major-mode in which the buffer might have been put earlier. Use
14883 `remove' and `when'. Allow `okstatus' to be `async' and use
14884 `start-process' in this case.
14885 (vc-version-diff): Handle the case where the diff looks empty
14886 because of the use of an async process.
14887
14888 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14889
14890 * vc.el (vc-next-action-on-file): Removed optional parameter
14891 `simple'. Recompute state unconditionally.
14892 (vc-default-toggle-read-only): Removed.
14893
14894 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14895 (vc-toggle-read-only): Undid prev change.
14896
14897 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14898 vc-cvs-simple-toggle. Redocumented.
14899 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14900 (vc-cvs-toggle-read-only): Removed.
14901
14902 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14903
14904 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14905 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14906 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14907 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14908 still is. So maybe it should be removed.
14909 (vc-head-version, vc-find-binary): Remove.
14910 (vc-recompute-state): Move from vc-hooks.el.
14911 (vc-next-action-on-file): Add a `simple' argument to allow
14912 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14913 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14914 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14915 (vc-dired-mode-map): Properly defvar it.
14916 (vc-print-log): Call log-view-mode if available.
14917 (small-temporary-file-directory): defvar instead of use boundp.
14918 (vc-merge-news): Moved to vc-cvs.el.
14919 (vc-default-merge-news): New function.
14920
14921 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14922 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14923 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14924 unknown `vc-latest-version' function. It should probably refer to
14925 vc-workfile-version or somesuch, but it's very unclear to me and I
14926 don't have SCCS to test things.
14927
14928 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14929 (vc-sccs-state-heuristic): Fix typo.
14930 (vc-sccs-workfile-unchanged-p): Add missing argument.
14931
14932 * vc-rcs.el: Require vc and vc-rcs-hooks.
14933 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14934 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14935 (vc-release-greater-or-equal-p): Move from vc.
14936 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14937 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14938 (vc-rcs-checkout): Add a missing `new-version' argument in the
14939 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14940
14941 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14942 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14943 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14944 than the apparently unbound `workfile-version'.
14945
14946 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14947 (vc-file-prop-obarray): Use `make-vector'.
14948 (vc-backend-functions): Add new hookable functions
14949 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14950 (vc-loadup): If neither backend nor default functions exist, use
14951 the backend function rather than nil.
14952 (vc-call-backend): If the function if not bound yet, try to load
14953 the non-hook file to see if it provides it.
14954 (vc-call): New macro plus use it wherever possible.
14955 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14956 nor `vc-find-binary' since it's only called from
14957 vc-mistrust-permission which is only used once the backend is known.
14958 (vc-checkout-model): Fix parenthesis.
14959 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14960
14961 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14962 (vc-cvs-release, vc-cvs-system-release): Remove.
14963 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14964 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14965 status symbols.
14966 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14967 (vc-cvs-toggle-read-only): First cut at a function to allow a
14968 cvs-status-free vc-toggle-read-only.
14969 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14970 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14971 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14972 (vc-cvs-checkout): Modify access rights directly if the user
14973 requested not to use `cvs edit'. And refresh the mode line.
14974
14975 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14976 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14977
14978 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14979
14980 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14981 workfile' that got lost when the code was extracted from vc.el.
14982 And merged the tail with the rest of the code (not possible in the
14983 old vc.el where the tail was shared among all backends). And
14984 explicitly set the state to 'edited if `writable' is set.
14985
14986 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14987 (vc-cvs-state): Be careful to return the value from
14988 vc-cvs-parse-state.
14989 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14990 property but return it instead. Also be careful to handle a nil
14991 or "" `rev' when workfile is non-nil (it was handled properly when
14992 workfile was nil).
14993
14994 * vc.el: Removed those pesky unnecessary `(function' quotes.
14995 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14996 directly in the defvar.
14997 (vc-do-command): Bind inhibit-read-only so as to properly handle
14998 the case where the destination buffer has been made read-only.
14999 (vc-diff): Delegate to vc-version-diff in all cases.
15000 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15001 (vc-annotate-mode-variables): Removed (code moved partly to
15002 defvars and partly to vc-annotate-add-menu).
15003 (vc-annotate-mode): Turned into a derived-mode.
15004 (vc-annotate-add-menu): Moved in code in
15005 vc-annotate-mode-variables.
15006 (vc-update-change-log): Use make-temp-file if available.
15007
15008 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15009
15010 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15011 `vc-checkout-model' updated to `vc-cvs-update-model'.
15012
15013 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15014
15015 * vc.el (vc-next-action-on-file): Added handling of state
15016 `unlocked-changes'.
15017 (vc-checkout-carefully): Is now practically obsolete, unless the
15018 above is too slow to be enabled unconditionally.
15019 (vc-update-change-log): Fixed typo.
15020
15021 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15022
15023 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15024 Now handles state `unlocked-changes'.
15025 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15026
15027 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15028
15029 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15030 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15031 `unlocked-changes'.
15032 (vc-rcs-workfile-unchanged-p): Renamed from
15033 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15034 function yet, but supposed to become one soon.
15035
15036 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15037 `vc-steal-lock'.
15038 (vc-call-backend): Changed error message.
15039 (vc-state): Added description of state `unlocked-changes'.
15040
15041 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15042
15043 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15044 always return t in CVS-controlled directories.
15045
15046 * vc.el (vc-responsible-backend): New function.
15047 (vc-register): Largely rewritten.
15048 (vc-admin): Removed (implementation moved into vc-register).
15049 (vc-checkin): Redocumented.
15050 (vc-finish-logentry): If no backend defined yet (because we are in
15051 the process of registering), use the responsible backend.
15052
15053 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15054 Updated function lists.
15055 (vc-call-backend): Fixed typo.
15056
15057 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15058 New functions.
15059 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15060 Removed query option. Redocumented.
15061
15062 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15063
15064 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15065
15066 * vc.el: Updated callers of `vc-checkout-required' to use
15067 `vc-checkout-model'.
15068
15069 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15070
15071 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15072 stuff updated to reference this function instead of the old
15073 `vc-backend-release-p'.
15074
15075 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15076
15077 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15078 vc-checkout-model. Return appropriate values. Updated callers.
15079
15080 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15081
15082 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15083 (vc-backend-revert): Function moved into `vc-revert';
15084 `vc-next-action' must be updated to accomodate this change.
15085 (vc-backend-steal): Function moved into `vc-finish-steal'.
15086 (vc-backend-logentry-check): Function moved into
15087 `vc-finish-logentry'.
15088 (vc-backend-printlog): Function moved into `vc-print-log'.
15089 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15090 (vc-backend-assign-name): Function moved into
15091 `vc-create-snapshot'.
15092
15093 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15094
15095 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15096 Rename to vc-checkout-model. Return appropriate values.
15097 Update callers.
15098
15099 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15100 to vc-checkout-model.
15101 (vc-checkout-required): Rename to vc-checkout-model.
15102 Re-implement and re-comment.
15103 (vc-after-save): Use vc-checkout-model.
15104
15105 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15106
15107 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15108 Update to use the vc-BACKEND-diff functions instead.
15109 `vc-diff' is now working.
15110
15111 * vc-rcs.el (vc-rcs-logentry-check): New function.
15112
15113 * vc-cvs.el (vc-cvs-logentry-check): New function.
15114
15115 * vc-sccs.el (vc-sccs-diff): Function changed name from
15116 `vc-backend-diff'. This makes `vc-diff' work.
15117
15118 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15119 of functions possibly implemented in a vc-BACKEND library.
15120 (vc-checkout-required): Fix bug that caused an error to be
15121 signaled during `vc-after-save'.
15122
15123 * vc.el: Fix typo.
15124 This checkin is made with our new VC code base for the very first time.
15125 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15126
15127 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15128 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15129
15130 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15131 updated to `vc-uses-locking'.
15132 (vc-checkout-required): Call to backend function.
15133 `vc-checkout-required' updated to `vc-uses-locking' instead.
15134
15135 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15136 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15137
15138 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15139 to match the split into various backends.
15140 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15141 (vc-retrieve-snapshot): Bug fix.
15142
15143 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15144
15145 * vc-sccs.el (vc-sccs-release): Doc fix.
15146
15147 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15148
15149 * vc.el (vc-next-action-on-file): Bug found and fixed.
15150 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15151 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15152
15153 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15154 (vc-rcs-checkout): Name space cleaned up. No more revision number
15155 crunching function names that are not prefixed with vc-rcs.
15156 (vc-rcs-checkout-model): Function added. References to
15157 `vc-checkout-model' replaced.
15158
15159 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15160
15161 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15162 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15163 still need to be split, and implemented for RCS).
15164
15165 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15166
15167 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15168
15169 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15170 required by the vc.el file.
15171
15172 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15173 required by the vc.el file.
15174 (vc-rcs-exists): Function added.
15175
15176 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15177 required by the vc.el file.
15178
15179 * vc.el (vc-admin): Updated to handle selection of appropriate
15180 backend. Current implementation is crufty and need re-thinking.
15181
15182 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15183
15184 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15185
15186 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15187 beginning of annotate buffers correctly.
15188
15189 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15190 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15191 functionality updated quite a lot to support multiple backends.
15192 Variables `vc-annotate-mode', `vc-annotate-buffers',
15193 `vc-annotate-backend' added.
15194
15195 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15196 `vc-annotate-difference' added to supported backend functions.
15197
15198 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15199
15200 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15201 Use with-temp-file instead of /bin/sh. Merged from mainline
15202
15203 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15204
15205 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15206
15207 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15208
15209 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15210
15211 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15212
15213 * vc-hooks.el: vc-state-heuristic added to
15214 vc-backend-hook-functions.
15215
15216 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15217
15218 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15219
15220 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15221 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15222 state to `reserved'.
15223
15224 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15225 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15226
15227 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15228
15229 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15230 untouched.
15231
15232 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15233
15234 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15235 if defined. (Merged from main line, slightly adapted.)
15236
15237 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15238 millenium problem (merged from mainline).
15239
15240 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15241
15242 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15243 part and moved the non-BACKEND stuff to vc.el.
15244
15245 * vc.el: Split the annotate feature into a BACKEND specific part
15246 and moved it from the vc-cvs.el file to this one.
15247
15248 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15249
15250 * vc-hooks.el: Implement new state model.
15251 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15252 (vc-locking-user): Simplify. Now only needed if the file is
15253 locked by somebody else.
15254 (vc-lock-from-permissions): Remove. Functionality is in
15255 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15256 (vc-mode-line-string): New name for former vc-status. Adapted.
15257 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15258
15259 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15260 Various simplifications and adaptations all over the place.
15261
15262 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15263 Simplify and adapt the rest.
15264
15265 * vc.el (vc-resynch-window): Add TODO comment: check for
15266 interaction with view mode according to recent RCS change.
15267 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15268
15269 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15270
15271 * vc.el: Convert the remaining function comments to docstrings.
15272
15273 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15274
15275 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15276 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15277 (vc-minor-part, vc-previous-version): Functions that operate and
15278 compare revision numbers got proper documentation. Comments added
15279 about their possible removal.
15280
15281 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15282
15283 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15284 the vc-backend.el files.
15285
15286 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15287
15288 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15289 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15290 (vc-rcs-previous-version): Functions added.
15291
15292 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15293
15294 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15295
15296 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15297
15298 * vc-hooks.el (vc-master-templates): Is really obsolete.
15299 Comment out the definition for now. What is the right procedure
15300 to get rid of it?
15301 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15302 rewritten.
15303 (vc-default-registered): Remove.
15304 (vc-check-master-templates): New function; does mostly what the
15305 above did before.
15306 (vc-locking-user): Don't rely on the backend to set the property.
15307
15308 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15309 Rewrite documentation.
15310 (vc-rcs-templates-grabbed): New variable.
15311 (vc-rcs-grab-templates): New function.
15312 (vc-rcs-registered): Rewrite to use above mechanism.
15313
15314 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15315 Rewrite documentation.
15316 (vc-sccs-templates-grabbed): New variable.
15317 (vc-sccs-grab-templates): New function.
15318 (vc-sccs-registered): Rewrite to use above mechanism.
15319 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15320 Don't throw the result, simply return it.
15321
15322 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15323 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15324 (vc-cvs-registered): Does the check itself now. Simplify.
15325
15326 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15327 from main line.
15328
15329 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15330
15331 * vc-cvs.el (vc-cvs-diff): New function.
15332
15333 * vc-sccs.el (vc-sccs-diff): New function.
15334
15335 * vc-rcs.el (vc-rcs-diff): New function.
15336 (vc-rcs-checkout): Bug (typo) found and fixed.
15337 (vc-rcs-register-switches): New variable.
15338
15339 * vc.el (vc-backend-diff): Function removed and placed in the
15340 backend files.
15341
15342 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15343
15344 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15345
15346 * vc.el (vc-backend-checkout): Function removed and replaced in
15347 the vc-backend.el files.
15348
15349 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15350
15351 * vc.el (vc-backend-admin): Removed and replaced in the
15352 vc-backend.el files.
15353
15354 * vc.el (Martin): Removed all the annotate functionality since it
15355 is CVS backend specific.
15356
15357 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15358
15359 * spec.txt: Added specification of vc-state.
15360
15361 * vc-sccs-hooks.el (vc-sccs-master-properties):
15362 Remove handling of vc-latest-version and
15363 vc-your-latest-version. What used to be vc-latest-version, is now
15364 returned as vc-workfile-version.
15365 (vc-sccs-workfile-version): Adapt.
15366
15367 2000-09-04 Dave Love <fx@gnu.org>
15368
15369 * vc.el: [Merged from mainline.]
15370 (vc-dired-mode): Make the dired-move-to-filename-regexp
15371 regexp match the date, to avoid treating date as file size.
15372 Add YYYY S option to WESTERN/
15373
15374 2000-09-04 Dave Love <fx@gnu.org>
15375
15376 * vc.el: Require `compile' when compiling.
15377 (vc-logentry-check-hook): New option.
15378 (vc-steal-lock): Use compose-mail.
15379 (vc-dired-mode-map): Defvar when compiling.
15380 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15381 vc-sccs.el and renamed. Callers changed.
15382 (vc-backend-checkout, vc-backend-logentry-check)
15383 (vc-backend-merge-news): Doc fix.
15384 (vc-default-logentry-check): New function.
15385 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15386 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15387 (vc-backend-merge): Doc fix. Use backend functions.
15388 (vc-check-headers): Use backend functions.
15389
15390 * vc-cvs.el: Require vc when compiling.
15391 (vc-cvs-register-switches): Doc fix.
15392 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15393 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15394 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15395 New functions (code from vc.el).
15396 (vc-annotate-display-default): Fix interactive spec.
15397 (vc-annotate-time-span): Doc fix.
15398
15399 * vc-rcs.el: Require vc when compiling.
15400 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15401 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15402 (vc-rcs-checkin): New functions (code from vc.el).
15403 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15404 Doc fix.
15405 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15406
15407 * vc-sccs.el: Require vc when compiling.
15408 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15409 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15410 (vc-sccs-revert)
15411 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15412 from vc.el).
15413 (vc-sccs-add-triple, vc-sccs-record-rename)
15414 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15415 (vc-sccs-admin): Doc fix.
15416
15417 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15418
15419 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15420 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15421 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15422 from vc.el.
15423
15424 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15425
15426 * vc-cvs.el: Moved the annotate functionality from vc.el.
15427 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15428
15429 2000-09-04 Dave Love <fx@gnu.org>
15430
15431 * vc.el (vc-backend-release): Call vc-system-release.
15432
15433 * vc-sccs.el (vc-sccs-system-release):
15434 Renamed from vc-sccs-backend-release.
15435
15436 * vc-rcs.el (vc-rcs-system-release):
15437 Renamed from vc-rcs-backend-release.
15438
15439 * vc-cvs.el (vc-cvs-system-release):
15440 Renamed from vc-cvs-backend-release.
15441
15442 2000-09-04 Dave Love <fx@gnu.org>
15443
15444 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15445 backend files.
15446 (vc-backend-release): Dispatch to backend functions.
15447 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15448 probably needs attention.]
15449
15450 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15451 (vc-sccs-backend-release): New function.
15452
15453 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15454 (vc-cvs-backend-release): New function.
15455
15456 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15457 Doc fix.
15458 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15459 (vc-default-dired-state-info): New function.
15460 (vc-dired-state-info): Dispatch to backends.
15461 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15462
15463 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15464 from vc.el and renamed.
15465
15466 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15467
15468 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15469 (vc-version-other-window, vc-backend-assign-name): Removed
15470 references to vc-latest-version; sometimes changed into
15471 vc-workfile-version.
15472
15473 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15474 vc-rcs-master-workfile-version.
15475 (vc-rcs-workfile-version): Use the above. Don't call
15476 vc-latest-version (that was unreachable code, anyway).
15477 (vc-rcs-fetch-master-properties): Doc fix.
15478
15479 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15480 (vc-backend-hook-functions): Removed them from this list, too.
15481 (vc-fetch-properties): Removed.
15482 (vc-workfile-version): Doc fix.
15483
15484 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15485 (vc-rcs-workfile-version, vc-rcs-locking-user)
15486 (vc-rcs-uses-locking): Use it.
15487
15488 * vc-hooks.el (vc-consult-rcs-headers):
15489 Moved into vc-rcs-hooks.el, under the name
15490 vc-rcs-consult-headers.
15491
15492 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15493 headers.
15494 (vc-cvs-find-master): Use this name only; correct different
15495 versions of the name.
15496
15497 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15498 New functions.
15499 (vc-sccs-locking-user): Use the latter.
15500
15501 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15502 New functions.
15503
15504 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15505 Moved into both
15506 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15507 functions are implementation details of those two backends.
15508
15509 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15510
15511 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15512 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15513
15514 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15515 (vc-sccs-parse-locks): SCCS-specific code moved here from
15516 vc-hooks.
15517
15518 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15519 code moved here from vc-hooks.
15520
15521 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15522 into back-end specific parts and removed. Callers not updated
15523 yet; because I guess these callers will disappear into back-end
15524 specific files anyway.
15525
15526 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15527
15528 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15529 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15530 `vc-uses-locking'.
15531
15532 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15533 Store yes/no in the property, and return t/nil. Updated all
15534 callers.
15535
15536 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15537 vc-sccs-uses-locking. Don't set property.
15538 (vc-sccs-locking-user): Don't set property.
15539
15540 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15541 vc-cvs-uses-locking. Don't set property here; leave that to
15542 vc-hooks.
15543 (vc-cvs-locking-user): Reflect above change. Streamlined.
15544
15545 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15546 vc-rcs-uses-locking.
15547 (vc-rcs-locking-user): Reflect above change.
15548
15549 2000-09-04 Dave Love <fx@gnu.org>
15550
15551 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15552
15553 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15554
15555 * vc-hooks.el (vc-checkout-model): Punt to backends.
15556
15557 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15558
15559 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15560
15561 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15562 New functions.
15563
15564 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15565 New functions.
15566
15567 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15568 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15569
15570 * vc-hooks.el (vc-default-locking-user): New function.
15571 (vc-locking-user, vc-workfile-version): Punt to backends.
15572
15573 2000-09-04 Dave Love <fx@gnu.org>
15574
15575 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15576 (vc-master-workfile-version): Moved from vc-hooks.
15577
15578 * vc-rcs-hooks.el: Fix duplicate code in last change.
15579
15580 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15581 (vc-rcs-master-templates): Improve :type.
15582 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15583 vc-master-workfile-version): Moved from vc-hooks.
15584
15585 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15586 (vc-sccs-master-templates): Improve :type.
15587 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15588
15589 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15590
15591 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15592 (vc-cvs-master-templates): Improve :type. Use
15593 vc-cvs-find-cvs-master.
15594 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15595 from vc-hooks.
15596 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15597
15598 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15599 Moved to vc-cvs-hooks.
15600
15601 * vc-hooks.el: Add doc strings in various places. Simplify the
15602 minor mode setup.
15603 (vc-handled-backends): New user variable.
15604 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15605 simplification.
15606
15607 2000-09-04 Dave Love <fx@gnu.org>
15608
15609 * vc.el: Some doc fixes for autoloaded and interactive functions.
15610 Fix compilation warnings from ediff stuff.
15611 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15612
15613 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15614
15615 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15616
15617 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15618
15619 2000-09-04 Dave Love <fx@gnu.org>
15620
15621 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15622 New variable.
15623 (vc-make-backend-function, vc-loadup, vc-call-backend)
15624 (vc-backend-defines): New functions.
15625
15626 * vc-hooks.el: Various doc fixes.
15627 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15628 (vc-match-substring): Function removed. Callers changed to use
15629 match-string.
15630 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15631 Simplify.
15632
15633 2000-09-04 Dave Love <fx@gnu.org>
15634
15635 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15636 type.
15637 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15638 (vc-sccs-registered): Doc fix.
15639
15640 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15641 (vc-cvs-registered): Doc fix.
15642
15643 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15644 (vc-rcs-registered): Doc fix.
15645
15646 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15647
15648 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15649
15650 * vc-hooks.el: vc-registered has been renamed
15651 vc-default-registered. Some functions have been moved to the
15652 backend specific files. they all support the
15653 vc-BACKEND-registered functions.
15654
15655 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15656
15657 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15658
15659 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15660
15661 2000-09-04 Dave Love <fx@gnu.org>
15662
15663 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15664 menu-bar-update-hook.
15665
15666 * help.el (help-manyarg-func-alist): Add
15667 find-operation-coding-system.
15668
15669 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15670
15671 * custom.el (custom-set-variables): Print message about errors in
15672 setting.
15673
15674 2000-09-03 Andrew Innes <andrewi@gnu.org>
15675
15676 * makefile.w32-in: Change to DOS line endings.
15677
15678 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15679
15680 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15681 minor-mode keymaps, if they don't have one.
15682
15683 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15684
15685 * eshell/esh-module.el (eval-when-compile): Don't lose if
15686 esh-module.el's file name is truncated to DOS 8+3 limits.
15687
15688 2000-09-01 John Wiegley <johnw@gnu.org>
15689
15690 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15691 predicate, which caused entries in the completion list to be
15692 doubled.
15693
15694 2000-08-30 John Wiegley <johnw@gnu.org>
15695
15696 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15697 sending to subprocesses. Also, hook pre-command-hook if
15698 `eshell-send-direct-to-subprocesses' is non-nil.
15699 (eshell-send-direct-to-subprocesses): New config variable. If t,
15700 subprocess input is send immediately.
15701 (eshell-toggle-direct-send): New function.
15702 (eshell-self-insert-command): New function.
15703 (eshell-intercept-commands): New function.
15704 (eshell-send-input): If direct subprocess sending is enabled,
15705 don't echo any input to the Eshell buffer. Let the subprocess
15706 handle that. This requires "stty echo" in bash, for example.
15707
15708 2000-08-28 John Wiegley <johnw@gnu.org>
15709
15710 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15711 completion function for Eshell's implementation of `unset'.
15712
15713 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15714
15715 * info.el (Info-directory-list): Doc fix.
15716
15717 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15718
15719 * filecache.el (file-cache-add-directory-using-find): Don't quote
15720 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15721
15722 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15723
15724 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15725 coding systems.
15726
15727 2000-08-30 Andrew Innes <andrewi@gnu.org>
15728
15729 * timer.el (run-with-idle-timer): Undo last change, so that timer
15730 is not activated immediately if Emacs is already idle. Some
15731 existing code relies on this behaviour.
15732
15733 2000-08-30 Miles Bader <miles@gnu.org>
15734
15735 * frame.el (set-frame-font): Do completion of font-name for
15736 interactive use.
15737
15738 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15739
15740 * international/quail.el (quail-start-translation): Bind locally
15741 last-command-event, last-command, and this-command.
15742 (quail-start-conversion): Likewise.
15743 (quail-self-insert-command): Fix docstring.
15744
15745 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15746
15747 * progmodes/executable.el
15748 (executable-make-buffer-file-executable-if-script-p): Check that
15749 buffer contains at least 2 characters.
15750
15751 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15752
15753 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15754
15755 2000-08-29 Dave Love <fx@gnu.org>
15756
15757 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15758 (diff-mode-shared-map): Bind mouse-2.
15759 (diff-imenu-generic-expression): New variable.
15760 (diff-mode): Use it.
15761
15762 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15763 (mouse-popup-menubar): Add minor mode menus.
15764 (popup-menu): Check for lookup-key returning number.
15765
15766 2000-08-29 Miles Bader <miles@gnu.org>
15767
15768 * comint.el (comint-send-input): Create overlays using the proper
15769 front/read-advance arguments.
15770
15771 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15772
15773 * ps-print.el: Even/odd pages printing. Doc fix.
15774 (ps-print-version): New version number (6.0).
15775 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15776 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15777 (ps-print-duplex-feature): Variable eliminated.
15778 (ps-even-or-odd-pages): New variable.
15779
15780 * progmodes/ebnf2ps.el: Doc fix.
15781 (ebnf-version): New version (3.3).
15782 (ebnf-user-arrow): Change variable customization to sexp.
15783 (ebnf-user-arrow): Function eliminated.
15784 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15785
15786 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15787
15788 * help.el (help-xref-mule-regexp): New variable.
15789 (help-make-xrefs): Handle help-xref-mule-regexp.
15790
15791 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15792 variable.
15793 (describe-input-method): Temporarily activate the specfied input
15794 method to display the information.
15795 (describe-language-environment): Hyperlinks to mule related items.
15796
15797 * international/mule-diag.el (charset-multibyte-form-string): New
15798 function.
15799 (list-character-sets-1): Use charset-multibyte-form-string.
15800 (describe-character-set): New function.
15801 (describe-coding-system): Hyperlinks to safe character sets.
15802
15803 * international/quail.el (quail-help): New arg PACKAGE.
15804 Hyperlinks to mule related items.
15805 (quail-help-insert-keymap-description): Use
15806 substitute-command-keys instead of describe-bindings.
15807 (quail-translation-help): Hyperlinks to mule related items.
15808
15809 2000-08-28 John Wiegley <johnw@gnu.org>
15810
15811 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15812 have a defsubst call itself. Made `eshell-flatten-list' back into
15813 a function again.
15814
15815 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15816 catch, in case re-centering point at bottom messes up the display.
15817 This happens frequently in Emacs 21, due I believe to variable
15818 line heights.
15819
15820 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15821 to call `find-tag-interactive'.
15822
15823 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15824 the list of remember directories.
15825
15826 2000-08-28 John Wiegley <johnw@gnu.org>
15827
15828 * align.el: Test align-region-separate to see if it's a symbol.
15829
15830 2000-08-28 John Wiegley <johnw@gnu.org>
15831
15832 * eshell/esh-util.el (eshell-flatten-list): Made this function
15833 into a defsubst form. It gets used very frequently, although
15834 calls don't occur all that often.
15835
15836 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15837 examining it.
15838
15839 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15840 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15841 `eshell-protect'.
15842 (eshell-copy-handles): Created a new macro for duplicating the
15843 current set of open handles. This is needed by the looping
15844 functions.
15845 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15846 is not incorrectly stomped on.
15847
15848 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15849 declaration for pcomplete-use-paring.
15850 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15851 value of eshell-cmpl-use-paring.
15852 * pcomplete.el (pcomplete-use-paring): New config variable, to
15853 indicate whether paring should be used.
15854 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15855 completion alternatives that have already been used.
15856
15857 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15858 bound to C-c C-y, which will repeat the previous N arguments
15859 (based on prefix argument).
15860 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15861
15862 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15863 if there is no *Help* buffer. This is for XEmacs, which renames
15864 its help buffers uniquely. TODO: Find out what the current buffer
15865 name to delete is.
15866
15867 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15868 first entry that correlates to a passwd/group number. Later
15869 entries (used for group/user name aliasing to multiple IDs) are
15870 ignored.
15871
15872 * eshell/em-xtra.el (eshell/expr):
15873 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15874 (eshell-grep, eshell/diff, eshell/locate):
15875 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15876 argument list, before passing it to the system command.
15877
15878 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15879 `find-tag' for use at final position in Eshell buffers (which
15880 otherwise triggers an error on Emacs 21).
15881 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15882 buffer, if it is currently bound to `find-tag'.
15883
15884 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15885 in the list of matched Makefile names.
15886 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15887 directory, prefer its contents to Makefile.
15888
15889 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15890 directory parts (like "cd old new", or "cd =regexp"), are now case
15891 sensitive on non-Windows/DOS platforms.
15892
15893 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15894 types RET after an open delimiter (like "), display a message
15895 indicating that Eshell is waiting for the closing delimiter.
15896
15897 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15898 environment variables.
15899
15900 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15901 gracefully if the user enters incorrect arguments.
15902
15903 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15904 Eshell buffers.
15905
15906 * eshell/esh-var.el (eshell-interpolate-variable):
15907 * eshell/esh-mode.el (eshell-move-argument):
15908 * eshell/em-unix.el (eshell-du-sum-directory):
15909 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15910 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15911 (not (= ...)).
15912
15913 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15914 to ensure the `preserve' flag gets propagated when doing recursive
15915 directory copies.
15916
15917 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15918
15919 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15920 Don't convert \n into \0177 in memory.
15921 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15922 and back again, when reading and writing.
15923
15924 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15925
15926 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15927 testing of `fboundp' on `processp'.
15928
15929 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15930 (eshell/jobs): Don't call process-list if it is not bound.
15931 (eshell-gather-process-output): Support systems where async
15932 subprocesses aren't supported.
15933 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15934 variables.
15935
15936 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15937 eshell-do-eval returns t.
15938 (eshell-do-pipelines-synchronously): New defmacro.
15939 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15940 when async subprocesses aren't supported.
15941 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15942 if async subprocesses aren't supported.
15943 (eshell-resume-command): Don't assume STATUS is a string.
15944
15945 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15946
15947 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15948 (eshell-close-target, eshell-get-target): Use eshell-processp.
15949 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15950 fix.
15951 (eshell-get-target, eshell-create-handles): Doc fix.
15952
15953 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15954
15955 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15956 criterion to include commands that output something, as long as it
15957 leaves both the command and the end-of-buffer visible when the
15958 command has exited.
15959 (eshell-review-quick-commands): Adjust the help doc string
15960 accordingly.
15961
15962 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15963
15964 * locate.el (locate): Cleaned up locate command's interactive prompting
15965 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15966
15967 * filecache.el (file-cache-case-fold-search): New variable
15968 (file-cache-assoc-function): New variable
15969 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15970 Use file-cache-case-fold-search variable
15971 (file-cache-add-file): Use file-cache-assoc-function
15972 (file-cache-delete-file): likewise
15973 (file-cache-directory-name): likewise
15974 (file-cache-debug-read-from-minibuffer): likewise
15975
15976 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15977
15978 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15979 (abbrev-table-name): New function.
15980 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15981 If non-nil list local abbrev, only.
15982
15983 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15984
15985 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15986 from Gnus support code, and use special article copy buffer
15987 `(gnus-original-article-buffer)' instead. This allows to get rid
15988 of article-hide-headers usage (which breaks in the latest Gnus
15989 version). Thanks to Detlev Zundel.
15990
15991 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15992
15993 * international/quail.el (quail-use-package): Hide "... loaded"
15994 message.
15995 (quail-start-translation, quail-start-conversion): Likewise.
15996
15997 * international/kkc.el (kkc-region): Hide "... loaded" message.
15998
15999 2000-08-27 Dave Love <fx@gnu.org>
16000
16001 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16002
16003 2000-08-27 Miles Bader <miles@gnu.org>
16004
16005 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16006
16007 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16008
16009 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16010 'ja-dic-cnv), not (require 'skkdic-cnv).
16011
16012 2000-08-26 Miles Bader <miles@gnu.org>
16013
16014 * faces.el (face-x-resources): Add entry for :inherit.
16015 * cus-face.el (custom-face-attributes): Add support for :inherit
16016 attribute. Add support for relative face heights.
16017 (custom-face-attributes-get): Treat `nil' as being a default value
16018 for :inherit (as well as `unspecified').
16019
16020 * faces.el (set-face-attribute): Update doc string.
16021 (face-attribute-name-alist): Add :inherit.
16022 (face-valid-attribute-values): Handle :inherit.
16023 (face-read-string): Rephrase prompt to be less confusing.
16024 Assume that DEFAULT is a string, since we must return a string.
16025 (face-read-integer): Use `format' to turn DEFAULT into an
16026 acceptable default for face-read-string. Match NEW-VALUE against
16027 the string "unspecified", not the symbol `unspecified', since
16028 that's what face-read-string returns.
16029 (read-face-attribute): Lookup a name for old-value in valid, and
16030 use it as a default if we find one. Treat all values from
16031 face-read-string as strings. If the default is used, don't do any
16032 more processing on the value, just use the old value directly.
16033 (read-face-and-attribute, modify-face): Tweak prompt.
16034 (read-face-name): Don't assume prompt ends with a space.
16035
16036 * faces.el (describe-face): Add support for :inherit attribute.
16037
16038 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16039
16040 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16041 concat doesn't accept interger.
16042
16043 * international/kkc.el: Remove SKK from Keywords. Require
16044 ja-dic-utl instead of skkdic-utl.
16045
16046 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16047 Provide ja-dic-cnv instead of skkdic-cnv.
16048 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16049 (iso-2022-7bit-short): Add safe-charsets property.
16050 (skkdic-convert-postfix): Search Japanese chou-on character in
16051 addition to Hiragana character.
16052 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16053 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16054 (batch-skkdic-convert): Likewise.
16055
16056 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16057 Provide ja-dic-utl instead of skkdic-utl.
16058 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16059
16060 2000-08-24 Dave Love <fx@gnu.org>
16061
16062 * disp-table.el (standard-display-default): Make the test of `l'
16063 useful.
16064
16065 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16066 mod sample text.
16067
16068 * international/iso-ascii.el: Make pilcrow convenient string
16069 consistent with section.
16070 (iso-ascii-display): Set up multibyte characters as well as
16071 unibyte.
16072
16073 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16074
16075 * international/mule-cmds.el (reset-language-environment): Set
16076 default-process-coding-system to '(undecided . iso-latin-1), which
16077 makes process I/O almost consistent with file I/O. Call this
16078 function when mule-cmds.el[c] is loaded.
16079
16080 2000-08-22 Andrew Innes <andrewi@gnu.org>
16081
16082 * makefile.w32-in: New file.
16083
16084 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16085
16086 * comint.el (comint-output-filter): Compare end of
16087 comint-last-output-overlay with the start of the newly inserted
16088 text, not the end, when deciding whether to extend it.
16089 Set saved-point's insertion type to advance after insertion.
16090
16091 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16092 since this is now done independently of font-lock mode.
16093
16094 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16095
16096 * server.el (server-kill-new-buffers): New user option.
16097 (server-existing-buffer): New buffer-local variable.
16098 (server-visit-files): When using an existing buffer, set
16099 server-existing-buffer to t.
16100 (server-buffer-done): If server-kill-new-buffers is t, kill the
16101 buffer, unless it was already present before visiting it with
16102 Emacs server.
16103
16104 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16105
16106 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16107 even if the display doesn't support colors: some displays will
16108 support bold/underline faces.
16109
16110 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16111
16112 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16113
16114 * startup.el (command-line): If user's init file had an error,
16115 add explanatory text to *Messages*.
16116
16117 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16118
16119 * man.el (Man-getpage-in-background): Decode the process output by
16120 the system locale coding system.
16121
16122 2000-08-20 Dave Love <fx@gnu.org>
16123
16124 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16125 Don't test x-popup-menu.
16126 (function) <complete-function>: Complete only fbound symbols.
16127 <validate, value>: New.
16128 (variable) <complete-function>: Complete only bound symbols.
16129 (coding-system): Add :base-only, :complete-function, :validate,
16130 :value, :prompt-match.
16131 (widget-coding-system-prompt-value): Use read-coding-system and
16132 act on :base-only.
16133 (editable-field): Add :help-echo.
16134 (widget-push-button-gui, widget-push-button-cache)
16135 (widget-gui-action, widget-editable-list-gui): COmment out, along
16136 with uses.
16137 (widget-at): Make arg optional.
16138 (widget-echo-help): Adjust for current help-echo calling sequence.
16139 (widget-specify-field, widget-specify-button)
16140 (widget-specify-insert, widget-get-sibling, widget-image-find)
16141 (widget-convert, widget-insert, widget-leave-text)
16142 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16143 (widget-setup, widget-field-find, widget-before-change)
16144 (widget-after-change, widget-default-complete)
16145 (widget-default-create, widget-default-delete)
16146 (widget-push-button-value-create, editable-field)
16147 (widget-field-prompt-value, widget-field-validate)
16148 (widget-choice-value-create, widget-choice-action)
16149 (widget-choice-validate, widget-checklist-add-item)
16150 (widget-radio-add-item, widget-radio-chosen)
16151 (widget-radio-value-inline, widget-editable-list-value-create)
16152 (widget-editable-list-entry-create)
16153 (widget-documentation-link-add)
16154 (widget-documentation-string-value-create)
16155 (widget-regexp-validate, widget-file-complete)
16156 (widget-sexp-validate, widget-plist-convert-widget)
16157 (widget-plist-convert-widget, widget-alist-convert-widget)
16158 (widget-alist-convert-widget, widget-color-complete): Simplify,
16159 particularly to avoid bindings which aren't optimized out.
16160
16161 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16162 Doc fix.
16163 (down-list, backward-up-list, up-list, kill-sexp)
16164 (backward-kill-sexp, mark-sexp): Make arg optional.
16165 (lisp-complete-symbol): Add optional arg PREDICATE.
16166
16167 * cus-start.el: Add display-buffer-reuse-frames,
16168 file-coding-system-alist.
16169
16170 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16171
16172 * startup.el (command-line): Clear realized faces after
16173 modifying TTY color mappings.
16174
16175 2000-08-20 Miles Bader <miles@gnu.org>
16176
16177 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16178 merely a subset of FACE's attributes.
16179
16180 2000-08-19 Miles Bader <miles@gnu.org>
16181
16182 * comint.el (comint-output-filter): Save the point with a marker,
16183 not just a buffer position.
16184
16185 * international/mule.el (set-buffer-process-coding-system): Make
16186 interactive prompt less confusing.
16187
16188 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16189
16190 * hilit-chg.el: General cleanup of doc strings, comments and
16191 code formatting.
16192
16193 2000-08-19 Miles Bader <miles@gnu.org>
16194
16195 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16196 Compiler macro removed; beginning-of-line is no longer always
16197 equivalent to forward-line, in the presence of fields.
16198
16199 * comint.el (comint-output-filter): Remove ad-hoc saving of
16200 restriction, and just use save-restriction, now that it works
16201 correctly. Don't adjust comint-last-input-start to account for
16202 our insertion; it shouldn't have moved because we don't use
16203 insert-before-markers anymore. Comment out call to
16204 `force-mode-line-update'; why is it here?
16205
16206 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16207 while checking for prompt to delete. Use `forward-line 0'
16208 instead of beginning-of-line.
16209 (gud-filter): Temporarily widen gud comint buffer while
16210 examining output.
16211
16212 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16213
16214 * progmodes/sh-script.el: Big bag of typos.
16215
16216 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16217 check since ispell-process is not bound when ispell is not yet loaded.
16218
16219 2000-08-18 Dave Love <fx@gnu.org>
16220
16221 * image.el (find-image): Copy `spec' before using plist-put.
16222
16223 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16224
16225 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16226 `portugues'.
16227
16228 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16229 backward-kill-sexp, analogous to kill-sexp.
16230
16231 * progmodes/icon.el (icon-indent-line)
16232 (icon-is-continuation-line): Handle comments specially.
16233
16234 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16235
16236 * ispell.el: Set to standard author/maintainer/keyword fields.
16237 Fine tuning to menu map appearance and operation, and added help.
16238 Remove `start' and `end' error messages when compiling.
16239 (ispell-choices-win-default-height): Fixed comment string.
16240 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16241 castellano8 dictionaries.
16242 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16243 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16244 dictionary, added italiano dictionary.
16245 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16246 word character
16247 (ispell-tex-skip-alists): Added psfig support.
16248 (ispell-skip-html): Renamed from ispell-skip-sgml.
16249 (ispell-begin-skip-region-regexp, ispell-skip-region)
16250 (ispell-minor-check): Improved html skipping support to skip across
16251 code, and recognize `&' commands without propper `;' syntax;
16252 (ispell-process-line): Fix alignment error when manually
16253 correcting spelling.
16254 (ispell): Fix comment string.
16255 (ispell-add-per-file-word-list): Always put word list on new line.
16256
16257 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16258
16259 * format.el (format-encode-run-method): Fix error message to say
16260 `encode' instead of `decode'. Use save-window-excursion around
16261 shell-command-on-region as in format-decode-run-method because
16262 shell-command-on-region can display a buffer with error output.
16263 (format-decode): Don't record undo information for the decoding.
16264 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16265 that number part of the temporary buffer name so that more than
16266 one decoding using a temporary buffer can happen safely.
16267
16268 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16269 of `A-z' in the regexp.
16270
16271 * hilit-chg.el: Fix typos in commentary.
16272
16273 * help.el (view-emacs-news): Rewritten for new naming scheme
16274 for old NEWS files.
16275
16276 * startup.el (command-line): Pop to *Messages* in case an error
16277 is signaled while loading user-init-file.
16278
16279 2000-08-17 Andreas Schwab <schwab@suse.de>
16280
16281 * files.el (insert-directory): Don't lose original file name,
16282 undoing an undocumented change.
16283
16284 2000-08-17 Alex Schroeder <alex@gnu.org>
16285
16286 * sql.el (sql-magic-go): Use comint-bol.
16287 (sql-copy-column): Use comint-line-beginning-position.
16288 (comint-line-beginning-position): Define a replacement for
16289 comint-line-beginning-position if it is not fboundp.
16290
16291 2000-08-17 Alex Schroeder <alex@gnu.org>
16292
16293 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16294 it didn't have any effect anyway.
16295
16296 2000-08-17 Alex Schroeder <alex@gnu.org>
16297
16298 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16299 --pset and pager=off instead of sending \\o|cat at the beginning
16300 of the session.
16301
16302 2000-08-17 Miles Bader <miles@gnu.org>
16303
16304 * progmodes/octave-inf.el: Add compatibility definition of
16305 comint-line-beginning-position.
16306
16307 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16308
16309 * startup.el (normal-top-level): Look in each dir in load-path for
16310 a leim-list.el file too. This assures of loading leim-list.el
16311 that is created at Emacs installation time even if a user have his
16312 own leim-list.el.
16313
16314 2000-08-17 Miles Bader <miles@gnu.org>
16315
16316 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16317 foreground color to black if the background is dark.
16318
16319 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16320
16321 * loadhist.el (unload-feature): Typo.
16322
16323 * finder.el (finder-compile-keywords):
16324 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16325 to the generated file.
16326
16327 * mail/mh-e.el (mh-make-local-vars):
16328 Replace make-variable-buffer-local with make-local-variable.
16329
16330 * play/landmark.el:
16331 * options.el (Edit-options-{set,toggle,t,nil}):
16332 * mail/mailabbrev.el (mail-abbrevs-mode):
16333 * textmodes/tex-mode.el (tex-expand-files):
16334 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16335
16336 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16337
16338 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16339 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16340 Allow going past the last element.
16341 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16342 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16343 (cvs-mouse-toggle-mark): Don't move point.
16344 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16345
16346 * progmodes/compile.el (grep): Provide a default set of files.
16347 (next-error): Docstring fix.
16348 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16349
16350 * emacs-lisp/easy-mmode.el (define-minor-mode):
16351 Use `symbol-value' to keep the byte-compiler quiet.
16352
16353 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16354 (diff-find-source-location): New fun, extracted from diff-goto-source.
16355 (diff-goto-source): Use it.
16356 (diff-next-complex-hunk, diff-filter-lines): New function.
16357 (diff-apply-hunk): New command.
16358
16359 * smerge-mode.el (smerge-mode-menu): Doc fix.
16360
16361 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16362
16363 2000-08-16 Dave Love <fx@gnu.org>
16364
16365 * windmove.el (windmove) <defgroup>: Add :version.
16366
16367 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16368 (goto-address-fontify-p, goto-address-highlight-p)
16369 (goto-address-url-face, goto-address-url-mouse-face)
16370 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16371 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16372 (goto-address-fontify, goto-address-at-mouse): Simplify,
16373 (goto-address-at-point): browse-url-url-at-point,
16374 goto-address-find-address-at-point can return nil.
16375 (goto-address-find-address-at-point): Return nil on failure.
16376
16377 * align.el (align) <defgroup>: Add :version.
16378
16379 * calculator.el (calculator): Add :version.
16380 (calculator): Use two lines for calculator window if `modeline'
16381 face is boxed.
16382
16383 * play/5x5.el: Doc fixes.
16384 (5x5) <defgroup>: Add :version.
16385
16386 * play/fortune.el (fortune) <defgroup>: Add :version.
16387 (fortune-append): Fix error message.
16388 (fortune-from-region): Doc fix.
16389
16390 * play/pong.el (pong): Doc fix.
16391
16392 * play/morse.el: Keywords, commentary, autoloads.
16393
16394 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16395
16396 * desktop.el (desktop-save): Don't look at symbol-value of a
16397 member of minor-mode-alist, unless it is boundp.
16398
16399 2000-08-16 Sam Steingold <sds@gnu.org>
16400
16401 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16402 `while'; use `with-current-buffer' instead of `save-excursion'.
16403 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16404
16405 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16406
16407 * international/ccl.el (declare-ccl-program): Docstring modified.
16408 (ccl-execute-with-args): Likewise.
16409
16410 2000-08-16 Miles Bader <miles@gnu.org>
16411
16412 * progmodes/sql.el: Add compatibility definition of
16413 comint-line-beginning-position.
16414
16415 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16416
16417 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16418 'buffer-menu' property.
16419 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16420 fails.
16421 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16422 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16423 wasn't killed.
16424
16425 * buff-menu.el (list-buffers-noselect): Don't display the
16426 *Buffer List* buffer.
16427
16428 * font-lock.el: Require jit-lock to prevent a very late
16429 `Loading jit-lock' message.
16430
16431 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16432 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16433 mail address.
16434
16435 2000-08-15 Miles Bader <miles@gnu.org>
16436
16437 * textmodes/ispell.el (ispell-graphic-p): New constant.
16438 (ispell-choices-win-default-height, ispell-help): Use
16439 `ispell-graphic-p' instead of `xemacsp'.
16440
16441 2000-08-15 Dave Love <fx@gnu.org>
16442
16443 * simple.el: Autoload widget-convert when compiling.
16444 (mail-user-agent): Doc fix.
16445
16446 * help.el (function-called-at-point, variable-at-point): Use
16447 with-syntax-table.
16448 (help-manyarg-func-alist): Add insert-and-inherit.
16449
16450 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16451
16452 * delsel.el (delsel-unload-hook): New function.
16453
16454 * find-file.el: Doc fixes. Move provide to end.
16455 (ff) <defgroup>: Add :link.
16456 (ff-goto-click): Deleted.
16457 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16458 Use mouse-set-point.
16459
16460 * textmodes/tildify.el: Doc fixes.
16461 (tildify) <defgroup>: Add:version.
16462
16463 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16464 (glasses-custom-set): Use set-default, not set.
16465 (minor-mode-alist): Propertize the lighter.
16466 (glasses-mode): Provide optional arg.
16467
16468 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16469 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16470 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16471 option. Provide :type.
16472 (cwarn-configuration): Provide :type.
16473 (cwarn-mode): Doc fix.
16474
16475 * add-log.el (change-log-merge): Doc fix.
16476 (change-log-redate): New command.
16477
16478 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16479 Doze and Dog.
16480 (browse-url): Use dolist, not mapcar.
16481 (browse-url-at-point): Check for null url.
16482 (browse-url-event-buffer, browse-url-event-point): Functions
16483 deleted.
16484 (browse-url-at-mouse, browse-url-netscape): Simplify.
16485
16486 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16487 modes.
16488 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16489 Fix previous change to mapcan.
16490 (msb--init-file-alist, msb--add-separators)
16491 (msb--make-keymap-menu): Simplify.
16492 (msb--choose-file-menu): Use copy-sequence.
16493 (msb-mode-map): Add title to keymap.
16494 (msb-unload-hook): New function.
16495
16496 * bs.el: Fix indentation.
16497 (bs) <defgroup>: Add :links.
16498 (bs-show): Doc fix.
16499 (bs-apply-sort-faces): Don't use window-system.
16500 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16501
16502 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16503
16504 * calendar/timeclock.el (timeclock-file): Run .timelog through
16505 convert-standard-filename.
16506
16507 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16508
16509 * emacs-lisp/authors.el: New file.
16510
16511 * paren.el (show-paren-priority): New user option.
16512 (show-paren-function): Set overlay priorities to
16513 show-paren-priority.
16514
16515 2000-08-14 Miles Bader <miles@gnu.org>
16516
16517 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16518 beginning-of-line with inhibit-field-text-motion bound.
16519
16520 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16521
16522 * calendar/timeclock.el: New file.
16523
16524 2000-08-14 David Ponce <david@dponce.com>
16525
16526 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16527 `widget-button-click'. so that one can use left mouse button to
16528 click on dialog buttons.
16529
16530 2000-08-14 Emmanuel Briot <briot@gnat.com>
16531
16532 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16533 identifiers, since XML is case sensitive
16534
16535 2000-08-12 Miles Bader <miles@gnu.org>
16536
16537 * comint.el (comint-output-filter): Don't bother frobbing
16538 window-start, it doesn't seem to be necessary.
16539
16540 * comint.el (comint-send-string, comint-send-region): Make into
16541 real functions. Snapshot the prompt before sending.
16542
16543 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16544
16545 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16546 technique similar to Info-index, instead of relying on specific
16547 names of relevant Index nodes.
16548 (Info-goto-emacs-command-node): Bind Info-history to nil when
16549 going to the first node found by Info-find-emacs-command-nodes.
16550
16551 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16552
16553 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16554
16555 2000-08-10 Miles Bader <miles@gnu.org>
16556
16557 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16558
16559 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16560
16561 * info.el (Info-file-list-for-emacs): More elements for the
16562 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16563 and woman manuals.
16564
16565 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16566
16567 * comint.el (comint-send-input): Make the newline boundary overlay
16568 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16569 (comint-output-filter): Use `insert' instead of
16570 `insert-before-markers'. Extend comint-last-output-overlay when
16571 necessary since we can't rely on insert-before-markers to do it.
16572 * gud.el (gud-filter): Use `with-current-buffer' instead of
16573 save-excursion when inserting the output, so that point gets
16574 updated correctly; the old method relied on a rather dodgy
16575 side-effect of comint-output-filter to avoid the effect of
16576 save-excursion.
16577
16578 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16579
16580 * files.el (recover-file): Call insert-directory instead of
16581 invoking `ls' directly.
16582
16583 2000-08-10 Miles Bader <miles@gnu.org>
16584
16585 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16586 (comint-last-prompt-overlay): New variables.
16587 (comint-output-filter): Implement prompt highlighting.
16588 (comint-snapshot-last-prompt): New function.
16589 (comint-send-input): Snapshot the last prompt.
16590 Use comint-highlight-input-face.
16591 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16592 Use defface instead of defcustom.
16593 (send-invisible, comint-send-eof): Snapshot the last prompt.
16594 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16595 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16596
16597 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16598
16599 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16600 (regexp-opt-group): Use a list of chars for `letters'.
16601 (regexp-opt-charset): `chars' is now a list of chars.
16602 Use a char-table rather than a vector so it works for multibyte chars.
16603
16604 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16605 Set cvs-minor-current-files to the selected fileinfo.
16606 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16607 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16608
16609 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16610
16611 * files.el (insert-directory): Don't call access-file on
16612 directories on DOS and Windows.
16613
16614 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16615
16616 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16617 longer if necessary.
16618 (ccl-embed-code): Call ccl-embed-data to store CODE in
16619 ccl-program-vector.
16620
16621 2000-08-09 Miles Bader <miles@gnu.org>
16622
16623 * comint.el (comint-output-filter): Properly handle the case where
16624 the text surrounded by comint-last-output-overlay was deleted.
16625
16626 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16627
16628 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16629 non-nil.
16630 (Info-file-list-for-emacs): Remove "info" from the list because
16631 that leads to trying to use the documentation from file `info'
16632 in various situations where it isn't appropriate, for instance
16633 C-h C-k C-h i.
16634
16635 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16636 DIR and/or STRING are nil.
16637
16638 * progmodes/compile.el (compilation-setup): Make variable
16639 compilation-error-screen-columns buffer-local, as some comment
16640 in the code suggests it should be.
16641
16642 * files.el (auto-mode-interpreter-regexp): New variable.
16643 (set-auto-mode): Use it.
16644
16645 * indent.el (indent-for-tab-command): Doc fix.
16646
16647 * mouse-sel.el (mouse-sel-mode): Doc fix.
16648
16649 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16650 labels.
16651
16652 * help.el (print-help-return-message): When
16653 display-buffer-reuse-frames is set, let the help window been quit,
16654 instead of deleting it, which might delete a reused frame.
16655
16656 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16657
16658 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16659 rename a directory to a name that differs only by its letter case.
16660
16661 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16662
16663 * international/quail.el (quail-define-rules): Handle Quail decode
16664 map correctly. Add code for supporting annotations.
16665 (quail-install-decode-map): New function.
16666 (quail-defrule-internal): New optional arguments decode-map and
16667 props.
16668 (quail-advice): New function.
16669
16670 2000-08-07 Sam Steingold <sds@gnu.org>
16671
16672 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16673 `defconst', `define-condition', `with-slots'.
16674 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16675
16676 2000-08-03 Miles Bader <miles@gnu.org>
16677
16678 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16679 New variable.
16680 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16681 comint-use-prompt-regexp-instead-of-fields.
16682 (comint-send-input): Add `input' field property to stuff we send to
16683 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16684 (comint-output-filter): Add `output' field property to process
16685 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16686 (comint-replace-by-expanded-history)
16687 (comint-get-old-input-default, comint-show-output)
16688 (comint-backward-matching-input, comint-forward-matching-input)
16689 (comint-next-prompt, comint-previous-prompt): Use field
16690 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16691 (comint-line-beginning-position): New function.
16692 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16693 (comint-replace-by-expanded-history-before-point): Use
16694 comint-line-beginning-position and line-end-position.
16695 (comint-last-output-overlay): New variable.
16696 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16697
16698 * shell.el (shell-prompt-pattern): Doc change.
16699 (shell-backward-command): Use line-beginning-position.
16700
16701 * gud.el (gud-gdb-complete-command): Use
16702 comint-line-beginning-position.
16703
16704 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16705 comint-bol doesn't actually go to the beginning of the line.
16706
16707 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16708 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16709 (try-expand-line-all-buffers): Likewise.
16710
16711 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16712 explicitly matching comint-prompt-regexp.
16713 (sql-copy-column): Use comint-line-beginning-position instead of
16714 explicitly matching comint-prompt-regexp.
16715
16716 * progmodes/octave-inf.el (inferior-octave-complete): Use
16717 comint-line-beginning-position.
16718
16719 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16720
16721 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16722 looking for a prompt, use `forward-line 0' instead of
16723 `beginning-of-line', to avoid getting caught by an input field.
16724
16725 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16726
16727 * files.el (shell-quote-wildcard-pattern): Make sure to return
16728 PATTERN, in the Unix case.
16729
16730 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16731
16732 * play/zone.el (zone): Discard any pending input before running
16733 the randomly-chosen pgm.
16734
16735 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16736
16737 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16738 checking the existence of any multibyte characters.
16739
16740 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16741
16742 * help.el (describe-mode): Test minor-mode symbol for being
16743 bound before testing its value for being nil.
16744
16745 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16746 `first', `second', and `third'.
16747
16748 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16749 (second): Make it an alias for `cadr'.
16750
16751 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16752
16753 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16754 types of display support faces now.
16755
16756 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16757
16758 * pcvs.el (require): Require `cl' during compilation, only.
16759
16760 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16761 (toplevel): Remove `remq' and `remove' from autoloads.
16762 (cl-fake-autoloads): New variable. If set, arrange for an error
16763 when CL functions etc. are autoloaded.
16764
16765 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16766
16767 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16768
16769 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16770 popped up, but the user clicks outside the menu, return an empty
16771 regexp (that causes unhighlight-regexp to have no effect).
16772
16773 * menu-bar.el (menu-bar-games-menu): Add Zone.
16774
16775 * hi-lock.el (toplevel): Require font-lock.
16776
16777 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16778
16779 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16780 (ebnf-8-bit-chars): New var for bug fix.
16781 (ebnf-string): Bug fix.
16782
16783 2000-08-03 Sam Steingold <sds@gnu.org>
16784
16785 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16786 instead of `buffer-string'.
16787 (require 'cl): Always, not just when compiling.
16788 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16789 necessary.
16790
16791 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16792
16793 * international/mule-cmds.el (select-safe-coding-system): Make
16794 the message text about selecting a safe coding system more clear.
16795
16796 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16797
16798 * hi-lock.el: New file.
16799
16800 * play/zone.el: New file.
16801
16802 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16803 value of tab-width in the original buffer. Choose a line number
16804 format that's a multiple of the original buffer's tab width, so
16805 that lines appear right.
16806
16807 * textmodes/ispell.el (ispell): New function, replacing an alias.
16808 Spell-check active region if in transient-mark-mode and mark
16809 is active; otherwise spell-check buffer.
16810
16811 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16812
16813 * ps-mule.el: Fix a customization problem on
16814 ps-mule-font-info-database-default.
16815
16816 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16817
16818 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16819 display-mouse-p instead of window-system.
16820 (ebrowse-member-mode-map): Ditto.
16821
16822 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16823
16824 * progmodes/ebnf2ps.el: Update ps-print functions call.
16825 Indentation fix. Doc fix.
16826 (ebnf-version): New version number (3.2).
16827 (ebnf-format-color, ebnf-begin-job): Code fix.
16828
16829 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16830
16831 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16832 font lock support on window-system.
16833 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16834
16835 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16836 display-color-p, if fboundp, instead of window-system.
16837
16838 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16839
16840 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16841 instead of window-system.
16842
16843 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16844 window-system.
16845 (widget-choice-mouse-down-action): Use display-popup-menus-p
16846 instead of window-system.
16847
16848 * strokes.el (strokes-file): Run the file name through
16849 convert-standard-filename.
16850 (strokes-mode): Call display-mouse-p instead of looking at
16851 window-system. Change the error message accordingly.
16852
16853 * progmodes/cpp.el (toplevel): Support faces on tty's.
16854
16855 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16856 (lm-plot-square, lm-init-display): Don't use window-system.
16857
16858 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16859 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16860
16861 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16862 instead of looking at window-system.
16863
16864 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16865
16866 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16867 of testing if iswitchb-prepost-hooks is bound, because the
16868 latter will always be true when invoking a recursive minibuffer
16869 from an active Iswitchb buffer.
16870
16871 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16872
16873 * files.el (shell-quote-wildcard-pattern): New function.
16874 (insert-directory): Call it. Only prepend "\" to command on Unix
16875 and GNU/Linux systems.
16876
16877 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16878
16879 * eshell/esh-groups.el: Change custom :link file names
16880 from `eshell.info' to `eshell'.
16881
16882 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16883
16884 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16885 correctly in recursive ange-ftp listings.
16886
16887 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16888
16889 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16890 ps-header-font-size-internal and
16891 ps-header-title-font-size-internal variables are not set,
16892 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16893 face text property is (foreground-color . COLOR) or
16894 `(background-color . COLOR)', ps-print crashes. Doc fix.
16895 (ps-print-version): New version number (5.2.4).
16896 (ps-plot-region): Code fix.
16897 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16898 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16899 Bug fix 2.
16900
16901 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16902
16903 * glasses.el (glasses-make-readable): Fix uncapitalization of
16904 identifiers like `myXMLDocument'.
16905
16906 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16907
16908 * mail/mail-hist.el (mail-hist-previous-input)
16909 (mail-hist-next-input): Do the obvious code factorization.
16910 (mail-hist-retrieve-and-insert): New func, contains common
16911 code of above two.
16912 If inserting a message body, leave point at top.
16913
16914 2000-07-28 Sam Steingold <sds@gnu.org>
16915
16916 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16917 Use `<=', not `<' to compare times!
16918 (ange-ftp-ls): Remove.
16919
16920 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16921
16922 * play/cookie1.el: Add explanation of how to make cookie.el
16923 compatible with strfile(1) to comment.
16924
16925 * subr.el (remove, remq): New functions.
16926
16927 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16928 escape `*' in regexps.
16929 (midnight-find): Reverse order of arguments in the funcall of
16930 TEST.
16931
16932 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16933 and `.class'.
16934
16935 * play/meese.el: Add Commentary section.
16936
16937 2000-07-27 Alex Schroeder <alex@gnu.org>
16938
16939 * sql.el (sql-ms): Added autoload cookie.
16940 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16941 (sql-oracle): Ditto.
16942 (sql-help): Doc change.
16943
16944 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16945 types and exceptions.
16946
16947 2000-07-27 Alex Schroeder <alex@gnu.org>
16948
16949 * sql.el (sql-placeholder-history): New variable.
16950 (sql-query-placeholders-and-send): New function that will query
16951 the user and replace placeholders with user input.
16952 (sql-oracle): If running on NT, set comint-input-sender to
16953 sql-query-placeholders-and-send.
16954
16955 (sql-stop): If in the SQLi buffer, insert stop notification, else
16956 present it as a message.
16957
16958 2000-07-27 Alex Schroeder <alex@gnu.org>
16959
16960 * sql.el (sql-input-ring-separator): Doc change.
16961 (sql-input-ring-file-name): Doc change.
16962 (sql-interactive-mode): Use `sql-input-ring-separator' and
16963 `sql-input-ring-file-name' to set the comint-mode equivalents
16964 without making them local variables.
16965 (sql-stop): Don't bind `sql-input-ring-separator' and
16966 `sql-input-ring-file-name' dynamically to their comint-mode
16967 equivalents.
16968
16969 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16970
16971 * international/mule.el (register-char-codings): New function.
16972 (make-coding-system): Handle `safe-chars' specification in the arg
16973 PROPERTY.
16974
16975 * international/mule-cmds.el
16976 (find-coding-systems-region-subset-p): This function deleted.
16977 (sort-coding-systems-predicate): New variable.
16978 (sort-coding-systems): New function.
16979 (find-coding-systems-region): Use
16980 find-coding-systems-region-internal.
16981 (find-coding-systems-string): Use find-coding-systems-region.
16982 (find-coding-systems-for-charsets): Check
16983 char-coding-system-table.
16984 (select-safe-coding-system-accept-default-p): New variable.
16985 (select-safe-coding-system): Mostly rewritten. New argument
16986 ACCEPT-DEFAULT-P.
16987 (select-message-coding-system): Call select-safe-coding-system
16988 with ACCEPT-DEFAULT-P arg.
16989 (reset-language-environment): Reset default-sendmail-coding-system
16990 to the default value iso-latin-1.
16991 (set-language-environment): Don't set the obsolete variable
16992 charset-origin-alist.
16993
16994 * international/codepage.el (cp-coding-system-for-codepage-1):
16995 Give `safe-chars' property to make-coding-system.
16996
16997 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16998 calling select-message-coding-system twice.
16999
17000 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17001 instead of `safe-charsets'.
17002 (cyrillic-alternativnyj): Likewise.
17003 (ccl-encode-alternativnyj): Don't check the charset
17004 cyrillic-iso8859-5.
17005
17006 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17007
17008 * composite.el (compose-chars-after): Preserve match data.
17009
17010 2000-07-26 Sam Steingold <sds@gnu.org>
17011
17012 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17013 (ange-ftp-real-file-newer-than-file-p): New function.
17014 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17015 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17016
17017 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17018 * midnight.el (midnight-float-time): Ditto.
17019
17020 2000-07-26 Andreas Schwab <schwab@suse.de>
17021
17022 * files.el (normal-backup-enable-predicate): Correct
17023 interpretation of the return value of compare-strings.
17024
17025 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17026
17027 * isearch.el (isearch-resume): New function.
17028 (isearch-done): Add something to command-history to resume
17029 the search.
17030 (isearch-yank-line, isearch-yank-word): Use
17031 buffer-substring-no-properties instead of buffer-substring.
17032
17033 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17034 of flyspell-mouse-map.
17035
17036 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17037 duplicate definition.
17038 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17039
17040 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17041 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17042
17043 2000-07-25 Sam Steingold <sds@gnu.org>
17044
17045 * net/ange-ftp.el: Get modtime over the net.
17046 (ange-ftp-file-modtime): New function.
17047 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17048 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17049 Use it.
17050 (ange-ftp-dot-to-slash): New function.
17051 (ange-ftp-fix-name-for-vms): Use it.
17052
17053 * midnight.el (midnight-buffer-display-time): Use
17054 `with-current-buffer'.
17055
17056 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17057
17058 * find-dired.el: Update copyright notice.
17059 (find-dired): Offer to kill a running `find'.
17060
17061 * enriched.el (enriched-face-ans): For a `foreground-color'
17062 property, return '(("x-color" COLOR))' so that COLOR will be
17063 output as a parameter of the x-color annotation. Likewise for the
17064 `background-color' property. In the case of normal face
17065 properties, don't return annotations for unspecified foreground
17066 and background face attributes.
17067
17068 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17069
17070 * language/japan-util.el (japanese-katakana-region): Fix handling
17071 HANKAKU argument.
17072
17073 2000-07-25 Miles Bader <miles@gnu.org>
17074
17075 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17076 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17077 constrain-to-field.
17078
17079 2000-07-24 Andrew Innes <andrewi@gnu.org>
17080
17081 * timer.el (timer-activate-when-idle): Add optional parameter
17082 DONT-WAIT. Update docstring.
17083 (run-with-idle-timer): Specify extra parameter to
17084 timer-activate-when-idle, so that timer will be activated
17085 immediately if Emacs is already idle.
17086
17087 * w32-fns.el (w32-using-nt): Fix docstring.
17088
17089 2000-07-24 Dave Love <fx@gnu.org>
17090
17091 * mouse.el (popup-menu): Set last-command-event.
17092 (mouse-major-mode-menu-prefix): Declare.
17093
17094 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17095
17096 * textmodes/flyspell.el: Update to author's version 1.5d.
17097
17098 * progmodes/hideshow.el: Update copyright notice.
17099
17100 * vcursor.el: Set maintainer to FSF, since author cannot
17101 be reached.
17102
17103 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17104
17105 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17106 the prompt.
17107
17108 * mouse.el (popup-menu): Run the keymap through indirect-function,
17109 in case it was defined with define-prefix-key. If the menu is a
17110 list of keymaps, look up the binding of user's choice in each one
17111 of the keymaps.
17112 (mouse-popup-menubar): If the global and local menu-bar keymaps
17113 don't have a prompt string, create one and insert it into the
17114 keymap. Don't barf if current-local-map returns nil.
17115
17116 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17117
17118 * dired.el (dired-sort-R-check): Added to allow recursive listing
17119 to be undone.
17120 (dired-sort-other): Use it.
17121
17122 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17123
17124 * Release of cc-mode 5.27
17125
17126 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17127
17128 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17129 c-beginning-of-statement-1 that caused a bad case of recursion
17130 which could consume a lot of CPU in large classes in languages
17131 that have in-expression classes (i.e. Java and Pike).
17132
17133 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17134 statements before top level constructs (i.e. case 6 is moved
17135 before case 5 and is now case 4) to catch in-expression
17136 classes in top level expressions correctly.
17137
17138 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17139
17140 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17141 objc-method-intro. Case 4 removed and case 5I added.
17142
17143 * cc-langs.el (c-append-paragraph-start): New variable used by
17144 c-common-init to get paragraph-start correct.
17145 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17146 initialize paragraph-start to make it correct both with and
17147 without the javadoc special case.
17148
17149 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17150 initialize paragraph-start for javadoc markup.
17151
17152 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17153 change by defaulting this to t. It's motivated by the
17154 confusing behavior that otherwise arise from the style system
17155 when editing both java and non-java files at the same time
17156 (see the comments about style setting in c-common-init).
17157
17158 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17159
17160 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17161 similar to the one in c-fill-paragraph to check the fill
17162 prefix from the adaptive fill function for sanity.
17163
17164 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17165
17166 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17167 defun block.
17168
17169 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17170
17171 * cc-align.el (c-lineup-multi-inher): Handle lines with
17172 leading comma nicely. Extended to handle member initializers
17173 too.
17174
17175 * cc-engine.el: (c-beginning-of-inheritance-list,
17176 c-guess-basic-syntax): Fixed recognition of inheritance lists
17177 when the lines begins with a comma.
17178
17179 * cc-vars.el (c-offsets-alist): Changed default for
17180 member-init-cont to c-lineup-multi-inher since it now handles
17181 member initializers and indents better for leading commas.
17182
17183 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17184
17185 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17186 handling that caused class open lines to be recognized as
17187 statement-conts in some cases.
17188
17189 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17190 guessed by the adaptive fill function unless point is on the
17191 first line of a block comment.
17192
17193 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17194 when the buffer ends with a macro continuation char.
17195
17196 * cc-engine.el (c-guess-basic-syntax): Added support for
17197 function definitions as statements in Pike. The first
17198 statement in a lambda block is now labeled defun-block-intro
17199 instead of statement-block-intro.
17200
17201 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17202 so that the class surrounding point is selected, not the one
17203 innermost in the state.
17204
17205 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17206 recognition of switch labels having hanging multiline
17207 statements.
17208
17209 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17210 some code in c-guess-basic-syntax to a separate function.
17211 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17212 recognition of member inits with multiple line arglists.
17213 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17214 member-init-cont when the commas are in funny places.
17215
17216 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17217
17218 * cc-defs.el (c-auto-newline): Removed this macro since it's
17219 not used anymore.
17220
17221 * cc-engine.el (c-looking-at-bos): New helper function.
17222 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17223 inexpr and toplevel classes apart in Pike.
17224
17225 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17226 of case 9A.
17227
17228 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17229 constant, since "class" can introduce an in-expression class
17230 in Pike nowadays.
17231
17232 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17233
17234 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17235 indentation on cpp-macro lines.
17236
17237 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17238 a syntax modifier like comment-intro, to make it possible to
17239 get syntactic indentation for preprocessor directives. It's
17240 incompatible wrt to lineup functions on cpp-macro, but it has
17241 no observable effect in the 99.9% common case where cpp-macro
17242 is set to -1000.
17243
17244 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17245
17246 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17247 member-init-cont when the preceding arglist is several lines.
17248
17249 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17250
17251 * cc-styles.el (c-style-alist): The basic offset for the BSD
17252 style corrected to 8.
17253
17254 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17255
17256 * cc-styles.el (c-style-alist): Adjusted the indentation of
17257 brace list openers in the gnu style.
17258
17259 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17260
17261 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17262
17263 * cc-cmds.el (c-electric-brace, c-electric-slash,
17264 c-electric-star, c-electric-semi&comma, c-electric-colon,
17265 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17266 when c-syntactic-indentation is nil.
17267
17268 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17269 we were left at comments preceding the first statement when
17270 reaching the beginning of the buffer.
17271
17272 * cc-vars.el (c-syntactic-indentation): New variable to turn
17273 off all syntactic indentation.
17274
17275 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17276
17277 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17278 between the text and the block comment ender when it hangs,
17279 depending on how many there are before the fill.
17280
17281 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17282
17283 * cc-engine.el (c-beginning-of-closest-statement): New helper
17284 function to go back to the closest preceding statement start,
17285 which could be inside a conditional statement.
17286 * cc-engine.el (c-guess-basic-syntax): Use
17287 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17288
17289 * cc-engine.el (c-guess-basic-syntax): Better handling of
17290 arglist-intro, arglist-cont-nonempty and arglist-close when
17291 the arglist is nested inside parens. Cases 7A, 7C and 7F
17292 changed.
17293
17294 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17295 up-to-date with javadoc 1.2.
17296
17297 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17298
17299 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17300 multiline Pike type decls.
17301
17302 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17303
17304 * cc-cmds.el (c-indent-new-comment-line): Always break
17305 multiline comments in multiline mode, regardless of
17306 comment-multi-line.
17307
17308 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17309
17310 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17311 fully::qualified::names in C++ member init lists. Preamble in
17312 case 5D changed.
17313
17314 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17315
17316 * cc-langs.el (c-common-init): Handling of obsolete variables
17317 moved to c-initialize-cc-mode. More compatible style override
17318 when using global style variables.
17319 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17320 variables moved here.
17321
17322 * cc-styles.el (c-make-styles-buffer-local): Flag style
17323 variable localness in c-style-variables-are-local-p to make
17324 the compatibility measure in c-common-init work well.
17325
17326 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17327 longer contain set-from-style.
17328 * cc-styles.el (c-initialize-builtin-style): Don't check for
17329 set-from-style on c-special-indent-hook.
17330 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17331 copy-alist is sufficient now.
17332
17333 * cc-styles.el (c-set-style, c-set-style-1,
17334 c-get-style-variables): Fixes to variable initialization so
17335 that duplicate entries in styles have the same effect
17336 regardless of DONT-OVERRIDE.
17337
17338 * cc-styles.el (c-set-style-2): Fixed bug where the
17339 initialization of inheriting styles failed when the
17340 dont-override flag is set.
17341
17342 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17343 on this.
17344
17345 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17346
17347 * cc-defs.el (c-forward-comment): Removed the workaround
17348 introduced in 5.38 since it had worse side-effects. If a line
17349 contains the string "//\"", it regarded the // as a comment
17350 start since the \ temporarily doesn't have escape syntax.
17351
17352 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17353
17354 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17355 ada-xref.el before ada-prj.el, so that the Project menu is created
17356 when ada-prj tries to add to it.
17357 (ada-activate-keys-for-case): Suppress the characters that are not
17358 part of the Ada syntax. Better compatibility with else-mode
17359 (ada-adjust-case-interactive): When auto-casing is not active,
17360 correctly insert newlines (used to insert only ^M). Prevent the
17361 syntax table from being changed in case of an error
17362 (or '_' becomes part of a word and some commands are confused).
17363 Do nothing if ada-auto-case is nil.
17364 (ada-after-keyword-p): Ignore keywords that are also attributes
17365 (ada-batch-reformat): Update usage comment
17366 (ada-call-from-contextual-menu): New function
17367 (ada-case-read-exceptions): Reinitialize the casing exception list
17368 first to nil first, so that the casing exception file can be
17369 shared.
17370 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17371 files.
17372 (ada-compile-goto-error): Fix regexp used to detect a file:line
17373 anywhere in the error message
17374 (ada-contextual-menu-last-point): New variable
17375 (ada-create-keymap): If the variable delete-key-deletes-forward is
17376 t on XEmacs, it means that DEL should delete one character
17377 forward.
17378 (ada-create-menu): Use :included instead of :visible for XEmacs.
17379 New submenu "Options".
17380 (ada-end-stmt-re): Correctly indent "select ... then abort"
17381 statements.
17382 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17383 even if they don't match ada-fill-comment-prefix Fix handling of
17384 paragraphs on the first or last line of a file.
17385 (ada-format-paramlist): Fix handling of default parameter values.
17386 (ada-get-body-name): New function.
17387 (ada-get-current-indent): Optimized by searchling directly for an
17388 existing generic part or a statement outside of it. Handle
17389 ada-indent-align-comments when indenting comments Replaced some
17390 regexps by testing directly the next character. This results in a
17391 huge speedup on some files. New indentation scheme for renames
17392 statements. Stop looking for the 'while' or 'for' associated with
17393 a 'loop' at the first semicolon encountered. A "return" can also
17394 match an anonymous access subprogram declaration.
17395 (ada-get-indent-noindent): Ignore strings and comments when
17396 looking for the keywords "record" and "private".
17397 (ada-goto-matching-decl-start): When matching "if", make sure we
17398 are not in fact seeing "end if". Ignore "when" statements except
17399 when initial keyword was "begin". Fix handling of nested
17400 procedures. Add a recursive call to this function to skip over
17401 other 'end' statmts. Fix indentation for "when .. => begin"
17402 (ada-in-open-paren-p): Fix indentation for complex boolean
17403 expressions, where 'and then', 'or else' and parenthesis
17404 statements are mixed up.
17405 (ada-in-paramlist-p): Skip comments while searching for the
17406 beginning Fix handling of operator declarations.
17407 (ada-indent-align-comments): New variable
17408 (ada-indent-current): Change the syntax table only in the
17409 protected section, so that we are sure it is restored correctly.
17410 (ada-indent-on-previous-lines): Use ada-use-indent and
17411 ada-with-indent Correctly indent "select ... then"
17412 (ada-indent-region): Slight speedup.
17413 (ada-indent-renames): New variable.
17414 (ada-last-which-function-subprog, ada-last-which-function-line):
17415 New variables
17416 (ada-looking-at-semi-private): Correctly indent the 'private'
17417 keyword when it is the first word in a package declaration.
17418 (ada-loose-case-word): Stop searching if at the end of the buffer.
17419 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17420 even if point is not initially at the end of the word.
17421 (ada-matching-decl-start-re): Add "when".
17422 (ada-mode): Add support for abbrev-mode, outline-mode and
17423 which-func-mode Override the old find-file.el entry in
17424 ff-special-constructs since it is using the obsolete
17425 ada-spec-suffix variable
17426 (ada-no-auto-case): New function
17427 (ada-scan-paramlist): When parsing the argument type, accept
17428 spaces (as in "X 'Class", generated by Rational Rose).
17429 (ada-other-file-name): No longer loads the other file.
17430 (ada-popup-menu): Save and restore the current buffer and cursor
17431 position before and after displaying the menu.
17432 (ada-search-ignore-complex-boolean): New function.
17433 (ada-uncomment-region): Emacs21 already knows how to delete
17434 comments not starting in the first column.
17435 (ada-use-indent): New variable
17436 (ada-which-function): New function.
17437 (ada-with-indent): New variable
17438 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17439 can be batch-compiled from the command line.
17440
17441 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17442 Add to the menu when the file is loaded, not in ada-mode-hook.
17443 Add -toolbar to the default ddd command Switches moved from
17444 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17445 ada-prj-default-comp-opt
17446 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17447 Reference Manual to the menu
17448 (ada-check-current): rewritten as a call to ada-compile-current
17449 (ada-compile): Removed.
17450 (ada-compile-application, ada-compile-current, ada-check-current):
17451 Set the compilation-search-path so that compile.el automatically
17452 finds the sources in src_dir. Automatic scrollong of the
17453 compilation buffer. C-uC-cC-c asks for confirmation before
17454 compiling
17455 (ada-compile-current): New parameter, prj-field
17456 (ada-complete-identifier): Load the .ali file before doing
17457 processing
17458 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17459 conform to gnatmake's behavior.
17460 (ada-find-file-in-dir): New function
17461 (ada-find-references): Set the environment variables for gnatfind
17462 (ada-find-src-file-in-dir): New function.
17463 (ada-first-non-nil): Removed
17464 (ada-gdb-application): Add support for jdb, the java debugger.
17465 (ada-get-ada-file-name): Load the original-file first if not done
17466 yet.
17467 (ada-get-all-references): Handles the new ali syntax (parent types
17468 are found between <>).
17469 (ada-initialize-runtime-library): New function
17470 (ada-mode-hook): Always load a project file when a file is opened,
17471 so that the casing exceptions are correctly read.
17472 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17473 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17474 to open the project file, since the latter does not work with
17475 speedbar Get default values before loading the prj file, or the
17476 default executable file name is wrong. Use the absolute value of
17477 src_dir to initialize ada-search-directories and
17478 compilation-search-path,... Add the standard runtime library to
17479 the search path for find-file.
17480 (ada-prj-default-debugger): Was missing an opening '{'
17481 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17482 variables.
17483 (ada-prj-default-gnatmake-opt): New variable
17484 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17485 buffers, the project file is the default one Save the windows
17486 configuration before displaying the menu.
17487 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17488 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17489 ...) regexp-quote identifiers names to support operators +,
17490 -,... in regexps.
17491 (ada-remote): New function.
17492 (ada-run-application): Erase the output buffer before starting the
17493 run Support remote execution of the application. Use
17494 call-process, or the arguments are incorrectly parsed
17495 (ada-set-default-project-file): Reread the content of the active
17496 project file, not the one from the current buffer When a project
17497 file is set as the default project, all directories are
17498 automatically associated with it.
17499 (ada-set-environment): New function
17500 (ada-treat-cmd-string): New special variable ${current}
17501 (ada-treat-cmd-string): Revised. The substitution is now done for
17502 any ${...} substring
17503 (ada-xref-current): If no body was found, compiles the spec
17504 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17505 compiler to get rid of command line length limitations.
17506 (ada-xref-get-project-field): New function
17507 (ada-xref-project-files): New variable
17508 (ada-xref-runtime-library-specs-path)
17509 (ada-xref-runtime-library-ali-path): New variables
17510 (ada-xref-set-default-prj-values): Default run command now does a
17511 cd to the build directory. New field: main_unit Provide a default
17512 file name even if the current buffer has no prj file.
17513
17514 * ada-prj.el:
17515 Rewritten to show a tabbed-dialog.
17516 (ada-prj-add-ada-menu): Remove the map and name parameters.
17517 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17518 New function
17519 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17520 (ada-prj-load-from-file): New function
17521 (ada-prj-save): Always save fields that depend on the current buffer
17522 (ada-prj-show-value): New function
17523
17524 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17525 Ada mode. This will allow us to display the Ada menu in any buffer
17526 we want (for project items).
17527 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17528 number of spaces in the header.
17529
17530 2000-07-24 Dave Love <fx@gnu.org>
17531
17532 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17533
17534 2000-07-23 Noah Friedman <friedman@splode.com>
17535
17536 * type-break.el (type-break): perform autosave.
17537 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17538 (type-break-do-query): Cancel query schedule while performing
17539 actual query, to avoid possibility of a second query being made
17540 while first one is already in progress.
17541 (type-break-time-stamp-format): New variable.
17542 (type-break-time-stamp): New function.
17543 (type-break-time-warning): Use it.
17544 (type-break-keystroke-warning): Use it.
17545 (type-break-noninteractive-query): Use it.
17546
17547 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17548 cookie.
17549 Use add-minor-mode to set minor-mode-alist, if available.
17550 (eldoc-echo-area-use-multiline-p): New user option.
17551 (eldoc-echo-area-multiline-supported-p): New variable.
17552 (eldoc-docstring-format-sym-doc): Use them.
17553 (eldoc-mode): If not using idle timers, append to local post and
17554 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17555 (eldoc-display-message-no-interference-p): Don't interfere with
17556 edebug.
17557 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17558 (eldoc-function-arglist): New function.
17559 (eldoc-function-argstring): Use it.
17560
17561 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17562 auto save directory exists before calling directory-files.
17563
17564 2000-07-23 Dave Love <fx@gnu.org>
17565
17566 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17567 ^o, ^u.
17568
17569 2000-07-21 Dave Love <fx@gnu.org>
17570
17571 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17572 now passed to the function. It now works properly.
17573
17574 * smerge-mode.el (smerge-mode-menu): Fill it out.
17575
17576 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17577
17578 * info-look.el (info-lookup): If *info* is shown in another frame
17579 on the same display, select that frame, instead of switching to
17580 the Info buffer in another window of the selected frame.
17581
17582 * simple.el (universal-argument-map): Bind numeric keypad keys
17583 kp-0 to kp-9 and kp-subtract.
17584 (digit-argument): Handle these keys.
17585
17586 2000-07-20 Dave Love <fx@gnu.org>
17587
17588 * net/goto-addr.el (goto-address-fontify): Don't bother with
17589 buffer-modified and read-only stuff -- irrelevant with overlays.
17590 Put an extra property on the overlays and use it to clean up in
17591 case goto-address is re-run.
17592
17593 2000-07-19 Richard M. Stallman <rms@gnu.org>
17594
17595 * timer.el (run-with-idle-timer): Doc fix.
17596
17597 * mail/mail-utils.el (mail-strip-quoted-names):
17598 Handle case where <...> appears inside "...".
17599 Use replace-match to edit the string more simply.
17600 (rmail-dont-reply-to): Cope with an unmatched ".
17601
17602 2000-07-19 Dave Love <fx@gnu.org>
17603
17604 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17605 implementation.
17606
17607 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17608 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17609 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17610
17611 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17612
17613 * textmodes/refer.el: Correct maintainer's email address.
17614
17615 * progmodes/hideif.el: Correct author's email address.
17616 Fix typo in comment.
17617
17618 * xml.el: New file.
17619
17620 * mail/mailheader.el: Correct author's mail address.
17621
17622 * gnus/parse-time.el: Correct author's mail address.
17623
17624 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17625
17626 * comint.el (comint-highlight-input, comint-highlight-face):
17627 New user options.
17628 (comint-input-ring-file-name): Change custom type.
17629 (comint-mode-map): Bind mouse-2.
17630 (comint-insert-clicked-input): New function.
17631 (comint-send-input): Handle input highlighting.
17632
17633 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17634
17635 * mouse.el (popup-menu): New function.
17636 (mouse-major-mode-menu): Use it.
17637
17638 2000-07-18 Dave Love <fx@gnu.org>
17639
17640 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17641 improvements.
17642
17643 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17644
17645 * faces.el (face-font-selection-order)
17646 (face-font-family-alternatives): Add custom type.
17647
17648 2000-07-18 Dave Love <fx@gnu.org>
17649
17650 * cus-edit.el (custom-variable-reset-saved)
17651 (custom-variable-reset-standard): Remove unused bindings.
17652
17653 * rect.el (open-rectangle-line): Remove unused let.
17654
17655 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17656
17657 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17658
17659 * cdl.el: Fix `Maintainer' keyword.
17660
17661 * play/pong.el: Add author's email address.
17662
17663 2000-07-17 Sam Steingold <sds@gnu.org>
17664
17665 * files.el (insert-directory): Call `split-string' instead of
17666 re-implementing it.
17667
17668 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17669
17670 * mail/vms-pmail.el: Change maintainer to FSF.
17671
17672 * net/goto-addr.el: Change maintainer to FSF.
17673
17674 * info.el (Info-title-face-alist): Removed.
17675
17676 2000-07-18 David Ponce <david@dponce.com>
17677
17678 * recentf.el (recentf-open-files): New command that works like
17679 `recentf-open-more-files', but shows the whole list of files (not just
17680 those omitted from the menu). Useful if you don't use a menu-bar!
17681 (recentf-open-more-files) Modified to use `recentf-open-files'.
17682
17683 (recentf-open-files, recentf-open-more-files)
17684 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17685
17686 (recentf-dialog-mode): New mode for dialogs. You can now just type
17687 "q" to cancel the dialogs.
17688
17689 2000-07-18 David Ponce <david@dponce.com>
17690
17691 * recentf.el: This is a major update of recentf.el. It adds new
17692 features to better organize the recentf menu and "More..." buffer.
17693
17694 Using new provided menu filtering functions you can now organize the
17695 recent files list:
17696
17697 - by major modes
17698 - by directories
17699 - by user defined rules
17700
17701 Finally, with the new `recentf-filter-changer' customizable filter you
17702 can define a ring of filters and dynamically (via the menu) cycle on
17703 each menu organization in the ring (a la msb).
17704
17705 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17706
17707 * eshell/eshell.el (eshell): Replace links to eshell.info with
17708 links to eshell, to avoid problems on systems where the manual is
17709 installed as `eshell'.
17710 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17711 * eshell/em-smart.el (eshell-smart): Ditto.
17712 * eshell/em-banner.el (eshell-banner): Ditto.
17713 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17714
17715 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17716 same-file check in the MS-DOS version (it does support inodes).
17717
17718 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17719
17720 * eshell/eshell.el (eshell-directory-name):
17721 Run default directory name through convert-standard-filename.
17722
17723 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17724
17725 * international/mule-cmds.el (select-safe-coding-system):
17726 Fix typo in the comment.
17727
17728 * language/european.el (compound-text):
17729 Force katakana-jisx0201 to be designated to G1.
17730
17731 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17732 Don't translate some national variant characters of latin-jisx0201.
17733 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17734
17735 * international/kkc.el (kkc-after-update-conversion-functions):
17736 New variable.
17737 (kkc-update-conversion): Run functions in it at the tail.
17738
17739 2000-07-16 John Wiegley <johnw@gnu.org>
17740
17741 * lisp/align.el (align-newline-and-indent):
17742 Adding new function. for auto-aligning blocks of code on RET.
17743 (align-region): Fixed badly formatted minibuffer message.
17744
17745 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17746
17747 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17748 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17749 the conversion list at first if appropriate.
17750 (kkc-next): Don't update kkc-next-count here.
17751 (kkc-prev): Don't update kkc-prev-count here.
17752 (kkc-show-conversion-list-update): Fix setting up of conversion
17753 list message.
17754
17755 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17756
17757 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17758
17759 2000-07-16 Dave Love <fx@gnu.org>
17760
17761 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17762 function to be more specific.
17763
17764 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17765 non-string help-echo.
17766 (widget-types-convert-widget): Defsubst it.
17767 (widget-echo-help): Try to cope with a help-echo function of two
17768 possible sorts.
17769
17770 2000-07-15 Jason Rumney <jasonr@gnu.org>
17771
17772 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17773 Declare as obsolete.
17774
17775 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17776
17777 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17778
17779 * hilit-chg.el: Fix typo.
17780
17781 2000-07-14 Dave Love <fx@gnu.org>
17782
17783 * info.el (Info-mode-menu): Fix use of :help, :enable.
17784
17785 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17786
17787 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17788
17789 2000-07-13 Dave Love <fx@gnu.org>
17790
17791 * emacs-lisp/easymenu.el: Doc fixes.
17792 (easy-menu-remove): Defalias to ignore.
17793
17794 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17795 Call throw correctly.
17796
17797 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17798
17799 * faces.el (frame-background-mode): Doc fix.
17800
17801 * simple.el (eval-expression-print-length): Change custom type to
17802 allow entering nil as value.
17803
17804 2000-07-13 Dave Love <fx@gnu.org>
17805
17806 * progmodes/fortran.el (fortran-imenu-generic-expression):
17807 Change definition layout.
17808 (fortran-mode-menu): Reinstate customize entries.
17809
17810 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17811 Use :filter, per old XEmacs code.
17812
17813 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17814
17815 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17816 event when deciding what to send to the terminal.
17817
17818 2000-07-12 Dave Love <fx@gnu.org>
17819
17820 * cus-start.el: Add optional version as 4th element of specs and
17821 use it for several things new in v21. Remove load-path. Fix type
17822 of line-number-display-limit.
17823
17824 2000-07-11 Dave Love <fx@gnu.org>
17825
17826 * progmodes/fortran.el: Don't require easymenu.
17827 Use repeat counts in various regexps.
17828 (fortran-mode-syntax-table): Defvar directly.
17829 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17830 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17831 Use defvar, not defconst.
17832 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17833 (fortran-mode): Set fortran-comment-line-start-skip,
17834 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17835 (fortran-comment-indent): Use defsubst.
17836 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17837 Use fortran-comment-indent, not fortran-comment-indent-function.
17838 (fortran-comment-region, fortran-electric-line-number): Simplify.
17839 (fortran-auto-fill): New function.
17840 (fortran-do-auto-fill): Deleted.
17841 (fortran-find-comment-start-skip):
17842 Check for non-null comment-start-skip.
17843 (fortran-auto-fill-mode, fortran-fill-statement):
17844 Use fortran-auto-fill.
17845 (fortran-fill): Use fortran-auto-fill. Check for null
17846 comment-start-skip. Simplify final clause and use end-of-line finally.
17847
17848 * widget.el (widget-plist-member): New alias.
17849
17850 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17851
17852 * eshell/esh-module.el (toplevel): Reference
17853 byte-compile-current-file only if it is bound.
17854
17855 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17856
17857 * dired.el: Don't require `dired-aux'.
17858
17859 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17860
17861 * dired-aux.el (dired-show-file-type): New function.
17862 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17863 (dired-show-file-type): Add autoload.
17864
17865 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17866
17867 * international/mule-diag.el (describe-font): Adjusted for the
17868 change of fontset-info.
17869 (print-fontset): Likewise.
17870
17871 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17872
17873 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17874
17875 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17876
17877 * bindings.el: Bind `[delete]' to delete-char.
17878
17879 * dired.el (dired-find-alternate-file): New function.
17880 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17881 (toplevel): Require dired-aux when compiling.
17882 (dired-buffers): Move defvar within file to avoid compiler warning.
17883
17884 * info.el (Info-last-search): Variable removed.
17885 (Info-search-history): New variable.
17886 (Info-search): New Info-search-history.
17887
17888 * battery.el, info-look.el: Change author's mail address.
17889
17890 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17891
17892 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17893 if rmail-ignored-headers is nil.
17894 (rmail-retry-failure): Bind rmail-ignored-headers and
17895 rmail-displayed-headers to nil.
17896
17897 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17898
17899 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17900 (print-region-1): Don't hard code `-h' here.
17901
17902 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17903
17904 2000-07-01 Francesco Potorti` <pot@gnu.org>
17905
17906 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17907 exim can use "your message" instead of "the message".
17908
17909 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17910
17911 * facemenu.el: Docstrings fixes.
17912 (facemenu-get-face): Don't use internal-find-face.
17913 (facemenu-iterate): Rename arg to match the docstring.
17914
17915 * newcomment.el (uncomment-region): Be more careful when skipping
17916 backwards over `=' not to bump into BOBP.
17917
17918 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17919
17920 * ediff-diff.el (ediff-wordify): Use syntax table.
17921 * ediff-init.el (ediff-has-face-support-p): Use
17922 ediff-color-display-p.
17923 (ediff-color-display-p): Use display-color-p, changed to defun
17924 from defsubst.
17925 Got rid of special cases for NeXT and OS/2.
17926 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17927 face.
17928
17929 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17930
17931 * emacs-lisp/lucid.el: Require CL.
17932 (copy-tree, remprop): Remove, it's provided by CL.
17933 (map-keymap): Define in terms of cl-map-keymap.
17934 (extent-property, set-extent-end-glyph): New functions.
17935
17936 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17937
17938 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17939
17940 * Makefile.in (DONTCOMPILE): Add comment that the name may
17941 not be changed without changing the make-dist script.
17942
17943 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17944 (cl-mapc): Use mapc instead of cl-old-mapc.
17945
17946 2000-07-05 Andrew Innes <andrewi@gnu.org>
17947
17948 * makefile.nt: Add support for `bootstrap' and related targets.
17949
17950 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17951
17952 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17953 (easy-menu-do-define): Use `menu-item' format.
17954 Handle case where easy-menu-create-menu returns a symbol.
17955 Manually call the potential top-level filter in the function binding.
17956 (easy-menu-filter-return): New arg NAME.
17957 Convert to a keymap if MENU is an XEmacs menu.
17958 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17959 (easy-menu-converted-items-table, easy-menu-convert-item):
17960 New var and fun to memoize easy-menu-convert-item-1.
17961 (easy-menu-do-add-item): Use it.
17962 (easy-menu-create-menu): Use easy-menu-convert-item.
17963 Wrap easy-menu-filter-return around any :filter specification.
17964 Don't convert the menu if a filter was specified.
17965 Tell easy-menu-make-symbol not to check for MENU being an expression.
17966 (easy-menu-make-symbol): New arg NOEXP.
17967
17968 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17969
17970 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17971 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17972 (eval-defun): If called with prefix arg, instrument code for
17973 Edebug.
17974
17975 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17976 similar to that of eval-defun.
17977
17978 2000-07-04 Dave Love <fx@gnu.org>
17979
17980 * hl-line.el (hl-line-overlay): Make it permanent-local.
17981
17982 * calendar/todo-mode.el: Replaced with a working version, based on
17983 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17984
17985 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17986
17987 * paths.el (prune-directory-list): New function.
17988 (Info-default-directory-list): Rewritten to more methodically
17989 enumerate a big list of possible info directories (based on the
17990 list used by the standalone info reader).
17991
17992 * info.el (info-initialize): Use prune-directory-list to remove
17993 non-existent directories from Info-directory-list.
17994
17995 * paths.el (Info-default-directory-list): Try a list of possible
17996 info-directories instead of a single one. Add the possible
17997 info directory "/usr/share/info".
17998
17999 * woman.el (woman-man.conf-path): Explicitly include the debian
18000 man-db config file "/etc/manpath.config".
18001 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18002 are present in `manpath.config'.
18003 (woman-manpath): Include "/usr/share/man".
18004
18005 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18006
18007 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18008
18009 * startup.el (command-line): Initialize blink-cursor based
18010 on window-system.
18011
18012 * frame.el (blink-cursor): Default to nil if not running under
18013 a window-system.
18014
18015 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18016 (face-x-resources): Remove duplicate entry for :font.
18017
18018 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18019 instead of cycling through windows with next-window.
18020
18021 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18022 of cycling through windows with next-window.
18023
18024 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18025 of cycling through windows with next-window.
18026
18027 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18028 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18029 instead of cycling through windows with next-window.
18030
18031 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18032 instead of cycling through windows with next-window.
18033
18034 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18035 of cycling through windows with next-window.
18036
18037 * terminal.el (te-process-output): Use walk-windows instead of
18038 cycling through windows with next-window.
18039
18040 * server.el (server-switch-buffer): Use some-window instead of
18041 cycling through windows with next-window.
18042
18043 * window.el (some-window): New function.
18044 (walk-windows): Remove reference to walk-windows-start.
18045
18046 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18047
18048 2000-07-03 Richard Stallman <rms@gnu.org>
18049
18050 * window.el (walk-windows): Guarantee termination by keeping a list
18051 of all the windows already handled.
18052
18053 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18054
18055 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18056 window-system.
18057
18058 * man.el (Man-notify-when-ready): Don't use window-system. If
18059 Man-notify-method is newframe, and the display is not
18060 multi-frame, select the frame created for the man page.
18061 (Man-init-defvars): Doc fix.
18062
18063 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18064
18065 * faces.el (region): Change background color for light background.
18066
18067 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18068 attribute from mode-line face of Ediff control frame.
18069
18070 * replace.el (query-replace-map): Bind `e' like `E'.
18071
18072 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18073
18074 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18075 Change name to "Select All".
18076
18077 * dos-fns.el (convert-standard-filename): Fix last change.
18078
18079 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18080
18081 * help.el (describe-variable): Don't insert a second `'s' in front
18082 of the string `value is shown below'. Since the syntax-table is
18083 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18084 an existing `'s', so that this won't be deleted.
18085
18086 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18087 * pcmpl-unix.el: New files.
18088
18089 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18090
18091 * wid-edit.el (widget-member): Use the new plist-member.
18092
18093 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18094
18095 * replace.el (perform-replace): Undo change of 2000-04-04.
18096 Instead, move backward 1 character at the end of the loop when
18097 necessary.
18098
18099 * faces.el (fringe): Change face for different backgrounds.
18100
18101 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18102 patch from John.
18103
18104 * eshell/*.el: Change spelling of the Free Software Foundation.
18105
18106 * eshell/esh-toggle.el: Removed.
18107
18108 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18109
18110 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18111 interactively.
18112
18113 2000-06-26 Alex Schroeder <alex@gnu.org>
18114
18115 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18116 `define-key'; instead of checking `(emacs-version)' check for
18117 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18118 for `;' and `o' which might be electric.
18119
18120 (sql-electric-stuff): New user option.
18121 (sql-magic-go): New function which uses `sql-electric-stuff'.
18122 (sql-magic-semicolon): New function which uses
18123 `sql-electric-stuff'.
18124
18125 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18126 is not fboundp.
18127
18128 (sql-oracle-options): New variable.
18129 (sql-oracle): Use it.
18130
18131 (sql-imenu-generic-expression): Doc change.
18132 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18133 is used.
18134
18135 (sql-informix): Added command line parameter "-" to force
18136 sql-informix-program to use stdout.
18137
18138 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18139
18140 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18141 (cp864-decode-table): Doc fix.
18142 (cp720-decode-table): New variable, supports the Arabic OEM
18143 codepage used by Windows.
18144 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18145
18146 2000-06-23 Dave Love <fx@gnu.org>
18147
18148 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18149 (font-lock-fontify-anchored-keywords): Use
18150 line-beginning-position.
18151 (global-font-lock-mode): Use mapc.
18152
18153 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18154
18155 * eshell/esh-module.el: Require CL when compiling.
18156
18157 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18158
18159 * comint.el (comint-substitute-in-file-name): Call replace-match
18160 with second and third arg t.
18161
18162 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18163 Specify foreground color.
18164
18165 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18166 color.
18167
18168 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18169
18170 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18171 cddr instead of cdddr.
18172
18173 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18174 instead of copy-list.
18175
18176 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18177 of copy-list.
18178
18179 * subdirs.el: Add eshell subdirectory.
18180
18181 * eshell: New subdirectory containing the Eshell package.
18182
18183 * pcomplete.el: New file.
18184
18185 2000-06-23 Paul Eggert <eggert@twinsun.com>
18186
18187 * mail/mailpost.el (post-mail-send-it): Make sure file has
18188 proper permissions from birth.
18189
18190 * files.el (basic-save-buffer-2): When temporarily setting
18191 file modes, set them to current modes plus 0200, not to 0777.
18192
18193 * emerge.el (emerge-make-temp-file): Make sure file has proper
18194 permissions from birth.
18195
18196 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18197
18198 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18199 backup file name through convert-standard-filename.
18200
18201 * dos-fns.el (convert-standard-filename): Convert leading
18202 directories as well. When long file names are supported, convert
18203 characters that are invalid in Windows file names.
18204
18205 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18206
18207 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18208 ps-print crashes. New feature: page selection for printing. Create
18209 raw-text-unix coding system for XEmacs. Doc fix.
18210 (ps-print-version): New version number (5.2.3).
18211 (ps-plot-region): Bug fix.
18212 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18213 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18214 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18215 funs.
18216 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18217 (ps-last-page): New vars.
18218
18219 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18220
18221 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18222 empty option string.
18223
18224 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18225
18226 * man.el (man): Doc fix.
18227
18228 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18229
18230 * international/mule-cmds.el (set-language-info-alist): Docstring
18231 fixed.
18232
18233 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18234
18235 * version.el (emacs-version): Use ISO date format.
18236
18237 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18238 instead of `M-backspace'.
18239
18240 * simple.el (turn-off-auto-fill): New function.
18241
18242 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18243
18244 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18245 Renamed from with-buffer-prepared-for-font-lock and use
18246 inhibit-modification-hooks rather than setting *-change-functions.
18247 Update all functions to use the new name.
18248 (jit-lock-first-unfontify-pos): New semantics (and doc).
18249 (jit-lock-mode): Make non-interactive.
18250 Don't automatically turn on font-lock.
18251 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18252 Always use jit-lock-after-change.
18253 Remove and restore font-lock-after-change-function.
18254 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18255 (jit-lock-after-unfontify-buffer): Remove.
18256 (jit-lock-stealth-fontify):
18257 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18258 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18259
18260 2000-06-20 Sam Steingold <sds@gnu.org>
18261
18262 * emacs-lisp/cl-indent.el (toplevel): Indent
18263 `print-unreadable-object' properly. Untabify.
18264
18265 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18266
18267 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18268 Support for bibentry.
18269 (reftex-compile-variables): Fixed problem with end of section-re.
18270
18271 * texmodes/reftex-dcr.el (reftex-view-crossref,
18272 reftex-view-crossref-from-bibtex):
18273 Deal with changed `reftex-find-citation-regexp-format'.
18274 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18275 Replaced `remprop' with `put'.
18276 (reftex-view-crossref, reftex-view-crossref-when-idle):
18277 Support for bibentry.
18278
18279 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18280 New entry for bibentry package.
18281
18282 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18283 Regexp also matches "\nobibliography".
18284
18285 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18286 Call `reftex-ensure-write-access' before doing anything.
18287 (reftex-ensure-write-access): New function.
18288
18289 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18290
18291 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18292
18293 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18294
18295 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18296
18297 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18298
18299
18300 2000-06-20 Dave Love <fx@gnu.org>
18301
18302 * faces.el (frame-background-mode): Use set-default, not set, in
18303 setter.
18304 (frame-update-faces, frame-update-face-colors): Define with
18305 defalias.
18306
18307 * enriched.el (enriched-decode-foreground)
18308 (enriched-decode-background): Don't use internal-find-face.
18309
18310 * apropos.el: Doc fixes.
18311
18312 * cus-edit.el (customize-changed-options): Check arg.
18313 (customize-version-lessp): Don't require decimal point.
18314
18315 * custom.el (defcustom, defgroup): Doc fix.
18316
18317 * newcomment.el (comment) <defgroup>: Add :version.
18318 (comment-multi-line): Doc fix.
18319
18320 * emulation/mlsupport.el (define-hooked-local-abbrev,
18321 define-hooked-global-abbrev): Fix, using define-abbrev.
18322
18323 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18324
18325 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18326 the whole buffer.
18327
18328 2000-06-19 Dave Love <fx@gnu.org>
18329
18330 * menu-bar.el (menu-bar-options-save): New function.
18331 (menu-bar-options-menu): Use it.
18332 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18333 Simplify.
18334
18335 2000-06-19 Andreas Schwab <schwab@suse.de>
18336
18337 * progmodes/etags.el (tags-query-replace): Put new parameters
18338 START and END at the end, for backward compatibility.
18339
18340 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18341
18342 * international/codepage.el:
18343 (cp-coding-system-for-codepage-1): Delete special codes for
18344 generating xxx-dos coding system because now a CCL based coding
18345 system can handle EOL conversion by default.
18346
18347 * international/mule.el (make-coding-system): Generate subsidiary
18348 coding systems for EOL handling variants even for a CCL based
18349 coding system.
18350
18351 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18352
18353 * international/isearch-x.el (isearch-minibuffer-input-method)
18354 (isearch-minibuffer-input-method-function): These variables
18355 deleted.
18356 (isearch-with-input-method): Don't use the above variables.
18357 (isearch-process-search-multibyte-characters): Likewise. Call
18358 read-string with the arg INHERIT-INPUT-METHOD t.
18359
18360 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18361
18362 * font-lock.el (font-lock-after-fontify-buffer)
18363 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18364
18365 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18366 Use consistent make-local-variable style for font-lock-fontified.
18367 (jit-lock-fontify-buffer):
18368 Don't bother checking for font-lock-mode and jit-lock-mode.
18369
18370 * time.el: Remove trailing ^M that prevent CVS-merging.
18371
18372 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18373
18374 * Makefile.in (distclean): New target.
18375
18376 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18377
18378 * Makefile.in (srcdir): Define for update-subdirs.
18379
18380 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18381
18382 * find-lisp.el: New file.
18383
18384 2000-06-16 Andrew Innes <andrewi@gnu.org>
18385
18386 * time.el (display-time-mail-function): New variable, to allow
18387 external packages to indicate when new mail is available.
18388 (display-time-update): Use it.
18389
18390 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18391
18392 * international/mule.el (mule-version): Change version name to
18393 SAKAKI. AOI has already been used by Meadow.
18394
18395 * international/quail.el (quail-show-guidance-buf): To find the
18396 bottom window (but minibuffer), pay attention to the height of
18397 minibuffer.
18398
18399 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18400
18401 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18402 menu-bar menus. Add help strings. Don't remove the Edit menu
18403 from the menu bar, as the menu bar has enough space now.
18404
18405 * Makefile.in (SHELL): Make sure /bin/sh is used.
18406
18407 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18408 characters, which use series of two ^H characters instead of one.
18409
18410 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18411
18412 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18413 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18414 functions.
18415 (Info-find-node-2): Try a case-sensitive search first, then
18416 do a case-insensitive search.
18417
18418 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18419 tutorials.
18420
18421 * complete.el (PC-env-vars-alist): New variable.
18422 (PC-complete-as-file-name): New function.
18423 (partial-completion-mode): Initialize PC-env-vars-alist from
18424 process-environment.
18425 (PC-do-completion): Handle completion of env vars.
18426
18427 * info.el (Info-set-mode-line): Show file name in mode line,
18428 use `*Info*' instead of `Info:'.
18429
18430 * startup.el (command-line-1): Change copyright messages to year
18431 2000.
18432
18433 2000-06-15 Dave Love <fx@gnu.org>
18434
18435 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18436 not local-map.
18437
18438 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18439
18440 * international/mule.el (set-buffer-file-coding-system): Almost
18441 rewritten to handle `undecided' as no-op.
18442
18443 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18444
18445 * Makefile.in: New file.
18446
18447 * Makefile: Removed.
18448
18449 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18450 (goto-address-highlight-keymap): Bind C-c RET.
18451
18452 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18453
18454 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18455 inherits buffer-file-coding-system of the current buffer.
18456
18457 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18458 0. Give correct argument to set-auto-coding-function.
18459 (tar-expunge): For goto-char, use (point-min), not 0.
18460 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18461 (tar-subfile-save-buffer): Likewize.
18462
18463 * international/mule.el
18464 (after-insert-file-set-buffer-file-coding-system): Call
18465 set-buffer-file-coding-system with the arg FORCE t.
18466
18467 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18468
18469 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18470 nil. Contemporary sendmails issue an X-Authentication-Warning if
18471 the sender is set with `-f'.
18472
18473 2000-06-13 Dave Love <fx@gnu.org>
18474
18475 * help.el (describe-function-1): Kluge around cases of functions
18476 fset to subrs whose doc doesn't match their symbol-name.
18477
18478 * image.el (insert-image): Default STRING to a space.
18479
18480 * info.el Doc fixes.
18481 (Info-build-node-completions): Match Ref tags.
18482
18483 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18484
18485 * frame.el (display-multi-frame-p, display-multi-font-p): New
18486 defaliases for display-graphic-p.
18487
18488 * hl-line.el: Fixed a typo in commentary.
18489
18490 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18491
18492 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18493 fixed.
18494
18495 2000-06-12 Dave Love <fx@gnu.org>
18496
18497 * image.el (insert-image): Save a little consing.
18498
18499 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18500
18501 * language/tibet-util.el: Convert all tibetan-1-column characters
18502 to the corresponding tibetan characters.
18503 (tibetan-add-components): Delete code for the special treatment of
18504 'a chung.
18505
18506 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18507 change.
18508 (tibetan-vowel-transcription-alist): More rules added.
18509 (tibetan-composite-vowel-alist): New variable.
18510 (tibetan-precomposition-rule-alist): More rules added.
18511
18512 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18513
18514 * startup.el (command-line): Only call menu-bar-mode if interactive.
18515
18516 * thingatpt.el (toplevel symbol-properties):
18517 * textmodes/makeinfo.el (makeinfo-compile):
18518 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18519 * progmodes/hideif.el (hif-compress-define-list)
18520 (hide-ifdef-use-define-alist):
18521 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18522 (ange-ftp-vms-add-file-entry):
18523 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18524 * man.el (Man-build-man-command):
18525 * mail/rnewspost.el (news-reply-header-hook):
18526 * info.el (Info-insert-dir):
18527 * emulation/mlconvert.el (backward-word, forward-word, setq):
18528 * emacs-lisp/gulp.el (gulp-send-requests):
18529 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18530 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18531 (byte-optimize-apply, end of file):
18532 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18533 (ad-make-freeze-definition):
18534 * startup.el (command-line, command-line-1): Don't quote lambdas.
18535
18536 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18537 (cvs-cleanup-removed): New function.
18538 (cvs-cleanup-functions): New var.
18539 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18540 some flexibility in specifying additional entries to auto-cleanup.
18541 (cvs-quickdir): New function.
18542 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18543 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18544 (cvs-mode-find-file): Check that we are on a filename or dirname
18545 when invoked through a mouse-click.
18546 (cvs-full-path): Remove.
18547 (cvs-dired-action): Re-introduced.
18548 (cvs-dired-noselect): Use it.
18549 (vc-post-command-functions): use this new hook if available.
18550
18551 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18552 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18553 (cvs-filename-map, cvs-dirname-map): Remove.
18554 (cvs-default-action): Remove.
18555 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18556 if the arg is really a keymap.
18557 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18558 Don't hardcode the mapping from state (aka type) to face, but check
18559 the var cvs-fi-<type>-face instead.
18560 (cvs-fileinfo-from-entries): New function.
18561
18562 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18563 Docstring fix.
18564 (cvs-find-file-and-jump): Change default to be safer.
18565 (cvs-mode-diff-map): Define it as a function as well.
18566 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18567 Bind mouse-2 in this global map rather than with text-properties.
18568
18569 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18570 file to resolve the ambiguity between C(conflict) and C(need-merge).
18571
18572 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18573
18574 * international/mule.el (set-buffer-file-coding-system): If
18575 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18576 unconditionally.
18577
18578 2000-06-12 Dave Love <fx@gnu.org>
18579
18580 * wid-edit.el (widget-specify-button): Really suppress the face if
18581 required.
18582
18583 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18584
18585 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18586
18587 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18588
18589 * imenu.el (imenu-generic-expression): Docstring fix.
18590
18591 * composite.el (composition-function-table): Move the `put'
18592 below the autoload cookie so we can load the file before loaddefs.
18593
18594 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18595
18596 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18597 Handle easy-mmode-define-global-mode.
18598 For complex macros like define-minor-mode that can generate
18599 several autoload entries, try to autoload entries in the
18600 macroexpanded code.
18601
18602 * emacs-lisp/easy-mmode.el (define-minor-mode):
18603 If KEYMAP is a symbol, just use it.
18604 Use byte-compile-current-file and load-file-name to infer the
18605 proper :require to pass to defcustom.
18606 Wrap the hook var into `progn' so as not to autoload it.
18607 Add a :autoload-end cookie.
18608 Be more careful about the evaluation of KEYMAP.
18609 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18610 (define-derived-mode): Move define-abbrev-table outside of defvar.
18611
18612 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18613
18614 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18615 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18616 (backup-compiled-files): Ignore errors during `tar'.
18617 (bootstrap): Make autoloads before elc files.
18618
18619 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18620
18621 * international/mule.el (set-buffer-file-coding-system): If one of
18622 undecided-XXX is specified, change only EOL conversion.
18623
18624 * international/mule-conf.el (unix): New alias for the coding
18625 system undecided-unix.
18626
18627 2000-06-09 Dave Love <fx@gnu.org>
18628
18629 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18630
18631 * progmodes/executable.el: Byte compile dynamic.
18632 (executable-insert): Change custom type.
18633 (executable-find): Add autoload cookie.
18634 (executable-make-buffer-file-executable-if-script-p): New
18635 function. After Noah Friedman.
18636
18637 * files.el (after-save-hook): Customize, with
18638 executable-make-buffer-file-executable-if-script-p as an option.
18639
18640 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18641
18642 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18643 "tib24p-mule.bdf" for Tibetan.
18644
18645 * composite.el (decompose-composite-char): Declare it as obsolete.
18646
18647 * man.el (Man-fontify-manpage): Pay attention to underline and
18648 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18649
18650 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18651
18652 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18653 Set maintainer to FSF since author isn't reachable.
18654
18655 2000-06-08 Dave Love <fx@gnu.org>
18656
18657 * international/mule-cmds.el (select-safe-coding-system): If
18658 DEFAULT-CODING-SYSTEM is not specified, also check the most
18659 preferred coding-system if buffer-file-coding-system is
18660 `undecided'. From Handa.
18661
18662 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18663
18664 * international/mule.el
18665 (after-insert-file-set-buffer-file-coding-system): If the buffer
18666 size is greater than INSERTED, judget that we are not visiting.
18667
18668 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18669
18670 * whitespace.el (defgroup whitespace): Comment out `:version'.
18671 XEmacs 20.4 has problems defining the group with this present.
18672 We'll have this commented out till get resolve the problem.
18673
18674 2000-06-07 John Wiegley <johnw@gnu.org>
18675
18676 * align.el (align-dq-string-modes, align-sq-string-modes)
18677 (align-open-comment-modes): Add pyhton-mode.
18678 (align-rules-list): Use get-text-property instead of
18679 text-properties-at.
18680 (align-rules-list): Add python-assignment.
18681 (align-rules-list): Change perl-comma-delimiter to
18682 basic-comma-delimiter. Use if for Perl modes and python-mode.
18683 (align-rules-list): Add python-chain-logic and
18684 basic-line-continuation.
18685
18686 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18687
18688 * apropos.el (apropos-mode-hook): New user variable.
18689 (apropos-mode): Run apropos-mode-hook.
18690
18691 2000-06-07 David Ponce <david@dponce.com>
18692
18693 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18694 commands. Require `wid-edit' at run-time.
18695
18696 2000-06-07 David Ponce <david@dponce.com>
18697
18698 * recentf.el: Added some "Commentary".
18699 (recentf-open-more-files, recentf-edit-list): Minor changes to
18700 move the point at the top of the file list. This behaviour is
18701 consistent with the menu one when the list contains a lot of
18702 files.
18703 (recentf-cleanup): Now displays the number of items removed from
18704 the list.
18705 (recentf-relative-filter) New menu filter to show filenames
18706 relative to `default-directory'.
18707
18708 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18709
18710 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18711 with/without giving an error if PostScript printer doesn't have this
18712 kind of page size. Zebra Stripe continues or restarts on next page.
18713 Manual/automatic paper feeding. Switch or not the header.
18714 (ps-print-version): New version number (5.2.2).
18715 (ps-windows-system): Include emx as a Windows system.
18716 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18717 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18718 (ps-background-text): Code fix.
18719 (ps-error-handler-message, ps-user-defined-prologue)
18720 (ps-print-prologue-header, ps-printer-name)
18721 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18722 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18723 (ps-use-face-background): Customization fix.
18724 (ps-n-up-database): Data fix.
18725 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18726 (ps-switch-header): New vars.
18727 (ps-xemacs-color-name, ps-face-foreground-name)
18728 (ps-face-background-name, ps-boolean-constant): New funs.
18729
18730 2000-06-07 Dave Love <fx@gnu.org>
18731
18732 * allout.el: New version from Manheimer.
18733
18734 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18735
18736 * textmodes/fill.el (fill-find-break-point): Check the validity of
18737 charset.
18738
18739 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18740
18741 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18742 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18743 Call display-color-p and display-mouse-p instead of looking at
18744 window-system.
18745
18746 2000-06-06 Dave Love <fx@gnu.org>
18747
18748 * image.el (find-image): Doc fix. Return nil if image not found.
18749 (put-image, insert-image): Make STRING arg optional.
18750
18751 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18752
18753 * language/vietnamese.el: Remove eval-when-compile.
18754 (viet-viscii-nonascii-translation-table): Define it as a
18755 translation table made from viet-viscii-decode-table.
18756 (viet-viscii-encode-table): Define it as a translation table made
18757 from the reverse map of above.
18758 (viet-vscii-nonascii-translation-table): Define it as a
18759 translation table made from viet-vscii-decode-table.
18760 (viet-vscii-encode-table): Define it as a translation table made
18761 from the reverse map of above.
18762 (ccl-decode-viscii): Use translate-character.
18763 (ccl-encode-viscii, ccl-encode-viscii-font)
18764 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18765 Likewize.
18766
18767 * language/cyrillic.el: Remove eval-when-compile.
18768 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18769 translation table made from cyrillic-koi8-r-decode-table.
18770 (cyrillic-koi8-r-encode-table): Define it as a translation table
18771 made from the reverse map of above.
18772 (ccl-decode-koi8): Use translate-character.
18773 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18774 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18775 a translation table made from cyrillic-alternativnyj-decode-table.
18776 (cyrillic-alternativnyj-encode-table): Define it as a translation
18777 table made from the reverse map of above.
18778 (ccl-decode-alternativnyj): Use translate-character.
18779 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18780 Likewize
18781
18782 * international/mule-diag.el (non-iso-charset-alist): Specify
18783 translation table symbol instead of translation table itself.
18784 (list-block-of-chars): CHARSET may be a translation table symbol.
18785
18786 * international/mule.el (make-coding-system): If CODING-SYSTEM
18787 already exists, override it.
18788
18789 * international/fontset.el: Use family `proportional' for Tibetan
18790 fonts.
18791
18792 * international/ccl.el (ccl-compile-translate-character): Don't
18793 check if Rrr has property translation-table.
18794 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18795
18796 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18797
18798 * info.el: Bind case-fold-search to t when searching in case
18799 a user sets it to nil in a hook.
18800
18801 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18802
18803 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18804 * hl-line.el (hl-line-mode): Use the new :global key argument.
18805
18806 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18807 (tar-clip-time-string): Prepend a space.
18808 (tar-grind-file-mode): Construct a string rather than modifying one.
18809 (tar-header-block-summarize): Fix docstring.
18810 Use `format' rather than an error-prone set of copy-loops.
18811
18812 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18813 (diff-goto-source, diff-unified->context, diff-context->unified)
18814 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18815 understand the format output by the `-p' argument to diff.
18816
18817 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18818 (sh-re-done): Use defconst.
18819 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18820 (sh-help-string-for-variable, sh-guess-basic-offset):
18821 Don't quote lambdas.
18822 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18823 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18824
18825 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18826 (mh-letter-mode): Derive from text-mode.
18827 This implicitly means that it now calls kill-all-local-variables.
18828 Also remove the Emacs-18 compatibility code.
18829
18830 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18831 Make use of symbol-property doc-string-elt.
18832 Use memq rather than a sequence of eq.
18833 (doc-string-elt): Fix the wrong or missing previously unused values.
18834 (autoload-print-form): New function extracted from
18835 generate-file-autoloads to allow recursion when handling progn
18836 so that defvar's and defun's docstrings are properly printed.
18837 (generate-file-autoloads): Use it.
18838
18839 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18840 Use find-file-hooks in the minor-mode function.
18841 Be careful not to loop indefinitely in the post-command-hook function.
18842
18843 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18844
18845 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18846 tty's.
18847 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18848 differences whenever appropriate.
18849 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18850 * viper.el (find-file, find-file-other-window): Get viper to do
18851 wildcards.
18852
18853 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18854
18855 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18856 (jit-lock-fontify-buffer): New function for JIT refontification.
18857 (jit-lock-mode): Fix docstring.
18858 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18859 Remove jit-lock-after-change from the _local_ hook.
18860 (jit-lock-function-1): Fix docstring.
18861
18862 * info.el (Info-on-current-buffer): Initialize info.
18863
18864 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18865
18866 * progmodes/tcl.el (tcl-indent-for-comment):
18867 Ignore comment-indent-hook.
18868
18869 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18870 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18871 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18872 and improve to use the lighter to guess the capitalization.
18873 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18874 Add keyword arguments to specify global-ness or the custom group.
18875 Add local-map and help-echo properties to the lighter.
18876 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18877 (easy-mmode-define-global-mode): New macro.
18878
18879 2000-06-02 Dave Love <fx@gnu.org>
18880
18881 * wid-edit.el: byte-compile-dynamic since we typically don't use
18882 all the widgets. Don't require cl or widget. Remove
18883 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18884 (widget-read-event): Removed. Callers changed to use read-event.
18885 (widget-button-release-event-p): Renamed from
18886 button-release-event-p.
18887 (widget-field-add-space, widget-field-use-before-change):
18888 Uncustomize.
18889 (widget-specify-field): Use keymap property, not local-map.
18890 (widget-specify-button): Obey :suppress-face.
18891 (widget-specify-insert): Use modern backquote syntax.
18892 (widget-image-directory): Renamed from widget-glyph-directory.
18893 (widget-image-enable): Renamed from widget-glyph-enable.
18894 (widget-image-find): Replaces widget-glyph-find.
18895 (widget-button-pressed-face): Move defvar.
18896 (widget-image-insert): Replaces widget-glyph-insert.
18897 (widget-convert): Use keywordp.
18898 (widget-leave-text, widget-children-value-delete): Use mapc.
18899 (widget-keymap): Remove XEmacs stuff.
18900 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18901 (widget-button-click): Don't set point at the click, but re-centre
18902 if we scroll out of window. Rewritten for images v. glyphs &c.
18903 (widget-tabable-at): Use POS arg, not point.
18904 (widget-beginning-of-line, widget-end-of-line)
18905 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18906 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18907 (widget-default-create): Use widget-image-insert; some rewriting.
18908 (widget-visibility-value-create)
18909 (widget-push-button-value-create, widget-toggle-value-create): Use
18910 widget-image-insert.
18911 (checkbox): Create on and off images dynamically.
18912 (documentation-link): Change :help-echo.
18913 (widget-documentation-link-echo-help): Remove.
18914
18915 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18916
18917 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18918
18919 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18920 (easy-mmode-define-toggle, define-minor-mode): Use it.
18921 (easy-mmode-define-keymap): Docstring fix.
18922 (define-derived-mode): Default PARENT to fundamental-mode.
18923 Add the derived-mode-parent symbol-property.
18924 (easy-mmode-derived-mode-p): New function.
18925
18926 2000-06-02 Dave Love <fx@gnu.org>
18927
18928 * files.el (convert-standard-filename): Doc fix.
18929 (normal-backup-enable-predicate): New function.
18930 (backup-enable-predicate): Use it to replace the lambda form.
18931
18932 * calendar/todo-mode.el: [This needs more work on the outline
18933 stuff.] Doc fixes.
18934 (todo) <defgroup>: Add :version.
18935 (todo-add-category): Don't use pushnew.
18936 (todo-cmd-raise): Fix typo.
18937 (todo-top-priorities): Change temp buffer name.
18938 (todo-category-alist): Avoid redundant lambda.
18939 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18940 Use outline-next-heading.
18941
18942 * autoarg.el: Rewritten to use define-minor-mode.
18943 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18944 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18945
18946 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18947
18948 * isearch.el (isearch-other-meta-char): Fix previous change.
18949
18950 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18951
18952 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18953 (log-edit-done): Only add the comment to the ring if it's different
18954 from the last comment entered.
18955
18956 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18957
18958 2000-06-01 Dave Love <fx@gnu.org>
18959
18960 * hl-line.el: Rewritten using define-minor-mode.
18961
18962 * help.el (describe-function-1): Distinguish special form from
18963 builtin function. Sanity-check presence of arglist for builtins.
18964
18965 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18966
18967 * international/characters.el: Fix syntax/category setting of
18968 Tibetan characters.
18969
18970 * language/tibet-util.el (tibetan-add-components): Fixes for new
18971 encoding of Tibetan characters.
18972 (tibetan-decompose-precomposition-alist): New variable.
18973 (tibetan-decompose-region): Convert precomposed characters to
18974 non-precomposed characters.
18975 (tibetan-decompose-string): Likewise.
18976 (tibetan-composition-function): Fix args to
18977 thibetan-compose-string.
18978
18979 * language/tibetan.el (tibetan-composable-pattern): More
18980 characters included.
18981 (tibetan-consonant-transcription-alist): Rule for "R" added.
18982 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18983 "+R" added.
18984 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18985
18986 * language/lao-util.el (lao-composition-function): Fix args to
18987 compose-string.
18988
18989 * language/thai-util.el (thai-composition-function): Fix args to
18990 compose-string.
18991
18992 * isearch.el (isearch-update): Set disable-point-adjustment to t
18993 to prevent the point moving to the end of a composition when a
18994 part of a composition is searched.
18995 (isearch-other-meta-char): If the key invoking this command can be
18996 mapped by function-key-map to a printing char, call
18997 isearch-process-search-char directly.
18998
18999 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19000
19001 * emacs-lisp/bytecomp.el:
19002 * frame.el:
19003 * international/mule-cmds.el:
19004 * international/mule-util.el:
19005 * international/mule.el:
19006 * mouse.el:
19007 * subr.el:
19008 * faces.el: Update calls to make-obsolete with a WHEN argument.
19009
19010 * byte-run.el (make-obsolete, make-obsolete-variable):
19011 Add an optional WHEN argument and change the format of the
19012 symbol-property information.
19013 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19014 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19015 new obsolete-symbol-property format and print WHEN if it is provided.
19016
19017 2000-05-31 Dave Love <fx@gnu.org>
19018
19019 * loadhist.el (loadhist-hook-functions): Remove
19020 before-change-function, after-change-function.
19021 (unload-feature): Deal with symbols which are both bound and
19022 fbound.
19023
19024 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19025 before-change-function, after-change-function.
19026
19027 * simple.el (newline): Don't bind before-change-function,
19028 after-change-function.
19029
19030 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19031
19032 * whitespace.el (whitespace-rescan-timer-time): Update interval
19033 set to 600 seconds (10 minutes) instead of 60 seconds since
19034 a large number of whitespace buffers causes emacs to `freeze'
19035 for a considerable amount of time.
19036
19037 * whitespace.el: Updated email address
19038
19039 2000-05-31 Dave Love <fx@gnu.org>
19040
19041 * add-log.el (change-log-font-lock-keywords) <function>: Add
19042 pattern for function of change.
19043 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19044 acknowledgements patterns.
19045
19046 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19047
19048 * isearch.el (isearch-printing-char): If keyboard coding system is
19049 being used, call isearch-process-search-multibyte-characters.
19050
19051 * international/isearch-x.el: Mostly rewritten.
19052
19053 * international/quail.el (quail-start-conversion): Don't include
19054 unhandled events in the returned events, but set them in
19055 unread-command-events. Exit if all inputs are deleted.
19056
19057 2000-05-30 Jason Rumney <jasonr@gnu.org>
19058
19059 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19060
19061 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19062 Reenable code to create initial fontsets.
19063 Use set-fontset-font in place of put-charset-property.
19064
19065 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19066
19067 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19068 label, ensure that the first colon isn't followed by another.
19069
19070 * paths.el (Info-default-directory-list): Doc fix.
19071
19072 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19073 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19074 send a query containing USER only, not USER@HOST.
19075
19076 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19077 and rmail-msgend to compute the restriction at the end, instead of
19078 computing it.
19079
19080 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19081
19082 * dabbrev.el (dabbrev-expand): Don't display messages in the
19083 echo area if the minibuffer window is active.
19084
19085 * jit-lock.el (jit-lock-mode): Add after change function to
19086 local hook.
19087
19088 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19089
19090 * antlr-mode.el: New commands: hide/unhide actions,
19091 upcase/downcase literals.
19092 (antlr-tiny-action-length): New user option.
19093 (antlr-hide-actions): New command. Suggested by
19094 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19095 (antlr-mode-map): New binding [C-c C-v].
19096 (antlr-mode-menu): New entries.
19097 (antlr-downcase-literals): New command.
19098 (antlr-upcase-literals): Ditto.
19099
19100 * antlr-mode.el: Minor changes: indendation, mode-name.
19101 (antlr-indent-line): Indent cpp directive at column 0.
19102 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19103
19104 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19105 (antlr-font-lock-additional-keywords): Workaround for intentional
19106 bug in XEmacs version of font-lock.
19107 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19108 be used by a smarter version of `buffers-menu-grouping-function'.
19109
19110 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19111
19112 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19113 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19114
19115 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19116
19117 * international/encoded-kb.el
19118 (encoded-kbd-iso2022-designation-map): Pay attention to that
19119 charset-iso-final-char return -1 for eight-bit-control and
19120 eight-bit-graphic.
19121
19122 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19123
19124 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19125 (speedbar-easymenu-definition-base): Use display-graphic-p where
19126 available, instead of window-system.
19127
19128 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19129
19130 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19131 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19132 coding systems.
19133
19134 2000-05-26 Dave Love <fx@gnu.org>
19135
19136 * disp-table.el (standard-display-underline): Don't use
19137 internal-find-face.
19138
19139 * mail/reporter.el: Maintainer change. Doc fixes.
19140 (reporter-version): Deleted.
19141
19142 * emacs-lisp/elp.el: Maintainer change.
19143 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19144
19145 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19146
19147 * add-log.el (add-change-log-entry): Merge the current entry with the
19148 previous one if the previous one is empty.
19149
19150 2000-05-26 Dave Love <fx@gnu.org>
19151
19152 * loadhist.el (unload-feature): Fix interactive spec [from
19153 lijnzaad@ebi.ac.uk].
19154
19155 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19156 subr-arity to check primitives.
19157 (byte-compile-flush-pending, byte-compile-file-form-progn)
19158 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19159 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19160 mapcar.
19161
19162 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19163
19164 * international/fontset.el: Set family names of non-latin charsets
19165 in default fontset to "*".
19166
19167 * international/mule-diag.el (print-fontset): Combine family part
19168 and registry part of the fontname by "-*-" instead of "-".
19169
19170 * international/mule-cmds.el (encode-coding-char): Make strings
19171 multibyte before calling encode-coding-string.
19172
19173 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19174
19175 * derived.el: Fix keywords.
19176 (define-derived-mode): Only define if needed.
19177
19178 * simple.el (fill-comment, comment-column, comment-start)
19179 (comment-start-skip, comment-end, comment-indent-function)
19180 (block-comment-start, block-comment-end, indent-for-comment)
19181 (set-comment-column, kill-comment, comment-padding, comment-region)
19182 (comment-multi-line, indent-new-comment-line): Remove.
19183
19184 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19185 function names for comment operations.
19186
19187 * newcomment.el: Add abundant autoload cookies.
19188 (comment-style): Don't depend on runtime data at compile-time.
19189 (comment-indent-hook): Remove.
19190 (comment-indent): Check if comment-indent-hook is bound.
19191 (comment-region): Docstring fix.
19192
19193 2000-05-25 Dave Love <fx@gnu.org>
19194
19195 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19196 byte-code-function-p.
19197
19198 * mail/rmailsum.el: Add provide.
19199
19200 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19201
19202 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19203 defcustom.
19204
19205 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19206
19207 * ediff-diff.el (ediff-exec-process): delete --binary option from
19208 non-buffer ediff jobs.
19209
19210 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19211
19212 * hilit-chg.el (highlight-changes-mode): Ask about color or
19213 grayscale support, not about window-system.
19214
19215 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19216 window-system.
19217 (ffap-highlight): Always default to t.
19218
19219 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19220 display-popup-menus-p instead of looking at window-system.
19221
19222 * disp-table.el (standard-display-g1, standard-display-graphic):
19223 Only refuse to use string glyphs on X and MS-Windows.
19224
19225 * avoid.el: Remove window-system from commentary, suggest to use
19226 display-*-p instead.
19227
19228 * apropos.el (apropos-print): Use display-mouse-p instead of
19229 window-system.
19230
19231 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19232
19233 * international/codepage.el (cp-decoding-vector-for-codepage):
19234 Fill up unsupported characters with their own codes. From Kenichi
19235 Handa.
19236
19237 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19238
19239 * international/mule-diag.el (describe-char-after): Use
19240 display-graphic-p instead of window-system, so that this function
19241 works on MS-DOS.
19242
19243 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19244
19245 * international/codepage.el (cp-make-coding-systems-for-codepage):
19246 Remove the eight-bit-graphic and eight-bit-control charsets from
19247 the list of charsets which we convert into `?'.
19248
19249 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19250
19251 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19252 private charsets.
19253 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19254 japanese-jisx0213-2): New charsets.
19255
19256 * international/fontset.el: Setup default fontset for new charsets.
19257
19258 2000-05-24 Dave Love <fx@gnu.org>
19259
19260 * info.el (Info-find-node-2): Restructure [following "Vadim
19261 S. Solomin" <sovs@uic.nnov.ru>].
19262
19263 * icomplete.el: Fix header for Finder.
19264
19265 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19266
19267 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19268 STAY.
19269
19270 * rmail.el (rmail-automatic-folder-directives): New user variable.
19271 (rmail-show-message): Add call to `rmail-auto-file' during
19272 display.
19273 (rmail-auto-file): New function.
19274
19275 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19276
19277 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19278 account.
19279 (ediff-test-utility,ediff-diff-mandatory-option)
19280 (ediff-reset-diff-options): Utilities for proper initialization of
19281 ediff-diff-options and ediff-diff3-options on Windows.
19282
19283 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19284 variable.
19285
19286 * ediff-mult.el (ediff-filegroup-action): Use
19287 ediff-merge-filename-prefix.
19288
19289 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19290
19291 * viper-ex.el (ex-write): Set selective display to nil.
19292
19293 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19294
19295 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19296 aliases for hebrew-iso-8bit.
19297
19298 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19299
19300 * woman.el: New version from Francis J. Wright
19301 <F.J.Wright@Maths.QMW.ac.uk>.
19302 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19303 names in environment variables regardless of the path separator.
19304 (woman-topic-all-completions-1): Don't call file-name-directory-p
19305 on all files, since woman-file-regexp already filters out any
19306 directories.
19307
19308 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19309
19310 * international/quail.el (quail-start-translation): Don't change
19311 modified-p of the current buffer.
19312 (quail-start-conversion): Likewise.
19313
19314 * international/kkc.el (kkc-region): Don't change modified-p of
19315 the current buffer.
19316
19317 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19318 conform to RFC1468.
19319 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19320
19321 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19322
19323 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19324 (speedbar-insert-button): Invisible text property fix.
19325 (speedbar-directory-plus): Renamed from speedbar-directory-+
19326 (speedbar-directory-minus): Renamed from speedbar-directory--
19327 (speedbar-page-plus): Renamed from speedbar-file-+
19328 (speedbar-page-minus): Renamed from speedbar-file--
19329 (speedbar-page): Renamed from speedbar-file-
19330 (speedbar-tag): Renamed from speedbar-tag-
19331 (speedbar-tag-plus): Renamed from speedbar-tag-+
19332 (speedbar-tag-minus): Renamed from speedbar-tag--
19333 (speedbar-expand-image-button-alist): Use above renames.
19334
19335 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19336 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19337 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19338 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19339 * sb-pg.xpm: Renamed from sb-file.xpm
19340 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19341 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19342
19343 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19344
19345 * international/quail.el (quail-show-guidance-buf): Set
19346 current-input-method of the guidance buffer to the name of the
19347 curren input method.
19348
19349 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19350
19351 * progmodes/compile.el (compile-internal): Style typo.
19352
19353 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19354 quote vars and functions in the docstring.
19355
19356 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19357
19358 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19359 Don't quote lambdas.
19360
19361 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19362
19363 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19364
19365 * startup.el (command-line): Determine source file of compiled
19366 user init file differently. Warn if compiled user init file
19367 is older than its source file.
19368
19369 * ffap.el (ffap-url-regexp): Add `https'.
19370
19371 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19372
19373 * files.el (make-backup-file-name-1): Replace slashes with `!'
19374 rather than `|' (which is not allowed on Windows). Replace the
19375 drive letters with a string "drive_X".
19376
19377 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19378
19379 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19380
19381 * files.el (interpreter-mode-alist): Add `bash2'.
19382
19383 2000-05-22 Dave Love <fx@gnu.org>
19384
19385 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19386 mapc.
19387 (feature-file): Avoid calling symbol-name. Doc fix.
19388 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19389 (loadhist-hook-functions): Add mouse-position-function.
19390 (unload-feature): Change uses of mapcar.
19391
19392 * files.el (parse-colon-path): Doc fix.
19393 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19394 (set-auto-mode): Use mapc.
19395
19396 * complete.el (PC-look-for-include-file): Use :alnum: character
19397 class.
19398 (partial-completion-mode): Add autoload cookie.
19399
19400 2000-05-22 Sam Steingold <sds@gnu.org>
19401
19402 * info.el (Info-fontify-node): Fixed the call to
19403 `add-text-properties' (bug introduced on 2000-05-18).
19404
19405 2000-05-22 Dave Love <fx@gnu.org>
19406
19407 * bindings.el: Remove debug-ignored-errors set in other files.
19408
19409 * progmodes/etags.el: Add to debug-ignored-errors.
19410 (visit-tags-table-buffer): Clear out buffers holding old tables
19411 when making a new list.
19412 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19413 mapc.
19414
19415 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19416 quote keywords.
19417 (cmpl-string-case-type): Use character classes.
19418
19419 * comint.el:
19420 * textmodes/ispell.el:
19421 * imenu.el:
19422 * mail/mh-e.el:
19423 * progmodes/compile.el: Add to debug-ignored-errors.
19424
19425 * dabbrev.el: Add to debug-ignored-errors.
19426 (dabbrev-completion): Use mapc.
19427
19428 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19429
19430 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19431 (woman-mapcan, woman-parse-man.conf)
19432 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19433 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19434 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19435 path syntax better.
19436 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19437 (woman-manpath): Call woman-parse-man.conf.
19438 (woman-emulation): New defcustom, defaults to nroff.
19439 (woman-font-support): New defconst.
19440 (woman-use-symbol-font): New defcustom.
19441 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19442 "Emulation".
19443 Many functions: Doc fix.
19444
19445 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19446
19447 * international/quail.el (quail-simple-translation-keymap): Map
19448 128..255 to quail-self-insert-command.
19449 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19450
19451 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19452
19453 * help.el (help-manyarg-func-alist): Typo.
19454
19455 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19456 intervals which makes it heaps simpler.
19457
19458 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19459 the nested comment markers.
19460
19461 * subr.el (remove-hook): Don't turn the hook's value into a list.
19462
19463 2000-05-21 Dave Love <fx@gnu.org>
19464
19465 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19466 are invalid characters.
19467
19468 * international/mule-util.el (detect-coding-with-priority): Use
19469 mapc. Remove redundant lambda.
19470
19471 * international/mule-diag.el (list-non-iso-charset-chars)
19472 (describe-fontset): Remove redundant lambda.
19473
19474 * emulation/crisp.el (brief-mode): New alias.
19475
19476 * emacs-lisp/ring.el (ring-elements): New function.
19477
19478 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19479 (easy-menu-do-add-item): Use keywordp.
19480
19481 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19482
19483 * replace.el: Doc and error message fixes.
19484 (replace-highlight): Use facep, not internal-find-face.
19485
19486 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19487
19488 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19489
19490 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19491 (log-edit-insert-changelog): Drop `:' as well.
19492
19493 * log-view.el: Fix file description.
19494 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19495 available.
19496 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19497 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19498
19499 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19500 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19501 Print a status message if the toggle is called interactively.
19502 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19503 for global minor modes and use `defcustom' for them.
19504 Use add-minor-mode.
19505 (easy-mmode-define-derived-mode): Remove.
19506 (define-derived-mode): Fancier default docstring.
19507 (easy-mmode-define-navigation): Signal an error rather than (ding).
19508
19509 * newcomment.el (comment-styles): New `box-multi'.
19510 (comment-normalize-vars): Better default for comment-continue to
19511 avoid whitespace-only continuations.
19512 (comment-search-forward): Always move even in the no-syntax case.
19513 (comment-padright): Only obey N if it's only obeyed for padleft.
19514 (comment-make-extra-lines): Better handling of empty continuations.
19515 Use `=' for the filler if comment-start has only one character.
19516 (uncomment-region): Try handling the special `=' filler.
19517 (comment-region): Allow LINES even if MULTI is nil.
19518 (comment-box): Choose box style based on comment-style.
19519
19520 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19521
19522 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19523 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19524
19525 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19526
19527 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19528 and insert, not subst-char-in-region.
19529
19530 * international/mule-diag.el (list-character-sets-1): Handle
19531 charsets eight-bit-control and eight-bit-graphic.
19532 (list-iso-charset-chars): Likewise.
19533 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19534 charactes as is. Use indent-to to align characters.
19535
19536 * international/mule-cmds.el (find-multibyte-characters): Never
19537 exclude charsets eight-bit-control and eight-bit-graphic.
19538
19539 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19540
19541 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19542 Don't quote lambdas.
19543
19544 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19545
19546 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19547
19548 * gud.el (gud-jdb-directories): Doc fix.
19549
19550 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19551
19552 * newcomment.el: New file.
19553
19554 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19555
19556 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19557
19558 2000-05-18 Andreas Schwab <schwab@suse.de>
19559
19560 * dired.el (dired-between-files): Also skip lines beginning with
19561 `used'.
19562
19563 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19564
19565 * msb.el (msb-menu-cond): Add choice `user'.
19566
19567 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19568
19569 * ps-print.el: Compatibility, customization and doc fix.
19570 (ps-printer-name-option): Replace defconst by defvar.
19571 (ps-postscript-code-directory): XEmacs compatibility.
19572 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19573 fix.
19574 (ps-user-defined-prologue, ps-print-prologue-header)
19575 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19576 compatibility and code fix.
19577 (ps-print-background-image, ps-print-background-text):
19578 Customization fix.
19579 (ps-line-number-start, ps-n-up-on): New vars.
19580
19581 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19582
19583 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19584 the indent-comment function to just return the appropriate indent.
19585
19586 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19587
19588 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19589 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19590 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19591
19592 2000-05-18 Dave Love <fx@gnu.org>
19593
19594 * info.el (Info-fontify-node): Add intangible property as well as
19595 invisible.
19596
19597 * calendar/appt.el (appt-make-list): Match all lines of entry.
19598 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19599
19600 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19601
19602 * international/mule-diag.el (describe-char-after): Call
19603 internal-char-font, not char-font. If internal-char-font returns
19604 nil, display "-- none --".
19605
19606 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19607
19608 * image.el (image-type-available-p): Don't reference image-types
19609 if it isn't bound.
19610
19611 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19612
19613 * autoarg.el (autoarg-mode): Typo in the :set argument.
19614
19615 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19616
19617 * startup.el (command-line-1): Don't signal an error if the
19618 directory for auto-save-list files does not yet exist.
19619
19620 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19621
19622 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19623
19624 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19625
19626 * subr.el (remove-hook): `setq' hook-value, not `set'.
19627
19628 2000-05-16 Sam Steingold <sds@gnu.org>
19629
19630 * info.el (debug-ignored-errors): More errors to ignore.
19631
19632 2000-05-16 Dave Love <fx@gnu.org>
19633
19634 * cus-edit.el: Don't require cl or easymenu.
19635 (custom-variable-prompt): Test standard-value property, not
19636 user-variable-p.
19637
19638 2000-05-16 Sam Steingold <sds@gnu.org>
19639
19640 * subr.el (add-hook): `setq' hook-value, not `set'.
19641
19642 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19643
19644 * startup.el (command-line-1): Mention the FAQ in the startup
19645 message.
19646
19647 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19648
19649 * progmodes/compile.el (compilation-parse-errors): Collect
19650 `nomessage' regexps last.
19651
19652 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19653
19654 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19655 to the function name.
19656
19657 2000-05-15 Dave Love <fx@gnu.org>
19658
19659 * speedbar.el (speedbar-recenter): Typo.
19660 (speedbar-expand-line): Make arg optional.
19661 (speedbar-mode): Avoid a compiler warning.
19662
19663 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19664
19665 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19666 user-specified option string is empty.
19667
19668 * mouse.el (mouse-yank-at-click): Doc fix.
19669
19670 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19671
19672 * term/internal.el (IT-character-translations): More updates of
19673 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19674 documents.
19675
19676 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19677
19678 * env.el (getenv): New function, interactively callable.
19679 (setenv, getenv): Remove autoload cookies.
19680
19681 * loadup.el: Load `env'.
19682
19683 * progmodes/f90.el: Change author's mail address.
19684
19685 2000-05-14 Dave Love <fx@gnu.org>
19686
19687 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19688 goto-addr as an option.
19689
19690 * help.el (help-xref-stack): Doc fix.
19691 (help-xref-following): New variable.
19692 (help-make-xrefs): Use it.
19693 (help-xref-go-back): Use position information from stack element.
19694 (help-follow): Make position in stack element a pair. Use
19695 help-xref-following.
19696
19697 * autoarg.el: New file.
19698
19699 * faces.el: Declare more functions obsolete.
19700
19701 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19702 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19703 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19704 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19705 Remove all the setup-...-environment functions.
19706
19707 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19708
19709 * speedbar.el: Updated the commentary section. xemacs20p now uses
19710 >= when detecting. Require `defimage' safely.
19711 (speedbar-easymenu-definition-base): Add toggle for images.
19712 (speedbar-easymenu-definition-special): Add flush cache & expand.
19713 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19714 (speedbar-reconfigure-keymaps-hook): New variable.
19715 (speedbar-frame-parameters): Updated documentation.
19716 (speedbar-use-imenu-flag): Updated custom tag
19717 (speedbar-dynamic-tags-function-list): New variable.
19718 (speedbar-tag-hierarchy-method): Updated doc & custom.
19719 (speedbar-indentation-width, speedbar-indentation-width) New
19720 variables.
19721 (speedbar-hide-button-brackets-flag): Customizable.
19722 (speedbar-vc-indicator): Doc update.
19723 (speedbar-ignored-path-expressions): Updated default value.
19724 (speedbar-supported-extension-expressions): Updated default value.
19725 (speedbar-syntax-table): Remove {} paren status.
19726 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19727 as "+". Added overlay aliases.
19728 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19729 `force-mode-line-update'.
19730 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19731 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19732 `mouse-set-point'
19733 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19734 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19735 of arbitrary text, and new helper functions.
19736 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19737 filename finder.
19738 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19739 (speedbar-directory-buttons): Update path search/expansion.
19740 (speedbar-make-tag-line): Pay attention to
19741 `speedbar-indentation-width'. Use more care w/ invisible
19742 properties.
19743 (speedbar-change-expand-button-char): Call
19744 `speedbar-insert-image-button-maybe'.
19745 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19746 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19747 (speedbar-trim-words-tag-hierarchy)
19748 (speedbar-simple-group-tag-hierarchy): New functions
19749 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19750 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19751 functions.
19752 (speedbar-mouse-set-point): New function
19753 (speedbar-power-click): Updated documentation.
19754 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19755 of tag prefix text.
19756 (speedbar-expand-line, speedbar-contract-line): Make more robust
19757 to strange text.
19758 (speedbar-expand-line): Takes universal argument to flush the
19759 cache.
19760 (speedbar-flush-expand-line): New function.
19761 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19762 Use new generator insertion method.
19763 (speedbar-fetch-dynamic-tags): New function.
19764 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19765 `speedbar-fetch-dynamic-imenu'.
19766 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19767 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19768 "Revert Buffer" menu items.
19769 (speedbar-buffer-buttons-engine): Be smarter when creating a
19770 filename tag (for expansion purposes.).
19771 (speedbar-highlight-one-tag-line,
19772 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19773 (speedbar-recenter): New functions.
19774 (defimage-speedbar): Image loading abstraction.
19775 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19776 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19777 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19778 (speedbar-tag-type, speedbar-tag-mail): New images.
19779 (speedbar-expand-image-button-alist): New variable.
19780 (speedbar-insert-image-button-maybe): Insert an image over some
19781 buttons.
19782
19783 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19784
19785 * international/mule-cmds.el (encode-coding-char): An ASCII
19786 character is always encodable.
19787
19788 * international/mule-conf.el: Add more information in descriptions
19789 of character sets.
19790
19791 * international/mule-diag.el (describe-char-after): New function.
19792 (describe-font-internal): Adjusted for the change of font-info.
19793 (describe-font): Likewise.
19794 (print-fontset): Rewritten for the new fontset implementation.
19795 (describe-fontset): Include fontset alias names in completion.
19796 (list-fontsets): Adjusted for the change of print-fontset.
19797
19798 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19799 describe-char-after instead of displaying the detail in the echo
19800 area.
19801 (syntax-code-table): Format changed.
19802 (string-to-syntax): Adjusted for the above change.
19803
19804 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19805
19806 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19807
19808 2000-05-12 Dave Love <fx@gnu.org>
19809
19810 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19811 dependence. Use line-{beginning,end}-position, not
19812 point-at{b,e}ol. Some doc fixes.
19813 (todo-position): New function. Fix callers of position to use it.
19814 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19815
19816 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19817
19818 * time.el (display-time-mail-icon): Use `:ascent center'.
19819
19820 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19821 handling FTP security extensions.
19822
19823 2000-05-11 Dave Love <fx@gnu.org>
19824
19825 * calendar/todo-mode.el: New file.
19826
19827 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19828
19829 * comint.el (comint-read-input-ring): Move reference to
19830 comint-input-ring-size outside of the save-excursion. It was
19831 causing the default value to be the only one ever seen.
19832
19833 * font-lock.el: Update copyright. Remove Simon Marshall's email
19834 address on request from him.
19835
19836 * subr.el (substitute-key-definition): Add comment describing
19837 the meaning of PREFIX.
19838
19839 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19840
19841 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19842
19843 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19844 (add-minor-mode): Don't make the variable buffer-local and add a
19845 reference to define-minor-mode in the docstring.
19846
19847 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19848 HEADER/FOOTER and fix bug with trailing empty directory.
19849 (cvs-append-to-ignore): Use vc-editable-p if available.
19850 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19851 (vc-do-command): Tweak advice to handle the new VC.
19852
19853 * log-view.el (log-view-goto-rev): New function for the new VC.
19854 (log-view-minor-wrap): Use mark-active.
19855
19856 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19857 (log-edit-changelog-full-paragraphs): New var.
19858 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19859 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19860 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19861 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19862 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19863 Replace the `cvs' prefix with `log-edit'.
19864
19865 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19866
19867 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19868 (diff-font-lock-defaults): Explicitly turn off multiline.
19869 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19870 (diff-ediff-patch): Fix call to ediff-patch-file.
19871 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19872 Handle comments.
19873
19874 * frame.el (automatic-hscrolling): Typo.
19875
19876 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19877
19878 2000-05-09 Sam Steingold <sds@goems.com>
19879
19880 * apropos.el (apropos-print): use `describe-face' instead of
19881 `customize-face-other-window'.
19882
19883 2000-05-09 Dave Love <fx@gnu.org>
19884
19885 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19886
19887 * help.el (describe-variable): Have customize button pop the
19888 help-xref stack when invoked.
19889 (help-xref-symbol-regexp): Add `face'.
19890 (help-make-xrefs): Check for quoted face names and adapt regexp
19891 submatch numbers to cope.
19892 (help-xref-interned): Maybe insert face doc too. Separate
19893 sections with a line of hyphens.
19894
19895 * faces.el: Some doc fixes. Declare some functions obsolete.
19896 (describe-face): Add customize button. Return the help
19897 text. Fix prompt.
19898
19899 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19900
19901 * term/internal.el (IT-character-translations): Fix last change.
19902
19903 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19904
19905 * woman.el: New file
19906 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19907
19908 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19909
19910 * term/internal.el (IT-character-translations): Update ASCII
19911 simulations for greek-iso8859-7, add latin-iso8859-14 and
19912 latin-iso8859-15.
19913
19914 * international/mule-cmds.el (set-language-info-alist): Call
19915 define-prefix-command with 3 arguments, to make the map suitable
19916 for a menu.
19917
19918 2000-05-07 Dave Love <fx@gnu.org>
19919
19920 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19921
19922 2000-05-05 Dave Love <fx@gnu.org>
19923
19924 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19925 list in doc string. Don't quote keyword symbols.
19926 * emacs-lisp/cl.el: Likewise
19927 * emacs-lisp/cl-seq.el: Likewise
19928
19929 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19930
19931 * abbrev.el (abbrev-mode): Make ARG optional.
19932
19933 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19934
19935 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19936
19937 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19938
19939 * subr.el (substitute-key-definition): Clarify documentation.
19940
19941 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19942
19943 * glasses.el (glasses-convert-to-unreadable): Use
19944 `glasses-separator' instead of the hard-wired "_".
19945 (glasses-mode): Call `glasses-make-unreadable' only in a single
19946 place.
19947
19948 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19949
19950 * term/internal.el (cjk-codepages-alist): Add associations for
19951 Chinese and Korean codepages. Remove FIXME comment.
19952
19953 2000-05-03 Dave Love <fx@gnu.org>
19954
19955 * time.el (display-time-mail-face, display-time-use-mail-icon):
19956 New option.
19957 (display-time-mail-icon): New variable.
19958 (display-time-string-forms): Use the above. Fix the local-map.
19959
19960 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19961
19962 * replace.el (query-replace-map): Add binding for `E'.
19963 (query-replace-help): Extend help text.
19964 (perform-replace): Allow editing the replacement string.
19965
19966 * make-mode.el (makefile-mode-abbrev-table): New variable.
19967 (makefile-mode): Set local abbrev table to
19968 makefile-mode-abbrev-table.
19969 (makefile-font-lock-keywords): Fontify includes and conditionals.
19970
19971 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19972 set TOGGLE's value.
19973
19974 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19975 mail-interactive-insert-alias.
19976 (mail-abbrev-complete-alias): New command.
19977 (mail-mode-map): Bind it to `M-TAB'.
19978
19979 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19980
19981 * language/lao-util.el (lao-compose-region): New function.
19982
19983 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19984
19985 * files.el (recover-session): Make directories as necessary
19986 if they don't exist yet.
19987
19988 * calendar/cal-french.el
19989 (french-calendar-multibyte-special-days-array)
19990 (french-calendar-special-days-array): Change French text.
19991 (calendar-french-date-string): Change output.
19992 (calendar-goto-french-date): Likewise.
19993
19994 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19995
19996 * wid-edit.el (widget-default-active): Obey `:always-active'.
19997 (widget-documentation-string-value-create): Set `:always-active'.
19998
19999 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20000
20001 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20002 default prefix to `~/_emacs.d/auto-save.list/_s'.
20003 (normal-top-level): Create the directory for auto-save files, if
20004 it doesn't already exist (in the ms-dos case only).
20005
20006 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20007
20008 * international/mule-cmds.el (set-language-environment): Don't
20009 concat an integer (dos-codepage), use format instead.
20010
20011 2000-05-02 Dave Love <fx@gnu.org>
20012
20013 * help.el (help-xref-on-pp): Check for constant symbols.
20014
20015 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20016
20017 * startup.el (normal-top-level): Put a condition-case around
20018 the code loading subdirs.el.
20019
20020 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20021
20022 * ps-print.el: Upside-down and face background color printing,
20023 line number step, doc fix.
20024 (ps-print-version): New version number (5.2).
20025 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20026 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20027 (ps-spool-config): Var fix.
20028 (ps-printer-name-option): Const fix.
20029 (ps-print-upside-down, ps-use-face-background)
20030 (ps-line-number-step): New vars.
20031 (ps-window-system, ps-lp-system): New consts.
20032 (ps-face-background): New fun.
20033
20034 2000-04-28 Richard Stallman <rms@gnu.org>
20035
20036 * files.el (make-auto-save-file-name):
20037 Apply auto-save-file-name-transforms to visited file name
20038 before generating auto save file name.
20039 (auto-save-file-name-transforms): New variable.
20040
20041 * files.el (backup-enable-predicate):
20042 Correctly test for a file under a temporary directory.
20043
20044 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20045
20046 * subr.el (add-minor-mode): Rewritten.
20047
20048 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20049
20050 * mail/sendmail.el (sendmail-send-it): Set
20051 buffer-file-coding-system to the selected coding system for MIME
20052 header.
20053
20054 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20055
20056 * dired.el (dired-move-to-filename-regexp): Allow format where
20057 YYYY is followed by two spaces.
20058
20059 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20060 in the second character class of the regexp.
20061
20062 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20063 mh-etc, too.
20064
20065 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20066 nil.
20067
20068 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20069
20070 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20071 argument.
20072
20073 2000-04-27 Sen Nagata <sen@eccosys.com>
20074
20075 * emacs-lisp/crm.el (crm-completion-table): New variable.
20076 (crm-collection-fn, crm-test-completion)
20077 (completing-read-multiple): Use it.
20078
20079 2000-04-27 Dave Love <fx@gnu.org>
20080
20081 * help.el (locate-library): Use mapc.
20082 (help-manyarg-func-alist): Add call-process-region.
20083
20084 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20085
20086 * subr.el (add-minor-mode): Make argument MAP optional.
20087
20088 * desktop.el (desktop-save): Save list of minor modes.
20089 (desktop-create-buffer): Restore minor modes.
20090 (desktop-minor-mode-table): New user-option.
20091
20092 * subr.el (add-minor-mode): New function.
20093
20094 * image.el (find-image): New function.
20095 (defimage): Rewritten to find image at load time.
20096
20097 * startup.el (normal-top-level-add-to-load-path): Handle
20098 case that the default directory is not in load-path.
20099
20100 * help.el: Old patch from Stefan Monnier.
20101 (help-xref-on-pp): New function.
20102 (describe-variable): Use it to display xrefs in a symbol's value.
20103
20104 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20105
20106 * cus-edit.el (custom-face): Fix parenthesis.
20107
20108 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20109
20110 * mail/rmail.el (rmail-expunge): When there are no deleted
20111 messages, do nothing.
20112
20113 2000-04-26 Dave Love <fx@gnu.org>
20114
20115 * international/mule-cmds.el (locale-translation-file-name):
20116 Defvar to nil.
20117 (set-locale-environment): Set it here (at runtime).
20118
20119 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20120
20121 * replace.el (perform-replace): Add parameters START and END. Use
20122 them instead of the check for a region in Transient Mark mode.
20123 (query-replace-read-args): Return two more list elements for the
20124 start and end of the region in Transient Mark mode.
20125 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20126 (map-query-replace-regexp, replace-string, replace-regexp): Add
20127 optional last arguments START and END and pass them to
20128 perform-replace.
20129
20130 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20131 form with additional arguments for perform-replace.
20132
20133 * progmodes/etags.el (tags-query-replace): Add parameters START
20134 and END. Construct a form with additional arguments for
20135 perform-replace.
20136
20137 * simple.el (shell-command): Set default directory for "*Shell
20138 Command Output" buffer.
20139
20140 * language/european.el (iso-latin-4): Fix typo.
20141
20142 * emacs-lisp/crm.el: New file.
20143
20144 2000-04-24 Dave Love <fx@gnu.org>
20145
20146 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20147 (Custom-reset-saved, Custom-reset-standard)
20148 (custom-group-value-create, custom-group-set, custom-group-save)
20149 (custom-group-reset-current, custom-group-reset-saved)
20150 (custom-group-reset-standard): Use mapc.
20151 (custom-buffer-create-internal): Disable undo when creating items.
20152 Use mapc.
20153 (custom-face): Avoid redundant lambda.
20154
20155 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20156
20157 * startup.el (auto-save-list-file-prefix): Set default to
20158 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20159
20160 2000-04-24 Sam Steingold <sds@gnu.org>
20161
20162 * time-stamp.el (time-stamp-string-preprocess): Always convert
20163 `field-result' to a string.
20164
20165 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20166
20167 * frame.el (scrolling): New group.
20168 (automatic-hscrolling): New user-option.
20169
20170 * startup.el (command-line-x-option-alist): Add `-lsp' and
20171 `--line-spacing'.
20172
20173 2000-04-19 Dave Love <fx@gnu.org>
20174
20175 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20176 (cl-mapc): Rename from mapc. Fix the funcall.
20177
20178 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20179
20180 * simple.el (clone-indirect-buffer-other-window): New command.
20181 (clone-indirect-buffer): Add optional arg NORECROD.
20182 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20183
20184 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20185
20186 * window.el (count-screen-lines): New function.
20187 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20188 instead of window-buffer-height.
20189
20190 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20191 non-existing variable comint-input-sentinel.
20192 (inferior-lisp-args-to-list): Removed.
20193 (inferior-lisp): Use split-string instead of
20194 inferior-lisp-args-to-list.
20195
20196 * hexl.el (hexl-insert-hex-string): New command.
20197
20198 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20199 instead of concat.
20200
20201 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20202
20203 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20204 at the start of an existing but empty folder.
20205
20206 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20207
20208 * ps-mule.el: Customization fix, doc fix.
20209 (ps-multibyte-buffer): Customization fix.
20210
20211 2000-04-17 Richard M. Stallman <rms@gnu.org>
20212
20213 * subr.el (read-passwd): Use read-char-exclusive.
20214
20215 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20216
20217 * textmodes/texinfo.el (texinfo-insert-@email)
20218 (texinfo-insert-@emph, texinfo-insert-@quotation)
20219 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20220 (texinfo-mode-map): Add key bindings for them.
20221
20222 * files.el (basic-save-buffer-2): Use a template with `$'
20223 instead of `#' for VMS.
20224
20225 * simple.el (clone-indirect-buffer): New function.
20226
20227 2000-04-16 Stephen Eglen <stephen@gnu.org>
20228
20229 * iswitchb.el (iswitchb-case): New function. If the user input
20230 contains any upper-case characters, the search is made
20231 case-sensitive.
20232
20233 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20234
20235 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20236 comment-end.
20237 (texinfo-font-lock-syntactic-keywords): New var.
20238 (texinfo-font-lock-keywords): Remove comment regexp.
20239 (texinfo-insert-block): New function.
20240 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20241 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20242 and font-lock-defaults. Use regexp-opt for outline-regexp.
20243 (texinfo-environments): New var.
20244 (texinfo-environment-regexp): Use regexp-opt and
20245 texinfo-environments.
20246
20247 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20248 ispell-process is bound since this might be eval'd before ispell
20249 is loaded.
20250 (ispell-message): Use a tiny bit less magic and a bit more hard
20251 data to figure out what kind of sc-cite-regexp to use.
20252
20253 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20254
20255 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20256 (insert-cyclic-diary-entry): Unquote the lambda.
20257
20258 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20259
20260 * files.el (backup-enable-predicate): Unquote the lambda.
20261
20262 * cus-edit.el (custom-face, face): Unquote the lambda.
20263
20264 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20265
20266 * ps-print.el: Check for line-beginning-position definition.
20267
20268 * ps-print.el: Fix counting lines in a region.
20269 (ps-print-version): New version number (5.1.5).
20270 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20271 (ps-printing-region): Fun code fix.
20272
20273 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20274
20275 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20276 to file-directory-p.
20277
20278 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20279
20280 * gud.el (gud-jdb-build-source-files-list): Check that directory
20281 exists before calling directory-files.
20282
20283 2000-04-13 Dave Love <fx@gnu.org>
20284
20285 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20286 syntax.
20287
20288 * emacs-lisp/cl-specs.el: Remove when, unless.
20289
20290 * emacs-lisp/cl-extra.el: Don't quote keywords.
20291 (cl-old-mapc): New variable.
20292 (mapc): Use it.
20293 (cl-map-intervals): Use with-current-buffer. Don't check for
20294 next-property-change.
20295 (cl-map-overlays): Use with-current-buffer.
20296 (cl-expt): Remove.
20297 (copy-tree, remprop): Define unconditionally.
20298
20299 * emacs-lisp/cl-compat.el (keywordp): Remove.
20300
20301 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20302 to use keywordp.
20303 (edebug-spec): Enable keywordp.
20304
20305 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20306 string-lessp.
20307
20308 * cus-start.el: Use keywordp.
20309
20310 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20311
20312 * diary-lib.el (include-other-diary-files): Fix the fix of
20313 2000-02-18 by doing a save-excursion.
20314
20315 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20316
20317 * ps-print.el: Customization fix, doc fix.
20318 (ps-print-version): New version number (5.1.4).
20319 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20320 (ps-print-preprint): Adjust code.
20321 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20322 (ps-print-prologue-header, ps-print-control-characters)
20323 (ps-spool-config): Customization fix.
20324
20325 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20326
20327 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20328 converted to the new menu-item format, names silightly changed,
20329 help strings added.
20330
20331 Support for spelling without async subprocesses:
20332
20333 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20334 (ispell-session-buffer): New variables.
20335 (ispell-start-process, ispell-process-status,
20336 ispell-accept-output, ispell-send-string): New functions, for
20337 Ispell invocation when async subprocesses aren't supported.
20338 (ispell-word, ispell-pdict-save, ispell-command-loop,
20339 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20340 to process-send-string with calls to ispell-send-string, and
20341 accept-process-output with ispell-accept-output.
20342 (ispell-init-process): Call ispell-process-status instead of
20343 process-status with.
20344 (ispell-init-process): Call ispell-start-process. Call
20345 ispell-accept-output and ispell-send-string. Don't call
20346 process-kill-without-query and kill-process if they are unbound.
20347 (ispell-async-processp): New function.
20348
20349 2000-04-12 Dave Love <fx@gnu.org>
20350
20351 * info.el: Add debug-ignored-errors.
20352 (Info-mode-menu): Add some items.
20353 (Info-directory): Add autoload cookie.
20354
20355 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20356 Modify `truncate-lines'. Make `describe-language-environment'
20357 always visible and add help. Modify `describe-key' help. Invoke
20358 Info-directory from `info'. New entry `emacs-manual'.
20359
20360 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20361
20362 * progmodes/ebrowse.el (ebrowse-tree-mode):
20363 Use propertized-buffer-identification.
20364 (ebrowse-update-member-buffer-mode-line): Likewise.
20365 (ebrowse--mode-strings): Removed.
20366 (ebrowse--mode-line-props): Removed.
20367
20368 * files.el (auto-mode-alist): Add `EBROWSE'.
20369
20370 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20371 space before testing for end of buffer.
20372 (ebrowse-load): Removed.
20373 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20374 (ebrowse-create-tree-buffer): Rewritten.
20375 (ebrowse-tree-mode): Read tree from buffer.
20376
20377 * progmodes/ebrowse-ffh.el: Removed.
20378
20379 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20380
20381 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20382
20383 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20384
20385 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20386 at the wrong place.
20387
20388 2000-04-09 Dave Love <fx@gnu.org>
20389
20390 * files.el (backup-enable-predicate):
20391 Use temporary-file-directory, small-temporary-file-directory.
20392 (make-backup-file-name-function, backup-directory-alist): New vars.
20393 (make-backup-file-name-1): New function.
20394 (make-backup-file-name): Use it.
20395 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20396 (file-newest-backup): Use make-backup-file-name.
20397
20398 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20399
20400 * progmodes/ebrowse-ffh.el: New file.
20401
20402 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20403 Moved to ebrowse-ffh.el.
20404 (ebrowse-load): Add autoload.
20405
20406 * finder.el (finder-commentary): Add autoload cookie.
20407
20408 * mail/rfc2368.el: Correct author's email address.
20409
20410 * progmodes/ebrowse.el: New file.
20411
20412 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20413 item help string.
20414 (easy-menu-do-add-item): Ditto.
20415 (easy-menu-define): Extend doc string.
20416
20417 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20418 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20419 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20420 with-buffer-unmodified.
20421
20422 2000-04-08 Dave Love <fx@gnu.org>
20423
20424 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20425 unless, when.
20426
20427 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20428
20429 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20430 (viper-flash-search-pattern): No operation when using Emacs
20431 doesn't support face.
20432 Use `viper-put-on-search-overlay'.
20433
20434 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20435
20436 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20437 like C-r.
20438
20439 * progmodes/make-mode.el: Some doc fixes.
20440 (makefile-mode-abbrev-table): New variable.
20441 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20442 (makefile-font-lock-keywords): Fontify includes and conditionals.
20443 (toplevel): Require `dabbrev' and `add-log' when compiling.
20444
20445 * replace.el (perform-replace): Don't move forward one char
20446 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20447 to do that because it leaves point 1 position after the last
20448 replacement, after everything has been replaced.
20449
20450 * jit-lock.el (with-buffer-unmodified): New macro.
20451 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20452 modified state.
20453 (jit-lock-function-1): Extracted from jit-lock-function; not
20454 preserving buffer's modified state.
20455 (jit-lock-function, jit-lock-stealth-fontify):
20456 Call jit-lock-function-1.
20457
20458 * mail/rfc2368.el: Remove supernumerary copyright line.
20459
20460 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20461
20462 * glasses.el: Provide facilities for inserting space before left
20463 parentheses and uncapitalization of identifiers.
20464 (glasses-mode): Try to remove old overlays in all cases.
20465
20466 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20467
20468 * progmodes/compile.el (compile-internal): Display the compilation
20469 buffer in a different frame, if it's already displayed there.
20470
20471 * mail/rfc2368.el: New file.
20472
20473 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20474 header and insert its value as mail body.
20475
20476 * subr.el (member-ignore-case): New function.
20477
20478 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20479 (dabbrev--find-expansion): Ignore buffers matching a regexp
20480 from dabbrev-ignored-regexps.
20481
20482 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20483 to extensions handled by gzip.
20484
20485 2000-04-03 Richard M. Stallman <rms@gnu.org>
20486
20487 * files.el (insert-directory): List the total free space
20488 along with the used space.
20489
20490 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20491 line is followed by one that matches CITATION-REGEXP, end the
20492 paragraph.
20493
20494 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20495
20496 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20497 (rmail-make-basic-summary-line): Use that option.
20498
20499 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20500
20501 * international/mule-cmds.el (encoded-string-description):
20502 Rewritten. Try pretty description for ISO 2022 escape sequences
20503 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20504 for hexadecimal format.
20505
20506 2000-04-01 Dave Love <fx@gnu.org>
20507
20508 * cpp.el: Change customization group to `c' from `C'.
20509
20510 * vcursor.el (vcursor-move): Use display-color-p.
20511
20512 * international/mule-util.el: Provide mule-utils.
20513 (string-to-sequence): Simplify and speed up.
20514
20515 * international/mule.el (make-coding-system): Purecopy doc-string.
20516
20517 * international/mule-cmds.el: Various menu changes.
20518 (describe-specified-language-support): Handle `Default'.
20519 (set-language-info): Purecopy `info'.
20520
20521 2000-03-31 Andrew Innes <andrewi@gnu.org>
20522
20523 * vc.el (vc-backend-diff): Return the correct status if we had to
20524 retry the rcsdiff command without the --brief option.
20525
20526 2000-03-31 Dave Love <fx@gnu.org>
20527
20528 * help.el (help-manyarg-func-alist): Correct several omissions.
20529
20530 * add-log.el: Don't require cl, fortran.
20531 (add-log-current-defun-function): Doc fix.
20532 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20533 (change-log-version-rcs): Function deleted.
20534 (change-log-version-number-search): Doc fix.
20535 Use vc-workfile-version. Avoid CL dolist.
20536 (add-change-log-entry): Just call add-log-current-defun to get
20537 defun. Simplify somewhat.
20538 (change-log-get-method-definition-1): Likewise.
20539 (add-log-current-defun): Return nil if calling
20540 add-log-current-defun-function does so. Move Fortran stuff to
20541 fortran.el. Return string without properties.
20542
20543 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20544 and :alpha: char classes.
20545
20546 * mail/supercite.el: Defvar curline when compiling.
20547 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20548 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20549 rather than a-zA-Z0-9 to allow non-ASCII characters.
20550
20551 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20552
20553 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20554
20555 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20556 Re-enable new code.
20557
20558 * lpr.el (print-region-1): Use -d to specify printer name for
20559 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20560
20561 2000-03-31 Dave Love <fx@gnu.org>
20562
20563 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20564 Look for function definition in symbol's function value slot first
20565 instead of first consulting byte-compile-function-environment.
20566
20567 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20568
20569 * language/european.el ("Polish"): New language environment.
20570 (setup-polish-environment): New function.
20571
20572 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20573
20574 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20575 Disable new code.
20576
20577 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20578 trying to `load' the symbol of an autoload instead of the file
20579 recorded in the autoload. Fix error messages.
20580
20581 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20582
20583 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20584 (ps-print-version): New version number (5.1.3).
20585 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20586 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20587 (ps-generate-postscript-with-faces): Code fix.
20588 (ps-color-values): XEmacs compatibility.
20589 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20590 (ps-default-fg, ps-default-bg): Adjust customization.
20591 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20592 (ps-color-scale): Renaming old ps-color-value fun.
20593 (ps-print-headers): Replace ps-print-header group to avoid conflict
20594 with ps-print-header variable.
20595 (ps-print-miscellany): New group.
20596 (ps-format-color, ps-rgb-color): New funs.
20597 (ps-default-foreground): New var.
20598 (ps-printer-name-option): New const.
20599
20600 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20601
20602 * net/net-utils.el:
20603 (network-connection-host, network-connection-service): New variables
20604 (network-connection-mode): New mode, derived from comint-mode
20605 (network-connection-mode-setup): New function, saves host and
20606 service information in local variables.
20607
20608 * lisp/locate.el:
20609 (locate-word-at-point): Added this function
20610 (locate): Default to using locate-word-at-point as input
20611 Run dired-mode-hook
20612
20613 2000-03-29 Dave Love <fx@gnu.org>
20614
20615 * calendar/appt.el: Doc fixes.
20616 (appt-check): Convert min-to-app to a string before passing to
20617 appt-disp-window-function or concat.
20618 (appt-delete-window): Remove test for frame-root-window.
20619 (appt-select-lowest-window, appt-convert-time): Simplify.
20620
20621 * emacs-lisp/bytecomp.el: Doc fixes.
20622 (byte-compile-file-form-autoload):
20623 Update byte-compile-function-environment.
20624
20625 2000-03-29 Andreas Schwab <schwab@suse.de>
20626
20627 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20628
20629 * dired.el (dired-insert-directory): If dired-free-space-program
20630 failed just delete its output.
20631
20632 2000-03-29 Dave Love <fx@gnu.org>
20633
20634 * international/iso-cvt.el: Move provide to end. Doc fixes.
20635 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20636 (iso-iso2sgml, iso-sgml2iso): New functions.
20637 (iso-cvt-define-menu): Fix some entries and use backquote for
20638 clarity.
20639
20640 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20641
20642 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20643
20644 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20645 ISO-DATE. If non-nil, return date in ISO 8601 format.
20646
20647 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20648
20649 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20650 if it ever becomes used.
20651 (log-edit-mode-hook): Default to vc-log-mode-hook.
20652 (log-edit-mode): Fix the docstring.
20653
20654 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20655 the code.
20656
20657 2000-03-26 Dave Love <fx@gnu.org>
20658
20659 * net/browse-url.el (browse-url): Re-fix case of
20660 browse-url-browser-function being an alist.
20661 (browse-url): Add :link to defgroup.
20662
20663 * files.el: Doc fixes.
20664 (file-truename): Include `[' in wildcard characters.
20665 (automount-dir-prefix): Customize.
20666 (find-file-wildcards): Add :version.
20667 (find-file-noselect): Simplify a mapcar call.
20668
20669 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20670 compatible with inf-lisp version.
20671 (eval-defun-1): Fix custom-declare-variable case.
20672
20673 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20674
20675 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20676
20677 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20678
20679 * Makefile (COMPILE_FIRST): New macro.
20680 (compile-files): Compile files from COMPILE_FIRST first.
20681
20682 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20683
20684 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20685 matching open parenthesis in column 0 to defun-prompt-regexp
20686 only if open-paren-in-column-0-is-defun-start is set.
20687
20688 * sun-curs.el: Require CL at compile-time only.
20689
20690 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20691 instead of copy-list which is a function from CL.
20692 (msb--choose-menu, msb--mode-menu-cond)
20693 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20694 (msb--init-file-alist): Use mapcar instead of mapcan.
20695 (msb--aggregate-alist): Use mapcar instead of mapcan.
20696 Fix `(' in column 0 in doc string.
20697 (msb--add-separators): Use mapcar instead of mapcan.
20698
20699 * cus-dep.el: Require CL at compile-time only.
20700
20701 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20702
20703 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20704 (byte-compile-warnings): New warning `noruntime'.
20705 (byte-compile-constants, byte-compile-variables): Fix docstring.
20706 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20707 execute `eval-whenc-compile's body.
20708 (byte-compile-unresolved-functions): Fix docstring.
20709 (byte-compile-eval): New function.
20710 (byte-compile-callargs-warn): Check if the function will be available
20711 at runtime (via property `byte-compile-noruntime').
20712 (byte-compile-print-syms): New function.
20713 (byte-compile-warn-about-unresolved-functions): Also warn about
20714 `noruntime' functions (and use `byte-compile-print-syms').
20715 (byte-compile-file): Capitalize the message.
20716
20717 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20718
20719 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20720 (rmail-expunge): Ask for confirmation depending on the setting
20721 of rmail-confirm-expunge.
20722
20723 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20724
20725 * Makefile (bootstrap-clean): If $(emacs) exists, build
20726 loaddefs.el first. A loaddefs.el that's not up-to-date might
20727 cause a bootstrap failure because things don't autoload as expected.
20728
20729 2000-03-23 Dave Love <fx@gnu.org>
20730
20731 * net/browse-url.el: Restore previous use of
20732 browse-url-maybe-new-window.
20733
20734 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20735
20736 * ps-print.el: Skip banner page fix.
20737 (ps-print-version): New version number (5.1.2).
20738 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20739
20740 2000-03-23 Dave Pearson <davep@davep.org>
20741
20742 * net/quickurl.el Changed the type of parameter passed to the
20743 function defined by `quickurl-format-function'. Before only the
20744 text of the URL was passed. Now the whole URL structure is passed
20745 and the function is responsible for extracting the parts it requires.
20746 Changed the default of `quickurl-format-function' accordingly.
20747 (quickurl-insert): Changed the `funcall' of
20748 `quickurl-format-function' to match the above change.
20749 (quickurl-list-insert): Changed the `url' case so that it makes
20750 use of `quickurl-format-function', previous to this the format was
20751 hard wired.
20752
20753 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20754
20755 * startup.el: Change some spellings for the X Window System.
20756
20757 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20758
20759 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20760 Clean up the code and the regexp and make sure the cursor is
20761 temporarily moved to the suspicious line while querying the user.
20762
20763 2000-03-22 Jason Rumney <jasonr@gnu.org>
20764
20765 * w32-fns.el (w32-charset-info-alist): Initialize.
20766
20767 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20768
20769 * ps-print.el: N-up last page fix.
20770 (ps-print-version): New version number (5.1.1).
20771 (ps-end-file, ps-end-job, ps-generate): Code fix.
20772
20773 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20774
20775 * files.el (find-file-run-dired): Update docstring.
20776 (find-directory-functions): New hook.
20777 (find-file-noselect): Run find-directory-functions rather than
20778 calling dired directly.
20779
20780 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20781
20782 * pcvs.el: Add a minimal leading commentary.
20783 (cvs-make-cvs-buffer): Change the header part by removing the startup
20784 message and adding a `Module' entry. Also replace the FOOTER and
20785 HEADER special fileinfos with the new support in ewoc for updating
20786 its own footer and header.
20787 (cvs-update-header): Update to use the header/footer of the ewoc.
20788 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20789 (cvs-is-within-p): New function.
20790 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20791 to only examine some subset of the buffers.
20792
20793 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20794 `format' instead of our own ad-hoc functions.
20795 Remove HEADER and FOOTER cases, now handled in the EWOC.
20796 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20797
20798 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20799 output to avoid scaring the user.
20800 (cvs-parse-table): Catch message for non-up-to-date commits.
20801
20802 * pcvs-defs.el (cvs-startup-message): Remove.
20803 (cvs-global-menu): New autoloaded menu.
20804
20805 * pcvs-util.el (cvs-string-fill): Remove.
20806
20807 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20808 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20809 PP part of it and also make it work for footers and headers.
20810 (ewoc-create): Drop POS and BUFFER arguments.
20811 Use the DLL's dummy node to store the end-of-footer position.
20812 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20813 (ewoc-refresh): Remove unused `header' variable.
20814 (ewoc-(get|set)-hf): New functions.
20815
20816 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20817 log-view-*-(message|file) and use easy-mmode-define-navigation.
20818 (log-view-message-re): Match SCCS format as well.
20819 And match the revision line rather than the dashed separator line.
20820 (log-view-mode): Use the new define-derived-mode.
20821 (log-view-current-tag): Fill in with an actual implementation.
20822
20823 * cvs-status.el (cvs-status-(prev|next)): Rename from
20824 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20825 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20826 to let the output "breathe" a little more (more readable).
20827 (cvs-status-mode): Use the new define-derived-mode.
20828
20829 * smerge-mode.el (smerge-auto-leave): New function and variable.
20830 (smerge-basic-map): Rename from smerge-basic-keymap.
20831 Change the bindings for smerge-diff-*.
20832 (smerge-*-map): Use easy-mmode-defmap.
20833 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20834 (smerge-keep-*): Use smerge-auto-leave.
20835
20836 2000-03-21 Jason Rumney <jasonr@gnu.org>
20837
20838 * cus-edit.el (custom-button-face): Use 3D look for w32.
20839 (custom-button-pressed-face): Likewise.
20840
20841 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20842
20843 * progmodes/etags.el (tags-case-fold-search): New user-option.
20844 (tags-loop-eval): New function. Bind case-fold-search around eval
20845 depending on the value of tags-case-fold-search.
20846 (tags-loop-continue): Use tags-loop-eval.
20847 (find-tag-in-order): Bind case-fold-search depending on the value
20848 of tags-case-fold-search.
20849
20850 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20851
20852 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20853 (diff-end-of-hunk): Return the end position for use in
20854 `easy-mmode-define-navigation'.
20855 (diff-recenter): Remove.
20856 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20857 of `easy-mmode-define-navigation'.
20858 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20859 previous renaming) and fix to use new names.
20860 (diff-merge-strings): Use \n as separator: simpler, faster.
20861 (diff-mode): Use `define-derived-mode'.
20862
20863 * derived.el (define-derived-mode): Don't autoload anymore.
20864 Prefer the macro-only version provided by easy-mmode.el.
20865
20866 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20867 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20868 (easy-mmode-define-navigation): New macro.
20869
20870 * subr.el (combine-run-hooks): New function.
20871
20872 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20873
20874 * term/x-win.el: Fontsets related initialization is simplified.
20875
20876 * international/mule-diag.el (describe-font): Don't refer to
20877 global-fontset-alist, instead call font-list.
20878 (describe-fontset, list-fontsets, mule-diag): Likewise.
20879 (print-fontset): Adjusted for the change of fontset implementation.
20880
20881 * international/fontset.el (x-charset-registries): Variable removed,
20882 instead the corresponding data is stored in the default fontset.
20883 (register-alternate-fontnames): Function removed.
20884 (resolved-ascii-font): Variable removed.
20885 (x-compose-font-name): Ignore the second argument REDOCE.
20886 (x-complement-fontset-spec): Complement only an ASCII font and
20887 element for those charsets than can use that ASCII font.
20888 (generate-fontset-menu): Don't refer to global-fontset-alist,
20889 instead call fontset-list.
20890 (uninstantiated-fontset-alist): Variable removed.
20891 (x-style-funcs-alist): Likewise.
20892 (fontset-default-styles): Likewise.
20893 (x-modify-font-name): Function removed.
20894 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20895 (create-fontset-from-ascii-font): Docsting adjusted for the above
20896 change.
20897 (instantiate-fontset, resolve-fontset-name): Functions removed.
20898 (fontset-list): Now implemented by C code.
20899
20900 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20901 (describe-face): Include `font' attribute in the description.
20902
20903 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20904
20905 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20906
20907 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20908
20909 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20910 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20911 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20912
20913 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20914 about behavior of set-buffer-modified-p wrt redisplay.
20915
20916 2000-03-19 Richard M. Stallman <rms@gnu.org>
20917
20918 * view.el (view-mode-disable): Kill local binding of view-read-only.
20919
20920 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20921
20922 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20923 is a string, convert it to a syntax cell using string-to-syntax.
20924
20925 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20926 (string-to-syntax): New function.
20927
20928 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20929 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20930 try to use passive ftp mode.
20931
20932 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20933
20934 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20935
20936 * simple.el (append-to-buffer): Update point of windows after
20937 insertion.
20938
20939 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20940 forward then moving backward. Reindent.
20941
20942 * frame.el (other-frame): Call x-focus-frame only if
20943 focus-follows-mouse is off.
20944
20945 2000-03-17 Dave Love <fx@gnu.org>
20946
20947 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20948
20949 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20950
20951 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20952 regexp for labels cannot span several lines.
20953
20954 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20955 `(setq :<key> ':<key>)' to the macro expansion.
20956
20957 2000-03-16 Dave Love <fx@gnu.org>
20958
20959 * progmodes/f90.el (f90): Put custom group under `languages', not
20960 `fortran'.
20961 (f90-mode-hook): Customize.
20962 (f90-mode): Set add-log-current-defun-function.
20963 (f90-current-defun): New function.
20964
20965 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20966
20967 * cus-edit.el (custom-variable-tag-face): Handle case that
20968 default face's height is not a number.
20969 (custom-face-tag-face, custom-group-tag-face-1)
20970 (custom-group-tag-face): Ditto.
20971 (custom-group-tag-face-1): Add :group.
20972
20973 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20974
20975 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20976
20977 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20978 requiring easymenu.
20979
20980 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20981
20982 * ps-print.el: PostScript user-defined prologue, PostScript error
20983 handler, doc fix.
20984 (ps-print-version): New version number (5.1).
20985 (ps-user-defined-prologue, ps-error-handler-message)
20986 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20987 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20988 (ps-insert-string): New function.
20989
20990 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20991
20992 * international/ccl.el (ccl-compile-expression): Don't generate
20993 invalid self-assignment code.
20994
20995 2000-03-14 Dave Love <fx@gnu.org>
20996
20997 * subr.el (replace-regexp-in-string): Renamed from
20998 replace-regexps-in-string. Doc fix.
20999
21000 2000-03-12 Dave Love <fx@gnu.org>
21001
21002 * cus-edit.el: Doc fixes.
21003 (customize-set-variable, customize-save-variable): Rename args for doc.
21004 (custom-variable-tag-face, custom-face-tag-face)
21005 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21006 style which user identify as hyperlink.
21007 (hook): Don't add undefined functions to the hook.
21008 (debug-ignored-errors): Transfer message from bindings.el.
21009
21010 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21011
21012 * recentf.el (recentf-keep-non-readable-files-p):
21013 Remove double/nested definition.
21014
21015 2000-03-12 Dave Love <fx@gnu.org>
21016
21017 * facemenu.el (facemenu-get-face): Use display-color-p.
21018 * enriched.el (enriched-decode-foreground): Likewise.
21019 (enriched-decode-background): Likewise.
21020 * isearch.el (isearch-highlight): Likewise.
21021 * info-look.el (info-lookup): Likewise.
21022 * simple.el (completion-setup-function): Likewise.
21023
21024 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21025 :options.
21026
21027 * bindings.el (mode-line-format): Fix line-number and
21028 column-number items. Add help-echo for the background.
21029 (mode-line-mule-info): Modify help-echo.
21030
21031 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21032
21033 * files.el (load-file): Allow completion to .elc.
21034
21035 * man.el: Doc fixes.
21036 (Man-init-defvars): Use display-color-p to set fontification.
21037
21038 * play/hanoi.el (hanoi-internal): Don't use oddp.
21039
21040 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21041
21042 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21043
21044 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21045
21046 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21047
21048 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21049 Fix comment.
21050
21051 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21052
21053 * font-lock.el (font-lock-keywords): Fix the doc now that
21054 regexp-opt-depth is unnecessary.
21055 (save-buffer-state): Set an edebug spec.
21056 (font-lock-fontify-anchored-keywords): Properly handle the case when
21057 the matcher goes past the limit.
21058
21059 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21060 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21061
21062 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21063 dll.el and cookie.el (from Elib) with heavy renaming and other
21064 massaging.
21065
21066 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21067 Autoload the functions used.
21068 (easy-mmode-define-syntax): Fix CL typo.
21069 (easy-mmode-define-derived-mode): Improve the docstring generation.
21070
21071 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21072
21073 * textmodes/texinfo.el (texinfo-version): Variable and function
21074 removed.
21075
21076 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21077
21078 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21079 allow more flexibility.
21080 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21081 (easy-mmode-defmap, easy-mmode-defsyntax)
21082 (easy-mmode-define-derived-mode): New macros.
21083
21084 2000-03-09 Didier Verna <didier@xemacs.org>
21085
21086 * rect.el (replace-rectangle): New function.
21087
21088 2000-03-09 Dave Love <fx@gnu.org>
21089
21090 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21091 (fortran-comment-line-start-skip): Don't match cpp stuff.
21092 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21093 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21094 (fortran-mode): Don't set fortran-comment-line-start-skip,
21095 fortran-comment-line-start here. Set comment-start,
21096 add-log-current-defun.
21097 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21098 (fortran-current-defun): New function.
21099
21100 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21101
21102 * emacs-lisp/re-builder.el: New file.
21103
21104 * mouse.el (mouse-drag-region): Don't run up-event handler
21105 if hscroll has changed.
21106
21107 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21108 builtin operators, use `font-lock-builtin-face' for Emacs and
21109 `font-lock-preprocessor-face' otherwise.
21110
21111 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21112 `(defun (setf foo)' differently.
21113
21114 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21115
21116 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21117 (regexp-opt): Update comment and adapt the code the new meaning of
21118 the `paren' argument of regex-opt-group for shy-groups.
21119 (regexp-opt-depth): Handle shy groups as well as backslashed
21120 backslashes.
21121 (regexp-opt-group): Turn the leading comment into a docstring.
21122 Allow `paren' to be a string (the string to use to open a group).
21123 Remove open-presuf and close-presuf. Instead of checking for `all
21124 one-char' and then later on check for `several one-char', handle
21125 both cases close together. Also apply a more generic algorithm
21126 for suffixes (the mirror image of the algorithm used for
21127 prefixes). Use shy-groups. Use nreverse rather than reverse.
21128 (regexp-opt-try-suffix): Removed.
21129
21130 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21131 from comint-mode-map, so we can just inherit from it. Also, move
21132 the initialization into the `defvar' since there's no docstring
21133 anyway and it's fairly short.
21134 (inferior-scheme-mode): Define it as derived-mode: the code is
21135 shorter and this way we inherit from comint-mode-map rather than
21136 copying it.
21137
21138 * subr.el (replace-regexps-in-string): Properly handle the case
21139 where we match an empty string.
21140
21141 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21142 when the command has a directory component (such as "./testml").
21143 Also fix a typo in the comment.
21144
21145 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21146
21147 * Makefile (compile-files): Compile files one by one because
21148 that's the only way to ensure a clean compilation environment for
21149 each individual file.
21150
21151 * frame.el (other-frame): Call x-focus-frame.
21152
21153 2000-03-07 Dave Love <fx@gnu.org>
21154
21155 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21156 :require to defcustom.
21157
21158 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21159
21160 * files.el (auto-mode-alist): Add configure.in.
21161
21162 * progmodes/autoconf.el: New file.
21163
21164 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21165
21166 * mail/mh-e.el: Change maintainer to `none'.
21167
21168 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21169 to remove-hook and add-hook.
21170
21171 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21172
21173 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21174 it as the default.
21175 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21176 (sendmail-send-it): Conditionally add MIME headers specifying the
21177 used character set.
21178
21179 2000-03-07 Dave Love <fx@gnu.org>
21180
21181 * winner.el: Fix keywords, autoload cookies.
21182 Split eval-when-compile form to avoid compilation failure.
21183
21184 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21185
21186 * international/mule.el: Modify comment about coding system
21187 property `coding-category'.
21188 (make-coding-system): New argument EOL-TYPE. Pay attention to
21189 coding-category property of PROPERTIES.
21190
21191 * international/mule-conf.el (coding-category-utf-8)
21192 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21193 categories. Include them in the argument for set-coding-priority.
21194
21195 * international/mule-cmds.el (reset-language-environment):
21196 Include coding-category-utf-8, coding-category-utf-16-be, and
21197 coding-category-utf-16-le in the argument for set-coding-priority.
21198 (reset-language-environment): Initialize coding-category-utf-8,
21199 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21200
21201 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21202
21203 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21204 code abstracted out of `bookmark-jump-noselect'. Now tries info
21205 extensions as well as compression extensions.
21206 (bookmark-jump-noselect): Use above new func.
21207
21208 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21209
21210 * strokes.el: Change maintainer's mail address.
21211
21212 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21213
21214 * international/mule-diag.el (list-character-sets): Make help-echo
21215 string by substitute-command-keys.
21216 (list-character-sets): Likewise.
21217 (sort-listed-character-sets): Call help-setup-xref.
21218
21219 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21220
21221 * time.el (display-time-mail-file): Add `none' to the list of choices.
21222
21223 2000-03-01 Dave Love <fx@gnu.org>
21224
21225 * help.el (help-xref-go-back): Don't try to set position.
21226
21227 * international/mule-diag.el (list-character-sets):
21228 Call help-setup-xref. Add help-echo to xrefs.
21229 (list-character-sets-1): Add help-echo to xrefs.
21230
21231 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21232
21233 * frame.el (blink-cursor-mode): Switch cursor on when turning
21234 the mode off.
21235
21236 * add-log.el (add-log-current-defun): Add support for
21237 Autoconf mode.
21238
21239 * mail/rmail.el (rmail-quit-hook): New variable.
21240
21241 2000-03-01 Dave Love <fx@gnu.org>
21242
21243 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21244
21245 * help.el (help-xref-button): Add help-echo arg.
21246 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21247
21248 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21249
21250 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21251
21252 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21253
21254 * image.el (defimage): Look for image files in load-path.
21255
21256 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21257
21258 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21259
21260 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21261
21262 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21263
21264 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21265 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21266 action to select/unselect a file.
21267 (recentf-edit-list): Code cleanup and improvement.
21268 (recentf-open-more-files-action): `recentf-open-more-files' button
21269 widget action to open a file.
21270 (recentf-open-more-files): No more use standard completion but widgets.
21271 (recentf-more-collection): Deleted.
21272 (recentf-more-history): Deleted.
21273 (recentf-setup-more-completion): Deleted.
21274
21275 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21276
21277 * recentf.el (recentf-mode): No more needs that Emacs is running
21278 under a window-system.
21279
21280 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21281
21282 * recentf.el (recentf-edit-list): New command to edit the recent
21283 list which allow the user to remove files.
21284 (recentf-edit-selected-items): New global variable, used by
21285 `recentf-edit-list' to hold the list of files to be removed from
21286 the recent list.
21287 (recentf-make-menu-items): Updated to display a "Edit list..."
21288 menu item. Minor code cleanup.
21289
21290 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21291
21292 * recentf.el (recentf-open-more-files): New command to open files
21293 that are not displayed in the menu.
21294 (recentf-more-collection): New global variable holding the set of
21295 permissible completions used by `recentf-open-more-files'.
21296 (recentf-more-history): New global variable holding the history list
21297 used by `recentf-open-more-files' completion.
21298 (recentf-setup-more-completion): New function to setup completion for
21299 `recentf-open-more-files'.
21300 (recentf-make-menu-items): Updated to display a "More..." menu item.
21301
21302 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21303
21304 * recentf.el (recentf-menu-action): Doc fixed.
21305
21306 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21307
21308 * recentf.el (recentf-menu-filter): Doc updated.
21309 (recentf-update-menu-hook): Allow menu filters to force menu update.
21310 (recentf-make-menu-items): New menu filter handling.
21311 (recentf-make-menu-item): New helper function.
21312 (recentf-menu-elements): New menu handling function.
21313 (recentf-sort-ascending): Updated to new menu filter handling.
21314 (recentf-sort-descending): Updated to new menu filter handling.
21315 (recentf-sort-basenames-ascending): New menu filter function.
21316 (recentf-sort-basenames-descending): New menu filter function.
21317 (recentf-show-basenames): New menu filter function.
21318 (recentf-show-basenames-ascending): New menu filter function.
21319 (recentf-show-basenames-descending): New menu filter function.
21320
21321 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21322
21323 * diary-lib.el (list-diary-entries): Don't try to go forward at
21324 the end of the buffer.
21325
21326 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21327
21328 * international/mule-diag.el (list-character-sets):
21329 Completely rewritten.
21330 (sort-listed-character-sets): New function.
21331 (list-character-sets-1): Completely rewritten.
21332 (list-character-sets-2): New function.
21333 (non-iso-charset-alist): New variable.
21334 (decode-codepage-char): New function.
21335 (charset-history): New variable.
21336 (read-charset) (list-block-of-chars)
21337 (list-iso-charset-chars)
21338 (list-non-iso-charset-chars)
21339 (list-charset-chars): New functions.
21340 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21341 (dump-charsets): Likewise.
21342
21343 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21344
21345 * dired-x.el (dired-filename-at-point): Add `@' to valid
21346 file name characters.
21347 (dired-filename-at-point): Handle ange-ftp file names.
21348
21349 * frame.el (frame-notice-user-settings): Use assq-delete-all
21350 instead of assoc-delete-all.
21351 (frame-notice-user-settings): Ditto.
21352
21353 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21354 Don't copy alist.
21355
21356 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21357
21358 * calculator.el (calculator-use-menu): New option.
21359 (calculator-initial-bindings): Changed some bindings to work as macros.
21360 (calculator-forced-input): Removed.
21361 (calculator-restart-other-mode): New variable.
21362 (calculator-mode-map): Set up menu.
21363
21364 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21365
21366 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21367
21368 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21369
21370 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21371 translate all ESC key sequences.
21372 (viper-goto-mark-subr): Restore markers for files for which
21373 they were saved.
21374 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21375 * viper-util.el (viper-set-replace-overlay-glyphs)
21376 (viper-set-replace-overlay): Always check if the replacement
21377 overlay is live.
21378 * viper.el (viper-vi-state-mode-list): Add major modes.
21379 * ediff-wind.el: Minor comment changes.
21380 * ediff.el: Copyright notice date fix.
21381
21382 2000-02-27 Jason Rumney <jasonr@gnu.org>
21383
21384 * faces.el (face-font-family-alternatives): Add arial to helv.
21385 (mode-line, header-line, tool-bar): Same default as x for w32.
21386 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21387 face-font-family-alternatives from working.
21388 * term/w32-win.el (mouse-set-font): Do not build fontset from
21389 chosen font.
21390
21391 2000-02-25 Sam Steingold <sds@goems.com>
21392
21393 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21394 properly.
21395
21396 2000-02-25 Richard M. Stallman <rms@gnu.org>
21397
21398 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21399
21400 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21401
21402 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21403
21404 * frame.el (busy-cursor-delay-seconds): New option.
21405
21406 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21407
21408 * frame.el (show-cursor-in-non-selected-windows): New option.
21409
21410 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21411
21412 * diary-lib.el (include-other-diary-files): Undo the selective
21413 display in any included file and don't kill it.
21414
21415 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21416
21417 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21418 Menu items converted to (menu-item format, help strings added.
21419 [downcase, upcase]: Don't enable on MS-DOS.
21420 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21421 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21422
21423 2000-02-23 Dave Love <fx@gnu.org>
21424
21425 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21426 (backward-kill-word): Revert addition of * to interactive spec --
21427 it's a feature.
21428
21429 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21430 (backward-kill-sentence, kill-sentence): Likewise.
21431
21432 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21433 scratch buffer name.
21434 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21435
21436 * term/w32-win.el (internal-face-interactive): Update prompt for
21437 new read-face-name.
21438
21439 * mail/footnote.el (footnote): Add :version to defgroup.
21440 (footnote-section-tag-regexp): Customize.
21441 (footnote-start-tag, footnote-end-tag): New option.
21442 (footnote-latin-regexp): New variable.
21443 (Footnote-latin): New function.
21444 (footnote-style-alist): Add element for latin style.
21445 (footnote-style): Moved.
21446 (Footnote-goto-footnote): Use eq to test arg.
21447
21448 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21449
21450 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21451 (byte-compile-trueconstp): Include keywords.
21452 (byte-optimize-quote, byte-optimize-lapcode):
21453 Use byte-compile-const-symbol-p.
21454 (byte-optimize-char-before): New optimization.
21455
21456 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21457 (byte-compile-const-symbol-p): New function.
21458 (byte-compile-constp, byte-compile-out-toplevel)
21459 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21460 Use it.
21461
21462 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21463
21464 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21465
21466 * international/encoded-kb.el: Be sure to update minor-mode-alist
21467 and minor-mode-map-alist.
21468 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21469 codes SS2 and SS3 correctly.
21470 (encoded-kbd-self-insert-ccl): New function.
21471 (encoded-kbd-setup-keymap): New function.
21472 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21473 by calling encoded-kbd-setup-keymap.
21474
21475 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21476 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21477
21478 2000-02-22 Dave Love <fx@gnu.org>
21479
21480 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21481 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21482 (lisp-mode-syntax-table): Set up for #|...|# comments.
21483 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21484 classes. Match `defface'.
21485 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21486 (eval-defun-1): Fix for defcustom.
21487 (lisp-indent-region): Doc fix.
21488
21489 * subr.el (when, unless, split-string): Doc fix.
21490 (read-passwd): Move call of clear-this-command-keys to the right place.
21491 (replace-regexps-in-string): New function.
21492
21493 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21494
21495 * help.el (describe-variable): Set syntax table to
21496 emacs-lisp-mode-syntax-table when moving forward over the
21497 symbol's name.
21498
21499 2000-02-22 Dave Love <fx@gnu.org>
21500
21501 * xt-mouse.el: Doc fixes.
21502 (xterm-mouse-position-function): New function, replacing advice of
21503 mouse-position.
21504 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21505
21506 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21507
21508 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21509
21510 * format.el (format-annotate-single-property-change):
21511 Handle properties.with dotted-list values.
21512 (format-proper-list-p): New function.
21513
21514 * enriched.el (enriched-face-ans): Handle '(foreground-color
21515 . COLOR) and (background-color . COLOR).
21516
21517 2000-02-20 Dave Love <fx@gnu.org>
21518
21519 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21520 and assignments to it.
21521 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21522 current local map.
21523 (make-flyspell-overlay): Use it.
21524 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21525
21526 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21527 (lm-get-header-re): Defun, not defsubst.
21528 (lm-get-package-name): Defun, not defsubst. Simplify.
21529 (lm-version): Doc fix. Simplify.
21530 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21531 (lm-crack-address, lm-last-modified-date, lm-commentary)
21532 (lm-verify, lm-synopsis): Simplify.
21533 (lm-report-bug): Require emacsbug. Use compose-mail.
21534
21535 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21536
21537 * dired.el (dired-mode): Call propertized-buffer-identification
21538 to set mode-line-buffer-identification to something having
21539 the right text properties.
21540
21541 * bindings.el (propertized-buffer-identification): New function.
21542
21543 2000-02-20 Dave Love <fx@gnu.org>
21544
21545 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21546 check for t-mouse too.
21547
21548 * cus-start.el: Make echo-keystrokes `number'.
21549
21550 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21551
21552 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21553 Don't call ring-empty-p unless tags-location-ring is bound.
21554 From Noah Friedman <friedman@splode.com>.
21555
21556 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21557
21558 * progmodes/hideshow.el (hs-flag-region): No longer use
21559 `intangible' overlay property.
21560
21561 (hs-toggle-hiding): New command.
21562 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21563
21564 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21565 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21566 and deactivation.
21567
21568 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21569
21570 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21571
21572 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21573
21574 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21575
21576 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21577 of `*' to handle `(* ... *)' comments.
21578
21579 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21580
21581 * faces.el (list-faces-display): Use display-mouse-p instead of
21582 window-system.
21583
21584 * menu-bar.el (global-map): Menu-bar items converted to the new
21585 format (menu-item..., rearranged for better CUA compliance, and
21586 their names changed for better clarity. Help strings added.
21587
21588 * international/mule-cmds.el (mule-menu-keymap)
21589 (describe-language-environment-map, set-coding-system-map)
21590 (setup-language-environment-map): Convert to new (menu-item...
21591 form, add help strings. Change names of menu items for better clarity.
21592 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21593
21594 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21595
21596 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21597 within the code.
21598
21599 2000-02-16 Dave Love <fx@gnu.org>
21600
21601 * faces.el: Don't require custom. Add more specific :groups to
21602 various deffaces.
21603 (set-face-attribute): Purecopy args.
21604 (read-face-name): Default to name at point and use it in prompt.
21605 Remove colon from arg in all callers.
21606 (list-faces-display): Hyperlink to face descriptions and customize
21607 buffers.
21608
21609 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21610
21611 * wid-edit.el (widget-match-inline): An atom never matches a list.
21612
21613 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21614
21615 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21616 at ':' characters by call to split-string.
21617
21618 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21619
21620 * textmodes/bibtex.el: Added RCS version identification.
21621
21622 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21623
21624 * textmodes/bibtex.el: Some temporary comments removed.
21625 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21626 (bibtex-field-const): Allow capital letters.
21627 (bibtex-start-of-string): Deleted because unused.
21628
21629 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21630 use the term 'reference' to describe a bibtex entry as a whole.
21631 Further, reference keys are no longer called 'labels'.
21632 (bibtex-keys): Renamed to bibtex-reference-keys.
21633 (bibtex-reformat-previous-labels): Renamed to
21634 bibtex-reformat-previous-reference-keys.
21635 (bibtex-reference-type): Renamed to bibtex-entry-type.
21636 (bibtex-reference-head): Renamed to bibtex-entry-head.
21637 (bibtex-reference-maybe-empty-head): Renamed to
21638 bibtex-entry-maybe-empty-head.
21639 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21640 (bibtex-search-reference): Renamed to bibtex-search-entry.
21641 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21642 bibtex-enclosing-entry-maybe-empty-head.
21643 (bibtex-entry-field-alist, bibtex-entry-head)
21644 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21645 (bibtex-map-entries, bibtex-search-entry)
21646 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21647 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21648 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21649 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21650 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21651 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21652 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21653
21654 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21655
21656 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21657 comment.
21658 (bibtex-format-field-delimiters): New function, functionality
21659 extracted from bibtex-format-entry.
21660 (bibtex-autokey-get-yearfield-digits): New function, functionality
21661 extracted from bibtex-autokey-get-yearfield.
21662
21663 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21664 entries in order to avoid stack overflow in the regexp matcher if
21665 field contents become large.
21666 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21667 (bibtex-field-string-part-not-braced)
21668 (bibtex-field-string-part-no-inner-braces)
21669 (bibtex-field-string-part-1-inner-brace)
21670 (bibtex-field-string-part-2-inner-braces)
21671 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21672 (bibtex-field-string-quoted, bibtex-field-string)
21673 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21674 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21675 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21676 Deleted as parsing is now performed by the following functions.
21677 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21678 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21679 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21680 (bibtex-parse-association, bibtex-field-name-for-parsing)
21681 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21682 (bibtex-search-forward-field, bibtex-search-backward-field)
21683 (bibtex-start-of-field, bibtex-end-of-field)
21684 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21685 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21686 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21687 (bibtex-parse-string, bibtex-search-forward-string)
21688 (bibtex-search-backward-string, bibtex-start-of-string)
21689 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21690 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21691 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21692 entries. Instead of reporting the results of the parsing by
21693 match-beginning or match-end, these functions return data structures
21694 that hold the corresponding positions.
21695 (bibtex-enclosing-field): Changed to also report field boundaries by
21696 return values rather than by match-beginning or match-end.
21697 The following functions have been adapted to use the new
21698 parsing functions.
21699 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21700 (bibtex-enclosing-field, bibtex-format-entry)
21701 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21702 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21703 (bibtex-print-help-message, bibtex-end-of-entry)
21704 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21705 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21706 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21707 Use the new method for parsing.
21708 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21709 (bibtex-map-entries, bibtex-flash-head)
21710 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21711 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21712 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21713 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21714 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21715 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21716 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21717 order to make the new binding of case-fold-search immediately visible.
21718
21719 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21720
21721 * textmodes/bibtex.el: Copyright notice is up to date.
21722 Added constant 'bibtex-maintainer-salutation.
21723
21724 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21725 than make-temp-name, use match-string-no-properties and eliminate
21726 a quadratic behavior when building bibtex-strings.
21727
21728 * bibtex.el (bibtex-reference-key): Accept string entries whose
21729 reference key contains upper case letters.
21730
21731 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21732
21733 * bibtex.el (bibtex-reference-head): Allow entries to start with
21734 a new line.
21735
21736 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21737
21738 * bibtex.el: Hiding of entry bodies is not longer provided by
21739 bibtex.el directly. Instead the hideshow package can be used.
21740 Added a special bibtex entry to hs-special-modes-alist.
21741 (bibtex-hs-forward-sexp): Added for hideshow.el.
21742
21743 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21744
21745 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21746 proceedings entry type (for cross referencing). Thanks to Wagner
21747 Toledo Correa for the suggestion.
21748
21749 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21750
21751 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21752
21753 * international/characters.el: Setup case table for Vietnamese.
21754
21755 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21756
21757 * uniquify.el (toplevel): Require CL at compile time.
21758 (uniquify-push): Removed.
21759
21760 * shadowfile.el (shadow-when): Removed.
21761
21762 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21763 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21764
21765 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21766 regexp for paragraph-start.
21767
21768 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21769 commas as well.
21770
21771 2000-02-10 Dave Love <fx@gnu.org>
21772
21773 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21774 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21775 Deleted.
21776 (widget-specify-field, widget-specify-button): Don't use
21777 widget-mouse-help as help-echo property.
21778 (default): Use #'ignore for :validate and :mouse-down-action.
21779 (checkbox): Add help-echo.
21780 (widget-sexp-validate): Rewritten to clarify error messages.
21781 (character): Use char-valid-p in :match function.
21782 (widget-color-complete): Use facemenu-color-alist.
21783 (widget-color-action): Use facemenu-read-color.
21784
21785 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21786 set up `caar' &c that we now have.
21787
21788 2000-02-09 Ray Blaak <blaak@gnu.org>
21789
21790 * delphi.el: Make resourcestring a declaration region, like const
21791 and var.
21792
21793 2000-02-09 Dave Love <fx@gnu.org>
21794
21795 * bindings.el (mode-line-input-method-map): New variable.
21796 (mode-line-mule-info): Use it; fix last change.
21797 (mode-line-mode-menu): Move definition.
21798 (mode-line-mouse-sensitive-p): Deleted.
21799 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21800 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21801
21802 * startup.el (command-line-1): Don't call
21803 make-mode-line-mouse-sensitive.
21804
21805 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21806
21807 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21808 before rmail-toggle-header, because the former toggles headers.
21809
21810 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21811
21812 * diff-mode.el (diff-kill-junk): New interactive function.
21813 (diff-reverse-direction): Use delete-and-extract-region.
21814 (diff-post-command-hook): Restrict the area so that the hook also works
21815 outside of any diff hunk. This is necessary for the minor-mode.
21816 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21817 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21818
21819 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21820 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21821 so that it can be used more easily in <foo>-mode-hook. Also make sure
21822 to avoid duplicate entries.
21823 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21824 (font-lock-remove-keywords): Just as was done for `add', allow it to
21825 work even if font-lock-mode is nil. Also make sure we don't modify
21826 any pre-existing list by forcing a copy-sequence. Finally rename
21827 `major-mode' to `mode'.
21828 (font-lock-fontify-syntactic-anchored-keywords)
21829 (font-lock-fontify-anchored-keywords)
21830 (font-lock-fontify-keywords-region): Use line-end-position.
21831 Don't make `font-lock-multiline' local (it's now done in
21832 font-lock-set-defaults).
21833 (font-lock-set-defaults): Make `font-lock-multiline' local.
21834 Move the `font-lock-fontified' creation to inside the `unless'.
21835
21836 2000-02-06 Andrew Innes <andrewi@gnu.org>
21837
21838 * term/w32-win.el (x-handle-args): Comment out call to message,
21839 which occurs before window system is initialized.
21840
21841 * makefile.nt: Add support for recompiling lisp code.
21842
21843 2000-02-04 Dave Love <fx@gnu.org>
21844
21845 * bindings.el (mode-line-mule-info): Fix/extend last change.
21846
21847 * completion.el: Replace completion-dolist with dolist.
21848
21849 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21850
21851 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21852
21853 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21854 environment names before they go into the section regexp.
21855
21856 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21857 char class in regexp.
21858
21859 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21860 Bind `case-fold-search' to nil.
21861
21862 * progmodes/idlwave.el (idlwave-template):
21863 Respect `idlwave-abbrev-change-case'.
21864 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21865 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21866 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21867 (idlwave-rw-case): New function.
21868 (idlwave-statement-match): Fixed problem with assignment regexp.
21869 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21870 (idlwave-surround): New argument LENGTH to support padding of
21871 operators longer than 1 char.
21872
21873 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21874 idlwave-shell-expression-overlay. Implemented printing of
21875 expressions on higher levels of the calling stack.
21876 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21877 (idlwave-retrieve-expression-from-level): New function.
21878 (idlwave-shell-last-calling-stack): Variable removed.
21879 (idlwave-shell-reset): Argument action reversed (`visible' to
21880 `hidden'). Also remove stop-line overlay.
21881 (idlwave-shell-calling-stack-routine): New variable.
21882 (idlwave-shell-parse-stack-and-display): Messages now display
21883 negative level numbers.
21884 (idlwave-shell-mode): Set `modeline-format'.
21885 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21886 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21887 (idlwave-shell-print-expression-function): New option.
21888
21889 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21890 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21891 `tool-bar' instead of `toolbar'.
21892
21893 2000-02-02 Dave Love <fx@gnu.org>
21894
21895 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21896 emacs-lisp-mode-hook. Don't check for defalias being defined.
21897
21898 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21899 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21900 Use the new builtins directly.
21901
21902 * whitespace.el (whitespace): Add :version to defgroup.
21903
21904 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21905 Doc fix.
21906
21907 * thingatpt.el (sexp-at-point, symbol-at-point)
21908 (number-at-point, list-at-point): Add autoload cookie.
21909
21910 * recentf.el (recentf): Add :version to defgroup.
21911
21912 * quickurl.el (quickurl): Add :version to defgroup.
21913
21914 * elide-head.el (elide-head): Use point-marker more.
21915
21916 * bs.el (bs): Add :version to defgroup.
21917
21918 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21919
21920 * progmodes/delphi.el (delphi): Add :version to defgroup.
21921
21922 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21923
21924 * ange-ftp.el (ange-ftp-write-region): Handle case that
21925 succeeding process operation sets a different coding system.
21926
21927 * calculator.el: New file.
21928
21929 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21930
21931 * frame.el (frames-on-display-list, framep-on-display): New functions.
21932 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21933 (display-selections-p, display-screens, display-pixel-width)
21934 (display-pixel-height, display-mm-width, display-mm-height)
21935 (display-backing-store, display-save-under, display-planes)
21936 (display-color-cells, display-visual-class): New functions.
21937
21938 * term/tty-colors.el (tty-color-gray-shades): New function.
21939
21940 * faces.el (display-color-p): Use framep-on-display.
21941 (display-grayscale-p): New function.
21942
21943 2000-01-31 Dave Love <fx@gnu.org>
21944
21945 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21946 (create-fontset-from-x-resource): Don't concat integers.
21947
21948 2000-01-31 Inge Frick <inge@nada.kth.se>
21949
21950 * view.el: Some changes in documentation. Removed some trailing
21951 whitespace. Changed some parameter names to agree with documentation.
21952 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21953 window is not deleted. Modifies change 1998-04-26.
21954
21955 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21956
21957 * windmove.el: New file.
21958
21959 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21960 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21961 progmodes/ebnf-yac.el: Update copyright and license info.
21962
21963 * jit-lock.el (jit-lock-function): Widen before calculating
21964 end position.
21965 (jit-lock-stealth-chunk-start): Rewritten.
21966
21967 * info.el (Info-title-face-alist): Removed.
21968 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21969 (Info-fontify-node): Use these faces.
21970
21971 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21972
21973 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21974 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21975 `&allow-other-keywords'.
21976
21977 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21978 the list of directories scanned heuristically.
21979
21980 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21981
21982 2000-01-30 Jason Rumney <jasonr@gnu.org>
21983
21984 * w32-fns.el: Define w32-tty-standard-colors.
21985
21986 * startup.el (command-line): Use w32-tty-standard-colors when in
21987 w32 console mode.
21988
21989 2000-01-30 Dave Love <fx@gnu.org>
21990
21991 * jka-compr.el (jka-compr-load): Fix up load-history.
21992
21993 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21994
21995 * emacs-lisp/cl-macs.el: Revert previous change.
21996
21997 2000-01-29 Dave Love <fx@gnu.org>
21998
21999 * facemenu.el: Purecopy various strings.
22000
22001 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22002 years. Deal with three-digit years.
22003
22004 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22005 Use defconst, purecopy.
22006 (help-back-label): Purecopy it.
22007
22008 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22009
22010 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22011 variable. If non-nil, order the buffer list according to the
22012 currently selected frame.
22013 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22014 non-nil, pass the selected frame to function buffer-list.
22015
22016 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22017
22018 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22019
22020 2000-01-28 Dave Love <fx@gnu.org>
22021
22022 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22023
22024 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22025 Don't use lisp-indent-hook property.
22026 (cl-abs): Remove.
22027
22028 * subr.el: Move out indent and edebug specs for when and unless.
22029
22030 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22031 when, unless.
22032
22033 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22034 unless, when.
22035
22036 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22037
22038 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22039 `collecting' as synonym for `collect'.
22040
22041 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22042 for the case it contains spaces.
22043
22044 * simple.el (what-cursor-position): Change formatting of messages.
22045
22046 * frame.el (delete-other-frames): New function.
22047 (toplevel): Bind it to C-x 5 1.
22048
22049 * sort.el (sort-numeric-base): New option.
22050 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22051 interpret it as octal or hexadecimal. Use sort-numeric-base
22052 as default base.
22053
22054 * progmodes/glasses.el: New file.
22055
22056 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22057
22058 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22059 userids differently.
22060
22061 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22062 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22063 progmodes/ebnf-yac.el: New files.
22064
22065 2000-01-26 Dave Love <fx@gnu.org>
22066
22067 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22068 on a function with an empty body. [From Eric Ludlam.]
22069
22070 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22071
22072 * vc.el (vc-version-diff): Make sure file name is expanded.
22073
22074 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22075
22076 * scroll-bar.el (scroll-bar-timer): Variable removed.
22077 (scroll-bar-toolkit-scroll): Don't use a timer.
22078
22079 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22080
22081 * language/thai-util.el (thai-composition-function):
22082 Delete superfluous `a'.
22083
22084 2000-01-24 Dave Love <fx@gnu.org>
22085
22086 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22087 end-of-defun-function.
22088
22089 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22090
22091 2000-01-22 Jason Rumney <jasonr@gnu.org>
22092
22093 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22094 conflicts with new face support.
22095
22096 2000-01-22 Richard M. Stallman <rms@gnu.org>
22097
22098 * replace.el (query-replace): Rename last arg to DELIMITED.
22099 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22100 (query-replace-regexp): Likewise.
22101
22102 2000-01-20 Richard M. Stallman <rms@gnu.org>
22103
22104 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22105
22106 * emacs-lisp/lisp.el (beginning-of-defun-function):
22107 Variable renamed from beginning-of-defun.
22108 Do not call make-variable-buffer-local.
22109 (beginning-of-defun-raw): Use new variable name; doc fix.
22110 (beginning-of-defun): Doc fix.
22111 (end-of-defun-function): Variable renamed from end-of-defun.
22112 Do not call make-variable-buffer-local.
22113 (end-of-defun): Use new variable name; doc fix.
22114
22115 * subr.el (dolist, dotimes): Copied from cl-macs.el
22116 and made to work.
22117
22118 * mail/undigest.el (rmail-digest-end-regexps):
22119 Variable replaces rmail-digest-end-regexp.
22120 Allows multiple regexps for detecting the end line.
22121 (undigestify-rmail-message): Corresponding changes.
22122
22123 2000-01-19 Dave Love <fx@gnu.org>
22124
22125 * files.el (user-init-file): Don't declare here -- is primitive.
22126
22127 * startup.el (command-line): Check for compiled user-init-file and
22128 set to uncompiled version if necessary.
22129
22130 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22131
22132 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22133 (undigestify-rmail-message): Use it.
22134
22135 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22136
22137 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22138
22139 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22140 of mini-buffer.
22141
22142 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22143
22144 * emacs-lisp/copyright.el (copyright-update): Removed the
22145 requirement for a trailing space from `copyright-regexp', to
22146 support copyrights with owner specified on a separate line..
22147
22148 * align.el: New file.
22149
22150 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22151
22152 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22153
22154 2000-01-13 Dave Love <fx@gnu.org>
22155
22156 * ph.el: Removed. (Obsoleted by EUDC.)
22157
22158 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22159
22160 * net/eudc.el (toplevel): Remove autoloaded code installing
22161 menu with easymenu, because that causes build problems.
22162
22163 * frame.el (frame-notice-user-settings): New variable.
22164 (frame-notice-user-settings): Don't modify frame parameters
22165 if called a second time.
22166
22167 2000-01-13 Richard M. Stallman <rms@gnu.org>
22168
22169 * frame.el (frame-notice-user-settings):
22170 Notice default-frame-parameters even for non-window frames.
22171
22172 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22173
22174 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22175 for Emacs.
22176 (eudc-bob-can-display-inline-images): Extend for Emacs.
22177 (eudc-bob-toggle-inline-display): Ditto.
22178 (eudc-bob-display-jpeg): Ditto.
22179
22180 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22181
22182 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22183 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22184 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22185
22186 * add-log.el (add-change-log-entry): Fix error trying an
22187 `(insert nil)'.
22188
22189 * subdirs.el: Add `net' directory.
22190
22191 * net: New directory.
22192
22193 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22194 eval-last-sexp. Don't bind debug-on-error here.
22195 (eval-last-sexp): New function. Bind debug-on-error if
22196 eval-expression-debug-on-error is non-nil.
22197 (eval-defun-2, eval-defun): Likewise.
22198
22199 * simple.el (eval-expression): Don't bind debug-on-error if
22200 eval-expression-debug-on-error is nil. Detect changed
22201 debug-on-error, and propagate new value to global binding, if
22202 eval-expression-debug-on-error is non-nil,
22203 (eval-expression-debug-on-error): Change doc string.
22204
22205 2000-01-11 Richard M. Stallman <rms@gnu.org>
22206
22207 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22208
22209 * emacs-lisp/lisp-mode.el (with-syntax-table):
22210 Set up lisp-indent-function property.
22211
22212 * subr.el (with-syntax-table): Moved from simple.el.
22213
22214 * simple.el (with-syntax-table): Moved to subr.el.
22215
22216 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22217
22218 * tmm.el (tmm-shortcut): Delete region after prompt instead
22219 of erasing buffer.
22220
22221 * textmodes/fill.el (fill-common-string-prefix): New function.
22222 (fill-context-prefix): Use the longest common prefix of first
22223 and second line fill prefix, if there is one.
22224
22225 2000-01-11 Richard M. Stallman <rms@gnu.org>
22226
22227 * array.el (array-mode): Don't use make-variable-buffer-local.
22228 Use make-local-variable for `truncate-lines'.
22229
22230 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22231
22232 * add-log.el (add-log-current-defun): Handle user-defined
22233 add-log-current-function returning nil,
22234
22235 * add-log.el (add-change-log-entry): Insert version number
22236 if having found a current function
22237
22238 * add-log.el (add-log-current-defun):
22239 Call `add-log-current-defun-function'. Try matches at level 0 and
22240 level 1. Strip whitespace from defun found.
22241
22242 2000-01-10 John Wiegley <johnw@gnu.org>
22243
22244 * allout.el (isearch-done/outline-provisions): Added `edit'
22245 argument to correspond with the current definition of `isearch-done'.
22246
22247 2000-01-10 Dave Love <fx@gnu.org>
22248
22249 * elide-head.el (elide-head): Use point-marker, not point.
22250
22251 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22252
22253 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22254 before and after the year 2000.
22255
22256 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22257 Add ispell- prefix.
22258
22259 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22260
22261 * ispell.el: Only define dictionaries in menus when they exist.
22262 (version18p): New variable.
22263 (version20p): New variable.
22264 (xemacsp): New variable.
22265 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22266 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22267 (ispell-dictionary-alist6): Russian command lines no longer accept
22268 run-together words.
22269 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22270 (ispell-dictionary-alist): Add koi8-r to customize definition.
22271 (check-ispell-version): Added documentation string. Return library
22272 path when called non-interactively.
22273 (ispell-menu-map-needed): Uses new variables.
22274 (ispell-library-path): New variable.
22275 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22276 (ispell-word): Improved documentation string. Test for valid
22277 character mappings. Correctly check typed in word changes that can
22278 result in single words split into multiple words.
22279 Return replacement word.
22280 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22281 replace in recursive query replace mode. Help message for
22282 recursive edit mode.
22283 (ispell-show-choices): Protect against bad framepop bindings.
22284 (ispell-help): Fix to work with XEmacs.
22285 (ispell-highlight-spelling-error): Use new variables.
22286 (ispell-overlay-window): Fix to work with XEmacs.
22287 (ispell-parse-output): Passed and returns location information
22288 tracking spelling corrections. Doesn't recheck same word on
22289 current line.
22290 (ispell-init-process): Protect against bogus XEmacs variable binding.
22291 Fix call to single argument in sleep-for. Use new variables.
22292 (ispell-region): Passed and returns location information tracking
22293 spelling corrections. Doesn't check same word on current line.
22294 Improved documentation string. Doesn't resend a line already
22295 checked to the ispell process - fixes bug in LaTeX parsing.
22296 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22297 (ispell-skip-region): No longer skips <TT> in SGML.
22298 (ispell-process-line): Tracks location information with spelling
22299 corrections. Added documentation string. Accounts for words
22300 already accepted on this line. Don't allow query-replace on line
22301 starting with math characters. Doesn't resend a line already sent
22302 to ispell process. Fixes alignment error bug.
22303
22304 2000-01-10 Richard M. Stallman <rms@gnu.org>
22305
22306 * dired-x.el (dired-guess-shell-alist-default):
22307 Suggest xloadimage, which is free, not xv, which isn't.
22308
22309 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22310 Don't ever include the host name or user name in the value.
22311
22312 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22313
22314 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22315 of a real newline.
22316
22317 2000-01-09 Stephen Eglen <stephen@gnu.org>
22318
22319 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22320 for .png files.
22321
22322 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22323
22324 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22325
22326 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22327
22328 * progmodes/cperl-mode.el: Replace ^F with ^L.
22329
22330 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22331 `require'ing rmail and mailalias to prevent infinite recursion.
22332
22333 2000-01-08 Dave Love <fx@gnu.org>
22334
22335 * emacs-lisp/backquote.el: Remove inappropriate customization
22336 (allowing custom.el to use backquote).
22337
22338 2000-01-07 Dave Love <fx@gnu.org>
22339
22340 * add-log.el (add-log-debugging): Deleted.
22341 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22342 file. Remove debugging code.
22343 (change-log-get-method-definition, change-log-name): Add doc.
22344 (change-log-sortable-date-at): New function.
22345 (change-log-merge): New command.
22346
22347 * time.el (display-time-string-forms): Make the Mail string active.
22348 (display-time-update): Provide help-echo for load average.
22349
22350 * bindings.el (make-mode-line-mouse2-map): New function.
22351 (mode-line-modified): Use it and simplify.
22352 (mode-line-mule-info): Provide help-echo info.
22353 (minor-mode-alist): Activate the strings.
22354 (make-mode-line-mouse-sensitive): Simplify for
22355 mode-line-buffer-identification.
22356
22357 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22358
22359 * play/pong.el: New file.
22360
22361 2000-01-06 Dave Love <fx@gnu.org>
22362
22363 * array.el: Assorted cleanups for compiler warnings, doc strings,
22364 `array-' prefix for symbols.
22365
22366 2000-01-05 Dave Love <fx@gnu.org>
22367
22368 * textmodes/outline.el (outline-mode-menu-bar-map):
22369 Add outline-headers-as-kill.
22370 (outline-mode): Define imenu-generic-expression.
22371 (outline-headers-as-kill): New command.
22372
22373 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22374 from paragraph-start.
22375 (paragraph-indent-minor-mode): New command.
22376
22377 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22378 M-C-e, M-C-h, C-j, C-xnd, TAB.
22379 (fortran-mode): Set beginning-of-defun, end-of-defun.
22380 (fortran-column-ruler): Simplify.
22381 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22382 (fortran-with-subprogram-narrowing): Likewise.
22383 (fortran-indent-subprogram): Call mark-defun.
22384 (fortran-check-for-matching-do): Change narrowing.
22385
22386 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22387 (cl-lucid-hash-tag): Delete.
22388 (cl-hash-table-p): Correct test for native table.
22389 (cl-hash-table-count): Use hash-table-count.
22390
22391 * browse-url.el (browse-url): Fix case of
22392 browse-url-browser-function being an alist.
22393
22394 2000-01-05 Carsten Dominik <cd@gnu.org>
22395
22396 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22397 (reftex-index-phrase-file-extension): New options.
22398
22399 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22400 Use new option `reftex-index-phrase-file-extension'.
22401
22402 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22403 `reftex-parse-file-extension'.
22404
22405 2000-01-05 Dave Love <fx@gnu.org>
22406
22407 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22408 (beginning-of-defun-raw): Use it.
22409 (end-of-defun): New variable.
22410 (end-of-defun): Use it.
22411 (check-parens): New command.
22412
22413 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22414
22415 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22416 (hs-show-block): Don't use `mapcar' when not accumulating.
22417
22418 Fix buglet in local variables initialization.
22419
22420 2000-01-05 Andreas Schwab <schwab@suse.de>
22421
22422 * hscroll.el (hscroll): Doc fix.
22423
22424 2000-01-05 Carsten Dominik <cd@gnu.org>
22425
22426 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22427 Require idlw-toolbar.
22428
22429 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22430 file idlw-rinfo.el.
22431 (idlwave-customize): Load must read file idlw-shell.el.
22432 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22433
22434 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22435
22436 * progmodes/idlw-shell.el: Also provide idlwave-shell
22437 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22438 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22439
22440 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22441 both reftex-dcr and reftex-vcr.
22442
22443 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22444
22445 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22446
22447 * ps-print.el: PostScript code now is in separate files, doc fix.
22448 (ps-print-version): New version number (5.0.3).
22449 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22450 local.
22451 (ps-spool-config): Initialization fix.
22452 (ps-print-prologue-1, ps-print-prologue-2)
22453 (ps-print-duplex-feature): PostScript code moved to separated file.
22454 (ps-background-image): Little code reformating.
22455 (ps-begin-file, ps-begin-job): Fix code.
22456 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22457 (ps-prologue-file): New fun.
22458
22459 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22460
22461 * ps-vars.el: Eliminated.
22462
22463 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22464 `;;;###autoload'.
22465
22466 * ps-print.el: ps-vars eliminated, doc fix.
22467 (ps-print-version): New version number (5.0.2).
22468 (ps-spool-config): Initialization fix.
22469 (ps-print-customize): New fun.
22470
22471 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22472
22473 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22474
22475 2000-01-04 Dave Love <fx@gnu.org>
22476
22477 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22478 menu items.
22479
22480 2000-01-03 Dave Love <fx@gnu.org>
22481
22482 * elide-head.el (elide-head) [defgroup]: Add :version.
22483
22484 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22485 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22486 Use `cl-hash-table-p', not `hash-table-p'.
22487 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22488
22489 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22490
22491 * faces.el (face-read-integer, read-face-attribute)
22492 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22493
22494 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22495
22496 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22497 at comment end, and re-insert them after filling.
22498
22499 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22500
22501 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22502 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22503 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22504
22505 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22506
22507 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22508 the new name of face-color-supported-p.
22509
22510 * term/w32-win.el (xw-defined-colors): Likewise.
22511
22512 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22513
22514 * simple.el (completion-setup-function): Count completion-size
22515 from minibuffer-prompt-end, not from point-min.
22516
22517 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22518
22519 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22520 Pass the frame to tty-color-* functions.
22521 (display-color-p, frame-set-background-mode): Pass the frame to
22522 tty-display-color-p.
22523
22524 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22525 tty-color-alist.
22526 (tty-color-alist, tty-modify-color-alist): New functions.
22527 (tty-color-define, tty-color-clear, tty-color-approximate)
22528 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22529 optional parameter FRAME.
22530
22531 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22532
22533 * image.el (create-image, defimage): Don't assume image data is
22534 a string.
22535
22536 * image.el (defimage): Handle specifications containing :data
22537 instead of :file.
22538 (image-type-from-data): New function.
22539 (image-type-from-file-header): Use it.
22540 (create-image): Add parameter DATA-P.
22541
22542 See ChangeLog.8 for earlier changes.
22543
22544 ;; Local Variables:
22545 ;; coding: iso-2022-7bit
22546 ;; End:
22547
22548 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22549 Copying and distribution of this file, with or without modification,
22550 are permitted provided the copyright notice and this notice are preserved.