]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(blackbox-mode, blackbox): Doc fix.
[gnu-emacs] / lisp / ChangeLog
1 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2
3 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
4
5 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc
6 fixes.
7
8 * play/studly.el (studlify-word, studlify-region)
9 (studlify-buffer): Fix doc-string.
10 (studlify-buffer): Add autoload cookie.
11
12 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
13
14 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
15 (outline-up-heading-all): Remove.
16 (hide-sublevels): Move to end-of-heading before calling flag-region.
17 (outline-copy-overlay, outline-discard-overlays): Remove.
18 (outline-flag-region): Use `remove-overlays'.
19 Don't move to end-of-heading.
20 (outline-next-visible-heading, outline-back-to-heading)
21 (outline-on-heading-p): Use outline-invisible-p.
22 (outline-font-lock-level): Use outline-up-heading's new arg.
23 (outline-minor-mode): Simplify.
24 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
25 (outline): Put a `reveal-toggle-invisible' property.
26 (outline-level-heading): New var.
27 (outline-insert-heading, outline-promote, outline-demote)
28 (outline-toggle-children): New commands.
29
30 * progmodes/hideif.el (hif-end-of-line): New function.
31 (hide-ifdef-mode): Set line-move-ignore-invisible.
32 (hide-ifdef-region-internal): New function.
33 (hide-ifdef-region): Use it.
34 (hif-defined): Return an integer.
35 (hif-infix-to-prefix): Remove.
36 (hif-tokenize): Parse from the buffer rather than from a string.
37 Correctly tokenize integers. Use forward-comment.
38 (hif-expr): Use hif-or.
39 (hif-term): Use hif-and.
40 (hif-factor): Use hif-not. Handle numbers properly.
41 Don't require parenthesis around `defined's argument.
42 (hif-and, hif-or, hif-not): New funs.
43 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
44 (hif-hide-line): Don't hide the \n before the line.
45 (hif-possibly-hide): Correctly handle numeric evaluation results.
46
47 * progmodes/make-mode.el: Use line-(end|beginning)-position.
48 (makefile-mode): Set indent-line-function.
49 (makefile-browser-insert-continuation): Use with-current-buffer.
50 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
51
52 2001-11-28 Karl Fogel <kfogel@red-bean.com>
53
54 * isearch.el (isearch-yank-internal): New helper function.
55 (isearch-yank-char): New function.
56 (isearch-yank-word, isearch-yank-line): Rewrite to use
57 isearch-yank-internal.
58
59 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
60
61 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
62 aren't supported. Print a message to that effect if invoked.
63
64 2001-11-27 Stephen Eglen <stephen@gnu.org>
65
66 * locate.el (locate): Put point at first matching file rather
67 than top of buffer.
68
69 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
70
71 * reveal.el: New file.
72
73 * progmodes/hideif.el: Misc cleanup.
74 (hide-ifdef-mode-submap): Put the def in the defvar.
75 Use substitute-key-definition.
76 (hide-ifdef-mode): Use define-minor-mode.
77 (hif-outline-flag-region): Remove.
78 (hif-show-all): Define in terms of hif-show-ifdef-region.
79 (hif-after-revert-function): Rename from hif-before-revert-function.
80 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
81 (hif-tokenize): Use with-syntax-table.
82 (hif-make-range): Use `else' also for `else-p'.
83 (hif-range-else-p): Remove.
84 (hif-find-range): Simplify.
85 (hif-hide-line): Don't bother preserving buffer-modified-p.
86 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
87 Don't use selective-display and inhibit-read-only.
88
89 * subr.el (copy-overlay, remove-overlays): New funs.
90
91 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
92
93 2001-11-27 Sam Steingold <sds@gnu.org>
94
95 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
96 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
97 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
98 * obsolete/c-mode.el, obsolete/cplus-md.el
99 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
100 * term/sun-mouse.el, textmodes/artist.el:
101 Converted backquote to the new style.
102 * mouse.el, reposition.el: Likewise (in comments).
103 * expand.el: Likewise (in a string).
104
105 2001-11-27 Richard M. Stallman <rms@gnu.org>
106
107 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
108
109 2001-11-26 Richard M. Stallman <rms@gnu.org>
110
111 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
112 if :on-glyph or :off-glyph is a list, eval it and store it back.
113 (checkbox): Quote the values for :on-glyph and :off-glyph.
114
115 * cus-start.el (recursive-load-depth-limit): Delete item.
116
117 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
118
119 * help-fns.el (describe-categories, help-describe-category-set): New.
120
121 2001-11-26 Sam Steingold <sds@gnu.org>
122
123 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
124 arguments to `insert' are strings.
125
126 2001-11-26 Richard M. Stallman <rms@gnu.org>
127
128 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
129
130 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
131
132 * loaddefs.el: Regenerated.
133
134 * international/mule-diag.el: Require help-fns instead of
135 help-funs.
136
137 * help-fns.el: Renamed from help-funs.el.
138
139 * startup.el (command-line-1): Don't try to call process-list if
140 it is not fboundp.
141
142 2001-11-26 Sam Steingold <sds@gnu.org>
143
144 * frame.el (show-trailing-whitespace): Remove :set argument (the
145 value was essentially identical to the defalt).
146
147 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
148
149 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
150
151 * icomplete.el (icomplete-minibuffer-setup): Likewise.
152
153 * hilit-chg.el (hilit-chg-set): Likewise.
154
155 * speedbar.el (speedbar-mode): Likewise.
156
157 * calendar/calendar.el (calendar-mode): Likewise.
158
159 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
160 insert-string.
161
162 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
163
164 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
165
166 * term/sun-mouse.el (sun-yank-selection): Likewise.
167
168 * textmodes/bib-mode.el (return-key-bib): Likewise.
169
170 * calendar/appt.el (appt-disp-window): Likewise.
171
172 * calendar/diary-lib.el (list-diary-entries): Likewise.
173
174 * array.el (array-reconfigure-rows): Likewise.
175
176 * filecache.el (file-cache-minibuffer-complete): Likewise.
177
178 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
179
180 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
181
182 * allout.el (outline-version, outline-open-topic)
183 (outline-rebullet-heading, outline-insert-listified)
184 (outline-latex-verbatim-quote-curr-line)
185 (outline-latexify-one-item, outlineify-sticky): Likewise.
186
187 * vc.el (vc-next-action-on-file): Likewise.
188 (vc-dired-mode): Remove make-local-hook.
189
190 2001-11-26 Andre Spiegel <spiegel@gnu.org>
191
192 * vc.el (vc-find-version): New function.
193 (vc-version-other-window): Redefined in terms of the above.
194
195 * log-view.el (log-view-find-version): New function.
196 (log-view-mode-map): Bind it to `f'.
197
198 2001-11-26 Gerd Moellmann <gerd@gnu.org>
199
200 * language/devan-util.el (dev-char-glyph): Escape `"' in
201 string literals.
202 (dev-glyph-glyph, dev-glyph-glyph-2)
203 (devanagari-compose-syllable-region): Likewise.
204
205 2001-11-26 Richard M. Stallman <rms@gnu.org>
206
207 * window.el (save-selected-window): No error if saved window is dead.
208
209 * help-funs.el (describe-syntax): Put (interactive) after doc string.
210
211 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
212
213 * international/quail.el (quail-help): Require help-mode in
214 top-level instead.
215
216 * iswitchb.el (iswitchb-exhibit): Use insert instead of
217 insert-string.
218
219 * icomplete.el (icomplete-exhibit): Likewise.
220
221 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
222
223 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
224 (diff-hunk-kill): Simplify.
225 (diff-post-command-hook): Only apply to a single hunk.
226 (diff-hunk-text): Make `char-offset' non-optional.
227 (diff-find-text): Return a cons cell.
228 (diff-find-approx-text): New fun.
229 (diff-find-source-location): Use it.
230 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
231 Adapt to new retval of diff-find-text.
232
233 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
234 rather than integer- representation of dates.
235
236 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
237
238 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
239 (syntax-after): New fun.
240
241 * help-funs.el (describe-syntax): New fun.
242
243 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
244 (font-lock-ppss-stats, font-lock-ppss): Remove.
245 (font-lock-fontify-syntactically-region): Remove tuning code.
246 (font-lock-compile-keywords): Fix off-by-one bug.
247 (font-lock-set-defaults): Don't set removed vars.
248 (c-keywords): Add `inline'.
249 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
250
251 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
252 Set syntax-begin-function.
253 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
254 (lisp-interaction-mode): Don't set local-abbrev-table any more.
255 (lisp-mode-auto-fill): Use syntax-ppss and obey
256 comment-auto-fill-only-comments.
257 (lisp-fill-paragraph): Use syntax-ppss.
258
259 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
260
261 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
262 version of rmail-enable-mime.
263 (rmail-forward): Use it.
264
265 2001-11-25 Richard M. Stallman <rms@gnu.org>
266
267 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
268
269 * international/quail.el (quail-keyboard-layout-button):
270 Define button type.
271 (quail-keyboard-customize-button): Likewise.
272 (quail-help): Use those button types. Require `help-mode'.
273 Avoid altering the argument `package'.
274
275 * help-mode.el (help-function, help-variable, help-face)
276 (help-coding-system, help-input-method, help-character-set):
277 Define each button type with its own explicit define-button-type.
278
279 * language/devan-util.el: Comment out parts of the file
280 which apparently are garbled.
281
282 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
283
284 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
285 insert-string.
286
287 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
288
289 * play/snake.el (snake-mode): Remove make-local-hook.
290
291 * play/tetris.el (tetris-mode): Likewise.
292
293 * play/decipher.el (decipher-mode): Likewise.
294
295 * tmm.el (tmm-add-prompt): Likewise.
296
297 2001-11-25 Sam Steingold <sds@gnu.org>
298
299 * menu-bar.el (menu-bar-apropos-menu): New variable.
300 Moved all `apropos' bindings to this menu.
301 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
302
303 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
304
305 The following changes are for new indian languages support based
306 on Unicode charset and CDAC fonts.
307
308 * international/mule-conf.el: Change indian-1-column charset to
309 indian-glyph charset.
310
311 * international/characters.el: Adjusted for the change of
312 indian-1-column -> indian-glyph.
313
314 * international/fontset.el: Delete the setting for indian-1-column
315 and add the setting for indian-glyph in the default fontset.
316
317 * language/indian.el: Completely re-written.
318
319 * language/devanagari.el: Completely re-written.
320
321 * language/devan-util.el: Completely re-written.
322
323 * language/ind-util.el: New file.
324
325 2001-11-24 Richard M. Stallman <rms@gnu.org>
326
327 * startup.el (command-line-1): Don't do startup screen
328 if a subprocess is running. Call the startup screen buffer
329 "GNU Emacs". Make a special mode-line-format for it.
330
331 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
332 (browse-url-galeon): Use that variable.
333
334 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
335 eval-expression. Eval and set the variable simply.
336
337 * files.el (temporary-file-directory): Use defcustom.
338 (small-temporary-file-directory): Likewise.
339 (normal-backup-enable-predicate): Move down in file
340 after definition of temporary-file-directory.
341
342 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
343
344 2001-11-24 Colin Walters <walters@debian.org>
345
346 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
347 autoload names to match files renamed on initial calc import.
348
349 * calc/calc.el (Commentary): Cleanup, and add logistic curve
350 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
351
352 2001-11-23 Colin Walters <walters@debian.org>
353
354 * Makefile.in (finder_setwins, setwins): Include Calc again.
355
356 * calc/calc-rules.el: Add header comment.
357
358 2001-11-23 Andre Spiegel <spiegel@gnu.org>
359
360 * vc.el (with-vc-properties): Don't bind `filename' locally.
361 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
362 to avoid name clashes. Fix `lisp-indent-function' property for
363 both.
364
365 2001-11-23 Francesco Potorti` <pot@gnu.org>
366
367 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
368
369 2001-11-22 Colin Walters <walters@debian.org>
370
371 * calc/calc-misc.el (report-calc-bug):
372 Use `reporter-prompt-for-summary-p'.
373
374 * calc/INSTALL, calc/Makefile: Remove.
375
376 2001-11-22 Miles Bader <miles@gnu.org>
377
378 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
379 (reb-match-2, reb-match-3): Add dark-background variants.
380
381 2001-11-22 Colin Walters <walters@debian.org>
382
383 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
384 (info "Calc").
385 (report-calc-bug): Use reporter.el.
386
387 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
388
389 2001-11-21 Richard M. Stallman <rms@gnu.org>
390
391 * which-func.el (which-function): Call imenu--make-index-alist
392 if necessary to get a list of functions.
393 (which-function-imenu-failed): New variable.
394 (which-func-update): Handle all visible windows.
395 (which-func-update-1): New subroutine broken out of which-func-update.
396
397 * files.el (temporary-file-directory, null-device)
398 (small-temporary-file-directory): Definitions moved up.
399
400 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
401 (cperl-non-problems, cperl-praise): Doc fixes.
402
403 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
404 (sh-mode-syntax-table): Function restored.
405 Variable set up for use by function sh-mode-syntax-table.
406 (sh-set-shell): Set the syntax table.
407
408 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
409
410 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
411
412 * international/encoded-kb.el: Don't alter minor-map-alist.
413
414 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
415
416 * files.el (auto-save-file-name-transforms): Put remote files in
417 temporary-file-directory rather than /tmp.
418
419 2001-11-21 Colin Walters <walters@debian.org>
420
421 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
422 of (function ...) wrapper.
423
424 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
425
426 * derived.el (define-derived-mode): Create the abbrev-table
427 from inside the `defvar'.
428
429 * jit-lock.el (jit-lock-defer-time): New var.
430 (jit-lock-defer-timer, jit-lock-buffers): New vars.
431 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
432 (jit-lock-function): Defer fontification if requested.
433 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
434 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
435 text property.
436 (jit-lock-deferred-fontify): New fun.
437
438 2001-11-20 Richard M. Stallman <rms@gnu.org>
439
440 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
441 Set local-abbrev-table to lisp-mode-abbrev-table.
442
443 * emacs-lisp/re-builder.el (reb-mode):
444 Don't use define-derived-mode. Call kill-all-local-variables.
445
446 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
447 Don't use define-derived-mode.
448
449 * help-mode.el (help-mode): Undo 2001-10-07 change.
450
451 * replace.el (occur-mode): Undo 2001-5-20 change.
452
453 2001-11-20 Jason Rumney <jasonr@gnu.org>
454
455 * w32-fns.el (w32-system-coding-system): Change to an alias for
456 locale-coding-system.
457 (set-w32-system-coding-system): Document the above change.
458 Set locale-coding-system instead.
459
460 2001-11-20 Richard M. Stallman <rms@gnu.org>
461
462 * ruler-mode.el: Add pagination.
463 (ruler-mode-toggle-show-tab-stops): No need to
464 test `ruler-mode' variable.
465
466 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
467
468 * play/landmark.el: Mark lm-mode as special.
469
470 * play/gomoku.el: Mark gomoku-mode as special.
471
472 2001-11-20 Juanma Barranquero <lektu@terra.es>
473
474 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
475 (top-level): Bind it to C-c C-b.
476 (re-builder): Don't re-enter RE Builder Mode.
477
478 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
479
480 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
481
482 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
483 `manual-program'.
484
485 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
486 to a line without a comment.
487
488 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
489
490 * dired.el (dired-listing-switches): Mention in the doc string
491 that some switches are not supported by ls-lisp.el
492
493 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
494
495 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
496 (imenu--create-keymap-2): Remove.
497 (imenu--create-keymap-1): Simplify, remove third argument.
498 (imenu--generic-function): Use dolist.
499 (imenu-find-default): New function.
500 (imenu--completion-buffer): Use it.
501 (imenu--mouse-menu): Use popup-menu.
502 (imenu--menubar-select): Return t rather than calling imenu.
503
504 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
505 New functions, extracted from fill-region-as-paragraph.
506 (fill-region-as-paragraph): Use them.
507 Use an end marker instead of eob.
508 Ignore whitespace-only fill-prefixes when indenting according to mode.
509 Simplify the loop that searches for spaces backwards.
510
511 * textmodes/picture.el (picture-vertical-step)
512 (picture-horizontal-step): Don't use defconst for variables.
513
514 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
515 (mail-extract-address-components): Downcase domain names.
516 (mail-extr-delete-char): Remove. Use delete-char instead.
517
518 * emulation/pc-select.el: Doc string fixes.
519 (pc-selection-mode): Don't treat macos as a tty.
520
521 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
522
523 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
524
525 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
526 (mouse-wheel-progessive-speed): New var.
527 (mwheel-scroll): Use it and handle float values.
528
529 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
530
531 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
532 (iswitchb): Fix the case where the result was selected with the mouse.
533 (iswitchb-completion-help): Use the normal *Completions* now that
534 mouse selection works.
535 (iswitchb-minibuffer-setup): Simplify.
536
537 * newcomment.el (comment-column, comment-style, comment-multi-line)
538 (comment-auto-fill-only-comments): Remove :group arg.
539 (comment-padding): Add :type.
540 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
541 if called interactively.
542
543 2001-11-19 Colin Walters <walters@verbum.org>
544
545 * calc/calc.el (toplevel): Add comment and version header.
546 (calc-init-base): Bump version to 2.02f, update date.
547
548 2001-11-19 Richard M. Stallman <rms@gnu.org>
549
550 * net/browse-url.el: Support Mozilla and Galeon.
551 By default, find the installed browser whichever it is.
552 (browse-url-mozilla): New function.
553 (browse-url-mozilla-sentinel): New function.
554 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
555 (browse-url-default-browser): New function.
556 (browse-url-process-environment): Use browse-url-browser-display.
557 (browse-url-browser-display): Renamed from browse-url-netscape-display.
558 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
559 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
560 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
561 (browse-url-browser-function): New default, new options.
562
563 2001-11-19 Sam Steingold <sds@gnu.org>
564
565 * bindings.el (last-buffer, unbury-buffer): New function.
566 (mode-line-unbury-buffer): Use `unbury-buffer'.
567
568 2001-11-18 Stephen Eglen <stephen@gnu.org>
569
570 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
571 control behaviour when no further completion is possible.
572
573 2001-11-19 Colin Walters <walters@verbum.org>
574
575 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
576 (math-showing-full-precision, math-with-extra-prec, math-working)
577 (calc-with-default-simplification)
578 (calc-with-trail-buffer): Use backtick.
579 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
580 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
581 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
582 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
583 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
584 (Math-num-integerp, Math-bignum-test, Math-equal-int)
585 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
586 (calc-record-compilation-date-macro): Deleted. Callers updated.
587 (math-format-radix-digit): Move to calc-bin.el.
588
589 * calc/calc.el (calc-record-compilation-date): Remove.
590 (calc-bug-address): Update.
591 (calc-settings-file): Use `user-init-file'.
592
593 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
594 Handle null `calc-settings-file'.
595
596 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
597 * calc/calc-keypd.el (calc-keypad-mode): New.
598 (calc-do-keypad): Use it.
599 (calc-keypad-map): Move into `calc-keypad-mode'.
600
601 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
602 to defalias argument.
603
604 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
605 (calcFunc-floor): Ditto.
606
607 * calc-units.el (calcFunc-usimplify): Ditto.
608
609 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
610 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
611 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
612 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
613 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
614 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
615 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
616 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
617 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
618 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
619 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
620 and move them before their first use. Use `when', `unless'.
621 Remove trailing periods from error forms. Add description and
622 headers suggested by Emacs Lisp coding conventions.
623
624 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
625
626 * newcomment.el (comment-indent):
627 Fix misindentation for comment-only lines.
628 (comment-indent-new-line): Only obey comment-multi-line if the
629 comment-ender is not the end-of-line.
630
631 2001-11-19 Richard M. Stallman <rms@gnu.org>
632
633 * net/net-utils.el (network-connection-service-abbrev-alist):
634 New variable.
635
636 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
637 Advance to start of 3rd sexp by moving fwd and backing over it.
638 At first three elements, act like defun.
639
640 * delsel.el (delete-selection-pre-hook): Handle and resignal
641 file-supersession errors to interact properly with userlock.el.
642
643 2001-11-18 Richard M. Stallman <rms@gnu.org>
644
645 * progmodes/fortran.el (fortran-mode-syntax-table):
646 Specify punctuation syntax for backslash.
647
648 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
649 All calls deleted.
650
651 * international/mule-util.el (string-to-sequence): Make it obsolete.
652 (string-to-list, string-to-vector): Implement them directly
653 using append and vconcat, not with string-to-sequence.
654
655 * startup.el (command-line): Set abbrevs-changed to nil after
656 reading the init file and the abbrevs file.
657
658 * isearch.el (isearch): Use magenta2 as bg for (background light)
659
660 2001-11-17 Richard M. Stallman <rms@gnu.org>
661
662 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
663
664 * simple.el (minibuffer-history-sexp-flag): Doc fix.
665
666 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
667
668 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
669 If set and if applicable, add a regexp to highlight defun-like
670 text inside comments and strings.
671 (font-lock-fontify-keywords-region): Pass that new arg.
672 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
673 to the end and pass that new arg.
674 (c-font-lock-keywords-2): Fix regex for labels.
675 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
676 Make it work when LIMIT is several lines further.
677 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
678 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
679 Use backquote and make the regexes for `int a, b, c;' work on
680 multiple lines.
681
682 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
683 (font-lock-defaults-alist): Don't change it any more.
684 (reb-subexp-mode-map): Cleanup.
685
686 * custom.el (custom-current-group-alist): New var.
687 (custom-declare-group): Set it.
688 (custom-current-group): New fun.
689 (custom-declare-variable, custom-handle-all-keywords):
690 Use it as a default if no :group argument is specified.
691
692 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
693 (standard-keyboard-coding-systems): New var.
694 (set-locale-environment): Use it to decide whether or not to call
695 set-keyboard-coding-system.
696 (locale-language-names): Use \"French\" for "fr".
697
698 2001-11-17 Richard M. Stallman <rms@gnu.org>
699
700 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
701 (add-to-list): Delete compatibility code.
702 (checkdoc-next-message-error): Doc fix.
703
704 2001-11-17 Stephen Eglen <stephen@gnu.org>
705
706 * locate.el (locate): Show default locate pattern within the
707 prompt, but don't insert it into the minibuffer contents.
708 Catch the case when pattern is the empty string.
709
710 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
711
712 * language/european.el ("French"): New language environment.
713
714 2001-11-16 Richard M. Stallman <rms@gnu.org>
715
716 * calendar/todo-mode.el (todo-save): Fix previous change.
717
718 * subr.el (functionp): Do use cdr-safe on object.
719
720 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
721
722 * bindings.el (mode-line-mode-name): Only put the help-echo property
723 if the local-map property was put as well.
724 (global-map): Bind switch-frame, delete-frame, iconify-frame
725 and make-frame-visible events.
726
727 * emacs-lisp/elp.el (elp-not-profilable): New var.
728 (elp-not-profilable-p): New function.
729 (elp-instrument-function): Use it. Use backquotes and push.
730
731 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
732 (byte-stack+-info, byte-compile-last-warned-form)
733 (byte-compile-last-logged-file): Don't defconst a variable.
734 (no-byte-compile): Declare.
735 (byte-compile-file): Don't boundp-check no-byte-compile any more.
736 (byte-compile-defvar): Leave defconst as is.
737
738 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
739 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
740 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
741 (edebug-best-error): Don't defconst a variable.
742 (edebug-read-syntax-table): Use a char-table.
743 (edebug-lemacs-specific): Remove.
744 Toplevel: Eliminate check for Lucid Emacs.
745
746 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
747
748 * rect.el (move-to-column-force): Mark obsolete.
749 (operate-on-rectangle, delete-extract-rectangle-line)
750 (insert-rectangle, delete-whitespace-rectangle-line)
751 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
752 (string-rectangle-history): New var.
753 (string-rectangle, string-insert-rectangle): Use it.
754 (delete-rectangle-line): Fix pos/column mixup and simplify.
755
756 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
757 (normal-top-level, command-line, command-line-1): Simplify.
758
759 * tar-mode.el (tar-mode): Use define-derived-mode.
760
761 * view.el (view-mode-enable): Don't use make-local-hook.
762
763 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
764
765 2001-11-16 Richard M. Stallman <rms@gnu.org>
766
767 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
768 if it doesn't make sense as anything else.
769 Don't recognize a "telephone number" at the beginning of the name.
770 (mail-extr-leading-garbage): Match non-word characters only.
771
772 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
773
774 * startup.el (command-line-processed): Doc fix.
775
776 * apropos.el (apropos-next-label-button): Doc fix.
777
778 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
779
780 * comint.el (comint-mode): Simplify.
781 (make-comint-in-buffer): Run `comint-mode' only if necessary.
782
783 * subr.el (eval-after-load): Make it work with features as well.
784
785 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
786
787 * international/mule-cmds.el (describe-input-method): Setup xref.
788 (set-language-environment): Use functionp.
789 (locale-language-names, locale-charset-language-names)
790 (locale-preferred-coding-systems): Defconst and purecopy.
791
792 * language/european.el (mac-roman): Add mime-charset property.
793
794 2001-11-15 Richard M. Stallman <rms@gnu.org>
795
796 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
797 (multiple-value-apply, nth-value): Use defsubst rather than defalias
798 to get better doc strings.
799
800 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
801
802 * derived.el: Fix autoload cookie.
803
804 2001-11-15 Richard M. Stallman <rms@gnu.org>
805
806 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
807
808 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
809
810 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
811
812 2001-11-15 Richard M. Stallman <rms@gnu.org>
813
814 * dired.el (dired-undo): Display a message to explain
815 that this does not undo file system changes.
816
817 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
818
819 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
820 into `unread-command-events' instead of trying keymap
821 lookups ourselves. This makes mouse-clicks do the right
822 thing even when keymaps of overlays are involved.
823 (mouse-drag-drag): Likewise.
824
825 2001-11-15 Andreas Schwab <schwab@suse.de>
826
827 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
828 characters and append anchor to pattern added to auto-mode-alist.
829
830 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
831
832 * server.el (server-process-filter): Run pore/post-comment-hook
833 before/after visiting the file.
834
835 * info-look.el (makefile-mode): Add info for automake.
836 (autoconf-mode): Fix the name of the index for automake.
837
838 * international/latin-9.el: Give pilcrow punctuation syntax.
839
840 2001-11-15 Andre Spiegel <spiegel@gnu.org>
841
842 * vc.el: Documentation fixes.
843
844 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
845
846 * smerge-mode.el (smerge-match-conflict): Fix typo.
847 (smerge-diff): Be careful to read match-data early enough.
848
849 2001-11-14 Colin Walters <walters@verbum.org>
850
851 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
852 (calcFunc-subst): Use `defalias' instead of `fset' and
853 `symbol-function'.
854
855 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
856 (calcFunc-ceil, calcFunc-round): Ditto.
857
858 * calc/calc-bin.el (calcFunc-clip): Ditto.
859
860 * calc/calc-ext.el (calcFunc-evalv): Ditto.
861
862 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
863
864 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
865 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
866
867 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
868
869 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
870 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
871 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
872 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
873 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
874 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
875 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
876 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
877 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
878 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
879 * calcsel2.el: Style cleanup; don't put closing parens on their
880 own line, add "foo.el ends here" to each file, and update
881 copyright date.
882
883 * README: Update maintainer.
884
885 2001-11-13 Alan Shutko <ats@acm.org>
886
887 * compile.el (recompile): Use compilation-arguments if set, so as
888 to be able to M-x recompile the exact command which created a
889 compilation-mode buffer.
890
891 2001-11-13 Richard M. Stallman <rms@gnu.org>
892
893 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
894
895 2001-11-13 Gerd Moellmann <gerd@gnu.org>
896
897 * mouse.el (mouse-drag-region): Don't run the up-event
898 handler if window start changed due to the down-mouse event.
899
900 2001-11-13 Richard M. Stallman <rms@gnu.org>
901
902 * mouse.el (mouse-show-mark): Either move point to the mark
903 or use highlighting, never both.
904 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
905
906 2001-11-13 Simon Josefsson <jas@extundo.com>
907
908 * mail/smtpmail.el (top-level): Change maintainer to Simon
909 Josefsson, cleanup the smtpmail.el header.
910
911 * mail/smtpmail.el (top-level): Don't require cl or base64.
912 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
913 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
914 Defsubst instead of defmacro.
915 (smtpmail-intersection): Return value in reverse order.
916 (smtpmail-open-stream): Use stringp instead of string-to-list.
917 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
918 separated from smtpmail-via-smtp.
919
920 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
921 rfc2104. Require base64 and cl.
922 (smtpmail-smtp-service): Doc fix. :type fix.
923 (smtpmail-debug-info): Doc fix.
924 (smtpmail-debug-verb, smtpmail-auth-credentials)
925 (smtpmail-starttls-credentials, smtpmail-auth-supported):
926 New variables.
927 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
928 mail-utils (it is autoloaded).
929 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
930 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
931 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
932 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
933 (smtpmail-via-smtp): Support AUTH.
934 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
935
936 2001-11-13 Richard M. Stallman <rms@gnu.org>
937
938 * ebuff-menu.el (electric-buffer-update-highlight): New function.
939 (electric-buffer-overlay): New variable.
940 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
941 (electric-buffer-list): Likewise.
942
943 2001-11-13 Per Starback <starback@ling.uu.se>
944
945 * isearch.el (isearch-whitespace-chars): Doc fix.
946 (isearch-mode): Handle negative search-slow-window-lines correctly.
947
948 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
949
950 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
951
952 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
953 From Emmanuel Briot <briot@act-europe.fr>.
954
955 2001-11-13 Colin Walters <walters@debian.org>
956
957 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
958
959 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
960 "~/.emacs"; use `read-file-name'.
961
962 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
963 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
964 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
965 * calc/calc.el: Use `frame-width' instead of `screen-width',
966 `frame-height' instead of `screen-height', and,
967 `executing-kbd-macro' instead of `executing-macro'.
968
969 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
970 correct number of arguments.
971
972 * calc/calc-aent.el (calc-do-alg-entry):
973 Use `blink-paren-function' instead of `blink-paren-hook'.
974
975 2001-11-12 Richard M. Stallman <rms@gnu.org>
976
977 * calendar/todo-mode.el (todo-save): Add save-excursion
978 and save-restriction.
979
980 * server.el (server-edit, server-done): Doc fix.
981
982 * simple.el (clone-indirect-buffer): Error if major mode symbol
983 has a no-clone-indirect property.
984 (clone-buffer): Check for obvious errors before reading clone name.
985
986 * info.el (Info-mode): Add a no-clone-indirect property.
987
988 2001-11-12 Sam Steingold <sds@gnu.org>
989
990 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
991 set-buffer-modified-p to nil after `vc-exec-after'.
992 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
993 (log-view-mode): Make read-only.
994 (log-view-current-file): Do final `expand-file-name' in the
995 current `default-directory'.
996 (log-view-current-tag): Take an optional `where' arg.
997 (log-view-diff): New user command.
998
999 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1000
1001 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1002
1003 2001-11-12 Sam Steingold <sds@gnu.org>
1004
1005 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1006 `generic-flet', `generic-labels', `with-accessors',
1007 `with-condition-restarts'.
1008
1009 2001-11-12 Richard M. Stallman <rms@gnu.org>
1010
1011 * dired.el: Many trivial doc fixes.
1012 (dired-get-file-for-visit): New function.
1013 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1014 (dired-view-file, dired-find-file-other-window, dired-display-file):
1015 (dired-find-file): Use dired-get-file-for-visit.
1016
1017 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1018
1019 * sql.el (sql-mode): Doc change.
1020
1021 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1022 escape character.
1023
1024 2001-11-12 Colin Walters <walters@debian.org>
1025
1026 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1027 (calc-do-keypad): Don't attempt to use nonexistent global
1028 mouse-map, use calc-keypad-map.
1029 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1030 (calc-keypad-left-click): Don't use mouse-map; update to new event
1031 interface.
1032 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1033 (calc-keypad-press): Use `unread-command-events' instead of
1034 `unread-command-char'.
1035
1036 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1037 to match files renamed on initial calc import.
1038
1039 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1040
1041 * textmodes/flyspell.el (flyspell-default-dictionary):
1042 Fix previous change.
1043
1044 2001-11-12 Richard M. Stallman <rms@gnu.org>
1045
1046 * textmodes/flyspell.el (flyspell-default-dictionary):
1047 Fix custom type.
1048
1049 2001-11-11 Richard M. Stallman <rms@gnu.org>
1050
1051 * calendar/solar.el (solar-sunrise-and-sunset):
1052 Exchange the two extreme values of day-length.
1053
1054 * progmodes/sh-script.el (sh-must-be-shell-mode):
1055 Allow modes derived from sh-mode.
1056
1057 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1058 Turn off error in some re-search-forward calls.
1059
1060 * replace.el (query-replace-skip-read-only): New variable.
1061 (perform-replace): If that variable is non-nil, ignore matches
1062 that have a read-only property.
1063
1064 * derived.el (define-derived-mode): Doc fix.
1065
1066 * server.el (server-buffer-done): Test of server-existing-buffer
1067 was backwards.
1068 (server-existing-buffer): Doc fix.
1069
1070 * textmodes/flyspell.el (flyspell-default-dictionary):
1071 Allow nil as value, and make nil the default.
1072
1073 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1074
1075 * subdirs.el: Regenerated.
1076
1077 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1078 it is not fboundp.
1079 (clipboard-yank): Ditto.
1080
1081 2001-11-11 Colin Walters <walters@verbum.org>
1082
1083 The following changes are based on patches from
1084 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1085 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1086
1087 * calc/calc.el (toplevel): Require calc-macs.
1088 (calc-minibuffer-size): New.
1089 (calcDigit-nondigit): Use it instead of `buffer-size'.
1090 (calcDigit-backspace): Likewise.
1091 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1092 `buffer-string'.
1093 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1094 `point-min'.
1095 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1096 `save-excursion'.
1097
1098 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1099 simple `setq' form.
1100
1101 * calc/calc-ext.el: (toplevel): Require calc.
1102 (calc-fancy-prefix-map): New.
1103 (calc-fancy-prefix): Use it.
1104 (calc-fancy-prefix-other-key): New.
1105
1106 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1107 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1108 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1109 (calcAlg-enter): Likewise.
1110 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1111
1112 2001-11-10 Richard M. Stallman <rms@gnu.org>
1113
1114 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1115 (quietly-read-abbrev-file): Doc fix.
1116
1117 * startup.el (command-line): Read standard abbrev
1118 file (abbrev-file-name), if it exists.
1119
1120 * files.el (save-abbrevs): Default value is t.
1121
1122 * progmodes/compile.el (compile-goto-error): Fix previous change
1123 in the case where subsequent errors have not been parsed yet
1124 because they are in a different source file.
1125
1126 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1127
1128 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1129 Merge two regular expressions into one.
1130 (ps-mode): Make local bindings for `comment-start' and
1131 `comment-start-skip'.
1132 (ps-mode-looking-at-nested): Simplify an if-else construct;
1133 use `set-match-data' to set the result.
1134
1135 2001-11-10 Richard M. Stallman <rms@gnu.org>
1136
1137 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1138 Function deleted.
1139 (flyspell-correct-word): Old definition deleted.
1140 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1141 All references renamed too.
1142
1143 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1144
1145 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1146
1147 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1148
1149 * wid-edit.el (checklist): Removed `:menu-tag'.
1150 (radio-button-choice): Ditto.
1151 (editable-list): Ditto.
1152
1153 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1154
1155 * play/gomoku.el: Move definitions of constants to the beginning
1156 of file, before their use.
1157
1158 2001-11-09 Richard M. Stallman <rms@gnu.org>
1159
1160 * textmodes/flyspell.el: Use the keymap property
1161 instead of local-map, and don't use a minor-mode map.
1162 (flyspell-mode-map): Variable deleted.
1163 Don't mess with minor-mode-map-alist.
1164 (calling add-minor-mode): Specify nil for keymap.
1165 And always use add-minor-mode, now that it exists.
1166 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1167 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1168 or flyspell-local-mouse-map.
1169 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1170 (flyspell-mode): Doc fix.
1171 (flyspell-mode-on): Don't call make-local-hook.
1172
1173 2001-11-09 Sam Steingold <sds@gnu.org>
1174
1175 * emacs-lisp/debug.el (debugger-make-xrefs):
1176 Add buttons to all symbols.
1177
1178 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1179
1180 * vc.el: Add John David Smith to credits.
1181
1182 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1183
1184 * vc-hooks.el (vc-error-occured): Backquotified.
1185 (vc-file-prop-obarray): Use prime length for better efficiency.
1186
1187 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1188
1189 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1190
1191 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1192
1193 2001-11-09 Miles Bader <miles@gnu.org>
1194
1195 * subr.el (functionp): Don't consider macros as functions.
1196
1197 2001-11-08 Miles Bader <miles@gnu.org>
1198
1199 * subr.el (functionp): Make work correctly for macros and unbound
1200 symbols.
1201
1202 * comint.el (comint-send-input): Fix description of
1203 `comint-process-echoes' in the doc-string.
1204
1205 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1206
1207 * international/mule.el (make-translation-table): Doc fix.
1208 Suggested by Alex Schroeder <alex@gnu.org>.
1209
1210 2001-11-07 Richard M. Stallman <rms@gnu.org>
1211
1212 * info.el (Info-fontify-node): Highlight every third menu item.
1213
1214 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1215
1216 * cus-edit.el (custom-face-value-create): Don't ignore the
1217 `customized-face' attribute when finding the current face spec.
1218
1219 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1220
1221 * subr.el (with-local-quit): New macro.
1222 (make-syntax-table): Always inherit.
1223 (functionp): Be more careful when `object' is a symbol.
1224
1225 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1226
1227 2001-11-07 Paul Eggert <eggert@twinsun.com>
1228
1229 * dired.el (dired-move-to-filename-regexp):
1230 Do not distinguish between ASCII letters and non-ASCII characters.
1231 Don't allow comma except in the form "month day, year".
1232 Don't allow space between month name and comma.
1233 Clean up the code that checks for trailing period, comma, and space.
1234 Remove now-obsolete comments, and add more commentary about
1235 Japanese dates.
1236 Always gobble up trailing spaces, instead of doing it only sometimes.
1237
1238 2001-11-07 Miles Bader <miles@gnu.org>
1239
1240 * paren.el (show-paren-match-face): Add dark-background variant.
1241
1242 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1243
1244 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1245 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1246 Don't disable adaptive-fill-mode.
1247 (lisp-fill-paragraph): Use tab-width rather than 8.
1248 Prevent filling the first line of docstrings.
1249
1250 2001-11-06 Richard M. Stallman <rms@gnu.org>
1251
1252 * play/gomoku.el (gomoku): Doc fix.
1253
1254 * jka-compr.el (jka-compr-partial-uncompress):
1255 Support an alternative of not using dd.
1256 (jka-compr-dd-program): Use defcustom to define this.
1257 (jka-compr-load-suffixes): Use defcustom.
1258 (jka-compr-mode-alist-additions): Use defcustom.
1259
1260 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1261
1262 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1263 Also work when LIMIT is further than the end of line.
1264
1265 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1266
1267 * international/quail.el (quail-update-leim-list-file): Print the
1268 offending file name if some of its quail-define-package forms is broken.
1269
1270 2001-11-05 Richard M. Stallman <rms@gnu.org>
1271
1272 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1273 of the evaluated form.
1274
1275 2001-11-05 Paul Eggert <eggert@twinsun.com>
1276
1277 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1278 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1279 stamps always line up by default. Also, it uses a slightly
1280 different window to determine whether files are "recent".
1281
1282 2001-11-05 Andrew Innes <andrewi@gnu.org>
1283
1284 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1285 Don't attempt to remake autoloads before nuking .elc files.
1286
1287 2001-11-04 Richard M. Stallman <rms@gnu.org>
1288
1289 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1290 previous-single-property-change or next-single-char-property-change
1291 returns nil.
1292
1293 * international/mule-cmds.el (set-locale-environment):
1294 Make it interactive; make arg optional.
1295
1296 * international/mule-diag.el (help-funs): Require help-funs.
1297
1298 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1299
1300 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1301
1302 2001-11-04 Miles Bader <miles@gnu.org>
1303
1304 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1305 shadow of the splash image grey on a dark background instead of black.
1306
1307 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1308
1309 * term.el (all faces): Don't (copy-face 'default <foo>).
1310
1311 * term/xterm.el (function-key-map):
1312 Add entry for `ESC [ 3 ~' -> <delete>
1313 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1314 Use inheritance so that .emacs and terminfo take precedence.
1315
1316 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1317
1318 * tooltip.el (tooltip-delay): Decrease to 0.7.
1319 (tooltip-hide-delay): Enlarge to 10.
1320
1321 2001-11-03 Richard M. Stallman <rms@gnu.org>
1322
1323 * startup.el (fancy-splash-tail): Explain how to recover
1324 from a crash, if there was a crash.
1325 (command-line-1): Reorganize display of startup screen,
1326 to simplify the logic. Use a temp buffer for it.
1327
1328 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1329
1330 * frame.el (set-background-color, set-foreground-color):
1331 Call face-set-after-frame-default, to propagate the new colors to
1332 the frame's parameters alist.
1333
1334 * calendar/timeclock.el (timeclock-out): Signal an error if
1335 timeclock-last-event is nil.
1336
1337 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1338
1339 * textmodes/fill.el (fill-context-prefix): Fix braino.
1340
1341 * international/quail.el (quail-help):
1342 Use `help-buffer' and move `help-setup-xref' to beginning.
1343
1344 * international/mule-cmds.el (describe-language-environment):
1345 Use `help-buffer' and move `help-setup-xref' to beginning.
1346
1347 * international/mule-diag.el (list-character-sets)
1348 (sort-listed-character-sets, describe-character-set)
1349 (describe-coding-system, describe-fontset, list-fontsets):
1350 Use `help-buffer' and move `help-setup-xref' to beginning.
1351 (describe-char-after): Use `internal-describe-syntax-value'.
1352
1353 2001-11-02 Richard M. Stallman <rms@gnu.org>
1354
1355 * mouse.el (popup-menu): If the user refuses to select
1356 from a menu, don't try to invoke the menu.
1357
1358 2001-11-02 Miles Bader <miles@gnu.org>
1359
1360 * help-mode.el (help-xref): New button type.
1361 (help-function, help-variable, help-face, help-coding-system)
1362 (help-input-method, help-character-set, help-type, help-symbol)
1363 (help-back, help-info, help-customize-variable, help-customize-face)
1364 (help-function-def, help-variable-def): Use it as a supertype.
1365 Remove `action' property.
1366
1367 * international/mule-diag.el (describe-character-set)
1368 (describe-coding-system): Pass correct args to `help-xref-button'.
1369 (sort-listed-character-sets): New button type.
1370 (list-character-sets): Use it.
1371 (list-charset-chars): New button type.
1372 (list-character-sets-1): Use it.
1373
1374 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1375
1376 * indent.el (tab-always-indent, indent-for-tab-command):
1377 Remove redundant `never' setting.
1378
1379 * fill.el (fill-region-as-paragraph): Don't forget to skip
1380 over current whitespace before looking for a preceding space.
1381
1382 2001-11-01 Richard M. Stallman <rms@gnu.org>
1383
1384 * files.el (file-newest-backup): Don't pass backup file name
1385 thru file-name-sans-versions, because it never has version numbers.
1386
1387 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1388 to avoid ambiguous nested loops.
1389
1390 * files.el (find-file-noselect): Offer to change buffer-read-only
1391 only when the file's read-only status has changed from before
1392 as well as disagreeing with the buffer's current status.
1393 (buffer-file-read-only): New var, local in all buffers.
1394
1395 * buff-menu.el (buffer-menu): Doc fix.
1396 (buffer-menu-other-window): Doc fix.
1397 (list-buffers, list-buffers-noselect): Doc fix.
1398
1399 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1400
1401 * startup.el (command-line): If the terminal Emacs is running on
1402 has erase char set to ^H, use the Backspace key for deleting
1403 backward, and the Delete key for deleting forward.
1404
1405 2001-11-01 Miles Bader <miles@gnu.org>
1406
1407 * button.el (define-button-type): Make sure every user-defined
1408 button type has a supertype.
1409
1410 2001-10-31 Jason Rumney <jasonr@gnu.org>
1411
1412 * international/mule-cmds.el (locale-language-names): Add chs and
1413 cht as aliases for Chinese-GB and Chinese-BIG5.
1414
1415 2001-10-31 Richard M. Stallman <rms@gnu.org>
1416
1417 * bindings.el (mode-line-frame-identification): Add doc string.
1418 (mode-line-position, mode-line-modes): New variables.
1419 (mode-line-format): Use mode-line-position for the part
1420 that displays the position-in-buffer info.
1421 Use mode-line-modes for the part that displays major and minor modes.
1422
1423 2001-10-31 Sam Steingold <sds@gnu.org>
1424
1425 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1426 (debugger-setup-buffer): Call it.
1427 (debugger-mode-map): Bind RET and mouse-2.
1428
1429 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1430
1431 * startup.el: Document command line option --no-window-system
1432 instead of --no-windows.
1433
1434 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1435
1436 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1437
1438 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1439 (font-lock-defaults-alist): Use it.
1440 From David Ponce <david.ponce@wanadoo.fr>
1441
1442 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1443 output of `char-after'.
1444
1445 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1446
1447 * simple.el (reindent-then-newline-and-indent): Insert the newline
1448 before indenting the first line.
1449 (undo-get-state, undo-revert-to-state): New funs.
1450 (shell-command): Don't kill the buffer even if empty.
1451 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1452 (transpose-subr-end2): Remove.
1453 (transpose-subr): Add `special' arg and simplify.
1454 (transpose-subr-1): Rewrite.
1455 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1456 (rfc822-goto-eoh): Simplify.
1457
1458 2001-10-30 Richard M. Stallman <rms@gnu.org>
1459
1460 * enriched.el (enriched-face-ans): FIx previous change.
1461
1462 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1463
1464 * international/iso-acc.el (iso-accents-compose): Remove a
1465 superfluous setq.
1466
1467 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1468
1469 * buff-menu.el (list-buffers-noselect): If the buffer's name
1470 starts with a blank, but it visits a file, do show it (for files
1471 whose names start with a blank).
1472
1473 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1474
1475 * textmodes/fill.el (sentence-end-double-space)
1476 (sentence-end-without-period): Move to paragraphs.el.
1477 (fill-indent-according-to-mode): Change default to t.
1478 (fill-context-prefix): Simplify control-flow and use a more
1479 sophisticated merge that unifies both previous checks.
1480 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1481 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1482 (fill-nobreak-p): New fun.
1483 (fill-region-as-paragraph): Use it.
1484 Handle `fill-indent-according-to-mode' slightly differently.
1485 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1486 (fill-individual-paragraphs-citation): Fix.
1487
1488 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1489 (paragraph-start): Change default to the `text-mode' value.
1490 (sentence-end-double-space, sentence-end-without-period):
1491 Move from fill.el.
1492 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1493 rather than rebinding `paragraph-start' and `paragraph-separate'.
1494
1495 * indent.el (indent-line-function): Change default to indent-relative.
1496 (tab-always-indent): Add an `never' setting.
1497 (indent-according-to-mode): Handle `indent-relative' and
1498 `indent-relative-maybe' specially.
1499 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1500 Handle the `never' case for `tab-always-indent'.
1501 Don't call indent-according-to-mode for indent-relative' and
1502 `indent-relative-maybe'.
1503 (insert-tab): Rename `prefix-arg' to `arg'.
1504 (indent-region): Indent the first line as well.
1505 (indent-relative): Don't mark the buffer modified if the indentation
1506 is unchanged.
1507
1508 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1509 Don't set paragraph-separate. Set paragraph-start more carefully.
1510 Set indent-line-function.
1511 (paragraph-indent-text-mode): Use it and define-derived-mode.
1512 (text-mode-map): Remove the \t binding.
1513 (text-mode): Simplify now that the default is more favorable.
1514
1515 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1516
1517 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1518 If the regexp doesn't match, use a looser one.
1519 (find-variable-noselect): Add `file' argument.
1520
1521 * pcvs.el (cvs-mode-commit-hook): New hook.
1522 (cvs-mode-commit): Run it.
1523
1524 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1525
1526 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1527 (edebug-instrument-function): Use `find-function-noselect'.
1528
1529 2001-10-29 Richard M. Stallman <rms@gnu.org>
1530
1531 * term.el (term-if-emacs19): Macro deleted.
1532 Callers changed to use progn instead.
1533
1534 * frame.el (blink-cursor-mode): Doc fix.
1535
1536 * files.el (find-backup-file-name): Use make-backup-file-name.
1537
1538 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1539 window-live-p.
1540 (edebug-set-conditional-breakpoint): Unconditionally use
1541 the former Emacs >=19 definition.
1542 (edebug-mark): Define unconditionally.
1543 (edebug-eval-expression): Always call read-from-minibuffer
1544 and specify history list.
1545 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1546 edebug-set-conditional-breakpoint.
1547 (edebug-emacs-version-specific): Function deleted;
1548 do the job at top level.
1549 (edebug-emacs-19-specific): Function deleted, this is the default.
1550
1551 2001-10-29 Sam Steingold <sds@gnu.org>
1552
1553 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1554 "/cygdrive/LETTER/" pathnames.
1555
1556 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1557
1558 * faces.el (invert-face): Check for 'unspecified, not for nil,
1559 when testing whether face colors are not specified.
1560 From David.Kastrup@t-online.de (David Kastrup).
1561 (read-face-name): Doc fix.
1562 (make-face-bold, make-face-unbold, make-face-italic)
1563 (make-face-unitalic, make-face-bold-italic, invert-face):
1564 Remove trailing blank from the prompt passed to read-face-name.
1565
1566 2001-10-29 Sam Steingold <sds@gnu.org>
1567
1568 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1569 Report numbers of files skipped and failed too.
1570 (byte-compile-file): Return 'no-byte-compile for skipped files.
1571
1572 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1573
1574 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1575 and `M p'.
1576
1577 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1578
1579 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1580 as is on unread-command-events instead of `(SECOND-CHAR)'.
1581
1582 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1583
1584 * vc.el: Mention vc-*-switches in backend API documentation.
1585 (vc-annotate): Adapt doc string to recent change.
1586
1587 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1588
1589 * enriched.el (enriched-face-ans): Handle face attributes
1590 of the form `(FACE1 FACE2 ...)'.
1591
1592 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1593
1594 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1595
1596 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1597
1598 * progmodes/sql.el (sql-db2): Doc change.
1599 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1600 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1601
1602 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1603
1604 * env.el (substitute-env-vars): Don't quote argument to `rx';
1605 it's a macro.
1606
1607 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1608
1609 * cus-start.el (recursive-load-depth-limit): Added.
1610
1611 2001-10-28 Richard M. Stallman <rms@gnu.org>
1612
1613 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1614 All uses removed--assume Emacs version is >= 20.
1615
1616 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1617 by really checking that it is not version 18.
1618
1619 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1620
1621 2001-10-28 Miles Bader <miles@gnu.org>
1622
1623 * faces.el (face-attribute): Add INHERIT argument, consider face
1624 inheritance if it's non-nil.
1625 (face-attribute-merged-with): New function.
1626 (face-attribute-specified-or): New macro.
1627 (face-foreground, face-background, face-stipple): Add INHERIT
1628 argument. Use `face-attribute-specified-or'.
1629
1630 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1631
1632 * font-lock.el: Require `syntax'.
1633 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1634 Use `c-font-lock-syntactic-face-function' for c languages.
1635 (font-lock-mode): Don't unset vars when turning the mode off.
1636 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1637 (font-lock-extra-managed-props): New var.
1638 (font-lock-default-unfontify-region): Use it.
1639 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1640 Don't eval the value when there's no match.
1641 (font-lock-ppss-stats): New var.
1642 (font-lock-ppss): New fun.
1643 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1644 (font-lock-apply-highlight): Allow `highlight' to set several props.
1645 (font-lock-set-defaults): Use dolist.
1646 (font-lock-unset-defaults): Remove.
1647 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1648 Try to recognize prototypes using `foo P_ ((args))'.
1649 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1650 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1651 (c-font-lock-syntactic-face-function): New function.
1652 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1653 (c++-keywords): Use a more sophisticated regexp to handle
1654 shallowly nested templates.
1655
1656 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1657
1658 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1659 (sgml-tag): Use it. Cleanup with `cond'.
1660 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1661 Mark the overlays and only delete those that are marked.
1662 (sgml-skip-close-p): Remove.
1663 (sgml-value): Replace sgml-skip-close-p with its definition.
1664 (html-tag-alist): Use sgml-xml a bit more.
1665 (html-mode): Set sgml-empty-tags.
1666
1667 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1668 (texinfo-update-node, texinfo-sequential-node-update):
1669 Don't bind the obsolete `auto-fill-hook'.
1670 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1671 Use `set-buffer' rather than `switch-to-buffer'.
1672 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1673 Use `set-buffer' rather than `switch-to-buffer'.
1674
1675 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1676 text-mode-syntax-table.
1677 (mail-mode): Use define-derived-mode.
1678 Fix ordering of alternatives in adaptive-fill-regexp.
1679 (mail-mode-map): Don't rely on keymap's internal representation.
1680
1681 2001-10-27 Sam Steingold <sds@gnu.org>
1682
1683 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1684 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1685 (sgml-mode-common): Call it.
1686 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1687 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1688 (html-horizontal-rule, html-image, html-ordered-list):
1689 (html-unordered-list, html-list-item, html-paragraph):
1690 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1691 `html-xhtml'.
1692
1693 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1694
1695 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1696 (ifnothtml): New alias.
1697
1698 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1699
1700 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1701 (toggle-text-mode-auto-fill): Use derived-mode-p.
1702
1703 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1704
1705 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1706 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1707
1708 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1709
1710 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1711 Add make-obsolete cookies, to follow faces.el.
1712
1713 These changes avoid warnings from the byte compiler in faces.el:
1714
1715 * faces.el (internal-get-face): Use facep instead of the obsolete
1716 internal-find-face.
1717 (internal-frob-font-weight, internal-frob-font-slant):
1718 New defaliases for obsolete functions.
1719 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1720 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1721 (x-make-font-bold-italic): Use internal-frob-font-weight and
1722 internal-frob-font-slant aliases instead of the obsolete
1723 x-frob-... functions.
1724
1725 2001-10-26 Sam Steingold <sds@gnu.org>
1726
1727 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1728 DOCTYPE; set `mode-name' based on it.
1729 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1730 (sgml-tag): Close empty tags in XHTML.
1731
1732 2001-10-26 Jason Rumney <jasonr@gnu.org>
1733
1734 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1735 when UNICODE is not defined.
1736
1737 2001-10-26 Sam Steingold <sds@gnu.org>
1738
1739 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1740 be alone on the line.
1741
1742 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1743
1744 * button.el (button): Special face definition for MS-DOS terminals.
1745
1746 2001-10-26 Sam Steingold <sds@gnu.org>
1747
1748 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1749 Protect the /= test by checking that the args are non-nil.
1750 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1751
1752 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1753
1754 * textmodes/artist.el (artist-version): 1.2.4.
1755 (artist-butlast-fn): New variable.
1756 (artist-butlast): New function.
1757 (artist-ellipse-mirror-quadrant): Use it.
1758 (artist-mouse-draw-poly): Use nil for `point-list'.
1759 (artist-mouse-draw-poly): Check for point-list being nil.
1760
1761 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1762
1763 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1764 lambda expression.
1765 (ps-mode-menu-main): Submenu with options on/off was replaced with
1766 a toggle button.
1767 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1768 (ps-mode): Autoload cookie added on same line as comment
1769 (ps-mode-tabkey, ps-mode-backward-delete-char):
1770 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1771 `indent-to' with `indent-line-to'
1772 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1773 instead of `eval'.
1774 (ps-mode-print-region): Use `with-temp-buffer'.
1775 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1776 (numerous places): Add back-tick and tick around names in
1777 docstrings, fix punctuation in docstrings, remove trailing spaces.
1778
1779 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1780
1781 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1782 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1783 (sgml-font-lock-syntactic-keywords): New var.
1784 (sgml-mode-common): Drop the two args.
1785 Don't make buffer-local variables that aren't used.
1786 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1787 Don't set `before-string' props from sgml-display-text.
1788 (sgml-mode): Use define-derived-mode.
1789 (sgml-tags-invisible): Use sgml-display-text.
1790 (sgml-quote): New command.
1791 (html-tag-alist): Add args for `span'.
1792 (html-mode): Use define-derived-mode.
1793 Set sgml-display-text and sgml-tag-face-alist.
1794
1795 2001-10-25 Sam Steingold <sds@gnu.org>
1796
1797 * add-log.el (add-log-always-start-new-record): New user option.
1798 (add-change-log-entry): Use it.
1799
1800 2001-10-25 Richard M. Stallman <rms@gnu.org>
1801
1802 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1803 bind case-fold-search if FROM is not all lower case.
1804
1805 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1806
1807 * startup.el (normal-top-level): Check for frame-initial-frame
1808 only if it's really used.
1809
1810 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1811
1812 * progmodes/compile.el (compilation-parse-errors-filename-function):
1813 New variable.
1814 (compilation-parse-errors): Use it.
1815
1816 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1817
1818 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1819 interactively so that C-u M-C-x still does edebug.
1820 (checkdoc-sentencespace-region-engine): Don't force a double-space
1821 after `.' if it doesn't look like an end-of-sentence.
1822 (debug-ignored-errors): Add `disambiguate ...'.
1823
1824 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1825
1826 * textmodes/texinfo.el (texinfo-environments)
1827 (texinfo-environment-regexp): Hoist.
1828 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1829 Only highlight the menu name in menu items.
1830 Setup `@foo ... @end foo' as text clones.
1831 (texinfo-clone-environment): New function.
1832 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1833 (texinfo-insert-block): Simplify.
1834 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1835 the command is repeated.
1836 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1837 (texinfo-insert-@end): Simplify.
1838
1839 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1840 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1841 (texinfo-subsubsection-level-regexp)
1842 (texinfo-update-menu-same-level-regexps)
1843 (texinfo-update-menu-higher-regexps)
1844 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1845
1846 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1847 (derived-mode-p): Autoload.
1848
1849 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1850 New vars and functions.
1851 (text-clone-maintain, text-clone-create): New functions.
1852
1853 2001-10-25 Miles Bader <miles@gnu.org>
1854
1855 * facemenu.el (facemenu-add-new-face): Fix variable names.
1856
1857 2001-10-24 Richard M. Stallman <rms@gnu.org>
1858
1859 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1860 of t and nil values.
1861 (facemenu-set-face): Handle START and END interactively.
1862 (facemenu-set-foreground): Don't use a face; specify color directly.
1863 (facemenu-set-background): Likewise.
1864 (facemenu-set-face-from-menu): Doc fix.
1865 (facemenu-active-faces): Use face-attribute-vector
1866 to handle bare attributes not in faces.
1867 (facemenu-get-face): Don't handle face names fg:... and bg:...
1868 specially.
1869 (facemenu-add-new-face): New argument MENU.
1870 New way to handle adding colors to the color menus.
1871
1872 * env.el (substitute-env-vars): Quote the arg to rx.
1873
1874 2001-10-24 Sam Steingold <sds@gnu.org>
1875
1876 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1877 Control" and "SGML" groups.
1878
1879 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1880
1881 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1882 Better handling of C++ template args to avoid confusion with `<'
1883 and `>' used as operators in member init expressions.
1884
1885 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1886
1887 * replace.el (perform-replace): Move START and END parameters
1888 to the end of the argument list and make them optional.
1889
1890 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1891 perform-replace.
1892
1893 * international/fontset.el (x-must-resolve-font-name): New function.
1894 (x-complement-fontset-spec): Use it.
1895
1896 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1897
1898 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1899
1900 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1901 Turn caadr into caar of cdr.
1902
1903 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1904
1905 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1906 of mouse-{1,2} since dragging is on the down event.
1907
1908 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1909
1910 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1911 if ARG is nil.
1912
1913 * desktop.el (desktop-last-buffer): New variable.
1914 (desktop-create-buffer): Set it.
1915 (desktop-read): Bind it and switch to that buffer.
1916
1917 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1918
1919 * progmodes/compile.el (compilation-set-window-height):
1920 Select old window only if it's still live.
1921
1922 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1923
1924 * help-mode.el (help-buffer): Remove debugging code.
1925 From Stefan Monnier <monnier@cs.yale.edu>.
1926
1927 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1928
1929 * files.el (file-name-sans-extension, file-name-extension):
1930 Don't count the leading dots in file names as signaling an extension.
1931
1932 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1933
1934 * vc.el (vc-diff-switches): Doc rewritten.
1935
1936 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1937
1938 * tooltip.el (tooltip-set-param): Doc fix.
1939
1940 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1941 127 to sgml-maybe-name-self.
1942 (sgml-name-8bit-mode): Doc fix.
1943 (sgml-char-names-table): New variable.
1944 (sgml-name-char): Support non-ASCII and mule-unicode-*
1945 characters. Doc fix.
1946 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1947
1948 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1949 doc string the effect of `left' and `top' parameters in
1950 tooltip-frame-parameters, the default values, and the units.
1951 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1952 (tooltip-show): Mention in the doc string the `top' and `left'
1953 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1954
1955 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1956
1957 Add autoscaling support for vc-annotate.
1958 From J.D. Smith <jdsmith@alum.mit.edu>.
1959
1960 * vc.el (vc-annotate-display-default): Accept colormap scaling
1961 ratio (now deprecated).
1962 (vc-annotate-display-autoscale): Added.
1963 (vc-annotate-add-menu): New autoscaling menu options "Span to
1964 Oldest" and "Span Oldest->Newest". Easymenu support added for
1965 toggle menus driven by customize variable `vc-annotate-display-mode'.
1966 (vc-annotate-display-select): Added.
1967 (vc-annotate): Changed temp-buffer-show-function to
1968 `vc-annotate-display-select'.
1969 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1970 Added argument OFFSET. Instead of backend function, calls now
1971 generic `vc-annotate-difference'.
1972 (vc-annotate-difference): Added as generic function instead of
1973 backend-specific function. No longer takes argument POINT, but
1974 instead accepts a time OFFSET.
1975 (vc-default-annotate-current-time): Added.
1976
1977 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1978 version in vc.el, with
1979 (vc-cvs-annotate-current-time): Added, as override of default.
1980 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1981 `vc-cvs-annotate-difference'.
1982
1983 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1984
1985 * saveplace.el (save-place): Require `saveplace'.
1986
1987 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1988 Use `sexp' for :value-type instead of `face'.
1989
1990 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1991
1992 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1993 regexps due to 5-digit message IDs.
1994
1995 2001-10-21 Jason Rumney <jasonr@gnu.org>
1996
1997 * term/w32-win.el (redisplay-dont-pause): Don't set.
1998
1999 2001-10-21 Miles Bader <miles@gnu.org>
2000
2001 * help-funs.el (help-manyarg-func-alist): Variable removed.
2002
2003 2001-10-21 Miles Bader <miles@gnu.org>
2004
2005 * help-funs.el (help-manyarg-func-alist): Remove entries for
2006 `insert', `insert-and-inherit', `insert-before-markers',
2007 `insert-before-markers-and-inherit', `message', `message-box',
2008 `message-or-box', `propertize', `format', `encode-time', `append',
2009 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2010 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2011 `ml-prefix-argument-loop'.
2012
2013 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2014
2015 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2016 (vc-default-diff-tree): New functions.
2017 (vc-version-diff): Use them. As a result, coding systems are now
2018 set up properly for all sorts of diffs, and tree diffs can now
2019 also be done locally.
2020 (vc-diff): With a prefix argument, don't require that it's called
2021 from a buffer under version control.
2022 (diff-switches): Remove duplicate definition.
2023
2024 * vc-cvs.el (vc-cvs-diff-tree): New function.
2025
2026 2001-10-21 Miles Bader <miles@gnu.org>
2027
2028 * help-funs.el (help-manyarg-func-alist): Remove entries for
2029 `list', `vector', `make-byte-code', `call-process',
2030 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2031 `logand', `logior', and `logxor'.
2032
2033 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2034 image bits to compensate. Use `make-string' instead of
2035 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2036
2037 2001-10-20 Kim F. Storm <storm@cua.dk>
2038
2039 * simple.el (kill-ring-save): Don't show extent of copied region
2040 if using transient-mark-mode and region is fully visible.
2041
2042 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2043
2044 * (Version 21.1 released.)
2045
2046 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2047
2048 * files.el (auto-mode-alist): Associate .indent.pro with
2049 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2050
2051 2001-10-18 Sam Steingold <sds@gnu.org>
2052
2053 Put the *Compile-Log* buffer in `compilation-mode'.
2054 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2055 (byte-compile-log-1, byte-compile-log-file)
2056 (displaying-byte-compile-warnings): Use it
2057
2058 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2059
2060 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2061
2062 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2063
2064 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2065
2066 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2067
2068 * obsolete/hilit19.el (hilit-lookup-face-create):
2069 Call set-face-font only if display-graphic-p.
2070 (toplevel): Remove references to window-system.
2071
2072 2001-10-18 Miles Bader <miles@gnu.org>
2073
2074 * simple.el (what-line): Avoid problems with field properties.
2075
2076 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2077
2078 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2079 Define special colors for a tty.
2080
2081 2001-10-17 Francesco Potorti` <pot@gnu.org>
2082
2083 * comint.el (comint-password-prompt-regexp): Make it less
2084 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2085
2086 2001-10-17 John Wiegley <johnw@gnu.org>
2087
2088 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2089 a regular file, before checking if it is a directory or symlink.
2090 This avoids a call to eshell-file-attributes, which can be
2091 expensive in some situations.
2092
2093 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2094 customization variable, to differentiate ls-in-dired from regular
2095 uses of ls.
2096
2097 2001-10-17 Miles Bader <miles@gnu.org>
2098
2099 * custom.el (defface): Mention `:inherit' in doc-string.
2100
2101 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2102
2103 * paren.el: Update the Commentary with installation instructions.
2104
2105 2001-10-15 Dave Love <fx@gnu.org>
2106
2107 * international/mule.el (set-auto-coding): Fix regexps for local
2108 variables section not to eat newlines.
2109
2110 2001-10-15 Miles Bader <miles@gnu.org>
2111
2112 * simple.el (display-message-or-buffer): Pass the correct buffer
2113 to `display-buffer'.
2114
2115 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2116
2117 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2118 (executable-find): Use exec-suffixes.
2119 (executable-set-magic): Don't use make-local-hook.
2120
2121 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2122
2123 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2124
2125 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2126 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2127 Add .so to the Unix and GNU branch.
2128
2129 * international/latin-1.el:
2130 * international/latin-2.el:
2131 * international/latin-3.el:
2132 * international/latin-4.el:
2133 * international/latin-5.el:
2134 * international/latin-8.el:
2135 * international/latin-9.el: Add no-byte-compile: t, since
2136 Makefile.in instructs make-docfile to look at .el files.
2137
2138 2001-10-14 Miles Bader <miles@gnu.org>
2139
2140 * button.el (define-button-type): Allow supertype property to be
2141 specified with a keyword `:supertype' too.
2142 (button-put, make-text-button): Allow button type property to be
2143 specified using the keyword `:type' too.
2144 (button-type): New function.
2145 (button): Add `button-category-symbol' property.
2146
2147 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2148
2149 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2150 indent-new-comment-line from comment-indent-new-line.
2151
2152 * textmodes/refill.el (refill-mode):
2153 Bind DEL to backward-delete-char-untabify.
2154 Set backward-delete-char-untabify-method to `hungry'.
2155
2156 * textmodes/bib-mode.el (bib-mode):
2157 * play/gomoku.el (gomoku-mode):
2158 * textmodes/page-ext.el (pages-directory-mode):
2159 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2160
2161 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2162
2163 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2164
2165 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2166 Handle here-docs differently.
2167 (sh-font-lock-heredoc): Remove.
2168 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2169 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2170 (sh-font-lock-open-heredoc): New functions.
2171 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2172 (sh-font-lock-keywords-1): Use regexp-opt.
2173 (sh-in-comment-or-string): Use syntax-ppss.
2174 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2175 (sh-select, sh-tmp-file): Add explicit terminating \n.
2176
2177 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2178 Use with-current-buffer.
2179 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2180 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2181 filename), catch any error that occurs in `ange-ftp-cd'.
2182 If an error happened, don't bother sending `cmd' at all.
2183 Fix a parenthesis typo.
2184 (ange-ftp-write-region): Don't blindly use binary if the remote host
2185 is unix-like.
2186
2187 * play/pong.el (pong-init): Don't use make-local-hook.
2188
2189 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2190
2191 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2192 (viper-get-ex-address-subr): More precise addr for the $ marker
2193
2194 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2195
2196 * version.el (emacs-version): Bump to 21.1.50.
2197
2198 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2199
2200 * mail/mailalias.el (mail-directory-stream): Do not double
2201 variables in the lambda-list.
2202
2203 * play/gomoku.el (gomoku-init-display): Ditto.
2204
2205 * play/landmark.el (lm-init-display): Ditto.
2206
2207 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2208 (delimit-columns-rectangle-line): Ditto.
2209
2210 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2211
2212 * newcomment.el (comment-region-internal): Don't rebind
2213 invisibility_spec now that the C routines handle it correctly.
2214
2215 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2216
2217 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2218 and `same-frame'.
2219
2220 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2221
2222 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2223
2224 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2225 C-p and C-r. Remove redundant bindings from inheriting maps.
2226
2227 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2228 After 4.23 and: After 4.24:
2229 (cperl-contract-levels): Restore position.
2230 (cperl-beautify-level): Likewise.
2231 (cperl-beautify-regexp): Likewise.
2232 (cperl-commentify): Rudimental support for length=1 runs
2233 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2234 After 4.25:
2235 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2236 (imenu-example--create-perl-index): Was not enforcing
2237 syntaxification-to-the-end.
2238 (cperl-invert-if-unless): Allow `for', `foreach'.
2239 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2240 Mark qw(), m()x as indentable.
2241 (cperl-init-faces): Highlight `sysopen' too.
2242 Highlight $var in `for my $var' too.
2243 (cperl-invert-if-unless): Was leaving whitespace at end.
2244 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2245 (cperl-calculate-indent): Remove old commented out code.
2246 Support (primitive) indentation of qw(), m()x.
2247 After 4.26:
2248 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2249 q [] with intervening newlines.
2250 (cperl-autoindent-on-semi): New customization variable.
2251 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2252 (cperl-tips): Mention how to make CPerl the default mode.
2253 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2254 (cperl-outline-level): New function.
2255 (cperl-highlight-variables-indiscriminately): New customization var.
2256 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2257 From Sean Kamath <kamath@pogo.wv.tek.com>.
2258 (cperl-after-block-p): Support CHECK and INIT.
2259 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2260 From Doug MacEachern <dougm@covalent.net>.
2261 After 4.27:
2262 (cperl-find-pods-heres): Recognize \"" as a string.
2263 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2264 Allow whitespace between << and "FOO".
2265 (cperl-problems): Remove \"" and q [] with intervening newlines.
2266 Mention multiple <<EOF as unsupported.
2267 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2268 (cperl-indent-parens-as-block): New configuration variable.
2269 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2270 Use `cperl-indent-parens-as-block'.
2271 (cperl-find-pods-heres): Test for =cut without empty line instead of
2272 complaining about no =cut.
2273 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2274 (cperl-find-pods-heres): Likewise.
2275 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2276 POD could've been marked as comment already.
2277 (cperl-unwind-to-safe): Unwind before start of POD too.
2278 After 4.28:
2279 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2280 After 4.29:
2281 (x-color-defined-p): Make an extra case to peacify the warning.
2282 Toplevel: `defvar' to peacify the warnings.
2283 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2284 No -nw-compile time warnings now.
2285 (cperl-find-tags): TAGS file had too short substring-to-search.
2286 Be less verbose in non-interactive mode
2287 (imenu-example--create-perl-index): Set index-marker after name
2288 (cperl-outline-regexp): New variable.
2289 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2290 (cperl-mode): Made use `cperl-outline-regexp'.
2291 After 4.30:
2292 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2293 (cperl-outline-level): Make start-of-file same level as `package'.
2294 After 4.31:
2295 (cperl-electric-pod): `head1' and `over' electric only if empty.
2296 (cperl-unreadable-ok): New variable.
2297 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2298 on an unreadable file.
2299 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2300 on an unreadable directory.
2301
2302 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2303 Consider the text between two errors as belonging to the first error.
2304 (compilation-goto-locus): Use pop-to-buffer rather than
2305 switch-to-buffer-other-frame.
2306
2307 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2308 (awk-font-lock-syntactic-keywords): New var.
2309 (awk-mode): Use it.
2310
2311 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2312
2313 * faces.el (describe-face): Call help-setup-xref earlier.
2314
2315 * jka-compr.el (jka-compr-load-suffixes): New var.
2316 (jka-compr-install): Add its content to load-suffixes.
2317 (jka-compr-uninstall): Remove its content from load-suffixes.
2318
2319 2001-10-12 Sam Steingold <sds@gnu.org>
2320
2321 * bindings.el (completion-ignored-extensions): CL-related
2322 extensions are platform-independent.
2323
2324 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2325 asynchronous multiple file copying.
2326
2327 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2328
2329 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2330 Turn error for repeated variables into warning.
2331
2332 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2333 New function checking that lambda-list consists of non-constant
2334 symbols, that &rest and &optional are followed by variable names,
2335 that &rest VAR is the last element, and that variables aren't doubled.
2336 (byte-compile-lambda): Use it.
2337
2338 2001-10-12 Eli Barzilay <eli@barzilay.org>
2339
2340 * calculator.el (calculator-eng-display): Don't call concat
2341 with an integer argument.
2342
2343 2001-10-12 Miles Bader <miles@gnu.org>
2344
2345 * help-mode.el (help-customize-face): New button-type.
2346
2347 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2348 (describe-face): Fix args to `help-xref-button'.
2349 Don't switch to help-buffer around call to `help-setup-xref'.
2350 Use `help-buffer' instead of hard-wired "*Help*".
2351 Require `help-mode'.
2352
2353 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2354
2355 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2356
2357 * help-mode.el (help-buffer): New function.
2358 Returns the buffer-name to use for help output.
2359 Change all the code to use it instead of hard-coding *Help*.
2360 (help-mode-map): Put back the mouse-2 binding.
2361 (help-xref-stack): Change the format and make buffer-local.
2362 (help-xref-stack-item): Make buffer-local.
2363 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2364 (help-xref-interned): Display the face doc as well.
2365 (help-follow-mouse): Re-introduce.
2366 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2367 (help-do-xref): Don't `push' any more.
2368 (help-follow): Also follow face names.
2369
2370 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2371 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2372 Autoload and cleanup.
2373 (describe-function): Call help-setup-xref.
2374 (describe-variable): Call help-setup-xref earlier.
2375
2376 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2377 (view-lossage): Call help-setup-xref correctly and earlier.
2378 (describe-bindings): Call help-setup-xref earlier.
2379 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2380 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2381
2382 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2383
2384 * master.el (master-mode): Use define-minor-mode instead of
2385 easy-mmode-define-minor-mode. Add autload cookie.
2386 (Commentary): Remove the line showing how to autoload master-mode,
2387 since it's always autoloaded.
2388
2389 * master.el: New file.
2390
2391 2001-10-11 Dave Love <fx@gnu.org>
2392
2393 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2394 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2395 <const-C varset-X const-C>: Fix car/cdr typo.
2396
2397 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2398
2399 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2400 New function extracted from byte-compile-log-1.
2401 (byte-compile-log-1): Change output to be more in line with
2402 the output of other GNU tools.
2403 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2404 (byte-compile-report-error): Downcase error message.
2405 Use `error' instead of `!!' for error messages.
2406 (byte-compile-print-syms): Treat non-interactive case specially.
2407 (displaying-byte-compile-warnings): Use backquote.
2408 (byte-compile-from-buffer): Bind byte-compile-last-line.
2409 (batch-byte-compile): Remove `Done' message.
2410
2411 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2412
2413 * emacs-lisp/copyright.el (copyright): Add final \n.
2414
2415 2001-10-11 Miles Bader <miles@gnu.org>
2416
2417 * diff.el (diff): Display default values in prompts as
2418 `(default ...)', not `(...)'.
2419
2420 * info.el (Info-follow-reference): Likewise.
2421
2422 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2423
2424 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2425
2426 * newcomment.el (comment-indent): Be a little more robust in case
2427 comment-indent-function does funny things.
2428 (comment-normalize-vars): Autoload.
2429 (comment-region-internal): Fiddle with the visibility spec.
2430 (comment-valid-prefix): New function.
2431 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2432 that would turn comment-text into non-comment-text.
2433
2434 * emacs-lisp/syntax.el: New file.
2435
2436 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2437 compatibility cruft.
2438 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2439 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2440 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2441 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2442 tcl-submit-bug-report.
2443 (tcl-mode-syntax-table): Leave \f alone.
2444 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2445 tcl-end-of-defun, tcl-submit-bug-report.
2446 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2447 (tcl-add-emacs-menu): Remove.
2448 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2449 (tcl-keyword-list): Add `chain'.
2450 (tcl-font-lock-syntactic-keywords): New variable.
2451 (tcl-pps-has-arg-6): Remove.
2452 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2453 (tcl-internal-mark-defun): Remove.
2454 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2455 (tcl-mode): Use define-derived-mode. Simplify.
2456 Set comment-indent-function.
2457 (tcl-indent-command): Use line-beginning-position and comment-indent.
2458 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2459 (tcl-indent-line): Use tcl-calculate-indent.
2460 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2461 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2462 (tcl-filter): Use with-current-buffer, simplify.
2463 (inferior-tcl-mode): Use define-derived-mode.
2464 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2465 (tcl-simple-in-comment, tcl-in-comment): Removed.
2466 (tcl-files-alist): New function.
2467 (tcl-help-snarf-commands): Use it and return the result directly
2468 rather than through a global variable.
2469 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2470 (tcl-help-on-word): Provide the default value to completing-read.
2471 (tcl-hilit): Remove.
2472 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2473 (tcl-comment-indent): New function.
2474 (tcl-submit-bug-report): Remove.
2475 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2476 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2477 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2478
2479 2001-10-10 Miles Bader <miles@gnu.org>
2480
2481 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2482 (Info-fontify-node): Don't fontify the node if it's already been done.
2483
2484 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2485
2486 * international/iso-transl.el (iso-transl-e-caret)
2487 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2488 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2489
2490 * simple.el (end-of-buffer): Fix code scrolling specially
2491 for the buffer end.
2492
2493 * startup.el (command-line-1): Bind tab-width to 8.
2494
2495 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2496
2497 * emulation/tpu-edt.el: Use defalias instead of fset for
2498 user-visible commands. From Rob Riepel
2499 <riepel@Networking.Stanford.EDU>.
2500
2501 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2502
2503 * ruler-mode.el: New file.
2504
2505 2001-10-09 Miles Bader <miles@gnu.org>
2506
2507 * apropos.el (button): New require.
2508
2509 * help-funs.el: New file, contents mostly from `help.el'.
2510 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2511
2512 * help-mode.el: New file, contents mostly from `help.el'.
2513
2514 * help.el: Don't require `view' when compiling.
2515 (help-with-tutorial, describe-function, describe-function-1)
2516 (variable-at-point, describe-variable, locate-library):
2517 Functions moved into `help-funs.el'.
2518 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2519 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2520 (help-setup-xref, help-xref-following, help-make-xrefs)
2521 (help-xref-button, help-insert-xref-button, help-xref-interned)
2522 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2523 (help-xref-on-pp): Functions moved into `help-mode.el'
2524 (help-mode-map, help-xref-stack, help-xref-stack-item)
2525 (help-highlight-p, help-highlight-face, help-back-label)
2526 (help-xref-symbol-regexp, help-xref-mule-regexp)
2527 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2528 (help-symbol, help-back, help-info, help-customize-variable)
2529 (help-function-def, help-variable-def):
2530 Button-types moved into `help-mode.el'.
2531 (load-symbol-file-load-history, symbol-file):
2532 Functions moved into `subr.el'.
2533 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2534 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2535
2536 * subr.el (symbol-file-load-history-loaded)
2537 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2538
2539 * loadup.el ("button"): Load removed.
2540
2541 * button.el (define-button-type): Respect any `supertype' property.
2542 (button-type-subtype-p, button-has-type-p): New functions.
2543
2544 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2545 dollar-signs.
2546
2547 * comint.el (comint-insert-previous-argument): New function.
2548 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2549 (comint-insert-previous-argument-last-start-pos)
2550 (comint-insert-previous-argument-last-index): New variables.
2551
2552 * apropos.el (apropos-next-label-button): Use the presence of a
2553 `apropos-label' property to detect label buttons.
2554
2555 2001-10-08 Miles Bader <miles@gnu.org>
2556
2557 * button.el (next-button, previous-button): Remove N and WRAP
2558 parameters. Don't pay attention to `skip' properties.
2559 (forward-button): Implement wrapping, iterating, and skipping here
2560 instead.
2561 (button-activate): USE-MOUSE-ACTION is optional.
2562 (button-nop): Function removed.
2563 (default-button): Use `ignore' as default button action.
2564
2565 * apropos.el (apropos-next-label-button): Update arguments to
2566 `next-button'.
2567 (apropos-symbol): Add `skip' property.
2568 (apropos-function, apropos-macro, apropos-command)
2569 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2570 (apropos-plist): New button types.
2571 (apropos-label-properties): Variable removed.
2572 (apropos-print): Pass button-type to apropos-print-doc, rather
2573 than help function and label text.
2574 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2575 Get button label from TYPE.
2576
2577 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2578
2579 * help.el (help-mode): Use define-derived-mode.
2580 (describe-mode): Add optional `buffer' arg.
2581 Use it instead of going through help-xref-mode.
2582 Avoid doubling the word `minor' when prettifying.
2583 (describe-function-1): List the corresponding key bindings.
2584 (describe-variable): Say if the var is automatically buffer-local.
2585 If the source is `loaddefs.el', look for the real source.
2586 (help-xref-mode): Remove.
2587
2588 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2589 the file says no-byte-compile.
2590
2591 2001-10-08 Miles Bader <miles@gnu.org>
2592
2593 * button.el (next-button, previous-button): Respect `skip' property.
2594
2595 2001-10-07 Miles Bader <miles@gnu.org>
2596
2597 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2598 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2599 `woman-follow-word' instead of `woman-mouse-2'.
2600 (woman-follow-word): Renamed from `woman-mouse-2'.
2601 Follow current unconditionally, since this function is now only
2602 bound to M-mouse-2. Use accessor functions.
2603 (WoMan-highlight-references): Use `make-text-button'.
2604 (woman-xref): New button type.
2605
2606 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2607 ("button"): New load, just before "help" (which uses it).
2608
2609 * help.el (help-mode-map): Make button-buffer-map our parent.
2610 Don't bind mouse events or tab/backtab.
2611 (help-function, help-variable, help-face, help-coding-system)
2612 (help-input-method, help-character-set, help-back, help-info)
2613 (help-customize-variable, help-function-def, help-variable-def):
2614 New button types.
2615 (help-button-action): New function.
2616 (describe-function-1): Pass help button-types to
2617 `help-xref-button' rather than help function and help-echo string.
2618 Don't put multiple help-function args in a list to pass them to
2619 help-xref-button, just pass them as multiple arguments.
2620 Use `help-insert-xref-button' to make [back]-button, rather than
2621 `help-xref-button'.
2622 (help-xref-button): Take a button-type TYPE as a parameter rather
2623 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2624 and add a &rest parameter ARGS to serve the same purpose.
2625 Use `make-text-button' to add the button.
2626 (help-insert-xref-button): Use `insert-text-button' to add the button.
2627 (help-follow-mouse, help-next-ref, help-previous-ref):
2628 Functions removed.
2629 (help-do-xref): New function.
2630 (help-follow): Use `push-button' and `help-do-xref' to do most of
2631 the work.
2632
2633 * apropos.el (apropos-symbol, apropos-label): New button types.
2634 (apropos-symbol-button-display-help)
2635 (apropos-label-button-display-help, apropos-next-label-button):
2636 New functions.
2637 (apropos-mode-map): Make button-buffer-map our parent.
2638 Don't bind mouse events.
2639 (apropos-print, apropos-print-doc): Create buttons instead of text
2640 properties.
2641 (apropos-mouse-follow): Function removed.
2642 (apropos-follow): Use buttons.
2643
2644 * button.el: New file.
2645
2646 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2647
2648 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2649 Remove.
2650
2651 2001-10-05 Richard M. Stallman <rms@gnu.org>
2652
2653 * add-log.el (add-change-log-entry): Skip copyright notice
2654 and copying permission notice at start of file, if any.
2655 Make use of terms "entry" and "item" accord with Emacs manual.
2656 Simplify the logic for moving point while entering or creating
2657 an entry and then an item.
2658 (add-change-log-entry-other-window): Doc fix.
2659
2660 2001-10-06 Miles Bader <miles@gnu.org>
2661
2662 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2663 removed; they apparently don't work with faces.
2664
2665 2001-10-05 Sam Steingold <sds@gnu.org>
2666
2667 * textmodes/sgml-mode.el (html-xhtml): New user option.
2668 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2669 (html-ordered-list, html-unordered-list, html-list-item)
2670 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2671 (sgml-skip-close-p): New function.
2672 (sgml-value): Use it.
2673
2674 2001-10-05 Sam Steingold <sds@gnu.org>
2675
2676 * calendar/diary-lib.el (diary-entry-compare): When times are
2677 identical, compare the entries lexicographically.
2678
2679 2001-10-06 Miles Bader <miles@gnu.org>
2680
2681 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2682 Use `minibuffer-prompt-end'.
2683
2684 * simple.el (previous-matching-history-element): Fix misplaced
2685 parentheses.
2686
2687 2001-10-05 Miles Bader <miles@gnu.org>
2688
2689 * rfn-eshadow.el: New file.
2690
2691 2001-10-05 Miles Bader <miles@gnu.org>
2692
2693 * cus-face.el (custom-face-attributes): Make sure each attribute
2694 has a valid default value. Remove hacks that mapped `nil' to
2695 `off' and used nil to mean `unspecified'. Remove `unspecified'
2696 choices from all attributes (unspecified is handled by the parent
2697 checklist).
2698 * cus-edit.el (custom-face-edit-convert-widget)
2699 (custom-face-edit-deactivate, custom-face-edit-activate)
2700 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2701 New functions.
2702 (custom-face-edit): Specify a custom :convert-widget.
2703 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2704 Don't pass in default filters that map between `nil' and `off' and
2705 `unspecified' and `nil'.
2706
2707 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2708
2709 * progmodes/compile.el (compilation-buffer-name): New function.
2710 (compile-internal): Use it to determine the name of the
2711 compilation buffer.
2712
2713 2001-10-05 Miles Bader <miles@gnu.org>
2714
2715 * progmodes/compile.el (grep-use-null-device): New variable.
2716 (grep-command): Mention `grep-use-null-device'.
2717 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2718 Make computation of `grep-command' respect `grep-use-null-device'.
2719 (grep): Respect `grep-use-null-device'.
2720 Call `grep-compute-defaults' even if grep-command is set, if
2721 grep-use-null-device is still tentative.
2722
2723 * subr.el (call-process-shell-command): New function.
2724
2725 2001-10-05 Miles Bader <miles@gnu.org>
2726
2727 * simple.el (previous-matching-history-element)
2728 (next-history-element, next-complete-history-element): Use
2729 `minibuffer-' functions instead of calling `field-' functions directly.
2730 (minibuffer-prompt-end, minibuffer-contents):
2731 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2732 Functions removed (now subrs).
2733 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2734
2735 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2736 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2737 instead of calling `field-' functions directly.
2738 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2739
2740 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2741
2742 * files.el (find-file-noselect): If file's read-only status has
2743 changed on disk, ask if buffer's read-only status should be
2744 changed, unless NOWARN is set.
2745
2746 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2747 alias for define-setf-method.
2748
2749 * bindings.el: Remove no-byte-compile from file local variables
2750 to enable bootstrapping.
2751
2752 2001-10-04 Andrew Innes <andrewi@gnu.org>
2753
2754 * faces.el (face-font-registry-alternatives) [windows-nt]:
2755 Make gb2312 an alias for gb2312.1980.
2756
2757 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2758
2759 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2760 (uniquify-reverse-components): Remove.
2761
2762 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2763 Make sure the file is readable.
2764 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2765 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2766 (batch-byte-recompile-directory): Pass arg=0.
2767
2768 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2769 (perl-calculate-indent): Use it.
2770 (perl-backward-to-noncomment): Use forward-comment.
2771
2772 * derived.el (define-derived-mode, derived-mode-make-docstring):
2773 Allow `parent' to be nil.
2774
2775 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2776 Use define-derived-mode.
2777 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2778
2779 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2780
2781 * emacs-lisp/lselect.el: Use facep iso find-face.
2782
2783 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2784 Use regexp-opt.
2785 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2786 (lisp-font-lock-syntactic-face-function): New function.
2787 (lisp-mode-variables): Use it. Make arg optional.
2788 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2789 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2790 Set comment-start-skip.
2791
2792 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2793
2794 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2795 (ignore-errors): Don't bother using a `err' symbol.
2796
2797 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2798 (autoload-insert-section-header, autoload-before-p)
2799 (autoload-remove-section): New functions.
2800 (generate-file-autoloads): Use them.
2801 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2802 Make sure the autoload file is properly formatted when creating it.
2803 (update-autoloads-from-directories): Use them as well.
2804 Only update autoloads for files whose timestamp has changed.
2805 Add a dummy entry to remember the files which had no autoload cookies.
2806
2807 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2808
2809 * subr.el (define-key-after): Allow `key' to be longer than 1.
2810 (make-local-hook): Make obsolete.
2811 (add-hook, remove-hook): Don't use make-local-hook any more.
2812 (make-syntax-table): Inherit all chars from s-s-t.
2813
2814 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2815
2816 This is a fix for a report saying that resuming a search with C-s
2817 C-s doesn't use the case-fold-search setting of the previous
2818 search (C-s ... M-c ... then C-s C-s).
2819
2820 * isearch.el (isearch-last-case-fold-search): New variable.
2821 (isearch-mode): Remember value of isearch-case-fold-search
2822 in isearch-last-case-fold-search.
2823 (isearch-done): Quote value of isearch-case-fold-search.
2824 (isearch-repeat): When resuming a search, restore
2825 isearch-case-fold-search from isearch-last-case-fold-search.
2826
2827 Added to NEWS.
2828
2829 * startup.el (inhibit-startup-buffer-menu): New user-option.
2830 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2831 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2832
2833 This allows upto 99999 messages in the summary without screwing up
2834 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2835
2836 * mail/rmailsum.el (rmail-make-summary-line)
2837 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2838 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2839 Allow 5-digit message ids instead of 4.
2840
2841 This adds expansion of environment variables in the value
2842 specified with M-x setenv. Added to NEWS.
2843
2844 * env.el (substitute-env-vars): New function.
2845 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2846 environment variables in VALUE. Return VALUE.
2847
2848 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2849
2850 * Branch for 21.1.
2851
2852 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2853
2854 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2855
2856 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2857
2858 * emulation/tpu-edt.el: Make messages match original TPU/edt
2859 editor. From riepel@Stanford.EDU (Rob Riepel).
2860
2861 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2862
2863 * rect.el: Update maintainer's email address.
2864
2865 2001-10-02 Andreas Schwab <schwab@suse.de>
2866
2867 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2868 and Extended Passive Mode, resp.
2869
2870 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2871
2872 These changes add support for Calendar-related items in the
2873 menu bar on tty's as well:
2874
2875 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2876 unconditionally.
2877 (calendar-mode): Set up activate-menubar-hook unconditionally.
2878
2879 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2880 calls x-popup-menu only if popup menus are supported.
2881 (calendar-mouse-insert-hebrew-diary-entry)
2882 (calendar-mouse-insert-islamic-diary-entry)
2883 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2884 (calendar-mouse-view-other-diary-entries)
2885 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2886 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2887 Call cal-menu-x-popup-menu instead of x-popup-menu.
2888
2889 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2890
2891 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2892
2893 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2894
2895 * emacs-lisp/rx.el: New file.
2896
2897 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2898
2899 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2900
2901 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2902
2903 * frame.el (select-frame-by-name, other-frame): Doc fix.
2904
2905 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2906
2907 * play/snake.el (snake-score-file): Use temporary-file-directory
2908 instead of a literal "/tmp". Suggested by Robert
2909 <robert@chezmarshall.freeserve.co.uk>.
2910
2911 * play/tetris.el (tetris-score-file): Ditto.
2912
2913 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2914
2915 * apropos.el (apropos-print): Make the directions inserted at the
2916 beginning of the *Apropos* buffer more clear.
2917
2918 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2919
2920 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2921 Added comments.
2922
2923 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2924
2925 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2926 "\\s-" when defining comment-end-skip.
2927
2928 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2929
2930 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2931 Call get-buffer-window first second arg `visible'.
2932
2933 * international/mule-diag.el (list-input-methods-1):
2934 Output something that's independent of Emacs' version.
2935
2936 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2937 calling byte-to-position with a nil tar-header-offset.
2938
2939 2001-09-27 Simon Josefsson <jas@extundo.com>
2940
2941 * mail/sendmail.el (send-mail-function): Doc fix.
2942 (mail-do-fcc): Error if header-end is not a marker.
2943 (mail-do-fcc): Add a comment.
2944 (mail-reply-to): Doc fix.
2945 (mail-signature): Make ATPOINT optional.
2946 (mail-yank-original): Use cond instead of nestled if.
2947
2948 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2949
2950 * info.el (Info-on-current-buffer): Default arg to "Top".
2951
2952 2001-09-25 Eli Barzilay <eli@barzilay.org>
2953
2954 * calculator.el (calculator-copy-displayer): New user-option.
2955 (calculator-displayer-prev, calculator-displayer-next):
2956 Renamed from calculator-displayed-{left,right}.
2957 (calculator, calculator-standard-displayer)
2958 (calculator-num-to-string, calculator-update-display)
2959 (calculator-copy, calculator-put-value): Bug and display fixes.
2960
2961 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2962
2963 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2964 (ebnf-version): New version (3.6.1).
2965
2966 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2967 (ebnf-bnf-non-terminal-chars): New internal const.
2968 (ebnf-bnf-lex): Fix code.
2969
2970 * ebnf-iso.el: Fix character range regexp. Doc fix.
2971 (ebnf-iso-non-terminal-chars): New internal const.
2972 (ebnf-iso-lex): Fix code.
2973
2974 * ebnf-yac.el: Fix character range regexp. Doc fix.
2975 (ebnf-yac-skip-chars): New internal const.
2976 (ebnf-yac-skip-code): Fix code.
2977
2978 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2979
2980 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2981
2982 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2983 passing it to VC.
2984
2985 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2986 case where the file is relative.
2987
2988 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2989
2990 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2991 same on each side. Make sure we properly handle simple quotes.
2992 From Daiki Ueno <ueno@unixuser.org>.
2993
2994 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2995
2996 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2997 <jas@extundo.com>.
2998
2999 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3000 some items of the Options menu.
3001
3002 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3003
3004 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3005
3006 * vc-hooks.el (vc-delete-automatic-version-backups):
3007 Don't fail if the directory doesn't exist.
3008
3009 * diff-mode.el (diff-default-read-only): New var.
3010 (diff-mode): Use it.
3011
3012 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3013
3014 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3015 Use make-keymap instead of copy-keymap, since copying the global
3016 keymap messes up the menu bar.
3017
3018 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3019 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3020
3021 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3022
3023 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3024
3025 * dired-aux.el (dired-insert-subdir): Pass switches to
3026 dired-build-subdir-alist.
3027
3028 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3029
3030 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3031 caused %#a and %#b to be mis-formatted.
3032
3033 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3034
3035 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3036 ccmode, emacs-mime, and eudc manuals.
3037
3038 2001-09-19 Sam Steingold <sds@gnu.org>
3039
3040 w32 find cannot be used with `grep-find'.
3041 * progmodes/compile.el (find-program): New variable.
3042 (grep-compute-defaults): Use it to set `grep-find-command'.
3043
3044 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3045
3046 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3047
3048 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3049
3050 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3051 programming. Doc fix.
3052 (ebnf-version): New version (3.6).
3053 (ebnf-eps-begin): Data fix.
3054 (ebnf-begin-file): Code fix.
3055
3056 * ebnf-bnf.el: Doc fix.
3057 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3058
3059 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3060
3061 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3062
3063 * ps-print.el: Better face mapping for black/white PostScript printers.
3064 Check if mark is active when printing a region. Doc fix.
3065 (ps-print-version): New version number (6.5.5).
3066 (ps-print-color-p): Customization fix.
3067 (ps-black-white-faces): New option.
3068 (ps-black-white-faces-alist): New internal var.
3069 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3070 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3071 (ps-nb-pages-region): Interactive fix.
3072 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3073 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3074
3075 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3076
3077 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3078 numeric month value, and allow the Kanji character after the it to
3079 be missing (happens with ls-lisp's output on Japanese versions of
3080 MS-Windows).
3081
3082 2001-09-18 Miles Bader <miles@gnu.org>
3083
3084 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3085 it's empty (and thus probably a new patch file about to be edited).
3086
3087 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3088
3089 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3090 Check for '(' in column 0 of doc string.
3091
3092 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3093 of `nth' so that using a vector as bounding-box works.
3094 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3095
3096 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3097
3098 * vc.el (vc-annotate): Use current workfile version explicitly as
3099 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3100
3101 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3102
3103 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3104 convert-standard-filename doesn't guarantee that the .el extension
3105 is preserved.
3106
3107 * dos-fns.el (convert-standard-filename): Replace invalid
3108 characters only after converting dash/underscore to a period.
3109 (original-make-auto-save-file-name): New.
3110 (make-auto-save-file-name): New function, overrides the definition
3111 on files.el and calls the original function via
3112 original-make-auto-save-file-name.
3113
3114 * mail/rmail.el (top-level): Require mule-utils when compiling.
3115 (rmail-decode-babyl-format): Use detect-coding-with-priority
3116 instead of detect-coding-region, to favor detection of emacs-mule
3117 encoded Babyl files written by rmailout.el etc. Suggested by
3118 Kenichi Handa <handa@etl.go.jp>.
3119
3120 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3121
3122 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3123 Use `equal', not `=', since the device number can be a cons cell.
3124
3125 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3126
3127 * simple.el: Comment out change of 2001-09-13.
3128
3129 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3130
3131 * progmodes/compile.el (grep-compute-defaults): Don't set
3132 grep-command/grep-find-command when it is already non-nil.
3133 (grep-command): Make it a user option.
3134 (grep-find-command): Likewise.
3135
3136 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3137
3138 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3139 inhibit quit.
3140
3141 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3142
3143 * files.el (make-auto-save-file-name): If long file names are not
3144 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3145 generating an auto-save file name from it.
3146
3147 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3148
3149 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3150 (ps-nb-pages-region): Signal an error if called interactively
3151 and the mark is not active.
3152
3153 * simple.el (minibuffer-prompt-modification)
3154 (minibuffer-prompt-insertion): New functions.
3155 (minibuffer-prompt-properties): Use `modification-hooks' and
3156 `insert-in-front-hooks'.
3157
3158 2001-09-12 Richard M. Stallman <rms@gnu.org>
3159
3160 * textmodes/outline.el (outline-regexp): Doc fix.
3161 Initialize it in the defcustom, the usual way.
3162
3163 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3164
3165 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3166 from `ediff-meta-info' properties need not be an overlay.
3167 From David Ponce <dponce@voila.fr>.
3168
3169 * isearch.el (isearch-intersects-p): Fix end checks.
3170
3171 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3172
3173 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3174 `t' branch of `cond', since Irix 6.1 and up is a special case of
3175 the standard dbx interface.
3176
3177 2001-09-11 Miles Bader <miles@gnu.org>
3178
3179 * comint.el (comint-send-input): When waiting for echoed input,
3180 don't save the expected end position in `echo-end', so that things
3181 work properly even if the buffer is modified elsewhere at the same
3182 time [this happens if `comint-truncate-buffer' is used].
3183
3184 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3185
3186 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3187 when constructing imenu-generic-expression from outline-regexp.
3188
3189 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3190
3191 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3192 `equal' instead of `=', since they can be cons cells. From Nils
3193 Goesche <cartan@cartan.de>.
3194
3195 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3196
3197 * vc.el (vc-annotate): Rewrote doc string.
3198
3199 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3200
3201 * time-stamp.el: Update Stephen Gildea's email address.
3202
3203 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3204
3205 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3206 enable-multibyte-characters = nil. From Hallvard B Furuseth
3207 <h.b.furuseth@usit.uio.no>.
3208
3209 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3210
3211 * ediff-init.el (ediff-highest-priority): Bug fix.
3212
3213 * viper-cmd.el (viper-special-read-and-insert-char): New function
3214 that reads a character and uses the current input method or
3215 iso-accents when appropriate.
3216
3217 * viper.el and all others: Corrections to the comment blocks at
3218 the top.
3219
3220 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3221
3222 * info.el (Info-goto-node): Doc fix.
3223
3224 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3225
3226 * isearch.el (isearch-intersects-p): New function.
3227 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3228 use isearch-intersects-p, and clean up.
3229
3230 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3231
3232 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3233 and "german8", for the new German orthography dictionaries,
3234 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3235 the entries, to keep the line length balanced for loaddefs.el.
3236
3237 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3238
3239 * comint.el (comint-send-input): Handle comint-process-echoes
3240 differently.
3241
3242 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3243
3244 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3245
3246 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3247
3248 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3249
3250 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3251
3252 * server.el (server-switch-buffer):
3253 * textmodes/refer.el (refer-find-entry-internal):
3254 * term/sup-mouse.el (sup-pos-to-window):
3255 * term/bg-mouse.el (bg-window-from-x-y):
3256 * emacs-lisp/edebug.el (edebug-window-live-p):
3257 Use get-window-with-predicate.
3258
3259 * window.el (get-window-with-predicate): Renamed from some-window.
3260 (some-window): Make it an alias.
3261
3262 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3263
3264 * simple.el (undo): Remove positions from buffer-undo-list up to
3265 the next undo boundary only.
3266
3267 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3268
3269 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3270 Kim <ryk@dspwiz.com>
3271
3272 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3273 the message "Creating customization items...done".
3274
3275 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3276
3277 * font-lock.el (toplevel): Require `jit-lock' only if
3278 font-lock-support-mode is set to jit-lock-mode.
3279
3280 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3281
3282 * international/quail.el (quail-use-package, quail-inactivate)
3283 (quail-activate): Mention the hooks these functions run in their
3284 doc strings.
3285
3286 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3287
3288 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3289 of file in header of menu.
3290
3291 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3292
3293 * env.el (setenv): Interactively, if VARIABLE has a current value,
3294 add that to the front of the history, as the doc string says.
3295
3296 * comint.el (comint-send-input): Change help-echo.
3297 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3298
3299 * bookmark.el (bookmark-write-file): Bind print-length and
3300 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3301
3302 * obsolete/uncompress.el: Moved there from lisp/.
3303
3304 * comint.el (comint-insert-clicked-input): Goto point-max before
3305 deleting previous input. From "Dr Francis J. Wright"
3306 <F.J.Wright@qmw.ac.uk>.
3307
3308 * simple.el (backward-word): Doc fix.
3309
3310 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3311
3312 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3313 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3314 * w32-fns.el: Add Keywords header.
3315
3316 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3317
3318 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3319 "Text Properties". Suggested by Simon Marshall
3320 <Simon.Marshall@midas-kapiti.com>.
3321
3322 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3323
3324 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3325 consulting the value of file-name-coding-system.
3326
3327 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3328
3329 * help.el (describe-function-1): Save precomputed `file-name' rather
3330 than recomputing it (incorrectly) with `symbol-file'.
3331
3332 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3333
3334 * international/isearch-x.el (isearch-exit-recursive-edit):
3335 Take three parameters, since it's used as an after-change-function.
3336
3337 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3338 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3339 from doc strings.
3340
3341 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3342
3343 * progmodes/glasses.el (glasses-convert-to-unreadable):
3344 Consider underscores as in `glasses-make-readable'.
3345
3346 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3347
3348 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3349 MS-DOS, since cpp might not be available.
3350
3351 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3352 Mention "yank" in the help-echo text.
3353 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3354
3355 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3356
3357 * newcomment.el (comment-indent): Insert spaces more carefully.
3358
3359 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3360
3361 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3362 exists. From Andy Petrusenco <andy@int.spb.ru>.
3363
3364 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3365 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3366 <andy@int.spb.ru>.
3367
3368 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3369
3370 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3371 Instead of running mouse-yank-at-click, see what the event is
3372 bound to outside Isearch and run that.
3373
3374 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3375
3376 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3377 Fix the menu entry to mention transient-mark-mode.
3378
3379 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3380
3381 * simple.el (eval-expression-print-level): Fix last change.
3382
3383 * bindings.el (mode-line-coding-system-map): New variable.
3384 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3385
3386 * simple.el (eval-expression-print-level): Change the type
3387 of the defcustom to allow nil.
3388
3389 * emacs-lisp/find-gc.el: Moved here from lisp/.
3390
3391 * international/quail.el (quail-completion-1):
3392 Reverse the ((CHAR . DEFN) ...) list before processing it.
3393 From Kenichi Handa <handa@etl.go.jp>.
3394
3395 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3396 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3397
3398 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3399
3400 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3401 aren't supported. This avoids the annoying gray strip drawn by
3402 the Windows version instead of the missing tool bar.
3403
3404 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3405
3406 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3407 and tooltips more consistent. From "Marshall, Simon"
3408 <Simon.Marshall@midas-kapiti.com>.
3409
3410 * startup.el (fancy-splash-screens): Temporarily set
3411 minor-mode-map-alist to nil while displaying splash screens.
3412
3413 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3414
3415 * buff-menu.el: Add Keywords header.
3416 Doc fix (C-x C-b is bound to list-buffers).
3417
3418 * dired-x.el: Add keyword files to get listed in finder.
3419 Remove confusing notes about GNU Emacs 19.
3420
3421 * dired.el, dired-aux.el: Add Keywords header.
3422
3423 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3424
3425 * vc.el (vc-revert-file): Call the backend even if the FILE's
3426 contents can be reverted locally; pass new arg CONTENTS-DONE
3427 down to the backend.
3428
3429 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3430 optional arg CONTENTS-DONE.
3431
3432 2001-08-28 Andrew Innes <andrewi@gnu.org>
3433
3434 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3435
3436 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3437
3438 * makefile.nt (install): Copy more *.el files.
3439
3440 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3441
3442 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3443 instead of `w' which is already in use.
3444
3445 * gs.el (gs-load-image): Use sleep-for.
3446 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3447
3448 2001-08-28 Miles Bader <miles@gnu.org>
3449
3450 * replace.el (query-replace-regexp-eval): Return args from
3451 `interactive' form in correct order.
3452
3453 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3454
3455 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3456 major modes, don't create panes for modes for which
3457 mouse-buffer-menu-alist returns an empty alist.
3458
3459 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3460
3461 * progmodes/hideshow.el: Update first-line description.
3462 Sync comments w/ maintainer version 5.31.
3463
3464 (hs-isearch-open): Default value now `code'.
3465 Fix docstring to use "code blocks" vs "comment blocks",
3466 as opposed to "block" vs "comment".
3467 (hs-flag-region): Accept `hs-isearch-open' value
3468 of `block' as synonymous w/ `code'.
3469 (hs-hide-block-at-point): For code blocks, pass `code'
3470 to `hs-flag-region' instead of `block'.
3471
3472 2001-08-28 Miles Bader <miles@gnu.org>
3473
3474 * comint.el (comint-next-prompt): Don't loop infinitely if
3475 {next,previous}-single-char-property-change returns its input
3476 position when the search fails.
3477
3478 2001-08-27 Miles Bader <miles@gnu.org>
3479
3480 * comint.el (comint-get-old-input-default): Don't signal an error
3481 if point is not on an input field; instead, return the current
3482 line (using `comint-bol' to skip any prompt, in case we're not
3483 using fields at all).
3484
3485 * man.el (Man-mode-line-format): Variable removed.
3486 (Man-mode): Change `mode-line-buffer-identification' instead of
3487 `mode-line-format'.
3488
3489 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3490
3491 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3492 From Simon Josefsson <jas@extundo.com>.
3493
3494 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3495
3496 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3497 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3498
3499 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3500 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3501
3502 * emacs-lisp/lselect.el: Ditto.
3503
3504 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3505 Remove periods from the end of error message strings.
3506 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3507
3508 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3509 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3510
3511 * net/telnet.el: Ditto.
3512
3513 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3514
3515 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3516 KEYMAP to the call to define-minor-mode.
3517
3518 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3519
3520 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3521 Replace some of the undefined characters with emulations of bidi
3522 formatting characters and Niqud as per SI 1311-1.
3523 (IT-unicode-translations): Ditto.
3524 (IT-display-table-setup, IT-setup-unicode-display):
3525 Fill characters without translations with dos-unsupported-char-glyph.
3526
3527 2001-08-24 Simon Josefsson <jas@extundo.com>
3528
3529 * hl-line.el (hl-line-mode): Don't be a global mode.
3530 (global-hl-line-mode): New function.
3531
3532 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3533
3534 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3535 being reset by Ghostscript. Don't kill the gs process.
3536 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3537
3538 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3539
3540 * term/mac-win.el: Require scroll-bar.
3541
3542 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3543
3544 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3545
3546 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3547
3548 * hexl.el (hexl-insert-multibyte-char) New function.
3549 (hexl-quoted-insert, hexl-self-insert-command)
3550 (hexl-insert-hex-char, hexl-insert-decimal-char)
3551 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3552 Fix the doc strings accordingly.
3553 (hexl-insert-char): Reject characters whose code is above 255.
3554 Doc fix.
3555 (hexl-mode-map): Copy the global keymap instead of creating a
3556 sparse keymap, and bind all self-inserting characters to
3557 hexl-self-insert-command.
3558
3559 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3560
3561 * wid-edit.el (text): Re-order docstring correctly.
3562
3563 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3564
3565 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3566
3567 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3568
3569 * simple.el (line-number-mode): Mention the variable
3570 line-number-display-limit-width in the doc string.
3571
3572 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3573
3574 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3575 Temporarily select EVENT's window for switching buffers.
3576 (mode-line-bury-buffer): New function.
3577 (mode-line-buffer-identification-keymap): Use it instead of
3578 bury-buffer. Bind down-mouse events to prevent global down-mouse
3579 events from shining through.
3580
3581 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3582
3583 * newcomment.el (comment-beginning): Make sure the comment-start
3584 we found isn't a comment-end (in cases where confusion is possible).
3585
3586 2001-08-22 Miles Bader <miles@gnu.org>
3587
3588 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3589 before writing it, so that hard-links don't see new version.
3590
3591 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3592
3593 * gs.el (gs-set-ghostview-colors-window-prop):
3594 Call x-change-window-property with 3rd arg FRAME.
3595 (gs-load-image): Wait for a previous Ghostscript process
3596 to complete before starting a new one.
3597
3598 * image.el (image-type-regexps): Make sure that the TIFF
3599 pattern is only matched at the beginning of a string.
3600 From Markus Rost <rost@math.ohio-state.edu>.
3601
3602 * international/swedish.el: Pre-Mule file removed. From Jonas
3603 Oberg <jonas@gnu.org>.
3604
3605 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3606
3607 * whitespace.el (whitespace-abort-on-error): Add custom variable
3608 to whitespace to abort a write-file if whitespace is detected in file.
3609
3610 * whitespace.el (whitespace-write-file-hook): Hook to be called
3611 when writing a file. If `whitespace-abort-on-error' is set, the
3612 write will abort on detecting whitespaces.
3613 If `whitespace-auto-cleanup' is set, the file will be cleaned
3614 automatically prior to writing.
3615
3616 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3617 whitespaces in the error output!
3618
3619 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3620 `indent-tabs-mode', since the latter notes user preferences on
3621 TABs anyway.
3622
3623 * whitespace.el (whitespace-version): 3.1. All of the above issues
3624 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3625
3626 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3627
3628 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3629 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3630
3631 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3632
3633 2001-08-20 Alex Schroeder <alex@gnu.org>
3634
3635 * sql.el (sql-db2): Doc change.
3636
3637 2001-08-20 Alex Schroeder <alex@gnu.org>
3638
3639 * sql.el (sql-postgres): Add the database at the end of the
3640 parameters instead of at the beginning.
3641 (sql-postgres-options): Doc change.
3642
3643 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3644
3645 * custom.el (defcustom): Doc fix.
3646
3647 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3648
3649 * ps-mule.el (find-composition): Check if (char-after POS)
3650 returns a valid character.
3651
3652 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3653
3654 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3655 original-point for extra CR characters that are added/removed when
3656 the buffer is written/read whose EOL type is -dos.
3657
3658 2001-08-16 Miles Bader <miles@gnu.org>
3659
3660 * simple.el (line-move): Undo previous change.
3661
3662 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3663 property to input-terminating `boundary' overlays to avoid
3664 line-move wierdness.
3665
3666 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3667
3668 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3669 buffer in a save-restriction. Under one test case with Ediff,
3670 window-scroll-functions are run with a window start that's
3671 temporarily outside of the restriction.
3672
3673 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3674
3675 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3676 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3677 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3678 (texinfo-update-menu-region-beginning)
3679 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3680 command, @ifnottex, to regexps, so it is found.
3681
3682 2001-08-16 Andrew Innes <andrewi@gnu.org>
3683
3684 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3685 (DONTCOMPILE): Omit sc.el.
3686
3687 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3688 (DONTCOMPILE): Omit sc.el.
3689
3690 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3691
3692 * replace.el (occur): Bind inhibit-read-only to t.
3693
3694 2001-08-16 Miles Bader <miles@gnu.org>
3695
3696 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3697 calling `constrain-to-field', to avoid problems with comint prompts.
3698
3699 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3700
3701 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3702 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3703
3704 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3705 of a while-loop.
3706
3707 * Makefile.in (DONTCOMPILE): Remove sc.el.
3708
3709 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3710 Don't include term/.
3711
3712 * mail/sc.el: Moved to obsolete/.
3713
3714 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3715
3716 * ps-print.el: Change error function arguments to follow Emacs
3717 message convention. Doc fix.
3718 (ps-print-version): New version number (6.5.4).
3719 (coding-system-for-write): Change declaration position to avoid
3720 XEmacs compilation gripes.
3721 (coding-system-for-read, buffer-file-coding-system):
3722 Declarations to avoid XEmacs compilation gripes.
3723
3724 * ps-mule.el: Doc fix.
3725 (ps-mule-encode-header-string): If STRING is not a string, replace
3726 STRING by empty string.
3727
3728 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3729
3730 * frame.el (show-trailing-whitespace): Doc fix.
3731
3732 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3733
3734 * desktop.el (desktop-save): Insert the coding: tag before
3735 desktop-header.
3736
3737 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3738
3739 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3740 its path from $els.
3741
3742 * image.el (image-jpeg-p): Fix call of substring.
3743
3744 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3745
3746 * play/animate.el (animate-string): Doc fix. Use a buffer
3747 name with stars in it.
3748 (animate-sequence): New function.
3749 From Richard Stallman <rms@gnu.org>.
3750
3751 * frame.el (select-frame-set-input-focus): New function
3752 extracted from other-frame.
3753 (other-frame): Use it.
3754 (next-multiframe-window, previous-multiframe-window): Use it.
3755
3756 * isearch.el (isearch-other-meta-char): Don't switch to the
3757 buffer of a window clicked on, when the current buffer is
3758 in Isearch mode.
3759
3760 * image.el (image-jpeg-p): Test for APPn markers in the range
3761 #xe0..#xef.
3762
3763 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3764
3765 * desktop.el (desktop-save): Don't use concat to form a file
3766 name, use expand-file-name.
3767
3768 * mouse.el (mouse-delete-window): Do nothing if frame has just
3769 one window.
3770
3771 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3772 for the minor mode name.
3773
3774 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3775 minor mode name.
3776
3777 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3778 instead of make-mode-line-mouse2-map.
3779
3780 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3781 the minor mode name.
3782
3783 * emacs-lisp/easy-mmode.el (define-minor-mode):
3784 Use mode-line-minor-mode-keymap for the minor mode name.
3785
3786 * calendar/calendar.el (calendar-mode-line-format):
3787 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3788
3789 * bindings.el (make-mode-line-mouse-map): Renamed from
3790 make-mode-line-mouse2-map. Take additional arg MOUSE.
3791 (mode-line-modified): Use mouse-3 instead of mouse-2.
3792 (mode-line-buffer-identification-keymap): Bind keys differently.
3793 (propertized-buffer-identification): Adapt help-echo to new bindings.
3794
3795 * bindings.el (mode-line-format): Specify help-echo for line
3796 number, column number and buffer-percent part of the mode-line.
3797
3798 * image.el (image-type-regexps): Allow whitespace at the start
3799 of the image data for XPM, XBM and Postscript, which are
3800 text files.
3801 (image-jpeg-p): Correct calculation of next field offset.
3802
3803 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3804
3805 * battery.el: Fix typo.
3806
3807 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3808
3809 * image.el (image-type-regexps): Allow predicates. Change the way
3810 JPEG images are recognized.
3811 (image-jpeg-p): New function.
3812 (image-type-from-data): Handle predicates in image-type-regexps.
3813
3814 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3815 #:, #x, #o, and similar constructs.
3816
3817 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3818
3819 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3820
3821 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3822 instead of `progn'.
3823
3824 * tar-mode.el (tar-extract): Avoid generating a new buffer
3825 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3826
3827 * textmodes/paragraphs.el (forward-sentence): Avoid building
3828 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3829
3830 * progmodes/executable.el (executable-set-magic):
3831 If executable-find returns a quoted file name, unquote it before
3832 inserting it.
3833
3834 * image.el (image-type-regexps): For JPEG files, use a regexp
3835 derived from the JFIF spec.
3836
3837 * image.el (image-type-regexps): Use `\`' instead of `^' in
3838 most regular expressions.
3839
3840 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3841
3842 * play/animate.el: Re-insert a reference to re-inserted function.
3843
3844 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3845
3846 * help.el (describe-function-1): Use find-function-search-for-symbol
3847 instead of find-function-noselect because the latter follows aliases.
3848
3849 * play/animate.el (animate-birthday-present): Re-insert.
3850
3851 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3852 Handle old-style menu definitions.
3853
3854 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3855
3856 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3857 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3858
3859 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3860 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3861 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3862
3863 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3864
3865 * textmodes/tildify.el: Milan Zamazal has new address.
3866
3867 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3868
3869 * custom.el (custom-set-variables): Don't test `custom-requests'
3870 properties, check the third element of the options passed to
3871 custom-set-variables instead.
3872
3873 * info.el (info-insert-file-contents): Use info-file-exists-p
3874 instead of file-exists-p.
3875
3876 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3877 the mode-line face is restored. Fix several bugs.
3878
3879 * replace.el (perform-replace): Doc fix.
3880
3881 2001-08-02 Francesco Potorti` <pot@gnu.org>
3882
3883 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3884 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3885 (uniquify-fix-item-base, uniquify-fix-item-filename)
3886 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3887 Callers changed.
3888 (uniquify-set-proposed): Changed to work with a vector item.
3889 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3890 the fix list, and a list of strings for the non-file buffer
3891 names. Both changes reduce consing.
3892 (uniquify-rationalize-a-list): Local variable renaming.
3893 (uniquify-rationalize-conflicting-sublist): Use member instead of
3894 assoc.
3895 (uniquify-rename-buffer): Use unless instead of if not.
3896
3897 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3898
3899 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3900
3901 * custom.el (custom-set-variables): Set options with :require
3902 clauses last.
3903
3904 * custom.el (defcustom): Doc fix.
3905
3906 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3907
3908 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3909
3910 * man.el (man): Mention Man-switches in the doc string.
3911 (Man-switches): Mention -a in the doc string.
3912
3913 * textmodes/ispell.el (ispell-alternate-dictionary):
3914 Add /usr/share/lib/dict/words, for Irix.
3915
3916 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3917 corresponding non-kp keys. Suggested by Stephen Gildea
3918 <gildea@stop.mail-abuse.org>.
3919
3920 2001-08-01 Francesco Potorti` <pot@gnu.org>
3921
3922 * uniquify.el: These changes correct a corner case that the old
3923 code managed correctly.
3924 (uniquify-fix-item-proposed): Renamed from
3925 uniquify-fix-item-min-proposed.
3926 (uniquify-set-proposed): New function.
3927 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3928 clarity and speed.
3929 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3930 This is equivalent to what the old code did.
3931 (uniquify-rationalize-a-list): Never recompute the proposed
3932 name. Sort the conflicting sublist before rationalising it: this
3933 is equivalent to what the old code did, but one directory element
3934 at a time, and only when necessary.
3935 (uniquify-rationalize-conflicting-sublist): Recompute here the
3936 proposed name.
3937
3938 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3939
3940 * play/animate.el: Add Keywords and Maintainer. Remove a
3941 reference to a removed function.
3942
3943 * play/animate.el (animate-string): Handle case that the string is
3944 longer than the window is wide.
3945
3946 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3947
3948 * desktop.el (desktop-save): Bind coding-system-for-write to
3949 `emacs-mule' for write-region.
3950
3951 * delsel.el (delete-selection-pre-hook): Don't set this-command
3952 to `ignore' if the region is empty.
3953
3954 * international/mule.el (set-keyboard-coding-system):
3955 Set keyboard-coding-system.
3956
3957 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3958 before accessing it.
3959
3960 2001-07-30 Andreas Schwab <schwab@suse.de>
3961
3962 * menu-bar.el (toggle-highlight-paren-mode):
3963 Use `(show-paren-mode)' as body.
3964
3965 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3966
3967 * vc.el (vc-checkout-hook): New hook.
3968 (vc-checkout): Run it.
3969
3970 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3971
3972 * progmodes/make-mode.el (makefile-macroassign-regex):
3973 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3974
3975 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3976
3977 * vc.el (vc-switch-backend): Fix autoload cookie.
3978
3979 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3980 the desktop file.
3981
3982 2001-07-30 Simon Josefsson <jas@extundo.com>
3983
3984 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3985 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3986
3987 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3988
3989 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3990 (last-sexp-toggle-display): Renamed from last-sexp-print.
3991 (last-sexp-toggle-display, eval-last-sexp-1):
3992 Use last-sexp-setup-props.
3993
3994 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3995 New user-options.
3996 (mouse-wheel-change-button): New function.
3997 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3998 (mwheel-scroll): Ditto.
3999
4000 2001-07-26 Gerd Moellmann <gerd@gnu.org>
4001
4002 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4003 `...', compare with unabbreviated printed representation instead.
4004 (last-sexp-print): Bind print-length and print-level to nil.
4005
4006 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4007 before assigning text properties. Make properties rear-nonsticky.
4008
4009 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4010 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4011 <mouse-2> and <RET> in that map to a function printing the
4012 unabbreviated value.
4013
4014 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4015 is a buffer, put a text property `printed-value' on the printed
4016 representation, with the Lisp object printed as value.
4017
4018 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4019
4020 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4021 Mention the effect of eval-expression-print-length and
4022 eval-expression-print-level in the doc strings. Suggested by
4023 Kevin Gallagher <kevingal@onramp.net>.
4024
4025 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4026
4027 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4028 for buttons > 3.
4029 (xterm-mouse-translate): Handle the case that we don't get a
4030 down-event.
4031
4032 * emacs-lisp/find-func.el (find-function-regexp):
4033 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4034 in front of the function name.
4035
4036 * isearch.el (isearch-other-meta-char): Fix last change.
4037
4038 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4039 similar events for which fake prefix keys are generated. It's no
4040 longer necessary since read_key_sequence doesn't modify these
4041 events for internal purposes anymore.
4042
4043 * files.el (auto-mode-alist): Use nroff-mode for files ending
4044 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4045
4046 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4047
4048 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4049 tool-bar-lines parameter, behave as if its value were zero.
4050 (mouse-avoidance-set-pointer-shape): Don't do anything if
4051 x-pointer-shape is not boundp.
4052
4053 2001-07-23 Francesco Potorti` <pot@gnu.org>
4054
4055 * uniquify.el: Overall speedup changes when using many buffers.
4056 (uniquify-fix-item-base, uniquify-fix-item-filename)
4057 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4058 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4059 place in the item, but was never used.
4060 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4061 in the item is now used as cache for the proposed name.
4062 (uniquify-rationalize-file-buffer-names): Move computation made on
4063 newbuffile out of the loop, in the newbuffile-nd local var.
4064 Use dolist (cosmetic change). Compute the proposed name for the most
4065 common case and cache it in the fourth place in the item.
4066 (uniquify-rationalize-file-buffer-names): Used to return a a list
4067 of buffer whose name was changed, but that return value was never used.
4068 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4069 the cached proposed name, does much less consing and is quicker.
4070 (uniquify-filename-lessp): Deleted.
4071 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4072 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4073 cached proposed name is possible.
4074 (uniquify-get-proposed-name): Arguments changed, callers changed.
4075 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4076 uniquify-possibly-resolvable flag, which is no more bound locally.
4077 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4078 flag, which does not exist any more.
4079
4080 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4081
4082 * term/internal.el (IT-unicode-translations): Fix the appearance of
4083 "6`".
4084
4085 * progmodes/compile.el (compile-internal): If EMACS is already
4086 defined in the environment, don't override its value.
4087
4088 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4089
4090 * play/fortune.el: Undo change of 2001-07-13.
4091 Fix autoload cookies. Add types to defcustoms.
4092 (fortune) <defgroup>: Add :link.
4093 (fortune-from-region): Use eq, not eql.
4094 From Dave Love <fx@gnu.org>.
4095
4096 * play/animate.el (animate-birthday-present): Function removed.
4097
4098 * play/animate.el: New file.
4099
4100 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4101
4102 * startup.el (normal-top-level-add-subdirs-to-load-path):
4103 On Windows, put into normal-top-level-add-subdirs-inode-list the
4104 canonicalized names of the directories instead of inode numbers.
4105
4106 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4107
4108 * ediff-util.el: Copyright years.
4109 (ediff-choose-syntax-table): New function.
4110 (ediff-setup): Use ediff-choose-syntax-table.
4111 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4112 vc-state is available.
4113 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4114
4115 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4116 with-syntax-table.
4117 (ediff-coding-system-for-read): From ediff-diff.el
4118 (ediff-coding-system-for-write): New variable.
4119 (ediff-highest-priority): Fixed the bug having to do with disappearing
4120 overlays.
4121 (ediff-file-remote-p): Use file-remote-p, if available.
4122 (ediff-listable-file): New function.
4123 (ediff-file-attributes): Use ediff-listable-file.
4124
4125 * ediff-mult.el (ediff-meta-insert-file-info1):
4126 Use ediff-listable-file.
4127
4128 * ediff-ptch.el (ediff-prompt-for-patch-file):
4129 Use ediff-coding-system-for-read.
4130 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4131
4132 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4133 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4134
4135 * ediff.el: Date of last update, copyright years.
4136
4137 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4138
4139 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4140 of Scott Bronson.
4141 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4142 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4143 Deleted functions.
4144 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4145 ex-token-list.
4146 (viper-get-ex-address-subr): Convert registers to char data type.
4147
4148 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4149 (viper-memq-char): Use viper-int-to-char.
4150 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4151 vc-locking-state.
4152 (viper-read-key): Use viper-read-key-sequence.
4153
4154 * viper.el (viper-major-mode-modifier-list):
4155 Added inferior-emacs-lisp-mode.
4156 (this-major-mode-requires-vi-state): New function that uses simple
4157 heuristics to decide if vi state is appropriate.
4158 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4159 (viper-non-hook-settings): Don't advise read-key-sequence.
4160 (viper-read-key-sequence): New function that replaces the
4161 previously used advice to read-key-sequence.
4162
4163 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4164 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4165 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4166 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4167 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4168 Got rid of the negative character hack.
4169 (viper-escape-to-state,viper-replace-state-exit-cmd):
4170 Use viper-read-key-sequence.
4171 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4172 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4173 Don't override existing minibuffer-setup-hook.
4174 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4175 Convert registers to char data type.
4176 (viper-autoindent): Use viper-indent-line.
4177
4178 * viper-keym.el: Use viper-exec-key-in-emacs.
4179
4180 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4181
4182 * server.el (server-visit-files): Fix variable name typo.
4183
4184 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4185
4186 * simple.el (delete-trailing-whitespace): Save match data
4187 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4188
4189 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4190
4191 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4192 return a this-error using the alternative format (a pair of markers).
4193
4194 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4195
4196 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4197
4198 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4199 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4200
4201 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4202
4203 * international/iso-transl.el: Fix typo in the header of the file.
4204
4205 * textmodes/picture.el (picture): Doc fix.
4206
4207 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4208 follow coding conventions in generated files.
4209
4210 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4211
4212 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4213 (tool-bar-add-item): Don't call image-related primitives if the
4214 display doesn't support images.
4215
4216 * frame.el (display-images-p): New function.
4217
4218 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4219
4220 * server.el (server-visit-files): Handle the case the specified
4221 column number is <= 0.
4222
4223 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4224
4225 * startup.el (command-line-1): Add support for +LINE:COLUMN
4226 command line argument.
4227
4228 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4229
4230 * server.el (server-process-filter, server-visit-files):
4231 Add support for +LINE:COLUMN style emacsclient calls.
4232
4233 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4234
4235 * emacs-lisp/easy-mmode.el: Add Keywords header.
4236
4237 * play/pong.el: Author has new address.
4238
4239 * play/landmark.el: Author is no more reachable.
4240
4241 * play/handwrite.el: Author is no more reachable.
4242
4243 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4244
4245 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4246 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4247 Complete bindings for F<1..12> keys.
4248 (global-map): Remove `undo' binding (already in the default).
4249 Replace `t<n>' bindings with `f<n>' bindings.
4250
4251 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4252
4253 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4254 (tcl-mode): Use tcl-add-log-defun.
4255 (tcl-indent-line): Use tcl-calculate-indent.
4256 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4257 (tcl-indent-exp): Renamed from indent-tcl-exp.
4258 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4259 (tcl-indent-for-comment): Call comment-indent-function properly
4260 and handle the case where it returns nil.
4261
4262 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4263
4264 * calendar/cal-islam.el (calendar-goto-islamic-date):
4265 Remove autoload cookie.
4266
4267 * calendar/calendar.el (calendar-goto-islamic-date):
4268 Add call to autoload.
4269
4270 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4271
4272 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4273 Don't change compile-auto-highlight globally.
4274 Don't bother with `font-lock-defaults' property since XEmacs
4275 also understands the `font-lock-defaults' variable.
4276 Use make-local-variable rather than make-variable-buffer-local.
4277 Don't `defconst' comment-indent-function: keep the default.
4278 Call easy-menu-add unconditionally.
4279 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4280 (ada-create-menu): Use :included for Emacs as well.
4281
4282 * vc.el (vc-do-command): Autoload.
4283
4284 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4285
4286 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4287
4288 * ps-print.el: Fix Author: header.
4289
4290 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4291
4292 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4293 mouse-1 etc., bind them to `ignore'.
4294
4295 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4296 send-invisible, which is already defined in Comint.
4297 (eshell-watch-for-password-prompt): Use it.
4298
4299 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4300
4301 * which-func.el (which-func-mode): Doc fix.
4302
4303 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4304 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4305 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4306 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4307 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4308 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4309 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4310 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4311 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4312 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4313 * emulation/edt-mapper.el, emulation/edt-pc.el,
4314 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4315 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4316 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4317 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4318 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4319 * international/isearch-x.el, international/iso-cvt.el,
4320 * international/ogonek.el, international/quail.el,
4321 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4322 * language/devanagari.el, language/ethio-util.el,
4323 * language/ethiopic.el, language/european.el, language/indian.el,
4324 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4325 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4326 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4327 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4328 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4329 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4330 * progmodes/autoconf.el, progmodes/cmacexp.el,
4331 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4332 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4333 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4334 * progmodes/ebnf2ps.el, progmodes/executable.el,
4335 * progmodes/fortran.el, progmodes/idlw-shell.el,
4336 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4337 * progmodes/m4-mode.el, progmodes/mantemp.el,
4338 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4339 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4340 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4341 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4342 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4343 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4344 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4345 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4346 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4347 * textmodes/two-column.el, time-stamp.el, timezone.el,
4348 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4349 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4350 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4351 conventions.
4352
4353 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4354
4355 * simple.el (set-variable): Require 'cus-edit' instead of
4356 `wid-edit', so that the Custom widgets get defined.
4357
4358 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4359
4360 * allout.el: A fix to follow coding conventions.
4361
4362 * find-lisp.el: A fix to follow coding conventions.
4363
4364 * term/w32-win.el: A fix to follow coding conventions.
4365
4366 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4367
4368 * term/xterm.el: A fix to follow coding conventions.
4369
4370 * term/news.el: A fix to follow coding conventions.
4371
4372 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4373 header line fixed.
4374
4375 * sun-curs.el: Fix Maintainer: header line.
4376
4377 * emacs-lisp/easymenu.el: Address of the author added.
4378
4379 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4380
4381 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4382 property.
4383
4384 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4385
4386 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4387 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4388 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4389 Some fixes to follow coding conventions.
4390
4391 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4392
4393 * which-func.el (which-func-mode): Doc fix.
4394
4395 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4396
4397 * net/rcompile.el (remote-compile): Use make-local-variable.
4398
4399 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4400
4401 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4402
4403 * mail/reporter.el (reporter-submit-bug-report):
4404 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4405
4406 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4407
4408 * calendar/cal-china.el, calendar/cal-coptic.el,
4409 * calendar/cal-dst.el, calendar/cal-french.el,
4410 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4411 * calendar/cal-iso.el, calendar/cal-julian.el,
4412 * calendar/cal-mayan.el, calendar/cal-persia.el,
4413 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4414 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4415 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4416 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4417 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4418 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4419 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4420 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4421 * progmodes/ada-xref.el, progmodes/cc-align.el,
4422 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4423 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4424 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4425 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4426 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4427 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4428 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4429 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4430 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4431 * textmodes/reftex.el: Some fixes to follow coding
4432 conventions in Eshell files with known maintainers.
4433
4434 * emulation/viper.el: A fix to follow coding conventions.
4435
4436 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4437 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4438 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4439 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4440 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4441 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4442 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4443 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4444 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4445 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4446 conventions in Eshell files.
4447
4448 * composite.el, diff.el, emacs-lisp/levents.el,
4449 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4450 * emulation/pc-mode.el, emulation/viper-cmd.el,
4451 * emulation/viper-ex.el, emulation/viper-init.el,
4452 * emulation/viper-keym.el, emulation/viper-macs.el,
4453 * emulation/viper-mous.el, emulation/viper-util.el,
4454 * emulation/viper.el, forms-pass.el, international/ccl.el,
4455 * international/characters.el, international/encoded-kb.el,
4456 * international/fontset.el, international/ja-dic-cnv.el,
4457 * international/ja-dic-utl.el, international/kinsoku.el,
4458 * international/kkc.el, international/mule-cmds.el,
4459 * international/mule-diag.el, international/mule-util.el,
4460 * international/mule.el, international/titdic-cnv.el,
4461 * language/china-util.el, language/chinese.el,
4462 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4463 * language/greek.el, language/hebrew.el, language/japan-util.el,
4464 * language/japanese.el, language/korea-util.el, language/korean.el,
4465 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4466 * language/slovak.el, language/thai-util.el, language/thai.el,
4467 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4468 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4469 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4470 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4471 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4472 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4473 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4474 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4475 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4476 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4477 to follow coding conventions in files without maintainer or in files
4478 with clear maintainer (but without Maintainer header stating so).
4479
4480 * emacs-lisp/elp.el: A fix to follow coding conventions.
4481
4482 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4483 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4484 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4485 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4486 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4487 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4488 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4489 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4490 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4491 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4492 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4493 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4494 conventions in files from Gnus.
4495
4496 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4497 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4498 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4499 * echistory.el, electric.el, emacs-lisp/authors.el,
4500 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4501 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4502 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4503 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4504 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4505 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4506 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4507 * international/codepage.el, international/iso-ascii.el,
4508 * international/iso-insert.el, international/iso-transl.el,
4509 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4510 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4511 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4512 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4513 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4514 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4515 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4516 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4517 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4518 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4519 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4520 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4521 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4522 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4523 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4524 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4525 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4526 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4527 * textmodes/tex-mode.el, textmodes/text-mode.el,
4528 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4529 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4530 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4531 files maintained by FSF.
4532
4533 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4534
4535 * arc-mode.el: A fix to follow coding conventions.
4536
4537 * bindings.el: Ditto.
4538
4539 * cdl.el: Ditto.
4540
4541 * comint.el: Ditto.
4542
4543 * cus-start.el: Ditto.
4544
4545 * shell.el: Ditto.
4546
4547 * skeleton.el: Ditto.
4548
4549 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4550
4551 * info.el (Info-build-node-completions):
4552 Make Info-current-file-completions buffer local.
4553
4554 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4555
4556 * which-func.el (which-func-mode, which-func-ff-hook)
4557 (which-function-mode): Remove references to which-func-mode-global.
4558
4559 * calendar/cal-islam.el (calendar-goto-islamic-date):
4560 Add autoload cookie.
4561
4562 * play/fortune.el: Add types to defcustoms.
4563
4564 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4565
4566 * language/czech.el: A fix to follow coding conventions.
4567
4568 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4569
4570 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4571 to the extension list, for antlr-mode. From Christoph Wedler
4572 <Christoph.Wedler@sap.com>.
4573
4574 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4575
4576 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4577 (vc-dired-mode-map): Fix the madness.
4578
4579 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4580 (vc-prefix-map): Moved back from vc.el.
4581
4582 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4583
4584 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4585 Increase the size of the obarray.
4586 (mail-extr-all-top-level-domains): Add more toplevel domains,
4587 add more long names.
4588 From: Per Starback <starback@ling.uu.se>.
4589
4590 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4591
4592 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4593 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4594
4595 * progmodes/ada-mode.el: Ditto.
4596
4597 * progmodes/ada-xref.el: Ditto.
4598
4599 2001-07-11 Miles Bader <miles@gnu.org>
4600
4601 * finder.el (finder-insert-at-column): Also move to the next line
4602 if exactly at COLUMN.
4603
4604 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4605
4606 * help.el (describe-function-1): When printing FUNCTION's
4607 documentation, don't assume FUNCTION is a symbol.
4608
4609 * startup.el (normal-top-level): Don't operate on the initial
4610 frame if we failed to create one.
4611
4612 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4613
4614 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4615 itself, i.e. only indent the contents in it.
4616
4617 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4618
4619 * mail/rmail.el (rmail-show-message): Show beginning of message in
4620 all windows containing it.
4621
4622 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4623
4624 * term/tty-colors.el: Fix the header line and copyright years.
4625
4626 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4627
4628 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4629 original definition has an interactive form, but is Elp
4630 instrumented, use the interactive form of the function called by
4631 elp-wrapper.
4632
4633 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4634 configurations with compare-window-configuration; they aren't
4635 window configurations.
4636
4637 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4638 from the server for the format we expect. Don't use it if it
4639 doesn't look like what the Internet draft for FTP extensions specifies.
4640
4641 * toolbar/*.pbm: Cleaned up.
4642 From Luis Fernandes <elf@ee.ryerson.ca>.
4643
4644 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4645
4646 * cc-cmds.el: Extended the kludge to interoperate with the
4647 delsel and pending-del packages wrt to the new function
4648 `c-electric-delete-forward'.
4649
4650 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4651
4652 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4653 to delay the call to <mode> for global minor modes.
4654 (easy-mmode-define-navigation): Only recenter if interactive.
4655
4656 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4657
4658 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4659 to lisp-indent-line.
4660
4661 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4662 from the server. Call encode-time only when we are sure that we
4663 got a 213 response.
4664
4665 2001-07-06 Simon Josefsson <jas@extundo.com>
4666
4667 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4668 (mail-envelope-from): New user option.
4669 (sendmail-send-it): Use it.
4670
4671 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4672
4673 * ps-print.el: Use locale dependant date to print date in header.
4674 Doc fix.
4675 (ps-print-version): New version number (6.5.3).
4676 (ps-right-header, ps-right-footer): Initialization and doc fix.
4677 (ps-time-stamp-locale-default): New fun.
4678
4679 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4680
4681 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4682 field problem with MIME-mode.
4683
4684 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4685
4686 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4687
4688 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4689 MIME-mode.
4690
4691 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4692
4693 * bindings.el (mode-line-mule-info): Don't show the tip with
4694 buffer-file-coding-system if that is nil.
4695
4696 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4697
4698 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4699 instead of kill-line.
4700
4701 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4702 <Pavel@Janik.cz>.
4703
4704 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4705 <Pavel@Janik.cz>.
4706
4707 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4708
4709 * font-lock.el (c-font-lock-keywords-3): When matching something
4710 like `struct X Y', finish with point after Y.
4711
4712 2001-07-04 Simon Josefsson <jas@extundo.com>
4713
4714 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4715 in caller buffer.
4716
4717 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4718
4719 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4720 instead of string-match to find the basename of the file.
4721 From Pascal Obry <p.obry@wanadoo.fr>.
4722
4723 * net/browse-url.el (browse-url-default-windows-browser):
4724 Support the MS-DOS port when it runs on Windows.
4725 (browse-url-browser-function) [ms-dos]: Default to
4726 browse-url-default-windows-browser.
4727
4728 * help.el (locate-library): Enable code that looks for compressed
4729 libraries if auto-compression-mode is on.
4730
4731 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4732
4733 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4734
4735 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4736
4737 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4738
4739 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4740
4741 * allout.el: Fix the header line, so that finder.el recognizes it.
4742 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4743
4744 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4745 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4746
4747 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4748
4749 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4750
4751 * ps-bdf.el (bdf-directory-list): Use the value relative to
4752 installation-directory for MS-Windows as well.
4753
4754 2001-06-29 Richard M. Stallman <rms@gnu.org>
4755
4756 * wid-edit.el (widget-color-sample-face-get):
4757 Return ((foreground-color . COLOR)) instead of constructing a face.
4758
4759 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4760
4761 * faces.el (region): Change the background color for the
4762 light-background color display to lightgoldenrod2, to make it
4763 visible on some laptops.
4764
4765 2001-06-28 Richard M. Stallman <rms@gnu.org>
4766
4767 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4768 (rmail-msg-restore-non-pruned-header): Likewise.
4769 If point was in the old pruned header, put it at the top.
4770 (rmail-msg-prune-header): If point was at the top, keep it there.
4771
4772 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4773 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4774
4775 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4776
4777 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4778
4779 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4780
4781 * saveplace.el: Update maintainer email address.
4782
4783 2001-06-27 Francesco Potorti` <pot@gnu.org>
4784
4785 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4786 Undo previous change.
4787
4788 2001-06-27 Francesco Potorti` <pot@gnu.org>
4789
4790 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4791 preliminary quick reordering. Can speed things up dramatically.
4792
4793 2001-06-26 Richard M. Stallman <rms@gnu.org>
4794
4795 * dired.el (dired-get-filename): A file name starting with ~
4796 is not absolute in this context.
4797
4798 * which-func.el (which-func-maxout): Increase default to 500000.
4799 (which-function-mode): This is now the "real" name of the function.
4800 (which-func-mode): Now an alias.
4801 (which-func-mode-global): Name deleted.
4802
4803 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4804 button-2, when binding hs-mouse-toggle-hiding.
4805
4806 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4807
4808 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4809 (rmail-msg-prune-header): Likewise.
4810 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4811 and `rmail-msg-prune-header'.
4812
4813 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4814
4815 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4816 back than LINEBEG.
4817
4818 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4819
4820 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4821 window where they clicked the mouse has a header line, adjust
4822 vertical movement by one.
4823
4824 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4825
4826 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4827 too when separating a parenthesis.
4828
4829 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4830
4831 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4832 (bookmark-bmenu-hide-filenames): Add help-echo to
4833 mouse-highlighted text.
4834 (bookmark-bmenu-show-filenames): Remove help-echo property from
4835 the whitespace.
4836
4837 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4838
4839 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4840 From Karl Eichwalder <ke@suse.de>.
4841
4842 2001-06-23 Richard M. Stallman <rms@gnu.org>
4843
4844 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4845
4846 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4847 contents for completing-read.
4848
4849 2001-06-22 Richard M. Stallman <rms@gnu.org>
4850
4851 * menu-bar.el (menu-bar-make-toggle): Construct the
4852 function's doc string from HELP, not DOC, and make it accurate by
4853 adding "Toggle whether to " at the front and downcasing the initial.
4854 Change the HELP arg in some calls to make it fit this usage.
4855
4856 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4857 Undo previous change.
4858
4859 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4860
4861 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4862
4863 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4864
4865 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4866
4867 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4868
4869 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4870
4871 2001-06-20 Richard M. Stallman <rms@gnu.org>
4872
4873 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4874 broken out from dabbrev--find-expansion. Handle minibuffer
4875 specially here.
4876 (dabbrev--find-expansion): Simplify code in various ways.
4877 Don't treat minibuffers specially.
4878 Call dabbrev--make-friend-buffer-list.
4879 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4880 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4881
4882 2001-06-19 John Wiegley <johnw@gnu.org>
4883
4884 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4885 Also, added a comment describing how to greatly speedup Eshell
4886 loadup time, by concatenating together all of Eshell's .elc files.
4887
4888 2001-06-19 John Wiegley <johnw@gnu.org>
4889
4890 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4891
4892 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4893
4894 * woman.el (WoMan-highlight-references): Add help-echo to
4895 mouse-highlighted text.
4896
4897 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4898
4899 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4900
4901 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4902
4903 * international/quail.el (quail-start-conversion):
4904 Reset quail-translating to nil.
4905
4906 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4907 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4908
4909 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4910
4911 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4912 mouse-highlighted text.
4913
4914 * dired.el (dired-mark-pop-up): Fix last change.
4915
4916 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4917
4918 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4919 mouse-highlighted text.
4920
4921 * net/quickurl.el (quickurl-url-file): Run through
4922 convert-standard-filename.
4923 (quickurl-list-populate-buffer): Add help-echo to
4924 mouse-highlighted text.
4925 (top-level): Update Dave's URL.
4926
4927 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4928 mouse-highlighted text.
4929
4930 * textmodes/page-ext.el (pages-copy-header-and-position):
4931 Add help-echo to mouse-highlighted text.
4932
4933 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4934 mouse-highlighted text.
4935
4936 * replace.el (occur): Add help-echo to mouse-highlighted text.
4937
4938 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4939 mouse-highlighted text.
4940
4941 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4942 mouse-highlighted text.
4943
4944 * progmodes/compile.el (compile-reinitialize-errors):
4945 Add help-echo to mouse-highlighted messages.
4946 (compilation-forget-errors): Remove help-echo property as well.
4947
4948 * play/landmark.el (lm-plot-square, lm-init-display):
4949 Add help-echo to mouse-highlighted text.
4950
4951 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4952 Add help-echo to mouse-highlighted text.
4953
4954 * dired.el (dired-insert-set-properties): Add help-echo to
4955 mouse-highlighted text.
4956 (dired-mark-pop-up): Remove help-echo property from the file name.
4957
4958 * comint.el (comint-send-input): Add help-echo to
4959 mouse-highlighted text.
4960
4961 * buff-menu.el (list-buffers-noselect): Add help-echo to
4962 mouse-highlighted text.
4963
4964 * arc-mode.el (archive-summarize-files): Add help-echo to
4965 mouse-highlighted text.
4966
4967 * ffap.el (ffap-machine-p): Always return nil if
4968 open-network-stream is not fboundp.
4969
4970 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4971
4972 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4973 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4974 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4975 incorrectly binding chars between 128 and 256 to it.
4976 (sgml-maybe-name-self): Handle latin-1 chars properly.
4977 (sgml-tags-invisible): Bind buffer-file-name to nil.
4978 Use unwind-protect and restore-buffer-modified-p.
4979 (sgml-point-entered): Use buffer-substring-no-properties.
4980 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4981 (html-mode): Don't force `imenu-sort-function'.
4982
4983 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4984
4985 * tar-mode.el: Fix the copyright notice.
4986
4987 * font-lock.el (font-lock-comment-face): For tty's with dark
4988 background, use "red1", since "lightred" is not one of the colors
4989 recognized by tty-colors.el.
4990
4991 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4992 create a buffer for extracted file, in case there's more than one
4993 file by that name in an archive, possibly in different
4994 directories. From Kevin Rodgers <kevinr@ihs.com>.
4995
4996 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4997 <alex@gnu.org>.
4998
4999 2001-06-15 Miles Bader <miles@gnu.org>
5000
5001 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5002 Revert previous change.
5003
5004 2001-06-14 Richard M. Stallman <rms@gnu.org>
5005
5006 * replace.el (keep-lines-read-args): Return just a regexp.
5007 Provide nil for the region args.
5008 (keep-lines, flush-lines, how-many):
5009 Calculate the defaults for the region here, when args are nil.
5010
5011 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5012
5013 * rot13.el (rot13-other-window): Some more doc fix.
5014
5015 2001-06-14 Per Starback <starback@ling.uu.se>
5016
5017 * replace.el (case-replace, query-replace-from-history-variable)
5018 (query-replace-to-history-variable, keep-lines-read-args)
5019 (occur-revert-function, query-replace-help): Dox fix.
5020
5021 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5022
5023 * rot13.el (rot13-other-window): Doc fix.
5024
5025 2001-06-14 Miles Bader <miles@gnu.org>
5026
5027 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5028 of " and \ to "." (punctuation).
5029 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5030
5031 2001-06-13 Richard M. Stallman <rms@gnu.org>
5032
5033 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5034
5035 * simple.el (shell-command-on-region): Never kill the
5036 *Shell Command Output* buffer.
5037
5038 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5039
5040 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5041
5042 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5043
5044 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5045 New var, to recognize ${ $' and PODs.
5046 (perl-font-lock-syntactic-face-function): New function.
5047 (perl-mode): Use them.
5048 (perl-continuation-line-p): New function, from perl-calculate-indent.
5049 (perl-calculate-indent): Use it, to properly handle continuation
5050 lines of continuation lines.
5051
5052 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5053
5054 * server.el (server-process, server-buffer-clients): Doc fix.
5055 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5056
5057 2001-06-09 John Wiegley <johnw@gnu.org>
5058
5059 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5060 test if the last command was Lisp or not.
5061 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5062 B x C".
5063
5064 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5065
5066 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5067 general one on compile.el supports drive letters.
5068
5069 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5070
5071 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5072 key description.
5073
5074 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5075
5076 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5077 (reftex-toc-jump): New command.
5078
5079 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5080 to parse international characters as well.
5081
5082 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5083 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5084
5085 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5086
5087 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5088 TAB to the key separators.
5089
5090 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5091
5092 * international/mule.el (auto-coding-alist): Remove redundant
5093 up-cased versions of the extensions (auto-coding-alist-lookup is
5094 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5095 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5096
5097 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5098
5099 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5100
5101 2001-06-01 Richard M. Stallman <rms@gnu.org>
5102
5103 * help.el (describe-variable): Put value on same line
5104 with preceding text, if it is short enough to look good that way.
5105
5106 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5107
5108 * term/internal.el (IT-unicode-translations): New variable.
5109 (IT-setup-unicode-display): New function.
5110
5111 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5112
5113 * ps-print.el: Handle before-string and after-string overlay properties
5114 in ps-print-*-with-faces commands. Doc fix.
5115 (ps-print-version): New version number (6.5.2).
5116 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5117 for XEmacs.
5118 (ps-prefix-quote): Doc fix.
5119 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5120 (ps-basic-plot-str, ps-plot-string): New funs.
5121
5122 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5123
5124 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5125 and :type spec.
5126
5127 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5128
5129 * international/mule-cmds.el (inactivate-input-method):
5130 Set input-method-function to nil.
5131
5132 * xml.el (xml-parse-tag): The document may contain invalid characters.
5133 From ShengHuo ZHU <zsh@cs.rochester.edu>
5134
5135 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5136
5137 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5138 `rmail-summary-line-decoder' if the message does not have
5139 a Subject: field.
5140
5141 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5142
5143 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5144 New variable.
5145 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5146 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5147 is non-nil.
5148
5149 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5150
5151 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5152
5153 2001-05-29 Sam Steingold <sds@gnu.org>
5154
5155 * faces.el (face-valid-attribute-values): Bind `valid' directly
5156 instead of using `setq'.
5157
5158 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5159 Use `tex-shell-buf'.
5160 (tex-shell-proc): Use `tex-shell-running'.
5161 (tex-shell-buf-no-error): New function.
5162 (tex-send-tex-command): Use it.
5163 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5164 (tex-kill-job): Check the process before calling `quit-process'.
5165
5166 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5167
5168 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5169 UTF-8 sequences.
5170
5171 2001-05-28 Miles Bader <miles@gnu.org>
5172
5173 * comint.el (comint-carriage-motion): Renamed from
5174 `comint-cr-magic'. Operate on the buffer instead of the string
5175 (for use as a comint post-output filter, instead of as a
5176 pre-output filter). Handle backspaces too. Add to the
5177 `comint-output-filter-functions' hook instead of
5178 `comint-preoutput-filter-functions'.
5179
5180 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5181
5182 * language/japan-util.el (japanese-hankaku): Prefer the charset
5183 `jisx0201' when the optional argument `ascii-only' is not specified.
5184 (japanese-hankaku-region): Ditto.
5185 From Katsumi Yamaoka <yamaoka@jpl.org>
5186
5187 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5188
5189 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5190 (outline-invisible-p): New function.
5191 (hide-leaves): Save excursion.
5192 (hide-other): Stop looping when reaching bobp.
5193
5194 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5195
5196 * cus-edit.el (custom-file): Fix last change.
5197
5198 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5199
5200 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5201 same definition in byte-compile-function-environment as `autoload'
5202 would put in `symbol-function'.
5203
5204 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5205 patch to correct the error message as well.
5206
5207 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5208
5209 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5210 unless ~/.emacs exists.
5211
5212 * novice.el (enable-command): If user-init-file is nil or does not
5213 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5214
5215 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5216
5217 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5218 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5219 Allow spaces around macro arguments.
5220 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5221 indent-for-tab-command.
5222 (latex-mode-map, plain-tex-mode-map): New keymaps.
5223 Inherit from tex-mode-map.
5224 (tex-common-initialization): Don't setup the keymap any more
5225 since it's now done right by define-derived-mode.
5226 (latex-mode): Set skeleton-end-hook to nil.
5227 (latex-skeleton-end-hook): Remove.
5228 (tex-latex-block, latex-insert-item): Simplify.
5229 (latex-syntax-after): Use following-char rather than char-after.
5230 (tex-discount-args-cmds, tex-count-words): New functions.
5231
5232 * textmodes/tildify.el (tildify-ignored-environments-alist):
5233 Recognize \verb* as well.
5234
5235 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5236 (perl-comment-indent): Simplify to let newcomment.el do its job.
5237 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5238 (perl-mark-function): Cleanup the namespace.
5239 (perl-calculate-indent): Don't be fooled by nested functions.
5240
5241 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5242
5243 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5244 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5245
5246 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5247
5248 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5249 actually be `\\'.
5250 (ctlau-b5-converter): Likewise.
5251
5252 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5253
5254 * international/titdic-cnv.el (quail-misc-package-ext-info):
5255 Change CTLauB.el to CTLau-b5.el.
5256
5257 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5258
5259 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5260 rather than beginning-of-line to avoid problems with fields.
5261 (gud-perldb-massage-args): Use unless and push.
5262 (gud-chdir-before-run): New var.
5263 (gud-common-init): Use it.
5264
5265 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5266
5267 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5268 delete entries for chinese-ctlau and chinese-ctlaub.
5269 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5270 chinese-ctlaub.
5271 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5272 New functions.
5273
5274 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5275
5276 * cus-edit.el (custom-comment-show): Remove debug code.
5277
5278 * language/japan-util.el (japanese-symbol-table): Fix handling of
5279 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5280
5281 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5282
5283 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5284 Renamed by removing the silly `-flag' suffix.
5285 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5286
5287 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5288
5289 * replace.el (keep-lines-read-args): Use `copy-marker'.
5290 (how-many): Save excursion properly.
5291 (occur-mode): Use define-derived-mode.
5292 (perform-replace): Use with-current-buffer.
5293
5294 2001-05-20 Richard M. Stallman <rms@gnu.org>
5295
5296 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5297
5298 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5299
5300 * info.el (Info-read-subfile): Widen before finding the
5301 desired node in the subfile.
5302
5303 * startup.el (command-line-1): When >2 files visited,
5304 leave the last one visible, and make that the selected window.
5305
5306 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5307
5308 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5309
5310 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5311
5312 * international/ccl.el (define-ccl-program): Fix a typo.
5313 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5314
5315 * international/mule.el (decode-char): Fix a typo. From Pavel
5316 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5317
5318 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5319 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5320
5321 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5322 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5323
5324 2001-05-18 Sam Steingold <sds@gnu.org>
5325
5326 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5327 and [RET] to `cvs-mode-find-file'.
5328
5329 2001-05-18 John Wiegley <johnw@gnu.org>
5330
5331 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5332 configuration variable, which determines the initial character
5333 that forces use of an external version of a command. The default
5334 is *, but may be set to \, for example.
5335
5336 * eshell/esh-ext.el (eshell-explicit-command):
5337 Use `eshell-explicit-command-char' instead of ?*.
5338
5339 * eshell/esh-cmd.el (eshell/which):
5340 Use `eshell-explicit-command-char' instead of ?*.
5341
5342 * eshell/em-cmpl.el (eshell-completion-command-name)
5343 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5344 instead of ?*.
5345
5346 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5347
5348 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5349 subst-char-in-string.
5350 (ange-ftp-after-parse-ls-hook): New variable.
5351 (ange-ftp-ls): Run that hook.
5352 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5353
5354 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5355 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5356 text into *Completions*.
5357
5358 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5359 part of which look like email addresses.
5360
5361 2001-05-18 Andrew Innes <andrewi@gnu.org>
5362
5363 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5364 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5365 cmd.exe's handling of FOR loops.
5366 (autoloads): Set find-file-suppress-same-file-warnings to t to
5367 avoid slew of spurious messages.
5368
5369 2001-05-18 Simon Josefsson <simon@josefsson.org>
5370
5371 * mail/smtpmail.el (maybe-append-domain): Renamed to
5372 `smtpmail-maybe-append-domain'.
5373 (smtpmail-via-smtp): Use the new name.
5374
5375 * net/browse-url.el (browse-url-browser-function): Add kde.
5376 (browse-url-kde-program, browse-url-kde-args): New variables.
5377 (browse-url-kde): New function.
5378
5379 2001-05-18 Miles Bader <miles@gnu.org>
5380
5381 * simple.el (delete-horizontal-space, just-one-space):
5382 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5383 because it's more efficient for large files.
5384
5385 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5386
5387 * mail/rmail.el (rmail-require-mime-maybe): New function.
5388 (rmail): Use it.
5389 (rmail-mode): Handle the case of finding Rmail files.
5390
5391 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5392 functions.
5393
5394 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5395
5396 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5397 text-property after moving to the beginning of line and regardless
5398 of the value of font-lock-multiline.
5399
5400 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5401
5402 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5403
5404 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5405 last coding system used before calling set-buffer-modified-p
5406 because that function changes last-coding-system.
5407
5408 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5409
5410 * files.el (switch-to-buffer-other-window)
5411 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5412 the doc string.
5413
5414 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5415
5416 * language/slovak.el, language/czech.el: New maintainer.
5417
5418 2001-05-16 Sam Steingold <sds@gnu.org>
5419
5420 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5421 sub-form of `defgeneric' correctly.
5422
5423 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5424
5425 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5426 of `c'.
5427
5428 * textmodes/outline.el (outline-font-lock-level): Remove the
5429 condition-case, test what outline-level returns instead, to
5430 ease debugging.
5431
5432 * international/mule.el (auto-coding-regexp-alist): New user-option.
5433 (auto-coding-from-file-contents): New function.
5434 (set-auto-coding): Use it to determine a coding system.
5435
5436 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5437
5438 * mouse.el (mouse-delete-other-windows): Doc fix.
5439
5440 * emacs-lisp/lisp-mode.el (lisp-mode):
5441 Make font-lock-keywords-case-fold-search a buffer-local variable with
5442 make-local-variable before setting it.
5443
5444 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5445
5446 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5447 prefixes.
5448
5449 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5450
5451 * hexl.el (hexl-current-address): Print a message when called
5452 interactively.
5453
5454 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5455
5456 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5457
5458 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5459
5460 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5461
5462 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5463
5464 * startup.el (command-line): If parameters have been changed in
5465 the init files which influence font selection, clear the face
5466 cache so that faces get realized with the new parameters.
5467
5468 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5469
5470 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5471
5472 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5473
5474 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5475
5476 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5477 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5478
5479 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5480
5481 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5482 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5483
5484 2001-05-09 John Wiegley <johnw@gnu.org>
5485
5486 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5487 Annotated the documentation string to tell users about
5488 `eshell-no-numeric-conversions'.
5489
5490 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5491 conversions if a Lisp function has the property
5492 `eshell-no-numeric-conversions' set to a non-nil value.
5493
5494 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5495 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5496 property `eshell-no-numeric-conversions' on the following
5497 functions (which all deal with filesystem entities, and never Lisp
5498 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5499 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5500 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5501 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5502 eshell/which, eshell/addpath.
5503
5504 2001-05-09 John Wiegley <johnw@gnu.org>
5505
5506 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5507 encountered as an argument, don't convert it right away, but tag
5508 the first character of the string with the text properties
5509 `number', which signifies to `eshell-lisp-command' that the
5510 argument should be passed through `string-to-number' if it is
5511 actually used in the call to a Lisp function.
5512
5513 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5514 function, convert any string arguments that have been tagged as
5515 "numbers", by calling string-to-number.
5516
5517 * eshell/esh-util.el (eshell-number-regexp): Now that number
5518 conversions only happen for Lisp function calls, the number regexp
5519 should now match all integer and floating point forms.
5520
5521 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5522 `eshell-continue-process', since they are both nonfunctional at
5523 the moment.
5524 (eshell-proc-initialize): Don't bind keys for
5525 `eshell-stop-process' or `eshell-continue-process'.
5526
5527 * eshell/em-unix.el (eshell-shuffle-files):
5528 Apply `directory-file-name' before calling `file-name-directory'.
5529
5530 * eshell/em-hist.el (eshell-add-to-history): Reference to
5531 `eshell-history-ring' needed to be `eshell-history-index'.
5532
5533 * calendar/timeclock.el (timeclock-find-discrep):
5534 Initialize `elapsed' to 0.
5535 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5536 it's still nil.
5537
5538 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5539
5540 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5541 (archive-mode): Use capitalize.
5542 (archive-unique-fname): Use make-temp-file.
5543
5544 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5545
5546 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5547
5548 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5549
5550 * tar-mode.el (tar-extract): Pay attention to the value of
5551 coding-system-for-read, if it is non-nil.
5552
5553 * calendar/holidays.el (holidays): Add an autoload cookie.
5554 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5555
5556 2001-05-08 John Wiegley <johnw@gnu.org>
5557
5558 * calendar/timeclock.el (timeclock-workday-remaining):
5559 Changed logic for determining how much time is remaining.
5560 (timeclock-workday-elapsed): Don't accept a "relative" argument
5561 for the current day's elapsed time. What could that have meant?
5562 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5563 (timeclock-when-to-leave): Changed logic, similarly to what was
5564 done for `timeclock-workday-remaining'.
5565 (timeclock-find-discrep): Removed "today-only" argument, which had
5566 no meaning. Fixed some more math problems. The function now
5567 returns a three member list: (TOTAL-TIME-DISCREPANCY
5568 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5569
5570 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5571
5572 * w32-fns.el (convert-standard-filename): Start replacing slashes
5573 from the beginning of the file name, not from where the last
5574 invalid character was. From "Andrew Maguire (SWW)"
5575 <Andrew.Maguire@Smallworld.co.uk>
5576
5577 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5578
5579 The following changes are to provide infrastructure for handling
5580 MIME messages to rmail. They don't affect the original behaviour
5581 if rmail-enable-mime is nil.
5582
5583 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5584 (rmail-search-mime-message-function)
5585 (rmail-search-mime-header-function): New variables.
5586 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5587 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5588 `rmail-view-buffer' is hidden.
5589 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5590 call rmai-show-mime-function.
5591 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5592 mode-line-process of rmail-view-buffer.
5593 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5594 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5595 buffer.
5596 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5597 set-buffer to the Rmail buffer.
5598 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5599 rmail-search-mime-header-function.
5600 (rmail-search-message): New function.
5601 (rmail-search): Call rmail-search-message to check if a message
5602 matches REGEXP, lastly update point after calling
5603 rmail-show-message.
5604 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5605 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5606 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5607 header region, refer to rmail-msgref-vector while setting the
5608 current buffer to rmail-buffer temporarily.
5609 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5610 If rmail-enable-mime is non-nil, call
5611 rmail-insert-mime-forwarded-message-function instead of inserting
5612 forwarded message by itself.
5613
5614 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5615 Rmail buffer.
5616 (rmail-set-label, rmail-next-labeled-message): Likewise.
5617
5618 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5619 set-buffer to the Rmail buffer.
5620 (rmail-output-to-rmail-file): Likewise.
5621 (rmail-output): Likewise.
5622
5623 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5624 of mail-fetch-field by rmail-summary-line-decoder.
5625 (rmail-new-summary): Be sure to go to the Rmail buffer.
5626 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5627 rmail-view-buffer to nil.
5628 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5629 rmail-view-buffer.
5630 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5631 rmail-buffer.
5632 (rmail-summary-scroll-msg-down): Likewise.
5633 (rmail-summary-beginning-of-message): Likewise.
5634 (rmail-summary-wipe): Likewise.
5635 (rmail-summary-toggle-header): Use save-window-excursion, not
5636 save-excursion. Update point in rmail-view-buffer, not in
5637 rmail-buffer.
5638 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5639 rmail-view-buffer, not rmail-buffer.
5640
5641 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5642
5643 * cus-edit.el (custom-file): Signal an error if user-init-file is
5644 nil (running -q).
5645
5646 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5647
5648 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5649 Add :version.
5650
5651 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5652 New option.
5653 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5654 only if smtpmail-warn-about-unknown-extensions is set.
5655
5656 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5657 instead of rmail-sort-by-keywords.
5658
5659 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5660 rmail-sort-by-keywords.
5661
5662 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5663 rmail-summary-sort-by-keywords. Doc fix.
5664 (rmail-summary-mode): Doc fix.
5665
5666 * mail/rmail.el (rmail-edit): New Custom group.
5667
5668 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5669 (rmail-edit-mode-hook): New user-option.
5670
5671 2001-05-05 Richard M. Stallman <rms@gnu.org>
5672
5673 * help.el (help-xref-symbol-regexp): Recognize "source of"
5674 and friends, meaning make a link to the source file.
5675 (help-make-xrefs): Handle "source of" and friends
5676 by constructing a link that visits the source file.
5677
5678 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5679
5680 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5681
5682 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5683 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5684 Renamed from perl-font-lock-keywords to avoid clashes.
5685 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5686 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5687 Updated correspondingly.
5688
5689 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5690 Typo `nonexistant' -> `nonexistent'.
5691
5692 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5693
5694 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5695 Split `c-electric-delete' into two functions where
5696 `c-electric-delete-forward' always deletes forward and
5697 `c-electric-delete' only contains the code necessary for XEmacs to
5698 choose between backward and forward deletion.
5699
5700 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5701 get the electric behavior on that key too.
5702 (c-fill-paragraph): Fixed bogus direct use of
5703 c-comment-prefix-regexp, which caused an error when it's a list.
5704
5705 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5706
5707 * dired-aux.el (dired-diff): Doc fix.
5708
5709 * dired.el (dired-diff): Likewise.
5710
5711 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5712
5713 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5714
5715 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5716
5717 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5718 if both the buffer and the file are read-only.
5719
5720 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5721 rather than font-lock-string-face.
5722 (sh-get-indent-info): Treat heredocs like strings.
5723
5724 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5725
5726 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5727 a newline following `}'.
5728 (texinfo-format-email): New function.
5729 (toplevel): Use texinfo-format-email for @email.
5730 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5731 Add `display'.
5732 (texinfo-sort-region): Goto point-min before sorting.
5733 (texinfo-set): Remove leading white space from value.
5734 From yagi@is.titech.ac.jp.
5735
5736 * replace.el (query-replace-regexp-eval): Doc fix.
5737
5738 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5739
5740 * diff-mode.el (diff-nonexistant-face): New face.
5741 (diff-font-lock-keywords): Use it.
5742
5743 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5744
5745 * font-lock.el (font-lock-mode): Doc fix.
5746
5747 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5748 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5749
5750 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5751
5752 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5753 backslash at the start of the here-document delimiter.
5754 (sh-font-lock-syntactic-keywords): Likewise.
5755
5756 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5757
5758 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5759
5760 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5761 (tty-color-translate, tty-color-by-index, tty-color-values)
5762 (tty-color-desc): Doc fix.
5763
5764 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5765
5766 * dired-aux.el (dired-do-create-files, dired-do-copy)
5767 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5768 Mention dired-dwim-target in the doc string.
5769
5770 2001-04-28 Miles Bader <miles@gnu.org>
5771
5772 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5773 (dabbrev--find-expansion): Use it.
5774 (dabbrev--select-buffers): Don't select ignored buffers.
5775
5776 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5777
5778 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5779
5780 2001-04-26 Richard M. Stallman <rms@gnu.org>
5781
5782 * dabbrev.el: Add doc strings for some functions.
5783 (dabbrev--eliminate-newlines): New variable.
5784 (dabbrev--substitute-expansion): Convert newlines to spaces
5785 if dabbrev--eliminate-newlines is set.
5786 If abbrev and expansion are both all-lower-case,
5787 leave dabbrev--last-case-pattern nil.
5788
5789 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5790
5791 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5792 if necessary, like in rmail-show-message.
5793
5794 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5795
5796 * ps-print.el: Color specified by number is forced to be float number.
5797 (ps-print-version): New version number (6.5.1.1).
5798 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5799 initialization.
5800 (ps-prefix-quote): New internal var.
5801 (ps-print-quote): New fun.
5802 (ps-setup, ps-output-frame-properties, ps-float-format)
5803 (ps-format-color): Code fix.
5804 (ps-plot-region): Eliminate redundant foreground color text setting.
5805
5806 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5807
5808 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5809
5810 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5811
5812 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5813
5814 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5815
5816 * info.el (Info-additional-directory-list): Doc fix.
5817
5818 * find-lisp.el (find-lisp-find-dired-filter)
5819 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5820 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5821
5822 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5823
5824 * progmodes/make-mode.el (makefile-font-lock-keywords):
5825 Rationalize the rules for includes and conditionals and use the
5826 keyword face for them.
5827
5828 * faces.el (modify-face): Add compatibility for non-interactive use.
5829
5830 2001-04-24 John Wiegley <johnw@gnu.org>
5831
5832 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5833 fix from last night, since it wasn't finding eshell/cd.
5834
5835 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5836
5837 * rect.el (string-rectangle): Revert to 20.x behaviour.
5838 (replace-rectangle): Make it an alias for string-rectangle.
5839 (string-insert-rectangle): New function.
5840
5841 2001-04-23 John Wiegley <johnw@gnu.org>
5842
5843 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5844 occurring with Emacs 21's diff.el/compile.el interaction layer.
5845
5846 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5847
5848 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5849 case where the function was defined in a file, but not part of an
5850 eshell module.
5851
5852 2001-04-23 John Wiegley <johnw@gnu.org>
5853
5854 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5855 code to work around a redisplay problem I've been having.
5856
5857 2001-04-23 John Wiegley <johnw@gnu.org>
5858
5859 * calendar/timeclock.el (timeclock-day-required): If the time
5860 required for a particular day is not set, use `timeclock-workday'.
5861 (timeclock-find-discrep): Added some sample code in a comment.
5862
5863 * eshell/eshell.el (eshell-command): Made a few changes so that
5864 `eshell-command' could be called programmatically.
5865
5866 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5867
5868 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5869
5870 2001-04-23 John Wiegley <johnw@gnu.org>
5871
5872 * calendar/timeclock.el: Updated copyright.
5873 (timeclock-generate-report): Don't report the daily or two-week
5874 total, if no time has been worked in that period.
5875 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5876 final computational form, which was unnecessary; corrected a
5877 parsing problem when timeclock-relative was nil.
5878
5879 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5880
5881 * calendar/timeclock.el (timeclock-modeline-display): Check if
5882 `list-entry' is null.
5883 (timeclock-use-display-time): The first argument to `set-variable'
5884 must be a symbol.
5885
5886 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5887
5888 * calendar/calendar.el (diary-entry-marker)
5889 (calendar-today-marker, calendar-holiday-marker):
5890 Use display-color-p instead of window-system.
5891 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5892 instead of window-system.
5893 (calendar-hide-window): Use display-multi-frame-p instead of
5894 window-system.
5895
5896 * calendar/cal-x.el (calendar-two-frame-setup)
5897 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5898 Use display-multi-frame-p instead of window-system.
5899
5900 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5901
5902 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5903
5904 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5905 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5906
5907 2001-04-23 Alex Schroeder <alex@gnu.org>
5908
5909 * goto-addr.el: Instead of defining line-beginning-position and
5910 line-end-position a defalias is used for point-at-bol and point-at-eol.
5911
5912 2001-04-23 Alex Schroeder <alex@gnu.org>
5913
5914 * goto-addr.el: Added XEmacs compatibility code.
5915 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5916
5917 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5918
5919 * textmodes/paragraphs.el (sentence-end): Doc fix.
5920
5921 2001-04-20 Alex Schroeder <alex@gnu.org>
5922
5923 * sql.el (sql-escape-newlines-and-send): New function.
5924 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5925
5926 2001-04-20 Alex Schroeder <alex@gnu.org>
5927
5928 * sql.el (sql-db2-program): New option.
5929 (sql-db2-options): New option.
5930 (sql-db2): New function.
5931
5932 2001-04-20 Alex Schroeder <alex@gnu.org>
5933
5934 * sql.el (sql-mode-menu): Added highlighting entries.
5935 (sql-highlight-oracle-keywords): New function.
5936 (sql-highlight-postgres-keywords): New function.
5937 (sql-highlight-ansi-keywords): New function.
5938
5939 2001-04-20 Alex Schroeder <alex@gnu.org>
5940
5941 * sql.el (sql-help): Doc change.
5942
5943 2001-04-19 Karl Fogel <kfogel@collab.net>
5944
5945 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5946 that inserted file content only to delete it immediately.
5947 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5948 <lektu@uol.com.br> for the patch.
5949
5950 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5951
5952 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5953
5954 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5955
5956 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5957 for defmethod.
5958
5959 * comint.el (comint-cr-magic): New function.
5960 (toplevel): Add it to comint-preoutput-filter-functions.
5961
5962 2001-04-18 Andrew Innes <andrewi@gnu.org>
5963
5964 * makefile.w32-in (EMACSLOADPATH): Define.
5965 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5966 (recompile): Remove stuff to set EMACSLOADPATH.
5967
5968 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5969
5970 * language/slovak.el ("Slovak"): Add tutorial entry.
5971
5972 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5973 browse-url-new-window-p.
5974
5975 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5976
5977 * info.el (Info-menu-update): When there are no menus and/or no
5978 cross references in the node, make the respective items of the
5979 Info menu-bar menu inactive.
5980
5981 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5982
5983 * indent.el (indent-for-tab-command): Call indent-line-function
5984 with no argument if PREFIX-ARG is non-nil.
5985
5986 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5987
5988 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5989
5990 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5991 an async subprocess if start-process is unavailable. Suggested by
5992 Tim Van Holder <tim.van.holder@pandora.be>.
5993
5994 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5995
5996 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5997 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5998
5999 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6000
6001 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6002 manual.
6003
6004 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6005
6006 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6007 (cvs-menu): Add a few entries.
6008
6009 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6010 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6011 lock file appears to be reachable from Emacs.
6012 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6013 (cvs-mode-find-file): Look for cvs-header-face rather than
6014 cvs-dirname-face (which doesn't exist).
6015 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6016
6017 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6018
6019 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6020
6021 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6022 normal-erase-is-backspace on a tty. Instead, bind some keys such
6023 as [delete] directly, like pc-select.el did before
6024 normal-erase-is-backspace was invented.
6025
6026 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6027
6028 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6029
6030 2001-04-11 John Wiegley <johnw@gnu.org>
6031
6032 * eshell/em-ls.el (eshell-ls-insert-directory):
6033 Set font-lock-defaults to nil, to prevent fontification in dired
6034 buffers, if Eshell's ls is being used.
6035
6036 2001-04-11 John Wiegley <johnw@gnu.org>
6037
6038 * calendar/timeclock.el (timeclock-completing-read): New function.
6039 (timeclock-ask-for-project, timeclock-ask-for-reason):
6040 Call `timeclock-completing-read'.
6041
6042 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6043 required where `member' was being used.
6044
6045 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6046
6047 * eshell/em-hist.el (eshell-previous-matching-input):
6048 Don't display "History item" if the the minibuffer is active.
6049
6050 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6051
6052 * startup.el (command-line): Output a newline after printing
6053 an error from loading the window system's init file.
6054
6055 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6056
6057 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6058 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6059 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6060 keywords whose arguments routinely include @@.
6061
6062 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6063
6064 * emacs-lisp/advice.el (ad-make-advised-definition):
6065 Construct advice for subrs differently.
6066
6067 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6068 regexp in parentheses when building the regexp for searching backwards.
6069
6070 * simple.el (completion-list-mode-finish): New function.
6071 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6072
6073 * language/european.el ("Polish"): Change sample text.
6074 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6075
6076 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6077 parameter.
6078
6079 * faces.el (menu): Doc fix.
6080
6081 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6082
6083 * ps-print.el: Footer implementation. Doc fix.
6084 (ps-print-version): New version number (6.5.1).
6085 (ps-header-frame-alist): New customization var for header frame
6086 properties.
6087 (ps-line-number-color): New customization var for line number color.
6088 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6089 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6090 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6091 (ps-right-footer): New customization vars for footers.
6092 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6093 footers.
6094 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6095 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6096 Code fix.
6097 (ps-prologue-file): Indentation fix.
6098 (ps-print-quote): Fun eliminated.
6099 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6100 (ps-output-frame-properties): New fun.
6101 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6102 (ps-skip-newline): Replace defun by defsubst.
6103
6104 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6105
6106 * eshell/eshell.el (eshell-command): Needed a "%s" format
6107 specifier, in case the buffer contains percent characters.
6108
6109 2001-04-10 John Wiegley <johnw@gnu.org>
6110
6111 * calendar/timeclock.el (timeclock-generate-report): Added a
6112 missing insert of the project name.
6113
6114 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6115
6116 * obsolete/profile.el: Moved from emacs-lisp/.
6117
6118 * Makefile.in (nonobsolete_setwins): New macro.
6119 (finder-data): Use it instead of `setwins'.
6120 From: Dave Love <fx@gnu.org>.
6121
6122 * server.el (server-visit-files): Set server-existing-buffer correctly.
6123 (server-visit-files): Run server-visit-hook after going to
6124 line 1 so that the hook can set point as it sees fit.
6125
6126 * bindings.el (mode-line-modified): Unify help messages.
6127
6128 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6129
6130 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6131 All callers changed.
6132
6133 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6134
6135 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6136 long file names aren't supported, truncate the file names in
6137 quail-misc-package-ext-info to 8+3 before matching them against
6138 FILENAME.
6139
6140 * dos-fns.el (dos-truncate-to-8+3): New function.
6141
6142 * progmodes/compile.el (grep-compute-defaults): Use null-device
6143 instead of literal /dev/null. Reported by Jens Schmidt
6144 <schmidt@mathematik.uni-kl.de>.
6145
6146 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6147
6148 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6149
6150 * textmodes/sgml-mode.el: Add unknown maintainer.
6151 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6152 (html-mode-map): Use set-keymap-parent.
6153
6154 2001-04-06 Dave Love <fx@gnu.org>
6155
6156 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6157 Remove redundant string-to-list.
6158
6159 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6160
6161 * composite.el (reference-point-alist): Doc fix.
6162
6163 2001-04-05 Sam Steingold <sds@gnu.org>
6164
6165 * font-lock.el (font-lock-keywords-case-fold-search):
6166 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6167 file made font-lock case-insensitive.
6168
6169 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6170
6171 * faces.el (defface menu): Doc fix.
6172
6173 * wid-edit.el (widget-color-sample-face-get): Don't make
6174 faces for undefined colors.
6175
6176 * version.el (emacs-version): Include LessTif/Motif version info.
6177
6178 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6179
6180 * ps-mule.el: Eliminate cl package dependence.
6181 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6182 if they aren't defined yet.
6183 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6184 Eliminate cl package dependence.
6185
6186 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6187
6188 * progmodes/cc-cmds.el (c-outline-level):
6189 Bind buffer-invisibility-spec. Originally from Dave Love, but
6190 got lost when incorporating version 5.26.
6191
6192 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6193
6194 * emulation/pc-select.el (pc-selection-mode):
6195 Call normal-erase-is-backspace-mode instead of binding
6196 keys individually.
6197
6198 * cus-load.el (normal-erase-is-backspace): Use it instead of
6199 delete-key-deletes-forward.
6200
6201 * startup.el (command-line): Use normal-erase-is-backspace and
6202 normal-erase-is-backspace-mode.
6203
6204 * simple.el (normal-erase-is-backspace): Rename from
6205 delete-key-deletes-forward. Doc fix.
6206 (normal-erase-is-backspace-mode): Rename from
6207 delete-key-deletes-forward-mode. Doc fix.
6208 Run normal-erase-is-backspace-hook.
6209
6210 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6211 ``human-readable'' format produced by GNU `ls'.
6212 (dired-move-to-filename-regexp): Recognize ISO format dates.
6213 From Paul Eggert <eggert@twinsun.com>.
6214
6215 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6216
6217 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6218 New functions.
6219 (lm-verify): Check keywords.
6220 From Eric M. Ludlam <eric@siege-engine.com>.
6221
6222 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6223
6224 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6225 `xemacs' feature instead of for the function `set-extent-property'.
6226
6227 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6228
6229 * mail/mh-utils.el (mh-folder-hist): New var.
6230 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6231
6232 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6233
6234 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6235 region, position point on the first or last 16-byte group.
6236 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6237 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6238 hexl-beginning-of-line.
6239
6240 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6241
6242 * icomplete.el (icomplete-mode): Treat an argument like other
6243 modes do.
6244
6245 * startup.el (fancy-splash-head): Use splash8.xpm for color
6246 depth 8.
6247
6248 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6249 Add an antry for ``converts''.
6250
6251 * language/slovak.el ("Slovak"): Add documentation string.
6252 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6253
6254 * language/czech.el ("Czech"): Add documentation string.
6255 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6256
6257 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6258 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6259
6260 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6261
6262 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6263 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6264 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6265 Use `defsubst' rather than a macro to ease debugging.
6266 (mail-extr-last): Remove (use `last' instead).
6267 (mail-extract-address-components): Properly reset the syntax-table
6268 after parsing an address. Use `last' rather than mail-extr-last.
6269 Make sure the end marker stays at the very end.
6270
6271 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6272
6273 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6274 last change.
6275
6276 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6277
6278 * ps-print.el: Line and paragraph spacing feature. Region to cut
6279 out when printing. Doc fix.
6280 (ps-print-version): New version number (6.5).
6281 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6282 New vars. Line and paragraph spacing feature.
6283 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6284 out when printing.
6285 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6286 (ps-get-font-size, ps-begin-job, ps-continue-line)
6287 (ps-plot-region): Code fix.
6288 (ps-print-prologue-2): Var eliminated.
6289 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6290 New internal vars.
6291 (ps-get-size): New fun.
6292 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6293 (ps-next-line): Replace defun by defsubst.
6294 (ps-mule-plot-string): Autoload doc fix.
6295
6296 * ps-bdf.el: XEmacs compatibility. Doc fix.
6297 (installation-directory, coding-system-for-read): Declare vars if
6298 it's not declared yet.
6299 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6300
6301 * ps-mule.el: XEmacs compatibility. Doc fix.
6302 (leading-code-private-22): Declare var if it's not declared yet.
6303 (charset-bytes, charset-dimension, charset-id, charset-width)
6304 (find-charset-region, split-char, char-width, chars-in-region)
6305 (forward-point, decompose-composite-char, encode-coding-string)
6306 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6307 Define funs if not defined yet.
6308 (encode-composition-rule, find-composition): Define funs if not
6309 loaded yet.
6310 (ps-mule-prologue): PostScript code fix.
6311
6312 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6313
6314 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6315 non-nil, generate font for the header strings.
6316 (ps-mule-prepare-font): Likewise.
6317 (ps-mule-generate-glyphs): Likewise.
6318 (ps-mule-string-encoding): Likewise.
6319 (ps-mule-header-charsets): New variable.
6320 (ps-mule-encode-header-string): New function.
6321 (ps-mule-header-string-charsets): New function.
6322 (ps-mule-begin-job): Check charsets in the header strings. If there
6323 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6324
6325 * ps-print.el (ps-generate-header-line): Encode the header string by
6326 ps-mule-encode-header-string.
6327 (ps-mule-encode-header-string): Declare autoload.
6328
6329 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6330
6331 * frame.el (cursor-in-non-selected-windows):
6332 Replaces show-cursor-in-non-selected-windows.
6333
6334 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6335
6336 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6337 Delete entries for "chinese-py" and "chinese-ziranma".
6338 (quail-misc-package-ext-info): New variable.
6339 (tsang-quick-converter): New function.
6340 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6341 (quick-cns-converter, py-converter, ziranma-converter)
6342 (miscdic-convert, batch-miscdic-convert): New functions.
6343
6344 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6345
6346 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6347 eight-bit-control chars.
6348
6349 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6350 Reduce making temporary vector (suggested by Dave Love).
6351
6352 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6353
6354 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6355 string as well.
6356
6357 2001-03-30 Andreas Schwab <schwab@suse.de>
6358
6359 * files.el (backup-directory-alist): Fix typo.
6360
6361 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6362
6363 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6364 <eggert@twinsun.com>.
6365
6366 2001-03-30 Dave Love <fx@gnu.org>
6367
6368 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6369
6370 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6371
6372 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6373
6374 2001-03-30 Miles Bader <miles@gnu.org>
6375
6376 * subr.el (interactive-form): Fix paren typo.
6377
6378 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6379
6380 * emacs-lisp/profile.el: Say that it's obsolete in the header
6381 line, so that finder.el puts that into its data-base.
6382 Suggested by Alex Schroeder <alex@gnu.org>.
6383
6384 2001-03-29 Paul Eggert <eggert@twinsun.com>
6385
6386 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6387 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6388
6389 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6390
6391 * generic.el (generic-mode-set-comments): Use "" rather than nil
6392 for comment-end.
6393
6394 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6395
6396 * emacs-lisp/advice.el (ad-make-advised-definition):
6397 Call interactive-form to obtain the interactive spec of subrs.
6398
6399 * subr.el (interactive-form): New function.
6400
6401 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6402
6403 * vc-sccs.el (vc-sccs-register): Use relative file names.
6404
6405 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6406
6407 * bookmark.el (bookmark-get-bookmark): Handle case that
6408 BOOKMARK is not a string.
6409
6410 * image.el (image-type-regexps): Change type for PS files
6411 to `postscript'.
6412
6413 * subr.el (read-passwd): Clear command history after each
6414 character entered. From: Stephen Gildea
6415 <gildea@stop.mail-abuse.org>.
6416
6417 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6418
6419 * international/kkc.el (kkc-save-init-file): Locally bind
6420 print-length to nil.
6421
6422 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6423
6424 * textmodes/flyspell.el: Some doc fixes.
6425 (flyspell-maybe-correct-transposition)
6426 (flyspell-maybe-correct-doubling): Use a temporary buffer
6427
6428 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6429
6430 * emacs-lisp/byte-opt.el (byte-optimize-while)
6431 (byte-optimize-form-code-walker): Diagnose too few arguments
6432 for `if' and `while'.
6433
6434 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6435
6436 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6437 Prepend `\' to "\<quail-translation-docstring>".
6438
6439 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6440
6441 * autorevert.el (global-auto-revert-non-file-buffers):
6442 Remove duplicate defcustom.
6443
6444 2001-03-26 Miles Bader <miles@gnu.org>
6445
6446 * international/latin1-disp.el (latin1-char-displayable-p):
6447 Add leading "-" for X font pattern.
6448
6449 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6450
6451 * international/mule-diag.el (describe-coding-system):
6452 For raw-text and emacs-mule, don't add anymore text about what
6453 charsets they can encode.
6454
6455 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6456
6457 * help.el (view-lossage): Mention open-dribble-file in the doc
6458 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6459
6460 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6461
6462 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6463 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6464
6465 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6466
6467 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6468 Call ccl-execute-on-string directly so that CCL program handling
6469 multibyte sequence can work correctly.
6470 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6471 property of the coding system.
6472
6473 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6474
6475 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6476 Fix transcription typo.
6477
6478 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6479
6480 * whitespace.el: Add buffer local variables to toggle testing of
6481 whitespaces in buffers without affecting the default values.
6482 Bump version to 3.0 to account for a few other changes.
6483 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6484 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6485 (whitespace-toggle-spacetab-check): New functions.
6486
6487 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6488
6489 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6490
6491 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6492
6493 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6494 bs-cycle-configuration-name. From Juanma Barranquero
6495 <lektu@uol.com.br>.
6496
6497 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6498 and cc-vars.el.
6499
6500 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6501 headers. Always invoke sendmail with option -t.
6502
6503 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6504
6505 * Release of cc-mode 5.28.
6506
6507 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6508
6509 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6510 Removed the hardcoded switch to "java" style in Java mode.
6511 It's instead taken care of by the default value for c-default-style.
6512
6513 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6514
6515 * cc-align.el (c-lineup-math): Fix bug where lineup was
6516 triggered by equal signs in string literals.
6517
6518 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6519
6520 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6521 limit detection when at the ends of the buffer.
6522
6523 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6524 "for" statement clause in case 7F; a better one is done
6525 earlier in case 7D anyway.
6526
6527 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6528
6529 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6530 somewhat more and did a small optimization.
6531
6532 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6533
6534 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6535 Use the limit argument only to limit the syntactic context
6536 search, not to limit the actual movement.
6537
6538 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6539 inside multiline strings, just like in comments. Also various
6540 fixes to the paragraph and comment prefix recognition, block
6541 comment ender handling etc.
6542
6543 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6544
6545 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6546 the relative position of the point.
6547
6548 * cc-cmds.el (c-electric-continued-statement): New function to
6549 use as abbrev hook to reindent for keywords such as "else"
6550 that continues an earlier statement.
6551
6552 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6553 like classes.
6554
6555 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6556 (pike-mode): Populate the default abbrev tables to reindent for
6557 keywords such as "else" that can continue earlier statements.
6558 Abbrev mode is therefore turned on by default now. (Note that
6559 this doesn't apply to idl-mode, since IDL afaik doesn't have
6560 statements at all.)
6561
6562 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6563
6564 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6565 bracelists where the declaration contains template arguments.
6566
6567 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6568
6569 * cc-cmds.el (c-comment-indent):
6570 Use `c-get-syntactic-indentation' to correctly calculate the
6571 syntactic indentation. Fixes bug with lineup functions that
6572 return vectors.
6573
6574 * cc-engine.el (c-get-syntactic-indentation): Split the
6575 indentation sum calculation from `c-indent-line' to a separate
6576 function.
6577
6578 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6579
6580 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6581 Fixed places where it was assumed that preprocessor directives
6582 have to start in column zero.
6583
6584 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6585 template arguments after a class identifier properly.
6586
6587 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6588 lists for `new Foo[]' constructs in Java as expressions and
6589 not top level definition brace lists on the top level, so that
6590 they'll get indented consistently with the same type of
6591 expression in a normal block.
6592
6593 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6594
6595 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6596 whether the adaptive filling package fails to keep the comment
6597 prefix is now kludged further to check for filladapt-mode
6598 which doesn't have that problem. This is really icky, but it's
6599 the only way that works with the current misfeatures/bugs in
6600 both adaptive-fill-mode and filladapt-mode.
6601
6602 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6603 around point is recognized more robust.
6604
6605 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6606
6607 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6608 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6609 (c-lit-type): Fixed all internal variables used dynamically so
6610 that they are always bound.
6611
6612 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6613 errors:
6614
6615 (c-indent-region): Fixed reporting of syntactic errors so that
6616 the region is fully reindented even when an error occurs.
6617 The last syntactic error is printed afterwards. Also cleanup up a
6618 whole lot of code that tried to optimize indentation of whole
6619 sexps but in reality accomplishes nothing.
6620
6621 (c-indent-sexp): Use c-indent-region.
6622
6623 (c-parsing-error): Changed this variable to hold the message
6624 for any syntactic error that is discovered.
6625
6626 (c-parse-state): Search backward from point instead of the bod
6627 position when the latter is invalid. This makes CC Mode
6628 recover faster when there are unbalanced close braces.
6629
6630 (c-backward-to-start-of-if): Use c-parsing-error to report
6631 dangling "else" clauses instead of throwing an error, and fall
6632 back to a reasonable position.
6633
6634 (c-indent-line): Added argument to avoid reporting syntactic errors.
6635
6636 (c-show-syntactic-information): Don't report any syntactic errors.
6637
6638 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6639
6640 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6641 paragraph recognition when moving by sentence in literals.
6642
6643 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6644 start regexp for javadoc to recognize javadoc markup in general instead
6645 of a specific set of keywords, to be more future-safe.
6646
6647 (c-Pike-pikedoc-paragraph-start)
6648 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6649 pikedoc markup.
6650
6651 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6652
6653 (pike-mode): Initialize paragraph settings pikedoc recognition.
6654
6655 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6656
6657 (c-comment-prefix-regexp): Made it possible to use an
6658 association list on this to specify mode specific regexps.
6659 The default value now use a special regexp in Pike mode to
6660 recognize pikedoc markup.
6661
6662 (c-current-comment-prefix): New variable containing the actual
6663 regexp from c-comment-prefix-regexp for the current buffer.
6664
6665 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6666
6667 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6668 lists: We can't look at the syntax, since a brace list can get
6669 recognized as a plain statement-cont.
6670
6671 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6672 special brace list opener broken over two lines got recognized
6673 as a statement on the second line. Case 9A changed.
6674
6675 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6676
6677 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6678 adjustment after line is reindented.
6679
6680 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6681
6682 * cc-defs.el (c-point): Added optional argument for position
6683 to use instead of the current point.
6684
6685 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6686 the in-expression block symbols when the construct starts at
6687 boi, to avoid the extra level of indentation in that case.
6688 Cases 4, 16A and 17E affected.
6689
6690 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6691
6692 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6693 calls to `c-indent-line', to adhere better to Emacs conventions.
6694
6695 * cc-engine.el (c-indent-line): Use the syntax already bound
6696 to `c-syntactic-context', if there is any.
6697
6698 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6699
6700 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6701 wasn't added up correctly when a lineup function returned nil.
6702
6703 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6704
6705 * cc-engine.el (c-collect-line-comments): Fixed bug where
6706 empty lines were ignored when collecting line comments backwards.
6707
6708 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6709
6710 * cc-align.el (c-lineup-dont-change): Return an absolute
6711 indentation column to work correctly in the case when several
6712 syntactic elements are processed for the same line.
6713
6714 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6715 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6716 (c-set-offset): Added absolute indentation column settings by
6717 using the vector type.
6718
6719 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6720
6721 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6722 Implemented two new cleanups `space-before-funcall' and
6723 `compact-empty-funcall'.
6724
6725 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6726
6727 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6728 helping building regexps.
6729
6730 * cc-engine.el (c-on-identifier): New function for detecting
6731 identifiers. It takes keywords into account.
6732
6733 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6734 lists. `c-keywords' is set to a regexp matching all keywords
6735 in the current language.
6736
6737 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6738
6739 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6740 list of characters to skip backwards over at the beginning of
6741 a statement, since it can precede string literals in Pike.
6742
6743 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6744
6745 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6746 recognition when standing on the last line in a C++ comment
6747 with nothing but whitespace after the prefix.
6748
6749 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6750 given no limit argument.
6751
6752 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6753
6754 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6755 recognition for the `[]= operator symbol in Pike.
6756
6757 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6758
6759 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6760 around a bug in `eval-when-compile' in the byte compiler.
6761
6762 * cc-engine.el (c-forward-token-1): Fixed bug with return
6763 value when count is zero and there's no token start within the limit.
6764
6765 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6766 "prefix comments", i.e. comments which are followed by code on
6767 the same line.
6768
6769 * cc-mode-19.el: Fixes so that checks that must be done at
6770 compile time also are done then.
6771
6772 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6773
6774 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6775 time and at runtime, and only when it's needed.
6776
6777 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6778
6779 Major cleanup for less error prone and more warning free
6780 compilation, including some fixes for bugs due to different
6781 compilation orders. Thanks to Martin Buchholz for providing
6782 the basis for all this.
6783
6784 * cc-bytecomp.el: New file that provides some byte compilation
6785 features: It ensures that files always are loaded from the
6786 current source directory during compilation, and it provides a
6787 set of macros to turn off specific compiler warnings for
6788 specific symbols. (It's not CC Mode specific in any way.)
6789
6790 Fixed a nearly acyclic dependency tree (both runtime and
6791 compile-time) between all files.
6792
6793 * cc-defs.el: Separated all macros before the inline functions,
6794 to ensure correct compilation.
6795
6796 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6797 cc-defs.el to cc-engine.el and made it a function instead.
6798
6799 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6800 about char-after.
6801
6802 * cc-vars.el: Cope even when there isn't a custom package
6803 containing defcustom available.
6804
6805 * cc-make.el: Removed since it's no longer necessary.
6806
6807 README: Updated installation instructions.
6808
6809 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6810
6811 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6812 improve the modularity: Moved all mode init stuff from
6813 cc-langs.el to cc-mode.el, including the keymap
6814 initialization; cc-langs now only contains the various
6815 variables for configuring the language syntax.
6816
6817 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6818 (c-get-offset): Moved from cc-styles to cc-engine since file
6819 dependency analysis suggests they belong there (which also
6820 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6821
6822 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6823
6824 * cc-cmds.el (c-fn-region-is-active-p): New function that
6825 wraps the corresponding macro, for use in places that aren't
6826 compiled. Thanks to Martin Buchholz for pointing out this.
6827
6828 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6829
6830 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6831 add things to the bug report.
6832
6833 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6834
6835 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6836 returned prefix could contain a newline when the search for a
6837 good prefix line failed.
6838
6839 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6840
6841 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6842 (c-toggle-auto-hungry-state): Made the argument optional, as
6843 the documentation says it is.
6844
6845 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6846
6847 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6848 multiline string syntax, #"...", as a cpp macro.
6849
6850 2001-03-21 Paul Eggert <eggert@twinsun.com>
6851
6852 * international/mule-cmds.el (set-locale-environment):
6853 Set system-messages-locale and system-time-locale, but only if the
6854 caller specifies a non-nil locale name.
6855
6856 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6857
6858 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6859 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6860
6861 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6862
6863 * follow.el (follow-avoid-tail-recenter): Doc fix.
6864
6865 * custom.el (custom-set-variables): Avoid reversing the list
6866 of args needlessly.
6867
6868 * startup.el (fancy-splash-head): Don't change the colors of the
6869 XPM image on a dark background.
6870
6871 * comint.el (comint-exec-1): Set columns of the terminal to
6872 window-width instead of frame-width.
6873
6874 * info.el (Info-scroll-down): Add missing WINDOW arg for
6875 pos-visible-in-window-p.
6876
6877 * ehelp.el (electric-help-mode-hook): Add defcustom.
6878
6879 * mail/sendmail.el (mail-mode): Activate case-folding in
6880 font-lock-defaults.
6881
6882 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6883
6884 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6885 (completion-ignored-extensions): Remove duplicate ".class".
6886
6887 2001-03-19 Andreas Schwab <schwab@suse.de>
6888
6889 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6890 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6891
6892 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6893
6894 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6895 methods since there are not prefix input methods.
6896
6897 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6898
6899 * international/mule-cmds.el (read-input-method-name):
6900 Locally bind enable-recursive-minibuffers to t.
6901
6902 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6903
6904 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6905
6906 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6907
6908 * ediff-util.el: Copyright years.
6909 (ediff-choose-syntax-table): New function.
6910 (ediff-setup): Use ediff-choose-syntax-table.
6911
6912 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6913 with-syntax-table.
6914
6915 * ediff.el: Date of last update, copyright years.
6916
6917 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6918
6919 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6920 of Scott Bronson.
6921 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6922 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6923 Deleted functions.
6924 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6925 ex-token-list.
6926
6927 * viper-util.el: Spaces, indentation.
6928
6929 * viper.el: Changed version, modification time.
6930
6931 2001-03-16 John Wiegley <johnw@gnu.org>
6932
6933 * calendar/timeclock.el (timeclock-workday-remaining):
6934 Check whether `discrep' is non-null before using it.
6935
6936 2001-03-16 John Wiegley <johnw@gnu.org>
6937
6938 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6939 first-time checkins.
6940 (timeclock-log-data): Fixed problem with reading timelog log file.
6941 Resulting data in the "day list" was incorrect.
6942 (timeclock-find-discrep): Check if `timeclock-file' is readable
6943 before opening it.
6944 (timeclock-time-less-p): New function.
6945 (timeclock-day-base): New function.
6946 (timeclock-geometric-mean): New function.
6947 (timeclock-generate-report): Generate a summary report based on
6948 the contents of the log file. This uses `timeclock-log-data', and
6949 is an example of writing a timelog manipulation function.
6950 (timeclock-visit-timelog): A quick command for opening the timelog
6951 file.
6952 (timeclock-log-data): Bound the variable event.
6953
6954 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6955
6956 * international/mule-cmds.el (select-safe-coding-system):
6957 Fix typo: symbol-name -> symbol-value.
6958
6959 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6960 before substitute-in-file-name to handle double slashes in FILE
6961 correctly.
6962
6963 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6964
6965 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6966 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6967
6968 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6969
6970 * bindings.el (features): Add `md5' and `overlay' to the list.
6971
6972 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6973 bound before using it. It's not bound when configured without X,
6974 for instance.
6975
6976 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6977
6978 * progmodes/hideshow.el: Update copyright.
6979 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6980 (hs-minor-mode-hook): Include `:version' in defcustom form.
6981
6982 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6983
6984 * help.el (string-key-binding): Don't call event-start on
6985 a non-list.
6986
6987 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6988
6989 * startup.el (fancy-splash-tail, command-line-1): Fix the
6990 copyright year.
6991
6992 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6993
6994 * term.el: These changes are based on a patch sent from Yong Lu
6995 <lyongu@yahoo.com>.
6996 (term-set-escape-char): Bind M-x to execute-extended-command in
6997 term-raw-escape-map.
6998 (term-move-columns): Don't try to move to negagive column.
6999 (term-emulate-terminal): Insert a string before deleting a text to
7000 overwrite.
7001
7002 2001-03-12 Gerd Moellmann <gerd@gnu.org>
7003
7004 * play/life.el (life): Rearrange code so that all calls to
7005 life-display-generation are in a catch-form.
7006
7007 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7008 file that isn't interesting. In an interesting file, push the old
7009 value of point on the mark ring.
7010
7011 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7012 New function.
7013 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7014 Use it.
7015
7016 * emacs-lisp/autoload.el (generate-file-autoloads):
7017 Remove warning about line lengths.
7018
7019 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7020
7021 * progmodes/etags.el (tags-compression-info-list): New variable.
7022 (find-tag-in-order): Use it to deal with compressed source files.
7023 (tag-file-name-match-p): New function.
7024 (etags-recognize-tags-table): Use it for better match of file names.
7025
7026 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7027
7028 * international/mule-cmds.el (register-input-method): Doc fix.
7029
7030 * international/quail.el (quail-translate-key): Fix condition to
7031 check if there's another breaking point in the current key.
7032
7033 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7034
7035 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7036 Babyl header to the newly-created output file, bind
7037 coding-system-for-write to either rmail-file-coding-system or
7038 emacs-mule-unix.
7039
7040 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7041
7042 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7043 Fix the name and regexp used for subsubsections.
7044
7045 2001-03-10 Dave Love <fx@gnu.org>
7046
7047 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7048 and save-buffer if buffer-file-name non-nil. From rms.
7049
7050 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7051
7052 * vc.el (vc-do-command): If the destination buffer is already
7053 current, don't set it up and don't erase it. Updated doc string
7054 to reflect that.
7055 (vc-version-diff): When doing a single file diff, don't switch to the
7056 *vc-diff* buffer before the command. This is to preserve local
7057 variable bindings that might affect the diff command.
7058 (vc-print-log): Don't switch to the *vc* buffer before the
7059 command, so that local variable bindings are preserved.
7060
7061 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7062 not the current buffer.
7063 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7064
7065 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7066 make output go to buffer *vc*, not the current buffer.
7067
7068 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7069
7070 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7071 so ^, $, *, ? and + are interpreted correctly.
7072
7073 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7074
7075 * help.el (string-key-binding): Renamed from
7076 mode-line-key-binding. Handle any event on a string.
7077 Check for `keymap' properties as well as `local-map' properties.
7078
7079 * comint.el (comint-insert-clicked-input): Use the last key
7080 from this-command-keys to lookup the global key definition.
7081
7082 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7083
7084 * international/characters.el: Add category `j' for
7085 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7086
7087 * international/mule-conf.el (no-conversion): Fix docstring.
7088 (raw-text): Fix docstring.
7089
7090 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7091
7092 * simple.el (choose-completion-string): When not leaving the
7093 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7094 is set.
7095
7096 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7097 parameter `(minibuffer . t)'.
7098
7099 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7100
7101 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7102 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7103 (sh-mode): Remove `make-local-variable' for unused var
7104 `font-lock-unfontify-region-function'.
7105
7106 2001-03-07 Richard M. Stallman <rms@gnu.org>
7107
7108 * info.el (Info-scroll-down): Fix previous change.
7109
7110 * mail/rmail.el (rmail-toggle-header): Use a window which
7111 is showing the Rmail buffer, rather than the selected window.
7112
7113 2001-03-07 Dave Love <fx@gnu.org>
7114
7115 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7116 now, to avoid problems with binding imenu directly to a mouse event.
7117
7118 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7119
7120 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7121 second arg t.
7122
7123 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7124
7125 * log-edit.el (log-edit-common-indent): New var.
7126 (log-edit-set-common-indentation): Renamed from
7127 log-edit-delete-common-indentation. Use the new var.
7128 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7129
7130 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7131 (cvs-mode-add-change-log-entry-other-window):
7132 Don't presume change-log-default-name is defined.
7133
7134 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7135
7136 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7137 the "tree" operation as well.
7138
7139 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7140
7141 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7142 to match paragraph-start.
7143
7144 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7145 comment-start-skip and set comment-end-skip as well.
7146 (sgml-comment-indent): Fix for new value of comment-start-skip.
7147 (html-autoview-mode): Don't bother using make-local-hook.
7148
7149 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7150
7151 * cus-edit.el (custom-save-delete): Move in front of local
7152 variables, otherwise long Custom entries would make them ineffective.
7153
7154 * uniquify.el: Set maintainer to FSF.
7155
7156 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7157
7158 * dired-aux.el (dired-do-shell-command): Doc fix.
7159
7160 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7161
7162 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7163
7164 * which-func.el (which-func-modes): Add cperl-mode.
7165 (which-func-mode-global): Use define-minor-mode.
7166
7167 * info-look.el: Docstring fixes and dead code eliminated.
7168 (cperl-mode): Add support.
7169 (emacs-lisp-mode): List all entries from elisp manual, whether
7170 or not they are currently (f)bound or not. Update regexp.
7171
7172 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7173
7174 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7175 so that C-h m shows the correct information.
7176 Use make-local-variable rather than make-variable-buffer-local.
7177 (cperl-info-buffer, cperl-setup-tmp-buf):
7178 Use make-local-variable rather than make-variable-buffer-local.
7179 (cperl-msb-fix, cperl-get-help-defer):
7180 Check major-mode for `cperl-mode' as well.
7181
7182 * progmodes/cperl-mode.el: Updated to author version 4.23.
7183 (cperl-electric-pod): SYNOPSIS was misspelled.
7184 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7185 (cperl-after-expr-p): Make true after __END__.
7186
7187 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7188
7189 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7190 bookmark-completion-ignore-case is t.
7191
7192 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7193 switch, like xterm, and concat resource strings, with a newline
7194 between them.
7195
7196 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7197
7198 * international/codepage.el (cp770-decode-table)
7199 (cp773-decode-table, cp774-decode-table): New variables.
7200
7201 * man.el (Man-hyphenated-reference-regexp): New variable.
7202 (Man-build-references-alist): Use it to search for referenced
7203 manpages. If hyphenated is non-nil, record a concatenated word in
7204 Man-refpages-alist only if it matches Man-reference-regexp.
7205 Update word's length when it is concatenated. Reverse the list,
7206 to get the first manpage at the head.
7207 (Man-possibly-hyphenated-word): New function.
7208 (Man-follow-manual-reference): Use it instead of current-word to
7209 find a manpage at point, in a way that accounts for hyphenated
7210 references.
7211
7212 2001-03-06 Alex Schroeder <alex@gnu.org>
7213
7214 * sql.el (sql-interbase): New function.
7215 (sql-interbase-program): New option.
7216 (sql-interbase-options): New option.
7217 And some typos fixed: "customise" to "customize".
7218
7219 2001-03-06 Dave Love <fx@gnu.org>
7220
7221 * textmodes/flyspell.el (flyspell-region):
7222 Set up flyspell-local-mouse-map.
7223
7224 2001-03-05 Richard M. Stallman <rms@gnu.org>
7225
7226 * mail/rmail.el (rmail-retry-failure):
7227 Don't call rmail-beginning-of-message.
7228 Don't discard From: field. Do discard Received: field.
7229 Use unwind-protect to re-prune.
7230 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7231
7232 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7233
7234 * international/quail.el (quail-title): Add autoload cookie.
7235
7236 2001-03-05 Dave Love <fx@gnu.org>
7237
7238 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7239 new defs.
7240
7241 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7242
7243 * language/ethio-util.el (ethio-toggle-space):
7244 Update current-input-method-title if necessary.
7245 (ethio-toggle-punctuation): Likewise.
7246
7247 * international/quail.el (quail-title): Fix for the case that a
7248 title of an input method is specified by a list of the same form
7249 as used in mode-line-format.
7250
7251 * international/mule-cmds.el (activate-input-method):
7252 If current-input-method-title is set by activating INPUT-METHOD,
7253 respect that value.
7254
7255 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7256
7257 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7258
7259 2001-03-05 Alex Schroeder <alex@gnu.org>
7260
7261 * sql.el (sql-sybase): Fix typo (was: query user about server two
7262 times instead of server and database).
7263
7264 * sql.el (sql-sybase): Doc change.
7265 (sql-mysql): Doc change.
7266 (sql-postgres): Doc change.
7267
7268 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7269
7270 * international/mule-conf.el (emacs-mule, raw-text):
7271 Docstring modified.
7272
7273 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7274
7275 * term/internal.el: Update copyright notice.
7276
7277 * term/pc-win.el: Update copyright notice.
7278
7279 2001-03-02 Dave Love <fx@gnu.org>
7280
7281 * files.el (insert-file-contents-literally):
7282 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7283 not jka-compr-compression-info-list.
7284
7285 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7286
7287 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7288 spaces in default comment-start-skip settings rather than \s-.
7289
7290 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7291
7292 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7293 default-frame-alist as well.
7294
7295 2001-03-01 Dave Love <fx@gnu.org>
7296
7297 * textmodes/reftex.el (defvar): Wrap some defvars in
7298 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7299
7300 * subr.el (event-basic-type): Doc fix.
7301
7302 * international/quail.el: Doc fixes.
7303
7304 * international/utf-8.el: Doc fixes.
7305
7306 * international/mule-cmds.el: Doc fixes.
7307 (leim-list-header): Fix header text.
7308
7309 * international/mule.el (coding-system-category): Doc fix.
7310
7311 * international/ccl.el (ccl-compile): Doc fix.
7312
7313 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7314
7315 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7316 rather than (before|after)-change-functions.
7317
7318 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7319
7320 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7321 scroll-left and scroll-right being called interactively so that
7322 they set the window's min_hscroll.
7323
7324 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7325
7326 * info.el (info-insert-file-contents-1): Accept an additional
7327 argument `lfn': if it is non-nil, concatenate `filename' and
7328 `suffix'; otherwise use the complicated MS-DOS code.
7329 All callers changed.
7330 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7331 can access long file names, try the long file-name version of
7332 `info-insert-file-contents-1', then the short file-name version.
7333
7334 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7335
7336 * language/ethio-util.el (setup-ethiopic-environment-internal):
7337 Change bindings of functions keys to conform to "Emacs Lisp Coding
7338 Convention".
7339
7340 * language/ethiopic.el ("Ethiopic"): Add documentation.
7341
7342 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7343
7344 * international/utf-8.el (mule-utf-8): Set coding-category
7345 property to coding-category-utf-8.
7346
7347 2001-02-27 Richard M. Stallman <rms@gnu.org>
7348
7349 * lpr.el (lpr-page-header-switches, print-region-1):
7350 Undo 2000-07-06 change.
7351 (lpr-add-switches): Default to t on gnu/linux.
7352
7353 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7354
7355 * bs.el (bs-attributes-list): Doc fix.
7356
7357 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7358
7359 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7360
7361 * help.el (view-order-manuals): Use goto-address.
7362
7363 * startup.el (command-line-1): Add info about ordering manuals
7364 to the not so fancy splash screens.
7365
7366 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7367
7368 * vc.el (vc-default-workfile-unchanged-p)
7369 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7370
7371 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7372
7373 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7374 fontify in the right buffer.
7375
7376 * allout.el (outline-flag-region): Move macro in front of first
7377 use to avoid a run-time error.
7378
7379 2001-02-24 Andrew Innes <andrewi@gnu.org>
7380
7381 * makefile.w32-in: Fix copyright notice.
7382
7383 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7384
7385 * international/utf-8.el (mule-utf-8): Set correct value for
7386 valid-codes property.
7387
7388 * international/fontset.el (x-complement-fontset-spec): In the
7389 case that we use ASCII font for the other charsets, use only
7390 family and registry part of it.
7391
7392 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7393
7394 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7395 (shrink-window-if-larger-than-buffer): Doc fix.
7396
7397 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7398
7399 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7400 predicate passed to completing-read.
7401
7402 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7403
7404 * startup.el (command-line): Fix last change.
7405
7406 2001-02-23 Jason Rumney <jasonr@gnu.org>
7407
7408 * startup.el (tool-bar-originally-present): New variable.
7409 (command-line): Set it if the tool-bar is switched on at startup.
7410
7411 * frame.el (frame-notice-user-settings): Only adjust frame height
7412 for no tool-bar case if tool-bar was originally switched on.
7413 From E. Jay Berkenbilt.
7414
7415 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7416
7417 * server.el (server-switch-buffer): Only switch window if the
7418 current one is dedicated.
7419
7420 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7421 rather than using (match-beginning 0) when searching for break point.
7422
7423 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7424
7425 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7426 @ follows an accent command such as @'. Support optional braces
7427 in commands that insert accents, like makeinfo does.
7428
7429 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7430
7431 * startup.el (fancy-splash-text): Add a line for ordering
7432 manuals. Reverse order of splash screens shown.
7433 (use-fancy-splash-screens-p): Adapt to the text line added.
7434
7435 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7436 manuals from the FSF.
7437
7438 * help.el (view-order-manuals): New function.
7439 (toplevel): Bind C-h C-m to this function.
7440
7441 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7442
7443 * newcomment.el (comment-forward): Skip the comment-start before
7444 searching for the comment-end.
7445
7446 2001-02-21 Dave Love <fx@gnu.org>
7447
7448 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7449
7450 * international/mule-cmds.el, international/mule.el: Doc fixes.
7451
7452 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7453
7454 * startup.el (fancy-splash-screens): Use display-hourglass
7455 instead of display-busy-cursor.
7456
7457 * frame.el (display-hourglass): Renamed from busy-cursor.
7458 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7459 (show-cursor-in-non-selected-windows): Doc fix.
7460
7461 2001-02-20 Dave Love <fx@gnu.org>
7462
7463 * international/utf-8.el: Doc and commentary fixes.
7464
7465 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7466
7467 * ehelp.el (with-electric-help): Doc fix.
7468
7469 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7470
7471 * msb.el (msb-mode): Call the update-buffers function explicitly
7472 with a FORCE argument.
7473
7474 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7475 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7476 returns nil.
7477
7478 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7479
7480 * ps-print.el: Timestamp package replacement. Some enhancements.
7481 Some XEmacs compatibility. Doc fix.
7482 (ps-print-version): New version number (6.4).
7483 (ps-printer-name): Initialization fix.
7484 (ps-zebra-stripe-follow): Funcionality enhancement.
7485 (ps-prologue-file): Code enhancement.
7486 (ps-right-header): Timestamp package replacement.
7487 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7488 (ps-get-page-dimensions)
7489 (ps-generate-header, ps-begin-file, ps-begin-job)
7490 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7491 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7492 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7493 (coding-system-for-write): Var declaration (XEmacs compatibility).
7494
7495 2001-02-20 Miles Bader <miles@gnu.org>
7496
7497 * image-file.el (image-file-name-extensions): Add "tif".
7498
7499 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7500
7501 * wid-edit.el (widget-button-click): Save the selected window
7502 around the code handling clicks on buttons.
7503
7504 2001-02-18 Dave Love <fx@gnu.org>
7505
7506 * imenu.el (imenu--generic-function): Use mapc to iterate over
7507 syntax characters.
7508
7509 2001-02-17 Richard M. Stallman <rms@gnu.org>
7510
7511 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7512
7513 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7514
7515 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7516
7517 * mouse.el (mouse-save-then-kill): If the distance from the new
7518 point to the mark is equal to the distance of point from the new
7519 point, move point instead of the mark.
7520
7521 2001-02-16 Dave Love <fx@gnu.org>
7522
7523 * textmodes/flyspell.el (flyspell-get-word): Return string without
7524 properties.
7525
7526 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7527
7528 * generic.el (generic-find-file-regexp): Doc fix.
7529 (generic-ignore-files-regexp): New defcustom.
7530 (generic-mode-find-file-hook): If the file's name matches the
7531 regexp in `generic-ignore-files-regexp', don't enter
7532 default-generic-mode. Doc fix.
7533
7534 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7535
7536 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7537 Add autoload cookies.
7538
7539 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7540 of cal-tex-24.
7541
7542 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7543
7544 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7545
7546 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7547 the character class after the (optional) drive, to support file
7548 names with embedded blanks.
7549
7550 2001-02-15 Sam Steingold <sds@gnu.org>
7551
7552 * textmodes/tex-mode.el (tex-shell-running):
7553 Check the process buffer too.
7554
7555 2001-02-15 Dave Love <fx@gnu.org>
7556
7557 * battery.el (battery-status-function): Fix doc, :type.
7558
7559 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7560
7561 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7562
7563 * subr.el (read-passwd): Clear Lisp memory holding password.
7564
7565 2001-02-15 Miles Bader <miles@gnu.org>
7566
7567 * info.el (Info-copy-current-node-name): New function.
7568 (Info-mode-menu): Add it to the menu.
7569
7570 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7571
7572 * international/mule-cmds.el (toggle-input-method): Doc fix.
7573
7574 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7575
7576 * replace.el (occur): Stop at end of buffer.
7577
7578 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7579
7580 * international/mule-cmds.el (set-input-method): Another doc fix.
7581
7582 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7583
7584 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7585
7586 2001-02-13 Miles Bader <miles@gnu.org>
7587
7588 * faces.el (set-face-background, set-face-foreground)
7589 (set-face-stipple): Treat a value of nil as being `unspecified'.
7590
7591 2001-02-12 Dave Love <d.love@dl.ac.uk>
7592
7593 * international/latin1-disp.el: Doc fixes.
7594 (latin1-display) <defgroup>: Add :link.
7595 (latin1-display) <function>: Set variable latin1-display.
7596
7597 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7598
7599 * international/mule-cmds.el (set-input-method): Doc fix.
7600
7601 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7602
7603 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7604 (speedbar-line-file): Return nil if not a file.
7605 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7606
7607 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7608
7609 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7610 for remote files.
7611 (ediff-coding-system-for-read): Replaced the no-conversion default
7612 with raw-text.
7613
7614 * ediff-init.el: Removed :version from defcustom vars.
7615
7616 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7617 Better handling of the diff mode.
7618
7619 * ediff.texi: Added ediff-coding-system-for-read.
7620
7621 * viper.texi: Fix typos.
7622
7623 2001-02-11 Dave Love <fx@gnu.org>
7624
7625 * shadowfile.el: Doc fixes.
7626 (shadow) <defgroup>: Add :link.
7627 (shadowfile-unload-hook): New function.
7628 (shadow-initialize): Use defalias, not fset.
7629 (shadow-define-cluster, shadow-define-literal-group)
7630 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7631
7632 * international/mule.el: Doc and message fixes.
7633
7634 * international/ccl.el (define-ccl-program): Doc fix.
7635
7636 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7637
7638 * faces.el (mode-line): Set :line-width property to -1.
7639
7640 2001-02-10 Richard M. Stallman <rms@gnu.org>
7641
7642 * complete.el (partial-completion-mode): Doc fix.
7643
7644 * simple.el (delete-key-deletes-forward-mode):
7645 Change `let' to `let*' to fix gross bug in last change.
7646
7647 * repeat.el (repeat): Don't let execute-kbd-macro alter
7648 real-last-command.
7649
7650 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7651
7652 * simple.el (eval-expression): Doc fix.
7653
7654 2001-02-09 Dave Love <fx@gnu.org>
7655
7656 * imenu.el (imenu-generic-expression): Doc fix.
7657
7658 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7659 From Juanma Barranquero.
7660
7661 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7662
7663 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7664
7665 * faces.el (set-face-attribute): Describe the case of a negative
7666 value specified for :line-width.
7667
7668 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7669
7670 * which-func.el (which-func-mode): Invert which-func-mode-global.
7671 From Juanma Barranquero <lektu@uol.com.br>.
7672
7673 2001-02-08 Dave Love <fx@gnu.org>
7674
7675 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7676 widget-plist-value-type.
7677 (widget-alist-convert-widget): Replace binding of
7678 widget-alist-value-type.
7679
7680 * textmodes/paragraphs.el (sentence-end): Doc fix.
7681
7682 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7683 Remove `backward-line'.
7684
7685 * play/pong.el (pong-blank-color, pong-bat-color)
7686 (pong-ball-color, pong-border-color, pong-left-key)
7687 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7688 (pong-pause-key, pong-resume-key, pong-timer-delay):
7689 * mail/mh-comp.el (mh-compose-letter-function):
7690 * eshell/esh-mode.el (eshell-skip-prompt-function):
7691 * emulation/viper-ex.el (ex-unix-type-shell-options):
7692 * recentf.el (recentf-menu-filter):
7693 * ps-print.el (ps-print-region-function):
7694 * lpr.el (print-region-function):
7695 * forms.el (forms-mode-hooks):
7696 * dirtrack.el (dirtrack-directory-change-hook):
7697 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7698 * textmodes/spell.el (spell-filter):
7699 * textmodes/fill.el (adaptive-fill-function):
7700 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7701 * progmodes/etags.el (find-tag-default-function):
7702 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7703 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7704
7705 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7706
7707 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7708 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7709 Meyering <jim@meyering.net>.
7710
7711 * loadup.el: Revert last change.
7712
7713 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7714
7715 * international/mule.el (transform-make-coding-system-args):
7716 Make it work also for coding systems not using CCL.
7717
7718 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7719
7720 * simple.el (previous-matching-history-element)
7721 (next-matching-history-element): Doc fix.
7722
7723 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7724 specific part.
7725
7726 2001-02-06 Dave Love <fx@gnu.org>
7727
7728 * add-log.el (add-log-current-defun-function)
7729 (add-log-buffer-file-name-function, add-log-file-name-function):
7730 Fix :type.
7731 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7732
7733 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7734
7735 * info.el (info-initialize): Remove the test for system-type when
7736 invocation-directory is non-nil.
7737
7738 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7739 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7740
7741 2001-02-06 Andrew Innes <andrewi@gnu.org>
7742
7743 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7744 absolute.
7745
7746 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7747
7748 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7749 buffers. When hi-lock turned on rather than only checking current
7750 buffer for regexps, all buffers are checked. Moved activation of
7751 font-lock to hi-lock-refontify. When font-lock turned off rather
7752 than removing added highlighting just in current buffer, remove it
7753 in all buffers. Changed edit menu text from "Automatic
7754 Highlighting" to "Regexp Highlighting" Documentation for
7755 highlighting phrases, minor documentation changes.
7756 (hi-lock-set-file-patterns): Execute only if there are new or
7757 existing file patterns.
7758 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7759 unfontify and, if a support mode is active, will not refontify the
7760 whole buffer. If necessary, turn on font lock. (Removed
7761 font-lock-unfontify and font-lock support-mode-specific calls,
7762 such as lazy-lock-fontify-window.)
7763 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7764 patterns are found. Not useful now since find-file-hook is removed
7765 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7766 (hi-lock-face-phrase-buffer): New function. Also added related
7767 menu item and keybinding.
7768 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7769 (hi-lock-process-phrase): New function.
7770 (hi-lock-line-face-buffer): Doc fixes.
7771 (hi-lock-face-buffer): Doc fixes.
7772 (hi-lock-unface-buffer): Doc fixes.
7773
7774 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7775
7776 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7777 dabbrev-ignored-regexps.
7778
7779 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7780
7781 * simple.el (kill-line): Doc fix.
7782
7783 2001-02-05 Dave Love <fx@gnu.org>
7784
7785 * loadup.el: Revert last two changes -- bootstrapping works with
7786 regenerated loaddefs.
7787
7788 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7789
7790 * isearch.el (isearch-forward): Doc fix.
7791
7792 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7793 of font-lock-defaults to backward-paragraph.
7794
7795 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7796
7797 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7798 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7799
7800 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7801
7802 * ebnf2ps.el: Eliminate time-stamp functions.
7803 (ebnf-version): New version (3.5).
7804 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7805 format-time-string.
7806
7807 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7808
7809 * simple.el (next-line): Goto end-of-line before inserting a newline.
7810
7811 2001-02-05 Miles Bader <miles@gnu.org>
7812
7813 * image-file.el (insert-image-file): When visiting an image, also
7814 set `truncate-lines' to t so that any fringe arrow looks correct.
7815
7816 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7817
7818 * isearch.el (isearch-forward): Add description about input method
7819 in the docsting.
7820
7821 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7822
7823 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7824
7825 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7826
7827 * info.el (info-initialize): If installation-directory is nil, for
7828 DOS/Windows systems try looking in a sibling of invocation-directory.
7829
7830 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7831
7832 * wid-edit.el (widget-button-click): Fix last change.
7833
7834 * frame.el (frame-notice-user-settings): When resizing the initial
7835 frame because the tool bar is off, also change the frame's top
7836 position if a negative top position was specified.
7837
7838 2001-02-02 Miles Bader <miles@gnu.org>
7839
7840 * image-file.el (insert-image-file): When visiting an image,
7841 suppress the cursor in the image buffer.
7842
7843 2001-02-01 Dave Love <fx@gnu.org>
7844
7845 * progmodes/f90.el (f90-mode): Remove startup message.
7846
7847 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7848
7849 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7850
7851 * startup.el (command-line): Fix code determining whether or not
7852 to use delete-key-deletes-forward-mode.
7853
7854 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7855
7856 * vc.el (vc-diff-switches): New user option.
7857 (vc-version-diff): Use it.
7858 (vc-diff-switches-list): New macro.
7859
7860 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7861 New customization options.
7862 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7863
7864 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7865
7866 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7867
7868 * msb.el (toplevel): Quote hook symbols.
7869
7870 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7871
7872 * international/mule.el (make-coding-system): Add description
7873 about recognized properties in the docstring.
7874
7875 * international/mule-conf.el: Remove unused charsets
7876 mac-roman-lower and mac-roman-upper.
7877
7878 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7879
7880 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7881 is in front of the left-margin, if any.
7882
7883 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7884 like `delete'.
7885
7886 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7887
7888 * term/w32-win.el (mouse-set-font): Doc fix.
7889
7890 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7891
7892 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7893 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7894 on already.
7895
7896 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7897
7898 * files.el (save-buffer): Don't give message if (buffer-file-name)
7899 returns nil.
7900
7901 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7902
7903 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7904
7905 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7906 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7907
7908 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7909 display problems.
7910
7911 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7912
7913 * international/mule.el (charset-info): Fix docstring.
7914
7915 * international/mule-diag.el (describe-character-set): Check final
7916 char valid before printing it.
7917
7918 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7919
7920 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7921
7922 * frame.el (frame-notice-user-settings): Do the tool-bar
7923 stuff only for graphical displays. Fix a braino.
7924
7925 * frame.el (frame-initialize): Create initial frame visible.
7926 (frame-notice-user-settings): When tool-bar has been switched off,
7927 correct the frame size and sync tool-bar-mode.
7928
7929 * startup.el (command-line): Remove manipulation of frame
7930 height for tool bars.
7931
7932 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7933
7934 * lpr.el: Compatibility with XEmacs and doc fixes.
7935 (lpr-windows-system, lpr-lp-system): New vars.
7936 (lpr-printer-switch): New defcustom.
7937 (printer-name, lpr-command): Customization fix.
7938 (print-region-1): Code fix.
7939 (print-region-new-buffer, printify-region): Indentation fix.
7940 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7941 New functions.
7942
7943 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7944
7945 * msb.el (toplevel): Fix the eval-after-load.
7946
7947 2001-01-29 Dave Love <fx@gnu.org>
7948
7949 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7950
7951 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7952
7953 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7954 (tcl-using-emacs-19-23): Consider Emacs 21+.
7955 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7956 (tcl-add-emacs-menu): Supply menu name.
7957 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7958
7959 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7960
7961 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7962
7963 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7964
7965 * pcvs.el (cvs-mark-fis-dead): New function.
7966 (cvs-mode-add): Use it.
7967 (cvs-mode-add-change-log-entry-other-window):
7968 Rebind change-log-default-name to itself rather than to nil.
7969
7970 2001-01-29 Sam Steingold <sds@gnu.org>
7971
7972 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7973 `autoload' statements.
7974
7975 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7976
7977 * files.el (confirm-kill-emacs): Doc fix.
7978
7979 * frame.el (frame-initialize): Doc fix.
7980
7981 * time-stamp.el (time-stamp-string): Doc fix.
7982
7983 * woman.el (WoMan-log-1): Make the log buffer writable.
7984 From Markus Rost <rost@math.ohio-state.edu>.
7985
7986 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7987
7988 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7989 the `make-variable-buffer-local'.
7990
7991 2001-01-29 Dave Love <fx@gnu.org>
7992
7993 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7994 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7995 Add autoload cookie.
7996 (ansi-color-apply-sequence): Fix typo.
7997
7998 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7999
8000 * menu-bar.el (menu-bar-files-menu): Add menu items for
8001 Postscript printing in black and white.
8002
8003 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8004 X-Mailman-Version, Precedence, List-Help, List-Post,
8005 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8006 Content-Type, Content-Length.
8007
8008 2001-01-29 Dave Love <fx@gnu.org>
8009
8010 * elide-head.el (elide-head): Make overlay evaporate.
8011
8012 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8013
8014 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8015
8016 * isearch.el (isearch-highlight): Don't punt if the display
8017 doesn't support colors, since isearch faces are defined for
8018 monochrome displays as well.
8019
8020 2001-01-27 Sam Steingold <sds@gnu.org>
8021
8022 * shell.el (shell-write-history-on-exit): Make sure that we are in
8023 the shell buffer (M-x tex-file RET inserted the error message into
8024 the TeX buffer).
8025
8026 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8027
8028 * simple.el (transient-mark-mode): Doc fix.
8029
8030 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8031
8032 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8033
8034 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8035
8036 * shell.el (shell-unquote-argument): If the shell is one of the
8037 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8038 quote character.
8039 (shell-dumb-shell-regexp): Document that the shells which match
8040 this regexp are supposed to not treat a backslash as a quote character.
8041
8042 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8043 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8044
8045 2001-01-27 Richard M. Stallman <rms@gnu.org>
8046
8047 * dabbrev.el (dabbrev--substitute-expansion):
8048 Treat a one-capital-letter abbrev as "not all upper case",
8049 so as to force preservation of the expansion's pattern
8050 if the expansion starts with a capital letter.
8051
8052 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8053
8054 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8055 Doc fix.
8056
8057 * simple.el (transient-mark-mode): Document the fact that many
8058 commands act on the region when mark is active.
8059
8060 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8061
8062 * international/quail.el (quail-setup-completion-buf): Make the
8063 multibyteness of current buffer inherited to Quail completion buffer.
8064 (quail-show-guidance-buf): Make the multibyteness of current
8065 buffer inherited to Quail guidance buffer.
8066 (quail-help): Make the multibyteness of current buffer inherited
8067 to Quail help buffer.
8068
8069 2001-01-26 Dave Love <fx@gnu.org>
8070
8071 * time-stamp.el: Doc fixes.
8072
8073 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8074 (delphi-keyword-face, delphi-other-face): Fix :type.
8075
8076 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8077
8078 * mail/feedmail.el (feedmail): Add :link.
8079 (feedmail-send-it): Doc fix.
8080
8081 * mail/sendmail.el: Doc fixes.
8082 (sendmail-send-it): Fix the non-ASCII regexp and use
8083 rfc2047-encode-string.
8084
8085 * dired.el, dired-aux.el: Revert last change.
8086
8087 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8088
8089 * makefile.w32-in (DONTCOMPILE): Add various term files.
8090
8091 2001-01-26 Dave Love <fx@gnu.org>
8092
8093 * Makefile.in (DONTCOMPILE): Add various term files.
8094
8095 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8096
8097 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8098
8099 * startup.el (display-startup-echo-area-message): Make sure
8100 the echo area is resized to fit the size of the startup message.
8101
8102 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8103 part of which is a constant.
8104
8105 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8106
8107 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8108
8109 2001-01-26 Richard M. Stallman <rms@gnu.org>
8110
8111 * simple.el (next-line): Don't let `newline' expand abbrevs.
8112 Simplify slightly.
8113 (open-line): Don't let `newline' expand abbrevs.
8114
8115 2001-01-25 John Wiegley <johnw@gnu.org>
8116
8117 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8118 to `repeat' in the :type field.
8119
8120 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8121 allow a choice of regexp or nil.
8122 (pcomplete-dir-ignore): Same.
8123
8124 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8125 a command) to always fail.
8126
8127 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8128
8129 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8130 discard the result.
8131 (iswitchb-to-end): Likewise.
8132
8133 2001-01-25 Sam Steingold <sds@gnu.org>
8134
8135 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8136 Require vc.
8137
8138 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8139
8140 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8141
8142 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8143
8144 2001-01-25 Dave Love <fx@gnu.org>
8145
8146 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8147 (describe-coding-system): Tweak the English text.
8148
8149 * loadup.el: Preload international/ccl for utf-8.
8150
8151 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8152
8153 * mail/rmail.el (rmail-redecode-body): Doc fix.
8154
8155 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8156
8157 * international/mule-cmds.el (reset-language-environment):
8158 Reset coding-category-utf-8 to mule-utf-8.
8159
8160 * international/mule-conf.el (coding-category-utf-8):
8161 Initialize to mule-utf-8.
8162
8163 * loadup.el: Preload international/utf-8.
8164
8165 * international/utf-8.el: New file.
8166
8167 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8168
8169 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8170
8171 2001-01-24 Sam Steingold <sds@gnu.org>
8172
8173 * dired.el (dired-replace-in-string): Removed.
8174 (dired-sort-toggle): Use `replace-regexps-in-string'
8175 instead of `dired-replace-in-string'.
8176
8177 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8178 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8179
8180 * gs.el (gs-replace-in-string): Removed.
8181 (gs-options): Use `replace-regexps-in-string'
8182 instead of `gs-replace-in-string'.
8183
8184 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8185
8186 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8187 bug report is mailed to an email list and posted to a news group.
8188
8189 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8190
8191 * comint.el (comint-replace-by-expanded-history-before-point):
8192 Fix change of 2000-08-03 to move point to the start of the line again.
8193
8194 * startup.el (tool-bar-images-pixel-height): New variable.
8195 (command-line): After loading the user's init file, when
8196 tool-bar-mode is on, increase the frame's size by some lines for
8197 the tool-bar.
8198
8199 * frame.el (frame-initialize): Create the initial frame invisible.
8200
8201 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8202
8203 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8204 (chinese-big5): MIME:Big5.
8205
8206 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8207
8208 * international/mule-cmds.el (universal-coding-system-argument):
8209 Handle commands with prefix args.
8210
8211 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8212
8213 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8214 being a list of numbers.
8215 (diary-mail-entries): Rewritten.
8216
8217 2001-01-23 Dave Love <fx@gnu.org>
8218
8219 * international/mule.el (make-coding-system): Fix typo.
8220
8221 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8222 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8223
8224 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8225
8226 * font-lock.el (font-lock-mode): Doc fix.
8227
8228 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8229
8230 * international/mule.el (make-translation-table): Fix docstring.
8231
8232 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8233
8234 * mail/rmail.el (rmail-redecode-body): New function.
8235
8236 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8237
8238 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8239
8240 * isearch.el (isearch-lazy-highlight-case-fold-search)
8241 (isearch-lazy-highlight-regexp): New variables.
8242 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8243 case-fold search or regexp search has been toggled.
8244
8245 * wid-edit.el (widget-button-click): Avoid a save-excursion
8246 around running a global binding.
8247
8248 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8249 to 0.25.
8250
8251 2001-01-20 Miles Bader <miles@gnu.org>
8252
8253 * cus-edit.el (custom-face-save): Do post-processing on the face's
8254 new value like `custom-face-set' does.
8255
8256 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8257
8258 * mail/emacsbug.el (report-emacs-bug): Report the value of
8259 LC_CTYPE, not LC_TYPE.
8260
8261 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8262 isearch-toggle-regexp and isearch-edit-string to doc string.
8263
8264 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8265
8266 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8267 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8268
8269 * jit-lock.el (jit-lock-fontify-now): Don't bind
8270 font-lock-beginning-of-syntax-function to nil.
8271
8272 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8273
8274 * mail/emacsbug.el (report-emacs-bug): Report values of
8275 locale-coding-system, default-enable-multibyte-characters, and the
8276 environment variables LC_ALL, LC_TYPE, and LANG.
8277
8278 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8279
8280 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8281
8282 * font-lock.el (font-lock-multiline): Default to nil.
8283 (font-lock-default-fontify-region): If font-lock-multiline is
8284 nil, don't check the property `font-lock-multiline'.
8285
8286 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8287 is nil, don't check the `font-lock-multiline' text property.
8288
8289 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8290
8291 * viper.el: Call initial-major-mode on startup.
8292
8293 * ediff.el (ediff-patch-file): Use better defaults.
8294
8295 * ediff-vers.el: Fix for 8+3 DOS file systems.
8296
8297 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8298
8299 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8300 diff mode, if available.
8301
8302 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8303
8304 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8305
8306 * ediff-init.el (subst-char-in-string): Define and use it, unless
8307 it's already defined.
8308
8309 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8310
8311 * tooltip.el (tooltip-hide-delay): New user-option.
8312 (tooltip-show): Use tooltip-hide-delay instead of the default.
8313
8314 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8315
8316 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8317 kill-local-variable doesn't work for enable-multibyte-characters.
8318
8319 2001-01-17 Dave Love <fx@gnu.org>
8320
8321 * ediff-init.el (ediff-before-setup-hook)
8322 (ediff-merge-filename-prefix): Add :version.
8323
8324 * international/latin1-disp.el: Require disp-table.
8325 (latin1-display): Fix :set.
8326
8327 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8328
8329 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8330
8331 * isearch.el (isearch-lazy-highlight-initial-delay)
8332 (isearch-lazy-highlight-interval): Default to 0.
8333
8334 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8335
8336 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8337 1 here rather than each time through
8338 isearch-lazy-highlight-new-loop.
8339 (isearch-lazy-highlight-max): Variable deleted.
8340 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8341 isearch-lazy-highlight-max but controls a single invocation of
8342 isearch-lazy-highlight-update.
8343 (isearch-lazy-highlight-wrapped): Variable recreated.
8344 (isearch-lazy-highlight-window-start): New variable.
8345 (isearch-lazy-highlight-cleanup): Restored to behavior of
8346 before 2-Jan.
8347 (isearch-lazy-highlight-remove-overlays): Function deleted;
8348 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8349 behavior removed.
8350 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8351 isearch-lazy-highlight-update in a loop rather than just once.
8352 Test isearch-invalid-regexp here and decide not to start a new
8353 loop, rather than testing it each time through
8354 isearch-lazy-highlight-update.
8355 (isearch-lazy-highlight-search): Function restored.
8356 (isearch-lazy-highlight-update): Get called in a timer loop again,
8357 but this time highlight more than one match each time through.
8358 Only highlight matches in the visible part of the window.
8359 Start at point, move in the direction of the search, and wrap around at
8360 the edge of the window. Use sit-for to force redisplay and ensure
8361 window-start is credible. "Face suppressing" behavior removed;
8362 overlay priorities should make it unnecessary, right?
8363 (isearch-highlight): Face suppressing behavior removed.
8364 (isearch-dehighlight): Face suppressing behavior removed.
8365 (isearch-set-lazy-highlight-faces-at): Removed.
8366
8367 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8368
8369 * language/european.el ("Latin-1"): Make the format of description
8370 about additional language environments same as that of Latin-2.
8371
8372 2001-01-16 Dave Love <fx@gnu.org>
8373
8374 * isearch.el (isearch-lazy-highlight): Add :version.
8375
8376 * simple.el (backward-delete-char-untabify-method)
8377 (next-line-add-newlines): Add :version.
8378
8379 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8380
8381 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8382 Don't bind <delete> otherwise.
8383
8384 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8385 and <delete> via function-key-map.
8386
8387 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8388 Subject line only if point is after the `Subject:'.
8389
8390 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8391
8392 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8393 japanese-jisx0213-2 in `charset' property of this lang. env.
8394
8395 * language/european.el ("Latin-1"): Add description for Dutch and
8396 Spanish lang. env.
8397
8398 * international/mule.el (decode-char): Fix conditions.
8399 (encode-char): Handle eight-bit-control too.
8400 (transform-make-coding-system-args): New function.
8401 (make-coding-system): Accept XEmacs style arguments for CCL base
8402 coding system.
8403
8404 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8405
8406 * progmodes/etags.el (find-tag-noselect): Save the value of
8407 tags-file-name before switching buffers, for the case it has a
8408 buffer-local value.
8409
8410 2001-01-15 Alex Schroeder <alex@gnu.org>
8411
8412 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8413 From Dave Love <fx@gnu.org>.
8414 (ansi-color-for-comint-mode): Fix :version.
8415
8416 2001-01-15 Alex Schroeder <alex@gnu.org>
8417
8418 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8419
8420 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8421
8422 * dired.el (dired-insert-directory): If file-system-info fails,
8423 remove the " free " part, but don't signal an error.
8424
8425 2001-01-12 Sam Steingold <sds@gnu.org>
8426
8427 * bookmark.el (bookmark-maybe-historicize-string):
8428 Use new backquote syntax.
8429
8430 2001-01-12 Richard M. Stallman <rms@gnu.org>
8431
8432 * subr.el (last): Handle a list that doesn't end in nil.
8433
8434 2001-01-12 Sam Steingold <sds@gnu.org>
8435
8436 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8437 to `backward-delete-char-untabify'.
8438
8439 2001-01-12 Dave Love <fx@gnu.org>
8440
8441 * cus-edit.el (customize-menu-create): Fix the :filter following
8442 easymenu change.
8443
8444 * wid-edit.el (function): Add :match-alternatives.
8445 (widget-color-action): Doc fix.
8446
8447 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8448
8449 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8450
8451 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8452
8453 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8454
8455 * international/ccl.el (define-ccl-program): Fix docstring.
8456
8457 2001-01-11 Dave Love <fx@gnu.org>
8458
8459 * international/mule-cmds.el (standard-display-european-internal):
8460 Set display table for 2208 as for 160.
8461
8462 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8463
8464 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8465 entry for custom-menu-create change.
8466 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8467 don't cons it in the search loop.
8468
8469 * imenu.el (imenu--truncate-items): Revert last change.
8470
8471 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8472
8473 * info.el (Info-setup-header-line): If the node header includes
8474 either Next: or Prev: links, don't show the File: and Node: parts
8475 in the header line.
8476
8477 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8478
8479 * comint.el (comint-goto-process-mark): Don't print a message
8480 when running in batch mode.
8481
8482 * isearch.el (isearch-search): In the condition-case handler for
8483 `error', set isearch-invalid-regexp to the whole error message.
8484
8485 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8486 ensure that eval-after-load works for files dumped with Emacs.
8487
8488 * help.el (load-symbol-file-load-history): New function extracted
8489 from function symbol-file.
8490 (symbol-file): Use it.
8491
8492 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8493
8494 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8495
8496 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8497 behave as if there were no prefix argument.
8498 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8499 argument were nil.
8500
8501 2001-01-11 Richard M. Stallman <rms@gnu.org>
8502
8503 * isearch.el (isearch-lazy-highlight-update):
8504 Don't look for more potential matches once maximum is exceeded.
8505 Use overlays-in to check correctly for overlap with current match.
8506 Ignore empty matches.
8507
8508 2001-01-11 Miles Bader <miles@gnu.org>
8509
8510 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8511 (ispell-overlay-window, ispell-help, ispell-show-choices)
8512 (ispell-command-loop): Use it instead of `window-height'.
8513
8514 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8515
8516 * files.el (confirm-kill-emacs): New user-option.
8517 (save-buffers-kill-emacs): Ask for final confirmation before
8518 killing Emacs.
8519
8520 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8521 to nil.
8522
8523 2001-01-10 Dave Love <fx@gnu.org>
8524
8525 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8526
8527 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8528
8529 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8530
8531 * calculator.el (calculator-number-digits): Fix :type.
8532
8533 * vc-cvs.el (vc-cvs-header): Fix :type.
8534 * vc-rcs.el (vc-rcs-header): Fix :type.
8535 * vc-sccs.el (vc-sccs-header): Fix :type.
8536
8537 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8538
8539 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8540
8541 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8542
8543 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8544
8545 * simple.el (set-variable): Force a thorough redisplay for the
8546 case that the variable has an effect on the display, like
8547 `tab-width' has.
8548
8549 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8550
8551 * vc.el: Add documentation for backend interface.
8552
8553 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8554
8555 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8556
8557 * international/mule-conf.el (latin-extra-code-table): Set to t
8558 for \223 and \224.
8559
8560 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8561
8562 * international/mule-cmds.el (locale-language-names): Map "es" to
8563 "Spanish" and "nl" to "Dutch".
8564
8565 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8566
8567 * bindings.el (global-map): Bind <home> to beginning-of-line,
8568 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8569 C-<end> to end-of-buffer.
8570
8571 * language/european.el: Add Dutch and Spanish language info
8572 to be able to use the appropriate tutorials.
8573
8574 2001-01-09 Alex Schroeder <alex@gnu.org>
8575
8576 * ansi-color.el (ansi-color-process-output): Use markers instead
8577 of positions for start and end of region.
8578 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8579 Previously, occasional mistakes happend when fontifying many
8580 chunks of output (eg. ls --color=yes /dev). This happened
8581 whenever an overlay was created up to the end of the region, which
8582 coincided with the process-mark. New text would then be added
8583 within that overlay instead of after it.
8584 (ansi-color-make-extent): Overlays are created with the property
8585 `modification-hooks' set to '(ansi-color-freeze-overlay).
8586 (ansi-color-freeze-overlay): New function. When inserting text at
8587 the end of the overlay, the overlay will resize.
8588
8589 2000-01-09 Alex Schroeder <alex@gnu.org>
8590
8591 * ansi-color.el (ansi-color-process-output): Doc change.
8592 (ansi-color-unfontify-region): Doc change. No longer installed
8593 automatically in font-lock-unfontify-region-function.
8594 (ansi-color-apply): Doc change.
8595 (ansi-color-apply-on-region): Use extents or overlays instead of
8596 text-properties.
8597 (ansi-color-make-extent): New function.
8598 (ansi-color-set-extent-face): New function.
8599
8600 2000-01-09 Alex Schroeder <alex@gnu.org>
8601
8602 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8603 both use ansi-color-process-output, now.
8604 (ansi-color-process-output): Doesn't return string anymore. It is
8605 installed in comint-output-filter-functions for both Emacs and
8606 XEmacs, now.
8607 (ansi-color-unfontify-region): Simplified code removing variables
8608 pos and start-ansi.
8609 (ansi-color-apply): Put text-property ansi-color before putting
8610 text-property face because ansi-color-unfontify-region is called
8611 immediately after the call to put-text-property.
8612 (ansi-color-context-region): Doc change.
8613 (ansi-color-filter-region): Simplified code.
8614 (ansi-color-apply-on-region): Changed start to start-marker, using
8615 a marker explicitly. Put text-property ansi-color before putting
8616 text-property face because ansi-color-unfontify-region is called
8617 immediately after the call to put-text-property.
8618
8619 2000-01-09 Alex Schroeder <alex@gnu.org>
8620
8621 * ansi-color.el (ansi-color-faces-vector): Doc change.
8622 (ansi-color-for-comint-mode): Changed :type property to choice.
8623 (ansi-color-last-context): Removed.
8624 (ansi-color-process-output): Don't use ansi-color-last-context, as
8625 the main functions will store their context now.
8626 (ansi-color-context): Doc change.
8627 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8628 Uses ansi-color-context such that repeated calls will strip
8629 partial escape sequences, too.
8630 (ansi-color-apply): Simplified code. Colorize end of string if
8631 face is not null. Store context in new (FACE STRING) format, such
8632 that repeated calls will strip partial escape sequences, too.
8633 Append faces to face property using ansi-color-apply-sequence such
8634 that cumulative mode actually works.
8635 (ansi-color-context-region): New variable.
8636 (ansi-color-filter-region): Rewrote it based on
8637 ansi-color-apply-on-region. Uses ansi-color-context-region such
8638 that repeated calls will strip partial escape sequences, too.
8639 (ansi-color-apply-on-region): Simplified code. Colorize end of
8640 region if face is not null. Store context in new (FACE POS)
8641 format, such that repeated calls will strip partial escape
8642 sequences, too. Append faces to face property using
8643 ansi-color-apply-sequence such that cumulative mode actually works.
8644 (ansi-color-apply-sequence): New function.
8645 (ansi-color-get-face): When the default face is added to the list
8646 of faces, all previous settings are discarded and the list of
8647 faces is set to '(default).
8648
8649 2000-01-09 Alex Schroeder <alex@gnu.org>
8650
8651 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8652 face, such that ansi-color-apply and ansi-color-apply-on-region
8653 will do the right thing.
8654 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8655 returns nil, set the list of faces back to nil instead of
8656 appending the result of ansi-color-get-face to the front of the list.
8657
8658 2000-01-09 Alex Schroeder <alex@gnu.org>
8659
8660 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8661 (ansi-color-process): Doc change.
8662 (ansi-color-last-context): New buffer-local variable.
8663 (ansi-color-process-output): New function. It is automatically
8664 added to comint-output-filter-functions if this is XEmacs.
8665 (ansi-color-unfontify-region): New optional parameter for XEmacs
8666 compatibility. Check wether font-lock-syntactic-keywords is
8667 boundp before removing the syntax table text property, as XEmacs
8668 doesn't have it.
8669 (ansi-color-filter-region): Doc change.
8670 (ansi-color-apply-on-region): Doc change.
8671 (ansi-color-make-face): New function. Compatibility layer for
8672 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8673 (ansi-color-make-color-map): Use ansi-color-make-face.
8674 (ansi-color-get-face): Avoid face text property '(nil) as results
8675 in an errow for XEmacs.
8676
8677 2000-01-09 Alex Schroeder <alex@gnu.org>
8678
8679 * ansi-color.el (ansi-color-unfontify-region): New function.
8680 Uses text-property ansi-color in order to preserve fontification by
8681 ansi-color. When the package is loaded, a lambda expression is
8682 put onto font-lock-mode-hook. This lambda expression will check
8683 font-lock-unfontify-region-function and replace
8684 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8685 (ansi-color-apply): Add text-property ansi-color in addition to
8686 text-property face.
8687 (ansi-color-apply-on-region): Add text-property ansi-color in
8688 addition to text-property face.
8689 (save-buffer-state): Copy of the macro that is also used by
8690 lazy-lock and font-lock.
8691
8692 (ansi-color-for-comint-mode): New option.
8693 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8694 (ansi-color-for-comint-mode-off): Ditto.
8695 (ansi-color-for-comint-mode-filter): Ditto.
8696 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8697 decide what to do. This function is added to
8698 comint-preoutput-filter-functions when the package is loaded.
8699
8700 (ansi-color-for-shell-mode-set): Removed.
8701 (ansi-color-for-shell-mode): Removed.
8702
8703 2000-01-09 Alex Schroeder <alex@gnu.org>
8704
8705 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8706 the lambda expression from the ansi-color-for-shell-mode :set
8707 property. Additionally, modify shell-mode-hook to enable or
8708 disable font-lock-mode for future shell buffers.
8709 (ansi-color-for-shell-mode): The :set property calls
8710 ansi-color-for-shell-mode-set instead of a lambda expression.
8711
8712 2000-01-09 Alex Schroeder <alex@gnu.org>
8713
8714 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8715 (ansi-color-context): New variable.
8716 (ansi-color-apply): Save context between calls.
8717
8718 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8719
8720 * isearch.el (isearch, isearch-lazy-highlight-face):
8721 New definitions for face colors and attributes.
8722
8723 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8724 of display-mouse-p.
8725
8726 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8727
8728 * international/mule.el (make-coding-system): If the coding system
8729 accepts extra latin codes, register such codes as safe for the
8730 coding system.
8731
8732 2001-01-08 Richard M. Stallman <rms@gnu.org>
8733
8734 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8735 don't mention the file name or the date here, because they are
8736 logged at the start of the file.
8737
8738 2001-01-08 Richard M. Stallman <rms@gnu.org>
8739
8740 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8741 Change screen-width to frame-width.
8742
8743 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8744
8745 * info.el (Info-search): Print the default as part of the prompt.
8746
8747 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8748
8749 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8750 constant implementations in backends.
8751
8752 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8753 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8754
8755 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8756 WRITABLE to EDITABLE.
8757
8758 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8759 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8760 to EDITABLE.
8761
8762 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8763
8764 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8765 (copyright, copyright-update): Compute the current year at run time.
8766
8767 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8768
8769 * isearch.el (isearch-old-signal-hook): Removed.
8770 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8771 instead of setting signal-hook-function.
8772 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8773
8774 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8775
8776 * emulation/edt.el: Update to version 4.0. Provide support for
8777 EDT scroll margins at top and bottom of the window. Provide an
8778 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8779 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8780 user when file-related buffer modifications exist.
8781 Provide support for running EDT Emulation in XEmacs.
8782 Provide customize access to some user updatable variables.
8783 Add Commentary section to file header.
8784 Fixed a few minor bugs and cleaned up some code.
8785
8786 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8787 for detecting a keypress that generates an ASCII key sequence.
8788 (Previously, only a keypress that generates a vector was
8789 recognized.) Embed Window Manager name into name of the generated
8790 EDT Emulation initialization file since the initialization file is
8791 Window Manager specific. Add Commentary section to file header.
8792
8793 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8794
8795 * mail/sendmail.el (mail-mode): Doc fix.
8796
8797 * info.el (Info-goto-emacs-command-node): Doc fix.
8798 (Info-goto-emacs-key-command-node): Doc fix.
8799
8800 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8801
8802 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8803 systems without long file-name support.
8804
8805 2001-01-06 Andrew Innes <andrewi@gnu.org>
8806
8807 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8808
8809 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8810
8811 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8812 (isearch-lazy-highlight-update): Doc fix.
8813
8814 * ffap.el (ffap-bindings): Doc fix.
8815
8816 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8817
8818 2001-01-05 Dave Love <fx@gnu.org>
8819
8820 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8821
8822 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8823
8824 * mouse-drag.el (mouse-drag-safe-scroll):
8825 Bind scroll-preserve-screen-position to nil.
8826
8827 * isearch.el (isearch-old-signal-hook): New variable.
8828 (isearch-mode): Set signal-hook-function to isearch-done.
8829 (isearch-done): Restore old signal-hook-function.
8830
8831 * info.el (Info-fontify-node): Mark one more char as intangible.
8832
8833 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8834
8835 * composite.el (compose-last-chars): New argument COMPONENTS.
8836 If it is non-nil, compose preceding characters by compose-region with
8837 COMPONENTS.
8838
8839 * international/quail.el (quail-input-string-to-events): New function.
8840 (quail-input-method): Convert input string to events here.
8841 (quail-start-translation): Return input string, not event list.
8842 (quail-start-conversion): Likewise.
8843
8844 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8845
8846 * tooltip.el (tooltip-cancel-delayed-tip)
8847 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8848 and tooltip-add-timeout.
8849 (tooltip-show): Set border color from faces's foreground.
8850 (tooltip-show-help-function): If called with the same help string
8851 as last time, do nothing.
8852 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8853
8854 * startup.el (fancy-splash-screens): Don't bind show-help-function
8855 to nil.
8856
8857 * tooltip.el (tooltip-frame-parameters): Remove colors.
8858 (tooltip): New face
8859 (tooltip-set-param): New function.
8860 (tooltip-show): Set up color frame parameters from face `tooltip'.
8861 Display the tooltip text in face `tooltip'.
8862
8863 2001-01-04 Dave Love <fx@gnu.org>
8864
8865 * whitespace.el (whitespace-global-mode): Fix typo.
8866
8867 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8868
8869 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8870
8871 * help.el (help-for-help): Fix a typo in a doc string.
8872 From kwzh@gnu.org (Karl Heuer).
8873
8874 2001-01-03 Dave Love <fx@gnu.org>
8875
8876 * dired-x.el: Doc fixes. Maintainer change.
8877 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8878 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8879 (dired-guess-shell-alist-user): Customize.
8880 (dired-x-help-address): Set to bug-gnu-emacs.
8881 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8882 (dired-default-directory): Renamed from default-directory.
8883
8884 * hl-line.el (hl-line): Doc fix.
8885
8886 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8887
8888 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8889
8890 2001-01-02 Richard M. Stallman <rms@gnu.org>
8891
8892 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8893 to remove all the current alternative-match highlighting.
8894 If nil, remove only what's outside the current window.
8895 (isearch-lazy-highlight-remove-overlays): Take optional
8896 region within which NOT to remove them.
8897 (isearch-lazy-highlight-new-loop): Greatly simplified.
8898 (isearch-lazy-highlight-update): Find all the other occurrences
8899 visible in the window, in just one call.
8900 (isearch-lazy-highlight-start): Now holds start of region to scan.
8901 (isearch-lazy-highlight-end): Now holds end of region to scan.
8902 (isearch-lazy-highlight-wrapped): Variable deleted.
8903 (isearch-lazy-highlight-search): Function deleted.
8904
8905 2000-01-02 Andrew Innes <andrewi@gnu.org>
8906
8907 * w32-fns.el (convert-standard-filename): Do length check on name
8908 before aref.
8909
8910 2001-01-02 Dave Love <fx@gnu.org>
8911
8912 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8913 value.
8914 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8915
8916 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8917
8918 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8919 read syntax.
8920
8921 * calendar/todo-mode.el (todo): Add :link, :version.
8922 (todo-save-top-priorities): Remove autoload cookie.
8923 (todo-add-category, todo-add-item-non-interactively)
8924 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8925
8926 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8927
8928 * comint.el (comint-input-history-ignore): New variable.
8929 (comint-read-input-ring): Ignore entries matching
8930 comint-input-history-ignore.
8931
8932 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8933
8934 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8935 (lm-copyright-mark): New function.
8936 (lm-crack-copyright): New function.
8937 (lm-verify): Check that the file has a copyright.
8938 Check that the file is copyright Free Software Foundation.
8939
8940 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8941
8942 * international/mule-diag.el (print-fontset): Indent font name by
8943 24 columns, not 25.
8944
8945 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8946
8947 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8948 in Subject line.
8949
8950 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8951 Use mail-mode-hook instead of mail-setup-hook.
8952 Otherwise continuing an interrupted message with C-u C-x m for
8953 instance, winds up in Mail mode without abbrevs.
8954
8955 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8956
8957 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8958 non-nil. Adding almost all customization variables on ps-setup.
8959 Doc fix.
8960 (ps-print-version): New version number (6.3.3).
8961 (ps-end-with-control-d): Initialization fix.
8962 (ps-lines-printed): New var.
8963 (ps-skip-newline): New fun.
8964 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8965 (ps-next-line, ps-continue-line, ps-plot-region)
8966 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8967
8968 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8969
8970 * international/fontset.el (x-complement-fontset-spec):
8971 Resolve ASCII font name so that the same family name is used for fonts
8972 registered in x-font-name-charset-alist.
8973 (create-fontset-from-fontset-spec): Adjusted for the above change.
8974 The name of fontset alias should be a unresolved ASCII font name.
8975
8976 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8977
8978 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8979 and delete in isearch-mode-map.
8980
8981 2000-12-28 Richard M. Stallman <rms@gnu.org>
8982
8983 * dired-x.el (dired-guess-shell-alist-default):
8984 Use xpdf instead of acroread.
8985
8986 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8987
8988 * textmodes/artist.el (artist-butlast): Deleted.
8989 (artist-ellipse-mirror-quadrant): Use butlast instead of
8990 artist-butlast.
8991
8992 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8993
8994 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8995
8996 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8997
8998 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8999
9000 * ls-lisp.el: Better support for the Mac and MS-Windows.
9001 (ls-lisp): New defgroup.
9002 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
9003 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
9004 (ls-lisp-support-shell-wildcards): New defcustoms.
9005 (ls-lisp-parse-symlink): New function.
9006 (insert-directory): Code to convert switches to a list and set up
9007 the wildcard argument copied from ls-lisp-insert-directory.
9008 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9009 for -C and -R switches.
9010 (ls-lisp-column-format): New function.
9011 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9012 (ls-lisp-format-time): Add doc strings.
9013 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9014 Support ls-lisp-dirs-first.
9015 (ls-lisp-classify, ls-lisp-extension): New functions.
9016 (ls-lisp-format): Optionally support emulation of symlinks.
9017 Support -i, -s, and -G switches.
9018
9019 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9020
9021 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9022
9023 * version.el (emacs-version): Print X scroll bar information.
9024
9025 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9026 instead of x-toolkit-scroll-bars-p.
9027
9028 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9029 of x-toolkit-scroll-bars-p.
9030
9031 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9032
9033 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9034 (ffap-bindings): Doc fix, to reflect the above change.
9035
9036 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9037
9038 * term.el (term-char-mode): Define all non-ascii self-inserting
9039 characters to 'term-send-raw in term-raw-map.
9040
9041 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9042
9043 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9044
9045 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9046 Changed initialization; use add-hook.
9047 (ediff-file-remote-p): Use file-local-copy.
9048
9049 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9050
9051 * ediff.el (ediff-patch-buffer): Bug fix.
9052 (ediff-revision): Allow selection of the file at the prompt.
9053
9054 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9055
9056 * subr.el (combine-run-hooks): Remove.
9057
9058 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9059 and remove the rogue second spec.
9060
9061 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9062
9063 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9064
9065 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9066
9067 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9068 Use minibuffer menu prompt for the `=' prefix.
9069 (smerge-command-prefix): Change default to C-^.
9070 (smerge-mode): Don't assume font-lock doesn't move point.
9071
9072 * skeleton.el (skeleton-internal-1): Make sure the first line of
9073 the region is also re-indented.
9074 (skeleton-end-newline): New var.
9075 (skeleton-end-hook): Use it.
9076
9077 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9078
9079 * comint.el (comint-password-prompt-regexp): Support CVS.
9080
9081 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9082
9083 * simple.el (delete-key-deletes-forward-mode): Simplify.
9084 Also backspace key combinations, depending on
9085 delete-key-deletes-forward.
9086
9087 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9088
9089 * simple.el (delete-key-deletes-forward): Doc fix.
9090
9091 2000-08-22 Emmanuel Briot <briot@gnat.com>
9092
9093 * xml.el (top level comment): Updated to reflect the fact that
9094 white spaces are relevant in the XML file.
9095 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9096 to parse was already edited. This allows for on-the-fly analysis
9097 of XML files.
9098 (xml-parse-tag): Check that the casing is the same in the start
9099 tag and end tag, since XML is case-sensitive. Allows for spaces
9100 in the end tag, after the name of the tag.
9101 (xml-parse-attlist): Allow for the character '-' in the name of
9102 attributes, as in the standard http-equiv attribute Do not save
9103 the properties in the XML tree, since they are not relevant.
9104
9105 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9106
9107 * generic.el (generic-read-type): Undo last change, inline into
9108 `generic-mode' and then remove.
9109 (generic-mode): Inline generic-read-type.
9110 (define-generic-mode): Push the symbol name rather than the symbol
9111 onto generic-mode-list.
9112
9113 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9114
9115 * generic.el (generic-read-type): Build an alist for
9116 completing-read as in 20.7.
9117
9118 * play/landmark.el (lm): Use interactive spec `P'.
9119 (toplevel): Don't set debug-on-error.
9120
9121 * server.el (server-switch-buffer): Choose a window on a visible frame.
9122
9123 2000-12-21 Dave Pearson <davep@davep.org>
9124
9125 * quickurl.el: Commentry change, I've moved my web site.
9126
9127 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9128
9129 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9130 ranges like \177-\237, but accepts the character sequence from \177 to
9131 \237. Doc fix.
9132 (ebnf-version): New version (3.4).
9133 (ebnf-setup): Code fix.
9134 (ebnf-range-regexp): New fun.
9135 (ebnf-8-bit-chars): Const fix.
9136
9137 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9138 entry. Doc fix.
9139 (ebnf-bnf-lex): Code fix.
9140 (ebnf-bnf-comment-chars): Const fix.
9141
9142 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9143 entry. Doc fix.
9144 (ebnf-iso-comment-chars): Const fix.
9145
9146 * ebnf-otz.el: Doc fix.
9147
9148 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9149 entry. Doc fix.
9150 (ebnf-yac-skip-code): Code fix.
9151 (ebnf-yac-comment-chars): Const fix.
9152
9153 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9154
9155 * files.el (insert-directory-safely): New function.
9156 (recover-file): Use it instead of insert-directory.
9157 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9158
9159 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9160
9161 * international/mule-cmds.el (select-safe-coding-system):
9162 Check coding-category-list more rigidly. Improve help message.
9163
9164 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9165
9166 2000-12-21 Miles Bader <miles@gnu.org>
9167
9168 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9169
9170 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9171
9172 * international/mule-diag.el (describe-char-after): Make *Help*
9173 buffer inherit multibyteness of the current buffer.
9174
9175 * international/mule.el (make-char): Docstring adjusted for the
9176 change of make-char-internal.
9177
9178 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9179
9180 * international/iso-cvt.el: Docstrings fix.
9181
9182 2000-12-20 Dave Love <fx@gnu.org>
9183
9184 * subr.el (eval-after-load): Doc fix.
9185
9186 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9187
9188 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9189 for numbers.
9190
9191 2000-12-20 Miles Bader <miles@gnu.org>
9192
9193 * international/quail.el (quail-help): Resize the help window
9194 again after it has all its contents. Remove unneeded progn.
9195
9196 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9197
9198 * pcmpl-linux.el: Fix copy/paste error.
9199
9200 2000-12-19 Andrew Innes <andrewi@gnu.org>
9201
9202 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9203
9204 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9205
9206 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9207
9208 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9209
9210 * progmodes/idlw-shell.el: Fixed copyright notice.
9211
9212 * progmodes/idlwave.el: Fixed copyright notice.
9213
9214 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9215 TAB as key separators.
9216
9217 2000-12-19 Alex Schroeder <alex@gnu.org>
9218
9219 * sql.el (sql-sybase-options): New option.
9220 (sql-sybase): Use it. Add sql-database to the list of parameters
9221 provided for login. The options -w 2048 -n are not used any more.
9222 (sql-postgres-options): Changed default from "--pset" to "-P".
9223 (sql-mysql-options): Doc change.
9224 (sql-stop): Doc change.
9225
9226 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9227
9228 * international/quail.el (quail-input-method): Always hide
9229 the guidance buffer on exiting.
9230
9231 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9232
9233 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9234 isn't fboundp.
9235
9236 * server.el (server-buffer-done): Bury the buffer before
9237 killing it.
9238
9239 * faces.el (face-spec-set): Interpret a nil in specs for
9240 foreground and background colors as `unspecified', for
9241 compatibility with 20.x.
9242
9243 2000-12-18 Dave Love <fx@gnu.org>
9244
9245 * simple.el (mail-user-agent): Doc fix.
9246 (input-mode-8-bit): Removed.
9247
9248 * international/mule.el (set-keyboard-coding-system): Doc fix.
9249 (keyboard-coding-system): New option.
9250
9251 * mail/sendmail.el (send-mail-function): Customize.
9252
9253 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9254
9255 * international/codepage.el (cp866-decode-table): New table.
9256
9257 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9258
9259 * version.el (emacs-version): Remove `%a' from the time format
9260 because the weekday doesn't fit well into each locale.
9261
9262 2000-12-18 Miles Bader <miles@gnu.org>
9263
9264 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9265
9266 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9267 Check that emacs-major-version is `=' to 20, not `>='.
9268 (artist-replace-chars): Use `make-string' instead of a loop.
9269
9270 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9271
9272 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9273 (cvs-execute-single-file): Don't change directory.
9274 Patch from Per Cederqvist.
9275
9276 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9277
9278 * textmodes/ispell.el (check-ispell-version):
9279 If `ispell-program-name' is "aspell", pass it the -v switch instead
9280 of -vv.
9281
9282 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9283
9284 * international/mule-diag.el (mule-diag): Insert information about
9285 configure options, multibyte awareness, language env.
9286
9287 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9288 regexp to search for candidates.
9289
9290 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9291
9292 * info.el (Info-forward-node): If the node has an
9293 Info-header-line, widen the buffer before searching for "next:"
9294 and "up:" pointers, and set the search limit to stay in the
9295 current node.
9296
9297 2000-12-16 Miles Bader <miles@gnu.org>
9298
9299 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9300
9301 2000-12-15 Miles Bader <miles@gnu.org>
9302
9303 * comint.el (comint-send-string, comint-send-region): Also accept
9304 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9305 process-send-string/region.
9306
9307 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9308
9309 * isearch.el (isearch-lazy-highlight-max): New user-option.
9310 (isearch-lazy-highlight-update): Don't highlight more than
9311 isearch-lazy-highlight-max matches.
9312
9313 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9314
9315 2000-12-15 Richard M. Stallman <rms@gnu.org>
9316
9317 * sort.el (sort-columns): Fix error message.
9318
9319 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9320 `upcase' or `downcase' or nil.
9321 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9322 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9323 (dabbrev--substitute-expansion): New arg record-case-pattern.
9324 If it is non-nil, set dabbrev--last-case-pattern.
9325 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9326
9327 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9328
9329 2000-12-15 Miles Bader <miles@gnu.org>
9330
9331 * paths.el (Info-default-directory-list): Don't delete
9332 configure-info-directory from the list of standard info
9333 directories when appending it to the end -- their order is important.
9334
9335 * faces.el (read-face-attribute): If there's no entry for the
9336 user's input in VALID, just use it as-is (this will often result
9337 in an error, but it may be OK for e.g. colors using hexadecimal
9338 notation, and at least will yield a better error message).
9339
9340 * window.el (mode-line-window-height-fudge): Function removed.
9341 (height-affecting-face-attributes, mode-line-window-height-fudge):
9342 Variables removed.
9343 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9344 window is really the right size. Use vertical-motion
9345 rather than forward-line.
9346 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9347 (ispell-command-loop, ispell-show-choices): Use the variable
9348 ispell-choices-win-default-height, rather than the function.
9349 (ispell-choices-win-default-height): Function removed.
9350 (ispell-mode-line-window-height-fudge): Function removed.
9351
9352 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9353
9354 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9355
9356 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9357
9358 * paths.el (Info-default-directory-list):
9359 If configure-info-directory is not one of the standard directories,
9360 put it first in the list; otherwise put it last. Doc string
9361 changed accordingly.
9362
9363 * info.el (Info-directory-list): Change doc string to reflect the
9364 change in Info-default-directory-list.
9365
9366 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9367 windows-nt as windowed environments, even under -nw.
9368
9369 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9370 if not fboundp. Switch delete-forward mode for the <delete> key
9371 on all PC platforms, even under -nw.
9372
9373 * term/internal.el ([M-delete]): Remap to M-d.
9374
9375 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9376
9377 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9378
9379 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9380
9381 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9382
9383 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9384
9385 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9386 if appropriate.
9387
9388 * simple.el (delete-key-deletes-forward): New user-option.
9389 (delete-key-deletes-forward-mode): New function.
9390
9391 * bindings.el: Bind `delete' to backward-delete-char.
9392
9393 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9394 Test if symbol is bound before getting its value.
9395
9396 * tooltip.el (tooltip-show): If an error is signaled in
9397 x-show-tip, display that error, and display the help in the
9398 echo area.
9399
9400 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9401
9402 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9403 Show "... entries" messages for every 10000 entries, not 10.
9404
9405 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9406
9407 * bookmark.el: Provide a generic exit hook, as suggested by
9408 Ovidiu Predescu <ovidiu@cup.hp.com>:
9409 (bookmark-exit-hook): New var.
9410 (bookmark-exit-hook-internal): New func, replaces
9411 old raw lambda form in `kill-emacs-hook', and runs new
9412 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9413 as logically that feature must have been provided if this function
9414 is running.
9415 Removed ;;;###autoload before the `add-hook' call.
9416
9417 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9418
9419 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9420 (easy-menu-current-active-maps): New function.
9421 (easy-menu-get-map): Use it.
9422 Make a proper menu entry when creating a new keymap.
9423
9424 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9425
9426 * international/characters.el: Fix cases and syntaxes for
9427 mule-unicode-0100-24ff.
9428
9429 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9430 that a Japanese character is not appended after day and year.
9431
9432 * info.el (Info-suffix-list): Change format for a command that
9433 requires arguments.
9434 (info-insert-file-contents): Adjusted for the above change.
9435
9436 2000-12-12 Andreas Schwab <schwab@suse.de>
9437
9438 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9439 on the name of the tar buffer. Verify that the existing buffer is
9440 visiting the same subfile.
9441
9442 2000-12-12 Dave Love <fx@gnu.org>
9443
9444 * subdirs.el: Add obsolete.
9445
9446 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9447
9448 * mail/rmailsum.el (rmail-summary-expunge)
9449 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9450 instead of rmail-confirm-expunge.
9451
9452 * replace.el (perform-replace): Don't use an empty match adjacent
9453 to a non-empty match when computing the next match before the
9454 replacement is performed.
9455
9456 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9457
9458 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9459 definition (patch by Stefan Monnier).
9460 (glasses-mode): Use jit-lock instead of `after-change-functions'
9461 (patch by Stefan Monnier).
9462
9463 2000-12-12 Miles Bader <miles@gnu.org>
9464
9465 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9466 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9467
9468 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9469
9470 * term/mac-win.el: Remove load for ls-lisp.
9471
9472 * loadup.el: Load ls-lisp for system-type `macos'.
9473
9474 2000-12-12 Miles Bader <miles@gnu.org>
9475
9476 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9477 Respect field end too.
9478 (just-one-space): Respect fields as `delete-horizontal-space'.
9479 (newline-and-indent, reindent-then-newline-and-indent):
9480 Use `delete-horizontal-space'.
9481
9482 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9483
9484 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9485 (so as to obey the field property in the minibuffer).
9486
9487 * obsolete/c-mode.el: Moved from lisp/progmodes.
9488 * obsolete/auto-show.el: Moved from lisp.
9489 * obsolete/ooutline.el: Moved from lisp/textmodes.
9490
9491 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9492
9493 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9494 changes to list them here.
9495
9496 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9497 Too many changes to list them here.
9498
9499 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9500 Too many changes to list them here.
9501
9502 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9503
9504 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9505
9506 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9507
9508 * cus-edit.el (custom-save-variables, custom-save-faces):
9509 Comment fix.
9510
9511 * hscroll.el: Moved to `obsolete' subdir.
9512
9513 2000-12-11 Miles Bader <miles@gnu.org>
9514
9515 * window.el (window-text-height): Function removed (now in C).
9516
9517 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9518
9519 * log-edit.el (log-edit-parent-buffer): New var.
9520 (log-edit): Set it. Add BUFFER argument.
9521 (log-edit-done): Use char-before.
9522 Don't bother checking validity of vc-comment-ring.
9523 Only bury the buffer if log-edit popped it up.
9524
9525 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9526 (cvs-mode-diff-help): Remove.
9527 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9528 (cvs-mode-marked): Set up the default for CMD manually.
9529
9530 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9531 Remove binding for ? now made unnecessary.
9532
9533 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9534
9535 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9536 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9537
9538 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9539 when master file is not open.
9540
9541 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9542
9543 * progmodes/ada-stmt.el: Update `maintainer'.
9544
9545 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9546
9547 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9548 choices to match documentation string.
9549
9550 2000-12-09 Miles Bader <miles@gnu.org>
9551
9552 * minibuf-eldef.el: New file.
9553
9554 * window.el (fit-window-to-buffer): Don't pass last argument to
9555 pos-visible-in-window-p, now that its meaning is inverted.
9556
9557 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9558
9559 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9560 <ceder@lysator.liu.se>.
9561
9562 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9563
9564 * autoinsert.el (auto-insert-alist): Add missing final \n.
9565
9566 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9567 (cvs-menu-map): Remove.
9568 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9569 (cvs-mode-quit): Turn it back into a plain function.
9570
9571 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9572 (texinfo-filter): Remove (move to texinfo.el).
9573
9574 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9575 file where it's more visible.
9576 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9577 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9578 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9579 (texinfo-inside-macro-p): Only catch `scan-error's.
9580 (texinfo-inside-env-p): Make better use of the match info.
9581 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9582 (texinfo-insert-@end): Slight re-organization.
9583 Also remove useless `looking-at' call.
9584
9585 2000-12-08 Andrew Innes <andrewi@gnu.org>
9586
9587 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9588 accessible in -nw mode.
9589
9590 * term/w32-win.el: Remove stuff about selection timeout, which is
9591 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9592 it is accessible in -nw mode.
9593
9594 2000-12-08 Dave Love <fx@gnu.org>
9595
9596 * emacs-lisp/lisp-mode.el (lisp-mode):
9597 Set font-lock-keywords-case-fold-search.
9598
9599 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9600
9601 * textmodes/ispell.el (ispell): Doc fix.
9602
9603 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9604
9605 * international/quail.el (quail-insert-decode-map): Check the
9606 frame width of a window displaying the current buffer, not that of
9607 the selected frame.
9608 (quail-help): Make sure that the help buffer has window before
9609 inserting text in it.
9610
9611 2000-12-07 Sam Steingold <sds@gnu.org>
9612
9613 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9614 Backquote is used in isearch.el, so autoloading saves nothing.
9615
9616 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9617
9618 * startup.el (normal-top-level-add-subdirs-to-load-path):
9619 Ignore the CVS and RCS subdirectories case-insensitively.
9620
9621 * dired.el (dired-insert-directory): If file-system-info is
9622 fboundp, call it instead of invoking dired-free-space-program.
9623
9624 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9625
9626 * server.el (server-visit-files): Push files on file-name-history.
9627
9628 * progmodes/cc-langs.el: Update copyright.
9629
9630 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9631
9632 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9633
9634 * bindings.el (mode-line-mode-menu): Reverse the order
9635 of define-keys so that the menu appears in alphabetical order.
9636
9637 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9638
9639 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9640 of the function.
9641
9642 2000-12-07 Dave Love <fx@gnu.org>
9643
9644 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9645
9646 * facemenu.el (facemenu-unlisted-faces): Fix value.
9647
9648 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9649
9650 * font-lock.el (font-lock-default-fontify-region):
9651 Include the terminating \n (off-by-one error).
9652 (font-lock-set-defaults): Use dolist.
9653
9654 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9655
9656 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9657
9658 * international/mule-cmds.el (describe-language-environment):
9659 Fix for the case that an input method title is not string but a list.
9660
9661 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9662 of wrong SIZE record.
9663
9664 2000-12-06 Dave Love <fx@gnu.org>
9665
9666 * newcomment.el (comment-region, comment-dwim): Doc fix.
9667
9668 * textmodes/texinfo.el: Require tex-mode when compiling.
9669 (texinfo-update-node): Doc fix.
9670 (texinfo-imenu-generic-expression): Add @anchor.
9671 (texinfo-font-lock-keywords): Add @uref.
9672 (texinfo-inside-macro-p): Don't use ignore-errors.
9673 (texinfo-insert-quote): Match more contexts.
9674
9675 * international/mule.el (decode-char, encode-char): Doc fix.
9676 (auto-coding-alist): Customize.
9677
9678 * files.el (load-file): Fix change of 2000-03-12.
9679
9680 * wid-edit.el (widget-text-keymap): Doc fix.
9681
9682 2000-12-06 Andrew Innes <andrewi@gnu.org>
9683
9684 * makefile.w32-in (lisp): Set to an absolute directory, namely
9685 $(CURDIR).
9686
9687 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9688
9689 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9690 read generated-autoload-file, and set buffer-file-coding-system to
9691 raw-text-unix after reading the file.
9692
9693 * international/mule-conf.el (file-coding-system-alist):
9694 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9695
9696 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9697
9698 * replace.el (occur): Make line-number-width 1 smaller for the
9699 colon following the line number.
9700
9701 * startup.el (fancy-splash-text, command-line-1):
9702 Use `File' for the menu name instead of `Files'.
9703
9704 * tmm.el: Update copyright.
9705
9706 * cus-start.el: Add entry for even-window-heights.
9707
9708 2000-12-06 Miles Bader <miles@gnu.org>
9709
9710 * faces.el (frame-set-background-mode): Avoid stomping on
9711 locally modified faces.
9712
9713 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9714
9715 * international/fontset.el: Correct the font registries for
9716 japanese-jisx0213-1 and japanese-jisx0213-2.
9717
9718 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9719
9720 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9721
9722 * iswitchb.el: Update customization commentary.
9723
9724 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9725
9726 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9727 (tpu-search-highlight): Fixed comparison of overlay end positions.
9728 (tpu-trim-line-ends): Implemented trimming logic locally.
9729
9730 * emulation/tpu-extras.el (tpu-write-file-hook)
9731 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9732
9733 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9734
9735 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9736 to cn-gb.
9737 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9738
9739 2000-12-04 Dave Love <fx@gnu.org>
9740
9741 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9742
9743 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9744
9745 * mail/rmailsum.el (rmail-summary-expunge)
9746 (rmail-summary-expunge-and-save): Ask for confirmation with
9747 rmail-expunge-confirmed.
9748
9749 * mail/rmail.el (rmail-expunge-confirmed): New function.
9750 (rmail-expunge): Use it.
9751
9752 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9753
9754 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9755 (etags-recognize-tags-table, find-tag-in-order):
9756 New functionality: interpret file names as tags.
9757
9758 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9759
9760 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9761 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9762 the first subnode until the bottom of the current node is visible.
9763
9764 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9765
9766 * format.el (format-decode): Don't change buffer's undo list.
9767
9768 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9769
9770 * faces.el (face-font-registry-alternatives): Add entries for CJK
9771 fonts. Doc-string adjusted for the actual usage of this data.
9772
9773 * international/fontset.el: Change the font registries for CJK
9774 fonts in the default fontset. Don't append '*' to registries.
9775
9776 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9777
9778 * emacs-lisp/easy-mmode.el (define-derived-mode)
9779 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9780
9781 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9782 (derived-mode-p): New function.
9783 (derived-mode-make-docstring): Add `docstring' argument.
9784 Use it if available and complete it if necessary.
9785
9786 2000-12-03 Andreas Schwab <schwab@suse.de>
9787
9788 * type-break.el (type-break): Don't make parent of itself.
9789
9790 2000-12-03 Miles Bader <miles@gnu.org>
9791
9792 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9793
9794 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9795
9796 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9797 (tex-main-file, tex-file): Simplify.
9798 (tex-generate-zap-file-name): Use subst-char-in-string.
9799 (tex-strip-dots): Remove.
9800
9801 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9802
9803 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9804 to check if the match succeeded.
9805
9806 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9807
9808 * startup.el (use-fancy-splash-screens-p): New function.
9809 (command-line-1): Use it to determine whether or not to use
9810 a fancy splash screen.
9811
9812 2000-12-02 Andreas Schwab <schwab@suse.de>
9813
9814 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9815
9816 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9817
9818 * international/mule.el (make-char): Fix last change.
9819
9820 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9821 New defcustoms.
9822 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9823 autoloading tex-mode; instead, do the same manually.
9824 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9825 with numeric argument. Docstring fix.
9826 (toplevel): Require cl when compiling.
9827
9828 * international/mule.el (make-char): Doc fix.
9829
9830 2000-12-02 Jason Rumney <jasonr@gnu.org>
9831
9832 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9833 the Emacs Lisp manual)
9834
9835 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9836
9837 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9838
9839 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9840 the Emacs Lisp manual).
9841
9842 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9843
9844 * simple.el (next-line-add-newlines): Change default to nil.
9845
9846 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9847
9848 * files.el (revert-buffer, recover-file):
9849 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9850
9851 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9852
9853 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9854
9855 2000-12-01 Miles Bader <miles@gnu.org>
9856
9857 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9858
9859 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9860
9861 * international/mule-diag.el (describe-char-after): Fix typo.
9862 (describe-character-set, non-iso-charset-alist): Fix typo.
9863
9864 2000-12-01 Miles Bader <miles@gnu.org>
9865
9866 * image-file.el (image-file-name-regexp): Automatically add
9867 upper-case variants of each filename extension in
9868 `image-file-name-extensions', since they seem to be common.
9869
9870 * simple.el (minibuffer-contents)
9871 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9872 New functions.
9873 * filecache.el (file-cache-directory-name)
9874 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9875
9876 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9877
9878 * filecache.el (file-cache-minibuffer-complete): Don't try to
9879 delete the minibuffer prompt.
9880
9881 2000-11-30 Dave Love <fx@gnu.org>
9882
9883 * cus-start.el: Fix read-buffer-function type.
9884
9885 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9886
9887 * md5.el: Removed. There's a built-in function, now.
9888
9889 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9890
9891 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9892 as dummy 0-th char of rmail-deleted-vector.
9893
9894 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9895
9896 * ps-print.el (ps-end-job): Bind case-fold-search only after
9897 switching to ps-spool-buffer.
9898
9899 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9900
9901 * ps-print.el: Line number font customization. PostScript: Lines and
9902 PageCount are initialized on each page. Doc Fix.
9903 (ps-print-version): New version number (6.3.2).
9904 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9905 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9906 (ps-right-header): Customization fix.
9907 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9908 Fix code.
9909 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9910 New vars.
9911
9912 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9913
9914 * bs.el: Fix typos and spelling errors.
9915 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9916 (bs-configuration): Doc fix.
9917
9918 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9919
9920 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9921
9922 * emulation/tpu-edt.el (tpu-version): New version.
9923 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9924 (tpu-original-mode-line): Variable deleted.
9925 (tpu-mark-flag): New initial value.
9926 (tpu-set-mode-line): Don't redefine mode-line-format.
9927 Add tpu-mark-flag to minor-mode-alist.
9928 (tpu-update-mode-line): New mark flag logic.
9929 (tpu-get): Use find-file-wildcards.
9930 (tpu-search-highlight): Move overlay less, reset overlay properly.
9931 (tpu-unselect): Deactivate mark.
9932 (tpu-lm-replace): Reset overlay properly.
9933 (tpu-forward-line): Use forward-visible-line.
9934 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9935
9936 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9937
9938 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9939
9940 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9941
9942 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9943
9944 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9945 and skip whitespace and newlines.
9946
9947 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9948
9949 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9950
9951 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9952
9953 * help.el (describe-function-1): Regexp-quote function name
9954 when used as part of a regexp.
9955
9956 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9957 Use face-attribute instead of face-foreground and face-background.
9958 (tool-bar-add-item): Likewise, and handle unspecified colors.
9959
9960 * enriched.el (enriched-face-ans): Use face-attribute instead
9961 of face-foreground and face-background.
9962
9963 * faces.el (face-foreground, face-background, face-stipple):
9964 Return nil if attribute is unspecified, for backward compatibility.
9965
9966 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9967
9968 * play/5x5.el: Remove version info.
9969
9970 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9971
9972 * frame.el (blink-cursor-mode): Doc fix.
9973
9974 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9975
9976 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9977 to create Makefile rules.
9978 (antlr-tool-command): New user option.
9979 (antlr-ask-about-save): New user option.
9980 (antlr-makefile-specification): New user option.
9981 (antlr-file-formats-alist): New variable.
9982 (antlr-special-file-formats): New variable.
9983 (antlr-unknown-file-formats): New user option.
9984 (antlr-help-unknown-file-text): New variable.
9985 (antlr-help-rules-intro): New variable.
9986 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9987 (antlr-mode-menu): Add entries.
9988 (antlr-file-dependencies): New function.
9989 (antlr-directory-dependencies): New function.
9990 (antlr-superclasses-glibs): New function.
9991 (antlr-run-tool): New command.
9992 (antlr-makefile-insert-variable): New function.
9993 (antlr-insert-makefile-rules): New function.
9994 (antlr-show-makefile-rules): New command.
9995
9996 * antlr-mode.el: More Emacs/XEmacs stuff.
9997 (antlr-no-action-keywords): New constant with value nil.
9998 (antlr-font-lock-keywords-alist): Use it. Old value would break
9999 syntax highlighting in Emacs-21.0.
10000 (antlr-default-directory): Emacs/XEmacs dependend function.
10001 (antlr-read-shell-command): Ditto.
10002 (antlr-with-displaying-help-buffer): Ditto.
10003
10004 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10005
10006 * antlr-mode.el: imenu, parsing and highlighting changes.
10007 (antlr-imenu-create-index-function): Don't create extra submenus
10008 for definitions in different grammar classes. It is not necessary
10009 for the menu and would make command `imenu' awkward to use.
10010 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10011 header actions and more than one.
10012 (antlr-font-lock-tokendef-face): Changed color.
10013 (antlr-font-lock-tokenref-face): Changed color.
10014 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10015 (antlr-mode-syntax-table): New variable.
10016 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10017 (antlr-with-syntax-table): Don't copy syntax table.
10018
10019 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10020
10021 * antlr-mode.el: Minor changes: language setting.
10022 (antlr-language-alist): The value for file option "language" can
10023 be both an identifier and a string.
10024 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10025 (antlr-language-limit-n-regexp): Change accordingly.
10026
10027 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10028
10029 * antlr-mode.el: Minor changes: tabs, hiding.
10030 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10031 (antlr-action-visibility): Also allow value nil to also hide the
10032 braces. Renamed from `antlr-tiny-action-length'.
10033 Suggested by Jay@aol.com.
10034 (antlr-hide-actions): Change accordingly. Hide line if completely
10035 hidden action is on a line of its own.
10036
10037 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10038
10039 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10040
10041 * sort.el (sort-columns): Don't concat strings with numbers.
10042
10043 2000-11-29 Dave Love <fx@gnu.org>
10044
10045 * cus-edit.el (face): Fix :format.
10046
10047 * mail/feedmail.el: Require smtpmail when compiling.
10048 (mail-do-fcc): Autoload.
10049 (feedmail) <defgroup>: Fix :link.
10050 (feedmail-nuke-body-in-fcc): Fix :type.
10051 (feedmail-send-it): Add autoload cookie.
10052
10053 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10054
10055 * newcomment.el (comment-indent): Save excursion around call to
10056 comment-indent-function.
10057
10058 2000-11-29 Miles Bader <miles@gnu.org>
10059
10060 * subr.el (member-ignore-case): Return the tail of the list who's
10061 car matches, like `member', not the matching element itself.
10062
10063 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10064
10065 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10066 should not contain `\n'.
10067
10068 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10069
10070 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10071
10072 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10073
10074 * dired-aux.el (dired-do-create-files): Construct default file
10075 name for dired-mark-read-file-name so that when the user enters
10076 just RET, the target file will end up in the target directory.
10077
10078 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10079 local-abbrev-table before changing buffers because it might
10080 have a buffer-local binding.
10081
10082 2000-11-28 Miles Bader <miles@gnu.org>
10083
10084 * simple.el (delete-horizontal-space): Handle fields more generally.
10085
10086 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10087
10088 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10089
10090 2000-11-28 Dave Love <fx@gnu.org>
10091
10092 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10093 comment-start-skip locally.
10094
10095 * progmodes/fortran.el (fortran-mode): Don't set
10096 fortran-comment-line-start-skip. Set comment-start to
10097 fortran-comment-line-start.
10098 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10099 (fortran-comment-line-start-skip): Simplify slightly.
10100
10101 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10102
10103 * play/5x5.el: Remove RCS keyword.
10104
10105 * bs.el: Mistaken commit, undone 2000-11-30.
10106
10107 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10108
10109 * textmodes/tildify.el (tildify-string-alist):
10110 Add `plain-tex-mode' here.
10111
10112 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10113
10114 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10115 reference.
10116
10117 2000-11-28 Miles Bader <miles@gnu.org>
10118
10119 * cus-face.el (custom-face-attributes): Add post-filter function
10120 for :box. Make pre-filter function for :box handle all cases.
10121
10122 * wid-edit.el (widget-choose): Make sure pop-up window is large
10123 enough to display all the choices, as there's no way to scroll it.
10124
10125 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10126
10127 * international/mule-conf.el: Make the coding system no-conversion
10128 safe for all characters.
10129
10130 2000-11-27 Dave Love <fx@gnu.org>
10131
10132 * net/ldap.el (ldap) <defgroup>: Add :version.
10133
10134 * tooltip.el (tooltip-use-echo-area): Doc fix.
10135
10136 * cus-start.el <minibuffer-prompt-properties>: Add version.
10137 <read-buffer-function>: Add.
10138
10139 * apropos.el (apropos-print): Add help-echo to active text.
10140
10141 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10142
10143 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10144
10145 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10146 type, group and version.
10147
10148 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10149
10150 * select.el (x-get-selection): Docstring fix.
10151
10152 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10153
10154 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10155
10156 2000-11-27 Andrew Innes <andrewi@gnu.org>
10157
10158 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10159
10160 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10161
10162 2000-11-27 Miles Bader <miles@gnu.org>
10163
10164 * dired.el (dired-get-filename): Return filename verbatim if
10165 LOCALP is `verbatim'.
10166 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10167 `verbatim' so that we don't inadvertently delete a non-existant
10168 directory name.
10169
10170 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10171
10172 * international/characters.el: Specify cases and syntaxes for
10173 mule-unicode-0100-24ff.
10174
10175 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10176
10177 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10178 that foreground and/or background colors of the face `tool-bar'
10179 are unspecified.
10180
10181 2000-11-27 Miles Bader <miles@gnu.org>
10182
10183 * wid-edit.el (widget-field-buffer, widget-field-start)
10184 (widget-field-end): Handle widget field `pseudo-overlays'.
10185 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10186 if it's there instead of in `widget-field-list'.
10187
10188 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10189 (help-make-xrefs): Delete extraneous newlines at the end of the
10190 docstring.
10191
10192 2000-11-25 Jason Rumney <jasonr@gnu.org>
10193
10194 * startup.el (command-line): Call set-locale-environment after
10195 Window System init file is read, as it can result in a call to
10196 redraw-frame.
10197
10198 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10199
10200 * simple.el (shell-command): Mention the effect of the prefix
10201 argument in the doc string.
10202
10203 2000-11-25 Miles Bader <miles@gnu.org>
10204
10205 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10206
10207 * wid-edit.el (widget-field-value-delete): Don't try to delete
10208 overlay when it's the `pseudo-overlay' that exists at some points.
10209
10210 2000-11-24 Jason Rumney <jasonr@gnu.org>
10211
10212 * international/mule-cmds.el (locale-language-names): Add "jp" as
10213 a non-standard alternative for Japanese.
10214
10215 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10216
10217 * vc-hooks.el: Require 'cl during compilation.
10218
10219 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10220
10221 * faces.el (face-set-after-frame-default): Let face attributes
10222 specified for new frames override frame parameters.
10223
10224 * startup.el (command-line): Fix computation of the source file
10225 for user-init-file when user-init-file is a compiled file.
10226
10227 2000-11-24 Miles Bader <miles@gnu.org>
10228
10229 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10230 (custom-post-filter-face-spec): New functions.
10231 (custom-face-set, custom-face-value-create): Filter the face spec
10232 before and after customization.
10233 (custom-face-set): If VALUE specifies a null face, pass a
10234 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10235 * cus-face.el (custom-face-attributes): Remove SET and GET
10236 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10237 cases they're needed.
10238
10239 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10240 that it's distinguishable from the :off-glyph on dark-background
10241 displays. Set its background color too.
10242
10243 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10244 so that people can easily turn it off.
10245
10246 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10247
10248 * ediff-diff.el: Moved variables around to have it compile under NT.
10249
10250 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10251
10252 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10253
10254 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10255 redundant skip-small-frames test.
10256
10257 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10258 (viper-downgrade-to-insert): Protect against errors in hooks.
10259
10260 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10261 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10262 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10263 New functions.
10264
10265 * viper-util.el (viper-memq-char): Bug fixes.
10266
10267 * viper.el (viper-mode): Fix cursor handling.
10268
10269 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10270
10271 * international/mule-diag.el (list-iso-charset-chars):
10272 For two-byte charset, fix the `while' condition.
10273 (list-non-iso-charset-chars): Fix the `while' condition.
10274
10275 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10276
10277 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10278 if the variable is make-variable-buffer-local.
10279
10280 * progmodes/ada-stmt.el (ada-template-map):
10281 Initialize and bind it to C-c t in ada-mode-map.
10282 (ada-stmt-mode-hook): New function extracted from old code.
10283 Only change the buffer-local side of skeleton-*.
10284 (ada-mode-hook): Use it.
10285
10286 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10287
10288 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10289 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10290 we expect to be returned by minibuffer-depth once we prompt the
10291 user in the minibuffer.
10292 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10293 as recorded in iswitchb-minibuf-depth, return non-nil.
10294
10295 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10296
10297 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10298 (hscroll-window-maybe): Docstring fix.
10299
10300 2000-11-23 Dave Love <fx@gnu.org>
10301
10302 * rect.el (string-rectangle): Don't test delete-selection-mode.
10303
10304 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10305
10306 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10307 is in the tool bar.
10308
10309 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10310 with `no-dir'; we want the directory part to be able to remove it.
10311
10312 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10313
10314 * textmodes/outline.el (outline-flag-region):
10315 Don't bind inhibit-read-only since we don't modify the buffer.
10316 (outline-isearch-open-invisible): Don't jump to overlay-start
10317 since we're trying to unhide text around point.
10318 (outline-discard-overlays): Use dolist.
10319
10320 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10321
10322 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10323
10324 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10325
10326 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10327
10328 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10329 Fix ARG regexp to skip quoted braces.
10330 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10331 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10332 are (correctly) handled separately).
10333 Remove `caption' and `footnote' from `citations': they contain text.
10334 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10335 (latex-skeleton-end-hook): New function.
10336 (latex-mode): Use it.
10337 (tex-start-tex-marker): Remove.
10338 (tex-send-tex-command): Don't set tex-start-tex-marker.
10339 (tex-error-parse-syntax-table): New var.
10340 (tex-compilation-parse-errors): Use it.
10341 Ignore tex-start-tex-marker. Don't bother with marker-position.
10342 (tex-validate-buffer): Don't bother with marker-position.
10343
10344 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10345 (flyspell-generic-progmode-verify): Use it.
10346
10347 2000-11-22 Sam Steingold <sds@gnu.org>
10348
10349 * simple.el (delete-trailing-whitespace): New interactive function.
10350
10351 * progmodes/ada-mode.el (ada-mode): Use it instead of
10352 `ada-remove-trailing-spaces'.
10353 (ada-remove-trailing-spaces): Removed.
10354
10355 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10356
10357 * textmodes/picture.el (picture-clean): Removed.
10358 (picture-mode-exit): Call it instead of `picture-clean'.
10359
10360 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10361
10362 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10363
10364 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10365 jit-lock-fontify-buffer; it should anyway be unneccessary to
10366 do anything special when jit-lock is active.
10367 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10368
10369 2000-11-22 Dave Love <fx@gnu.org>
10370
10371 * calendar/todo-mode.el (todo-top-priorities): Use
10372 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10373
10374 * language/chinese.el, language/cyrillic.el:
10375 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10376 * language/hebrew.el, language/indian.el, language/japanese.el:
10377 * language/korean.el, language/lao.el, language/misc-lang.el:
10378 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10379 Use provide.
10380
10381 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10382 (custom-variable-set): Improve validation error mesage.
10383
10384 * rect.el (string-rectangle): Revert last change.
10385 (string-rectangle-line): New arg DELETE.
10386 (string-rectangle): Check delete-selection-mode.
10387
10388 * emacs-lisp/edebug.el (edebug-version)
10389 (edebug-maintainer-address): Deleted.
10390 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10391 (edebug-read-function): Account for other `'#' read forms.
10392 (edebug-mode-menus): Make some items toggles.
10393 (edebug-outside-unread-command-event, unread-command-event):
10394 Remove these to avoid warnings.
10395
10396 2000-11-22 David Ponce <david@dponce.com>
10397
10398 * recentf.el (recentf-menu-items-for-commands)
10399 (recentf-make-menu-items, recentf-make-menu-item)
10400 (recentf-filter-changer): Added :help and :active menu-item properties.
10401
10402 (recentf-build-dir-rules, recentf-dump-variable)
10403 (recentf-edit-list, recentf-open-files-item)
10404 (recentf-open-files): Replaced unnecessary `mapcar' with new
10405 built-in `mapc'.
10406
10407 2000-11-23 Miles Bader <miles@gnu.org>
10408
10409 * faces.el (menu): Make inverse-video on ttys too.
10410
10411 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10412
10413 * simple.el (comment-line-break-function): Use the new name
10414 indent-new-comment-line -> comment-indent-new-line.
10415 (clone-indirect-buffer): Don't ignore NORECORD.
10416 (next-completion): Properly handle the case where items are adjacent.
10417
10418 * mouse.el (popup-menu): Stupid typo.
10419
10420 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10421
10422 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10423 maintainer, keywords tags.
10424
10425 * rect.el (replace-rectangle): Don't call string-rectangle-line
10426 with too many arguments.
10427
10428 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10429
10430 * ediff-util.el (ediff-file-checked-out-p)
10431 (ediff-file-checked-in-p): Call vc-state instead of
10432 vc-locking-user, which no longer exists.
10433
10434 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10435
10436 2000-11-22 Dave Love <fx@gnu.org>
10437
10438 * md5.el (md5): Provide.
10439 (md5): Fix error call.
10440
10441 2000-11-22 Miles Bader <miles@gnu.org>
10442
10443 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10444 (refill-fill-paragraph-at): Remove debugging code.
10445
10446 * calendar/calendar.el (generate-calendar-window): When we don't
10447 call `fit-window-to-buffer', make sure the top line is fully visible.
10448
10449 * image-file.el (insert-image-file): Don't make `read-only'
10450 property rear-nonsticky.
10451
10452 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10453 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10454 stashing away its original value.
10455 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10456 in the recursive edit.
10457 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10458 (isearch-done): Restore `minibuffer-message-timeout'.
10459
10460 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10461
10462 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10463
10464 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10465
10466 * find-lisp.el (find-lisp-find-files-internal):
10467 Use dolist, when and file-name-as-directory.
10468
10469 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10470 (define-derived-mode, define-minor-mode): Add specs.
10471
10472 * window.el: General comment and spacing fixes.
10473 (save-selected-window): Use backquotes.
10474 (window-safely-shrinkable-p): New function.
10475 (shrink-window-if-larger-than-buffer): Use it.
10476
10477 * subr.el (make-local-hook): Docstring fix.
10478
10479 * shell.el (shell-mode): Use define-derived-mode.
10480
10481 * newcomment.el (comment-indent): Insert comment before calling
10482 comment-indent-function. Don't insert in column 0.
10483 (comment-dwim): Indent before inserting comment.
10484
10485 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10486 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10487 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10488 Use mapc rather than map.
10489
10490 * files.el (find-buffer-visiting): Compare all attributes before
10491 declaring two files identical (rather than just their inode-no).
10492 (auto-mode-alist): Use \' rather than $.
10493
10494 * which-func.el: Update maintainer line.
10495
10496 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10497 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10498 (uniquify-buffer-file-name): Use it.
10499
10500 2000-11-22 Miles Bader <miles@gnu.org>
10501
10502 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10503 * simple.el (minibuffer-avoid-prompt): New function.
10504
10505 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10506
10507 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10508
10509 2000-11-21 Miles Bader <miles@gnu.org>
10510
10511 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10512 inclusion of `track-mouse'.
10513
10514 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10515 (refill-adjust-ignorable-overlay): New function.
10516 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10517 only the paragraph's tail if possible.
10518 Update `refill-ignorable-overlay'.
10519 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10520
10521 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10522 point inside the fill-prefix.
10523
10524 * textmodes/refill.el (refill-post-command-function): Don't reset
10525 refill-doit in the case where a self-insertion command doesn't
10526 case a refill. Use `refill-fill-paragraph-at', getting position
10527 from `refill-doit'.
10528 (refill-after-change-function): Set `refill-doit' to END.
10529 (refill-fill-paragraph-at): New function, mostly from old
10530 refill-fill-paragraph.
10531 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10532 (refill-pre-command-function): New function.
10533 (refill-mode): Add it to `pre-command-hook'.
10534
10535 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10536
10537 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10538
10539 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10540 javadoc tags.
10541
10542 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10543
10544 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10545 vc.el).
10546
10547 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10548 require vc.
10549
10550 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10551 checkouts.
10552
10553 2000-11-20 Dave Love <fx@gnu.org>
10554
10555 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10556
10557 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10558
10559 * calculator.el (calculator-paste): Use `if' instead of `and'
10560 and `or'.
10561 (calculator-help): Don't use electric-describe-mode for XEmacs.
10562
10563 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10564
10565 * info.el (info-menu-5): Doc fix.
10566
10567 * textmodes/artist.el: New file.
10568
10569 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10570
10571 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10572 and differentiate according to checkout model.
10573 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10574 since this function is only concerned with master state.
10575
10576 * vc-hooks.el (vc-workfile-unchanged-p)
10577 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10578
10579 * vc.el (vc-workfile-unchanged-p)
10580 (vc-default-workfile-unchanged-p): See above.
10581
10582 2000-11-19 Miles Bader <miles@gnu.org>
10583
10584 * image-file.el (insert-image-file): Make `intangible' and
10585 `read-only' properties rear-nonsticky too.
10586
10587 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10588
10589 * ps-print.el: Update copyright notice.
10590
10591 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10592 (tooltip-show): Use the offsets.
10593
10594 * bindings.el (mode-line-modified): Fix a typo.
10595 (mode-line-toggle-modified, mode-line-widen)
10596 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10597
10598 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10599
10600 * ps-print.el (toplevel): Test for find-coding-system being
10601 fboundp before calling ps-x-find-coding-system.
10602
10603 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10604
10605 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10606 (vc-version-backup-file): Docstring fix.
10607
10608 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10609
10610 * files.el (basic-save-buffer): Don't add a newline if
10611 find-file-literally is non-nil.
10612 (find-file-literally): Extend doc string.
10613
10614 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10615 sort(1) with the `-f' argument.
10616
10617 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10618
10619 * vc.el: Updated backend documentation.
10620 (vc-default-check-headers): New function.
10621
10622 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10623
10624 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10625 up-to-date.
10626 (vc-do-command): In the asynchronous case, output messages only if
10627 the minibuffer is not active.
10628
10629 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10630 `vc-cvs-use-edit' is on.
10631 (vc-cvs-checkout): When this is used for reverting the workfile,
10632 make a backup of the original contents and revert to that in case
10633 of error.
10634 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10635 remote repositories.
10636
10637 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10638 for both version and ratio in the minibuffer.
10639
10640 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10641 Use vc-do-command to perform the annotation, not call-process.
10642
10643 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10644
10645 * international/quail.el (quail-start-translation): Don't call
10646 `message' before reading key sequence.
10647
10648 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10649
10650 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10651
10652 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10653
10654 * window.el (fit-window-to-buffer): Be sure to acquire at least
10655 one text line even if the buffer is empty.
10656
10657 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10658
10659 * net/ange-ftp.el (ange-ftp-file-writable-p)
10660 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10661 Bind ange-ftp-process-verbose to nil.
10662
10663 2000-11-15 Dave Love <fx@gnu.org>
10664
10665 * wid-edit.el (widget-specify-field, widget-specify-button):
10666 If :help-echo is a function, set help-echo of overlay to
10667 widget-mouse-help.
10668 (widget-mouse-help): New function.
10669 (widget-echo-help): Rewritten for :help-echo functions only taking
10670 a widget arg.
10671
10672 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10673 Use display-graphic-p.
10674 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10675 and that JPEG is available.
10676 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10677
10678 * international/mule-cmds.el (locale-charset-language-names):
10679 Match @euro.
10680
10681 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10682
10683 * faces.el (face-set-after-frame-default):
10684 If `inhibit-default-face-x-resources' is bound, don't intialize the
10685 default face from X resources.
10686
10687 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10688
10689 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10690 Don't set EMACSLOADPATH.
10691
10692 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10693
10694 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10695 texinfo-insert-@url.
10696 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10697 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10698
10699 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10700
10701 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10702 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10703 (checkdoc-minor-keymap): Backward compatibility.
10704 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10705 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10706 (checkdoc-this-string-valid-engine): Be a bit more strict
10707 to avoid matching substrings of `...' quoted vars/funs.
10708 (checkdoc-defun-info): Only look for `interactive' if alone.
10709 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10710
10711 * progmodes/compile.el (grep): `tag-default' can be nil.
10712
10713 * newcomment.el (comment-indent): Paren typo.
10714
10715 2000-11-14 Dave Love <fx@gnu.org>
10716
10717 * calculator.el: New maintainer version.
10718
10719 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10720
10721 * cmuscheme.el: Doc fixes.
10722 (cmuscheme) <defgroup>: Use `scheme' as parent.
10723 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10724
10725 * xscheme.el (scheme-program-name): Don't define here.
10726
10727 * progmodes/scheme.el (scheme-program-name): New variable
10728 (originally in cmuscheme).
10729
10730 2000-11-14 Miles Bader <miles@gnu.org>
10731
10732 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10733 Handle header-lines. Don't loop forever if we can't enlarge the
10734 window anymore. Simplify a bit.
10735
10736 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10737
10738 * window.el (fit-window-to-buffer): Don't check
10739 window-text-height. Assure that the last line is fully visible.
10740
10741 * international/quail.el (quail-show-guidance-buf):
10742 Call fit-window-to-buffer to assure the enough height of the guidance
10743 buffer.
10744 (quail-update-guidance): Avoid making the guidance buffer shorter.
10745
10746 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10747
10748 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10749 rather than `prepend' and add an interesting comment.
10750 (tex-math-face, tex-font-lock-syntactic-face-function):
10751 New face and function to use it.
10752 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10753 than `menu-enable' symbol property.
10754 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10755 (tex-mode): Add some latex-mode commands for auto-selection.
10756 Use tex-font-lock-syntactic-face-function.
10757 (tex-insert-quote): Simplify.
10758 (tex-shell): New mode.
10759 (tex-start-shell): Use it.
10760 (tex-shell-proc, tex-shell-buf): New functions.
10761 (tex-send-command): Use it.
10762 (tex-main-file): Fix the meaning of the new arg REALFILE.
10763 (tex-send-tex-command): New function split from `tex-start-tex'.
10764 Set compilation-last-buffer and compilation-parsing-end.
10765
10766 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10767 when it follows non-comment text on the line.
10768
10769 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10770 Set font-lock-defaults.
10771 (lisp-mode-shared-map): Init inside the defvar.
10772 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10773 Use define-derived-mode.
10774
10775 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10776
10777 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10778
10779 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10780
10781 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10782 Don't recursively optimize body because that can lead to infinite
10783 recursion; see comment there.
10784
10785 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10786
10787 * faces.el (face-spec-set-match-display): Revert the change from
10788 2000-10-24. Add a FIXME for after v21.1.
10789
10790 2000-11-13 Miles Bader <miles@gnu.org>
10791
10792 * textmodes/fill.el (skip-line-prefix): New function.
10793 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10794 (fill-paragraph): Don't leave point inside the fill-prefix.
10795 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10796 point inside the fill-prefix.
10797
10798 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10799
10800 * calendar/calendar.el (generate-calendar-window):
10801 Use `fit-window-to-buffer'.
10802
10803 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10804
10805 * gud.el (gud-minor-mode): New var.
10806 (gud-symbol, gud-val): New functions.
10807 (gud-find-file): Copy gud-minor-mode to the new buffer.
10808 (gud-menu-map): Include entries for commands that are not always
10809 available, using :enable to (de)activate them.
10810 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10811 (gud-mode-map): New map.
10812 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10813 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10814 Don't set up gud's menu (it's done by the minor-mode).
10815 (gud-minibuffer-local-map): New.
10816 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10817 (gud-query-cmdline): New function.
10818 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10819 (gud-mode): Use define-derived-mode.
10820 Don't set up gud's menu (it's done by the minor-mode).
10821 (gud-chop-words): Remove.
10822 (gud-common-init): Use split-string instead.
10823 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10824
10825 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10826 Add keyword arg :name.
10827
10828 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10829 (diff-count-matches, diff-split-hunk): New functions.
10830 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10831
10832 * pcvs-info.el (cvs-fi-conflict-face): New var.
10833
10834 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10835 Make it into a simple syntax-table, shared among all submodes.
10836 (sh-heredoc-face): Re-introduce.
10837 (sh-font-lock-syntactic-face-function): New function.
10838 (sh-mode): Use it. Also use define-derived-mode.
10839 Remove old bogus setting of indent-region-function.
10840 (sh-set-shell): Don't set the syntax-table any more.
10841 (sh-mode-syntax-table) <defun>: Remove.
10842
10843 2000-11-12 Miles Bader <miles@gnu.org>
10844
10845 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10846 message if interactive.
10847
10848 2000-11-12 Dave Love <fx@gnu.org>
10849
10850 * mail/feedmail.el: Fix header,
10851 (feedmail) <defgroup>: Add :link.
10852
10853 * view.el: Use local-map property, not keymap on mode-line string.
10854
10855 * scroll-all.el (scroll-all-mode): Customize variable.
10856 Add autoload cookie to function.
10857
10858 * lazy-lock.el: Remove compatibility code.
10859
10860 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10861 (finder-help-echo): New variable.
10862 (finder-mouse-face-on-line): Add help-echo stuff.
10863 (finder-list-keywords, finder-list-matches): Use mapc.
10864
10865 * faces.el (face-font-registry-alternatives): Add :version.
10866
10867 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10868 tags-table-list.
10869
10870 * net/browse-url.el (browse-url-browser-function): Update :version.
10871
10872 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10873 (mail-mode): Use [:alnum:] in some regexps.
10874
10875 2000-11-10 Dave Love <fx@gnu.org>
10876
10877 * ediff.el (ediff-regions-internal, ediff-documentation):
10878 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10879 fundamental mode.
10880
10881 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10882 buffer into fundamental mode.
10883 (ediff-set-difference): Use copy-sequence if available.
10884
10885 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10886 Check ediff-patch-map non-nil.
10887 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10888 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10889 buffer into fundamental mode.
10890
10891 * ediff-merg.el (state-or-merge): Defvar when compiling.
10892
10893 2000-11-10 Jason Rumney <jasonr@gnu.org>
10894
10895 * w32-fns.el (w32-add-charset-info): New function.
10896 (w32-charset-info-alist): Use it.
10897
10898 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10899
10900 * faces.el (face-font-registry-alternatives): New user-option.
10901
10902 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10903
10904 * textmodes/texinfo.el (texinfo-block-default): New var.
10905 (texinfo-insert-block): Use it. Insert a newline if needed.
10906
10907 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10908 (fill-region-as-paragraph): Use it.
10909
10910 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10911 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10912 Tweak paragraph regexps to allow a leading [ \t]*.
10913 (tex-latex-block): Insert a newline if necessary.
10914 (latex-insert-item): Only insert a newline if necessary.
10915 (tex-guess-main-file): New function.
10916 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10917 Set tex-main-file if TeX-master is provided.
10918 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10919
10920 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10921
10922 * startup.el (command-line): Set the default tooltip-mode
10923 to t for graphical displays which implement x-show-tip.
10924
10925 * tooltip.el (tooltip-mode): Add a comment about startup.el
10926 setting the default value of this user-option.
10927
10928 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10929
10930 * font-lock.el (font-lock-*-face) <defvar>: Move.
10931 (font-lock-defaults-alist): Mark obsolete.
10932 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10933 (font-lock-mode): Use define-minor-mode.
10934 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10935 (font-lock-turn-off-thing-lock): Be more explicit.
10936 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10937 (font-lock-syntactic-face-function): New var.
10938 (font-lock-fontify-syntactically-region): Use it.
10939 (font-lock-doc-face): New.
10940
10941 * pcvs.el (cvs-enabledp): Ignore errors.
10942 (cvs-commit-filelist): Never query.
10943 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10944 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10945 (cvs-do-removal): Use cvs-partition rather than delete-if.
10946 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10947 cvs-bury-buffer.
10948
10949 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10950 Allow `next' to jump to after the end of the last match.
10951
10952 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10953
10954 * simple.el (byte-compiling-files-p): New function.
10955
10956 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10957 if it is there.
10958
10959 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10960 nil again.
10961
10962 * textmodes/ispell.el (ispell-library-path): Don't call
10963 check-ispell-version when byte-compiling because that starts
10964 an ispell process, and ispell might not be installed.
10965 (toplevel): Don't set up a menu when byte-compiling.
10966
10967 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10968 it, so that a boundp test can be used to determine if we're
10969 currently byte-compiling.
10970
10971 2000-11-09 Dave Love <fx@gnu.org>
10972
10973 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10974
10975 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10976
10977 * ps-print.el: Patch for variable initialization when spooling.
10978 Doc fix.
10979 (ps-output-list): Fun eliminated.
10980 (ps-begin-file, ps-begin-job): Code fix.
10981
10982 2000-11-08 Dave Love <fx@gnu.org>
10983
10984 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10985
10986 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10987
10988 * simple.el (shell-command, display-message-or-buffer)
10989 (shell-command-on-region): Mention resize-mini-windows in the doc
10990 string.
10991 (display-message-or-buffer): Take the value of resize-mini-windows
10992 into account.
10993
10994 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10995
10996 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10997
10998 * dired.el (dired-between-files): Add `^. find' as an alternative
10999 to the regular expression, for find-dired.
11000
11001 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11002
11003 * textmodes/texnfo-upd.el: Require texinfo.
11004 (defmacro, defgroup): Remove.
11005 (texinfo-section-to-generic-alist): Remove.
11006 Use texinfo-section-list instead (i.e. level is changed string->int).
11007 (texinfo-filter): New function.
11008 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11009 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11010 Use it. And use regexp-opt.
11011 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11012 (texinfo-update-menu-region-beginning)
11013 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11014 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11015 (texinfo-update-menu-same-level-regexps): Update.
11016 (texinfo-update-node, texinfo-every-node-update)
11017 (texinfo-sequential-node-update): Remove autoload cookie.
11018
11019 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11020 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11021 (texinfo-chapter-level-regexp): Remove.
11022 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11023
11024 2000-11-06 Dave Love <fx@gnu.org>
11025
11026 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11027
11028 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11029 Match defun*.
11030
11031 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11032
11033 * composite.el (composition-function-table): Variable declaration
11034 moved to src/composite.c.
11035 (compose-chars-after): New optional arg object.
11036
11037 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11038
11039 * bindings.el (mode-line-toggle-read-only)
11040 (mode-line-toggle-modified, mode-line-widen)
11041 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11042 (make-mode-line-mouse2-map): Rewritten.
11043 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11044 functions so that C-h k can show something with a doc string.
11045
11046 * startup.el (fancy-splash-delay): Set to 10 seconds.
11047 (fancy-splash-max-time): New user-option.
11048 (fancy-splash-stop-time): New variable.
11049 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11050 (fancy-splash-screens-1): Throw `stop-splashing' when current
11051 time is greater than fancy-splash-stop-time.
11052
11053 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11054
11055 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11056
11057 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11058 Prompt user for a file rather than raising an error.
11059 (cvs-enabledp): Fix call to cvs-mode-marked.
11060 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11061 (cvs-mode-insert): Use it. Change the init prompt' value.
11062 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11063
11064 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11065 Don't pass default arg to ewoc-locate.
11066 (ewoc-collect): Return result in the right order.
11067
11068 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11069
11070 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11071 (cvs-status-get-tags): Fix regexp.
11072 (cvs-status-trees, cvs-status-cvstrees):
11073 Combine after change hooks and don't sit-for.
11074 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11075 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11076 Use make-char rather than hard-coded cryptic data.
11077 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11078
11079 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11080
11081 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11082 (cvs-insert-strings): New function.
11083
11084 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11085
11086 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11087 `mwheel-scroll-amount'.
11088 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11089 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11090 string-matching against the version string.
11091
11092 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11093
11094 * language/thai.el ("Thai"): Set a lisp form that produces
11095 composed string in `sample-text' language info.
11096
11097 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11098 composed string in `sample-text' language info.
11099
11100 * international/mule-cmds.el (describe-language-environment):
11101 Eval `sample-text' data and insert the result.
11102
11103 * international/mule-conf.el (compound-text): Define this coding
11104 system here. Make x-ctext and ctext aliases of it.
11105
11106 * language/european.el (compound-text, ctext): Moved to
11107 international/mule-conf.el.
11108
11109 2000-11-05 Andrew Innes <andrewi@gnu.org>
11110
11111 * w32-fns.el (w32-version): New function.
11112
11113 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11114
11115 * progmodes/awk-mode.el: Update copyright.
11116 (awk-mode-abbrev-table): Remove.
11117 (awk-font-lock-keywords): Use regexp-opt.
11118 (awk-mode): Use define-derived-mode.
11119
11120 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11121 when extracting a suffix.
11122
11123 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11124
11125 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11126 auto-save-mode.
11127
11128 2000-11-04 Jason Rumney <jasonr@gnu.org>
11129
11130 * language/european.el (decode-mac-roman): Test against r1 not r0.
11131
11132 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11133
11134 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11135 (icon-mode): Define indent-line-function.
11136 (icon-comment-indent): Simplify.
11137 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11138
11139 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11140
11141 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11142 Bind change-log-default-mode to defeat the caching done on it.
11143 Don't bother saving excursion any more.
11144
11145 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11146
11147 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11148 (set-frame-font): Use the new name (and the old for compatibility).
11149
11150 * toolbar/tool-bar.el (tool-bar-mode):
11151 * time.el (display-time-mode):
11152 * recentf.el (recentf-mode):
11153 * paren.el (show-paren-mode):
11154 * mwheel.el (mouse-wheel-mode):
11155 * msb.el (msb-mode):
11156 * jka-compr.el (auto-compression-mode):
11157 * image-file.el (auto-image-file-mode):
11158 * hl-line.el (hl-line-mode):
11159 * delsel.el (delete-selection-mode):
11160 * autoinsert.el (auto-insert-mode):
11161 * complete.el (partial-completion-mode): Drop unneeded positional args.
11162
11163 * info.el (Info-mode):
11164 * comint.el (comint-mode): Don't bother with make-local-hook.
11165
11166 * log-edit.el (log-edit-menu): New menu.
11167
11168 2000-11-03 Miles Bader <miles@gnu.org>
11169
11170 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11171 definition, so that trailing spaces are handled properly.
11172 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11173
11174 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11175
11176 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11177 tab character.
11178 (fancy-splash-screens): Set tab-width to 20.
11179
11180 2000-11-03 Dave Love <fx@gnu.org>
11181
11182 * comint.el (comint-completion-addsuffix): Fix custom type.
11183
11184 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11185
11186 * font-lock.el (font-lock-buffers): Remove.
11187 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11188 (font-lock-change-major-mode): Remove.
11189 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11190 (font-lock-default-fontify-region): Extend the multiline
11191 fontification to whole lines.
11192 (font-lock-fontify-anchored-keywords)
11193 (font-lock-fontify-keywords-region): If matching just one
11194 line (with \n) only mark the \n as multiline.
11195
11196 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11197 Correctly handle the case where several :group args are supplied.
11198 Allow :extra-args.
11199 (easy-mmode-define-global-mode): Allow :extra-args.
11200 Correctly handle the case where several :group args are supplied.
11201
11202 2000-11-02 Miles Bader <miles@gnu.org>
11203
11204 * calendar/calendar.el (diary-face, calendar-today-face)
11205 (holiday-face): Remove dependency on `window-system'.
11206
11207 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11208
11209 * Makefile.in (emacs): Set EMACSLOADPATH always.
11210 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11211 (compile-files): Bomb out if compilation of a file fails.
11212
11213 2000-11-02 Dave Love <fx@gnu.org>
11214
11215 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11216
11217 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11218
11219 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11220 punctuation in the warning inserted into the *mail* buffer.
11221
11222 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11223
11224 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11225 (authors-public-domain-p): New function.
11226 (authors-print): Use it.
11227
11228 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11229
11230 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11231
11232 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11233
11234 * ps-print.el: Extension for even/odd printing. Doc fix.
11235 (ps-print-version): New version number (6.3.1).
11236 (ps-even-or-odd-pages): Customization fix.
11237 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11238 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11239 (ps-page-count): Var replaced by `ps-page-column'.
11240 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11241 (ps-print-sheet-p): New fun.
11242
11243 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11244
11245 * tooltip.el (tooltip-gud-tips-setup): New function.
11246 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11247 (tooltip-mode): Call tooltip-gud-tips-setup.
11248 (tooltip-gud-tips): Use `gud-basic-call' instead of
11249 process-send-string, so the prompt gets frobbed appropriately.
11250 Handle nil return value from `tooltip-gud-print-command'.
11251
11252 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11253
11254 * comint.el (comint-add-to-input-history): New function.
11255 (comint-send-input): Use `comint-add-to-input-history'.
11256
11257 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11258
11259 * info.el (info-menu-header): New face.
11260 (Info-fontify-menu-headers): New function.
11261 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11262
11263 * info.el (Info-insert-dir): Don't include blank lines at
11264 beginning of additional dir files (one is added automatically).
11265
11266 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11267
11268 * emacs-lisp/easy-mmode.el (define-minor-mode):
11269 Revert the latest changes.
11270 Allow the three positional arguments to be skipped and replaced
11271 by keyword arguments.
11272 Add a :toggle argument to determine whether a nil arg means toggle
11273 or means turn-on. The default is unchanged.
11274 Add a call to force-mode-line-update.
11275
11276 2000-11-01 Dave Love <fx@gnu.org>
11277
11278 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11279
11280 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11281
11282 * calendar/calendar.el (diary-face, holiday-face):
11283 Add dark-background variants.
11284
11285 2000-10-31 Sam Steingold <sds@gnu.org>
11286
11287 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11288 `tex-main-file' does not have directory in it.
11289
11290 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11291
11292 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11293
11294 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11295
11296 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11297 functional change.
11298
11299 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11300
11301 * files.el (find-file-noselect): When we expand a wildcard, return
11302 a list of buffers, as we should do according to the doc string.
11303
11304 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11305
11306 * loadup.el (top level): Adjust load path if program name is
11307 "../src/bootstrap-emacs", in case it's not dumped and thus the
11308 load path adjustment hasn't already been done.
11309
11310 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11311
11312 * ps-print.el: Fix bug on selected pages for printing.
11313 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11314 is on. Try to avoid warning messages when compiling. Doc Fix.
11315 (ps-print-version): New version number (6.3).
11316 (ps-color-device): Use `color-values' to determine if device
11317 supports color.
11318 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11319 (ps-print-page-p): Changed from defsubst to defun.
11320 (ps-page-number): Changed from defmacro to defun.
11321 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11322 printing.
11323 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11324 (ps-end-file, ps-dummy-page): Funs eliminated.
11325 (ps-print-color-scale): Changed default value.
11326 (ps-page-n-up, ps-print-page-p): New internal vars.
11327 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11328 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11329
11330 * delim-col.el: Little programming improvement.
11331 (delimit-columns-str): New macro.
11332 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11333
11334 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11335
11336 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11337 Moved to european.el.
11338 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11339 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11340 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11341 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11342
11343 2000-10-30 Dave Love <fx@gnu.org>
11344
11345 * progmodes/cc-menus.el (imenu-generic-expression)
11346 (imenu-progress-message): Only defvar when compiling.
11347
11348 * emacs-lisp/elp.el (elp-unload-hook): New function.
11349
11350 * loadhist.el (unload-feature): Call elp-restore-function,
11351 checking for symbols; don't use elp-restore-all.
11352 (loadhist-hook-functions): Doc fix.
11353
11354 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11355
11356 * log-edit.el (log-edit-confirm): Fix the default.
11357
11358 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11359
11360 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11361 delimit-columns-format.
11362 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11363
11364 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11365
11366 * comint.el (comint-replace-by-expanded-history): Don't use
11367 comint-get-old-input (we're not looking at *old* input).
11368 (comint-get-old-input-default): If using fields, signal an error
11369 when the point is not in an input field.
11370
11371 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11372
11373 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11374 and mule-unicode-e000-ffff.
11375
11376 * international/mule.el (decode-char, encode-char): New functions.
11377 (make-coding-system): Accept a symbol of translation table as a
11378 value of property `safe-chars'.
11379
11380 * international/mule-cmds.el (encode-coding-char): Check property
11381 safe-chars instead of safe-charsets.
11382
11383 * international/fontset.el (fontset-default): Modified for
11384 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11385 (x-font-name-charset-alist): Likewise.
11386 (ccl-encode-unicode-font): New CCL program. Record it in
11387 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11388
11389 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11390 New translation tables.
11391 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11392 programs are modified and moved from mac-win.el.
11393 (mac-roman): Definition of this coding system is modified and
11394 moved from mac-win.el.
11395
11396 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11397
11398 * ediff-wind.el (ediff-setup-control-frame): Enclose
11399 face-attribute in condition-case to avoid errors in older emacsen.
11400
11401 2000-10-29 Miles Bader <miles@gnu.org>
11402
11403 * custom.el (custom-add-to-group): Allow multiple entries for a
11404 given value OPTION, as long as their widget types are different.
11405 * cus-edit.el (custom-face-value-create): If face name doesn't end
11406 with "face", add such here (similar to custom group widgets).
11407
11408 * comint.el (comint-highlight-prompt): Add :type.
11409
11410 2000-10-28 John Wiegley <johnw@gnu.org>
11411
11412 * calendar/timeclock.el (timeclock-log): Doc fix.
11413 (timeclock-last-event): Doc fix.
11414 (timeclock-log): Kill the timelog buffer after appending a new event.
11415 (timeclock-find-discrep): Use a temp buffer to read in the
11416 timelog, instead of visiting the file.
11417 (timeclock-log-data): A new function, along with a host of helper
11418 functions, for the purpose of making timelog data accessible to
11419 programmers.
11420
11421 * eshell/esh-mode.el (window-height test): Make certain that
11422 `eshell-stringify-t' is non-nil.
11423 (eshell-password-prompt-regexp): Changed to a much simpler
11424 password regexp.
11425 (eshell-send-input): If `eshell-invoke-directly' returns t,
11426 directly invoke the parsed command using `eval'. This improves
11427 turn-around time on simple commands by a factor of three or
11428 greater, such as cd, ls, pwd, etc. -- which get used very often.
11429 It also conserves thousands of cons cells per call (since
11430 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11431 in the Pacific Cookie Company).
11432
11433 * eshell/esh-test.el (eshell-test): Whitespace fix.
11434
11435 * eshell/em-ls.el (eshell-ls-insert-directory):
11436 Make `eshell-ls-initial-args' nil when inserting directory contents.
11437
11438 * eshell/em-script.el (eshell-script-initialize): Add names to
11439 `eshell-complex-commands, since `source' and `.' are complex.
11440
11441 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11442 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11443 `eshell-copy-handles'.
11444 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11445 bodies.
11446 (eshell-separate-commands): Whitespace fix.
11447 (eshell-complex-commands): Added a new list of names, for
11448 determining whether a given command is as simple as it looks.
11449 (eshell-invoke-directly): New function. Returns t if a command
11450 should be invoked directly (using `eval'), rather than indirectly
11451 using `eshell-do-eval'.
11452 (eshell-do-eval): Whitespace fix.
11453
11454 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11455 which provides an emulation of the DOS shell behavior of assuming
11456 that cp/mv/ln should copy/move/link to the current directory.
11457 (eshell-remove-entries): Added a doc string.
11458 (eshell-shuffle-files): Removed the check for `target' being null.
11459 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11460 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11461 it to do a smarter check of whether a destination was provided.
11462 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11463 (eshell/ln): Enable `:preserve-args', and use
11464 `eshell-mvcpln-template' to implement the body of the function.
11465 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11466 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11467 list after flattening it. This makes it possible to cat files
11468 with numerical names.
11469 (eshell-unix-initialize): Added several names to
11470 `eshell-complex-commands.
11471 (eshell-unix-command-complex-p): Return t if a given command name
11472 may result in external processes being invoked.
11473
11474 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11475 variable nil by default, since it slows down glob processing by a
11476 factor of two or more, and increases memory consumption.
11477
11478 * eshell/em-smart.el: Added a note about how memory consumptive
11479 smart display mode can be (at least this is true in Emacs 21).
11480 (eshell-smart-initialize): Whitespace fix.
11481 (eshell-refresh-windows): Use `if' instead of `when'.
11482 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11483 not necessary.
11484 (eshell-currently-handling-window): Added a missing global variable.
11485
11486 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11487 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11488 Whitespace fix.
11489 (eshell-ls-exclude-hidden): Added this variable in addition to
11490 `eshell-ls-exclude-regexp'. This one prevents files beginning
11491 with . from even being read, which can improve memory consumption
11492 quite a bit.
11493 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11494 read file entries beginning with a dot. In home directories with
11495 lots of hidden files, fully two-thirds of the time spent in ls is
11496 used to read directory entries that are immediately thrown away.
11497 (eshell-ls-initial-args): Added back this configuration variable,
11498 for specifying default initial arguments to every call to ls.
11499 Much faster than using an alias to do the same thing.
11500 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11501 (eshell-ls-dir): Whitespace change.
11502
11503 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11504
11505 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11506 (eshell-stringify-t): Added a customization variable, to indicate
11507 whether `t' should be rendered as a string at all. If not, one
11508 can still determine if the result of an expression is true using
11509 "file-exists-p FILE && echo true".
11510 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11511 stringify t!
11512
11513 * eshell/esh-module.el: Whitespace fix.
11514
11515 * eshell/em-alias.el (eshell-alias-initialize):
11516 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11517 (eshell-command-aliased-p): New function that returns t if a
11518 command name names an aliased.
11519
11520 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11521
11522 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11523 redrawing the screen when changing cursor color.
11524 (viper-insert-state-pre-command-sentinel)
11525 (viper-replace-state-pre-command-sentinel)
11526 (viper-replace-state-post-command-sentinel):
11527 Use viper-preserve-cursor-color.
11528 Many functions changed to use viper= instead of = when comparing
11529 characters.
11530 * viper-util.el (viper-memq-char,viper=): New functions for
11531 working with characters.
11532 (viper-change-cursor-color): Fixed buglet.
11533 Many functions changed to use viper= instead of = when comparing
11534 characters.
11535 * viper.el (viper-insert-state-mode-list): Added eshell.
11536
11537 * ediff-init.el (ediff-before-setup-hook): New hook.
11538 Several typos fixed in various docstrings.
11539 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11540 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11541 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11542 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11543 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11544 (ediff-get-selected-buffers): New function.
11545 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11546 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11547 Use save-window-excursion.
11548 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11549 termination check in while loop.
11550 * ediff.el (ediff-get-default-file-name): Better defaults when in
11551 dired buffer.
11552 (ediff-files,ediff-merge-files,ediff-files3)
11553 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11554
11555 2000-10-28 Dave Love <fx@gnu.org>
11556
11557 * info.el (Info-fontify-node): Add help-echo for menu items.
11558
11559 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11560
11561 * startup.el (normal-top-level): If the value of $TERM indicates
11562 we are running from xterm or one of its work-alikes, default to a
11563 light background mode.
11564
11565 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11566 * faces.el (tty-handle-reverse-video): New function.
11567 (tty-create-frame-with-faces): Call it.
11568
11569 * frame.el (frame-notice-user-settings): Don't apply
11570 default-frame-alist and initial-frame-alist to MS-DOS frames.
11571 Call tty-handle-reverse-video, frame-set-background-mode, and
11572 face-set-after-frame-default for non-MS-DOS frames.
11573
11574 * startup.el (tty-long-option-alist): New variable.
11575 (tty-handle-args): New function.
11576 (command-line): Call tty-handle-args.
11577
11578 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11579 startup.el now does that for all character-terminal frames.
11580
11581 2000-10-28 Miles Bader <miles@gnu.org>
11582
11583 * emacs-lisp/easy-mmode.el (define-minor-mode):
11584 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11585 is global. If :global is followed by a non-nil but non-t value,
11586 make the mode buffer-local, but also generate a `global-MODE'
11587 version using `easy-mmode-define-global-mode'.
11588 Add :conditional-turn-on keyword argument.
11589
11590 2000-10-28 Dave Love <fx@gnu.org>
11591
11592 * international/latin1-disp.el (latin1-char-displayable-p):
11593 Don't use window-system.
11594
11595 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11596
11597 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11598 Don't call find-buffer-file-type-coding-system. Instead, just
11599 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11600 if the file is on an untranslated filesystem.
11601 (add-untranslated-filesystem): Use "D" instead of "f" inside
11602 interactive.
11603
11604 2000-10-27 Dave Love <fx@gnu.org>
11605
11606 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11607 (refill-mode): Use it.
11608
11609 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11610
11611 * international/quail.el (quail-activate): Don't make-local-hook.
11612
11613 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11614
11615 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11616 manual backups and file.~<rev>.~ for automatic ones.
11617 (vc-make-version-backup): Don't do it on MS-DOS without long file
11618 names.
11619
11620 * vc.el (vc-version-other-window): If an automatic backup of the
11621 desired version exists, rename it instead of copying it.
11622
11623 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11624 after command. If there's an unexpected error, signal it instead
11625 of being silent.
11626 (vc-cvs-merge-news): Be prepared for no news at all.
11627
11628 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11629
11630 * shell.el (shell): Add BUFFER argument.
11631 * comint.el (make-comint-in-buffer): New function.
11632 (make-comint): Use it.
11633
11634 * faces.el (face-spec-choose): Change syntax so that the list of
11635 attribute-value pairs is now the cdr of each clause, not the cadr.
11636 Detect old-style entries, and handle them. Use pop.
11637
11638 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11639
11640 * cus-edit.el (custom-mode-map): Use a sparse map.
11641 (custom-mode): Don't bother with make-local-hook.
11642
11643 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11644
11645 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11646
11647 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11648
11649 * ps-print.el: Avoid compilation gripes.
11650 (ps-print-version): New version number (6.2.1).
11651
11652 2000-10-26 Dave Love <fx@gnu.org>
11653
11654 * menu-bar.el: Modify some menu item help strings.
11655 (menu-bar-help-menu): Add link to MORE.STUFF.
11656
11657 * cus-edit.el (custom-mode): Add `special' mode-class property.
11658
11659 * wid-browse.el (widget-browse-mode): Likewise.
11660
11661 * wid-edit.el (widget-specify-field): Revert to using local-map
11662 property, not keymap.
11663
11664 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11665
11666 * wid-edit.el (widget-field-end): When checking for a `boundary'
11667 field, do so in the correct buffer.
11668
11669 * simple.el (undo): Correctly distinguish between numeric and
11670 non-numeric prefix args in non-transient-mark-mode, as per the doc
11671 string. When in transient-mark-mode, treat all prefix-args as
11672 numeric.
11673
11674 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11675 Position point on match. Handle N == 0 correctly.
11676
11677 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11678 (comint-mode-map): Reverse order of `comint-write-output' and
11679 `comint-append-output-to-file'.
11680 (comint-append-output-to-file): Reinstate this function, for the
11681 benefit of the menu.
11682
11683 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11684
11685 * vc.el (vc-version-other-window): Bind `file'.
11686
11687 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11688
11689 * Makefile.in (update-authors): New target for maintenance purposes.
11690
11691 * emacs-lisp/authors.el (batch-update-authors): New function.
11692 (authors-fixed-entries): New defconst.
11693 (authors-add-fixed-entries): New function.
11694 (authors): Call it.: Don't process lispref/.
11695
11696 2000-10-25 Jason Rumney <jasonr@gnu.org>
11697
11698 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11699 Merge x w32 and mac definitions.
11700
11701 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11702
11703 * menu-bar.el (menu-bar-options-menu): Add a help string for
11704 `uniquify'.
11705
11706 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11707
11708 * time-stamp.el (time-stamp-string-preprocess):
11709 Fix a wrong type argument error.
11710
11711 2000-10-25 Miles Bader <miles@gnu.org>
11712
11713 * recentf.el (recentf-mode): Variable removed.
11714 (recentf-mode): Use `define-minor-mode'.
11715
11716 * mwheel.el (mouse-wheel-mode): New global minor mode.
11717 (mwheel-install): Use `mouse-wheel-mode'.
11718
11719 2000-10-25 Dave Love <fx@gnu.org>
11720
11721 * progmodes/cperl-mode.el (cperl-mode):
11722 Set normal-auto-fill-function correctly.
11723
11724 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11725 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11726 bindings.
11727
11728 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11729
11730 * wid-edit.el (widget-field-at): New function.
11731 (widget-at, widget-field-activate): Use it.
11732 (widget-tabable-at): Use `widget-at'.
11733 (widget-specify-field): If the terminating character of the widget
11734 field (which is read-only) is a newline, put it into a special
11735 `boundary' field so that C-n/C-p act more naturally.
11736 (widget-field-end): Also don't subtract one if a special
11737 `boundary' field has been added after the widget field.
11738
11739 * comint.el (comint-output-filter, comint-send-input):
11740 Don't bother adding stickiness fields to overlays to fool the field
11741 code, since it should notice the overlay insertion-types now.
11742
11743 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11744 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11745 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11746
11747 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11748
11749 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11750 (authors): Set file coding system to iso-2022-7bit.
11751 Add file-local variables to output buffer.
11752
11753 * files.el (after-find-file): Don't print any warnings if
11754 WARN is nil.
11755
11756 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11757
11758 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11759
11760 * delim-col.el: Now there is a column formatting mechanism.
11761 Modified to customization mechanisms convention. Doc fix.
11762 (columns): New group for delim-col.
11763 (delimit-columns-before, delimit-columns-after)
11764 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11765 (delimit-columns-end): New vars.
11766 (delimit-columns-customize, delimit-columns-format): New funs.
11767 (delimit-columns-region, delimit-columns-rectangle)
11768 (delimit-columns-rectangle-line): Modified to support column
11769 formatting.
11770
11771 2000-10-24 Dave Love <fx@gnu.org>
11772
11773 * log-edit.el (log-edit): Add :version and a :group for vc.
11774
11775 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11776
11777 * files.el (after-find-file): Don't print a message ``New file''
11778 if WARN is nil.
11779
11780 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11781 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11782 get duplicate tool-bar entries because we'll see the global ones
11783 on more than one path through keymaps.
11784
11785 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11786
11787 * progmodes/cmacexp.el: Change Francesco's email address.
11788
11789 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11790
11791 * window.el (fit-window-to-buffer): Adjust point of the window
11792 buffer, not that of the current buffer.
11793
11794 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11795
11796 * progmodes/cmacexp.el: Update the euthor's email address.
11797
11798 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11799
11800 * faces.el (face-spec-set-match-display): Add `graphic' display
11801 type (the inverse of `tty'). Use `display-graphic-p' instead of
11802 the window-system variable.
11803
11804 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11805
11806 * international/isearch-x.el (isearch-with-input-method):
11807 Call input-method-function with the first event in
11808 unread-command-events.
11809
11810 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11811
11812 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11813
11814 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11815
11816 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11817 New charsets.
11818
11819 * term/mac-win.el: Remove definitions of mac-roman-lower and
11820 mac-roman-upper, require dired, and define instead of set
11821 mac-ready-for-drag-n-drop to avoid compilation error.
11822
11823 2000-10-23 Andrew Innes <andrewi@gnu.org>
11824
11825 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11826 Remove superfluous calls to subst-char-in-string; instead apply
11827 expand-file-name after convert-standard-filename to ensure
11828 expected directory separators are used.
11829
11830 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11831
11832 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11833
11834 2000-10-23 Dave Love <fx@gnu.org>
11835
11836 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11837 (tool-bar-add-item): Set foreground and background for XBM icons.
11838
11839 * international/latin1-disp.el (latin1-char-displayable-p):
11840 New function (from Handa).
11841 (latin1-display-check-font): Use it.
11842
11843 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11844 using :key-sequence, making it much more usable.
11845 Use nconc, not append.
11846 (imenu--create-keymap-1): Avoid append.
11847
11848 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11849
11850 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11851
11852 [the following changes fix a bug where `define-minor-mode' didn't
11853 correctly generate :require clauses for defcustoms in compiled files]
11854 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11855 (byte-compile-log-file, byte-compile-log-1): Don't set
11856 `byte-compile-current-file' to nil. Instead set
11857 `byte-compile-last-logged-file' to it. Test whether
11858 byte-compile-current-file equals byte-compile-last-logged-file
11859 instead of whether its nil.
11860 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11861
11862 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11863
11864 * textmodes/refill.el: Fix var names in doc.
11865 (refill-mode): Don't bother with make-local-hook anymore.
11866
11867 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11868
11869 * faces.el (face-user-default-spec, face-default-spec): New functions.
11870 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11871 (frame-set-background-mode, face-set-after-frame-default):
11872 Use `face-user-default-spec'. Simplify code slightly.
11873
11874 * woman.el (woman-italic-face, woman-bold-face)
11875 (woman-unknown-face): Add dark-background variants.
11876 (woman-default-faces): Renamed from `woman-colour-faces'.
11877 Set using the stored defaults, rather than using hard-wired colors.
11878 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11879 Just make the foreground `unspecified' rather than "black".
11880 (woman-menu): Rename menu entries accordingly.
11881
11882 * faces.el (header-line): Make more reasonable on mono/grayscale
11883 displays.
11884
11885 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11886
11887 * cus-edit.el (custom-button-face): Use 3D look for mac.
11888 (custom-button-pressed-face): Likewise.
11889
11890 * faces.el (set-face-attributes-from-resources): Handle mac frames
11891 in the same way as x and w32 frames.
11892 (face-valid-attribute-values): Likewise.
11893 (read-face-attribute): Likewise.
11894 (defined-colors): Likewise.
11895 (color-defined-p): Likewise.
11896 (color-values): Likewise.
11897 (display-grayscale-p): Likewise.
11898 (face-set-after-frame-default): Likewise.
11899 (mode-line): Same default face as for x and w32.
11900 (tool-bar): Likewise.
11901
11902 * frame.el: Remove call to frame-notice-user-settings at end of
11903 the file.
11904
11905 * info.el (Info-fontify-node): Make underlines invisible for mac
11906 as for x, pc, and w32 frame types.
11907
11908 * term/mac-win.el: New file.
11909
11910 2000-10-22 Dave Love <fx@gnu.org>
11911
11912 * textmodes/refill.el: New file.
11913
11914 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11915
11916 * vc-hooks.el (vc-version-backup-file-name): New optional args
11917 MANUAL and REGEXP.
11918 (vc-delete-automatic-version-backups, vc-make-version-backup):
11919 New functions.
11920 (vc-before-save): Use the latter.
11921 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11922 confusion.
11923
11924 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11925 expected by vc[-hooks].el.
11926
11927 * vc.el (vc-checkout): Added `-p' suffix in call to
11928 vc-make-version-backups-p; use vc-make-version-backup to actually
11929 make the backup.
11930 (vc-version-other-window, vc-version-backup-file): Handle both
11931 automatic and manual backups.
11932 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11933 of all of them.
11934
11935 2000-10-22 Miles Bader <miles@gnu.org>
11936
11937 * comint.el (comint-highlight-input, comint-highlight-prompt):
11938 Renamed, `-face' at end removed.
11939 (comint-send-input, comint-output-filter): Use renamed faces.
11940
11941 * window.el (fit-window-to-buffer): Change defaulting of
11942 MAX-HEIGHT slightly.
11943
11944 * faces.el (color-values, color-defined-p): Use `member', not
11945 `memq', because it works correctly for strings.
11946 (frame-set-background-mode): Actually, "unspecified-fg" and
11947 "unspecified-bg" *are* strings. Use `member', not `memq', and
11948 `equal', not `eq', when a string value is possible.
11949
11950 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11951
11952 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11953
11954 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11955
11956 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11957 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11958 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11959 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11960 (sh-font-lock-syntactic-keywords): Use them.
11961 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11962 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11963 (sh-mode): Don't override font-lock-unfontify-region-function.
11964 Use a copy of sh-font-lock-syntactic-keywords.
11965 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11966 Don't call sh-scan-buffer since font-lock does it on the fly.
11967 (sh-get-indent-info): Use `face' rather than `syntax-table'
11968 text-property to detect here-documents.
11969 Replace sh-special-syntax with sh-st-punc.
11970 (sh-prev-line): Use `face' rather than `syntax-table'
11971 text-property to skip over here-documents.
11972 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11973 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11974 (sh-electric-less, sh-set-here-doc-region)
11975 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11976 (sh-scan-buffer, sh-rescan-buffer): Remove.
11977
11978 2000-10-21 Andrew Innes <andrewi@gnu.org>
11979
11980 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11981 remote (ange-ftp) file names.
11982
11983 2000-10-21 Miles Bader <miles@gnu.org>
11984
11985 * window.el (fit-window-to-buffer): New function.
11986 (shrink-window-if-larger-than-buffer): Use it.
11987 (window-text-height): Don't expect minibuffers to have mode-lines.
11988
11989 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11990 * international/quail.el (quail-update-guidance):
11991 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11992
11993 * international/quail.el (quail-show-guidance-buf): Make sure
11994 guidance window really has enough room.
11995 (quail-update-guidance): If quail-guidance-win is already shown,
11996 make sure its height is OK.
11997
11998 * window.el (window-text-height, set-window-text-height):
11999 New functions.
12000 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12001 instead of `window-height' & `mode-line-window-height-fudge'.
12002 (mode-line-window-height-fudge): Add FACE parameter.
12003 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12004 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12005
12006 2000-10-20 Miles Bader <miles@gnu.org>
12007
12008 * window.el (height-affecting-face-attributes): Use `defconst'.
12009
12010 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12011 New function, conditionally aliased to `mode-line-window-height-fudge'.
12012 (ispell-help): Use it.
12013 (ispell-choices-win-default-height): Don't include mode-line fudge.
12014 (ispell-choices-win-default-height): New function.
12015 (ispell-show-choices, ispell-command-loop): Use function
12016 `ispell-choices-win-default-height' instead of variable.
12017
12018 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12019
12020 * window.el (mode-line-window-height-fudge): New variable.
12021 (height-affecting-face-attributes): New variable.
12022 (mode-line-window-height-fudge): New function.
12023 (shrink-window-if-larger-than-buffer): Use it.
12024 * help.el (resize-temp-buffer-window): Likewise.
12025
12026 * info.el (Info-fontify-node): Add support for @subsubsection
12027 titles, which use `Info-title-4-face'.
12028 (Info-title-4-face): New face.
12029 (Info-title-3-face): Inherit from Info-title-4-face instead of
12030 variable-pitch.
12031
12032 2000-10-19 Jason Rumney <jasonr@gnu.org>
12033
12034 * dired.el (dired-insert-directory): Do not let errors signalled by
12035 attempt to run dired-free-space-program prevent dired from working.
12036
12037 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12038
12039 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12040
12041 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12042
12043 * dirtrack.el (dirtrack): Fix call to run-hooks.
12044
12045 * cmuscheme.el (cmuscheme-program-name): Renamed from
12046 scheme-program-name because xscheme.el contains a defcustom with
12047 the same name. As a consequence, customizing group `cmuscheme'
12048 loaded `xscheme' which redefined run-scheme.
12049 (run-scheme): Use cmuscheme-program-name.
12050
12051 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12052
12053 * play/doctor.el (doctor-death): Update the Samaritans'
12054 anonymous address, and add a website for Befrienders International.
12055
12056 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12057
12058 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12059 Avoid compilation gripes. Doc fix.
12060 (ps-print-version): New version number (6.2).
12061 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12062 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12063 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12064 (ps-x-extent-priority, ps-x-extent-start-position)
12065 (ps-x-face-font-instance, ps-x-find-coding-system)
12066 (ps-x-font-instance-properties, ps-x-make-color-instance)
12067 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12068 avoid compilation gripes without defining functions.
12069 (ps-e-find-composition): Alias for function find-composition, to have a
12070 suitable function depending on Emacs version.
12071 (ps-color-device, ps-color-values, ps-face-foreground-name)
12072 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12073 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12074 (ps-print-ensure-fontified): Function definitions surrounded by
12075 `eval-and-compile' to avoid compilation gripes.
12076 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12077 by symbol-value to avoid compilation gripes.
12078 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12079 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12080
12081 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12082
12083 * startup.el (normal-top-level): Call `frame-set-background-mode'
12084 after `frame-notice-user-settings' because the latter doesn't call
12085 the former on a tty.
12086
12087 * faces.el (frame-set-background-mode): `unspecified' &c are
12088 symbols, not strings.
12089
12090 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12091
12092 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12093 why some "light*" colors are deliberately absent from the alist.
12094
12095 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12096 Change colors for tty's, as suggested by Miles Bader.
12097
12098 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12099
12100 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12101 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12102 for ISO10646-1 fonts.
12103 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12104
12105 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12106
12107 * faces.el (frame-set-background-mode): If a tty frame defines a
12108 background color, use that to compute the background mode, instead
12109 of always defaulting to "dark".
12110
12111 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12112
12113 * comint.el (comint-write-output): New function.
12114 (comint-mode-map): Add it to the menu.
12115 Bind `C-c C-s' to comint-write-output.
12116
12117 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12118
12119 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12120 Use fancy-splash-delay.
12121
12122 2000-10-18 Alex Schroeder <alex@gnu.org>
12123
12124 * progmodes/sql.el (sql-sybase-options): New option.
12125 (sql-sybase): Use it. Add sql-database to the list of parameters
12126 provided for login. The options -w 2048 -n are not used any more.
12127
12128 * comint.el (comint-read-input-ring): Bugfix such that the first
12129 and the last entry of the input ring file are not lost.
12130
12131 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12132
12133 * ps-print.el: Internal variable changes to defcustom,
12134 make-local-hook changes to defvar. Doc fix.
12135 (ps-print-version): New version number (6.1).
12136 (ps-setup, ps-do-despool): Code fix.
12137 (ps-printer-name): Customization fix.
12138 (ps-printer-name-option): Now is a defcustom instead of an
12139 internal variable.
12140 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12141 (ps-print-begin-column-hook): Now are defvar instead of
12142 make-local-hook.
12143
12144 2000-10-18 Miles Bader <miles@gnu.org>
12145
12146 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12147 (comint-kill-output): Changed into an alias for `comint-delete-output',
12148 and made obsolete.
12149 (comint-mode-map): Rename references to comint-kill-output.
12150
12151 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12152
12153 * diff-mode.el (diff-header-face, diff-file-header-face)
12154 (diff-changed-face): Add bold and italic attributes to tty faces.
12155 (diff-function-face): New face.
12156 (diff-font-lock-keywords): Use it.
12157
12158 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12159
12160 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12161 Remove commented-out call to force-mode-line-update.
12162 (comint-kill-output): Use `forward-line 0' instead of
12163 beginning-of-line to make sure we get past the prompt.
12164
12165 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12166
12167 * diff-mode.el (diff-header-face, diff-file-header-face):
12168 Add specific setting for dark background.
12169 (diff-context-face): Renamed from diff-comment-face.
12170 Set explicitly rather than inheriting from font-lock-comment-face.
12171
12172 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12173
12174 * startup.el (command-line): Move the code which sets the default
12175 TTY colors to before before-init-hook.
12176
12177 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12178
12179 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12180
12181 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12182
12183 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12184 extensions, for MS-DOS.
12185
12186 * diff-mode.el (diff-header-face, diff-file-header-face)
12187 (diff-changed-face): Define tty-specific colors.
12188
12189 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12190
12191 * startup.el (fancy-splash-text): Realign the text.
12192
12193 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12194
12195 * font-lock.el (font-lock-comment-face): Define a separate default
12196 for dark-background tty's.
12197
12198 2000-10-17 Miles Bader <miles@gnu.org>
12199
12200 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12201 being obscured by whizzy mode-lines on graphics displays.
12202
12203 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12204
12205 * info.el (Info-title-1-face, Info-title-2-face)
12206 (Info-title-3-face): Define colors for tty's.
12207 (info-header-node): Remove unneeded tty-specific definition.
12208
12209 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12210
12211 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12212 reverse from the frame parameters, and don't invert foreground and
12213 background colors.
12214
12215 2000-10-16 Miles Bader <miles@gnu.org>
12216
12217 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12218 string "*Info*". Call propertized-buffer-identification to spruce
12219 up the result.
12220
12221 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12222
12223 * help.el: Provide `help' for the sake of define-minor-mode
12224 which generates defcustoms with requires.
12225
12226 * jit-lock.el (jit-lock-after-change): If we're in text that
12227 matches a multi-line font-lock pattern, make sure the whole text
12228 will be redisplayed.
12229
12230 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12231 author's name is unknown.
12232
12233 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12234 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12235 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12236 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12237 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12238 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12239 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12240 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12241 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12242 Add author information.
12243
12244 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12245
12246 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12247 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12248 full-color version (using the Gimp) to eliminate dithering artifacts.
12249
12250 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12251
12252 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12253
12254 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12255
12256 2000-10-15 Dave Love <fx@gnu.org>
12257
12258 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12259
12260 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12261
12262 * whitespace.el: Doc fixes.
12263 (top-level): Don't add hooks here.
12264 (whitespace-running-emacs): Deleted.
12265 (timer): Don't require.
12266 (whitespace): Add back :version conditional on xemacs test.
12267 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12268 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12269 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12270 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12271 Avoid specific xemacs test.
12272 (whitespace-global-mode): New option.
12273 (whitespace-global-mode): New command.
12274 (whitespace-unload-hook): New function.
12275
12276 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12277 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12278 (Info-fontify-node): `Goto' goes to `Go to'.
12279 (Info-fontify-node): Add help-echo to xref links.
12280
12281 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12282
12283 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12284
12285 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12286
12287 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12288 Use plist-get and allow :inherit.
12289
12290 * emacs-lisp/cl-macs.el (cl-do-arglist):
12291 Use plist-get and plist-member instead of memq.
12292
12293 * emacs-lisp/ewoc.el (ewoc-location): New function.
12294 (ewoc-enter-after, ewoc-enter-before): Document return value.
12295 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12296 Don't need make-local-hook any more.
12297 (cvs-addto-collection): Return the new tin.
12298 (cvs-mode-insert): Jump to the new line.
12299
12300 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12301
12302 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12303
12304 * font-lock.el (font-lock-syntactically-fontified): New var.
12305 (font-lock-fontify-syntactic-keywords-region): Use it.
12306 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12307
12308 * diff-mode.el (diff-find-file-name): Fix regexp.
12309
12310 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12311 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12312
12313 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12314 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12315 (sh-mode): Don't make all vars local here.
12316 (sh-kw): Reformat.
12317 (sh-set-shell): Use dolist. Don't set indent-region-function.
12318 (sh-mode-syntax-table): Use pop.
12319 (sh-remember-variable): Use push.
12320 (sh-help-string-for-variable): Use memq.
12321 (sh-safe-backward-sexp): Remove.
12322 (sh-safe-forward-sexp): Add ARG.
12323 (sh-get-indent-info, sh-prev-stmt): Use it.
12324 (sh-prev-line): Simplify by using forward-comment.
12325 (sh-this-is-a-continuation): Simplify.
12326 (sh-learn-buffer-indent): Use dolist.
12327 (sh-do-nothing): Remove.
12328 (sh-set-char-syntax, sh-set-here-doc-region):
12329 Use inhibit-modification-hooks.
12330 (sh-name-style): Use mapcar and push.
12331 (sh-load-style): Use dolist.
12332 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12333 (sh-case, sh-while-getopts): Use propertize directly rather
12334 than sh-electric-rparen.
12335
12336 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12337
12338 * textmodes/tex-mode.el: Require CL when compiling.
12339 (tex-mode-syntax-table): Init immediately.
12340 (tex-mode-map): Bind M-RET to latex-insert-item.
12341 (latex-mode): Set indent-line-function to latex-indent.
12342 (tex-common-initialization): Don't setup the syntax-table any more.
12343 (latex-insert-item): New skeleton.
12344 (tex-next-unmatched-end): Fix copy/paste braino.
12345 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12346 (latex-indent, latex-find-indent): New functions.
12347 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12348 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12349 (tex-compilation-parse-errors): Use with-syntax-table.
12350
12351 2000-10-15 Miles Bader <miles@gnu.org>
12352
12353 * font-lock.el (font-lock-comment-face): Change dark-background,
12354 color, non-tty, default to `chocolate1'.
12355
12356 2000-10-13 John Wiegley <johnw@gnu.org>
12357
12358 * eshell/esh-util.el (require): Added a missing `require' form,
12359 needed when compiling (for an ange-ftp macro definition).
12360
12361 2000-10-13 Dave Love <fx@gnu.org>
12362
12363 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12364
12365 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12366
12367 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12368
12369 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12370 transparent -colors 8).
12371
12372 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12373
12374 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12375 that breaks with old list format timestamps.
12376 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12377 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12378
12379 2000-10-13 John Wiegley <johnw@gnu.org>
12380
12381 * align.el, pcomplete.el, calendar/timeclock.el,
12382 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12383
12384 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12385 faulty math, where holiday hours were being computing as seconds.
12386
12387 2000-10-13 John Wiegley <johnw@gnu.org>
12388
12389 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12390 specifying what "other" kinds of buffers should be saved.
12391 This used to be hard-coded.
12392 (desktop-buffer-misc-functions): A global for specifying how
12393 auxiliary data should be determined for special buffer types.
12394 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12395 instead of hard-coding the special buffer types.
12396 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12397 auxiliary data, instead of hard-coding for Info buffers and dired.
12398 (desktop-buffer-info-misc-data): Aux function for determining Info
12399 buffer auxiliary info.
12400 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12401 (desktop-buffer-info): Changed this function to use the info
12402 gathered above.
12403 (desktop-create-buffer): Be a little more careful about what
12404 `minor-mode' means before calling it. This is important for some
12405 buffer types.
12406
12407 2000-10-13 John Wiegley <johnw@gnu.org>
12408
12409 * eshell/esh-util.el: Added a global form which declares an
12410 autoload for `parse-time-string', if that function is not already
12411 defined, and if parse-time.el is available on the user's system.
12412
12413 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12414 to be aware of ange-ftp user info.
12415 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12416 (eshell-ls-annotate): Use `eshell-file-attributes'.
12417 (eshell-ls-file): Made the user-id printing code a bit smarter.
12418
12419 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12420 allow identification of alias user ids in remote directories.
12421 It's manual, but there's no other way to know when the current user
12422 on the local machine, is also the owning user on the remote machine.
12423 (fboundp): Bind `ange-cache'.
12424 (eshell-directory-files-and-attributes): Re-organized the logic a
12425 bit to use `eshell-file-attributes' instead of `file-attributes'.
12426 The former is more sensitive to directories that are read via FTP,
12427 and knows how to use ange-ftp to determine full attribute
12428 information, instead of just the name and last modtime.
12429 (eshell-current-ange-uids): Return the current user id when in a
12430 remote directory.
12431 (eshell-parse-ange-ls): Parse a full directory listing that has
12432 been returned by ange-ftp.
12433 (eshell-file-attributes): This beefed up version of
12434 `file-attributes' is only special if the user is currently in a
12435 remote directory, in which case it does a lot of work to find out
12436 what the real attributes of a file are, as they appear on the
12437 remote machine. This makes usage of remote directories (i.e.,
12438 ange-ftp pathnames) much more useful. You can now use Eshell as a
12439 full-fledged FTP client, with much more manipulation ability than
12440 most other clients.
12441
12442 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12443 variable, which means that Eshell's du should always be preferred
12444 in remote directories.
12445 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12446 just `file-attributes'.
12447 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12448 when reading remote directories. This is an Eshell-specific
12449 variable (not part of ange-ftp).
12450 (eshell/ln): Bind `ange-cache'.
12451 (eshell/du): Added some extra logic for determining when to use
12452 Eshell's du (which is slow), and when to use the external version
12453 (which may or may not exist).
12454
12455 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12456 Call `eshell-interactive-process', rather than using
12457 `get-buffer-process', since backgrounded processes don't count in
12458 the context of this function's logic.
12459
12460 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12461 `forward-char', so that null strings are parsed correctly.
12462
12463 2000-09-13 John Wiegley <johnw@gnu.org>
12464
12465 * eshell/em-pred.el (eshell-pred-file-type)
12466 (eshell-pred-file-links, eshell-pred-file-size):
12467 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12468
12469 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12470 that remote file globbing is more efficient.
12471
12472 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12473 gathering the files and attributes within a directory.
12474
12475 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12476 the command line is a special file (not a regular file, directory
12477 or symlink), always attempt to call the external version of cat.
12478
12479 2000-09-13 John Wiegley <johnw@gnu.org>
12480
12481 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12482 Eshell-friendly version of find-tag.
12483
12484 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12485
12486 * image-file.el (image-file-name-extensions)
12487 (image-file-name-regexps): Add autoload cookies.
12488
12489 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12490
12491 * international/mule-cmds.el (select-safe-coding-system): If FROM
12492 is string, show it in *Warning* buffer.
12493
12494 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12495
12496 * startup.el (normal-top-level): Use display-popup-menus-p instead
12497 of window-system.
12498 (command-line): Use display-graphic-p instead of window-system.
12499 (command-line-1): Use display-popup-menus-p and display-mouse-p
12500 instead of window-system.
12501
12502 2000-10-12 Sam Steingold <sds@gnu.org>
12503
12504 * tooltip.el (tooltip-use-echo-area): New user variable.
12505 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12506
12507 2000-10-12 Dave Love <fx@gnu.org>
12508
12509 * recentf.el: Maintainer's checkdoc fixes.
12510
12511 * startup.el (normal-top-level-add-subdirs-to-load-path):
12512 Use character class, not ASCII when matching file names.
12513 (fancy-splash-head): Add trailing slash to URL.
12514 (command-line): Don't require XPM support for toolbar.
12515
12516 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12517 (cperl-invalid-face): Revert last change.
12518 (cperl-init-faces): Quote cperl-invalid-face.
12519
12520 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12521
12522 * startup.el (fancy-splash-text): Remove superfluous quote.
12523
12524 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12525
12526 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12527 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12528 (command-line-1): Don't use fancy-splash-pending-command.
12529 (fancy-splash-screens-1): Goto point-min after inserting text.
12530
12531 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12532
12533 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12534 instead of shared-lisp-mode-map.
12535
12536 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12537
12538 * faces.el (header-line): Change tty-variant to use underlining.
12539
12540 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12541 (isearch-highlight): Restore lazy-isearch face properties at old
12542 position, and suppress them at new position.
12543 (isearch-dehighlight): Restore lazy-isearch face properties.
12544 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12545 over the real isearch overlay, but in that case, don't give it a
12546 face property. Use `push'.
12547
12548 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12549
12550 * man.el (Man-getpage-in-background): Fix previous change.
12551 Decode the process output only when we are in multibyte mode.
12552
12553 2000-10-11 Dave Love <fx@gnu.org>
12554
12555 * info.el (Info-mode-menu): Fix some help.
12556 (info-tool-bar-map): Add entry for Info-last.
12557
12558 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12559 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12560 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12561 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12562 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12563 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12564 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12565 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12566 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12567 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12568 Reduce colour requirements to 25 overall. (Probably wants
12569 revisiting from the originals to reduce further.)
12570
12571 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12572
12573 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12574 buffer-file-coding-system, instead of raw-text.
12575 (dehexlify-buffer): Bind coding-system-for-read to
12576 buffer-file-coding-system, instead of raw-text.
12577
12578 2000-10-11 Sam Steingold <sds@gnu.org>
12579
12580 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12581 `underline' - fixes the bug introduced on 2000-09-21.
12582
12583 2000-10-11 Dave Love <fx@gnu.org>
12584
12585 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12586 Avoid compiler warnings.
12587 (scheme-mode): Doc fix.
12588 (scheme-font-lock-keywords-1): Match `define-syntax'.
12589
12590 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12591
12592 * faces.el (frame-set-background-mode): Pay attention to saved
12593 face specs as well as default ones. Only do anything if the
12594 bg-mode or display-type has actually changed. Use `dolist'.
12595 (region): Make dark-background `region' face less in-your-face.
12596
12597 2000-10-10 Sam Steingold <sds@gnu.org>
12598
12599 * chistory.el, ielm.el, ledit.el:
12600 * progmodes/inf-lisp.el, progmodes/scheme.el:
12601 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12602
12603 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12604
12605 * textmodes/texinfo.el: Update copyright and fix typo.
12606
12607 * desktop.el (desktop-modes-not-to-save): New var.
12608 (desktop-save-buffer-p): Use it.
12609 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12610 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12611
12612 2000-10-10 Dave Love <fx@gnu.org>
12613
12614 * toolbar/tool-bar.el (tool-bar-add-item)
12615 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12616
12617 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12618 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12619 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12620 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12621 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12622 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12623 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12624 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12625 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12626 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12627 the .xpms; probably need retouching.
12628
12629 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12630
12631 * subr.el (add-to-list): Add optional argument APPEND.
12632 * battery.el (display-battery): Use `add-to-list'.
12633
12634 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12635
12636 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12637 properties.
12638 (zone, zone-when-idle, zone-leave-me-alone)
12639 (zone-pgm-whack-chars): Use new symbol properties.
12640
12641 * battery.el (display-battery): Doc spelling fix.
12642
12643 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12644 property.
12645
12646 2000-10-09 Dave Love <fx@gnu.org>
12647
12648 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12649 has been initialized before calling tool-bar-setup.
12650 (tool-bar-add-item-from-menu): Add autoload cookie.
12651
12652 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12653
12654 * menu-bar.el (send-mail-item-name): New function.
12655 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12656 of mail-user-agent in the menu. Don't display the "Send Mail"
12657 item if mail-user-agent is nil or its value is ignore.
12658 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12659 if read-mail-command is nil or its value is ignore.
12660
12661 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12662
12663 2000-10-09 Miles Bader <miles@gnu.org>
12664
12665 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12666 Correct image size.
12667 * toolbar/left_arrow.xpm: Correct image size.
12668
12669 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12670 will be done by the definition of `auto-compression-mode' if
12671 necessary. Move code to uninstall existing file-name handler
12672 before definition of `auto-compression-mode'.
12673
12674 * image-file.el (auto-image-file-mode): Move to the end of the
12675 file, because `define-minor-mode' actually calls the mode-function
12676 if the associated variable is non-nil, which requires that all
12677 needed functions be already defined.
12678
12679 * mouse.el (popup-menu): Balance parens.
12680
12681 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12682
12683 * mouse.el (popup-menu): Move the command call outside the loop
12684 so that popup-menu returns whatever the command returns.
12685
12686 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12687 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12688 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12689 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12690
12691 * vc.el (vc-version-diff): diff-switches can be a list.
12692 Use relative filenames for prettier output.
12693
12694 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12695 (vc-post-command-functions): Remove old-VC compatibility code.
12696
12697 * newcomment.el (comment-indent-default): Autoload.
12698
12699 * font-lock.el (font-lock-defaults): Make buffer-local.
12700 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12701 (font-lock-choose-keywords):
12702 Ignore LEVEL unless KEYWORDS is a list of syms.
12703 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12704 Don't wrap regexp-opt things in \(...\) unnecessarily.
12705
12706 * jit-lock.el: Don't require font-lock any more.
12707 (jit-lock-functions): Make buffer-local.
12708 (jit-lock-saved-fontify-buffer-function): Remove.
12709 (jit-lock-mode): Remove autoload cookie.
12710 Remove font-lock specific code.
12711 (jit-lock-unregister): Don't bother handling complex hooks any more.
12712 (jit-lock-refontify): New function.
12713 (jit-lock-fontify-buffer): Use it.
12714 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12715 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12716 Add optional args START and END.
12717 Never call font-lock-fontify-region directly.
12718 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12719
12720 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12721
12722 2000-10-08 Dave Love <fx@gnu.org>
12723
12724 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12725
12726 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12727
12728 * play/studly.el (studlify-region, studlify-word): Add autoload
12729 cookie.
12730
12731 * play/morse.el (morse-region, unmorse-region): Add autoload
12732 cookie.
12733
12734 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12735 concat.
12736
12737 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12738 insist on symbols starting with word syntax.
12739 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12740 (eval-defun-1): Doc fix.
12741 (indent-sexp): Use nconc to build up indent-stack.
12742
12743 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12744 Gnus with little use.
12745 (mail-setup-hook): Add mail-abbrevs-setup to options.
12746
12747 * recentf.el: Doc fixes.
12748
12749 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12750 Clean up remainder.
12751
12752 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12753 without timezone and (8) with timezone to enforce some whitespace.
12754 Simplify code somewhat.
12755
12756 * options.el (list-options): Doc that you should use customize.
12757
12758 * iswitchb.el (iswitchb-mode): Add :require.
12759
12760 * info.el (Info-goto-node, Info-menu): Doc fix.
12761 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12762 (info-tool-bar-map): New variable.
12763 (Info-mode): Use it.
12764 (Info-edit-map): Define all in defvar.
12765 (speedbar-attached-frame): Avoid compiler warning.
12766
12767 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12768 (global-map): Bind [tool-bar] to a filtered map.
12769 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12770 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12771 Allow PBM icons.
12772 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12773
12774 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12775 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12776 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12777 icons, except up_arrow, which is left-arrow rotated.
12778
12779 * imenu.el (imenu-add-to-menubar): Fix last change.
12780
12781 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12782
12783 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12784 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12785
12786 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12787
12788 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12789 typos in doc strings.
12790
12791 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12792 the doc strings how to customize Font Lock faces.
12793
12794 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12795 computing growth when dragging the header line.
12796
12797 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12798
12799 * simple.el (kill-line): Doc fix.
12800
12801 2000-10-08 Miles Bader <miles@gnu.org>
12802
12803 * faces.el (secondary-selection): Make foreground visible on tty.
12804
12805 * jka-compr.el (auto-compression-mode): Move to the end of the
12806 file, because `define-minor-mode' actually calls the mode-function
12807 if the associated variable is non-nil, which requires that all
12808 needed functions be already defined.
12809 (with-auto-compression-mode): Add autoload cookie.
12810
12811 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12812
12813 * files.el (find-backup-file-name) [ms-dos]: If support for long
12814 file names is not available, behave as if version-control were set
12815 to never.
12816
12817 2000-10-07 Dave Love <fx@gnu.org>
12818
12819 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12820 (browse-url-gnome-moz): New function.
12821 (browse-url-browser-function): Use it.
12822 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12823
12824 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12825
12826 * indent.el (tab-always-indent): New var.
12827 (indent-for-tab-command): Use it.
12828
12829 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12830 raise an error. This way it can still default to a sane value.
12831
12832 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12833
12834 * startup.el (fancy-splash-screens): Use local rather than global map.
12835 Don't use `update-menu-bindings' any more.
12836 Get rid of assumptions about keymap representation.
12837
12838 2000-10-06 Dave Love <fx@gnu.org>
12839
12840 * textmodes/fill.el (sentence-end-double-space)
12841 (sentence-end-without-period): Doc fix.
12842 (adaptive-fill-regexp): Purecopy.
12843 (unjustify-current-line): Use line-end-position.
12844 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12845
12846 * net/eudc-vars.el (eudc): Add :version, :link.
12847
12848 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12849
12850 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12851 Fix for define-minor-mode.
12852 (function-at-point): Alias to function-called-at-point.
12853
12854 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12855
12856 * simple.el (backward-word): Doc fix.
12857
12858 * image-file.el (image-file-name-regexp): image-file-regexps ->
12859 image-file-name-regexps.
12860 (image-file-name-extensions): Add pbm.
12861
12862 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12863
12864 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12865 and add filename to the names so that diff-mode can jump to source.
12866
12867 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12868 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12869 (tex-font-lock-keywords-1): Remove.
12870 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12871 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12872 (font-lock-default-fontify-region):
12873 Expand beg..end correctly when just following a multiline region.
12874 (font-lock-fontify-anchored-keywords):
12875 Include the anchor text as part of the multiline.
12876
12877 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12878
12879 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12880 latter needs the autoloaded define-minor-mode macro during the
12881 bootstrap.
12882
12883 * startup.el (command-line): For now, activate tool-bar-mode only
12884 if XPM images are supported.
12885
12886 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12887 window by dragging a header-line at the top of the frame; that's
12888 confusing because the header-line doesn't move.
12889 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12890 of treating the event as a list. Some cleanup.
12891
12892 2000-10-06 Miles Bader <miles@gnu.org>
12893
12894 * simple.el (display-message-or-buffer): New function.
12895 (shell-command-on-region): Use `display-message-or-buffer'.
12896
12897 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12898 docstring parts.
12899
12900 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12901 (smbclient-prompt-regexp): Add usage note to doc string.
12902 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12903 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12904 Use add-hook for adding the comint filter function, and only do so
12905 if it's not already in the global hook list.
12906 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12907 to `make-local-variable'.
12908 (nslookup-font-lock-keywords): Remove prompt entry.
12909 (nslookup): Don't set the process-filter.
12910 (finger): Exit the loop correctly when the regexps list runs out.
12911 (ftp, smbclient, smbclient-list-shares):
12912 Set the real major mode immediately, not after execing.
12913 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12914
12915 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12916
12917 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12918
12919 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12920
12921 * which-func.el (which-func-format): Remove spurious space.
12922 (which-func-mode): Don't make it permanent-local.
12923 (which-func-ff-hook): Allow which-func-maxout to be nil.
12924 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12925 (which-func-mode): Simplify.
12926 Use post-command-idle-hook rather than post-command-hook.
12927 Go through all buffers and update their state.
12928 (which-function): Also try add-log-current-defun-function.
12929
12930 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12931 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12932 Update call to with-vc-properties accordingly.
12933 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12934 (vc-revert-buffer): More careful about window selection and deletion.
12935 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12936
12937 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12938 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12939 (cvs-dired-action): Change the default to quickdir.
12940
12941 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12942 if comment-indent-function returns nil.
12943 (comment-indent-default): New function.
12944 (comment-indent-function): Use it and document the new semantics.
12945
12946 * image-file.el: Docstring fixes.
12947
12948 * help.el (help-xref-on-pp): Use match-string.
12949 (describe-variable): New arg BUFFER.
12950 Store the current buffer in the help-xref-stack.
12951 (temp-buffer-resize-mode): Use define-minor-mode.
12952
12953 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12954 consistently with its docstring.
12955 Set jit-lock-first-unfontify-pos in an idempotent way.
12956 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12957
12958 2000-10-05 Alex Schroeder <alex@gnu.org>
12959
12960 * sql.el (sql-mysql-options): New variable.
12961 (sql-mysql): Use it.
12962
12963 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12964
12965 * image.el (image): New group.
12966
12967 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12968 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12969
12970 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12971
12972 * net/net-utils.el (nslookup-font-lock-keywords)
12973 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12974 Ignore the value of wqindow-system; always define keywords
12975
12976 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12977
12978 * startup.el (fancy-splash-screens): Remove the code for
12979 debugging; `(trace-to-stderr "EXITTT\n")'.
12980
12981 2000-10-05 Miles Bader <miles@gnu.org>
12982
12983 * diff-mode.el (diff-goto-source): Update call to
12984 `diff-hunk-status-msg' to reflect new REV variable.
12985
12986 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12987
12988 * progmodes/icon.el (icon-mode):
12989 Don't gratuitously override the default for comment-column.
12990
12991 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12992
12993 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12994 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12995 (jit-lock-functions): New var.
12996 (jit-lock-function-1): Use it if non-nil.
12997 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12998 Set the `fontified' property before doing the fontification to avoid
12999 repeatedly going through the same error.
13000 Don't turn errors into messages.
13001 (jit-lock-register, jit-lock-unregister): New functions.
13002
13003 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13004 Use with-current-buffer.
13005
13006 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13007 Turn comment into docstring.
13008
13009 * apropos.el (apropos-mode): Use define-derived-mode.
13010
13011 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13012
13013 * startup.el (fancy-splash-pending-command): New variable.
13014 (fancy-splash-pre-command): New function.
13015 (fancy-splash-screens): Rewritten.
13016 (command-line-1): If fancy-splash-pending-command is set, call it
13017 interactively.
13018
13019 2000-10-04 Dave Love <fx@gnu.org>
13020
13021 * toolbar/tool-bar.el (tool-bar-setup): New function.
13022 (tool-bar-mode): Use it.
13023
13024 * subr.el (substitute-key-definition): Doc fix.
13025 (play-sound-file): New command.
13026
13027 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13028
13029 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13030 vc-version-backup-file-name): New functions.
13031
13032 * files.el (basic-save-buffer): Call vc-before-save before saving.
13033
13034 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13035 vc-cvs-stay-local-p.
13036
13037 * vc.el (vc-revert-buffer): Handle empty diff properly.
13038 (vc-version-backup-file): New function.
13039 (vc-checkout): Create a version backup if necessary.
13040 (vc-checkin): If a version backup file exists, delete it.
13041 (vc-version-diff): Diff locally using version backups, if available.
13042 (vc-revert-file): If there's a version backup, revert locally.
13043 (vc-transfer-file): Use version backup for base version, if
13044 available. If not, ask for confirmation whether to get it from the
13045 server. Update mode line before check-in.
13046
13047 2000-10-04 Dave Love <fx@gnu.org>
13048
13049 * toolbar/tool-bar.el (tool-bar-setup): New function.
13050 (tool-bar-mode): Use it.
13051
13052 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13053
13054 * net/net-utils.el (nslookup-font-lock-keywords)
13055 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13056 Only set if window-system is non-nil
13057 (net-utils-run-program): Returns buffer.
13058 (network-connection-reconnect): Added this function.
13059
13060 * generic.el:
13061 Incorporates extensive cleanup and docfixes by
13062 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13063 Uses cl compile-time macros.
13064 (generic-mode-name, generic-comment-list)
13065 (generic-keywords-list, generic-font-lock-expressions)
13066 (generic-mode-function-list, generic-mode-syntax-table):
13067 Removed variables.
13068 (generic-mode-alist): Renamed to generic-mode-list.
13069 (generic-find-file-regexp): Default changed to "^#".
13070 (generic-read-type): Uses completing read on generic-mode-list.
13071 (generic-mode-sanity-check): removed this function.
13072 (generic-add-to-auto-mode): Removed this function
13073 (generic-mode-internal): Bind mode-specific definitions
13074 into function instead of putting them in alist.
13075 (generic-mode-set-comments): Reworked extensively.
13076 (generic-mode-find-file-hook): Simplified regexp searching
13077 (generic-make-keywords-list): Omit extra pair of parens
13078
13079 * find-lisp.el (find-lisp-find-files-internal):
13080 Make sure directory name ends with "/".
13081
13082 * generic-x.el (apache-conf-generic-mode):
13083 Regexp now allows leading whitespace.
13084 (rc-generic-mode): Added eval-when-compile
13085 around generic-make-keywords-list.
13086 Deleted duplicate regexp
13087 (rul-generic-mode): Added eval-when-compile
13088 around generic-make-keywords-list.
13089 (etc-fstab-generic-mode): New generic mode.
13090 (rul-generic-mode): Removed one eval-when-compile
13091 which caused a max-specpdl-size exceeded error.
13092
13093 2000-10-04 Miles Bader <miles@gnu.org>
13094
13095 * simple.el (minibuffer-temporary-goal-position): New variable.
13096 (next-history-element): Try to keep the position of point in the
13097 input string constant.
13098
13099 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13100 (dired-do-create-files): If there's only one file, pass it in as
13101 the DEFAULT arg to dired-mark-read-file-name.
13102
13103 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13104
13105 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13106 (diff-goto-source): Be smarter when choosing REVERSE or not.
13107
13108 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13109 (texinfo-mode-menu): Add an explicit shortcut for update all.
13110
13111 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13112
13113 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13114 factorize backend-specific code cleanly (this was essentially
13115 conceived by Stefan Monnier).
13116 (vc-unregister): Function removed.
13117 (vc-revert-file): New function.
13118 (vc-revert-buffer): Delegate some of the work to it.
13119
13120 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13121 default branch unconditionally.
13122 (vc-rcs-set-default-branch): New function.
13123 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13124 (vc-rcs-checkin): If an appropriate default branch has been set,
13125 force creation of that branch.
13126 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13127 code (as suggested by Stefan Monnier).
13128
13129 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13130
13131 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13132 highlighting overlay with a different face over the overlay
13133 isearch uses to highlight the current match because that can lead
13134 to bad face combinations.
13135
13136 * loadup.el (toplevel): Load faces before isearch.
13137
13138 * isearch.el (isearch-faces): New custom group.
13139 (isearch): New defface; was already tested for in the code.
13140 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13141 (isearch-highlight): Always use face `isearch'.
13142
13143 2000-10-02 Dave Love <fx@gnu.org>
13144
13145 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13146 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13147 comparison of opcode with operand.
13148
13149 2000-10-03 Miles Bader <miles@gnu.org>
13150
13151 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13152 buffer, since the echo area will now grow to accommodate them.
13153
13154 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13155
13156 * vc-hooks.el (vc-registered): If FILE used to be registered under
13157 a certain backend, try that one first.
13158
13159 * vc.el (vc-responsible-backend): Undo the previous change in the
13160 argument list. Handle multiple backends correctly.
13161 (vc-find-new-backend): Function removed.
13162 (vc-register): Use vc-responsible-backend, as before.
13163 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13164
13165 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13166
13167 * startup.el (fancy-splash-head): Change message below the
13168 logo.
13169
13170 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13171
13172 * diff-mode.el (diff-goto-source): Emit a status message.
13173 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13174 (diff-test-hunk): Fix doc string.
13175 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13176 (diff-advance-after-apply-hunk): New variable.
13177 (diff-apply-hunk): Don't return a value.
13178
13179 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13180
13181 * vc.el (vc-editable-p): Minor optimization.
13182 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13183 (vc-find-new-backend): New function split from vc-responsible-backend.
13184 (vc-register): Use it.
13185 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13186 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13187 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13188 (vc-clear-headers): Don't use find-file.
13189 (vc-revert-buffer): Use `and' again (must have been a braino).
13190 (vc-switch-backend): Only prompt if requested.
13191 Short circuit if nothing is to be done.
13192 Don't use vc-resynch-buffer which could lose unsaved editing.
13193 (vc-default-receive-file): Update call to vc-unregister.
13194 (with-vc-file, vc-next-action-on-file):
13195 Use vc-backend rather than vc-registered.
13196 (vc-next-action-on-file): Use intern-soft.
13197 Deal with read-only *vc-diff* buffer.
13198 (vc-transfer-file): Docstring fix.
13199
13200 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13201 (vc-rcs-receive-file): Avoid with-vc-properties.
13202 Update call to vc-unregister.
13203 Use constant `RCS' rather than (dynamically bound) var `backend'.
13204
13205 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13206
13207 * vc.el (vc-next-action-on-file): Update mode line only if file
13208 is visited.
13209 (vc-start-entry): New argument initial-contents. Don't visit the file
13210 if it isn't already visited. Brought documentation up-to-date.
13211 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13212 (vc-checkin): New optional arg initial-contents, which is passed to
13213 vc-start-entry.
13214 (vc-finish-logentry): Make sure to bury log buffer only if there
13215 really is one. Call `vc-resynch-buffer' on log-file, not
13216 buffer-file-name.
13217 (vc-default-comment-history, vc-default-wash-log): New functions.
13218 (vc-index-of): Removed.
13219 (vc-transfer-file): Make do without the above.
13220 (vc-default-receive-file): Call comment-history unconditionally. Pass
13221 the resulting string to vc-checkin, instead of inserting it into the
13222 comment ring.
13223
13224 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13225 unconditionally. Use the comments as initial contents of the log
13226 entry buffer. Document the trick to force branch creation with no
13227 changes.
13228
13229 2000-10-01 Miles Bader <miles@gnu.org>
13230
13231 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13232 `recenter' with an arg to prevent redrawing the display.
13233
13234 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13235
13236 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13237
13238 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13239
13240 * progmodes/c-mode.el (c-mode):
13241 Don't gratuitously override the default for comment-column.
13242
13243 * textmodes/tex-mode.el (latex-metasection-list): New var.
13244 (latex-imenu-create-index): Use it.
13245 Move the regexp construction outside loops (and use push).
13246 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13247 (tex-font-lock-keywords): Moved from font-lock.el.
13248 (tex-comment-indent): Remove.
13249 (tex-common-initialization): Don't set comment-indent-function.
13250 (latex-block-default): New var.
13251 (tex-latex-block): Use it to provide a default choice.
13252 Add any unknown choice to latex-block-names.
13253 Insert [...] after {...}.
13254 (tex-last-unended-begin): Simplify regexp.
13255 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13256 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13257 (latex-mode): Set forward-sexp-function.
13258
13259 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13260 Add regexp for @ignore ... @end ignore.
13261 (texinfo-heading-face): New face.
13262 (texinfo-font-lock-keywords): Use it.
13263 (texinfo-mode-menu): New menu.
13264 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13265 New functions.
13266 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13267 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13268 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13269 Remove declaration.
13270 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13271
13272 * delsel.el (delete-selection-mode): Use define-minor-mode.
13273
13274 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13275
13276 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13277
13278 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13279
13280 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13281
13282 * replace.el (keep-lines-read-args): New function.
13283 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13284 read arguments interactively. Add parameters RSTART and REND.
13285 Operate on the active region in Transient Mark mode.
13286
13287 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13288
13289 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13290 (authors-obsolete-files-regexps): New variable.
13291 (authors-add): Don't record changes in obsolete files.
13292
13293 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13294
13295 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13296
13297 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13298 (comment-indent): Make sure there's a space between code and comment.
13299 Shift comments left to avoid going past fill-column.
13300
13301 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13302
13303 * startup.el (startup-echo-area-message): New function.
13304 (display-startup-echo-area-message): Use it.
13305 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13306 (fancy-splash-default-action): New function.
13307 (fancy-splash-screens-1): New function.
13308 (fancy-splash-head): Put a help-echo and a keymap under the image.
13309
13310 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13311
13312 * diff-mode.el (diff-add-log-file-name): Remove.
13313 (diff-mode): Use add-log-buffer-file-name-function.
13314
13315 * add-log.el (find-change-log): New arg BUFFER-FILE.
13316 (add-log-file-name): Obey add-log-file-name-function.
13317 (add-log-buffer-file-name-function): New var.
13318 (add-change-log-entry): Use it.
13319
13320 2000-09-29 Miles Bader <miles@gnu.org>
13321
13322 * image-file.el (image-file-name-extensions): New variable.
13323 (image-file-name-regexps): Renamed from `image-file-regexps'.
13324 New default value is nil. Call `auto-image-file-mode'.
13325 (image-file-name-regexp): New function.
13326 (auto-image-file-mode): New minor mode.
13327 (insert-image-file): Don't make conditional on the image-file
13328 handler being enabled.
13329 (image-file-handler): Make the call here conditional instead.
13330 (set-image-file-handler-enabled, enable-image-file-handler)
13331 (disable-image-file-handler): Functions removed.
13332
13333 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13334 string.
13335
13336 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13337
13338 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13339 it's a function from CL.
13340 (latex-imenu-create-index): Replace eval-when-compile with progn
13341 because latex-section-alist is not bound while compiling.
13342
13343 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13344
13345 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13346 (outline-mode): Use define-derived-mode.
13347
13348 * progmodes/perl-mode.el (perl-mode):
13349 * progmodes/awk-mode.el (awk-mode):
13350 * progmodes/asm-mode.el (asm-mode):
13351 Don't gratuitously override the default for comment-column.
13352
13353 * emacs-lisp/lisp.el (lisp-complete-symbol):
13354 Distinguish the let-binding case from the funcall case.
13355 (forward-sexp-function): New variable.
13356 (forward-sexp): Use it.
13357
13358 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13359 (easy-mmode-defmap): Remove the now useless autoload.
13360
13361 * time.el (display-time-mode): Use define-minor-mode.
13362
13363 * subr.el (add-minor-mode): Don't eval NAME.
13364 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13365 Use if rather than cond.
13366
13367 * simple.el (read-expression-map): Define more properly.
13368 (comment-indent-hook): Remove.
13369 (string-to-syntax): Bug fix.
13370
13371 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13372 (cvs-ediff-diff): Fix typo.
13373 (cvs-revert-if-needed): Don't bother preserving read-only.
13374
13375 * paren.el (show-paren-mode): Use define-minor-mode.
13376
13377 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13378 (toggle-auto-compression): Remove.
13379 (jka-compr-build-file-regexp): Remove useless grouping.
13380
13381 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13382 Avoid user-reserved bindings.
13383 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13384 (diff-header-face): Revert to grey85.
13385
13386 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13387
13388 * complete.el (partial-completion-mode) <defcustom>: Remove.
13389 (partial-completion-mode): Use define-minor-mode.
13390 (PC-do-completion): Understand `completion-auto-help = delay'
13391 to mean to popup the completion buffer only the second time.
13392 (PC-include-file-all-completions, PC-include-file-all-completions)
13393 (PC-include-file-all-completions): Don't quote lambda.
13394
13395 * comint.el (comint-mode-hook): Docstring fix.
13396 (comint-mode): Use define-derived-mode.
13397 (comint-mode-map): Remove obsolete comment.
13398 (make-comint): Minor stylistic change.
13399 (comint-insert-clicked-input): Be more careful to find the overlay.
13400 Use this-command-keys rather than hardcoding mouse-2.
13401
13402 * font-lock.el: Replace confusing (,@ with ,
13403 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13404 Don't use regexp-opt-depth. Spice up the regexp for args.
13405 Don't distinguish between cmds that can take an opt arg or not.
13406 Use `append' and `prepend' rather than `keep'.
13407
13408 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13409 (latex-outline-regexp): New var.
13410 (latex-outline-level): New fun.
13411 (latex-section-alist): New var.
13412 (latex-imenu-create-index): Use it. Use `push' as well.
13413 (tex-shell-map): Initialize it properly.
13414 (tex-mode): Minor stylistic change.
13415 (plain-tex-mode): Use define-derived-mode.
13416 (latex-mode): Use define-derived-mode.
13417 Construct the paragraph regexps in a more readable way.
13418 Set the buffer-local outline-{level,regexp} vars.
13419 (slitex-mode): Derive from latex-mode.
13420 (tex-common-initialization): Don't kill-all-vars anymore.
13421 Add setting for comment-add and font-lock-defaults.
13422 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13423 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13424 (tex-start-tex): New arg DIR (and send a chdir command for it).
13425 Also display the shell buffer and save it in tex-last-buffer-texed.
13426 (tex-region): Use expand-file-name rather than concat.
13427 Remove code made useless by changes in tex-start-tex.
13428 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13429
13430 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13431
13432 2000-09-28 Dave Love <fx@gnu.org>
13433
13434 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13435
13436 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13437
13438 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13439 `append'.
13440
13441 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13442
13443 * info.el (Info-extract-pointer): Undo last change.
13444 Instead, fix the position of the `bound' arg to re-search-backward.
13445
13446 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13447
13448 * info.el (Info-extract-pointer):
13449 Widen more carefully, to avoid finding pointers in other nodes.
13450 (Info-index): Use push.
13451
13452 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13453
13454 * frame.el (set-frame-font): Remove call to obsolete function
13455 frame-update-faces.
13456 (set-foreground-color, set-background-color): Likewise for
13457 frame-update-face-colors.
13458
13459 2000-09-27 Miles Bader <miles@gnu.org>
13460
13461 * image-file.el: New file.
13462
13463 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13464
13465 * frame.el (frame-notice-user-settings): Don't call
13466 frame-update-faces, which is a no-op now.
13467
13468 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13469 tool-bar-lines.
13470
13471 2000-09-27 Dave Love <fx@gnu.org>
13472
13473 * mouse.el: Fix last change.
13474
13475 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13476
13477 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13478
13479 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13480
13481 * international/quail.el (quail-help): The output message is
13482 improved.
13483
13484 2000-09-26 Dave Love <fx@gnu.org>
13485
13486 * mouse.el (popup-menu): If POSITION is nil, set it using
13487 mouse-position.
13488
13489 2000-09-25 Sam Steingold <sds@gnu.org>
13490
13491 * net/browse-url.el (browse-url-file-url): Check for null maps.
13492
13493 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13494
13495 * frame.el (frame-notice-user-settings): Don't add a
13496 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13497
13498 * frame.el (frame-notice-user-settings):
13499 Make tool-bar-mode and default-frame-alist consistent.
13500
13501 * toolbar/tool-bar.el (tool-bar-help): New function.
13502
13503 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13504
13505 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13506 current-load-list in top-level forms. Else this leaks a cons cell
13507 every time a defun is called.
13508
13509 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13510
13511 2000-09-25 Dave Love <fx@gnu.org>
13512
13513 * startup.el (fancy-splash-head): Check XPM is available.
13514
13515 * autoinsert.el (auto-insert): Doc fix.
13516 (auto-insert-alist): Following GNU notices, don't say `copyright
13517 _by_'. Use line-beginning-position.
13518 (auto-insert): Check buffer-file-name is non-nil before use.
13519
13520 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13521
13522 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13523 starting with `@def' or `@multitable', in addition to ones
13524 specified by the user in auto-fill-inhibit-regexp.
13525
13526 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13527
13528 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13529 rmail-dont-reply-to-names matches the empty string.
13530
13531 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13532
13533 * startup.el (command-line-1, fancy-splash-text): Change the
13534 text to sound more friendly.
13535
13536 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13537
13538 * progmodes/hideshow.el: Update author email address.
13539 Generally, sync w/ maintainer version 5.22.
13540 (hs-hide-all-non-comment-function): New var.
13541 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13542 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13543 (hs-show-region): Delete this command.
13544 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13545
13546 2000-09-22 Dave Love <fx@gnu.org>
13547
13548 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13549 (hl-line-highlight): Specify buffer when moving overlay.
13550
13551 * progmodes/fortran.el (fortran-mode): Locally set
13552 normal-auto-fill-function.
13553 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13554 (fortran-mode-map): Adjust auto-fill menu entry.
13555
13556 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13557
13558 * vc-rcs.el (toplevel): Require `vc' when compiling.
13559
13560 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13561
13562 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13563
13564 * vc.el (vc-switch-backend): Signal an error if the file is not
13565 registered under the new backend.
13566
13567 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13568 without explicit revision number.
13569
13570 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13571
13572 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13573 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13574 (diff-xor): New function.
13575 (diff-find-source-location): Use it. Fix a stupid name clash.
13576 (diff-hunk-status-msg): New function.
13577 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13578 (diff-test-hunk): Use diff-find-source-location.
13579 (diff-goto-source): Favor the `reverse'.
13580 (diff-hunk-text): Properly handle one-sided context diffs.
13581 (diff-apply-hunk): When done, advance to the next hunk.
13582
13583 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13584
13585 * startup.el (command-line): If frame was created with a non-zero
13586 tool-bar-lines parameter, switch tool-bar-mode on.
13587
13588 * add-log.el (change-log-date-face, change-log-name-face)
13589 (change-log-email-face, change-log-file-face)
13590 (change-log-list-face, change-log-conditionals-face)
13591 (change-log-function-face, change-log-acknowledgement-face):
13592 New faces, inheriting from font-lock faces.
13593 (change-log-font-lock-keywords): Use them.
13594
13595 2000-09-21 Dave Love <fx@gnu.org>
13596
13597 * progmodes/cperl-mode.el (top-level): Clean up
13598 `eval-when-compile's and assorted defvars.
13599 (cperl-invalid-face): Don't double-quote value. Change custom
13600 type.
13601 (cperl-mode): Set normal-auto-fill-function and don't zap
13602 auto-fill-function.
13603 (cperl-imenu--function-name-regexp-perl): Renamed from
13604 imenu-example--function-name-regexp-perl.
13605 (cperl-imenu--create-perl-index): Renamed from
13606 imenu-example--create-perl-index.
13607 (cperl-xsub-scan): Don't require cl.
13608
13609 * msb.el (msb-mode-map): Use substitute-key-definition.
13610 (msb-mode): Use msb-mode-map.
13611
13612 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13613
13614 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13615 New functions.
13616 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13617 (vc-switch-backend): New function.
13618 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13619 (vc-register): Fix prompt.
13620 (vc-unregister, vc-default-unregister): New functions.
13621 (vc-version-diff): Handle empty buffer in sentinel.
13622
13623 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13624 (vc-rcs-state-heuristic): Use it to guess the state of files with
13625 non-strict locking.
13626 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13627 been set with -b, but not created yet.
13628 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13629 contents in order to find the state.
13630 (vc-rcs-checkin): Allow creation of branches with no changes.
13631 (vc-rcs-unregister, vc-rcs-receive-file)
13632 (vc-rcs-set-non-strict-locking): New functions.
13633
13634 * vc-hooks.el (vc-name): Force correct computation of the value
13635 in case it is missing.
13636
13637 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13638
13639 * startup.el (fancy-splash-tail): Use a different foreground
13640 color on a dark frame background.
13641
13642 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13643
13644 * info.el: Use the correct capitalization when making Info-mode
13645 and Info-edit-mode `special' modes.
13646
13647 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13648
13649 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13650 (diff-mode): Add support for add-log.el.
13651 (diff-hunk-text): Use char offsets rather than line offsets.
13652 (diff-find-source-location): Replace LINE with line-offset (nil
13653 if not found) and always set POS to a meaningful position.
13654 Adapt to the new char-offsets.
13655 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13656 Adapt to the new diff-find-source-location.
13657 (diff-goto-source): Adapt to the new diff-find-source-location.
13658
13659 * add-log.el (add-log-file-name): New function (split out of
13660 add-change-log-entry).
13661 (add-change-log-entry): Use it.
13662 Call add-log-file-name-function with the changelog file name if
13663 the current buffer is not associated with any file.
13664 Avoid find-file if the selected window is dedicated.
13665
13666 * diff-mode.el (diff-find-source-location):
13667 Move code from diff-apply-hunk. Return buffer rather than file.
13668 (diff-apply-hunk): Use the new result from diff-find-source-location.
13669 (diff-goto-source): Use the new diff-find-source-location.
13670
13671 2000-09-20 Dave Love <fx@gnu.org>
13672
13673 * iswitchb.el: Some doc fixes.
13674 (iswitchb-mode-map): Define completely initially. Inherit
13675 minibuffer-local-map.
13676 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13677 fundamental-mode.
13678 (iswitchb-global-map): New variable.
13679 (iswitchb-summaries-to-end): Amalgamate regexps.
13680 (iswitchb-mode): New.
13681 (iswitchb-mode-hook): New variable.
13682 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13683 `extensions'.
13684
13685 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13686
13687 * ehelp.el (electric-help): New defgroup.
13688 (electric-help-shrink-window): New user-option.
13689 (with-electric-help): Use it.
13690
13691 * window.el (shrink-window-if-larger-than-buffer): If face
13692 `mode-line' has a :box, and we're on a graphical frame, add 1
13693 to the needed window height.
13694
13695 * frame.el (frame-notice-user-settings): Add a last parameter nil
13696 to a call to `append', because the last list passed to `append' is
13697 not copied, and so subsequent calls to assq-delete-all will modify
13698 default-frame-alist.
13699
13700 * startup.el (fancy-splash-image): Change :type.
13701 (fancy-splash-head): Use an XBM image if appropriate.
13702 (command-line-1): Show splash screens in more cases.
13703
13704 * startup.el (fancy-splash-text): Don't quote faces.
13705
13706 * dired.el (dired-font-lock-keywords): Undo last change.
13707 (dired-readin): Bind indent-tabs-mode to nil.
13708
13709 * startup.el (fancy-splash-head): If frame's background mode
13710 is `dark', change the black background of the image to gray.
13711 (fancy-splash-screens): Display startup echo area message.
13712 (display-startup-echo-area-message): New function.
13713
13714 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13715
13716 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13717
13718 * info.el (info-header-node): Tweak for color ttys.
13719
13720 * faces.el (face-valid-attribute-values): Make sure directories we
13721 search for stipples both exist and are readable before trying to
13722 search them.
13723
13724 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13725 in the dry-run case.
13726
13727 * jka-compr.el (with-auto-compression-mode): New macro.
13728
13729 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13730 (custom-group-tag-face, custom-variable-tag-face): Use relative
13731 :height and inherit from `variable-pitch' face instead of
13732 hardwiring :family.
13733 * hi-lock.el (hi-black-hb): Likewise.
13734
13735 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13736 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13737 toolbar-add-item, if image doesn't have a mask add a `:mask
13738 heuristic'.
13739
13740 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13741
13742 * diff-mode.el: Docstring fixes.
13743 (diff-header-face, diff-comment-face): New faces.
13744 (diff-font-lock-keywords): Highlight a bit differently.
13745 (diff-find-source-location): Don't return SPAN any more.
13746 (diff-hunk-text): Don't bother erasing the temp buffer.
13747 (diff-find-text): Drop argument LINE.
13748 (diff-apply-hunk): Update calls to diff-find-text.
13749 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13750
13751 * calendar/calendar.el: Docstring fixes.
13752 (calendar-make-alist): Don't quote lambda.
13753 (calendar-star-date): Use make-local-variable.
13754
13755 2000-09-19 Dave Love <fx@gnu.org>
13756
13757 * toolbar/tool-bar.el: Renamed from toolbar.el.
13758 Change `toolbar' to `tool-bar' generally in symbols.
13759 Make some items invisible in `special' major modes.
13760 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13761 Add arg PROPS.
13762
13763 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13764 Add :version here.
13765 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13766
13767 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13768
13769 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13770
13771 * files.el (find-file-suppress-same-file-warnings): New user-option.
13772 (find-file-noselect): Use it.
13773
13774 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13775 (fancy-splash-screen): Defgroup.
13776
13777 * add-log.el (change-log-font-lock-keywords): Match names
13778 more exactly for the case that font-lock-constant-face is
13779 underlined.
13780
13781 2000-09-19 Richard M. Stallman <rms@gnu.org>
13782
13783 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13784
13785 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13786
13787 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13788
13789 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13790
13791 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13792 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13793 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13794 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13795 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13796 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13797 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13798 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13799 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13800 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13801 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13802 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13803
13804 * startup.el (fancy-splash-text): New variable.
13805 (fancy-splash-delay, fancy-splash-image): New user-options.
13806 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13807 (fancy-splash-screens): New functions.
13808 (command-line-1): If display has a `display' frame parameter, has
13809 colors, and we have XPM support, show more fancy splash screens.
13810
13811 2000-09-19 Dave Love <fx@gnu.org>
13812
13813 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13814 with null `help'. Use modern backquote syntax.
13815
13816 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13817
13818 * font-lock.el (font-lock-mode): Change message telling the user
13819 that ``the buffer is too big''.
13820
13821 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13822 for instance for the case that tab-width is 2.
13823
13824 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13825
13826 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13827 toolbar-add-item, if image doesn't have a mask add a `:mask
13828 heuristic'.
13829
13830 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13831
13832 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13833 and return a cons if it's non-nil.
13834 (diff-apply-hunk): Try to jump to the line in the source text
13835 corresponding to the position of point in the in the hunk.
13836
13837 * info.el (Info-title-3-face, Info-title-2-face)
13838 (Info-title-1-face): Use face inheritance and relative sizes
13839 instead of hard-wiring things.
13840
13841 * faces.el (secondary-selection): Make dark-background variant sane.
13842
13843 2000-09-16 Andrew Innes <andrewi@gnu.org>
13844
13845 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13846 read-only, since they aren't under VC now.
13847
13848 2000-09-17 Dave Love <fx@gnu.org>
13849
13850 * tmm.el: Replace mapcar with mapc in several places.
13851
13852 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13853 ad-unadvise.
13854
13855 * international/latin1-disp.el: New file.
13856
13857 * calendar/cal-move.el (scroll-calendar-left)
13858 (scroll-calendar-right): Make arg optional (for active mode line).
13859
13860 * calendar/calendar.el (calendar-mode-line-format): Make fields
13861 mouse-sensitive.
13862 (calendar-read-date, calendar-read-date, calendar-window-list):
13863 Unquote lambda.
13864 (calendar-month-name): Use aref, not sref.
13865
13866 * view.el (minor-mode-alist): Propertize the string.
13867
13868 * international/characters.el (standard-case-table): Add entries
13869 for Greek.
13870
13871 2000-09-18 Miles Bader <miles@gnu.org>
13872
13873 * info.el (info-node, info-xref): Add dark-background variants.
13874
13875 * faces.el (header-line): Change defaults to be less confusing
13876 when mixed with mode-lines.
13877
13878 * info.el (Info-fontify-node): Make a few cleanups.
13879 Add extra `help-echo' and `local-map' props to node xrefs.
13880 Use header-specific faces for node-names & xrefs.
13881 (Info-use-header-line): New variable.
13882 (info-header-xref, info-header-node): New faces.
13883 (Info-setup-header-line): New function.
13884 (Info-select-node): Call Info-setup-header-line when enabled.
13885 (Info-extract-pointer): Work even if the header line is hidden.
13886 (Info-header-line): New variable.
13887
13888 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13889
13890 * vms-patch.el (print-region-function): Don't quote lambda.
13891
13892 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13893
13894 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13895 (lm-get-header-re): Allow spaces between the header and the colon.
13896 (lm-header): Allow $ in non-RCS headers.
13897 (lm-header-multiline): Put the strings back into order.
13898 Stop at an empty line. Don't require two space chars if the
13899 line is clearly not another header line.
13900
13901 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13902 (popup-menu-popup): Remove.
13903
13904 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13905
13906 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13907 specification if or if not tool-bar item contains an `:enabled'
13908 property.
13909
13910 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13911 current buffer has no file name.
13912
13913 2000-09-15 Dave Love <fx@gnu.org>
13914
13915 * strokes.el: Sync with maintainer's current version with changes
13916 for Emacs, but avoid runtime cl and levents.
13917 (toplevel): Change autoloads and compilation requires.
13918 (strokes-version, strokes-bug-address, strokes-lift): Values
13919 changed.
13920 (strokes-xpm-header, strokes-insinuated): New variable.
13921 (strokes): Add :link.
13922 (strokes-mode): Customized.
13923 (strokes-while-inhibiting-garbage-collector): New macro.
13924 (strokes-remassoc): Avoid remove-if.
13925 (strokes-fix-button2-command): Don't use ad-do-it.
13926 (strokes-insinuate): New function.
13927 (strokes-button-press-event-p, strokes-button-release-event-p):
13928 New functions, used instead of non-`strokes-' versions..
13929 (strokes-mouse-event-p): Rewritten.
13930 (strokes-event-closest-point): Avoid event-point.
13931 (strokes-get-grid-position): Avoid cdadr, caadr
13932 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13933 functions.
13934 (strokes-help): Use with-output-to-temp-buffer.
13935 (strokes-window-configuration-changed-p): New function.
13936 (strokes-update-window-configuration): Use buffer-live-p,
13937 strokes-window-configuration-changed-p.
13938 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13939 (strokes-char-face): New face.
13940 (strokes-char-table, strokes-base64-chars): New variable.
13941 (strokes-xpm-for-stroke, strokes-list-strokes)
13942 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13943 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13944 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13945 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13946 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13947 functions.
13948
13949 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13950
13951 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13952
13953 * image.el (create-image): Doc fix.
13954
13955 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13956 instead of `:heuristic-mask t'.
13957
13958 2000-09-14 Andrew Innes <andrewi@gnu.org>
13959
13960 * makefile.w32-in: Revert to Unix line endings.
13961
13962 2000-09-14 Andrew Innes <andrewi@gnu.org>
13963
13964 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13965 when installing.
13966
13967 * makefile.nt (DONTCOMPILE): Fix typo.
13968
13969 * shell.el (shell-write-history-on-exit): New function.
13970 (shell-dumb-shell-regexp): New custom variable.
13971 (shell-mode): Make shell-write-history-on-exit the process
13972 sentinel if shell name matches shell-dumb-shell-regexp.
13973
13974 * w32-fns.el: Comment out before-init-hook function which resets
13975 source-directory based; this breaks bootstrap.
13976
13977 2000-09-14 Dave Love <fx@gnu.org>
13978
13979 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13980 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13981 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13982 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13983 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13984 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13985 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13986 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13987 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13988
13989 * toolbar/toolbar.el: New.
13990
13991 * subdirs.el: Add toolbar.
13992
13993 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13994
13995 * indent.el (indent-for-tab-command): Doc fix.
13996
13997 2000-09-14 Alex Schroeder <alex@gnu.org>
13998
13999 * ansi-color.el (ansi-colors): Doc change.
14000 (ansi-color-get-face): Simplified regexp.
14001 (ansi-color-faces-vector): Added more faces, doc change.
14002 (ansi-color-names-vector): Doc change.
14003 (ansi-color-regexp): Simplified regexp.
14004 (ansi-color-parameter-regexp): New regexp.
14005 (ansi-color-filter-apply): Doc change.
14006 (ansi-color-filter-region): Doc change.
14007 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14008 deal with zero length parameters.
14009 (ansi-color-apply-on-region): Doc change.
14010 (ansi-color-map): Doc change.
14011 (ansi-color-map-update): Removed debugging message.
14012 (ansi-color-get-face-1): Added condition-case to trap
14013 args-out-of-range errors.
14014 (ansi-color-get-face): Doc change.
14015 (ansi-color-make-face): Removed.
14016 (ansi-color-for-shell-mode): New option.
14017
14018 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14019
14020 * international/quail.el (quail-start-translation): Translate KEY
14021 if necessary even if it doesn't have any mapping in the current
14022 input method.
14023 (quail-start-conversion): Likewise.
14024 (quail-help): The output message is improved.
14025
14026 2000-09-13 Miles Bader <miles@gnu.org>
14027
14028 * comint.el (comint-output-filter): Revert to using
14029 `insert-before-markers'. Add bletcherous hack to undo damage
14030 caused by `insert-before-markers'. Put `front-sticky' property on
14031 overlays created here so that the field code understands how the
14032 overlay works. Use a let when making comint-last-prompt-overlay,
14033 so that the code is easier to read.
14034
14035 2000-09-13 Dave Love <fx@gnu.org>
14036
14037 * wid-edit.el (widget-default-format-handler): DTRT when
14038 doc-property is a function.
14039
14040 2000-09-12 Francesco Potorti` <pot@gnu.org>
14041
14042 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14043 filed name if it's not there.
14044
14045 2000-09-12 Dave Love <fx@gnu.org>
14046
14047 * simple.el (read-mail-command): Doc fix.
14048 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14049
14050 * vc.el (vc-dired-listing-switches): Fix :version.
14051
14052 * vc-hooks.el: Doc fixes.
14053
14054 * subr.el (add-minor-mode): Use toggle-fun arg.
14055
14056 * speedbar.el: Add :version to several defcustoms.
14057
14058 * imenu.el (imenu--truncate-items, imenu--cleanup)
14059 (imenu--generic-function): Avoid mapcar.
14060 (imenu--replace-spaces): Function removed.
14061 (imenu--completion-buffer): Use subst-char-in-string.
14062 (imenu-add-to-menubar): Use keymap inheritance.
14063
14064 2000-09-12 Miles Bader <miles@gnu.org>
14065
14066 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14067 (diff-mode-map): Bind `diff-test-hunk'.
14068 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14069
14070 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14071
14072 * bytecomp.el (byte-compile-defvar): Undo last change
14073 because it breaks '(make-variable-buffer-local (defvar ...)'
14074 which is used at least in dired.
14075
14076 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14077
14078 * international/quail.el (quail-define-package): Docstring
14079 modified.
14080
14081 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14082
14083 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14084 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14085 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14086 docstring of "chinese-py".
14087
14088 * international/quail.el (quail-translation-docstring): New
14089 variable.
14090 (quail-show-keyboard-layout): Docstring modified.
14091 (quail-select-current): Likewise.
14092 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14093 infinite recursive call.
14094 (quail-help): Check quail-translation-docstring. Format of the
14095 output changed.
14096 (quail-help-insert-keymap-description): Adjusted for the above
14097 change.
14098
14099 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14100
14101 * bytecomp.el (byte-compile-defvar): Only cons onto
14102 current-load-list in top-level forms. Else this leaks a cons cell
14103 every time a defun is called.
14104
14105 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14106
14107 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14108 Now understands non-unified diffs. Some functionality moved into
14109 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14110 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14111 modify anything. Only reposition point in the patched file if the
14112 patch succeeds. Only pop up another window if POPUP is true.
14113 Emit a message describing what happened if successful, and at what
14114 line-offset. Automatically detect reversed hunks and do something
14115 appropriate.
14116 (diff-hunk-text, diff-find-text): New functions.
14117 (diff-filter-lines): Function removed.
14118 (diff-test-hunk): New function.
14119 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14120
14121 2000-09-10 Dave Love <fx@gnu.org>
14122
14123 * textmodes/tildify.el: Minor doc/commentary fixes.
14124 (tildify) <defgroup>: Add :version.
14125
14126 * faces.el (face-x-resources): Make custom type more specific.
14127 (frame-background-mode): Use mapc.
14128 (region) <defcustom>: Add :version.
14129
14130 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14131
14132 * vc-sccs.el (vc-sccs-register):
14133 * vc-rcs.el (vc-rcs-register):
14134 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14135 * vc.el (vc-register): Clear file's properties.
14136
14137 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14138
14139 * faces.el (face-spec-set): Only face-spec-reset-face when
14140 ATTRS is non-nil.
14141
14142 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14143
14144 * help.el (help-insert-xref-button): Fix a typo in doc string.
14145
14146 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14147
14148 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14149 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14150 methods.
14151
14152 * menu-bar.el (read-mail-item-name): New function.
14153 (menu-bar-tools-menu): Use it to compute and display the package
14154 used to read email.
14155 (menu-bar-tools-menu): Fix typo in GUD's help string.
14156
14157 2000-09-07 Dave Love <fx@gnu.org>
14158
14159 * diff-mode.el (diff-mouse-goto-source): New function.
14160
14161 * vc-sccs.el: Doc fixes.
14162 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14163
14164 * vc-rcs.el: Doc fixes.
14165 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14166 (vc-rcs-checkout-switches, vc-rcs-header)
14167 (vc-rcs-master-templates): Add or change :version.
14168
14169 * vc-cvs.el: Doc fixes.
14170 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14171 (vc-cvs-stay-local): Add :version.
14172
14173 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14174
14175 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14176
14177 * international/quail.el (quail-help): Fix previous change.
14178
14179 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14180
14181 * faces.el (color-values): Doc fix.
14182
14183 * faces.el (frame-set-background-mode): Use frame-parameter
14184 instead of frame-parameters.
14185
14186 * frame.el (filtered-frame-list): Reduce consing.
14187 (frames-on-display-list): Call frame-parameter instead of
14188 frame-parameters.
14189
14190 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14191
14192 * language/devan-util.el (devanagari-to-indian-region): In the
14193 loop, change the following char, not preceding char.
14194
14195 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14196
14197 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14198 instead of frame-parameters.
14199
14200 * faces.el (set-face-attribute): Simplify by calling
14201 internal-set-lisp-face-attribute with FRAME being 0.
14202
14203 * vc.el: Remove `Id' version control keyword.
14204
14205 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14206
14207 * help.el (help-make-xrefs): Adjusted for the change of
14208 help-xref-mule-regexp.
14209 (help-insert-xref-button): New function.
14210
14211 * international/mule-cmds.el (help-xref-mule-regexp-template):
14212 Include the pattern for character set.
14213 (leim): New group.
14214
14215 * international/quail.el: Don't require face.
14216 (quail): New group.
14217 (quail-other-command): Dummy command to make quail-help work better.
14218 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14219 (quail-keyboard-layout-substitution): New variable.
14220 (quail-update-keyboard-layout): New function.
14221 (quail-keyboard-layout-type): New customizable variable.
14222 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14223 (quail-keyboard-translate): Pay attention to
14224 quail-keyboard-layout-substitution.
14225 (quail-insert-kbd-layout): New function.
14226 (quail-show-keyboard-layout): New function.
14227 (quail-get-translation): If the definition is a vector of length
14228 1, and the element is a string of length 1, return the character
14229 in that string.
14230 (quail-update-current-translations): Fix the case of
14231 relative-index out of range.
14232 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14233 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14234 Show key sequences for all available characters.
14235 (quail-help-insert-keymap-description): Don't show such verbose
14236 key bindings as quail-self-insert-command.
14237
14238 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14239 Format changed, and each element now have extra documentations.
14240 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14241 Adjusted for the change of quail-cxterm-package-ext-info.
14242
14243 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14244
14245 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14246 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14247 during bootstrap.
14248
14249 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14250
14251 * vc.el: (toplevel): Don't require `dired' at run-time.
14252 (vc-dired-resynch-file): Remove autoload cookie.
14253
14254 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14255
14256 * vc.el: Made several backend functions optional.
14257 (vc-default-responsible-p): New function.
14258 (vc-merge): Use RET for first version to trigger merge-news, not
14259 prefix arg.
14260 (vc-annotate): Handle backends that do not support annotation.
14261 (vc-default-merge-news): Removed. The existence of a merge-news
14262 implementation is now checked on caller sites.
14263
14264 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14265 case.
14266
14267 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14268 special case that has been removed from the default in vc-hooks.el.
14269
14270 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14271
14272 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14273
14274 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14275
14276 * vc-hooks.el: Require vc during compilation.
14277 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14278 macro `with-vc-properties' in vc.el.
14279 (vc-file-getprop): Doc fix.
14280 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14281
14282 * vc.el: Require dired-aux during compilation.
14283 (vc-name-assoc-file): Moved to vc-sccs.el.
14284 (with-vc-properties): New macro.
14285 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14286 vc-finish-steal): Use it.
14287 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14288 to the backend-specific function is now supposed to do the checkout,
14289 too.
14290 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14291
14292 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14293 set file properties; that gets done in the generic code now.
14294
14295 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14296 Changed parameter list, added code from vc.el that does the
14297 checkout, possibly with a double-take.
14298
14299 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14300 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14301 the above under the new name.
14302 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14303 parameter list, added checkout command.
14304 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14305 properties; that gets done in the generic code now.
14306
14307 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14308
14309 * vc.el: Docstring fixes (courtesy of checkdoc).
14310
14311 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14312
14313 * vc.el (vc-checkout-writable-buffer-hook)
14314 (vc-checkout-writable-buffer): Remove.
14315 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14316 (vc-log-mode): Make it into a clean derived major mode.
14317 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14318 vc-log-mode if log-edit is not available.
14319 (vc-dired-mode-map): Don't set-keymap-parent yet.
14320 (vc-dired-mode): Do set-keymap-parent here.
14321 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14322
14323 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14324
14325 * faces.el (set-face-attribute, face-spec-reset-face)
14326 (face-spec-set): Avoid consing by removing calls to `apply'.
14327
14328 * frame.el (frame-parameter): Move to C code.
14329
14330 2000-09-05 Dave Love <fx@gnu.org>
14331
14332 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14333 insert-before-markers-and-inherit. Now checked systematically!
14334
14335 2000-09-05 Alex Schroeder <alex@gnu.org>
14336
14337 * sql.el (sql-postgres): Use sql-postgres-options.
14338 (sql-postgres-options): New variable.
14339
14340 2000-09-05 Alex Schroeder <alex@gnu.org>
14341
14342 * sql.el (sql-mode-menu): Work around missing variable mark-active
14343 in XEmacs.
14344 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14345 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14346 compatibility.
14347
14348 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14349
14350 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14351
14352 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14353
14354 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14355
14356 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14357
14358 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14359 don't support anything else under SCCS yet.
14360
14361 * vc-hooks.el: Minor doc fixes.
14362
14363 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14364
14365 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14366 not necessary. If verbose in state `needs-patch', do the same as
14367 under `up-to-date'. When NOT verbose and `needs-patch', check out
14368 latest version instead of `merge-news'.
14369 (vc-next-action-dired): Don't mess with default-directory here; it
14370 breaks other parts of dired. It is the job of the
14371 backend-specific functions to adjust it temporarily if they need it.
14372 (vc-next-action): Remove a special CVS case.
14373 (vc-clear-headers): New optional arg FILE.
14374 (vc-checkin, vc-checkout): Set properties vc-state and
14375 vc-checkout-time properly.
14376 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14377 (vc-print-log): Use new backend function `show-log-entry'.
14378 (vc-cancel-version): Do the checks in a different order. Added a
14379 FIXME concerning RCS-only code.
14380
14381 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14382 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14383
14384 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14385
14386 * vc-hooks.el (vc-default-mode-line-string): Show state
14387 `needs-patch' as a `-' too.
14388
14389 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14390
14391 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14392 (vc-default-could-register): New function.
14393 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14394 (vc-resynch-buffer): Call vc-dired-resynch-file.
14395 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14396 vc-resynch-buffer instead of vc-resynch-window.
14397 (vc-next-action-dired): Don't redisplay here, that gets done as a
14398 result of the individual file operations.
14399 (vc-retrieve-snapshot): Corrected prompt order.
14400
14401 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14402
14403 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14404 as well.
14405 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14406 hostname regexps. Updated all callers.
14407 (vc-cvs-responsible-p): Handle directories as well.
14408 (vc-cvs-could-register): New function.
14409 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14410 properties up-to-date.
14411
14412 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14413 user whether to create one.
14414
14415 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14416
14417 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14418 check out a non-existing file.
14419
14420 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14421 workfile does not exist.
14422
14423 * vc.el (vc-version-diff): Use `require' to check for existence of
14424 diff-mode.
14425
14426 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14427
14428 * vc-cvs.el (vc-cvs-registered): Use new function
14429 vc-cvs-parse-entry to do the actual work.
14430
14431 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14432
14433 * vc-hooks.el (vc-find-backend-function): If function doesn't
14434 exist, return nil instead of error.
14435 (vc-call-backend): Doc fix.
14436
14437 * vc.el (vc-do-command): Doc fix.
14438 (vc-finish-logentry): When checking in from vc-dired, choose the
14439 right backend for logentry check.
14440 (vc-dired-mode-map): Inherit from dired-mode-map.
14441 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14442 simplified.
14443 (vc-dired-state-info): Removed, updated caller.
14444 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14445 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14446 (vc-dired-listing-switches): New variable.
14447 (vc-directory): Use it, instead of dired-listing-switches.
14448
14449 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14450 (vc-cvs-dir-state): New function.
14451 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14452 (vc-cvs-parse-entry): New function, also to be used in
14453 vc-cvs-registered.
14454
14455 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14456
14457 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14458 *or* single-window-frames.
14459
14460 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14461
14462 * vc.el (vc-update-changelog): Split into generic part and default
14463 implementation. Doc string adapted.
14464 (vc-default-update-changelog): New function. Call the `rcs2log'
14465 script in exec-directory, to fix a long-standing nuisance.
14466
14467 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14468 simply signals an error.
14469
14470 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14471
14472 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14473 control-flow more clear and to avoid running `cvs' twice.
14474
14475 * vc.el (vc-next-action-on-file): Doc fix.
14476 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14477 (vc-print-log): Eval `file' before constructing the continuation.
14478
14479 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14480
14481 * vc.el (vc-next-action-on-file): Corrected several messages.
14482 (vc-merge): Add prefix arg `merge-news'; handle it.
14483
14484 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14485 is not reached. It is.
14486 (vc-cvs-merge): Set state to 'edited after merge.
14487 (vc-cvs-merge-news): Set workfile version to nil if not known.
14488 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14489
14490 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14491 via stdout. (Merge from main line.)
14492
14493 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14494
14495 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14496 detection.
14497
14498 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14499
14500 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14501 against kill-all-local-variables.
14502 (vc-log-edit): Don't save vc-parent-buffer any more.
14503 (vc-last-comment-match): Initialize to an empty string.
14504 (vc-post-command-functions): New hook.
14505 (vc-do-command): Run it.
14506 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14507 (vc-finish-logentry): Only add the comment to the ring if it's
14508 different from the last comment entered.
14509 (vc-new-comment-index): New function.
14510 (vc-previous-comment): Use it. Make the minibuffer message
14511 slightly less terse.
14512 (vc-comment-search-reverse): Make it work forward as well. Don't
14513 set vc-comment-ring-index if no match is found. Use
14514 vc-new-comment-index.
14515 (vc-comment-search-forward): Use vc-comment-search-reverse.
14516 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14517 define-derived-mode will do it for us. Bind `v' to a keymap that
14518 inherits from vc-prefix-map so that we can bind `vt' without
14519 binding C-x v t.
14520 (vc-retrieve-snapshot): Parenthesis typo.
14521
14522 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14523 to 1. Make sure to switch to *vc* before looking for an error
14524 message. Use vc-parse-buffer.
14525
14526 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14527
14528 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14529 and NAME.
14530 (vc-retrieve-snapshot): Split into two parts.
14531 (vc-default-retrieve-snapshot): New function.
14532
14533 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14534 (vc-cvs-retrieve-snapshot): New function (untested).
14535 (vc-cvs-stay-local): Default to t.
14536 (vc-cvs-remote-p): New function and property.
14537 (vc-cvs-state): Stay local only if the above is t.
14538 (vc-handle-cvs): Removed.
14539 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14540 done via vc-handled-backends now.
14541 (vc-cvs-header): Escape Id.
14542
14543 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14544
14545 * vc.el (vc-do-command): Remove unused commands.
14546 (vc-version-diff): Make sure default-directory ends with a slash.
14547 Move the window commands into a vc-exec-after.
14548 (vc-print-log): Move more of the code into the `vc-exec-after'.
14549
14550 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14551
14552 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14553 (vc-print-log): Search current revision from beginning of buffer.
14554 (vc-revert-buffer): Clear echo area after the diff is finished.
14555 (vc-prefix-map): Removed definition of "t" for terse display in vc
14556 dired.
14557 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14558 definition of "vt" for terse display.
14559 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14560
14561 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14562
14563 * vc.el (vc-exec-after): Avoid caddr.
14564
14565 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14566
14567 * vc.el (vc-exec-after): New function.
14568 (vc-do-command): Use it to add a termination message for async
14569 procs.
14570 (vc-checkout): Try to handle a missing-backend situation.
14571 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14572 of a directory with a backend using async diffs.
14573 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14574 present.
14575
14576 * vc-sccs.el (vc-sccs-state-heuristic): Use
14577 file-ownership-preserved-p.
14578
14579 * vc-rcs.el (vc-rcs-state-heuristic): Use
14580 file-ownership-preserved-p.
14581 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14582
14583 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14584
14585 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14586 vc-do-command.
14587
14588 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14589 when there are no changes.
14590
14591 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14592
14593 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14594
14595 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14596
14597 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14598
14599 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14600
14601 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14602 the `fset' outside of the defvar so that it works even if
14603 vc-prefix-map was already defined.
14604 (vc-setup-buffer): New function, split out of vc-do-command.
14605 (vc-do-command): Allow BUFFER to be t to mean `just use the
14606 current buffer without any fuss'.
14607 (vc-version-diff): Change the `diff' backend operation to just put
14608 the diff in the current buffer without erasing it. Always use
14609 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14610 shrink-window-if-larger-than-buffer.
14611 (vc-print-log): Change the `print-log' backend operation to just
14612 put the log in the current buffer without erasing it. Protect
14613 shrink-window-if-larger-than-buffer.
14614 (vc-update-change-log): Fix setd typo.
14615
14616 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14617 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14618
14619 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14620 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14621 CMP.
14622
14623 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14624 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14625 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14626
14627 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14628
14629 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14630 not possible, use vc-BACKEND-workfile-unchanged-p.
14631 (vc-default-workfile-unchanged-p): New function. Delegates to a
14632 full vc-BACKEND-diff.
14633
14634 * vc-hooks.el (vc-simple-command): Removed.
14635
14636 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14637 instead of vc-simple-command.
14638 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14639 avoid doing a diff when opening a file.
14640 (vc-rcs-state): Added check for unlocked-changes.
14641 (vc-rcs-header): Escape Id.
14642 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14643 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14644 version.
14645
14646 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14647 (vc-sccs-diff): Remove optional arg CMP.
14648 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14649 SCCS-specific function.
14650
14651 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14652 vc-simple-command.
14653
14654 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14655
14656 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14657 (with-vc-file, vc-merge): Use vc-editable-p.
14658 (vc-do-command): Remove unused var vc-file and fix the
14659 doubly-defined `status' var. Add a user message when starting an
14660 async command.
14661 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14662 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14663 Use with-current-buffer.
14664 (vc-buffer-sync): Use unless.
14665 (vc-next-action-on-file): If the file is 'edited by read-only,
14666 make it read-write instead of trying to commit.
14667 (vc-version-diff, vc-update-change-log): Use `setq
14668 default-directory' rather than `cd'.
14669 (vc-log-edit): Don't forget to set default-directory in the
14670 buffer.
14671
14672 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14673 (vc-sccs-state-heuristic): Use file-writable-p instead of
14674 comparing userids.
14675 (vc-sccs-checkout): Use `unless'.
14676
14677 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14678 of comparing userids.
14679 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14680 Simplify the logic by eliminating unreachable code.
14681 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14682 just do a recursive call if we need to retry.
14683 (vc-rcs-checkout): Handle the case where rcs is missing by making
14684 the buffer read-write if requested and re-signalling the error.
14685
14686 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14687
14688 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14689
14690 * vc-hooks.el (vc-handled-backends): Docstring change.
14691 (vc-ignore-vc-files): Mark obsolete.
14692 (vc-registered): Check vc-ignore-vc-files.
14693 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14694 vc-ignore-vc-files.
14695
14696 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14697
14698 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14699
14700 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14701 files since ange-ftp already has vc-registered return nil.
14702
14703 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14704 (vc-sccs-workfile-version): Use with-temp-buffer and new
14705 vc-parse-buffer and don't bother setting the property.
14706 (vc-sccs-add-triple): Use with-current-buffer and
14707 find-file-noselect.
14708 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14709
14710 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14711 derives from the old vc-parse-buffer but uses the revision number
14712 rather than the date (much easier to compare robustly).
14713 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14714 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14715 locking-user more directly. Check strict locking and set
14716 checkout-model appropriately.
14717 (vc-rcs-parse-locks): Remove.
14718 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14719 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14720 (vc-rcs-system-release): Use with-current-buffer and
14721 vc-parse-buffer.
14722 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14723
14724 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14725 (vc-simple-command): Docstring fix.
14726 (vc-registered): Align the way the file-handler is called with the
14727 way the function itself works.
14728 (vc-file-owner): Remove.
14729
14730 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14731 extraction of fields and call to file-attributes because of a
14732 temporary bug in rcp.el.
14733 (vc-cvs-fetch-status): Use with-current-buffer.
14734
14735 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14736
14737 * vc.el (vc-do-command): Use file-relative-name.
14738 (vc-responsible-backend): Use vc-backend if possible.
14739 (vc-create-snapshot): Improve the `interactive' spec. Add support
14740 for branches and dispatch to backend-specific `create-snapshot'.
14741 (vc-default-create-snapshot): New function, containing the bulk of
14742 the old vc-create-snapshot.
14743 (vc-retrieve-snapshot): Improve the interactive spec.
14744
14745 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14746 (vc-backend-hook-functions): Remove.
14747 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14748 (vc-backend): Reintroduce the test for `file = nil' now that I
14749 know why it was there (and added a comment to better remember).
14750
14751 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14752 code from vc-sccs-hooks.el.
14753 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14754 'vc anymore.
14755 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14756 and file-directory-p instead of file-exists-p.
14757 (vc-sccs-check-headers): Simplify the regexp.
14758
14759 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14760 from vc-rcs-hooks.el. Don't require 'vc anymore.
14761 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14762 file-directory-p instead of file-exists-p.
14763
14764 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14765 from vc-cvs-hooks.el.
14766 (proto vc-cvs-registered): Require 'vc-cvs instead of
14767 'vc-cvs-hooks. Don't require 'vc anymore.
14768 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14769 file-directory-p instead of file-exists-p.
14770 (vc-cvs-create-snapshot): New function, replacing
14771 vc-cvs-assign-name.
14772 (vc-cvs-assign-name): Remove.
14773
14774 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14775
14776 * vc-cvs.el (vc-cvs-header): New var.
14777
14778 * vc-rcs.el (vc-rcs-exists): Remove.
14779 (vc-rcs-header): New var.
14780
14781 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14782 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14783 (vc-sccs-header): New var.
14784
14785 * vc.el (vc-do-command): Get rid of the `last' argument.
14786 (vc-header-alist): Remove, replaced by vc-X-header.
14787 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14788 (vc-dired-hook): Use expand-file-name instead of concat.
14789 (vc-directory): Use file-name-as-directory.
14790 (vc-snapshot-precondition, vc-create-snapshot)
14791 (vc-retrieve-snapshot): Allow the command to operate on any
14792 directory.
14793
14794 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14795 just removing the 'WORKFILE argument or by removing the 'MASTER
14796 argument and replacing `file' with (vc-name file).
14797
14798 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14799
14800 * vc.el: Update Copyright and add a crude list of backend funs.
14801 (vc-writable-p): New function.
14802 (with-vc-file): Use vc-writable-p.
14803 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14804 (vc-register): Avoid vc-name.
14805 (vc-locking-user): Remove.
14806 (vc-steal-lock): Make the `owner' arg non-optional.
14807 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14808 vc-checkout-model.
14809 (vc-default-dired-state-info): Use vc-state instead of
14810 vc-locking-user and return special strings for special states.
14811 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14812 and get rid of one of the special CVS cases.
14813 (vc-cancel-version): prettify error message with \\[...].
14814 (vc-rename-master): New function.
14815 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14816 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14817 the CVS special case generic.
14818 (vc-default-record-rename): Remove.
14819 (vc-file-tree-walk-internal): Only call FUNC for files that are
14820 under control of some VC backend and replace `concat' with
14821 expand-file-name.
14822 (vc-file-tree-walk): Update docstring.
14823 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14824 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14825
14826 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14827 vc-sccs-record-rename. Use `find-file-noselect' rather than
14828 `find-file' and call `vc-rename-master' to do the actual move.
14829 (vc-sccs-diff): Remove unused `backend' variable.
14830
14831 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14832 to delay loading of vc-sccs until it is really used.
14833 (vc-sccs-master-templates): Preload.
14834 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14835 (vc-sccs-project-dir): Remove (merged into
14836 vc-sccs-search-project-dir).
14837 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14838 rather than `concat', make sure it is preloaded and don't bother
14839 to check that the file actually exists.
14840 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14841 `locks' argument (use buffer's content instead) and eliminate n^2
14842 behavior.
14843
14844 * vc-rcs.el: Update Copyright.
14845 (vc-rcs-rename-file): New function.
14846 (vc-rcs-diff): Remove unused `backend' variable.
14847
14848 * vc-hooks.el: Update Copyright.
14849 (vc-backend): Don't accept a nil argument any more.
14850 (vc-up-to-date-p): Turn into a defsubst.
14851 (vc-possible-master): New function.
14852 (vc-check-master-templates): Use `vc-possible-master' and allow
14853 funs in vc-X-master-templates to return a non-existent file.
14854
14855 * vc-cvs.el: Update Copyright.
14856 (vc-cvs-diff): Remove unused `backend' variable.
14857 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14858
14859 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14860
14861 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14862
14863 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14864 since it can be called from vc-rcs.el.
14865 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14866
14867 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14868
14869 * vc.el (vc-version-diff): Expand file name read from the
14870 minibuffer. Handle the case when a previous version number can't
14871 be guessed. Give suitable messages when there were no differences
14872 found.
14873 (vc-clear-headers): Call backend-specific implementation, if one
14874 exists.
14875 (vc-cancel-version): Made error checks generic. When done, clear
14876 headers generically, too.
14877
14878 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14879 from vc-clear-headers in vc.el.
14880
14881 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14882 correctly.
14883 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14884 optional. Handle the case when it's not there.
14885
14886 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14887
14888 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14889
14890 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14891
14892 * vc-hooks.el (vc-loadup): Remove.
14893 (vc-find-backend-function): Use `require'. Also, handle the case
14894 where vc-BACKEND-hooks.el doesn't exist.
14895 (vc-call-backend): Cleanup.
14896
14897 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14898
14899 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14900 vc-rcs-grab-templates)
14901 (vc-rcs-registered): Remove. The default function works as well.
14902 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14903 vc-sccs-grab-templates)
14904 (vc-sccs-registered): Remove. The default function works as well.
14905
14906 * vc.el (vc-version-diff): Left out a vc- in call to
14907 vc-call-backend.
14908 (vc-default-dired-state-info, vc-default-record-rename)
14909 (vc-default-merge-news): Update for the new backend argument.
14910
14911 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14912 using the default function.
14913 (vc-call-backend): If calling the default function, pass it the
14914 backend as first argument. Update the docstring accordingly.
14915 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14916 for the new backend argument.
14917 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14918 (vc-find-backend-function): Use the new name.
14919 (vc-default-registered): New function.
14920
14921 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14922
14923 * vc.el (vc-merge): Use vc-find-backend-function.
14924
14925 * vc-hooks.el (vc-backend-functions): Remove.
14926 (vc-loadup): Don't setup 'vc-functions.
14927 (vc-find-backend-function): New function.
14928 (vc-call-backend): Use above fun and populate 'vc-functions
14929 lazily.
14930 (vc-backend-defines): Remove.
14931
14932 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14933
14934 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14935 Call vc-call-backend without the leading vc-.
14936 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14937 (vc-check-headers): Call vc-call-backend without the leading vc-.
14938 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14939 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14940 Call vc-call-backend without the leading vc-.
14941
14942 * vc-cvs.el (tail): Provide vc-cvs.
14943 * vc-sccs.el (tail): Provide vc-sccs.
14944 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14945
14946 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14947 (vc-make-backend-function, vc-call): Pass names without leading
14948 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14949 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14950 (vc-call-backend): Always try to load vc-X-hooks.
14951 (vc-registered): Remove vc- in call to vc-call-backend.
14952
14953 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14954
14955 * vc.el (vc-process-filter): New function.
14956 (vc-do-command): Setup `vc-process-filter' for the async process.
14957 (vc-maybe-resolve-conflicts): New function to reduce
14958 code-duplication. Additionally, it puts the buffer in
14959 `smerge-mode' if applicable.
14960 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14961 calling `merge-news'.
14962 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14963 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14964 interfacing to log-edit.el.
14965 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14966 log-edit is available.
14967 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14968
14969 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14970
14971 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14972 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14973 defvar and the initialization.
14974 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14975
14976 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14977 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14978
14979 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14980
14981 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14982
14983 * vc.el (vc-file-clear-masterprops): Removed.
14984 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14985 (vc-version-diff): Use buffer-size without argument.
14986 (vc-register): Heed vc-initial-comment.
14987
14988 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14989 default branch.
14990
14991 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14992 file name and workfile version.
14993 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14994
14995 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14996 vc-file-clear-masterprops.
14997
14998 * vc-sccs.el (vc-sccs-checkout): Removed call to
14999 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15000 rather than user login name.
15001
15002
15003 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15004
15005 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15006 `want-differences-if-changed' and simplify.
15007 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15008 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15009 output (which is invalid for async vc-diff) to decide whether to
15010 do the revert silently or not.
15011
15012 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15013
15014 * vc-hooks.el (vc-loadup): Load files quietly.
15015 (vc-call-backend): Oops, brain fart.
15016
15017 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15018
15019 * vc-cvs.el (vc-cvs-state): Typo.
15020 (vc-cvs-merge-news): Return the status code rather than the error msg.
15021
15022 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15023
15024 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15025 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15026 vc-state or vc-up-to-date-p.
15027 (vc-merge): Use vc-backend-defines to check whether merging is
15028 possible. Set state to 'edited after successful merge.
15029
15030 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15031 return that name. Redocumented.
15032
15033 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15034
15035 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15036 new `vc-state' semantics.
15037 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15038 'vc-locking-user to the current user.
15039 (vc-merge): Inline vc-backend-merge. Comment out code that I
15040 don't understand and hence can't adapt to the new `vc-state' and
15041 `vc-locking-user' semantics.
15042 (vc-backend-merge): Remove.
15043
15044 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15045 rather than 'vc-locking-user.
15046
15047 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15048
15049 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15050 (vc-state): Don't use 'reserved any more. Just use the same
15051 convention as the one used for vc-<backend>-state where the
15052 locking user (as a string) is returned.
15053 (vc-locking-user): Update, based on the above convention. The
15054 'vc-locking-user property has disappeared.
15055 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15056
15057 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15058 with a heuristic one.
15059 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15060 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15061 error. That allows us to get to 'needs-merge even in the
15062 stay-local case. There's still no way to detect 'needs-patch in
15063 such a setup (or to force an update for that matter).
15064 (vc-cvs-logentry-check): Remove, the default works as well.
15065
15066 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15067
15068 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15069
15070 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15071 major-mode in which the buffer might have been put earlier. Use
15072 `remove' and `when'. Allow `okstatus' to be `async' and use
15073 `start-process' in this case.
15074 (vc-version-diff): Handle the case where the diff looks empty
15075 because of the use of an async process.
15076
15077 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15078
15079 * vc.el (vc-next-action-on-file): Removed optional parameter
15080 `simple'. Recompute state unconditionally.
15081 (vc-default-toggle-read-only): Removed.
15082
15083 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15084 (vc-toggle-read-only): Undid prev change.
15085
15086 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15087 vc-cvs-simple-toggle. Redocumented.
15088 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15089 (vc-cvs-toggle-read-only): Removed.
15090
15091 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15092
15093 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15094 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15095 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15096 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15097 still is. So maybe it should be removed.
15098 (vc-head-version, vc-find-binary): Remove.
15099 (vc-recompute-state): Move from vc-hooks.el.
15100 (vc-next-action-on-file): Add a `simple' argument to allow
15101 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15102 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15103 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15104 (vc-dired-mode-map): Properly defvar it.
15105 (vc-print-log): Call log-view-mode if available.
15106 (small-temporary-file-directory): defvar instead of use boundp.
15107 (vc-merge-news): Moved to vc-cvs.el.
15108 (vc-default-merge-news): New function.
15109
15110 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15111 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15112 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15113 unknown `vc-latest-version' function. It should probably refer to
15114 vc-workfile-version or somesuch, but it's very unclear to me and I
15115 don't have SCCS to test things.
15116
15117 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15118 (vc-sccs-state-heuristic): Fix typo.
15119 (vc-sccs-workfile-unchanged-p): Add missing argument.
15120
15121 * vc-rcs.el: Require vc and vc-rcs-hooks.
15122 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15123 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15124 (vc-release-greater-or-equal-p): Move from vc.
15125 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15126 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15127 (vc-rcs-checkout): Add a missing `new-version' argument in the
15128 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15129
15130 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15131 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15132 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15133 than the apparently unbound `workfile-version'.
15134
15135 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15136 (vc-file-prop-obarray): Use `make-vector'.
15137 (vc-backend-functions): Add new hookable functions
15138 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15139 (vc-loadup): If neither backend nor default functions exist, use
15140 the backend function rather than nil.
15141 (vc-call-backend): If the function if not bound yet, try to load
15142 the non-hook file to see if it provides it.
15143 (vc-call): New macro plus use it wherever possible.
15144 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15145 nor `vc-find-binary' since it's only called from
15146 vc-mistrust-permission which is only used once the backend is known.
15147 (vc-checkout-model): Fix parenthesis.
15148 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15149
15150 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15151 (vc-cvs-release, vc-cvs-system-release): Remove.
15152 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15153 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15154 status symbols.
15155 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15156 (vc-cvs-toggle-read-only): First cut at a function to allow a
15157 cvs-status-free vc-toggle-read-only.
15158 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15159 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15160 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15161 (vc-cvs-checkout): Modify access rights directly if the user
15162 requested not to use `cvs edit'. And refresh the mode line.
15163
15164 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15165 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15166
15167 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15168
15169 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15170 workfile' that got lost when the code was extracted from vc.el.
15171 And merged the tail with the rest of the code (not possible in the
15172 old vc.el where the tail was shared among all backends). And
15173 explicitly set the state to 'edited if `writable' is set.
15174
15175 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15176 (vc-cvs-state): Be careful to return the value from
15177 vc-cvs-parse-state.
15178 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15179 property but return it instead. Also be careful to handle a nil
15180 or "" `rev' when workfile is non-nil (it was handled properly when
15181 workfile was nil).
15182
15183 * vc.el: Removed those pesky unnecessary `(function' quotes.
15184 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15185 directly in the defvar.
15186 (vc-do-command): Bind inhibit-read-only so as to properly handle
15187 the case where the destination buffer has been made read-only.
15188 (vc-diff): Delegate to vc-version-diff in all cases.
15189 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15190 (vc-annotate-mode-variables): Removed (code moved partly to
15191 defvars and partly to vc-annotate-add-menu).
15192 (vc-annotate-mode): Turned into a derived-mode.
15193 (vc-annotate-add-menu): Moved in code in
15194 vc-annotate-mode-variables.
15195 (vc-update-change-log): Use make-temp-file if available.
15196
15197 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15198
15199 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15200 `vc-checkout-model' updated to `vc-cvs-update-model'.
15201
15202 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15203
15204 * vc.el (vc-next-action-on-file): Added handling of state
15205 `unlocked-changes'.
15206 (vc-checkout-carefully): Is now practically obsolete, unless the
15207 above is too slow to be enabled unconditionally.
15208 (vc-update-change-log): Fixed typo.
15209
15210 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15211
15212 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15213 Now handles state `unlocked-changes'.
15214 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15215
15216 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15217
15218 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15219 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15220 `unlocked-changes'.
15221 (vc-rcs-workfile-unchanged-p): Renamed from
15222 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15223 function yet, but supposed to become one soon.
15224
15225 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15226 `vc-steal-lock'.
15227 (vc-call-backend): Changed error message.
15228 (vc-state): Added description of state `unlocked-changes'.
15229
15230 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15231
15232 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15233 always return t in CVS-controlled directories.
15234
15235 * vc.el (vc-responsible-backend): New function.
15236 (vc-register): Largely rewritten.
15237 (vc-admin): Removed (implementation moved into vc-register).
15238 (vc-checkin): Redocumented.
15239 (vc-finish-logentry): If no backend defined yet (because we are in
15240 the process of registering), use the responsible backend.
15241
15242 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15243 Updated function lists.
15244 (vc-call-backend): Fixed typo.
15245
15246 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15247 New functions.
15248 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15249 Removed query option. Redocumented.
15250
15251 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15252
15253 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15254
15255 * vc.el: Updated callers of `vc-checkout-required' to use
15256 `vc-checkout-model'.
15257
15258 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15259
15260 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15261 stuff updated to reference this function instead of the old
15262 `vc-backend-release-p'.
15263
15264 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15265
15266 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15267 vc-checkout-model. Return appropriate values. Updated callers.
15268
15269 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15270
15271 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15272 (vc-backend-revert): Function moved into `vc-revert';
15273 `vc-next-action' must be updated to accomodate this change.
15274 (vc-backend-steal): Function moved into `vc-finish-steal'.
15275 (vc-backend-logentry-check): Function moved into
15276 `vc-finish-logentry'.
15277 (vc-backend-printlog): Function moved into `vc-print-log'.
15278 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15279 (vc-backend-assign-name): Function moved into
15280 `vc-create-snapshot'.
15281
15282 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15283
15284 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15285 Rename to vc-checkout-model. Return appropriate values.
15286 Update callers.
15287
15288 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15289 to vc-checkout-model.
15290 (vc-checkout-required): Rename to vc-checkout-model.
15291 Re-implement and re-comment.
15292 (vc-after-save): Use vc-checkout-model.
15293
15294 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15295
15296 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15297 Update to use the vc-BACKEND-diff functions instead.
15298 `vc-diff' is now working.
15299
15300 * vc-rcs.el (vc-rcs-logentry-check): New function.
15301
15302 * vc-cvs.el (vc-cvs-logentry-check): New function.
15303
15304 * vc-sccs.el (vc-sccs-diff): Function changed name from
15305 `vc-backend-diff'. This makes `vc-diff' work.
15306
15307 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15308 of functions possibly implemented in a vc-BACKEND library.
15309 (vc-checkout-required): Fix bug that caused an error to be
15310 signaled during `vc-after-save'.
15311
15312 * vc.el: Fix typo.
15313 This checkin is made with our new VC code base for the very first time.
15314 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15315
15316 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15317 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15318
15319 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15320 updated to `vc-uses-locking'.
15321 (vc-checkout-required): Call to backend function.
15322 `vc-checkout-required' updated to `vc-uses-locking' instead.
15323
15324 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15325 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15326
15327 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15328 to match the split into various backends.
15329 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15330 (vc-retrieve-snapshot): Bug fix.
15331
15332 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15333
15334 * vc-sccs.el (vc-sccs-release): Doc fix.
15335
15336 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15337
15338 * vc.el (vc-next-action-on-file): Bug found and fixed.
15339 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15340 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15341
15342 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15343 (vc-rcs-checkout): Name space cleaned up. No more revision number
15344 crunching function names that are not prefixed with vc-rcs.
15345 (vc-rcs-checkout-model): Function added. References to
15346 `vc-checkout-model' replaced.
15347
15348 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15349
15350 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15351 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15352 still need to be split, and implemented for RCS).
15353
15354 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15355
15356 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15357
15358 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15359 required by the vc.el file.
15360
15361 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15362 required by the vc.el file.
15363 (vc-rcs-exists): Function added.
15364
15365 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15366 required by the vc.el file.
15367
15368 * vc.el (vc-admin): Updated to handle selection of appropriate
15369 backend. Current implementation is crufty and need re-thinking.
15370
15371 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15372
15373 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15374
15375 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15376 beginning of annotate buffers correctly.
15377
15378 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15379 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15380 functionality updated quite a lot to support multiple backends.
15381 Variables `vc-annotate-mode', `vc-annotate-buffers',
15382 `vc-annotate-backend' added.
15383
15384 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15385 `vc-annotate-difference' added to supported backend functions.
15386
15387 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15388
15389 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15390 Use with-temp-file instead of /bin/sh. Merged from mainline
15391
15392 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15393
15394 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15395
15396 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15397
15398 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15399
15400 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15401
15402 * vc-hooks.el: vc-state-heuristic added to
15403 vc-backend-hook-functions.
15404
15405 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15406
15407 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15408
15409 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15410 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15411 state to `reserved'.
15412
15413 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15414 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15415
15416 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15417
15418 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15419 untouched.
15420
15421 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15422
15423 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15424 if defined. (Merged from main line, slightly adapted.)
15425
15426 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15427 millenium problem (merged from mainline).
15428
15429 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15430
15431 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15432 part and moved the non-BACKEND stuff to vc.el.
15433
15434 * vc.el: Split the annotate feature into a BACKEND specific part
15435 and moved it from the vc-cvs.el file to this one.
15436
15437 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15438
15439 * vc-hooks.el: Implement new state model.
15440 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15441 (vc-locking-user): Simplify. Now only needed if the file is
15442 locked by somebody else.
15443 (vc-lock-from-permissions): Remove. Functionality is in
15444 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15445 (vc-mode-line-string): New name for former vc-status. Adapted.
15446 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15447
15448 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15449 Various simplifications and adaptations all over the place.
15450
15451 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15452 Simplify and adapt the rest.
15453
15454 * vc.el (vc-resynch-window): Add TODO comment: check for
15455 interaction with view mode according to recent RCS change.
15456 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15457
15458 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15459
15460 * vc.el: Convert the remaining function comments to docstrings.
15461
15462 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15463
15464 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15465 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15466 (vc-minor-part, vc-previous-version): Functions that operate and
15467 compare revision numbers got proper documentation. Comments added
15468 about their possible removal.
15469
15470 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15471
15472 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15473 the vc-backend.el files.
15474
15475 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15476
15477 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15478 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15479 (vc-rcs-previous-version): Functions added.
15480
15481 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15482
15483 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15484
15485 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15486
15487 * vc-hooks.el (vc-master-templates): Is really obsolete.
15488 Comment out the definition for now. What is the right procedure
15489 to get rid of it?
15490 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15491 rewritten.
15492 (vc-default-registered): Remove.
15493 (vc-check-master-templates): New function; does mostly what the
15494 above did before.
15495 (vc-locking-user): Don't rely on the backend to set the property.
15496
15497 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15498 Rewrite documentation.
15499 (vc-rcs-templates-grabbed): New variable.
15500 (vc-rcs-grab-templates): New function.
15501 (vc-rcs-registered): Rewrite to use above mechanism.
15502
15503 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15504 Rewrite documentation.
15505 (vc-sccs-templates-grabbed): New variable.
15506 (vc-sccs-grab-templates): New function.
15507 (vc-sccs-registered): Rewrite to use above mechanism.
15508 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15509 Don't throw the result, simply return it.
15510
15511 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15512 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15513 (vc-cvs-registered): Does the check itself now. Simplify.
15514
15515 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15516 from main line.
15517
15518 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15519
15520 * vc-cvs.el (vc-cvs-diff): New function.
15521
15522 * vc-sccs.el (vc-sccs-diff): New function.
15523
15524 * vc-rcs.el (vc-rcs-diff): New function.
15525 (vc-rcs-checkout): Bug (typo) found and fixed.
15526 (vc-rcs-register-switches): New variable.
15527
15528 * vc.el (vc-backend-diff): Function removed and placed in the
15529 backend files.
15530
15531 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15532
15533 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15534
15535 * vc.el (vc-backend-checkout): Function removed and replaced in
15536 the vc-backend.el files.
15537
15538 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15539
15540 * vc.el (vc-backend-admin): Removed and replaced in the
15541 vc-backend.el files.
15542
15543 * vc.el (Martin): Removed all the annotate functionality since it
15544 is CVS backend specific.
15545
15546 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15547
15548 * spec.txt: Added specification of vc-state.
15549
15550 * vc-sccs-hooks.el (vc-sccs-master-properties):
15551 Remove handling of vc-latest-version and
15552 vc-your-latest-version. What used to be vc-latest-version, is now
15553 returned as vc-workfile-version.
15554 (vc-sccs-workfile-version): Adapt.
15555
15556 2000-09-04 Dave Love <fx@gnu.org>
15557
15558 * vc.el: [Merged from mainline.]
15559 (vc-dired-mode): Make the dired-move-to-filename-regexp
15560 regexp match the date, to avoid treating date as file size.
15561 Add YYYY S option to WESTERN/
15562
15563 2000-09-04 Dave Love <fx@gnu.org>
15564
15565 * vc.el: Require `compile' when compiling.
15566 (vc-logentry-check-hook): New option.
15567 (vc-steal-lock): Use compose-mail.
15568 (vc-dired-mode-map): Defvar when compiling.
15569 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15570 vc-sccs.el and renamed. Callers changed.
15571 (vc-backend-checkout, vc-backend-logentry-check)
15572 (vc-backend-merge-news): Doc fix.
15573 (vc-default-logentry-check): New function.
15574 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15575 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15576 (vc-backend-merge): Doc fix. Use backend functions.
15577 (vc-check-headers): Use backend functions.
15578
15579 * vc-cvs.el: Require vc when compiling.
15580 (vc-cvs-register-switches): Doc fix.
15581 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15582 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15583 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15584 New functions (code from vc.el).
15585 (vc-annotate-display-default): Fix interactive spec.
15586 (vc-annotate-time-span): Doc fix.
15587
15588 * vc-rcs.el: Require vc when compiling.
15589 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15590 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15591 (vc-rcs-checkin): New functions (code from vc.el).
15592 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15593 Doc fix.
15594 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15595
15596 * vc-sccs.el: Require vc when compiling.
15597 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15598 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15599 (vc-sccs-revert)
15600 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15601 from vc.el).
15602 (vc-sccs-add-triple, vc-sccs-record-rename)
15603 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15604 (vc-sccs-admin): Doc fix.
15605
15606 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15607
15608 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15609 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15610 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15611 from vc.el.
15612
15613 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15614
15615 * vc-cvs.el: Moved the annotate functionality from vc.el.
15616 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15617
15618 2000-09-04 Dave Love <fx@gnu.org>
15619
15620 * vc.el (vc-backend-release): Call vc-system-release.
15621
15622 * vc-sccs.el (vc-sccs-system-release):
15623 Renamed from vc-sccs-backend-release.
15624
15625 * vc-rcs.el (vc-rcs-system-release):
15626 Renamed from vc-rcs-backend-release.
15627
15628 * vc-cvs.el (vc-cvs-system-release):
15629 Renamed from vc-cvs-backend-release.
15630
15631 2000-09-04 Dave Love <fx@gnu.org>
15632
15633 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15634 backend files.
15635 (vc-backend-release): Dispatch to backend functions.
15636 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15637 probably needs attention.]
15638
15639 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15640 (vc-sccs-backend-release): New function.
15641
15642 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15643 (vc-cvs-backend-release): New function.
15644
15645 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15646 Doc fix.
15647 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15648 (vc-default-dired-state-info): New function.
15649 (vc-dired-state-info): Dispatch to backends.
15650 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15651
15652 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15653 from vc.el and renamed.
15654
15655 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15656
15657 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15658 (vc-version-other-window, vc-backend-assign-name): Removed
15659 references to vc-latest-version; sometimes changed into
15660 vc-workfile-version.
15661
15662 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15663 vc-rcs-master-workfile-version.
15664 (vc-rcs-workfile-version): Use the above. Don't call
15665 vc-latest-version (that was unreachable code, anyway).
15666 (vc-rcs-fetch-master-properties): Doc fix.
15667
15668 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15669 (vc-backend-hook-functions): Removed them from this list, too.
15670 (vc-fetch-properties): Removed.
15671 (vc-workfile-version): Doc fix.
15672
15673 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15674 (vc-rcs-workfile-version, vc-rcs-locking-user)
15675 (vc-rcs-uses-locking): Use it.
15676
15677 * vc-hooks.el (vc-consult-rcs-headers):
15678 Moved into vc-rcs-hooks.el, under the name
15679 vc-rcs-consult-headers.
15680
15681 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15682 headers.
15683 (vc-cvs-find-master): Use this name only; correct different
15684 versions of the name.
15685
15686 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15687 New functions.
15688 (vc-sccs-locking-user): Use the latter.
15689
15690 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15691 New functions.
15692
15693 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15694 Moved into both
15695 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15696 functions are implementation details of those two backends.
15697
15698 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15699
15700 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15701 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15702
15703 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15704 (vc-sccs-parse-locks): SCCS-specific code moved here from
15705 vc-hooks.
15706
15707 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15708 code moved here from vc-hooks.
15709
15710 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15711 into back-end specific parts and removed. Callers not updated
15712 yet; because I guess these callers will disappear into back-end
15713 specific files anyway.
15714
15715 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15716
15717 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15718 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15719 `vc-uses-locking'.
15720
15721 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15722 Store yes/no in the property, and return t/nil. Updated all
15723 callers.
15724
15725 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15726 vc-sccs-uses-locking. Don't set property.
15727 (vc-sccs-locking-user): Don't set property.
15728
15729 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15730 vc-cvs-uses-locking. Don't set property here; leave that to
15731 vc-hooks.
15732 (vc-cvs-locking-user): Reflect above change. Streamlined.
15733
15734 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15735 vc-rcs-uses-locking.
15736 (vc-rcs-locking-user): Reflect above change.
15737
15738 2000-09-04 Dave Love <fx@gnu.org>
15739
15740 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15741
15742 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15743
15744 * vc-hooks.el (vc-checkout-model): Punt to backends.
15745
15746 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15747
15748 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15749
15750 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15751 New functions.
15752
15753 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15754 New functions.
15755
15756 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15757 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15758
15759 * vc-hooks.el (vc-default-locking-user): New function.
15760 (vc-locking-user, vc-workfile-version): Punt to backends.
15761
15762 2000-09-04 Dave Love <fx@gnu.org>
15763
15764 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15765 (vc-master-workfile-version): Moved from vc-hooks.
15766
15767 * vc-rcs-hooks.el: Fix duplicate code in last change.
15768
15769 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15770 (vc-rcs-master-templates): Improve :type.
15771 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15772 vc-master-workfile-version): Moved from vc-hooks.
15773
15774 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15775 (vc-sccs-master-templates): Improve :type.
15776 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15777
15778 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15779
15780 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15781 (vc-cvs-master-templates): Improve :type. Use
15782 vc-cvs-find-cvs-master.
15783 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15784 from vc-hooks.
15785 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15786
15787 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15788 Moved to vc-cvs-hooks.
15789
15790 * vc-hooks.el: Add doc strings in various places. Simplify the
15791 minor mode setup.
15792 (vc-handled-backends): New user variable.
15793 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15794 simplification.
15795
15796 2000-09-04 Dave Love <fx@gnu.org>
15797
15798 * vc.el: Some doc fixes for autoloaded and interactive functions.
15799 Fix compilation warnings from ediff stuff.
15800 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15801
15802 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15803
15804 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15805
15806 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15807
15808 2000-09-04 Dave Love <fx@gnu.org>
15809
15810 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15811 New variable.
15812 (vc-make-backend-function, vc-loadup, vc-call-backend)
15813 (vc-backend-defines): New functions.
15814
15815 * vc-hooks.el: Various doc fixes.
15816 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15817 (vc-match-substring): Function removed. Callers changed to use
15818 match-string.
15819 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15820 Simplify.
15821
15822 2000-09-04 Dave Love <fx@gnu.org>
15823
15824 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15825 type.
15826 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15827 (vc-sccs-registered): Doc fix.
15828
15829 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15830 (vc-cvs-registered): Doc fix.
15831
15832 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15833 (vc-rcs-registered): Doc fix.
15834
15835 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15836
15837 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15838
15839 * vc-hooks.el: vc-registered has been renamed
15840 vc-default-registered. Some functions have been moved to the
15841 backend specific files. they all support the
15842 vc-BACKEND-registered functions.
15843
15844 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15845
15846 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15847
15848 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15849
15850 2000-09-04 Dave Love <fx@gnu.org>
15851
15852 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15853 menu-bar-update-hook.
15854
15855 * help.el (help-manyarg-func-alist): Add
15856 find-operation-coding-system.
15857
15858 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15859
15860 * custom.el (custom-set-variables): Print message about errors in
15861 setting.
15862
15863 2000-09-03 Andrew Innes <andrewi@gnu.org>
15864
15865 * makefile.w32-in: Change to DOS line endings.
15866
15867 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15868
15869 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15870 minor-mode keymaps, if they don't have one.
15871
15872 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15873
15874 * eshell/esh-module.el (eval-when-compile): Don't lose if
15875 esh-module.el's file name is truncated to DOS 8+3 limits.
15876
15877 2000-09-01 John Wiegley <johnw@gnu.org>
15878
15879 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15880 predicate, which caused entries in the completion list to be
15881 doubled.
15882
15883 2000-08-30 John Wiegley <johnw@gnu.org>
15884
15885 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15886 sending to subprocesses. Also, hook pre-command-hook if
15887 `eshell-send-direct-to-subprocesses' is non-nil.
15888 (eshell-send-direct-to-subprocesses): New config variable. If t,
15889 subprocess input is send immediately.
15890 (eshell-toggle-direct-send): New function.
15891 (eshell-self-insert-command): New function.
15892 (eshell-intercept-commands): New function.
15893 (eshell-send-input): If direct subprocess sending is enabled,
15894 don't echo any input to the Eshell buffer. Let the subprocess
15895 handle that. This requires "stty echo" in bash, for example.
15896
15897 2000-08-28 John Wiegley <johnw@gnu.org>
15898
15899 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15900 completion function for Eshell's implementation of `unset'.
15901
15902 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15903
15904 * info.el (Info-directory-list): Doc fix.
15905
15906 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15907
15908 * filecache.el (file-cache-add-directory-using-find): Don't quote
15909 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15910
15911 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15912
15913 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15914 coding systems.
15915
15916 2000-08-30 Andrew Innes <andrewi@gnu.org>
15917
15918 * timer.el (run-with-idle-timer): Undo last change, so that timer
15919 is not activated immediately if Emacs is already idle. Some
15920 existing code relies on this behaviour.
15921
15922 2000-08-30 Miles Bader <miles@gnu.org>
15923
15924 * frame.el (set-frame-font): Do completion of font-name for
15925 interactive use.
15926
15927 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15928
15929 * international/quail.el (quail-start-translation): Bind locally
15930 last-command-event, last-command, and this-command.
15931 (quail-start-conversion): Likewise.
15932 (quail-self-insert-command): Fix docstring.
15933
15934 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15935
15936 * progmodes/executable.el
15937 (executable-make-buffer-file-executable-if-script-p): Check that
15938 buffer contains at least 2 characters.
15939
15940 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15941
15942 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15943
15944 2000-08-29 Dave Love <fx@gnu.org>
15945
15946 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15947 (diff-mode-shared-map): Bind mouse-2.
15948 (diff-imenu-generic-expression): New variable.
15949 (diff-mode): Use it.
15950
15951 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15952 (mouse-popup-menubar): Add minor mode menus.
15953 (popup-menu): Check for lookup-key returning number.
15954
15955 2000-08-29 Miles Bader <miles@gnu.org>
15956
15957 * comint.el (comint-send-input): Create overlays using the proper
15958 front/read-advance arguments.
15959
15960 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15961
15962 * ps-print.el: Even/odd pages printing. Doc fix.
15963 (ps-print-version): New version number (6.0).
15964 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15965 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15966 (ps-print-duplex-feature): Variable eliminated.
15967 (ps-even-or-odd-pages): New variable.
15968
15969 * progmodes/ebnf2ps.el: Doc fix.
15970 (ebnf-version): New version (3.3).
15971 (ebnf-user-arrow): Change variable customization to sexp.
15972 (ebnf-user-arrow): Function eliminated.
15973 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15974
15975 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15976
15977 * help.el (help-xref-mule-regexp): New variable.
15978 (help-make-xrefs): Handle help-xref-mule-regexp.
15979
15980 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15981 variable.
15982 (describe-input-method): Temporarily activate the specfied input
15983 method to display the information.
15984 (describe-language-environment): Hyperlinks to mule related items.
15985
15986 * international/mule-diag.el (charset-multibyte-form-string): New
15987 function.
15988 (list-character-sets-1): Use charset-multibyte-form-string.
15989 (describe-character-set): New function.
15990 (describe-coding-system): Hyperlinks to safe character sets.
15991
15992 * international/quail.el (quail-help): New arg PACKAGE.
15993 Hyperlinks to mule related items.
15994 (quail-help-insert-keymap-description): Use
15995 substitute-command-keys instead of describe-bindings.
15996 (quail-translation-help): Hyperlinks to mule related items.
15997
15998 2000-08-28 John Wiegley <johnw@gnu.org>
15999
16000 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16001 have a defsubst call itself. Made `eshell-flatten-list' back into
16002 a function again.
16003
16004 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16005 catch, in case re-centering point at bottom messes up the display.
16006 This happens frequently in Emacs 21, due I believe to variable
16007 line heights.
16008
16009 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16010 to call `find-tag-interactive'.
16011
16012 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16013 the list of remember directories.
16014
16015 2000-08-28 John Wiegley <johnw@gnu.org>
16016
16017 * align.el: Test align-region-separate to see if it's a symbol.
16018
16019 2000-08-28 John Wiegley <johnw@gnu.org>
16020
16021 * eshell/esh-util.el (eshell-flatten-list): Made this function
16022 into a defsubst form. It gets used very frequently, although
16023 calls don't occur all that often.
16024
16025 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16026 examining it.
16027
16028 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16029 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16030 `eshell-protect'.
16031 (eshell-copy-handles): Created a new macro for duplicating the
16032 current set of open handles. This is needed by the looping
16033 functions.
16034 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16035 is not incorrectly stomped on.
16036
16037 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16038 declaration for pcomplete-use-paring.
16039 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16040 value of eshell-cmpl-use-paring.
16041 * pcomplete.el (pcomplete-use-paring): New config variable, to
16042 indicate whether paring should be used.
16043 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16044 completion alternatives that have already been used.
16045
16046 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16047 bound to C-c C-y, which will repeat the previous N arguments
16048 (based on prefix argument).
16049 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16050
16051 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16052 if there is no *Help* buffer. This is for XEmacs, which renames
16053 its help buffers uniquely. TODO: Find out what the current buffer
16054 name to delete is.
16055
16056 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16057 first entry that correlates to a passwd/group number. Later
16058 entries (used for group/user name aliasing to multiple IDs) are
16059 ignored.
16060
16061 * eshell/em-xtra.el (eshell/expr):
16062 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16063 (eshell-grep, eshell/diff, eshell/locate):
16064 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16065 argument list, before passing it to the system command.
16066
16067 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16068 `find-tag' for use at final position in Eshell buffers (which
16069 otherwise triggers an error on Emacs 21).
16070 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16071 buffer, if it is currently bound to `find-tag'.
16072
16073 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16074 in the list of matched Makefile names.
16075 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16076 directory, prefer its contents to Makefile.
16077
16078 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16079 directory parts (like "cd old new", or "cd =regexp"), are now case
16080 sensitive on non-Windows/DOS platforms.
16081
16082 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16083 types RET after an open delimiter (like "), display a message
16084 indicating that Eshell is waiting for the closing delimiter.
16085
16086 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16087 environment variables.
16088
16089 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16090 gracefully if the user enters incorrect arguments.
16091
16092 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16093 Eshell buffers.
16094
16095 * eshell/esh-var.el (eshell-interpolate-variable):
16096 * eshell/esh-mode.el (eshell-move-argument):
16097 * eshell/em-unix.el (eshell-du-sum-directory):
16098 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16099 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16100 (not (= ...)).
16101
16102 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16103 to ensure the `preserve' flag gets propagated when doing recursive
16104 directory copies.
16105
16106 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16107
16108 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16109 Don't convert \n into \0177 in memory.
16110 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16111 and back again, when reading and writing.
16112
16113 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16114
16115 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16116 testing of `fboundp' on `processp'.
16117
16118 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16119 (eshell/jobs): Don't call process-list if it is not bound.
16120 (eshell-gather-process-output): Support systems where async
16121 subprocesses aren't supported.
16122 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16123 variables.
16124
16125 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16126 eshell-do-eval returns t.
16127 (eshell-do-pipelines-synchronously): New defmacro.
16128 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16129 when async subprocesses aren't supported.
16130 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16131 if async subprocesses aren't supported.
16132 (eshell-resume-command): Don't assume STATUS is a string.
16133
16134 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16135
16136 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16137 (eshell-close-target, eshell-get-target): Use eshell-processp.
16138 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16139 fix.
16140 (eshell-get-target, eshell-create-handles): Doc fix.
16141
16142 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16143
16144 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16145 criterion to include commands that output something, as long as it
16146 leaves both the command and the end-of-buffer visible when the
16147 command has exited.
16148 (eshell-review-quick-commands): Adjust the help doc string
16149 accordingly.
16150
16151 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16152
16153 * locate.el (locate): Cleaned up locate command's interactive prompting
16154 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16155
16156 * filecache.el (file-cache-case-fold-search): New variable
16157 (file-cache-assoc-function): New variable
16158 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16159 Use file-cache-case-fold-search variable
16160 (file-cache-add-file): Use file-cache-assoc-function
16161 (file-cache-delete-file): likewise
16162 (file-cache-directory-name): likewise
16163 (file-cache-debug-read-from-minibuffer): likewise
16164
16165 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16166
16167 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16168 (abbrev-table-name): New function.
16169 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16170 If non-nil list local abbrev, only.
16171
16172 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16173
16174 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16175 from Gnus support code, and use special article copy buffer
16176 `(gnus-original-article-buffer)' instead. This allows to get rid
16177 of article-hide-headers usage (which breaks in the latest Gnus
16178 version). Thanks to Detlev Zundel.
16179
16180 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16181
16182 * international/quail.el (quail-use-package): Hide "... loaded"
16183 message.
16184 (quail-start-translation, quail-start-conversion): Likewise.
16185
16186 * international/kkc.el (kkc-region): Hide "... loaded" message.
16187
16188 2000-08-27 Dave Love <fx@gnu.org>
16189
16190 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16191
16192 2000-08-27 Miles Bader <miles@gnu.org>
16193
16194 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16195
16196 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16197
16198 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16199 'ja-dic-cnv), not (require 'skkdic-cnv).
16200
16201 2000-08-26 Miles Bader <miles@gnu.org>
16202
16203 * faces.el (face-x-resources): Add entry for :inherit.
16204 * cus-face.el (custom-face-attributes): Add support for :inherit
16205 attribute. Add support for relative face heights.
16206 (custom-face-attributes-get): Treat `nil' as being a default value
16207 for :inherit (as well as `unspecified').
16208
16209 * faces.el (set-face-attribute): Update doc string.
16210 (face-attribute-name-alist): Add :inherit.
16211 (face-valid-attribute-values): Handle :inherit.
16212 (face-read-string): Rephrase prompt to be less confusing.
16213 Assume that DEFAULT is a string, since we must return a string.
16214 (face-read-integer): Use `format' to turn DEFAULT into an
16215 acceptable default for face-read-string. Match NEW-VALUE against
16216 the string "unspecified", not the symbol `unspecified', since
16217 that's what face-read-string returns.
16218 (read-face-attribute): Lookup a name for old-value in valid, and
16219 use it as a default if we find one. Treat all values from
16220 face-read-string as strings. If the default is used, don't do any
16221 more processing on the value, just use the old value directly.
16222 (read-face-and-attribute, modify-face): Tweak prompt.
16223 (read-face-name): Don't assume prompt ends with a space.
16224
16225 * faces.el (describe-face): Add support for :inherit attribute.
16226
16227 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16228
16229 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16230 concat doesn't accept interger.
16231
16232 * international/kkc.el: Remove SKK from Keywords. Require
16233 ja-dic-utl instead of skkdic-utl.
16234
16235 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16236 Provide ja-dic-cnv instead of skkdic-cnv.
16237 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16238 (iso-2022-7bit-short): Add safe-charsets property.
16239 (skkdic-convert-postfix): Search Japanese chou-on character in
16240 addition to Hiragana character.
16241 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16242 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16243 (batch-skkdic-convert): Likewise.
16244
16245 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16246 Provide ja-dic-utl instead of skkdic-utl.
16247 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16248
16249 2000-08-24 Dave Love <fx@gnu.org>
16250
16251 * disp-table.el (standard-display-default): Make the test of `l'
16252 useful.
16253
16254 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16255 mod sample text.
16256
16257 * international/iso-ascii.el: Make pilcrow convenient string
16258 consistent with section.
16259 (iso-ascii-display): Set up multibyte characters as well as
16260 unibyte.
16261
16262 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16263
16264 * international/mule-cmds.el (reset-language-environment): Set
16265 default-process-coding-system to '(undecided . iso-latin-1), which
16266 makes process I/O almost consistent with file I/O. Call this
16267 function when mule-cmds.el[c] is loaded.
16268
16269 2000-08-22 Andrew Innes <andrewi@gnu.org>
16270
16271 * makefile.w32-in: New file.
16272
16273 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16274
16275 * comint.el (comint-output-filter): Compare end of
16276 comint-last-output-overlay with the start of the newly inserted
16277 text, not the end, when deciding whether to extend it.
16278 Set saved-point's insertion type to advance after insertion.
16279
16280 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16281 since this is now done independently of font-lock mode.
16282
16283 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16284
16285 * server.el (server-kill-new-buffers): New user option.
16286 (server-existing-buffer): New buffer-local variable.
16287 (server-visit-files): When using an existing buffer, set
16288 server-existing-buffer to t.
16289 (server-buffer-done): If server-kill-new-buffers is t, kill the
16290 buffer, unless it was already present before visiting it with
16291 Emacs server.
16292
16293 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16294
16295 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16296 even if the display doesn't support colors: some displays will
16297 support bold/underline faces.
16298
16299 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16300
16301 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16302
16303 * startup.el (command-line): If user's init file had an error,
16304 add explanatory text to *Messages*.
16305
16306 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16307
16308 * man.el (Man-getpage-in-background): Decode the process output by
16309 the system locale coding system.
16310
16311 2000-08-20 Dave Love <fx@gnu.org>
16312
16313 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16314 Don't test x-popup-menu.
16315 (function) <complete-function>: Complete only fbound symbols.
16316 <validate, value>: New.
16317 (variable) <complete-function>: Complete only bound symbols.
16318 (coding-system): Add :base-only, :complete-function, :validate,
16319 :value, :prompt-match.
16320 (widget-coding-system-prompt-value): Use read-coding-system and
16321 act on :base-only.
16322 (editable-field): Add :help-echo.
16323 (widget-push-button-gui, widget-push-button-cache)
16324 (widget-gui-action, widget-editable-list-gui): COmment out, along
16325 with uses.
16326 (widget-at): Make arg optional.
16327 (widget-echo-help): Adjust for current help-echo calling sequence.
16328 (widget-specify-field, widget-specify-button)
16329 (widget-specify-insert, widget-get-sibling, widget-image-find)
16330 (widget-convert, widget-insert, widget-leave-text)
16331 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16332 (widget-setup, widget-field-find, widget-before-change)
16333 (widget-after-change, widget-default-complete)
16334 (widget-default-create, widget-default-delete)
16335 (widget-push-button-value-create, editable-field)
16336 (widget-field-prompt-value, widget-field-validate)
16337 (widget-choice-value-create, widget-choice-action)
16338 (widget-choice-validate, widget-checklist-add-item)
16339 (widget-radio-add-item, widget-radio-chosen)
16340 (widget-radio-value-inline, widget-editable-list-value-create)
16341 (widget-editable-list-entry-create)
16342 (widget-documentation-link-add)
16343 (widget-documentation-string-value-create)
16344 (widget-regexp-validate, widget-file-complete)
16345 (widget-sexp-validate, widget-plist-convert-widget)
16346 (widget-plist-convert-widget, widget-alist-convert-widget)
16347 (widget-alist-convert-widget, widget-color-complete): Simplify,
16348 particularly to avoid bindings which aren't optimized out.
16349
16350 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16351 Doc fix.
16352 (down-list, backward-up-list, up-list, kill-sexp)
16353 (backward-kill-sexp, mark-sexp): Make arg optional.
16354 (lisp-complete-symbol): Add optional arg PREDICATE.
16355
16356 * cus-start.el: Add display-buffer-reuse-frames,
16357 file-coding-system-alist.
16358
16359 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16360
16361 * startup.el (command-line): Clear realized faces after
16362 modifying TTY color mappings.
16363
16364 2000-08-20 Miles Bader <miles@gnu.org>
16365
16366 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16367 merely a subset of FACE's attributes.
16368
16369 2000-08-19 Miles Bader <miles@gnu.org>
16370
16371 * comint.el (comint-output-filter): Save the point with a marker,
16372 not just a buffer position.
16373
16374 * international/mule.el (set-buffer-process-coding-system): Make
16375 interactive prompt less confusing.
16376
16377 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16378
16379 * hilit-chg.el: General cleanup of doc strings, comments and
16380 code formatting.
16381
16382 2000-08-19 Miles Bader <miles@gnu.org>
16383
16384 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16385 Compiler macro removed; beginning-of-line is no longer always
16386 equivalent to forward-line, in the presence of fields.
16387
16388 * comint.el (comint-output-filter): Remove ad-hoc saving of
16389 restriction, and just use save-restriction, now that it works
16390 correctly. Don't adjust comint-last-input-start to account for
16391 our insertion; it shouldn't have moved because we don't use
16392 insert-before-markers anymore. Comment out call to
16393 `force-mode-line-update'; why is it here?
16394
16395 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16396 while checking for prompt to delete. Use `forward-line 0'
16397 instead of beginning-of-line.
16398 (gud-filter): Temporarily widen gud comint buffer while
16399 examining output.
16400
16401 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16402
16403 * progmodes/sh-script.el: Big bag of typos.
16404
16405 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16406 check since ispell-process is not bound when ispell is not yet loaded.
16407
16408 2000-08-18 Dave Love <fx@gnu.org>
16409
16410 * image.el (find-image): Copy `spec' before using plist-put.
16411
16412 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16413
16414 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16415 `portugues'.
16416
16417 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16418 backward-kill-sexp, analogous to kill-sexp.
16419
16420 * progmodes/icon.el (icon-indent-line)
16421 (icon-is-continuation-line): Handle comments specially.
16422
16423 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16424
16425 * ispell.el: Set to standard author/maintainer/keyword fields.
16426 Fine tuning to menu map appearance and operation, and added help.
16427 Remove `start' and `end' error messages when compiling.
16428 (ispell-choices-win-default-height): Fixed comment string.
16429 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16430 castellano8 dictionaries.
16431 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16432 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16433 dictionary, added italiano dictionary.
16434 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16435 word character
16436 (ispell-tex-skip-alists): Added psfig support.
16437 (ispell-skip-html): Renamed from ispell-skip-sgml.
16438 (ispell-begin-skip-region-regexp, ispell-skip-region)
16439 (ispell-minor-check): Improved html skipping support to skip across
16440 code, and recognize `&' commands without propper `;' syntax;
16441 (ispell-process-line): Fix alignment error when manually
16442 correcting spelling.
16443 (ispell): Fix comment string.
16444 (ispell-add-per-file-word-list): Always put word list on new line.
16445
16446 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16447
16448 * format.el (format-encode-run-method): Fix error message to say
16449 `encode' instead of `decode'. Use save-window-excursion around
16450 shell-command-on-region as in format-decode-run-method because
16451 shell-command-on-region can display a buffer with error output.
16452 (format-decode): Don't record undo information for the decoding.
16453 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16454 that number part of the temporary buffer name so that more than
16455 one decoding using a temporary buffer can happen safely.
16456
16457 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16458 of `A-z' in the regexp.
16459
16460 * hilit-chg.el: Fix typos in commentary.
16461
16462 * help.el (view-emacs-news): Rewritten for new naming scheme
16463 for old NEWS files.
16464
16465 * startup.el (command-line): Pop to *Messages* in case an error
16466 is signaled while loading user-init-file.
16467
16468 2000-08-17 Andreas Schwab <schwab@suse.de>
16469
16470 * files.el (insert-directory): Don't lose original file name,
16471 undoing an undocumented change.
16472
16473 2000-08-17 Alex Schroeder <alex@gnu.org>
16474
16475 * sql.el (sql-magic-go): Use comint-bol.
16476 (sql-copy-column): Use comint-line-beginning-position.
16477 (comint-line-beginning-position): Define a replacement for
16478 comint-line-beginning-position if it is not fboundp.
16479
16480 2000-08-17 Alex Schroeder <alex@gnu.org>
16481
16482 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16483 it didn't have any effect anyway.
16484
16485 2000-08-17 Alex Schroeder <alex@gnu.org>
16486
16487 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16488 --pset and pager=off instead of sending \\o|cat at the beginning
16489 of the session.
16490
16491 2000-08-17 Miles Bader <miles@gnu.org>
16492
16493 * progmodes/octave-inf.el: Add compatibility definition of
16494 comint-line-beginning-position.
16495
16496 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16497
16498 * startup.el (normal-top-level): Look in each dir in load-path for
16499 a leim-list.el file too. This assures of loading leim-list.el
16500 that is created at Emacs installation time even if a user have his
16501 own leim-list.el.
16502
16503 2000-08-17 Miles Bader <miles@gnu.org>
16504
16505 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16506 foreground color to black if the background is dark.
16507
16508 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16509
16510 * loadhist.el (unload-feature): Typo.
16511
16512 * finder.el (finder-compile-keywords):
16513 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16514 to the generated file.
16515
16516 * mail/mh-e.el (mh-make-local-vars):
16517 Replace make-variable-buffer-local with make-local-variable.
16518
16519 * play/landmark.el:
16520 * options.el (Edit-options-{set,toggle,t,nil}):
16521 * mail/mailabbrev.el (mail-abbrevs-mode):
16522 * textmodes/tex-mode.el (tex-expand-files):
16523 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16524
16525 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16526
16527 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16528 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16529 Allow going past the last element.
16530 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16531 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16532 (cvs-mouse-toggle-mark): Don't move point.
16533 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16534
16535 * progmodes/compile.el (grep): Provide a default set of files.
16536 (next-error): Docstring fix.
16537 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16538
16539 * emacs-lisp/easy-mmode.el (define-minor-mode):
16540 Use `symbol-value' to keep the byte-compiler quiet.
16541
16542 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16543 (diff-find-source-location): New fun, extracted from diff-goto-source.
16544 (diff-goto-source): Use it.
16545 (diff-next-complex-hunk, diff-filter-lines): New function.
16546 (diff-apply-hunk): New command.
16547
16548 * smerge-mode.el (smerge-mode-menu): Doc fix.
16549
16550 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16551
16552 2000-08-16 Dave Love <fx@gnu.org>
16553
16554 * windmove.el (windmove) <defgroup>: Add :version.
16555
16556 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16557 (goto-address-fontify-p, goto-address-highlight-p)
16558 (goto-address-url-face, goto-address-url-mouse-face)
16559 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16560 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16561 (goto-address-fontify, goto-address-at-mouse): Simplify,
16562 (goto-address-at-point): browse-url-url-at-point,
16563 goto-address-find-address-at-point can return nil.
16564 (goto-address-find-address-at-point): Return nil on failure.
16565
16566 * align.el (align) <defgroup>: Add :version.
16567
16568 * calculator.el (calculator): Add :version.
16569 (calculator): Use two lines for calculator window if `modeline'
16570 face is boxed.
16571
16572 * play/5x5.el: Doc fixes.
16573 (5x5) <defgroup>: Add :version.
16574
16575 * play/fortune.el (fortune) <defgroup>: Add :version.
16576 (fortune-append): Fix error message.
16577 (fortune-from-region): Doc fix.
16578
16579 * play/pong.el (pong): Doc fix.
16580
16581 * play/morse.el: Keywords, commentary, autoloads.
16582
16583 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16584
16585 * desktop.el (desktop-save): Don't look at symbol-value of a
16586 member of minor-mode-alist, unless it is boundp.
16587
16588 2000-08-16 Sam Steingold <sds@gnu.org>
16589
16590 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16591 `while'; use `with-current-buffer' instead of `save-excursion'.
16592 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16593
16594 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16595
16596 * international/ccl.el (declare-ccl-program): Docstring modified.
16597 (ccl-execute-with-args): Likewise.
16598
16599 2000-08-16 Miles Bader <miles@gnu.org>
16600
16601 * progmodes/sql.el: Add compatibility definition of
16602 comint-line-beginning-position.
16603
16604 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16605
16606 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16607 'buffer-menu' property.
16608 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16609 fails.
16610 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16611 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16612 wasn't killed.
16613
16614 * buff-menu.el (list-buffers-noselect): Don't display the
16615 *Buffer List* buffer.
16616
16617 * font-lock.el: Require jit-lock to prevent a very late
16618 `Loading jit-lock' message.
16619
16620 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16621 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16622 mail address.
16623
16624 2000-08-15 Miles Bader <miles@gnu.org>
16625
16626 * textmodes/ispell.el (ispell-graphic-p): New constant.
16627 (ispell-choices-win-default-height, ispell-help): Use
16628 `ispell-graphic-p' instead of `xemacsp'.
16629
16630 2000-08-15 Dave Love <fx@gnu.org>
16631
16632 * simple.el: Autoload widget-convert when compiling.
16633 (mail-user-agent): Doc fix.
16634
16635 * help.el (function-called-at-point, variable-at-point): Use
16636 with-syntax-table.
16637 (help-manyarg-func-alist): Add insert-and-inherit.
16638
16639 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16640
16641 * delsel.el (delsel-unload-hook): New function.
16642
16643 * find-file.el: Doc fixes. Move provide to end.
16644 (ff) <defgroup>: Add :link.
16645 (ff-goto-click): Deleted.
16646 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16647 Use mouse-set-point.
16648
16649 * textmodes/tildify.el: Doc fixes.
16650 (tildify) <defgroup>: Add:version.
16651
16652 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16653 (glasses-custom-set): Use set-default, not set.
16654 (minor-mode-alist): Propertize the lighter.
16655 (glasses-mode): Provide optional arg.
16656
16657 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16658 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16659 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16660 option. Provide :type.
16661 (cwarn-configuration): Provide :type.
16662 (cwarn-mode): Doc fix.
16663
16664 * add-log.el (change-log-merge): Doc fix.
16665 (change-log-redate): New command.
16666
16667 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16668 Doze and Dog.
16669 (browse-url): Use dolist, not mapcar.
16670 (browse-url-at-point): Check for null url.
16671 (browse-url-event-buffer, browse-url-event-point): Functions
16672 deleted.
16673 (browse-url-at-mouse, browse-url-netscape): Simplify.
16674
16675 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16676 modes.
16677 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16678 Fix previous change to mapcan.
16679 (msb--init-file-alist, msb--add-separators)
16680 (msb--make-keymap-menu): Simplify.
16681 (msb--choose-file-menu): Use copy-sequence.
16682 (msb-mode-map): Add title to keymap.
16683 (msb-unload-hook): New function.
16684
16685 * bs.el: Fix indentation.
16686 (bs) <defgroup>: Add :links.
16687 (bs-show): Doc fix.
16688 (bs-apply-sort-faces): Don't use window-system.
16689 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16690
16691 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16692
16693 * calendar/timeclock.el (timeclock-file): Run .timelog through
16694 convert-standard-filename.
16695
16696 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16697
16698 * emacs-lisp/authors.el: New file.
16699
16700 * paren.el (show-paren-priority): New user option.
16701 (show-paren-function): Set overlay priorities to
16702 show-paren-priority.
16703
16704 2000-08-14 Miles Bader <miles@gnu.org>
16705
16706 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16707 beginning-of-line with inhibit-field-text-motion bound.
16708
16709 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16710
16711 * calendar/timeclock.el: New file.
16712
16713 2000-08-14 David Ponce <david@dponce.com>
16714
16715 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16716 `widget-button-click'. so that one can use left mouse button to
16717 click on dialog buttons.
16718
16719 2000-08-14 Emmanuel Briot <briot@gnat.com>
16720
16721 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16722 identifiers, since XML is case sensitive
16723
16724 2000-08-12 Miles Bader <miles@gnu.org>
16725
16726 * comint.el (comint-output-filter): Don't bother frobbing
16727 window-start, it doesn't seem to be necessary.
16728
16729 * comint.el (comint-send-string, comint-send-region): Make into
16730 real functions. Snapshot the prompt before sending.
16731
16732 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16733
16734 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16735 technique similar to Info-index, instead of relying on specific
16736 names of relevant Index nodes.
16737 (Info-goto-emacs-command-node): Bind Info-history to nil when
16738 going to the first node found by Info-find-emacs-command-nodes.
16739
16740 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16741
16742 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16743
16744 2000-08-10 Miles Bader <miles@gnu.org>
16745
16746 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16747
16748 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16749
16750 * info.el (Info-file-list-for-emacs): More elements for the
16751 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16752 and woman manuals.
16753
16754 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16755
16756 * comint.el (comint-send-input): Make the newline boundary overlay
16757 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16758 (comint-output-filter): Use `insert' instead of
16759 `insert-before-markers'. Extend comint-last-output-overlay when
16760 necessary since we can't rely on insert-before-markers to do it.
16761 * gud.el (gud-filter): Use `with-current-buffer' instead of
16762 save-excursion when inserting the output, so that point gets
16763 updated correctly; the old method relied on a rather dodgy
16764 side-effect of comint-output-filter to avoid the effect of
16765 save-excursion.
16766
16767 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16768
16769 * files.el (recover-file): Call insert-directory instead of
16770 invoking `ls' directly.
16771
16772 2000-08-10 Miles Bader <miles@gnu.org>
16773
16774 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16775 (comint-last-prompt-overlay): New variables.
16776 (comint-output-filter): Implement prompt highlighting.
16777 (comint-snapshot-last-prompt): New function.
16778 (comint-send-input): Snapshot the last prompt.
16779 Use comint-highlight-input-face.
16780 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16781 Use defface instead of defcustom.
16782 (send-invisible, comint-send-eof): Snapshot the last prompt.
16783 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16784 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16785
16786 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16787
16788 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16789 (regexp-opt-group): Use a list of chars for `letters'.
16790 (regexp-opt-charset): `chars' is now a list of chars.
16791 Use a char-table rather than a vector so it works for multibyte chars.
16792
16793 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16794 Set cvs-minor-current-files to the selected fileinfo.
16795 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16796 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16797
16798 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16799
16800 * files.el (insert-directory): Don't call access-file on
16801 directories on DOS and Windows.
16802
16803 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16804
16805 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16806 longer if necessary.
16807 (ccl-embed-code): Call ccl-embed-data to store CODE in
16808 ccl-program-vector.
16809
16810 2000-08-09 Miles Bader <miles@gnu.org>
16811
16812 * comint.el (comint-output-filter): Properly handle the case where
16813 the text surrounded by comint-last-output-overlay was deleted.
16814
16815 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16816
16817 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16818 non-nil.
16819 (Info-file-list-for-emacs): Remove "info" from the list because
16820 that leads to trying to use the documentation from file `info'
16821 in various situations where it isn't appropriate, for instance
16822 C-h C-k C-h i.
16823
16824 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16825 DIR and/or STRING are nil.
16826
16827 * progmodes/compile.el (compilation-setup): Make variable
16828 compilation-error-screen-columns buffer-local, as some comment
16829 in the code suggests it should be.
16830
16831 * files.el (auto-mode-interpreter-regexp): New variable.
16832 (set-auto-mode): Use it.
16833
16834 * indent.el (indent-for-tab-command): Doc fix.
16835
16836 * mouse-sel.el (mouse-sel-mode): Doc fix.
16837
16838 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16839 labels.
16840
16841 * help.el (print-help-return-message): When
16842 display-buffer-reuse-frames is set, let the help window been quit,
16843 instead of deleting it, which might delete a reused frame.
16844
16845 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16846
16847 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16848 rename a directory to a name that differs only by its letter case.
16849
16850 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16851
16852 * international/quail.el (quail-define-rules): Handle Quail decode
16853 map correctly. Add code for supporting annotations.
16854 (quail-install-decode-map): New function.
16855 (quail-defrule-internal): New optional arguments decode-map and
16856 props.
16857 (quail-advice): New function.
16858
16859 2000-08-07 Sam Steingold <sds@gnu.org>
16860
16861 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16862 `defconst', `define-condition', `with-slots'.
16863 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16864
16865 2000-08-03 Miles Bader <miles@gnu.org>
16866
16867 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16868 New variable.
16869 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16870 comint-use-prompt-regexp-instead-of-fields.
16871 (comint-send-input): Add `input' field property to stuff we send to
16872 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16873 (comint-output-filter): Add `output' field property to process
16874 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16875 (comint-replace-by-expanded-history)
16876 (comint-get-old-input-default, comint-show-output)
16877 (comint-backward-matching-input, comint-forward-matching-input)
16878 (comint-next-prompt, comint-previous-prompt): Use field
16879 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16880 (comint-line-beginning-position): New function.
16881 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16882 (comint-replace-by-expanded-history-before-point): Use
16883 comint-line-beginning-position and line-end-position.
16884 (comint-last-output-overlay): New variable.
16885 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16886
16887 * shell.el (shell-prompt-pattern): Doc change.
16888 (shell-backward-command): Use line-beginning-position.
16889
16890 * gud.el (gud-gdb-complete-command): Use
16891 comint-line-beginning-position.
16892
16893 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16894 comint-bol doesn't actually go to the beginning of the line.
16895
16896 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16897 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16898 (try-expand-line-all-buffers): Likewise.
16899
16900 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16901 explicitly matching comint-prompt-regexp.
16902 (sql-copy-column): Use comint-line-beginning-position instead of
16903 explicitly matching comint-prompt-regexp.
16904
16905 * progmodes/octave-inf.el (inferior-octave-complete): Use
16906 comint-line-beginning-position.
16907
16908 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16909
16910 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16911 looking for a prompt, use `forward-line 0' instead of
16912 `beginning-of-line', to avoid getting caught by an input field.
16913
16914 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16915
16916 * files.el (shell-quote-wildcard-pattern): Make sure to return
16917 PATTERN, in the Unix case.
16918
16919 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16920
16921 * play/zone.el (zone): Discard any pending input before running
16922 the randomly-chosen pgm.
16923
16924 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16925
16926 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16927 checking the existence of any multibyte characters.
16928
16929 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16930
16931 * help.el (describe-mode): Test minor-mode symbol for being
16932 bound before testing its value for being nil.
16933
16934 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16935 `first', `second', and `third'.
16936
16937 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16938 (second): Make it an alias for `cadr'.
16939
16940 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16941
16942 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16943 types of display support faces now.
16944
16945 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16946
16947 * pcvs.el (require): Require `cl' during compilation, only.
16948
16949 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16950 (toplevel): Remove `remq' and `remove' from autoloads.
16951 (cl-fake-autoloads): New variable. If set, arrange for an error
16952 when CL functions etc. are autoloaded.
16953
16954 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16955
16956 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16957
16958 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16959 popped up, but the user clicks outside the menu, return an empty
16960 regexp (that causes unhighlight-regexp to have no effect).
16961
16962 * menu-bar.el (menu-bar-games-menu): Add Zone.
16963
16964 * hi-lock.el (toplevel): Require font-lock.
16965
16966 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16967
16968 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16969 (ebnf-8-bit-chars): New var for bug fix.
16970 (ebnf-string): Bug fix.
16971
16972 2000-08-03 Sam Steingold <sds@gnu.org>
16973
16974 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16975 instead of `buffer-string'.
16976 (require 'cl): Always, not just when compiling.
16977 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16978 necessary.
16979
16980 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16981
16982 * international/mule-cmds.el (select-safe-coding-system): Make
16983 the message text about selecting a safe coding system more clear.
16984
16985 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16986
16987 * hi-lock.el: New file.
16988
16989 * play/zone.el: New file.
16990
16991 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16992 value of tab-width in the original buffer. Choose a line number
16993 format that's a multiple of the original buffer's tab width, so
16994 that lines appear right.
16995
16996 * textmodes/ispell.el (ispell): New function, replacing an alias.
16997 Spell-check active region if in transient-mark-mode and mark
16998 is active; otherwise spell-check buffer.
16999
17000 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17001
17002 * ps-mule.el: Fix a customization problem on
17003 ps-mule-font-info-database-default.
17004
17005 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17006
17007 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17008 display-mouse-p instead of window-system.
17009 (ebrowse-member-mode-map): Ditto.
17010
17011 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17012
17013 * progmodes/ebnf2ps.el: Update ps-print functions call.
17014 Indentation fix. Doc fix.
17015 (ebnf-version): New version number (3.2).
17016 (ebnf-format-color, ebnf-begin-job): Code fix.
17017
17018 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17019
17020 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17021 font lock support on window-system.
17022 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17023
17024 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17025 display-color-p, if fboundp, instead of window-system.
17026
17027 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17028
17029 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17030 instead of window-system.
17031
17032 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17033 window-system.
17034 (widget-choice-mouse-down-action): Use display-popup-menus-p
17035 instead of window-system.
17036
17037 * strokes.el (strokes-file): Run the file name through
17038 convert-standard-filename.
17039 (strokes-mode): Call display-mouse-p instead of looking at
17040 window-system. Change the error message accordingly.
17041
17042 * progmodes/cpp.el (toplevel): Support faces on tty's.
17043
17044 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17045 (lm-plot-square, lm-init-display): Don't use window-system.
17046
17047 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17048 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17049
17050 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17051 instead of looking at window-system.
17052
17053 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17054
17055 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17056 of testing if iswitchb-prepost-hooks is bound, because the
17057 latter will always be true when invoking a recursive minibuffer
17058 from an active Iswitchb buffer.
17059
17060 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17061
17062 * files.el (shell-quote-wildcard-pattern): New function.
17063 (insert-directory): Call it. Only prepend "\" to command on Unix
17064 and GNU/Linux systems.
17065
17066 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17067
17068 * eshell/esh-groups.el: Change custom :link file names
17069 from `eshell.info' to `eshell'.
17070
17071 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17072
17073 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17074 correctly in recursive ange-ftp listings.
17075
17076 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17077
17078 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17079 ps-header-font-size-internal and
17080 ps-header-title-font-size-internal variables are not set,
17081 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17082 face text property is (foreground-color . COLOR) or
17083 `(background-color . COLOR)', ps-print crashes. Doc fix.
17084 (ps-print-version): New version number (5.2.4).
17085 (ps-plot-region): Code fix.
17086 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17087 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17088 Bug fix 2.
17089
17090 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17091
17092 * glasses.el (glasses-make-readable): Fix uncapitalization of
17093 identifiers like `myXMLDocument'.
17094
17095 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17096
17097 * mail/mail-hist.el (mail-hist-previous-input)
17098 (mail-hist-next-input): Do the obvious code factorization.
17099 (mail-hist-retrieve-and-insert): New func, contains common
17100 code of above two.
17101 If inserting a message body, leave point at top.
17102
17103 2000-07-28 Sam Steingold <sds@gnu.org>
17104
17105 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17106 Use `<=', not `<' to compare times!
17107 (ange-ftp-ls): Remove.
17108
17109 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17110
17111 * play/cookie1.el: Add explanation of how to make cookie.el
17112 compatible with strfile(1) to comment.
17113
17114 * subr.el (remove, remq): New functions.
17115
17116 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17117 escape `*' in regexps.
17118 (midnight-find): Reverse order of arguments in the funcall of
17119 TEST.
17120
17121 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17122 and `.class'.
17123
17124 * play/meese.el: Add Commentary section.
17125
17126 2000-07-27 Alex Schroeder <alex@gnu.org>
17127
17128 * sql.el (sql-ms): Added autoload cookie.
17129 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17130 (sql-oracle): Ditto.
17131 (sql-help): Doc change.
17132
17133 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17134 types and exceptions.
17135
17136 2000-07-27 Alex Schroeder <alex@gnu.org>
17137
17138 * sql.el (sql-placeholder-history): New variable.
17139 (sql-query-placeholders-and-send): New function that will query
17140 the user and replace placeholders with user input.
17141 (sql-oracle): If running on NT, set comint-input-sender to
17142 sql-query-placeholders-and-send.
17143
17144 (sql-stop): If in the SQLi buffer, insert stop notification, else
17145 present it as a message.
17146
17147 2000-07-27 Alex Schroeder <alex@gnu.org>
17148
17149 * sql.el (sql-input-ring-separator): Doc change.
17150 (sql-input-ring-file-name): Doc change.
17151 (sql-interactive-mode): Use `sql-input-ring-separator' and
17152 `sql-input-ring-file-name' to set the comint-mode equivalents
17153 without making them local variables.
17154 (sql-stop): Don't bind `sql-input-ring-separator' and
17155 `sql-input-ring-file-name' dynamically to their comint-mode
17156 equivalents.
17157
17158 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17159
17160 * international/mule.el (register-char-codings): New function.
17161 (make-coding-system): Handle `safe-chars' specification in the arg
17162 PROPERTY.
17163
17164 * international/mule-cmds.el
17165 (find-coding-systems-region-subset-p): This function deleted.
17166 (sort-coding-systems-predicate): New variable.
17167 (sort-coding-systems): New function.
17168 (find-coding-systems-region): Use
17169 find-coding-systems-region-internal.
17170 (find-coding-systems-string): Use find-coding-systems-region.
17171 (find-coding-systems-for-charsets): Check
17172 char-coding-system-table.
17173 (select-safe-coding-system-accept-default-p): New variable.
17174 (select-safe-coding-system): Mostly rewritten. New argument
17175 ACCEPT-DEFAULT-P.
17176 (select-message-coding-system): Call select-safe-coding-system
17177 with ACCEPT-DEFAULT-P arg.
17178 (reset-language-environment): Reset default-sendmail-coding-system
17179 to the default value iso-latin-1.
17180 (set-language-environment): Don't set the obsolete variable
17181 charset-origin-alist.
17182
17183 * international/codepage.el (cp-coding-system-for-codepage-1):
17184 Give `safe-chars' property to make-coding-system.
17185
17186 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17187 calling select-message-coding-system twice.
17188
17189 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17190 instead of `safe-charsets'.
17191 (cyrillic-alternativnyj): Likewise.
17192 (ccl-encode-alternativnyj): Don't check the charset
17193 cyrillic-iso8859-5.
17194
17195 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17196
17197 * composite.el (compose-chars-after): Preserve match data.
17198
17199 2000-07-26 Sam Steingold <sds@gnu.org>
17200
17201 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17202 (ange-ftp-real-file-newer-than-file-p): New function.
17203 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17204 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17205
17206 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17207 * midnight.el (midnight-float-time): Ditto.
17208
17209 2000-07-26 Andreas Schwab <schwab@suse.de>
17210
17211 * files.el (normal-backup-enable-predicate): Correct
17212 interpretation of the return value of compare-strings.
17213
17214 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17215
17216 * isearch.el (isearch-resume): New function.
17217 (isearch-done): Add something to command-history to resume
17218 the search.
17219 (isearch-yank-line, isearch-yank-word): Use
17220 buffer-substring-no-properties instead of buffer-substring.
17221
17222 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17223 of flyspell-mouse-map.
17224
17225 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17226 duplicate definition.
17227 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17228
17229 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17230 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17231
17232 2000-07-25 Sam Steingold <sds@gnu.org>
17233
17234 * net/ange-ftp.el: Get modtime over the net.
17235 (ange-ftp-file-modtime): New function.
17236 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17237 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17238 Use it.
17239 (ange-ftp-dot-to-slash): New function.
17240 (ange-ftp-fix-name-for-vms): Use it.
17241
17242 * midnight.el (midnight-buffer-display-time): Use
17243 `with-current-buffer'.
17244
17245 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17246
17247 * find-dired.el: Update copyright notice.
17248 (find-dired): Offer to kill a running `find'.
17249
17250 * enriched.el (enriched-face-ans): For a `foreground-color'
17251 property, return '(("x-color" COLOR))' so that COLOR will be
17252 output as a parameter of the x-color annotation. Likewise for the
17253 `background-color' property. In the case of normal face
17254 properties, don't return annotations for unspecified foreground
17255 and background face attributes.
17256
17257 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17258
17259 * language/japan-util.el (japanese-katakana-region): Fix handling
17260 HANKAKU argument.
17261
17262 2000-07-25 Miles Bader <miles@gnu.org>
17263
17264 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17265 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17266 constrain-to-field.
17267
17268 2000-07-24 Andrew Innes <andrewi@gnu.org>
17269
17270 * timer.el (timer-activate-when-idle): Add optional parameter
17271 DONT-WAIT. Update docstring.
17272 (run-with-idle-timer): Specify extra parameter to
17273 timer-activate-when-idle, so that timer will be activated
17274 immediately if Emacs is already idle.
17275
17276 * w32-fns.el (w32-using-nt): Fix docstring.
17277
17278 2000-07-24 Dave Love <fx@gnu.org>
17279
17280 * mouse.el (popup-menu): Set last-command-event.
17281 (mouse-major-mode-menu-prefix): Declare.
17282
17283 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17284
17285 * textmodes/flyspell.el: Update to author's version 1.5d.
17286
17287 * progmodes/hideshow.el: Update copyright notice.
17288
17289 * vcursor.el: Set maintainer to FSF, since author cannot
17290 be reached.
17291
17292 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17293
17294 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17295 the prompt.
17296
17297 * mouse.el (popup-menu): Run the keymap through indirect-function,
17298 in case it was defined with define-prefix-key. If the menu is a
17299 list of keymaps, look up the binding of user's choice in each one
17300 of the keymaps.
17301 (mouse-popup-menubar): If the global and local menu-bar keymaps
17302 don't have a prompt string, create one and insert it into the
17303 keymap. Don't barf if current-local-map returns nil.
17304
17305 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17306
17307 * dired.el (dired-sort-R-check): Added to allow recursive listing
17308 to be undone.
17309 (dired-sort-other): Use it.
17310
17311 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17312
17313 * Release of cc-mode 5.27
17314
17315 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17316
17317 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17318 c-beginning-of-statement-1 that caused a bad case of recursion
17319 which could consume a lot of CPU in large classes in languages
17320 that have in-expression classes (i.e. Java and Pike).
17321
17322 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17323 statements before top level constructs (i.e. case 6 is moved
17324 before case 5 and is now case 4) to catch in-expression
17325 classes in top level expressions correctly.
17326
17327 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17328
17329 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17330 objc-method-intro. Case 4 removed and case 5I added.
17331
17332 * cc-langs.el (c-append-paragraph-start): New variable used by
17333 c-common-init to get paragraph-start correct.
17334 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17335 initialize paragraph-start to make it correct both with and
17336 without the javadoc special case.
17337
17338 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17339 initialize paragraph-start for javadoc markup.
17340
17341 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17342 change by defaulting this to t. It's motivated by the
17343 confusing behavior that otherwise arise from the style system
17344 when editing both java and non-java files at the same time
17345 (see the comments about style setting in c-common-init).
17346
17347 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17348
17349 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17350 similar to the one in c-fill-paragraph to check the fill
17351 prefix from the adaptive fill function for sanity.
17352
17353 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17354
17355 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17356 defun block.
17357
17358 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17359
17360 * cc-align.el (c-lineup-multi-inher): Handle lines with
17361 leading comma nicely. Extended to handle member initializers
17362 too.
17363
17364 * cc-engine.el: (c-beginning-of-inheritance-list,
17365 c-guess-basic-syntax): Fixed recognition of inheritance lists
17366 when the lines begins with a comma.
17367
17368 * cc-vars.el (c-offsets-alist): Changed default for
17369 member-init-cont to c-lineup-multi-inher since it now handles
17370 member initializers and indents better for leading commas.
17371
17372 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17373
17374 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17375 handling that caused class open lines to be recognized as
17376 statement-conts in some cases.
17377
17378 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17379 guessed by the adaptive fill function unless point is on the
17380 first line of a block comment.
17381
17382 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17383 when the buffer ends with a macro continuation char.
17384
17385 * cc-engine.el (c-guess-basic-syntax): Added support for
17386 function definitions as statements in Pike. The first
17387 statement in a lambda block is now labeled defun-block-intro
17388 instead of statement-block-intro.
17389
17390 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17391 so that the class surrounding point is selected, not the one
17392 innermost in the state.
17393
17394 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17395 recognition of switch labels having hanging multiline
17396 statements.
17397
17398 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17399 some code in c-guess-basic-syntax to a separate function.
17400 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17401 recognition of member inits with multiple line arglists.
17402 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17403 member-init-cont when the commas are in funny places.
17404
17405 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17406
17407 * cc-defs.el (c-auto-newline): Removed this macro since it's
17408 not used anymore.
17409
17410 * cc-engine.el (c-looking-at-bos): New helper function.
17411 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17412 inexpr and toplevel classes apart in Pike.
17413
17414 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17415 of case 9A.
17416
17417 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17418 constant, since "class" can introduce an in-expression class
17419 in Pike nowadays.
17420
17421 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17422
17423 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17424 indentation on cpp-macro lines.
17425
17426 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17427 a syntax modifier like comment-intro, to make it possible to
17428 get syntactic indentation for preprocessor directives. It's
17429 incompatible wrt to lineup functions on cpp-macro, but it has
17430 no observable effect in the 99.9% common case where cpp-macro
17431 is set to -1000.
17432
17433 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17434
17435 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17436 member-init-cont when the preceding arglist is several lines.
17437
17438 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17439
17440 * cc-styles.el (c-style-alist): The basic offset for the BSD
17441 style corrected to 8.
17442
17443 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17444
17445 * cc-styles.el (c-style-alist): Adjusted the indentation of
17446 brace list openers in the gnu style.
17447
17448 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17449
17450 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17451
17452 * cc-cmds.el (c-electric-brace, c-electric-slash,
17453 c-electric-star, c-electric-semi&comma, c-electric-colon,
17454 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17455 when c-syntactic-indentation is nil.
17456
17457 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17458 we were left at comments preceding the first statement when
17459 reaching the beginning of the buffer.
17460
17461 * cc-vars.el (c-syntactic-indentation): New variable to turn
17462 off all syntactic indentation.
17463
17464 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17465
17466 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17467 between the text and the block comment ender when it hangs,
17468 depending on how many there are before the fill.
17469
17470 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17471
17472 * cc-engine.el (c-beginning-of-closest-statement): New helper
17473 function to go back to the closest preceding statement start,
17474 which could be inside a conditional statement.
17475 * cc-engine.el (c-guess-basic-syntax): Use
17476 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17477
17478 * cc-engine.el (c-guess-basic-syntax): Better handling of
17479 arglist-intro, arglist-cont-nonempty and arglist-close when
17480 the arglist is nested inside parens. Cases 7A, 7C and 7F
17481 changed.
17482
17483 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17484 up-to-date with javadoc 1.2.
17485
17486 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17487
17488 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17489 multiline Pike type decls.
17490
17491 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17492
17493 * cc-cmds.el (c-indent-new-comment-line): Always break
17494 multiline comments in multiline mode, regardless of
17495 comment-multi-line.
17496
17497 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17498
17499 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17500 fully::qualified::names in C++ member init lists. Preamble in
17501 case 5D changed.
17502
17503 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17504
17505 * cc-langs.el (c-common-init): Handling of obsolete variables
17506 moved to c-initialize-cc-mode. More compatible style override
17507 when using global style variables.
17508 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17509 variables moved here.
17510
17511 * cc-styles.el (c-make-styles-buffer-local): Flag style
17512 variable localness in c-style-variables-are-local-p to make
17513 the compatibility measure in c-common-init work well.
17514
17515 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17516 longer contain set-from-style.
17517 * cc-styles.el (c-initialize-builtin-style): Don't check for
17518 set-from-style on c-special-indent-hook.
17519 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17520 copy-alist is sufficient now.
17521
17522 * cc-styles.el (c-set-style, c-set-style-1,
17523 c-get-style-variables): Fixes to variable initialization so
17524 that duplicate entries in styles have the same effect
17525 regardless of DONT-OVERRIDE.
17526
17527 * cc-styles.el (c-set-style-2): Fixed bug where the
17528 initialization of inheriting styles failed when the
17529 dont-override flag is set.
17530
17531 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17532 on this.
17533
17534 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17535
17536 * cc-defs.el (c-forward-comment): Removed the workaround
17537 introduced in 5.38 since it had worse side-effects. If a line
17538 contains the string "//\"", it regarded the // as a comment
17539 start since the \ temporarily doesn't have escape syntax.
17540
17541 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17542
17543 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17544 ada-xref.el before ada-prj.el, so that the Project menu is created
17545 when ada-prj tries to add to it.
17546 (ada-activate-keys-for-case): Suppress the characters that are not
17547 part of the Ada syntax. Better compatibility with else-mode
17548 (ada-adjust-case-interactive): When auto-casing is not active,
17549 correctly insert newlines (used to insert only ^M). Prevent the
17550 syntax table from being changed in case of an error
17551 (or '_' becomes part of a word and some commands are confused).
17552 Do nothing if ada-auto-case is nil.
17553 (ada-after-keyword-p): Ignore keywords that are also attributes
17554 (ada-batch-reformat): Update usage comment
17555 (ada-call-from-contextual-menu): New function
17556 (ada-case-read-exceptions): Reinitialize the casing exception list
17557 first to nil first, so that the casing exception file can be
17558 shared.
17559 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17560 files.
17561 (ada-compile-goto-error): Fix regexp used to detect a file:line
17562 anywhere in the error message
17563 (ada-contextual-menu-last-point): New variable
17564 (ada-create-keymap): If the variable delete-key-deletes-forward is
17565 t on XEmacs, it means that DEL should delete one character
17566 forward.
17567 (ada-create-menu): Use :included instead of :visible for XEmacs.
17568 New submenu "Options".
17569 (ada-end-stmt-re): Correctly indent "select ... then abort"
17570 statements.
17571 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17572 even if they don't match ada-fill-comment-prefix Fix handling of
17573 paragraphs on the first or last line of a file.
17574 (ada-format-paramlist): Fix handling of default parameter values.
17575 (ada-get-body-name): New function.
17576 (ada-get-current-indent): Optimized by searchling directly for an
17577 existing generic part or a statement outside of it. Handle
17578 ada-indent-align-comments when indenting comments Replaced some
17579 regexps by testing directly the next character. This results in a
17580 huge speedup on some files. New indentation scheme for renames
17581 statements. Stop looking for the 'while' or 'for' associated with
17582 a 'loop' at the first semicolon encountered. A "return" can also
17583 match an anonymous access subprogram declaration.
17584 (ada-get-indent-noindent): Ignore strings and comments when
17585 looking for the keywords "record" and "private".
17586 (ada-goto-matching-decl-start): When matching "if", make sure we
17587 are not in fact seeing "end if". Ignore "when" statements except
17588 when initial keyword was "begin". Fix handling of nested
17589 procedures. Add a recursive call to this function to skip over
17590 other 'end' statmts. Fix indentation for "when .. => begin"
17591 (ada-in-open-paren-p): Fix indentation for complex boolean
17592 expressions, where 'and then', 'or else' and parenthesis
17593 statements are mixed up.
17594 (ada-in-paramlist-p): Skip comments while searching for the
17595 beginning Fix handling of operator declarations.
17596 (ada-indent-align-comments): New variable
17597 (ada-indent-current): Change the syntax table only in the
17598 protected section, so that we are sure it is restored correctly.
17599 (ada-indent-on-previous-lines): Use ada-use-indent and
17600 ada-with-indent Correctly indent "select ... then"
17601 (ada-indent-region): Slight speedup.
17602 (ada-indent-renames): New variable.
17603 (ada-last-which-function-subprog, ada-last-which-function-line):
17604 New variables
17605 (ada-looking-at-semi-private): Correctly indent the 'private'
17606 keyword when it is the first word in a package declaration.
17607 (ada-loose-case-word): Stop searching if at the end of the buffer.
17608 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17609 even if point is not initially at the end of the word.
17610 (ada-matching-decl-start-re): Add "when".
17611 (ada-mode): Add support for abbrev-mode, outline-mode and
17612 which-func-mode Override the old find-file.el entry in
17613 ff-special-constructs since it is using the obsolete
17614 ada-spec-suffix variable
17615 (ada-no-auto-case): New function
17616 (ada-scan-paramlist): When parsing the argument type, accept
17617 spaces (as in "X 'Class", generated by Rational Rose).
17618 (ada-other-file-name): No longer loads the other file.
17619 (ada-popup-menu): Save and restore the current buffer and cursor
17620 position before and after displaying the menu.
17621 (ada-search-ignore-complex-boolean): New function.
17622 (ada-uncomment-region): Emacs21 already knows how to delete
17623 comments not starting in the first column.
17624 (ada-use-indent): New variable
17625 (ada-which-function): New function.
17626 (ada-with-indent): New variable
17627 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17628 can be batch-compiled from the command line.
17629
17630 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17631 Add to the menu when the file is loaded, not in ada-mode-hook.
17632 Add -toolbar to the default ddd command Switches moved from
17633 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17634 ada-prj-default-comp-opt
17635 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17636 Reference Manual to the menu
17637 (ada-check-current): rewritten as a call to ada-compile-current
17638 (ada-compile): Removed.
17639 (ada-compile-application, ada-compile-current, ada-check-current):
17640 Set the compilation-search-path so that compile.el automatically
17641 finds the sources in src_dir. Automatic scrollong of the
17642 compilation buffer. C-uC-cC-c asks for confirmation before
17643 compiling
17644 (ada-compile-current): New parameter, prj-field
17645 (ada-complete-identifier): Load the .ali file before doing
17646 processing
17647 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17648 conform to gnatmake's behavior.
17649 (ada-find-file-in-dir): New function
17650 (ada-find-references): Set the environment variables for gnatfind
17651 (ada-find-src-file-in-dir): New function.
17652 (ada-first-non-nil): Removed
17653 (ada-gdb-application): Add support for jdb, the java debugger.
17654 (ada-get-ada-file-name): Load the original-file first if not done
17655 yet.
17656 (ada-get-all-references): Handles the new ali syntax (parent types
17657 are found between <>).
17658 (ada-initialize-runtime-library): New function
17659 (ada-mode-hook): Always load a project file when a file is opened,
17660 so that the casing exceptions are correctly read.
17661 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17662 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17663 to open the project file, since the latter does not work with
17664 speedbar Get default values before loading the prj file, or the
17665 default executable file name is wrong. Use the absolute value of
17666 src_dir to initialize ada-search-directories and
17667 compilation-search-path,... Add the standard runtime library to
17668 the search path for find-file.
17669 (ada-prj-default-debugger): Was missing an opening '{'
17670 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17671 variables.
17672 (ada-prj-default-gnatmake-opt): New variable
17673 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17674 buffers, the project file is the default one Save the windows
17675 configuration before displaying the menu.
17676 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17677 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17678 ...) regexp-quote identifiers names to support operators +,
17679 -,... in regexps.
17680 (ada-remote): New function.
17681 (ada-run-application): Erase the output buffer before starting the
17682 run Support remote execution of the application. Use
17683 call-process, or the arguments are incorrectly parsed
17684 (ada-set-default-project-file): Reread the content of the active
17685 project file, not the one from the current buffer When a project
17686 file is set as the default project, all directories are
17687 automatically associated with it.
17688 (ada-set-environment): New function
17689 (ada-treat-cmd-string): New special variable ${current}
17690 (ada-treat-cmd-string): Revised. The substitution is now done for
17691 any ${...} substring
17692 (ada-xref-current): If no body was found, compiles the spec
17693 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17694 compiler to get rid of command line length limitations.
17695 (ada-xref-get-project-field): New function
17696 (ada-xref-project-files): New variable
17697 (ada-xref-runtime-library-specs-path)
17698 (ada-xref-runtime-library-ali-path): New variables
17699 (ada-xref-set-default-prj-values): Default run command now does a
17700 cd to the build directory. New field: main_unit Provide a default
17701 file name even if the current buffer has no prj file.
17702
17703 * ada-prj.el:
17704 Rewritten to show a tabbed-dialog.
17705 (ada-prj-add-ada-menu): Remove the map and name parameters.
17706 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17707 New function
17708 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17709 (ada-prj-load-from-file): New function
17710 (ada-prj-save): Always save fields that depend on the current buffer
17711 (ada-prj-show-value): New function
17712
17713 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17714 Ada mode. This will allow us to display the Ada menu in any buffer
17715 we want (for project items).
17716 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17717 number of spaces in the header.
17718
17719 2000-07-24 Dave Love <fx@gnu.org>
17720
17721 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17722
17723 2000-07-23 Noah Friedman <friedman@splode.com>
17724
17725 * type-break.el (type-break): perform autosave.
17726 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17727 (type-break-do-query): Cancel query schedule while performing
17728 actual query, to avoid possibility of a second query being made
17729 while first one is already in progress.
17730 (type-break-time-stamp-format): New variable.
17731 (type-break-time-stamp): New function.
17732 (type-break-time-warning): Use it.
17733 (type-break-keystroke-warning): Use it.
17734 (type-break-noninteractive-query): Use it.
17735
17736 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17737 cookie.
17738 Use add-minor-mode to set minor-mode-alist, if available.
17739 (eldoc-echo-area-use-multiline-p): New user option.
17740 (eldoc-echo-area-multiline-supported-p): New variable.
17741 (eldoc-docstring-format-sym-doc): Use them.
17742 (eldoc-mode): If not using idle timers, append to local post and
17743 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17744 (eldoc-display-message-no-interference-p): Don't interfere with
17745 edebug.
17746 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17747 (eldoc-function-arglist): New function.
17748 (eldoc-function-argstring): Use it.
17749
17750 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17751 auto save directory exists before calling directory-files.
17752
17753 2000-07-23 Dave Love <fx@gnu.org>
17754
17755 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17756 ^o, ^u.
17757
17758 2000-07-21 Dave Love <fx@gnu.org>
17759
17760 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17761 now passed to the function. It now works properly.
17762
17763 * smerge-mode.el (smerge-mode-menu): Fill it out.
17764
17765 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17766
17767 * info-look.el (info-lookup): If *info* is shown in another frame
17768 on the same display, select that frame, instead of switching to
17769 the Info buffer in another window of the selected frame.
17770
17771 * simple.el (universal-argument-map): Bind numeric keypad keys
17772 kp-0 to kp-9 and kp-subtract.
17773 (digit-argument): Handle these keys.
17774
17775 2000-07-20 Dave Love <fx@gnu.org>
17776
17777 * net/goto-addr.el (goto-address-fontify): Don't bother with
17778 buffer-modified and read-only stuff -- irrelevant with overlays.
17779 Put an extra property on the overlays and use it to clean up in
17780 case goto-address is re-run.
17781
17782 2000-07-19 Richard M. Stallman <rms@gnu.org>
17783
17784 * timer.el (run-with-idle-timer): Doc fix.
17785
17786 * mail/mail-utils.el (mail-strip-quoted-names):
17787 Handle case where <...> appears inside "...".
17788 Use replace-match to edit the string more simply.
17789 (rmail-dont-reply-to): Cope with an unmatched ".
17790
17791 2000-07-19 Dave Love <fx@gnu.org>
17792
17793 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17794 implementation.
17795
17796 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17797 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17798 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17799
17800 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17801
17802 * textmodes/refer.el: Correct maintainer's email address.
17803
17804 * progmodes/hideif.el: Correct author's email address.
17805 Fix typo in comment.
17806
17807 * xml.el: New file.
17808
17809 * mail/mailheader.el: Correct author's mail address.
17810
17811 * gnus/parse-time.el: Correct author's mail address.
17812
17813 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17814
17815 * comint.el (comint-highlight-input, comint-highlight-face):
17816 New user options.
17817 (comint-input-ring-file-name): Change custom type.
17818 (comint-mode-map): Bind mouse-2.
17819 (comint-insert-clicked-input): New function.
17820 (comint-send-input): Handle input highlighting.
17821
17822 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17823
17824 * mouse.el (popup-menu): New function.
17825 (mouse-major-mode-menu): Use it.
17826
17827 2000-07-18 Dave Love <fx@gnu.org>
17828
17829 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17830 improvements.
17831
17832 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17833
17834 * faces.el (face-font-selection-order)
17835 (face-font-family-alternatives): Add custom type.
17836
17837 2000-07-18 Dave Love <fx@gnu.org>
17838
17839 * cus-edit.el (custom-variable-reset-saved)
17840 (custom-variable-reset-standard): Remove unused bindings.
17841
17842 * rect.el (open-rectangle-line): Remove unused let.
17843
17844 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17845
17846 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17847
17848 * cdl.el: Fix `Maintainer' keyword.
17849
17850 * play/pong.el: Add author's email address.
17851
17852 2000-07-17 Sam Steingold <sds@gnu.org>
17853
17854 * files.el (insert-directory): Call `split-string' instead of
17855 re-implementing it.
17856
17857 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17858
17859 * mail/vms-pmail.el: Change maintainer to FSF.
17860
17861 * net/goto-addr.el: Change maintainer to FSF.
17862
17863 * info.el (Info-title-face-alist): Removed.
17864
17865 2000-07-18 David Ponce <david@dponce.com>
17866
17867 * recentf.el (recentf-open-files): New command that works like
17868 `recentf-open-more-files', but shows the whole list of files (not just
17869 those omitted from the menu). Useful if you don't use a menu-bar!
17870 (recentf-open-more-files) Modified to use `recentf-open-files'.
17871
17872 (recentf-open-files, recentf-open-more-files)
17873 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17874
17875 (recentf-dialog-mode): New mode for dialogs. You can now just type
17876 "q" to cancel the dialogs.
17877
17878 2000-07-18 David Ponce <david@dponce.com>
17879
17880 * recentf.el: This is a major update of recentf.el. It adds new
17881 features to better organize the recentf menu and "More..." buffer.
17882
17883 Using new provided menu filtering functions you can now organize the
17884 recent files list:
17885
17886 - by major modes
17887 - by directories
17888 - by user defined rules
17889
17890 Finally, with the new `recentf-filter-changer' customizable filter you
17891 can define a ring of filters and dynamically (via the menu) cycle on
17892 each menu organization in the ring (a la msb).
17893
17894 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17895
17896 * eshell/eshell.el (eshell): Replace links to eshell.info with
17897 links to eshell, to avoid problems on systems where the manual is
17898 installed as `eshell'.
17899 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17900 * eshell/em-smart.el (eshell-smart): Ditto.
17901 * eshell/em-banner.el (eshell-banner): Ditto.
17902 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17903
17904 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17905 same-file check in the MS-DOS version (it does support inodes).
17906
17907 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17908
17909 * eshell/eshell.el (eshell-directory-name):
17910 Run default directory name through convert-standard-filename.
17911
17912 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17913
17914 * international/mule-cmds.el (select-safe-coding-system):
17915 Fix typo in the comment.
17916
17917 * language/european.el (compound-text):
17918 Force katakana-jisx0201 to be designated to G1.
17919
17920 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17921 Don't translate some national variant characters of latin-jisx0201.
17922 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17923
17924 * international/kkc.el (kkc-after-update-conversion-functions):
17925 New variable.
17926 (kkc-update-conversion): Run functions in it at the tail.
17927
17928 2000-07-16 John Wiegley <johnw@gnu.org>
17929
17930 * lisp/align.el (align-newline-and-indent):
17931 Adding new function. for auto-aligning blocks of code on RET.
17932 (align-region): Fixed badly formatted minibuffer message.
17933
17934 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17935
17936 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17937 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17938 the conversion list at first if appropriate.
17939 (kkc-next): Don't update kkc-next-count here.
17940 (kkc-prev): Don't update kkc-prev-count here.
17941 (kkc-show-conversion-list-update): Fix setting up of conversion
17942 list message.
17943
17944 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17945
17946 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17947
17948 2000-07-16 Dave Love <fx@gnu.org>
17949
17950 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17951 function to be more specific.
17952
17953 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17954 non-string help-echo.
17955 (widget-types-convert-widget): Defsubst it.
17956 (widget-echo-help): Try to cope with a help-echo function of two
17957 possible sorts.
17958
17959 2000-07-15 Jason Rumney <jasonr@gnu.org>
17960
17961 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17962 Declare as obsolete.
17963
17964 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17965
17966 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17967
17968 * hilit-chg.el: Fix typo.
17969
17970 2000-07-14 Dave Love <fx@gnu.org>
17971
17972 * info.el (Info-mode-menu): Fix use of :help, :enable.
17973
17974 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17975
17976 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17977
17978 2000-07-13 Dave Love <fx@gnu.org>
17979
17980 * emacs-lisp/easymenu.el: Doc fixes.
17981 (easy-menu-remove): Defalias to ignore.
17982
17983 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17984 Call throw correctly.
17985
17986 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17987
17988 * faces.el (frame-background-mode): Doc fix.
17989
17990 * simple.el (eval-expression-print-length): Change custom type to
17991 allow entering nil as value.
17992
17993 2000-07-13 Dave Love <fx@gnu.org>
17994
17995 * progmodes/fortran.el (fortran-imenu-generic-expression):
17996 Change definition layout.
17997 (fortran-mode-menu): Reinstate customize entries.
17998
17999 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18000 Use :filter, per old XEmacs code.
18001
18002 2000-07-12 Gerd Moellmann <gerd@gnu.org>
18003
18004 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18005 event when deciding what to send to the terminal.
18006
18007 2000-07-12 Dave Love <fx@gnu.org>
18008
18009 * cus-start.el: Add optional version as 4th element of specs and
18010 use it for several things new in v21. Remove load-path. Fix type
18011 of line-number-display-limit.
18012
18013 2000-07-11 Dave Love <fx@gnu.org>
18014
18015 * progmodes/fortran.el: Don't require easymenu.
18016 Use repeat counts in various regexps.
18017 (fortran-mode-syntax-table): Defvar directly.
18018 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18019 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18020 Use defvar, not defconst.
18021 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18022 (fortran-mode): Set fortran-comment-line-start-skip,
18023 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18024 (fortran-comment-indent): Use defsubst.
18025 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18026 Use fortran-comment-indent, not fortran-comment-indent-function.
18027 (fortran-comment-region, fortran-electric-line-number): Simplify.
18028 (fortran-auto-fill): New function.
18029 (fortran-do-auto-fill): Deleted.
18030 (fortran-find-comment-start-skip):
18031 Check for non-null comment-start-skip.
18032 (fortran-auto-fill-mode, fortran-fill-statement):
18033 Use fortran-auto-fill.
18034 (fortran-fill): Use fortran-auto-fill. Check for null
18035 comment-start-skip. Simplify final clause and use end-of-line finally.
18036
18037 * widget.el (widget-plist-member): New alias.
18038
18039 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18040
18041 * eshell/esh-module.el (toplevel): Reference
18042 byte-compile-current-file only if it is bound.
18043
18044 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18045
18046 * dired.el: Don't require `dired-aux'.
18047
18048 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18049
18050 * dired-aux.el (dired-show-file-type): New function.
18051 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18052 (dired-show-file-type): Add autoload.
18053
18054 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18055
18056 * international/mule-diag.el (describe-font): Adjusted for the
18057 change of fontset-info.
18058 (print-fontset): Likewise.
18059
18060 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18061
18062 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18063
18064 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18065
18066 * bindings.el: Bind `[delete]' to delete-char.
18067
18068 * dired.el (dired-find-alternate-file): New function.
18069 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18070 (toplevel): Require dired-aux when compiling.
18071 (dired-buffers): Move defvar within file to avoid compiler warning.
18072
18073 * info.el (Info-last-search): Variable removed.
18074 (Info-search-history): New variable.
18075 (Info-search): New Info-search-history.
18076
18077 * battery.el, info-look.el: Change author's mail address.
18078
18079 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18080
18081 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18082 if rmail-ignored-headers is nil.
18083 (rmail-retry-failure): Bind rmail-ignored-headers and
18084 rmail-displayed-headers to nil.
18085
18086 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18087
18088 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18089 (print-region-1): Don't hard code `-h' here.
18090
18091 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18092
18093 2000-07-01 Francesco Potorti` <pot@gnu.org>
18094
18095 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18096 exim can use "your message" instead of "the message".
18097
18098 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18099
18100 * facemenu.el: Docstrings fixes.
18101 (facemenu-get-face): Don't use internal-find-face.
18102 (facemenu-iterate): Rename arg to match the docstring.
18103
18104 * newcomment.el (uncomment-region): Be more careful when skipping
18105 backwards over `=' not to bump into BOBP.
18106
18107 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18108
18109 * ediff-diff.el (ediff-wordify): Use syntax table.
18110 * ediff-init.el (ediff-has-face-support-p): Use
18111 ediff-color-display-p.
18112 (ediff-color-display-p): Use display-color-p, changed to defun
18113 from defsubst.
18114 Got rid of special cases for NeXT and OS/2.
18115 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18116 face.
18117
18118 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18119
18120 * emacs-lisp/lucid.el: Require CL.
18121 (copy-tree, remprop): Remove, it's provided by CL.
18122 (map-keymap): Define in terms of cl-map-keymap.
18123 (extent-property, set-extent-end-glyph): New functions.
18124
18125 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18126
18127 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18128
18129 * Makefile.in (DONTCOMPILE): Add comment that the name may
18130 not be changed without changing the make-dist script.
18131
18132 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18133 (cl-mapc): Use mapc instead of cl-old-mapc.
18134
18135 2000-07-05 Andrew Innes <andrewi@gnu.org>
18136
18137 * makefile.nt: Add support for `bootstrap' and related targets.
18138
18139 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18140
18141 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18142 (easy-menu-do-define): Use `menu-item' format.
18143 Handle case where easy-menu-create-menu returns a symbol.
18144 Manually call the potential top-level filter in the function binding.
18145 (easy-menu-filter-return): New arg NAME.
18146 Convert to a keymap if MENU is an XEmacs menu.
18147 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18148 (easy-menu-converted-items-table, easy-menu-convert-item):
18149 New var and fun to memoize easy-menu-convert-item-1.
18150 (easy-menu-do-add-item): Use it.
18151 (easy-menu-create-menu): Use easy-menu-convert-item.
18152 Wrap easy-menu-filter-return around any :filter specification.
18153 Don't convert the menu if a filter was specified.
18154 Tell easy-menu-make-symbol not to check for MENU being an expression.
18155 (easy-menu-make-symbol): New arg NOEXP.
18156
18157 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18158
18159 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18160 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18161 (eval-defun): If called with prefix arg, instrument code for
18162 Edebug.
18163
18164 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18165 similar to that of eval-defun.
18166
18167 2000-07-04 Dave Love <fx@gnu.org>
18168
18169 * hl-line.el (hl-line-overlay): Make it permanent-local.
18170
18171 * calendar/todo-mode.el: Replaced with a working version, based on
18172 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18173
18174 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18175
18176 * paths.el (prune-directory-list): New function.
18177 (Info-default-directory-list): Rewritten to more methodically
18178 enumerate a big list of possible info directories (based on the
18179 list used by the standalone info reader).
18180
18181 * info.el (info-initialize): Use prune-directory-list to remove
18182 non-existent directories from Info-directory-list.
18183
18184 * paths.el (Info-default-directory-list): Try a list of possible
18185 info-directories instead of a single one. Add the possible
18186 info directory "/usr/share/info".
18187
18188 * woman.el (woman-man.conf-path): Explicitly include the debian
18189 man-db config file "/etc/manpath.config".
18190 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18191 are present in `manpath.config'.
18192 (woman-manpath): Include "/usr/share/man".
18193
18194 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18195
18196 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18197
18198 * startup.el (command-line): Initialize blink-cursor based
18199 on window-system.
18200
18201 * frame.el (blink-cursor): Default to nil if not running under
18202 a window-system.
18203
18204 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18205 (face-x-resources): Remove duplicate entry for :font.
18206
18207 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18208 instead of cycling through windows with next-window.
18209
18210 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18211 of cycling through windows with next-window.
18212
18213 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18214 of cycling through windows with next-window.
18215
18216 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18217 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18218 instead of cycling through windows with next-window.
18219
18220 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18221 instead of cycling through windows with next-window.
18222
18223 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18224 of cycling through windows with next-window.
18225
18226 * terminal.el (te-process-output): Use walk-windows instead of
18227 cycling through windows with next-window.
18228
18229 * server.el (server-switch-buffer): Use some-window instead of
18230 cycling through windows with next-window.
18231
18232 * window.el (some-window): New function.
18233 (walk-windows): Remove reference to walk-windows-start.
18234
18235 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18236
18237 2000-07-03 Richard Stallman <rms@gnu.org>
18238
18239 * window.el (walk-windows): Guarantee termination by keeping a list
18240 of all the windows already handled.
18241
18242 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18243
18244 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18245 window-system.
18246
18247 * man.el (Man-notify-when-ready): Don't use window-system. If
18248 Man-notify-method is newframe, and the display is not
18249 multi-frame, select the frame created for the man page.
18250 (Man-init-defvars): Doc fix.
18251
18252 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18253
18254 * faces.el (region): Change background color for light background.
18255
18256 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18257 attribute from mode-line face of Ediff control frame.
18258
18259 * replace.el (query-replace-map): Bind `e' like `E'.
18260
18261 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18262
18263 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18264 Change name to "Select All".
18265
18266 * dos-fns.el (convert-standard-filename): Fix last change.
18267
18268 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18269
18270 * help.el (describe-variable): Don't insert a second `'s' in front
18271 of the string `value is shown below'. Since the syntax-table is
18272 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18273 an existing `'s', so that this won't be deleted.
18274
18275 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18276 * pcmpl-unix.el: New files.
18277
18278 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18279
18280 * wid-edit.el (widget-member): Use the new plist-member.
18281
18282 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18283
18284 * replace.el (perform-replace): Undo change of 2000-04-04.
18285 Instead, move backward 1 character at the end of the loop when
18286 necessary.
18287
18288 * faces.el (fringe): Change face for different backgrounds.
18289
18290 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18291 patch from John.
18292
18293 * eshell/*.el: Change spelling of the Free Software Foundation.
18294
18295 * eshell/esh-toggle.el: Removed.
18296
18297 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18298
18299 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18300 interactively.
18301
18302 2000-06-26 Alex Schroeder <alex@gnu.org>
18303
18304 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18305 `define-key'; instead of checking `(emacs-version)' check for
18306 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18307 for `;' and `o' which might be electric.
18308
18309 (sql-electric-stuff): New user option.
18310 (sql-magic-go): New function which uses `sql-electric-stuff'.
18311 (sql-magic-semicolon): New function which uses
18312 `sql-electric-stuff'.
18313
18314 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18315 is not fboundp.
18316
18317 (sql-oracle-options): New variable.
18318 (sql-oracle): Use it.
18319
18320 (sql-imenu-generic-expression): Doc change.
18321 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18322 is used.
18323
18324 (sql-informix): Added command line parameter "-" to force
18325 sql-informix-program to use stdout.
18326
18327 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18328
18329 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18330 (cp864-decode-table): Doc fix.
18331 (cp720-decode-table): New variable, supports the Arabic OEM
18332 codepage used by Windows.
18333 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18334
18335 2000-06-23 Dave Love <fx@gnu.org>
18336
18337 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18338 (font-lock-fontify-anchored-keywords): Use
18339 line-beginning-position.
18340 (global-font-lock-mode): Use mapc.
18341
18342 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18343
18344 * eshell/esh-module.el: Require CL when compiling.
18345
18346 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18347
18348 * comint.el (comint-substitute-in-file-name): Call replace-match
18349 with second and third arg t.
18350
18351 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18352 Specify foreground color.
18353
18354 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18355 color.
18356
18357 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18358
18359 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18360 cddr instead of cdddr.
18361
18362 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18363 instead of copy-list.
18364
18365 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18366 of copy-list.
18367
18368 * subdirs.el: Add eshell subdirectory.
18369
18370 * eshell: New subdirectory containing the Eshell package.
18371
18372 * pcomplete.el: New file.
18373
18374 2000-06-23 Paul Eggert <eggert@twinsun.com>
18375
18376 * mail/mailpost.el (post-mail-send-it): Make sure file has
18377 proper permissions from birth.
18378
18379 * files.el (basic-save-buffer-2): When temporarily setting
18380 file modes, set them to current modes plus 0200, not to 0777.
18381
18382 * emerge.el (emerge-make-temp-file): Make sure file has proper
18383 permissions from birth.
18384
18385 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18386
18387 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18388 backup file name through convert-standard-filename.
18389
18390 * dos-fns.el (convert-standard-filename): Convert leading
18391 directories as well. When long file names are supported, convert
18392 characters that are invalid in Windows file names.
18393
18394 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18395
18396 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18397 ps-print crashes. New feature: page selection for printing. Create
18398 raw-text-unix coding system for XEmacs. Doc fix.
18399 (ps-print-version): New version number (5.2.3).
18400 (ps-plot-region): Bug fix.
18401 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18402 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18403 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18404 funs.
18405 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18406 (ps-last-page): New vars.
18407
18408 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18409
18410 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18411 empty option string.
18412
18413 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18414
18415 * man.el (man): Doc fix.
18416
18417 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18418
18419 * international/mule-cmds.el (set-language-info-alist): Docstring
18420 fixed.
18421
18422 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18423
18424 * version.el (emacs-version): Use ISO date format.
18425
18426 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18427 instead of `M-backspace'.
18428
18429 * simple.el (turn-off-auto-fill): New function.
18430
18431 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18432
18433 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18434 Renamed from with-buffer-prepared-for-font-lock and use
18435 inhibit-modification-hooks rather than setting *-change-functions.
18436 Update all functions to use the new name.
18437 (jit-lock-first-unfontify-pos): New semantics (and doc).
18438 (jit-lock-mode): Make non-interactive.
18439 Don't automatically turn on font-lock.
18440 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18441 Always use jit-lock-after-change.
18442 Remove and restore font-lock-after-change-function.
18443 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18444 (jit-lock-after-unfontify-buffer): Remove.
18445 (jit-lock-stealth-fontify):
18446 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18447 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18448
18449 2000-06-20 Sam Steingold <sds@gnu.org>
18450
18451 * emacs-lisp/cl-indent.el (toplevel): Indent
18452 `print-unreadable-object' properly. Untabify.
18453
18454 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18455
18456 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18457 Support for bibentry.
18458 (reftex-compile-variables): Fixed problem with end of section-re.
18459
18460 * texmodes/reftex-dcr.el (reftex-view-crossref,
18461 reftex-view-crossref-from-bibtex):
18462 Deal with changed `reftex-find-citation-regexp-format'.
18463 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18464 Replaced `remprop' with `put'.
18465 (reftex-view-crossref, reftex-view-crossref-when-idle):
18466 Support for bibentry.
18467
18468 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18469 New entry for bibentry package.
18470
18471 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18472 Regexp also matches "\nobibliography".
18473
18474 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18475 Call `reftex-ensure-write-access' before doing anything.
18476 (reftex-ensure-write-access): New function.
18477
18478 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18479
18480 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18481
18482 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18483
18484 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18485
18486 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18487
18488
18489 2000-06-20 Dave Love <fx@gnu.org>
18490
18491 * faces.el (frame-background-mode): Use set-default, not set, in
18492 setter.
18493 (frame-update-faces, frame-update-face-colors): Define with
18494 defalias.
18495
18496 * enriched.el (enriched-decode-foreground)
18497 (enriched-decode-background): Don't use internal-find-face.
18498
18499 * apropos.el: Doc fixes.
18500
18501 * cus-edit.el (customize-changed-options): Check arg.
18502 (customize-version-lessp): Don't require decimal point.
18503
18504 * custom.el (defcustom, defgroup): Doc fix.
18505
18506 * newcomment.el (comment) <defgroup>: Add :version.
18507 (comment-multi-line): Doc fix.
18508
18509 * emulation/mlsupport.el (define-hooked-local-abbrev,
18510 define-hooked-global-abbrev): Fix, using define-abbrev.
18511
18512 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18513
18514 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18515 the whole buffer.
18516
18517 2000-06-19 Dave Love <fx@gnu.org>
18518
18519 * menu-bar.el (menu-bar-options-save): New function.
18520 (menu-bar-options-menu): Use it.
18521 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18522 Simplify.
18523
18524 2000-06-19 Andreas Schwab <schwab@suse.de>
18525
18526 * progmodes/etags.el (tags-query-replace): Put new parameters
18527 START and END at the end, for backward compatibility.
18528
18529 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18530
18531 * international/codepage.el:
18532 (cp-coding-system-for-codepage-1): Delete special codes for
18533 generating xxx-dos coding system because now a CCL based coding
18534 system can handle EOL conversion by default.
18535
18536 * international/mule.el (make-coding-system): Generate subsidiary
18537 coding systems for EOL handling variants even for a CCL based
18538 coding system.
18539
18540 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18541
18542 * international/isearch-x.el (isearch-minibuffer-input-method)
18543 (isearch-minibuffer-input-method-function): These variables
18544 deleted.
18545 (isearch-with-input-method): Don't use the above variables.
18546 (isearch-process-search-multibyte-characters): Likewise. Call
18547 read-string with the arg INHERIT-INPUT-METHOD t.
18548
18549 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18550
18551 * font-lock.el (font-lock-after-fontify-buffer)
18552 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18553
18554 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18555 Use consistent make-local-variable style for font-lock-fontified.
18556 (jit-lock-fontify-buffer):
18557 Don't bother checking for font-lock-mode and jit-lock-mode.
18558
18559 * time.el: Remove trailing ^M that prevent CVS-merging.
18560
18561 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18562
18563 * Makefile.in (distclean): New target.
18564
18565 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18566
18567 * Makefile.in (srcdir): Define for update-subdirs.
18568
18569 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18570
18571 * find-lisp.el: New file.
18572
18573 2000-06-16 Andrew Innes <andrewi@gnu.org>
18574
18575 * time.el (display-time-mail-function): New variable, to allow
18576 external packages to indicate when new mail is available.
18577 (display-time-update): Use it.
18578
18579 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18580
18581 * international/mule.el (mule-version): Change version name to
18582 SAKAKI. AOI has already been used by Meadow.
18583
18584 * international/quail.el (quail-show-guidance-buf): To find the
18585 bottom window (but minibuffer), pay attention to the height of
18586 minibuffer.
18587
18588 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18589
18590 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18591 menu-bar menus. Add help strings. Don't remove the Edit menu
18592 from the menu bar, as the menu bar has enough space now.
18593
18594 * Makefile.in (SHELL): Make sure /bin/sh is used.
18595
18596 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18597 characters, which use series of two ^H characters instead of one.
18598
18599 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18600
18601 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18602 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18603 functions.
18604 (Info-find-node-2): Try a case-sensitive search first, then
18605 do a case-insensitive search.
18606
18607 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18608 tutorials.
18609
18610 * complete.el (PC-env-vars-alist): New variable.
18611 (PC-complete-as-file-name): New function.
18612 (partial-completion-mode): Initialize PC-env-vars-alist from
18613 process-environment.
18614 (PC-do-completion): Handle completion of env vars.
18615
18616 * info.el (Info-set-mode-line): Show file name in mode line,
18617 use `*Info*' instead of `Info:'.
18618
18619 * startup.el (command-line-1): Change copyright messages to year
18620 2000.
18621
18622 2000-06-15 Dave Love <fx@gnu.org>
18623
18624 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18625 not local-map.
18626
18627 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18628
18629 * international/mule.el (set-buffer-file-coding-system): Almost
18630 rewritten to handle `undecided' as no-op.
18631
18632 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18633
18634 * Makefile.in: New file.
18635
18636 * Makefile: Removed.
18637
18638 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18639 (goto-address-highlight-keymap): Bind C-c RET.
18640
18641 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18642
18643 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18644 inherits buffer-file-coding-system of the current buffer.
18645
18646 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18647 0. Give correct argument to set-auto-coding-function.
18648 (tar-expunge): For goto-char, use (point-min), not 0.
18649 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18650 (tar-subfile-save-buffer): Likewize.
18651
18652 * international/mule.el
18653 (after-insert-file-set-buffer-file-coding-system): Call
18654 set-buffer-file-coding-system with the arg FORCE t.
18655
18656 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18657
18658 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18659 nil. Contemporary sendmails issue an X-Authentication-Warning if
18660 the sender is set with `-f'.
18661
18662 2000-06-13 Dave Love <fx@gnu.org>
18663
18664 * help.el (describe-function-1): Kluge around cases of functions
18665 fset to subrs whose doc doesn't match their symbol-name.
18666
18667 * image.el (insert-image): Default STRING to a space.
18668
18669 * info.el Doc fixes.
18670 (Info-build-node-completions): Match Ref tags.
18671
18672 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18673
18674 * frame.el (display-multi-frame-p, display-multi-font-p): New
18675 defaliases for display-graphic-p.
18676
18677 * hl-line.el: Fixed a typo in commentary.
18678
18679 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18680
18681 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18682 fixed.
18683
18684 2000-06-12 Dave Love <fx@gnu.org>
18685
18686 * image.el (insert-image): Save a little consing.
18687
18688 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18689
18690 * language/tibet-util.el: Convert all tibetan-1-column characters
18691 to the corresponding tibetan characters.
18692 (tibetan-add-components): Delete code for the special treatment of
18693 'a chung.
18694
18695 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18696 change.
18697 (tibetan-vowel-transcription-alist): More rules added.
18698 (tibetan-composite-vowel-alist): New variable.
18699 (tibetan-precomposition-rule-alist): More rules added.
18700
18701 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18702
18703 * startup.el (command-line): Only call menu-bar-mode if interactive.
18704
18705 * thingatpt.el (toplevel symbol-properties):
18706 * textmodes/makeinfo.el (makeinfo-compile):
18707 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18708 * progmodes/hideif.el (hif-compress-define-list)
18709 (hide-ifdef-use-define-alist):
18710 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18711 (ange-ftp-vms-add-file-entry):
18712 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18713 * man.el (Man-build-man-command):
18714 * mail/rnewspost.el (news-reply-header-hook):
18715 * info.el (Info-insert-dir):
18716 * emulation/mlconvert.el (backward-word, forward-word, setq):
18717 * emacs-lisp/gulp.el (gulp-send-requests):
18718 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18719 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18720 (byte-optimize-apply, end of file):
18721 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18722 (ad-make-freeze-definition):
18723 * startup.el (command-line, command-line-1): Don't quote lambdas.
18724
18725 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18726 (cvs-cleanup-removed): New function.
18727 (cvs-cleanup-functions): New var.
18728 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18729 some flexibility in specifying additional entries to auto-cleanup.
18730 (cvs-quickdir): New function.
18731 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18732 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18733 (cvs-mode-find-file): Check that we are on a filename or dirname
18734 when invoked through a mouse-click.
18735 (cvs-full-path): Remove.
18736 (cvs-dired-action): Re-introduced.
18737 (cvs-dired-noselect): Use it.
18738 (vc-post-command-functions): use this new hook if available.
18739
18740 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18741 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18742 (cvs-filename-map, cvs-dirname-map): Remove.
18743 (cvs-default-action): Remove.
18744 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18745 if the arg is really a keymap.
18746 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18747 Don't hardcode the mapping from state (aka type) to face, but check
18748 the var cvs-fi-<type>-face instead.
18749 (cvs-fileinfo-from-entries): New function.
18750
18751 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18752 Docstring fix.
18753 (cvs-find-file-and-jump): Change default to be safer.
18754 (cvs-mode-diff-map): Define it as a function as well.
18755 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18756 Bind mouse-2 in this global map rather than with text-properties.
18757
18758 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18759 file to resolve the ambiguity between C(conflict) and C(need-merge).
18760
18761 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18762
18763 * international/mule.el (set-buffer-file-coding-system): If
18764 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18765 unconditionally.
18766
18767 2000-06-12 Dave Love <fx@gnu.org>
18768
18769 * wid-edit.el (widget-specify-button): Really suppress the face if
18770 required.
18771
18772 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18773
18774 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18775
18776 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18777
18778 * imenu.el (imenu-generic-expression): Docstring fix.
18779
18780 * composite.el (composition-function-table): Move the `put'
18781 below the autoload cookie so we can load the file before loaddefs.
18782
18783 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18784
18785 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18786 Handle easy-mmode-define-global-mode.
18787 For complex macros like define-minor-mode that can generate
18788 several autoload entries, try to autoload entries in the
18789 macroexpanded code.
18790
18791 * emacs-lisp/easy-mmode.el (define-minor-mode):
18792 If KEYMAP is a symbol, just use it.
18793 Use byte-compile-current-file and load-file-name to infer the
18794 proper :require to pass to defcustom.
18795 Wrap the hook var into `progn' so as not to autoload it.
18796 Add a :autoload-end cookie.
18797 Be more careful about the evaluation of KEYMAP.
18798 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18799 (define-derived-mode): Move define-abbrev-table outside of defvar.
18800
18801 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18802
18803 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18804 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18805 (backup-compiled-files): Ignore errors during `tar'.
18806 (bootstrap): Make autoloads before elc files.
18807
18808 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18809
18810 * international/mule.el (set-buffer-file-coding-system): If one of
18811 undecided-XXX is specified, change only EOL conversion.
18812
18813 * international/mule-conf.el (unix): New alias for the coding
18814 system undecided-unix.
18815
18816 2000-06-09 Dave Love <fx@gnu.org>
18817
18818 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18819
18820 * progmodes/executable.el: Byte compile dynamic.
18821 (executable-insert): Change custom type.
18822 (executable-find): Add autoload cookie.
18823 (executable-make-buffer-file-executable-if-script-p): New
18824 function. After Noah Friedman.
18825
18826 * files.el (after-save-hook): Customize, with
18827 executable-make-buffer-file-executable-if-script-p as an option.
18828
18829 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18830
18831 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18832 "tib24p-mule.bdf" for Tibetan.
18833
18834 * composite.el (decompose-composite-char): Declare it as obsolete.
18835
18836 * man.el (Man-fontify-manpage): Pay attention to underline and
18837 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18838
18839 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18840
18841 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18842 Set maintainer to FSF since author isn't reachable.
18843
18844 2000-06-08 Dave Love <fx@gnu.org>
18845
18846 * international/mule-cmds.el (select-safe-coding-system): If
18847 DEFAULT-CODING-SYSTEM is not specified, also check the most
18848 preferred coding-system if buffer-file-coding-system is
18849 `undecided'. From Handa.
18850
18851 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18852
18853 * international/mule.el
18854 (after-insert-file-set-buffer-file-coding-system): If the buffer
18855 size is greater than INSERTED, judget that we are not visiting.
18856
18857 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18858
18859 * whitespace.el (defgroup whitespace): Comment out `:version'.
18860 XEmacs 20.4 has problems defining the group with this present.
18861 We'll have this commented out till get resolve the problem.
18862
18863 2000-06-07 John Wiegley <johnw@gnu.org>
18864
18865 * align.el (align-dq-string-modes, align-sq-string-modes)
18866 (align-open-comment-modes): Add pyhton-mode.
18867 (align-rules-list): Use get-text-property instead of
18868 text-properties-at.
18869 (align-rules-list): Add python-assignment.
18870 (align-rules-list): Change perl-comma-delimiter to
18871 basic-comma-delimiter. Use if for Perl modes and python-mode.
18872 (align-rules-list): Add python-chain-logic and
18873 basic-line-continuation.
18874
18875 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18876
18877 * apropos.el (apropos-mode-hook): New user variable.
18878 (apropos-mode): Run apropos-mode-hook.
18879
18880 2000-06-07 David Ponce <david@dponce.com>
18881
18882 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18883 commands. Require `wid-edit' at run-time.
18884
18885 2000-06-07 David Ponce <david@dponce.com>
18886
18887 * recentf.el: Added some "Commentary".
18888 (recentf-open-more-files, recentf-edit-list): Minor changes to
18889 move the point at the top of the file list. This behaviour is
18890 consistent with the menu one when the list contains a lot of
18891 files.
18892 (recentf-cleanup): Now displays the number of items removed from
18893 the list.
18894 (recentf-relative-filter) New menu filter to show filenames
18895 relative to `default-directory'.
18896
18897 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18898
18899 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18900 with/without giving an error if PostScript printer doesn't have this
18901 kind of page size. Zebra Stripe continues or restarts on next page.
18902 Manual/automatic paper feeding. Switch or not the header.
18903 (ps-print-version): New version number (5.2.2).
18904 (ps-windows-system): Include emx as a Windows system.
18905 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18906 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18907 (ps-background-text): Code fix.
18908 (ps-error-handler-message, ps-user-defined-prologue)
18909 (ps-print-prologue-header, ps-printer-name)
18910 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18911 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18912 (ps-use-face-background): Customization fix.
18913 (ps-n-up-database): Data fix.
18914 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18915 (ps-switch-header): New vars.
18916 (ps-xemacs-color-name, ps-face-foreground-name)
18917 (ps-face-background-name, ps-boolean-constant): New funs.
18918
18919 2000-06-07 Dave Love <fx@gnu.org>
18920
18921 * allout.el: New version from Manheimer.
18922
18923 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18924
18925 * textmodes/fill.el (fill-find-break-point): Check the validity of
18926 charset.
18927
18928 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18929
18930 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18931 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18932 Call display-color-p and display-mouse-p instead of looking at
18933 window-system.
18934
18935 2000-06-06 Dave Love <fx@gnu.org>
18936
18937 * image.el (find-image): Doc fix. Return nil if image not found.
18938 (put-image, insert-image): Make STRING arg optional.
18939
18940 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18941
18942 * language/vietnamese.el: Remove eval-when-compile.
18943 (viet-viscii-nonascii-translation-table): Define it as a
18944 translation table made from viet-viscii-decode-table.
18945 (viet-viscii-encode-table): Define it as a translation table made
18946 from the reverse map of above.
18947 (viet-vscii-nonascii-translation-table): Define it as a
18948 translation table made from viet-vscii-decode-table.
18949 (viet-vscii-encode-table): Define it as a translation table made
18950 from the reverse map of above.
18951 (ccl-decode-viscii): Use translate-character.
18952 (ccl-encode-viscii, ccl-encode-viscii-font)
18953 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18954 Likewize.
18955
18956 * language/cyrillic.el: Remove eval-when-compile.
18957 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18958 translation table made from cyrillic-koi8-r-decode-table.
18959 (cyrillic-koi8-r-encode-table): Define it as a translation table
18960 made from the reverse map of above.
18961 (ccl-decode-koi8): Use translate-character.
18962 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18963 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18964 a translation table made from cyrillic-alternativnyj-decode-table.
18965 (cyrillic-alternativnyj-encode-table): Define it as a translation
18966 table made from the reverse map of above.
18967 (ccl-decode-alternativnyj): Use translate-character.
18968 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18969 Likewize
18970
18971 * international/mule-diag.el (non-iso-charset-alist): Specify
18972 translation table symbol instead of translation table itself.
18973 (list-block-of-chars): CHARSET may be a translation table symbol.
18974
18975 * international/mule.el (make-coding-system): If CODING-SYSTEM
18976 already exists, override it.
18977
18978 * international/fontset.el: Use family `proportional' for Tibetan
18979 fonts.
18980
18981 * international/ccl.el (ccl-compile-translate-character): Don't
18982 check if Rrr has property translation-table.
18983 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18984
18985 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18986
18987 * info.el: Bind case-fold-search to t when searching in case
18988 a user sets it to nil in a hook.
18989
18990 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18991
18992 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18993 * hl-line.el (hl-line-mode): Use the new :global key argument.
18994
18995 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18996 (tar-clip-time-string): Prepend a space.
18997 (tar-grind-file-mode): Construct a string rather than modifying one.
18998 (tar-header-block-summarize): Fix docstring.
18999 Use `format' rather than an error-prone set of copy-loops.
19000
19001 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19002 (diff-goto-source, diff-unified->context, diff-context->unified)
19003 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19004 understand the format output by the `-p' argument to diff.
19005
19006 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19007 (sh-re-done): Use defconst.
19008 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19009 (sh-help-string-for-variable, sh-guess-basic-offset):
19010 Don't quote lambdas.
19011 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19012 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19013
19014 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19015 (mh-letter-mode): Derive from text-mode.
19016 This implicitly means that it now calls kill-all-local-variables.
19017 Also remove the Emacs-18 compatibility code.
19018
19019 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19020 Make use of symbol-property doc-string-elt.
19021 Use memq rather than a sequence of eq.
19022 (doc-string-elt): Fix the wrong or missing previously unused values.
19023 (autoload-print-form): New function extracted from
19024 generate-file-autoloads to allow recursion when handling progn
19025 so that defvar's and defun's docstrings are properly printed.
19026 (generate-file-autoloads): Use it.
19027
19028 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19029 Use find-file-hooks in the minor-mode function.
19030 Be careful not to loop indefinitely in the post-command-hook function.
19031
19032 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19033
19034 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19035 tty's.
19036 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19037 differences whenever appropriate.
19038 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19039 * viper.el (find-file, find-file-other-window): Get viper to do
19040 wildcards.
19041
19042 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19043
19044 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19045 (jit-lock-fontify-buffer): New function for JIT refontification.
19046 (jit-lock-mode): Fix docstring.
19047 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19048 Remove jit-lock-after-change from the _local_ hook.
19049 (jit-lock-function-1): Fix docstring.
19050
19051 * info.el (Info-on-current-buffer): Initialize info.
19052
19053 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19054
19055 * progmodes/tcl.el (tcl-indent-for-comment):
19056 Ignore comment-indent-hook.
19057
19058 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19059 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19060 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19061 and improve to use the lighter to guess the capitalization.
19062 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19063 Add keyword arguments to specify global-ness or the custom group.
19064 Add local-map and help-echo properties to the lighter.
19065 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19066 (easy-mmode-define-global-mode): New macro.
19067
19068 2000-06-02 Dave Love <fx@gnu.org>
19069
19070 * wid-edit.el: byte-compile-dynamic since we typically don't use
19071 all the widgets. Don't require cl or widget. Remove
19072 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19073 (widget-read-event): Removed. Callers changed to use read-event.
19074 (widget-button-release-event-p): Renamed from
19075 button-release-event-p.
19076 (widget-field-add-space, widget-field-use-before-change):
19077 Uncustomize.
19078 (widget-specify-field): Use keymap property, not local-map.
19079 (widget-specify-button): Obey :suppress-face.
19080 (widget-specify-insert): Use modern backquote syntax.
19081 (widget-image-directory): Renamed from widget-glyph-directory.
19082 (widget-image-enable): Renamed from widget-glyph-enable.
19083 (widget-image-find): Replaces widget-glyph-find.
19084 (widget-button-pressed-face): Move defvar.
19085 (widget-image-insert): Replaces widget-glyph-insert.
19086 (widget-convert): Use keywordp.
19087 (widget-leave-text, widget-children-value-delete): Use mapc.
19088 (widget-keymap): Remove XEmacs stuff.
19089 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19090 (widget-button-click): Don't set point at the click, but re-centre
19091 if we scroll out of window. Rewritten for images v. glyphs &c.
19092 (widget-tabable-at): Use POS arg, not point.
19093 (widget-beginning-of-line, widget-end-of-line)
19094 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19095 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19096 (widget-default-create): Use widget-image-insert; some rewriting.
19097 (widget-visibility-value-create)
19098 (widget-push-button-value-create, widget-toggle-value-create): Use
19099 widget-image-insert.
19100 (checkbox): Create on and off images dynamically.
19101 (documentation-link): Change :help-echo.
19102 (widget-documentation-link-echo-help): Remove.
19103
19104 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19105
19106 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19107
19108 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19109 (easy-mmode-define-toggle, define-minor-mode): Use it.
19110 (easy-mmode-define-keymap): Docstring fix.
19111 (define-derived-mode): Default PARENT to fundamental-mode.
19112 Add the derived-mode-parent symbol-property.
19113 (easy-mmode-derived-mode-p): New function.
19114
19115 2000-06-02 Dave Love <fx@gnu.org>
19116
19117 * files.el (convert-standard-filename): Doc fix.
19118 (normal-backup-enable-predicate): New function.
19119 (backup-enable-predicate): Use it to replace the lambda form.
19120
19121 * calendar/todo-mode.el: [This needs more work on the outline
19122 stuff.] Doc fixes.
19123 (todo) <defgroup>: Add :version.
19124 (todo-add-category): Don't use pushnew.
19125 (todo-cmd-raise): Fix typo.
19126 (todo-top-priorities): Change temp buffer name.
19127 (todo-category-alist): Avoid redundant lambda.
19128 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19129 Use outline-next-heading.
19130
19131 * autoarg.el: Rewritten to use define-minor-mode.
19132 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19133 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19134
19135 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19136
19137 * isearch.el (isearch-other-meta-char): Fix previous change.
19138
19139 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19140
19141 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19142 (log-edit-done): Only add the comment to the ring if it's different
19143 from the last comment entered.
19144
19145 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19146
19147 2000-06-01 Dave Love <fx@gnu.org>
19148
19149 * hl-line.el: Rewritten using define-minor-mode.
19150
19151 * help.el (describe-function-1): Distinguish special form from
19152 builtin function. Sanity-check presence of arglist for builtins.
19153
19154 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19155
19156 * international/characters.el: Fix syntax/category setting of
19157 Tibetan characters.
19158
19159 * language/tibet-util.el (tibetan-add-components): Fixes for new
19160 encoding of Tibetan characters.
19161 (tibetan-decompose-precomposition-alist): New variable.
19162 (tibetan-decompose-region): Convert precomposed characters to
19163 non-precomposed characters.
19164 (tibetan-decompose-string): Likewise.
19165 (tibetan-composition-function): Fix args to
19166 thibetan-compose-string.
19167
19168 * language/tibetan.el (tibetan-composable-pattern): More
19169 characters included.
19170 (tibetan-consonant-transcription-alist): Rule for "R" added.
19171 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19172 "+R" added.
19173 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19174
19175 * language/lao-util.el (lao-composition-function): Fix args to
19176 compose-string.
19177
19178 * language/thai-util.el (thai-composition-function): Fix args to
19179 compose-string.
19180
19181 * isearch.el (isearch-update): Set disable-point-adjustment to t
19182 to prevent the point moving to the end of a composition when a
19183 part of a composition is searched.
19184 (isearch-other-meta-char): If the key invoking this command can be
19185 mapped by function-key-map to a printing char, call
19186 isearch-process-search-char directly.
19187
19188 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19189
19190 * emacs-lisp/bytecomp.el:
19191 * frame.el:
19192 * international/mule-cmds.el:
19193 * international/mule-util.el:
19194 * international/mule.el:
19195 * mouse.el:
19196 * subr.el:
19197 * faces.el: Update calls to make-obsolete with a WHEN argument.
19198
19199 * byte-run.el (make-obsolete, make-obsolete-variable):
19200 Add an optional WHEN argument and change the format of the
19201 symbol-property information.
19202 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19203 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19204 new obsolete-symbol-property format and print WHEN if it is provided.
19205
19206 2000-05-31 Dave Love <fx@gnu.org>
19207
19208 * loadhist.el (loadhist-hook-functions): Remove
19209 before-change-function, after-change-function.
19210 (unload-feature): Deal with symbols which are both bound and
19211 fbound.
19212
19213 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19214 before-change-function, after-change-function.
19215
19216 * simple.el (newline): Don't bind before-change-function,
19217 after-change-function.
19218
19219 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19220
19221 * whitespace.el (whitespace-rescan-timer-time): Update interval
19222 set to 600 seconds (10 minutes) instead of 60 seconds since
19223 a large number of whitespace buffers causes emacs to `freeze'
19224 for a considerable amount of time.
19225
19226 * whitespace.el: Updated email address
19227
19228 2000-05-31 Dave Love <fx@gnu.org>
19229
19230 * add-log.el (change-log-font-lock-keywords) <function>: Add
19231 pattern for function of change.
19232 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19233 acknowledgements patterns.
19234
19235 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19236
19237 * isearch.el (isearch-printing-char): If keyboard coding system is
19238 being used, call isearch-process-search-multibyte-characters.
19239
19240 * international/isearch-x.el: Mostly rewritten.
19241
19242 * international/quail.el (quail-start-conversion): Don't include
19243 unhandled events in the returned events, but set them in
19244 unread-command-events. Exit if all inputs are deleted.
19245
19246 2000-05-30 Jason Rumney <jasonr@gnu.org>
19247
19248 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19249
19250 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19251 Reenable code to create initial fontsets.
19252 Use set-fontset-font in place of put-charset-property.
19253
19254 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19255
19256 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19257 label, ensure that the first colon isn't followed by another.
19258
19259 * paths.el (Info-default-directory-list): Doc fix.
19260
19261 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19262 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19263 send a query containing USER only, not USER@HOST.
19264
19265 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19266 and rmail-msgend to compute the restriction at the end, instead of
19267 computing it.
19268
19269 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19270
19271 * dabbrev.el (dabbrev-expand): Don't display messages in the
19272 echo area if the minibuffer window is active.
19273
19274 * jit-lock.el (jit-lock-mode): Add after change function to
19275 local hook.
19276
19277 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19278
19279 * antlr-mode.el: New commands: hide/unhide actions,
19280 upcase/downcase literals.
19281 (antlr-tiny-action-length): New user option.
19282 (antlr-hide-actions): New command. Suggested by
19283 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19284 (antlr-mode-map): New binding [C-c C-v].
19285 (antlr-mode-menu): New entries.
19286 (antlr-downcase-literals): New command.
19287 (antlr-upcase-literals): Ditto.
19288
19289 * antlr-mode.el: Minor changes: indendation, mode-name.
19290 (antlr-indent-line): Indent cpp directive at column 0.
19291 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19292
19293 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19294 (antlr-font-lock-additional-keywords): Workaround for intentional
19295 bug in XEmacs version of font-lock.
19296 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19297 be used by a smarter version of `buffers-menu-grouping-function'.
19298
19299 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19300
19301 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19302 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19303
19304 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19305
19306 * international/encoded-kb.el
19307 (encoded-kbd-iso2022-designation-map): Pay attention to that
19308 charset-iso-final-char return -1 for eight-bit-control and
19309 eight-bit-graphic.
19310
19311 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19312
19313 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19314 (speedbar-easymenu-definition-base): Use display-graphic-p where
19315 available, instead of window-system.
19316
19317 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19318
19319 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19320 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19321 coding systems.
19322
19323 2000-05-26 Dave Love <fx@gnu.org>
19324
19325 * disp-table.el (standard-display-underline): Don't use
19326 internal-find-face.
19327
19328 * mail/reporter.el: Maintainer change. Doc fixes.
19329 (reporter-version): Deleted.
19330
19331 * emacs-lisp/elp.el: Maintainer change.
19332 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19333
19334 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19335
19336 * add-log.el (add-change-log-entry): Merge the current entry with the
19337 previous one if the previous one is empty.
19338
19339 2000-05-26 Dave Love <fx@gnu.org>
19340
19341 * loadhist.el (unload-feature): Fix interactive spec [from
19342 lijnzaad@ebi.ac.uk].
19343
19344 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19345 subr-arity to check primitives.
19346 (byte-compile-flush-pending, byte-compile-file-form-progn)
19347 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19348 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19349 mapcar.
19350
19351 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19352
19353 * international/fontset.el: Set family names of non-latin charsets
19354 in default fontset to "*".
19355
19356 * international/mule-diag.el (print-fontset): Combine family part
19357 and registry part of the fontname by "-*-" instead of "-".
19358
19359 * international/mule-cmds.el (encode-coding-char): Make strings
19360 multibyte before calling encode-coding-string.
19361
19362 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19363
19364 * derived.el: Fix keywords.
19365 (define-derived-mode): Only define if needed.
19366
19367 * simple.el (fill-comment, comment-column, comment-start)
19368 (comment-start-skip, comment-end, comment-indent-function)
19369 (block-comment-start, block-comment-end, indent-for-comment)
19370 (set-comment-column, kill-comment, comment-padding, comment-region)
19371 (comment-multi-line, indent-new-comment-line): Remove.
19372
19373 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19374 function names for comment operations.
19375
19376 * newcomment.el: Add abundant autoload cookies.
19377 (comment-style): Don't depend on runtime data at compile-time.
19378 (comment-indent-hook): Remove.
19379 (comment-indent): Check if comment-indent-hook is bound.
19380 (comment-region): Docstring fix.
19381
19382 2000-05-25 Dave Love <fx@gnu.org>
19383
19384 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19385 byte-code-function-p.
19386
19387 * mail/rmailsum.el: Add provide.
19388
19389 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19390
19391 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19392 defcustom.
19393
19394 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19395
19396 * ediff-diff.el (ediff-exec-process): delete --binary option from
19397 non-buffer ediff jobs.
19398
19399 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19400
19401 * hilit-chg.el (highlight-changes-mode): Ask about color or
19402 grayscale support, not about window-system.
19403
19404 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19405 window-system.
19406 (ffap-highlight): Always default to t.
19407
19408 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19409 display-popup-menus-p instead of looking at window-system.
19410
19411 * disp-table.el (standard-display-g1, standard-display-graphic):
19412 Only refuse to use string glyphs on X and MS-Windows.
19413
19414 * avoid.el: Remove window-system from commentary, suggest to use
19415 display-*-p instead.
19416
19417 * apropos.el (apropos-print): Use display-mouse-p instead of
19418 window-system.
19419
19420 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19421
19422 * international/codepage.el (cp-decoding-vector-for-codepage):
19423 Fill up unsupported characters with their own codes. From Kenichi
19424 Handa.
19425
19426 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19427
19428 * international/mule-diag.el (describe-char-after): Use
19429 display-graphic-p instead of window-system, so that this function
19430 works on MS-DOS.
19431
19432 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19433
19434 * international/codepage.el (cp-make-coding-systems-for-codepage):
19435 Remove the eight-bit-graphic and eight-bit-control charsets from
19436 the list of charsets which we convert into `?'.
19437
19438 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19439
19440 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19441 private charsets.
19442 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19443 japanese-jisx0213-2): New charsets.
19444
19445 * international/fontset.el: Setup default fontset for new charsets.
19446
19447 2000-05-24 Dave Love <fx@gnu.org>
19448
19449 * info.el (Info-find-node-2): Restructure [following "Vadim
19450 S. Solomin" <sovs@uic.nnov.ru>].
19451
19452 * icomplete.el: Fix header for Finder.
19453
19454 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19455
19456 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19457 STAY.
19458
19459 * rmail.el (rmail-automatic-folder-directives): New user variable.
19460 (rmail-show-message): Add call to `rmail-auto-file' during
19461 display.
19462 (rmail-auto-file): New function.
19463
19464 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19465
19466 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19467 account.
19468 (ediff-test-utility,ediff-diff-mandatory-option)
19469 (ediff-reset-diff-options): Utilities for proper initialization of
19470 ediff-diff-options and ediff-diff3-options on Windows.
19471
19472 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19473 variable.
19474
19475 * ediff-mult.el (ediff-filegroup-action): Use
19476 ediff-merge-filename-prefix.
19477
19478 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19479
19480 * viper-ex.el (ex-write): Set selective display to nil.
19481
19482 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19483
19484 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19485 aliases for hebrew-iso-8bit.
19486
19487 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19488
19489 * woman.el: New version from Francis J. Wright
19490 <F.J.Wright@Maths.QMW.ac.uk>.
19491 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19492 names in environment variables regardless of the path separator.
19493 (woman-topic-all-completions-1): Don't call file-name-directory-p
19494 on all files, since woman-file-regexp already filters out any
19495 directories.
19496
19497 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19498
19499 * international/quail.el (quail-start-translation): Don't change
19500 modified-p of the current buffer.
19501 (quail-start-conversion): Likewise.
19502
19503 * international/kkc.el (kkc-region): Don't change modified-p of
19504 the current buffer.
19505
19506 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19507 conform to RFC1468.
19508 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19509
19510 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19511
19512 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19513 (speedbar-insert-button): Invisible text property fix.
19514 (speedbar-directory-plus): Renamed from speedbar-directory-+
19515 (speedbar-directory-minus): Renamed from speedbar-directory--
19516 (speedbar-page-plus): Renamed from speedbar-file-+
19517 (speedbar-page-minus): Renamed from speedbar-file--
19518 (speedbar-page): Renamed from speedbar-file-
19519 (speedbar-tag): Renamed from speedbar-tag-
19520 (speedbar-tag-plus): Renamed from speedbar-tag-+
19521 (speedbar-tag-minus): Renamed from speedbar-tag--
19522 (speedbar-expand-image-button-alist): Use above renames.
19523
19524 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19525 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19526 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19527 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19528 * sb-pg.xpm: Renamed from sb-file.xpm
19529 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19530 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19531
19532 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19533
19534 * international/quail.el (quail-show-guidance-buf): Set
19535 current-input-method of the guidance buffer to the name of the
19536 curren input method.
19537
19538 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19539
19540 * progmodes/compile.el (compile-internal): Style typo.
19541
19542 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19543 quote vars and functions in the docstring.
19544
19545 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19546
19547 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19548 Don't quote lambdas.
19549
19550 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19551
19552 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19553
19554 * startup.el (command-line): Determine source file of compiled
19555 user init file differently. Warn if compiled user init file
19556 is older than its source file.
19557
19558 * ffap.el (ffap-url-regexp): Add `https'.
19559
19560 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19561
19562 * files.el (make-backup-file-name-1): Replace slashes with `!'
19563 rather than `|' (which is not allowed on Windows). Replace the
19564 drive letters with a string "drive_X".
19565
19566 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19567
19568 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19569
19570 * files.el (interpreter-mode-alist): Add `bash2'.
19571
19572 2000-05-22 Dave Love <fx@gnu.org>
19573
19574 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19575 mapc.
19576 (feature-file): Avoid calling symbol-name. Doc fix.
19577 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19578 (loadhist-hook-functions): Add mouse-position-function.
19579 (unload-feature): Change uses of mapcar.
19580
19581 * files.el (parse-colon-path): Doc fix.
19582 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19583 (set-auto-mode): Use mapc.
19584
19585 * complete.el (PC-look-for-include-file): Use :alnum: character
19586 class.
19587 (partial-completion-mode): Add autoload cookie.
19588
19589 2000-05-22 Sam Steingold <sds@gnu.org>
19590
19591 * info.el (Info-fontify-node): Fixed the call to
19592 `add-text-properties' (bug introduced on 2000-05-18).
19593
19594 2000-05-22 Dave Love <fx@gnu.org>
19595
19596 * bindings.el: Remove debug-ignored-errors set in other files.
19597
19598 * progmodes/etags.el: Add to debug-ignored-errors.
19599 (visit-tags-table-buffer): Clear out buffers holding old tables
19600 when making a new list.
19601 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19602 mapc.
19603
19604 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19605 quote keywords.
19606 (cmpl-string-case-type): Use character classes.
19607
19608 * comint.el:
19609 * textmodes/ispell.el:
19610 * imenu.el:
19611 * mail/mh-e.el:
19612 * progmodes/compile.el: Add to debug-ignored-errors.
19613
19614 * dabbrev.el: Add to debug-ignored-errors.
19615 (dabbrev-completion): Use mapc.
19616
19617 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19618
19619 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19620 (woman-mapcan, woman-parse-man.conf)
19621 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19622 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19623 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19624 path syntax better.
19625 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19626 (woman-manpath): Call woman-parse-man.conf.
19627 (woman-emulation): New defcustom, defaults to nroff.
19628 (woman-font-support): New defconst.
19629 (woman-use-symbol-font): New defcustom.
19630 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19631 "Emulation".
19632 Many functions: Doc fix.
19633
19634 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19635
19636 * international/quail.el (quail-simple-translation-keymap): Map
19637 128..255 to quail-self-insert-command.
19638 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19639
19640 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19641
19642 * help.el (help-manyarg-func-alist): Typo.
19643
19644 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19645 intervals which makes it heaps simpler.
19646
19647 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19648 the nested comment markers.
19649
19650 * subr.el (remove-hook): Don't turn the hook's value into a list.
19651
19652 2000-05-21 Dave Love <fx@gnu.org>
19653
19654 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19655 are invalid characters.
19656
19657 * international/mule-util.el (detect-coding-with-priority): Use
19658 mapc. Remove redundant lambda.
19659
19660 * international/mule-diag.el (list-non-iso-charset-chars)
19661 (describe-fontset): Remove redundant lambda.
19662
19663 * emulation/crisp.el (brief-mode): New alias.
19664
19665 * emacs-lisp/ring.el (ring-elements): New function.
19666
19667 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19668 (easy-menu-do-add-item): Use keywordp.
19669
19670 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19671
19672 * replace.el: Doc and error message fixes.
19673 (replace-highlight): Use facep, not internal-find-face.
19674
19675 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19676
19677 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19678
19679 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19680 (log-edit-insert-changelog): Drop `:' as well.
19681
19682 * log-view.el: Fix file description.
19683 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19684 available.
19685 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19686 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19687
19688 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19689 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19690 Print a status message if the toggle is called interactively.
19691 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19692 for global minor modes and use `defcustom' for them.
19693 Use add-minor-mode.
19694 (easy-mmode-define-derived-mode): Remove.
19695 (define-derived-mode): Fancier default docstring.
19696 (easy-mmode-define-navigation): Signal an error rather than (ding).
19697
19698 * newcomment.el (comment-styles): New `box-multi'.
19699 (comment-normalize-vars): Better default for comment-continue to
19700 avoid whitespace-only continuations.
19701 (comment-search-forward): Always move even in the no-syntax case.
19702 (comment-padright): Only obey N if it's only obeyed for padleft.
19703 (comment-make-extra-lines): Better handling of empty continuations.
19704 Use `=' for the filler if comment-start has only one character.
19705 (uncomment-region): Try handling the special `=' filler.
19706 (comment-region): Allow LINES even if MULTI is nil.
19707 (comment-box): Choose box style based on comment-style.
19708
19709 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19710
19711 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19712 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19713
19714 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19715
19716 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19717 and insert, not subst-char-in-region.
19718
19719 * international/mule-diag.el (list-character-sets-1): Handle
19720 charsets eight-bit-control and eight-bit-graphic.
19721 (list-iso-charset-chars): Likewise.
19722 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19723 charactes as is. Use indent-to to align characters.
19724
19725 * international/mule-cmds.el (find-multibyte-characters): Never
19726 exclude charsets eight-bit-control and eight-bit-graphic.
19727
19728 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19729
19730 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19731 Don't quote lambdas.
19732
19733 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19734
19735 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19736
19737 * gud.el (gud-jdb-directories): Doc fix.
19738
19739 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19740
19741 * newcomment.el: New file.
19742
19743 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19744
19745 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19746
19747 2000-05-18 Andreas Schwab <schwab@suse.de>
19748
19749 * dired.el (dired-between-files): Also skip lines beginning with
19750 `used'.
19751
19752 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19753
19754 * msb.el (msb-menu-cond): Add choice `user'.
19755
19756 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19757
19758 * ps-print.el: Compatibility, customization and doc fix.
19759 (ps-printer-name-option): Replace defconst by defvar.
19760 (ps-postscript-code-directory): XEmacs compatibility.
19761 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19762 fix.
19763 (ps-user-defined-prologue, ps-print-prologue-header)
19764 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19765 compatibility and code fix.
19766 (ps-print-background-image, ps-print-background-text):
19767 Customization fix.
19768 (ps-line-number-start, ps-n-up-on): New vars.
19769
19770 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19771
19772 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19773 the indent-comment function to just return the appropriate indent.
19774
19775 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19776
19777 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19778 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19779 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19780
19781 2000-05-18 Dave Love <fx@gnu.org>
19782
19783 * info.el (Info-fontify-node): Add intangible property as well as
19784 invisible.
19785
19786 * calendar/appt.el (appt-make-list): Match all lines of entry.
19787 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19788
19789 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19790
19791 * international/mule-diag.el (describe-char-after): Call
19792 internal-char-font, not char-font. If internal-char-font returns
19793 nil, display "-- none --".
19794
19795 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19796
19797 * image.el (image-type-available-p): Don't reference image-types
19798 if it isn't bound.
19799
19800 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19801
19802 * autoarg.el (autoarg-mode): Typo in the :set argument.
19803
19804 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19805
19806 * startup.el (command-line-1): Don't signal an error if the
19807 directory for auto-save-list files does not yet exist.
19808
19809 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19810
19811 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19812
19813 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19814
19815 * subr.el (remove-hook): `setq' hook-value, not `set'.
19816
19817 2000-05-16 Sam Steingold <sds@gnu.org>
19818
19819 * info.el (debug-ignored-errors): More errors to ignore.
19820
19821 2000-05-16 Dave Love <fx@gnu.org>
19822
19823 * cus-edit.el: Don't require cl or easymenu.
19824 (custom-variable-prompt): Test standard-value property, not
19825 user-variable-p.
19826
19827 2000-05-16 Sam Steingold <sds@gnu.org>
19828
19829 * subr.el (add-hook): `setq' hook-value, not `set'.
19830
19831 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19832
19833 * startup.el (command-line-1): Mention the FAQ in the startup
19834 message.
19835
19836 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19837
19838 * progmodes/compile.el (compilation-parse-errors): Collect
19839 `nomessage' regexps last.
19840
19841 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19842
19843 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19844 to the function name.
19845
19846 2000-05-15 Dave Love <fx@gnu.org>
19847
19848 * speedbar.el (speedbar-recenter): Typo.
19849 (speedbar-expand-line): Make arg optional.
19850 (speedbar-mode): Avoid a compiler warning.
19851
19852 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19853
19854 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19855 user-specified option string is empty.
19856
19857 * mouse.el (mouse-yank-at-click): Doc fix.
19858
19859 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19860
19861 * term/internal.el (IT-character-translations): More updates of
19862 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19863 documents.
19864
19865 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19866
19867 * env.el (getenv): New function, interactively callable.
19868 (setenv, getenv): Remove autoload cookies.
19869
19870 * loadup.el: Load `env'.
19871
19872 * progmodes/f90.el: Change author's mail address.
19873
19874 2000-05-14 Dave Love <fx@gnu.org>
19875
19876 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19877 goto-addr as an option.
19878
19879 * help.el (help-xref-stack): Doc fix.
19880 (help-xref-following): New variable.
19881 (help-make-xrefs): Use it.
19882 (help-xref-go-back): Use position information from stack element.
19883 (help-follow): Make position in stack element a pair. Use
19884 help-xref-following.
19885
19886 * autoarg.el: New file.
19887
19888 * faces.el: Declare more functions obsolete.
19889
19890 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19891 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19892 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19893 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19894 Remove all the setup-...-environment functions.
19895
19896 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19897
19898 * speedbar.el: Updated the commentary section. xemacs20p now uses
19899 >= when detecting. Require `defimage' safely.
19900 (speedbar-easymenu-definition-base): Add toggle for images.
19901 (speedbar-easymenu-definition-special): Add flush cache & expand.
19902 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19903 (speedbar-reconfigure-keymaps-hook): New variable.
19904 (speedbar-frame-parameters): Updated documentation.
19905 (speedbar-use-imenu-flag): Updated custom tag
19906 (speedbar-dynamic-tags-function-list): New variable.
19907 (speedbar-tag-hierarchy-method): Updated doc & custom.
19908 (speedbar-indentation-width, speedbar-indentation-width) New
19909 variables.
19910 (speedbar-hide-button-brackets-flag): Customizable.
19911 (speedbar-vc-indicator): Doc update.
19912 (speedbar-ignored-path-expressions): Updated default value.
19913 (speedbar-supported-extension-expressions): Updated default value.
19914 (speedbar-syntax-table): Remove {} paren status.
19915 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19916 as "+". Added overlay aliases.
19917 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19918 `force-mode-line-update'.
19919 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19920 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19921 `mouse-set-point'
19922 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19923 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19924 of arbitrary text, and new helper functions.
19925 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19926 filename finder.
19927 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19928 (speedbar-directory-buttons): Update path search/expansion.
19929 (speedbar-make-tag-line): Pay attention to
19930 `speedbar-indentation-width'. Use more care w/ invisible
19931 properties.
19932 (speedbar-change-expand-button-char): Call
19933 `speedbar-insert-image-button-maybe'.
19934 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19935 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19936 (speedbar-trim-words-tag-hierarchy)
19937 (speedbar-simple-group-tag-hierarchy): New functions
19938 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19939 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19940 functions.
19941 (speedbar-mouse-set-point): New function
19942 (speedbar-power-click): Updated documentation.
19943 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19944 of tag prefix text.
19945 (speedbar-expand-line, speedbar-contract-line): Make more robust
19946 to strange text.
19947 (speedbar-expand-line): Takes universal argument to flush the
19948 cache.
19949 (speedbar-flush-expand-line): New function.
19950 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19951 Use new generator insertion method.
19952 (speedbar-fetch-dynamic-tags): New function.
19953 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19954 `speedbar-fetch-dynamic-imenu'.
19955 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19956 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19957 "Revert Buffer" menu items.
19958 (speedbar-buffer-buttons-engine): Be smarter when creating a
19959 filename tag (for expansion purposes.).
19960 (speedbar-highlight-one-tag-line,
19961 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19962 (speedbar-recenter): New functions.
19963 (defimage-speedbar): Image loading abstraction.
19964 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19965 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19966 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19967 (speedbar-tag-type, speedbar-tag-mail): New images.
19968 (speedbar-expand-image-button-alist): New variable.
19969 (speedbar-insert-image-button-maybe): Insert an image over some
19970 buttons.
19971
19972 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19973
19974 * international/mule-cmds.el (encode-coding-char): An ASCII
19975 character is always encodable.
19976
19977 * international/mule-conf.el: Add more information in descriptions
19978 of character sets.
19979
19980 * international/mule-diag.el (describe-char-after): New function.
19981 (describe-font-internal): Adjusted for the change of font-info.
19982 (describe-font): Likewise.
19983 (print-fontset): Rewritten for the new fontset implementation.
19984 (describe-fontset): Include fontset alias names in completion.
19985 (list-fontsets): Adjusted for the change of print-fontset.
19986
19987 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19988 describe-char-after instead of displaying the detail in the echo
19989 area.
19990 (syntax-code-table): Format changed.
19991 (string-to-syntax): Adjusted for the above change.
19992
19993 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19994
19995 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19996
19997 2000-05-12 Dave Love <fx@gnu.org>
19998
19999 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20000 dependence. Use line-{beginning,end}-position, not
20001 point-at{b,e}ol. Some doc fixes.
20002 (todo-position): New function. Fix callers of position to use it.
20003 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20004
20005 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20006
20007 * time.el (display-time-mail-icon): Use `:ascent center'.
20008
20009 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20010 handling FTP security extensions.
20011
20012 2000-05-11 Dave Love <fx@gnu.org>
20013
20014 * calendar/todo-mode.el: New file.
20015
20016 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20017
20018 * comint.el (comint-read-input-ring): Move reference to
20019 comint-input-ring-size outside of the save-excursion. It was
20020 causing the default value to be the only one ever seen.
20021
20022 * font-lock.el: Update copyright. Remove Simon Marshall's email
20023 address on request from him.
20024
20025 * subr.el (substitute-key-definition): Add comment describing
20026 the meaning of PREFIX.
20027
20028 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20029
20030 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20031
20032 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20033 (add-minor-mode): Don't make the variable buffer-local and add a
20034 reference to define-minor-mode in the docstring.
20035
20036 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20037 HEADER/FOOTER and fix bug with trailing empty directory.
20038 (cvs-append-to-ignore): Use vc-editable-p if available.
20039 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20040 (vc-do-command): Tweak advice to handle the new VC.
20041
20042 * log-view.el (log-view-goto-rev): New function for the new VC.
20043 (log-view-minor-wrap): Use mark-active.
20044
20045 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20046 (log-edit-changelog-full-paragraphs): New var.
20047 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20048 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20049 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20050 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20051 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20052 Replace the `cvs' prefix with `log-edit'.
20053
20054 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20055
20056 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20057 (diff-font-lock-defaults): Explicitly turn off multiline.
20058 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20059 (diff-ediff-patch): Fix call to ediff-patch-file.
20060 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20061 Handle comments.
20062
20063 * frame.el (automatic-hscrolling): Typo.
20064
20065 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20066
20067 2000-05-09 Sam Steingold <sds@goems.com>
20068
20069 * apropos.el (apropos-print): use `describe-face' instead of
20070 `customize-face-other-window'.
20071
20072 2000-05-09 Dave Love <fx@gnu.org>
20073
20074 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20075
20076 * help.el (describe-variable): Have customize button pop the
20077 help-xref stack when invoked.
20078 (help-xref-symbol-regexp): Add `face'.
20079 (help-make-xrefs): Check for quoted face names and adapt regexp
20080 submatch numbers to cope.
20081 (help-xref-interned): Maybe insert face doc too. Separate
20082 sections with a line of hyphens.
20083
20084 * faces.el: Some doc fixes. Declare some functions obsolete.
20085 (describe-face): Add customize button. Return the help
20086 text. Fix prompt.
20087
20088 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20089
20090 * term/internal.el (IT-character-translations): Fix last change.
20091
20092 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20093
20094 * woman.el: New file
20095 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20096
20097 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20098
20099 * term/internal.el (IT-character-translations): Update ASCII
20100 simulations for greek-iso8859-7, add latin-iso8859-14 and
20101 latin-iso8859-15.
20102
20103 * international/mule-cmds.el (set-language-info-alist): Call
20104 define-prefix-command with 3 arguments, to make the map suitable
20105 for a menu.
20106
20107 2000-05-07 Dave Love <fx@gnu.org>
20108
20109 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20110
20111 2000-05-05 Dave Love <fx@gnu.org>
20112
20113 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20114 list in doc string. Don't quote keyword symbols.
20115 * emacs-lisp/cl.el: Likewise
20116 * emacs-lisp/cl-seq.el: Likewise
20117
20118 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20119
20120 * abbrev.el (abbrev-mode): Make ARG optional.
20121
20122 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20123
20124 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20125
20126 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20127
20128 * subr.el (substitute-key-definition): Clarify documentation.
20129
20130 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20131
20132 * glasses.el (glasses-convert-to-unreadable): Use
20133 `glasses-separator' instead of the hard-wired "_".
20134 (glasses-mode): Call `glasses-make-unreadable' only in a single
20135 place.
20136
20137 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20138
20139 * term/internal.el (cjk-codepages-alist): Add associations for
20140 Chinese and Korean codepages. Remove FIXME comment.
20141
20142 2000-05-03 Dave Love <fx@gnu.org>
20143
20144 * time.el (display-time-mail-face, display-time-use-mail-icon):
20145 New option.
20146 (display-time-mail-icon): New variable.
20147 (display-time-string-forms): Use the above. Fix the local-map.
20148
20149 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20150
20151 * replace.el (query-replace-map): Add binding for `E'.
20152 (query-replace-help): Extend help text.
20153 (perform-replace): Allow editing the replacement string.
20154
20155 * make-mode.el (makefile-mode-abbrev-table): New variable.
20156 (makefile-mode): Set local abbrev table to
20157 makefile-mode-abbrev-table.
20158 (makefile-font-lock-keywords): Fontify includes and conditionals.
20159
20160 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20161 set TOGGLE's value.
20162
20163 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20164 mail-interactive-insert-alias.
20165 (mail-abbrev-complete-alias): New command.
20166 (mail-mode-map): Bind it to `M-TAB'.
20167
20168 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20169
20170 * language/lao-util.el (lao-compose-region): New function.
20171
20172 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20173
20174 * files.el (recover-session): Make directories as necessary
20175 if they don't exist yet.
20176
20177 * calendar/cal-french.el
20178 (french-calendar-multibyte-special-days-array)
20179 (french-calendar-special-days-array): Change French text.
20180 (calendar-french-date-string): Change output.
20181 (calendar-goto-french-date): Likewise.
20182
20183 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20184
20185 * wid-edit.el (widget-default-active): Obey `:always-active'.
20186 (widget-documentation-string-value-create): Set `:always-active'.
20187
20188 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20189
20190 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20191 default prefix to `~/_emacs.d/auto-save.list/_s'.
20192 (normal-top-level): Create the directory for auto-save files, if
20193 it doesn't already exist (in the ms-dos case only).
20194
20195 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20196
20197 * international/mule-cmds.el (set-language-environment): Don't
20198 concat an integer (dos-codepage), use format instead.
20199
20200 2000-05-02 Dave Love <fx@gnu.org>
20201
20202 * help.el (help-xref-on-pp): Check for constant symbols.
20203
20204 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20205
20206 * startup.el (normal-top-level): Put a condition-case around
20207 the code loading subdirs.el.
20208
20209 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20210
20211 * ps-print.el: Upside-down and face background color printing,
20212 line number step, doc fix.
20213 (ps-print-version): New version number (5.2).
20214 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20215 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20216 (ps-spool-config): Var fix.
20217 (ps-printer-name-option): Const fix.
20218 (ps-print-upside-down, ps-use-face-background)
20219 (ps-line-number-step): New vars.
20220 (ps-window-system, ps-lp-system): New consts.
20221 (ps-face-background): New fun.
20222
20223 2000-04-28 Richard Stallman <rms@gnu.org>
20224
20225 * files.el (make-auto-save-file-name):
20226 Apply auto-save-file-name-transforms to visited file name
20227 before generating auto save file name.
20228 (auto-save-file-name-transforms): New variable.
20229
20230 * files.el (backup-enable-predicate):
20231 Correctly test for a file under a temporary directory.
20232
20233 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20234
20235 * subr.el (add-minor-mode): Rewritten.
20236
20237 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20238
20239 * mail/sendmail.el (sendmail-send-it): Set
20240 buffer-file-coding-system to the selected coding system for MIME
20241 header.
20242
20243 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20244
20245 * dired.el (dired-move-to-filename-regexp): Allow format where
20246 YYYY is followed by two spaces.
20247
20248 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20249 in the second character class of the regexp.
20250
20251 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20252 mh-etc, too.
20253
20254 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20255 nil.
20256
20257 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20258
20259 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20260 argument.
20261
20262 2000-04-27 Sen Nagata <sen@eccosys.com>
20263
20264 * emacs-lisp/crm.el (crm-completion-table): New variable.
20265 (crm-collection-fn, crm-test-completion)
20266 (completing-read-multiple): Use it.
20267
20268 2000-04-27 Dave Love <fx@gnu.org>
20269
20270 * help.el (locate-library): Use mapc.
20271 (help-manyarg-func-alist): Add call-process-region.
20272
20273 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20274
20275 * subr.el (add-minor-mode): Make argument MAP optional.
20276
20277 * desktop.el (desktop-save): Save list of minor modes.
20278 (desktop-create-buffer): Restore minor modes.
20279 (desktop-minor-mode-table): New user-option.
20280
20281 * subr.el (add-minor-mode): New function.
20282
20283 * image.el (find-image): New function.
20284 (defimage): Rewritten to find image at load time.
20285
20286 * startup.el (normal-top-level-add-to-load-path): Handle
20287 case that the default directory is not in load-path.
20288
20289 * help.el: Old patch from Stefan Monnier.
20290 (help-xref-on-pp): New function.
20291 (describe-variable): Use it to display xrefs in a symbol's value.
20292
20293 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20294
20295 * cus-edit.el (custom-face): Fix parenthesis.
20296
20297 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20298
20299 * mail/rmail.el (rmail-expunge): When there are no deleted
20300 messages, do nothing.
20301
20302 2000-04-26 Dave Love <fx@gnu.org>
20303
20304 * international/mule-cmds.el (locale-translation-file-name):
20305 Defvar to nil.
20306 (set-locale-environment): Set it here (at runtime).
20307
20308 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20309
20310 * replace.el (perform-replace): Add parameters START and END. Use
20311 them instead of the check for a region in Transient Mark mode.
20312 (query-replace-read-args): Return two more list elements for the
20313 start and end of the region in Transient Mark mode.
20314 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20315 (map-query-replace-regexp, replace-string, replace-regexp): Add
20316 optional last arguments START and END and pass them to
20317 perform-replace.
20318
20319 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20320 form with additional arguments for perform-replace.
20321
20322 * progmodes/etags.el (tags-query-replace): Add parameters START
20323 and END. Construct a form with additional arguments for
20324 perform-replace.
20325
20326 * simple.el (shell-command): Set default directory for "*Shell
20327 Command Output" buffer.
20328
20329 * language/european.el (iso-latin-4): Fix typo.
20330
20331 * emacs-lisp/crm.el: New file.
20332
20333 2000-04-24 Dave Love <fx@gnu.org>
20334
20335 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20336 (Custom-reset-saved, Custom-reset-standard)
20337 (custom-group-value-create, custom-group-set, custom-group-save)
20338 (custom-group-reset-current, custom-group-reset-saved)
20339 (custom-group-reset-standard): Use mapc.
20340 (custom-buffer-create-internal): Disable undo when creating items.
20341 Use mapc.
20342 (custom-face): Avoid redundant lambda.
20343
20344 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20345
20346 * startup.el (auto-save-list-file-prefix): Set default to
20347 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20348
20349 2000-04-24 Sam Steingold <sds@gnu.org>
20350
20351 * time-stamp.el (time-stamp-string-preprocess): Always convert
20352 `field-result' to a string.
20353
20354 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20355
20356 * frame.el (scrolling): New group.
20357 (automatic-hscrolling): New user-option.
20358
20359 * startup.el (command-line-x-option-alist): Add `-lsp' and
20360 `--line-spacing'.
20361
20362 2000-04-19 Dave Love <fx@gnu.org>
20363
20364 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20365 (cl-mapc): Rename from mapc. Fix the funcall.
20366
20367 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20368
20369 * simple.el (clone-indirect-buffer-other-window): New command.
20370 (clone-indirect-buffer): Add optional arg NORECROD.
20371 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20372
20373 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20374
20375 * window.el (count-screen-lines): New function.
20376 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20377 instead of window-buffer-height.
20378
20379 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20380 non-existing variable comint-input-sentinel.
20381 (inferior-lisp-args-to-list): Removed.
20382 (inferior-lisp): Use split-string instead of
20383 inferior-lisp-args-to-list.
20384
20385 * hexl.el (hexl-insert-hex-string): New command.
20386
20387 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20388 instead of concat.
20389
20390 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20391
20392 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20393 at the start of an existing but empty folder.
20394
20395 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20396
20397 * ps-mule.el: Customization fix, doc fix.
20398 (ps-multibyte-buffer): Customization fix.
20399
20400 2000-04-17 Richard M. Stallman <rms@gnu.org>
20401
20402 * subr.el (read-passwd): Use read-char-exclusive.
20403
20404 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20405
20406 * textmodes/texinfo.el (texinfo-insert-@email)
20407 (texinfo-insert-@emph, texinfo-insert-@quotation)
20408 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20409 (texinfo-mode-map): Add key bindings for them.
20410
20411 * files.el (basic-save-buffer-2): Use a template with `$'
20412 instead of `#' for VMS.
20413
20414 * simple.el (clone-indirect-buffer): New function.
20415
20416 2000-04-16 Stephen Eglen <stephen@gnu.org>
20417
20418 * iswitchb.el (iswitchb-case): New function. If the user input
20419 contains any upper-case characters, the search is made
20420 case-sensitive.
20421
20422 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20423
20424 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20425 comment-end.
20426 (texinfo-font-lock-syntactic-keywords): New var.
20427 (texinfo-font-lock-keywords): Remove comment regexp.
20428 (texinfo-insert-block): New function.
20429 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20430 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20431 and font-lock-defaults. Use regexp-opt for outline-regexp.
20432 (texinfo-environments): New var.
20433 (texinfo-environment-regexp): Use regexp-opt and
20434 texinfo-environments.
20435
20436 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20437 ispell-process is bound since this might be eval'd before ispell
20438 is loaded.
20439 (ispell-message): Use a tiny bit less magic and a bit more hard
20440 data to figure out what kind of sc-cite-regexp to use.
20441
20442 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20443
20444 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20445 (insert-cyclic-diary-entry): Unquote the lambda.
20446
20447 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20448
20449 * files.el (backup-enable-predicate): Unquote the lambda.
20450
20451 * cus-edit.el (custom-face, face): Unquote the lambda.
20452
20453 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20454
20455 * ps-print.el: Check for line-beginning-position definition.
20456
20457 * ps-print.el: Fix counting lines in a region.
20458 (ps-print-version): New version number (5.1.5).
20459 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20460 (ps-printing-region): Fun code fix.
20461
20462 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20463
20464 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20465 to file-directory-p.
20466
20467 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20468
20469 * gud.el (gud-jdb-build-source-files-list): Check that directory
20470 exists before calling directory-files.
20471
20472 2000-04-13 Dave Love <fx@gnu.org>
20473
20474 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20475 syntax.
20476
20477 * emacs-lisp/cl-specs.el: Remove when, unless.
20478
20479 * emacs-lisp/cl-extra.el: Don't quote keywords.
20480 (cl-old-mapc): New variable.
20481 (mapc): Use it.
20482 (cl-map-intervals): Use with-current-buffer. Don't check for
20483 next-property-change.
20484 (cl-map-overlays): Use with-current-buffer.
20485 (cl-expt): Remove.
20486 (copy-tree, remprop): Define unconditionally.
20487
20488 * emacs-lisp/cl-compat.el (keywordp): Remove.
20489
20490 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20491 to use keywordp.
20492 (edebug-spec): Enable keywordp.
20493
20494 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20495 string-lessp.
20496
20497 * cus-start.el: Use keywordp.
20498
20499 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20500
20501 * diary-lib.el (include-other-diary-files): Fix the fix of
20502 2000-02-18 by doing a save-excursion.
20503
20504 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20505
20506 * ps-print.el: Customization fix, doc fix.
20507 (ps-print-version): New version number (5.1.4).
20508 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20509 (ps-print-preprint): Adjust code.
20510 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20511 (ps-print-prologue-header, ps-print-control-characters)
20512 (ps-spool-config): Customization fix.
20513
20514 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20515
20516 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20517 converted to the new menu-item format, names silightly changed,
20518 help strings added.
20519
20520 Support for spelling without async subprocesses:
20521
20522 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20523 (ispell-session-buffer): New variables.
20524 (ispell-start-process, ispell-process-status,
20525 ispell-accept-output, ispell-send-string): New functions, for
20526 Ispell invocation when async subprocesses aren't supported.
20527 (ispell-word, ispell-pdict-save, ispell-command-loop,
20528 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20529 to process-send-string with calls to ispell-send-string, and
20530 accept-process-output with ispell-accept-output.
20531 (ispell-init-process): Call ispell-process-status instead of
20532 process-status with.
20533 (ispell-init-process): Call ispell-start-process. Call
20534 ispell-accept-output and ispell-send-string. Don't call
20535 process-kill-without-query and kill-process if they are unbound.
20536 (ispell-async-processp): New function.
20537
20538 2000-04-12 Dave Love <fx@gnu.org>
20539
20540 * info.el: Add debug-ignored-errors.
20541 (Info-mode-menu): Add some items.
20542 (Info-directory): Add autoload cookie.
20543
20544 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20545 Modify `truncate-lines'. Make `describe-language-environment'
20546 always visible and add help. Modify `describe-key' help. Invoke
20547 Info-directory from `info'. New entry `emacs-manual'.
20548
20549 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20550
20551 * progmodes/ebrowse.el (ebrowse-tree-mode):
20552 Use propertized-buffer-identification.
20553 (ebrowse-update-member-buffer-mode-line): Likewise.
20554 (ebrowse--mode-strings): Removed.
20555 (ebrowse--mode-line-props): Removed.
20556
20557 * files.el (auto-mode-alist): Add `EBROWSE'.
20558
20559 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20560 space before testing for end of buffer.
20561 (ebrowse-load): Removed.
20562 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20563 (ebrowse-create-tree-buffer): Rewritten.
20564 (ebrowse-tree-mode): Read tree from buffer.
20565
20566 * progmodes/ebrowse-ffh.el: Removed.
20567
20568 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20569
20570 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20571
20572 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20573
20574 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20575 at the wrong place.
20576
20577 2000-04-09 Dave Love <fx@gnu.org>
20578
20579 * files.el (backup-enable-predicate):
20580 Use temporary-file-directory, small-temporary-file-directory.
20581 (make-backup-file-name-function, backup-directory-alist): New vars.
20582 (make-backup-file-name-1): New function.
20583 (make-backup-file-name): Use it.
20584 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20585 (file-newest-backup): Use make-backup-file-name.
20586
20587 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20588
20589 * progmodes/ebrowse-ffh.el: New file.
20590
20591 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20592 Moved to ebrowse-ffh.el.
20593 (ebrowse-load): Add autoload.
20594
20595 * finder.el (finder-commentary): Add autoload cookie.
20596
20597 * mail/rfc2368.el: Correct author's email address.
20598
20599 * progmodes/ebrowse.el: New file.
20600
20601 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20602 item help string.
20603 (easy-menu-do-add-item): Ditto.
20604 (easy-menu-define): Extend doc string.
20605
20606 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20607 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20608 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20609 with-buffer-unmodified.
20610
20611 2000-04-08 Dave Love <fx@gnu.org>
20612
20613 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20614 unless, when.
20615
20616 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20617
20618 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20619 (viper-flash-search-pattern): No operation when using Emacs
20620 doesn't support face.
20621 Use `viper-put-on-search-overlay'.
20622
20623 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20624
20625 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20626 like C-r.
20627
20628 * progmodes/make-mode.el: Some doc fixes.
20629 (makefile-mode-abbrev-table): New variable.
20630 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20631 (makefile-font-lock-keywords): Fontify includes and conditionals.
20632 (toplevel): Require `dabbrev' and `add-log' when compiling.
20633
20634 * replace.el (perform-replace): Don't move forward one char
20635 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20636 to do that because it leaves point 1 position after the last
20637 replacement, after everything has been replaced.
20638
20639 * jit-lock.el (with-buffer-unmodified): New macro.
20640 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20641 modified state.
20642 (jit-lock-function-1): Extracted from jit-lock-function; not
20643 preserving buffer's modified state.
20644 (jit-lock-function, jit-lock-stealth-fontify):
20645 Call jit-lock-function-1.
20646
20647 * mail/rfc2368.el: Remove supernumerary copyright line.
20648
20649 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20650
20651 * glasses.el: Provide facilities for inserting space before left
20652 parentheses and uncapitalization of identifiers.
20653 (glasses-mode): Try to remove old overlays in all cases.
20654
20655 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20656
20657 * progmodes/compile.el (compile-internal): Display the compilation
20658 buffer in a different frame, if it's already displayed there.
20659
20660 * mail/rfc2368.el: New file.
20661
20662 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20663 header and insert its value as mail body.
20664
20665 * subr.el (member-ignore-case): New function.
20666
20667 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20668 (dabbrev--find-expansion): Ignore buffers matching a regexp
20669 from dabbrev-ignored-regexps.
20670
20671 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20672 to extensions handled by gzip.
20673
20674 2000-04-03 Richard M. Stallman <rms@gnu.org>
20675
20676 * files.el (insert-directory): List the total free space
20677 along with the used space.
20678
20679 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20680 line is followed by one that matches CITATION-REGEXP, end the
20681 paragraph.
20682
20683 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20684
20685 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20686 (rmail-make-basic-summary-line): Use that option.
20687
20688 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20689
20690 * international/mule-cmds.el (encoded-string-description):
20691 Rewritten. Try pretty description for ISO 2022 escape sequences
20692 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20693 for hexadecimal format.
20694
20695 2000-04-01 Dave Love <fx@gnu.org>
20696
20697 * cpp.el: Change customization group to `c' from `C'.
20698
20699 * vcursor.el (vcursor-move): Use display-color-p.
20700
20701 * international/mule-util.el: Provide mule-utils.
20702 (string-to-sequence): Simplify and speed up.
20703
20704 * international/mule.el (make-coding-system): Purecopy doc-string.
20705
20706 * international/mule-cmds.el: Various menu changes.
20707 (describe-specified-language-support): Handle `Default'.
20708 (set-language-info): Purecopy `info'.
20709
20710 2000-03-31 Andrew Innes <andrewi@gnu.org>
20711
20712 * vc.el (vc-backend-diff): Return the correct status if we had to
20713 retry the rcsdiff command without the --brief option.
20714
20715 2000-03-31 Dave Love <fx@gnu.org>
20716
20717 * help.el (help-manyarg-func-alist): Correct several omissions.
20718
20719 * add-log.el: Don't require cl, fortran.
20720 (add-log-current-defun-function): Doc fix.
20721 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20722 (change-log-version-rcs): Function deleted.
20723 (change-log-version-number-search): Doc fix.
20724 Use vc-workfile-version. Avoid CL dolist.
20725 (add-change-log-entry): Just call add-log-current-defun to get
20726 defun. Simplify somewhat.
20727 (change-log-get-method-definition-1): Likewise.
20728 (add-log-current-defun): Return nil if calling
20729 add-log-current-defun-function does so. Move Fortran stuff to
20730 fortran.el. Return string without properties.
20731
20732 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20733 and :alpha: char classes.
20734
20735 * mail/supercite.el: Defvar curline when compiling.
20736 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20737 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20738 rather than a-zA-Z0-9 to allow non-ASCII characters.
20739
20740 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20741
20742 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20743
20744 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20745 Re-enable new code.
20746
20747 * lpr.el (print-region-1): Use -d to specify printer name for
20748 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20749
20750 2000-03-31 Dave Love <fx@gnu.org>
20751
20752 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20753 Look for function definition in symbol's function value slot first
20754 instead of first consulting byte-compile-function-environment.
20755
20756 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20757
20758 * language/european.el ("Polish"): New language environment.
20759 (setup-polish-environment): New function.
20760
20761 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20762
20763 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20764 Disable new code.
20765
20766 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20767 trying to `load' the symbol of an autoload instead of the file
20768 recorded in the autoload. Fix error messages.
20769
20770 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20771
20772 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20773 (ps-print-version): New version number (5.1.3).
20774 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20775 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20776 (ps-generate-postscript-with-faces): Code fix.
20777 (ps-color-values): XEmacs compatibility.
20778 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20779 (ps-default-fg, ps-default-bg): Adjust customization.
20780 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20781 (ps-color-scale): Renaming old ps-color-value fun.
20782 (ps-print-headers): Replace ps-print-header group to avoid conflict
20783 with ps-print-header variable.
20784 (ps-print-miscellany): New group.
20785 (ps-format-color, ps-rgb-color): New funs.
20786 (ps-default-foreground): New var.
20787 (ps-printer-name-option): New const.
20788
20789 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20790
20791 * net/net-utils.el:
20792 (network-connection-host, network-connection-service): New variables
20793 (network-connection-mode): New mode, derived from comint-mode
20794 (network-connection-mode-setup): New function, saves host and
20795 service information in local variables.
20796
20797 * lisp/locate.el:
20798 (locate-word-at-point): Added this function
20799 (locate): Default to using locate-word-at-point as input
20800 Run dired-mode-hook
20801
20802 2000-03-29 Dave Love <fx@gnu.org>
20803
20804 * calendar/appt.el: Doc fixes.
20805 (appt-check): Convert min-to-app to a string before passing to
20806 appt-disp-window-function or concat.
20807 (appt-delete-window): Remove test for frame-root-window.
20808 (appt-select-lowest-window, appt-convert-time): Simplify.
20809
20810 * emacs-lisp/bytecomp.el: Doc fixes.
20811 (byte-compile-file-form-autoload):
20812 Update byte-compile-function-environment.
20813
20814 2000-03-29 Andreas Schwab <schwab@suse.de>
20815
20816 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20817
20818 * dired.el (dired-insert-directory): If dired-free-space-program
20819 failed just delete its output.
20820
20821 2000-03-29 Dave Love <fx@gnu.org>
20822
20823 * international/iso-cvt.el: Move provide to end. Doc fixes.
20824 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20825 (iso-iso2sgml, iso-sgml2iso): New functions.
20826 (iso-cvt-define-menu): Fix some entries and use backquote for
20827 clarity.
20828
20829 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20830
20831 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20832
20833 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20834 ISO-DATE. If non-nil, return date in ISO 8601 format.
20835
20836 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20837
20838 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20839 if it ever becomes used.
20840 (log-edit-mode-hook): Default to vc-log-mode-hook.
20841 (log-edit-mode): Fix the docstring.
20842
20843 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20844 the code.
20845
20846 2000-03-26 Dave Love <fx@gnu.org>
20847
20848 * net/browse-url.el (browse-url): Re-fix case of
20849 browse-url-browser-function being an alist.
20850 (browse-url): Add :link to defgroup.
20851
20852 * files.el: Doc fixes.
20853 (file-truename): Include `[' in wildcard characters.
20854 (automount-dir-prefix): Customize.
20855 (find-file-wildcards): Add :version.
20856 (find-file-noselect): Simplify a mapcar call.
20857
20858 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20859 compatible with inf-lisp version.
20860 (eval-defun-1): Fix custom-declare-variable case.
20861
20862 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20863
20864 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20865
20866 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20867
20868 * Makefile (COMPILE_FIRST): New macro.
20869 (compile-files): Compile files from COMPILE_FIRST first.
20870
20871 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20872
20873 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20874 matching open parenthesis in column 0 to defun-prompt-regexp
20875 only if open-paren-in-column-0-is-defun-start is set.
20876
20877 * sun-curs.el: Require CL at compile-time only.
20878
20879 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20880 instead of copy-list which is a function from CL.
20881 (msb--choose-menu, msb--mode-menu-cond)
20882 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20883 (msb--init-file-alist): Use mapcar instead of mapcan.
20884 (msb--aggregate-alist): Use mapcar instead of mapcan.
20885 Fix `(' in column 0 in doc string.
20886 (msb--add-separators): Use mapcar instead of mapcan.
20887
20888 * cus-dep.el: Require CL at compile-time only.
20889
20890 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20891
20892 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20893 (byte-compile-warnings): New warning `noruntime'.
20894 (byte-compile-constants, byte-compile-variables): Fix docstring.
20895 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20896 execute `eval-whenc-compile's body.
20897 (byte-compile-unresolved-functions): Fix docstring.
20898 (byte-compile-eval): New function.
20899 (byte-compile-callargs-warn): Check if the function will be available
20900 at runtime (via property `byte-compile-noruntime').
20901 (byte-compile-print-syms): New function.
20902 (byte-compile-warn-about-unresolved-functions): Also warn about
20903 `noruntime' functions (and use `byte-compile-print-syms').
20904 (byte-compile-file): Capitalize the message.
20905
20906 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20907
20908 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20909 (rmail-expunge): Ask for confirmation depending on the setting
20910 of rmail-confirm-expunge.
20911
20912 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20913
20914 * Makefile (bootstrap-clean): If $(emacs) exists, build
20915 loaddefs.el first. A loaddefs.el that's not up-to-date might
20916 cause a bootstrap failure because things don't autoload as expected.
20917
20918 2000-03-23 Dave Love <fx@gnu.org>
20919
20920 * net/browse-url.el: Restore previous use of
20921 browse-url-maybe-new-window.
20922
20923 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20924
20925 * ps-print.el: Skip banner page fix.
20926 (ps-print-version): New version number (5.1.2).
20927 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20928
20929 2000-03-23 Dave Pearson <davep@davep.org>
20930
20931 * net/quickurl.el Changed the type of parameter passed to the
20932 function defined by `quickurl-format-function'. Before only the
20933 text of the URL was passed. Now the whole URL structure is passed
20934 and the function is responsible for extracting the parts it requires.
20935 Changed the default of `quickurl-format-function' accordingly.
20936 (quickurl-insert): Changed the `funcall' of
20937 `quickurl-format-function' to match the above change.
20938 (quickurl-list-insert): Changed the `url' case so that it makes
20939 use of `quickurl-format-function', previous to this the format was
20940 hard wired.
20941
20942 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20943
20944 * startup.el: Change some spellings for the X Window System.
20945
20946 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20947
20948 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20949 Clean up the code and the regexp and make sure the cursor is
20950 temporarily moved to the suspicious line while querying the user.
20951
20952 2000-03-22 Jason Rumney <jasonr@gnu.org>
20953
20954 * w32-fns.el (w32-charset-info-alist): Initialize.
20955
20956 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20957
20958 * ps-print.el: N-up last page fix.
20959 (ps-print-version): New version number (5.1.1).
20960 (ps-end-file, ps-end-job, ps-generate): Code fix.
20961
20962 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20963
20964 * files.el (find-file-run-dired): Update docstring.
20965 (find-directory-functions): New hook.
20966 (find-file-noselect): Run find-directory-functions rather than
20967 calling dired directly.
20968
20969 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20970
20971 * pcvs.el: Add a minimal leading commentary.
20972 (cvs-make-cvs-buffer): Change the header part by removing the startup
20973 message and adding a `Module' entry. Also replace the FOOTER and
20974 HEADER special fileinfos with the new support in ewoc for updating
20975 its own footer and header.
20976 (cvs-update-header): Update to use the header/footer of the ewoc.
20977 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20978 (cvs-is-within-p): New function.
20979 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20980 to only examine some subset of the buffers.
20981
20982 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20983 `format' instead of our own ad-hoc functions.
20984 Remove HEADER and FOOTER cases, now handled in the EWOC.
20985 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20986
20987 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20988 output to avoid scaring the user.
20989 (cvs-parse-table): Catch message for non-up-to-date commits.
20990
20991 * pcvs-defs.el (cvs-startup-message): Remove.
20992 (cvs-global-menu): New autoloaded menu.
20993
20994 * pcvs-util.el (cvs-string-fill): Remove.
20995
20996 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20997 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20998 PP part of it and also make it work for footers and headers.
20999 (ewoc-create): Drop POS and BUFFER arguments.
21000 Use the DLL's dummy node to store the end-of-footer position.
21001 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21002 (ewoc-refresh): Remove unused `header' variable.
21003 (ewoc-(get|set)-hf): New functions.
21004
21005 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21006 log-view-*-(message|file) and use easy-mmode-define-navigation.
21007 (log-view-message-re): Match SCCS format as well.
21008 And match the revision line rather than the dashed separator line.
21009 (log-view-mode): Use the new define-derived-mode.
21010 (log-view-current-tag): Fill in with an actual implementation.
21011
21012 * cvs-status.el (cvs-status-(prev|next)): Rename from
21013 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21014 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21015 to let the output "breathe" a little more (more readable).
21016 (cvs-status-mode): Use the new define-derived-mode.
21017
21018 * smerge-mode.el (smerge-auto-leave): New function and variable.
21019 (smerge-basic-map): Rename from smerge-basic-keymap.
21020 Change the bindings for smerge-diff-*.
21021 (smerge-*-map): Use easy-mmode-defmap.
21022 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21023 (smerge-keep-*): Use smerge-auto-leave.
21024
21025 2000-03-21 Jason Rumney <jasonr@gnu.org>
21026
21027 * cus-edit.el (custom-button-face): Use 3D look for w32.
21028 (custom-button-pressed-face): Likewise.
21029
21030 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21031
21032 * progmodes/etags.el (tags-case-fold-search): New user-option.
21033 (tags-loop-eval): New function. Bind case-fold-search around eval
21034 depending on the value of tags-case-fold-search.
21035 (tags-loop-continue): Use tags-loop-eval.
21036 (find-tag-in-order): Bind case-fold-search depending on the value
21037 of tags-case-fold-search.
21038
21039 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21040
21041 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21042 (diff-end-of-hunk): Return the end position for use in
21043 `easy-mmode-define-navigation'.
21044 (diff-recenter): Remove.
21045 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21046 of `easy-mmode-define-navigation'.
21047 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21048 previous renaming) and fix to use new names.
21049 (diff-merge-strings): Use \n as separator: simpler, faster.
21050 (diff-mode): Use `define-derived-mode'.
21051
21052 * derived.el (define-derived-mode): Don't autoload anymore.
21053 Prefer the macro-only version provided by easy-mmode.el.
21054
21055 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21056 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21057 (easy-mmode-define-navigation): New macro.
21058
21059 * subr.el (combine-run-hooks): New function.
21060
21061 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21062
21063 * term/x-win.el: Fontsets related initialization is simplified.
21064
21065 * international/mule-diag.el (describe-font): Don't refer to
21066 global-fontset-alist, instead call font-list.
21067 (describe-fontset, list-fontsets, mule-diag): Likewise.
21068 (print-fontset): Adjusted for the change of fontset implementation.
21069
21070 * international/fontset.el (x-charset-registries): Variable removed,
21071 instead the corresponding data is stored in the default fontset.
21072 (register-alternate-fontnames): Function removed.
21073 (resolved-ascii-font): Variable removed.
21074 (x-compose-font-name): Ignore the second argument REDOCE.
21075 (x-complement-fontset-spec): Complement only an ASCII font and
21076 element for those charsets than can use that ASCII font.
21077 (generate-fontset-menu): Don't refer to global-fontset-alist,
21078 instead call fontset-list.
21079 (uninstantiated-fontset-alist): Variable removed.
21080 (x-style-funcs-alist): Likewise.
21081 (fontset-default-styles): Likewise.
21082 (x-modify-font-name): Function removed.
21083 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21084 (create-fontset-from-ascii-font): Docsting adjusted for the above
21085 change.
21086 (instantiate-fontset, resolve-fontset-name): Functions removed.
21087 (fontset-list): Now implemented by C code.
21088
21089 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21090 (describe-face): Include `font' attribute in the description.
21091
21092 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21093
21094 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21095
21096 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21097
21098 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21099 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21100 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21101
21102 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21103 about behavior of set-buffer-modified-p wrt redisplay.
21104
21105 2000-03-19 Richard M. Stallman <rms@gnu.org>
21106
21107 * view.el (view-mode-disable): Kill local binding of view-read-only.
21108
21109 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21110
21111 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21112 is a string, convert it to a syntax cell using string-to-syntax.
21113
21114 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21115 (string-to-syntax): New function.
21116
21117 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21118 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21119 try to use passive ftp mode.
21120
21121 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21122
21123 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21124
21125 * simple.el (append-to-buffer): Update point of windows after
21126 insertion.
21127
21128 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21129 forward then moving backward. Reindent.
21130
21131 * frame.el (other-frame): Call x-focus-frame only if
21132 focus-follows-mouse is off.
21133
21134 2000-03-17 Dave Love <fx@gnu.org>
21135
21136 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21137
21138 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21139
21140 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21141 regexp for labels cannot span several lines.
21142
21143 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21144 `(setq :<key> ':<key>)' to the macro expansion.
21145
21146 2000-03-16 Dave Love <fx@gnu.org>
21147
21148 * progmodes/f90.el (f90): Put custom group under `languages', not
21149 `fortran'.
21150 (f90-mode-hook): Customize.
21151 (f90-mode): Set add-log-current-defun-function.
21152 (f90-current-defun): New function.
21153
21154 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21155
21156 * cus-edit.el (custom-variable-tag-face): Handle case that
21157 default face's height is not a number.
21158 (custom-face-tag-face, custom-group-tag-face-1)
21159 (custom-group-tag-face): Ditto.
21160 (custom-group-tag-face-1): Add :group.
21161
21162 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21163
21164 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21165
21166 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21167 requiring easymenu.
21168
21169 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21170
21171 * ps-print.el: PostScript user-defined prologue, PostScript error
21172 handler, doc fix.
21173 (ps-print-version): New version number (5.1).
21174 (ps-user-defined-prologue, ps-error-handler-message)
21175 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21176 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21177 (ps-insert-string): New function.
21178
21179 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21180
21181 * international/ccl.el (ccl-compile-expression): Don't generate
21182 invalid self-assignment code.
21183
21184 2000-03-14 Dave Love <fx@gnu.org>
21185
21186 * subr.el (replace-regexp-in-string): Renamed from
21187 replace-regexps-in-string. Doc fix.
21188
21189 2000-03-12 Dave Love <fx@gnu.org>
21190
21191 * cus-edit.el: Doc fixes.
21192 (customize-set-variable, customize-save-variable): Rename args for doc.
21193 (custom-variable-tag-face, custom-face-tag-face)
21194 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21195 style which user identify as hyperlink.
21196 (hook): Don't add undefined functions to the hook.
21197 (debug-ignored-errors): Transfer message from bindings.el.
21198
21199 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21200
21201 * recentf.el (recentf-keep-non-readable-files-p):
21202 Remove double/nested definition.
21203
21204 2000-03-12 Dave Love <fx@gnu.org>
21205
21206 * facemenu.el (facemenu-get-face): Use display-color-p.
21207 * enriched.el (enriched-decode-foreground): Likewise.
21208 (enriched-decode-background): Likewise.
21209 * isearch.el (isearch-highlight): Likewise.
21210 * info-look.el (info-lookup): Likewise.
21211 * simple.el (completion-setup-function): Likewise.
21212
21213 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21214 :options.
21215
21216 * bindings.el (mode-line-format): Fix line-number and
21217 column-number items. Add help-echo for the background.
21218 (mode-line-mule-info): Modify help-echo.
21219
21220 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21221
21222 * files.el (load-file): Allow completion to .elc.
21223
21224 * man.el: Doc fixes.
21225 (Man-init-defvars): Use display-color-p to set fontification.
21226
21227 * play/hanoi.el (hanoi-internal): Don't use oddp.
21228
21229 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21230
21231 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21232
21233 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21234
21235 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21236
21237 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21238 Fix comment.
21239
21240 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21241
21242 * font-lock.el (font-lock-keywords): Fix the doc now that
21243 regexp-opt-depth is unnecessary.
21244 (save-buffer-state): Set an edebug spec.
21245 (font-lock-fontify-anchored-keywords): Properly handle the case when
21246 the matcher goes past the limit.
21247
21248 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21249 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21250
21251 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21252 dll.el and cookie.el (from Elib) with heavy renaming and other
21253 massaging.
21254
21255 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21256 Autoload the functions used.
21257 (easy-mmode-define-syntax): Fix CL typo.
21258 (easy-mmode-define-derived-mode): Improve the docstring generation.
21259
21260 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21261
21262 * textmodes/texinfo.el (texinfo-version): Variable and function
21263 removed.
21264
21265 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21266
21267 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21268 allow more flexibility.
21269 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21270 (easy-mmode-defmap, easy-mmode-defsyntax)
21271 (easy-mmode-define-derived-mode): New macros.
21272
21273 2000-03-09 Didier Verna <didier@xemacs.org>
21274
21275 * rect.el (replace-rectangle): New function.
21276
21277 2000-03-09 Dave Love <fx@gnu.org>
21278
21279 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21280 (fortran-comment-line-start-skip): Don't match cpp stuff.
21281 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21282 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21283 (fortran-mode): Don't set fortran-comment-line-start-skip,
21284 fortran-comment-line-start here. Set comment-start,
21285 add-log-current-defun.
21286 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21287 (fortran-current-defun): New function.
21288
21289 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21290
21291 * emacs-lisp/re-builder.el: New file.
21292
21293 * mouse.el (mouse-drag-region): Don't run up-event handler
21294 if hscroll has changed.
21295
21296 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21297 builtin operators, use `font-lock-builtin-face' for Emacs and
21298 `font-lock-preprocessor-face' otherwise.
21299
21300 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21301 `(defun (setf foo)' differently.
21302
21303 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21304
21305 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21306 (regexp-opt): Update comment and adapt the code the new meaning of
21307 the `paren' argument of regex-opt-group for shy-groups.
21308 (regexp-opt-depth): Handle shy groups as well as backslashed
21309 backslashes.
21310 (regexp-opt-group): Turn the leading comment into a docstring.
21311 Allow `paren' to be a string (the string to use to open a group).
21312 Remove open-presuf and close-presuf. Instead of checking for `all
21313 one-char' and then later on check for `several one-char', handle
21314 both cases close together. Also apply a more generic algorithm
21315 for suffixes (the mirror image of the algorithm used for
21316 prefixes). Use shy-groups. Use nreverse rather than reverse.
21317 (regexp-opt-try-suffix): Removed.
21318
21319 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21320 from comint-mode-map, so we can just inherit from it. Also, move
21321 the initialization into the `defvar' since there's no docstring
21322 anyway and it's fairly short.
21323 (inferior-scheme-mode): Define it as derived-mode: the code is
21324 shorter and this way we inherit from comint-mode-map rather than
21325 copying it.
21326
21327 * subr.el (replace-regexps-in-string): Properly handle the case
21328 where we match an empty string.
21329
21330 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21331 when the command has a directory component (such as "./testml").
21332 Also fix a typo in the comment.
21333
21334 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21335
21336 * Makefile (compile-files): Compile files one by one because
21337 that's the only way to ensure a clean compilation environment for
21338 each individual file.
21339
21340 * frame.el (other-frame): Call x-focus-frame.
21341
21342 2000-03-07 Dave Love <fx@gnu.org>
21343
21344 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21345 :require to defcustom.
21346
21347 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21348
21349 * files.el (auto-mode-alist): Add configure.in.
21350
21351 * progmodes/autoconf.el: New file.
21352
21353 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21354
21355 * mail/mh-e.el: Change maintainer to `none'.
21356
21357 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21358 to remove-hook and add-hook.
21359
21360 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21361
21362 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21363 it as the default.
21364 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21365 (sendmail-send-it): Conditionally add MIME headers specifying the
21366 used character set.
21367
21368 2000-03-07 Dave Love <fx@gnu.org>
21369
21370 * winner.el: Fix keywords, autoload cookies.
21371 Split eval-when-compile form to avoid compilation failure.
21372
21373 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21374
21375 * international/mule.el: Modify comment about coding system
21376 property `coding-category'.
21377 (make-coding-system): New argument EOL-TYPE. Pay attention to
21378 coding-category property of PROPERTIES.
21379
21380 * international/mule-conf.el (coding-category-utf-8)
21381 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21382 categories. Include them in the argument for set-coding-priority.
21383
21384 * international/mule-cmds.el (reset-language-environment):
21385 Include coding-category-utf-8, coding-category-utf-16-be, and
21386 coding-category-utf-16-le in the argument for set-coding-priority.
21387 (reset-language-environment): Initialize coding-category-utf-8,
21388 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21389
21390 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21391
21392 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21393 code abstracted out of `bookmark-jump-noselect'. Now tries info
21394 extensions as well as compression extensions.
21395 (bookmark-jump-noselect): Use above new func.
21396
21397 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21398
21399 * strokes.el: Change maintainer's mail address.
21400
21401 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21402
21403 * international/mule-diag.el (list-character-sets): Make help-echo
21404 string by substitute-command-keys.
21405 (list-character-sets): Likewise.
21406 (sort-listed-character-sets): Call help-setup-xref.
21407
21408 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21409
21410 * time.el (display-time-mail-file): Add `none' to the list of choices.
21411
21412 2000-03-01 Dave Love <fx@gnu.org>
21413
21414 * help.el (help-xref-go-back): Don't try to set position.
21415
21416 * international/mule-diag.el (list-character-sets):
21417 Call help-setup-xref. Add help-echo to xrefs.
21418 (list-character-sets-1): Add help-echo to xrefs.
21419
21420 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21421
21422 * frame.el (blink-cursor-mode): Switch cursor on when turning
21423 the mode off.
21424
21425 * add-log.el (add-log-current-defun): Add support for
21426 Autoconf mode.
21427
21428 * mail/rmail.el (rmail-quit-hook): New variable.
21429
21430 2000-03-01 Dave Love <fx@gnu.org>
21431
21432 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21433
21434 * help.el (help-xref-button): Add help-echo arg.
21435 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21436
21437 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21438
21439 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21440
21441 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21442
21443 * image.el (defimage): Look for image files in load-path.
21444
21445 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21446
21447 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21448
21449 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21450
21451 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21452
21453 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21454 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21455 action to select/unselect a file.
21456 (recentf-edit-list): Code cleanup and improvement.
21457 (recentf-open-more-files-action): `recentf-open-more-files' button
21458 widget action to open a file.
21459 (recentf-open-more-files): No more use standard completion but widgets.
21460 (recentf-more-collection): Deleted.
21461 (recentf-more-history): Deleted.
21462 (recentf-setup-more-completion): Deleted.
21463
21464 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21465
21466 * recentf.el (recentf-mode): No more needs that Emacs is running
21467 under a window-system.
21468
21469 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21470
21471 * recentf.el (recentf-edit-list): New command to edit the recent
21472 list which allow the user to remove files.
21473 (recentf-edit-selected-items): New global variable, used by
21474 `recentf-edit-list' to hold the list of files to be removed from
21475 the recent list.
21476 (recentf-make-menu-items): Updated to display a "Edit list..."
21477 menu item. Minor code cleanup.
21478
21479 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21480
21481 * recentf.el (recentf-open-more-files): New command to open files
21482 that are not displayed in the menu.
21483 (recentf-more-collection): New global variable holding the set of
21484 permissible completions used by `recentf-open-more-files'.
21485 (recentf-more-history): New global variable holding the history list
21486 used by `recentf-open-more-files' completion.
21487 (recentf-setup-more-completion): New function to setup completion for
21488 `recentf-open-more-files'.
21489 (recentf-make-menu-items): Updated to display a "More..." menu item.
21490
21491 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21492
21493 * recentf.el (recentf-menu-action): Doc fixed.
21494
21495 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21496
21497 * recentf.el (recentf-menu-filter): Doc updated.
21498 (recentf-update-menu-hook): Allow menu filters to force menu update.
21499 (recentf-make-menu-items): New menu filter handling.
21500 (recentf-make-menu-item): New helper function.
21501 (recentf-menu-elements): New menu handling function.
21502 (recentf-sort-ascending): Updated to new menu filter handling.
21503 (recentf-sort-descending): Updated to new menu filter handling.
21504 (recentf-sort-basenames-ascending): New menu filter function.
21505 (recentf-sort-basenames-descending): New menu filter function.
21506 (recentf-show-basenames): New menu filter function.
21507 (recentf-show-basenames-ascending): New menu filter function.
21508 (recentf-show-basenames-descending): New menu filter function.
21509
21510 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21511
21512 * diary-lib.el (list-diary-entries): Don't try to go forward at
21513 the end of the buffer.
21514
21515 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21516
21517 * international/mule-diag.el (list-character-sets):
21518 Completely rewritten.
21519 (sort-listed-character-sets): New function.
21520 (list-character-sets-1): Completely rewritten.
21521 (list-character-sets-2): New function.
21522 (non-iso-charset-alist): New variable.
21523 (decode-codepage-char): New function.
21524 (charset-history): New variable.
21525 (read-charset) (list-block-of-chars)
21526 (list-iso-charset-chars)
21527 (list-non-iso-charset-chars)
21528 (list-charset-chars): New functions.
21529 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21530 (dump-charsets): Likewise.
21531
21532 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21533
21534 * dired-x.el (dired-filename-at-point): Add `@' to valid
21535 file name characters.
21536 (dired-filename-at-point): Handle ange-ftp file names.
21537
21538 * frame.el (frame-notice-user-settings): Use assq-delete-all
21539 instead of assoc-delete-all.
21540 (frame-notice-user-settings): Ditto.
21541
21542 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21543 Don't copy alist.
21544
21545 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21546
21547 * calculator.el (calculator-use-menu): New option.
21548 (calculator-initial-bindings): Changed some bindings to work as macros.
21549 (calculator-forced-input): Removed.
21550 (calculator-restart-other-mode): New variable.
21551 (calculator-mode-map): Set up menu.
21552
21553 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21554
21555 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21556
21557 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21558
21559 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21560 translate all ESC key sequences.
21561 (viper-goto-mark-subr): Restore markers for files for which
21562 they were saved.
21563 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21564 * viper-util.el (viper-set-replace-overlay-glyphs)
21565 (viper-set-replace-overlay): Always check if the replacement
21566 overlay is live.
21567 * viper.el (viper-vi-state-mode-list): Add major modes.
21568 * ediff-wind.el: Minor comment changes.
21569 * ediff.el: Copyright notice date fix.
21570
21571 2000-02-27 Jason Rumney <jasonr@gnu.org>
21572
21573 * faces.el (face-font-family-alternatives): Add arial to helv.
21574 (mode-line, header-line, tool-bar): Same default as x for w32.
21575 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21576 face-font-family-alternatives from working.
21577 * term/w32-win.el (mouse-set-font): Do not build fontset from
21578 chosen font.
21579
21580 2000-02-25 Sam Steingold <sds@goems.com>
21581
21582 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21583 properly.
21584
21585 2000-02-25 Richard M. Stallman <rms@gnu.org>
21586
21587 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21588
21589 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21590
21591 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21592
21593 * frame.el (busy-cursor-delay-seconds): New option.
21594
21595 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21596
21597 * frame.el (show-cursor-in-non-selected-windows): New option.
21598
21599 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21600
21601 * diary-lib.el (include-other-diary-files): Undo the selective
21602 display in any included file and don't kill it.
21603
21604 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21605
21606 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21607 Menu items converted to (menu-item format, help strings added.
21608 [downcase, upcase]: Don't enable on MS-DOS.
21609 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21610 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21611
21612 2000-02-23 Dave Love <fx@gnu.org>
21613
21614 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21615 (backward-kill-word): Revert addition of * to interactive spec --
21616 it's a feature.
21617
21618 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21619 (backward-kill-sentence, kill-sentence): Likewise.
21620
21621 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21622 scratch buffer name.
21623 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21624
21625 * term/w32-win.el (internal-face-interactive): Update prompt for
21626 new read-face-name.
21627
21628 * mail/footnote.el (footnote): Add :version to defgroup.
21629 (footnote-section-tag-regexp): Customize.
21630 (footnote-start-tag, footnote-end-tag): New option.
21631 (footnote-latin-regexp): New variable.
21632 (Footnote-latin): New function.
21633 (footnote-style-alist): Add element for latin style.
21634 (footnote-style): Moved.
21635 (Footnote-goto-footnote): Use eq to test arg.
21636
21637 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21638
21639 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21640 (byte-compile-trueconstp): Include keywords.
21641 (byte-optimize-quote, byte-optimize-lapcode):
21642 Use byte-compile-const-symbol-p.
21643 (byte-optimize-char-before): New optimization.
21644
21645 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21646 (byte-compile-const-symbol-p): New function.
21647 (byte-compile-constp, byte-compile-out-toplevel)
21648 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21649 Use it.
21650
21651 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21652
21653 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21654
21655 * international/encoded-kb.el: Be sure to update minor-mode-alist
21656 and minor-mode-map-alist.
21657 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21658 codes SS2 and SS3 correctly.
21659 (encoded-kbd-self-insert-ccl): New function.
21660 (encoded-kbd-setup-keymap): New function.
21661 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21662 by calling encoded-kbd-setup-keymap.
21663
21664 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21665 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21666
21667 2000-02-22 Dave Love <fx@gnu.org>
21668
21669 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21670 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21671 (lisp-mode-syntax-table): Set up for #|...|# comments.
21672 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21673 classes. Match `defface'.
21674 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21675 (eval-defun-1): Fix for defcustom.
21676 (lisp-indent-region): Doc fix.
21677
21678 * subr.el (when, unless, split-string): Doc fix.
21679 (read-passwd): Move call of clear-this-command-keys to the right place.
21680 (replace-regexps-in-string): New function.
21681
21682 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21683
21684 * help.el (describe-variable): Set syntax table to
21685 emacs-lisp-mode-syntax-table when moving forward over the
21686 symbol's name.
21687
21688 2000-02-22 Dave Love <fx@gnu.org>
21689
21690 * xt-mouse.el: Doc fixes.
21691 (xterm-mouse-position-function): New function, replacing advice of
21692 mouse-position.
21693 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21694
21695 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21696
21697 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21698
21699 * format.el (format-annotate-single-property-change):
21700 Handle properties.with dotted-list values.
21701 (format-proper-list-p): New function.
21702
21703 * enriched.el (enriched-face-ans): Handle '(foreground-color
21704 . COLOR) and (background-color . COLOR).
21705
21706 2000-02-20 Dave Love <fx@gnu.org>
21707
21708 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21709 and assignments to it.
21710 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21711 current local map.
21712 (make-flyspell-overlay): Use it.
21713 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21714
21715 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21716 (lm-get-header-re): Defun, not defsubst.
21717 (lm-get-package-name): Defun, not defsubst. Simplify.
21718 (lm-version): Doc fix. Simplify.
21719 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21720 (lm-crack-address, lm-last-modified-date, lm-commentary)
21721 (lm-verify, lm-synopsis): Simplify.
21722 (lm-report-bug): Require emacsbug. Use compose-mail.
21723
21724 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21725
21726 * dired.el (dired-mode): Call propertized-buffer-identification
21727 to set mode-line-buffer-identification to something having
21728 the right text properties.
21729
21730 * bindings.el (propertized-buffer-identification): New function.
21731
21732 2000-02-20 Dave Love <fx@gnu.org>
21733
21734 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21735 check for t-mouse too.
21736
21737 * cus-start.el: Make echo-keystrokes `number'.
21738
21739 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21740
21741 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21742 Don't call ring-empty-p unless tags-location-ring is bound.
21743 From Noah Friedman <friedman@splode.com>.
21744
21745 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21746
21747 * progmodes/hideshow.el (hs-flag-region): No longer use
21748 `intangible' overlay property.
21749
21750 (hs-toggle-hiding): New command.
21751 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21752
21753 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21754 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21755 and deactivation.
21756
21757 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21758
21759 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21760
21761 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21762
21763 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21764
21765 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21766 of `*' to handle `(* ... *)' comments.
21767
21768 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21769
21770 * faces.el (list-faces-display): Use display-mouse-p instead of
21771 window-system.
21772
21773 * menu-bar.el (global-map): Menu-bar items converted to the new
21774 format (menu-item..., rearranged for better CUA compliance, and
21775 their names changed for better clarity. Help strings added.
21776
21777 * international/mule-cmds.el (mule-menu-keymap)
21778 (describe-language-environment-map, set-coding-system-map)
21779 (setup-language-environment-map): Convert to new (menu-item...
21780 form, add help strings. Change names of menu items for better clarity.
21781 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21782
21783 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21784
21785 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21786 within the code.
21787
21788 2000-02-16 Dave Love <fx@gnu.org>
21789
21790 * faces.el: Don't require custom. Add more specific :groups to
21791 various deffaces.
21792 (set-face-attribute): Purecopy args.
21793 (read-face-name): Default to name at point and use it in prompt.
21794 Remove colon from arg in all callers.
21795 (list-faces-display): Hyperlink to face descriptions and customize
21796 buffers.
21797
21798 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21799
21800 * wid-edit.el (widget-match-inline): An atom never matches a list.
21801
21802 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21803
21804 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21805 at ':' characters by call to split-string.
21806
21807 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21808
21809 * textmodes/bibtex.el: Added RCS version identification.
21810
21811 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21812
21813 * textmodes/bibtex.el: Some temporary comments removed.
21814 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21815 (bibtex-field-const): Allow capital letters.
21816 (bibtex-start-of-string): Deleted because unused.
21817
21818 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21819 use the term 'reference' to describe a bibtex entry as a whole.
21820 Further, reference keys are no longer called 'labels'.
21821 (bibtex-keys): Renamed to bibtex-reference-keys.
21822 (bibtex-reformat-previous-labels): Renamed to
21823 bibtex-reformat-previous-reference-keys.
21824 (bibtex-reference-type): Renamed to bibtex-entry-type.
21825 (bibtex-reference-head): Renamed to bibtex-entry-head.
21826 (bibtex-reference-maybe-empty-head): Renamed to
21827 bibtex-entry-maybe-empty-head.
21828 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21829 (bibtex-search-reference): Renamed to bibtex-search-entry.
21830 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21831 bibtex-enclosing-entry-maybe-empty-head.
21832 (bibtex-entry-field-alist, bibtex-entry-head)
21833 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21834 (bibtex-map-entries, bibtex-search-entry)
21835 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21836 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21837 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21838 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21839 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21840 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21841 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21842
21843 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21844
21845 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21846 comment.
21847 (bibtex-format-field-delimiters): New function, functionality
21848 extracted from bibtex-format-entry.
21849 (bibtex-autokey-get-yearfield-digits): New function, functionality
21850 extracted from bibtex-autokey-get-yearfield.
21851
21852 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21853 entries in order to avoid stack overflow in the regexp matcher if
21854 field contents become large.
21855 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21856 (bibtex-field-string-part-not-braced)
21857 (bibtex-field-string-part-no-inner-braces)
21858 (bibtex-field-string-part-1-inner-brace)
21859 (bibtex-field-string-part-2-inner-braces)
21860 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21861 (bibtex-field-string-quoted, bibtex-field-string)
21862 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21863 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21864 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21865 Deleted as parsing is now performed by the following functions.
21866 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21867 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21868 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21869 (bibtex-parse-association, bibtex-field-name-for-parsing)
21870 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21871 (bibtex-search-forward-field, bibtex-search-backward-field)
21872 (bibtex-start-of-field, bibtex-end-of-field)
21873 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21874 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21875 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21876 (bibtex-parse-string, bibtex-search-forward-string)
21877 (bibtex-search-backward-string, bibtex-start-of-string)
21878 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21879 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21880 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21881 entries. Instead of reporting the results of the parsing by
21882 match-beginning or match-end, these functions return data structures
21883 that hold the corresponding positions.
21884 (bibtex-enclosing-field): Changed to also report field boundaries by
21885 return values rather than by match-beginning or match-end.
21886 The following functions have been adapted to use the new
21887 parsing functions.
21888 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21889 (bibtex-enclosing-field, bibtex-format-entry)
21890 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21891 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21892 (bibtex-print-help-message, bibtex-end-of-entry)
21893 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21894 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21895 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21896 Use the new method for parsing.
21897 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21898 (bibtex-map-entries, bibtex-flash-head)
21899 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21900 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21901 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21902 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21903 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21904 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21905 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21906 order to make the new binding of case-fold-search immediately visible.
21907
21908 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21909
21910 * textmodes/bibtex.el: Copyright notice is up to date.
21911 Added constant 'bibtex-maintainer-salutation.
21912
21913 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21914 than make-temp-name, use match-string-no-properties and eliminate
21915 a quadratic behavior when building bibtex-strings.
21916
21917 * bibtex.el (bibtex-reference-key): Accept string entries whose
21918 reference key contains upper case letters.
21919
21920 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21921
21922 * bibtex.el (bibtex-reference-head): Allow entries to start with
21923 a new line.
21924
21925 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21926
21927 * bibtex.el: Hiding of entry bodies is not longer provided by
21928 bibtex.el directly. Instead the hideshow package can be used.
21929 Added a special bibtex entry to hs-special-modes-alist.
21930 (bibtex-hs-forward-sexp): Added for hideshow.el.
21931
21932 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21933
21934 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21935 proceedings entry type (for cross referencing). Thanks to Wagner
21936 Toledo Correa for the suggestion.
21937
21938 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21939
21940 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21941
21942 * international/characters.el: Setup case table for Vietnamese.
21943
21944 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21945
21946 * uniquify.el (toplevel): Require CL at compile time.
21947 (uniquify-push): Removed.
21948
21949 * shadowfile.el (shadow-when): Removed.
21950
21951 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21952 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21953
21954 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21955 regexp for paragraph-start.
21956
21957 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21958 commas as well.
21959
21960 2000-02-10 Dave Love <fx@gnu.org>
21961
21962 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21963 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21964 Deleted.
21965 (widget-specify-field, widget-specify-button): Don't use
21966 widget-mouse-help as help-echo property.
21967 (default): Use #'ignore for :validate and :mouse-down-action.
21968 (checkbox): Add help-echo.
21969 (widget-sexp-validate): Rewritten to clarify error messages.
21970 (character): Use char-valid-p in :match function.
21971 (widget-color-complete): Use facemenu-color-alist.
21972 (widget-color-action): Use facemenu-read-color.
21973
21974 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21975 set up `caar' &c that we now have.
21976
21977 2000-02-09 Ray Blaak <blaak@gnu.org>
21978
21979 * delphi.el: Make resourcestring a declaration region, like const
21980 and var.
21981
21982 2000-02-09 Dave Love <fx@gnu.org>
21983
21984 * bindings.el (mode-line-input-method-map): New variable.
21985 (mode-line-mule-info): Use it; fix last change.
21986 (mode-line-mode-menu): Move definition.
21987 (mode-line-mouse-sensitive-p): Deleted.
21988 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21989 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21990
21991 * startup.el (command-line-1): Don't call
21992 make-mode-line-mouse-sensitive.
21993
21994 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21995
21996 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21997 before rmail-toggle-header, because the former toggles headers.
21998
21999 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22000
22001 * diff-mode.el (diff-kill-junk): New interactive function.
22002 (diff-reverse-direction): Use delete-and-extract-region.
22003 (diff-post-command-hook): Restrict the area so that the hook also works
22004 outside of any diff hunk. This is necessary for the minor-mode.
22005 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22006 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22007
22008 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22009 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22010 so that it can be used more easily in <foo>-mode-hook. Also make sure
22011 to avoid duplicate entries.
22012 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22013 (font-lock-remove-keywords): Just as was done for `add', allow it to
22014 work even if font-lock-mode is nil. Also make sure we don't modify
22015 any pre-existing list by forcing a copy-sequence. Finally rename
22016 `major-mode' to `mode'.
22017 (font-lock-fontify-syntactic-anchored-keywords)
22018 (font-lock-fontify-anchored-keywords)
22019 (font-lock-fontify-keywords-region): Use line-end-position.
22020 Don't make `font-lock-multiline' local (it's now done in
22021 font-lock-set-defaults).
22022 (font-lock-set-defaults): Make `font-lock-multiline' local.
22023 Move the `font-lock-fontified' creation to inside the `unless'.
22024
22025 2000-02-06 Andrew Innes <andrewi@gnu.org>
22026
22027 * term/w32-win.el (x-handle-args): Comment out call to message,
22028 which occurs before window system is initialized.
22029
22030 * makefile.nt: Add support for recompiling lisp code.
22031
22032 2000-02-04 Dave Love <fx@gnu.org>
22033
22034 * bindings.el (mode-line-mule-info): Fix/extend last change.
22035
22036 * completion.el: Replace completion-dolist with dolist.
22037
22038 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22039
22040 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22041
22042 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22043 environment names before they go into the section regexp.
22044
22045 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22046 char class in regexp.
22047
22048 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22049 Bind `case-fold-search' to nil.
22050
22051 * progmodes/idlwave.el (idlwave-template):
22052 Respect `idlwave-abbrev-change-case'.
22053 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22054 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22055 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22056 (idlwave-rw-case): New function.
22057 (idlwave-statement-match): Fixed problem with assignment regexp.
22058 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22059 (idlwave-surround): New argument LENGTH to support padding of
22060 operators longer than 1 char.
22061
22062 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22063 idlwave-shell-expression-overlay. Implemented printing of
22064 expressions on higher levels of the calling stack.
22065 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22066 (idlwave-retrieve-expression-from-level): New function.
22067 (idlwave-shell-last-calling-stack): Variable removed.
22068 (idlwave-shell-reset): Argument action reversed (`visible' to
22069 `hidden'). Also remove stop-line overlay.
22070 (idlwave-shell-calling-stack-routine): New variable.
22071 (idlwave-shell-parse-stack-and-display): Messages now display
22072 negative level numbers.
22073 (idlwave-shell-mode): Set `modeline-format'.
22074 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22075 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22076 (idlwave-shell-print-expression-function): New option.
22077
22078 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22079 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22080 `tool-bar' instead of `toolbar'.
22081
22082 2000-02-02 Dave Love <fx@gnu.org>
22083
22084 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22085 emacs-lisp-mode-hook. Don't check for defalias being defined.
22086
22087 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22088 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22089 Use the new builtins directly.
22090
22091 * whitespace.el (whitespace): Add :version to defgroup.
22092
22093 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22094 Doc fix.
22095
22096 * thingatpt.el (sexp-at-point, symbol-at-point)
22097 (number-at-point, list-at-point): Add autoload cookie.
22098
22099 * recentf.el (recentf): Add :version to defgroup.
22100
22101 * quickurl.el (quickurl): Add :version to defgroup.
22102
22103 * elide-head.el (elide-head): Use point-marker more.
22104
22105 * bs.el (bs): Add :version to defgroup.
22106
22107 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22108
22109 * progmodes/delphi.el (delphi): Add :version to defgroup.
22110
22111 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22112
22113 * ange-ftp.el (ange-ftp-write-region): Handle case that
22114 succeeding process operation sets a different coding system.
22115
22116 * calculator.el: New file.
22117
22118 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22119
22120 * frame.el (frames-on-display-list, framep-on-display): New functions.
22121 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22122 (display-selections-p, display-screens, display-pixel-width)
22123 (display-pixel-height, display-mm-width, display-mm-height)
22124 (display-backing-store, display-save-under, display-planes)
22125 (display-color-cells, display-visual-class): New functions.
22126
22127 * term/tty-colors.el (tty-color-gray-shades): New function.
22128
22129 * faces.el (display-color-p): Use framep-on-display.
22130 (display-grayscale-p): New function.
22131
22132 2000-01-31 Dave Love <fx@gnu.org>
22133
22134 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22135 (create-fontset-from-x-resource): Don't concat integers.
22136
22137 2000-01-31 Inge Frick <inge@nada.kth.se>
22138
22139 * view.el: Some changes in documentation. Removed some trailing
22140 whitespace. Changed some parameter names to agree with documentation.
22141 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22142 window is not deleted. Modifies change 1998-04-26.
22143
22144 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22145
22146 * windmove.el: New file.
22147
22148 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22149 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22150 progmodes/ebnf-yac.el: Update copyright and license info.
22151
22152 * jit-lock.el (jit-lock-function): Widen before calculating
22153 end position.
22154 (jit-lock-stealth-chunk-start): Rewritten.
22155
22156 * info.el (Info-title-face-alist): Removed.
22157 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22158 (Info-fontify-node): Use these faces.
22159
22160 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22161
22162 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22163 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22164 `&allow-other-keywords'.
22165
22166 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22167 the list of directories scanned heuristically.
22168
22169 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22170
22171 2000-01-30 Jason Rumney <jasonr@gnu.org>
22172
22173 * w32-fns.el: Define w32-tty-standard-colors.
22174
22175 * startup.el (command-line): Use w32-tty-standard-colors when in
22176 w32 console mode.
22177
22178 2000-01-30 Dave Love <fx@gnu.org>
22179
22180 * jka-compr.el (jka-compr-load): Fix up load-history.
22181
22182 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22183
22184 * emacs-lisp/cl-macs.el: Revert previous change.
22185
22186 2000-01-29 Dave Love <fx@gnu.org>
22187
22188 * facemenu.el: Purecopy various strings.
22189
22190 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22191 years. Deal with three-digit years.
22192
22193 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22194 Use defconst, purecopy.
22195 (help-back-label): Purecopy it.
22196
22197 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22198
22199 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22200 variable. If non-nil, order the buffer list according to the
22201 currently selected frame.
22202 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22203 non-nil, pass the selected frame to function buffer-list.
22204
22205 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22206
22207 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22208
22209 2000-01-28 Dave Love <fx@gnu.org>
22210
22211 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22212
22213 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22214 Don't use lisp-indent-hook property.
22215 (cl-abs): Remove.
22216
22217 * subr.el: Move out indent and edebug specs for when and unless.
22218
22219 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22220 when, unless.
22221
22222 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22223 unless, when.
22224
22225 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22226
22227 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22228 `collecting' as synonym for `collect'.
22229
22230 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22231 for the case it contains spaces.
22232
22233 * simple.el (what-cursor-position): Change formatting of messages.
22234
22235 * frame.el (delete-other-frames): New function.
22236 (toplevel): Bind it to C-x 5 1.
22237
22238 * sort.el (sort-numeric-base): New option.
22239 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22240 interpret it as octal or hexadecimal. Use sort-numeric-base
22241 as default base.
22242
22243 * progmodes/glasses.el: New file.
22244
22245 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22246
22247 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22248 userids differently.
22249
22250 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22251 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22252 progmodes/ebnf-yac.el: New files.
22253
22254 2000-01-26 Dave Love <fx@gnu.org>
22255
22256 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22257 on a function with an empty body. [From Eric Ludlam.]
22258
22259 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22260
22261 * vc.el (vc-version-diff): Make sure file name is expanded.
22262
22263 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22264
22265 * scroll-bar.el (scroll-bar-timer): Variable removed.
22266 (scroll-bar-toolkit-scroll): Don't use a timer.
22267
22268 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22269
22270 * language/thai-util.el (thai-composition-function):
22271 Delete superfluous `a'.
22272
22273 2000-01-24 Dave Love <fx@gnu.org>
22274
22275 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22276 end-of-defun-function.
22277
22278 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22279
22280 2000-01-22 Jason Rumney <jasonr@gnu.org>
22281
22282 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22283 conflicts with new face support.
22284
22285 2000-01-22 Richard M. Stallman <rms@gnu.org>
22286
22287 * replace.el (query-replace): Rename last arg to DELIMITED.
22288 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22289 (query-replace-regexp): Likewise.
22290
22291 2000-01-20 Richard M. Stallman <rms@gnu.org>
22292
22293 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22294
22295 * emacs-lisp/lisp.el (beginning-of-defun-function):
22296 Variable renamed from beginning-of-defun.
22297 Do not call make-variable-buffer-local.
22298 (beginning-of-defun-raw): Use new variable name; doc fix.
22299 (beginning-of-defun): Doc fix.
22300 (end-of-defun-function): Variable renamed from end-of-defun.
22301 Do not call make-variable-buffer-local.
22302 (end-of-defun): Use new variable name; doc fix.
22303
22304 * subr.el (dolist, dotimes): Copied from cl-macs.el
22305 and made to work.
22306
22307 * mail/undigest.el (rmail-digest-end-regexps):
22308 Variable replaces rmail-digest-end-regexp.
22309 Allows multiple regexps for detecting the end line.
22310 (undigestify-rmail-message): Corresponding changes.
22311
22312 2000-01-19 Dave Love <fx@gnu.org>
22313
22314 * files.el (user-init-file): Don't declare here -- is primitive.
22315
22316 * startup.el (command-line): Check for compiled user-init-file and
22317 set to uncompiled version if necessary.
22318
22319 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22320
22321 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22322 (undigestify-rmail-message): Use it.
22323
22324 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22325
22326 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22327
22328 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22329 of mini-buffer.
22330
22331 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22332
22333 * emacs-lisp/copyright.el (copyright-update): Removed the
22334 requirement for a trailing space from `copyright-regexp', to
22335 support copyrights with owner specified on a separate line..
22336
22337 * align.el: New file.
22338
22339 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22340
22341 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22342
22343 2000-01-13 Dave Love <fx@gnu.org>
22344
22345 * ph.el: Removed. (Obsoleted by EUDC.)
22346
22347 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22348
22349 * net/eudc.el (toplevel): Remove autoloaded code installing
22350 menu with easymenu, because that causes build problems.
22351
22352 * frame.el (frame-notice-user-settings): New variable.
22353 (frame-notice-user-settings): Don't modify frame parameters
22354 if called a second time.
22355
22356 2000-01-13 Richard M. Stallman <rms@gnu.org>
22357
22358 * frame.el (frame-notice-user-settings):
22359 Notice default-frame-parameters even for non-window frames.
22360
22361 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22362
22363 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22364 for Emacs.
22365 (eudc-bob-can-display-inline-images): Extend for Emacs.
22366 (eudc-bob-toggle-inline-display): Ditto.
22367 (eudc-bob-display-jpeg): Ditto.
22368
22369 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22370
22371 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22372 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22373 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22374
22375 * add-log.el (add-change-log-entry): Fix error trying an
22376 `(insert nil)'.
22377
22378 * subdirs.el: Add `net' directory.
22379
22380 * net: New directory.
22381
22382 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22383 eval-last-sexp. Don't bind debug-on-error here.
22384 (eval-last-sexp): New function. Bind debug-on-error if
22385 eval-expression-debug-on-error is non-nil.
22386 (eval-defun-2, eval-defun): Likewise.
22387
22388 * simple.el (eval-expression): Don't bind debug-on-error if
22389 eval-expression-debug-on-error is nil. Detect changed
22390 debug-on-error, and propagate new value to global binding, if
22391 eval-expression-debug-on-error is non-nil,
22392 (eval-expression-debug-on-error): Change doc string.
22393
22394 2000-01-11 Richard M. Stallman <rms@gnu.org>
22395
22396 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22397
22398 * emacs-lisp/lisp-mode.el (with-syntax-table):
22399 Set up lisp-indent-function property.
22400
22401 * subr.el (with-syntax-table): Moved from simple.el.
22402
22403 * simple.el (with-syntax-table): Moved to subr.el.
22404
22405 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22406
22407 * tmm.el (tmm-shortcut): Delete region after prompt instead
22408 of erasing buffer.
22409
22410 * textmodes/fill.el (fill-common-string-prefix): New function.
22411 (fill-context-prefix): Use the longest common prefix of first
22412 and second line fill prefix, if there is one.
22413
22414 2000-01-11 Richard M. Stallman <rms@gnu.org>
22415
22416 * array.el (array-mode): Don't use make-variable-buffer-local.
22417 Use make-local-variable for `truncate-lines'.
22418
22419 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22420
22421 * add-log.el (add-log-current-defun): Handle user-defined
22422 add-log-current-function returning nil,
22423
22424 * add-log.el (add-change-log-entry): Insert version number
22425 if having found a current function
22426
22427 * add-log.el (add-log-current-defun):
22428 Call `add-log-current-defun-function'. Try matches at level 0 and
22429 level 1. Strip whitespace from defun found.
22430
22431 2000-01-10 John Wiegley <johnw@gnu.org>
22432
22433 * allout.el (isearch-done/outline-provisions): Added `edit'
22434 argument to correspond with the current definition of `isearch-done'.
22435
22436 2000-01-10 Dave Love <fx@gnu.org>
22437
22438 * elide-head.el (elide-head): Use point-marker, not point.
22439
22440 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22441
22442 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22443 before and after the year 2000.
22444
22445 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22446 Add ispell- prefix.
22447
22448 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22449
22450 * ispell.el: Only define dictionaries in menus when they exist.
22451 (version18p): New variable.
22452 (version20p): New variable.
22453 (xemacsp): New variable.
22454 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22455 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22456 (ispell-dictionary-alist6): Russian command lines no longer accept
22457 run-together words.
22458 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22459 (ispell-dictionary-alist): Add koi8-r to customize definition.
22460 (check-ispell-version): Added documentation string. Return library
22461 path when called non-interactively.
22462 (ispell-menu-map-needed): Uses new variables.
22463 (ispell-library-path): New variable.
22464 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22465 (ispell-word): Improved documentation string. Test for valid
22466 character mappings. Correctly check typed in word changes that can
22467 result in single words split into multiple words.
22468 Return replacement word.
22469 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22470 replace in recursive query replace mode. Help message for
22471 recursive edit mode.
22472 (ispell-show-choices): Protect against bad framepop bindings.
22473 (ispell-help): Fix to work with XEmacs.
22474 (ispell-highlight-spelling-error): Use new variables.
22475 (ispell-overlay-window): Fix to work with XEmacs.
22476 (ispell-parse-output): Passed and returns location information
22477 tracking spelling corrections. Doesn't recheck same word on
22478 current line.
22479 (ispell-init-process): Protect against bogus XEmacs variable binding.
22480 Fix call to single argument in sleep-for. Use new variables.
22481 (ispell-region): Passed and returns location information tracking
22482 spelling corrections. Doesn't check same word on current line.
22483 Improved documentation string. Doesn't resend a line already
22484 checked to the ispell process - fixes bug in LaTeX parsing.
22485 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22486 (ispell-skip-region): No longer skips <TT> in SGML.
22487 (ispell-process-line): Tracks location information with spelling
22488 corrections. Added documentation string. Accounts for words
22489 already accepted on this line. Don't allow query-replace on line
22490 starting with math characters. Doesn't resend a line already sent
22491 to ispell process. Fixes alignment error bug.
22492
22493 2000-01-10 Richard M. Stallman <rms@gnu.org>
22494
22495 * dired-x.el (dired-guess-shell-alist-default):
22496 Suggest xloadimage, which is free, not xv, which isn't.
22497
22498 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22499 Don't ever include the host name or user name in the value.
22500
22501 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22502
22503 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22504 of a real newline.
22505
22506 2000-01-09 Stephen Eglen <stephen@gnu.org>
22507
22508 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22509 for .png files.
22510
22511 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22512
22513 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22514
22515 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22516
22517 * progmodes/cperl-mode.el: Replace ^F with ^L.
22518
22519 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22520 `require'ing rmail and mailalias to prevent infinite recursion.
22521
22522 2000-01-08 Dave Love <fx@gnu.org>
22523
22524 * emacs-lisp/backquote.el: Remove inappropriate customization
22525 (allowing custom.el to use backquote).
22526
22527 2000-01-07 Dave Love <fx@gnu.org>
22528
22529 * add-log.el (add-log-debugging): Deleted.
22530 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22531 file. Remove debugging code.
22532 (change-log-get-method-definition, change-log-name): Add doc.
22533 (change-log-sortable-date-at): New function.
22534 (change-log-merge): New command.
22535
22536 * time.el (display-time-string-forms): Make the Mail string active.
22537 (display-time-update): Provide help-echo for load average.
22538
22539 * bindings.el (make-mode-line-mouse2-map): New function.
22540 (mode-line-modified): Use it and simplify.
22541 (mode-line-mule-info): Provide help-echo info.
22542 (minor-mode-alist): Activate the strings.
22543 (make-mode-line-mouse-sensitive): Simplify for
22544 mode-line-buffer-identification.
22545
22546 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22547
22548 * play/pong.el: New file.
22549
22550 2000-01-06 Dave Love <fx@gnu.org>
22551
22552 * array.el: Assorted cleanups for compiler warnings, doc strings,
22553 `array-' prefix for symbols.
22554
22555 2000-01-05 Dave Love <fx@gnu.org>
22556
22557 * textmodes/outline.el (outline-mode-menu-bar-map):
22558 Add outline-headers-as-kill.
22559 (outline-mode): Define imenu-generic-expression.
22560 (outline-headers-as-kill): New command.
22561
22562 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22563 from paragraph-start.
22564 (paragraph-indent-minor-mode): New command.
22565
22566 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22567 M-C-e, M-C-h, C-j, C-xnd, TAB.
22568 (fortran-mode): Set beginning-of-defun, end-of-defun.
22569 (fortran-column-ruler): Simplify.
22570 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22571 (fortran-with-subprogram-narrowing): Likewise.
22572 (fortran-indent-subprogram): Call mark-defun.
22573 (fortran-check-for-matching-do): Change narrowing.
22574
22575 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22576 (cl-lucid-hash-tag): Delete.
22577 (cl-hash-table-p): Correct test for native table.
22578 (cl-hash-table-count): Use hash-table-count.
22579
22580 * browse-url.el (browse-url): Fix case of
22581 browse-url-browser-function being an alist.
22582
22583 2000-01-05 Carsten Dominik <cd@gnu.org>
22584
22585 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22586 (reftex-index-phrase-file-extension): New options.
22587
22588 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22589 Use new option `reftex-index-phrase-file-extension'.
22590
22591 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22592 `reftex-parse-file-extension'.
22593
22594 2000-01-05 Dave Love <fx@gnu.org>
22595
22596 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22597 (beginning-of-defun-raw): Use it.
22598 (end-of-defun): New variable.
22599 (end-of-defun): Use it.
22600 (check-parens): New command.
22601
22602 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22603
22604 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22605 (hs-show-block): Don't use `mapcar' when not accumulating.
22606
22607 Fix buglet in local variables initialization.
22608
22609 2000-01-05 Andreas Schwab <schwab@suse.de>
22610
22611 * hscroll.el (hscroll): Doc fix.
22612
22613 2000-01-05 Carsten Dominik <cd@gnu.org>
22614
22615 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22616 Require idlw-toolbar.
22617
22618 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22619 file idlw-rinfo.el.
22620 (idlwave-customize): Load must read file idlw-shell.el.
22621 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22622
22623 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22624
22625 * progmodes/idlw-shell.el: Also provide idlwave-shell
22626 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22627 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22628
22629 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22630 both reftex-dcr and reftex-vcr.
22631
22632 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22633
22634 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22635
22636 * ps-print.el: PostScript code now is in separate files, doc fix.
22637 (ps-print-version): New version number (5.0.3).
22638 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22639 local.
22640 (ps-spool-config): Initialization fix.
22641 (ps-print-prologue-1, ps-print-prologue-2)
22642 (ps-print-duplex-feature): PostScript code moved to separated file.
22643 (ps-background-image): Little code reformating.
22644 (ps-begin-file, ps-begin-job): Fix code.
22645 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22646 (ps-prologue-file): New fun.
22647
22648 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22649
22650 * ps-vars.el: Eliminated.
22651
22652 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22653 `;;;###autoload'.
22654
22655 * ps-print.el: ps-vars eliminated, doc fix.
22656 (ps-print-version): New version number (5.0.2).
22657 (ps-spool-config): Initialization fix.
22658 (ps-print-customize): New fun.
22659
22660 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22661
22662 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22663
22664 2000-01-04 Dave Love <fx@gnu.org>
22665
22666 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22667 menu items.
22668
22669 2000-01-03 Dave Love <fx@gnu.org>
22670
22671 * elide-head.el (elide-head) [defgroup]: Add :version.
22672
22673 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22674 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22675 Use `cl-hash-table-p', not `hash-table-p'.
22676 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22677
22678 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22679
22680 * faces.el (face-read-integer, read-face-attribute)
22681 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22682
22683 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22684
22685 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22686 at comment end, and re-insert them after filling.
22687
22688 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22689
22690 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22691 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22692 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22693
22694 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22695
22696 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22697 the new name of face-color-supported-p.
22698
22699 * term/w32-win.el (xw-defined-colors): Likewise.
22700
22701 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22702
22703 * simple.el (completion-setup-function): Count completion-size
22704 from minibuffer-prompt-end, not from point-min.
22705
22706 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22707
22708 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22709 Pass the frame to tty-color-* functions.
22710 (display-color-p, frame-set-background-mode): Pass the frame to
22711 tty-display-color-p.
22712
22713 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22714 tty-color-alist.
22715 (tty-color-alist, tty-modify-color-alist): New functions.
22716 (tty-color-define, tty-color-clear, tty-color-approximate)
22717 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22718 optional parameter FRAME.
22719
22720 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22721
22722 * image.el (create-image, defimage): Don't assume image data is
22723 a string.
22724
22725 * image.el (defimage): Handle specifications containing :data
22726 instead of :file.
22727 (image-type-from-data): New function.
22728 (image-type-from-file-header): Use it.
22729 (create-image): Add parameter DATA-P.
22730
22731 See ChangeLog.8 for earlier changes.
22732
22733 ;; Local Variables:
22734 ;; coding: iso-2022-7bit
22735 ;; End:
22736
22737 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22738 Copying and distribution of this file, with or without modification,
22739 are permitted provided the copyright notice and this notice are preserved.