]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
4 (menu-bar-read-emacs-man, search-emacs-glossary)
5 (emacs-index-search, elisp-index-search): New functions.
6 (apropso-documentation, apropos, apropos-value, apropos-variable)
7 (apropos-commands): Modify menu item names and help text.
8 (elisp-index-search, emacs-index-search, emacs-glossary):
9 New menu items.
10 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
11 submenu.
12 (info-elisp, info-elintro): New menu items.
13 (apropos): Modify the menu item name.
14
15 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
16
17 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
18
19 * textmodes/outline.el (outline-promote, outline-demote): Typo.
20
21 * man.el (man-follow-mouse): New function.
22 (Man-mode-map): Bind mouse-2 to it.
23 (Man-match-substring): Remove. Replace with `match-string'.
24 (man): Use the `default-value' argument to `read-string'.
25 (Man-fontify-manpage): Add mouse-face to cross references.
26
27 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
28
29 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
30
31 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
32 the value of require-match in minibuffer-completion-confirm.
33 Use crm-local-completion-map.
34
35 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
36 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
37 (cl-make-type-test): Use char-valid-p for `character'.
38
39 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
40 (Info-complete-menu-item): Rewrite. Add the ability to search
41 several sequential nodes. Add a simple caching mechanism.
42 (Info-goto-index): New function extracted from Info-index.
43 (Info-index): Use it. Add completion to the interactive spec.
44 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
45
46 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
47
48 * COPYING: Removed.
49
50 2001-11-29 Dave Love <fx@gnu.org>
51
52 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
53 (fortran-window-create, fortran-window-create-momentarily):
54 Rewrite, moving error condition.
55 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
56 (fortran-mode-syntax-table): Revert last change.
57
58 * international/mule.el: Doc fixes.
59 (map-charset-chars): New function.
60 (register-char-codings): Use it to cope with generic chars in
61 safe-chars.
62
63 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
64
65 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
66
67 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
68
69 * play/studly.el (studlify-word, studlify-region)
70 (studlify-buffer): Fix doc-string.
71 (studlify-buffer): Add autoload cookie.
72
73 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
74
75 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
76 (outline-up-heading-all): Remove.
77 (hide-sublevels): Move to end-of-heading before calling flag-region.
78 (outline-copy-overlay, outline-discard-overlays): Remove.
79 (outline-flag-region): Use `remove-overlays'.
80 Don't move to end-of-heading.
81 (outline-next-visible-heading, outline-back-to-heading)
82 (outline-on-heading-p): Use outline-invisible-p.
83 (outline-font-lock-level): Use outline-up-heading's new arg.
84 (outline-minor-mode): Simplify.
85 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
86 (outline): Put a `reveal-toggle-invisible' property.
87 (outline-level-heading): New var.
88 (outline-insert-heading, outline-promote, outline-demote)
89 (outline-toggle-children): New commands.
90
91 * progmodes/hideif.el (hif-end-of-line): New function.
92 (hide-ifdef-mode): Set line-move-ignore-invisible.
93 (hide-ifdef-region-internal): New function.
94 (hide-ifdef-region): Use it.
95 (hif-defined): Return an integer.
96 (hif-infix-to-prefix): Remove.
97 (hif-tokenize): Parse from the buffer rather than from a string.
98 Correctly tokenize integers. Use forward-comment.
99 (hif-expr): Use hif-or.
100 (hif-term): Use hif-and.
101 (hif-factor): Use hif-not. Handle numbers properly.
102 Don't require parenthesis around `defined's argument.
103 (hif-and, hif-or, hif-not): New funs.
104 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
105 (hif-hide-line): Don't hide the \n before the line.
106 (hif-possibly-hide): Correctly handle numeric evaluation results.
107
108 * progmodes/make-mode.el: Use line-(end|beginning)-position.
109 (makefile-mode): Set indent-line-function.
110 (makefile-browser-insert-continuation): Use with-current-buffer.
111 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
112
113 2001-11-28 Karl Fogel <kfogel@red-bean.com>
114
115 * isearch.el (isearch-yank-internal): New helper function.
116 (isearch-yank-char): New function.
117 (isearch-yank-word, isearch-yank-line): Rewrite to use
118 isearch-yank-internal.
119
120 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
121
122 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
123 aren't supported. Print a message to that effect if invoked.
124
125 2001-11-27 Stephen Eglen <stephen@gnu.org>
126
127 * locate.el (locate): Put point at first matching file rather
128 than top of buffer.
129
130 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
131
132 * reveal.el: New file.
133
134 * progmodes/hideif.el: Misc cleanup.
135 (hide-ifdef-mode-submap): Put the def in the defvar.
136 Use substitute-key-definition.
137 (hide-ifdef-mode): Use define-minor-mode.
138 (hif-outline-flag-region): Remove.
139 (hif-show-all): Define in terms of hif-show-ifdef-region.
140 (hif-after-revert-function): Rename from hif-before-revert-function.
141 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
142 (hif-tokenize): Use with-syntax-table.
143 (hif-make-range): Use `else' also for `else-p'.
144 (hif-range-else-p): Remove.
145 (hif-find-range): Simplify.
146 (hif-hide-line): Don't bother preserving buffer-modified-p.
147 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
148 Don't use selective-display and inhibit-read-only.
149
150 * subr.el (copy-overlay, remove-overlays): New funs.
151
152 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
153
154 2001-11-27 Sam Steingold <sds@gnu.org>
155
156 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
157 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
158 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
159 * obsolete/c-mode.el, obsolete/cplus-md.el
160 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
161 * term/sun-mouse.el, textmodes/artist.el:
162 Converted backquote to the new style.
163 * mouse.el, reposition.el: Likewise (in comments).
164 * expand.el: Likewise (in a string).
165
166 2001-11-27 Richard M. Stallman <rms@gnu.org>
167
168 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
169
170 2001-11-26 Richard M. Stallman <rms@gnu.org>
171
172 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
173 if :on-glyph or :off-glyph is a list, eval it and store it back.
174 (checkbox): Quote the values for :on-glyph and :off-glyph.
175
176 * cus-start.el (recursive-load-depth-limit): Delete item.
177
178 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
179
180 * help-fns.el (describe-categories, help-describe-category-set): New.
181 describe-categories moved here from src/category.c.
182
183 2001-11-26 Sam Steingold <sds@gnu.org>
184
185 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
186 arguments to `insert' are strings.
187
188 2001-11-26 Richard M. Stallman <rms@gnu.org>
189
190 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
191
192 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
193
194 * loaddefs.el: Regenerated.
195
196 * international/mule-diag.el: Require help-fns instead of
197 help-funs.
198
199 * help-fns.el: Renamed from help-funs.el.
200
201 * startup.el (command-line-1): Don't try to call process-list if
202 it is not fboundp.
203
204 2001-11-26 Sam Steingold <sds@gnu.org>
205
206 * frame.el (show-trailing-whitespace): Remove :set argument (the
207 value was essentially identical to the defalt).
208
209 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
210
211 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
212
213 * icomplete.el (icomplete-minibuffer-setup): Likewise.
214
215 * hilit-chg.el (hilit-chg-set): Likewise.
216
217 * speedbar.el (speedbar-mode): Likewise.
218
219 * calendar/calendar.el (calendar-mode): Likewise.
220
221 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
222 insert-string.
223
224 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
225
226 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
227
228 * term/sun-mouse.el (sun-yank-selection): Likewise.
229
230 * textmodes/bib-mode.el (return-key-bib): Likewise.
231
232 * calendar/appt.el (appt-disp-window): Likewise.
233
234 * calendar/diary-lib.el (list-diary-entries): Likewise.
235
236 * array.el (array-reconfigure-rows): Likewise.
237
238 * filecache.el (file-cache-minibuffer-complete): Likewise.
239
240 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
241
242 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
243
244 * allout.el (outline-version, outline-open-topic)
245 (outline-rebullet-heading, outline-insert-listified)
246 (outline-latex-verbatim-quote-curr-line)
247 (outline-latexify-one-item, outlineify-sticky): Likewise.
248
249 * vc.el (vc-next-action-on-file): Likewise.
250 (vc-dired-mode): Remove make-local-hook.
251
252 2001-11-26 Andre Spiegel <spiegel@gnu.org>
253
254 * vc.el (vc-find-version): New function.
255 (vc-version-other-window): Redefined in terms of the above.
256
257 * log-view.el (log-view-find-version): New function.
258 (log-view-mode-map): Bind it to `f'.
259
260 2001-11-26 Gerd Moellmann <gerd@gnu.org>
261
262 * language/devan-util.el (dev-char-glyph): Escape `"' in
263 string literals.
264 (dev-glyph-glyph, dev-glyph-glyph-2)
265 (devanagari-compose-syllable-region): Likewise.
266
267 2001-11-26 Richard M. Stallman <rms@gnu.org>
268
269 * window.el (save-selected-window): No error if saved window is dead.
270
271 * help-funs.el (describe-syntax): Put (interactive) after doc string.
272
273 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
274
275 * international/quail.el (quail-help): Require help-mode in
276 top-level instead.
277
278 * iswitchb.el (iswitchb-exhibit): Use insert instead of
279 insert-string.
280
281 * icomplete.el (icomplete-exhibit): Likewise.
282
283 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
284
285 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
286 (diff-hunk-kill): Simplify.
287 (diff-post-command-hook): Only apply to a single hunk.
288 (diff-hunk-text): Make `char-offset' non-optional.
289 (diff-find-text): Return a cons cell.
290 (diff-find-approx-text): New fun.
291 (diff-find-source-location): Use it.
292 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
293 Adapt to new retval of diff-find-text.
294
295 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
296 rather than integer- representation of dates.
297
298 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
299
300 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
301 (syntax-after): New fun.
302
303 * help-funs.el (describe-syntax): New fun.
304
305 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
306 (font-lock-ppss-stats, font-lock-ppss): Remove.
307 (font-lock-fontify-syntactically-region): Remove tuning code.
308 (font-lock-compile-keywords): Fix off-by-one bug.
309 (font-lock-set-defaults): Don't set removed vars.
310 (c-keywords): Add `inline'.
311 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
312
313 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
314 Set syntax-begin-function.
315 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
316 (lisp-interaction-mode): Don't set local-abbrev-table any more.
317 (lisp-mode-auto-fill): Use syntax-ppss and obey
318 comment-auto-fill-only-comments.
319 (lisp-fill-paragraph): Use syntax-ppss.
320
321 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
322
323 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
324 version of rmail-enable-mime.
325 (rmail-forward): Use it.
326
327 2001-11-25 Richard M. Stallman <rms@gnu.org>
328
329 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
330
331 * international/quail.el (quail-keyboard-layout-button):
332 Define button type.
333 (quail-keyboard-customize-button): Likewise.
334 (quail-help): Use those button types. Require `help-mode'.
335 Avoid altering the argument `package'.
336
337 * help-mode.el (help-function, help-variable, help-face)
338 (help-coding-system, help-input-method, help-character-set):
339 Define each button type with its own explicit define-button-type.
340
341 * language/devan-util.el: Comment out parts of the file
342 which apparently are garbled.
343
344 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
345
346 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
347 insert-string.
348
349 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
350
351 * play/snake.el (snake-mode): Remove make-local-hook.
352
353 * play/tetris.el (tetris-mode): Likewise.
354
355 * play/decipher.el (decipher-mode): Likewise.
356
357 * tmm.el (tmm-add-prompt): Likewise.
358
359 2001-11-25 Sam Steingold <sds@gnu.org>
360
361 * menu-bar.el (menu-bar-apropos-menu): New variable.
362 Moved all `apropos' bindings to this menu.
363 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
364
365 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
366
367 The following changes are for new indian languages support based
368 on Unicode charset and CDAC fonts.
369
370 * international/mule-conf.el: Change indian-1-column charset to
371 indian-glyph charset.
372
373 * international/characters.el: Adjusted for the change of
374 indian-1-column -> indian-glyph.
375
376 * international/fontset.el: Delete the setting for indian-1-column
377 and add the setting for indian-glyph in the default fontset.
378
379 * language/indian.el: Completely re-written.
380
381 * language/devanagari.el: Completely re-written.
382
383 * language/devan-util.el: Completely re-written.
384
385 * language/ind-util.el: New file.
386
387 2001-11-24 Richard M. Stallman <rms@gnu.org>
388
389 * startup.el (command-line-1): Don't do startup screen
390 if a subprocess is running. Call the startup screen buffer
391 "GNU Emacs". Make a special mode-line-format for it.
392
393 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
394 (browse-url-galeon): Use that variable.
395
396 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
397 eval-expression. Eval and set the variable simply.
398
399 * files.el (temporary-file-directory): Use defcustom.
400 (small-temporary-file-directory): Likewise.
401 (normal-backup-enable-predicate): Move down in file
402 after definition of temporary-file-directory.
403
404 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
405
406 2001-11-24 Colin Walters <walters@debian.org>
407
408 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
409 autoload names to match files renamed on initial calc import.
410
411 * calc/calc.el (Commentary): Cleanup, and add logistic curve
412 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
413
414 2001-11-23 Colin Walters <walters@debian.org>
415
416 * Makefile.in (finder_setwins, setwins): Include Calc again.
417
418 * calc/calc-rules.el: Add header comment.
419
420 2001-11-23 Andre Spiegel <spiegel@gnu.org>
421
422 * vc.el (with-vc-properties): Don't bind `filename' locally.
423 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
424 to avoid name clashes. Fix `lisp-indent-function' property for
425 both.
426
427 2001-11-23 Francesco Potorti` <pot@gnu.org>
428
429 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
430
431 2001-11-22 Colin Walters <walters@debian.org>
432
433 * calc/calc-misc.el (report-calc-bug):
434 Use `reporter-prompt-for-summary-p'.
435
436 * calc/INSTALL, calc/Makefile: Remove.
437
438 2001-11-22 Miles Bader <miles@gnu.org>
439
440 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
441 (reb-match-2, reb-match-3): Add dark-background variants.
442
443 2001-11-22 Colin Walters <walters@debian.org>
444
445 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
446 (info "Calc").
447 (report-calc-bug): Use reporter.el.
448
449 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
450
451 2001-11-21 Richard M. Stallman <rms@gnu.org>
452
453 * which-func.el (which-function): Call imenu--make-index-alist
454 if necessary to get a list of functions.
455 (which-function-imenu-failed): New variable.
456 (which-func-update): Handle all visible windows.
457 (which-func-update-1): New subroutine broken out of which-func-update.
458
459 * files.el (temporary-file-directory, null-device)
460 (small-temporary-file-directory): Definitions moved up.
461
462 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
463 (cperl-non-problems, cperl-praise): Doc fixes.
464
465 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
466 (sh-mode-syntax-table): Function restored.
467 Variable set up for use by function sh-mode-syntax-table.
468 (sh-set-shell): Set the syntax table.
469
470 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
471
472 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
473
474 * international/encoded-kb.el: Don't alter minor-map-alist.
475
476 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
477
478 * files.el (auto-save-file-name-transforms): Put remote files in
479 temporary-file-directory rather than /tmp.
480
481 2001-11-21 Colin Walters <walters@debian.org>
482
483 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
484 of (function ...) wrapper.
485
486 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
487
488 * derived.el (define-derived-mode): Create the abbrev-table
489 from inside the `defvar'.
490
491 * jit-lock.el (jit-lock-defer-time): New var.
492 (jit-lock-defer-timer, jit-lock-buffers): New vars.
493 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
494 (jit-lock-function): Defer fontification if requested.
495 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
496 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
497 text property.
498 (jit-lock-deferred-fontify): New fun.
499
500 2001-11-20 Richard M. Stallman <rms@gnu.org>
501
502 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
503 Set local-abbrev-table to lisp-mode-abbrev-table.
504
505 * emacs-lisp/re-builder.el (reb-mode):
506 Don't use define-derived-mode. Call kill-all-local-variables.
507
508 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
509 Don't use define-derived-mode.
510
511 * help-mode.el (help-mode): Undo 2001-10-07 change.
512
513 * replace.el (occur-mode): Undo 2001-5-20 change.
514
515 2001-11-20 Jason Rumney <jasonr@gnu.org>
516
517 * w32-fns.el (w32-system-coding-system): Change to an alias for
518 locale-coding-system.
519 (set-w32-system-coding-system): Document the above change.
520 Set locale-coding-system instead.
521
522 2001-11-20 Richard M. Stallman <rms@gnu.org>
523
524 * ruler-mode.el: Add pagination.
525 (ruler-mode-toggle-show-tab-stops): No need to
526 test `ruler-mode' variable.
527
528 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
529
530 * play/landmark.el: Mark lm-mode as special.
531
532 * play/gomoku.el: Mark gomoku-mode as special.
533
534 2001-11-20 Juanma Barranquero <lektu@terra.es>
535
536 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
537 (top-level): Bind it to C-c C-b.
538 (re-builder): Don't re-enter RE Builder Mode.
539
540 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
541
542 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
543
544 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
545 `manual-program'.
546
547 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
548 to a line without a comment.
549
550 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
551
552 * dired.el (dired-listing-switches): Mention in the doc string
553 that some switches are not supported by ls-lisp.el
554
555 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
556
557 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
558 (imenu--create-keymap-2): Remove.
559 (imenu--create-keymap-1): Simplify, remove third argument.
560 (imenu--generic-function): Use dolist.
561 (imenu-find-default): New function.
562 (imenu--completion-buffer): Use it.
563 (imenu--mouse-menu): Use popup-menu.
564 (imenu--menubar-select): Return t rather than calling imenu.
565
566 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
567 New functions, extracted from fill-region-as-paragraph.
568 (fill-region-as-paragraph): Use them.
569 Use an end marker instead of eob.
570 Ignore whitespace-only fill-prefixes when indenting according to mode.
571 Simplify the loop that searches for spaces backwards.
572
573 * textmodes/picture.el (picture-vertical-step)
574 (picture-horizontal-step): Don't use defconst for variables.
575
576 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
577 (mail-extract-address-components): Downcase domain names.
578 (mail-extr-delete-char): Remove. Use delete-char instead.
579
580 * emulation/pc-select.el: Doc string fixes.
581 (pc-selection-mode): Don't treat macos as a tty.
582
583 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
584
585 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
586
587 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
588 (mouse-wheel-progessive-speed): New var.
589 (mwheel-scroll): Use it and handle float values.
590
591 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
592
593 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
594 (iswitchb): Fix the case where the result was selected with the mouse.
595 (iswitchb-completion-help): Use the normal *Completions* now that
596 mouse selection works.
597 (iswitchb-minibuffer-setup): Simplify.
598
599 * newcomment.el (comment-column, comment-style, comment-multi-line)
600 (comment-auto-fill-only-comments): Remove :group arg.
601 (comment-padding): Add :type.
602 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
603 if called interactively.
604
605 2001-11-19 Colin Walters <walters@verbum.org>
606
607 * calc/calc.el (toplevel): Add comment and version header.
608 (calc-init-base): Bump version to 2.02f, update date.
609
610 2001-11-19 Richard M. Stallman <rms@gnu.org>
611
612 * net/browse-url.el: Support Mozilla and Galeon.
613 By default, find the installed browser whichever it is.
614 (browse-url-mozilla): New function.
615 (browse-url-mozilla-sentinel): New function.
616 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
617 (browse-url-default-browser): New function.
618 (browse-url-process-environment): Use browse-url-browser-display.
619 (browse-url-browser-display): Renamed from browse-url-netscape-display.
620 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
621 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
622 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
623 (browse-url-browser-function): New default, new options.
624
625 2001-11-19 Sam Steingold <sds@gnu.org>
626
627 * bindings.el (last-buffer, unbury-buffer): New function.
628 (mode-line-unbury-buffer): Use `unbury-buffer'.
629
630 2001-11-18 Stephen Eglen <stephen@gnu.org>
631
632 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
633 control behaviour when no further completion is possible.
634
635 2001-11-19 Colin Walters <walters@verbum.org>
636
637 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
638 (math-showing-full-precision, math-with-extra-prec, math-working)
639 (calc-with-default-simplification)
640 (calc-with-trail-buffer): Use backtick.
641 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
642 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
643 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
644 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
645 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
646 (Math-num-integerp, Math-bignum-test, Math-equal-int)
647 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
648 (calc-record-compilation-date-macro): Deleted. Callers updated.
649 (math-format-radix-digit): Move to calc-bin.el.
650
651 * calc/calc.el (calc-record-compilation-date): Remove.
652 (calc-bug-address): Update.
653 (calc-settings-file): Use `user-init-file'.
654
655 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
656 Handle null `calc-settings-file'.
657
658 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
659 * calc/calc-keypd.el (calc-keypad-mode): New.
660 (calc-do-keypad): Use it.
661 (calc-keypad-map): Move into `calc-keypad-mode'.
662
663 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
664 to defalias argument.
665
666 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
667 (calcFunc-floor): Ditto.
668
669 * calc-units.el (calcFunc-usimplify): Ditto.
670
671 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
672 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
673 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
674 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
675 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
676 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
677 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
678 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
679 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
680 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
681 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
682 and move them before their first use. Use `when', `unless'.
683 Remove trailing periods from error forms. Add description and
684 headers suggested by Emacs Lisp coding conventions.
685
686 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
687
688 * newcomment.el (comment-indent):
689 Fix misindentation for comment-only lines.
690 (comment-indent-new-line): Only obey comment-multi-line if the
691 comment-ender is not the end-of-line.
692
693 2001-11-19 Richard M. Stallman <rms@gnu.org>
694
695 * net/net-utils.el (network-connection-service-abbrev-alist):
696 New variable.
697
698 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
699 Advance to start of 3rd sexp by moving fwd and backing over it.
700 At first three elements, act like defun.
701
702 * delsel.el (delete-selection-pre-hook): Handle and resignal
703 file-supersession errors to interact properly with userlock.el.
704
705 2001-11-18 Richard M. Stallman <rms@gnu.org>
706
707 * progmodes/fortran.el (fortran-mode-syntax-table):
708 Specify punctuation syntax for backslash.
709
710 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
711 All calls deleted.
712
713 * international/mule-util.el (string-to-sequence): Make it obsolete.
714 (string-to-list, string-to-vector): Implement them directly
715 using append and vconcat, not with string-to-sequence.
716
717 * startup.el (command-line): Set abbrevs-changed to nil after
718 reading the init file and the abbrevs file.
719
720 * isearch.el (isearch): Use magenta2 as bg for (background light)
721
722 2001-11-17 Richard M. Stallman <rms@gnu.org>
723
724 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
725
726 * simple.el (minibuffer-history-sexp-flag): Doc fix.
727
728 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
729
730 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
731 If set and if applicable, add a regexp to highlight defun-like
732 text inside comments and strings.
733 (font-lock-fontify-keywords-region): Pass that new arg.
734 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
735 to the end and pass that new arg.
736 (c-font-lock-keywords-2): Fix regex for labels.
737 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
738 Make it work when LIMIT is several lines further.
739 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
740 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
741 Use backquote and make the regexes for `int a, b, c;' work on
742 multiple lines.
743
744 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
745 (font-lock-defaults-alist): Don't change it any more.
746 (reb-subexp-mode-map): Cleanup.
747
748 * custom.el (custom-current-group-alist): New var.
749 (custom-declare-group): Set it.
750 (custom-current-group): New fun.
751 (custom-declare-variable, custom-handle-all-keywords):
752 Use it as a default if no :group argument is specified.
753
754 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
755 (standard-keyboard-coding-systems): New var.
756 (set-locale-environment): Use it to decide whether or not to call
757 set-keyboard-coding-system.
758 (locale-language-names): Use \"French\" for "fr".
759
760 2001-11-17 Richard M. Stallman <rms@gnu.org>
761
762 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
763 (add-to-list): Delete compatibility code.
764 (checkdoc-next-message-error): Doc fix.
765
766 2001-11-17 Stephen Eglen <stephen@gnu.org>
767
768 * locate.el (locate): Show default locate pattern within the
769 prompt, but don't insert it into the minibuffer contents.
770 Catch the case when pattern is the empty string.
771
772 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
773
774 * language/european.el ("French"): New language environment.
775
776 2001-11-16 Richard M. Stallman <rms@gnu.org>
777
778 * calendar/todo-mode.el (todo-save): Fix previous change.
779
780 * subr.el (functionp): Do use cdr-safe on object.
781
782 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
783
784 * bindings.el (mode-line-mode-name): Only put the help-echo property
785 if the local-map property was put as well.
786 (global-map): Bind switch-frame, delete-frame, iconify-frame
787 and make-frame-visible events.
788
789 * emacs-lisp/elp.el (elp-not-profilable): New var.
790 (elp-not-profilable-p): New function.
791 (elp-instrument-function): Use it. Use backquotes and push.
792
793 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
794 (byte-stack+-info, byte-compile-last-warned-form)
795 (byte-compile-last-logged-file): Don't defconst a variable.
796 (no-byte-compile): Declare.
797 (byte-compile-file): Don't boundp-check no-byte-compile any more.
798 (byte-compile-defvar): Leave defconst as is.
799
800 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
801 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
802 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
803 (edebug-best-error): Don't defconst a variable.
804 (edebug-read-syntax-table): Use a char-table.
805 (edebug-lemacs-specific): Remove.
806 Toplevel: Eliminate check for Lucid Emacs.
807
808 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
809
810 * rect.el (move-to-column-force): Mark obsolete.
811 (operate-on-rectangle, delete-extract-rectangle-line)
812 (insert-rectangle, delete-whitespace-rectangle-line)
813 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
814 (string-rectangle-history): New var.
815 (string-rectangle, string-insert-rectangle): Use it.
816 (delete-rectangle-line): Fix pos/column mixup and simplify.
817
818 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
819 (normal-top-level, command-line, command-line-1): Simplify.
820
821 * tar-mode.el (tar-mode): Use define-derived-mode.
822
823 * view.el (view-mode-enable): Don't use make-local-hook.
824
825 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
826
827 2001-11-16 Richard M. Stallman <rms@gnu.org>
828
829 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
830 if it doesn't make sense as anything else.
831 Don't recognize a "telephone number" at the beginning of the name.
832 (mail-extr-leading-garbage): Match non-word characters only.
833
834 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
835
836 * startup.el (command-line-processed): Doc fix.
837
838 * apropos.el (apropos-next-label-button): Doc fix.
839
840 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
841
842 * comint.el (comint-mode): Simplify.
843 (make-comint-in-buffer): Run `comint-mode' only if necessary.
844
845 * subr.el (eval-after-load): Make it work with features as well.
846
847 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
848
849 * international/mule-cmds.el (describe-input-method): Setup xref.
850 (set-language-environment): Use functionp.
851 (locale-language-names, locale-charset-language-names)
852 (locale-preferred-coding-systems): Defconst and purecopy.
853
854 * language/european.el (mac-roman): Add mime-charset property.
855
856 2001-11-15 Richard M. Stallman <rms@gnu.org>
857
858 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
859 (multiple-value-apply, nth-value): Use defsubst rather than defalias
860 to get better doc strings.
861
862 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
863
864 * derived.el: Fix autoload cookie.
865
866 2001-11-15 Richard M. Stallman <rms@gnu.org>
867
868 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
869
870 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
871
872 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
873
874 2001-11-15 Richard M. Stallman <rms@gnu.org>
875
876 * dired.el (dired-undo): Display a message to explain
877 that this does not undo file system changes.
878
879 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
880
881 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
882 into `unread-command-events' instead of trying keymap
883 lookups ourselves. This makes mouse-clicks do the right
884 thing even when keymaps of overlays are involved.
885 (mouse-drag-drag): Likewise.
886
887 2001-11-15 Andreas Schwab <schwab@suse.de>
888
889 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
890 characters and append anchor to pattern added to auto-mode-alist.
891
892 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
893
894 * server.el (server-process-filter): Run pore/post-comment-hook
895 before/after visiting the file.
896
897 * info-look.el (makefile-mode): Add info for automake.
898 (autoconf-mode): Fix the name of the index for automake.
899
900 * international/latin-9.el: Give pilcrow punctuation syntax.
901
902 2001-11-15 Andre Spiegel <spiegel@gnu.org>
903
904 * vc.el: Documentation fixes.
905
906 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
907
908 * smerge-mode.el (smerge-match-conflict): Fix typo.
909 (smerge-diff): Be careful to read match-data early enough.
910
911 2001-11-14 Colin Walters <walters@verbum.org>
912
913 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
914 (calcFunc-subst): Use `defalias' instead of `fset' and
915 `symbol-function'.
916
917 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
918 (calcFunc-ceil, calcFunc-round): Ditto.
919
920 * calc/calc-bin.el (calcFunc-clip): Ditto.
921
922 * calc/calc-ext.el (calcFunc-evalv): Ditto.
923
924 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
925
926 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
927 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
928
929 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
930
931 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
932 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
933 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
934 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
935 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
936 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
937 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
938 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
939 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
940 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
941 * calcsel2.el: Style cleanup; don't put closing parens on their
942 own line, add "foo.el ends here" to each file, and update
943 copyright date.
944
945 * README: Update maintainer.
946
947 2001-11-13 Alan Shutko <ats@acm.org>
948
949 * compile.el (recompile): Use compilation-arguments if set, so as
950 to be able to M-x recompile the exact command which created a
951 compilation-mode buffer.
952
953 2001-11-13 Richard M. Stallman <rms@gnu.org>
954
955 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
956
957 2001-11-13 Gerd Moellmann <gerd@gnu.org>
958
959 * mouse.el (mouse-drag-region): Don't run the up-event
960 handler if window start changed due to the down-mouse event.
961
962 2001-11-13 Richard M. Stallman <rms@gnu.org>
963
964 * mouse.el (mouse-show-mark): Either move point to the mark
965 or use highlighting, never both.
966 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
967
968 2001-11-13 Simon Josefsson <jas@extundo.com>
969
970 * mail/smtpmail.el (top-level): Change maintainer to Simon
971 Josefsson, cleanup the smtpmail.el header.
972
973 * mail/smtpmail.el (top-level): Don't require cl or base64.
974 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
975 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
976 Defsubst instead of defmacro.
977 (smtpmail-intersection): Return value in reverse order.
978 (smtpmail-open-stream): Use stringp instead of string-to-list.
979 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
980 separated from smtpmail-via-smtp.
981
982 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
983 rfc2104. Require base64 and cl.
984 (smtpmail-smtp-service): Doc fix. :type fix.
985 (smtpmail-debug-info): Doc fix.
986 (smtpmail-debug-verb, smtpmail-auth-credentials)
987 (smtpmail-starttls-credentials, smtpmail-auth-supported):
988 New variables.
989 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
990 mail-utils (it is autoloaded).
991 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
992 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
993 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
994 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
995 (smtpmail-via-smtp): Support AUTH.
996 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
997
998 2001-11-13 Richard M. Stallman <rms@gnu.org>
999
1000 * ebuff-menu.el (electric-buffer-update-highlight): New function.
1001 (electric-buffer-overlay): New variable.
1002 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
1003 (electric-buffer-list): Likewise.
1004
1005 2001-11-13 Per Starback <starback@ling.uu.se>
1006
1007 * isearch.el (isearch-whitespace-chars): Doc fix.
1008 (isearch-mode): Handle negative search-slow-window-lines correctly.
1009
1010 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
1011
1012 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
1013
1014 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
1015 From Emmanuel Briot <briot@act-europe.fr>.
1016
1017 2001-11-13 Colin Walters <walters@debian.org>
1018
1019 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
1020
1021 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
1022 "~/.emacs"; use `read-file-name'.
1023
1024 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
1025 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
1026 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
1027 * calc/calc.el: Use `frame-width' instead of `screen-width',
1028 `frame-height' instead of `screen-height', and,
1029 `executing-kbd-macro' instead of `executing-macro'.
1030
1031 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
1032 correct number of arguments.
1033
1034 * calc/calc-aent.el (calc-do-alg-entry):
1035 Use `blink-paren-function' instead of `blink-paren-hook'.
1036
1037 2001-11-12 Richard M. Stallman <rms@gnu.org>
1038
1039 * calendar/todo-mode.el (todo-save): Add save-excursion
1040 and save-restriction.
1041
1042 * server.el (server-edit, server-done): Doc fix.
1043
1044 * simple.el (clone-indirect-buffer): Error if major mode symbol
1045 has a no-clone-indirect property.
1046 (clone-buffer): Check for obvious errors before reading clone name.
1047
1048 * info.el (Info-mode): Add a no-clone-indirect property.
1049
1050 2001-11-12 Sam Steingold <sds@gnu.org>
1051
1052 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1053 set-buffer-modified-p to nil after `vc-exec-after'.
1054 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1055 (log-view-mode): Make read-only.
1056 (log-view-current-file): Do final `expand-file-name' in the
1057 current `default-directory'.
1058 (log-view-current-tag): Take an optional `where' arg.
1059 (log-view-diff): New user command.
1060
1061 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1062
1063 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1064
1065 2001-11-12 Sam Steingold <sds@gnu.org>
1066
1067 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1068 `generic-flet', `generic-labels', `with-accessors',
1069 `with-condition-restarts'.
1070
1071 2001-11-12 Richard M. Stallman <rms@gnu.org>
1072
1073 * dired.el: Many trivial doc fixes.
1074 (dired-get-file-for-visit): New function.
1075 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1076 (dired-view-file, dired-find-file-other-window, dired-display-file):
1077 (dired-find-file): Use dired-get-file-for-visit.
1078
1079 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1080
1081 * sql.el (sql-mode): Doc change.
1082
1083 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1084 escape character.
1085
1086 2001-11-12 Colin Walters <walters@debian.org>
1087
1088 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1089 (calc-do-keypad): Don't attempt to use nonexistent global
1090 mouse-map, use calc-keypad-map.
1091 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1092 (calc-keypad-left-click): Don't use mouse-map; update to new event
1093 interface.
1094 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1095 (calc-keypad-press): Use `unread-command-events' instead of
1096 `unread-command-char'.
1097
1098 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1099 to match files renamed on initial calc import.
1100
1101 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1102
1103 * textmodes/flyspell.el (flyspell-default-dictionary):
1104 Fix previous change.
1105
1106 2001-11-12 Richard M. Stallman <rms@gnu.org>
1107
1108 * textmodes/flyspell.el (flyspell-default-dictionary):
1109 Fix custom type.
1110
1111 2001-11-11 Richard M. Stallman <rms@gnu.org>
1112
1113 * calendar/solar.el (solar-sunrise-and-sunset):
1114 Exchange the two extreme values of day-length.
1115
1116 * progmodes/sh-script.el (sh-must-be-shell-mode):
1117 Allow modes derived from sh-mode.
1118
1119 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1120 Turn off error in some re-search-forward calls.
1121
1122 * replace.el (query-replace-skip-read-only): New variable.
1123 (perform-replace): If that variable is non-nil, ignore matches
1124 that have a read-only property.
1125
1126 * derived.el (define-derived-mode): Doc fix.
1127
1128 * server.el (server-buffer-done): Test of server-existing-buffer
1129 was backwards.
1130 (server-existing-buffer): Doc fix.
1131
1132 * textmodes/flyspell.el (flyspell-default-dictionary):
1133 Allow nil as value, and make nil the default.
1134
1135 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1136
1137 * subdirs.el: Regenerated.
1138
1139 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1140 it is not fboundp.
1141 (clipboard-yank): Ditto.
1142
1143 2001-11-11 Colin Walters <walters@verbum.org>
1144
1145 The following changes are based on patches from
1146 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1147 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1148
1149 * calc/calc.el (toplevel): Require calc-macs.
1150 (calc-minibuffer-size): New.
1151 (calcDigit-nondigit): Use it instead of `buffer-size'.
1152 (calcDigit-backspace): Likewise.
1153 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1154 `buffer-string'.
1155 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1156 `point-min'.
1157 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1158 `save-excursion'.
1159
1160 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1161 simple `setq' form.
1162
1163 * calc/calc-ext.el: (toplevel): Require calc.
1164 (calc-fancy-prefix-map): New.
1165 (calc-fancy-prefix): Use it.
1166 (calc-fancy-prefix-other-key): New.
1167
1168 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1169 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1170 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1171 (calcAlg-enter): Likewise.
1172 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1173
1174 2001-11-10 Richard M. Stallman <rms@gnu.org>
1175
1176 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1177 (quietly-read-abbrev-file): Doc fix.
1178
1179 * startup.el (command-line): Read standard abbrev
1180 file (abbrev-file-name), if it exists.
1181
1182 * files.el (save-abbrevs): Default value is t.
1183
1184 * progmodes/compile.el (compile-goto-error): Fix previous change
1185 in the case where subsequent errors have not been parsed yet
1186 because they are in a different source file.
1187
1188 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1189
1190 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1191 Merge two regular expressions into one.
1192 (ps-mode): Make local bindings for `comment-start' and
1193 `comment-start-skip'.
1194 (ps-mode-looking-at-nested): Simplify an if-else construct;
1195 use `set-match-data' to set the result.
1196
1197 2001-11-10 Richard M. Stallman <rms@gnu.org>
1198
1199 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1200 Function deleted.
1201 (flyspell-correct-word): Old definition deleted.
1202 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1203 All references renamed too.
1204
1205 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1206
1207 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1208
1209 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1210
1211 * wid-edit.el (checklist): Removed `:menu-tag'.
1212 (radio-button-choice): Ditto.
1213 (editable-list): Ditto.
1214
1215 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1216
1217 * play/gomoku.el: Move definitions of constants to the beginning
1218 of file, before their use.
1219
1220 2001-11-09 Richard M. Stallman <rms@gnu.org>
1221
1222 * textmodes/flyspell.el: Use the keymap property
1223 instead of local-map, and don't use a minor-mode map.
1224 (flyspell-mode-map): Variable deleted.
1225 Don't mess with minor-mode-map-alist.
1226 (calling add-minor-mode): Specify nil for keymap.
1227 And always use add-minor-mode, now that it exists.
1228 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1229 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1230 or flyspell-local-mouse-map.
1231 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1232 (flyspell-mode): Doc fix.
1233 (flyspell-mode-on): Don't call make-local-hook.
1234
1235 2001-11-09 Sam Steingold <sds@gnu.org>
1236
1237 * emacs-lisp/debug.el (debugger-make-xrefs):
1238 Add buttons to all symbols.
1239
1240 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1241
1242 * vc.el: Add John David Smith to credits.
1243
1244 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1245
1246 * vc-hooks.el (vc-error-occured): Backquotified.
1247 (vc-file-prop-obarray): Use prime length for better efficiency.
1248
1249 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1250
1251 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1252
1253 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1254
1255 2001-11-09 Miles Bader <miles@gnu.org>
1256
1257 * subr.el (functionp): Don't consider macros as functions.
1258
1259 2001-11-08 Miles Bader <miles@gnu.org>
1260
1261 * subr.el (functionp): Make work correctly for macros and unbound
1262 symbols.
1263
1264 * comint.el (comint-send-input): Fix description of
1265 `comint-process-echoes' in the doc-string.
1266
1267 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1268
1269 * international/mule.el (make-translation-table): Doc fix.
1270 Suggested by Alex Schroeder <alex@gnu.org>.
1271
1272 2001-11-07 Richard M. Stallman <rms@gnu.org>
1273
1274 * info.el (Info-fontify-node): Highlight every third menu item.
1275
1276 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1277
1278 * cus-edit.el (custom-face-value-create): Don't ignore the
1279 `customized-face' attribute when finding the current face spec.
1280
1281 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1282
1283 * subr.el (with-local-quit): New macro.
1284 (make-syntax-table): Always inherit.
1285 (functionp): Be more careful when `object' is a symbol.
1286
1287 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1288
1289 2001-11-07 Paul Eggert <eggert@twinsun.com>
1290
1291 * dired.el (dired-move-to-filename-regexp):
1292 Do not distinguish between ASCII letters and non-ASCII characters.
1293 Don't allow comma except in the form "month day, year".
1294 Don't allow space between month name and comma.
1295 Clean up the code that checks for trailing period, comma, and space.
1296 Remove now-obsolete comments, and add more commentary about
1297 Japanese dates.
1298 Always gobble up trailing spaces, instead of doing it only sometimes.
1299
1300 2001-11-07 Miles Bader <miles@gnu.org>
1301
1302 * paren.el (show-paren-match-face): Add dark-background variant.
1303
1304 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1305
1306 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1307 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1308 Don't disable adaptive-fill-mode.
1309 (lisp-fill-paragraph): Use tab-width rather than 8.
1310 Prevent filling the first line of docstrings.
1311
1312 2001-11-06 Richard M. Stallman <rms@gnu.org>
1313
1314 * play/gomoku.el (gomoku): Doc fix.
1315
1316 * jka-compr.el (jka-compr-partial-uncompress):
1317 Support an alternative of not using dd.
1318 (jka-compr-dd-program): Use defcustom to define this.
1319 (jka-compr-load-suffixes): Use defcustom.
1320 (jka-compr-mode-alist-additions): Use defcustom.
1321
1322 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1323
1324 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1325 Also work when LIMIT is further than the end of line.
1326
1327 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * international/quail.el (quail-update-leim-list-file): Print the
1330 offending file name if some of its quail-define-package forms is broken.
1331
1332 2001-11-05 Richard M. Stallman <rms@gnu.org>
1333
1334 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1335 of the evaluated form.
1336
1337 2001-11-05 Paul Eggert <eggert@twinsun.com>
1338
1339 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1340 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1341 stamps always line up by default. Also, it uses a slightly
1342 different window to determine whether files are "recent".
1343
1344 2001-11-05 Andrew Innes <andrewi@gnu.org>
1345
1346 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1347 Don't attempt to remake autoloads before nuking .elc files.
1348
1349 2001-11-04 Richard M. Stallman <rms@gnu.org>
1350
1351 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1352 previous-single-property-change or next-single-char-property-change
1353 returns nil.
1354
1355 * international/mule-cmds.el (set-locale-environment):
1356 Make it interactive; make arg optional.
1357
1358 * international/mule-diag.el (help-funs): Require help-funs.
1359
1360 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1361
1362 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1363
1364 2001-11-04 Miles Bader <miles@gnu.org>
1365
1366 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1367 shadow of the splash image grey on a dark background instead of black.
1368
1369 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1370
1371 * term.el (all faces): Don't (copy-face 'default <foo>).
1372
1373 * term/xterm.el (function-key-map):
1374 Add entry for `ESC [ 3 ~' -> <delete>
1375 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1376 Use inheritance so that .emacs and terminfo take precedence.
1377
1378 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1379
1380 * tooltip.el (tooltip-delay): Decrease to 0.7.
1381 (tooltip-hide-delay): Enlarge to 10.
1382
1383 2001-11-03 Richard M. Stallman <rms@gnu.org>
1384
1385 * startup.el (fancy-splash-tail): Explain how to recover
1386 from a crash, if there was a crash.
1387 (command-line-1): Reorganize display of startup screen,
1388 to simplify the logic. Use a temp buffer for it.
1389
1390 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1391
1392 * frame.el (set-background-color, set-foreground-color):
1393 Call face-set-after-frame-default, to propagate the new colors to
1394 the frame's parameters alist.
1395
1396 * calendar/timeclock.el (timeclock-out): Signal an error if
1397 timeclock-last-event is nil.
1398
1399 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1400
1401 * textmodes/fill.el (fill-context-prefix): Fix braino.
1402
1403 * international/quail.el (quail-help):
1404 Use `help-buffer' and move `help-setup-xref' to beginning.
1405
1406 * international/mule-cmds.el (describe-language-environment):
1407 Use `help-buffer' and move `help-setup-xref' to beginning.
1408
1409 * international/mule-diag.el (list-character-sets)
1410 (sort-listed-character-sets, describe-character-set)
1411 (describe-coding-system, describe-fontset, list-fontsets):
1412 Use `help-buffer' and move `help-setup-xref' to beginning.
1413 (describe-char-after): Use `internal-describe-syntax-value'.
1414
1415 2001-11-02 Richard M. Stallman <rms@gnu.org>
1416
1417 * mouse.el (popup-menu): If the user refuses to select
1418 from a menu, don't try to invoke the menu.
1419
1420 2001-11-02 Miles Bader <miles@gnu.org>
1421
1422 * help-mode.el (help-xref): New button type.
1423 (help-function, help-variable, help-face, help-coding-system)
1424 (help-input-method, help-character-set, help-type, help-symbol)
1425 (help-back, help-info, help-customize-variable, help-customize-face)
1426 (help-function-def, help-variable-def): Use it as a supertype.
1427 Remove `action' property.
1428
1429 * international/mule-diag.el (describe-character-set)
1430 (describe-coding-system): Pass correct args to `help-xref-button'.
1431 (sort-listed-character-sets): New button type.
1432 (list-character-sets): Use it.
1433 (list-charset-chars): New button type.
1434 (list-character-sets-1): Use it.
1435
1436 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1437
1438 * indent.el (tab-always-indent, indent-for-tab-command):
1439 Remove redundant `never' setting.
1440
1441 * fill.el (fill-region-as-paragraph): Don't forget to skip
1442 over current whitespace before looking for a preceding space.
1443
1444 2001-11-01 Richard M. Stallman <rms@gnu.org>
1445
1446 * files.el (file-newest-backup): Don't pass backup file name
1447 thru file-name-sans-versions, because it never has version numbers.
1448
1449 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1450 to avoid ambiguous nested loops.
1451
1452 * files.el (find-file-noselect): Offer to change buffer-read-only
1453 only when the file's read-only status has changed from before
1454 as well as disagreeing with the buffer's current status.
1455 (buffer-file-read-only): New var, local in all buffers.
1456
1457 * buff-menu.el (buffer-menu): Doc fix.
1458 (buffer-menu-other-window): Doc fix.
1459 (list-buffers, list-buffers-noselect): Doc fix.
1460
1461 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1462
1463 * startup.el (command-line): If the terminal Emacs is running on
1464 has erase char set to ^H, use the Backspace key for deleting
1465 backward, and the Delete key for deleting forward.
1466
1467 2001-11-01 Miles Bader <miles@gnu.org>
1468
1469 * button.el (define-button-type): Make sure every user-defined
1470 button type has a supertype.
1471
1472 2001-10-31 Jason Rumney <jasonr@gnu.org>
1473
1474 * international/mule-cmds.el (locale-language-names): Add chs and
1475 cht as aliases for Chinese-GB and Chinese-BIG5.
1476
1477 2001-10-31 Richard M. Stallman <rms@gnu.org>
1478
1479 * bindings.el (mode-line-frame-identification): Add doc string.
1480 (mode-line-position, mode-line-modes): New variables.
1481 (mode-line-format): Use mode-line-position for the part
1482 that displays the position-in-buffer info.
1483 Use mode-line-modes for the part that displays major and minor modes.
1484
1485 2001-10-31 Sam Steingold <sds@gnu.org>
1486
1487 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1488 (debugger-setup-buffer): Call it.
1489 (debugger-mode-map): Bind RET and mouse-2.
1490
1491 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1492
1493 * startup.el: Document command line option --no-window-system
1494 instead of --no-windows.
1495
1496 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1497
1498 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1499
1500 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1501 (font-lock-defaults-alist): Use it.
1502 From David Ponce <david.ponce@wanadoo.fr>
1503
1504 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1505 output of `char-after'.
1506
1507 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1508
1509 * simple.el (reindent-then-newline-and-indent): Insert the newline
1510 before indenting the first line.
1511 (undo-get-state, undo-revert-to-state): New funs.
1512 (shell-command): Don't kill the buffer even if empty.
1513 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1514 (transpose-subr-end2): Remove.
1515 (transpose-subr): Add `special' arg and simplify.
1516 (transpose-subr-1): Rewrite.
1517 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1518 (rfc822-goto-eoh): Simplify.
1519
1520 2001-10-30 Richard M. Stallman <rms@gnu.org>
1521
1522 * enriched.el (enriched-face-ans): FIx previous change.
1523
1524 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1525
1526 * international/iso-acc.el (iso-accents-compose): Remove a
1527 superfluous setq.
1528
1529 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1530
1531 * buff-menu.el (list-buffers-noselect): If the buffer's name
1532 starts with a blank, but it visits a file, do show it (for files
1533 whose names start with a blank).
1534
1535 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1536
1537 * textmodes/fill.el (sentence-end-double-space)
1538 (sentence-end-without-period): Move to paragraphs.el.
1539 (fill-indent-according-to-mode): Change default to t.
1540 (fill-context-prefix): Simplify control-flow and use a more
1541 sophisticated merge that unifies both previous checks.
1542 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1543 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1544 (fill-nobreak-p): New fun.
1545 (fill-region-as-paragraph): Use it.
1546 Handle `fill-indent-according-to-mode' slightly differently.
1547 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1548 (fill-individual-paragraphs-citation): Fix.
1549
1550 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1551 (paragraph-start): Change default to the `text-mode' value.
1552 (sentence-end-double-space, sentence-end-without-period):
1553 Move from fill.el.
1554 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1555 rather than rebinding `paragraph-start' and `paragraph-separate'.
1556
1557 * indent.el (indent-line-function): Change default to indent-relative.
1558 (tab-always-indent): Add an `never' setting.
1559 (indent-according-to-mode): Handle `indent-relative' and
1560 `indent-relative-maybe' specially.
1561 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1562 Handle the `never' case for `tab-always-indent'.
1563 Don't call indent-according-to-mode for indent-relative' and
1564 `indent-relative-maybe'.
1565 (insert-tab): Rename `prefix-arg' to `arg'.
1566 (indent-region): Indent the first line as well.
1567 (indent-relative): Don't mark the buffer modified if the indentation
1568 is unchanged.
1569
1570 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1571 Don't set paragraph-separate. Set paragraph-start more carefully.
1572 Set indent-line-function.
1573 (paragraph-indent-text-mode): Use it and define-derived-mode.
1574 (text-mode-map): Remove the \t binding.
1575 (text-mode): Simplify now that the default is more favorable.
1576
1577 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1578
1579 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1580 If the regexp doesn't match, use a looser one.
1581 (find-variable-noselect): Add `file' argument.
1582
1583 * pcvs.el (cvs-mode-commit-hook): New hook.
1584 (cvs-mode-commit): Run it.
1585
1586 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1587
1588 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1589 (edebug-instrument-function): Use `find-function-noselect'.
1590
1591 2001-10-29 Richard M. Stallman <rms@gnu.org>
1592
1593 * term.el (term-if-emacs19): Macro deleted.
1594 Callers changed to use progn instead.
1595
1596 * frame.el (blink-cursor-mode): Doc fix.
1597
1598 * files.el (find-backup-file-name): Use make-backup-file-name.
1599
1600 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1601 window-live-p.
1602 (edebug-set-conditional-breakpoint): Unconditionally use
1603 the former Emacs >=19 definition.
1604 (edebug-mark): Define unconditionally.
1605 (edebug-eval-expression): Always call read-from-minibuffer
1606 and specify history list.
1607 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1608 edebug-set-conditional-breakpoint.
1609 (edebug-emacs-version-specific): Function deleted;
1610 do the job at top level.
1611 (edebug-emacs-19-specific): Function deleted, this is the default.
1612
1613 2001-10-29 Sam Steingold <sds@gnu.org>
1614
1615 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1616 "/cygdrive/LETTER/" pathnames.
1617
1618 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1619
1620 * faces.el (invert-face): Check for 'unspecified, not for nil,
1621 when testing whether face colors are not specified.
1622 From David.Kastrup@t-online.de (David Kastrup).
1623 (read-face-name): Doc fix.
1624 (make-face-bold, make-face-unbold, make-face-italic)
1625 (make-face-unitalic, make-face-bold-italic, invert-face):
1626 Remove trailing blank from the prompt passed to read-face-name.
1627
1628 2001-10-29 Sam Steingold <sds@gnu.org>
1629
1630 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1631 Report numbers of files skipped and failed too.
1632 (byte-compile-file): Return 'no-byte-compile for skipped files.
1633
1634 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1635
1636 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1637 and `M p'.
1638
1639 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1640
1641 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1642 as is on unread-command-events instead of `(SECOND-CHAR)'.
1643
1644 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1645
1646 * vc.el: Mention vc-*-switches in backend API documentation.
1647 (vc-annotate): Adapt doc string to recent change.
1648
1649 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1650
1651 * enriched.el (enriched-face-ans): Handle face attributes
1652 of the form `(FACE1 FACE2 ...)'.
1653
1654 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1655
1656 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1657
1658 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1659
1660 * progmodes/sql.el (sql-db2): Doc change.
1661 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1662 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1663
1664 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1665
1666 * env.el (substitute-env-vars): Don't quote argument to `rx';
1667 it's a macro.
1668
1669 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1670
1671 * cus-start.el (recursive-load-depth-limit): Added.
1672
1673 2001-10-28 Richard M. Stallman <rms@gnu.org>
1674
1675 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1676 All uses removed--assume Emacs version is >= 20.
1677
1678 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1679 by really checking that it is not version 18.
1680
1681 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1682
1683 2001-10-28 Miles Bader <miles@gnu.org>
1684
1685 * faces.el (face-attribute): Add INHERIT argument, consider face
1686 inheritance if it's non-nil.
1687 (face-attribute-merged-with): New function.
1688 (face-attribute-specified-or): New macro.
1689 (face-foreground, face-background, face-stipple): Add INHERIT
1690 argument. Use `face-attribute-specified-or'.
1691
1692 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1693
1694 * font-lock.el: Require `syntax'.
1695 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1696 Use `c-font-lock-syntactic-face-function' for c languages.
1697 (font-lock-mode): Don't unset vars when turning the mode off.
1698 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1699 (font-lock-extra-managed-props): New var.
1700 (font-lock-default-unfontify-region): Use it.
1701 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1702 Don't eval the value when there's no match.
1703 (font-lock-ppss-stats): New var.
1704 (font-lock-ppss): New fun.
1705 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1706 (font-lock-apply-highlight): Allow `highlight' to set several props.
1707 (font-lock-set-defaults): Use dolist.
1708 (font-lock-unset-defaults): Remove.
1709 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1710 Try to recognize prototypes using `foo P_ ((args))'.
1711 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1712 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1713 (c-font-lock-syntactic-face-function): New function.
1714 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1715 (c++-keywords): Use a more sophisticated regexp to handle
1716 shallowly nested templates.
1717
1718 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1719
1720 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1721 (sgml-tag): Use it. Cleanup with `cond'.
1722 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1723 Mark the overlays and only delete those that are marked.
1724 (sgml-skip-close-p): Remove.
1725 (sgml-value): Replace sgml-skip-close-p with its definition.
1726 (html-tag-alist): Use sgml-xml a bit more.
1727 (html-mode): Set sgml-empty-tags.
1728
1729 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1730 (texinfo-update-node, texinfo-sequential-node-update):
1731 Don't bind the obsolete `auto-fill-hook'.
1732 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1733 Use `set-buffer' rather than `switch-to-buffer'.
1734 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1735 Use `set-buffer' rather than `switch-to-buffer'.
1736
1737 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1738 text-mode-syntax-table.
1739 (mail-mode): Use define-derived-mode.
1740 Fix ordering of alternatives in adaptive-fill-regexp.
1741 (mail-mode-map): Don't rely on keymap's internal representation.
1742
1743 2001-10-27 Sam Steingold <sds@gnu.org>
1744
1745 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1746 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1747 (sgml-mode-common): Call it.
1748 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1749 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1750 (html-horizontal-rule, html-image, html-ordered-list):
1751 (html-unordered-list, html-list-item, html-paragraph):
1752 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1753 `html-xhtml'.
1754
1755 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1756
1757 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1758 (ifnothtml): New alias.
1759
1760 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1761
1762 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1763 (toggle-text-mode-auto-fill): Use derived-mode-p.
1764
1765 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1766
1767 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1768 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1769
1770 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1771
1772 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1773 Add make-obsolete cookies, to follow faces.el.
1774
1775 These changes avoid warnings from the byte compiler in faces.el:
1776
1777 * faces.el (internal-get-face): Use facep instead of the obsolete
1778 internal-find-face.
1779 (internal-frob-font-weight, internal-frob-font-slant):
1780 New defaliases for obsolete functions.
1781 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1782 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1783 (x-make-font-bold-italic): Use internal-frob-font-weight and
1784 internal-frob-font-slant aliases instead of the obsolete
1785 x-frob-... functions.
1786
1787 2001-10-26 Sam Steingold <sds@gnu.org>
1788
1789 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1790 DOCTYPE; set `mode-name' based on it.
1791 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1792 (sgml-tag): Close empty tags in XHTML.
1793
1794 2001-10-26 Jason Rumney <jasonr@gnu.org>
1795
1796 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1797 when UNICODE is not defined.
1798
1799 2001-10-26 Sam Steingold <sds@gnu.org>
1800
1801 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1802 be alone on the line.
1803
1804 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1805
1806 * button.el (button): Special face definition for MS-DOS terminals.
1807
1808 2001-10-26 Sam Steingold <sds@gnu.org>
1809
1810 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1811 Protect the /= test by checking that the args are non-nil.
1812 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1813
1814 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1815
1816 * textmodes/artist.el (artist-version): 1.2.4.
1817 (artist-butlast-fn): New variable.
1818 (artist-butlast): New function.
1819 (artist-ellipse-mirror-quadrant): Use it.
1820 (artist-mouse-draw-poly): Use nil for `point-list'.
1821 (artist-mouse-draw-poly): Check for point-list being nil.
1822
1823 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1824
1825 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1826 lambda expression.
1827 (ps-mode-menu-main): Submenu with options on/off was replaced with
1828 a toggle button.
1829 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1830 (ps-mode): Autoload cookie added on same line as comment
1831 (ps-mode-tabkey, ps-mode-backward-delete-char):
1832 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1833 `indent-to' with `indent-line-to'
1834 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1835 instead of `eval'.
1836 (ps-mode-print-region): Use `with-temp-buffer'.
1837 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1838 (numerous places): Add back-tick and tick around names in
1839 docstrings, fix punctuation in docstrings, remove trailing spaces.
1840
1841 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1842
1843 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1844 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1845 (sgml-font-lock-syntactic-keywords): New var.
1846 (sgml-mode-common): Drop the two args.
1847 Don't make buffer-local variables that aren't used.
1848 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1849 Don't set `before-string' props from sgml-display-text.
1850 (sgml-mode): Use define-derived-mode.
1851 (sgml-tags-invisible): Use sgml-display-text.
1852 (sgml-quote): New command.
1853 (html-tag-alist): Add args for `span'.
1854 (html-mode): Use define-derived-mode.
1855 Set sgml-display-text and sgml-tag-face-alist.
1856
1857 2001-10-25 Sam Steingold <sds@gnu.org>
1858
1859 * add-log.el (add-log-always-start-new-record): New user option.
1860 (add-change-log-entry): Use it.
1861
1862 2001-10-25 Richard M. Stallman <rms@gnu.org>
1863
1864 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1865 bind case-fold-search if FROM is not all lower case.
1866
1867 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1868
1869 * startup.el (normal-top-level): Check for frame-initial-frame
1870 only if it's really used.
1871
1872 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1873
1874 * progmodes/compile.el (compilation-parse-errors-filename-function):
1875 New variable.
1876 (compilation-parse-errors): Use it.
1877
1878 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1879
1880 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1881 interactively so that C-u M-C-x still does edebug.
1882 (checkdoc-sentencespace-region-engine): Don't force a double-space
1883 after `.' if it doesn't look like an end-of-sentence.
1884 (debug-ignored-errors): Add `disambiguate ...'.
1885
1886 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1887
1888 * textmodes/texinfo.el (texinfo-environments)
1889 (texinfo-environment-regexp): Hoist.
1890 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1891 Only highlight the menu name in menu items.
1892 Setup `@foo ... @end foo' as text clones.
1893 (texinfo-clone-environment): New function.
1894 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1895 (texinfo-insert-block): Simplify.
1896 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1897 the command is repeated.
1898 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1899 (texinfo-insert-@end): Simplify.
1900
1901 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1902 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1903 (texinfo-subsubsection-level-regexp)
1904 (texinfo-update-menu-same-level-regexps)
1905 (texinfo-update-menu-higher-regexps)
1906 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1907
1908 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1909 (derived-mode-p): Autoload.
1910
1911 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1912 New vars and functions.
1913 (text-clone-maintain, text-clone-create): New functions.
1914
1915 2001-10-25 Miles Bader <miles@gnu.org>
1916
1917 * facemenu.el (facemenu-add-new-face): Fix variable names.
1918
1919 2001-10-24 Richard M. Stallman <rms@gnu.org>
1920
1921 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1922 of t and nil values.
1923 (facemenu-set-face): Handle START and END interactively.
1924 (facemenu-set-foreground): Don't use a face; specify color directly.
1925 (facemenu-set-background): Likewise.
1926 (facemenu-set-face-from-menu): Doc fix.
1927 (facemenu-active-faces): Use face-attribute-vector
1928 to handle bare attributes not in faces.
1929 (facemenu-get-face): Don't handle face names fg:... and bg:...
1930 specially.
1931 (facemenu-add-new-face): New argument MENU.
1932 New way to handle adding colors to the color menus.
1933
1934 * env.el (substitute-env-vars): Quote the arg to rx.
1935
1936 2001-10-24 Sam Steingold <sds@gnu.org>
1937
1938 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1939 Control" and "SGML" groups.
1940
1941 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1942
1943 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1944 Better handling of C++ template args to avoid confusion with `<'
1945 and `>' used as operators in member init expressions.
1946
1947 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1948
1949 * replace.el (perform-replace): Move START and END parameters
1950 to the end of the argument list and make them optional.
1951
1952 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1953 perform-replace.
1954
1955 * international/fontset.el (x-must-resolve-font-name): New function.
1956 (x-complement-fontset-spec): Use it.
1957
1958 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1959
1960 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1961
1962 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1963 Turn caadr into caar of cdr.
1964
1965 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1966
1967 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1968 of mouse-{1,2} since dragging is on the down event.
1969
1970 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1971
1972 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1973 if ARG is nil.
1974
1975 * desktop.el (desktop-last-buffer): New variable.
1976 (desktop-create-buffer): Set it.
1977 (desktop-read): Bind it and switch to that buffer.
1978
1979 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1980
1981 * progmodes/compile.el (compilation-set-window-height):
1982 Select old window only if it's still live.
1983
1984 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1985
1986 * help-mode.el (help-buffer): Remove debugging code.
1987 From Stefan Monnier <monnier@cs.yale.edu>.
1988
1989 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1990
1991 * files.el (file-name-sans-extension, file-name-extension):
1992 Don't count the leading dots in file names as signaling an extension.
1993
1994 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1995
1996 * vc.el (vc-diff-switches): Doc rewritten.
1997
1998 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1999
2000 * tooltip.el (tooltip-set-param): Doc fix.
2001
2002 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
2003 127 to sgml-maybe-name-self.
2004 (sgml-name-8bit-mode): Doc fix.
2005 (sgml-char-names-table): New variable.
2006 (sgml-name-char): Support non-ASCII and mule-unicode-*
2007 characters. Doc fix.
2008 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
2009
2010 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
2011 doc string the effect of `left' and `top' parameters in
2012 tooltip-frame-parameters, the default values, and the units.
2013 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
2014 (tooltip-show): Mention in the doc string the `top' and `left'
2015 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
2016
2017 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2018
2019 Add autoscaling support for vc-annotate.
2020 From J.D. Smith <jdsmith@alum.mit.edu>.
2021
2022 * vc.el (vc-annotate-display-default): Accept colormap scaling
2023 ratio (now deprecated).
2024 (vc-annotate-display-autoscale): Added.
2025 (vc-annotate-add-menu): New autoscaling menu options "Span to
2026 Oldest" and "Span Oldest->Newest". Easymenu support added for
2027 toggle menus driven by customize variable `vc-annotate-display-mode'.
2028 (vc-annotate-display-select): Added.
2029 (vc-annotate): Changed temp-buffer-show-function to
2030 `vc-annotate-display-select'.
2031 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
2032 Added argument OFFSET. Instead of backend function, calls now
2033 generic `vc-annotate-difference'.
2034 (vc-annotate-difference): Added as generic function instead of
2035 backend-specific function. No longer takes argument POINT, but
2036 instead accepts a time OFFSET.
2037 (vc-default-annotate-current-time): Added.
2038
2039 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
2040 version in vc.el, with
2041 (vc-cvs-annotate-current-time): Added, as override of default.
2042 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
2043 `vc-cvs-annotate-difference'.
2044
2045 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2046
2047 * saveplace.el (save-place): Require `saveplace'.
2048
2049 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
2050 Use `sexp' for :value-type instead of `face'.
2051
2052 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2053
2054 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2055 regexps due to 5-digit message IDs.
2056
2057 2001-10-21 Jason Rumney <jasonr@gnu.org>
2058
2059 * term/w32-win.el (redisplay-dont-pause): Don't set.
2060
2061 2001-10-21 Miles Bader <miles@gnu.org>
2062
2063 * help-funs.el (help-manyarg-func-alist): Variable removed.
2064
2065 2001-10-21 Miles Bader <miles@gnu.org>
2066
2067 * help-funs.el (help-manyarg-func-alist): Remove entries for
2068 `insert', `insert-and-inherit', `insert-before-markers',
2069 `insert-before-markers-and-inherit', `message', `message-box',
2070 `message-or-box', `propertize', `format', `encode-time', `append',
2071 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2072 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2073 `ml-prefix-argument-loop'.
2074
2075 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2076
2077 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2078 (vc-default-diff-tree): New functions.
2079 (vc-version-diff): Use them. As a result, coding systems are now
2080 set up properly for all sorts of diffs, and tree diffs can now
2081 also be done locally.
2082 (vc-diff): With a prefix argument, don't require that it's called
2083 from a buffer under version control.
2084 (diff-switches): Remove duplicate definition.
2085
2086 * vc-cvs.el (vc-cvs-diff-tree): New function.
2087
2088 2001-10-21 Miles Bader <miles@gnu.org>
2089
2090 * help-funs.el (help-manyarg-func-alist): Remove entries for
2091 `list', `vector', `make-byte-code', `call-process',
2092 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2093 `logand', `logior', and `logxor'.
2094
2095 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2096 image bits to compensate. Use `make-string' instead of
2097 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2098
2099 2001-10-20 Kim F. Storm <storm@cua.dk>
2100
2101 * simple.el (kill-ring-save): Don't show extent of copied region
2102 if using transient-mark-mode and region is fully visible.
2103
2104 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2105
2106 * (Version 21.1 released.)
2107
2108 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2109
2110 * files.el (auto-mode-alist): Associate .indent.pro with
2111 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2112
2113 2001-10-18 Sam Steingold <sds@gnu.org>
2114
2115 Put the *Compile-Log* buffer in `compilation-mode'.
2116 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2117 (byte-compile-log-1, byte-compile-log-file)
2118 (displaying-byte-compile-warnings): Use it
2119
2120 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2121
2122 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2123
2124 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2125
2126 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2127
2128 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2129
2130 * obsolete/hilit19.el (hilit-lookup-face-create):
2131 Call set-face-font only if display-graphic-p.
2132 (toplevel): Remove references to window-system.
2133
2134 2001-10-18 Miles Bader <miles@gnu.org>
2135
2136 * simple.el (what-line): Avoid problems with field properties.
2137
2138 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2139
2140 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2141 Define special colors for a tty.
2142
2143 2001-10-17 Francesco Potorti` <pot@gnu.org>
2144
2145 * comint.el (comint-password-prompt-regexp): Make it less
2146 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2147
2148 2001-10-17 John Wiegley <johnw@gnu.org>
2149
2150 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2151 a regular file, before checking if it is a directory or symlink.
2152 This avoids a call to eshell-file-attributes, which can be
2153 expensive in some situations.
2154
2155 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2156 customization variable, to differentiate ls-in-dired from regular
2157 uses of ls.
2158
2159 2001-10-17 Miles Bader <miles@gnu.org>
2160
2161 * custom.el (defface): Mention `:inherit' in doc-string.
2162
2163 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2164
2165 * paren.el: Update the Commentary with installation instructions.
2166
2167 2001-10-15 Dave Love <fx@gnu.org>
2168
2169 * international/mule.el (set-auto-coding): Fix regexps for local
2170 variables section not to eat newlines.
2171
2172 2001-10-15 Miles Bader <miles@gnu.org>
2173
2174 * simple.el (display-message-or-buffer): Pass the correct buffer
2175 to `display-buffer'.
2176
2177 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2178
2179 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2180 (executable-find): Use exec-suffixes.
2181 (executable-set-magic): Don't use make-local-hook.
2182
2183 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2184
2185 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2186
2187 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2188 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2189 Add .so to the Unix and GNU branch.
2190
2191 * international/latin-1.el:
2192 * international/latin-2.el:
2193 * international/latin-3.el:
2194 * international/latin-4.el:
2195 * international/latin-5.el:
2196 * international/latin-8.el:
2197 * international/latin-9.el: Add no-byte-compile: t, since
2198 Makefile.in instructs make-docfile to look at .el files.
2199
2200 2001-10-14 Miles Bader <miles@gnu.org>
2201
2202 * button.el (define-button-type): Allow supertype property to be
2203 specified with a keyword `:supertype' too.
2204 (button-put, make-text-button): Allow button type property to be
2205 specified using the keyword `:type' too.
2206 (button-type): New function.
2207 (button): Add `button-category-symbol' property.
2208
2209 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2210
2211 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2212 indent-new-comment-line from comment-indent-new-line.
2213
2214 * textmodes/refill.el (refill-mode):
2215 Bind DEL to backward-delete-char-untabify.
2216 Set backward-delete-char-untabify-method to `hungry'.
2217
2218 * textmodes/bib-mode.el (bib-mode):
2219 * play/gomoku.el (gomoku-mode):
2220 * textmodes/page-ext.el (pages-directory-mode):
2221 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2222
2223 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2224
2225 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2226
2227 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2228 Handle here-docs differently.
2229 (sh-font-lock-heredoc): Remove.
2230 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2231 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2232 (sh-font-lock-open-heredoc): New functions.
2233 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2234 (sh-font-lock-keywords-1): Use regexp-opt.
2235 (sh-in-comment-or-string): Use syntax-ppss.
2236 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2237 (sh-select, sh-tmp-file): Add explicit terminating \n.
2238
2239 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2240 Use with-current-buffer.
2241 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2242 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2243 filename), catch any error that occurs in `ange-ftp-cd'.
2244 If an error happened, don't bother sending `cmd' at all.
2245 Fix a parenthesis typo.
2246 (ange-ftp-write-region): Don't blindly use binary if the remote host
2247 is unix-like.
2248
2249 * play/pong.el (pong-init): Don't use make-local-hook.
2250
2251 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2252
2253 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2254 (viper-get-ex-address-subr): More precise addr for the $ marker
2255
2256 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2257
2258 * version.el (emacs-version): Bump to 21.1.50.
2259
2260 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2261
2262 * mail/mailalias.el (mail-directory-stream): Do not double
2263 variables in the lambda-list.
2264
2265 * play/gomoku.el (gomoku-init-display): Ditto.
2266
2267 * play/landmark.el (lm-init-display): Ditto.
2268
2269 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2270 (delimit-columns-rectangle-line): Ditto.
2271
2272 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2273
2274 * newcomment.el (comment-region-internal): Don't rebind
2275 invisibility_spec now that the C routines handle it correctly.
2276
2277 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2278
2279 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2280 and `same-frame'.
2281
2282 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2283
2284 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2285
2286 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2287 C-p and C-r. Remove redundant bindings from inheriting maps.
2288
2289 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2290 After 4.23 and: After 4.24:
2291 (cperl-contract-levels): Restore position.
2292 (cperl-beautify-level): Likewise.
2293 (cperl-beautify-regexp): Likewise.
2294 (cperl-commentify): Rudimental support for length=1 runs
2295 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2296 After 4.25:
2297 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2298 (imenu-example--create-perl-index): Was not enforcing
2299 syntaxification-to-the-end.
2300 (cperl-invert-if-unless): Allow `for', `foreach'.
2301 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2302 Mark qw(), m()x as indentable.
2303 (cperl-init-faces): Highlight `sysopen' too.
2304 Highlight $var in `for my $var' too.
2305 (cperl-invert-if-unless): Was leaving whitespace at end.
2306 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2307 (cperl-calculate-indent): Remove old commented out code.
2308 Support (primitive) indentation of qw(), m()x.
2309 After 4.26:
2310 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2311 q [] with intervening newlines.
2312 (cperl-autoindent-on-semi): New customization variable.
2313 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2314 (cperl-tips): Mention how to make CPerl the default mode.
2315 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2316 (cperl-outline-level): New function.
2317 (cperl-highlight-variables-indiscriminately): New customization var.
2318 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2319 From Sean Kamath <kamath@pogo.wv.tek.com>.
2320 (cperl-after-block-p): Support CHECK and INIT.
2321 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2322 From Doug MacEachern <dougm@covalent.net>.
2323 After 4.27:
2324 (cperl-find-pods-heres): Recognize \"" as a string.
2325 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2326 Allow whitespace between << and "FOO".
2327 (cperl-problems): Remove \"" and q [] with intervening newlines.
2328 Mention multiple <<EOF as unsupported.
2329 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2330 (cperl-indent-parens-as-block): New configuration variable.
2331 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2332 Use `cperl-indent-parens-as-block'.
2333 (cperl-find-pods-heres): Test for =cut without empty line instead of
2334 complaining about no =cut.
2335 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2336 (cperl-find-pods-heres): Likewise.
2337 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2338 POD could've been marked as comment already.
2339 (cperl-unwind-to-safe): Unwind before start of POD too.
2340 After 4.28:
2341 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2342 After 4.29:
2343 (x-color-defined-p): Make an extra case to peacify the warning.
2344 Toplevel: `defvar' to peacify the warnings.
2345 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2346 No -nw-compile time warnings now.
2347 (cperl-find-tags): TAGS file had too short substring-to-search.
2348 Be less verbose in non-interactive mode
2349 (imenu-example--create-perl-index): Set index-marker after name
2350 (cperl-outline-regexp): New variable.
2351 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2352 (cperl-mode): Made use `cperl-outline-regexp'.
2353 After 4.30:
2354 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2355 (cperl-outline-level): Make start-of-file same level as `package'.
2356 After 4.31:
2357 (cperl-electric-pod): `head1' and `over' electric only if empty.
2358 (cperl-unreadable-ok): New variable.
2359 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2360 on an unreadable file.
2361 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2362 on an unreadable directory.
2363
2364 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2365 Consider the text between two errors as belonging to the first error.
2366 (compilation-goto-locus): Use pop-to-buffer rather than
2367 switch-to-buffer-other-frame.
2368
2369 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2370 (awk-font-lock-syntactic-keywords): New var.
2371 (awk-mode): Use it.
2372
2373 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2374
2375 * faces.el (describe-face): Call help-setup-xref earlier.
2376
2377 * jka-compr.el (jka-compr-load-suffixes): New var.
2378 (jka-compr-install): Add its content to load-suffixes.
2379 (jka-compr-uninstall): Remove its content from load-suffixes.
2380
2381 2001-10-12 Sam Steingold <sds@gnu.org>
2382
2383 * bindings.el (completion-ignored-extensions): CL-related
2384 extensions are platform-independent.
2385
2386 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2387 asynchronous multiple file copying.
2388
2389 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2390
2391 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2392 Turn error for repeated variables into warning.
2393
2394 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2395 New function checking that lambda-list consists of non-constant
2396 symbols, that &rest and &optional are followed by variable names,
2397 that &rest VAR is the last element, and that variables aren't doubled.
2398 (byte-compile-lambda): Use it.
2399
2400 2001-10-12 Eli Barzilay <eli@barzilay.org>
2401
2402 * calculator.el (calculator-eng-display): Don't call concat
2403 with an integer argument.
2404
2405 2001-10-12 Miles Bader <miles@gnu.org>
2406
2407 * help-mode.el (help-customize-face): New button-type.
2408
2409 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2410 (describe-face): Fix args to `help-xref-button'.
2411 Don't switch to help-buffer around call to `help-setup-xref'.
2412 Use `help-buffer' instead of hard-wired "*Help*".
2413 Require `help-mode'.
2414
2415 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2416
2417 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2418
2419 * help-mode.el (help-buffer): New function.
2420 Returns the buffer-name to use for help output.
2421 Change all the code to use it instead of hard-coding *Help*.
2422 (help-mode-map): Put back the mouse-2 binding.
2423 (help-xref-stack): Change the format and make buffer-local.
2424 (help-xref-stack-item): Make buffer-local.
2425 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2426 (help-xref-interned): Display the face doc as well.
2427 (help-follow-mouse): Re-introduce.
2428 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2429 (help-do-xref): Don't `push' any more.
2430 (help-follow): Also follow face names.
2431
2432 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2433 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2434 Autoload and cleanup.
2435 (describe-function): Call help-setup-xref.
2436 (describe-variable): Call help-setup-xref earlier.
2437
2438 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2439 (view-lossage): Call help-setup-xref correctly and earlier.
2440 (describe-bindings): Call help-setup-xref earlier.
2441 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2442 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2443
2444 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2445
2446 * master.el (master-mode): Use define-minor-mode instead of
2447 easy-mmode-define-minor-mode. Add autload cookie.
2448 (Commentary): Remove the line showing how to autoload master-mode,
2449 since it's always autoloaded.
2450
2451 * master.el: New file.
2452
2453 2001-10-11 Dave Love <fx@gnu.org>
2454
2455 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2456 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2457 <const-C varset-X const-C>: Fix car/cdr typo.
2458
2459 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2460
2461 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2462 New function extracted from byte-compile-log-1.
2463 (byte-compile-log-1): Change output to be more in line with
2464 the output of other GNU tools.
2465 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2466 (byte-compile-report-error): Downcase error message.
2467 Use `error' instead of `!!' for error messages.
2468 (byte-compile-print-syms): Treat non-interactive case specially.
2469 (displaying-byte-compile-warnings): Use backquote.
2470 (byte-compile-from-buffer): Bind byte-compile-last-line.
2471 (batch-byte-compile): Remove `Done' message.
2472
2473 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2474
2475 * emacs-lisp/copyright.el (copyright): Add final \n.
2476
2477 2001-10-11 Miles Bader <miles@gnu.org>
2478
2479 * diff.el (diff): Display default values in prompts as
2480 `(default ...)', not `(...)'.
2481
2482 * info.el (Info-follow-reference): Likewise.
2483
2484 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2485
2486 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2487
2488 * newcomment.el (comment-indent): Be a little more robust in case
2489 comment-indent-function does funny things.
2490 (comment-normalize-vars): Autoload.
2491 (comment-region-internal): Fiddle with the visibility spec.
2492 (comment-valid-prefix): New function.
2493 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2494 that would turn comment-text into non-comment-text.
2495
2496 * emacs-lisp/syntax.el: New file.
2497
2498 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2499 compatibility cruft.
2500 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2501 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2502 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2503 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2504 tcl-submit-bug-report.
2505 (tcl-mode-syntax-table): Leave \f alone.
2506 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2507 tcl-end-of-defun, tcl-submit-bug-report.
2508 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2509 (tcl-add-emacs-menu): Remove.
2510 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2511 (tcl-keyword-list): Add `chain'.
2512 (tcl-font-lock-syntactic-keywords): New variable.
2513 (tcl-pps-has-arg-6): Remove.
2514 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2515 (tcl-internal-mark-defun): Remove.
2516 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2517 (tcl-mode): Use define-derived-mode. Simplify.
2518 Set comment-indent-function.
2519 (tcl-indent-command): Use line-beginning-position and comment-indent.
2520 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2521 (tcl-indent-line): Use tcl-calculate-indent.
2522 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2523 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2524 (tcl-filter): Use with-current-buffer, simplify.
2525 (inferior-tcl-mode): Use define-derived-mode.
2526 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2527 (tcl-simple-in-comment, tcl-in-comment): Removed.
2528 (tcl-files-alist): New function.
2529 (tcl-help-snarf-commands): Use it and return the result directly
2530 rather than through a global variable.
2531 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2532 (tcl-help-on-word): Provide the default value to completing-read.
2533 (tcl-hilit): Remove.
2534 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2535 (tcl-comment-indent): New function.
2536 (tcl-submit-bug-report): Remove.
2537 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2538 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2539 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2540
2541 2001-10-10 Miles Bader <miles@gnu.org>
2542
2543 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2544 (Info-fontify-node): Don't fontify the node if it's already been done.
2545
2546 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2547
2548 * international/iso-transl.el (iso-transl-e-caret)
2549 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2550 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2551
2552 * simple.el (end-of-buffer): Fix code scrolling specially
2553 for the buffer end.
2554
2555 * startup.el (command-line-1): Bind tab-width to 8.
2556
2557 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2558
2559 * emulation/tpu-edt.el: Use defalias instead of fset for
2560 user-visible commands. From Rob Riepel
2561 <riepel@Networking.Stanford.EDU>.
2562
2563 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2564
2565 * ruler-mode.el: New file.
2566
2567 2001-10-09 Miles Bader <miles@gnu.org>
2568
2569 * apropos.el (button): New require.
2570
2571 * help-funs.el: New file, contents mostly from `help.el'.
2572 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2573
2574 * help-mode.el: New file, contents mostly from `help.el'.
2575
2576 * help.el: Don't require `view' when compiling.
2577 (help-with-tutorial, describe-function, describe-function-1)
2578 (variable-at-point, describe-variable, locate-library):
2579 Functions moved into `help-funs.el'.
2580 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2581 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2582 (help-setup-xref, help-xref-following, help-make-xrefs)
2583 (help-xref-button, help-insert-xref-button, help-xref-interned)
2584 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2585 (help-xref-on-pp): Functions moved into `help-mode.el'
2586 (help-mode-map, help-xref-stack, help-xref-stack-item)
2587 (help-highlight-p, help-highlight-face, help-back-label)
2588 (help-xref-symbol-regexp, help-xref-mule-regexp)
2589 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2590 (help-symbol, help-back, help-info, help-customize-variable)
2591 (help-function-def, help-variable-def):
2592 Button-types moved into `help-mode.el'.
2593 (load-symbol-file-load-history, symbol-file):
2594 Functions moved into `subr.el'.
2595 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2596 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2597
2598 * subr.el (symbol-file-load-history-loaded)
2599 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2600
2601 * loadup.el ("button"): Load removed.
2602
2603 * button.el (define-button-type): Respect any `supertype' property.
2604 (button-type-subtype-p, button-has-type-p): New functions.
2605
2606 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2607 dollar-signs.
2608
2609 * comint.el (comint-insert-previous-argument): New function.
2610 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2611 (comint-insert-previous-argument-last-start-pos)
2612 (comint-insert-previous-argument-last-index): New variables.
2613
2614 * apropos.el (apropos-next-label-button): Use the presence of a
2615 `apropos-label' property to detect label buttons.
2616
2617 2001-10-08 Miles Bader <miles@gnu.org>
2618
2619 * button.el (next-button, previous-button): Remove N and WRAP
2620 parameters. Don't pay attention to `skip' properties.
2621 (forward-button): Implement wrapping, iterating, and skipping here
2622 instead.
2623 (button-activate): USE-MOUSE-ACTION is optional.
2624 (button-nop): Function removed.
2625 (default-button): Use `ignore' as default button action.
2626
2627 * apropos.el (apropos-next-label-button): Update arguments to
2628 `next-button'.
2629 (apropos-symbol): Add `skip' property.
2630 (apropos-function, apropos-macro, apropos-command)
2631 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2632 (apropos-plist): New button types.
2633 (apropos-label-properties): Variable removed.
2634 (apropos-print): Pass button-type to apropos-print-doc, rather
2635 than help function and label text.
2636 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2637 Get button label from TYPE.
2638
2639 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2640
2641 * help.el (help-mode): Use define-derived-mode.
2642 (describe-mode): Add optional `buffer' arg.
2643 Use it instead of going through help-xref-mode.
2644 Avoid doubling the word `minor' when prettifying.
2645 (describe-function-1): List the corresponding key bindings.
2646 (describe-variable): Say if the var is automatically buffer-local.
2647 If the source is `loaddefs.el', look for the real source.
2648 (help-xref-mode): Remove.
2649
2650 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2651 the file says no-byte-compile.
2652
2653 2001-10-08 Miles Bader <miles@gnu.org>
2654
2655 * button.el (next-button, previous-button): Respect `skip' property.
2656
2657 2001-10-07 Miles Bader <miles@gnu.org>
2658
2659 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2660 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2661 `woman-follow-word' instead of `woman-mouse-2'.
2662 (woman-follow-word): Renamed from `woman-mouse-2'.
2663 Follow current unconditionally, since this function is now only
2664 bound to M-mouse-2. Use accessor functions.
2665 (WoMan-highlight-references): Use `make-text-button'.
2666 (woman-xref): New button type.
2667
2668 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2669 ("button"): New load, just before "help" (which uses it).
2670
2671 * help.el (help-mode-map): Make button-buffer-map our parent.
2672 Don't bind mouse events or tab/backtab.
2673 (help-function, help-variable, help-face, help-coding-system)
2674 (help-input-method, help-character-set, help-back, help-info)
2675 (help-customize-variable, help-function-def, help-variable-def):
2676 New button types.
2677 (help-button-action): New function.
2678 (describe-function-1): Pass help button-types to
2679 `help-xref-button' rather than help function and help-echo string.
2680 Don't put multiple help-function args in a list to pass them to
2681 help-xref-button, just pass them as multiple arguments.
2682 Use `help-insert-xref-button' to make [back]-button, rather than
2683 `help-xref-button'.
2684 (help-xref-button): Take a button-type TYPE as a parameter rather
2685 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2686 and add a &rest parameter ARGS to serve the same purpose.
2687 Use `make-text-button' to add the button.
2688 (help-insert-xref-button): Use `insert-text-button' to add the button.
2689 (help-follow-mouse, help-next-ref, help-previous-ref):
2690 Functions removed.
2691 (help-do-xref): New function.
2692 (help-follow): Use `push-button' and `help-do-xref' to do most of
2693 the work.
2694
2695 * apropos.el (apropos-symbol, apropos-label): New button types.
2696 (apropos-symbol-button-display-help)
2697 (apropos-label-button-display-help, apropos-next-label-button):
2698 New functions.
2699 (apropos-mode-map): Make button-buffer-map our parent.
2700 Don't bind mouse events.
2701 (apropos-print, apropos-print-doc): Create buttons instead of text
2702 properties.
2703 (apropos-mouse-follow): Function removed.
2704 (apropos-follow): Use buttons.
2705
2706 * button.el: New file.
2707
2708 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2709
2710 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2711 Remove.
2712
2713 2001-10-05 Richard M. Stallman <rms@gnu.org>
2714
2715 * add-log.el (add-change-log-entry): Skip copyright notice
2716 and copying permission notice at start of file, if any.
2717 Make use of terms "entry" and "item" accord with Emacs manual.
2718 Simplify the logic for moving point while entering or creating
2719 an entry and then an item.
2720 (add-change-log-entry-other-window): Doc fix.
2721
2722 2001-10-06 Miles Bader <miles@gnu.org>
2723
2724 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2725 removed; they apparently don't work with faces.
2726
2727 2001-10-05 Sam Steingold <sds@gnu.org>
2728
2729 * textmodes/sgml-mode.el (html-xhtml): New user option.
2730 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2731 (html-ordered-list, html-unordered-list, html-list-item)
2732 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2733 (sgml-skip-close-p): New function.
2734 (sgml-value): Use it.
2735
2736 2001-10-05 Sam Steingold <sds@gnu.org>
2737
2738 * calendar/diary-lib.el (diary-entry-compare): When times are
2739 identical, compare the entries lexicographically.
2740
2741 2001-10-06 Miles Bader <miles@gnu.org>
2742
2743 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2744 Use `minibuffer-prompt-end'.
2745
2746 * simple.el (previous-matching-history-element): Fix misplaced
2747 parentheses.
2748
2749 2001-10-05 Miles Bader <miles@gnu.org>
2750
2751 * rfn-eshadow.el: New file.
2752
2753 2001-10-05 Miles Bader <miles@gnu.org>
2754
2755 * cus-face.el (custom-face-attributes): Make sure each attribute
2756 has a valid default value. Remove hacks that mapped `nil' to
2757 `off' and used nil to mean `unspecified'. Remove `unspecified'
2758 choices from all attributes (unspecified is handled by the parent
2759 checklist).
2760 * cus-edit.el (custom-face-edit-convert-widget)
2761 (custom-face-edit-deactivate, custom-face-edit-activate)
2762 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2763 New functions.
2764 (custom-face-edit): Specify a custom :convert-widget.
2765 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2766 Don't pass in default filters that map between `nil' and `off' and
2767 `unspecified' and `nil'.
2768
2769 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2770
2771 * progmodes/compile.el (compilation-buffer-name): New function.
2772 (compile-internal): Use it to determine the name of the
2773 compilation buffer.
2774
2775 2001-10-05 Miles Bader <miles@gnu.org>
2776
2777 * progmodes/compile.el (grep-use-null-device): New variable.
2778 (grep-command): Mention `grep-use-null-device'.
2779 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2780 Make computation of `grep-command' respect `grep-use-null-device'.
2781 (grep): Respect `grep-use-null-device'.
2782 Call `grep-compute-defaults' even if grep-command is set, if
2783 grep-use-null-device is still tentative.
2784
2785 * subr.el (call-process-shell-command): New function.
2786
2787 2001-10-05 Miles Bader <miles@gnu.org>
2788
2789 * simple.el (previous-matching-history-element)
2790 (next-history-element, next-complete-history-element): Use
2791 `minibuffer-' functions instead of calling `field-' functions directly.
2792 (minibuffer-prompt-end, minibuffer-contents):
2793 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2794 Functions removed (now subrs).
2795 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2796
2797 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2798 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2799 instead of calling `field-' functions directly.
2800 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2801
2802 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2803
2804 * files.el (find-file-noselect): If file's read-only status has
2805 changed on disk, ask if buffer's read-only status should be
2806 changed, unless NOWARN is set.
2807
2808 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2809 alias for define-setf-method.
2810
2811 * bindings.el: Remove no-byte-compile from file local variables
2812 to enable bootstrapping.
2813
2814 2001-10-04 Andrew Innes <andrewi@gnu.org>
2815
2816 * faces.el (face-font-registry-alternatives) [windows-nt]:
2817 Make gb2312 an alias for gb2312.1980.
2818
2819 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2820
2821 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2822 (uniquify-reverse-components): Remove.
2823
2824 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2825 Make sure the file is readable.
2826 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2827 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2828 (batch-byte-recompile-directory): Pass arg=0.
2829
2830 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2831 (perl-calculate-indent): Use it.
2832 (perl-backward-to-noncomment): Use forward-comment.
2833
2834 * derived.el (define-derived-mode, derived-mode-make-docstring):
2835 Allow `parent' to be nil.
2836
2837 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2838 Use define-derived-mode.
2839 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2840
2841 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2842
2843 * emacs-lisp/lselect.el: Use facep iso find-face.
2844
2845 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2846 Use regexp-opt.
2847 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2848 (lisp-font-lock-syntactic-face-function): New function.
2849 (lisp-mode-variables): Use it. Make arg optional.
2850 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2851 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2852 Set comment-start-skip.
2853
2854 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2855
2856 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2857 (ignore-errors): Don't bother using a `err' symbol.
2858
2859 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2860 (autoload-insert-section-header, autoload-before-p)
2861 (autoload-remove-section): New functions.
2862 (generate-file-autoloads): Use them.
2863 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2864 Make sure the autoload file is properly formatted when creating it.
2865 (update-autoloads-from-directories): Use them as well.
2866 Only update autoloads for files whose timestamp has changed.
2867 Add a dummy entry to remember the files which had no autoload cookies.
2868
2869 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2870
2871 * subr.el (define-key-after): Allow `key' to be longer than 1.
2872 (make-local-hook): Make obsolete.
2873 (add-hook, remove-hook): Don't use make-local-hook any more.
2874 (make-syntax-table): Inherit all chars from s-s-t.
2875
2876 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2877
2878 This is a fix for a report saying that resuming a search with C-s
2879 C-s doesn't use the case-fold-search setting of the previous
2880 search (C-s ... M-c ... then C-s C-s).
2881
2882 * isearch.el (isearch-last-case-fold-search): New variable.
2883 (isearch-mode): Remember value of isearch-case-fold-search
2884 in isearch-last-case-fold-search.
2885 (isearch-done): Quote value of isearch-case-fold-search.
2886 (isearch-repeat): When resuming a search, restore
2887 isearch-case-fold-search from isearch-last-case-fold-search.
2888
2889 Added to NEWS.
2890
2891 * startup.el (inhibit-startup-buffer-menu): New user-option.
2892 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2893 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2894
2895 This allows upto 99999 messages in the summary without screwing up
2896 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2897
2898 * mail/rmailsum.el (rmail-make-summary-line)
2899 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2900 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2901 Allow 5-digit message ids instead of 4.
2902
2903 This adds expansion of environment variables in the value
2904 specified with M-x setenv. Added to NEWS.
2905
2906 * env.el (substitute-env-vars): New function.
2907 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2908 environment variables in VALUE. Return VALUE.
2909
2910 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2911
2912 * Branch for 21.1.
2913
2914 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2915
2916 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2917
2918 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2919
2920 * emulation/tpu-edt.el: Make messages match original TPU/edt
2921 editor. From riepel@Stanford.EDU (Rob Riepel).
2922
2923 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2924
2925 * rect.el: Update maintainer's email address.
2926
2927 2001-10-02 Andreas Schwab <schwab@suse.de>
2928
2929 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2930 and Extended Passive Mode, resp.
2931
2932 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2933
2934 These changes add support for Calendar-related items in the
2935 menu bar on tty's as well:
2936
2937 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2938 unconditionally.
2939 (calendar-mode): Set up activate-menubar-hook unconditionally.
2940
2941 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2942 calls x-popup-menu only if popup menus are supported.
2943 (calendar-mouse-insert-hebrew-diary-entry)
2944 (calendar-mouse-insert-islamic-diary-entry)
2945 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2946 (calendar-mouse-view-other-diary-entries)
2947 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2948 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2949 Call cal-menu-x-popup-menu instead of x-popup-menu.
2950
2951 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2952
2953 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2954
2955 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2956
2957 * emacs-lisp/rx.el: New file.
2958
2959 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2960
2961 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2962
2963 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2964
2965 * frame.el (select-frame-by-name, other-frame): Doc fix.
2966
2967 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2968
2969 * play/snake.el (snake-score-file): Use temporary-file-directory
2970 instead of a literal "/tmp". Suggested by Robert
2971 <robert@chezmarshall.freeserve.co.uk>.
2972
2973 * play/tetris.el (tetris-score-file): Ditto.
2974
2975 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2976
2977 * apropos.el (apropos-print): Make the directions inserted at the
2978 beginning of the *Apropos* buffer more clear.
2979
2980 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2981
2982 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2983 Added comments.
2984
2985 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2986
2987 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2988 "\\s-" when defining comment-end-skip.
2989
2990 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2991
2992 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2993 Call get-buffer-window first second arg `visible'.
2994
2995 * international/mule-diag.el (list-input-methods-1):
2996 Output something that's independent of Emacs' version.
2997
2998 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2999 calling byte-to-position with a nil tar-header-offset.
3000
3001 2001-09-27 Simon Josefsson <jas@extundo.com>
3002
3003 * mail/sendmail.el (send-mail-function): Doc fix.
3004 (mail-do-fcc): Error if header-end is not a marker.
3005 (mail-do-fcc): Add a comment.
3006 (mail-reply-to): Doc fix.
3007 (mail-signature): Make ATPOINT optional.
3008 (mail-yank-original): Use cond instead of nestled if.
3009
3010 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
3011
3012 * info.el (Info-on-current-buffer): Default arg to "Top".
3013
3014 2001-09-25 Eli Barzilay <eli@barzilay.org>
3015
3016 * calculator.el (calculator-copy-displayer): New user-option.
3017 (calculator-displayer-prev, calculator-displayer-next):
3018 Renamed from calculator-displayed-{left,right}.
3019 (calculator, calculator-standard-displayer)
3020 (calculator-num-to-string, calculator-update-display)
3021 (calculator-copy, calculator-put-value): Bug and display fixes.
3022
3023 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3024
3025 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
3026 (ebnf-version): New version (3.6.1).
3027
3028 * ebnf-bnf.el: Fix character range regexp. Doc fix.
3029 (ebnf-bnf-non-terminal-chars): New internal const.
3030 (ebnf-bnf-lex): Fix code.
3031
3032 * ebnf-iso.el: Fix character range regexp. Doc fix.
3033 (ebnf-iso-non-terminal-chars): New internal const.
3034 (ebnf-iso-lex): Fix code.
3035
3036 * ebnf-yac.el: Fix character range regexp. Doc fix.
3037 (ebnf-yac-skip-chars): New internal const.
3038 (ebnf-yac-skip-code): Fix code.
3039
3040 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
3041
3042 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
3043
3044 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
3045 passing it to VC.
3046
3047 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
3048 case where the file is relative.
3049
3050 2001-09-24 Gerd Moellmann <gerd@gnu.org>
3051
3052 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3053 same on each side. Make sure we properly handle simple quotes.
3054 From Daiki Ueno <ueno@unixuser.org>.
3055
3056 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3057
3058 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3059 <jas@extundo.com>.
3060
3061 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3062 some items of the Options menu.
3063
3064 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3065
3066 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3067
3068 * vc-hooks.el (vc-delete-automatic-version-backups):
3069 Don't fail if the directory doesn't exist.
3070
3071 * diff-mode.el (diff-default-read-only): New var.
3072 (diff-mode): Use it.
3073
3074 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3075
3076 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3077 Use make-keymap instead of copy-keymap, since copying the global
3078 keymap messes up the menu bar.
3079
3080 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3081 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3082
3083 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3084
3085 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3086
3087 * dired-aux.el (dired-insert-subdir): Pass switches to
3088 dired-build-subdir-alist.
3089
3090 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3091
3092 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3093 caused %#a and %#b to be mis-formatted.
3094
3095 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3096
3097 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3098 ccmode, emacs-mime, and eudc manuals.
3099
3100 2001-09-19 Sam Steingold <sds@gnu.org>
3101
3102 w32 find cannot be used with `grep-find'.
3103 * progmodes/compile.el (find-program): New variable.
3104 (grep-compute-defaults): Use it to set `grep-find-command'.
3105
3106 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3107
3108 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3109
3110 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3111
3112 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3113 programming. Doc fix.
3114 (ebnf-version): New version (3.6).
3115 (ebnf-eps-begin): Data fix.
3116 (ebnf-begin-file): Code fix.
3117
3118 * ebnf-bnf.el: Doc fix.
3119 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3120
3121 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3122
3123 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3124
3125 * ps-print.el: Better face mapping for black/white PostScript printers.
3126 Check if mark is active when printing a region. Doc fix.
3127 (ps-print-version): New version number (6.5.5).
3128 (ps-print-color-p): Customization fix.
3129 (ps-black-white-faces): New option.
3130 (ps-black-white-faces-alist): New internal var.
3131 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3132 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3133 (ps-nb-pages-region): Interactive fix.
3134 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3135 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3136
3137 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3138
3139 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3140 numeric month value, and allow the Kanji character after the it to
3141 be missing (happens with ls-lisp's output on Japanese versions of
3142 MS-Windows).
3143
3144 2001-09-18 Miles Bader <miles@gnu.org>
3145
3146 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3147 it's empty (and thus probably a new patch file about to be edited).
3148
3149 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3150
3151 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3152 Check for '(' in column 0 of doc string.
3153
3154 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3155 of `nth' so that using a vector as bounding-box works.
3156 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3157
3158 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3159
3160 * vc.el (vc-annotate): Use current workfile version explicitly as
3161 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3162
3163 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3164
3165 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3166 convert-standard-filename doesn't guarantee that the .el extension
3167 is preserved.
3168
3169 * dos-fns.el (convert-standard-filename): Replace invalid
3170 characters only after converting dash/underscore to a period.
3171 (original-make-auto-save-file-name): New.
3172 (make-auto-save-file-name): New function, overrides the definition
3173 on files.el and calls the original function via
3174 original-make-auto-save-file-name.
3175
3176 * mail/rmail.el (top-level): Require mule-utils when compiling.
3177 (rmail-decode-babyl-format): Use detect-coding-with-priority
3178 instead of detect-coding-region, to favor detection of emacs-mule
3179 encoded Babyl files written by rmailout.el etc. Suggested by
3180 Kenichi Handa <handa@etl.go.jp>.
3181
3182 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3183
3184 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3185 Use `equal', not `=', since the device number can be a cons cell.
3186
3187 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3188
3189 * simple.el: Comment out change of 2001-09-13.
3190
3191 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3192
3193 * progmodes/compile.el (grep-compute-defaults): Don't set
3194 grep-command/grep-find-command when it is already non-nil.
3195 (grep-command): Make it a user option.
3196 (grep-find-command): Likewise.
3197
3198 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3199
3200 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3201 inhibit quit.
3202
3203 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3204
3205 * files.el (make-auto-save-file-name): If long file names are not
3206 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3207 generating an auto-save file name from it.
3208
3209 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3210
3211 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3212 (ps-nb-pages-region): Signal an error if called interactively
3213 and the mark is not active.
3214
3215 * simple.el (minibuffer-prompt-modification)
3216 (minibuffer-prompt-insertion): New functions.
3217 (minibuffer-prompt-properties): Use `modification-hooks' and
3218 `insert-in-front-hooks'.
3219
3220 2001-09-12 Richard M. Stallman <rms@gnu.org>
3221
3222 * textmodes/outline.el (outline-regexp): Doc fix.
3223 Initialize it in the defcustom, the usual way.
3224
3225 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3226
3227 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3228 from `ediff-meta-info' properties need not be an overlay.
3229 From David Ponce <dponce@voila.fr>.
3230
3231 * isearch.el (isearch-intersects-p): Fix end checks.
3232
3233 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3234
3235 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3236 `t' branch of `cond', since Irix 6.1 and up is a special case of
3237 the standard dbx interface.
3238
3239 2001-09-11 Miles Bader <miles@gnu.org>
3240
3241 * comint.el (comint-send-input): When waiting for echoed input,
3242 don't save the expected end position in `echo-end', so that things
3243 work properly even if the buffer is modified elsewhere at the same
3244 time [this happens if `comint-truncate-buffer' is used].
3245
3246 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3247
3248 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3249 when constructing imenu-generic-expression from outline-regexp.
3250
3251 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3252
3253 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3254 `equal' instead of `=', since they can be cons cells. From Nils
3255 Goesche <cartan@cartan.de>.
3256
3257 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3258
3259 * vc.el (vc-annotate): Rewrote doc string.
3260
3261 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3262
3263 * time-stamp.el: Update Stephen Gildea's email address.
3264
3265 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3266
3267 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3268 enable-multibyte-characters = nil. From Hallvard B Furuseth
3269 <h.b.furuseth@usit.uio.no>.
3270
3271 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3272
3273 * ediff-init.el (ediff-highest-priority): Bug fix.
3274
3275 * viper-cmd.el (viper-special-read-and-insert-char): New function
3276 that reads a character and uses the current input method or
3277 iso-accents when appropriate.
3278
3279 * viper.el and all others: Corrections to the comment blocks at
3280 the top.
3281
3282 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3283
3284 * info.el (Info-goto-node): Doc fix.
3285
3286 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3287
3288 * isearch.el (isearch-intersects-p): New function.
3289 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3290 use isearch-intersects-p, and clean up.
3291
3292 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3293
3294 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3295 and "german8", for the new German orthography dictionaries,
3296 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3297 the entries, to keep the line length balanced for loaddefs.el.
3298
3299 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3300
3301 * comint.el (comint-send-input): Handle comint-process-echoes
3302 differently.
3303
3304 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3305
3306 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3307
3308 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3309
3310 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3311
3312 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3313
3314 * server.el (server-switch-buffer):
3315 * textmodes/refer.el (refer-find-entry-internal):
3316 * term/sup-mouse.el (sup-pos-to-window):
3317 * term/bg-mouse.el (bg-window-from-x-y):
3318 * emacs-lisp/edebug.el (edebug-window-live-p):
3319 Use get-window-with-predicate.
3320
3321 * window.el (get-window-with-predicate): Renamed from some-window.
3322 (some-window): Make it an alias.
3323
3324 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3325
3326 * simple.el (undo): Remove positions from buffer-undo-list up to
3327 the next undo boundary only.
3328
3329 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3330
3331 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3332 Kim <ryk@dspwiz.com>
3333
3334 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3335 the message "Creating customization items...done".
3336
3337 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3338
3339 * font-lock.el (toplevel): Require `jit-lock' only if
3340 font-lock-support-mode is set to jit-lock-mode.
3341
3342 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3343
3344 * international/quail.el (quail-use-package, quail-inactivate)
3345 (quail-activate): Mention the hooks these functions run in their
3346 doc strings.
3347
3348 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3349
3350 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3351 of file in header of menu.
3352
3353 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3354
3355 * env.el (setenv): Interactively, if VARIABLE has a current value,
3356 add that to the front of the history, as the doc string says.
3357
3358 * comint.el (comint-send-input): Change help-echo.
3359 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3360
3361 * bookmark.el (bookmark-write-file): Bind print-length and
3362 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3363
3364 * obsolete/uncompress.el: Moved there from lisp/.
3365
3366 * comint.el (comint-insert-clicked-input): Goto point-max before
3367 deleting previous input. From "Dr Francis J. Wright"
3368 <F.J.Wright@qmw.ac.uk>.
3369
3370 * simple.el (backward-word): Doc fix.
3371
3372 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3373
3374 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3375 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3376 * w32-fns.el: Add Keywords header.
3377
3378 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3379
3380 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3381 "Text Properties". Suggested by Simon Marshall
3382 <Simon.Marshall@midas-kapiti.com>.
3383
3384 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3385
3386 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3387 consulting the value of file-name-coding-system.
3388
3389 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3390
3391 * help.el (describe-function-1): Save precomputed `file-name' rather
3392 than recomputing it (incorrectly) with `symbol-file'.
3393
3394 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3395
3396 * international/isearch-x.el (isearch-exit-recursive-edit):
3397 Take three parameters, since it's used as an after-change-function.
3398
3399 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3400 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3401 from doc strings.
3402
3403 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3404
3405 * progmodes/glasses.el (glasses-convert-to-unreadable):
3406 Consider underscores as in `glasses-make-readable'.
3407
3408 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3409
3410 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3411 MS-DOS, since cpp might not be available.
3412
3413 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3414 Mention "yank" in the help-echo text.
3415 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3416
3417 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3418
3419 * newcomment.el (comment-indent): Insert spaces more carefully.
3420
3421 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3422
3423 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3424 exists. From Andy Petrusenco <andy@int.spb.ru>.
3425
3426 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3427 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3428 <andy@int.spb.ru>.
3429
3430 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3431
3432 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3433 Instead of running mouse-yank-at-click, see what the event is
3434 bound to outside Isearch and run that.
3435
3436 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3437
3438 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3439 Fix the menu entry to mention transient-mark-mode.
3440
3441 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3442
3443 * simple.el (eval-expression-print-level): Fix last change.
3444
3445 * bindings.el (mode-line-coding-system-map): New variable.
3446 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3447
3448 * simple.el (eval-expression-print-level): Change the type
3449 of the defcustom to allow nil.
3450
3451 * emacs-lisp/find-gc.el: Moved here from lisp/.
3452
3453 * international/quail.el (quail-completion-1):
3454 Reverse the ((CHAR . DEFN) ...) list before processing it.
3455 From Kenichi Handa <handa@etl.go.jp>.
3456
3457 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3458 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3459
3460 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3461
3462 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3463 aren't supported. This avoids the annoying gray strip drawn by
3464 the Windows version instead of the missing tool bar.
3465
3466 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3467
3468 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3469 and tooltips more consistent. From "Marshall, Simon"
3470 <Simon.Marshall@midas-kapiti.com>.
3471
3472 * startup.el (fancy-splash-screens): Temporarily set
3473 minor-mode-map-alist to nil while displaying splash screens.
3474
3475 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3476
3477 * buff-menu.el: Add Keywords header.
3478 Doc fix (C-x C-b is bound to list-buffers).
3479
3480 * dired-x.el: Add keyword files to get listed in finder.
3481 Remove confusing notes about GNU Emacs 19.
3482
3483 * dired.el, dired-aux.el: Add Keywords header.
3484
3485 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3486
3487 * vc.el (vc-revert-file): Call the backend even if the FILE's
3488 contents can be reverted locally; pass new arg CONTENTS-DONE
3489 down to the backend.
3490
3491 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3492 optional arg CONTENTS-DONE.
3493
3494 2001-08-28 Andrew Innes <andrewi@gnu.org>
3495
3496 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3497
3498 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3499
3500 * makefile.nt (install): Copy more *.el files.
3501
3502 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3503
3504 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3505 instead of `w' which is already in use.
3506
3507 * gs.el (gs-load-image): Use sleep-for.
3508 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3509
3510 2001-08-28 Miles Bader <miles@gnu.org>
3511
3512 * replace.el (query-replace-regexp-eval): Return args from
3513 `interactive' form in correct order.
3514
3515 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3516
3517 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3518 major modes, don't create panes for modes for which
3519 mouse-buffer-menu-alist returns an empty alist.
3520
3521 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3522
3523 * progmodes/hideshow.el: Update first-line description.
3524 Sync comments w/ maintainer version 5.31.
3525
3526 (hs-isearch-open): Default value now `code'.
3527 Fix docstring to use "code blocks" vs "comment blocks",
3528 as opposed to "block" vs "comment".
3529 (hs-flag-region): Accept `hs-isearch-open' value
3530 of `block' as synonymous w/ `code'.
3531 (hs-hide-block-at-point): For code blocks, pass `code'
3532 to `hs-flag-region' instead of `block'.
3533
3534 2001-08-28 Miles Bader <miles@gnu.org>
3535
3536 * comint.el (comint-next-prompt): Don't loop infinitely if
3537 {next,previous}-single-char-property-change returns its input
3538 position when the search fails.
3539
3540 2001-08-27 Miles Bader <miles@gnu.org>
3541
3542 * comint.el (comint-get-old-input-default): Don't signal an error
3543 if point is not on an input field; instead, return the current
3544 line (using `comint-bol' to skip any prompt, in case we're not
3545 using fields at all).
3546
3547 * man.el (Man-mode-line-format): Variable removed.
3548 (Man-mode): Change `mode-line-buffer-identification' instead of
3549 `mode-line-format'.
3550
3551 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3552
3553 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3554 From Simon Josefsson <jas@extundo.com>.
3555
3556 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3557
3558 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3559 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3560
3561 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3562 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3563
3564 * emacs-lisp/lselect.el: Ditto.
3565
3566 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3567 Remove periods from the end of error message strings.
3568 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3569
3570 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3571 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3572
3573 * net/telnet.el: Ditto.
3574
3575 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3576
3577 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3578 KEYMAP to the call to define-minor-mode.
3579
3580 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3581
3582 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3583 Replace some of the undefined characters with emulations of bidi
3584 formatting characters and Niqud as per SI 1311-1.
3585 (IT-unicode-translations): Ditto.
3586 (IT-display-table-setup, IT-setup-unicode-display):
3587 Fill characters without translations with dos-unsupported-char-glyph.
3588
3589 2001-08-24 Simon Josefsson <jas@extundo.com>
3590
3591 * hl-line.el (hl-line-mode): Don't be a global mode.
3592 (global-hl-line-mode): New function.
3593
3594 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3595
3596 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3597 being reset by Ghostscript. Don't kill the gs process.
3598 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3599
3600 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3601
3602 * term/mac-win.el: Require scroll-bar.
3603
3604 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3605
3606 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3607
3608 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3609
3610 * hexl.el (hexl-insert-multibyte-char) New function.
3611 (hexl-quoted-insert, hexl-self-insert-command)
3612 (hexl-insert-hex-char, hexl-insert-decimal-char)
3613 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3614 Fix the doc strings accordingly.
3615 (hexl-insert-char): Reject characters whose code is above 255.
3616 Doc fix.
3617 (hexl-mode-map): Copy the global keymap instead of creating a
3618 sparse keymap, and bind all self-inserting characters to
3619 hexl-self-insert-command.
3620
3621 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3622
3623 * wid-edit.el (text): Re-order docstring correctly.
3624
3625 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3626
3627 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3628
3629 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3630
3631 * simple.el (line-number-mode): Mention the variable
3632 line-number-display-limit-width in the doc string.
3633
3634 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3635
3636 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3637 Temporarily select EVENT's window for switching buffers.
3638 (mode-line-bury-buffer): New function.
3639 (mode-line-buffer-identification-keymap): Use it instead of
3640 bury-buffer. Bind down-mouse events to prevent global down-mouse
3641 events from shining through.
3642
3643 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3644
3645 * newcomment.el (comment-beginning): Make sure the comment-start
3646 we found isn't a comment-end (in cases where confusion is possible).
3647
3648 2001-08-22 Miles Bader <miles@gnu.org>
3649
3650 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3651 before writing it, so that hard-links don't see new version.
3652
3653 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3654
3655 * gs.el (gs-set-ghostview-colors-window-prop):
3656 Call x-change-window-property with 3rd arg FRAME.
3657 (gs-load-image): Wait for a previous Ghostscript process
3658 to complete before starting a new one.
3659
3660 * image.el (image-type-regexps): Make sure that the TIFF
3661 pattern is only matched at the beginning of a string.
3662 From Markus Rost <rost@math.ohio-state.edu>.
3663
3664 * international/swedish.el: Pre-Mule file removed. From Jonas
3665 Oberg <jonas@gnu.org>.
3666
3667 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3668
3669 * whitespace.el (whitespace-abort-on-error): Add custom variable
3670 to whitespace to abort a write-file if whitespace is detected in file.
3671
3672 * whitespace.el (whitespace-write-file-hook): Hook to be called
3673 when writing a file. If `whitespace-abort-on-error' is set, the
3674 write will abort on detecting whitespaces.
3675 If `whitespace-auto-cleanup' is set, the file will be cleaned
3676 automatically prior to writing.
3677
3678 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3679 whitespaces in the error output!
3680
3681 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3682 `indent-tabs-mode', since the latter notes user preferences on
3683 TABs anyway.
3684
3685 * whitespace.el (whitespace-version): 3.1. All of the above issues
3686 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3687
3688 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3689
3690 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3691 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3692
3693 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3694
3695 2001-08-20 Alex Schroeder <alex@gnu.org>
3696
3697 * sql.el (sql-db2): Doc change.
3698
3699 2001-08-20 Alex Schroeder <alex@gnu.org>
3700
3701 * sql.el (sql-postgres): Add the database at the end of the
3702 parameters instead of at the beginning.
3703 (sql-postgres-options): Doc change.
3704
3705 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3706
3707 * custom.el (defcustom): Doc fix.
3708
3709 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3710
3711 * ps-mule.el (find-composition): Check if (char-after POS)
3712 returns a valid character.
3713
3714 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3715
3716 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3717 original-point for extra CR characters that are added/removed when
3718 the buffer is written/read whose EOL type is -dos.
3719
3720 2001-08-16 Miles Bader <miles@gnu.org>
3721
3722 * simple.el (line-move): Undo previous change.
3723
3724 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3725 property to input-terminating `boundary' overlays to avoid
3726 line-move wierdness.
3727
3728 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3729
3730 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3731 buffer in a save-restriction. Under one test case with Ediff,
3732 window-scroll-functions are run with a window start that's
3733 temporarily outside of the restriction.
3734
3735 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3736
3737 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3738 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3739 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3740 (texinfo-update-menu-region-beginning)
3741 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3742 command, @ifnottex, to regexps, so it is found.
3743
3744 2001-08-16 Andrew Innes <andrewi@gnu.org>
3745
3746 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3747 (DONTCOMPILE): Omit sc.el.
3748
3749 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3750 (DONTCOMPILE): Omit sc.el.
3751
3752 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3753
3754 * replace.el (occur): Bind inhibit-read-only to t.
3755
3756 2001-08-16 Miles Bader <miles@gnu.org>
3757
3758 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3759 calling `constrain-to-field', to avoid problems with comint prompts.
3760
3761 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3762
3763 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3764 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3765
3766 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3767 of a while-loop.
3768
3769 * Makefile.in (DONTCOMPILE): Remove sc.el.
3770
3771 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3772 Don't include term/.
3773
3774 * mail/sc.el: Moved to obsolete/.
3775
3776 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3777
3778 * ps-print.el: Change error function arguments to follow Emacs
3779 message convention. Doc fix.
3780 (ps-print-version): New version number (6.5.4).
3781 (coding-system-for-write): Change declaration position to avoid
3782 XEmacs compilation gripes.
3783 (coding-system-for-read, buffer-file-coding-system):
3784 Declarations to avoid XEmacs compilation gripes.
3785
3786 * ps-mule.el: Doc fix.
3787 (ps-mule-encode-header-string): If STRING is not a string, replace
3788 STRING by empty string.
3789
3790 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3791
3792 * frame.el (show-trailing-whitespace): Doc fix.
3793
3794 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3795
3796 * desktop.el (desktop-save): Insert the coding: tag before
3797 desktop-header.
3798
3799 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3800
3801 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3802 its path from $els.
3803
3804 * image.el (image-jpeg-p): Fix call of substring.
3805
3806 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3807
3808 * play/animate.el (animate-string): Doc fix. Use a buffer
3809 name with stars in it.
3810 (animate-sequence): New function.
3811 From Richard Stallman <rms@gnu.org>.
3812
3813 * frame.el (select-frame-set-input-focus): New function
3814 extracted from other-frame.
3815 (other-frame): Use it.
3816 (next-multiframe-window, previous-multiframe-window): Use it.
3817
3818 * isearch.el (isearch-other-meta-char): Don't switch to the
3819 buffer of a window clicked on, when the current buffer is
3820 in Isearch mode.
3821
3822 * image.el (image-jpeg-p): Test for APPn markers in the range
3823 #xe0..#xef.
3824
3825 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3826
3827 * desktop.el (desktop-save): Don't use concat to form a file
3828 name, use expand-file-name.
3829
3830 * mouse.el (mouse-delete-window): Do nothing if frame has just
3831 one window.
3832
3833 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3834 for the minor mode name.
3835
3836 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3837 minor mode name.
3838
3839 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3840 instead of make-mode-line-mouse2-map.
3841
3842 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3843 the minor mode name.
3844
3845 * emacs-lisp/easy-mmode.el (define-minor-mode):
3846 Use mode-line-minor-mode-keymap for the minor mode name.
3847
3848 * calendar/calendar.el (calendar-mode-line-format):
3849 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3850
3851 * bindings.el (make-mode-line-mouse-map): Renamed from
3852 make-mode-line-mouse2-map. Take additional arg MOUSE.
3853 (mode-line-modified): Use mouse-3 instead of mouse-2.
3854 (mode-line-buffer-identification-keymap): Bind keys differently.
3855 (propertized-buffer-identification): Adapt help-echo to new bindings.
3856
3857 * bindings.el (mode-line-format): Specify help-echo for line
3858 number, column number and buffer-percent part of the mode-line.
3859
3860 * image.el (image-type-regexps): Allow whitespace at the start
3861 of the image data for XPM, XBM and Postscript, which are
3862 text files.
3863 (image-jpeg-p): Correct calculation of next field offset.
3864
3865 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3866
3867 * battery.el: Fix typo.
3868
3869 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3870
3871 * image.el (image-type-regexps): Allow predicates. Change the way
3872 JPEG images are recognized.
3873 (image-jpeg-p): New function.
3874 (image-type-from-data): Handle predicates in image-type-regexps.
3875
3876 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3877 #:, #x, #o, and similar constructs.
3878
3879 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3880
3881 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3882
3883 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3884 instead of `progn'.
3885
3886 * tar-mode.el (tar-extract): Avoid generating a new buffer
3887 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3888
3889 * textmodes/paragraphs.el (forward-sentence): Avoid building
3890 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3891
3892 * progmodes/executable.el (executable-set-magic):
3893 If executable-find returns a quoted file name, unquote it before
3894 inserting it.
3895
3896 * image.el (image-type-regexps): For JPEG files, use a regexp
3897 derived from the JFIF spec.
3898
3899 * image.el (image-type-regexps): Use `\`' instead of `^' in
3900 most regular expressions.
3901
3902 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3903
3904 * play/animate.el: Re-insert a reference to re-inserted function.
3905
3906 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3907
3908 * help.el (describe-function-1): Use find-function-search-for-symbol
3909 instead of find-function-noselect because the latter follows aliases.
3910
3911 * play/animate.el (animate-birthday-present): Re-insert.
3912
3913 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3914 Handle old-style menu definitions.
3915
3916 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3917
3918 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3919 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3920
3921 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3922 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3923 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3924
3925 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3926
3927 * textmodes/tildify.el: Milan Zamazal has new address.
3928
3929 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3930
3931 * custom.el (custom-set-variables): Don't test `custom-requests'
3932 properties, check the third element of the options passed to
3933 custom-set-variables instead.
3934
3935 * info.el (info-insert-file-contents): Use info-file-exists-p
3936 instead of file-exists-p.
3937
3938 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3939 the mode-line face is restored. Fix several bugs.
3940
3941 * replace.el (perform-replace): Doc fix.
3942
3943 2001-08-02 Francesco Potorti` <pot@gnu.org>
3944
3945 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3946 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3947 (uniquify-fix-item-base, uniquify-fix-item-filename)
3948 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3949 Callers changed.
3950 (uniquify-set-proposed): Changed to work with a vector item.
3951 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3952 the fix list, and a list of strings for the non-file buffer
3953 names. Both changes reduce consing.
3954 (uniquify-rationalize-a-list): Local variable renaming.
3955 (uniquify-rationalize-conflicting-sublist): Use member instead of
3956 assoc.
3957 (uniquify-rename-buffer): Use unless instead of if not.
3958
3959 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3960
3961 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3962
3963 * custom.el (custom-set-variables): Set options with :require
3964 clauses last.
3965
3966 * custom.el (defcustom): Doc fix.
3967
3968 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3969
3970 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3971
3972 * man.el (man): Mention Man-switches in the doc string.
3973 (Man-switches): Mention -a in the doc string.
3974
3975 * textmodes/ispell.el (ispell-alternate-dictionary):
3976 Add /usr/share/lib/dict/words, for Irix.
3977
3978 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3979 corresponding non-kp keys. Suggested by Stephen Gildea
3980 <gildea@stop.mail-abuse.org>.
3981
3982 2001-08-01 Francesco Potorti` <pot@gnu.org>
3983
3984 * uniquify.el: These changes correct a corner case that the old
3985 code managed correctly.
3986 (uniquify-fix-item-proposed): Renamed from
3987 uniquify-fix-item-min-proposed.
3988 (uniquify-set-proposed): New function.
3989 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3990 clarity and speed.
3991 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3992 This is equivalent to what the old code did.
3993 (uniquify-rationalize-a-list): Never recompute the proposed
3994 name. Sort the conflicting sublist before rationalising it: this
3995 is equivalent to what the old code did, but one directory element
3996 at a time, and only when necessary.
3997 (uniquify-rationalize-conflicting-sublist): Recompute here the
3998 proposed name.
3999
4000 2001-08-01 Gerd Moellmann <gerd@gnu.org>
4001
4002 * play/animate.el: Add Keywords and Maintainer. Remove a
4003 reference to a removed function.
4004
4005 * play/animate.el (animate-string): Handle case that the string is
4006 longer than the window is wide.
4007
4008 2001-07-31 Gerd Moellmann <gerd@gnu.org>
4009
4010 * desktop.el (desktop-save): Bind coding-system-for-write to
4011 `emacs-mule' for write-region.
4012
4013 * delsel.el (delete-selection-pre-hook): Don't set this-command
4014 to `ignore' if the region is empty.
4015
4016 * international/mule.el (set-keyboard-coding-system):
4017 Set keyboard-coding-system.
4018
4019 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
4020 before accessing it.
4021
4022 2001-07-30 Andreas Schwab <schwab@suse.de>
4023
4024 * menu-bar.el (toggle-highlight-paren-mode):
4025 Use `(show-paren-mode)' as body.
4026
4027 2001-07-30 Andre Spiegel <spiegel@gnu.org>
4028
4029 * vc.el (vc-checkout-hook): New hook.
4030 (vc-checkout): Run it.
4031
4032 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4033
4034 * progmodes/make-mode.el (makefile-macroassign-regex):
4035 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
4036
4037 2001-07-30 Gerd Moellmann <gerd@gnu.org>
4038
4039 * vc.el (vc-switch-backend): Fix autoload cookie.
4040
4041 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
4042 the desktop file.
4043
4044 2001-07-30 Simon Josefsson <jas@extundo.com>
4045
4046 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
4047 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
4048
4049 2001-07-27 Gerd Moellmann <gerd@gnu.org>
4050
4051 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4052 (last-sexp-toggle-display): Renamed from last-sexp-print.
4053 (last-sexp-toggle-display, eval-last-sexp-1):
4054 Use last-sexp-setup-props.
4055
4056 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4057 New user-options.
4058 (mouse-wheel-change-button): New function.
4059 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4060 (mwheel-scroll): Ditto.
4061
4062 2001-07-26 Gerd Moellmann <gerd@gnu.org>
4063
4064 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4065 `...', compare with unabbreviated printed representation instead.
4066 (last-sexp-print): Bind print-length and print-level to nil.
4067
4068 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4069 before assigning text properties. Make properties rear-nonsticky.
4070
4071 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4072 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4073 <mouse-2> and <RET> in that map to a function printing the
4074 unabbreviated value.
4075
4076 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4077 is a buffer, put a text property `printed-value' on the printed
4078 representation, with the Lisp object printed as value.
4079
4080 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4081
4082 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4083 Mention the effect of eval-expression-print-length and
4084 eval-expression-print-level in the doc strings. Suggested by
4085 Kevin Gallagher <kevingal@onramp.net>.
4086
4087 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4088
4089 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4090 for buttons > 3.
4091 (xterm-mouse-translate): Handle the case that we don't get a
4092 down-event.
4093
4094 * emacs-lisp/find-func.el (find-function-regexp):
4095 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4096 in front of the function name.
4097
4098 * isearch.el (isearch-other-meta-char): Fix last change.
4099
4100 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4101 similar events for which fake prefix keys are generated. It's no
4102 longer necessary since read_key_sequence doesn't modify these
4103 events for internal purposes anymore.
4104
4105 * files.el (auto-mode-alist): Use nroff-mode for files ending
4106 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4107
4108 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4109
4110 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4111 tool-bar-lines parameter, behave as if its value were zero.
4112 (mouse-avoidance-set-pointer-shape): Don't do anything if
4113 x-pointer-shape is not boundp.
4114
4115 2001-07-23 Francesco Potorti` <pot@gnu.org>
4116
4117 * uniquify.el: Overall speedup changes when using many buffers.
4118 (uniquify-fix-item-base, uniquify-fix-item-filename)
4119 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4120 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4121 place in the item, but was never used.
4122 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4123 in the item is now used as cache for the proposed name.
4124 (uniquify-rationalize-file-buffer-names): Move computation made on
4125 newbuffile out of the loop, in the newbuffile-nd local var.
4126 Use dolist (cosmetic change). Compute the proposed name for the most
4127 common case and cache it in the fourth place in the item.
4128 (uniquify-rationalize-file-buffer-names): Used to return a a list
4129 of buffer whose name was changed, but that return value was never used.
4130 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4131 the cached proposed name, does much less consing and is quicker.
4132 (uniquify-filename-lessp): Deleted.
4133 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4134 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4135 cached proposed name is possible.
4136 (uniquify-get-proposed-name): Arguments changed, callers changed.
4137 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4138 uniquify-possibly-resolvable flag, which is no more bound locally.
4139 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4140 flag, which does not exist any more.
4141
4142 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4143
4144 * term/internal.el (IT-unicode-translations): Fix the appearance of
4145 "6`".
4146
4147 * progmodes/compile.el (compile-internal): If EMACS is already
4148 defined in the environment, don't override its value.
4149
4150 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4151
4152 * play/fortune.el: Undo change of 2001-07-13.
4153 Fix autoload cookies. Add types to defcustoms.
4154 (fortune) <defgroup>: Add :link.
4155 (fortune-from-region): Use eq, not eql.
4156 From Dave Love <fx@gnu.org>.
4157
4158 * play/animate.el (animate-birthday-present): Function removed.
4159
4160 * play/animate.el: New file.
4161
4162 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4163
4164 * startup.el (normal-top-level-add-subdirs-to-load-path):
4165 On Windows, put into normal-top-level-add-subdirs-inode-list the
4166 canonicalized names of the directories instead of inode numbers.
4167
4168 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4169
4170 * ediff-util.el: Copyright years.
4171 (ediff-choose-syntax-table): New function.
4172 (ediff-setup): Use ediff-choose-syntax-table.
4173 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4174 vc-state is available.
4175 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4176
4177 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4178 with-syntax-table.
4179 (ediff-coding-system-for-read): From ediff-diff.el
4180 (ediff-coding-system-for-write): New variable.
4181 (ediff-highest-priority): Fixed the bug having to do with disappearing
4182 overlays.
4183 (ediff-file-remote-p): Use file-remote-p, if available.
4184 (ediff-listable-file): New function.
4185 (ediff-file-attributes): Use ediff-listable-file.
4186
4187 * ediff-mult.el (ediff-meta-insert-file-info1):
4188 Use ediff-listable-file.
4189
4190 * ediff-ptch.el (ediff-prompt-for-patch-file):
4191 Use ediff-coding-system-for-read.
4192 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4193
4194 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4195 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4196
4197 * ediff.el: Date of last update, copyright years.
4198
4199 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4200
4201 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4202 of Scott Bronson.
4203 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4204 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4205 Deleted functions.
4206 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4207 ex-token-list.
4208 (viper-get-ex-address-subr): Convert registers to char data type.
4209
4210 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4211 (viper-memq-char): Use viper-int-to-char.
4212 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4213 vc-locking-state.
4214 (viper-read-key): Use viper-read-key-sequence.
4215
4216 * viper.el (viper-major-mode-modifier-list):
4217 Added inferior-emacs-lisp-mode.
4218 (this-major-mode-requires-vi-state): New function that uses simple
4219 heuristics to decide if vi state is appropriate.
4220 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4221 (viper-non-hook-settings): Don't advise read-key-sequence.
4222 (viper-read-key-sequence): New function that replaces the
4223 previously used advice to read-key-sequence.
4224
4225 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4226 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4227 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4228 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4229 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4230 Got rid of the negative character hack.
4231 (viper-escape-to-state,viper-replace-state-exit-cmd):
4232 Use viper-read-key-sequence.
4233 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4234 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4235 Don't override existing minibuffer-setup-hook.
4236 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4237 Convert registers to char data type.
4238 (viper-autoindent): Use viper-indent-line.
4239
4240 * viper-keym.el: Use viper-exec-key-in-emacs.
4241
4242 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4243
4244 * server.el (server-visit-files): Fix variable name typo.
4245
4246 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4247
4248 * simple.el (delete-trailing-whitespace): Save match data
4249 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4250
4251 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4252
4253 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4254 return a this-error using the alternative format (a pair of markers).
4255
4256 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4257
4258 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4259
4260 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4261 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4262
4263 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4264
4265 * international/iso-transl.el: Fix typo in the header of the file.
4266
4267 * textmodes/picture.el (picture): Doc fix.
4268
4269 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4270 follow coding conventions in generated files.
4271
4272 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4273
4274 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4275 (tool-bar-add-item): Don't call image-related primitives if the
4276 display doesn't support images.
4277
4278 * frame.el (display-images-p): New function.
4279
4280 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4281
4282 * server.el (server-visit-files): Handle the case the specified
4283 column number is <= 0.
4284
4285 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4286
4287 * startup.el (command-line-1): Add support for +LINE:COLUMN
4288 command line argument.
4289
4290 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4291
4292 * server.el (server-process-filter, server-visit-files):
4293 Add support for +LINE:COLUMN style emacsclient calls.
4294
4295 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4296
4297 * emacs-lisp/easy-mmode.el: Add Keywords header.
4298
4299 * play/pong.el: Author has new address.
4300
4301 * play/landmark.el: Author is no more reachable.
4302
4303 * play/handwrite.el: Author is no more reachable.
4304
4305 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4306
4307 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4308 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4309 Complete bindings for F<1..12> keys.
4310 (global-map): Remove `undo' binding (already in the default).
4311 Replace `t<n>' bindings with `f<n>' bindings.
4312
4313 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4314
4315 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4316 (tcl-mode): Use tcl-add-log-defun.
4317 (tcl-indent-line): Use tcl-calculate-indent.
4318 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4319 (tcl-indent-exp): Renamed from indent-tcl-exp.
4320 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4321 (tcl-indent-for-comment): Call comment-indent-function properly
4322 and handle the case where it returns nil.
4323
4324 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4325
4326 * calendar/cal-islam.el (calendar-goto-islamic-date):
4327 Remove autoload cookie.
4328
4329 * calendar/calendar.el (calendar-goto-islamic-date):
4330 Add call to autoload.
4331
4332 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4333
4334 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4335 Don't change compile-auto-highlight globally.
4336 Don't bother with `font-lock-defaults' property since XEmacs
4337 also understands the `font-lock-defaults' variable.
4338 Use make-local-variable rather than make-variable-buffer-local.
4339 Don't `defconst' comment-indent-function: keep the default.
4340 Call easy-menu-add unconditionally.
4341 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4342 (ada-create-menu): Use :included for Emacs as well.
4343
4344 * vc.el (vc-do-command): Autoload.
4345
4346 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4347
4348 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4349
4350 * ps-print.el: Fix Author: header.
4351
4352 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4353
4354 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4355 mouse-1 etc., bind them to `ignore'.
4356
4357 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4358 send-invisible, which is already defined in Comint.
4359 (eshell-watch-for-password-prompt): Use it.
4360
4361 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4362
4363 * which-func.el (which-func-mode): Doc fix.
4364
4365 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4366 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4367 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4368 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4369 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4370 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4371 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4372 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4373 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4374 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4375 * emulation/edt-mapper.el, emulation/edt-pc.el,
4376 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4377 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4378 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4379 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4380 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4381 * international/isearch-x.el, international/iso-cvt.el,
4382 * international/ogonek.el, international/quail.el,
4383 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4384 * language/devanagari.el, language/ethio-util.el,
4385 * language/ethiopic.el, language/european.el, language/indian.el,
4386 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4387 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4388 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4389 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4390 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4391 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4392 * progmodes/autoconf.el, progmodes/cmacexp.el,
4393 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4394 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4395 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4396 * progmodes/ebnf2ps.el, progmodes/executable.el,
4397 * progmodes/fortran.el, progmodes/idlw-shell.el,
4398 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4399 * progmodes/m4-mode.el, progmodes/mantemp.el,
4400 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4401 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4402 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4403 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4404 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4405 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4406 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4407 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4408 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4409 * textmodes/two-column.el, time-stamp.el, timezone.el,
4410 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4411 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4412 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4413 conventions.
4414
4415 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4416
4417 * simple.el (set-variable): Require 'cus-edit' instead of
4418 `wid-edit', so that the Custom widgets get defined.
4419
4420 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4421
4422 * allout.el: A fix to follow coding conventions.
4423
4424 * find-lisp.el: A fix to follow coding conventions.
4425
4426 * term/w32-win.el: A fix to follow coding conventions.
4427
4428 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4429
4430 * term/xterm.el: A fix to follow coding conventions.
4431
4432 * term/news.el: A fix to follow coding conventions.
4433
4434 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4435 header line fixed.
4436
4437 * sun-curs.el: Fix Maintainer: header line.
4438
4439 * emacs-lisp/easymenu.el: Address of the author added.
4440
4441 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4442
4443 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4444 property.
4445
4446 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4447
4448 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4449 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4450 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4451 Some fixes to follow coding conventions.
4452
4453 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4454
4455 * which-func.el (which-func-mode): Doc fix.
4456
4457 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4458
4459 * net/rcompile.el (remote-compile): Use make-local-variable.
4460
4461 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4462
4463 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4464
4465 * mail/reporter.el (reporter-submit-bug-report):
4466 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4467
4468 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4469
4470 * calendar/cal-china.el, calendar/cal-coptic.el,
4471 * calendar/cal-dst.el, calendar/cal-french.el,
4472 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4473 * calendar/cal-iso.el, calendar/cal-julian.el,
4474 * calendar/cal-mayan.el, calendar/cal-persia.el,
4475 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4476 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4477 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4478 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4479 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4480 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4481 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4482 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4483 * progmodes/ada-xref.el, progmodes/cc-align.el,
4484 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4485 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4486 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4487 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4488 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4489 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4490 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4491 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4492 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4493 * textmodes/reftex.el: Some fixes to follow coding
4494 conventions in Eshell files with known maintainers.
4495
4496 * emulation/viper.el: A fix to follow coding conventions.
4497
4498 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4499 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4500 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4501 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4502 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4503 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4504 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4505 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4506 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4507 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4508 conventions in Eshell files.
4509
4510 * composite.el, diff.el, emacs-lisp/levents.el,
4511 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4512 * emulation/pc-mode.el, emulation/viper-cmd.el,
4513 * emulation/viper-ex.el, emulation/viper-init.el,
4514 * emulation/viper-keym.el, emulation/viper-macs.el,
4515 * emulation/viper-mous.el, emulation/viper-util.el,
4516 * emulation/viper.el, forms-pass.el, international/ccl.el,
4517 * international/characters.el, international/encoded-kb.el,
4518 * international/fontset.el, international/ja-dic-cnv.el,
4519 * international/ja-dic-utl.el, international/kinsoku.el,
4520 * international/kkc.el, international/mule-cmds.el,
4521 * international/mule-diag.el, international/mule-util.el,
4522 * international/mule.el, international/titdic-cnv.el,
4523 * language/china-util.el, language/chinese.el,
4524 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4525 * language/greek.el, language/hebrew.el, language/japan-util.el,
4526 * language/japanese.el, language/korea-util.el, language/korean.el,
4527 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4528 * language/slovak.el, language/thai-util.el, language/thai.el,
4529 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4530 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4531 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4532 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4533 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4534 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4535 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4536 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4537 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4538 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4539 to follow coding conventions in files without maintainer or in files
4540 with clear maintainer (but without Maintainer header stating so).
4541
4542 * emacs-lisp/elp.el: A fix to follow coding conventions.
4543
4544 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4545 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4546 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4547 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4548 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4549 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4550 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4551 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4552 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4553 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4554 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4555 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4556 conventions in files from Gnus.
4557
4558 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4559 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4560 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4561 * echistory.el, electric.el, emacs-lisp/authors.el,
4562 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4563 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4564 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4565 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4566 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4567 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4568 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4569 * international/codepage.el, international/iso-ascii.el,
4570 * international/iso-insert.el, international/iso-transl.el,
4571 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4572 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4573 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4574 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4575 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4576 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4577 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4578 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4579 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4580 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4581 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4582 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4583 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4584 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4585 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4586 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4587 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4588 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4589 * textmodes/tex-mode.el, textmodes/text-mode.el,
4590 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4591 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4592 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4593 files maintained by FSF.
4594
4595 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4596
4597 * arc-mode.el: A fix to follow coding conventions.
4598
4599 * bindings.el: Ditto.
4600
4601 * cdl.el: Ditto.
4602
4603 * comint.el: Ditto.
4604
4605 * cus-start.el: Ditto.
4606
4607 * shell.el: Ditto.
4608
4609 * skeleton.el: Ditto.
4610
4611 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4612
4613 * info.el (Info-build-node-completions):
4614 Make Info-current-file-completions buffer local.
4615
4616 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4617
4618 * which-func.el (which-func-mode, which-func-ff-hook)
4619 (which-function-mode): Remove references to which-func-mode-global.
4620
4621 * calendar/cal-islam.el (calendar-goto-islamic-date):
4622 Add autoload cookie.
4623
4624 * play/fortune.el: Add types to defcustoms.
4625
4626 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4627
4628 * language/czech.el: A fix to follow coding conventions.
4629
4630 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4631
4632 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4633 to the extension list, for antlr-mode. From Christoph Wedler
4634 <Christoph.Wedler@sap.com>.
4635
4636 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4637
4638 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4639 (vc-dired-mode-map): Fix the madness.
4640
4641 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4642 (vc-prefix-map): Moved back from vc.el.
4643
4644 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4645
4646 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4647 Increase the size of the obarray.
4648 (mail-extr-all-top-level-domains): Add more toplevel domains,
4649 add more long names.
4650 From: Per Starback <starback@ling.uu.se>.
4651
4652 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4653
4654 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4655 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4656
4657 * progmodes/ada-mode.el: Ditto.
4658
4659 * progmodes/ada-xref.el: Ditto.
4660
4661 2001-07-11 Miles Bader <miles@gnu.org>
4662
4663 * finder.el (finder-insert-at-column): Also move to the next line
4664 if exactly at COLUMN.
4665
4666 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4667
4668 * help.el (describe-function-1): When printing FUNCTION's
4669 documentation, don't assume FUNCTION is a symbol.
4670
4671 * startup.el (normal-top-level): Don't operate on the initial
4672 frame if we failed to create one.
4673
4674 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4675
4676 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4677 itself, i.e. only indent the contents in it.
4678
4679 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4680
4681 * mail/rmail.el (rmail-show-message): Show beginning of message in
4682 all windows containing it.
4683
4684 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4685
4686 * term/tty-colors.el: Fix the header line and copyright years.
4687
4688 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4689
4690 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4691 original definition has an interactive form, but is Elp
4692 instrumented, use the interactive form of the function called by
4693 elp-wrapper.
4694
4695 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4696 configurations with compare-window-configuration; they aren't
4697 window configurations.
4698
4699 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4700 from the server for the format we expect. Don't use it if it
4701 doesn't look like what the Internet draft for FTP extensions specifies.
4702
4703 * toolbar/*.pbm: Cleaned up.
4704 From Luis Fernandes <elf@ee.ryerson.ca>.
4705
4706 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4707
4708 * cc-cmds.el: Extended the kludge to interoperate with the
4709 delsel and pending-del packages wrt to the new function
4710 `c-electric-delete-forward'.
4711
4712 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4713
4714 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4715 to delay the call to <mode> for global minor modes.
4716 (easy-mmode-define-navigation): Only recenter if interactive.
4717
4718 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4719
4720 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4721 to lisp-indent-line.
4722
4723 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4724 from the server. Call encode-time only when we are sure that we
4725 got a 213 response.
4726
4727 2001-07-06 Simon Josefsson <jas@extundo.com>
4728
4729 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4730 (mail-envelope-from): New user option.
4731 (sendmail-send-it): Use it.
4732
4733 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4734
4735 * ps-print.el: Use locale dependant date to print date in header.
4736 Doc fix.
4737 (ps-print-version): New version number (6.5.3).
4738 (ps-right-header, ps-right-footer): Initialization and doc fix.
4739 (ps-time-stamp-locale-default): New fun.
4740
4741 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4742
4743 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4744 field problem with MIME-mode.
4745
4746 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4747
4748 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4749
4750 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4751 MIME-mode.
4752
4753 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4754
4755 * bindings.el (mode-line-mule-info): Don't show the tip with
4756 buffer-file-coding-system if that is nil.
4757
4758 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4759
4760 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4761 instead of kill-line.
4762
4763 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4764 <Pavel@Janik.cz>.
4765
4766 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4767 <Pavel@Janik.cz>.
4768
4769 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4770
4771 * font-lock.el (c-font-lock-keywords-3): When matching something
4772 like `struct X Y', finish with point after Y.
4773
4774 2001-07-04 Simon Josefsson <jas@extundo.com>
4775
4776 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4777 in caller buffer.
4778
4779 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4780
4781 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4782 instead of string-match to find the basename of the file.
4783 From Pascal Obry <p.obry@wanadoo.fr>.
4784
4785 * net/browse-url.el (browse-url-default-windows-browser):
4786 Support the MS-DOS port when it runs on Windows.
4787 (browse-url-browser-function) [ms-dos]: Default to
4788 browse-url-default-windows-browser.
4789
4790 * help.el (locate-library): Enable code that looks for compressed
4791 libraries if auto-compression-mode is on.
4792
4793 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4794
4795 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4796
4797 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4798
4799 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4800
4801 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4802
4803 * allout.el: Fix the header line, so that finder.el recognizes it.
4804 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4805
4806 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4807 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4808
4809 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4810
4811 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4812
4813 * ps-bdf.el (bdf-directory-list): Use the value relative to
4814 installation-directory for MS-Windows as well.
4815
4816 2001-06-29 Richard M. Stallman <rms@gnu.org>
4817
4818 * wid-edit.el (widget-color-sample-face-get):
4819 Return ((foreground-color . COLOR)) instead of constructing a face.
4820
4821 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4822
4823 * faces.el (region): Change the background color for the
4824 light-background color display to lightgoldenrod2, to make it
4825 visible on some laptops.
4826
4827 2001-06-28 Richard M. Stallman <rms@gnu.org>
4828
4829 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4830 (rmail-msg-restore-non-pruned-header): Likewise.
4831 If point was in the old pruned header, put it at the top.
4832 (rmail-msg-prune-header): If point was at the top, keep it there.
4833
4834 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4835 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4836
4837 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4838
4839 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4840
4841 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4842
4843 * saveplace.el: Update maintainer email address.
4844
4845 2001-06-27 Francesco Potorti` <pot@gnu.org>
4846
4847 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4848 Undo previous change.
4849
4850 2001-06-27 Francesco Potorti` <pot@gnu.org>
4851
4852 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4853 preliminary quick reordering. Can speed things up dramatically.
4854
4855 2001-06-26 Richard M. Stallman <rms@gnu.org>
4856
4857 * dired.el (dired-get-filename): A file name starting with ~
4858 is not absolute in this context.
4859
4860 * which-func.el (which-func-maxout): Increase default to 500000.
4861 (which-function-mode): This is now the "real" name of the function.
4862 (which-func-mode): Now an alias.
4863 (which-func-mode-global): Name deleted.
4864
4865 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4866 button-2, when binding hs-mouse-toggle-hiding.
4867
4868 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4869
4870 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4871 (rmail-msg-prune-header): Likewise.
4872 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4873 and `rmail-msg-prune-header'.
4874
4875 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4876
4877 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4878 back than LINEBEG.
4879
4880 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4881
4882 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4883 window where they clicked the mouse has a header line, adjust
4884 vertical movement by one.
4885
4886 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4887
4888 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4889 too when separating a parenthesis.
4890
4891 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4892
4893 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4894 (bookmark-bmenu-hide-filenames): Add help-echo to
4895 mouse-highlighted text.
4896 (bookmark-bmenu-show-filenames): Remove help-echo property from
4897 the whitespace.
4898
4899 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4900
4901 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4902 From Karl Eichwalder <ke@suse.de>.
4903
4904 2001-06-23 Richard M. Stallman <rms@gnu.org>
4905
4906 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4907
4908 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4909 contents for completing-read.
4910
4911 2001-06-22 Richard M. Stallman <rms@gnu.org>
4912
4913 * menu-bar.el (menu-bar-make-toggle): Construct the
4914 function's doc string from HELP, not DOC, and make it accurate by
4915 adding "Toggle whether to " at the front and downcasing the initial.
4916 Change the HELP arg in some calls to make it fit this usage.
4917
4918 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4919 Undo previous change.
4920
4921 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4922
4923 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4924
4925 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4926
4927 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4928
4929 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4930
4931 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4932
4933 2001-06-20 Richard M. Stallman <rms@gnu.org>
4934
4935 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4936 broken out from dabbrev--find-expansion. Handle minibuffer
4937 specially here.
4938 (dabbrev--find-expansion): Simplify code in various ways.
4939 Don't treat minibuffers specially.
4940 Call dabbrev--make-friend-buffer-list.
4941 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4942 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4943
4944 2001-06-19 John Wiegley <johnw@gnu.org>
4945
4946 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4947 Also, added a comment describing how to greatly speedup Eshell
4948 loadup time, by concatenating together all of Eshell's .elc files.
4949
4950 2001-06-19 John Wiegley <johnw@gnu.org>
4951
4952 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4953
4954 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4955
4956 * woman.el (WoMan-highlight-references): Add help-echo to
4957 mouse-highlighted text.
4958
4959 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4960
4961 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4962
4963 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4964
4965 * international/quail.el (quail-start-conversion):
4966 Reset quail-translating to nil.
4967
4968 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4969 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4970
4971 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4972
4973 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4974 mouse-highlighted text.
4975
4976 * dired.el (dired-mark-pop-up): Fix last change.
4977
4978 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4979
4980 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4981 mouse-highlighted text.
4982
4983 * net/quickurl.el (quickurl-url-file): Run through
4984 convert-standard-filename.
4985 (quickurl-list-populate-buffer): Add help-echo to
4986 mouse-highlighted text.
4987 (top-level): Update Dave's URL.
4988
4989 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4990 mouse-highlighted text.
4991
4992 * textmodes/page-ext.el (pages-copy-header-and-position):
4993 Add help-echo to mouse-highlighted text.
4994
4995 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4996 mouse-highlighted text.
4997
4998 * replace.el (occur): Add help-echo to mouse-highlighted text.
4999
5000 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
5001 mouse-highlighted text.
5002
5003 * progmodes/cpp.el (cpp-make-button): Add help-echo to
5004 mouse-highlighted text.
5005
5006 * progmodes/compile.el (compile-reinitialize-errors):
5007 Add help-echo to mouse-highlighted messages.
5008 (compilation-forget-errors): Remove help-echo property as well.
5009
5010 * play/landmark.el (lm-plot-square, lm-init-display):
5011 Add help-echo to mouse-highlighted text.
5012
5013 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
5014 Add help-echo to mouse-highlighted text.
5015
5016 * dired.el (dired-insert-set-properties): Add help-echo to
5017 mouse-highlighted text.
5018 (dired-mark-pop-up): Remove help-echo property from the file name.
5019
5020 * comint.el (comint-send-input): Add help-echo to
5021 mouse-highlighted text.
5022
5023 * buff-menu.el (list-buffers-noselect): Add help-echo to
5024 mouse-highlighted text.
5025
5026 * arc-mode.el (archive-summarize-files): Add help-echo to
5027 mouse-highlighted text.
5028
5029 * ffap.el (ffap-machine-p): Always return nil if
5030 open-network-stream is not fboundp.
5031
5032 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
5033
5034 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
5035 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
5036 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
5037 incorrectly binding chars between 128 and 256 to it.
5038 (sgml-maybe-name-self): Handle latin-1 chars properly.
5039 (sgml-tags-invisible): Bind buffer-file-name to nil.
5040 Use unwind-protect and restore-buffer-modified-p.
5041 (sgml-point-entered): Use buffer-substring-no-properties.
5042 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
5043 (html-mode): Don't force `imenu-sort-function'.
5044
5045 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5046
5047 * tar-mode.el: Fix the copyright notice.
5048
5049 * font-lock.el (font-lock-comment-face): For tty's with dark
5050 background, use "red1", since "lightred" is not one of the colors
5051 recognized by tty-colors.el.
5052
5053 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5054 create a buffer for extracted file, in case there's more than one
5055 file by that name in an archive, possibly in different
5056 directories. From Kevin Rodgers <kevinr@ihs.com>.
5057
5058 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5059 <alex@gnu.org>.
5060
5061 2001-06-15 Miles Bader <miles@gnu.org>
5062
5063 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5064 Revert previous change.
5065
5066 2001-06-14 Richard M. Stallman <rms@gnu.org>
5067
5068 * replace.el (keep-lines-read-args): Return just a regexp.
5069 Provide nil for the region args.
5070 (keep-lines, flush-lines, how-many):
5071 Calculate the defaults for the region here, when args are nil.
5072
5073 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5074
5075 * rot13.el (rot13-other-window): Some more doc fix.
5076
5077 2001-06-14 Per Starback <starback@ling.uu.se>
5078
5079 * replace.el (case-replace, query-replace-from-history-variable)
5080 (query-replace-to-history-variable, keep-lines-read-args)
5081 (occur-revert-function, query-replace-help): Dox fix.
5082
5083 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5084
5085 * rot13.el (rot13-other-window): Doc fix.
5086
5087 2001-06-14 Miles Bader <miles@gnu.org>
5088
5089 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5090 of " and \ to "." (punctuation).
5091 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5092
5093 2001-06-13 Richard M. Stallman <rms@gnu.org>
5094
5095 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5096
5097 * simple.el (shell-command-on-region): Never kill the
5098 *Shell Command Output* buffer.
5099
5100 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5101
5102 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5103
5104 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5105
5106 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5107 New var, to recognize ${ $' and PODs.
5108 (perl-font-lock-syntactic-face-function): New function.
5109 (perl-mode): Use them.
5110 (perl-continuation-line-p): New function, from perl-calculate-indent.
5111 (perl-calculate-indent): Use it, to properly handle continuation
5112 lines of continuation lines.
5113
5114 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5115
5116 * server.el (server-process, server-buffer-clients): Doc fix.
5117 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5118
5119 2001-06-09 John Wiegley <johnw@gnu.org>
5120
5121 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5122 test if the last command was Lisp or not.
5123 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5124 B x C".
5125
5126 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5127
5128 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5129 general one on compile.el supports drive letters.
5130
5131 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5132
5133 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5134 key description.
5135
5136 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5137
5138 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5139 (reftex-toc-jump): New command.
5140
5141 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5142 to parse international characters as well.
5143
5144 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5145 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5146
5147 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5148
5149 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5150 TAB to the key separators.
5151
5152 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5153
5154 * international/mule.el (auto-coding-alist): Remove redundant
5155 up-cased versions of the extensions (auto-coding-alist-lookup is
5156 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5157 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5158
5159 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5160
5161 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5162
5163 2001-06-01 Richard M. Stallman <rms@gnu.org>
5164
5165 * help.el (describe-variable): Put value on same line
5166 with preceding text, if it is short enough to look good that way.
5167
5168 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5169
5170 * term/internal.el (IT-unicode-translations): New variable.
5171 (IT-setup-unicode-display): New function.
5172
5173 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5174
5175 * ps-print.el: Handle before-string and after-string overlay properties
5176 in ps-print-*-with-faces commands. Doc fix.
5177 (ps-print-version): New version number (6.5.2).
5178 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5179 for XEmacs.
5180 (ps-prefix-quote): Doc fix.
5181 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5182 (ps-basic-plot-str, ps-plot-string): New funs.
5183
5184 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5185
5186 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5187 and :type spec.
5188
5189 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5190
5191 * international/mule-cmds.el (inactivate-input-method):
5192 Set input-method-function to nil.
5193
5194 * xml.el (xml-parse-tag): The document may contain invalid characters.
5195 From ShengHuo ZHU <zsh@cs.rochester.edu>
5196
5197 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5198
5199 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5200 `rmail-summary-line-decoder' if the message does not have
5201 a Subject: field.
5202
5203 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5204
5205 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5206 New variable.
5207 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5208 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5209 is non-nil.
5210
5211 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5212
5213 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5214
5215 2001-05-29 Sam Steingold <sds@gnu.org>
5216
5217 * faces.el (face-valid-attribute-values): Bind `valid' directly
5218 instead of using `setq'.
5219
5220 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5221 Use `tex-shell-buf'.
5222 (tex-shell-proc): Use `tex-shell-running'.
5223 (tex-shell-buf-no-error): New function.
5224 (tex-send-tex-command): Use it.
5225 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5226 (tex-kill-job): Check the process before calling `quit-process'.
5227
5228 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5229
5230 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5231 UTF-8 sequences.
5232
5233 2001-05-28 Miles Bader <miles@gnu.org>
5234
5235 * comint.el (comint-carriage-motion): Renamed from
5236 `comint-cr-magic'. Operate on the buffer instead of the string
5237 (for use as a comint post-output filter, instead of as a
5238 pre-output filter). Handle backspaces too. Add to the
5239 `comint-output-filter-functions' hook instead of
5240 `comint-preoutput-filter-functions'.
5241
5242 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5243
5244 * language/japan-util.el (japanese-hankaku): Prefer the charset
5245 `jisx0201' when the optional argument `ascii-only' is not specified.
5246 (japanese-hankaku-region): Ditto.
5247 From Katsumi Yamaoka <yamaoka@jpl.org>
5248
5249 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5250
5251 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5252 (outline-invisible-p): New function.
5253 (hide-leaves): Save excursion.
5254 (hide-other): Stop looping when reaching bobp.
5255
5256 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5257
5258 * cus-edit.el (custom-file): Fix last change.
5259
5260 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5261
5262 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5263 same definition in byte-compile-function-environment as `autoload'
5264 would put in `symbol-function'.
5265
5266 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5267 patch to correct the error message as well.
5268
5269 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5270
5271 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5272 unless ~/.emacs exists.
5273
5274 * novice.el (enable-command): If user-init-file is nil or does not
5275 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5276
5277 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5278
5279 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5280 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5281 Allow spaces around macro arguments.
5282 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5283 indent-for-tab-command.
5284 (latex-mode-map, plain-tex-mode-map): New keymaps.
5285 Inherit from tex-mode-map.
5286 (tex-common-initialization): Don't setup the keymap any more
5287 since it's now done right by define-derived-mode.
5288 (latex-mode): Set skeleton-end-hook to nil.
5289 (latex-skeleton-end-hook): Remove.
5290 (tex-latex-block, latex-insert-item): Simplify.
5291 (latex-syntax-after): Use following-char rather than char-after.
5292 (tex-discount-args-cmds, tex-count-words): New functions.
5293
5294 * textmodes/tildify.el (tildify-ignored-environments-alist):
5295 Recognize \verb* as well.
5296
5297 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5298 (perl-comment-indent): Simplify to let newcomment.el do its job.
5299 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5300 (perl-mark-function): Cleanup the namespace.
5301 (perl-calculate-indent): Don't be fooled by nested functions.
5302
5303 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5304
5305 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5306 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5307
5308 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5309
5310 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5311 actually be `\\'.
5312 (ctlau-b5-converter): Likewise.
5313
5314 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5315
5316 * international/titdic-cnv.el (quail-misc-package-ext-info):
5317 Change CTLauB.el to CTLau-b5.el.
5318
5319 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5320
5321 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5322 rather than beginning-of-line to avoid problems with fields.
5323 (gud-perldb-massage-args): Use unless and push.
5324 (gud-chdir-before-run): New var.
5325 (gud-common-init): Use it.
5326
5327 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5328
5329 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5330 delete entries for chinese-ctlau and chinese-ctlaub.
5331 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5332 chinese-ctlaub.
5333 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5334 New functions.
5335
5336 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5337
5338 * cus-edit.el (custom-comment-show): Remove debug code.
5339
5340 * language/japan-util.el (japanese-symbol-table): Fix handling of
5341 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5342
5343 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5344
5345 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5346 Renamed by removing the silly `-flag' suffix.
5347 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5348
5349 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5350
5351 * replace.el (keep-lines-read-args): Use `copy-marker'.
5352 (how-many): Save excursion properly.
5353 (occur-mode): Use define-derived-mode.
5354 (perform-replace): Use with-current-buffer.
5355
5356 2001-05-20 Richard M. Stallman <rms@gnu.org>
5357
5358 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5359
5360 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5361
5362 * info.el (Info-read-subfile): Widen before finding the
5363 desired node in the subfile.
5364
5365 * startup.el (command-line-1): When >2 files visited,
5366 leave the last one visible, and make that the selected window.
5367
5368 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5369
5370 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5371
5372 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5373
5374 * international/ccl.el (define-ccl-program): Fix a typo.
5375 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5376
5377 * international/mule.el (decode-char): Fix a typo. From Pavel
5378 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5379
5380 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5381 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5382
5383 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5384 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5385
5386 2001-05-18 Sam Steingold <sds@gnu.org>
5387
5388 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5389 and [RET] to `cvs-mode-find-file'.
5390
5391 2001-05-18 John Wiegley <johnw@gnu.org>
5392
5393 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5394 configuration variable, which determines the initial character
5395 that forces use of an external version of a command. The default
5396 is *, but may be set to \, for example.
5397
5398 * eshell/esh-ext.el (eshell-explicit-command):
5399 Use `eshell-explicit-command-char' instead of ?*.
5400
5401 * eshell/esh-cmd.el (eshell/which):
5402 Use `eshell-explicit-command-char' instead of ?*.
5403
5404 * eshell/em-cmpl.el (eshell-completion-command-name)
5405 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5406 instead of ?*.
5407
5408 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5409
5410 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5411 subst-char-in-string.
5412 (ange-ftp-after-parse-ls-hook): New variable.
5413 (ange-ftp-ls): Run that hook.
5414 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5415
5416 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5417 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5418 text into *Completions*.
5419
5420 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5421 part of which look like email addresses.
5422
5423 2001-05-18 Andrew Innes <andrewi@gnu.org>
5424
5425 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5426 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5427 cmd.exe's handling of FOR loops.
5428 (autoloads): Set find-file-suppress-same-file-warnings to t to
5429 avoid slew of spurious messages.
5430
5431 2001-05-18 Simon Josefsson <simon@josefsson.org>
5432
5433 * mail/smtpmail.el (maybe-append-domain): Renamed to
5434 `smtpmail-maybe-append-domain'.
5435 (smtpmail-via-smtp): Use the new name.
5436
5437 * net/browse-url.el (browse-url-browser-function): Add kde.
5438 (browse-url-kde-program, browse-url-kde-args): New variables.
5439 (browse-url-kde): New function.
5440
5441 2001-05-18 Miles Bader <miles@gnu.org>
5442
5443 * simple.el (delete-horizontal-space, just-one-space):
5444 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5445 because it's more efficient for large files.
5446
5447 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5448
5449 * mail/rmail.el (rmail-require-mime-maybe): New function.
5450 (rmail): Use it.
5451 (rmail-mode): Handle the case of finding Rmail files.
5452
5453 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5454 functions.
5455
5456 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5457
5458 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5459 text-property after moving to the beginning of line and regardless
5460 of the value of font-lock-multiline.
5461
5462 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5463
5464 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5465
5466 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5467 last coding system used before calling set-buffer-modified-p
5468 because that function changes last-coding-system.
5469
5470 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5471
5472 * files.el (switch-to-buffer-other-window)
5473 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5474 the doc string.
5475
5476 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5477
5478 * language/slovak.el, language/czech.el: New maintainer.
5479
5480 2001-05-16 Sam Steingold <sds@gnu.org>
5481
5482 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5483 sub-form of `defgeneric' correctly.
5484
5485 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5486
5487 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5488 of `c'.
5489
5490 * textmodes/outline.el (outline-font-lock-level): Remove the
5491 condition-case, test what outline-level returns instead, to
5492 ease debugging.
5493
5494 * international/mule.el (auto-coding-regexp-alist): New user-option.
5495 (auto-coding-from-file-contents): New function.
5496 (set-auto-coding): Use it to determine a coding system.
5497
5498 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5499
5500 * mouse.el (mouse-delete-other-windows): Doc fix.
5501
5502 * emacs-lisp/lisp-mode.el (lisp-mode):
5503 Make font-lock-keywords-case-fold-search a buffer-local variable with
5504 make-local-variable before setting it.
5505
5506 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5507
5508 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5509 prefixes.
5510
5511 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5512
5513 * hexl.el (hexl-current-address): Print a message when called
5514 interactively.
5515
5516 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5517
5518 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5519
5520 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5521
5522 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5523
5524 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5525
5526 * startup.el (command-line): If parameters have been changed in
5527 the init files which influence font selection, clear the face
5528 cache so that faces get realized with the new parameters.
5529
5530 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5531
5532 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5533
5534 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5535
5536 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5537
5538 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5539 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5540
5541 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5542
5543 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5544 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5545
5546 2001-05-09 John Wiegley <johnw@gnu.org>
5547
5548 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5549 Annotated the documentation string to tell users about
5550 `eshell-no-numeric-conversions'.
5551
5552 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5553 conversions if a Lisp function has the property
5554 `eshell-no-numeric-conversions' set to a non-nil value.
5555
5556 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5557 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5558 property `eshell-no-numeric-conversions' on the following
5559 functions (which all deal with filesystem entities, and never Lisp
5560 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5561 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5562 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5563 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5564 eshell/which, eshell/addpath.
5565
5566 2001-05-09 John Wiegley <johnw@gnu.org>
5567
5568 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5569 encountered as an argument, don't convert it right away, but tag
5570 the first character of the string with the text properties
5571 `number', which signifies to `eshell-lisp-command' that the
5572 argument should be passed through `string-to-number' if it is
5573 actually used in the call to a Lisp function.
5574
5575 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5576 function, convert any string arguments that have been tagged as
5577 "numbers", by calling string-to-number.
5578
5579 * eshell/esh-util.el (eshell-number-regexp): Now that number
5580 conversions only happen for Lisp function calls, the number regexp
5581 should now match all integer and floating point forms.
5582
5583 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5584 `eshell-continue-process', since they are both nonfunctional at
5585 the moment.
5586 (eshell-proc-initialize): Don't bind keys for
5587 `eshell-stop-process' or `eshell-continue-process'.
5588
5589 * eshell/em-unix.el (eshell-shuffle-files):
5590 Apply `directory-file-name' before calling `file-name-directory'.
5591
5592 * eshell/em-hist.el (eshell-add-to-history): Reference to
5593 `eshell-history-ring' needed to be `eshell-history-index'.
5594
5595 * calendar/timeclock.el (timeclock-find-discrep):
5596 Initialize `elapsed' to 0.
5597 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5598 it's still nil.
5599
5600 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5601
5602 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5603 (archive-mode): Use capitalize.
5604 (archive-unique-fname): Use make-temp-file.
5605
5606 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5607
5608 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5609
5610 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5611
5612 * tar-mode.el (tar-extract): Pay attention to the value of
5613 coding-system-for-read, if it is non-nil.
5614
5615 * calendar/holidays.el (holidays): Add an autoload cookie.
5616 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5617
5618 2001-05-08 John Wiegley <johnw@gnu.org>
5619
5620 * calendar/timeclock.el (timeclock-workday-remaining):
5621 Changed logic for determining how much time is remaining.
5622 (timeclock-workday-elapsed): Don't accept a "relative" argument
5623 for the current day's elapsed time. What could that have meant?
5624 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5625 (timeclock-when-to-leave): Changed logic, similarly to what was
5626 done for `timeclock-workday-remaining'.
5627 (timeclock-find-discrep): Removed "today-only" argument, which had
5628 no meaning. Fixed some more math problems. The function now
5629 returns a three member list: (TOTAL-TIME-DISCREPANCY
5630 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5631
5632 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5633
5634 * w32-fns.el (convert-standard-filename): Start replacing slashes
5635 from the beginning of the file name, not from where the last
5636 invalid character was. From "Andrew Maguire (SWW)"
5637 <Andrew.Maguire@Smallworld.co.uk>
5638
5639 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5640
5641 The following changes are to provide infrastructure for handling
5642 MIME messages to rmail. They don't affect the original behaviour
5643 if rmail-enable-mime is nil.
5644
5645 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5646 (rmail-search-mime-message-function)
5647 (rmail-search-mime-header-function): New variables.
5648 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5649 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5650 `rmail-view-buffer' is hidden.
5651 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5652 call rmai-show-mime-function.
5653 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5654 mode-line-process of rmail-view-buffer.
5655 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5656 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5657 buffer.
5658 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5659 set-buffer to the Rmail buffer.
5660 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5661 rmail-search-mime-header-function.
5662 (rmail-search-message): New function.
5663 (rmail-search): Call rmail-search-message to check if a message
5664 matches REGEXP, lastly update point after calling
5665 rmail-show-message.
5666 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5667 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5668 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5669 header region, refer to rmail-msgref-vector while setting the
5670 current buffer to rmail-buffer temporarily.
5671 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5672 If rmail-enable-mime is non-nil, call
5673 rmail-insert-mime-forwarded-message-function instead of inserting
5674 forwarded message by itself.
5675
5676 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5677 Rmail buffer.
5678 (rmail-set-label, rmail-next-labeled-message): Likewise.
5679
5680 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5681 set-buffer to the Rmail buffer.
5682 (rmail-output-to-rmail-file): Likewise.
5683 (rmail-output): Likewise.
5684
5685 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5686 of mail-fetch-field by rmail-summary-line-decoder.
5687 (rmail-new-summary): Be sure to go to the Rmail buffer.
5688 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5689 rmail-view-buffer to nil.
5690 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5691 rmail-view-buffer.
5692 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5693 rmail-buffer.
5694 (rmail-summary-scroll-msg-down): Likewise.
5695 (rmail-summary-beginning-of-message): Likewise.
5696 (rmail-summary-wipe): Likewise.
5697 (rmail-summary-toggle-header): Use save-window-excursion, not
5698 save-excursion. Update point in rmail-view-buffer, not in
5699 rmail-buffer.
5700 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5701 rmail-view-buffer, not rmail-buffer.
5702
5703 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5704
5705 * cus-edit.el (custom-file): Signal an error if user-init-file is
5706 nil (running -q).
5707
5708 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5709
5710 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5711 Add :version.
5712
5713 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5714 New option.
5715 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5716 only if smtpmail-warn-about-unknown-extensions is set.
5717
5718 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5719 instead of rmail-sort-by-keywords.
5720
5721 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5722 rmail-sort-by-keywords.
5723
5724 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5725 rmail-summary-sort-by-keywords. Doc fix.
5726 (rmail-summary-mode): Doc fix.
5727
5728 * mail/rmail.el (rmail-edit): New Custom group.
5729
5730 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5731 (rmail-edit-mode-hook): New user-option.
5732
5733 2001-05-05 Richard M. Stallman <rms@gnu.org>
5734
5735 * help.el (help-xref-symbol-regexp): Recognize "source of"
5736 and friends, meaning make a link to the source file.
5737 (help-make-xrefs): Handle "source of" and friends
5738 by constructing a link that visits the source file.
5739
5740 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5741
5742 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5743
5744 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5745 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5746 Renamed from perl-font-lock-keywords to avoid clashes.
5747 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5748 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5749 Updated correspondingly.
5750
5751 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5752 Typo `nonexistant' -> `nonexistent'.
5753
5754 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5755
5756 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5757 Split `c-electric-delete' into two functions where
5758 `c-electric-delete-forward' always deletes forward and
5759 `c-electric-delete' only contains the code necessary for XEmacs to
5760 choose between backward and forward deletion.
5761
5762 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5763 get the electric behavior on that key too.
5764 (c-fill-paragraph): Fixed bogus direct use of
5765 c-comment-prefix-regexp, which caused an error when it's a list.
5766
5767 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5768
5769 * dired-aux.el (dired-diff): Doc fix.
5770
5771 * dired.el (dired-diff): Likewise.
5772
5773 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5774
5775 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5776
5777 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5778
5779 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5780 if both the buffer and the file are read-only.
5781
5782 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5783 rather than font-lock-string-face.
5784 (sh-get-indent-info): Treat heredocs like strings.
5785
5786 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5787
5788 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5789 a newline following `}'.
5790 (texinfo-format-email): New function.
5791 (toplevel): Use texinfo-format-email for @email.
5792 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5793 Add `display'.
5794 (texinfo-sort-region): Goto point-min before sorting.
5795 (texinfo-set): Remove leading white space from value.
5796 From yagi@is.titech.ac.jp.
5797
5798 * replace.el (query-replace-regexp-eval): Doc fix.
5799
5800 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5801
5802 * diff-mode.el (diff-nonexistant-face): New face.
5803 (diff-font-lock-keywords): Use it.
5804
5805 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5806
5807 * font-lock.el (font-lock-mode): Doc fix.
5808
5809 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5810 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5811
5812 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5813
5814 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5815 backslash at the start of the here-document delimiter.
5816 (sh-font-lock-syntactic-keywords): Likewise.
5817
5818 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5819
5820 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5821
5822 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5823 (tty-color-translate, tty-color-by-index, tty-color-values)
5824 (tty-color-desc): Doc fix.
5825
5826 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5827
5828 * dired-aux.el (dired-do-create-files, dired-do-copy)
5829 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5830 Mention dired-dwim-target in the doc string.
5831
5832 2001-04-28 Miles Bader <miles@gnu.org>
5833
5834 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5835 (dabbrev--find-expansion): Use it.
5836 (dabbrev--select-buffers): Don't select ignored buffers.
5837
5838 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5839
5840 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5841
5842 2001-04-26 Richard M. Stallman <rms@gnu.org>
5843
5844 * dabbrev.el: Add doc strings for some functions.
5845 (dabbrev--eliminate-newlines): New variable.
5846 (dabbrev--substitute-expansion): Convert newlines to spaces
5847 if dabbrev--eliminate-newlines is set.
5848 If abbrev and expansion are both all-lower-case,
5849 leave dabbrev--last-case-pattern nil.
5850
5851 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5852
5853 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5854 if necessary, like in rmail-show-message.
5855
5856 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5857
5858 * ps-print.el: Color specified by number is forced to be float number.
5859 (ps-print-version): New version number (6.5.1.1).
5860 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5861 initialization.
5862 (ps-prefix-quote): New internal var.
5863 (ps-print-quote): New fun.
5864 (ps-setup, ps-output-frame-properties, ps-float-format)
5865 (ps-format-color): Code fix.
5866 (ps-plot-region): Eliminate redundant foreground color text setting.
5867
5868 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5869
5870 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5871
5872 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5873
5874 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5875
5876 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5877
5878 * info.el (Info-additional-directory-list): Doc fix.
5879
5880 * find-lisp.el (find-lisp-find-dired-filter)
5881 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5882 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5883
5884 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5885
5886 * progmodes/make-mode.el (makefile-font-lock-keywords):
5887 Rationalize the rules for includes and conditionals and use the
5888 keyword face for them.
5889
5890 * faces.el (modify-face): Add compatibility for non-interactive use.
5891
5892 2001-04-24 John Wiegley <johnw@gnu.org>
5893
5894 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5895 fix from last night, since it wasn't finding eshell/cd.
5896
5897 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5898
5899 * rect.el (string-rectangle): Revert to 20.x behaviour.
5900 (replace-rectangle): Make it an alias for string-rectangle.
5901 (string-insert-rectangle): New function.
5902
5903 2001-04-23 John Wiegley <johnw@gnu.org>
5904
5905 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5906 occurring with Emacs 21's diff.el/compile.el interaction layer.
5907
5908 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5909
5910 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5911 case where the function was defined in a file, but not part of an
5912 eshell module.
5913
5914 2001-04-23 John Wiegley <johnw@gnu.org>
5915
5916 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5917 code to work around a redisplay problem I've been having.
5918
5919 2001-04-23 John Wiegley <johnw@gnu.org>
5920
5921 * calendar/timeclock.el (timeclock-day-required): If the time
5922 required for a particular day is not set, use `timeclock-workday'.
5923 (timeclock-find-discrep): Added some sample code in a comment.
5924
5925 * eshell/eshell.el (eshell-command): Made a few changes so that
5926 `eshell-command' could be called programmatically.
5927
5928 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5929
5930 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5931
5932 2001-04-23 John Wiegley <johnw@gnu.org>
5933
5934 * calendar/timeclock.el: Updated copyright.
5935 (timeclock-generate-report): Don't report the daily or two-week
5936 total, if no time has been worked in that period.
5937 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5938 final computational form, which was unnecessary; corrected a
5939 parsing problem when timeclock-relative was nil.
5940
5941 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5942
5943 * calendar/timeclock.el (timeclock-modeline-display): Check if
5944 `list-entry' is null.
5945 (timeclock-use-display-time): The first argument to `set-variable'
5946 must be a symbol.
5947
5948 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5949
5950 * calendar/calendar.el (diary-entry-marker)
5951 (calendar-today-marker, calendar-holiday-marker):
5952 Use display-color-p instead of window-system.
5953 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5954 instead of window-system.
5955 (calendar-hide-window): Use display-multi-frame-p instead of
5956 window-system.
5957
5958 * calendar/cal-x.el (calendar-two-frame-setup)
5959 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5960 Use display-multi-frame-p instead of window-system.
5961
5962 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5963
5964 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5965
5966 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5967 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5968
5969 2001-04-23 Alex Schroeder <alex@gnu.org>
5970
5971 * goto-addr.el: Instead of defining line-beginning-position and
5972 line-end-position a defalias is used for point-at-bol and point-at-eol.
5973
5974 2001-04-23 Alex Schroeder <alex@gnu.org>
5975
5976 * goto-addr.el: Added XEmacs compatibility code.
5977 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5978
5979 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5980
5981 * textmodes/paragraphs.el (sentence-end): Doc fix.
5982
5983 2001-04-20 Alex Schroeder <alex@gnu.org>
5984
5985 * sql.el (sql-escape-newlines-and-send): New function.
5986 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5987
5988 2001-04-20 Alex Schroeder <alex@gnu.org>
5989
5990 * sql.el (sql-db2-program): New option.
5991 (sql-db2-options): New option.
5992 (sql-db2): New function.
5993
5994 2001-04-20 Alex Schroeder <alex@gnu.org>
5995
5996 * sql.el (sql-mode-menu): Added highlighting entries.
5997 (sql-highlight-oracle-keywords): New function.
5998 (sql-highlight-postgres-keywords): New function.
5999 (sql-highlight-ansi-keywords): New function.
6000
6001 2001-04-20 Alex Schroeder <alex@gnu.org>
6002
6003 * sql.el (sql-help): Doc change.
6004
6005 2001-04-19 Karl Fogel <kfogel@collab.net>
6006
6007 * saveplace.el (save-place-alist-to-file): Removed no-effect code
6008 that inserted file content only to delete it immediately.
6009 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
6010 <lektu@uol.com.br> for the patch.
6011
6012 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
6013
6014 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
6015
6016 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6017
6018 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
6019 for defmethod.
6020
6021 * comint.el (comint-cr-magic): New function.
6022 (toplevel): Add it to comint-preoutput-filter-functions.
6023
6024 2001-04-18 Andrew Innes <andrewi@gnu.org>
6025
6026 * makefile.w32-in (EMACSLOADPATH): Define.
6027 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
6028 (recompile): Remove stuff to set EMACSLOADPATH.
6029
6030 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6031
6032 * language/slovak.el ("Slovak"): Add tutorial entry.
6033
6034 * net/browse-url.el (browse-url-new-window-flag): Renamed from
6035 browse-url-new-window-p.
6036
6037 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6038
6039 * info.el (Info-menu-update): When there are no menus and/or no
6040 cross references in the node, make the respective items of the
6041 Info menu-bar menu inactive.
6042
6043 2001-04-17 Gerd Moellmann <gerd@gnu.org>
6044
6045 * indent.el (indent-for-tab-command): Call indent-line-function
6046 with no argument if PREFIX-ARG is non-nil.
6047
6048 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6049
6050 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6051
6052 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6053 an async subprocess if start-process is unavailable. Suggested by
6054 Tim Van Holder <tim.van.holder@pandora.be>.
6055
6056 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6057
6058 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6059 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6060
6061 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6062
6063 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6064 manual.
6065
6066 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6067
6068 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6069 (cvs-menu): Add a few entries.
6070
6071 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6072 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6073 lock file appears to be reachable from Emacs.
6074 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6075 (cvs-mode-find-file): Look for cvs-header-face rather than
6076 cvs-dirname-face (which doesn't exist).
6077 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6078
6079 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6080
6081 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6082
6083 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6084 normal-erase-is-backspace on a tty. Instead, bind some keys such
6085 as [delete] directly, like pc-select.el did before
6086 normal-erase-is-backspace was invented.
6087
6088 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6089
6090 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6091
6092 2001-04-11 John Wiegley <johnw@gnu.org>
6093
6094 * eshell/em-ls.el (eshell-ls-insert-directory):
6095 Set font-lock-defaults to nil, to prevent fontification in dired
6096 buffers, if Eshell's ls is being used.
6097
6098 2001-04-11 John Wiegley <johnw@gnu.org>
6099
6100 * calendar/timeclock.el (timeclock-completing-read): New function.
6101 (timeclock-ask-for-project, timeclock-ask-for-reason):
6102 Call `timeclock-completing-read'.
6103
6104 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6105 required where `member' was being used.
6106
6107 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6108
6109 * eshell/em-hist.el (eshell-previous-matching-input):
6110 Don't display "History item" if the the minibuffer is active.
6111
6112 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6113
6114 * startup.el (command-line): Output a newline after printing
6115 an error from loading the window system's init file.
6116
6117 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6118
6119 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6120 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6121 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6122 keywords whose arguments routinely include @@.
6123
6124 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6125
6126 * emacs-lisp/advice.el (ad-make-advised-definition):
6127 Construct advice for subrs differently.
6128
6129 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6130 regexp in parentheses when building the regexp for searching backwards.
6131
6132 * simple.el (completion-list-mode-finish): New function.
6133 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6134
6135 * language/european.el ("Polish"): Change sample text.
6136 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6137
6138 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6139 parameter.
6140
6141 * faces.el (menu): Doc fix.
6142
6143 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6144
6145 * ps-print.el: Footer implementation. Doc fix.
6146 (ps-print-version): New version number (6.5.1).
6147 (ps-header-frame-alist): New customization var for header frame
6148 properties.
6149 (ps-line-number-color): New customization var for line number color.
6150 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6151 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6152 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6153 (ps-right-footer): New customization vars for footers.
6154 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6155 footers.
6156 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6157 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6158 Code fix.
6159 (ps-prologue-file): Indentation fix.
6160 (ps-print-quote): Fun eliminated.
6161 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6162 (ps-output-frame-properties): New fun.
6163 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6164 (ps-skip-newline): Replace defun by defsubst.
6165
6166 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6167
6168 * eshell/eshell.el (eshell-command): Needed a "%s" format
6169 specifier, in case the buffer contains percent characters.
6170
6171 2001-04-10 John Wiegley <johnw@gnu.org>
6172
6173 * calendar/timeclock.el (timeclock-generate-report): Added a
6174 missing insert of the project name.
6175
6176 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6177
6178 * obsolete/profile.el: Moved from emacs-lisp/.
6179
6180 * Makefile.in (nonobsolete_setwins): New macro.
6181 (finder-data): Use it instead of `setwins'.
6182 From: Dave Love <fx@gnu.org>.
6183
6184 * server.el (server-visit-files): Set server-existing-buffer correctly.
6185 (server-visit-files): Run server-visit-hook after going to
6186 line 1 so that the hook can set point as it sees fit.
6187
6188 * bindings.el (mode-line-modified): Unify help messages.
6189
6190 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6191
6192 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6193 All callers changed.
6194
6195 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6196
6197 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6198 long file names aren't supported, truncate the file names in
6199 quail-misc-package-ext-info to 8+3 before matching them against
6200 FILENAME.
6201
6202 * dos-fns.el (dos-truncate-to-8+3): New function.
6203
6204 * progmodes/compile.el (grep-compute-defaults): Use null-device
6205 instead of literal /dev/null. Reported by Jens Schmidt
6206 <schmidt@mathematik.uni-kl.de>.
6207
6208 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6209
6210 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6211
6212 * textmodes/sgml-mode.el: Add unknown maintainer.
6213 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6214 (html-mode-map): Use set-keymap-parent.
6215
6216 2001-04-06 Dave Love <fx@gnu.org>
6217
6218 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6219 Remove redundant string-to-list.
6220
6221 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6222
6223 * composite.el (reference-point-alist): Doc fix.
6224
6225 2001-04-05 Sam Steingold <sds@gnu.org>
6226
6227 * font-lock.el (font-lock-keywords-case-fold-search):
6228 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6229 file made font-lock case-insensitive.
6230
6231 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6232
6233 * faces.el (defface menu): Doc fix.
6234
6235 * wid-edit.el (widget-color-sample-face-get): Don't make
6236 faces for undefined colors.
6237
6238 * version.el (emacs-version): Include LessTif/Motif version info.
6239
6240 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6241
6242 * ps-mule.el: Eliminate cl package dependence.
6243 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6244 if they aren't defined yet.
6245 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6246 Eliminate cl package dependence.
6247
6248 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6249
6250 * progmodes/cc-cmds.el (c-outline-level):
6251 Bind buffer-invisibility-spec. Originally from Dave Love, but
6252 got lost when incorporating version 5.26.
6253
6254 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6255
6256 * emulation/pc-select.el (pc-selection-mode):
6257 Call normal-erase-is-backspace-mode instead of binding
6258 keys individually.
6259
6260 * cus-load.el (normal-erase-is-backspace): Use it instead of
6261 delete-key-deletes-forward.
6262
6263 * startup.el (command-line): Use normal-erase-is-backspace and
6264 normal-erase-is-backspace-mode.
6265
6266 * simple.el (normal-erase-is-backspace): Rename from
6267 delete-key-deletes-forward. Doc fix.
6268 (normal-erase-is-backspace-mode): Rename from
6269 delete-key-deletes-forward-mode. Doc fix.
6270 Run normal-erase-is-backspace-hook.
6271
6272 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6273 ``human-readable'' format produced by GNU `ls'.
6274 (dired-move-to-filename-regexp): Recognize ISO format dates.
6275 From Paul Eggert <eggert@twinsun.com>.
6276
6277 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6278
6279 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6280 New functions.
6281 (lm-verify): Check keywords.
6282 From Eric M. Ludlam <eric@siege-engine.com>.
6283
6284 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6285
6286 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6287 `xemacs' feature instead of for the function `set-extent-property'.
6288
6289 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6290
6291 * mail/mh-utils.el (mh-folder-hist): New var.
6292 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6293
6294 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6295
6296 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6297 region, position point on the first or last 16-byte group.
6298 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6299 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6300 hexl-beginning-of-line.
6301
6302 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6303
6304 * icomplete.el (icomplete-mode): Treat an argument like other
6305 modes do.
6306
6307 * startup.el (fancy-splash-head): Use splash8.xpm for color
6308 depth 8.
6309
6310 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6311 Add an antry for ``converts''.
6312
6313 * language/slovak.el ("Slovak"): Add documentation string.
6314 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6315
6316 * language/czech.el ("Czech"): Add documentation string.
6317 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6318
6319 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6320 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6321
6322 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6323
6324 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6325 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6326 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6327 Use `defsubst' rather than a macro to ease debugging.
6328 (mail-extr-last): Remove (use `last' instead).
6329 (mail-extract-address-components): Properly reset the syntax-table
6330 after parsing an address. Use `last' rather than mail-extr-last.
6331 Make sure the end marker stays at the very end.
6332
6333 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6334
6335 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6336 last change.
6337
6338 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6339
6340 * ps-print.el: Line and paragraph spacing feature. Region to cut
6341 out when printing. Doc fix.
6342 (ps-print-version): New version number (6.5).
6343 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6344 New vars. Line and paragraph spacing feature.
6345 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6346 out when printing.
6347 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6348 (ps-get-font-size, ps-begin-job, ps-continue-line)
6349 (ps-plot-region): Code fix.
6350 (ps-print-prologue-2): Var eliminated.
6351 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6352 New internal vars.
6353 (ps-get-size): New fun.
6354 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6355 (ps-next-line): Replace defun by defsubst.
6356 (ps-mule-plot-string): Autoload doc fix.
6357
6358 * ps-bdf.el: XEmacs compatibility. Doc fix.
6359 (installation-directory, coding-system-for-read): Declare vars if
6360 it's not declared yet.
6361 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6362
6363 * ps-mule.el: XEmacs compatibility. Doc fix.
6364 (leading-code-private-22): Declare var if it's not declared yet.
6365 (charset-bytes, charset-dimension, charset-id, charset-width)
6366 (find-charset-region, split-char, char-width, chars-in-region)
6367 (forward-point, decompose-composite-char, encode-coding-string)
6368 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6369 Define funs if not defined yet.
6370 (encode-composition-rule, find-composition): Define funs if not
6371 loaded yet.
6372 (ps-mule-prologue): PostScript code fix.
6373
6374 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6375
6376 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6377 non-nil, generate font for the header strings.
6378 (ps-mule-prepare-font): Likewise.
6379 (ps-mule-generate-glyphs): Likewise.
6380 (ps-mule-string-encoding): Likewise.
6381 (ps-mule-header-charsets): New variable.
6382 (ps-mule-encode-header-string): New function.
6383 (ps-mule-header-string-charsets): New function.
6384 (ps-mule-begin-job): Check charsets in the header strings. If there
6385 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6386
6387 * ps-print.el (ps-generate-header-line): Encode the header string by
6388 ps-mule-encode-header-string.
6389 (ps-mule-encode-header-string): Declare autoload.
6390
6391 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6392
6393 * frame.el (cursor-in-non-selected-windows):
6394 Replaces show-cursor-in-non-selected-windows.
6395
6396 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6397
6398 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6399 Delete entries for "chinese-py" and "chinese-ziranma".
6400 (quail-misc-package-ext-info): New variable.
6401 (tsang-quick-converter): New function.
6402 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6403 (quick-cns-converter, py-converter, ziranma-converter)
6404 (miscdic-convert, batch-miscdic-convert): New functions.
6405
6406 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6407
6408 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6409 eight-bit-control chars.
6410
6411 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6412 Reduce making temporary vector (suggested by Dave Love).
6413
6414 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6415
6416 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6417 string as well.
6418
6419 2001-03-30 Andreas Schwab <schwab@suse.de>
6420
6421 * files.el (backup-directory-alist): Fix typo.
6422
6423 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6424
6425 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6426 <eggert@twinsun.com>.
6427
6428 2001-03-30 Dave Love <fx@gnu.org>
6429
6430 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6431
6432 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6433
6434 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6435
6436 2001-03-30 Miles Bader <miles@gnu.org>
6437
6438 * subr.el (interactive-form): Fix paren typo.
6439
6440 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6441
6442 * emacs-lisp/profile.el: Say that it's obsolete in the header
6443 line, so that finder.el puts that into its data-base.
6444 Suggested by Alex Schroeder <alex@gnu.org>.
6445
6446 2001-03-29 Paul Eggert <eggert@twinsun.com>
6447
6448 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6449 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6450
6451 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6452
6453 * generic.el (generic-mode-set-comments): Use "" rather than nil
6454 for comment-end.
6455
6456 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6457
6458 * emacs-lisp/advice.el (ad-make-advised-definition):
6459 Call interactive-form to obtain the interactive spec of subrs.
6460
6461 * subr.el (interactive-form): New function.
6462
6463 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6464
6465 * vc-sccs.el (vc-sccs-register): Use relative file names.
6466
6467 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6468
6469 * bookmark.el (bookmark-get-bookmark): Handle case that
6470 BOOKMARK is not a string.
6471
6472 * image.el (image-type-regexps): Change type for PS files
6473 to `postscript'.
6474
6475 * subr.el (read-passwd): Clear command history after each
6476 character entered. From: Stephen Gildea
6477 <gildea@stop.mail-abuse.org>.
6478
6479 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6480
6481 * international/kkc.el (kkc-save-init-file): Locally bind
6482 print-length to nil.
6483
6484 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6485
6486 * textmodes/flyspell.el: Some doc fixes.
6487 (flyspell-maybe-correct-transposition)
6488 (flyspell-maybe-correct-doubling): Use a temporary buffer
6489
6490 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6491
6492 * emacs-lisp/byte-opt.el (byte-optimize-while)
6493 (byte-optimize-form-code-walker): Diagnose too few arguments
6494 for `if' and `while'.
6495
6496 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6497
6498 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6499 Prepend `\' to "\<quail-translation-docstring>".
6500
6501 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6502
6503 * autorevert.el (global-auto-revert-non-file-buffers):
6504 Remove duplicate defcustom.
6505
6506 2001-03-26 Miles Bader <miles@gnu.org>
6507
6508 * international/latin1-disp.el (latin1-char-displayable-p):
6509 Add leading "-" for X font pattern.
6510
6511 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6512
6513 * international/mule-diag.el (describe-coding-system):
6514 For raw-text and emacs-mule, don't add anymore text about what
6515 charsets they can encode.
6516
6517 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6518
6519 * help.el (view-lossage): Mention open-dribble-file in the doc
6520 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6521
6522 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6523
6524 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6525 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6526
6527 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6528
6529 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6530 Call ccl-execute-on-string directly so that CCL program handling
6531 multibyte sequence can work correctly.
6532 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6533 property of the coding system.
6534
6535 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6536
6537 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6538 Fix transcription typo.
6539
6540 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6541
6542 * whitespace.el: Add buffer local variables to toggle testing of
6543 whitespaces in buffers without affecting the default values.
6544 Bump version to 3.0 to account for a few other changes.
6545 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6546 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6547 (whitespace-toggle-spacetab-check): New functions.
6548
6549 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6550
6551 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6552
6553 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6554
6555 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6556 bs-cycle-configuration-name. From Juanma Barranquero
6557 <lektu@uol.com.br>.
6558
6559 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6560 and cc-vars.el.
6561
6562 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6563 headers. Always invoke sendmail with option -t.
6564
6565 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6566
6567 * Release of cc-mode 5.28.
6568
6569 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6570
6571 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6572 Removed the hardcoded switch to "java" style in Java mode.
6573 It's instead taken care of by the default value for c-default-style.
6574
6575 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6576
6577 * cc-align.el (c-lineup-math): Fix bug where lineup was
6578 triggered by equal signs in string literals.
6579
6580 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6581
6582 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6583 limit detection when at the ends of the buffer.
6584
6585 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6586 "for" statement clause in case 7F; a better one is done
6587 earlier in case 7D anyway.
6588
6589 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6590
6591 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6592 somewhat more and did a small optimization.
6593
6594 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6595
6596 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6597 Use the limit argument only to limit the syntactic context
6598 search, not to limit the actual movement.
6599
6600 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6601 inside multiline strings, just like in comments. Also various
6602 fixes to the paragraph and comment prefix recognition, block
6603 comment ender handling etc.
6604
6605 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6606
6607 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6608 the relative position of the point.
6609
6610 * cc-cmds.el (c-electric-continued-statement): New function to
6611 use as abbrev hook to reindent for keywords such as "else"
6612 that continues an earlier statement.
6613
6614 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6615 like classes.
6616
6617 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6618 (pike-mode): Populate the default abbrev tables to reindent for
6619 keywords such as "else" that can continue earlier statements.
6620 Abbrev mode is therefore turned on by default now. (Note that
6621 this doesn't apply to idl-mode, since IDL afaik doesn't have
6622 statements at all.)
6623
6624 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6625
6626 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6627 bracelists where the declaration contains template arguments.
6628
6629 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6630
6631 * cc-cmds.el (c-comment-indent):
6632 Use `c-get-syntactic-indentation' to correctly calculate the
6633 syntactic indentation. Fixes bug with lineup functions that
6634 return vectors.
6635
6636 * cc-engine.el (c-get-syntactic-indentation): Split the
6637 indentation sum calculation from `c-indent-line' to a separate
6638 function.
6639
6640 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6641
6642 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6643 Fixed places where it was assumed that preprocessor directives
6644 have to start in column zero.
6645
6646 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6647 template arguments after a class identifier properly.
6648
6649 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6650 lists for `new Foo[]' constructs in Java as expressions and
6651 not top level definition brace lists on the top level, so that
6652 they'll get indented consistently with the same type of
6653 expression in a normal block.
6654
6655 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6656
6657 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6658 whether the adaptive filling package fails to keep the comment
6659 prefix is now kludged further to check for filladapt-mode
6660 which doesn't have that problem. This is really icky, but it's
6661 the only way that works with the current misfeatures/bugs in
6662 both adaptive-fill-mode and filladapt-mode.
6663
6664 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6665 around point is recognized more robust.
6666
6667 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6668
6669 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6670 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6671 (c-lit-type): Fixed all internal variables used dynamically so
6672 that they are always bound.
6673
6674 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6675 errors:
6676
6677 (c-indent-region): Fixed reporting of syntactic errors so that
6678 the region is fully reindented even when an error occurs.
6679 The last syntactic error is printed afterwards. Also cleanup up a
6680 whole lot of code that tried to optimize indentation of whole
6681 sexps but in reality accomplishes nothing.
6682
6683 (c-indent-sexp): Use c-indent-region.
6684
6685 (c-parsing-error): Changed this variable to hold the message
6686 for any syntactic error that is discovered.
6687
6688 (c-parse-state): Search backward from point instead of the bod
6689 position when the latter is invalid. This makes CC Mode
6690 recover faster when there are unbalanced close braces.
6691
6692 (c-backward-to-start-of-if): Use c-parsing-error to report
6693 dangling "else" clauses instead of throwing an error, and fall
6694 back to a reasonable position.
6695
6696 (c-indent-line): Added argument to avoid reporting syntactic errors.
6697
6698 (c-show-syntactic-information): Don't report any syntactic errors.
6699
6700 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6701
6702 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6703 paragraph recognition when moving by sentence in literals.
6704
6705 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6706 start regexp for javadoc to recognize javadoc markup in general instead
6707 of a specific set of keywords, to be more future-safe.
6708
6709 (c-Pike-pikedoc-paragraph-start)
6710 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6711 pikedoc markup.
6712
6713 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6714
6715 (pike-mode): Initialize paragraph settings pikedoc recognition.
6716
6717 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6718
6719 (c-comment-prefix-regexp): Made it possible to use an
6720 association list on this to specify mode specific regexps.
6721 The default value now use a special regexp in Pike mode to
6722 recognize pikedoc markup.
6723
6724 (c-current-comment-prefix): New variable containing the actual
6725 regexp from c-comment-prefix-regexp for the current buffer.
6726
6727 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6728
6729 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6730 lists: We can't look at the syntax, since a brace list can get
6731 recognized as a plain statement-cont.
6732
6733 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6734 special brace list opener broken over two lines got recognized
6735 as a statement on the second line. Case 9A changed.
6736
6737 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6738
6739 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6740 adjustment after line is reindented.
6741
6742 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6743
6744 * cc-defs.el (c-point): Added optional argument for position
6745 to use instead of the current point.
6746
6747 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6748 the in-expression block symbols when the construct starts at
6749 boi, to avoid the extra level of indentation in that case.
6750 Cases 4, 16A and 17E affected.
6751
6752 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6753
6754 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6755 calls to `c-indent-line', to adhere better to Emacs conventions.
6756
6757 * cc-engine.el (c-indent-line): Use the syntax already bound
6758 to `c-syntactic-context', if there is any.
6759
6760 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6761
6762 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6763 wasn't added up correctly when a lineup function returned nil.
6764
6765 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6766
6767 * cc-engine.el (c-collect-line-comments): Fixed bug where
6768 empty lines were ignored when collecting line comments backwards.
6769
6770 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6771
6772 * cc-align.el (c-lineup-dont-change): Return an absolute
6773 indentation column to work correctly in the case when several
6774 syntactic elements are processed for the same line.
6775
6776 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6777 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6778 (c-set-offset): Added absolute indentation column settings by
6779 using the vector type.
6780
6781 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6782
6783 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6784 Implemented two new cleanups `space-before-funcall' and
6785 `compact-empty-funcall'.
6786
6787 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6788
6789 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6790 helping building regexps.
6791
6792 * cc-engine.el (c-on-identifier): New function for detecting
6793 identifiers. It takes keywords into account.
6794
6795 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6796 lists. `c-keywords' is set to a regexp matching all keywords
6797 in the current language.
6798
6799 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6800
6801 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6802 list of characters to skip backwards over at the beginning of
6803 a statement, since it can precede string literals in Pike.
6804
6805 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6806
6807 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6808 recognition when standing on the last line in a C++ comment
6809 with nothing but whitespace after the prefix.
6810
6811 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6812 given no limit argument.
6813
6814 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6815
6816 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6817 recognition for the `[]= operator symbol in Pike.
6818
6819 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6820
6821 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6822 around a bug in `eval-when-compile' in the byte compiler.
6823
6824 * cc-engine.el (c-forward-token-1): Fixed bug with return
6825 value when count is zero and there's no token start within the limit.
6826
6827 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6828 "prefix comments", i.e. comments which are followed by code on
6829 the same line.
6830
6831 * cc-mode-19.el: Fixes so that checks that must be done at
6832 compile time also are done then.
6833
6834 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6835
6836 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6837 time and at runtime, and only when it's needed.
6838
6839 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6840
6841 Major cleanup for less error prone and more warning free
6842 compilation, including some fixes for bugs due to different
6843 compilation orders. Thanks to Martin Buchholz for providing
6844 the basis for all this.
6845
6846 * cc-bytecomp.el: New file that provides some byte compilation
6847 features: It ensures that files always are loaded from the
6848 current source directory during compilation, and it provides a
6849 set of macros to turn off specific compiler warnings for
6850 specific symbols. (It's not CC Mode specific in any way.)
6851
6852 Fixed a nearly acyclic dependency tree (both runtime and
6853 compile-time) between all files.
6854
6855 * cc-defs.el: Separated all macros before the inline functions,
6856 to ensure correct compilation.
6857
6858 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6859 cc-defs.el to cc-engine.el and made it a function instead.
6860
6861 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6862 about char-after.
6863
6864 * cc-vars.el: Cope even when there isn't a custom package
6865 containing defcustom available.
6866
6867 * cc-make.el: Removed since it's no longer necessary.
6868
6869 README: Updated installation instructions.
6870
6871 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6872
6873 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6874 improve the modularity: Moved all mode init stuff from
6875 cc-langs.el to cc-mode.el, including the keymap
6876 initialization; cc-langs now only contains the various
6877 variables for configuring the language syntax.
6878
6879 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6880 (c-get-offset): Moved from cc-styles to cc-engine since file
6881 dependency analysis suggests they belong there (which also
6882 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6883
6884 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6885
6886 * cc-cmds.el (c-fn-region-is-active-p): New function that
6887 wraps the corresponding macro, for use in places that aren't
6888 compiled. Thanks to Martin Buchholz for pointing out this.
6889
6890 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6891
6892 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6893 add things to the bug report.
6894
6895 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6896
6897 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6898 returned prefix could contain a newline when the search for a
6899 good prefix line failed.
6900
6901 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6902
6903 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6904 (c-toggle-auto-hungry-state): Made the argument optional, as
6905 the documentation says it is.
6906
6907 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6908
6909 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6910 multiline string syntax, #"...", as a cpp macro.
6911
6912 2001-03-21 Paul Eggert <eggert@twinsun.com>
6913
6914 * international/mule-cmds.el (set-locale-environment):
6915 Set system-messages-locale and system-time-locale, but only if the
6916 caller specifies a non-nil locale name.
6917
6918 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6919
6920 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6921 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6922
6923 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6924
6925 * follow.el (follow-avoid-tail-recenter): Doc fix.
6926
6927 * custom.el (custom-set-variables): Avoid reversing the list
6928 of args needlessly.
6929
6930 * startup.el (fancy-splash-head): Don't change the colors of the
6931 XPM image on a dark background.
6932
6933 * comint.el (comint-exec-1): Set columns of the terminal to
6934 window-width instead of frame-width.
6935
6936 * info.el (Info-scroll-down): Add missing WINDOW arg for
6937 pos-visible-in-window-p.
6938
6939 * ehelp.el (electric-help-mode-hook): Add defcustom.
6940
6941 * mail/sendmail.el (mail-mode): Activate case-folding in
6942 font-lock-defaults.
6943
6944 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6945
6946 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6947 (completion-ignored-extensions): Remove duplicate ".class".
6948
6949 2001-03-19 Andreas Schwab <schwab@suse.de>
6950
6951 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6952 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6953
6954 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6955
6956 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6957 methods since there are not prefix input methods.
6958
6959 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6960
6961 * international/mule-cmds.el (read-input-method-name):
6962 Locally bind enable-recursive-minibuffers to t.
6963
6964 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6965
6966 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6967
6968 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6969
6970 * ediff-util.el: Copyright years.
6971 (ediff-choose-syntax-table): New function.
6972 (ediff-setup): Use ediff-choose-syntax-table.
6973
6974 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6975 with-syntax-table.
6976
6977 * ediff.el: Date of last update, copyright years.
6978
6979 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6980
6981 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6982 of Scott Bronson.
6983 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6984 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6985 Deleted functions.
6986 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6987 ex-token-list.
6988
6989 * viper-util.el: Spaces, indentation.
6990
6991 * viper.el: Changed version, modification time.
6992
6993 2001-03-16 John Wiegley <johnw@gnu.org>
6994
6995 * calendar/timeclock.el (timeclock-workday-remaining):
6996 Check whether `discrep' is non-null before using it.
6997
6998 2001-03-16 John Wiegley <johnw@gnu.org>
6999
7000 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
7001 first-time checkins.
7002 (timeclock-log-data): Fixed problem with reading timelog log file.
7003 Resulting data in the "day list" was incorrect.
7004 (timeclock-find-discrep): Check if `timeclock-file' is readable
7005 before opening it.
7006 (timeclock-time-less-p): New function.
7007 (timeclock-day-base): New function.
7008 (timeclock-geometric-mean): New function.
7009 (timeclock-generate-report): Generate a summary report based on
7010 the contents of the log file. This uses `timeclock-log-data', and
7011 is an example of writing a timelog manipulation function.
7012 (timeclock-visit-timelog): A quick command for opening the timelog
7013 file.
7014 (timeclock-log-data): Bound the variable event.
7015
7016 2001-03-16 Kenichi Handa <handa@etl.go.jp>
7017
7018 * international/mule-cmds.el (select-safe-coding-system):
7019 Fix typo: symbol-name -> symbol-value.
7020
7021 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
7022 before substitute-in-file-name to handle double slashes in FILE
7023 correctly.
7024
7025 2001-03-15 Gerd Moellmann <gerd@gnu.org>
7026
7027 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
7028 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
7029
7030 2001-03-14 Gerd Moellmann <gerd@gnu.org>
7031
7032 * bindings.el (features): Add `md5' and `overlay' to the list.
7033
7034 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
7035 bound before using it. It's not bound when configured without X,
7036 for instance.
7037
7038 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
7039
7040 * progmodes/hideshow.el: Update copyright.
7041 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
7042 (hs-minor-mode-hook): Include `:version' in defcustom form.
7043
7044 2001-03-13 Gerd Moellmann <gerd@gnu.org>
7045
7046 * help.el (string-key-binding): Don't call event-start on
7047 a non-list.
7048
7049 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7050
7051 * startup.el (fancy-splash-tail, command-line-1): Fix the
7052 copyright year.
7053
7054 2001-03-13 Kenichi Handa <handa@etl.go.jp>
7055
7056 * term.el: These changes are based on a patch sent from Yong Lu
7057 <lyongu@yahoo.com>.
7058 (term-set-escape-char): Bind M-x to execute-extended-command in
7059 term-raw-escape-map.
7060 (term-move-columns): Don't try to move to negagive column.
7061 (term-emulate-terminal): Insert a string before deleting a text to
7062 overwrite.
7063
7064 2001-03-12 Gerd Moellmann <gerd@gnu.org>
7065
7066 * play/life.el (life): Rearrange code so that all calls to
7067 life-display-generation are in a catch-form.
7068
7069 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7070 file that isn't interesting. In an interesting file, push the old
7071 value of point on the mark ring.
7072
7073 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7074 New function.
7075 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7076 Use it.
7077
7078 * emacs-lisp/autoload.el (generate-file-autoloads):
7079 Remove warning about line lengths.
7080
7081 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7082
7083 * progmodes/etags.el (tags-compression-info-list): New variable.
7084 (find-tag-in-order): Use it to deal with compressed source files.
7085 (tag-file-name-match-p): New function.
7086 (etags-recognize-tags-table): Use it for better match of file names.
7087
7088 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7089
7090 * international/mule-cmds.el (register-input-method): Doc fix.
7091
7092 * international/quail.el (quail-translate-key): Fix condition to
7093 check if there's another breaking point in the current key.
7094
7095 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7096
7097 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7098 Babyl header to the newly-created output file, bind
7099 coding-system-for-write to either rmail-file-coding-system or
7100 emacs-mule-unix.
7101
7102 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7103
7104 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7105 Fix the name and regexp used for subsubsections.
7106
7107 2001-03-10 Dave Love <fx@gnu.org>
7108
7109 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7110 and save-buffer if buffer-file-name non-nil. From rms.
7111
7112 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7113
7114 * vc.el (vc-do-command): If the destination buffer is already
7115 current, don't set it up and don't erase it. Updated doc string
7116 to reflect that.
7117 (vc-version-diff): When doing a single file diff, don't switch to the
7118 *vc-diff* buffer before the command. This is to preserve local
7119 variable bindings that might affect the diff command.
7120 (vc-print-log): Don't switch to the *vc* buffer before the
7121 command, so that local variable bindings are preserved.
7122
7123 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7124 not the current buffer.
7125 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7126
7127 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7128 make output go to buffer *vc*, not the current buffer.
7129
7130 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7131
7132 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7133 so ^, $, *, ? and + are interpreted correctly.
7134
7135 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7136
7137 * help.el (string-key-binding): Renamed from
7138 mode-line-key-binding. Handle any event on a string.
7139 Check for `keymap' properties as well as `local-map' properties.
7140
7141 * comint.el (comint-insert-clicked-input): Use the last key
7142 from this-command-keys to lookup the global key definition.
7143
7144 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7145
7146 * international/characters.el: Add category `j' for
7147 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7148
7149 * international/mule-conf.el (no-conversion): Fix docstring.
7150 (raw-text): Fix docstring.
7151
7152 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7153
7154 * simple.el (choose-completion-string): When not leaving the
7155 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7156 is set.
7157
7158 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7159 parameter `(minibuffer . t)'.
7160
7161 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7162
7163 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7164 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7165 (sh-mode): Remove `make-local-variable' for unused var
7166 `font-lock-unfontify-region-function'.
7167
7168 2001-03-07 Richard M. Stallman <rms@gnu.org>
7169
7170 * info.el (Info-scroll-down): Fix previous change.
7171
7172 * mail/rmail.el (rmail-toggle-header): Use a window which
7173 is showing the Rmail buffer, rather than the selected window.
7174
7175 2001-03-07 Dave Love <fx@gnu.org>
7176
7177 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7178 now, to avoid problems with binding imenu directly to a mouse event.
7179
7180 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7181
7182 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7183 second arg t.
7184
7185 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7186
7187 * log-edit.el (log-edit-common-indent): New var.
7188 (log-edit-set-common-indentation): Renamed from
7189 log-edit-delete-common-indentation. Use the new var.
7190 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7191
7192 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7193 (cvs-mode-add-change-log-entry-other-window):
7194 Don't presume change-log-default-name is defined.
7195
7196 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7197
7198 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7199 the "tree" operation as well.
7200
7201 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7202
7203 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7204 to match paragraph-start.
7205
7206 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7207 comment-start-skip and set comment-end-skip as well.
7208 (sgml-comment-indent): Fix for new value of comment-start-skip.
7209 (html-autoview-mode): Don't bother using make-local-hook.
7210
7211 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7212
7213 * cus-edit.el (custom-save-delete): Move in front of local
7214 variables, otherwise long Custom entries would make them ineffective.
7215
7216 * uniquify.el: Set maintainer to FSF.
7217
7218 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7219
7220 * dired-aux.el (dired-do-shell-command): Doc fix.
7221
7222 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7223
7224 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7225
7226 * which-func.el (which-func-modes): Add cperl-mode.
7227 (which-func-mode-global): Use define-minor-mode.
7228
7229 * info-look.el: Docstring fixes and dead code eliminated.
7230 (cperl-mode): Add support.
7231 (emacs-lisp-mode): List all entries from elisp manual, whether
7232 or not they are currently (f)bound or not. Update regexp.
7233
7234 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7235
7236 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7237 so that C-h m shows the correct information.
7238 Use make-local-variable rather than make-variable-buffer-local.
7239 (cperl-info-buffer, cperl-setup-tmp-buf):
7240 Use make-local-variable rather than make-variable-buffer-local.
7241 (cperl-msb-fix, cperl-get-help-defer):
7242 Check major-mode for `cperl-mode' as well.
7243
7244 * progmodes/cperl-mode.el: Updated to author version 4.23.
7245 (cperl-electric-pod): SYNOPSIS was misspelled.
7246 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7247 (cperl-after-expr-p): Make true after __END__.
7248
7249 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7250
7251 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7252 bookmark-completion-ignore-case is t.
7253
7254 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7255 switch, like xterm, and concat resource strings, with a newline
7256 between them.
7257
7258 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7259
7260 * international/codepage.el (cp770-decode-table)
7261 (cp773-decode-table, cp774-decode-table): New variables.
7262
7263 * man.el (Man-hyphenated-reference-regexp): New variable.
7264 (Man-build-references-alist): Use it to search for referenced
7265 manpages. If hyphenated is non-nil, record a concatenated word in
7266 Man-refpages-alist only if it matches Man-reference-regexp.
7267 Update word's length when it is concatenated. Reverse the list,
7268 to get the first manpage at the head.
7269 (Man-possibly-hyphenated-word): New function.
7270 (Man-follow-manual-reference): Use it instead of current-word to
7271 find a manpage at point, in a way that accounts for hyphenated
7272 references.
7273
7274 2001-03-06 Alex Schroeder <alex@gnu.org>
7275
7276 * sql.el (sql-interbase): New function.
7277 (sql-interbase-program): New option.
7278 (sql-interbase-options): New option.
7279 And some typos fixed: "customise" to "customize".
7280
7281 2001-03-06 Dave Love <fx@gnu.org>
7282
7283 * textmodes/flyspell.el (flyspell-region):
7284 Set up flyspell-local-mouse-map.
7285
7286 2001-03-05 Richard M. Stallman <rms@gnu.org>
7287
7288 * mail/rmail.el (rmail-retry-failure):
7289 Don't call rmail-beginning-of-message.
7290 Don't discard From: field. Do discard Received: field.
7291 Use unwind-protect to re-prune.
7292 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7293
7294 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7295
7296 * international/quail.el (quail-title): Add autoload cookie.
7297
7298 2001-03-05 Dave Love <fx@gnu.org>
7299
7300 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7301 new defs.
7302
7303 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7304
7305 * language/ethio-util.el (ethio-toggle-space):
7306 Update current-input-method-title if necessary.
7307 (ethio-toggle-punctuation): Likewise.
7308
7309 * international/quail.el (quail-title): Fix for the case that a
7310 title of an input method is specified by a list of the same form
7311 as used in mode-line-format.
7312
7313 * international/mule-cmds.el (activate-input-method):
7314 If current-input-method-title is set by activating INPUT-METHOD,
7315 respect that value.
7316
7317 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7318
7319 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7320
7321 2001-03-05 Alex Schroeder <alex@gnu.org>
7322
7323 * sql.el (sql-sybase): Fix typo (was: query user about server two
7324 times instead of server and database).
7325
7326 * sql.el (sql-sybase): Doc change.
7327 (sql-mysql): Doc change.
7328 (sql-postgres): Doc change.
7329
7330 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7331
7332 * international/mule-conf.el (emacs-mule, raw-text):
7333 Docstring modified.
7334
7335 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7336
7337 * term/internal.el: Update copyright notice.
7338
7339 * term/pc-win.el: Update copyright notice.
7340
7341 2001-03-02 Dave Love <fx@gnu.org>
7342
7343 * files.el (insert-file-contents-literally):
7344 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7345 not jka-compr-compression-info-list.
7346
7347 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7348
7349 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7350 spaces in default comment-start-skip settings rather than \s-.
7351
7352 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7353
7354 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7355 default-frame-alist as well.
7356
7357 2001-03-01 Dave Love <fx@gnu.org>
7358
7359 * textmodes/reftex.el (defvar): Wrap some defvars in
7360 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7361
7362 * subr.el (event-basic-type): Doc fix.
7363
7364 * international/quail.el: Doc fixes.
7365
7366 * international/utf-8.el: Doc fixes.
7367
7368 * international/mule-cmds.el: Doc fixes.
7369 (leim-list-header): Fix header text.
7370
7371 * international/mule.el (coding-system-category): Doc fix.
7372
7373 * international/ccl.el (ccl-compile): Doc fix.
7374
7375 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7376
7377 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7378 rather than (before|after)-change-functions.
7379
7380 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7381
7382 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7383 scroll-left and scroll-right being called interactively so that
7384 they set the window's min_hscroll.
7385
7386 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7387
7388 * info.el (info-insert-file-contents-1): Accept an additional
7389 argument `lfn': if it is non-nil, concatenate `filename' and
7390 `suffix'; otherwise use the complicated MS-DOS code.
7391 All callers changed.
7392 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7393 can access long file names, try the long file-name version of
7394 `info-insert-file-contents-1', then the short file-name version.
7395
7396 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7397
7398 * language/ethio-util.el (setup-ethiopic-environment-internal):
7399 Change bindings of functions keys to conform to "Emacs Lisp Coding
7400 Convention".
7401
7402 * language/ethiopic.el ("Ethiopic"): Add documentation.
7403
7404 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7405
7406 * international/utf-8.el (mule-utf-8): Set coding-category
7407 property to coding-category-utf-8.
7408
7409 2001-02-27 Richard M. Stallman <rms@gnu.org>
7410
7411 * lpr.el (lpr-page-header-switches, print-region-1):
7412 Undo 2000-07-06 change.
7413 (lpr-add-switches): Default to t on gnu/linux.
7414
7415 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7416
7417 * bs.el (bs-attributes-list): Doc fix.
7418
7419 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7420
7421 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7422
7423 * help.el (view-order-manuals): Use goto-address.
7424
7425 * startup.el (command-line-1): Add info about ordering manuals
7426 to the not so fancy splash screens.
7427
7428 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7429
7430 * vc.el (vc-default-workfile-unchanged-p)
7431 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7432
7433 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7434
7435 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7436 fontify in the right buffer.
7437
7438 * allout.el (outline-flag-region): Move macro in front of first
7439 use to avoid a run-time error.
7440
7441 2001-02-24 Andrew Innes <andrewi@gnu.org>
7442
7443 * makefile.w32-in: Fix copyright notice.
7444
7445 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7446
7447 * international/utf-8.el (mule-utf-8): Set correct value for
7448 valid-codes property.
7449
7450 * international/fontset.el (x-complement-fontset-spec): In the
7451 case that we use ASCII font for the other charsets, use only
7452 family and registry part of it.
7453
7454 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7455
7456 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7457 (shrink-window-if-larger-than-buffer): Doc fix.
7458
7459 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7460
7461 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7462 predicate passed to completing-read.
7463
7464 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7465
7466 * startup.el (command-line): Fix last change.
7467
7468 2001-02-23 Jason Rumney <jasonr@gnu.org>
7469
7470 * startup.el (tool-bar-originally-present): New variable.
7471 (command-line): Set it if the tool-bar is switched on at startup.
7472
7473 * frame.el (frame-notice-user-settings): Only adjust frame height
7474 for no tool-bar case if tool-bar was originally switched on.
7475 From E. Jay Berkenbilt.
7476
7477 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7478
7479 * server.el (server-switch-buffer): Only switch window if the
7480 current one is dedicated.
7481
7482 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7483 rather than using (match-beginning 0) when searching for break point.
7484
7485 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7486
7487 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7488 @ follows an accent command such as @'. Support optional braces
7489 in commands that insert accents, like makeinfo does.
7490
7491 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7492
7493 * startup.el (fancy-splash-text): Add a line for ordering
7494 manuals. Reverse order of splash screens shown.
7495 (use-fancy-splash-screens-p): Adapt to the text line added.
7496
7497 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7498 manuals from the FSF.
7499
7500 * help.el (view-order-manuals): New function.
7501 (toplevel): Bind C-h C-m to this function.
7502
7503 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7504
7505 * newcomment.el (comment-forward): Skip the comment-start before
7506 searching for the comment-end.
7507
7508 2001-02-21 Dave Love <fx@gnu.org>
7509
7510 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7511
7512 * international/mule-cmds.el, international/mule.el: Doc fixes.
7513
7514 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7515
7516 * startup.el (fancy-splash-screens): Use display-hourglass
7517 instead of display-busy-cursor.
7518
7519 * frame.el (display-hourglass): Renamed from busy-cursor.
7520 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7521 (show-cursor-in-non-selected-windows): Doc fix.
7522
7523 2001-02-20 Dave Love <fx@gnu.org>
7524
7525 * international/utf-8.el: Doc and commentary fixes.
7526
7527 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7528
7529 * ehelp.el (with-electric-help): Doc fix.
7530
7531 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7532
7533 * msb.el (msb-mode): Call the update-buffers function explicitly
7534 with a FORCE argument.
7535
7536 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7537 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7538 returns nil.
7539
7540 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7541
7542 * ps-print.el: Timestamp package replacement. Some enhancements.
7543 Some XEmacs compatibility. Doc fix.
7544 (ps-print-version): New version number (6.4).
7545 (ps-printer-name): Initialization fix.
7546 (ps-zebra-stripe-follow): Funcionality enhancement.
7547 (ps-prologue-file): Code enhancement.
7548 (ps-right-header): Timestamp package replacement.
7549 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7550 (ps-get-page-dimensions)
7551 (ps-generate-header, ps-begin-file, ps-begin-job)
7552 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7553 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7554 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7555 (coding-system-for-write): Var declaration (XEmacs compatibility).
7556
7557 2001-02-20 Miles Bader <miles@gnu.org>
7558
7559 * image-file.el (image-file-name-extensions): Add "tif".
7560
7561 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7562
7563 * wid-edit.el (widget-button-click): Save the selected window
7564 around the code handling clicks on buttons.
7565
7566 2001-02-18 Dave Love <fx@gnu.org>
7567
7568 * imenu.el (imenu--generic-function): Use mapc to iterate over
7569 syntax characters.
7570
7571 2001-02-17 Richard M. Stallman <rms@gnu.org>
7572
7573 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7574
7575 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7576
7577 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7578
7579 * mouse.el (mouse-save-then-kill): If the distance from the new
7580 point to the mark is equal to the distance of point from the new
7581 point, move point instead of the mark.
7582
7583 2001-02-16 Dave Love <fx@gnu.org>
7584
7585 * textmodes/flyspell.el (flyspell-get-word): Return string without
7586 properties.
7587
7588 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7589
7590 * generic.el (generic-find-file-regexp): Doc fix.
7591 (generic-ignore-files-regexp): New defcustom.
7592 (generic-mode-find-file-hook): If the file's name matches the
7593 regexp in `generic-ignore-files-regexp', don't enter
7594 default-generic-mode. Doc fix.
7595
7596 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7597
7598 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7599 Add autoload cookies.
7600
7601 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7602 of cal-tex-24.
7603
7604 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7605
7606 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7607
7608 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7609 the character class after the (optional) drive, to support file
7610 names with embedded blanks.
7611
7612 2001-02-15 Sam Steingold <sds@gnu.org>
7613
7614 * textmodes/tex-mode.el (tex-shell-running):
7615 Check the process buffer too.
7616
7617 2001-02-15 Dave Love <fx@gnu.org>
7618
7619 * battery.el (battery-status-function): Fix doc, :type.
7620
7621 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7622
7623 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7624
7625 * subr.el (read-passwd): Clear Lisp memory holding password.
7626
7627 2001-02-15 Miles Bader <miles@gnu.org>
7628
7629 * info.el (Info-copy-current-node-name): New function.
7630 (Info-mode-menu): Add it to the menu.
7631
7632 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7633
7634 * international/mule-cmds.el (toggle-input-method): Doc fix.
7635
7636 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7637
7638 * replace.el (occur): Stop at end of buffer.
7639
7640 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7641
7642 * international/mule-cmds.el (set-input-method): Another doc fix.
7643
7644 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7645
7646 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7647
7648 2001-02-13 Miles Bader <miles@gnu.org>
7649
7650 * faces.el (set-face-background, set-face-foreground)
7651 (set-face-stipple): Treat a value of nil as being `unspecified'.
7652
7653 2001-02-12 Dave Love <d.love@dl.ac.uk>
7654
7655 * international/latin1-disp.el: Doc fixes.
7656 (latin1-display) <defgroup>: Add :link.
7657 (latin1-display) <function>: Set variable latin1-display.
7658
7659 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7660
7661 * international/mule-cmds.el (set-input-method): Doc fix.
7662
7663 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7664
7665 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7666 (speedbar-line-file): Return nil if not a file.
7667 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7668
7669 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7670
7671 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7672 for remote files.
7673 (ediff-coding-system-for-read): Replaced the no-conversion default
7674 with raw-text.
7675
7676 * ediff-init.el: Removed :version from defcustom vars.
7677
7678 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7679 Better handling of the diff mode.
7680
7681 * ediff.texi: Added ediff-coding-system-for-read.
7682
7683 * viper.texi: Fix typos.
7684
7685 2001-02-11 Dave Love <fx@gnu.org>
7686
7687 * shadowfile.el: Doc fixes.
7688 (shadow) <defgroup>: Add :link.
7689 (shadowfile-unload-hook): New function.
7690 (shadow-initialize): Use defalias, not fset.
7691 (shadow-define-cluster, shadow-define-literal-group)
7692 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7693
7694 * international/mule.el: Doc and message fixes.
7695
7696 * international/ccl.el (define-ccl-program): Doc fix.
7697
7698 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7699
7700 * faces.el (mode-line): Set :line-width property to -1.
7701
7702 2001-02-10 Richard M. Stallman <rms@gnu.org>
7703
7704 * complete.el (partial-completion-mode): Doc fix.
7705
7706 * simple.el (delete-key-deletes-forward-mode):
7707 Change `let' to `let*' to fix gross bug in last change.
7708
7709 * repeat.el (repeat): Don't let execute-kbd-macro alter
7710 real-last-command.
7711
7712 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7713
7714 * simple.el (eval-expression): Doc fix.
7715
7716 2001-02-09 Dave Love <fx@gnu.org>
7717
7718 * imenu.el (imenu-generic-expression): Doc fix.
7719
7720 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7721 From Juanma Barranquero.
7722
7723 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7724
7725 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7726
7727 * faces.el (set-face-attribute): Describe the case of a negative
7728 value specified for :line-width.
7729
7730 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7731
7732 * which-func.el (which-func-mode): Invert which-func-mode-global.
7733 From Juanma Barranquero <lektu@uol.com.br>.
7734
7735 2001-02-08 Dave Love <fx@gnu.org>
7736
7737 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7738 widget-plist-value-type.
7739 (widget-alist-convert-widget): Replace binding of
7740 widget-alist-value-type.
7741
7742 * textmodes/paragraphs.el (sentence-end): Doc fix.
7743
7744 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7745 Remove `backward-line'.
7746
7747 * play/pong.el (pong-blank-color, pong-bat-color)
7748 (pong-ball-color, pong-border-color, pong-left-key)
7749 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7750 (pong-pause-key, pong-resume-key, pong-timer-delay):
7751 * mail/mh-comp.el (mh-compose-letter-function):
7752 * eshell/esh-mode.el (eshell-skip-prompt-function):
7753 * emulation/viper-ex.el (ex-unix-type-shell-options):
7754 * recentf.el (recentf-menu-filter):
7755 * ps-print.el (ps-print-region-function):
7756 * lpr.el (print-region-function):
7757 * forms.el (forms-mode-hooks):
7758 * dirtrack.el (dirtrack-directory-change-hook):
7759 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7760 * textmodes/spell.el (spell-filter):
7761 * textmodes/fill.el (adaptive-fill-function):
7762 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7763 * progmodes/etags.el (find-tag-default-function):
7764 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7765 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7766
7767 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7768
7769 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7770 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7771 Meyering <jim@meyering.net>.
7772
7773 * loadup.el: Revert last change.
7774
7775 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7776
7777 * international/mule.el (transform-make-coding-system-args):
7778 Make it work also for coding systems not using CCL.
7779
7780 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7781
7782 * simple.el (previous-matching-history-element)
7783 (next-matching-history-element): Doc fix.
7784
7785 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7786 specific part.
7787
7788 2001-02-06 Dave Love <fx@gnu.org>
7789
7790 * add-log.el (add-log-current-defun-function)
7791 (add-log-buffer-file-name-function, add-log-file-name-function):
7792 Fix :type.
7793 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7794
7795 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7796
7797 * info.el (info-initialize): Remove the test for system-type when
7798 invocation-directory is non-nil.
7799
7800 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7801 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7802
7803 2001-02-06 Andrew Innes <andrewi@gnu.org>
7804
7805 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7806 absolute.
7807
7808 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7809
7810 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7811 buffers. When hi-lock turned on rather than only checking current
7812 buffer for regexps, all buffers are checked. Moved activation of
7813 font-lock to hi-lock-refontify. When font-lock turned off rather
7814 than removing added highlighting just in current buffer, remove it
7815 in all buffers. Changed edit menu text from "Automatic
7816 Highlighting" to "Regexp Highlighting" Documentation for
7817 highlighting phrases, minor documentation changes.
7818 (hi-lock-set-file-patterns): Execute only if there are new or
7819 existing file patterns.
7820 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7821 unfontify and, if a support mode is active, will not refontify the
7822 whole buffer. If necessary, turn on font lock. (Removed
7823 font-lock-unfontify and font-lock support-mode-specific calls,
7824 such as lazy-lock-fontify-window.)
7825 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7826 patterns are found. Not useful now since find-file-hook is removed
7827 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7828 (hi-lock-face-phrase-buffer): New function. Also added related
7829 menu item and keybinding.
7830 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7831 (hi-lock-process-phrase): New function.
7832 (hi-lock-line-face-buffer): Doc fixes.
7833 (hi-lock-face-buffer): Doc fixes.
7834 (hi-lock-unface-buffer): Doc fixes.
7835
7836 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7837
7838 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7839 dabbrev-ignored-regexps.
7840
7841 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7842
7843 * simple.el (kill-line): Doc fix.
7844
7845 2001-02-05 Dave Love <fx@gnu.org>
7846
7847 * loadup.el: Revert last two changes -- bootstrapping works with
7848 regenerated loaddefs.
7849
7850 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7851
7852 * isearch.el (isearch-forward): Doc fix.
7853
7854 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7855 of font-lock-defaults to backward-paragraph.
7856
7857 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7858
7859 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7860 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7861
7862 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7863
7864 * ebnf2ps.el: Eliminate time-stamp functions.
7865 (ebnf-version): New version (3.5).
7866 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7867 format-time-string.
7868
7869 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7870
7871 * simple.el (next-line): Goto end-of-line before inserting a newline.
7872
7873 2001-02-05 Miles Bader <miles@gnu.org>
7874
7875 * image-file.el (insert-image-file): When visiting an image, also
7876 set `truncate-lines' to t so that any fringe arrow looks correct.
7877
7878 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7879
7880 * isearch.el (isearch-forward): Add description about input method
7881 in the docsting.
7882
7883 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7884
7885 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7886
7887 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7888
7889 * info.el (info-initialize): If installation-directory is nil, for
7890 DOS/Windows systems try looking in a sibling of invocation-directory.
7891
7892 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7893
7894 * wid-edit.el (widget-button-click): Fix last change.
7895
7896 * frame.el (frame-notice-user-settings): When resizing the initial
7897 frame because the tool bar is off, also change the frame's top
7898 position if a negative top position was specified.
7899
7900 2001-02-02 Miles Bader <miles@gnu.org>
7901
7902 * image-file.el (insert-image-file): When visiting an image,
7903 suppress the cursor in the image buffer.
7904
7905 2001-02-01 Dave Love <fx@gnu.org>
7906
7907 * progmodes/f90.el (f90-mode): Remove startup message.
7908
7909 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7910
7911 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7912
7913 * startup.el (command-line): Fix code determining whether or not
7914 to use delete-key-deletes-forward-mode.
7915
7916 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7917
7918 * vc.el (vc-diff-switches): New user option.
7919 (vc-version-diff): Use it.
7920 (vc-diff-switches-list): New macro.
7921
7922 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7923 New customization options.
7924 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7925
7926 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7927
7928 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7929
7930 * msb.el (toplevel): Quote hook symbols.
7931
7932 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7933
7934 * international/mule.el (make-coding-system): Add description
7935 about recognized properties in the docstring.
7936
7937 * international/mule-conf.el: Remove unused charsets
7938 mac-roman-lower and mac-roman-upper.
7939
7940 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7941
7942 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7943 is in front of the left-margin, if any.
7944
7945 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7946 like `delete'.
7947
7948 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7949
7950 * term/w32-win.el (mouse-set-font): Doc fix.
7951
7952 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7953
7954 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7955 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7956 on already.
7957
7958 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7959
7960 * files.el (save-buffer): Don't give message if (buffer-file-name)
7961 returns nil.
7962
7963 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7964
7965 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7966
7967 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7968 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7969
7970 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7971 display problems.
7972
7973 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7974
7975 * international/mule.el (charset-info): Fix docstring.
7976
7977 * international/mule-diag.el (describe-character-set): Check final
7978 char valid before printing it.
7979
7980 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7981
7982 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7983
7984 * frame.el (frame-notice-user-settings): Do the tool-bar
7985 stuff only for graphical displays. Fix a braino.
7986
7987 * frame.el (frame-initialize): Create initial frame visible.
7988 (frame-notice-user-settings): When tool-bar has been switched off,
7989 correct the frame size and sync tool-bar-mode.
7990
7991 * startup.el (command-line): Remove manipulation of frame
7992 height for tool bars.
7993
7994 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7995
7996 * lpr.el: Compatibility with XEmacs and doc fixes.
7997 (lpr-windows-system, lpr-lp-system): New vars.
7998 (lpr-printer-switch): New defcustom.
7999 (printer-name, lpr-command): Customization fix.
8000 (print-region-1): Code fix.
8001 (print-region-new-buffer, printify-region): Indentation fix.
8002 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
8003 New functions.
8004
8005 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8006
8007 * msb.el (toplevel): Fix the eval-after-load.
8008
8009 2001-01-29 Dave Love <fx@gnu.org>
8010
8011 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
8012
8013 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
8014
8015 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
8016 (tcl-using-emacs-19-23): Consider Emacs 21+.
8017 (tcl-help-directory-list, tcl-command-switches): Fix :type.
8018 (tcl-add-emacs-menu): Supply menu name.
8019 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
8020
8021 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8022
8023 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
8024
8025 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
8026
8027 * pcvs.el (cvs-mark-fis-dead): New function.
8028 (cvs-mode-add): Use it.
8029 (cvs-mode-add-change-log-entry-other-window):
8030 Rebind change-log-default-name to itself rather than to nil.
8031
8032 2001-01-29 Sam Steingold <sds@gnu.org>
8033
8034 * vc-cvs.el: Replaced (require 'vc) with a bunch of
8035 `autoload' statements.
8036
8037 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
8038
8039 * files.el (confirm-kill-emacs): Doc fix.
8040
8041 * frame.el (frame-initialize): Doc fix.
8042
8043 * time-stamp.el (time-stamp-string): Doc fix.
8044
8045 * woman.el (WoMan-log-1): Make the log buffer writable.
8046 From Markus Rost <rost@math.ohio-state.edu>.
8047
8048 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8049
8050 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8051 the `make-variable-buffer-local'.
8052
8053 2001-01-29 Dave Love <fx@gnu.org>
8054
8055 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
8056 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8057 Add autoload cookie.
8058 (ansi-color-apply-sequence): Fix typo.
8059
8060 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8061
8062 * menu-bar.el (menu-bar-files-menu): Add menu items for
8063 Postscript printing in black and white.
8064
8065 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8066 X-Mailman-Version, Precedence, List-Help, List-Post,
8067 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8068 Content-Type, Content-Length.
8069
8070 2001-01-29 Dave Love <fx@gnu.org>
8071
8072 * elide-head.el (elide-head): Make overlay evaporate.
8073
8074 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8075
8076 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8077
8078 * isearch.el (isearch-highlight): Don't punt if the display
8079 doesn't support colors, since isearch faces are defined for
8080 monochrome displays as well.
8081
8082 2001-01-27 Sam Steingold <sds@gnu.org>
8083
8084 * shell.el (shell-write-history-on-exit): Make sure that we are in
8085 the shell buffer (M-x tex-file RET inserted the error message into
8086 the TeX buffer).
8087
8088 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8089
8090 * simple.el (transient-mark-mode): Doc fix.
8091
8092 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8093
8094 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8095
8096 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8097
8098 * shell.el (shell-unquote-argument): If the shell is one of the
8099 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8100 quote character.
8101 (shell-dumb-shell-regexp): Document that the shells which match
8102 this regexp are supposed to not treat a backslash as a quote character.
8103
8104 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8105 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8106
8107 2001-01-27 Richard M. Stallman <rms@gnu.org>
8108
8109 * dabbrev.el (dabbrev--substitute-expansion):
8110 Treat a one-capital-letter abbrev as "not all upper case",
8111 so as to force preservation of the expansion's pattern
8112 if the expansion starts with a capital letter.
8113
8114 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8115
8116 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8117 Doc fix.
8118
8119 * simple.el (transient-mark-mode): Document the fact that many
8120 commands act on the region when mark is active.
8121
8122 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8123
8124 * international/quail.el (quail-setup-completion-buf): Make the
8125 multibyteness of current buffer inherited to Quail completion buffer.
8126 (quail-show-guidance-buf): Make the multibyteness of current
8127 buffer inherited to Quail guidance buffer.
8128 (quail-help): Make the multibyteness of current buffer inherited
8129 to Quail help buffer.
8130
8131 2001-01-26 Dave Love <fx@gnu.org>
8132
8133 * time-stamp.el: Doc fixes.
8134
8135 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8136 (delphi-keyword-face, delphi-other-face): Fix :type.
8137
8138 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8139
8140 * mail/feedmail.el (feedmail): Add :link.
8141 (feedmail-send-it): Doc fix.
8142
8143 * mail/sendmail.el: Doc fixes.
8144 (sendmail-send-it): Fix the non-ASCII regexp and use
8145 rfc2047-encode-string.
8146
8147 * dired.el, dired-aux.el: Revert last change.
8148
8149 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8150
8151 * makefile.w32-in (DONTCOMPILE): Add various term files.
8152
8153 2001-01-26 Dave Love <fx@gnu.org>
8154
8155 * Makefile.in (DONTCOMPILE): Add various term files.
8156
8157 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8158
8159 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8160
8161 * startup.el (display-startup-echo-area-message): Make sure
8162 the echo area is resized to fit the size of the startup message.
8163
8164 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8165 part of which is a constant.
8166
8167 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8168
8169 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8170
8171 2001-01-26 Richard M. Stallman <rms@gnu.org>
8172
8173 * simple.el (next-line): Don't let `newline' expand abbrevs.
8174 Simplify slightly.
8175 (open-line): Don't let `newline' expand abbrevs.
8176
8177 2001-01-25 John Wiegley <johnw@gnu.org>
8178
8179 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8180 to `repeat' in the :type field.
8181
8182 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8183 allow a choice of regexp or nil.
8184 (pcomplete-dir-ignore): Same.
8185
8186 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8187 a command) to always fail.
8188
8189 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8190
8191 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8192 discard the result.
8193 (iswitchb-to-end): Likewise.
8194
8195 2001-01-25 Sam Steingold <sds@gnu.org>
8196
8197 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8198 Require vc.
8199
8200 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8201
8202 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8203
8204 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8205
8206 2001-01-25 Dave Love <fx@gnu.org>
8207
8208 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8209 (describe-coding-system): Tweak the English text.
8210
8211 * loadup.el: Preload international/ccl for utf-8.
8212
8213 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8214
8215 * mail/rmail.el (rmail-redecode-body): Doc fix.
8216
8217 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8218
8219 * international/mule-cmds.el (reset-language-environment):
8220 Reset coding-category-utf-8 to mule-utf-8.
8221
8222 * international/mule-conf.el (coding-category-utf-8):
8223 Initialize to mule-utf-8.
8224
8225 * loadup.el: Preload international/utf-8.
8226
8227 * international/utf-8.el: New file.
8228
8229 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8230
8231 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8232
8233 2001-01-24 Sam Steingold <sds@gnu.org>
8234
8235 * dired.el (dired-replace-in-string): Removed.
8236 (dired-sort-toggle): Use `replace-regexps-in-string'
8237 instead of `dired-replace-in-string'.
8238
8239 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8240 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8241
8242 * gs.el (gs-replace-in-string): Removed.
8243 (gs-options): Use `replace-regexps-in-string'
8244 instead of `gs-replace-in-string'.
8245
8246 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8247
8248 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8249 bug report is mailed to an email list and posted to a news group.
8250
8251 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8252
8253 * comint.el (comint-replace-by-expanded-history-before-point):
8254 Fix change of 2000-08-03 to move point to the start of the line again.
8255
8256 * startup.el (tool-bar-images-pixel-height): New variable.
8257 (command-line): After loading the user's init file, when
8258 tool-bar-mode is on, increase the frame's size by some lines for
8259 the tool-bar.
8260
8261 * frame.el (frame-initialize): Create the initial frame invisible.
8262
8263 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8264
8265 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8266 (chinese-big5): MIME:Big5.
8267
8268 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8269
8270 * international/mule-cmds.el (universal-coding-system-argument):
8271 Handle commands with prefix args.
8272
8273 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8274
8275 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8276 being a list of numbers.
8277 (diary-mail-entries): Rewritten.
8278
8279 2001-01-23 Dave Love <fx@gnu.org>
8280
8281 * international/mule.el (make-coding-system): Fix typo.
8282
8283 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8284 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8285
8286 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8287
8288 * font-lock.el (font-lock-mode): Doc fix.
8289
8290 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8291
8292 * international/mule.el (make-translation-table): Fix docstring.
8293
8294 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8295
8296 * mail/rmail.el (rmail-redecode-body): New function.
8297
8298 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8299
8300 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8301
8302 * isearch.el (isearch-lazy-highlight-case-fold-search)
8303 (isearch-lazy-highlight-regexp): New variables.
8304 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8305 case-fold search or regexp search has been toggled.
8306
8307 * wid-edit.el (widget-button-click): Avoid a save-excursion
8308 around running a global binding.
8309
8310 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8311 to 0.25.
8312
8313 2001-01-20 Miles Bader <miles@gnu.org>
8314
8315 * cus-edit.el (custom-face-save): Do post-processing on the face's
8316 new value like `custom-face-set' does.
8317
8318 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8319
8320 * mail/emacsbug.el (report-emacs-bug): Report the value of
8321 LC_CTYPE, not LC_TYPE.
8322
8323 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8324 isearch-toggle-regexp and isearch-edit-string to doc string.
8325
8326 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8327
8328 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8329 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8330
8331 * jit-lock.el (jit-lock-fontify-now): Don't bind
8332 font-lock-beginning-of-syntax-function to nil.
8333
8334 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8335
8336 * mail/emacsbug.el (report-emacs-bug): Report values of
8337 locale-coding-system, default-enable-multibyte-characters, and the
8338 environment variables LC_ALL, LC_TYPE, and LANG.
8339
8340 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8341
8342 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8343
8344 * font-lock.el (font-lock-multiline): Default to nil.
8345 (font-lock-default-fontify-region): If font-lock-multiline is
8346 nil, don't check the property `font-lock-multiline'.
8347
8348 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8349 is nil, don't check the `font-lock-multiline' text property.
8350
8351 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8352
8353 * viper.el: Call initial-major-mode on startup.
8354
8355 * ediff.el (ediff-patch-file): Use better defaults.
8356
8357 * ediff-vers.el: Fix for 8+3 DOS file systems.
8358
8359 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8360
8361 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8362 diff mode, if available.
8363
8364 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8365
8366 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8367
8368 * ediff-init.el (subst-char-in-string): Define and use it, unless
8369 it's already defined.
8370
8371 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8372
8373 * tooltip.el (tooltip-hide-delay): New user-option.
8374 (tooltip-show): Use tooltip-hide-delay instead of the default.
8375
8376 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8377
8378 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8379 kill-local-variable doesn't work for enable-multibyte-characters.
8380
8381 2001-01-17 Dave Love <fx@gnu.org>
8382
8383 * ediff-init.el (ediff-before-setup-hook)
8384 (ediff-merge-filename-prefix): Add :version.
8385
8386 * international/latin1-disp.el: Require disp-table.
8387 (latin1-display): Fix :set.
8388
8389 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8390
8391 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8392
8393 * isearch.el (isearch-lazy-highlight-initial-delay)
8394 (isearch-lazy-highlight-interval): Default to 0.
8395
8396 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8397
8398 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8399 1 here rather than each time through
8400 isearch-lazy-highlight-new-loop.
8401 (isearch-lazy-highlight-max): Variable deleted.
8402 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8403 isearch-lazy-highlight-max but controls a single invocation of
8404 isearch-lazy-highlight-update.
8405 (isearch-lazy-highlight-wrapped): Variable recreated.
8406 (isearch-lazy-highlight-window-start): New variable.
8407 (isearch-lazy-highlight-cleanup): Restored to behavior of
8408 before 2-Jan.
8409 (isearch-lazy-highlight-remove-overlays): Function deleted;
8410 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8411 behavior removed.
8412 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8413 isearch-lazy-highlight-update in a loop rather than just once.
8414 Test isearch-invalid-regexp here and decide not to start a new
8415 loop, rather than testing it each time through
8416 isearch-lazy-highlight-update.
8417 (isearch-lazy-highlight-search): Function restored.
8418 (isearch-lazy-highlight-update): Get called in a timer loop again,
8419 but this time highlight more than one match each time through.
8420 Only highlight matches in the visible part of the window.
8421 Start at point, move in the direction of the search, and wrap around at
8422 the edge of the window. Use sit-for to force redisplay and ensure
8423 window-start is credible. "Face suppressing" behavior removed;
8424 overlay priorities should make it unnecessary, right?
8425 (isearch-highlight): Face suppressing behavior removed.
8426 (isearch-dehighlight): Face suppressing behavior removed.
8427 (isearch-set-lazy-highlight-faces-at): Removed.
8428
8429 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8430
8431 * language/european.el ("Latin-1"): Make the format of description
8432 about additional language environments same as that of Latin-2.
8433
8434 2001-01-16 Dave Love <fx@gnu.org>
8435
8436 * isearch.el (isearch-lazy-highlight): Add :version.
8437
8438 * simple.el (backward-delete-char-untabify-method)
8439 (next-line-add-newlines): Add :version.
8440
8441 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8442
8443 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8444 Don't bind <delete> otherwise.
8445
8446 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8447 and <delete> via function-key-map.
8448
8449 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8450 Subject line only if point is after the `Subject:'.
8451
8452 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8453
8454 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8455 japanese-jisx0213-2 in `charset' property of this lang. env.
8456
8457 * language/european.el ("Latin-1"): Add description for Dutch and
8458 Spanish lang. env.
8459
8460 * international/mule.el (decode-char): Fix conditions.
8461 (encode-char): Handle eight-bit-control too.
8462 (transform-make-coding-system-args): New function.
8463 (make-coding-system): Accept XEmacs style arguments for CCL base
8464 coding system.
8465
8466 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8467
8468 * progmodes/etags.el (find-tag-noselect): Save the value of
8469 tags-file-name before switching buffers, for the case it has a
8470 buffer-local value.
8471
8472 2001-01-15 Alex Schroeder <alex@gnu.org>
8473
8474 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8475 From Dave Love <fx@gnu.org>.
8476 (ansi-color-for-comint-mode): Fix :version.
8477
8478 2001-01-15 Alex Schroeder <alex@gnu.org>
8479
8480 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8481
8482 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8483
8484 * dired.el (dired-insert-directory): If file-system-info fails,
8485 remove the " free " part, but don't signal an error.
8486
8487 2001-01-12 Sam Steingold <sds@gnu.org>
8488
8489 * bookmark.el (bookmark-maybe-historicize-string):
8490 Use new backquote syntax.
8491
8492 2001-01-12 Richard M. Stallman <rms@gnu.org>
8493
8494 * subr.el (last): Handle a list that doesn't end in nil.
8495
8496 2001-01-12 Sam Steingold <sds@gnu.org>
8497
8498 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8499 to `backward-delete-char-untabify'.
8500
8501 2001-01-12 Dave Love <fx@gnu.org>
8502
8503 * cus-edit.el (customize-menu-create): Fix the :filter following
8504 easymenu change.
8505
8506 * wid-edit.el (function): Add :match-alternatives.
8507 (widget-color-action): Doc fix.
8508
8509 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8510
8511 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8512
8513 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8514
8515 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8516
8517 * international/ccl.el (define-ccl-program): Fix docstring.
8518
8519 2001-01-11 Dave Love <fx@gnu.org>
8520
8521 * international/mule-cmds.el (standard-display-european-internal):
8522 Set display table for 2208 as for 160.
8523
8524 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8525
8526 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8527 entry for custom-menu-create change.
8528 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8529 don't cons it in the search loop.
8530
8531 * imenu.el (imenu--truncate-items): Revert last change.
8532
8533 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8534
8535 * info.el (Info-setup-header-line): If the node header includes
8536 either Next: or Prev: links, don't show the File: and Node: parts
8537 in the header line.
8538
8539 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8540
8541 * comint.el (comint-goto-process-mark): Don't print a message
8542 when running in batch mode.
8543
8544 * isearch.el (isearch-search): In the condition-case handler for
8545 `error', set isearch-invalid-regexp to the whole error message.
8546
8547 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8548 ensure that eval-after-load works for files dumped with Emacs.
8549
8550 * help.el (load-symbol-file-load-history): New function extracted
8551 from function symbol-file.
8552 (symbol-file): Use it.
8553
8554 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8555
8556 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8557
8558 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8559 behave as if there were no prefix argument.
8560 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8561 argument were nil.
8562
8563 2001-01-11 Richard M. Stallman <rms@gnu.org>
8564
8565 * isearch.el (isearch-lazy-highlight-update):
8566 Don't look for more potential matches once maximum is exceeded.
8567 Use overlays-in to check correctly for overlap with current match.
8568 Ignore empty matches.
8569
8570 2001-01-11 Miles Bader <miles@gnu.org>
8571
8572 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8573 (ispell-overlay-window, ispell-help, ispell-show-choices)
8574 (ispell-command-loop): Use it instead of `window-height'.
8575
8576 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8577
8578 * files.el (confirm-kill-emacs): New user-option.
8579 (save-buffers-kill-emacs): Ask for final confirmation before
8580 killing Emacs.
8581
8582 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8583 to nil.
8584
8585 2001-01-10 Dave Love <fx@gnu.org>
8586
8587 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8588
8589 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8590
8591 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8592
8593 * calculator.el (calculator-number-digits): Fix :type.
8594
8595 * vc-cvs.el (vc-cvs-header): Fix :type.
8596 * vc-rcs.el (vc-rcs-header): Fix :type.
8597 * vc-sccs.el (vc-sccs-header): Fix :type.
8598
8599 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8600
8601 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8602
8603 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8604
8605 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8606
8607 * simple.el (set-variable): Force a thorough redisplay for the
8608 case that the variable has an effect on the display, like
8609 `tab-width' has.
8610
8611 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8612
8613 * vc.el: Add documentation for backend interface.
8614
8615 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8616
8617 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8618
8619 * international/mule-conf.el (latin-extra-code-table): Set to t
8620 for \223 and \224.
8621
8622 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8623
8624 * international/mule-cmds.el (locale-language-names): Map "es" to
8625 "Spanish" and "nl" to "Dutch".
8626
8627 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8628
8629 * bindings.el (global-map): Bind <home> to beginning-of-line,
8630 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8631 C-<end> to end-of-buffer.
8632
8633 * language/european.el: Add Dutch and Spanish language info
8634 to be able to use the appropriate tutorials.
8635
8636 2001-01-09 Alex Schroeder <alex@gnu.org>
8637
8638 * ansi-color.el (ansi-color-process-output): Use markers instead
8639 of positions for start and end of region.
8640 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8641 Previously, occasional mistakes happend when fontifying many
8642 chunks of output (eg. ls --color=yes /dev). This happened
8643 whenever an overlay was created up to the end of the region, which
8644 coincided with the process-mark. New text would then be added
8645 within that overlay instead of after it.
8646 (ansi-color-make-extent): Overlays are created with the property
8647 `modification-hooks' set to '(ansi-color-freeze-overlay).
8648 (ansi-color-freeze-overlay): New function. When inserting text at
8649 the end of the overlay, the overlay will resize.
8650
8651 2000-01-09 Alex Schroeder <alex@gnu.org>
8652
8653 * ansi-color.el (ansi-color-process-output): Doc change.
8654 (ansi-color-unfontify-region): Doc change. No longer installed
8655 automatically in font-lock-unfontify-region-function.
8656 (ansi-color-apply): Doc change.
8657 (ansi-color-apply-on-region): Use extents or overlays instead of
8658 text-properties.
8659 (ansi-color-make-extent): New function.
8660 (ansi-color-set-extent-face): New function.
8661
8662 2000-01-09 Alex Schroeder <alex@gnu.org>
8663
8664 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8665 both use ansi-color-process-output, now.
8666 (ansi-color-process-output): Doesn't return string anymore. It is
8667 installed in comint-output-filter-functions for both Emacs and
8668 XEmacs, now.
8669 (ansi-color-unfontify-region): Simplified code removing variables
8670 pos and start-ansi.
8671 (ansi-color-apply): Put text-property ansi-color before putting
8672 text-property face because ansi-color-unfontify-region is called
8673 immediately after the call to put-text-property.
8674 (ansi-color-context-region): Doc change.
8675 (ansi-color-filter-region): Simplified code.
8676 (ansi-color-apply-on-region): Changed start to start-marker, using
8677 a marker explicitly. Put text-property ansi-color before putting
8678 text-property face because ansi-color-unfontify-region is called
8679 immediately after the call to put-text-property.
8680
8681 2000-01-09 Alex Schroeder <alex@gnu.org>
8682
8683 * ansi-color.el (ansi-color-faces-vector): Doc change.
8684 (ansi-color-for-comint-mode): Changed :type property to choice.
8685 (ansi-color-last-context): Removed.
8686 (ansi-color-process-output): Don't use ansi-color-last-context, as
8687 the main functions will store their context now.
8688 (ansi-color-context): Doc change.
8689 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8690 Uses ansi-color-context such that repeated calls will strip
8691 partial escape sequences, too.
8692 (ansi-color-apply): Simplified code. Colorize end of string if
8693 face is not null. Store context in new (FACE STRING) format, such
8694 that repeated calls will strip partial escape sequences, too.
8695 Append faces to face property using ansi-color-apply-sequence such
8696 that cumulative mode actually works.
8697 (ansi-color-context-region): New variable.
8698 (ansi-color-filter-region): Rewrote it based on
8699 ansi-color-apply-on-region. Uses ansi-color-context-region such
8700 that repeated calls will strip partial escape sequences, too.
8701 (ansi-color-apply-on-region): Simplified code. Colorize end of
8702 region if face is not null. Store context in new (FACE POS)
8703 format, such that repeated calls will strip partial escape
8704 sequences, too. Append faces to face property using
8705 ansi-color-apply-sequence such that cumulative mode actually works.
8706 (ansi-color-apply-sequence): New function.
8707 (ansi-color-get-face): When the default face is added to the list
8708 of faces, all previous settings are discarded and the list of
8709 faces is set to '(default).
8710
8711 2000-01-09 Alex Schroeder <alex@gnu.org>
8712
8713 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8714 face, such that ansi-color-apply and ansi-color-apply-on-region
8715 will do the right thing.
8716 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8717 returns nil, set the list of faces back to nil instead of
8718 appending the result of ansi-color-get-face to the front of the list.
8719
8720 2000-01-09 Alex Schroeder <alex@gnu.org>
8721
8722 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8723 (ansi-color-process): Doc change.
8724 (ansi-color-last-context): New buffer-local variable.
8725 (ansi-color-process-output): New function. It is automatically
8726 added to comint-output-filter-functions if this is XEmacs.
8727 (ansi-color-unfontify-region): New optional parameter for XEmacs
8728 compatibility. Check wether font-lock-syntactic-keywords is
8729 boundp before removing the syntax table text property, as XEmacs
8730 doesn't have it.
8731 (ansi-color-filter-region): Doc change.
8732 (ansi-color-apply-on-region): Doc change.
8733 (ansi-color-make-face): New function. Compatibility layer for
8734 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8735 (ansi-color-make-color-map): Use ansi-color-make-face.
8736 (ansi-color-get-face): Avoid face text property '(nil) as results
8737 in an errow for XEmacs.
8738
8739 2000-01-09 Alex Schroeder <alex@gnu.org>
8740
8741 * ansi-color.el (ansi-color-unfontify-region): New function.
8742 Uses text-property ansi-color in order to preserve fontification by
8743 ansi-color. When the package is loaded, a lambda expression is
8744 put onto font-lock-mode-hook. This lambda expression will check
8745 font-lock-unfontify-region-function and replace
8746 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8747 (ansi-color-apply): Add text-property ansi-color in addition to
8748 text-property face.
8749 (ansi-color-apply-on-region): Add text-property ansi-color in
8750 addition to text-property face.
8751 (save-buffer-state): Copy of the macro that is also used by
8752 lazy-lock and font-lock.
8753
8754 (ansi-color-for-comint-mode): New option.
8755 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8756 (ansi-color-for-comint-mode-off): Ditto.
8757 (ansi-color-for-comint-mode-filter): Ditto.
8758 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8759 decide what to do. This function is added to
8760 comint-preoutput-filter-functions when the package is loaded.
8761
8762 (ansi-color-for-shell-mode-set): Removed.
8763 (ansi-color-for-shell-mode): Removed.
8764
8765 2000-01-09 Alex Schroeder <alex@gnu.org>
8766
8767 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8768 the lambda expression from the ansi-color-for-shell-mode :set
8769 property. Additionally, modify shell-mode-hook to enable or
8770 disable font-lock-mode for future shell buffers.
8771 (ansi-color-for-shell-mode): The :set property calls
8772 ansi-color-for-shell-mode-set instead of a lambda expression.
8773
8774 2000-01-09 Alex Schroeder <alex@gnu.org>
8775
8776 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8777 (ansi-color-context): New variable.
8778 (ansi-color-apply): Save context between calls.
8779
8780 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8781
8782 * isearch.el (isearch, isearch-lazy-highlight-face):
8783 New definitions for face colors and attributes.
8784
8785 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8786 of display-mouse-p.
8787
8788 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8789
8790 * international/mule.el (make-coding-system): If the coding system
8791 accepts extra latin codes, register such codes as safe for the
8792 coding system.
8793
8794 2001-01-08 Richard M. Stallman <rms@gnu.org>
8795
8796 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8797 don't mention the file name or the date here, because they are
8798 logged at the start of the file.
8799
8800 2001-01-08 Richard M. Stallman <rms@gnu.org>
8801
8802 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8803 Change screen-width to frame-width.
8804
8805 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8806
8807 * info.el (Info-search): Print the default as part of the prompt.
8808
8809 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8810
8811 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8812 constant implementations in backends.
8813
8814 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8815 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8816
8817 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8818 WRITABLE to EDITABLE.
8819
8820 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8821 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8822 to EDITABLE.
8823
8824 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8825
8826 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8827 (copyright, copyright-update): Compute the current year at run time.
8828
8829 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8830
8831 * isearch.el (isearch-old-signal-hook): Removed.
8832 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8833 instead of setting signal-hook-function.
8834 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8835
8836 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8837
8838 * emulation/edt.el: Update to version 4.0. Provide support for
8839 EDT scroll margins at top and bottom of the window. Provide an
8840 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8841 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8842 user when file-related buffer modifications exist.
8843 Provide support for running EDT Emulation in XEmacs.
8844 Provide customize access to some user updatable variables.
8845 Add Commentary section to file header.
8846 Fixed a few minor bugs and cleaned up some code.
8847
8848 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8849 for detecting a keypress that generates an ASCII key sequence.
8850 (Previously, only a keypress that generates a vector was
8851 recognized.) Embed Window Manager name into name of the generated
8852 EDT Emulation initialization file since the initialization file is
8853 Window Manager specific. Add Commentary section to file header.
8854
8855 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8856
8857 * mail/sendmail.el (mail-mode): Doc fix.
8858
8859 * info.el (Info-goto-emacs-command-node): Doc fix.
8860 (Info-goto-emacs-key-command-node): Doc fix.
8861
8862 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8863
8864 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8865 systems without long file-name support.
8866
8867 2001-01-06 Andrew Innes <andrewi@gnu.org>
8868
8869 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8870
8871 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8872
8873 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8874 (isearch-lazy-highlight-update): Doc fix.
8875
8876 * ffap.el (ffap-bindings): Doc fix.
8877
8878 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8879
8880 2001-01-05 Dave Love <fx@gnu.org>
8881
8882 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8883
8884 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8885
8886 * mouse-drag.el (mouse-drag-safe-scroll):
8887 Bind scroll-preserve-screen-position to nil.
8888
8889 * isearch.el (isearch-old-signal-hook): New variable.
8890 (isearch-mode): Set signal-hook-function to isearch-done.
8891 (isearch-done): Restore old signal-hook-function.
8892
8893 * info.el (Info-fontify-node): Mark one more char as intangible.
8894
8895 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8896
8897 * composite.el (compose-last-chars): New argument COMPONENTS.
8898 If it is non-nil, compose preceding characters by compose-region with
8899 COMPONENTS.
8900
8901 * international/quail.el (quail-input-string-to-events): New function.
8902 (quail-input-method): Convert input string to events here.
8903 (quail-start-translation): Return input string, not event list.
8904 (quail-start-conversion): Likewise.
8905
8906 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8907
8908 * tooltip.el (tooltip-cancel-delayed-tip)
8909 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8910 and tooltip-add-timeout.
8911 (tooltip-show): Set border color from faces's foreground.
8912 (tooltip-show-help-function): If called with the same help string
8913 as last time, do nothing.
8914 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8915
8916 * startup.el (fancy-splash-screens): Don't bind show-help-function
8917 to nil.
8918
8919 * tooltip.el (tooltip-frame-parameters): Remove colors.
8920 (tooltip): New face
8921 (tooltip-set-param): New function.
8922 (tooltip-show): Set up color frame parameters from face `tooltip'.
8923 Display the tooltip text in face `tooltip'.
8924
8925 2001-01-04 Dave Love <fx@gnu.org>
8926
8927 * whitespace.el (whitespace-global-mode): Fix typo.
8928
8929 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8930
8931 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8932
8933 * help.el (help-for-help): Fix a typo in a doc string.
8934 From kwzh@gnu.org (Karl Heuer).
8935
8936 2001-01-03 Dave Love <fx@gnu.org>
8937
8938 * dired-x.el: Doc fixes. Maintainer change.
8939 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8940 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8941 (dired-guess-shell-alist-user): Customize.
8942 (dired-x-help-address): Set to bug-gnu-emacs.
8943 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8944 (dired-default-directory): Renamed from default-directory.
8945
8946 * hl-line.el (hl-line): Doc fix.
8947
8948 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8949
8950 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8951
8952 2001-01-02 Richard M. Stallman <rms@gnu.org>
8953
8954 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8955 to remove all the current alternative-match highlighting.
8956 If nil, remove only what's outside the current window.
8957 (isearch-lazy-highlight-remove-overlays): Take optional
8958 region within which NOT to remove them.
8959 (isearch-lazy-highlight-new-loop): Greatly simplified.
8960 (isearch-lazy-highlight-update): Find all the other occurrences
8961 visible in the window, in just one call.
8962 (isearch-lazy-highlight-start): Now holds start of region to scan.
8963 (isearch-lazy-highlight-end): Now holds end of region to scan.
8964 (isearch-lazy-highlight-wrapped): Variable deleted.
8965 (isearch-lazy-highlight-search): Function deleted.
8966
8967 2000-01-02 Andrew Innes <andrewi@gnu.org>
8968
8969 * w32-fns.el (convert-standard-filename): Do length check on name
8970 before aref.
8971
8972 2001-01-02 Dave Love <fx@gnu.org>
8973
8974 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8975 value.
8976 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8977
8978 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8979
8980 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8981 read syntax.
8982
8983 * calendar/todo-mode.el (todo): Add :link, :version.
8984 (todo-save-top-priorities): Remove autoload cookie.
8985 (todo-add-category, todo-add-item-non-interactively)
8986 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8987
8988 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8989
8990 * comint.el (comint-input-history-ignore): New variable.
8991 (comint-read-input-ring): Ignore entries matching
8992 comint-input-history-ignore.
8993
8994 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8995
8996 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8997 (lm-copyright-mark): New function.
8998 (lm-crack-copyright): New function.
8999 (lm-verify): Check that the file has a copyright.
9000 Check that the file is copyright Free Software Foundation.
9001
9002 2000-12-30 Kenichi Handa <handa@etl.go.jp>
9003
9004 * international/mule-diag.el (print-fontset): Indent font name by
9005 24 columns, not 25.
9006
9007 2000-12-29 Gerd Moellmann <gerd@gnu.org>
9008
9009 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
9010 in Subject line.
9011
9012 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
9013 Use mail-mode-hook instead of mail-setup-hook.
9014 Otherwise continuing an interrupted message with C-u C-x m for
9015 instance, winds up in Mail mode without abbrevs.
9016
9017 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9018
9019 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
9020 non-nil. Adding almost all customization variables on ps-setup.
9021 Doc fix.
9022 (ps-print-version): New version number (6.3.3).
9023 (ps-end-with-control-d): Initialization fix.
9024 (ps-lines-printed): New var.
9025 (ps-skip-newline): New fun.
9026 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
9027 (ps-next-line, ps-continue-line, ps-plot-region)
9028 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
9029
9030 2000-12-29 Kenichi Handa <handa@etl.go.jp>
9031
9032 * international/fontset.el (x-complement-fontset-spec):
9033 Resolve ASCII font name so that the same family name is used for fonts
9034 registered in x-font-name-charset-alist.
9035 (create-fontset-from-fontset-spec): Adjusted for the above change.
9036 The name of fontset alias should be a unresolved ASCII font name.
9037
9038 2000-12-28 Gerd Moellmann <gerd@gnu.org>
9039
9040 * simple.el (delete-key-deletes-forward-mode): Bind backspace
9041 and delete in isearch-mode-map.
9042
9043 2000-12-28 Richard M. Stallman <rms@gnu.org>
9044
9045 * dired-x.el (dired-guess-shell-alist-default):
9046 Use xpdf instead of acroread.
9047
9048 2000-12-28 Kenichi Handa <handa@etl.go.jp>
9049
9050 * textmodes/artist.el (artist-butlast): Deleted.
9051 (artist-ellipse-mirror-quadrant): Use butlast instead of
9052 artist-butlast.
9053
9054 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9055
9056 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9057
9058 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9059
9060 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9061
9062 * ls-lisp.el: Better support for the Mac and MS-Windows.
9063 (ls-lisp): New defgroup.
9064 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
9065 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
9066 (ls-lisp-support-shell-wildcards): New defcustoms.
9067 (ls-lisp-parse-symlink): New function.
9068 (insert-directory): Code to convert switches to a list and set up
9069 the wildcard argument copied from ls-lisp-insert-directory.
9070 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9071 for -C and -R switches.
9072 (ls-lisp-column-format): New function.
9073 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9074 (ls-lisp-format-time): Add doc strings.
9075 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9076 Support ls-lisp-dirs-first.
9077 (ls-lisp-classify, ls-lisp-extension): New functions.
9078 (ls-lisp-format): Optionally support emulation of symlinks.
9079 Support -i, -s, and -G switches.
9080
9081 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9082
9083 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9084
9085 * version.el (emacs-version): Print X scroll bar information.
9086
9087 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9088 instead of x-toolkit-scroll-bars-p.
9089
9090 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9091 of x-toolkit-scroll-bars-p.
9092
9093 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9094
9095 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9096 (ffap-bindings): Doc fix, to reflect the above change.
9097
9098 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9099
9100 * term.el (term-char-mode): Define all non-ascii self-inserting
9101 characters to 'term-send-raw in term-raw-map.
9102
9103 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9104
9105 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9106
9107 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9108 Changed initialization; use add-hook.
9109 (ediff-file-remote-p): Use file-local-copy.
9110
9111 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9112
9113 * ediff.el (ediff-patch-buffer): Bug fix.
9114 (ediff-revision): Allow selection of the file at the prompt.
9115
9116 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9117
9118 * subr.el (combine-run-hooks): Remove.
9119
9120 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9121 and remove the rogue second spec.
9122
9123 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9124
9125 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9126
9127 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9128
9129 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9130 Use minibuffer menu prompt for the `=' prefix.
9131 (smerge-command-prefix): Change default to C-^.
9132 (smerge-mode): Don't assume font-lock doesn't move point.
9133
9134 * skeleton.el (skeleton-internal-1): Make sure the first line of
9135 the region is also re-indented.
9136 (skeleton-end-newline): New var.
9137 (skeleton-end-hook): Use it.
9138
9139 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9140
9141 * comint.el (comint-password-prompt-regexp): Support CVS.
9142
9143 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9144
9145 * simple.el (delete-key-deletes-forward-mode): Simplify.
9146 Also backspace key combinations, depending on
9147 delete-key-deletes-forward.
9148
9149 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9150
9151 * simple.el (delete-key-deletes-forward): Doc fix.
9152
9153 2000-08-22 Emmanuel Briot <briot@gnat.com>
9154
9155 * xml.el (top level comment): Updated to reflect the fact that
9156 white spaces are relevant in the XML file.
9157 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9158 to parse was already edited. This allows for on-the-fly analysis
9159 of XML files.
9160 (xml-parse-tag): Check that the casing is the same in the start
9161 tag and end tag, since XML is case-sensitive. Allows for spaces
9162 in the end tag, after the name of the tag.
9163 (xml-parse-attlist): Allow for the character '-' in the name of
9164 attributes, as in the standard http-equiv attribute Do not save
9165 the properties in the XML tree, since they are not relevant.
9166
9167 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9168
9169 * generic.el (generic-read-type): Undo last change, inline into
9170 `generic-mode' and then remove.
9171 (generic-mode): Inline generic-read-type.
9172 (define-generic-mode): Push the symbol name rather than the symbol
9173 onto generic-mode-list.
9174
9175 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9176
9177 * generic.el (generic-read-type): Build an alist for
9178 completing-read as in 20.7.
9179
9180 * play/landmark.el (lm): Use interactive spec `P'.
9181 (toplevel): Don't set debug-on-error.
9182
9183 * server.el (server-switch-buffer): Choose a window on a visible frame.
9184
9185 2000-12-21 Dave Pearson <davep@davep.org>
9186
9187 * quickurl.el: Commentry change, I've moved my web site.
9188
9189 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9190
9191 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9192 ranges like \177-\237, but accepts the character sequence from \177 to
9193 \237. Doc fix.
9194 (ebnf-version): New version (3.4).
9195 (ebnf-setup): Code fix.
9196 (ebnf-range-regexp): New fun.
9197 (ebnf-8-bit-chars): Const fix.
9198
9199 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9200 entry. Doc fix.
9201 (ebnf-bnf-lex): Code fix.
9202 (ebnf-bnf-comment-chars): Const fix.
9203
9204 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9205 entry. Doc fix.
9206 (ebnf-iso-comment-chars): Const fix.
9207
9208 * ebnf-otz.el: Doc fix.
9209
9210 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9211 entry. Doc fix.
9212 (ebnf-yac-skip-code): Code fix.
9213 (ebnf-yac-comment-chars): Const fix.
9214
9215 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9216
9217 * files.el (insert-directory-safely): New function.
9218 (recover-file): Use it instead of insert-directory.
9219 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9220
9221 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9222
9223 * international/mule-cmds.el (select-safe-coding-system):
9224 Check coding-category-list more rigidly. Improve help message.
9225
9226 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9227
9228 2000-12-21 Miles Bader <miles@gnu.org>
9229
9230 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9231
9232 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9233
9234 * international/mule-diag.el (describe-char-after): Make *Help*
9235 buffer inherit multibyteness of the current buffer.
9236
9237 * international/mule.el (make-char): Docstring adjusted for the
9238 change of make-char-internal.
9239
9240 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9241
9242 * international/iso-cvt.el: Docstrings fix.
9243
9244 2000-12-20 Dave Love <fx@gnu.org>
9245
9246 * subr.el (eval-after-load): Doc fix.
9247
9248 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9249
9250 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9251 for numbers.
9252
9253 2000-12-20 Miles Bader <miles@gnu.org>
9254
9255 * international/quail.el (quail-help): Resize the help window
9256 again after it has all its contents. Remove unneeded progn.
9257
9258 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9259
9260 * pcmpl-linux.el: Fix copy/paste error.
9261
9262 2000-12-19 Andrew Innes <andrewi@gnu.org>
9263
9264 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9265
9266 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9267
9268 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9269
9270 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9271
9272 * progmodes/idlw-shell.el: Fixed copyright notice.
9273
9274 * progmodes/idlwave.el: Fixed copyright notice.
9275
9276 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9277 TAB as key separators.
9278
9279 2000-12-19 Alex Schroeder <alex@gnu.org>
9280
9281 * sql.el (sql-sybase-options): New option.
9282 (sql-sybase): Use it. Add sql-database to the list of parameters
9283 provided for login. The options -w 2048 -n are not used any more.
9284 (sql-postgres-options): Changed default from "--pset" to "-P".
9285 (sql-mysql-options): Doc change.
9286 (sql-stop): Doc change.
9287
9288 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9289
9290 * international/quail.el (quail-input-method): Always hide
9291 the guidance buffer on exiting.
9292
9293 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9294
9295 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9296 isn't fboundp.
9297
9298 * server.el (server-buffer-done): Bury the buffer before
9299 killing it.
9300
9301 * faces.el (face-spec-set): Interpret a nil in specs for
9302 foreground and background colors as `unspecified', for
9303 compatibility with 20.x.
9304
9305 2000-12-18 Dave Love <fx@gnu.org>
9306
9307 * simple.el (mail-user-agent): Doc fix.
9308 (input-mode-8-bit): Removed.
9309
9310 * international/mule.el (set-keyboard-coding-system): Doc fix.
9311 (keyboard-coding-system): New option.
9312
9313 * mail/sendmail.el (send-mail-function): Customize.
9314
9315 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9316
9317 * international/codepage.el (cp866-decode-table): New table.
9318
9319 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9320
9321 * version.el (emacs-version): Remove `%a' from the time format
9322 because the weekday doesn't fit well into each locale.
9323
9324 2000-12-18 Miles Bader <miles@gnu.org>
9325
9326 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9327
9328 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9329 Check that emacs-major-version is `=' to 20, not `>='.
9330 (artist-replace-chars): Use `make-string' instead of a loop.
9331
9332 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9333
9334 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9335 (cvs-execute-single-file): Don't change directory.
9336 Patch from Per Cederqvist.
9337
9338 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9339
9340 * textmodes/ispell.el (check-ispell-version):
9341 If `ispell-program-name' is "aspell", pass it the -v switch instead
9342 of -vv.
9343
9344 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9345
9346 * international/mule-diag.el (mule-diag): Insert information about
9347 configure options, multibyte awareness, language env.
9348
9349 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9350 regexp to search for candidates.
9351
9352 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9353
9354 * info.el (Info-forward-node): If the node has an
9355 Info-header-line, widen the buffer before searching for "next:"
9356 and "up:" pointers, and set the search limit to stay in the
9357 current node.
9358
9359 2000-12-16 Miles Bader <miles@gnu.org>
9360
9361 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9362
9363 2000-12-15 Miles Bader <miles@gnu.org>
9364
9365 * comint.el (comint-send-string, comint-send-region): Also accept
9366 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9367 process-send-string/region.
9368
9369 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9370
9371 * isearch.el (isearch-lazy-highlight-max): New user-option.
9372 (isearch-lazy-highlight-update): Don't highlight more than
9373 isearch-lazy-highlight-max matches.
9374
9375 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9376
9377 2000-12-15 Richard M. Stallman <rms@gnu.org>
9378
9379 * sort.el (sort-columns): Fix error message.
9380
9381 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9382 `upcase' or `downcase' or nil.
9383 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9384 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9385 (dabbrev--substitute-expansion): New arg record-case-pattern.
9386 If it is non-nil, set dabbrev--last-case-pattern.
9387 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9388
9389 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9390
9391 2000-12-15 Miles Bader <miles@gnu.org>
9392
9393 * paths.el (Info-default-directory-list): Don't delete
9394 configure-info-directory from the list of standard info
9395 directories when appending it to the end -- their order is important.
9396
9397 * faces.el (read-face-attribute): If there's no entry for the
9398 user's input in VALID, just use it as-is (this will often result
9399 in an error, but it may be OK for e.g. colors using hexadecimal
9400 notation, and at least will yield a better error message).
9401
9402 * window.el (mode-line-window-height-fudge): Function removed.
9403 (height-affecting-face-attributes, mode-line-window-height-fudge):
9404 Variables removed.
9405 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9406 window is really the right size. Use vertical-motion
9407 rather than forward-line.
9408 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9409 (ispell-command-loop, ispell-show-choices): Use the variable
9410 ispell-choices-win-default-height, rather than the function.
9411 (ispell-choices-win-default-height): Function removed.
9412 (ispell-mode-line-window-height-fudge): Function removed.
9413
9414 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9415
9416 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9417
9418 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9419
9420 * paths.el (Info-default-directory-list):
9421 If configure-info-directory is not one of the standard directories,
9422 put it first in the list; otherwise put it last. Doc string
9423 changed accordingly.
9424
9425 * info.el (Info-directory-list): Change doc string to reflect the
9426 change in Info-default-directory-list.
9427
9428 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9429 windows-nt as windowed environments, even under -nw.
9430
9431 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9432 if not fboundp. Switch delete-forward mode for the <delete> key
9433 on all PC platforms, even under -nw.
9434
9435 * term/internal.el ([M-delete]): Remap to M-d.
9436
9437 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9438
9439 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9440
9441 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9442
9443 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9444
9445 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9446
9447 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9448 if appropriate.
9449
9450 * simple.el (delete-key-deletes-forward): New user-option.
9451 (delete-key-deletes-forward-mode): New function.
9452
9453 * bindings.el: Bind `delete' to backward-delete-char.
9454
9455 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9456 Test if symbol is bound before getting its value.
9457
9458 * tooltip.el (tooltip-show): If an error is signaled in
9459 x-show-tip, display that error, and display the help in the
9460 echo area.
9461
9462 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9463
9464 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9465 Show "... entries" messages for every 10000 entries, not 10.
9466
9467 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9468
9469 * bookmark.el: Provide a generic exit hook, as suggested by
9470 Ovidiu Predescu <ovidiu@cup.hp.com>:
9471 (bookmark-exit-hook): New var.
9472 (bookmark-exit-hook-internal): New func, replaces
9473 old raw lambda form in `kill-emacs-hook', and runs new
9474 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9475 as logically that feature must have been provided if this function
9476 is running.
9477 Removed ;;;###autoload before the `add-hook' call.
9478
9479 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9480
9481 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9482 (easy-menu-current-active-maps): New function.
9483 (easy-menu-get-map): Use it.
9484 Make a proper menu entry when creating a new keymap.
9485
9486 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9487
9488 * international/characters.el: Fix cases and syntaxes for
9489 mule-unicode-0100-24ff.
9490
9491 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9492 that a Japanese character is not appended after day and year.
9493
9494 * info.el (Info-suffix-list): Change format for a command that
9495 requires arguments.
9496 (info-insert-file-contents): Adjusted for the above change.
9497
9498 2000-12-12 Andreas Schwab <schwab@suse.de>
9499
9500 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9501 on the name of the tar buffer. Verify that the existing buffer is
9502 visiting the same subfile.
9503
9504 2000-12-12 Dave Love <fx@gnu.org>
9505
9506 * subdirs.el: Add obsolete.
9507
9508 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9509
9510 * mail/rmailsum.el (rmail-summary-expunge)
9511 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9512 instead of rmail-confirm-expunge.
9513
9514 * replace.el (perform-replace): Don't use an empty match adjacent
9515 to a non-empty match when computing the next match before the
9516 replacement is performed.
9517
9518 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9519
9520 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9521 definition (patch by Stefan Monnier).
9522 (glasses-mode): Use jit-lock instead of `after-change-functions'
9523 (patch by Stefan Monnier).
9524
9525 2000-12-12 Miles Bader <miles@gnu.org>
9526
9527 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9528 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9529
9530 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9531
9532 * term/mac-win.el: Remove load for ls-lisp.
9533
9534 * loadup.el: Load ls-lisp for system-type `macos'.
9535
9536 2000-12-12 Miles Bader <miles@gnu.org>
9537
9538 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9539 Respect field end too.
9540 (just-one-space): Respect fields as `delete-horizontal-space'.
9541 (newline-and-indent, reindent-then-newline-and-indent):
9542 Use `delete-horizontal-space'.
9543
9544 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9545
9546 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9547 (so as to obey the field property in the minibuffer).
9548
9549 * obsolete/c-mode.el: Moved from lisp/progmodes.
9550 * obsolete/auto-show.el: Moved from lisp.
9551 * obsolete/ooutline.el: Moved from lisp/textmodes.
9552
9553 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9554
9555 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9556 changes to list them here.
9557
9558 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9559 Too many changes to list them here.
9560
9561 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9562 Too many changes to list them here.
9563
9564 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9565
9566 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9567
9568 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9569
9570 * cus-edit.el (custom-save-variables, custom-save-faces):
9571 Comment fix.
9572
9573 * hscroll.el: Moved to `obsolete' subdir.
9574
9575 2000-12-11 Miles Bader <miles@gnu.org>
9576
9577 * window.el (window-text-height): Function removed (now in C).
9578
9579 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9580
9581 * log-edit.el (log-edit-parent-buffer): New var.
9582 (log-edit): Set it. Add BUFFER argument.
9583 (log-edit-done): Use char-before.
9584 Don't bother checking validity of vc-comment-ring.
9585 Only bury the buffer if log-edit popped it up.
9586
9587 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9588 (cvs-mode-diff-help): Remove.
9589 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9590 (cvs-mode-marked): Set up the default for CMD manually.
9591
9592 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9593 Remove binding for ? now made unnecessary.
9594
9595 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9596
9597 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9598 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9599
9600 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9601 when master file is not open.
9602
9603 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9604
9605 * progmodes/ada-stmt.el: Update `maintainer'.
9606
9607 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9608
9609 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9610 choices to match documentation string.
9611
9612 2000-12-09 Miles Bader <miles@gnu.org>
9613
9614 * minibuf-eldef.el: New file.
9615
9616 * window.el (fit-window-to-buffer): Don't pass last argument to
9617 pos-visible-in-window-p, now that its meaning is inverted.
9618
9619 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9620
9621 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9622 <ceder@lysator.liu.se>.
9623
9624 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9625
9626 * autoinsert.el (auto-insert-alist): Add missing final \n.
9627
9628 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9629 (cvs-menu-map): Remove.
9630 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9631 (cvs-mode-quit): Turn it back into a plain function.
9632
9633 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9634 (texinfo-filter): Remove (move to texinfo.el).
9635
9636 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9637 file where it's more visible.
9638 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9639 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9640 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9641 (texinfo-inside-macro-p): Only catch `scan-error's.
9642 (texinfo-inside-env-p): Make better use of the match info.
9643 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9644 (texinfo-insert-@end): Slight re-organization.
9645 Also remove useless `looking-at' call.
9646
9647 2000-12-08 Andrew Innes <andrewi@gnu.org>
9648
9649 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9650 accessible in -nw mode.
9651
9652 * term/w32-win.el: Remove stuff about selection timeout, which is
9653 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9654 it is accessible in -nw mode.
9655
9656 2000-12-08 Dave Love <fx@gnu.org>
9657
9658 * emacs-lisp/lisp-mode.el (lisp-mode):
9659 Set font-lock-keywords-case-fold-search.
9660
9661 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9662
9663 * textmodes/ispell.el (ispell): Doc fix.
9664
9665 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9666
9667 * international/quail.el (quail-insert-decode-map): Check the
9668 frame width of a window displaying the current buffer, not that of
9669 the selected frame.
9670 (quail-help): Make sure that the help buffer has window before
9671 inserting text in it.
9672
9673 2000-12-07 Sam Steingold <sds@gnu.org>
9674
9675 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9676 Backquote is used in isearch.el, so autoloading saves nothing.
9677
9678 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9679
9680 * startup.el (normal-top-level-add-subdirs-to-load-path):
9681 Ignore the CVS and RCS subdirectories case-insensitively.
9682
9683 * dired.el (dired-insert-directory): If file-system-info is
9684 fboundp, call it instead of invoking dired-free-space-program.
9685
9686 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9687
9688 * server.el (server-visit-files): Push files on file-name-history.
9689
9690 * progmodes/cc-langs.el: Update copyright.
9691
9692 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9693
9694 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9695
9696 * bindings.el (mode-line-mode-menu): Reverse the order
9697 of define-keys so that the menu appears in alphabetical order.
9698
9699 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9700
9701 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9702 of the function.
9703
9704 2000-12-07 Dave Love <fx@gnu.org>
9705
9706 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9707
9708 * facemenu.el (facemenu-unlisted-faces): Fix value.
9709
9710 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9711
9712 * font-lock.el (font-lock-default-fontify-region):
9713 Include the terminating \n (off-by-one error).
9714 (font-lock-set-defaults): Use dolist.
9715
9716 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9717
9718 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9719
9720 * international/mule-cmds.el (describe-language-environment):
9721 Fix for the case that an input method title is not string but a list.
9722
9723 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9724 of wrong SIZE record.
9725
9726 2000-12-06 Dave Love <fx@gnu.org>
9727
9728 * newcomment.el (comment-region, comment-dwim): Doc fix.
9729
9730 * textmodes/texinfo.el: Require tex-mode when compiling.
9731 (texinfo-update-node): Doc fix.
9732 (texinfo-imenu-generic-expression): Add @anchor.
9733 (texinfo-font-lock-keywords): Add @uref.
9734 (texinfo-inside-macro-p): Don't use ignore-errors.
9735 (texinfo-insert-quote): Match more contexts.
9736
9737 * international/mule.el (decode-char, encode-char): Doc fix.
9738 (auto-coding-alist): Customize.
9739
9740 * files.el (load-file): Fix change of 2000-03-12.
9741
9742 * wid-edit.el (widget-text-keymap): Doc fix.
9743
9744 2000-12-06 Andrew Innes <andrewi@gnu.org>
9745
9746 * makefile.w32-in (lisp): Set to an absolute directory, namely
9747 $(CURDIR).
9748
9749 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9750
9751 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9752 read generated-autoload-file, and set buffer-file-coding-system to
9753 raw-text-unix after reading the file.
9754
9755 * international/mule-conf.el (file-coding-system-alist):
9756 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9757
9758 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9759
9760 * replace.el (occur): Make line-number-width 1 smaller for the
9761 colon following the line number.
9762
9763 * startup.el (fancy-splash-text, command-line-1):
9764 Use `File' for the menu name instead of `Files'.
9765
9766 * tmm.el: Update copyright.
9767
9768 * cus-start.el: Add entry for even-window-heights.
9769
9770 2000-12-06 Miles Bader <miles@gnu.org>
9771
9772 * faces.el (frame-set-background-mode): Avoid stomping on
9773 locally modified faces.
9774
9775 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9776
9777 * international/fontset.el: Correct the font registries for
9778 japanese-jisx0213-1 and japanese-jisx0213-2.
9779
9780 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9781
9782 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9783
9784 * iswitchb.el: Update customization commentary.
9785
9786 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9787
9788 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9789 (tpu-search-highlight): Fixed comparison of overlay end positions.
9790 (tpu-trim-line-ends): Implemented trimming logic locally.
9791
9792 * emulation/tpu-extras.el (tpu-write-file-hook)
9793 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9794
9795 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9796
9797 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9798 to cn-gb.
9799 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9800
9801 2000-12-04 Dave Love <fx@gnu.org>
9802
9803 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9804
9805 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9806
9807 * mail/rmailsum.el (rmail-summary-expunge)
9808 (rmail-summary-expunge-and-save): Ask for confirmation with
9809 rmail-expunge-confirmed.
9810
9811 * mail/rmail.el (rmail-expunge-confirmed): New function.
9812 (rmail-expunge): Use it.
9813
9814 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9815
9816 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9817 (etags-recognize-tags-table, find-tag-in-order):
9818 New functionality: interpret file names as tags.
9819
9820 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9821
9822 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9823 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9824 the first subnode until the bottom of the current node is visible.
9825
9826 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9827
9828 * format.el (format-decode): Don't change buffer's undo list.
9829
9830 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9831
9832 * faces.el (face-font-registry-alternatives): Add entries for CJK
9833 fonts. Doc-string adjusted for the actual usage of this data.
9834
9835 * international/fontset.el: Change the font registries for CJK
9836 fonts in the default fontset. Don't append '*' to registries.
9837
9838 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9839
9840 * emacs-lisp/easy-mmode.el (define-derived-mode)
9841 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9842
9843 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9844 (derived-mode-p): New function.
9845 (derived-mode-make-docstring): Add `docstring' argument.
9846 Use it if available and complete it if necessary.
9847
9848 2000-12-03 Andreas Schwab <schwab@suse.de>
9849
9850 * type-break.el (type-break): Don't make parent of itself.
9851
9852 2000-12-03 Miles Bader <miles@gnu.org>
9853
9854 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9855
9856 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9857
9858 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9859 (tex-main-file, tex-file): Simplify.
9860 (tex-generate-zap-file-name): Use subst-char-in-string.
9861 (tex-strip-dots): Remove.
9862
9863 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9864
9865 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9866 to check if the match succeeded.
9867
9868 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9869
9870 * startup.el (use-fancy-splash-screens-p): New function.
9871 (command-line-1): Use it to determine whether or not to use
9872 a fancy splash screen.
9873
9874 2000-12-02 Andreas Schwab <schwab@suse.de>
9875
9876 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9877
9878 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9879
9880 * international/mule.el (make-char): Fix last change.
9881
9882 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9883 New defcustoms.
9884 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9885 autoloading tex-mode; instead, do the same manually.
9886 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9887 with numeric argument. Docstring fix.
9888 (toplevel): Require cl when compiling.
9889
9890 * international/mule.el (make-char): Doc fix.
9891
9892 2000-12-02 Jason Rumney <jasonr@gnu.org>
9893
9894 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9895 the Emacs Lisp manual)
9896
9897 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9898
9899 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9900
9901 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9902 the Emacs Lisp manual).
9903
9904 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9905
9906 * simple.el (next-line-add-newlines): Change default to nil.
9907
9908 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9909
9910 * files.el (revert-buffer, recover-file):
9911 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9912
9913 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9914
9915 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9916
9917 2000-12-01 Miles Bader <miles@gnu.org>
9918
9919 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9920
9921 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9922
9923 * international/mule-diag.el (describe-char-after): Fix typo.
9924 (describe-character-set, non-iso-charset-alist): Fix typo.
9925
9926 2000-12-01 Miles Bader <miles@gnu.org>
9927
9928 * image-file.el (image-file-name-regexp): Automatically add
9929 upper-case variants of each filename extension in
9930 `image-file-name-extensions', since they seem to be common.
9931
9932 * simple.el (minibuffer-contents)
9933 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9934 New functions.
9935 * filecache.el (file-cache-directory-name)
9936 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9937
9938 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9939
9940 * filecache.el (file-cache-minibuffer-complete): Don't try to
9941 delete the minibuffer prompt.
9942
9943 2000-11-30 Dave Love <fx@gnu.org>
9944
9945 * cus-start.el: Fix read-buffer-function type.
9946
9947 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9948
9949 * md5.el: Removed. There's a built-in function, now.
9950
9951 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9952
9953 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9954 as dummy 0-th char of rmail-deleted-vector.
9955
9956 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9957
9958 * ps-print.el (ps-end-job): Bind case-fold-search only after
9959 switching to ps-spool-buffer.
9960
9961 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9962
9963 * ps-print.el: Line number font customization. PostScript: Lines and
9964 PageCount are initialized on each page. Doc Fix.
9965 (ps-print-version): New version number (6.3.2).
9966 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9967 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9968 (ps-right-header): Customization fix.
9969 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9970 Fix code.
9971 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9972 New vars.
9973
9974 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9975
9976 * bs.el: Fix typos and spelling errors.
9977 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9978 (bs-configuration): Doc fix.
9979
9980 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9981
9982 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9983
9984 * emulation/tpu-edt.el (tpu-version): New version.
9985 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9986 (tpu-original-mode-line): Variable deleted.
9987 (tpu-mark-flag): New initial value.
9988 (tpu-set-mode-line): Don't redefine mode-line-format.
9989 Add tpu-mark-flag to minor-mode-alist.
9990 (tpu-update-mode-line): New mark flag logic.
9991 (tpu-get): Use find-file-wildcards.
9992 (tpu-search-highlight): Move overlay less, reset overlay properly.
9993 (tpu-unselect): Deactivate mark.
9994 (tpu-lm-replace): Reset overlay properly.
9995 (tpu-forward-line): Use forward-visible-line.
9996 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9997
9998 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9999
10000 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10001
10002 * cus-edit.el (custom-face-value-create): Always emphasize tag.
10003
10004 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10005
10006 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
10007 and skip whitespace and newlines.
10008
10009 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
10010
10011 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
10012
10013 2000-11-29 Gerd Moellmann <gerd@gnu.org>
10014
10015 * help.el (describe-function-1): Regexp-quote function name
10016 when used as part of a regexp.
10017
10018 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10019 Use face-attribute instead of face-foreground and face-background.
10020 (tool-bar-add-item): Likewise, and handle unspecified colors.
10021
10022 * enriched.el (enriched-face-ans): Use face-attribute instead
10023 of face-foreground and face-background.
10024
10025 * faces.el (face-foreground, face-background, face-stipple):
10026 Return nil if attribute is unspecified, for backward compatibility.
10027
10028 * files.el (auto-mode-alist): Add an entry for antlr-mode.
10029
10030 * play/5x5.el: Remove version info.
10031
10032 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
10033
10034 * frame.el (blink-cursor-mode): Doc fix.
10035
10036 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10037
10038 * antlr-mode.el: New commands to run ANTLR from within Emacs and
10039 to create Makefile rules.
10040 (antlr-tool-command): New user option.
10041 (antlr-ask-about-save): New user option.
10042 (antlr-makefile-specification): New user option.
10043 (antlr-file-formats-alist): New variable.
10044 (antlr-special-file-formats): New variable.
10045 (antlr-unknown-file-formats): New user option.
10046 (antlr-help-unknown-file-text): New variable.
10047 (antlr-help-rules-intro): New variable.
10048 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10049 (antlr-mode-menu): Add entries.
10050 (antlr-file-dependencies): New function.
10051 (antlr-directory-dependencies): New function.
10052 (antlr-superclasses-glibs): New function.
10053 (antlr-run-tool): New command.
10054 (antlr-makefile-insert-variable): New function.
10055 (antlr-insert-makefile-rules): New function.
10056 (antlr-show-makefile-rules): New command.
10057
10058 * antlr-mode.el: More Emacs/XEmacs stuff.
10059 (antlr-no-action-keywords): New constant with value nil.
10060 (antlr-font-lock-keywords-alist): Use it. Old value would break
10061 syntax highlighting in Emacs-21.0.
10062 (antlr-default-directory): Emacs/XEmacs dependend function.
10063 (antlr-read-shell-command): Ditto.
10064 (antlr-with-displaying-help-buffer): Ditto.
10065
10066 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10067
10068 * antlr-mode.el: imenu, parsing and highlighting changes.
10069 (antlr-imenu-create-index-function): Don't create extra submenus
10070 for definitions in different grammar classes. It is not necessary
10071 for the menu and would make command `imenu' awkward to use.
10072 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10073 header actions and more than one.
10074 (antlr-font-lock-tokendef-face): Changed color.
10075 (antlr-font-lock-tokenref-face): Changed color.
10076 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10077 (antlr-mode-syntax-table): New variable.
10078 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10079 (antlr-with-syntax-table): Don't copy syntax table.
10080
10081 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10082
10083 * antlr-mode.el: Minor changes: language setting.
10084 (antlr-language-alist): The value for file option "language" can
10085 be both an identifier and a string.
10086 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10087 (antlr-language-limit-n-regexp): Change accordingly.
10088
10089 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10090
10091 * antlr-mode.el: Minor changes: tabs, hiding.
10092 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10093 (antlr-action-visibility): Also allow value nil to also hide the
10094 braces. Renamed from `antlr-tiny-action-length'.
10095 Suggested by Jay@aol.com.
10096 (antlr-hide-actions): Change accordingly. Hide line if completely
10097 hidden action is on a line of its own.
10098
10099 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10100
10101 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10102
10103 * sort.el (sort-columns): Don't concat strings with numbers.
10104
10105 2000-11-29 Dave Love <fx@gnu.org>
10106
10107 * cus-edit.el (face): Fix :format.
10108
10109 * mail/feedmail.el: Require smtpmail when compiling.
10110 (mail-do-fcc): Autoload.
10111 (feedmail) <defgroup>: Fix :link.
10112 (feedmail-nuke-body-in-fcc): Fix :type.
10113 (feedmail-send-it): Add autoload cookie.
10114
10115 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10116
10117 * newcomment.el (comment-indent): Save excursion around call to
10118 comment-indent-function.
10119
10120 2000-11-29 Miles Bader <miles@gnu.org>
10121
10122 * subr.el (member-ignore-case): Return the tail of the list who's
10123 car matches, like `member', not the matching element itself.
10124
10125 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10126
10127 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10128 should not contain `\n'.
10129
10130 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10131
10132 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10133
10134 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10135
10136 * dired-aux.el (dired-do-create-files): Construct default file
10137 name for dired-mark-read-file-name so that when the user enters
10138 just RET, the target file will end up in the target directory.
10139
10140 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10141 local-abbrev-table before changing buffers because it might
10142 have a buffer-local binding.
10143
10144 2000-11-28 Miles Bader <miles@gnu.org>
10145
10146 * simple.el (delete-horizontal-space): Handle fields more generally.
10147
10148 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10149
10150 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10151
10152 2000-11-28 Dave Love <fx@gnu.org>
10153
10154 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10155 comment-start-skip locally.
10156
10157 * progmodes/fortran.el (fortran-mode): Don't set
10158 fortran-comment-line-start-skip. Set comment-start to
10159 fortran-comment-line-start.
10160 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10161 (fortran-comment-line-start-skip): Simplify slightly.
10162
10163 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10164
10165 * play/5x5.el: Remove RCS keyword.
10166
10167 * bs.el: Mistaken commit, undone 2000-11-30.
10168
10169 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10170
10171 * textmodes/tildify.el (tildify-string-alist):
10172 Add `plain-tex-mode' here.
10173
10174 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10175
10176 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10177 reference.
10178
10179 2000-11-28 Miles Bader <miles@gnu.org>
10180
10181 * cus-face.el (custom-face-attributes): Add post-filter function
10182 for :box. Make pre-filter function for :box handle all cases.
10183
10184 * wid-edit.el (widget-choose): Make sure pop-up window is large
10185 enough to display all the choices, as there's no way to scroll it.
10186
10187 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10188
10189 * international/mule-conf.el: Make the coding system no-conversion
10190 safe for all characters.
10191
10192 2000-11-27 Dave Love <fx@gnu.org>
10193
10194 * net/ldap.el (ldap) <defgroup>: Add :version.
10195
10196 * tooltip.el (tooltip-use-echo-area): Doc fix.
10197
10198 * cus-start.el <minibuffer-prompt-properties>: Add version.
10199 <read-buffer-function>: Add.
10200
10201 * apropos.el (apropos-print): Add help-echo to active text.
10202
10203 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10204
10205 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10206
10207 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10208 type, group and version.
10209
10210 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10211
10212 * select.el (x-get-selection): Docstring fix.
10213
10214 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10215
10216 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10217
10218 2000-11-27 Andrew Innes <andrewi@gnu.org>
10219
10220 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10221
10222 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10223
10224 2000-11-27 Miles Bader <miles@gnu.org>
10225
10226 * dired.el (dired-get-filename): Return filename verbatim if
10227 LOCALP is `verbatim'.
10228 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10229 `verbatim' so that we don't inadvertently delete a non-existant
10230 directory name.
10231
10232 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10233
10234 * international/characters.el: Specify cases and syntaxes for
10235 mule-unicode-0100-24ff.
10236
10237 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10238
10239 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10240 that foreground and/or background colors of the face `tool-bar'
10241 are unspecified.
10242
10243 2000-11-27 Miles Bader <miles@gnu.org>
10244
10245 * wid-edit.el (widget-field-buffer, widget-field-start)
10246 (widget-field-end): Handle widget field `pseudo-overlays'.
10247 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10248 if it's there instead of in `widget-field-list'.
10249
10250 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10251 (help-make-xrefs): Delete extraneous newlines at the end of the
10252 docstring.
10253
10254 2000-11-25 Jason Rumney <jasonr@gnu.org>
10255
10256 * startup.el (command-line): Call set-locale-environment after
10257 Window System init file is read, as it can result in a call to
10258 redraw-frame.
10259
10260 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10261
10262 * simple.el (shell-command): Mention the effect of the prefix
10263 argument in the doc string.
10264
10265 2000-11-25 Miles Bader <miles@gnu.org>
10266
10267 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10268
10269 * wid-edit.el (widget-field-value-delete): Don't try to delete
10270 overlay when it's the `pseudo-overlay' that exists at some points.
10271
10272 2000-11-24 Jason Rumney <jasonr@gnu.org>
10273
10274 * international/mule-cmds.el (locale-language-names): Add "jp" as
10275 a non-standard alternative for Japanese.
10276
10277 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10278
10279 * vc-hooks.el: Require 'cl during compilation.
10280
10281 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10282
10283 * faces.el (face-set-after-frame-default): Let face attributes
10284 specified for new frames override frame parameters.
10285
10286 * startup.el (command-line): Fix computation of the source file
10287 for user-init-file when user-init-file is a compiled file.
10288
10289 2000-11-24 Miles Bader <miles@gnu.org>
10290
10291 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10292 (custom-post-filter-face-spec): New functions.
10293 (custom-face-set, custom-face-value-create): Filter the face spec
10294 before and after customization.
10295 (custom-face-set): If VALUE specifies a null face, pass a
10296 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10297 * cus-face.el (custom-face-attributes): Remove SET and GET
10298 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10299 cases they're needed.
10300
10301 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10302 that it's distinguishable from the :off-glyph on dark-background
10303 displays. Set its background color too.
10304
10305 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10306 so that people can easily turn it off.
10307
10308 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10309
10310 * ediff-diff.el: Moved variables around to have it compile under NT.
10311
10312 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10313
10314 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10315
10316 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10317 redundant skip-small-frames test.
10318
10319 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10320 (viper-downgrade-to-insert): Protect against errors in hooks.
10321
10322 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10323 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10324 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10325 New functions.
10326
10327 * viper-util.el (viper-memq-char): Bug fixes.
10328
10329 * viper.el (viper-mode): Fix cursor handling.
10330
10331 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10332
10333 * international/mule-diag.el (list-iso-charset-chars):
10334 For two-byte charset, fix the `while' condition.
10335 (list-non-iso-charset-chars): Fix the `while' condition.
10336
10337 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10338
10339 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10340 if the variable is make-variable-buffer-local.
10341
10342 * progmodes/ada-stmt.el (ada-template-map):
10343 Initialize and bind it to C-c t in ada-mode-map.
10344 (ada-stmt-mode-hook): New function extracted from old code.
10345 Only change the buffer-local side of skeleton-*.
10346 (ada-mode-hook): Use it.
10347
10348 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10349
10350 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10351 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10352 we expect to be returned by minibuffer-depth once we prompt the
10353 user in the minibuffer.
10354 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10355 as recorded in iswitchb-minibuf-depth, return non-nil.
10356
10357 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10358
10359 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10360 (hscroll-window-maybe): Docstring fix.
10361
10362 2000-11-23 Dave Love <fx@gnu.org>
10363
10364 * rect.el (string-rectangle): Don't test delete-selection-mode.
10365
10366 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10367
10368 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10369 is in the tool bar.
10370
10371 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10372 with `no-dir'; we want the directory part to be able to remove it.
10373
10374 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10375
10376 * textmodes/outline.el (outline-flag-region):
10377 Don't bind inhibit-read-only since we don't modify the buffer.
10378 (outline-isearch-open-invisible): Don't jump to overlay-start
10379 since we're trying to unhide text around point.
10380 (outline-discard-overlays): Use dolist.
10381
10382 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10383
10384 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10385
10386 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10387
10388 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10389
10390 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10391 Fix ARG regexp to skip quoted braces.
10392 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10393 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10394 are (correctly) handled separately).
10395 Remove `caption' and `footnote' from `citations': they contain text.
10396 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10397 (latex-skeleton-end-hook): New function.
10398 (latex-mode): Use it.
10399 (tex-start-tex-marker): Remove.
10400 (tex-send-tex-command): Don't set tex-start-tex-marker.
10401 (tex-error-parse-syntax-table): New var.
10402 (tex-compilation-parse-errors): Use it.
10403 Ignore tex-start-tex-marker. Don't bother with marker-position.
10404 (tex-validate-buffer): Don't bother with marker-position.
10405
10406 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10407 (flyspell-generic-progmode-verify): Use it.
10408
10409 2000-11-22 Sam Steingold <sds@gnu.org>
10410
10411 * simple.el (delete-trailing-whitespace): New interactive function.
10412
10413 * progmodes/ada-mode.el (ada-mode): Use it instead of
10414 `ada-remove-trailing-spaces'.
10415 (ada-remove-trailing-spaces): Removed.
10416
10417 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10418
10419 * textmodes/picture.el (picture-clean): Removed.
10420 (picture-mode-exit): Call it instead of `picture-clean'.
10421
10422 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10423
10424 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10425
10426 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10427 jit-lock-fontify-buffer; it should anyway be unneccessary to
10428 do anything special when jit-lock is active.
10429 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10430
10431 2000-11-22 Dave Love <fx@gnu.org>
10432
10433 * calendar/todo-mode.el (todo-top-priorities): Use
10434 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10435
10436 * language/chinese.el, language/cyrillic.el:
10437 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10438 * language/hebrew.el, language/indian.el, language/japanese.el:
10439 * language/korean.el, language/lao.el, language/misc-lang.el:
10440 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10441 Use provide.
10442
10443 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10444 (custom-variable-set): Improve validation error mesage.
10445
10446 * rect.el (string-rectangle): Revert last change.
10447 (string-rectangle-line): New arg DELETE.
10448 (string-rectangle): Check delete-selection-mode.
10449
10450 * emacs-lisp/edebug.el (edebug-version)
10451 (edebug-maintainer-address): Deleted.
10452 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10453 (edebug-read-function): Account for other `'#' read forms.
10454 (edebug-mode-menus): Make some items toggles.
10455 (edebug-outside-unread-command-event, unread-command-event):
10456 Remove these to avoid warnings.
10457
10458 2000-11-22 David Ponce <david@dponce.com>
10459
10460 * recentf.el (recentf-menu-items-for-commands)
10461 (recentf-make-menu-items, recentf-make-menu-item)
10462 (recentf-filter-changer): Added :help and :active menu-item properties.
10463
10464 (recentf-build-dir-rules, recentf-dump-variable)
10465 (recentf-edit-list, recentf-open-files-item)
10466 (recentf-open-files): Replaced unnecessary `mapcar' with new
10467 built-in `mapc'.
10468
10469 2000-11-23 Miles Bader <miles@gnu.org>
10470
10471 * faces.el (menu): Make inverse-video on ttys too.
10472
10473 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10474
10475 * simple.el (comment-line-break-function): Use the new name
10476 indent-new-comment-line -> comment-indent-new-line.
10477 (clone-indirect-buffer): Don't ignore NORECORD.
10478 (next-completion): Properly handle the case where items are adjacent.
10479
10480 * mouse.el (popup-menu): Stupid typo.
10481
10482 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10483
10484 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10485 maintainer, keywords tags.
10486
10487 * rect.el (replace-rectangle): Don't call string-rectangle-line
10488 with too many arguments.
10489
10490 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10491
10492 * ediff-util.el (ediff-file-checked-out-p)
10493 (ediff-file-checked-in-p): Call vc-state instead of
10494 vc-locking-user, which no longer exists.
10495
10496 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10497
10498 2000-11-22 Dave Love <fx@gnu.org>
10499
10500 * md5.el (md5): Provide.
10501 (md5): Fix error call.
10502
10503 2000-11-22 Miles Bader <miles@gnu.org>
10504
10505 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10506 (refill-fill-paragraph-at): Remove debugging code.
10507
10508 * calendar/calendar.el (generate-calendar-window): When we don't
10509 call `fit-window-to-buffer', make sure the top line is fully visible.
10510
10511 * image-file.el (insert-image-file): Don't make `read-only'
10512 property rear-nonsticky.
10513
10514 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10515 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10516 stashing away its original value.
10517 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10518 in the recursive edit.
10519 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10520 (isearch-done): Restore `minibuffer-message-timeout'.
10521
10522 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10523
10524 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10525
10526 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10527
10528 * find-lisp.el (find-lisp-find-files-internal):
10529 Use dolist, when and file-name-as-directory.
10530
10531 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10532 (define-derived-mode, define-minor-mode): Add specs.
10533
10534 * window.el: General comment and spacing fixes.
10535 (save-selected-window): Use backquotes.
10536 (window-safely-shrinkable-p): New function.
10537 (shrink-window-if-larger-than-buffer): Use it.
10538
10539 * subr.el (make-local-hook): Docstring fix.
10540
10541 * shell.el (shell-mode): Use define-derived-mode.
10542
10543 * newcomment.el (comment-indent): Insert comment before calling
10544 comment-indent-function. Don't insert in column 0.
10545 (comment-dwim): Indent before inserting comment.
10546
10547 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10548 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10549 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10550 Use mapc rather than map.
10551
10552 * files.el (find-buffer-visiting): Compare all attributes before
10553 declaring two files identical (rather than just their inode-no).
10554 (auto-mode-alist): Use \' rather than $.
10555
10556 * which-func.el: Update maintainer line.
10557
10558 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10559 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10560 (uniquify-buffer-file-name): Use it.
10561
10562 2000-11-22 Miles Bader <miles@gnu.org>
10563
10564 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10565 * simple.el (minibuffer-avoid-prompt): New function.
10566
10567 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10568
10569 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10570
10571 2000-11-21 Miles Bader <miles@gnu.org>
10572
10573 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10574 inclusion of `track-mouse'.
10575
10576 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10577 (refill-adjust-ignorable-overlay): New function.
10578 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10579 only the paragraph's tail if possible.
10580 Update `refill-ignorable-overlay'.
10581 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10582
10583 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10584 point inside the fill-prefix.
10585
10586 * textmodes/refill.el (refill-post-command-function): Don't reset
10587 refill-doit in the case where a self-insertion command doesn't
10588 case a refill. Use `refill-fill-paragraph-at', getting position
10589 from `refill-doit'.
10590 (refill-after-change-function): Set `refill-doit' to END.
10591 (refill-fill-paragraph-at): New function, mostly from old
10592 refill-fill-paragraph.
10593 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10594 (refill-pre-command-function): New function.
10595 (refill-mode): Add it to `pre-command-hook'.
10596
10597 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10598
10599 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10600
10601 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10602 javadoc tags.
10603
10604 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10605
10606 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10607 vc.el).
10608
10609 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10610 require vc.
10611
10612 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10613 checkouts.
10614
10615 2000-11-20 Dave Love <fx@gnu.org>
10616
10617 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10618
10619 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10620
10621 * calculator.el (calculator-paste): Use `if' instead of `and'
10622 and `or'.
10623 (calculator-help): Don't use electric-describe-mode for XEmacs.
10624
10625 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10626
10627 * info.el (info-menu-5): Doc fix.
10628
10629 * textmodes/artist.el: New file.
10630
10631 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10632
10633 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10634 and differentiate according to checkout model.
10635 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10636 since this function is only concerned with master state.
10637
10638 * vc-hooks.el (vc-workfile-unchanged-p)
10639 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10640
10641 * vc.el (vc-workfile-unchanged-p)
10642 (vc-default-workfile-unchanged-p): See above.
10643
10644 2000-11-19 Miles Bader <miles@gnu.org>
10645
10646 * image-file.el (insert-image-file): Make `intangible' and
10647 `read-only' properties rear-nonsticky too.
10648
10649 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10650
10651 * ps-print.el: Update copyright notice.
10652
10653 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10654 (tooltip-show): Use the offsets.
10655
10656 * bindings.el (mode-line-modified): Fix a typo.
10657 (mode-line-toggle-modified, mode-line-widen)
10658 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10659
10660 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10661
10662 * ps-print.el (toplevel): Test for find-coding-system being
10663 fboundp before calling ps-x-find-coding-system.
10664
10665 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10666
10667 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10668 (vc-version-backup-file): Docstring fix.
10669
10670 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10671
10672 * files.el (basic-save-buffer): Don't add a newline if
10673 find-file-literally is non-nil.
10674 (find-file-literally): Extend doc string.
10675
10676 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10677 sort(1) with the `-f' argument.
10678
10679 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10680
10681 * vc.el: Updated backend documentation.
10682 (vc-default-check-headers): New function.
10683
10684 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10685
10686 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10687 up-to-date.
10688 (vc-do-command): In the asynchronous case, output messages only if
10689 the minibuffer is not active.
10690
10691 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10692 `vc-cvs-use-edit' is on.
10693 (vc-cvs-checkout): When this is used for reverting the workfile,
10694 make a backup of the original contents and revert to that in case
10695 of error.
10696 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10697 remote repositories.
10698
10699 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10700 for both version and ratio in the minibuffer.
10701
10702 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10703 Use vc-do-command to perform the annotation, not call-process.
10704
10705 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10706
10707 * international/quail.el (quail-start-translation): Don't call
10708 `message' before reading key sequence.
10709
10710 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10711
10712 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10713
10714 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10715
10716 * window.el (fit-window-to-buffer): Be sure to acquire at least
10717 one text line even if the buffer is empty.
10718
10719 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10720
10721 * net/ange-ftp.el (ange-ftp-file-writable-p)
10722 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10723 Bind ange-ftp-process-verbose to nil.
10724
10725 2000-11-15 Dave Love <fx@gnu.org>
10726
10727 * wid-edit.el (widget-specify-field, widget-specify-button):
10728 If :help-echo is a function, set help-echo of overlay to
10729 widget-mouse-help.
10730 (widget-mouse-help): New function.
10731 (widget-echo-help): Rewritten for :help-echo functions only taking
10732 a widget arg.
10733
10734 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10735 Use display-graphic-p.
10736 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10737 and that JPEG is available.
10738 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10739
10740 * international/mule-cmds.el (locale-charset-language-names):
10741 Match @euro.
10742
10743 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10744
10745 * faces.el (face-set-after-frame-default):
10746 If `inhibit-default-face-x-resources' is bound, don't intialize the
10747 default face from X resources.
10748
10749 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10750
10751 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10752 Don't set EMACSLOADPATH.
10753
10754 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10755
10756 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10757 texinfo-insert-@url.
10758 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10759 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10760
10761 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10762
10763 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10764 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10765 (checkdoc-minor-keymap): Backward compatibility.
10766 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10767 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10768 (checkdoc-this-string-valid-engine): Be a bit more strict
10769 to avoid matching substrings of `...' quoted vars/funs.
10770 (checkdoc-defun-info): Only look for `interactive' if alone.
10771 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10772
10773 * progmodes/compile.el (grep): `tag-default' can be nil.
10774
10775 * newcomment.el (comment-indent): Paren typo.
10776
10777 2000-11-14 Dave Love <fx@gnu.org>
10778
10779 * calculator.el: New maintainer version.
10780
10781 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10782
10783 * cmuscheme.el: Doc fixes.
10784 (cmuscheme) <defgroup>: Use `scheme' as parent.
10785 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10786
10787 * xscheme.el (scheme-program-name): Don't define here.
10788
10789 * progmodes/scheme.el (scheme-program-name): New variable
10790 (originally in cmuscheme).
10791
10792 2000-11-14 Miles Bader <miles@gnu.org>
10793
10794 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10795 Handle header-lines. Don't loop forever if we can't enlarge the
10796 window anymore. Simplify a bit.
10797
10798 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10799
10800 * window.el (fit-window-to-buffer): Don't check
10801 window-text-height. Assure that the last line is fully visible.
10802
10803 * international/quail.el (quail-show-guidance-buf):
10804 Call fit-window-to-buffer to assure the enough height of the guidance
10805 buffer.
10806 (quail-update-guidance): Avoid making the guidance buffer shorter.
10807
10808 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10809
10810 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10811 rather than `prepend' and add an interesting comment.
10812 (tex-math-face, tex-font-lock-syntactic-face-function):
10813 New face and function to use it.
10814 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10815 than `menu-enable' symbol property.
10816 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10817 (tex-mode): Add some latex-mode commands for auto-selection.
10818 Use tex-font-lock-syntactic-face-function.
10819 (tex-insert-quote): Simplify.
10820 (tex-shell): New mode.
10821 (tex-start-shell): Use it.
10822 (tex-shell-proc, tex-shell-buf): New functions.
10823 (tex-send-command): Use it.
10824 (tex-main-file): Fix the meaning of the new arg REALFILE.
10825 (tex-send-tex-command): New function split from `tex-start-tex'.
10826 Set compilation-last-buffer and compilation-parsing-end.
10827
10828 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10829 when it follows non-comment text on the line.
10830
10831 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10832 Set font-lock-defaults.
10833 (lisp-mode-shared-map): Init inside the defvar.
10834 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10835 Use define-derived-mode.
10836
10837 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10838
10839 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10840
10841 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10842
10843 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10844 Don't recursively optimize body because that can lead to infinite
10845 recursion; see comment there.
10846
10847 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10848
10849 * faces.el (face-spec-set-match-display): Revert the change from
10850 2000-10-24. Add a FIXME for after v21.1.
10851
10852 2000-11-13 Miles Bader <miles@gnu.org>
10853
10854 * textmodes/fill.el (skip-line-prefix): New function.
10855 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10856 (fill-paragraph): Don't leave point inside the fill-prefix.
10857 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10858 point inside the fill-prefix.
10859
10860 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10861
10862 * calendar/calendar.el (generate-calendar-window):
10863 Use `fit-window-to-buffer'.
10864
10865 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10866
10867 * gud.el (gud-minor-mode): New var.
10868 (gud-symbol, gud-val): New functions.
10869 (gud-find-file): Copy gud-minor-mode to the new buffer.
10870 (gud-menu-map): Include entries for commands that are not always
10871 available, using :enable to (de)activate them.
10872 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10873 (gud-mode-map): New map.
10874 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10875 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10876 Don't set up gud's menu (it's done by the minor-mode).
10877 (gud-minibuffer-local-map): New.
10878 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10879 (gud-query-cmdline): New function.
10880 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10881 (gud-mode): Use define-derived-mode.
10882 Don't set up gud's menu (it's done by the minor-mode).
10883 (gud-chop-words): Remove.
10884 (gud-common-init): Use split-string instead.
10885 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10886
10887 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10888 Add keyword arg :name.
10889
10890 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10891 (diff-count-matches, diff-split-hunk): New functions.
10892 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10893
10894 * pcvs-info.el (cvs-fi-conflict-face): New var.
10895
10896 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10897 Make it into a simple syntax-table, shared among all submodes.
10898 (sh-heredoc-face): Re-introduce.
10899 (sh-font-lock-syntactic-face-function): New function.
10900 (sh-mode): Use it. Also use define-derived-mode.
10901 Remove old bogus setting of indent-region-function.
10902 (sh-set-shell): Don't set the syntax-table any more.
10903 (sh-mode-syntax-table) <defun>: Remove.
10904
10905 2000-11-12 Miles Bader <miles@gnu.org>
10906
10907 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10908 message if interactive.
10909
10910 2000-11-12 Dave Love <fx@gnu.org>
10911
10912 * mail/feedmail.el: Fix header,
10913 (feedmail) <defgroup>: Add :link.
10914
10915 * view.el: Use local-map property, not keymap on mode-line string.
10916
10917 * scroll-all.el (scroll-all-mode): Customize variable.
10918 Add autoload cookie to function.
10919
10920 * lazy-lock.el: Remove compatibility code.
10921
10922 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10923 (finder-help-echo): New variable.
10924 (finder-mouse-face-on-line): Add help-echo stuff.
10925 (finder-list-keywords, finder-list-matches): Use mapc.
10926
10927 * faces.el (face-font-registry-alternatives): Add :version.
10928
10929 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10930 tags-table-list.
10931
10932 * net/browse-url.el (browse-url-browser-function): Update :version.
10933
10934 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10935 (mail-mode): Use [:alnum:] in some regexps.
10936
10937 2000-11-10 Dave Love <fx@gnu.org>
10938
10939 * ediff.el (ediff-regions-internal, ediff-documentation):
10940 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10941 fundamental mode.
10942
10943 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10944 buffer into fundamental mode.
10945 (ediff-set-difference): Use copy-sequence if available.
10946
10947 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10948 Check ediff-patch-map non-nil.
10949 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10950 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10951 buffer into fundamental mode.
10952
10953 * ediff-merg.el (state-or-merge): Defvar when compiling.
10954
10955 2000-11-10 Jason Rumney <jasonr@gnu.org>
10956
10957 * w32-fns.el (w32-add-charset-info): New function.
10958 (w32-charset-info-alist): Use it.
10959
10960 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10961
10962 * faces.el (face-font-registry-alternatives): New user-option.
10963
10964 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10965
10966 * textmodes/texinfo.el (texinfo-block-default): New var.
10967 (texinfo-insert-block): Use it. Insert a newline if needed.
10968
10969 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10970 (fill-region-as-paragraph): Use it.
10971
10972 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10973 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10974 Tweak paragraph regexps to allow a leading [ \t]*.
10975 (tex-latex-block): Insert a newline if necessary.
10976 (latex-insert-item): Only insert a newline if necessary.
10977 (tex-guess-main-file): New function.
10978 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10979 Set tex-main-file if TeX-master is provided.
10980 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10981
10982 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10983
10984 * startup.el (command-line): Set the default tooltip-mode
10985 to t for graphical displays which implement x-show-tip.
10986
10987 * tooltip.el (tooltip-mode): Add a comment about startup.el
10988 setting the default value of this user-option.
10989
10990 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10991
10992 * font-lock.el (font-lock-*-face) <defvar>: Move.
10993 (font-lock-defaults-alist): Mark obsolete.
10994 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10995 (font-lock-mode): Use define-minor-mode.
10996 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10997 (font-lock-turn-off-thing-lock): Be more explicit.
10998 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10999 (font-lock-syntactic-face-function): New var.
11000 (font-lock-fontify-syntactically-region): Use it.
11001 (font-lock-doc-face): New.
11002
11003 * pcvs.el (cvs-enabledp): Ignore errors.
11004 (cvs-commit-filelist): Never query.
11005 (cvs-mode-insert): Always add a terminating / in the initial prompt.
11006 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
11007 (cvs-do-removal): Use cvs-partition rather than delete-if.
11008 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
11009 cvs-bury-buffer.
11010
11011 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11012 Allow `next' to jump to after the end of the last match.
11013
11014 2000-11-09 Gerd Moellmann <gerd@gnu.org>
11015
11016 * simple.el (byte-compiling-files-p): New function.
11017
11018 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
11019 if it is there.
11020
11021 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
11022 nil again.
11023
11024 * textmodes/ispell.el (ispell-library-path): Don't call
11025 check-ispell-version when byte-compiling because that starts
11026 an ispell process, and ispell might not be installed.
11027 (toplevel): Don't set up a menu when byte-compiling.
11028
11029 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
11030 it, so that a boundp test can be used to determine if we're
11031 currently byte-compiling.
11032
11033 2000-11-09 Dave Love <fx@gnu.org>
11034
11035 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
11036
11037 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11038
11039 * ps-print.el: Patch for variable initialization when spooling.
11040 Doc fix.
11041 (ps-output-list): Fun eliminated.
11042 (ps-begin-file, ps-begin-job): Code fix.
11043
11044 2000-11-08 Dave Love <fx@gnu.org>
11045
11046 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
11047
11048 2000-11-08 Gerd Moellmann <gerd@gnu.org>
11049
11050 * simple.el (shell-command, display-message-or-buffer)
11051 (shell-command-on-region): Mention resize-mini-windows in the doc
11052 string.
11053 (display-message-or-buffer): Take the value of resize-mini-windows
11054 into account.
11055
11056 2000-11-07 Gerd Moellmann <gerd@gnu.org>
11057
11058 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11059
11060 * dired.el (dired-between-files): Add `^. find' as an alternative
11061 to the regular expression, for find-dired.
11062
11063 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11064
11065 * textmodes/texnfo-upd.el: Require texinfo.
11066 (defmacro, defgroup): Remove.
11067 (texinfo-section-to-generic-alist): Remove.
11068 Use texinfo-section-list instead (i.e. level is changed string->int).
11069 (texinfo-filter): New function.
11070 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11071 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11072 Use it. And use regexp-opt.
11073 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11074 (texinfo-update-menu-region-beginning)
11075 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11076 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11077 (texinfo-update-menu-same-level-regexps): Update.
11078 (texinfo-update-node, texinfo-every-node-update)
11079 (texinfo-sequential-node-update): Remove autoload cookie.
11080
11081 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11082 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11083 (texinfo-chapter-level-regexp): Remove.
11084 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11085
11086 2000-11-06 Dave Love <fx@gnu.org>
11087
11088 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11089
11090 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11091 Match defun*.
11092
11093 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11094
11095 * composite.el (composition-function-table): Variable declaration
11096 moved to src/composite.c.
11097 (compose-chars-after): New optional arg object.
11098
11099 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11100
11101 * bindings.el (mode-line-toggle-read-only)
11102 (mode-line-toggle-modified, mode-line-widen)
11103 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11104 (make-mode-line-mouse2-map): Rewritten.
11105 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11106 functions so that C-h k can show something with a doc string.
11107
11108 * startup.el (fancy-splash-delay): Set to 10 seconds.
11109 (fancy-splash-max-time): New user-option.
11110 (fancy-splash-stop-time): New variable.
11111 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11112 (fancy-splash-screens-1): Throw `stop-splashing' when current
11113 time is greater than fancy-splash-stop-time.
11114
11115 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11116
11117 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11118
11119 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11120 Prompt user for a file rather than raising an error.
11121 (cvs-enabledp): Fix call to cvs-mode-marked.
11122 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11123 (cvs-mode-insert): Use it. Change the init prompt' value.
11124 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11125
11126 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11127 Don't pass default arg to ewoc-locate.
11128 (ewoc-collect): Return result in the right order.
11129
11130 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11131
11132 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11133 (cvs-status-get-tags): Fix regexp.
11134 (cvs-status-trees, cvs-status-cvstrees):
11135 Combine after change hooks and don't sit-for.
11136 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11137 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11138 Use make-char rather than hard-coded cryptic data.
11139 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11140
11141 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11142
11143 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11144 (cvs-insert-strings): New function.
11145
11146 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11147
11148 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11149 `mwheel-scroll-amount'.
11150 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11151 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11152 string-matching against the version string.
11153
11154 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11155
11156 * language/thai.el ("Thai"): Set a lisp form that produces
11157 composed string in `sample-text' language info.
11158
11159 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11160 composed string in `sample-text' language info.
11161
11162 * international/mule-cmds.el (describe-language-environment):
11163 Eval `sample-text' data and insert the result.
11164
11165 * international/mule-conf.el (compound-text): Define this coding
11166 system here. Make x-ctext and ctext aliases of it.
11167
11168 * language/european.el (compound-text, ctext): Moved to
11169 international/mule-conf.el.
11170
11171 2000-11-05 Andrew Innes <andrewi@gnu.org>
11172
11173 * w32-fns.el (w32-version): New function.
11174
11175 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11176
11177 * progmodes/awk-mode.el: Update copyright.
11178 (awk-mode-abbrev-table): Remove.
11179 (awk-font-lock-keywords): Use regexp-opt.
11180 (awk-mode): Use define-derived-mode.
11181
11182 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11183 when extracting a suffix.
11184
11185 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11186
11187 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11188 auto-save-mode.
11189
11190 2000-11-04 Jason Rumney <jasonr@gnu.org>
11191
11192 * language/european.el (decode-mac-roman): Test against r1 not r0.
11193
11194 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11195
11196 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11197 (icon-mode): Define indent-line-function.
11198 (icon-comment-indent): Simplify.
11199 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11200
11201 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11202
11203 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11204 Bind change-log-default-mode to defeat the caching done on it.
11205 Don't bother saving excursion any more.
11206
11207 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11208
11209 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11210 (set-frame-font): Use the new name (and the old for compatibility).
11211
11212 * toolbar/tool-bar.el (tool-bar-mode):
11213 * time.el (display-time-mode):
11214 * recentf.el (recentf-mode):
11215 * paren.el (show-paren-mode):
11216 * mwheel.el (mouse-wheel-mode):
11217 * msb.el (msb-mode):
11218 * jka-compr.el (auto-compression-mode):
11219 * image-file.el (auto-image-file-mode):
11220 * hl-line.el (hl-line-mode):
11221 * delsel.el (delete-selection-mode):
11222 * autoinsert.el (auto-insert-mode):
11223 * complete.el (partial-completion-mode): Drop unneeded positional args.
11224
11225 * info.el (Info-mode):
11226 * comint.el (comint-mode): Don't bother with make-local-hook.
11227
11228 * log-edit.el (log-edit-menu): New menu.
11229
11230 2000-11-03 Miles Bader <miles@gnu.org>
11231
11232 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11233 definition, so that trailing spaces are handled properly.
11234 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11235
11236 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11237
11238 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11239 tab character.
11240 (fancy-splash-screens): Set tab-width to 20.
11241
11242 2000-11-03 Dave Love <fx@gnu.org>
11243
11244 * comint.el (comint-completion-addsuffix): Fix custom type.
11245
11246 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11247
11248 * font-lock.el (font-lock-buffers): Remove.
11249 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11250 (font-lock-change-major-mode): Remove.
11251 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11252 (font-lock-default-fontify-region): Extend the multiline
11253 fontification to whole lines.
11254 (font-lock-fontify-anchored-keywords)
11255 (font-lock-fontify-keywords-region): If matching just one
11256 line (with \n) only mark the \n as multiline.
11257
11258 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11259 Correctly handle the case where several :group args are supplied.
11260 Allow :extra-args.
11261 (easy-mmode-define-global-mode): Allow :extra-args.
11262 Correctly handle the case where several :group args are supplied.
11263
11264 2000-11-02 Miles Bader <miles@gnu.org>
11265
11266 * calendar/calendar.el (diary-face, calendar-today-face)
11267 (holiday-face): Remove dependency on `window-system'.
11268
11269 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11270
11271 * Makefile.in (emacs): Set EMACSLOADPATH always.
11272 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11273 (compile-files): Bomb out if compilation of a file fails.
11274
11275 2000-11-02 Dave Love <fx@gnu.org>
11276
11277 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11278
11279 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11280
11281 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11282 punctuation in the warning inserted into the *mail* buffer.
11283
11284 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11285
11286 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11287 (authors-public-domain-p): New function.
11288 (authors-print): Use it.
11289
11290 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11291
11292 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11293
11294 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11295
11296 * ps-print.el: Extension for even/odd printing. Doc fix.
11297 (ps-print-version): New version number (6.3.1).
11298 (ps-even-or-odd-pages): Customization fix.
11299 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11300 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11301 (ps-page-count): Var replaced by `ps-page-column'.
11302 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11303 (ps-print-sheet-p): New fun.
11304
11305 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11306
11307 * tooltip.el (tooltip-gud-tips-setup): New function.
11308 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11309 (tooltip-mode): Call tooltip-gud-tips-setup.
11310 (tooltip-gud-tips): Use `gud-basic-call' instead of
11311 process-send-string, so the prompt gets frobbed appropriately.
11312 Handle nil return value from `tooltip-gud-print-command'.
11313
11314 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11315
11316 * comint.el (comint-add-to-input-history): New function.
11317 (comint-send-input): Use `comint-add-to-input-history'.
11318
11319 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11320
11321 * info.el (info-menu-header): New face.
11322 (Info-fontify-menu-headers): New function.
11323 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11324
11325 * info.el (Info-insert-dir): Don't include blank lines at
11326 beginning of additional dir files (one is added automatically).
11327
11328 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11329
11330 * emacs-lisp/easy-mmode.el (define-minor-mode):
11331 Revert the latest changes.
11332 Allow the three positional arguments to be skipped and replaced
11333 by keyword arguments.
11334 Add a :toggle argument to determine whether a nil arg means toggle
11335 or means turn-on. The default is unchanged.
11336 Add a call to force-mode-line-update.
11337
11338 2000-11-01 Dave Love <fx@gnu.org>
11339
11340 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11341
11342 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11343
11344 * calendar/calendar.el (diary-face, holiday-face):
11345 Add dark-background variants.
11346
11347 2000-10-31 Sam Steingold <sds@gnu.org>
11348
11349 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11350 `tex-main-file' does not have directory in it.
11351
11352 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11353
11354 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11355
11356 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11357
11358 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11359 functional change.
11360
11361 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11362
11363 * files.el (find-file-noselect): When we expand a wildcard, return
11364 a list of buffers, as we should do according to the doc string.
11365
11366 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11367
11368 * loadup.el (top level): Adjust load path if program name is
11369 "../src/bootstrap-emacs", in case it's not dumped and thus the
11370 load path adjustment hasn't already been done.
11371
11372 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11373
11374 * ps-print.el: Fix bug on selected pages for printing.
11375 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11376 is on. Try to avoid warning messages when compiling. Doc Fix.
11377 (ps-print-version): New version number (6.3).
11378 (ps-color-device): Use `color-values' to determine if device
11379 supports color.
11380 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11381 (ps-print-page-p): Changed from defsubst to defun.
11382 (ps-page-number): Changed from defmacro to defun.
11383 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11384 printing.
11385 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11386 (ps-end-file, ps-dummy-page): Funs eliminated.
11387 (ps-print-color-scale): Changed default value.
11388 (ps-page-n-up, ps-print-page-p): New internal vars.
11389 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11390 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11391
11392 * delim-col.el: Little programming improvement.
11393 (delimit-columns-str): New macro.
11394 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11395
11396 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11397
11398 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11399 Moved to european.el.
11400 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11401 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11402 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11403 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11404
11405 2000-10-30 Dave Love <fx@gnu.org>
11406
11407 * progmodes/cc-menus.el (imenu-generic-expression)
11408 (imenu-progress-message): Only defvar when compiling.
11409
11410 * emacs-lisp/elp.el (elp-unload-hook): New function.
11411
11412 * loadhist.el (unload-feature): Call elp-restore-function,
11413 checking for symbols; don't use elp-restore-all.
11414 (loadhist-hook-functions): Doc fix.
11415
11416 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11417
11418 * log-edit.el (log-edit-confirm): Fix the default.
11419
11420 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11421
11422 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11423 delimit-columns-format.
11424 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11425
11426 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11427
11428 * comint.el (comint-replace-by-expanded-history): Don't use
11429 comint-get-old-input (we're not looking at *old* input).
11430 (comint-get-old-input-default): If using fields, signal an error
11431 when the point is not in an input field.
11432
11433 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11434
11435 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11436 and mule-unicode-e000-ffff.
11437
11438 * international/mule.el (decode-char, encode-char): New functions.
11439 (make-coding-system): Accept a symbol of translation table as a
11440 value of property `safe-chars'.
11441
11442 * international/mule-cmds.el (encode-coding-char): Check property
11443 safe-chars instead of safe-charsets.
11444
11445 * international/fontset.el (fontset-default): Modified for
11446 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11447 (x-font-name-charset-alist): Likewise.
11448 (ccl-encode-unicode-font): New CCL program. Record it in
11449 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11450
11451 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11452 New translation tables.
11453 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11454 programs are modified and moved from mac-win.el.
11455 (mac-roman): Definition of this coding system is modified and
11456 moved from mac-win.el.
11457
11458 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11459
11460 * ediff-wind.el (ediff-setup-control-frame): Enclose
11461 face-attribute in condition-case to avoid errors in older emacsen.
11462
11463 2000-10-29 Miles Bader <miles@gnu.org>
11464
11465 * custom.el (custom-add-to-group): Allow multiple entries for a
11466 given value OPTION, as long as their widget types are different.
11467 * cus-edit.el (custom-face-value-create): If face name doesn't end
11468 with "face", add such here (similar to custom group widgets).
11469
11470 * comint.el (comint-highlight-prompt): Add :type.
11471
11472 2000-10-28 John Wiegley <johnw@gnu.org>
11473
11474 * calendar/timeclock.el (timeclock-log): Doc fix.
11475 (timeclock-last-event): Doc fix.
11476 (timeclock-log): Kill the timelog buffer after appending a new event.
11477 (timeclock-find-discrep): Use a temp buffer to read in the
11478 timelog, instead of visiting the file.
11479 (timeclock-log-data): A new function, along with a host of helper
11480 functions, for the purpose of making timelog data accessible to
11481 programmers.
11482
11483 * eshell/esh-mode.el (window-height test): Make certain that
11484 `eshell-stringify-t' is non-nil.
11485 (eshell-password-prompt-regexp): Changed to a much simpler
11486 password regexp.
11487 (eshell-send-input): If `eshell-invoke-directly' returns t,
11488 directly invoke the parsed command using `eval'. This improves
11489 turn-around time on simple commands by a factor of three or
11490 greater, such as cd, ls, pwd, etc. -- which get used very often.
11491 It also conserves thousands of cons cells per call (since
11492 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11493 in the Pacific Cookie Company).
11494
11495 * eshell/esh-test.el (eshell-test): Whitespace fix.
11496
11497 * eshell/em-ls.el (eshell-ls-insert-directory):
11498 Make `eshell-ls-initial-args' nil when inserting directory contents.
11499
11500 * eshell/em-script.el (eshell-script-initialize): Add names to
11501 `eshell-complex-commands, since `source' and `.' are complex.
11502
11503 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11504 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11505 `eshell-copy-handles'.
11506 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11507 bodies.
11508 (eshell-separate-commands): Whitespace fix.
11509 (eshell-complex-commands): Added a new list of names, for
11510 determining whether a given command is as simple as it looks.
11511 (eshell-invoke-directly): New function. Returns t if a command
11512 should be invoked directly (using `eval'), rather than indirectly
11513 using `eshell-do-eval'.
11514 (eshell-do-eval): Whitespace fix.
11515
11516 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11517 which provides an emulation of the DOS shell behavior of assuming
11518 that cp/mv/ln should copy/move/link to the current directory.
11519 (eshell-remove-entries): Added a doc string.
11520 (eshell-shuffle-files): Removed the check for `target' being null.
11521 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11522 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11523 it to do a smarter check of whether a destination was provided.
11524 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11525 (eshell/ln): Enable `:preserve-args', and use
11526 `eshell-mvcpln-template' to implement the body of the function.
11527 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11528 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11529 list after flattening it. This makes it possible to cat files
11530 with numerical names.
11531 (eshell-unix-initialize): Added several names to
11532 `eshell-complex-commands.
11533 (eshell-unix-command-complex-p): Return t if a given command name
11534 may result in external processes being invoked.
11535
11536 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11537 variable nil by default, since it slows down glob processing by a
11538 factor of two or more, and increases memory consumption.
11539
11540 * eshell/em-smart.el: Added a note about how memory consumptive
11541 smart display mode can be (at least this is true in Emacs 21).
11542 (eshell-smart-initialize): Whitespace fix.
11543 (eshell-refresh-windows): Use `if' instead of `when'.
11544 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11545 not necessary.
11546 (eshell-currently-handling-window): Added a missing global variable.
11547
11548 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11549 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11550 Whitespace fix.
11551 (eshell-ls-exclude-hidden): Added this variable in addition to
11552 `eshell-ls-exclude-regexp'. This one prevents files beginning
11553 with . from even being read, which can improve memory consumption
11554 quite a bit.
11555 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11556 read file entries beginning with a dot. In home directories with
11557 lots of hidden files, fully two-thirds of the time spent in ls is
11558 used to read directory entries that are immediately thrown away.
11559 (eshell-ls-initial-args): Added back this configuration variable,
11560 for specifying default initial arguments to every call to ls.
11561 Much faster than using an alias to do the same thing.
11562 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11563 (eshell-ls-dir): Whitespace change.
11564
11565 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11566
11567 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11568 (eshell-stringify-t): Added a customization variable, to indicate
11569 whether `t' should be rendered as a string at all. If not, one
11570 can still determine if the result of an expression is true using
11571 "file-exists-p FILE && echo true".
11572 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11573 stringify t!
11574
11575 * eshell/esh-module.el: Whitespace fix.
11576
11577 * eshell/em-alias.el (eshell-alias-initialize):
11578 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11579 (eshell-command-aliased-p): New function that returns t if a
11580 command name names an aliased.
11581
11582 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11583
11584 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11585 redrawing the screen when changing cursor color.
11586 (viper-insert-state-pre-command-sentinel)
11587 (viper-replace-state-pre-command-sentinel)
11588 (viper-replace-state-post-command-sentinel):
11589 Use viper-preserve-cursor-color.
11590 Many functions changed to use viper= instead of = when comparing
11591 characters.
11592 * viper-util.el (viper-memq-char,viper=): New functions for
11593 working with characters.
11594 (viper-change-cursor-color): Fixed buglet.
11595 Many functions changed to use viper= instead of = when comparing
11596 characters.
11597 * viper.el (viper-insert-state-mode-list): Added eshell.
11598
11599 * ediff-init.el (ediff-before-setup-hook): New hook.
11600 Several typos fixed in various docstrings.
11601 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11602 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11603 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11604 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11605 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11606 (ediff-get-selected-buffers): New function.
11607 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11608 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11609 Use save-window-excursion.
11610 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11611 termination check in while loop.
11612 * ediff.el (ediff-get-default-file-name): Better defaults when in
11613 dired buffer.
11614 (ediff-files,ediff-merge-files,ediff-files3)
11615 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11616
11617 2000-10-28 Dave Love <fx@gnu.org>
11618
11619 * info.el (Info-fontify-node): Add help-echo for menu items.
11620
11621 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11622
11623 * startup.el (normal-top-level): If the value of $TERM indicates
11624 we are running from xterm or one of its work-alikes, default to a
11625 light background mode.
11626
11627 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11628 * faces.el (tty-handle-reverse-video): New function.
11629 (tty-create-frame-with-faces): Call it.
11630
11631 * frame.el (frame-notice-user-settings): Don't apply
11632 default-frame-alist and initial-frame-alist to MS-DOS frames.
11633 Call tty-handle-reverse-video, frame-set-background-mode, and
11634 face-set-after-frame-default for non-MS-DOS frames.
11635
11636 * startup.el (tty-long-option-alist): New variable.
11637 (tty-handle-args): New function.
11638 (command-line): Call tty-handle-args.
11639
11640 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11641 startup.el now does that for all character-terminal frames.
11642
11643 2000-10-28 Miles Bader <miles@gnu.org>
11644
11645 * emacs-lisp/easy-mmode.el (define-minor-mode):
11646 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11647 is global. If :global is followed by a non-nil but non-t value,
11648 make the mode buffer-local, but also generate a `global-MODE'
11649 version using `easy-mmode-define-global-mode'.
11650 Add :conditional-turn-on keyword argument.
11651
11652 2000-10-28 Dave Love <fx@gnu.org>
11653
11654 * international/latin1-disp.el (latin1-char-displayable-p):
11655 Don't use window-system.
11656
11657 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11658
11659 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11660 Don't call find-buffer-file-type-coding-system. Instead, just
11661 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11662 if the file is on an untranslated filesystem.
11663 (add-untranslated-filesystem): Use "D" instead of "f" inside
11664 interactive.
11665
11666 2000-10-27 Dave Love <fx@gnu.org>
11667
11668 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11669 (refill-mode): Use it.
11670
11671 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11672
11673 * international/quail.el (quail-activate): Don't make-local-hook.
11674
11675 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11676
11677 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11678 manual backups and file.~<rev>.~ for automatic ones.
11679 (vc-make-version-backup): Don't do it on MS-DOS without long file
11680 names.
11681
11682 * vc.el (vc-version-other-window): If an automatic backup of the
11683 desired version exists, rename it instead of copying it.
11684
11685 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11686 after command. If there's an unexpected error, signal it instead
11687 of being silent.
11688 (vc-cvs-merge-news): Be prepared for no news at all.
11689
11690 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11691
11692 * shell.el (shell): Add BUFFER argument.
11693 * comint.el (make-comint-in-buffer): New function.
11694 (make-comint): Use it.
11695
11696 * faces.el (face-spec-choose): Change syntax so that the list of
11697 attribute-value pairs is now the cdr of each clause, not the cadr.
11698 Detect old-style entries, and handle them. Use pop.
11699
11700 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11701
11702 * cus-edit.el (custom-mode-map): Use a sparse map.
11703 (custom-mode): Don't bother with make-local-hook.
11704
11705 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11706
11707 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11708
11709 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11710
11711 * ps-print.el: Avoid compilation gripes.
11712 (ps-print-version): New version number (6.2.1).
11713
11714 2000-10-26 Dave Love <fx@gnu.org>
11715
11716 * menu-bar.el: Modify some menu item help strings.
11717 (menu-bar-help-menu): Add link to MORE.STUFF.
11718
11719 * cus-edit.el (custom-mode): Add `special' mode-class property.
11720
11721 * wid-browse.el (widget-browse-mode): Likewise.
11722
11723 * wid-edit.el (widget-specify-field): Revert to using local-map
11724 property, not keymap.
11725
11726 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11727
11728 * wid-edit.el (widget-field-end): When checking for a `boundary'
11729 field, do so in the correct buffer.
11730
11731 * simple.el (undo): Correctly distinguish between numeric and
11732 non-numeric prefix args in non-transient-mark-mode, as per the doc
11733 string. When in transient-mark-mode, treat all prefix-args as
11734 numeric.
11735
11736 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11737 Position point on match. Handle N == 0 correctly.
11738
11739 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11740 (comint-mode-map): Reverse order of `comint-write-output' and
11741 `comint-append-output-to-file'.
11742 (comint-append-output-to-file): Reinstate this function, for the
11743 benefit of the menu.
11744
11745 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11746
11747 * vc.el (vc-version-other-window): Bind `file'.
11748
11749 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11750
11751 * Makefile.in (update-authors): New target for maintenance purposes.
11752
11753 * emacs-lisp/authors.el (batch-update-authors): New function.
11754 (authors-fixed-entries): New defconst.
11755 (authors-add-fixed-entries): New function.
11756 (authors): Call it.: Don't process lispref/.
11757
11758 2000-10-25 Jason Rumney <jasonr@gnu.org>
11759
11760 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11761 Merge x w32 and mac definitions.
11762
11763 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11764
11765 * menu-bar.el (menu-bar-options-menu): Add a help string for
11766 `uniquify'.
11767
11768 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11769
11770 * time-stamp.el (time-stamp-string-preprocess):
11771 Fix a wrong type argument error.
11772
11773 2000-10-25 Miles Bader <miles@gnu.org>
11774
11775 * recentf.el (recentf-mode): Variable removed.
11776 (recentf-mode): Use `define-minor-mode'.
11777
11778 * mwheel.el (mouse-wheel-mode): New global minor mode.
11779 (mwheel-install): Use `mouse-wheel-mode'.
11780
11781 2000-10-25 Dave Love <fx@gnu.org>
11782
11783 * progmodes/cperl-mode.el (cperl-mode):
11784 Set normal-auto-fill-function correctly.
11785
11786 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11787 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11788 bindings.
11789
11790 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11791
11792 * wid-edit.el (widget-field-at): New function.
11793 (widget-at, widget-field-activate): Use it.
11794 (widget-tabable-at): Use `widget-at'.
11795 (widget-specify-field): If the terminating character of the widget
11796 field (which is read-only) is a newline, put it into a special
11797 `boundary' field so that C-n/C-p act more naturally.
11798 (widget-field-end): Also don't subtract one if a special
11799 `boundary' field has been added after the widget field.
11800
11801 * comint.el (comint-output-filter, comint-send-input):
11802 Don't bother adding stickiness fields to overlays to fool the field
11803 code, since it should notice the overlay insertion-types now.
11804
11805 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11806 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11807 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11808
11809 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11810
11811 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11812 (authors): Set file coding system to iso-2022-7bit.
11813 Add file-local variables to output buffer.
11814
11815 * files.el (after-find-file): Don't print any warnings if
11816 WARN is nil.
11817
11818 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11819
11820 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11821
11822 * delim-col.el: Now there is a column formatting mechanism.
11823 Modified to customization mechanisms convention. Doc fix.
11824 (columns): New group for delim-col.
11825 (delimit-columns-before, delimit-columns-after)
11826 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11827 (delimit-columns-end): New vars.
11828 (delimit-columns-customize, delimit-columns-format): New funs.
11829 (delimit-columns-region, delimit-columns-rectangle)
11830 (delimit-columns-rectangle-line): Modified to support column
11831 formatting.
11832
11833 2000-10-24 Dave Love <fx@gnu.org>
11834
11835 * log-edit.el (log-edit): Add :version and a :group for vc.
11836
11837 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11838
11839 * files.el (after-find-file): Don't print a message ``New file''
11840 if WARN is nil.
11841
11842 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11843 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11844 get duplicate tool-bar entries because we'll see the global ones
11845 on more than one path through keymaps.
11846
11847 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11848
11849 * progmodes/cmacexp.el: Change Francesco's email address.
11850
11851 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11852
11853 * window.el (fit-window-to-buffer): Adjust point of the window
11854 buffer, not that of the current buffer.
11855
11856 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11857
11858 * progmodes/cmacexp.el: Update the euthor's email address.
11859
11860 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11861
11862 * faces.el (face-spec-set-match-display): Add `graphic' display
11863 type (the inverse of `tty'). Use `display-graphic-p' instead of
11864 the window-system variable.
11865
11866 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11867
11868 * international/isearch-x.el (isearch-with-input-method):
11869 Call input-method-function with the first event in
11870 unread-command-events.
11871
11872 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11873
11874 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11875
11876 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11877
11878 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11879 New charsets.
11880
11881 * term/mac-win.el: Remove definitions of mac-roman-lower and
11882 mac-roman-upper, require dired, and define instead of set
11883 mac-ready-for-drag-n-drop to avoid compilation error.
11884
11885 2000-10-23 Andrew Innes <andrewi@gnu.org>
11886
11887 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11888 Remove superfluous calls to subst-char-in-string; instead apply
11889 expand-file-name after convert-standard-filename to ensure
11890 expected directory separators are used.
11891
11892 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11893
11894 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11895
11896 2000-10-23 Dave Love <fx@gnu.org>
11897
11898 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11899 (tool-bar-add-item): Set foreground and background for XBM icons.
11900
11901 * international/latin1-disp.el (latin1-char-displayable-p):
11902 New function (from Handa).
11903 (latin1-display-check-font): Use it.
11904
11905 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11906 using :key-sequence, making it much more usable.
11907 Use nconc, not append.
11908 (imenu--create-keymap-1): Avoid append.
11909
11910 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11911
11912 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11913
11914 [the following changes fix a bug where `define-minor-mode' didn't
11915 correctly generate :require clauses for defcustoms in compiled files]
11916 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11917 (byte-compile-log-file, byte-compile-log-1): Don't set
11918 `byte-compile-current-file' to nil. Instead set
11919 `byte-compile-last-logged-file' to it. Test whether
11920 byte-compile-current-file equals byte-compile-last-logged-file
11921 instead of whether its nil.
11922 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11923
11924 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11925
11926 * textmodes/refill.el: Fix var names in doc.
11927 (refill-mode): Don't bother with make-local-hook anymore.
11928
11929 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11930
11931 * faces.el (face-user-default-spec, face-default-spec): New functions.
11932 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11933 (frame-set-background-mode, face-set-after-frame-default):
11934 Use `face-user-default-spec'. Simplify code slightly.
11935
11936 * woman.el (woman-italic-face, woman-bold-face)
11937 (woman-unknown-face): Add dark-background variants.
11938 (woman-default-faces): Renamed from `woman-colour-faces'.
11939 Set using the stored defaults, rather than using hard-wired colors.
11940 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11941 Just make the foreground `unspecified' rather than "black".
11942 (woman-menu): Rename menu entries accordingly.
11943
11944 * faces.el (header-line): Make more reasonable on mono/grayscale
11945 displays.
11946
11947 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11948
11949 * cus-edit.el (custom-button-face): Use 3D look for mac.
11950 (custom-button-pressed-face): Likewise.
11951
11952 * faces.el (set-face-attributes-from-resources): Handle mac frames
11953 in the same way as x and w32 frames.
11954 (face-valid-attribute-values): Likewise.
11955 (read-face-attribute): Likewise.
11956 (defined-colors): Likewise.
11957 (color-defined-p): Likewise.
11958 (color-values): Likewise.
11959 (display-grayscale-p): Likewise.
11960 (face-set-after-frame-default): Likewise.
11961 (mode-line): Same default face as for x and w32.
11962 (tool-bar): Likewise.
11963
11964 * frame.el: Remove call to frame-notice-user-settings at end of
11965 the file.
11966
11967 * info.el (Info-fontify-node): Make underlines invisible for mac
11968 as for x, pc, and w32 frame types.
11969
11970 * term/mac-win.el: New file.
11971
11972 2000-10-22 Dave Love <fx@gnu.org>
11973
11974 * textmodes/refill.el: New file.
11975
11976 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11977
11978 * vc-hooks.el (vc-version-backup-file-name): New optional args
11979 MANUAL and REGEXP.
11980 (vc-delete-automatic-version-backups, vc-make-version-backup):
11981 New functions.
11982 (vc-before-save): Use the latter.
11983 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11984 confusion.
11985
11986 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11987 expected by vc[-hooks].el.
11988
11989 * vc.el (vc-checkout): Added `-p' suffix in call to
11990 vc-make-version-backups-p; use vc-make-version-backup to actually
11991 make the backup.
11992 (vc-version-other-window, vc-version-backup-file): Handle both
11993 automatic and manual backups.
11994 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11995 of all of them.
11996
11997 2000-10-22 Miles Bader <miles@gnu.org>
11998
11999 * comint.el (comint-highlight-input, comint-highlight-prompt):
12000 Renamed, `-face' at end removed.
12001 (comint-send-input, comint-output-filter): Use renamed faces.
12002
12003 * window.el (fit-window-to-buffer): Change defaulting of
12004 MAX-HEIGHT slightly.
12005
12006 * faces.el (color-values, color-defined-p): Use `member', not
12007 `memq', because it works correctly for strings.
12008 (frame-set-background-mode): Actually, "unspecified-fg" and
12009 "unspecified-bg" *are* strings. Use `member', not `memq', and
12010 `equal', not `eq', when a string value is possible.
12011
12012 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
12013
12014 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
12015
12016 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
12017
12018 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
12019 sh-electric-rparen, sh-electric-less and sh-electric-hash.
12020 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
12021 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
12022 (sh-font-lock-syntactic-keywords): Use them.
12023 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
12024 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
12025 (sh-mode): Don't override font-lock-unfontify-region-function.
12026 Use a copy of sh-font-lock-syntactic-keywords.
12027 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
12028 Don't call sh-scan-buffer since font-lock does it on the fly.
12029 (sh-get-indent-info): Use `face' rather than `syntax-table'
12030 text-property to detect here-documents.
12031 Replace sh-special-syntax with sh-st-punc.
12032 (sh-prev-line): Use `face' rather than `syntax-table'
12033 text-property to skip over here-documents.
12034 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
12035 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
12036 (sh-electric-less, sh-set-here-doc-region)
12037 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
12038 (sh-scan-buffer, sh-rescan-buffer): Remove.
12039
12040 2000-10-21 Andrew Innes <andrewi@gnu.org>
12041
12042 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
12043 remote (ange-ftp) file names.
12044
12045 2000-10-21 Miles Bader <miles@gnu.org>
12046
12047 * window.el (fit-window-to-buffer): New function.
12048 (shrink-window-if-larger-than-buffer): Use it.
12049 (window-text-height): Don't expect minibuffers to have mode-lines.
12050
12051 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
12052 * international/quail.el (quail-update-guidance):
12053 Use `fit-window-to-buffer' instead of `set-window-text-height'.
12054
12055 * international/quail.el (quail-show-guidance-buf): Make sure
12056 guidance window really has enough room.
12057 (quail-update-guidance): If quail-guidance-win is already shown,
12058 make sure its height is OK.
12059
12060 * window.el (window-text-height, set-window-text-height):
12061 New functions.
12062 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12063 instead of `window-height' & `mode-line-window-height-fudge'.
12064 (mode-line-window-height-fudge): Add FACE parameter.
12065 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12066 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12067
12068 2000-10-20 Miles Bader <miles@gnu.org>
12069
12070 * window.el (height-affecting-face-attributes): Use `defconst'.
12071
12072 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12073 New function, conditionally aliased to `mode-line-window-height-fudge'.
12074 (ispell-help): Use it.
12075 (ispell-choices-win-default-height): Don't include mode-line fudge.
12076 (ispell-choices-win-default-height): New function.
12077 (ispell-show-choices, ispell-command-loop): Use function
12078 `ispell-choices-win-default-height' instead of variable.
12079
12080 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12081
12082 * window.el (mode-line-window-height-fudge): New variable.
12083 (height-affecting-face-attributes): New variable.
12084 (mode-line-window-height-fudge): New function.
12085 (shrink-window-if-larger-than-buffer): Use it.
12086 * help.el (resize-temp-buffer-window): Likewise.
12087
12088 * info.el (Info-fontify-node): Add support for @subsubsection
12089 titles, which use `Info-title-4-face'.
12090 (Info-title-4-face): New face.
12091 (Info-title-3-face): Inherit from Info-title-4-face instead of
12092 variable-pitch.
12093
12094 2000-10-19 Jason Rumney <jasonr@gnu.org>
12095
12096 * dired.el (dired-insert-directory): Do not let errors signalled by
12097 attempt to run dired-free-space-program prevent dired from working.
12098
12099 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12100
12101 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12102
12103 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12104
12105 * dirtrack.el (dirtrack): Fix call to run-hooks.
12106
12107 * cmuscheme.el (cmuscheme-program-name): Renamed from
12108 scheme-program-name because xscheme.el contains a defcustom with
12109 the same name. As a consequence, customizing group `cmuscheme'
12110 loaded `xscheme' which redefined run-scheme.
12111 (run-scheme): Use cmuscheme-program-name.
12112
12113 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12114
12115 * play/doctor.el (doctor-death): Update the Samaritans'
12116 anonymous address, and add a website for Befrienders International.
12117
12118 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12119
12120 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12121 Avoid compilation gripes. Doc fix.
12122 (ps-print-version): New version number (6.2).
12123 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12124 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12125 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12126 (ps-x-extent-priority, ps-x-extent-start-position)
12127 (ps-x-face-font-instance, ps-x-find-coding-system)
12128 (ps-x-font-instance-properties, ps-x-make-color-instance)
12129 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12130 avoid compilation gripes without defining functions.
12131 (ps-e-find-composition): Alias for function find-composition, to have a
12132 suitable function depending on Emacs version.
12133 (ps-color-device, ps-color-values, ps-face-foreground-name)
12134 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12135 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12136 (ps-print-ensure-fontified): Function definitions surrounded by
12137 `eval-and-compile' to avoid compilation gripes.
12138 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12139 by symbol-value to avoid compilation gripes.
12140 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12141 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12142
12143 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12144
12145 * startup.el (normal-top-level): Call `frame-set-background-mode'
12146 after `frame-notice-user-settings' because the latter doesn't call
12147 the former on a tty.
12148
12149 * faces.el (frame-set-background-mode): `unspecified' &c are
12150 symbols, not strings.
12151
12152 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12153
12154 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12155 why some "light*" colors are deliberately absent from the alist.
12156
12157 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12158 Change colors for tty's, as suggested by Miles Bader.
12159
12160 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12161
12162 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12163 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12164 for ISO10646-1 fonts.
12165 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12166
12167 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12168
12169 * faces.el (frame-set-background-mode): If a tty frame defines a
12170 background color, use that to compute the background mode, instead
12171 of always defaulting to "dark".
12172
12173 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12174
12175 * comint.el (comint-write-output): New function.
12176 (comint-mode-map): Add it to the menu.
12177 Bind `C-c C-s' to comint-write-output.
12178
12179 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12180
12181 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12182 Use fancy-splash-delay.
12183
12184 2000-10-18 Alex Schroeder <alex@gnu.org>
12185
12186 * progmodes/sql.el (sql-sybase-options): New option.
12187 (sql-sybase): Use it. Add sql-database to the list of parameters
12188 provided for login. The options -w 2048 -n are not used any more.
12189
12190 * comint.el (comint-read-input-ring): Bugfix such that the first
12191 and the last entry of the input ring file are not lost.
12192
12193 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12194
12195 * ps-print.el: Internal variable changes to defcustom,
12196 make-local-hook changes to defvar. Doc fix.
12197 (ps-print-version): New version number (6.1).
12198 (ps-setup, ps-do-despool): Code fix.
12199 (ps-printer-name): Customization fix.
12200 (ps-printer-name-option): Now is a defcustom instead of an
12201 internal variable.
12202 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12203 (ps-print-begin-column-hook): Now are defvar instead of
12204 make-local-hook.
12205
12206 2000-10-18 Miles Bader <miles@gnu.org>
12207
12208 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12209 (comint-kill-output): Changed into an alias for `comint-delete-output',
12210 and made obsolete.
12211 (comint-mode-map): Rename references to comint-kill-output.
12212
12213 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12214
12215 * diff-mode.el (diff-header-face, diff-file-header-face)
12216 (diff-changed-face): Add bold and italic attributes to tty faces.
12217 (diff-function-face): New face.
12218 (diff-font-lock-keywords): Use it.
12219
12220 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12221
12222 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12223 Remove commented-out call to force-mode-line-update.
12224 (comint-kill-output): Use `forward-line 0' instead of
12225 beginning-of-line to make sure we get past the prompt.
12226
12227 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12228
12229 * diff-mode.el (diff-header-face, diff-file-header-face):
12230 Add specific setting for dark background.
12231 (diff-context-face): Renamed from diff-comment-face.
12232 Set explicitly rather than inheriting from font-lock-comment-face.
12233
12234 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12235
12236 * startup.el (command-line): Move the code which sets the default
12237 TTY colors to before before-init-hook.
12238
12239 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12240
12241 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12242
12243 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12244
12245 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12246 extensions, for MS-DOS.
12247
12248 * diff-mode.el (diff-header-face, diff-file-header-face)
12249 (diff-changed-face): Define tty-specific colors.
12250
12251 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12252
12253 * startup.el (fancy-splash-text): Realign the text.
12254
12255 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12256
12257 * font-lock.el (font-lock-comment-face): Define a separate default
12258 for dark-background tty's.
12259
12260 2000-10-17 Miles Bader <miles@gnu.org>
12261
12262 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12263 being obscured by whizzy mode-lines on graphics displays.
12264
12265 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12266
12267 * info.el (Info-title-1-face, Info-title-2-face)
12268 (Info-title-3-face): Define colors for tty's.
12269 (info-header-node): Remove unneeded tty-specific definition.
12270
12271 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12272
12273 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12274 reverse from the frame parameters, and don't invert foreground and
12275 background colors.
12276
12277 2000-10-16 Miles Bader <miles@gnu.org>
12278
12279 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12280 string "*Info*". Call propertized-buffer-identification to spruce
12281 up the result.
12282
12283 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12284
12285 * help.el: Provide `help' for the sake of define-minor-mode
12286 which generates defcustoms with requires.
12287
12288 * jit-lock.el (jit-lock-after-change): If we're in text that
12289 matches a multi-line font-lock pattern, make sure the whole text
12290 will be redisplayed.
12291
12292 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12293 author's name is unknown.
12294
12295 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12296 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12297 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12298 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12299 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12300 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12301 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12302 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12303 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12304 Add author information.
12305
12306 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12307
12308 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12309 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12310 full-color version (using the Gimp) to eliminate dithering artifacts.
12311
12312 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12313
12314 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12315
12316 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12317
12318 2000-10-15 Dave Love <fx@gnu.org>
12319
12320 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12321
12322 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12323
12324 * whitespace.el: Doc fixes.
12325 (top-level): Don't add hooks here.
12326 (whitespace-running-emacs): Deleted.
12327 (timer): Don't require.
12328 (whitespace): Add back :version conditional on xemacs test.
12329 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12330 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12331 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12332 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12333 Avoid specific xemacs test.
12334 (whitespace-global-mode): New option.
12335 (whitespace-global-mode): New command.
12336 (whitespace-unload-hook): New function.
12337
12338 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12339 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12340 (Info-fontify-node): `Goto' goes to `Go to'.
12341 (Info-fontify-node): Add help-echo to xref links.
12342
12343 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12344
12345 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12346
12347 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12348
12349 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12350 Use plist-get and allow :inherit.
12351
12352 * emacs-lisp/cl-macs.el (cl-do-arglist):
12353 Use plist-get and plist-member instead of memq.
12354
12355 * emacs-lisp/ewoc.el (ewoc-location): New function.
12356 (ewoc-enter-after, ewoc-enter-before): Document return value.
12357 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12358 Don't need make-local-hook any more.
12359 (cvs-addto-collection): Return the new tin.
12360 (cvs-mode-insert): Jump to the new line.
12361
12362 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12363
12364 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12365
12366 * font-lock.el (font-lock-syntactically-fontified): New var.
12367 (font-lock-fontify-syntactic-keywords-region): Use it.
12368 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12369
12370 * diff-mode.el (diff-find-file-name): Fix regexp.
12371
12372 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12373 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12374
12375 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12376 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12377 (sh-mode): Don't make all vars local here.
12378 (sh-kw): Reformat.
12379 (sh-set-shell): Use dolist. Don't set indent-region-function.
12380 (sh-mode-syntax-table): Use pop.
12381 (sh-remember-variable): Use push.
12382 (sh-help-string-for-variable): Use memq.
12383 (sh-safe-backward-sexp): Remove.
12384 (sh-safe-forward-sexp): Add ARG.
12385 (sh-get-indent-info, sh-prev-stmt): Use it.
12386 (sh-prev-line): Simplify by using forward-comment.
12387 (sh-this-is-a-continuation): Simplify.
12388 (sh-learn-buffer-indent): Use dolist.
12389 (sh-do-nothing): Remove.
12390 (sh-set-char-syntax, sh-set-here-doc-region):
12391 Use inhibit-modification-hooks.
12392 (sh-name-style): Use mapcar and push.
12393 (sh-load-style): Use dolist.
12394 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12395 (sh-case, sh-while-getopts): Use propertize directly rather
12396 than sh-electric-rparen.
12397
12398 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12399
12400 * textmodes/tex-mode.el: Require CL when compiling.
12401 (tex-mode-syntax-table): Init immediately.
12402 (tex-mode-map): Bind M-RET to latex-insert-item.
12403 (latex-mode): Set indent-line-function to latex-indent.
12404 (tex-common-initialization): Don't setup the syntax-table any more.
12405 (latex-insert-item): New skeleton.
12406 (tex-next-unmatched-end): Fix copy/paste braino.
12407 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12408 (latex-indent, latex-find-indent): New functions.
12409 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12410 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12411 (tex-compilation-parse-errors): Use with-syntax-table.
12412
12413 2000-10-15 Miles Bader <miles@gnu.org>
12414
12415 * font-lock.el (font-lock-comment-face): Change dark-background,
12416 color, non-tty, default to `chocolate1'.
12417
12418 2000-10-13 John Wiegley <johnw@gnu.org>
12419
12420 * eshell/esh-util.el (require): Added a missing `require' form,
12421 needed when compiling (for an ange-ftp macro definition).
12422
12423 2000-10-13 Dave Love <fx@gnu.org>
12424
12425 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12426
12427 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12428
12429 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12430
12431 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12432 transparent -colors 8).
12433
12434 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12435
12436 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12437 that breaks with old list format timestamps.
12438 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12439 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12440
12441 2000-10-13 John Wiegley <johnw@gnu.org>
12442
12443 * align.el, pcomplete.el, calendar/timeclock.el,
12444 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12445
12446 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12447 faulty math, where holiday hours were being computing as seconds.
12448
12449 2000-10-13 John Wiegley <johnw@gnu.org>
12450
12451 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12452 specifying what "other" kinds of buffers should be saved.
12453 This used to be hard-coded.
12454 (desktop-buffer-misc-functions): A global for specifying how
12455 auxiliary data should be determined for special buffer types.
12456 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12457 instead of hard-coding the special buffer types.
12458 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12459 auxiliary data, instead of hard-coding for Info buffers and dired.
12460 (desktop-buffer-info-misc-data): Aux function for determining Info
12461 buffer auxiliary info.
12462 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12463 (desktop-buffer-info): Changed this function to use the info
12464 gathered above.
12465 (desktop-create-buffer): Be a little more careful about what
12466 `minor-mode' means before calling it. This is important for some
12467 buffer types.
12468
12469 2000-10-13 John Wiegley <johnw@gnu.org>
12470
12471 * eshell/esh-util.el: Added a global form which declares an
12472 autoload for `parse-time-string', if that function is not already
12473 defined, and if parse-time.el is available on the user's system.
12474
12475 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12476 to be aware of ange-ftp user info.
12477 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12478 (eshell-ls-annotate): Use `eshell-file-attributes'.
12479 (eshell-ls-file): Made the user-id printing code a bit smarter.
12480
12481 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12482 allow identification of alias user ids in remote directories.
12483 It's manual, but there's no other way to know when the current user
12484 on the local machine, is also the owning user on the remote machine.
12485 (fboundp): Bind `ange-cache'.
12486 (eshell-directory-files-and-attributes): Re-organized the logic a
12487 bit to use `eshell-file-attributes' instead of `file-attributes'.
12488 The former is more sensitive to directories that are read via FTP,
12489 and knows how to use ange-ftp to determine full attribute
12490 information, instead of just the name and last modtime.
12491 (eshell-current-ange-uids): Return the current user id when in a
12492 remote directory.
12493 (eshell-parse-ange-ls): Parse a full directory listing that has
12494 been returned by ange-ftp.
12495 (eshell-file-attributes): This beefed up version of
12496 `file-attributes' is only special if the user is currently in a
12497 remote directory, in which case it does a lot of work to find out
12498 what the real attributes of a file are, as they appear on the
12499 remote machine. This makes usage of remote directories (i.e.,
12500 ange-ftp pathnames) much more useful. You can now use Eshell as a
12501 full-fledged FTP client, with much more manipulation ability than
12502 most other clients.
12503
12504 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12505 variable, which means that Eshell's du should always be preferred
12506 in remote directories.
12507 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12508 just `file-attributes'.
12509 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12510 when reading remote directories. This is an Eshell-specific
12511 variable (not part of ange-ftp).
12512 (eshell/ln): Bind `ange-cache'.
12513 (eshell/du): Added some extra logic for determining when to use
12514 Eshell's du (which is slow), and when to use the external version
12515 (which may or may not exist).
12516
12517 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12518 Call `eshell-interactive-process', rather than using
12519 `get-buffer-process', since backgrounded processes don't count in
12520 the context of this function's logic.
12521
12522 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12523 `forward-char', so that null strings are parsed correctly.
12524
12525 2000-09-13 John Wiegley <johnw@gnu.org>
12526
12527 * eshell/em-pred.el (eshell-pred-file-type)
12528 (eshell-pred-file-links, eshell-pred-file-size):
12529 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12530
12531 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12532 that remote file globbing is more efficient.
12533
12534 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12535 gathering the files and attributes within a directory.
12536
12537 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12538 the command line is a special file (not a regular file, directory
12539 or symlink), always attempt to call the external version of cat.
12540
12541 2000-09-13 John Wiegley <johnw@gnu.org>
12542
12543 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12544 Eshell-friendly version of find-tag.
12545
12546 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12547
12548 * image-file.el (image-file-name-extensions)
12549 (image-file-name-regexps): Add autoload cookies.
12550
12551 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12552
12553 * international/mule-cmds.el (select-safe-coding-system): If FROM
12554 is string, show it in *Warning* buffer.
12555
12556 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12557
12558 * startup.el (normal-top-level): Use display-popup-menus-p instead
12559 of window-system.
12560 (command-line): Use display-graphic-p instead of window-system.
12561 (command-line-1): Use display-popup-menus-p and display-mouse-p
12562 instead of window-system.
12563
12564 2000-10-12 Sam Steingold <sds@gnu.org>
12565
12566 * tooltip.el (tooltip-use-echo-area): New user variable.
12567 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12568
12569 2000-10-12 Dave Love <fx@gnu.org>
12570
12571 * recentf.el: Maintainer's checkdoc fixes.
12572
12573 * startup.el (normal-top-level-add-subdirs-to-load-path):
12574 Use character class, not ASCII when matching file names.
12575 (fancy-splash-head): Add trailing slash to URL.
12576 (command-line): Don't require XPM support for toolbar.
12577
12578 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12579 (cperl-invalid-face): Revert last change.
12580 (cperl-init-faces): Quote cperl-invalid-face.
12581
12582 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12583
12584 * startup.el (fancy-splash-text): Remove superfluous quote.
12585
12586 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12587
12588 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12589 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12590 (command-line-1): Don't use fancy-splash-pending-command.
12591 (fancy-splash-screens-1): Goto point-min after inserting text.
12592
12593 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12594
12595 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12596 instead of shared-lisp-mode-map.
12597
12598 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12599
12600 * faces.el (header-line): Change tty-variant to use underlining.
12601
12602 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12603 (isearch-highlight): Restore lazy-isearch face properties at old
12604 position, and suppress them at new position.
12605 (isearch-dehighlight): Restore lazy-isearch face properties.
12606 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12607 over the real isearch overlay, but in that case, don't give it a
12608 face property. Use `push'.
12609
12610 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12611
12612 * man.el (Man-getpage-in-background): Fix previous change.
12613 Decode the process output only when we are in multibyte mode.
12614
12615 2000-10-11 Dave Love <fx@gnu.org>
12616
12617 * info.el (Info-mode-menu): Fix some help.
12618 (info-tool-bar-map): Add entry for Info-last.
12619
12620 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12621 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12622 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12623 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12624 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12625 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12626 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12627 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12628 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12629 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12630 Reduce colour requirements to 25 overall. (Probably wants
12631 revisiting from the originals to reduce further.)
12632
12633 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12634
12635 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12636 buffer-file-coding-system, instead of raw-text.
12637 (dehexlify-buffer): Bind coding-system-for-read to
12638 buffer-file-coding-system, instead of raw-text.
12639
12640 2000-10-11 Sam Steingold <sds@gnu.org>
12641
12642 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12643 `underline' - fixes the bug introduced on 2000-09-21.
12644
12645 2000-10-11 Dave Love <fx@gnu.org>
12646
12647 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12648 Avoid compiler warnings.
12649 (scheme-mode): Doc fix.
12650 (scheme-font-lock-keywords-1): Match `define-syntax'.
12651
12652 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12653
12654 * faces.el (frame-set-background-mode): Pay attention to saved
12655 face specs as well as default ones. Only do anything if the
12656 bg-mode or display-type has actually changed. Use `dolist'.
12657 (region): Make dark-background `region' face less in-your-face.
12658
12659 2000-10-10 Sam Steingold <sds@gnu.org>
12660
12661 * chistory.el, ielm.el, ledit.el:
12662 * progmodes/inf-lisp.el, progmodes/scheme.el:
12663 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12664
12665 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12666
12667 * textmodes/texinfo.el: Update copyright and fix typo.
12668
12669 * desktop.el (desktop-modes-not-to-save): New var.
12670 (desktop-save-buffer-p): Use it.
12671 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12672 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12673
12674 2000-10-10 Dave Love <fx@gnu.org>
12675
12676 * toolbar/tool-bar.el (tool-bar-add-item)
12677 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12678
12679 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12680 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12681 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12682 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12683 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12684 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12685 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12686 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12687 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12688 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12689 the .xpms; probably need retouching.
12690
12691 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12692
12693 * subr.el (add-to-list): Add optional argument APPEND.
12694 * battery.el (display-battery): Use `add-to-list'.
12695
12696 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12697
12698 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12699 properties.
12700 (zone, zone-when-idle, zone-leave-me-alone)
12701 (zone-pgm-whack-chars): Use new symbol properties.
12702
12703 * battery.el (display-battery): Doc spelling fix.
12704
12705 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12706 property.
12707
12708 2000-10-09 Dave Love <fx@gnu.org>
12709
12710 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12711 has been initialized before calling tool-bar-setup.
12712 (tool-bar-add-item-from-menu): Add autoload cookie.
12713
12714 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12715
12716 * menu-bar.el (send-mail-item-name): New function.
12717 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12718 of mail-user-agent in the menu. Don't display the "Send Mail"
12719 item if mail-user-agent is nil or its value is ignore.
12720 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12721 if read-mail-command is nil or its value is ignore.
12722
12723 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12724
12725 2000-10-09 Miles Bader <miles@gnu.org>
12726
12727 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12728 Correct image size.
12729 * toolbar/left_arrow.xpm: Correct image size.
12730
12731 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12732 will be done by the definition of `auto-compression-mode' if
12733 necessary. Move code to uninstall existing file-name handler
12734 before definition of `auto-compression-mode'.
12735
12736 * image-file.el (auto-image-file-mode): Move to the end of the
12737 file, because `define-minor-mode' actually calls the mode-function
12738 if the associated variable is non-nil, which requires that all
12739 needed functions be already defined.
12740
12741 * mouse.el (popup-menu): Balance parens.
12742
12743 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12744
12745 * mouse.el (popup-menu): Move the command call outside the loop
12746 so that popup-menu returns whatever the command returns.
12747
12748 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12749 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12750 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12751 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12752
12753 * vc.el (vc-version-diff): diff-switches can be a list.
12754 Use relative filenames for prettier output.
12755
12756 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12757 (vc-post-command-functions): Remove old-VC compatibility code.
12758
12759 * newcomment.el (comment-indent-default): Autoload.
12760
12761 * font-lock.el (font-lock-defaults): Make buffer-local.
12762 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12763 (font-lock-choose-keywords):
12764 Ignore LEVEL unless KEYWORDS is a list of syms.
12765 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12766 Don't wrap regexp-opt things in \(...\) unnecessarily.
12767
12768 * jit-lock.el: Don't require font-lock any more.
12769 (jit-lock-functions): Make buffer-local.
12770 (jit-lock-saved-fontify-buffer-function): Remove.
12771 (jit-lock-mode): Remove autoload cookie.
12772 Remove font-lock specific code.
12773 (jit-lock-unregister): Don't bother handling complex hooks any more.
12774 (jit-lock-refontify): New function.
12775 (jit-lock-fontify-buffer): Use it.
12776 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12777 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12778 Add optional args START and END.
12779 Never call font-lock-fontify-region directly.
12780 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12781
12782 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12783
12784 2000-10-08 Dave Love <fx@gnu.org>
12785
12786 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12787
12788 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12789
12790 * play/studly.el (studlify-region, studlify-word): Add autoload
12791 cookie.
12792
12793 * play/morse.el (morse-region, unmorse-region): Add autoload
12794 cookie.
12795
12796 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12797 concat.
12798
12799 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12800 insist on symbols starting with word syntax.
12801 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12802 (eval-defun-1): Doc fix.
12803 (indent-sexp): Use nconc to build up indent-stack.
12804
12805 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12806 Gnus with little use.
12807 (mail-setup-hook): Add mail-abbrevs-setup to options.
12808
12809 * recentf.el: Doc fixes.
12810
12811 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12812 Clean up remainder.
12813
12814 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12815 without timezone and (8) with timezone to enforce some whitespace.
12816 Simplify code somewhat.
12817
12818 * options.el (list-options): Doc that you should use customize.
12819
12820 * iswitchb.el (iswitchb-mode): Add :require.
12821
12822 * info.el (Info-goto-node, Info-menu): Doc fix.
12823 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12824 (info-tool-bar-map): New variable.
12825 (Info-mode): Use it.
12826 (Info-edit-map): Define all in defvar.
12827 (speedbar-attached-frame): Avoid compiler warning.
12828
12829 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12830 (global-map): Bind [tool-bar] to a filtered map.
12831 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12832 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12833 Allow PBM icons.
12834 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12835
12836 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12837 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12838 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12839 icons, except up_arrow, which is left-arrow rotated.
12840
12841 * imenu.el (imenu-add-to-menubar): Fix last change.
12842
12843 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12844
12845 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12846 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12847
12848 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12849
12850 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12851 typos in doc strings.
12852
12853 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12854 the doc strings how to customize Font Lock faces.
12855
12856 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12857 computing growth when dragging the header line.
12858
12859 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12860
12861 * simple.el (kill-line): Doc fix.
12862
12863 2000-10-08 Miles Bader <miles@gnu.org>
12864
12865 * faces.el (secondary-selection): Make foreground visible on tty.
12866
12867 * jka-compr.el (auto-compression-mode): Move to the end of the
12868 file, because `define-minor-mode' actually calls the mode-function
12869 if the associated variable is non-nil, which requires that all
12870 needed functions be already defined.
12871 (with-auto-compression-mode): Add autoload cookie.
12872
12873 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12874
12875 * files.el (find-backup-file-name) [ms-dos]: If support for long
12876 file names is not available, behave as if version-control were set
12877 to never.
12878
12879 2000-10-07 Dave Love <fx@gnu.org>
12880
12881 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12882 (browse-url-gnome-moz): New function.
12883 (browse-url-browser-function): Use it.
12884 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12885
12886 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12887
12888 * indent.el (tab-always-indent): New var.
12889 (indent-for-tab-command): Use it.
12890
12891 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12892 raise an error. This way it can still default to a sane value.
12893
12894 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12895
12896 * startup.el (fancy-splash-screens): Use local rather than global map.
12897 Don't use `update-menu-bindings' any more.
12898 Get rid of assumptions about keymap representation.
12899
12900 2000-10-06 Dave Love <fx@gnu.org>
12901
12902 * textmodes/fill.el (sentence-end-double-space)
12903 (sentence-end-without-period): Doc fix.
12904 (adaptive-fill-regexp): Purecopy.
12905 (unjustify-current-line): Use line-end-position.
12906 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12907
12908 * net/eudc-vars.el (eudc): Add :version, :link.
12909
12910 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12911
12912 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12913 Fix for define-minor-mode.
12914 (function-at-point): Alias to function-called-at-point.
12915
12916 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12917
12918 * simple.el (backward-word): Doc fix.
12919
12920 * image-file.el (image-file-name-regexp): image-file-regexps ->
12921 image-file-name-regexps.
12922 (image-file-name-extensions): Add pbm.
12923
12924 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12925
12926 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12927 and add filename to the names so that diff-mode can jump to source.
12928
12929 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12930 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12931 (tex-font-lock-keywords-1): Remove.
12932 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12933 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12934 (font-lock-default-fontify-region):
12935 Expand beg..end correctly when just following a multiline region.
12936 (font-lock-fontify-anchored-keywords):
12937 Include the anchor text as part of the multiline.
12938
12939 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12940
12941 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12942 latter needs the autoloaded define-minor-mode macro during the
12943 bootstrap.
12944
12945 * startup.el (command-line): For now, activate tool-bar-mode only
12946 if XPM images are supported.
12947
12948 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12949 window by dragging a header-line at the top of the frame; that's
12950 confusing because the header-line doesn't move.
12951 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12952 of treating the event as a list. Some cleanup.
12953
12954 2000-10-06 Miles Bader <miles@gnu.org>
12955
12956 * simple.el (display-message-or-buffer): New function.
12957 (shell-command-on-region): Use `display-message-or-buffer'.
12958
12959 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12960 docstring parts.
12961
12962 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12963 (smbclient-prompt-regexp): Add usage note to doc string.
12964 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12965 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12966 Use add-hook for adding the comint filter function, and only do so
12967 if it's not already in the global hook list.
12968 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12969 to `make-local-variable'.
12970 (nslookup-font-lock-keywords): Remove prompt entry.
12971 (nslookup): Don't set the process-filter.
12972 (finger): Exit the loop correctly when the regexps list runs out.
12973 (ftp, smbclient, smbclient-list-shares):
12974 Set the real major mode immediately, not after execing.
12975 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12976
12977 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12978
12979 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12980
12981 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12982
12983 * which-func.el (which-func-format): Remove spurious space.
12984 (which-func-mode): Don't make it permanent-local.
12985 (which-func-ff-hook): Allow which-func-maxout to be nil.
12986 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12987 (which-func-mode): Simplify.
12988 Use post-command-idle-hook rather than post-command-hook.
12989 Go through all buffers and update their state.
12990 (which-function): Also try add-log-current-defun-function.
12991
12992 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12993 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12994 Update call to with-vc-properties accordingly.
12995 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12996 (vc-revert-buffer): More careful about window selection and deletion.
12997 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12998
12999 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
13000 (cvs-retrieve-revision): Reuse a pre-existing buffer.
13001 (cvs-dired-action): Change the default to quickdir.
13002
13003 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
13004 if comment-indent-function returns nil.
13005 (comment-indent-default): New function.
13006 (comment-indent-function): Use it and document the new semantics.
13007
13008 * image-file.el: Docstring fixes.
13009
13010 * help.el (help-xref-on-pp): Use match-string.
13011 (describe-variable): New arg BUFFER.
13012 Store the current buffer in the help-xref-stack.
13013 (temp-buffer-resize-mode): Use define-minor-mode.
13014
13015 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
13016 consistently with its docstring.
13017 Set jit-lock-first-unfontify-pos in an idempotent way.
13018 (jit-lock-register): Autoload and add arg CONTEXTUAL.
13019
13020 2000-10-05 Alex Schroeder <alex@gnu.org>
13021
13022 * sql.el (sql-mysql-options): New variable.
13023 (sql-mysql): Use it.
13024
13025 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
13026
13027 * image.el (image): New group.
13028
13029 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13030 (smerge-base-face, smerge-markers-face): Add dark-background variants.
13031
13032 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13033
13034 * net/net-utils.el (nslookup-font-lock-keywords)
13035 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13036 Ignore the value of wqindow-system; always define keywords
13037
13038 2000-10-05 Kenichi Handa <handa@etl.go.jp>
13039
13040 * startup.el (fancy-splash-screens): Remove the code for
13041 debugging; `(trace-to-stderr "EXITTT\n")'.
13042
13043 2000-10-05 Miles Bader <miles@gnu.org>
13044
13045 * diff-mode.el (diff-goto-source): Update call to
13046 `diff-hunk-status-msg' to reflect new REV variable.
13047
13048 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13049
13050 * progmodes/icon.el (icon-mode):
13051 Don't gratuitously override the default for comment-column.
13052
13053 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13054
13055 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13056 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13057 (jit-lock-functions): New var.
13058 (jit-lock-function-1): Use it if non-nil.
13059 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13060 Set the `fontified' property before doing the fontification to avoid
13061 repeatedly going through the same error.
13062 Don't turn errors into messages.
13063 (jit-lock-register, jit-lock-unregister): New functions.
13064
13065 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13066 Use with-current-buffer.
13067
13068 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13069 Turn comment into docstring.
13070
13071 * apropos.el (apropos-mode): Use define-derived-mode.
13072
13073 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13074
13075 * startup.el (fancy-splash-pending-command): New variable.
13076 (fancy-splash-pre-command): New function.
13077 (fancy-splash-screens): Rewritten.
13078 (command-line-1): If fancy-splash-pending-command is set, call it
13079 interactively.
13080
13081 2000-10-04 Dave Love <fx@gnu.org>
13082
13083 * toolbar/tool-bar.el (tool-bar-setup): New function.
13084 (tool-bar-mode): Use it.
13085
13086 * subr.el (substitute-key-definition): Doc fix.
13087 (play-sound-file): New command.
13088
13089 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13090
13091 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13092 vc-version-backup-file-name): New functions.
13093
13094 * files.el (basic-save-buffer): Call vc-before-save before saving.
13095
13096 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13097 vc-cvs-stay-local-p.
13098
13099 * vc.el (vc-revert-buffer): Handle empty diff properly.
13100 (vc-version-backup-file): New function.
13101 (vc-checkout): Create a version backup if necessary.
13102 (vc-checkin): If a version backup file exists, delete it.
13103 (vc-version-diff): Diff locally using version backups, if available.
13104 (vc-revert-file): If there's a version backup, revert locally.
13105 (vc-transfer-file): Use version backup for base version, if
13106 available. If not, ask for confirmation whether to get it from the
13107 server. Update mode line before check-in.
13108
13109 2000-10-04 Dave Love <fx@gnu.org>
13110
13111 * toolbar/tool-bar.el (tool-bar-setup): New function.
13112 (tool-bar-mode): Use it.
13113
13114 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13115
13116 * net/net-utils.el (nslookup-font-lock-keywords)
13117 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13118 Only set if window-system is non-nil
13119 (net-utils-run-program): Returns buffer.
13120 (network-connection-reconnect): Added this function.
13121
13122 * generic.el:
13123 Incorporates extensive cleanup and docfixes by
13124 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13125 Uses cl compile-time macros.
13126 (generic-mode-name, generic-comment-list)
13127 (generic-keywords-list, generic-font-lock-expressions)
13128 (generic-mode-function-list, generic-mode-syntax-table):
13129 Removed variables.
13130 (generic-mode-alist): Renamed to generic-mode-list.
13131 (generic-find-file-regexp): Default changed to "^#".
13132 (generic-read-type): Uses completing read on generic-mode-list.
13133 (generic-mode-sanity-check): removed this function.
13134 (generic-add-to-auto-mode): Removed this function
13135 (generic-mode-internal): Bind mode-specific definitions
13136 into function instead of putting them in alist.
13137 (generic-mode-set-comments): Reworked extensively.
13138 (generic-mode-find-file-hook): Simplified regexp searching
13139 (generic-make-keywords-list): Omit extra pair of parens
13140
13141 * find-lisp.el (find-lisp-find-files-internal):
13142 Make sure directory name ends with "/".
13143
13144 * generic-x.el (apache-conf-generic-mode):
13145 Regexp now allows leading whitespace.
13146 (rc-generic-mode): Added eval-when-compile
13147 around generic-make-keywords-list.
13148 Deleted duplicate regexp
13149 (rul-generic-mode): Added eval-when-compile
13150 around generic-make-keywords-list.
13151 (etc-fstab-generic-mode): New generic mode.
13152 (rul-generic-mode): Removed one eval-when-compile
13153 which caused a max-specpdl-size exceeded error.
13154
13155 2000-10-04 Miles Bader <miles@gnu.org>
13156
13157 * simple.el (minibuffer-temporary-goal-position): New variable.
13158 (next-history-element): Try to keep the position of point in the
13159 input string constant.
13160
13161 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13162 (dired-do-create-files): If there's only one file, pass it in as
13163 the DEFAULT arg to dired-mark-read-file-name.
13164
13165 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13166
13167 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13168 (diff-goto-source): Be smarter when choosing REVERSE or not.
13169
13170 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13171 (texinfo-mode-menu): Add an explicit shortcut for update all.
13172
13173 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13174
13175 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13176 factorize backend-specific code cleanly (this was essentially
13177 conceived by Stefan Monnier).
13178 (vc-unregister): Function removed.
13179 (vc-revert-file): New function.
13180 (vc-revert-buffer): Delegate some of the work to it.
13181
13182 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13183 default branch unconditionally.
13184 (vc-rcs-set-default-branch): New function.
13185 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13186 (vc-rcs-checkin): If an appropriate default branch has been set,
13187 force creation of that branch.
13188 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13189 code (as suggested by Stefan Monnier).
13190
13191 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13192
13193 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13194 highlighting overlay with a different face over the overlay
13195 isearch uses to highlight the current match because that can lead
13196 to bad face combinations.
13197
13198 * loadup.el (toplevel): Load faces before isearch.
13199
13200 * isearch.el (isearch-faces): New custom group.
13201 (isearch): New defface; was already tested for in the code.
13202 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13203 (isearch-highlight): Always use face `isearch'.
13204
13205 2000-10-02 Dave Love <fx@gnu.org>
13206
13207 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13208 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13209 comparison of opcode with operand.
13210
13211 2000-10-03 Miles Bader <miles@gnu.org>
13212
13213 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13214 buffer, since the echo area will now grow to accommodate them.
13215
13216 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13217
13218 * vc-hooks.el (vc-registered): If FILE used to be registered under
13219 a certain backend, try that one first.
13220
13221 * vc.el (vc-responsible-backend): Undo the previous change in the
13222 argument list. Handle multiple backends correctly.
13223 (vc-find-new-backend): Function removed.
13224 (vc-register): Use vc-responsible-backend, as before.
13225 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13226
13227 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13228
13229 * startup.el (fancy-splash-head): Change message below the
13230 logo.
13231
13232 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13233
13234 * diff-mode.el (diff-goto-source): Emit a status message.
13235 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13236 (diff-test-hunk): Fix doc string.
13237 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13238 (diff-advance-after-apply-hunk): New variable.
13239 (diff-apply-hunk): Don't return a value.
13240
13241 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13242
13243 * vc.el (vc-editable-p): Minor optimization.
13244 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13245 (vc-find-new-backend): New function split from vc-responsible-backend.
13246 (vc-register): Use it.
13247 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13248 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13249 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13250 (vc-clear-headers): Don't use find-file.
13251 (vc-revert-buffer): Use `and' again (must have been a braino).
13252 (vc-switch-backend): Only prompt if requested.
13253 Short circuit if nothing is to be done.
13254 Don't use vc-resynch-buffer which could lose unsaved editing.
13255 (vc-default-receive-file): Update call to vc-unregister.
13256 (with-vc-file, vc-next-action-on-file):
13257 Use vc-backend rather than vc-registered.
13258 (vc-next-action-on-file): Use intern-soft.
13259 Deal with read-only *vc-diff* buffer.
13260 (vc-transfer-file): Docstring fix.
13261
13262 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13263 (vc-rcs-receive-file): Avoid with-vc-properties.
13264 Update call to vc-unregister.
13265 Use constant `RCS' rather than (dynamically bound) var `backend'.
13266
13267 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13268
13269 * vc.el (vc-next-action-on-file): Update mode line only if file
13270 is visited.
13271 (vc-start-entry): New argument initial-contents. Don't visit the file
13272 if it isn't already visited. Brought documentation up-to-date.
13273 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13274 (vc-checkin): New optional arg initial-contents, which is passed to
13275 vc-start-entry.
13276 (vc-finish-logentry): Make sure to bury log buffer only if there
13277 really is one. Call `vc-resynch-buffer' on log-file, not
13278 buffer-file-name.
13279 (vc-default-comment-history, vc-default-wash-log): New functions.
13280 (vc-index-of): Removed.
13281 (vc-transfer-file): Make do without the above.
13282 (vc-default-receive-file): Call comment-history unconditionally. Pass
13283 the resulting string to vc-checkin, instead of inserting it into the
13284 comment ring.
13285
13286 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13287 unconditionally. Use the comments as initial contents of the log
13288 entry buffer. Document the trick to force branch creation with no
13289 changes.
13290
13291 2000-10-01 Miles Bader <miles@gnu.org>
13292
13293 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13294 `recenter' with an arg to prevent redrawing the display.
13295
13296 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13297
13298 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13299
13300 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13301
13302 * progmodes/c-mode.el (c-mode):
13303 Don't gratuitously override the default for comment-column.
13304
13305 * textmodes/tex-mode.el (latex-metasection-list): New var.
13306 (latex-imenu-create-index): Use it.
13307 Move the regexp construction outside loops (and use push).
13308 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13309 (tex-font-lock-keywords): Moved from font-lock.el.
13310 (tex-comment-indent): Remove.
13311 (tex-common-initialization): Don't set comment-indent-function.
13312 (latex-block-default): New var.
13313 (tex-latex-block): Use it to provide a default choice.
13314 Add any unknown choice to latex-block-names.
13315 Insert [...] after {...}.
13316 (tex-last-unended-begin): Simplify regexp.
13317 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13318 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13319 (latex-mode): Set forward-sexp-function.
13320
13321 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13322 Add regexp for @ignore ... @end ignore.
13323 (texinfo-heading-face): New face.
13324 (texinfo-font-lock-keywords): Use it.
13325 (texinfo-mode-menu): New menu.
13326 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13327 New functions.
13328 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13329 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13330 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13331 Remove declaration.
13332 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13333
13334 * delsel.el (delete-selection-mode): Use define-minor-mode.
13335
13336 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13337
13338 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13339
13340 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13341
13342 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13343
13344 * replace.el (keep-lines-read-args): New function.
13345 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13346 read arguments interactively. Add parameters RSTART and REND.
13347 Operate on the active region in Transient Mark mode.
13348
13349 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13350
13351 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13352 (authors-obsolete-files-regexps): New variable.
13353 (authors-add): Don't record changes in obsolete files.
13354
13355 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13356
13357 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13358
13359 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13360 (comment-indent): Make sure there's a space between code and comment.
13361 Shift comments left to avoid going past fill-column.
13362
13363 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13364
13365 * startup.el (startup-echo-area-message): New function.
13366 (display-startup-echo-area-message): Use it.
13367 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13368 (fancy-splash-default-action): New function.
13369 (fancy-splash-screens-1): New function.
13370 (fancy-splash-head): Put a help-echo and a keymap under the image.
13371
13372 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13373
13374 * diff-mode.el (diff-add-log-file-name): Remove.
13375 (diff-mode): Use add-log-buffer-file-name-function.
13376
13377 * add-log.el (find-change-log): New arg BUFFER-FILE.
13378 (add-log-file-name): Obey add-log-file-name-function.
13379 (add-log-buffer-file-name-function): New var.
13380 (add-change-log-entry): Use it.
13381
13382 2000-09-29 Miles Bader <miles@gnu.org>
13383
13384 * image-file.el (image-file-name-extensions): New variable.
13385 (image-file-name-regexps): Renamed from `image-file-regexps'.
13386 New default value is nil. Call `auto-image-file-mode'.
13387 (image-file-name-regexp): New function.
13388 (auto-image-file-mode): New minor mode.
13389 (insert-image-file): Don't make conditional on the image-file
13390 handler being enabled.
13391 (image-file-handler): Make the call here conditional instead.
13392 (set-image-file-handler-enabled, enable-image-file-handler)
13393 (disable-image-file-handler): Functions removed.
13394
13395 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13396 string.
13397
13398 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13399
13400 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13401 it's a function from CL.
13402 (latex-imenu-create-index): Replace eval-when-compile with progn
13403 because latex-section-alist is not bound while compiling.
13404
13405 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13406
13407 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13408 (outline-mode): Use define-derived-mode.
13409
13410 * progmodes/perl-mode.el (perl-mode):
13411 * progmodes/awk-mode.el (awk-mode):
13412 * progmodes/asm-mode.el (asm-mode):
13413 Don't gratuitously override the default for comment-column.
13414
13415 * emacs-lisp/lisp.el (lisp-complete-symbol):
13416 Distinguish the let-binding case from the funcall case.
13417 (forward-sexp-function): New variable.
13418 (forward-sexp): Use it.
13419
13420 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13421 (easy-mmode-defmap): Remove the now useless autoload.
13422
13423 * time.el (display-time-mode): Use define-minor-mode.
13424
13425 * subr.el (add-minor-mode): Don't eval NAME.
13426 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13427 Use if rather than cond.
13428
13429 * simple.el (read-expression-map): Define more properly.
13430 (comment-indent-hook): Remove.
13431 (string-to-syntax): Bug fix.
13432
13433 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13434 (cvs-ediff-diff): Fix typo.
13435 (cvs-revert-if-needed): Don't bother preserving read-only.
13436
13437 * paren.el (show-paren-mode): Use define-minor-mode.
13438
13439 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13440 (toggle-auto-compression): Remove.
13441 (jka-compr-build-file-regexp): Remove useless grouping.
13442
13443 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13444 Avoid user-reserved bindings.
13445 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13446 (diff-header-face): Revert to grey85.
13447
13448 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13449
13450 * complete.el (partial-completion-mode) <defcustom>: Remove.
13451 (partial-completion-mode): Use define-minor-mode.
13452 (PC-do-completion): Understand `completion-auto-help = delay'
13453 to mean to popup the completion buffer only the second time.
13454 (PC-include-file-all-completions, PC-include-file-all-completions)
13455 (PC-include-file-all-completions): Don't quote lambda.
13456
13457 * comint.el (comint-mode-hook): Docstring fix.
13458 (comint-mode): Use define-derived-mode.
13459 (comint-mode-map): Remove obsolete comment.
13460 (make-comint): Minor stylistic change.
13461 (comint-insert-clicked-input): Be more careful to find the overlay.
13462 Use this-command-keys rather than hardcoding mouse-2.
13463
13464 * font-lock.el: Replace confusing (,@ with ,
13465 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13466 Don't use regexp-opt-depth. Spice up the regexp for args.
13467 Don't distinguish between cmds that can take an opt arg or not.
13468 Use `append' and `prepend' rather than `keep'.
13469
13470 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13471 (latex-outline-regexp): New var.
13472 (latex-outline-level): New fun.
13473 (latex-section-alist): New var.
13474 (latex-imenu-create-index): Use it. Use `push' as well.
13475 (tex-shell-map): Initialize it properly.
13476 (tex-mode): Minor stylistic change.
13477 (plain-tex-mode): Use define-derived-mode.
13478 (latex-mode): Use define-derived-mode.
13479 Construct the paragraph regexps in a more readable way.
13480 Set the buffer-local outline-{level,regexp} vars.
13481 (slitex-mode): Derive from latex-mode.
13482 (tex-common-initialization): Don't kill-all-vars anymore.
13483 Add setting for comment-add and font-lock-defaults.
13484 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13485 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13486 (tex-start-tex): New arg DIR (and send a chdir command for it).
13487 Also display the shell buffer and save it in tex-last-buffer-texed.
13488 (tex-region): Use expand-file-name rather than concat.
13489 Remove code made useless by changes in tex-start-tex.
13490 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13491
13492 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13493
13494 2000-09-28 Dave Love <fx@gnu.org>
13495
13496 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13497
13498 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13499
13500 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13501 `append'.
13502
13503 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13504
13505 * info.el (Info-extract-pointer): Undo last change.
13506 Instead, fix the position of the `bound' arg to re-search-backward.
13507
13508 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13509
13510 * info.el (Info-extract-pointer):
13511 Widen more carefully, to avoid finding pointers in other nodes.
13512 (Info-index): Use push.
13513
13514 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13515
13516 * frame.el (set-frame-font): Remove call to obsolete function
13517 frame-update-faces.
13518 (set-foreground-color, set-background-color): Likewise for
13519 frame-update-face-colors.
13520
13521 2000-09-27 Miles Bader <miles@gnu.org>
13522
13523 * image-file.el: New file.
13524
13525 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13526
13527 * frame.el (frame-notice-user-settings): Don't call
13528 frame-update-faces, which is a no-op now.
13529
13530 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13531 tool-bar-lines.
13532
13533 2000-09-27 Dave Love <fx@gnu.org>
13534
13535 * mouse.el: Fix last change.
13536
13537 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13538
13539 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13540
13541 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13542
13543 * international/quail.el (quail-help): The output message is
13544 improved.
13545
13546 2000-09-26 Dave Love <fx@gnu.org>
13547
13548 * mouse.el (popup-menu): If POSITION is nil, set it using
13549 mouse-position.
13550
13551 2000-09-25 Sam Steingold <sds@gnu.org>
13552
13553 * net/browse-url.el (browse-url-file-url): Check for null maps.
13554
13555 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13556
13557 * frame.el (frame-notice-user-settings): Don't add a
13558 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13559
13560 * frame.el (frame-notice-user-settings):
13561 Make tool-bar-mode and default-frame-alist consistent.
13562
13563 * toolbar/tool-bar.el (tool-bar-help): New function.
13564
13565 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13566
13567 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13568 current-load-list in top-level forms. Else this leaks a cons cell
13569 every time a defun is called.
13570
13571 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13572
13573 2000-09-25 Dave Love <fx@gnu.org>
13574
13575 * startup.el (fancy-splash-head): Check XPM is available.
13576
13577 * autoinsert.el (auto-insert): Doc fix.
13578 (auto-insert-alist): Following GNU notices, don't say `copyright
13579 _by_'. Use line-beginning-position.
13580 (auto-insert): Check buffer-file-name is non-nil before use.
13581
13582 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13583
13584 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13585 starting with `@def' or `@multitable', in addition to ones
13586 specified by the user in auto-fill-inhibit-regexp.
13587
13588 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13589
13590 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13591 rmail-dont-reply-to-names matches the empty string.
13592
13593 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13594
13595 * startup.el (command-line-1, fancy-splash-text): Change the
13596 text to sound more friendly.
13597
13598 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13599
13600 * progmodes/hideshow.el: Update author email address.
13601 Generally, sync w/ maintainer version 5.22.
13602 (hs-hide-all-non-comment-function): New var.
13603 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13604 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13605 (hs-show-region): Delete this command.
13606 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13607
13608 2000-09-22 Dave Love <fx@gnu.org>
13609
13610 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13611 (hl-line-highlight): Specify buffer when moving overlay.
13612
13613 * progmodes/fortran.el (fortran-mode): Locally set
13614 normal-auto-fill-function.
13615 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13616 (fortran-mode-map): Adjust auto-fill menu entry.
13617
13618 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13619
13620 * vc-rcs.el (toplevel): Require `vc' when compiling.
13621
13622 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13623
13624 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13625
13626 * vc.el (vc-switch-backend): Signal an error if the file is not
13627 registered under the new backend.
13628
13629 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13630 without explicit revision number.
13631
13632 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13633
13634 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13635 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13636 (diff-xor): New function.
13637 (diff-find-source-location): Use it. Fix a stupid name clash.
13638 (diff-hunk-status-msg): New function.
13639 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13640 (diff-test-hunk): Use diff-find-source-location.
13641 (diff-goto-source): Favor the `reverse'.
13642 (diff-hunk-text): Properly handle one-sided context diffs.
13643 (diff-apply-hunk): When done, advance to the next hunk.
13644
13645 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13646
13647 * startup.el (command-line): If frame was created with a non-zero
13648 tool-bar-lines parameter, switch tool-bar-mode on.
13649
13650 * add-log.el (change-log-date-face, change-log-name-face)
13651 (change-log-email-face, change-log-file-face)
13652 (change-log-list-face, change-log-conditionals-face)
13653 (change-log-function-face, change-log-acknowledgement-face):
13654 New faces, inheriting from font-lock faces.
13655 (change-log-font-lock-keywords): Use them.
13656
13657 2000-09-21 Dave Love <fx@gnu.org>
13658
13659 * progmodes/cperl-mode.el (top-level): Clean up
13660 `eval-when-compile's and assorted defvars.
13661 (cperl-invalid-face): Don't double-quote value. Change custom
13662 type.
13663 (cperl-mode): Set normal-auto-fill-function and don't zap
13664 auto-fill-function.
13665 (cperl-imenu--function-name-regexp-perl): Renamed from
13666 imenu-example--function-name-regexp-perl.
13667 (cperl-imenu--create-perl-index): Renamed from
13668 imenu-example--create-perl-index.
13669 (cperl-xsub-scan): Don't require cl.
13670
13671 * msb.el (msb-mode-map): Use substitute-key-definition.
13672 (msb-mode): Use msb-mode-map.
13673
13674 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13675
13676 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13677 New functions.
13678 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13679 (vc-switch-backend): New function.
13680 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13681 (vc-register): Fix prompt.
13682 (vc-unregister, vc-default-unregister): New functions.
13683 (vc-version-diff): Handle empty buffer in sentinel.
13684
13685 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13686 (vc-rcs-state-heuristic): Use it to guess the state of files with
13687 non-strict locking.
13688 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13689 been set with -b, but not created yet.
13690 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13691 contents in order to find the state.
13692 (vc-rcs-checkin): Allow creation of branches with no changes.
13693 (vc-rcs-unregister, vc-rcs-receive-file)
13694 (vc-rcs-set-non-strict-locking): New functions.
13695
13696 * vc-hooks.el (vc-name): Force correct computation of the value
13697 in case it is missing.
13698
13699 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13700
13701 * startup.el (fancy-splash-tail): Use a different foreground
13702 color on a dark frame background.
13703
13704 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13705
13706 * info.el: Use the correct capitalization when making Info-mode
13707 and Info-edit-mode `special' modes.
13708
13709 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13710
13711 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13712 (diff-mode): Add support for add-log.el.
13713 (diff-hunk-text): Use char offsets rather than line offsets.
13714 (diff-find-source-location): Replace LINE with line-offset (nil
13715 if not found) and always set POS to a meaningful position.
13716 Adapt to the new char-offsets.
13717 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13718 Adapt to the new diff-find-source-location.
13719 (diff-goto-source): Adapt to the new diff-find-source-location.
13720
13721 * add-log.el (add-log-file-name): New function (split out of
13722 add-change-log-entry).
13723 (add-change-log-entry): Use it.
13724 Call add-log-file-name-function with the changelog file name if
13725 the current buffer is not associated with any file.
13726 Avoid find-file if the selected window is dedicated.
13727
13728 * diff-mode.el (diff-find-source-location):
13729 Move code from diff-apply-hunk. Return buffer rather than file.
13730 (diff-apply-hunk): Use the new result from diff-find-source-location.
13731 (diff-goto-source): Use the new diff-find-source-location.
13732
13733 2000-09-20 Dave Love <fx@gnu.org>
13734
13735 * iswitchb.el: Some doc fixes.
13736 (iswitchb-mode-map): Define completely initially. Inherit
13737 minibuffer-local-map.
13738 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13739 fundamental-mode.
13740 (iswitchb-global-map): New variable.
13741 (iswitchb-summaries-to-end): Amalgamate regexps.
13742 (iswitchb-mode): New.
13743 (iswitchb-mode-hook): New variable.
13744 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13745 `extensions'.
13746
13747 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13748
13749 * ehelp.el (electric-help): New defgroup.
13750 (electric-help-shrink-window): New user-option.
13751 (with-electric-help): Use it.
13752
13753 * window.el (shrink-window-if-larger-than-buffer): If face
13754 `mode-line' has a :box, and we're on a graphical frame, add 1
13755 to the needed window height.
13756
13757 * frame.el (frame-notice-user-settings): Add a last parameter nil
13758 to a call to `append', because the last list passed to `append' is
13759 not copied, and so subsequent calls to assq-delete-all will modify
13760 default-frame-alist.
13761
13762 * startup.el (fancy-splash-image): Change :type.
13763 (fancy-splash-head): Use an XBM image if appropriate.
13764 (command-line-1): Show splash screens in more cases.
13765
13766 * startup.el (fancy-splash-text): Don't quote faces.
13767
13768 * dired.el (dired-font-lock-keywords): Undo last change.
13769 (dired-readin): Bind indent-tabs-mode to nil.
13770
13771 * startup.el (fancy-splash-head): If frame's background mode
13772 is `dark', change the black background of the image to gray.
13773 (fancy-splash-screens): Display startup echo area message.
13774 (display-startup-echo-area-message): New function.
13775
13776 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13777
13778 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13779
13780 * info.el (info-header-node): Tweak for color ttys.
13781
13782 * faces.el (face-valid-attribute-values): Make sure directories we
13783 search for stipples both exist and are readable before trying to
13784 search them.
13785
13786 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13787 in the dry-run case.
13788
13789 * jka-compr.el (with-auto-compression-mode): New macro.
13790
13791 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13792 (custom-group-tag-face, custom-variable-tag-face): Use relative
13793 :height and inherit from `variable-pitch' face instead of
13794 hardwiring :family.
13795 * hi-lock.el (hi-black-hb): Likewise.
13796
13797 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13798 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13799 toolbar-add-item, if image doesn't have a mask add a `:mask
13800 heuristic'.
13801
13802 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13803
13804 * diff-mode.el: Docstring fixes.
13805 (diff-header-face, diff-comment-face): New faces.
13806 (diff-font-lock-keywords): Highlight a bit differently.
13807 (diff-find-source-location): Don't return SPAN any more.
13808 (diff-hunk-text): Don't bother erasing the temp buffer.
13809 (diff-find-text): Drop argument LINE.
13810 (diff-apply-hunk): Update calls to diff-find-text.
13811 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13812
13813 * calendar/calendar.el: Docstring fixes.
13814 (calendar-make-alist): Don't quote lambda.
13815 (calendar-star-date): Use make-local-variable.
13816
13817 2000-09-19 Dave Love <fx@gnu.org>
13818
13819 * toolbar/tool-bar.el: Renamed from toolbar.el.
13820 Change `toolbar' to `tool-bar' generally in symbols.
13821 Make some items invisible in `special' major modes.
13822 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13823 Add arg PROPS.
13824
13825 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13826 Add :version here.
13827 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13828
13829 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13830
13831 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13832
13833 * files.el (find-file-suppress-same-file-warnings): New user-option.
13834 (find-file-noselect): Use it.
13835
13836 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13837 (fancy-splash-screen): Defgroup.
13838
13839 * add-log.el (change-log-font-lock-keywords): Match names
13840 more exactly for the case that font-lock-constant-face is
13841 underlined.
13842
13843 2000-09-19 Richard M. Stallman <rms@gnu.org>
13844
13845 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13846
13847 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13848
13849 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13850
13851 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13852
13853 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13854 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13855 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13856 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13857 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13858 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13859 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13860 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13861 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13862 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13863 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13864 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13865
13866 * startup.el (fancy-splash-text): New variable.
13867 (fancy-splash-delay, fancy-splash-image): New user-options.
13868 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13869 (fancy-splash-screens): New functions.
13870 (command-line-1): If display has a `display' frame parameter, has
13871 colors, and we have XPM support, show more fancy splash screens.
13872
13873 2000-09-19 Dave Love <fx@gnu.org>
13874
13875 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13876 with null `help'. Use modern backquote syntax.
13877
13878 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13879
13880 * font-lock.el (font-lock-mode): Change message telling the user
13881 that ``the buffer is too big''.
13882
13883 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13884 for instance for the case that tab-width is 2.
13885
13886 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13887
13888 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13889 toolbar-add-item, if image doesn't have a mask add a `:mask
13890 heuristic'.
13891
13892 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13893
13894 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13895 and return a cons if it's non-nil.
13896 (diff-apply-hunk): Try to jump to the line in the source text
13897 corresponding to the position of point in the in the hunk.
13898
13899 * info.el (Info-title-3-face, Info-title-2-face)
13900 (Info-title-1-face): Use face inheritance and relative sizes
13901 instead of hard-wiring things.
13902
13903 * faces.el (secondary-selection): Make dark-background variant sane.
13904
13905 2000-09-16 Andrew Innes <andrewi@gnu.org>
13906
13907 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13908 read-only, since they aren't under VC now.
13909
13910 2000-09-17 Dave Love <fx@gnu.org>
13911
13912 * tmm.el: Replace mapcar with mapc in several places.
13913
13914 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13915 ad-unadvise.
13916
13917 * international/latin1-disp.el: New file.
13918
13919 * calendar/cal-move.el (scroll-calendar-left)
13920 (scroll-calendar-right): Make arg optional (for active mode line).
13921
13922 * calendar/calendar.el (calendar-mode-line-format): Make fields
13923 mouse-sensitive.
13924 (calendar-read-date, calendar-read-date, calendar-window-list):
13925 Unquote lambda.
13926 (calendar-month-name): Use aref, not sref.
13927
13928 * view.el (minor-mode-alist): Propertize the string.
13929
13930 * international/characters.el (standard-case-table): Add entries
13931 for Greek.
13932
13933 2000-09-18 Miles Bader <miles@gnu.org>
13934
13935 * info.el (info-node, info-xref): Add dark-background variants.
13936
13937 * faces.el (header-line): Change defaults to be less confusing
13938 when mixed with mode-lines.
13939
13940 * info.el (Info-fontify-node): Make a few cleanups.
13941 Add extra `help-echo' and `local-map' props to node xrefs.
13942 Use header-specific faces for node-names & xrefs.
13943 (Info-use-header-line): New variable.
13944 (info-header-xref, info-header-node): New faces.
13945 (Info-setup-header-line): New function.
13946 (Info-select-node): Call Info-setup-header-line when enabled.
13947 (Info-extract-pointer): Work even if the header line is hidden.
13948 (Info-header-line): New variable.
13949
13950 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13951
13952 * vms-patch.el (print-region-function): Don't quote lambda.
13953
13954 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13955
13956 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13957 (lm-get-header-re): Allow spaces between the header and the colon.
13958 (lm-header): Allow $ in non-RCS headers.
13959 (lm-header-multiline): Put the strings back into order.
13960 Stop at an empty line. Don't require two space chars if the
13961 line is clearly not another header line.
13962
13963 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13964 (popup-menu-popup): Remove.
13965
13966 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13967
13968 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13969 specification if or if not tool-bar item contains an `:enabled'
13970 property.
13971
13972 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13973 current buffer has no file name.
13974
13975 2000-09-15 Dave Love <fx@gnu.org>
13976
13977 * strokes.el: Sync with maintainer's current version with changes
13978 for Emacs, but avoid runtime cl and levents.
13979 (toplevel): Change autoloads and compilation requires.
13980 (strokes-version, strokes-bug-address, strokes-lift): Values
13981 changed.
13982 (strokes-xpm-header, strokes-insinuated): New variable.
13983 (strokes): Add :link.
13984 (strokes-mode): Customized.
13985 (strokes-while-inhibiting-garbage-collector): New macro.
13986 (strokes-remassoc): Avoid remove-if.
13987 (strokes-fix-button2-command): Don't use ad-do-it.
13988 (strokes-insinuate): New function.
13989 (strokes-button-press-event-p, strokes-button-release-event-p):
13990 New functions, used instead of non-`strokes-' versions..
13991 (strokes-mouse-event-p): Rewritten.
13992 (strokes-event-closest-point): Avoid event-point.
13993 (strokes-get-grid-position): Avoid cdadr, caadr
13994 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13995 functions.
13996 (strokes-help): Use with-output-to-temp-buffer.
13997 (strokes-window-configuration-changed-p): New function.
13998 (strokes-update-window-configuration): Use buffer-live-p,
13999 strokes-window-configuration-changed-p.
14000 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
14001 (strokes-char-face): New face.
14002 (strokes-char-table, strokes-base64-chars): New variable.
14003 (strokes-xpm-for-stroke, strokes-list-strokes)
14004 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
14005 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
14006 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14007 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
14008 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
14009 functions.
14010
14011 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14012
14013 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
14014
14015 * image.el (create-image): Doc fix.
14016
14017 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
14018 instead of `:heuristic-mask t'.
14019
14020 2000-09-14 Andrew Innes <andrewi@gnu.org>
14021
14022 * makefile.w32-in: Revert to Unix line endings.
14023
14024 2000-09-14 Andrew Innes <andrewi@gnu.org>
14025
14026 * makefile.w32-in: Add bootstrap support. Also copy lisp source
14027 when installing.
14028
14029 * makefile.nt (DONTCOMPILE): Fix typo.
14030
14031 * shell.el (shell-write-history-on-exit): New function.
14032 (shell-dumb-shell-regexp): New custom variable.
14033 (shell-mode): Make shell-write-history-on-exit the process
14034 sentinel if shell name matches shell-dumb-shell-regexp.
14035
14036 * w32-fns.el: Comment out before-init-hook function which resets
14037 source-directory based; this breaks bootstrap.
14038
14039 2000-09-14 Dave Love <fx@gnu.org>
14040
14041 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
14042 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
14043 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
14044 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
14045 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
14046 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
14047 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
14048 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14049 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14050
14051 * toolbar/toolbar.el: New.
14052
14053 * subdirs.el: Add toolbar.
14054
14055 2000-09-14 Gerd Moellmann <gerd@gnu.org>
14056
14057 * indent.el (indent-for-tab-command): Doc fix.
14058
14059 2000-09-14 Alex Schroeder <alex@gnu.org>
14060
14061 * ansi-color.el (ansi-colors): Doc change.
14062 (ansi-color-get-face): Simplified regexp.
14063 (ansi-color-faces-vector): Added more faces, doc change.
14064 (ansi-color-names-vector): Doc change.
14065 (ansi-color-regexp): Simplified regexp.
14066 (ansi-color-parameter-regexp): New regexp.
14067 (ansi-color-filter-apply): Doc change.
14068 (ansi-color-filter-region): Doc change.
14069 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14070 deal with zero length parameters.
14071 (ansi-color-apply-on-region): Doc change.
14072 (ansi-color-map): Doc change.
14073 (ansi-color-map-update): Removed debugging message.
14074 (ansi-color-get-face-1): Added condition-case to trap
14075 args-out-of-range errors.
14076 (ansi-color-get-face): Doc change.
14077 (ansi-color-make-face): Removed.
14078 (ansi-color-for-shell-mode): New option.
14079
14080 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14081
14082 * international/quail.el (quail-start-translation): Translate KEY
14083 if necessary even if it doesn't have any mapping in the current
14084 input method.
14085 (quail-start-conversion): Likewise.
14086 (quail-help): The output message is improved.
14087
14088 2000-09-13 Miles Bader <miles@gnu.org>
14089
14090 * comint.el (comint-output-filter): Revert to using
14091 `insert-before-markers'. Add bletcherous hack to undo damage
14092 caused by `insert-before-markers'. Put `front-sticky' property on
14093 overlays created here so that the field code understands how the
14094 overlay works. Use a let when making comint-last-prompt-overlay,
14095 so that the code is easier to read.
14096
14097 2000-09-13 Dave Love <fx@gnu.org>
14098
14099 * wid-edit.el (widget-default-format-handler): DTRT when
14100 doc-property is a function.
14101
14102 2000-09-12 Francesco Potorti` <pot@gnu.org>
14103
14104 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14105 filed name if it's not there.
14106
14107 2000-09-12 Dave Love <fx@gnu.org>
14108
14109 * simple.el (read-mail-command): Doc fix.
14110 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14111
14112 * vc.el (vc-dired-listing-switches): Fix :version.
14113
14114 * vc-hooks.el: Doc fixes.
14115
14116 * subr.el (add-minor-mode): Use toggle-fun arg.
14117
14118 * speedbar.el: Add :version to several defcustoms.
14119
14120 * imenu.el (imenu--truncate-items, imenu--cleanup)
14121 (imenu--generic-function): Avoid mapcar.
14122 (imenu--replace-spaces): Function removed.
14123 (imenu--completion-buffer): Use subst-char-in-string.
14124 (imenu-add-to-menubar): Use keymap inheritance.
14125
14126 2000-09-12 Miles Bader <miles@gnu.org>
14127
14128 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14129 (diff-mode-map): Bind `diff-test-hunk'.
14130 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14131
14132 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14133
14134 * bytecomp.el (byte-compile-defvar): Undo last change
14135 because it breaks '(make-variable-buffer-local (defvar ...)'
14136 which is used at least in dired.
14137
14138 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14139
14140 * international/quail.el (quail-define-package): Docstring
14141 modified.
14142
14143 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14144
14145 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14146 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14147 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14148 docstring of "chinese-py".
14149
14150 * international/quail.el (quail-translation-docstring): New
14151 variable.
14152 (quail-show-keyboard-layout): Docstring modified.
14153 (quail-select-current): Likewise.
14154 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14155 infinite recursive call.
14156 (quail-help): Check quail-translation-docstring. Format of the
14157 output changed.
14158 (quail-help-insert-keymap-description): Adjusted for the above
14159 change.
14160
14161 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14162
14163 * bytecomp.el (byte-compile-defvar): Only cons onto
14164 current-load-list in top-level forms. Else this leaks a cons cell
14165 every time a defun is called.
14166
14167 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14168
14169 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14170 Now understands non-unified diffs. Some functionality moved into
14171 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14172 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14173 modify anything. Only reposition point in the patched file if the
14174 patch succeeds. Only pop up another window if POPUP is true.
14175 Emit a message describing what happened if successful, and at what
14176 line-offset. Automatically detect reversed hunks and do something
14177 appropriate.
14178 (diff-hunk-text, diff-find-text): New functions.
14179 (diff-filter-lines): Function removed.
14180 (diff-test-hunk): New function.
14181 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14182
14183 2000-09-10 Dave Love <fx@gnu.org>
14184
14185 * textmodes/tildify.el: Minor doc/commentary fixes.
14186 (tildify) <defgroup>: Add :version.
14187
14188 * faces.el (face-x-resources): Make custom type more specific.
14189 (frame-background-mode): Use mapc.
14190 (region) <defcustom>: Add :version.
14191
14192 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14193
14194 * vc-sccs.el (vc-sccs-register):
14195 * vc-rcs.el (vc-rcs-register):
14196 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14197 * vc.el (vc-register): Clear file's properties.
14198
14199 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14200
14201 * faces.el (face-spec-set): Only face-spec-reset-face when
14202 ATTRS is non-nil.
14203
14204 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14205
14206 * help.el (help-insert-xref-button): Fix a typo in doc string.
14207
14208 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14209
14210 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14211 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14212 methods.
14213
14214 * menu-bar.el (read-mail-item-name): New function.
14215 (menu-bar-tools-menu): Use it to compute and display the package
14216 used to read email.
14217 (menu-bar-tools-menu): Fix typo in GUD's help string.
14218
14219 2000-09-07 Dave Love <fx@gnu.org>
14220
14221 * diff-mode.el (diff-mouse-goto-source): New function.
14222
14223 * vc-sccs.el: Doc fixes.
14224 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14225
14226 * vc-rcs.el: Doc fixes.
14227 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14228 (vc-rcs-checkout-switches, vc-rcs-header)
14229 (vc-rcs-master-templates): Add or change :version.
14230
14231 * vc-cvs.el: Doc fixes.
14232 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14233 (vc-cvs-stay-local): Add :version.
14234
14235 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14236
14237 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14238
14239 * international/quail.el (quail-help): Fix previous change.
14240
14241 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14242
14243 * faces.el (color-values): Doc fix.
14244
14245 * faces.el (frame-set-background-mode): Use frame-parameter
14246 instead of frame-parameters.
14247
14248 * frame.el (filtered-frame-list): Reduce consing.
14249 (frames-on-display-list): Call frame-parameter instead of
14250 frame-parameters.
14251
14252 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14253
14254 * language/devan-util.el (devanagari-to-indian-region): In the
14255 loop, change the following char, not preceding char.
14256
14257 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14258
14259 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14260 instead of frame-parameters.
14261
14262 * faces.el (set-face-attribute): Simplify by calling
14263 internal-set-lisp-face-attribute with FRAME being 0.
14264
14265 * vc.el: Remove `Id' version control keyword.
14266
14267 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14268
14269 * help.el (help-make-xrefs): Adjusted for the change of
14270 help-xref-mule-regexp.
14271 (help-insert-xref-button): New function.
14272
14273 * international/mule-cmds.el (help-xref-mule-regexp-template):
14274 Include the pattern for character set.
14275 (leim): New group.
14276
14277 * international/quail.el: Don't require face.
14278 (quail): New group.
14279 (quail-other-command): Dummy command to make quail-help work better.
14280 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14281 (quail-keyboard-layout-substitution): New variable.
14282 (quail-update-keyboard-layout): New function.
14283 (quail-keyboard-layout-type): New customizable variable.
14284 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14285 (quail-keyboard-translate): Pay attention to
14286 quail-keyboard-layout-substitution.
14287 (quail-insert-kbd-layout): New function.
14288 (quail-show-keyboard-layout): New function.
14289 (quail-get-translation): If the definition is a vector of length
14290 1, and the element is a string of length 1, return the character
14291 in that string.
14292 (quail-update-current-translations): Fix the case of
14293 relative-index out of range.
14294 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14295 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14296 Show key sequences for all available characters.
14297 (quail-help-insert-keymap-description): Don't show such verbose
14298 key bindings as quail-self-insert-command.
14299
14300 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14301 Format changed, and each element now have extra documentations.
14302 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14303 Adjusted for the change of quail-cxterm-package-ext-info.
14304
14305 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14306
14307 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14308 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14309 during bootstrap.
14310
14311 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14312
14313 * vc.el: (toplevel): Don't require `dired' at run-time.
14314 (vc-dired-resynch-file): Remove autoload cookie.
14315
14316 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14317
14318 * vc.el: Made several backend functions optional.
14319 (vc-default-responsible-p): New function.
14320 (vc-merge): Use RET for first version to trigger merge-news, not
14321 prefix arg.
14322 (vc-annotate): Handle backends that do not support annotation.
14323 (vc-default-merge-news): Removed. The existence of a merge-news
14324 implementation is now checked on caller sites.
14325
14326 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14327 case.
14328
14329 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14330 special case that has been removed from the default in vc-hooks.el.
14331
14332 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14333
14334 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14335
14336 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14337
14338 * vc-hooks.el: Require vc during compilation.
14339 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14340 macro `with-vc-properties' in vc.el.
14341 (vc-file-getprop): Doc fix.
14342 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14343
14344 * vc.el: Require dired-aux during compilation.
14345 (vc-name-assoc-file): Moved to vc-sccs.el.
14346 (with-vc-properties): New macro.
14347 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14348 vc-finish-steal): Use it.
14349 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14350 to the backend-specific function is now supposed to do the checkout,
14351 too.
14352 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14353
14354 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14355 set file properties; that gets done in the generic code now.
14356
14357 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14358 Changed parameter list, added code from vc.el that does the
14359 checkout, possibly with a double-take.
14360
14361 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14362 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14363 the above under the new name.
14364 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14365 parameter list, added checkout command.
14366 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14367 properties; that gets done in the generic code now.
14368
14369 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14370
14371 * vc.el: Docstring fixes (courtesy of checkdoc).
14372
14373 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14374
14375 * vc.el (vc-checkout-writable-buffer-hook)
14376 (vc-checkout-writable-buffer): Remove.
14377 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14378 (vc-log-mode): Make it into a clean derived major mode.
14379 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14380 vc-log-mode if log-edit is not available.
14381 (vc-dired-mode-map): Don't set-keymap-parent yet.
14382 (vc-dired-mode): Do set-keymap-parent here.
14383 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14384
14385 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14386
14387 * faces.el (set-face-attribute, face-spec-reset-face)
14388 (face-spec-set): Avoid consing by removing calls to `apply'.
14389
14390 * frame.el (frame-parameter): Move to C code.
14391
14392 2000-09-05 Dave Love <fx@gnu.org>
14393
14394 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14395 insert-before-markers-and-inherit. Now checked systematically!
14396
14397 2000-09-05 Alex Schroeder <alex@gnu.org>
14398
14399 * sql.el (sql-postgres): Use sql-postgres-options.
14400 (sql-postgres-options): New variable.
14401
14402 2000-09-05 Alex Schroeder <alex@gnu.org>
14403
14404 * sql.el (sql-mode-menu): Work around missing variable mark-active
14405 in XEmacs.
14406 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14407 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14408 compatibility.
14409
14410 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14411
14412 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14413
14414 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14415
14416 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14417
14418 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14419
14420 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14421 don't support anything else under SCCS yet.
14422
14423 * vc-hooks.el: Minor doc fixes.
14424
14425 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14426
14427 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14428 not necessary. If verbose in state `needs-patch', do the same as
14429 under `up-to-date'. When NOT verbose and `needs-patch', check out
14430 latest version instead of `merge-news'.
14431 (vc-next-action-dired): Don't mess with default-directory here; it
14432 breaks other parts of dired. It is the job of the
14433 backend-specific functions to adjust it temporarily if they need it.
14434 (vc-next-action): Remove a special CVS case.
14435 (vc-clear-headers): New optional arg FILE.
14436 (vc-checkin, vc-checkout): Set properties vc-state and
14437 vc-checkout-time properly.
14438 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14439 (vc-print-log): Use new backend function `show-log-entry'.
14440 (vc-cancel-version): Do the checks in a different order. Added a
14441 FIXME concerning RCS-only code.
14442
14443 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14444 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14445
14446 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14447
14448 * vc-hooks.el (vc-default-mode-line-string): Show state
14449 `needs-patch' as a `-' too.
14450
14451 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14452
14453 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14454 (vc-default-could-register): New function.
14455 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14456 (vc-resynch-buffer): Call vc-dired-resynch-file.
14457 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14458 vc-resynch-buffer instead of vc-resynch-window.
14459 (vc-next-action-dired): Don't redisplay here, that gets done as a
14460 result of the individual file operations.
14461 (vc-retrieve-snapshot): Corrected prompt order.
14462
14463 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14464
14465 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14466 as well.
14467 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14468 hostname regexps. Updated all callers.
14469 (vc-cvs-responsible-p): Handle directories as well.
14470 (vc-cvs-could-register): New function.
14471 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14472 properties up-to-date.
14473
14474 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14475 user whether to create one.
14476
14477 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14478
14479 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14480 check out a non-existing file.
14481
14482 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14483 workfile does not exist.
14484
14485 * vc.el (vc-version-diff): Use `require' to check for existence of
14486 diff-mode.
14487
14488 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14489
14490 * vc-cvs.el (vc-cvs-registered): Use new function
14491 vc-cvs-parse-entry to do the actual work.
14492
14493 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14494
14495 * vc-hooks.el (vc-find-backend-function): If function doesn't
14496 exist, return nil instead of error.
14497 (vc-call-backend): Doc fix.
14498
14499 * vc.el (vc-do-command): Doc fix.
14500 (vc-finish-logentry): When checking in from vc-dired, choose the
14501 right backend for logentry check.
14502 (vc-dired-mode-map): Inherit from dired-mode-map.
14503 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14504 simplified.
14505 (vc-dired-state-info): Removed, updated caller.
14506 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14507 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14508 (vc-dired-listing-switches): New variable.
14509 (vc-directory): Use it, instead of dired-listing-switches.
14510
14511 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14512 (vc-cvs-dir-state): New function.
14513 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14514 (vc-cvs-parse-entry): New function, also to be used in
14515 vc-cvs-registered.
14516
14517 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14518
14519 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14520 *or* single-window-frames.
14521
14522 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14523
14524 * vc.el (vc-update-changelog): Split into generic part and default
14525 implementation. Doc string adapted.
14526 (vc-default-update-changelog): New function. Call the `rcs2log'
14527 script in exec-directory, to fix a long-standing nuisance.
14528
14529 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14530 simply signals an error.
14531
14532 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14533
14534 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14535 control-flow more clear and to avoid running `cvs' twice.
14536
14537 * vc.el (vc-next-action-on-file): Doc fix.
14538 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14539 (vc-print-log): Eval `file' before constructing the continuation.
14540
14541 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14542
14543 * vc.el (vc-next-action-on-file): Corrected several messages.
14544 (vc-merge): Add prefix arg `merge-news'; handle it.
14545
14546 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14547 is not reached. It is.
14548 (vc-cvs-merge): Set state to 'edited after merge.
14549 (vc-cvs-merge-news): Set workfile version to nil if not known.
14550 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14551
14552 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14553 via stdout. (Merge from main line.)
14554
14555 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14556
14557 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14558 detection.
14559
14560 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14561
14562 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14563 against kill-all-local-variables.
14564 (vc-log-edit): Don't save vc-parent-buffer any more.
14565 (vc-last-comment-match): Initialize to an empty string.
14566 (vc-post-command-functions): New hook.
14567 (vc-do-command): Run it.
14568 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14569 (vc-finish-logentry): Only add the comment to the ring if it's
14570 different from the last comment entered.
14571 (vc-new-comment-index): New function.
14572 (vc-previous-comment): Use it. Make the minibuffer message
14573 slightly less terse.
14574 (vc-comment-search-reverse): Make it work forward as well. Don't
14575 set vc-comment-ring-index if no match is found. Use
14576 vc-new-comment-index.
14577 (vc-comment-search-forward): Use vc-comment-search-reverse.
14578 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14579 define-derived-mode will do it for us. Bind `v' to a keymap that
14580 inherits from vc-prefix-map so that we can bind `vt' without
14581 binding C-x v t.
14582 (vc-retrieve-snapshot): Parenthesis typo.
14583
14584 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14585 to 1. Make sure to switch to *vc* before looking for an error
14586 message. Use vc-parse-buffer.
14587
14588 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14589
14590 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14591 and NAME.
14592 (vc-retrieve-snapshot): Split into two parts.
14593 (vc-default-retrieve-snapshot): New function.
14594
14595 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14596 (vc-cvs-retrieve-snapshot): New function (untested).
14597 (vc-cvs-stay-local): Default to t.
14598 (vc-cvs-remote-p): New function and property.
14599 (vc-cvs-state): Stay local only if the above is t.
14600 (vc-handle-cvs): Removed.
14601 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14602 done via vc-handled-backends now.
14603 (vc-cvs-header): Escape Id.
14604
14605 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14606
14607 * vc.el (vc-do-command): Remove unused commands.
14608 (vc-version-diff): Make sure default-directory ends with a slash.
14609 Move the window commands into a vc-exec-after.
14610 (vc-print-log): Move more of the code into the `vc-exec-after'.
14611
14612 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14613
14614 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14615 (vc-print-log): Search current revision from beginning of buffer.
14616 (vc-revert-buffer): Clear echo area after the diff is finished.
14617 (vc-prefix-map): Removed definition of "t" for terse display in vc
14618 dired.
14619 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14620 definition of "vt" for terse display.
14621 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14622
14623 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14624
14625 * vc.el (vc-exec-after): Avoid caddr.
14626
14627 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14628
14629 * vc.el (vc-exec-after): New function.
14630 (vc-do-command): Use it to add a termination message for async
14631 procs.
14632 (vc-checkout): Try to handle a missing-backend situation.
14633 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14634 of a directory with a backend using async diffs.
14635 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14636 present.
14637
14638 * vc-sccs.el (vc-sccs-state-heuristic): Use
14639 file-ownership-preserved-p.
14640
14641 * vc-rcs.el (vc-rcs-state-heuristic): Use
14642 file-ownership-preserved-p.
14643 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14644
14645 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14646
14647 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14648 vc-do-command.
14649
14650 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14651 when there are no changes.
14652
14653 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14654
14655 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14656
14657 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14658
14659 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14660
14661 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14662
14663 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14664 the `fset' outside of the defvar so that it works even if
14665 vc-prefix-map was already defined.
14666 (vc-setup-buffer): New function, split out of vc-do-command.
14667 (vc-do-command): Allow BUFFER to be t to mean `just use the
14668 current buffer without any fuss'.
14669 (vc-version-diff): Change the `diff' backend operation to just put
14670 the diff in the current buffer without erasing it. Always use
14671 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14672 shrink-window-if-larger-than-buffer.
14673 (vc-print-log): Change the `print-log' backend operation to just
14674 put the log in the current buffer without erasing it. Protect
14675 shrink-window-if-larger-than-buffer.
14676 (vc-update-change-log): Fix setd typo.
14677
14678 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14679 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14680
14681 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14682 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14683 CMP.
14684
14685 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14686 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14687 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14688
14689 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14690
14691 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14692 not possible, use vc-BACKEND-workfile-unchanged-p.
14693 (vc-default-workfile-unchanged-p): New function. Delegates to a
14694 full vc-BACKEND-diff.
14695
14696 * vc-hooks.el (vc-simple-command): Removed.
14697
14698 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14699 instead of vc-simple-command.
14700 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14701 avoid doing a diff when opening a file.
14702 (vc-rcs-state): Added check for unlocked-changes.
14703 (vc-rcs-header): Escape Id.
14704 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14705 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14706 version.
14707
14708 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14709 (vc-sccs-diff): Remove optional arg CMP.
14710 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14711 SCCS-specific function.
14712
14713 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14714 vc-simple-command.
14715
14716 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14717
14718 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14719 (with-vc-file, vc-merge): Use vc-editable-p.
14720 (vc-do-command): Remove unused var vc-file and fix the
14721 doubly-defined `status' var. Add a user message when starting an
14722 async command.
14723 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14724 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14725 Use with-current-buffer.
14726 (vc-buffer-sync): Use unless.
14727 (vc-next-action-on-file): If the file is 'edited by read-only,
14728 make it read-write instead of trying to commit.
14729 (vc-version-diff, vc-update-change-log): Use `setq
14730 default-directory' rather than `cd'.
14731 (vc-log-edit): Don't forget to set default-directory in the
14732 buffer.
14733
14734 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14735 (vc-sccs-state-heuristic): Use file-writable-p instead of
14736 comparing userids.
14737 (vc-sccs-checkout): Use `unless'.
14738
14739 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14740 of comparing userids.
14741 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14742 Simplify the logic by eliminating unreachable code.
14743 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14744 just do a recursive call if we need to retry.
14745 (vc-rcs-checkout): Handle the case where rcs is missing by making
14746 the buffer read-write if requested and re-signalling the error.
14747
14748 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14749
14750 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14751
14752 * vc-hooks.el (vc-handled-backends): Docstring change.
14753 (vc-ignore-vc-files): Mark obsolete.
14754 (vc-registered): Check vc-ignore-vc-files.
14755 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14756 vc-ignore-vc-files.
14757
14758 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14759
14760 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14761
14762 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14763 files since ange-ftp already has vc-registered return nil.
14764
14765 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14766 (vc-sccs-workfile-version): Use with-temp-buffer and new
14767 vc-parse-buffer and don't bother setting the property.
14768 (vc-sccs-add-triple): Use with-current-buffer and
14769 find-file-noselect.
14770 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14771
14772 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14773 derives from the old vc-parse-buffer but uses the revision number
14774 rather than the date (much easier to compare robustly).
14775 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14776 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14777 locking-user more directly. Check strict locking and set
14778 checkout-model appropriately.
14779 (vc-rcs-parse-locks): Remove.
14780 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14781 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14782 (vc-rcs-system-release): Use with-current-buffer and
14783 vc-parse-buffer.
14784 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14785
14786 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14787 (vc-simple-command): Docstring fix.
14788 (vc-registered): Align the way the file-handler is called with the
14789 way the function itself works.
14790 (vc-file-owner): Remove.
14791
14792 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14793 extraction of fields and call to file-attributes because of a
14794 temporary bug in rcp.el.
14795 (vc-cvs-fetch-status): Use with-current-buffer.
14796
14797 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14798
14799 * vc.el (vc-do-command): Use file-relative-name.
14800 (vc-responsible-backend): Use vc-backend if possible.
14801 (vc-create-snapshot): Improve the `interactive' spec. Add support
14802 for branches and dispatch to backend-specific `create-snapshot'.
14803 (vc-default-create-snapshot): New function, containing the bulk of
14804 the old vc-create-snapshot.
14805 (vc-retrieve-snapshot): Improve the interactive spec.
14806
14807 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14808 (vc-backend-hook-functions): Remove.
14809 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14810 (vc-backend): Reintroduce the test for `file = nil' now that I
14811 know why it was there (and added a comment to better remember).
14812
14813 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14814 code from vc-sccs-hooks.el.
14815 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14816 'vc anymore.
14817 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14818 and file-directory-p instead of file-exists-p.
14819 (vc-sccs-check-headers): Simplify the regexp.
14820
14821 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14822 from vc-rcs-hooks.el. Don't require 'vc anymore.
14823 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14824 file-directory-p instead of file-exists-p.
14825
14826 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14827 from vc-cvs-hooks.el.
14828 (proto vc-cvs-registered): Require 'vc-cvs instead of
14829 'vc-cvs-hooks. Don't require 'vc anymore.
14830 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14831 file-directory-p instead of file-exists-p.
14832 (vc-cvs-create-snapshot): New function, replacing
14833 vc-cvs-assign-name.
14834 (vc-cvs-assign-name): Remove.
14835
14836 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14837
14838 * vc-cvs.el (vc-cvs-header): New var.
14839
14840 * vc-rcs.el (vc-rcs-exists): Remove.
14841 (vc-rcs-header): New var.
14842
14843 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14844 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14845 (vc-sccs-header): New var.
14846
14847 * vc.el (vc-do-command): Get rid of the `last' argument.
14848 (vc-header-alist): Remove, replaced by vc-X-header.
14849 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14850 (vc-dired-hook): Use expand-file-name instead of concat.
14851 (vc-directory): Use file-name-as-directory.
14852 (vc-snapshot-precondition, vc-create-snapshot)
14853 (vc-retrieve-snapshot): Allow the command to operate on any
14854 directory.
14855
14856 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14857 just removing the 'WORKFILE argument or by removing the 'MASTER
14858 argument and replacing `file' with (vc-name file).
14859
14860 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14861
14862 * vc.el: Update Copyright and add a crude list of backend funs.
14863 (vc-writable-p): New function.
14864 (with-vc-file): Use vc-writable-p.
14865 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14866 (vc-register): Avoid vc-name.
14867 (vc-locking-user): Remove.
14868 (vc-steal-lock): Make the `owner' arg non-optional.
14869 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14870 vc-checkout-model.
14871 (vc-default-dired-state-info): Use vc-state instead of
14872 vc-locking-user and return special strings for special states.
14873 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14874 and get rid of one of the special CVS cases.
14875 (vc-cancel-version): prettify error message with \\[...].
14876 (vc-rename-master): New function.
14877 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14878 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14879 the CVS special case generic.
14880 (vc-default-record-rename): Remove.
14881 (vc-file-tree-walk-internal): Only call FUNC for files that are
14882 under control of some VC backend and replace `concat' with
14883 expand-file-name.
14884 (vc-file-tree-walk): Update docstring.
14885 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14886 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14887
14888 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14889 vc-sccs-record-rename. Use `find-file-noselect' rather than
14890 `find-file' and call `vc-rename-master' to do the actual move.
14891 (vc-sccs-diff): Remove unused `backend' variable.
14892
14893 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14894 to delay loading of vc-sccs until it is really used.
14895 (vc-sccs-master-templates): Preload.
14896 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14897 (vc-sccs-project-dir): Remove (merged into
14898 vc-sccs-search-project-dir).
14899 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14900 rather than `concat', make sure it is preloaded and don't bother
14901 to check that the file actually exists.
14902 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14903 `locks' argument (use buffer's content instead) and eliminate n^2
14904 behavior.
14905
14906 * vc-rcs.el: Update Copyright.
14907 (vc-rcs-rename-file): New function.
14908 (vc-rcs-diff): Remove unused `backend' variable.
14909
14910 * vc-hooks.el: Update Copyright.
14911 (vc-backend): Don't accept a nil argument any more.
14912 (vc-up-to-date-p): Turn into a defsubst.
14913 (vc-possible-master): New function.
14914 (vc-check-master-templates): Use `vc-possible-master' and allow
14915 funs in vc-X-master-templates to return a non-existent file.
14916
14917 * vc-cvs.el: Update Copyright.
14918 (vc-cvs-diff): Remove unused `backend' variable.
14919 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14920
14921 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14922
14923 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14924
14925 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14926 since it can be called from vc-rcs.el.
14927 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14928
14929 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14930
14931 * vc.el (vc-version-diff): Expand file name read from the
14932 minibuffer. Handle the case when a previous version number can't
14933 be guessed. Give suitable messages when there were no differences
14934 found.
14935 (vc-clear-headers): Call backend-specific implementation, if one
14936 exists.
14937 (vc-cancel-version): Made error checks generic. When done, clear
14938 headers generically, too.
14939
14940 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14941 from vc-clear-headers in vc.el.
14942
14943 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14944 correctly.
14945 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14946 optional. Handle the case when it's not there.
14947
14948 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14949
14950 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14951
14952 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14953
14954 * vc-hooks.el (vc-loadup): Remove.
14955 (vc-find-backend-function): Use `require'. Also, handle the case
14956 where vc-BACKEND-hooks.el doesn't exist.
14957 (vc-call-backend): Cleanup.
14958
14959 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14960
14961 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14962 vc-rcs-grab-templates)
14963 (vc-rcs-registered): Remove. The default function works as well.
14964 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14965 vc-sccs-grab-templates)
14966 (vc-sccs-registered): Remove. The default function works as well.
14967
14968 * vc.el (vc-version-diff): Left out a vc- in call to
14969 vc-call-backend.
14970 (vc-default-dired-state-info, vc-default-record-rename)
14971 (vc-default-merge-news): Update for the new backend argument.
14972
14973 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14974 using the default function.
14975 (vc-call-backend): If calling the default function, pass it the
14976 backend as first argument. Update the docstring accordingly.
14977 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14978 for the new backend argument.
14979 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14980 (vc-find-backend-function): Use the new name.
14981 (vc-default-registered): New function.
14982
14983 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14984
14985 * vc.el (vc-merge): Use vc-find-backend-function.
14986
14987 * vc-hooks.el (vc-backend-functions): Remove.
14988 (vc-loadup): Don't setup 'vc-functions.
14989 (vc-find-backend-function): New function.
14990 (vc-call-backend): Use above fun and populate 'vc-functions
14991 lazily.
14992 (vc-backend-defines): Remove.
14993
14994 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14995
14996 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14997 Call vc-call-backend without the leading vc-.
14998 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14999 (vc-check-headers): Call vc-call-backend without the leading vc-.
15000 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
15001 (vc-annotate-display): Replace confusing use of `cond' with `or'.
15002 Call vc-call-backend without the leading vc-.
15003
15004 * vc-cvs.el (tail): Provide vc-cvs.
15005 * vc-sccs.el (tail): Provide vc-sccs.
15006 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
15007
15008 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
15009 (vc-make-backend-function, vc-call): Pass names without leading
15010 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
15011 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
15012 (vc-call-backend): Always try to load vc-X-hooks.
15013 (vc-registered): Remove vc- in call to vc-call-backend.
15014
15015 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15016
15017 * vc.el (vc-process-filter): New function.
15018 (vc-do-command): Setup `vc-process-filter' for the async process.
15019 (vc-maybe-resolve-conflicts): New function to reduce
15020 code-duplication. Additionally, it puts the buffer in
15021 `smerge-mode' if applicable.
15022 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
15023 calling `merge-news'.
15024 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
15025 (vc-log-edit): New function. Replacement for `vc-log-mode' by
15026 interfacing to log-edit.el.
15027 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
15028 log-edit is available.
15029 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
15030
15031 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15032
15033 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
15034 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
15035 defvar and the initialization.
15036 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
15037
15038 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
15039 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
15040
15041 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
15042
15043 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15044
15045 * vc.el (vc-file-clear-masterprops): Removed.
15046 (vc-checkin, vc-revert-buffer): Removed calls to the above.
15047 (vc-version-diff): Use buffer-size without argument.
15048 (vc-register): Heed vc-initial-comment.
15049
15050 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15051 default branch.
15052
15053 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15054 file name and workfile version.
15055 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15056
15057 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15058 vc-file-clear-masterprops.
15059
15060 * vc-sccs.el (vc-sccs-checkout): Removed call to
15061 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15062 rather than user login name.
15063
15064
15065 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15066
15067 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15068 `want-differences-if-changed' and simplify.
15069 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15070 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15071 output (which is invalid for async vc-diff) to decide whether to
15072 do the revert silently or not.
15073
15074 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15075
15076 * vc-hooks.el (vc-loadup): Load files quietly.
15077 (vc-call-backend): Oops, brain fart.
15078
15079 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15080
15081 * vc-cvs.el (vc-cvs-state): Typo.
15082 (vc-cvs-merge-news): Return the status code rather than the error msg.
15083
15084 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15085
15086 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15087 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15088 vc-state or vc-up-to-date-p.
15089 (vc-merge): Use vc-backend-defines to check whether merging is
15090 possible. Set state to 'edited after successful merge.
15091
15092 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15093 return that name. Redocumented.
15094
15095 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15096
15097 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15098 new `vc-state' semantics.
15099 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15100 'vc-locking-user to the current user.
15101 (vc-merge): Inline vc-backend-merge. Comment out code that I
15102 don't understand and hence can't adapt to the new `vc-state' and
15103 `vc-locking-user' semantics.
15104 (vc-backend-merge): Remove.
15105
15106 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15107 rather than 'vc-locking-user.
15108
15109 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15110
15111 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15112 (vc-state): Don't use 'reserved any more. Just use the same
15113 convention as the one used for vc-<backend>-state where the
15114 locking user (as a string) is returned.
15115 (vc-locking-user): Update, based on the above convention. The
15116 'vc-locking-user property has disappeared.
15117 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15118
15119 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15120 with a heuristic one.
15121 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15122 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15123 error. That allows us to get to 'needs-merge even in the
15124 stay-local case. There's still no way to detect 'needs-patch in
15125 such a setup (or to force an update for that matter).
15126 (vc-cvs-logentry-check): Remove, the default works as well.
15127
15128 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15129
15130 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15131
15132 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15133 major-mode in which the buffer might have been put earlier. Use
15134 `remove' and `when'. Allow `okstatus' to be `async' and use
15135 `start-process' in this case.
15136 (vc-version-diff): Handle the case where the diff looks empty
15137 because of the use of an async process.
15138
15139 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15140
15141 * vc.el (vc-next-action-on-file): Removed optional parameter
15142 `simple'. Recompute state unconditionally.
15143 (vc-default-toggle-read-only): Removed.
15144
15145 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15146 (vc-toggle-read-only): Undid prev change.
15147
15148 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15149 vc-cvs-simple-toggle. Redocumented.
15150 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15151 (vc-cvs-toggle-read-only): Removed.
15152
15153 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15154
15155 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15156 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15157 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15158 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15159 still is. So maybe it should be removed.
15160 (vc-head-version, vc-find-binary): Remove.
15161 (vc-recompute-state): Move from vc-hooks.el.
15162 (vc-next-action-on-file): Add a `simple' argument to allow
15163 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15164 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15165 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15166 (vc-dired-mode-map): Properly defvar it.
15167 (vc-print-log): Call log-view-mode if available.
15168 (small-temporary-file-directory): defvar instead of use boundp.
15169 (vc-merge-news): Moved to vc-cvs.el.
15170 (vc-default-merge-news): New function.
15171
15172 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15173 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15174 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15175 unknown `vc-latest-version' function. It should probably refer to
15176 vc-workfile-version or somesuch, but it's very unclear to me and I
15177 don't have SCCS to test things.
15178
15179 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15180 (vc-sccs-state-heuristic): Fix typo.
15181 (vc-sccs-workfile-unchanged-p): Add missing argument.
15182
15183 * vc-rcs.el: Require vc and vc-rcs-hooks.
15184 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15185 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15186 (vc-release-greater-or-equal-p): Move from vc.
15187 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15188 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15189 (vc-rcs-checkout): Add a missing `new-version' argument in the
15190 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15191
15192 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15193 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15194 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15195 than the apparently unbound `workfile-version'.
15196
15197 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15198 (vc-file-prop-obarray): Use `make-vector'.
15199 (vc-backend-functions): Add new hookable functions
15200 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15201 (vc-loadup): If neither backend nor default functions exist, use
15202 the backend function rather than nil.
15203 (vc-call-backend): If the function if not bound yet, try to load
15204 the non-hook file to see if it provides it.
15205 (vc-call): New macro plus use it wherever possible.
15206 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15207 nor `vc-find-binary' since it's only called from
15208 vc-mistrust-permission which is only used once the backend is known.
15209 (vc-checkout-model): Fix parenthesis.
15210 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15211
15212 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15213 (vc-cvs-release, vc-cvs-system-release): Remove.
15214 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15215 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15216 status symbols.
15217 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15218 (vc-cvs-toggle-read-only): First cut at a function to allow a
15219 cvs-status-free vc-toggle-read-only.
15220 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15221 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15222 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15223 (vc-cvs-checkout): Modify access rights directly if the user
15224 requested not to use `cvs edit'. And refresh the mode line.
15225
15226 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15227 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15228
15229 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15230
15231 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15232 workfile' that got lost when the code was extracted from vc.el.
15233 And merged the tail with the rest of the code (not possible in the
15234 old vc.el where the tail was shared among all backends). And
15235 explicitly set the state to 'edited if `writable' is set.
15236
15237 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15238 (vc-cvs-state): Be careful to return the value from
15239 vc-cvs-parse-state.
15240 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15241 property but return it instead. Also be careful to handle a nil
15242 or "" `rev' when workfile is non-nil (it was handled properly when
15243 workfile was nil).
15244
15245 * vc.el: Removed those pesky unnecessary `(function' quotes.
15246 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15247 directly in the defvar.
15248 (vc-do-command): Bind inhibit-read-only so as to properly handle
15249 the case where the destination buffer has been made read-only.
15250 (vc-diff): Delegate to vc-version-diff in all cases.
15251 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15252 (vc-annotate-mode-variables): Removed (code moved partly to
15253 defvars and partly to vc-annotate-add-menu).
15254 (vc-annotate-mode): Turned into a derived-mode.
15255 (vc-annotate-add-menu): Moved in code in
15256 vc-annotate-mode-variables.
15257 (vc-update-change-log): Use make-temp-file if available.
15258
15259 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15260
15261 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15262 `vc-checkout-model' updated to `vc-cvs-update-model'.
15263
15264 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15265
15266 * vc.el (vc-next-action-on-file): Added handling of state
15267 `unlocked-changes'.
15268 (vc-checkout-carefully): Is now practically obsolete, unless the
15269 above is too slow to be enabled unconditionally.
15270 (vc-update-change-log): Fixed typo.
15271
15272 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15273
15274 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15275 Now handles state `unlocked-changes'.
15276 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15277
15278 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15279
15280 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15281 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15282 `unlocked-changes'.
15283 (vc-rcs-workfile-unchanged-p): Renamed from
15284 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15285 function yet, but supposed to become one soon.
15286
15287 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15288 `vc-steal-lock'.
15289 (vc-call-backend): Changed error message.
15290 (vc-state): Added description of state `unlocked-changes'.
15291
15292 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15293
15294 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15295 always return t in CVS-controlled directories.
15296
15297 * vc.el (vc-responsible-backend): New function.
15298 (vc-register): Largely rewritten.
15299 (vc-admin): Removed (implementation moved into vc-register).
15300 (vc-checkin): Redocumented.
15301 (vc-finish-logentry): If no backend defined yet (because we are in
15302 the process of registering), use the responsible backend.
15303
15304 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15305 Updated function lists.
15306 (vc-call-backend): Fixed typo.
15307
15308 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15309 New functions.
15310 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15311 Removed query option. Redocumented.
15312
15313 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15314
15315 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15316
15317 * vc.el: Updated callers of `vc-checkout-required' to use
15318 `vc-checkout-model'.
15319
15320 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15321
15322 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15323 stuff updated to reference this function instead of the old
15324 `vc-backend-release-p'.
15325
15326 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15327
15328 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15329 vc-checkout-model. Return appropriate values. Updated callers.
15330
15331 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15332
15333 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15334 (vc-backend-revert): Function moved into `vc-revert';
15335 `vc-next-action' must be updated to accomodate this change.
15336 (vc-backend-steal): Function moved into `vc-finish-steal'.
15337 (vc-backend-logentry-check): Function moved into
15338 `vc-finish-logentry'.
15339 (vc-backend-printlog): Function moved into `vc-print-log'.
15340 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15341 (vc-backend-assign-name): Function moved into
15342 `vc-create-snapshot'.
15343
15344 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15345
15346 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15347 Rename to vc-checkout-model. Return appropriate values.
15348 Update callers.
15349
15350 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15351 to vc-checkout-model.
15352 (vc-checkout-required): Rename to vc-checkout-model.
15353 Re-implement and re-comment.
15354 (vc-after-save): Use vc-checkout-model.
15355
15356 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15357
15358 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15359 Update to use the vc-BACKEND-diff functions instead.
15360 `vc-diff' is now working.
15361
15362 * vc-rcs.el (vc-rcs-logentry-check): New function.
15363
15364 * vc-cvs.el (vc-cvs-logentry-check): New function.
15365
15366 * vc-sccs.el (vc-sccs-diff): Function changed name from
15367 `vc-backend-diff'. This makes `vc-diff' work.
15368
15369 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15370 of functions possibly implemented in a vc-BACKEND library.
15371 (vc-checkout-required): Fix bug that caused an error to be
15372 signaled during `vc-after-save'.
15373
15374 * vc.el: Fix typo.
15375 This checkin is made with our new VC code base for the very first time.
15376 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15377
15378 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15379 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15380
15381 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15382 updated to `vc-uses-locking'.
15383 (vc-checkout-required): Call to backend function.
15384 `vc-checkout-required' updated to `vc-uses-locking' instead.
15385
15386 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15387 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15388
15389 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15390 to match the split into various backends.
15391 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15392 (vc-retrieve-snapshot): Bug fix.
15393
15394 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15395
15396 * vc-sccs.el (vc-sccs-release): Doc fix.
15397
15398 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15399
15400 * vc.el (vc-next-action-on-file): Bug found and fixed.
15401 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15402 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15403
15404 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15405 (vc-rcs-checkout): Name space cleaned up. No more revision number
15406 crunching function names that are not prefixed with vc-rcs.
15407 (vc-rcs-checkout-model): Function added. References to
15408 `vc-checkout-model' replaced.
15409
15410 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15411
15412 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15413 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15414 still need to be split, and implemented for RCS).
15415
15416 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15417
15418 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15419
15420 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15421 required by the vc.el file.
15422
15423 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15424 required by the vc.el file.
15425 (vc-rcs-exists): Function added.
15426
15427 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15428 required by the vc.el file.
15429
15430 * vc.el (vc-admin): Updated to handle selection of appropriate
15431 backend. Current implementation is crufty and need re-thinking.
15432
15433 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15434
15435 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15436
15437 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15438 beginning of annotate buffers correctly.
15439
15440 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15441 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15442 functionality updated quite a lot to support multiple backends.
15443 Variables `vc-annotate-mode', `vc-annotate-buffers',
15444 `vc-annotate-backend' added.
15445
15446 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15447 `vc-annotate-difference' added to supported backend functions.
15448
15449 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15450
15451 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15452 Use with-temp-file instead of /bin/sh. Merged from mainline
15453
15454 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15455
15456 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15457
15458 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15459
15460 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15461
15462 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15463
15464 * vc-hooks.el: vc-state-heuristic added to
15465 vc-backend-hook-functions.
15466
15467 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15468
15469 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15470
15471 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15472 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15473 state to `reserved'.
15474
15475 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15476 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15477
15478 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15479
15480 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15481 untouched.
15482
15483 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15484
15485 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15486 if defined. (Merged from main line, slightly adapted.)
15487
15488 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15489 millenium problem (merged from mainline).
15490
15491 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15492
15493 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15494 part and moved the non-BACKEND stuff to vc.el.
15495
15496 * vc.el: Split the annotate feature into a BACKEND specific part
15497 and moved it from the vc-cvs.el file to this one.
15498
15499 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15500
15501 * vc-hooks.el: Implement new state model.
15502 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15503 (vc-locking-user): Simplify. Now only needed if the file is
15504 locked by somebody else.
15505 (vc-lock-from-permissions): Remove. Functionality is in
15506 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15507 (vc-mode-line-string): New name for former vc-status. Adapted.
15508 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15509
15510 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15511 Various simplifications and adaptations all over the place.
15512
15513 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15514 Simplify and adapt the rest.
15515
15516 * vc.el (vc-resynch-window): Add TODO comment: check for
15517 interaction with view mode according to recent RCS change.
15518 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15519
15520 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15521
15522 * vc.el: Convert the remaining function comments to docstrings.
15523
15524 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15525
15526 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15527 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15528 (vc-minor-part, vc-previous-version): Functions that operate and
15529 compare revision numbers got proper documentation. Comments added
15530 about their possible removal.
15531
15532 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15533
15534 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15535 the vc-backend.el files.
15536
15537 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15538
15539 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15540 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15541 (vc-rcs-previous-version): Functions added.
15542
15543 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15544
15545 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15546
15547 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15548
15549 * vc-hooks.el (vc-master-templates): Is really obsolete.
15550 Comment out the definition for now. What is the right procedure
15551 to get rid of it?
15552 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15553 rewritten.
15554 (vc-default-registered): Remove.
15555 (vc-check-master-templates): New function; does mostly what the
15556 above did before.
15557 (vc-locking-user): Don't rely on the backend to set the property.
15558
15559 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15560 Rewrite documentation.
15561 (vc-rcs-templates-grabbed): New variable.
15562 (vc-rcs-grab-templates): New function.
15563 (vc-rcs-registered): Rewrite to use above mechanism.
15564
15565 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15566 Rewrite documentation.
15567 (vc-sccs-templates-grabbed): New variable.
15568 (vc-sccs-grab-templates): New function.
15569 (vc-sccs-registered): Rewrite to use above mechanism.
15570 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15571 Don't throw the result, simply return it.
15572
15573 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15574 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15575 (vc-cvs-registered): Does the check itself now. Simplify.
15576
15577 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15578 from main line.
15579
15580 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15581
15582 * vc-cvs.el (vc-cvs-diff): New function.
15583
15584 * vc-sccs.el (vc-sccs-diff): New function.
15585
15586 * vc-rcs.el (vc-rcs-diff): New function.
15587 (vc-rcs-checkout): Bug (typo) found and fixed.
15588 (vc-rcs-register-switches): New variable.
15589
15590 * vc.el (vc-backend-diff): Function removed and placed in the
15591 backend files.
15592
15593 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15594
15595 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15596
15597 * vc.el (vc-backend-checkout): Function removed and replaced in
15598 the vc-backend.el files.
15599
15600 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15601
15602 * vc.el (vc-backend-admin): Removed and replaced in the
15603 vc-backend.el files.
15604
15605 * vc.el (Martin): Removed all the annotate functionality since it
15606 is CVS backend specific.
15607
15608 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15609
15610 * spec.txt: Added specification of vc-state.
15611
15612 * vc-sccs-hooks.el (vc-sccs-master-properties):
15613 Remove handling of vc-latest-version and
15614 vc-your-latest-version. What used to be vc-latest-version, is now
15615 returned as vc-workfile-version.
15616 (vc-sccs-workfile-version): Adapt.
15617
15618 2000-09-04 Dave Love <fx@gnu.org>
15619
15620 * vc.el: [Merged from mainline.]
15621 (vc-dired-mode): Make the dired-move-to-filename-regexp
15622 regexp match the date, to avoid treating date as file size.
15623 Add YYYY S option to WESTERN/
15624
15625 2000-09-04 Dave Love <fx@gnu.org>
15626
15627 * vc.el: Require `compile' when compiling.
15628 (vc-logentry-check-hook): New option.
15629 (vc-steal-lock): Use compose-mail.
15630 (vc-dired-mode-map): Defvar when compiling.
15631 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15632 vc-sccs.el and renamed. Callers changed.
15633 (vc-backend-checkout, vc-backend-logentry-check)
15634 (vc-backend-merge-news): Doc fix.
15635 (vc-default-logentry-check): New function.
15636 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15637 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15638 (vc-backend-merge): Doc fix. Use backend functions.
15639 (vc-check-headers): Use backend functions.
15640
15641 * vc-cvs.el: Require vc when compiling.
15642 (vc-cvs-register-switches): Doc fix.
15643 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15644 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15645 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15646 New functions (code from vc.el).
15647 (vc-annotate-display-default): Fix interactive spec.
15648 (vc-annotate-time-span): Doc fix.
15649
15650 * vc-rcs.el: Require vc when compiling.
15651 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15652 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15653 (vc-rcs-checkin): New functions (code from vc.el).
15654 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15655 Doc fix.
15656 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15657
15658 * vc-sccs.el: Require vc when compiling.
15659 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15660 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15661 (vc-sccs-revert)
15662 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15663 from vc.el).
15664 (vc-sccs-add-triple, vc-sccs-record-rename)
15665 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15666 (vc-sccs-admin): Doc fix.
15667
15668 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15669
15670 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15671 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15672 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15673 from vc.el.
15674
15675 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15676
15677 * vc-cvs.el: Moved the annotate functionality from vc.el.
15678 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15679
15680 2000-09-04 Dave Love <fx@gnu.org>
15681
15682 * vc.el (vc-backend-release): Call vc-system-release.
15683
15684 * vc-sccs.el (vc-sccs-system-release):
15685 Renamed from vc-sccs-backend-release.
15686
15687 * vc-rcs.el (vc-rcs-system-release):
15688 Renamed from vc-rcs-backend-release.
15689
15690 * vc-cvs.el (vc-cvs-system-release):
15691 Renamed from vc-cvs-backend-release.
15692
15693 2000-09-04 Dave Love <fx@gnu.org>
15694
15695 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15696 backend files.
15697 (vc-backend-release): Dispatch to backend functions.
15698 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15699 probably needs attention.]
15700
15701 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15702 (vc-sccs-backend-release): New function.
15703
15704 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15705 (vc-cvs-backend-release): New function.
15706
15707 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15708 Doc fix.
15709 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15710 (vc-default-dired-state-info): New function.
15711 (vc-dired-state-info): Dispatch to backends.
15712 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15713
15714 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15715 from vc.el and renamed.
15716
15717 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15718
15719 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15720 (vc-version-other-window, vc-backend-assign-name): Removed
15721 references to vc-latest-version; sometimes changed into
15722 vc-workfile-version.
15723
15724 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15725 vc-rcs-master-workfile-version.
15726 (vc-rcs-workfile-version): Use the above. Don't call
15727 vc-latest-version (that was unreachable code, anyway).
15728 (vc-rcs-fetch-master-properties): Doc fix.
15729
15730 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15731 (vc-backend-hook-functions): Removed them from this list, too.
15732 (vc-fetch-properties): Removed.
15733 (vc-workfile-version): Doc fix.
15734
15735 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15736 (vc-rcs-workfile-version, vc-rcs-locking-user)
15737 (vc-rcs-uses-locking): Use it.
15738
15739 * vc-hooks.el (vc-consult-rcs-headers):
15740 Moved into vc-rcs-hooks.el, under the name
15741 vc-rcs-consult-headers.
15742
15743 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15744 headers.
15745 (vc-cvs-find-master): Use this name only; correct different
15746 versions of the name.
15747
15748 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15749 New functions.
15750 (vc-sccs-locking-user): Use the latter.
15751
15752 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15753 New functions.
15754
15755 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15756 Moved into both
15757 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15758 functions are implementation details of those two backends.
15759
15760 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15761
15762 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15763 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15764
15765 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15766 (vc-sccs-parse-locks): SCCS-specific code moved here from
15767 vc-hooks.
15768
15769 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15770 code moved here from vc-hooks.
15771
15772 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15773 into back-end specific parts and removed. Callers not updated
15774 yet; because I guess these callers will disappear into back-end
15775 specific files anyway.
15776
15777 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15778
15779 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15780 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15781 `vc-uses-locking'.
15782
15783 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15784 Store yes/no in the property, and return t/nil. Updated all
15785 callers.
15786
15787 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15788 vc-sccs-uses-locking. Don't set property.
15789 (vc-sccs-locking-user): Don't set property.
15790
15791 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15792 vc-cvs-uses-locking. Don't set property here; leave that to
15793 vc-hooks.
15794 (vc-cvs-locking-user): Reflect above change. Streamlined.
15795
15796 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15797 vc-rcs-uses-locking.
15798 (vc-rcs-locking-user): Reflect above change.
15799
15800 2000-09-04 Dave Love <fx@gnu.org>
15801
15802 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15803
15804 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15805
15806 * vc-hooks.el (vc-checkout-model): Punt to backends.
15807
15808 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15809
15810 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15811
15812 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15813 New functions.
15814
15815 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15816 New functions.
15817
15818 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15819 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15820
15821 * vc-hooks.el (vc-default-locking-user): New function.
15822 (vc-locking-user, vc-workfile-version): Punt to backends.
15823
15824 2000-09-04 Dave Love <fx@gnu.org>
15825
15826 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15827 (vc-master-workfile-version): Moved from vc-hooks.
15828
15829 * vc-rcs-hooks.el: Fix duplicate code in last change.
15830
15831 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15832 (vc-rcs-master-templates): Improve :type.
15833 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15834 vc-master-workfile-version): Moved from vc-hooks.
15835
15836 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15837 (vc-sccs-master-templates): Improve :type.
15838 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15839
15840 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15841
15842 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15843 (vc-cvs-master-templates): Improve :type. Use
15844 vc-cvs-find-cvs-master.
15845 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15846 from vc-hooks.
15847 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15848
15849 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15850 Moved to vc-cvs-hooks.
15851
15852 * vc-hooks.el: Add doc strings in various places. Simplify the
15853 minor mode setup.
15854 (vc-handled-backends): New user variable.
15855 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15856 simplification.
15857
15858 2000-09-04 Dave Love <fx@gnu.org>
15859
15860 * vc.el: Some doc fixes for autoloaded and interactive functions.
15861 Fix compilation warnings from ediff stuff.
15862 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15863
15864 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15865
15866 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15867
15868 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15869
15870 2000-09-04 Dave Love <fx@gnu.org>
15871
15872 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15873 New variable.
15874 (vc-make-backend-function, vc-loadup, vc-call-backend)
15875 (vc-backend-defines): New functions.
15876
15877 * vc-hooks.el: Various doc fixes.
15878 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15879 (vc-match-substring): Function removed. Callers changed to use
15880 match-string.
15881 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15882 Simplify.
15883
15884 2000-09-04 Dave Love <fx@gnu.org>
15885
15886 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15887 type.
15888 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15889 (vc-sccs-registered): Doc fix.
15890
15891 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15892 (vc-cvs-registered): Doc fix.
15893
15894 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15895 (vc-rcs-registered): Doc fix.
15896
15897 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15898
15899 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15900
15901 * vc-hooks.el: vc-registered has been renamed
15902 vc-default-registered. Some functions have been moved to the
15903 backend specific files. they all support the
15904 vc-BACKEND-registered functions.
15905
15906 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15907
15908 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15909
15910 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15911
15912 2000-09-04 Dave Love <fx@gnu.org>
15913
15914 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15915 menu-bar-update-hook.
15916
15917 * help.el (help-manyarg-func-alist): Add
15918 find-operation-coding-system.
15919
15920 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15921
15922 * custom.el (custom-set-variables): Print message about errors in
15923 setting.
15924
15925 2000-09-03 Andrew Innes <andrewi@gnu.org>
15926
15927 * makefile.w32-in: Change to DOS line endings.
15928
15929 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15930
15931 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15932 minor-mode keymaps, if they don't have one.
15933
15934 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15935
15936 * eshell/esh-module.el (eval-when-compile): Don't lose if
15937 esh-module.el's file name is truncated to DOS 8+3 limits.
15938
15939 2000-09-01 John Wiegley <johnw@gnu.org>
15940
15941 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15942 predicate, which caused entries in the completion list to be
15943 doubled.
15944
15945 2000-08-30 John Wiegley <johnw@gnu.org>
15946
15947 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15948 sending to subprocesses. Also, hook pre-command-hook if
15949 `eshell-send-direct-to-subprocesses' is non-nil.
15950 (eshell-send-direct-to-subprocesses): New config variable. If t,
15951 subprocess input is send immediately.
15952 (eshell-toggle-direct-send): New function.
15953 (eshell-self-insert-command): New function.
15954 (eshell-intercept-commands): New function.
15955 (eshell-send-input): If direct subprocess sending is enabled,
15956 don't echo any input to the Eshell buffer. Let the subprocess
15957 handle that. This requires "stty echo" in bash, for example.
15958
15959 2000-08-28 John Wiegley <johnw@gnu.org>
15960
15961 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15962 completion function for Eshell's implementation of `unset'.
15963
15964 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15965
15966 * info.el (Info-directory-list): Doc fix.
15967
15968 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15969
15970 * filecache.el (file-cache-add-directory-using-find): Don't quote
15971 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15972
15973 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15974
15975 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15976 coding systems.
15977
15978 2000-08-30 Andrew Innes <andrewi@gnu.org>
15979
15980 * timer.el (run-with-idle-timer): Undo last change, so that timer
15981 is not activated immediately if Emacs is already idle. Some
15982 existing code relies on this behaviour.
15983
15984 2000-08-30 Miles Bader <miles@gnu.org>
15985
15986 * frame.el (set-frame-font): Do completion of font-name for
15987 interactive use.
15988
15989 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15990
15991 * international/quail.el (quail-start-translation): Bind locally
15992 last-command-event, last-command, and this-command.
15993 (quail-start-conversion): Likewise.
15994 (quail-self-insert-command): Fix docstring.
15995
15996 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15997
15998 * progmodes/executable.el
15999 (executable-make-buffer-file-executable-if-script-p): Check that
16000 buffer contains at least 2 characters.
16001
16002 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
16003
16004 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
16005
16006 2000-08-29 Dave Love <fx@gnu.org>
16007
16008 * diff-mode.el (diff-mode) <defgroup>: Add :version.
16009 (diff-mode-shared-map): Bind mouse-2.
16010 (diff-imenu-generic-expression): New variable.
16011 (diff-mode): Use it.
16012
16013 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
16014 (mouse-popup-menubar): Add minor mode menus.
16015 (popup-menu): Check for lookup-key returning number.
16016
16017 2000-08-29 Miles Bader <miles@gnu.org>
16018
16019 * comint.el (comint-send-input): Create overlays using the proper
16020 front/read-advance arguments.
16021
16022 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16023
16024 * ps-print.el: Even/odd pages printing. Doc fix.
16025 (ps-print-version): New version number (6.0).
16026 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
16027 (ps-background, ps-begin-file, ps-begin-job): Code fix.
16028 (ps-print-duplex-feature): Variable eliminated.
16029 (ps-even-or-odd-pages): New variable.
16030
16031 * progmodes/ebnf2ps.el: Doc fix.
16032 (ebnf-version): New version (3.3).
16033 (ebnf-user-arrow): Change variable customization to sexp.
16034 (ebnf-user-arrow): Function eliminated.
16035 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
16036
16037 2000-08-29 Kenichi Handa <handa@etl.go.jp>
16038
16039 * help.el (help-xref-mule-regexp): New variable.
16040 (help-make-xrefs): Handle help-xref-mule-regexp.
16041
16042 * international/mule-cmds.el (help-xref-mule-regexp-template): New
16043 variable.
16044 (describe-input-method): Temporarily activate the specfied input
16045 method to display the information.
16046 (describe-language-environment): Hyperlinks to mule related items.
16047
16048 * international/mule-diag.el (charset-multibyte-form-string): New
16049 function.
16050 (list-character-sets-1): Use charset-multibyte-form-string.
16051 (describe-character-set): New function.
16052 (describe-coding-system): Hyperlinks to safe character sets.
16053
16054 * international/quail.el (quail-help): New arg PACKAGE.
16055 Hyperlinks to mule related items.
16056 (quail-help-insert-keymap-description): Use
16057 substitute-command-keys instead of describe-bindings.
16058 (quail-translation-help): Hyperlinks to mule related items.
16059
16060 2000-08-28 John Wiegley <johnw@gnu.org>
16061
16062 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16063 have a defsubst call itself. Made `eshell-flatten-list' back into
16064 a function again.
16065
16066 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16067 catch, in case re-centering point at bottom messes up the display.
16068 This happens frequently in Emacs 21, due I believe to variable
16069 line heights.
16070
16071 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16072 to call `find-tag-interactive'.
16073
16074 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16075 the list of remember directories.
16076
16077 2000-08-28 John Wiegley <johnw@gnu.org>
16078
16079 * align.el: Test align-region-separate to see if it's a symbol.
16080
16081 2000-08-28 John Wiegley <johnw@gnu.org>
16082
16083 * eshell/esh-util.el (eshell-flatten-list): Made this function
16084 into a defsubst form. It gets used very frequently, although
16085 calls don't occur all that often.
16086
16087 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16088 examining it.
16089
16090 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16091 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16092 `eshell-protect'.
16093 (eshell-copy-handles): Created a new macro for duplicating the
16094 current set of open handles. This is needed by the looping
16095 functions.
16096 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16097 is not incorrectly stomped on.
16098
16099 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16100 declaration for pcomplete-use-paring.
16101 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16102 value of eshell-cmpl-use-paring.
16103 * pcomplete.el (pcomplete-use-paring): New config variable, to
16104 indicate whether paring should be used.
16105 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16106 completion alternatives that have already been used.
16107
16108 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16109 bound to C-c C-y, which will repeat the previous N arguments
16110 (based on prefix argument).
16111 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16112
16113 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16114 if there is no *Help* buffer. This is for XEmacs, which renames
16115 its help buffers uniquely. TODO: Find out what the current buffer
16116 name to delete is.
16117
16118 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16119 first entry that correlates to a passwd/group number. Later
16120 entries (used for group/user name aliasing to multiple IDs) are
16121 ignored.
16122
16123 * eshell/em-xtra.el (eshell/expr):
16124 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16125 (eshell-grep, eshell/diff, eshell/locate):
16126 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16127 argument list, before passing it to the system command.
16128
16129 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16130 `find-tag' for use at final position in Eshell buffers (which
16131 otherwise triggers an error on Emacs 21).
16132 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16133 buffer, if it is currently bound to `find-tag'.
16134
16135 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16136 in the list of matched Makefile names.
16137 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16138 directory, prefer its contents to Makefile.
16139
16140 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16141 directory parts (like "cd old new", or "cd =regexp"), are now case
16142 sensitive on non-Windows/DOS platforms.
16143
16144 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16145 types RET after an open delimiter (like "), display a message
16146 indicating that Eshell is waiting for the closing delimiter.
16147
16148 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16149 environment variables.
16150
16151 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16152 gracefully if the user enters incorrect arguments.
16153
16154 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16155 Eshell buffers.
16156
16157 * eshell/esh-var.el (eshell-interpolate-variable):
16158 * eshell/esh-mode.el (eshell-move-argument):
16159 * eshell/em-unix.el (eshell-du-sum-directory):
16160 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16161 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16162 (not (= ...)).
16163
16164 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16165 to ensure the `preserve' flag gets propagated when doing recursive
16166 directory copies.
16167
16168 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16169
16170 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16171 Don't convert \n into \0177 in memory.
16172 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16173 and back again, when reading and writing.
16174
16175 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16176
16177 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16178 testing of `fboundp' on `processp'.
16179
16180 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16181 (eshell/jobs): Don't call process-list if it is not bound.
16182 (eshell-gather-process-output): Support systems where async
16183 subprocesses aren't supported.
16184 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16185 variables.
16186
16187 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16188 eshell-do-eval returns t.
16189 (eshell-do-pipelines-synchronously): New defmacro.
16190 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16191 when async subprocesses aren't supported.
16192 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16193 if async subprocesses aren't supported.
16194 (eshell-resume-command): Don't assume STATUS is a string.
16195
16196 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16197
16198 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16199 (eshell-close-target, eshell-get-target): Use eshell-processp.
16200 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16201 fix.
16202 (eshell-get-target, eshell-create-handles): Doc fix.
16203
16204 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16205
16206 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16207 criterion to include commands that output something, as long as it
16208 leaves both the command and the end-of-buffer visible when the
16209 command has exited.
16210 (eshell-review-quick-commands): Adjust the help doc string
16211 accordingly.
16212
16213 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16214
16215 * locate.el (locate): Cleaned up locate command's interactive prompting
16216 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16217
16218 * filecache.el (file-cache-case-fold-search): New variable
16219 (file-cache-assoc-function): New variable
16220 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16221 Use file-cache-case-fold-search variable
16222 (file-cache-add-file): Use file-cache-assoc-function
16223 (file-cache-delete-file): likewise
16224 (file-cache-directory-name): likewise
16225 (file-cache-debug-read-from-minibuffer): likewise
16226
16227 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16228
16229 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16230 (abbrev-table-name): New function.
16231 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16232 If non-nil list local abbrev, only.
16233
16234 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16235
16236 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16237 from Gnus support code, and use special article copy buffer
16238 `(gnus-original-article-buffer)' instead. This allows to get rid
16239 of article-hide-headers usage (which breaks in the latest Gnus
16240 version). Thanks to Detlev Zundel.
16241
16242 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16243
16244 * international/quail.el (quail-use-package): Hide "... loaded"
16245 message.
16246 (quail-start-translation, quail-start-conversion): Likewise.
16247
16248 * international/kkc.el (kkc-region): Hide "... loaded" message.
16249
16250 2000-08-27 Dave Love <fx@gnu.org>
16251
16252 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16253
16254 2000-08-27 Miles Bader <miles@gnu.org>
16255
16256 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16257
16258 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16259
16260 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16261 'ja-dic-cnv), not (require 'skkdic-cnv).
16262
16263 2000-08-26 Miles Bader <miles@gnu.org>
16264
16265 * faces.el (face-x-resources): Add entry for :inherit.
16266 * cus-face.el (custom-face-attributes): Add support for :inherit
16267 attribute. Add support for relative face heights.
16268 (custom-face-attributes-get): Treat `nil' as being a default value
16269 for :inherit (as well as `unspecified').
16270
16271 * faces.el (set-face-attribute): Update doc string.
16272 (face-attribute-name-alist): Add :inherit.
16273 (face-valid-attribute-values): Handle :inherit.
16274 (face-read-string): Rephrase prompt to be less confusing.
16275 Assume that DEFAULT is a string, since we must return a string.
16276 (face-read-integer): Use `format' to turn DEFAULT into an
16277 acceptable default for face-read-string. Match NEW-VALUE against
16278 the string "unspecified", not the symbol `unspecified', since
16279 that's what face-read-string returns.
16280 (read-face-attribute): Lookup a name for old-value in valid, and
16281 use it as a default if we find one. Treat all values from
16282 face-read-string as strings. If the default is used, don't do any
16283 more processing on the value, just use the old value directly.
16284 (read-face-and-attribute, modify-face): Tweak prompt.
16285 (read-face-name): Don't assume prompt ends with a space.
16286
16287 * faces.el (describe-face): Add support for :inherit attribute.
16288
16289 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16290
16291 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16292 concat doesn't accept interger.
16293
16294 * international/kkc.el: Remove SKK from Keywords. Require
16295 ja-dic-utl instead of skkdic-utl.
16296
16297 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16298 Provide ja-dic-cnv instead of skkdic-cnv.
16299 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16300 (iso-2022-7bit-short): Add safe-charsets property.
16301 (skkdic-convert-postfix): Search Japanese chou-on character in
16302 addition to Hiragana character.
16303 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16304 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16305 (batch-skkdic-convert): Likewise.
16306
16307 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16308 Provide ja-dic-utl instead of skkdic-utl.
16309 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16310
16311 2000-08-24 Dave Love <fx@gnu.org>
16312
16313 * disp-table.el (standard-display-default): Make the test of `l'
16314 useful.
16315
16316 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16317 mod sample text.
16318
16319 * international/iso-ascii.el: Make pilcrow convenient string
16320 consistent with section.
16321 (iso-ascii-display): Set up multibyte characters as well as
16322 unibyte.
16323
16324 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16325
16326 * international/mule-cmds.el (reset-language-environment): Set
16327 default-process-coding-system to '(undecided . iso-latin-1), which
16328 makes process I/O almost consistent with file I/O. Call this
16329 function when mule-cmds.el[c] is loaded.
16330
16331 2000-08-22 Andrew Innes <andrewi@gnu.org>
16332
16333 * makefile.w32-in: New file.
16334
16335 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16336
16337 * comint.el (comint-output-filter): Compare end of
16338 comint-last-output-overlay with the start of the newly inserted
16339 text, not the end, when deciding whether to extend it.
16340 Set saved-point's insertion type to advance after insertion.
16341
16342 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16343 since this is now done independently of font-lock mode.
16344
16345 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16346
16347 * server.el (server-kill-new-buffers): New user option.
16348 (server-existing-buffer): New buffer-local variable.
16349 (server-visit-files): When using an existing buffer, set
16350 server-existing-buffer to t.
16351 (server-buffer-done): If server-kill-new-buffers is t, kill the
16352 buffer, unless it was already present before visiting it with
16353 Emacs server.
16354
16355 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16356
16357 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16358 even if the display doesn't support colors: some displays will
16359 support bold/underline faces.
16360
16361 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16362
16363 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16364
16365 * startup.el (command-line): If user's init file had an error,
16366 add explanatory text to *Messages*.
16367
16368 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16369
16370 * man.el (Man-getpage-in-background): Decode the process output by
16371 the system locale coding system.
16372
16373 2000-08-20 Dave Love <fx@gnu.org>
16374
16375 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16376 Don't test x-popup-menu.
16377 (function) <complete-function>: Complete only fbound symbols.
16378 <validate, value>: New.
16379 (variable) <complete-function>: Complete only bound symbols.
16380 (coding-system): Add :base-only, :complete-function, :validate,
16381 :value, :prompt-match.
16382 (widget-coding-system-prompt-value): Use read-coding-system and
16383 act on :base-only.
16384 (editable-field): Add :help-echo.
16385 (widget-push-button-gui, widget-push-button-cache)
16386 (widget-gui-action, widget-editable-list-gui): COmment out, along
16387 with uses.
16388 (widget-at): Make arg optional.
16389 (widget-echo-help): Adjust for current help-echo calling sequence.
16390 (widget-specify-field, widget-specify-button)
16391 (widget-specify-insert, widget-get-sibling, widget-image-find)
16392 (widget-convert, widget-insert, widget-leave-text)
16393 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16394 (widget-setup, widget-field-find, widget-before-change)
16395 (widget-after-change, widget-default-complete)
16396 (widget-default-create, widget-default-delete)
16397 (widget-push-button-value-create, editable-field)
16398 (widget-field-prompt-value, widget-field-validate)
16399 (widget-choice-value-create, widget-choice-action)
16400 (widget-choice-validate, widget-checklist-add-item)
16401 (widget-radio-add-item, widget-radio-chosen)
16402 (widget-radio-value-inline, widget-editable-list-value-create)
16403 (widget-editable-list-entry-create)
16404 (widget-documentation-link-add)
16405 (widget-documentation-string-value-create)
16406 (widget-regexp-validate, widget-file-complete)
16407 (widget-sexp-validate, widget-plist-convert-widget)
16408 (widget-plist-convert-widget, widget-alist-convert-widget)
16409 (widget-alist-convert-widget, widget-color-complete): Simplify,
16410 particularly to avoid bindings which aren't optimized out.
16411
16412 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16413 Doc fix.
16414 (down-list, backward-up-list, up-list, kill-sexp)
16415 (backward-kill-sexp, mark-sexp): Make arg optional.
16416 (lisp-complete-symbol): Add optional arg PREDICATE.
16417
16418 * cus-start.el: Add display-buffer-reuse-frames,
16419 file-coding-system-alist.
16420
16421 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16422
16423 * startup.el (command-line): Clear realized faces after
16424 modifying TTY color mappings.
16425
16426 2000-08-20 Miles Bader <miles@gnu.org>
16427
16428 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16429 merely a subset of FACE's attributes.
16430
16431 2000-08-19 Miles Bader <miles@gnu.org>
16432
16433 * comint.el (comint-output-filter): Save the point with a marker,
16434 not just a buffer position.
16435
16436 * international/mule.el (set-buffer-process-coding-system): Make
16437 interactive prompt less confusing.
16438
16439 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16440
16441 * hilit-chg.el: General cleanup of doc strings, comments and
16442 code formatting.
16443
16444 2000-08-19 Miles Bader <miles@gnu.org>
16445
16446 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16447 Compiler macro removed; beginning-of-line is no longer always
16448 equivalent to forward-line, in the presence of fields.
16449
16450 * comint.el (comint-output-filter): Remove ad-hoc saving of
16451 restriction, and just use save-restriction, now that it works
16452 correctly. Don't adjust comint-last-input-start to account for
16453 our insertion; it shouldn't have moved because we don't use
16454 insert-before-markers anymore. Comment out call to
16455 `force-mode-line-update'; why is it here?
16456
16457 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16458 while checking for prompt to delete. Use `forward-line 0'
16459 instead of beginning-of-line.
16460 (gud-filter): Temporarily widen gud comint buffer while
16461 examining output.
16462
16463 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16464
16465 * progmodes/sh-script.el: Big bag of typos.
16466
16467 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16468 check since ispell-process is not bound when ispell is not yet loaded.
16469
16470 2000-08-18 Dave Love <fx@gnu.org>
16471
16472 * image.el (find-image): Copy `spec' before using plist-put.
16473
16474 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16475
16476 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16477 `portugues'.
16478
16479 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16480 backward-kill-sexp, analogous to kill-sexp.
16481
16482 * progmodes/icon.el (icon-indent-line)
16483 (icon-is-continuation-line): Handle comments specially.
16484
16485 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16486
16487 * ispell.el: Set to standard author/maintainer/keyword fields.
16488 Fine tuning to menu map appearance and operation, and added help.
16489 Remove `start' and `end' error messages when compiling.
16490 (ispell-choices-win-default-height): Fixed comment string.
16491 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16492 castellano8 dictionaries.
16493 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16494 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16495 dictionary, added italiano dictionary.
16496 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16497 word character
16498 (ispell-tex-skip-alists): Added psfig support.
16499 (ispell-skip-html): Renamed from ispell-skip-sgml.
16500 (ispell-begin-skip-region-regexp, ispell-skip-region)
16501 (ispell-minor-check): Improved html skipping support to skip across
16502 code, and recognize `&' commands without propper `;' syntax;
16503 (ispell-process-line): Fix alignment error when manually
16504 correcting spelling.
16505 (ispell): Fix comment string.
16506 (ispell-add-per-file-word-list): Always put word list on new line.
16507
16508 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16509
16510 * format.el (format-encode-run-method): Fix error message to say
16511 `encode' instead of `decode'. Use save-window-excursion around
16512 shell-command-on-region as in format-decode-run-method because
16513 shell-command-on-region can display a buffer with error output.
16514 (format-decode): Don't record undo information for the decoding.
16515 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16516 that number part of the temporary buffer name so that more than
16517 one decoding using a temporary buffer can happen safely.
16518
16519 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16520 of `A-z' in the regexp.
16521
16522 * hilit-chg.el: Fix typos in commentary.
16523
16524 * help.el (view-emacs-news): Rewritten for new naming scheme
16525 for old NEWS files.
16526
16527 * startup.el (command-line): Pop to *Messages* in case an error
16528 is signaled while loading user-init-file.
16529
16530 2000-08-17 Andreas Schwab <schwab@suse.de>
16531
16532 * files.el (insert-directory): Don't lose original file name,
16533 undoing an undocumented change.
16534
16535 2000-08-17 Alex Schroeder <alex@gnu.org>
16536
16537 * sql.el (sql-magic-go): Use comint-bol.
16538 (sql-copy-column): Use comint-line-beginning-position.
16539 (comint-line-beginning-position): Define a replacement for
16540 comint-line-beginning-position if it is not fboundp.
16541
16542 2000-08-17 Alex Schroeder <alex@gnu.org>
16543
16544 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16545 it didn't have any effect anyway.
16546
16547 2000-08-17 Alex Schroeder <alex@gnu.org>
16548
16549 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16550 --pset and pager=off instead of sending \\o|cat at the beginning
16551 of the session.
16552
16553 2000-08-17 Miles Bader <miles@gnu.org>
16554
16555 * progmodes/octave-inf.el: Add compatibility definition of
16556 comint-line-beginning-position.
16557
16558 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16559
16560 * startup.el (normal-top-level): Look in each dir in load-path for
16561 a leim-list.el file too. This assures of loading leim-list.el
16562 that is created at Emacs installation time even if a user have his
16563 own leim-list.el.
16564
16565 2000-08-17 Miles Bader <miles@gnu.org>
16566
16567 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16568 foreground color to black if the background is dark.
16569
16570 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16571
16572 * loadhist.el (unload-feature): Typo.
16573
16574 * finder.el (finder-compile-keywords):
16575 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16576 to the generated file.
16577
16578 * mail/mh-e.el (mh-make-local-vars):
16579 Replace make-variable-buffer-local with make-local-variable.
16580
16581 * play/landmark.el:
16582 * options.el (Edit-options-{set,toggle,t,nil}):
16583 * mail/mailabbrev.el (mail-abbrevs-mode):
16584 * textmodes/tex-mode.el (tex-expand-files):
16585 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16586
16587 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16588
16589 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16590 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16591 Allow going past the last element.
16592 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16593 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16594 (cvs-mouse-toggle-mark): Don't move point.
16595 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16596
16597 * progmodes/compile.el (grep): Provide a default set of files.
16598 (next-error): Docstring fix.
16599 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16600
16601 * emacs-lisp/easy-mmode.el (define-minor-mode):
16602 Use `symbol-value' to keep the byte-compiler quiet.
16603
16604 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16605 (diff-find-source-location): New fun, extracted from diff-goto-source.
16606 (diff-goto-source): Use it.
16607 (diff-next-complex-hunk, diff-filter-lines): New function.
16608 (diff-apply-hunk): New command.
16609
16610 * smerge-mode.el (smerge-mode-menu): Doc fix.
16611
16612 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16613
16614 2000-08-16 Dave Love <fx@gnu.org>
16615
16616 * windmove.el (windmove) <defgroup>: Add :version.
16617
16618 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16619 (goto-address-fontify-p, goto-address-highlight-p)
16620 (goto-address-url-face, goto-address-url-mouse-face)
16621 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16622 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16623 (goto-address-fontify, goto-address-at-mouse): Simplify,
16624 (goto-address-at-point): browse-url-url-at-point,
16625 goto-address-find-address-at-point can return nil.
16626 (goto-address-find-address-at-point): Return nil on failure.
16627
16628 * align.el (align) <defgroup>: Add :version.
16629
16630 * calculator.el (calculator): Add :version.
16631 (calculator): Use two lines for calculator window if `modeline'
16632 face is boxed.
16633
16634 * play/5x5.el: Doc fixes.
16635 (5x5) <defgroup>: Add :version.
16636
16637 * play/fortune.el (fortune) <defgroup>: Add :version.
16638 (fortune-append): Fix error message.
16639 (fortune-from-region): Doc fix.
16640
16641 * play/pong.el (pong): Doc fix.
16642
16643 * play/morse.el: Keywords, commentary, autoloads.
16644
16645 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16646
16647 * desktop.el (desktop-save): Don't look at symbol-value of a
16648 member of minor-mode-alist, unless it is boundp.
16649
16650 2000-08-16 Sam Steingold <sds@gnu.org>
16651
16652 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16653 `while'; use `with-current-buffer' instead of `save-excursion'.
16654 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16655
16656 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16657
16658 * international/ccl.el (declare-ccl-program): Docstring modified.
16659 (ccl-execute-with-args): Likewise.
16660
16661 2000-08-16 Miles Bader <miles@gnu.org>
16662
16663 * progmodes/sql.el: Add compatibility definition of
16664 comint-line-beginning-position.
16665
16666 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16667
16668 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16669 'buffer-menu' property.
16670 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16671 fails.
16672 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16673 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16674 wasn't killed.
16675
16676 * buff-menu.el (list-buffers-noselect): Don't display the
16677 *Buffer List* buffer.
16678
16679 * font-lock.el: Require jit-lock to prevent a very late
16680 `Loading jit-lock' message.
16681
16682 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16683 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16684 mail address.
16685
16686 2000-08-15 Miles Bader <miles@gnu.org>
16687
16688 * textmodes/ispell.el (ispell-graphic-p): New constant.
16689 (ispell-choices-win-default-height, ispell-help): Use
16690 `ispell-graphic-p' instead of `xemacsp'.
16691
16692 2000-08-15 Dave Love <fx@gnu.org>
16693
16694 * simple.el: Autoload widget-convert when compiling.
16695 (mail-user-agent): Doc fix.
16696
16697 * help.el (function-called-at-point, variable-at-point): Use
16698 with-syntax-table.
16699 (help-manyarg-func-alist): Add insert-and-inherit.
16700
16701 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16702
16703 * delsel.el (delsel-unload-hook): New function.
16704
16705 * find-file.el: Doc fixes. Move provide to end.
16706 (ff) <defgroup>: Add :link.
16707 (ff-goto-click): Deleted.
16708 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16709 Use mouse-set-point.
16710
16711 * textmodes/tildify.el: Doc fixes.
16712 (tildify) <defgroup>: Add:version.
16713
16714 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16715 (glasses-custom-set): Use set-default, not set.
16716 (minor-mode-alist): Propertize the lighter.
16717 (glasses-mode): Provide optional arg.
16718
16719 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16720 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16721 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16722 option. Provide :type.
16723 (cwarn-configuration): Provide :type.
16724 (cwarn-mode): Doc fix.
16725
16726 * add-log.el (change-log-merge): Doc fix.
16727 (change-log-redate): New command.
16728
16729 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16730 Doze and Dog.
16731 (browse-url): Use dolist, not mapcar.
16732 (browse-url-at-point): Check for null url.
16733 (browse-url-event-buffer, browse-url-event-point): Functions
16734 deleted.
16735 (browse-url-at-mouse, browse-url-netscape): Simplify.
16736
16737 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16738 modes.
16739 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16740 Fix previous change to mapcan.
16741 (msb--init-file-alist, msb--add-separators)
16742 (msb--make-keymap-menu): Simplify.
16743 (msb--choose-file-menu): Use copy-sequence.
16744 (msb-mode-map): Add title to keymap.
16745 (msb-unload-hook): New function.
16746
16747 * bs.el: Fix indentation.
16748 (bs) <defgroup>: Add :links.
16749 (bs-show): Doc fix.
16750 (bs-apply-sort-faces): Don't use window-system.
16751 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16752
16753 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16754
16755 * calendar/timeclock.el (timeclock-file): Run .timelog through
16756 convert-standard-filename.
16757
16758 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16759
16760 * emacs-lisp/authors.el: New file.
16761
16762 * paren.el (show-paren-priority): New user option.
16763 (show-paren-function): Set overlay priorities to
16764 show-paren-priority.
16765
16766 2000-08-14 Miles Bader <miles@gnu.org>
16767
16768 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16769 beginning-of-line with inhibit-field-text-motion bound.
16770
16771 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16772
16773 * calendar/timeclock.el: New file.
16774
16775 2000-08-14 David Ponce <david@dponce.com>
16776
16777 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16778 `widget-button-click'. so that one can use left mouse button to
16779 click on dialog buttons.
16780
16781 2000-08-14 Emmanuel Briot <briot@gnat.com>
16782
16783 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16784 identifiers, since XML is case sensitive
16785
16786 2000-08-12 Miles Bader <miles@gnu.org>
16787
16788 * comint.el (comint-output-filter): Don't bother frobbing
16789 window-start, it doesn't seem to be necessary.
16790
16791 * comint.el (comint-send-string, comint-send-region): Make into
16792 real functions. Snapshot the prompt before sending.
16793
16794 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16795
16796 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16797 technique similar to Info-index, instead of relying on specific
16798 names of relevant Index nodes.
16799 (Info-goto-emacs-command-node): Bind Info-history to nil when
16800 going to the first node found by Info-find-emacs-command-nodes.
16801
16802 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16803
16804 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16805
16806 2000-08-10 Miles Bader <miles@gnu.org>
16807
16808 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16809
16810 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16811
16812 * info.el (Info-file-list-for-emacs): More elements for the
16813 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16814 and woman manuals.
16815
16816 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16817
16818 * comint.el (comint-send-input): Make the newline boundary overlay
16819 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16820 (comint-output-filter): Use `insert' instead of
16821 `insert-before-markers'. Extend comint-last-output-overlay when
16822 necessary since we can't rely on insert-before-markers to do it.
16823 * gud.el (gud-filter): Use `with-current-buffer' instead of
16824 save-excursion when inserting the output, so that point gets
16825 updated correctly; the old method relied on a rather dodgy
16826 side-effect of comint-output-filter to avoid the effect of
16827 save-excursion.
16828
16829 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16830
16831 * files.el (recover-file): Call insert-directory instead of
16832 invoking `ls' directly.
16833
16834 2000-08-10 Miles Bader <miles@gnu.org>
16835
16836 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16837 (comint-last-prompt-overlay): New variables.
16838 (comint-output-filter): Implement prompt highlighting.
16839 (comint-snapshot-last-prompt): New function.
16840 (comint-send-input): Snapshot the last prompt.
16841 Use comint-highlight-input-face.
16842 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16843 Use defface instead of defcustom.
16844 (send-invisible, comint-send-eof): Snapshot the last prompt.
16845 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16846 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16847
16848 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16849
16850 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16851 (regexp-opt-group): Use a list of chars for `letters'.
16852 (regexp-opt-charset): `chars' is now a list of chars.
16853 Use a char-table rather than a vector so it works for multibyte chars.
16854
16855 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16856 Set cvs-minor-current-files to the selected fileinfo.
16857 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16858 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16859
16860 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16861
16862 * files.el (insert-directory): Don't call access-file on
16863 directories on DOS and Windows.
16864
16865 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16866
16867 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16868 longer if necessary.
16869 (ccl-embed-code): Call ccl-embed-data to store CODE in
16870 ccl-program-vector.
16871
16872 2000-08-09 Miles Bader <miles@gnu.org>
16873
16874 * comint.el (comint-output-filter): Properly handle the case where
16875 the text surrounded by comint-last-output-overlay was deleted.
16876
16877 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16878
16879 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16880 non-nil.
16881 (Info-file-list-for-emacs): Remove "info" from the list because
16882 that leads to trying to use the documentation from file `info'
16883 in various situations where it isn't appropriate, for instance
16884 C-h C-k C-h i.
16885
16886 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16887 DIR and/or STRING are nil.
16888
16889 * progmodes/compile.el (compilation-setup): Make variable
16890 compilation-error-screen-columns buffer-local, as some comment
16891 in the code suggests it should be.
16892
16893 * files.el (auto-mode-interpreter-regexp): New variable.
16894 (set-auto-mode): Use it.
16895
16896 * indent.el (indent-for-tab-command): Doc fix.
16897
16898 * mouse-sel.el (mouse-sel-mode): Doc fix.
16899
16900 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16901 labels.
16902
16903 * help.el (print-help-return-message): When
16904 display-buffer-reuse-frames is set, let the help window been quit,
16905 instead of deleting it, which might delete a reused frame.
16906
16907 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16908
16909 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16910 rename a directory to a name that differs only by its letter case.
16911
16912 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16913
16914 * international/quail.el (quail-define-rules): Handle Quail decode
16915 map correctly. Add code for supporting annotations.
16916 (quail-install-decode-map): New function.
16917 (quail-defrule-internal): New optional arguments decode-map and
16918 props.
16919 (quail-advice): New function.
16920
16921 2000-08-07 Sam Steingold <sds@gnu.org>
16922
16923 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16924 `defconst', `define-condition', `with-slots'.
16925 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16926
16927 2000-08-03 Miles Bader <miles@gnu.org>
16928
16929 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16930 New variable.
16931 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16932 comint-use-prompt-regexp-instead-of-fields.
16933 (comint-send-input): Add `input' field property to stuff we send to
16934 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16935 (comint-output-filter): Add `output' field property to process
16936 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16937 (comint-replace-by-expanded-history)
16938 (comint-get-old-input-default, comint-show-output)
16939 (comint-backward-matching-input, comint-forward-matching-input)
16940 (comint-next-prompt, comint-previous-prompt): Use field
16941 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16942 (comint-line-beginning-position): New function.
16943 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16944 (comint-replace-by-expanded-history-before-point): Use
16945 comint-line-beginning-position and line-end-position.
16946 (comint-last-output-overlay): New variable.
16947 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16948
16949 * shell.el (shell-prompt-pattern): Doc change.
16950 (shell-backward-command): Use line-beginning-position.
16951
16952 * gud.el (gud-gdb-complete-command): Use
16953 comint-line-beginning-position.
16954
16955 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16956 comint-bol doesn't actually go to the beginning of the line.
16957
16958 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16959 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16960 (try-expand-line-all-buffers): Likewise.
16961
16962 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16963 explicitly matching comint-prompt-regexp.
16964 (sql-copy-column): Use comint-line-beginning-position instead of
16965 explicitly matching comint-prompt-regexp.
16966
16967 * progmodes/octave-inf.el (inferior-octave-complete): Use
16968 comint-line-beginning-position.
16969
16970 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16971
16972 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16973 looking for a prompt, use `forward-line 0' instead of
16974 `beginning-of-line', to avoid getting caught by an input field.
16975
16976 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16977
16978 * files.el (shell-quote-wildcard-pattern): Make sure to return
16979 PATTERN, in the Unix case.
16980
16981 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16982
16983 * play/zone.el (zone): Discard any pending input before running
16984 the randomly-chosen pgm.
16985
16986 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16987
16988 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16989 checking the existence of any multibyte characters.
16990
16991 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16992
16993 * help.el (describe-mode): Test minor-mode symbol for being
16994 bound before testing its value for being nil.
16995
16996 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16997 `first', `second', and `third'.
16998
16999 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
17000 (second): Make it an alias for `cadr'.
17001
17002 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
17003
17004 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
17005 types of display support faces now.
17006
17007 2000-08-05 Gerd Moellmann <gerd@gnu.org>
17008
17009 * pcvs.el (require): Require `cl' during compilation, only.
17010
17011 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
17012 (toplevel): Remove `remq' and `remove' from autoloads.
17013 (cl-fake-autoloads): New variable. If set, arrange for an error
17014 when CL functions etc. are autoloaded.
17015
17016 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
17017
17018 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
17019
17020 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
17021 popped up, but the user clicks outside the menu, return an empty
17022 regexp (that causes unhighlight-regexp to have no effect).
17023
17024 * menu-bar.el (menu-bar-games-menu): Add Zone.
17025
17026 * hi-lock.el (toplevel): Require font-lock.
17027
17028 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17029
17030 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
17031 (ebnf-8-bit-chars): New var for bug fix.
17032 (ebnf-string): Bug fix.
17033
17034 2000-08-03 Sam Steingold <sds@gnu.org>
17035
17036 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
17037 instead of `buffer-string'.
17038 (require 'cl): Always, not just when compiling.
17039 `ignore-errors' in `interactive', `list*', `defun*' &c make this
17040 necessary.
17041
17042 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
17043
17044 * international/mule-cmds.el (select-safe-coding-system): Make
17045 the message text about selecting a safe coding system more clear.
17046
17047 2000-08-02 Gerd Moellmann <gerd@gnu.org>
17048
17049 * hi-lock.el: New file.
17050
17051 * play/zone.el: New file.
17052
17053 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17054 value of tab-width in the original buffer. Choose a line number
17055 format that's a multiple of the original buffer's tab width, so
17056 that lines appear right.
17057
17058 * textmodes/ispell.el (ispell): New function, replacing an alias.
17059 Spell-check active region if in transient-mark-mode and mark
17060 is active; otherwise spell-check buffer.
17061
17062 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17063
17064 * ps-mule.el: Fix a customization problem on
17065 ps-mule-font-info-database-default.
17066
17067 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17068
17069 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17070 display-mouse-p instead of window-system.
17071 (ebrowse-member-mode-map): Ditto.
17072
17073 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17074
17075 * progmodes/ebnf2ps.el: Update ps-print functions call.
17076 Indentation fix. Doc fix.
17077 (ebnf-version): New version number (3.2).
17078 (ebnf-format-color, ebnf-begin-job): Code fix.
17079
17080 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17081
17082 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17083 font lock support on window-system.
17084 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17085
17086 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17087 display-color-p, if fboundp, instead of window-system.
17088
17089 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17090
17091 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17092 instead of window-system.
17093
17094 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17095 window-system.
17096 (widget-choice-mouse-down-action): Use display-popup-menus-p
17097 instead of window-system.
17098
17099 * strokes.el (strokes-file): Run the file name through
17100 convert-standard-filename.
17101 (strokes-mode): Call display-mouse-p instead of looking at
17102 window-system. Change the error message accordingly.
17103
17104 * progmodes/cpp.el (toplevel): Support faces on tty's.
17105
17106 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17107 (lm-plot-square, lm-init-display): Don't use window-system.
17108
17109 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17110 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17111
17112 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17113 instead of looking at window-system.
17114
17115 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17116
17117 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17118 of testing if iswitchb-prepost-hooks is bound, because the
17119 latter will always be true when invoking a recursive minibuffer
17120 from an active Iswitchb buffer.
17121
17122 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17123
17124 * files.el (shell-quote-wildcard-pattern): New function.
17125 (insert-directory): Call it. Only prepend "\" to command on Unix
17126 and GNU/Linux systems.
17127
17128 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17129
17130 * eshell/esh-groups.el: Change custom :link file names
17131 from `eshell.info' to `eshell'.
17132
17133 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17134
17135 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17136 correctly in recursive ange-ftp listings.
17137
17138 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17139
17140 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17141 ps-header-font-size-internal and
17142 ps-header-title-font-size-internal variables are not set,
17143 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17144 face text property is (foreground-color . COLOR) or
17145 `(background-color . COLOR)', ps-print crashes. Doc fix.
17146 (ps-print-version): New version number (5.2.4).
17147 (ps-plot-region): Code fix.
17148 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17149 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17150 Bug fix 2.
17151
17152 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17153
17154 * glasses.el (glasses-make-readable): Fix uncapitalization of
17155 identifiers like `myXMLDocument'.
17156
17157 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17158
17159 * mail/mail-hist.el (mail-hist-previous-input)
17160 (mail-hist-next-input): Do the obvious code factorization.
17161 (mail-hist-retrieve-and-insert): New func, contains common
17162 code of above two.
17163 If inserting a message body, leave point at top.
17164
17165 2000-07-28 Sam Steingold <sds@gnu.org>
17166
17167 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17168 Use `<=', not `<' to compare times!
17169 (ange-ftp-ls): Remove.
17170
17171 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17172
17173 * play/cookie1.el: Add explanation of how to make cookie.el
17174 compatible with strfile(1) to comment.
17175
17176 * subr.el (remove, remq): New functions.
17177
17178 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17179 escape `*' in regexps.
17180 (midnight-find): Reverse order of arguments in the funcall of
17181 TEST.
17182
17183 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17184 and `.class'.
17185
17186 * play/meese.el: Add Commentary section.
17187
17188 2000-07-27 Alex Schroeder <alex@gnu.org>
17189
17190 * sql.el (sql-ms): Added autoload cookie.
17191 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17192 (sql-oracle): Ditto.
17193 (sql-help): Doc change.
17194
17195 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17196 types and exceptions.
17197
17198 2000-07-27 Alex Schroeder <alex@gnu.org>
17199
17200 * sql.el (sql-placeholder-history): New variable.
17201 (sql-query-placeholders-and-send): New function that will query
17202 the user and replace placeholders with user input.
17203 (sql-oracle): If running on NT, set comint-input-sender to
17204 sql-query-placeholders-and-send.
17205
17206 (sql-stop): If in the SQLi buffer, insert stop notification, else
17207 present it as a message.
17208
17209 2000-07-27 Alex Schroeder <alex@gnu.org>
17210
17211 * sql.el (sql-input-ring-separator): Doc change.
17212 (sql-input-ring-file-name): Doc change.
17213 (sql-interactive-mode): Use `sql-input-ring-separator' and
17214 `sql-input-ring-file-name' to set the comint-mode equivalents
17215 without making them local variables.
17216 (sql-stop): Don't bind `sql-input-ring-separator' and
17217 `sql-input-ring-file-name' dynamically to their comint-mode
17218 equivalents.
17219
17220 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17221
17222 * international/mule.el (register-char-codings): New function.
17223 (make-coding-system): Handle `safe-chars' specification in the arg
17224 PROPERTY.
17225
17226 * international/mule-cmds.el
17227 (find-coding-systems-region-subset-p): This function deleted.
17228 (sort-coding-systems-predicate): New variable.
17229 (sort-coding-systems): New function.
17230 (find-coding-systems-region): Use
17231 find-coding-systems-region-internal.
17232 (find-coding-systems-string): Use find-coding-systems-region.
17233 (find-coding-systems-for-charsets): Check
17234 char-coding-system-table.
17235 (select-safe-coding-system-accept-default-p): New variable.
17236 (select-safe-coding-system): Mostly rewritten. New argument
17237 ACCEPT-DEFAULT-P.
17238 (select-message-coding-system): Call select-safe-coding-system
17239 with ACCEPT-DEFAULT-P arg.
17240 (reset-language-environment): Reset default-sendmail-coding-system
17241 to the default value iso-latin-1.
17242 (set-language-environment): Don't set the obsolete variable
17243 charset-origin-alist.
17244
17245 * international/codepage.el (cp-coding-system-for-codepage-1):
17246 Give `safe-chars' property to make-coding-system.
17247
17248 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17249 calling select-message-coding-system twice.
17250
17251 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17252 instead of `safe-charsets'.
17253 (cyrillic-alternativnyj): Likewise.
17254 (ccl-encode-alternativnyj): Don't check the charset
17255 cyrillic-iso8859-5.
17256
17257 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17258
17259 * composite.el (compose-chars-after): Preserve match data.
17260
17261 2000-07-26 Sam Steingold <sds@gnu.org>
17262
17263 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17264 (ange-ftp-real-file-newer-than-file-p): New function.
17265 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17266 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17267
17268 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17269 * midnight.el (midnight-float-time): Ditto.
17270
17271 2000-07-26 Andreas Schwab <schwab@suse.de>
17272
17273 * files.el (normal-backup-enable-predicate): Correct
17274 interpretation of the return value of compare-strings.
17275
17276 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17277
17278 * isearch.el (isearch-resume): New function.
17279 (isearch-done): Add something to command-history to resume
17280 the search.
17281 (isearch-yank-line, isearch-yank-word): Use
17282 buffer-substring-no-properties instead of buffer-substring.
17283
17284 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17285 of flyspell-mouse-map.
17286
17287 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17288 duplicate definition.
17289 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17290
17291 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17292 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17293
17294 2000-07-25 Sam Steingold <sds@gnu.org>
17295
17296 * net/ange-ftp.el: Get modtime over the net.
17297 (ange-ftp-file-modtime): New function.
17298 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17299 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17300 Use it.
17301 (ange-ftp-dot-to-slash): New function.
17302 (ange-ftp-fix-name-for-vms): Use it.
17303
17304 * midnight.el (midnight-buffer-display-time): Use
17305 `with-current-buffer'.
17306
17307 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17308
17309 * find-dired.el: Update copyright notice.
17310 (find-dired): Offer to kill a running `find'.
17311
17312 * enriched.el (enriched-face-ans): For a `foreground-color'
17313 property, return '(("x-color" COLOR))' so that COLOR will be
17314 output as a parameter of the x-color annotation. Likewise for the
17315 `background-color' property. In the case of normal face
17316 properties, don't return annotations for unspecified foreground
17317 and background face attributes.
17318
17319 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17320
17321 * language/japan-util.el (japanese-katakana-region): Fix handling
17322 HANKAKU argument.
17323
17324 2000-07-25 Miles Bader <miles@gnu.org>
17325
17326 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17327 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17328 constrain-to-field.
17329
17330 2000-07-24 Andrew Innes <andrewi@gnu.org>
17331
17332 * timer.el (timer-activate-when-idle): Add optional parameter
17333 DONT-WAIT. Update docstring.
17334 (run-with-idle-timer): Specify extra parameter to
17335 timer-activate-when-idle, so that timer will be activated
17336 immediately if Emacs is already idle.
17337
17338 * w32-fns.el (w32-using-nt): Fix docstring.
17339
17340 2000-07-24 Dave Love <fx@gnu.org>
17341
17342 * mouse.el (popup-menu): Set last-command-event.
17343 (mouse-major-mode-menu-prefix): Declare.
17344
17345 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17346
17347 * textmodes/flyspell.el: Update to author's version 1.5d.
17348
17349 * progmodes/hideshow.el: Update copyright notice.
17350
17351 * vcursor.el: Set maintainer to FSF, since author cannot
17352 be reached.
17353
17354 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17355
17356 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17357 the prompt.
17358
17359 * mouse.el (popup-menu): Run the keymap through indirect-function,
17360 in case it was defined with define-prefix-key. If the menu is a
17361 list of keymaps, look up the binding of user's choice in each one
17362 of the keymaps.
17363 (mouse-popup-menubar): If the global and local menu-bar keymaps
17364 don't have a prompt string, create one and insert it into the
17365 keymap. Don't barf if current-local-map returns nil.
17366
17367 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17368
17369 * dired.el (dired-sort-R-check): Added to allow recursive listing
17370 to be undone.
17371 (dired-sort-other): Use it.
17372
17373 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17374
17375 * Release of cc-mode 5.27
17376
17377 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17378
17379 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17380 c-beginning-of-statement-1 that caused a bad case of recursion
17381 which could consume a lot of CPU in large classes in languages
17382 that have in-expression classes (i.e. Java and Pike).
17383
17384 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17385 statements before top level constructs (i.e. case 6 is moved
17386 before case 5 and is now case 4) to catch in-expression
17387 classes in top level expressions correctly.
17388
17389 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17390
17391 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17392 objc-method-intro. Case 4 removed and case 5I added.
17393
17394 * cc-langs.el (c-append-paragraph-start): New variable used by
17395 c-common-init to get paragraph-start correct.
17396 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17397 initialize paragraph-start to make it correct both with and
17398 without the javadoc special case.
17399
17400 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17401 initialize paragraph-start for javadoc markup.
17402
17403 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17404 change by defaulting this to t. It's motivated by the
17405 confusing behavior that otherwise arise from the style system
17406 when editing both java and non-java files at the same time
17407 (see the comments about style setting in c-common-init).
17408
17409 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17410
17411 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17412 similar to the one in c-fill-paragraph to check the fill
17413 prefix from the adaptive fill function for sanity.
17414
17415 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17416
17417 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17418 defun block.
17419
17420 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17421
17422 * cc-align.el (c-lineup-multi-inher): Handle lines with
17423 leading comma nicely. Extended to handle member initializers
17424 too.
17425
17426 * cc-engine.el: (c-beginning-of-inheritance-list,
17427 c-guess-basic-syntax): Fixed recognition of inheritance lists
17428 when the lines begins with a comma.
17429
17430 * cc-vars.el (c-offsets-alist): Changed default for
17431 member-init-cont to c-lineup-multi-inher since it now handles
17432 member initializers and indents better for leading commas.
17433
17434 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17435
17436 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17437 handling that caused class open lines to be recognized as
17438 statement-conts in some cases.
17439
17440 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17441 guessed by the adaptive fill function unless point is on the
17442 first line of a block comment.
17443
17444 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17445 when the buffer ends with a macro continuation char.
17446
17447 * cc-engine.el (c-guess-basic-syntax): Added support for
17448 function definitions as statements in Pike. The first
17449 statement in a lambda block is now labeled defun-block-intro
17450 instead of statement-block-intro.
17451
17452 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17453 so that the class surrounding point is selected, not the one
17454 innermost in the state.
17455
17456 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17457 recognition of switch labels having hanging multiline
17458 statements.
17459
17460 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17461 some code in c-guess-basic-syntax to a separate function.
17462 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17463 recognition of member inits with multiple line arglists.
17464 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17465 member-init-cont when the commas are in funny places.
17466
17467 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17468
17469 * cc-defs.el (c-auto-newline): Removed this macro since it's
17470 not used anymore.
17471
17472 * cc-engine.el (c-looking-at-bos): New helper function.
17473 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17474 inexpr and toplevel classes apart in Pike.
17475
17476 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17477 of case 9A.
17478
17479 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17480 constant, since "class" can introduce an in-expression class
17481 in Pike nowadays.
17482
17483 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17484
17485 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17486 indentation on cpp-macro lines.
17487
17488 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17489 a syntax modifier like comment-intro, to make it possible to
17490 get syntactic indentation for preprocessor directives. It's
17491 incompatible wrt to lineup functions on cpp-macro, but it has
17492 no observable effect in the 99.9% common case where cpp-macro
17493 is set to -1000.
17494
17495 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17496
17497 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17498 member-init-cont when the preceding arglist is several lines.
17499
17500 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17501
17502 * cc-styles.el (c-style-alist): The basic offset for the BSD
17503 style corrected to 8.
17504
17505 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17506
17507 * cc-styles.el (c-style-alist): Adjusted the indentation of
17508 brace list openers in the gnu style.
17509
17510 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17511
17512 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17513
17514 * cc-cmds.el (c-electric-brace, c-electric-slash,
17515 c-electric-star, c-electric-semi&comma, c-electric-colon,
17516 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17517 when c-syntactic-indentation is nil.
17518
17519 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17520 we were left at comments preceding the first statement when
17521 reaching the beginning of the buffer.
17522
17523 * cc-vars.el (c-syntactic-indentation): New variable to turn
17524 off all syntactic indentation.
17525
17526 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17527
17528 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17529 between the text and the block comment ender when it hangs,
17530 depending on how many there are before the fill.
17531
17532 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17533
17534 * cc-engine.el (c-beginning-of-closest-statement): New helper
17535 function to go back to the closest preceding statement start,
17536 which could be inside a conditional statement.
17537 * cc-engine.el (c-guess-basic-syntax): Use
17538 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17539
17540 * cc-engine.el (c-guess-basic-syntax): Better handling of
17541 arglist-intro, arglist-cont-nonempty and arglist-close when
17542 the arglist is nested inside parens. Cases 7A, 7C and 7F
17543 changed.
17544
17545 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17546 up-to-date with javadoc 1.2.
17547
17548 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17549
17550 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17551 multiline Pike type decls.
17552
17553 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17554
17555 * cc-cmds.el (c-indent-new-comment-line): Always break
17556 multiline comments in multiline mode, regardless of
17557 comment-multi-line.
17558
17559 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17560
17561 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17562 fully::qualified::names in C++ member init lists. Preamble in
17563 case 5D changed.
17564
17565 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17566
17567 * cc-langs.el (c-common-init): Handling of obsolete variables
17568 moved to c-initialize-cc-mode. More compatible style override
17569 when using global style variables.
17570 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17571 variables moved here.
17572
17573 * cc-styles.el (c-make-styles-buffer-local): Flag style
17574 variable localness in c-style-variables-are-local-p to make
17575 the compatibility measure in c-common-init work well.
17576
17577 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17578 longer contain set-from-style.
17579 * cc-styles.el (c-initialize-builtin-style): Don't check for
17580 set-from-style on c-special-indent-hook.
17581 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17582 copy-alist is sufficient now.
17583
17584 * cc-styles.el (c-set-style, c-set-style-1,
17585 c-get-style-variables): Fixes to variable initialization so
17586 that duplicate entries in styles have the same effect
17587 regardless of DONT-OVERRIDE.
17588
17589 * cc-styles.el (c-set-style-2): Fixed bug where the
17590 initialization of inheriting styles failed when the
17591 dont-override flag is set.
17592
17593 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17594 on this.
17595
17596 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17597
17598 * cc-defs.el (c-forward-comment): Removed the workaround
17599 introduced in 5.38 since it had worse side-effects. If a line
17600 contains the string "//\"", it regarded the // as a comment
17601 start since the \ temporarily doesn't have escape syntax.
17602
17603 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17604
17605 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17606 ada-xref.el before ada-prj.el, so that the Project menu is created
17607 when ada-prj tries to add to it.
17608 (ada-activate-keys-for-case): Suppress the characters that are not
17609 part of the Ada syntax. Better compatibility with else-mode
17610 (ada-adjust-case-interactive): When auto-casing is not active,
17611 correctly insert newlines (used to insert only ^M). Prevent the
17612 syntax table from being changed in case of an error
17613 (or '_' becomes part of a word and some commands are confused).
17614 Do nothing if ada-auto-case is nil.
17615 (ada-after-keyword-p): Ignore keywords that are also attributes
17616 (ada-batch-reformat): Update usage comment
17617 (ada-call-from-contextual-menu): New function
17618 (ada-case-read-exceptions): Reinitialize the casing exception list
17619 first to nil first, so that the casing exception file can be
17620 shared.
17621 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17622 files.
17623 (ada-compile-goto-error): Fix regexp used to detect a file:line
17624 anywhere in the error message
17625 (ada-contextual-menu-last-point): New variable
17626 (ada-create-keymap): If the variable delete-key-deletes-forward is
17627 t on XEmacs, it means that DEL should delete one character
17628 forward.
17629 (ada-create-menu): Use :included instead of :visible for XEmacs.
17630 New submenu "Options".
17631 (ada-end-stmt-re): Correctly indent "select ... then abort"
17632 statements.
17633 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17634 even if they don't match ada-fill-comment-prefix Fix handling of
17635 paragraphs on the first or last line of a file.
17636 (ada-format-paramlist): Fix handling of default parameter values.
17637 (ada-get-body-name): New function.
17638 (ada-get-current-indent): Optimized by searchling directly for an
17639 existing generic part or a statement outside of it. Handle
17640 ada-indent-align-comments when indenting comments Replaced some
17641 regexps by testing directly the next character. This results in a
17642 huge speedup on some files. New indentation scheme for renames
17643 statements. Stop looking for the 'while' or 'for' associated with
17644 a 'loop' at the first semicolon encountered. A "return" can also
17645 match an anonymous access subprogram declaration.
17646 (ada-get-indent-noindent): Ignore strings and comments when
17647 looking for the keywords "record" and "private".
17648 (ada-goto-matching-decl-start): When matching "if", make sure we
17649 are not in fact seeing "end if". Ignore "when" statements except
17650 when initial keyword was "begin". Fix handling of nested
17651 procedures. Add a recursive call to this function to skip over
17652 other 'end' statmts. Fix indentation for "when .. => begin"
17653 (ada-in-open-paren-p): Fix indentation for complex boolean
17654 expressions, where 'and then', 'or else' and parenthesis
17655 statements are mixed up.
17656 (ada-in-paramlist-p): Skip comments while searching for the
17657 beginning Fix handling of operator declarations.
17658 (ada-indent-align-comments): New variable
17659 (ada-indent-current): Change the syntax table only in the
17660 protected section, so that we are sure it is restored correctly.
17661 (ada-indent-on-previous-lines): Use ada-use-indent and
17662 ada-with-indent Correctly indent "select ... then"
17663 (ada-indent-region): Slight speedup.
17664 (ada-indent-renames): New variable.
17665 (ada-last-which-function-subprog, ada-last-which-function-line):
17666 New variables
17667 (ada-looking-at-semi-private): Correctly indent the 'private'
17668 keyword when it is the first word in a package declaration.
17669 (ada-loose-case-word): Stop searching if at the end of the buffer.
17670 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17671 even if point is not initially at the end of the word.
17672 (ada-matching-decl-start-re): Add "when".
17673 (ada-mode): Add support for abbrev-mode, outline-mode and
17674 which-func-mode Override the old find-file.el entry in
17675 ff-special-constructs since it is using the obsolete
17676 ada-spec-suffix variable
17677 (ada-no-auto-case): New function
17678 (ada-scan-paramlist): When parsing the argument type, accept
17679 spaces (as in "X 'Class", generated by Rational Rose).
17680 (ada-other-file-name): No longer loads the other file.
17681 (ada-popup-menu): Save and restore the current buffer and cursor
17682 position before and after displaying the menu.
17683 (ada-search-ignore-complex-boolean): New function.
17684 (ada-uncomment-region): Emacs21 already knows how to delete
17685 comments not starting in the first column.
17686 (ada-use-indent): New variable
17687 (ada-which-function): New function.
17688 (ada-with-indent): New variable
17689 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17690 can be batch-compiled from the command line.
17691
17692 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17693 Add to the menu when the file is loaded, not in ada-mode-hook.
17694 Add -toolbar to the default ddd command Switches moved from
17695 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17696 ada-prj-default-comp-opt
17697 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17698 Reference Manual to the menu
17699 (ada-check-current): rewritten as a call to ada-compile-current
17700 (ada-compile): Removed.
17701 (ada-compile-application, ada-compile-current, ada-check-current):
17702 Set the compilation-search-path so that compile.el automatically
17703 finds the sources in src_dir. Automatic scrollong of the
17704 compilation buffer. C-uC-cC-c asks for confirmation before
17705 compiling
17706 (ada-compile-current): New parameter, prj-field
17707 (ada-complete-identifier): Load the .ali file before doing
17708 processing
17709 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17710 conform to gnatmake's behavior.
17711 (ada-find-file-in-dir): New function
17712 (ada-find-references): Set the environment variables for gnatfind
17713 (ada-find-src-file-in-dir): New function.
17714 (ada-first-non-nil): Removed
17715 (ada-gdb-application): Add support for jdb, the java debugger.
17716 (ada-get-ada-file-name): Load the original-file first if not done
17717 yet.
17718 (ada-get-all-references): Handles the new ali syntax (parent types
17719 are found between <>).
17720 (ada-initialize-runtime-library): New function
17721 (ada-mode-hook): Always load a project file when a file is opened,
17722 so that the casing exceptions are correctly read.
17723 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17724 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17725 to open the project file, since the latter does not work with
17726 speedbar Get default values before loading the prj file, or the
17727 default executable file name is wrong. Use the absolute value of
17728 src_dir to initialize ada-search-directories and
17729 compilation-search-path,... Add the standard runtime library to
17730 the search path for find-file.
17731 (ada-prj-default-debugger): Was missing an opening '{'
17732 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17733 variables.
17734 (ada-prj-default-gnatmake-opt): New variable
17735 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17736 buffers, the project file is the default one Save the windows
17737 configuration before displaying the menu.
17738 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17739 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17740 ...) regexp-quote identifiers names to support operators +,
17741 -,... in regexps.
17742 (ada-remote): New function.
17743 (ada-run-application): Erase the output buffer before starting the
17744 run Support remote execution of the application. Use
17745 call-process, or the arguments are incorrectly parsed
17746 (ada-set-default-project-file): Reread the content of the active
17747 project file, not the one from the current buffer When a project
17748 file is set as the default project, all directories are
17749 automatically associated with it.
17750 (ada-set-environment): New function
17751 (ada-treat-cmd-string): New special variable ${current}
17752 (ada-treat-cmd-string): Revised. The substitution is now done for
17753 any ${...} substring
17754 (ada-xref-current): If no body was found, compiles the spec
17755 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17756 compiler to get rid of command line length limitations.
17757 (ada-xref-get-project-field): New function
17758 (ada-xref-project-files): New variable
17759 (ada-xref-runtime-library-specs-path)
17760 (ada-xref-runtime-library-ali-path): New variables
17761 (ada-xref-set-default-prj-values): Default run command now does a
17762 cd to the build directory. New field: main_unit Provide a default
17763 file name even if the current buffer has no prj file.
17764
17765 * ada-prj.el:
17766 Rewritten to show a tabbed-dialog.
17767 (ada-prj-add-ada-menu): Remove the map and name parameters.
17768 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17769 New function
17770 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17771 (ada-prj-load-from-file): New function
17772 (ada-prj-save): Always save fields that depend on the current buffer
17773 (ada-prj-show-value): New function
17774
17775 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17776 Ada mode. This will allow us to display the Ada menu in any buffer
17777 we want (for project items).
17778 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17779 number of spaces in the header.
17780
17781 2000-07-24 Dave Love <fx@gnu.org>
17782
17783 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17784
17785 2000-07-23 Noah Friedman <friedman@splode.com>
17786
17787 * type-break.el (type-break): perform autosave.
17788 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17789 (type-break-do-query): Cancel query schedule while performing
17790 actual query, to avoid possibility of a second query being made
17791 while first one is already in progress.
17792 (type-break-time-stamp-format): New variable.
17793 (type-break-time-stamp): New function.
17794 (type-break-time-warning): Use it.
17795 (type-break-keystroke-warning): Use it.
17796 (type-break-noninteractive-query): Use it.
17797
17798 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17799 cookie.
17800 Use add-minor-mode to set minor-mode-alist, if available.
17801 (eldoc-echo-area-use-multiline-p): New user option.
17802 (eldoc-echo-area-multiline-supported-p): New variable.
17803 (eldoc-docstring-format-sym-doc): Use them.
17804 (eldoc-mode): If not using idle timers, append to local post and
17805 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17806 (eldoc-display-message-no-interference-p): Don't interfere with
17807 edebug.
17808 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17809 (eldoc-function-arglist): New function.
17810 (eldoc-function-argstring): Use it.
17811
17812 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17813 auto save directory exists before calling directory-files.
17814
17815 2000-07-23 Dave Love <fx@gnu.org>
17816
17817 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17818 ^o, ^u.
17819
17820 2000-07-21 Dave Love <fx@gnu.org>
17821
17822 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17823 now passed to the function. It now works properly.
17824
17825 * smerge-mode.el (smerge-mode-menu): Fill it out.
17826
17827 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17828
17829 * info-look.el (info-lookup): If *info* is shown in another frame
17830 on the same display, select that frame, instead of switching to
17831 the Info buffer in another window of the selected frame.
17832
17833 * simple.el (universal-argument-map): Bind numeric keypad keys
17834 kp-0 to kp-9 and kp-subtract.
17835 (digit-argument): Handle these keys.
17836
17837 2000-07-20 Dave Love <fx@gnu.org>
17838
17839 * net/goto-addr.el (goto-address-fontify): Don't bother with
17840 buffer-modified and read-only stuff -- irrelevant with overlays.
17841 Put an extra property on the overlays and use it to clean up in
17842 case goto-address is re-run.
17843
17844 2000-07-19 Richard M. Stallman <rms@gnu.org>
17845
17846 * timer.el (run-with-idle-timer): Doc fix.
17847
17848 * mail/mail-utils.el (mail-strip-quoted-names):
17849 Handle case where <...> appears inside "...".
17850 Use replace-match to edit the string more simply.
17851 (rmail-dont-reply-to): Cope with an unmatched ".
17852
17853 2000-07-19 Dave Love <fx@gnu.org>
17854
17855 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17856 implementation.
17857
17858 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17859 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17860 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17861
17862 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17863
17864 * textmodes/refer.el: Correct maintainer's email address.
17865
17866 * progmodes/hideif.el: Correct author's email address.
17867 Fix typo in comment.
17868
17869 * xml.el: New file.
17870
17871 * mail/mailheader.el: Correct author's mail address.
17872
17873 * gnus/parse-time.el: Correct author's mail address.
17874
17875 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17876
17877 * comint.el (comint-highlight-input, comint-highlight-face):
17878 New user options.
17879 (comint-input-ring-file-name): Change custom type.
17880 (comint-mode-map): Bind mouse-2.
17881 (comint-insert-clicked-input): New function.
17882 (comint-send-input): Handle input highlighting.
17883
17884 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17885
17886 * mouse.el (popup-menu): New function.
17887 (mouse-major-mode-menu): Use it.
17888
17889 2000-07-18 Dave Love <fx@gnu.org>
17890
17891 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17892 improvements.
17893
17894 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17895
17896 * faces.el (face-font-selection-order)
17897 (face-font-family-alternatives): Add custom type.
17898
17899 2000-07-18 Dave Love <fx@gnu.org>
17900
17901 * cus-edit.el (custom-variable-reset-saved)
17902 (custom-variable-reset-standard): Remove unused bindings.
17903
17904 * rect.el (open-rectangle-line): Remove unused let.
17905
17906 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17907
17908 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17909
17910 * cdl.el: Fix `Maintainer' keyword.
17911
17912 * play/pong.el: Add author's email address.
17913
17914 2000-07-17 Sam Steingold <sds@gnu.org>
17915
17916 * files.el (insert-directory): Call `split-string' instead of
17917 re-implementing it.
17918
17919 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17920
17921 * mail/vms-pmail.el: Change maintainer to FSF.
17922
17923 * net/goto-addr.el: Change maintainer to FSF.
17924
17925 * info.el (Info-title-face-alist): Removed.
17926
17927 2000-07-18 David Ponce <david@dponce.com>
17928
17929 * recentf.el (recentf-open-files): New command that works like
17930 `recentf-open-more-files', but shows the whole list of files (not just
17931 those omitted from the menu). Useful if you don't use a menu-bar!
17932 (recentf-open-more-files) Modified to use `recentf-open-files'.
17933
17934 (recentf-open-files, recentf-open-more-files)
17935 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17936
17937 (recentf-dialog-mode): New mode for dialogs. You can now just type
17938 "q" to cancel the dialogs.
17939
17940 2000-07-18 David Ponce <david@dponce.com>
17941
17942 * recentf.el: This is a major update of recentf.el. It adds new
17943 features to better organize the recentf menu and "More..." buffer.
17944
17945 Using new provided menu filtering functions you can now organize the
17946 recent files list:
17947
17948 - by major modes
17949 - by directories
17950 - by user defined rules
17951
17952 Finally, with the new `recentf-filter-changer' customizable filter you
17953 can define a ring of filters and dynamically (via the menu) cycle on
17954 each menu organization in the ring (a la msb).
17955
17956 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17957
17958 * eshell/eshell.el (eshell): Replace links to eshell.info with
17959 links to eshell, to avoid problems on systems where the manual is
17960 installed as `eshell'.
17961 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17962 * eshell/em-smart.el (eshell-smart): Ditto.
17963 * eshell/em-banner.el (eshell-banner): Ditto.
17964 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17965
17966 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17967 same-file check in the MS-DOS version (it does support inodes).
17968
17969 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17970
17971 * eshell/eshell.el (eshell-directory-name):
17972 Run default directory name through convert-standard-filename.
17973
17974 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17975
17976 * international/mule-cmds.el (select-safe-coding-system):
17977 Fix typo in the comment.
17978
17979 * language/european.el (compound-text):
17980 Force katakana-jisx0201 to be designated to G1.
17981
17982 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17983 Don't translate some national variant characters of latin-jisx0201.
17984 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17985
17986 * international/kkc.el (kkc-after-update-conversion-functions):
17987 New variable.
17988 (kkc-update-conversion): Run functions in it at the tail.
17989
17990 2000-07-16 John Wiegley <johnw@gnu.org>
17991
17992 * lisp/align.el (align-newline-and-indent):
17993 Adding new function. for auto-aligning blocks of code on RET.
17994 (align-region): Fixed badly formatted minibuffer message.
17995
17996 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17997
17998 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17999 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
18000 the conversion list at first if appropriate.
18001 (kkc-next): Don't update kkc-next-count here.
18002 (kkc-prev): Don't update kkc-prev-count here.
18003 (kkc-show-conversion-list-update): Fix setting up of conversion
18004 list message.
18005
18006 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
18007
18008 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
18009
18010 2000-07-16 Dave Love <fx@gnu.org>
18011
18012 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
18013 function to be more specific.
18014
18015 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
18016 non-string help-echo.
18017 (widget-types-convert-widget): Defsubst it.
18018 (widget-echo-help): Try to cope with a help-echo function of two
18019 possible sorts.
18020
18021 2000-07-15 Jason Rumney <jasonr@gnu.org>
18022
18023 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
18024 Declare as obsolete.
18025
18026 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
18027
18028 2000-07-14 Gerd Moellmann <gerd@gnu.org>
18029
18030 * hilit-chg.el: Fix typo.
18031
18032 2000-07-14 Dave Love <fx@gnu.org>
18033
18034 * info.el (Info-mode-menu): Fix use of :help, :enable.
18035
18036 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
18037
18038 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
18039
18040 2000-07-13 Dave Love <fx@gnu.org>
18041
18042 * emacs-lisp/easymenu.el: Doc fixes.
18043 (easy-menu-remove): Defalias to ignore.
18044
18045 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
18046 Call throw correctly.
18047
18048 2000-07-13 Gerd Moellmann <gerd@gnu.org>
18049
18050 * faces.el (frame-background-mode): Doc fix.
18051
18052 * simple.el (eval-expression-print-length): Change custom type to
18053 allow entering nil as value.
18054
18055 2000-07-13 Dave Love <fx@gnu.org>
18056
18057 * progmodes/fortran.el (fortran-imenu-generic-expression):
18058 Change definition layout.
18059 (fortran-mode-menu): Reinstate customize entries.
18060
18061 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18062 Use :filter, per old XEmacs code.
18063
18064 2000-07-12 Gerd Moellmann <gerd@gnu.org>
18065
18066 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18067 event when deciding what to send to the terminal.
18068
18069 2000-07-12 Dave Love <fx@gnu.org>
18070
18071 * cus-start.el: Add optional version as 4th element of specs and
18072 use it for several things new in v21. Remove load-path. Fix type
18073 of line-number-display-limit.
18074
18075 2000-07-11 Dave Love <fx@gnu.org>
18076
18077 * progmodes/fortran.el: Don't require easymenu.
18078 Use repeat counts in various regexps.
18079 (fortran-mode-syntax-table): Defvar directly.
18080 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18081 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18082 Use defvar, not defconst.
18083 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18084 (fortran-mode): Set fortran-comment-line-start-skip,
18085 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18086 (fortran-comment-indent): Use defsubst.
18087 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18088 Use fortran-comment-indent, not fortran-comment-indent-function.
18089 (fortran-comment-region, fortran-electric-line-number): Simplify.
18090 (fortran-auto-fill): New function.
18091 (fortran-do-auto-fill): Deleted.
18092 (fortran-find-comment-start-skip):
18093 Check for non-null comment-start-skip.
18094 (fortran-auto-fill-mode, fortran-fill-statement):
18095 Use fortran-auto-fill.
18096 (fortran-fill): Use fortran-auto-fill. Check for null
18097 comment-start-skip. Simplify final clause and use end-of-line finally.
18098
18099 * widget.el (widget-plist-member): New alias.
18100
18101 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18102
18103 * eshell/esh-module.el (toplevel): Reference
18104 byte-compile-current-file only if it is bound.
18105
18106 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18107
18108 * dired.el: Don't require `dired-aux'.
18109
18110 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18111
18112 * dired-aux.el (dired-show-file-type): New function.
18113 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18114 (dired-show-file-type): Add autoload.
18115
18116 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18117
18118 * international/mule-diag.el (describe-font): Adjusted for the
18119 change of fontset-info.
18120 (print-fontset): Likewise.
18121
18122 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18123
18124 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18125
18126 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18127
18128 * bindings.el: Bind `[delete]' to delete-char.
18129
18130 * dired.el (dired-find-alternate-file): New function.
18131 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18132 (toplevel): Require dired-aux when compiling.
18133 (dired-buffers): Move defvar within file to avoid compiler warning.
18134
18135 * info.el (Info-last-search): Variable removed.
18136 (Info-search-history): New variable.
18137 (Info-search): New Info-search-history.
18138
18139 * battery.el, info-look.el: Change author's mail address.
18140
18141 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18142
18143 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18144 if rmail-ignored-headers is nil.
18145 (rmail-retry-failure): Bind rmail-ignored-headers and
18146 rmail-displayed-headers to nil.
18147
18148 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18149
18150 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18151 (print-region-1): Don't hard code `-h' here.
18152
18153 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18154
18155 2000-07-01 Francesco Potorti` <pot@gnu.org>
18156
18157 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18158 exim can use "your message" instead of "the message".
18159
18160 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18161
18162 * facemenu.el: Docstrings fixes.
18163 (facemenu-get-face): Don't use internal-find-face.
18164 (facemenu-iterate): Rename arg to match the docstring.
18165
18166 * newcomment.el (uncomment-region): Be more careful when skipping
18167 backwards over `=' not to bump into BOBP.
18168
18169 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18170
18171 * ediff-diff.el (ediff-wordify): Use syntax table.
18172 * ediff-init.el (ediff-has-face-support-p): Use
18173 ediff-color-display-p.
18174 (ediff-color-display-p): Use display-color-p, changed to defun
18175 from defsubst.
18176 Got rid of special cases for NeXT and OS/2.
18177 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18178 face.
18179
18180 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18181
18182 * emacs-lisp/lucid.el: Require CL.
18183 (copy-tree, remprop): Remove, it's provided by CL.
18184 (map-keymap): Define in terms of cl-map-keymap.
18185 (extent-property, set-extent-end-glyph): New functions.
18186
18187 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18188
18189 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18190
18191 * Makefile.in (DONTCOMPILE): Add comment that the name may
18192 not be changed without changing the make-dist script.
18193
18194 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18195 (cl-mapc): Use mapc instead of cl-old-mapc.
18196
18197 2000-07-05 Andrew Innes <andrewi@gnu.org>
18198
18199 * makefile.nt: Add support for `bootstrap' and related targets.
18200
18201 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18202
18203 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18204 (easy-menu-do-define): Use `menu-item' format.
18205 Handle case where easy-menu-create-menu returns a symbol.
18206 Manually call the potential top-level filter in the function binding.
18207 (easy-menu-filter-return): New arg NAME.
18208 Convert to a keymap if MENU is an XEmacs menu.
18209 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18210 (easy-menu-converted-items-table, easy-menu-convert-item):
18211 New var and fun to memoize easy-menu-convert-item-1.
18212 (easy-menu-do-add-item): Use it.
18213 (easy-menu-create-menu): Use easy-menu-convert-item.
18214 Wrap easy-menu-filter-return around any :filter specification.
18215 Don't convert the menu if a filter was specified.
18216 Tell easy-menu-make-symbol not to check for MENU being an expression.
18217 (easy-menu-make-symbol): New arg NOEXP.
18218
18219 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18220
18221 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18222 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18223 (eval-defun): If called with prefix arg, instrument code for
18224 Edebug.
18225
18226 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18227 similar to that of eval-defun.
18228
18229 2000-07-04 Dave Love <fx@gnu.org>
18230
18231 * hl-line.el (hl-line-overlay): Make it permanent-local.
18232
18233 * calendar/todo-mode.el: Replaced with a working version, based on
18234 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18235
18236 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18237
18238 * paths.el (prune-directory-list): New function.
18239 (Info-default-directory-list): Rewritten to more methodically
18240 enumerate a big list of possible info directories (based on the
18241 list used by the standalone info reader).
18242
18243 * info.el (info-initialize): Use prune-directory-list to remove
18244 non-existent directories from Info-directory-list.
18245
18246 * paths.el (Info-default-directory-list): Try a list of possible
18247 info-directories instead of a single one. Add the possible
18248 info directory "/usr/share/info".
18249
18250 * woman.el (woman-man.conf-path): Explicitly include the debian
18251 man-db config file "/etc/manpath.config".
18252 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18253 are present in `manpath.config'.
18254 (woman-manpath): Include "/usr/share/man".
18255
18256 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18257
18258 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18259
18260 * startup.el (command-line): Initialize blink-cursor based
18261 on window-system.
18262
18263 * frame.el (blink-cursor): Default to nil if not running under
18264 a window-system.
18265
18266 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18267 (face-x-resources): Remove duplicate entry for :font.
18268
18269 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18270 instead of cycling through windows with next-window.
18271
18272 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18273 of cycling through windows with next-window.
18274
18275 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18276 of cycling through windows with next-window.
18277
18278 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18279 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18280 instead of cycling through windows with next-window.
18281
18282 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18283 instead of cycling through windows with next-window.
18284
18285 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18286 of cycling through windows with next-window.
18287
18288 * terminal.el (te-process-output): Use walk-windows instead of
18289 cycling through windows with next-window.
18290
18291 * server.el (server-switch-buffer): Use some-window instead of
18292 cycling through windows with next-window.
18293
18294 * window.el (some-window): New function.
18295 (walk-windows): Remove reference to walk-windows-start.
18296
18297 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18298
18299 2000-07-03 Richard Stallman <rms@gnu.org>
18300
18301 * window.el (walk-windows): Guarantee termination by keeping a list
18302 of all the windows already handled.
18303
18304 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18305
18306 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18307 window-system.
18308
18309 * man.el (Man-notify-when-ready): Don't use window-system. If
18310 Man-notify-method is newframe, and the display is not
18311 multi-frame, select the frame created for the man page.
18312 (Man-init-defvars): Doc fix.
18313
18314 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18315
18316 * faces.el (region): Change background color for light background.
18317
18318 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18319 attribute from mode-line face of Ediff control frame.
18320
18321 * replace.el (query-replace-map): Bind `e' like `E'.
18322
18323 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18324
18325 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18326 Change name to "Select All".
18327
18328 * dos-fns.el (convert-standard-filename): Fix last change.
18329
18330 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18331
18332 * help.el (describe-variable): Don't insert a second `'s' in front
18333 of the string `value is shown below'. Since the syntax-table is
18334 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18335 an existing `'s', so that this won't be deleted.
18336
18337 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18338 * pcmpl-unix.el: New files.
18339
18340 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18341
18342 * wid-edit.el (widget-member): Use the new plist-member.
18343
18344 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18345
18346 * replace.el (perform-replace): Undo change of 2000-04-04.
18347 Instead, move backward 1 character at the end of the loop when
18348 necessary.
18349
18350 * faces.el (fringe): Change face for different backgrounds.
18351
18352 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18353 patch from John.
18354
18355 * eshell/*.el: Change spelling of the Free Software Foundation.
18356
18357 * eshell/esh-toggle.el: Removed.
18358
18359 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18360
18361 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18362 interactively.
18363
18364 2000-06-26 Alex Schroeder <alex@gnu.org>
18365
18366 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18367 `define-key'; instead of checking `(emacs-version)' check for
18368 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18369 for `;' and `o' which might be electric.
18370
18371 (sql-electric-stuff): New user option.
18372 (sql-magic-go): New function which uses `sql-electric-stuff'.
18373 (sql-magic-semicolon): New function which uses
18374 `sql-electric-stuff'.
18375
18376 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18377 is not fboundp.
18378
18379 (sql-oracle-options): New variable.
18380 (sql-oracle): Use it.
18381
18382 (sql-imenu-generic-expression): Doc change.
18383 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18384 is used.
18385
18386 (sql-informix): Added command line parameter "-" to force
18387 sql-informix-program to use stdout.
18388
18389 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18390
18391 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18392 (cp864-decode-table): Doc fix.
18393 (cp720-decode-table): New variable, supports the Arabic OEM
18394 codepage used by Windows.
18395 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18396
18397 2000-06-23 Dave Love <fx@gnu.org>
18398
18399 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18400 (font-lock-fontify-anchored-keywords): Use
18401 line-beginning-position.
18402 (global-font-lock-mode): Use mapc.
18403
18404 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18405
18406 * eshell/esh-module.el: Require CL when compiling.
18407
18408 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18409
18410 * comint.el (comint-substitute-in-file-name): Call replace-match
18411 with second and third arg t.
18412
18413 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18414 Specify foreground color.
18415
18416 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18417 color.
18418
18419 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18420
18421 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18422 cddr instead of cdddr.
18423
18424 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18425 instead of copy-list.
18426
18427 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18428 of copy-list.
18429
18430 * subdirs.el: Add eshell subdirectory.
18431
18432 * eshell: New subdirectory containing the Eshell package.
18433
18434 * pcomplete.el: New file.
18435
18436 2000-06-23 Paul Eggert <eggert@twinsun.com>
18437
18438 * mail/mailpost.el (post-mail-send-it): Make sure file has
18439 proper permissions from birth.
18440
18441 * files.el (basic-save-buffer-2): When temporarily setting
18442 file modes, set them to current modes plus 0200, not to 0777.
18443
18444 * emerge.el (emerge-make-temp-file): Make sure file has proper
18445 permissions from birth.
18446
18447 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18448
18449 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18450 backup file name through convert-standard-filename.
18451
18452 * dos-fns.el (convert-standard-filename): Convert leading
18453 directories as well. When long file names are supported, convert
18454 characters that are invalid in Windows file names.
18455
18456 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18457
18458 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18459 ps-print crashes. New feature: page selection for printing. Create
18460 raw-text-unix coding system for XEmacs. Doc fix.
18461 (ps-print-version): New version number (5.2.3).
18462 (ps-plot-region): Bug fix.
18463 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18464 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18465 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18466 funs.
18467 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18468 (ps-last-page): New vars.
18469
18470 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18471
18472 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18473 empty option string.
18474
18475 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18476
18477 * man.el (man): Doc fix.
18478
18479 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18480
18481 * international/mule-cmds.el (set-language-info-alist): Docstring
18482 fixed.
18483
18484 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18485
18486 * version.el (emacs-version): Use ISO date format.
18487
18488 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18489 instead of `M-backspace'.
18490
18491 * simple.el (turn-off-auto-fill): New function.
18492
18493 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18494
18495 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18496 Renamed from with-buffer-prepared-for-font-lock and use
18497 inhibit-modification-hooks rather than setting *-change-functions.
18498 Update all functions to use the new name.
18499 (jit-lock-first-unfontify-pos): New semantics (and doc).
18500 (jit-lock-mode): Make non-interactive.
18501 Don't automatically turn on font-lock.
18502 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18503 Always use jit-lock-after-change.
18504 Remove and restore font-lock-after-change-function.
18505 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18506 (jit-lock-after-unfontify-buffer): Remove.
18507 (jit-lock-stealth-fontify):
18508 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18509 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18510
18511 2000-06-20 Sam Steingold <sds@gnu.org>
18512
18513 * emacs-lisp/cl-indent.el (toplevel): Indent
18514 `print-unreadable-object' properly. Untabify.
18515
18516 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18517
18518 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18519 Support for bibentry.
18520 (reftex-compile-variables): Fixed problem with end of section-re.
18521
18522 * texmodes/reftex-dcr.el (reftex-view-crossref,
18523 reftex-view-crossref-from-bibtex):
18524 Deal with changed `reftex-find-citation-regexp-format'.
18525 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18526 Replaced `remprop' with `put'.
18527 (reftex-view-crossref, reftex-view-crossref-when-idle):
18528 Support for bibentry.
18529
18530 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18531 New entry for bibentry package.
18532
18533 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18534 Regexp also matches "\nobibliography".
18535
18536 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18537 Call `reftex-ensure-write-access' before doing anything.
18538 (reftex-ensure-write-access): New function.
18539
18540 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18541
18542 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18543
18544 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18545
18546 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18547
18548 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18549
18550
18551 2000-06-20 Dave Love <fx@gnu.org>
18552
18553 * faces.el (frame-background-mode): Use set-default, not set, in
18554 setter.
18555 (frame-update-faces, frame-update-face-colors): Define with
18556 defalias.
18557
18558 * enriched.el (enriched-decode-foreground)
18559 (enriched-decode-background): Don't use internal-find-face.
18560
18561 * apropos.el: Doc fixes.
18562
18563 * cus-edit.el (customize-changed-options): Check arg.
18564 (customize-version-lessp): Don't require decimal point.
18565
18566 * custom.el (defcustom, defgroup): Doc fix.
18567
18568 * newcomment.el (comment) <defgroup>: Add :version.
18569 (comment-multi-line): Doc fix.
18570
18571 * emulation/mlsupport.el (define-hooked-local-abbrev,
18572 define-hooked-global-abbrev): Fix, using define-abbrev.
18573
18574 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18575
18576 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18577 the whole buffer.
18578
18579 2000-06-19 Dave Love <fx@gnu.org>
18580
18581 * menu-bar.el (menu-bar-options-save): New function.
18582 (menu-bar-options-menu): Use it.
18583 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18584 Simplify.
18585
18586 2000-06-19 Andreas Schwab <schwab@suse.de>
18587
18588 * progmodes/etags.el (tags-query-replace): Put new parameters
18589 START and END at the end, for backward compatibility.
18590
18591 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18592
18593 * international/codepage.el:
18594 (cp-coding-system-for-codepage-1): Delete special codes for
18595 generating xxx-dos coding system because now a CCL based coding
18596 system can handle EOL conversion by default.
18597
18598 * international/mule.el (make-coding-system): Generate subsidiary
18599 coding systems for EOL handling variants even for a CCL based
18600 coding system.
18601
18602 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18603
18604 * international/isearch-x.el (isearch-minibuffer-input-method)
18605 (isearch-minibuffer-input-method-function): These variables
18606 deleted.
18607 (isearch-with-input-method): Don't use the above variables.
18608 (isearch-process-search-multibyte-characters): Likewise. Call
18609 read-string with the arg INHERIT-INPUT-METHOD t.
18610
18611 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18612
18613 * font-lock.el (font-lock-after-fontify-buffer)
18614 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18615
18616 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18617 Use consistent make-local-variable style for font-lock-fontified.
18618 (jit-lock-fontify-buffer):
18619 Don't bother checking for font-lock-mode and jit-lock-mode.
18620
18621 * time.el: Remove trailing ^M that prevent CVS-merging.
18622
18623 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18624
18625 * Makefile.in (distclean): New target.
18626
18627 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18628
18629 * Makefile.in (srcdir): Define for update-subdirs.
18630
18631 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18632
18633 * find-lisp.el: New file.
18634
18635 2000-06-16 Andrew Innes <andrewi@gnu.org>
18636
18637 * time.el (display-time-mail-function): New variable, to allow
18638 external packages to indicate when new mail is available.
18639 (display-time-update): Use it.
18640
18641 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18642
18643 * international/mule.el (mule-version): Change version name to
18644 SAKAKI. AOI has already been used by Meadow.
18645
18646 * international/quail.el (quail-show-guidance-buf): To find the
18647 bottom window (but minibuffer), pay attention to the height of
18648 minibuffer.
18649
18650 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18651
18652 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18653 menu-bar menus. Add help strings. Don't remove the Edit menu
18654 from the menu bar, as the menu bar has enough space now.
18655
18656 * Makefile.in (SHELL): Make sure /bin/sh is used.
18657
18658 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18659 characters, which use series of two ^H characters instead of one.
18660
18661 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18662
18663 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18664 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18665 functions.
18666 (Info-find-node-2): Try a case-sensitive search first, then
18667 do a case-insensitive search.
18668
18669 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18670 tutorials.
18671
18672 * complete.el (PC-env-vars-alist): New variable.
18673 (PC-complete-as-file-name): New function.
18674 (partial-completion-mode): Initialize PC-env-vars-alist from
18675 process-environment.
18676 (PC-do-completion): Handle completion of env vars.
18677
18678 * info.el (Info-set-mode-line): Show file name in mode line,
18679 use `*Info*' instead of `Info:'.
18680
18681 * startup.el (command-line-1): Change copyright messages to year
18682 2000.
18683
18684 2000-06-15 Dave Love <fx@gnu.org>
18685
18686 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18687 not local-map.
18688
18689 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18690
18691 * international/mule.el (set-buffer-file-coding-system): Almost
18692 rewritten to handle `undecided' as no-op.
18693
18694 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18695
18696 * Makefile.in: New file.
18697
18698 * Makefile: Removed.
18699
18700 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18701 (goto-address-highlight-keymap): Bind C-c RET.
18702
18703 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18704
18705 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18706 inherits buffer-file-coding-system of the current buffer.
18707
18708 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18709 0. Give correct argument to set-auto-coding-function.
18710 (tar-expunge): For goto-char, use (point-min), not 0.
18711 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18712 (tar-subfile-save-buffer): Likewize.
18713
18714 * international/mule.el
18715 (after-insert-file-set-buffer-file-coding-system): Call
18716 set-buffer-file-coding-system with the arg FORCE t.
18717
18718 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18719
18720 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18721 nil. Contemporary sendmails issue an X-Authentication-Warning if
18722 the sender is set with `-f'.
18723
18724 2000-06-13 Dave Love <fx@gnu.org>
18725
18726 * help.el (describe-function-1): Kluge around cases of functions
18727 fset to subrs whose doc doesn't match their symbol-name.
18728
18729 * image.el (insert-image): Default STRING to a space.
18730
18731 * info.el Doc fixes.
18732 (Info-build-node-completions): Match Ref tags.
18733
18734 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18735
18736 * frame.el (display-multi-frame-p, display-multi-font-p): New
18737 defaliases for display-graphic-p.
18738
18739 * hl-line.el: Fixed a typo in commentary.
18740
18741 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18742
18743 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18744 fixed.
18745
18746 2000-06-12 Dave Love <fx@gnu.org>
18747
18748 * image.el (insert-image): Save a little consing.
18749
18750 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18751
18752 * language/tibet-util.el: Convert all tibetan-1-column characters
18753 to the corresponding tibetan characters.
18754 (tibetan-add-components): Delete code for the special treatment of
18755 'a chung.
18756
18757 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18758 change.
18759 (tibetan-vowel-transcription-alist): More rules added.
18760 (tibetan-composite-vowel-alist): New variable.
18761 (tibetan-precomposition-rule-alist): More rules added.
18762
18763 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18764
18765 * startup.el (command-line): Only call menu-bar-mode if interactive.
18766
18767 * thingatpt.el (toplevel symbol-properties):
18768 * textmodes/makeinfo.el (makeinfo-compile):
18769 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18770 * progmodes/hideif.el (hif-compress-define-list)
18771 (hide-ifdef-use-define-alist):
18772 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18773 (ange-ftp-vms-add-file-entry):
18774 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18775 * man.el (Man-build-man-command):
18776 * mail/rnewspost.el (news-reply-header-hook):
18777 * info.el (Info-insert-dir):
18778 * emulation/mlconvert.el (backward-word, forward-word, setq):
18779 * emacs-lisp/gulp.el (gulp-send-requests):
18780 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18781 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18782 (byte-optimize-apply, end of file):
18783 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18784 (ad-make-freeze-definition):
18785 * startup.el (command-line, command-line-1): Don't quote lambdas.
18786
18787 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18788 (cvs-cleanup-removed): New function.
18789 (cvs-cleanup-functions): New var.
18790 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18791 some flexibility in specifying additional entries to auto-cleanup.
18792 (cvs-quickdir): New function.
18793 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18794 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18795 (cvs-mode-find-file): Check that we are on a filename or dirname
18796 when invoked through a mouse-click.
18797 (cvs-full-path): Remove.
18798 (cvs-dired-action): Re-introduced.
18799 (cvs-dired-noselect): Use it.
18800 (vc-post-command-functions): use this new hook if available.
18801
18802 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18803 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18804 (cvs-filename-map, cvs-dirname-map): Remove.
18805 (cvs-default-action): Remove.
18806 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18807 if the arg is really a keymap.
18808 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18809 Don't hardcode the mapping from state (aka type) to face, but check
18810 the var cvs-fi-<type>-face instead.
18811 (cvs-fileinfo-from-entries): New function.
18812
18813 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18814 Docstring fix.
18815 (cvs-find-file-and-jump): Change default to be safer.
18816 (cvs-mode-diff-map): Define it as a function as well.
18817 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18818 Bind mouse-2 in this global map rather than with text-properties.
18819
18820 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18821 file to resolve the ambiguity between C(conflict) and C(need-merge).
18822
18823 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18824
18825 * international/mule.el (set-buffer-file-coding-system): If
18826 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18827 unconditionally.
18828
18829 2000-06-12 Dave Love <fx@gnu.org>
18830
18831 * wid-edit.el (widget-specify-button): Really suppress the face if
18832 required.
18833
18834 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18835
18836 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18837
18838 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18839
18840 * imenu.el (imenu-generic-expression): Docstring fix.
18841
18842 * composite.el (composition-function-table): Move the `put'
18843 below the autoload cookie so we can load the file before loaddefs.
18844
18845 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18846
18847 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18848 Handle easy-mmode-define-global-mode.
18849 For complex macros like define-minor-mode that can generate
18850 several autoload entries, try to autoload entries in the
18851 macroexpanded code.
18852
18853 * emacs-lisp/easy-mmode.el (define-minor-mode):
18854 If KEYMAP is a symbol, just use it.
18855 Use byte-compile-current-file and load-file-name to infer the
18856 proper :require to pass to defcustom.
18857 Wrap the hook var into `progn' so as not to autoload it.
18858 Add a :autoload-end cookie.
18859 Be more careful about the evaluation of KEYMAP.
18860 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18861 (define-derived-mode): Move define-abbrev-table outside of defvar.
18862
18863 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18864
18865 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18866 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18867 (backup-compiled-files): Ignore errors during `tar'.
18868 (bootstrap): Make autoloads before elc files.
18869
18870 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18871
18872 * international/mule.el (set-buffer-file-coding-system): If one of
18873 undecided-XXX is specified, change only EOL conversion.
18874
18875 * international/mule-conf.el (unix): New alias for the coding
18876 system undecided-unix.
18877
18878 2000-06-09 Dave Love <fx@gnu.org>
18879
18880 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18881
18882 * progmodes/executable.el: Byte compile dynamic.
18883 (executable-insert): Change custom type.
18884 (executable-find): Add autoload cookie.
18885 (executable-make-buffer-file-executable-if-script-p): New
18886 function. After Noah Friedman.
18887
18888 * files.el (after-save-hook): Customize, with
18889 executable-make-buffer-file-executable-if-script-p as an option.
18890
18891 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18892
18893 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18894 "tib24p-mule.bdf" for Tibetan.
18895
18896 * composite.el (decompose-composite-char): Declare it as obsolete.
18897
18898 * man.el (Man-fontify-manpage): Pay attention to underline and
18899 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18900
18901 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18902
18903 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18904 Set maintainer to FSF since author isn't reachable.
18905
18906 2000-06-08 Dave Love <fx@gnu.org>
18907
18908 * international/mule-cmds.el (select-safe-coding-system): If
18909 DEFAULT-CODING-SYSTEM is not specified, also check the most
18910 preferred coding-system if buffer-file-coding-system is
18911 `undecided'. From Handa.
18912
18913 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18914
18915 * international/mule.el
18916 (after-insert-file-set-buffer-file-coding-system): If the buffer
18917 size is greater than INSERTED, judget that we are not visiting.
18918
18919 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18920
18921 * whitespace.el (defgroup whitespace): Comment out `:version'.
18922 XEmacs 20.4 has problems defining the group with this present.
18923 We'll have this commented out till get resolve the problem.
18924
18925 2000-06-07 John Wiegley <johnw@gnu.org>
18926
18927 * align.el (align-dq-string-modes, align-sq-string-modes)
18928 (align-open-comment-modes): Add pyhton-mode.
18929 (align-rules-list): Use get-text-property instead of
18930 text-properties-at.
18931 (align-rules-list): Add python-assignment.
18932 (align-rules-list): Change perl-comma-delimiter to
18933 basic-comma-delimiter. Use if for Perl modes and python-mode.
18934 (align-rules-list): Add python-chain-logic and
18935 basic-line-continuation.
18936
18937 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18938
18939 * apropos.el (apropos-mode-hook): New user variable.
18940 (apropos-mode): Run apropos-mode-hook.
18941
18942 2000-06-07 David Ponce <david@dponce.com>
18943
18944 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18945 commands. Require `wid-edit' at run-time.
18946
18947 2000-06-07 David Ponce <david@dponce.com>
18948
18949 * recentf.el: Added some "Commentary".
18950 (recentf-open-more-files, recentf-edit-list): Minor changes to
18951 move the point at the top of the file list. This behaviour is
18952 consistent with the menu one when the list contains a lot of
18953 files.
18954 (recentf-cleanup): Now displays the number of items removed from
18955 the list.
18956 (recentf-relative-filter) New menu filter to show filenames
18957 relative to `default-directory'.
18958
18959 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18960
18961 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18962 with/without giving an error if PostScript printer doesn't have this
18963 kind of page size. Zebra Stripe continues or restarts on next page.
18964 Manual/automatic paper feeding. Switch or not the header.
18965 (ps-print-version): New version number (5.2.2).
18966 (ps-windows-system): Include emx as a Windows system.
18967 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18968 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18969 (ps-background-text): Code fix.
18970 (ps-error-handler-message, ps-user-defined-prologue)
18971 (ps-print-prologue-header, ps-printer-name)
18972 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18973 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18974 (ps-use-face-background): Customization fix.
18975 (ps-n-up-database): Data fix.
18976 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18977 (ps-switch-header): New vars.
18978 (ps-xemacs-color-name, ps-face-foreground-name)
18979 (ps-face-background-name, ps-boolean-constant): New funs.
18980
18981 2000-06-07 Dave Love <fx@gnu.org>
18982
18983 * allout.el: New version from Manheimer.
18984
18985 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18986
18987 * textmodes/fill.el (fill-find-break-point): Check the validity of
18988 charset.
18989
18990 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18991
18992 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18993 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18994 Call display-color-p and display-mouse-p instead of looking at
18995 window-system.
18996
18997 2000-06-06 Dave Love <fx@gnu.org>
18998
18999 * image.el (find-image): Doc fix. Return nil if image not found.
19000 (put-image, insert-image): Make STRING arg optional.
19001
19002 2000-06-06 Kenichi Handa <handa@etl.go.jp>
19003
19004 * language/vietnamese.el: Remove eval-when-compile.
19005 (viet-viscii-nonascii-translation-table): Define it as a
19006 translation table made from viet-viscii-decode-table.
19007 (viet-viscii-encode-table): Define it as a translation table made
19008 from the reverse map of above.
19009 (viet-vscii-nonascii-translation-table): Define it as a
19010 translation table made from viet-vscii-decode-table.
19011 (viet-vscii-encode-table): Define it as a translation table made
19012 from the reverse map of above.
19013 (ccl-decode-viscii): Use translate-character.
19014 (ccl-encode-viscii, ccl-encode-viscii-font)
19015 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
19016 Likewize.
19017
19018 * language/cyrillic.el: Remove eval-when-compile.
19019 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
19020 translation table made from cyrillic-koi8-r-decode-table.
19021 (cyrillic-koi8-r-encode-table): Define it as a translation table
19022 made from the reverse map of above.
19023 (ccl-decode-koi8): Use translate-character.
19024 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
19025 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
19026 a translation table made from cyrillic-alternativnyj-decode-table.
19027 (cyrillic-alternativnyj-encode-table): Define it as a translation
19028 table made from the reverse map of above.
19029 (ccl-decode-alternativnyj): Use translate-character.
19030 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
19031 Likewize
19032
19033 * international/mule-diag.el (non-iso-charset-alist): Specify
19034 translation table symbol instead of translation table itself.
19035 (list-block-of-chars): CHARSET may be a translation table symbol.
19036
19037 * international/mule.el (make-coding-system): If CODING-SYSTEM
19038 already exists, override it.
19039
19040 * international/fontset.el: Use family `proportional' for Tibetan
19041 fonts.
19042
19043 * international/ccl.el (ccl-compile-translate-character): Don't
19044 check if Rrr has property translation-table.
19045 (ccl-compile-map-multiple): Modified to avoid compiler warning.
19046
19047 2000-06-05 Gerd Moellmann <gerd@gnu.org>
19048
19049 * info.el: Bind case-fold-search to t when searching in case
19050 a user sets it to nil in a hook.
19051
19052 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19053
19054 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19055 * hl-line.el (hl-line-mode): Use the new :global key argument.
19056
19057 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19058 (tar-clip-time-string): Prepend a space.
19059 (tar-grind-file-mode): Construct a string rather than modifying one.
19060 (tar-header-block-summarize): Fix docstring.
19061 Use `format' rather than an error-prone set of copy-loops.
19062
19063 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19064 (diff-goto-source, diff-unified->context, diff-context->unified)
19065 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19066 understand the format output by the `-p' argument to diff.
19067
19068 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19069 (sh-re-done): Use defconst.
19070 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19071 (sh-help-string-for-variable, sh-guess-basic-offset):
19072 Don't quote lambdas.
19073 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19074 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19075
19076 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19077 (mh-letter-mode): Derive from text-mode.
19078 This implicitly means that it now calls kill-all-local-variables.
19079 Also remove the Emacs-18 compatibility code.
19080
19081 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19082 Make use of symbol-property doc-string-elt.
19083 Use memq rather than a sequence of eq.
19084 (doc-string-elt): Fix the wrong or missing previously unused values.
19085 (autoload-print-form): New function extracted from
19086 generate-file-autoloads to allow recursion when handling progn
19087 so that defvar's and defun's docstrings are properly printed.
19088 (generate-file-autoloads): Use it.
19089
19090 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19091 Use find-file-hooks in the minor-mode function.
19092 Be careful not to loop indefinitely in the post-command-hook function.
19093
19094 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19095
19096 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19097 tty's.
19098 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19099 differences whenever appropriate.
19100 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19101 * viper.el (find-file, find-file-other-window): Get viper to do
19102 wildcards.
19103
19104 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19105
19106 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19107 (jit-lock-fontify-buffer): New function for JIT refontification.
19108 (jit-lock-mode): Fix docstring.
19109 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19110 Remove jit-lock-after-change from the _local_ hook.
19111 (jit-lock-function-1): Fix docstring.
19112
19113 * info.el (Info-on-current-buffer): Initialize info.
19114
19115 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19116
19117 * progmodes/tcl.el (tcl-indent-for-comment):
19118 Ignore comment-indent-hook.
19119
19120 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19121 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19122 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19123 and improve to use the lighter to guess the capitalization.
19124 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19125 Add keyword arguments to specify global-ness or the custom group.
19126 Add local-map and help-echo properties to the lighter.
19127 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19128 (easy-mmode-define-global-mode): New macro.
19129
19130 2000-06-02 Dave Love <fx@gnu.org>
19131
19132 * wid-edit.el: byte-compile-dynamic since we typically don't use
19133 all the widgets. Don't require cl or widget. Remove
19134 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19135 (widget-read-event): Removed. Callers changed to use read-event.
19136 (widget-button-release-event-p): Renamed from
19137 button-release-event-p.
19138 (widget-field-add-space, widget-field-use-before-change):
19139 Uncustomize.
19140 (widget-specify-field): Use keymap property, not local-map.
19141 (widget-specify-button): Obey :suppress-face.
19142 (widget-specify-insert): Use modern backquote syntax.
19143 (widget-image-directory): Renamed from widget-glyph-directory.
19144 (widget-image-enable): Renamed from widget-glyph-enable.
19145 (widget-image-find): Replaces widget-glyph-find.
19146 (widget-button-pressed-face): Move defvar.
19147 (widget-image-insert): Replaces widget-glyph-insert.
19148 (widget-convert): Use keywordp.
19149 (widget-leave-text, widget-children-value-delete): Use mapc.
19150 (widget-keymap): Remove XEmacs stuff.
19151 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19152 (widget-button-click): Don't set point at the click, but re-centre
19153 if we scroll out of window. Rewritten for images v. glyphs &c.
19154 (widget-tabable-at): Use POS arg, not point.
19155 (widget-beginning-of-line, widget-end-of-line)
19156 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19157 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19158 (widget-default-create): Use widget-image-insert; some rewriting.
19159 (widget-visibility-value-create)
19160 (widget-push-button-value-create, widget-toggle-value-create): Use
19161 widget-image-insert.
19162 (checkbox): Create on and off images dynamically.
19163 (documentation-link): Change :help-echo.
19164 (widget-documentation-link-echo-help): Remove.
19165
19166 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19167
19168 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19169
19170 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19171 (easy-mmode-define-toggle, define-minor-mode): Use it.
19172 (easy-mmode-define-keymap): Docstring fix.
19173 (define-derived-mode): Default PARENT to fundamental-mode.
19174 Add the derived-mode-parent symbol-property.
19175 (easy-mmode-derived-mode-p): New function.
19176
19177 2000-06-02 Dave Love <fx@gnu.org>
19178
19179 * files.el (convert-standard-filename): Doc fix.
19180 (normal-backup-enable-predicate): New function.
19181 (backup-enable-predicate): Use it to replace the lambda form.
19182
19183 * calendar/todo-mode.el: [This needs more work on the outline
19184 stuff.] Doc fixes.
19185 (todo) <defgroup>: Add :version.
19186 (todo-add-category): Don't use pushnew.
19187 (todo-cmd-raise): Fix typo.
19188 (todo-top-priorities): Change temp buffer name.
19189 (todo-category-alist): Avoid redundant lambda.
19190 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19191 Use outline-next-heading.
19192
19193 * autoarg.el: Rewritten to use define-minor-mode.
19194 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19195 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19196
19197 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19198
19199 * isearch.el (isearch-other-meta-char): Fix previous change.
19200
19201 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19202
19203 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19204 (log-edit-done): Only add the comment to the ring if it's different
19205 from the last comment entered.
19206
19207 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19208
19209 2000-06-01 Dave Love <fx@gnu.org>
19210
19211 * hl-line.el: Rewritten using define-minor-mode.
19212
19213 * help.el (describe-function-1): Distinguish special form from
19214 builtin function. Sanity-check presence of arglist for builtins.
19215
19216 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19217
19218 * international/characters.el: Fix syntax/category setting of
19219 Tibetan characters.
19220
19221 * language/tibet-util.el (tibetan-add-components): Fixes for new
19222 encoding of Tibetan characters.
19223 (tibetan-decompose-precomposition-alist): New variable.
19224 (tibetan-decompose-region): Convert precomposed characters to
19225 non-precomposed characters.
19226 (tibetan-decompose-string): Likewise.
19227 (tibetan-composition-function): Fix args to
19228 thibetan-compose-string.
19229
19230 * language/tibetan.el (tibetan-composable-pattern): More
19231 characters included.
19232 (tibetan-consonant-transcription-alist): Rule for "R" added.
19233 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19234 "+R" added.
19235 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19236
19237 * language/lao-util.el (lao-composition-function): Fix args to
19238 compose-string.
19239
19240 * language/thai-util.el (thai-composition-function): Fix args to
19241 compose-string.
19242
19243 * isearch.el (isearch-update): Set disable-point-adjustment to t
19244 to prevent the point moving to the end of a composition when a
19245 part of a composition is searched.
19246 (isearch-other-meta-char): If the key invoking this command can be
19247 mapped by function-key-map to a printing char, call
19248 isearch-process-search-char directly.
19249
19250 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19251
19252 * emacs-lisp/bytecomp.el:
19253 * frame.el:
19254 * international/mule-cmds.el:
19255 * international/mule-util.el:
19256 * international/mule.el:
19257 * mouse.el:
19258 * subr.el:
19259 * faces.el: Update calls to make-obsolete with a WHEN argument.
19260
19261 * byte-run.el (make-obsolete, make-obsolete-variable):
19262 Add an optional WHEN argument and change the format of the
19263 symbol-property information.
19264 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19265 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19266 new obsolete-symbol-property format and print WHEN if it is provided.
19267
19268 2000-05-31 Dave Love <fx@gnu.org>
19269
19270 * loadhist.el (loadhist-hook-functions): Remove
19271 before-change-function, after-change-function.
19272 (unload-feature): Deal with symbols which are both bound and
19273 fbound.
19274
19275 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19276 before-change-function, after-change-function.
19277
19278 * simple.el (newline): Don't bind before-change-function,
19279 after-change-function.
19280
19281 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19282
19283 * whitespace.el (whitespace-rescan-timer-time): Update interval
19284 set to 600 seconds (10 minutes) instead of 60 seconds since
19285 a large number of whitespace buffers causes emacs to `freeze'
19286 for a considerable amount of time.
19287
19288 * whitespace.el: Updated email address
19289
19290 2000-05-31 Dave Love <fx@gnu.org>
19291
19292 * add-log.el (change-log-font-lock-keywords) <function>: Add
19293 pattern for function of change.
19294 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19295 acknowledgements patterns.
19296
19297 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19298
19299 * isearch.el (isearch-printing-char): If keyboard coding system is
19300 being used, call isearch-process-search-multibyte-characters.
19301
19302 * international/isearch-x.el: Mostly rewritten.
19303
19304 * international/quail.el (quail-start-conversion): Don't include
19305 unhandled events in the returned events, but set them in
19306 unread-command-events. Exit if all inputs are deleted.
19307
19308 2000-05-30 Jason Rumney <jasonr@gnu.org>
19309
19310 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19311
19312 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19313 Reenable code to create initial fontsets.
19314 Use set-fontset-font in place of put-charset-property.
19315
19316 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19317
19318 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19319 label, ensure that the first colon isn't followed by another.
19320
19321 * paths.el (Info-default-directory-list): Doc fix.
19322
19323 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19324 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19325 send a query containing USER only, not USER@HOST.
19326
19327 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19328 and rmail-msgend to compute the restriction at the end, instead of
19329 computing it.
19330
19331 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19332
19333 * dabbrev.el (dabbrev-expand): Don't display messages in the
19334 echo area if the minibuffer window is active.
19335
19336 * jit-lock.el (jit-lock-mode): Add after change function to
19337 local hook.
19338
19339 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19340
19341 * antlr-mode.el: New commands: hide/unhide actions,
19342 upcase/downcase literals.
19343 (antlr-tiny-action-length): New user option.
19344 (antlr-hide-actions): New command. Suggested by
19345 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19346 (antlr-mode-map): New binding [C-c C-v].
19347 (antlr-mode-menu): New entries.
19348 (antlr-downcase-literals): New command.
19349 (antlr-upcase-literals): Ditto.
19350
19351 * antlr-mode.el: Minor changes: indendation, mode-name.
19352 (antlr-indent-line): Indent cpp directive at column 0.
19353 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19354
19355 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19356 (antlr-font-lock-additional-keywords): Workaround for intentional
19357 bug in XEmacs version of font-lock.
19358 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19359 be used by a smarter version of `buffers-menu-grouping-function'.
19360
19361 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19362
19363 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19364 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19365
19366 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19367
19368 * international/encoded-kb.el
19369 (encoded-kbd-iso2022-designation-map): Pay attention to that
19370 charset-iso-final-char return -1 for eight-bit-control and
19371 eight-bit-graphic.
19372
19373 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19374
19375 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19376 (speedbar-easymenu-definition-base): Use display-graphic-p where
19377 available, instead of window-system.
19378
19379 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19380
19381 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19382 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19383 coding systems.
19384
19385 2000-05-26 Dave Love <fx@gnu.org>
19386
19387 * disp-table.el (standard-display-underline): Don't use
19388 internal-find-face.
19389
19390 * mail/reporter.el: Maintainer change. Doc fixes.
19391 (reporter-version): Deleted.
19392
19393 * emacs-lisp/elp.el: Maintainer change.
19394 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19395
19396 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19397
19398 * add-log.el (add-change-log-entry): Merge the current entry with the
19399 previous one if the previous one is empty.
19400
19401 2000-05-26 Dave Love <fx@gnu.org>
19402
19403 * loadhist.el (unload-feature): Fix interactive spec [from
19404 lijnzaad@ebi.ac.uk].
19405
19406 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19407 subr-arity to check primitives.
19408 (byte-compile-flush-pending, byte-compile-file-form-progn)
19409 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19410 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19411 mapcar.
19412
19413 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19414
19415 * international/fontset.el: Set family names of non-latin charsets
19416 in default fontset to "*".
19417
19418 * international/mule-diag.el (print-fontset): Combine family part
19419 and registry part of the fontname by "-*-" instead of "-".
19420
19421 * international/mule-cmds.el (encode-coding-char): Make strings
19422 multibyte before calling encode-coding-string.
19423
19424 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19425
19426 * derived.el: Fix keywords.
19427 (define-derived-mode): Only define if needed.
19428
19429 * simple.el (fill-comment, comment-column, comment-start)
19430 (comment-start-skip, comment-end, comment-indent-function)
19431 (block-comment-start, block-comment-end, indent-for-comment)
19432 (set-comment-column, kill-comment, comment-padding, comment-region)
19433 (comment-multi-line, indent-new-comment-line): Remove.
19434
19435 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19436 function names for comment operations.
19437
19438 * newcomment.el: Add abundant autoload cookies.
19439 (comment-style): Don't depend on runtime data at compile-time.
19440 (comment-indent-hook): Remove.
19441 (comment-indent): Check if comment-indent-hook is bound.
19442 (comment-region): Docstring fix.
19443
19444 2000-05-25 Dave Love <fx@gnu.org>
19445
19446 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19447 byte-code-function-p.
19448
19449 * mail/rmailsum.el: Add provide.
19450
19451 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19452
19453 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19454 defcustom.
19455
19456 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19457
19458 * ediff-diff.el (ediff-exec-process): delete --binary option from
19459 non-buffer ediff jobs.
19460
19461 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19462
19463 * hilit-chg.el (highlight-changes-mode): Ask about color or
19464 grayscale support, not about window-system.
19465
19466 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19467 window-system.
19468 (ffap-highlight): Always default to t.
19469
19470 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19471 display-popup-menus-p instead of looking at window-system.
19472
19473 * disp-table.el (standard-display-g1, standard-display-graphic):
19474 Only refuse to use string glyphs on X and MS-Windows.
19475
19476 * avoid.el: Remove window-system from commentary, suggest to use
19477 display-*-p instead.
19478
19479 * apropos.el (apropos-print): Use display-mouse-p instead of
19480 window-system.
19481
19482 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19483
19484 * international/codepage.el (cp-decoding-vector-for-codepage):
19485 Fill up unsupported characters with their own codes. From Kenichi
19486 Handa.
19487
19488 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19489
19490 * international/mule-diag.el (describe-char-after): Use
19491 display-graphic-p instead of window-system, so that this function
19492 works on MS-DOS.
19493
19494 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19495
19496 * international/codepage.el (cp-make-coding-systems-for-codepage):
19497 Remove the eight-bit-graphic and eight-bit-control charsets from
19498 the list of charsets which we convert into `?'.
19499
19500 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19501
19502 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19503 private charsets.
19504 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19505 japanese-jisx0213-2): New charsets.
19506
19507 * international/fontset.el: Setup default fontset for new charsets.
19508
19509 2000-05-24 Dave Love <fx@gnu.org>
19510
19511 * info.el (Info-find-node-2): Restructure [following "Vadim
19512 S. Solomin" <sovs@uic.nnov.ru>].
19513
19514 * icomplete.el: Fix header for Finder.
19515
19516 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19517
19518 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19519 STAY.
19520
19521 * rmail.el (rmail-automatic-folder-directives): New user variable.
19522 (rmail-show-message): Add call to `rmail-auto-file' during
19523 display.
19524 (rmail-auto-file): New function.
19525
19526 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19527
19528 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19529 account.
19530 (ediff-test-utility,ediff-diff-mandatory-option)
19531 (ediff-reset-diff-options): Utilities for proper initialization of
19532 ediff-diff-options and ediff-diff3-options on Windows.
19533
19534 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19535 variable.
19536
19537 * ediff-mult.el (ediff-filegroup-action): Use
19538 ediff-merge-filename-prefix.
19539
19540 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19541
19542 * viper-ex.el (ex-write): Set selective display to nil.
19543
19544 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19545
19546 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19547 aliases for hebrew-iso-8bit.
19548
19549 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19550
19551 * woman.el: New version from Francis J. Wright
19552 <F.J.Wright@Maths.QMW.ac.uk>.
19553 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19554 names in environment variables regardless of the path separator.
19555 (woman-topic-all-completions-1): Don't call file-name-directory-p
19556 on all files, since woman-file-regexp already filters out any
19557 directories.
19558
19559 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19560
19561 * international/quail.el (quail-start-translation): Don't change
19562 modified-p of the current buffer.
19563 (quail-start-conversion): Likewise.
19564
19565 * international/kkc.el (kkc-region): Don't change modified-p of
19566 the current buffer.
19567
19568 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19569 conform to RFC1468.
19570 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19571
19572 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19573
19574 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19575 (speedbar-insert-button): Invisible text property fix.
19576 (speedbar-directory-plus): Renamed from speedbar-directory-+
19577 (speedbar-directory-minus): Renamed from speedbar-directory--
19578 (speedbar-page-plus): Renamed from speedbar-file-+
19579 (speedbar-page-minus): Renamed from speedbar-file--
19580 (speedbar-page): Renamed from speedbar-file-
19581 (speedbar-tag): Renamed from speedbar-tag-
19582 (speedbar-tag-plus): Renamed from speedbar-tag-+
19583 (speedbar-tag-minus): Renamed from speedbar-tag--
19584 (speedbar-expand-image-button-alist): Use above renames.
19585
19586 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19587 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19588 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19589 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19590 * sb-pg.xpm: Renamed from sb-file.xpm
19591 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19592 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19593
19594 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19595
19596 * international/quail.el (quail-show-guidance-buf): Set
19597 current-input-method of the guidance buffer to the name of the
19598 curren input method.
19599
19600 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19601
19602 * progmodes/compile.el (compile-internal): Style typo.
19603
19604 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19605 quote vars and functions in the docstring.
19606
19607 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19608
19609 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19610 Don't quote lambdas.
19611
19612 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19613
19614 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19615
19616 * startup.el (command-line): Determine source file of compiled
19617 user init file differently. Warn if compiled user init file
19618 is older than its source file.
19619
19620 * ffap.el (ffap-url-regexp): Add `https'.
19621
19622 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19623
19624 * files.el (make-backup-file-name-1): Replace slashes with `!'
19625 rather than `|' (which is not allowed on Windows). Replace the
19626 drive letters with a string "drive_X".
19627
19628 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19629
19630 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19631
19632 * files.el (interpreter-mode-alist): Add `bash2'.
19633
19634 2000-05-22 Dave Love <fx@gnu.org>
19635
19636 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19637 mapc.
19638 (feature-file): Avoid calling symbol-name. Doc fix.
19639 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19640 (loadhist-hook-functions): Add mouse-position-function.
19641 (unload-feature): Change uses of mapcar.
19642
19643 * files.el (parse-colon-path): Doc fix.
19644 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19645 (set-auto-mode): Use mapc.
19646
19647 * complete.el (PC-look-for-include-file): Use :alnum: character
19648 class.
19649 (partial-completion-mode): Add autoload cookie.
19650
19651 2000-05-22 Sam Steingold <sds@gnu.org>
19652
19653 * info.el (Info-fontify-node): Fixed the call to
19654 `add-text-properties' (bug introduced on 2000-05-18).
19655
19656 2000-05-22 Dave Love <fx@gnu.org>
19657
19658 * bindings.el: Remove debug-ignored-errors set in other files.
19659
19660 * progmodes/etags.el: Add to debug-ignored-errors.
19661 (visit-tags-table-buffer): Clear out buffers holding old tables
19662 when making a new list.
19663 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19664 mapc.
19665
19666 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19667 quote keywords.
19668 (cmpl-string-case-type): Use character classes.
19669
19670 * comint.el:
19671 * textmodes/ispell.el:
19672 * imenu.el:
19673 * mail/mh-e.el:
19674 * progmodes/compile.el: Add to debug-ignored-errors.
19675
19676 * dabbrev.el: Add to debug-ignored-errors.
19677 (dabbrev-completion): Use mapc.
19678
19679 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19680
19681 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19682 (woman-mapcan, woman-parse-man.conf)
19683 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19684 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19685 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19686 path syntax better.
19687 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19688 (woman-manpath): Call woman-parse-man.conf.
19689 (woman-emulation): New defcustom, defaults to nroff.
19690 (woman-font-support): New defconst.
19691 (woman-use-symbol-font): New defcustom.
19692 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19693 "Emulation".
19694 Many functions: Doc fix.
19695
19696 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19697
19698 * international/quail.el (quail-simple-translation-keymap): Map
19699 128..255 to quail-self-insert-command.
19700 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19701
19702 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19703
19704 * help.el (help-manyarg-func-alist): Typo.
19705
19706 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19707 intervals which makes it heaps simpler.
19708
19709 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19710 the nested comment markers.
19711
19712 * subr.el (remove-hook): Don't turn the hook's value into a list.
19713
19714 2000-05-21 Dave Love <fx@gnu.org>
19715
19716 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19717 are invalid characters.
19718
19719 * international/mule-util.el (detect-coding-with-priority): Use
19720 mapc. Remove redundant lambda.
19721
19722 * international/mule-diag.el (list-non-iso-charset-chars)
19723 (describe-fontset): Remove redundant lambda.
19724
19725 * emulation/crisp.el (brief-mode): New alias.
19726
19727 * emacs-lisp/ring.el (ring-elements): New function.
19728
19729 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19730 (easy-menu-do-add-item): Use keywordp.
19731
19732 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19733
19734 * replace.el: Doc and error message fixes.
19735 (replace-highlight): Use facep, not internal-find-face.
19736
19737 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19738
19739 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19740
19741 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19742 (log-edit-insert-changelog): Drop `:' as well.
19743
19744 * log-view.el: Fix file description.
19745 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19746 available.
19747 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19748 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19749
19750 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19751 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19752 Print a status message if the toggle is called interactively.
19753 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19754 for global minor modes and use `defcustom' for them.
19755 Use add-minor-mode.
19756 (easy-mmode-define-derived-mode): Remove.
19757 (define-derived-mode): Fancier default docstring.
19758 (easy-mmode-define-navigation): Signal an error rather than (ding).
19759
19760 * newcomment.el (comment-styles): New `box-multi'.
19761 (comment-normalize-vars): Better default for comment-continue to
19762 avoid whitespace-only continuations.
19763 (comment-search-forward): Always move even in the no-syntax case.
19764 (comment-padright): Only obey N if it's only obeyed for padleft.
19765 (comment-make-extra-lines): Better handling of empty continuations.
19766 Use `=' for the filler if comment-start has only one character.
19767 (uncomment-region): Try handling the special `=' filler.
19768 (comment-region): Allow LINES even if MULTI is nil.
19769 (comment-box): Choose box style based on comment-style.
19770
19771 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19772
19773 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19774 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19775
19776 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19777
19778 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19779 and insert, not subst-char-in-region.
19780
19781 * international/mule-diag.el (list-character-sets-1): Handle
19782 charsets eight-bit-control and eight-bit-graphic.
19783 (list-iso-charset-chars): Likewise.
19784 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19785 charactes as is. Use indent-to to align characters.
19786
19787 * international/mule-cmds.el (find-multibyte-characters): Never
19788 exclude charsets eight-bit-control and eight-bit-graphic.
19789
19790 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19791
19792 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19793 Don't quote lambdas.
19794
19795 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19796
19797 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19798
19799 * gud.el (gud-jdb-directories): Doc fix.
19800
19801 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19802
19803 * newcomment.el: New file.
19804
19805 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19806
19807 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19808
19809 2000-05-18 Andreas Schwab <schwab@suse.de>
19810
19811 * dired.el (dired-between-files): Also skip lines beginning with
19812 `used'.
19813
19814 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19815
19816 * msb.el (msb-menu-cond): Add choice `user'.
19817
19818 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19819
19820 * ps-print.el: Compatibility, customization and doc fix.
19821 (ps-printer-name-option): Replace defconst by defvar.
19822 (ps-postscript-code-directory): XEmacs compatibility.
19823 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19824 fix.
19825 (ps-user-defined-prologue, ps-print-prologue-header)
19826 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19827 compatibility and code fix.
19828 (ps-print-background-image, ps-print-background-text):
19829 Customization fix.
19830 (ps-line-number-start, ps-n-up-on): New vars.
19831
19832 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19833
19834 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19835 the indent-comment function to just return the appropriate indent.
19836
19837 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19838
19839 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19840 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19841 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19842
19843 2000-05-18 Dave Love <fx@gnu.org>
19844
19845 * info.el (Info-fontify-node): Add intangible property as well as
19846 invisible.
19847
19848 * calendar/appt.el (appt-make-list): Match all lines of entry.
19849 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19850
19851 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19852
19853 * international/mule-diag.el (describe-char-after): Call
19854 internal-char-font, not char-font. If internal-char-font returns
19855 nil, display "-- none --".
19856
19857 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19858
19859 * image.el (image-type-available-p): Don't reference image-types
19860 if it isn't bound.
19861
19862 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19863
19864 * autoarg.el (autoarg-mode): Typo in the :set argument.
19865
19866 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19867
19868 * startup.el (command-line-1): Don't signal an error if the
19869 directory for auto-save-list files does not yet exist.
19870
19871 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19872
19873 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19874
19875 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19876
19877 * subr.el (remove-hook): `setq' hook-value, not `set'.
19878
19879 2000-05-16 Sam Steingold <sds@gnu.org>
19880
19881 * info.el (debug-ignored-errors): More errors to ignore.
19882
19883 2000-05-16 Dave Love <fx@gnu.org>
19884
19885 * cus-edit.el: Don't require cl or easymenu.
19886 (custom-variable-prompt): Test standard-value property, not
19887 user-variable-p.
19888
19889 2000-05-16 Sam Steingold <sds@gnu.org>
19890
19891 * subr.el (add-hook): `setq' hook-value, not `set'.
19892
19893 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19894
19895 * startup.el (command-line-1): Mention the FAQ in the startup
19896 message.
19897
19898 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19899
19900 * progmodes/compile.el (compilation-parse-errors): Collect
19901 `nomessage' regexps last.
19902
19903 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19904
19905 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19906 to the function name.
19907
19908 2000-05-15 Dave Love <fx@gnu.org>
19909
19910 * speedbar.el (speedbar-recenter): Typo.
19911 (speedbar-expand-line): Make arg optional.
19912 (speedbar-mode): Avoid a compiler warning.
19913
19914 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19915
19916 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19917 user-specified option string is empty.
19918
19919 * mouse.el (mouse-yank-at-click): Doc fix.
19920
19921 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19922
19923 * term/internal.el (IT-character-translations): More updates of
19924 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19925 documents.
19926
19927 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19928
19929 * env.el (getenv): New function, interactively callable.
19930 (setenv, getenv): Remove autoload cookies.
19931
19932 * loadup.el: Load `env'.
19933
19934 * progmodes/f90.el: Change author's mail address.
19935
19936 2000-05-14 Dave Love <fx@gnu.org>
19937
19938 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19939 goto-addr as an option.
19940
19941 * help.el (help-xref-stack): Doc fix.
19942 (help-xref-following): New variable.
19943 (help-make-xrefs): Use it.
19944 (help-xref-go-back): Use position information from stack element.
19945 (help-follow): Make position in stack element a pair. Use
19946 help-xref-following.
19947
19948 * autoarg.el: New file.
19949
19950 * faces.el: Declare more functions obsolete.
19951
19952 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19953 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19954 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19955 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19956 Remove all the setup-...-environment functions.
19957
19958 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19959
19960 * speedbar.el: Updated the commentary section. xemacs20p now uses
19961 >= when detecting. Require `defimage' safely.
19962 (speedbar-easymenu-definition-base): Add toggle for images.
19963 (speedbar-easymenu-definition-special): Add flush cache & expand.
19964 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19965 (speedbar-reconfigure-keymaps-hook): New variable.
19966 (speedbar-frame-parameters): Updated documentation.
19967 (speedbar-use-imenu-flag): Updated custom tag
19968 (speedbar-dynamic-tags-function-list): New variable.
19969 (speedbar-tag-hierarchy-method): Updated doc & custom.
19970 (speedbar-indentation-width, speedbar-indentation-width) New
19971 variables.
19972 (speedbar-hide-button-brackets-flag): Customizable.
19973 (speedbar-vc-indicator): Doc update.
19974 (speedbar-ignored-path-expressions): Updated default value.
19975 (speedbar-supported-extension-expressions): Updated default value.
19976 (speedbar-syntax-table): Remove {} paren status.
19977 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19978 as "+". Added overlay aliases.
19979 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19980 `force-mode-line-update'.
19981 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19982 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19983 `mouse-set-point'
19984 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19985 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19986 of arbitrary text, and new helper functions.
19987 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19988 filename finder.
19989 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19990 (speedbar-directory-buttons): Update path search/expansion.
19991 (speedbar-make-tag-line): Pay attention to
19992 `speedbar-indentation-width'. Use more care w/ invisible
19993 properties.
19994 (speedbar-change-expand-button-char): Call
19995 `speedbar-insert-image-button-maybe'.
19996 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19997 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19998 (speedbar-trim-words-tag-hierarchy)
19999 (speedbar-simple-group-tag-hierarchy): New functions
20000 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
20001 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
20002 functions.
20003 (speedbar-mouse-set-point): New function
20004 (speedbar-power-click): Updated documentation.
20005 (speedbar-line-token, speedbar-goto-this-file): Handle more types
20006 of tag prefix text.
20007 (speedbar-expand-line, speedbar-contract-line): Make more robust
20008 to strange text.
20009 (speedbar-expand-line): Takes universal argument to flush the
20010 cache.
20011 (speedbar-flush-expand-line): New function.
20012 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
20013 Use new generator insertion method.
20014 (speedbar-fetch-dynamic-tags): New function.
20015 (speedbar-fetch-dynamic-imenu): Removed code now handled in
20016 `speedbar-fetch-dynamic-imenu'.
20017 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
20018 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
20019 "Revert Buffer" menu items.
20020 (speedbar-buffer-buttons-engine): Be smarter when creating a
20021 filename tag (for expansion purposes.).
20022 (speedbar-highlight-one-tag-line,
20023 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
20024 (speedbar-recenter): New functions.
20025 (defimage-speedbar): Image loading abstraction.
20026 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
20027 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
20028 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
20029 (speedbar-tag-type, speedbar-tag-mail): New images.
20030 (speedbar-expand-image-button-alist): New variable.
20031 (speedbar-insert-image-button-maybe): Insert an image over some
20032 buttons.
20033
20034 2000-05-13 Kenichi Handa <handa@etl.go.jp>
20035
20036 * international/mule-cmds.el (encode-coding-char): An ASCII
20037 character is always encodable.
20038
20039 * international/mule-conf.el: Add more information in descriptions
20040 of character sets.
20041
20042 * international/mule-diag.el (describe-char-after): New function.
20043 (describe-font-internal): Adjusted for the change of font-info.
20044 (describe-font): Likewise.
20045 (print-fontset): Rewritten for the new fontset implementation.
20046 (describe-fontset): Include fontset alias names in completion.
20047 (list-fontsets): Adjusted for the change of print-fontset.
20048
20049 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20050 describe-char-after instead of displaying the detail in the echo
20051 area.
20052 (syntax-code-table): Format changed.
20053 (string-to-syntax): Adjusted for the above change.
20054
20055 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20056
20057 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20058
20059 2000-05-12 Dave Love <fx@gnu.org>
20060
20061 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20062 dependence. Use line-{beginning,end}-position, not
20063 point-at{b,e}ol. Some doc fixes.
20064 (todo-position): New function. Fix callers of position to use it.
20065 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20066
20067 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20068
20069 * time.el (display-time-mail-icon): Use `:ascent center'.
20070
20071 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20072 handling FTP security extensions.
20073
20074 2000-05-11 Dave Love <fx@gnu.org>
20075
20076 * calendar/todo-mode.el: New file.
20077
20078 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20079
20080 * comint.el (comint-read-input-ring): Move reference to
20081 comint-input-ring-size outside of the save-excursion. It was
20082 causing the default value to be the only one ever seen.
20083
20084 * font-lock.el: Update copyright. Remove Simon Marshall's email
20085 address on request from him.
20086
20087 * subr.el (substitute-key-definition): Add comment describing
20088 the meaning of PREFIX.
20089
20090 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20091
20092 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20093
20094 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20095 (add-minor-mode): Don't make the variable buffer-local and add a
20096 reference to define-minor-mode in the docstring.
20097
20098 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20099 HEADER/FOOTER and fix bug with trailing empty directory.
20100 (cvs-append-to-ignore): Use vc-editable-p if available.
20101 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20102 (vc-do-command): Tweak advice to handle the new VC.
20103
20104 * log-view.el (log-view-goto-rev): New function for the new VC.
20105 (log-view-minor-wrap): Use mark-active.
20106
20107 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20108 (log-edit-changelog-full-paragraphs): New var.
20109 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20110 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20111 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20112 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20113 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20114 Replace the `cvs' prefix with `log-edit'.
20115
20116 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20117
20118 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20119 (diff-font-lock-defaults): Explicitly turn off multiline.
20120 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20121 (diff-ediff-patch): Fix call to ediff-patch-file.
20122 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20123 Handle comments.
20124
20125 * frame.el (automatic-hscrolling): Typo.
20126
20127 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20128
20129 2000-05-09 Sam Steingold <sds@goems.com>
20130
20131 * apropos.el (apropos-print): use `describe-face' instead of
20132 `customize-face-other-window'.
20133
20134 2000-05-09 Dave Love <fx@gnu.org>
20135
20136 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20137
20138 * help.el (describe-variable): Have customize button pop the
20139 help-xref stack when invoked.
20140 (help-xref-symbol-regexp): Add `face'.
20141 (help-make-xrefs): Check for quoted face names and adapt regexp
20142 submatch numbers to cope.
20143 (help-xref-interned): Maybe insert face doc too. Separate
20144 sections with a line of hyphens.
20145
20146 * faces.el: Some doc fixes. Declare some functions obsolete.
20147 (describe-face): Add customize button. Return the help
20148 text. Fix prompt.
20149
20150 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20151
20152 * term/internal.el (IT-character-translations): Fix last change.
20153
20154 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20155
20156 * woman.el: New file
20157 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20158
20159 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20160
20161 * term/internal.el (IT-character-translations): Update ASCII
20162 simulations for greek-iso8859-7, add latin-iso8859-14 and
20163 latin-iso8859-15.
20164
20165 * international/mule-cmds.el (set-language-info-alist): Call
20166 define-prefix-command with 3 arguments, to make the map suitable
20167 for a menu.
20168
20169 2000-05-07 Dave Love <fx@gnu.org>
20170
20171 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20172
20173 2000-05-05 Dave Love <fx@gnu.org>
20174
20175 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20176 list in doc string. Don't quote keyword symbols.
20177 * emacs-lisp/cl.el: Likewise
20178 * emacs-lisp/cl-seq.el: Likewise
20179
20180 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20181
20182 * abbrev.el (abbrev-mode): Make ARG optional.
20183
20184 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20185
20186 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20187
20188 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20189
20190 * subr.el (substitute-key-definition): Clarify documentation.
20191
20192 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20193
20194 * glasses.el (glasses-convert-to-unreadable): Use
20195 `glasses-separator' instead of the hard-wired "_".
20196 (glasses-mode): Call `glasses-make-unreadable' only in a single
20197 place.
20198
20199 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20200
20201 * term/internal.el (cjk-codepages-alist): Add associations for
20202 Chinese and Korean codepages. Remove FIXME comment.
20203
20204 2000-05-03 Dave Love <fx@gnu.org>
20205
20206 * time.el (display-time-mail-face, display-time-use-mail-icon):
20207 New option.
20208 (display-time-mail-icon): New variable.
20209 (display-time-string-forms): Use the above. Fix the local-map.
20210
20211 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20212
20213 * replace.el (query-replace-map): Add binding for `E'.
20214 (query-replace-help): Extend help text.
20215 (perform-replace): Allow editing the replacement string.
20216
20217 * make-mode.el (makefile-mode-abbrev-table): New variable.
20218 (makefile-mode): Set local abbrev table to
20219 makefile-mode-abbrev-table.
20220 (makefile-font-lock-keywords): Fontify includes and conditionals.
20221
20222 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20223 set TOGGLE's value.
20224
20225 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20226 mail-interactive-insert-alias.
20227 (mail-abbrev-complete-alias): New command.
20228 (mail-mode-map): Bind it to `M-TAB'.
20229
20230 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20231
20232 * language/lao-util.el (lao-compose-region): New function.
20233
20234 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20235
20236 * files.el (recover-session): Make directories as necessary
20237 if they don't exist yet.
20238
20239 * calendar/cal-french.el
20240 (french-calendar-multibyte-special-days-array)
20241 (french-calendar-special-days-array): Change French text.
20242 (calendar-french-date-string): Change output.
20243 (calendar-goto-french-date): Likewise.
20244
20245 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20246
20247 * wid-edit.el (widget-default-active): Obey `:always-active'.
20248 (widget-documentation-string-value-create): Set `:always-active'.
20249
20250 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20251
20252 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20253 default prefix to `~/_emacs.d/auto-save.list/_s'.
20254 (normal-top-level): Create the directory for auto-save files, if
20255 it doesn't already exist (in the ms-dos case only).
20256
20257 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20258
20259 * international/mule-cmds.el (set-language-environment): Don't
20260 concat an integer (dos-codepage), use format instead.
20261
20262 2000-05-02 Dave Love <fx@gnu.org>
20263
20264 * help.el (help-xref-on-pp): Check for constant symbols.
20265
20266 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20267
20268 * startup.el (normal-top-level): Put a condition-case around
20269 the code loading subdirs.el.
20270
20271 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20272
20273 * ps-print.el: Upside-down and face background color printing,
20274 line number step, doc fix.
20275 (ps-print-version): New version number (5.2).
20276 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20277 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20278 (ps-spool-config): Var fix.
20279 (ps-printer-name-option): Const fix.
20280 (ps-print-upside-down, ps-use-face-background)
20281 (ps-line-number-step): New vars.
20282 (ps-window-system, ps-lp-system): New consts.
20283 (ps-face-background): New fun.
20284
20285 2000-04-28 Richard Stallman <rms@gnu.org>
20286
20287 * files.el (make-auto-save-file-name):
20288 Apply auto-save-file-name-transforms to visited file name
20289 before generating auto save file name.
20290 (auto-save-file-name-transforms): New variable.
20291
20292 * files.el (backup-enable-predicate):
20293 Correctly test for a file under a temporary directory.
20294
20295 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20296
20297 * subr.el (add-minor-mode): Rewritten.
20298
20299 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20300
20301 * mail/sendmail.el (sendmail-send-it): Set
20302 buffer-file-coding-system to the selected coding system for MIME
20303 header.
20304
20305 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20306
20307 * dired.el (dired-move-to-filename-regexp): Allow format where
20308 YYYY is followed by two spaces.
20309
20310 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20311 in the second character class of the regexp.
20312
20313 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20314 mh-etc, too.
20315
20316 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20317 nil.
20318
20319 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20320
20321 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20322 argument.
20323
20324 2000-04-27 Sen Nagata <sen@eccosys.com>
20325
20326 * emacs-lisp/crm.el (crm-completion-table): New variable.
20327 (crm-collection-fn, crm-test-completion)
20328 (completing-read-multiple): Use it.
20329
20330 2000-04-27 Dave Love <fx@gnu.org>
20331
20332 * help.el (locate-library): Use mapc.
20333 (help-manyarg-func-alist): Add call-process-region.
20334
20335 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20336
20337 * subr.el (add-minor-mode): Make argument MAP optional.
20338
20339 * desktop.el (desktop-save): Save list of minor modes.
20340 (desktop-create-buffer): Restore minor modes.
20341 (desktop-minor-mode-table): New user-option.
20342
20343 * subr.el (add-minor-mode): New function.
20344
20345 * image.el (find-image): New function.
20346 (defimage): Rewritten to find image at load time.
20347
20348 * startup.el (normal-top-level-add-to-load-path): Handle
20349 case that the default directory is not in load-path.
20350
20351 * help.el: Old patch from Stefan Monnier.
20352 (help-xref-on-pp): New function.
20353 (describe-variable): Use it to display xrefs in a symbol's value.
20354
20355 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20356
20357 * cus-edit.el (custom-face): Fix parenthesis.
20358
20359 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20360
20361 * mail/rmail.el (rmail-expunge): When there are no deleted
20362 messages, do nothing.
20363
20364 2000-04-26 Dave Love <fx@gnu.org>
20365
20366 * international/mule-cmds.el (locale-translation-file-name):
20367 Defvar to nil.
20368 (set-locale-environment): Set it here (at runtime).
20369
20370 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20371
20372 * replace.el (perform-replace): Add parameters START and END. Use
20373 them instead of the check for a region in Transient Mark mode.
20374 (query-replace-read-args): Return two more list elements for the
20375 start and end of the region in Transient Mark mode.
20376 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20377 (map-query-replace-regexp, replace-string, replace-regexp): Add
20378 optional last arguments START and END and pass them to
20379 perform-replace.
20380
20381 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20382 form with additional arguments for perform-replace.
20383
20384 * progmodes/etags.el (tags-query-replace): Add parameters START
20385 and END. Construct a form with additional arguments for
20386 perform-replace.
20387
20388 * simple.el (shell-command): Set default directory for "*Shell
20389 Command Output" buffer.
20390
20391 * language/european.el (iso-latin-4): Fix typo.
20392
20393 * emacs-lisp/crm.el: New file.
20394
20395 2000-04-24 Dave Love <fx@gnu.org>
20396
20397 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20398 (Custom-reset-saved, Custom-reset-standard)
20399 (custom-group-value-create, custom-group-set, custom-group-save)
20400 (custom-group-reset-current, custom-group-reset-saved)
20401 (custom-group-reset-standard): Use mapc.
20402 (custom-buffer-create-internal): Disable undo when creating items.
20403 Use mapc.
20404 (custom-face): Avoid redundant lambda.
20405
20406 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20407
20408 * startup.el (auto-save-list-file-prefix): Set default to
20409 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20410
20411 2000-04-24 Sam Steingold <sds@gnu.org>
20412
20413 * time-stamp.el (time-stamp-string-preprocess): Always convert
20414 `field-result' to a string.
20415
20416 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20417
20418 * frame.el (scrolling): New group.
20419 (automatic-hscrolling): New user-option.
20420
20421 * startup.el (command-line-x-option-alist): Add `-lsp' and
20422 `--line-spacing'.
20423
20424 2000-04-19 Dave Love <fx@gnu.org>
20425
20426 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20427 (cl-mapc): Rename from mapc. Fix the funcall.
20428
20429 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20430
20431 * simple.el (clone-indirect-buffer-other-window): New command.
20432 (clone-indirect-buffer): Add optional arg NORECROD.
20433 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20434
20435 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20436
20437 * window.el (count-screen-lines): New function.
20438 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20439 instead of window-buffer-height.
20440
20441 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20442 non-existing variable comint-input-sentinel.
20443 (inferior-lisp-args-to-list): Removed.
20444 (inferior-lisp): Use split-string instead of
20445 inferior-lisp-args-to-list.
20446
20447 * hexl.el (hexl-insert-hex-string): New command.
20448
20449 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20450 instead of concat.
20451
20452 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20453
20454 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20455 at the start of an existing but empty folder.
20456
20457 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20458
20459 * ps-mule.el: Customization fix, doc fix.
20460 (ps-multibyte-buffer): Customization fix.
20461
20462 2000-04-17 Richard M. Stallman <rms@gnu.org>
20463
20464 * subr.el (read-passwd): Use read-char-exclusive.
20465
20466 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20467
20468 * textmodes/texinfo.el (texinfo-insert-@email)
20469 (texinfo-insert-@emph, texinfo-insert-@quotation)
20470 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20471 (texinfo-mode-map): Add key bindings for them.
20472
20473 * files.el (basic-save-buffer-2): Use a template with `$'
20474 instead of `#' for VMS.
20475
20476 * simple.el (clone-indirect-buffer): New function.
20477
20478 2000-04-16 Stephen Eglen <stephen@gnu.org>
20479
20480 * iswitchb.el (iswitchb-case): New function. If the user input
20481 contains any upper-case characters, the search is made
20482 case-sensitive.
20483
20484 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20485
20486 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20487 comment-end.
20488 (texinfo-font-lock-syntactic-keywords): New var.
20489 (texinfo-font-lock-keywords): Remove comment regexp.
20490 (texinfo-insert-block): New function.
20491 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20492 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20493 and font-lock-defaults. Use regexp-opt for outline-regexp.
20494 (texinfo-environments): New var.
20495 (texinfo-environment-regexp): Use regexp-opt and
20496 texinfo-environments.
20497
20498 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20499 ispell-process is bound since this might be eval'd before ispell
20500 is loaded.
20501 (ispell-message): Use a tiny bit less magic and a bit more hard
20502 data to figure out what kind of sc-cite-regexp to use.
20503
20504 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20505
20506 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20507 (insert-cyclic-diary-entry): Unquote the lambda.
20508
20509 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20510
20511 * files.el (backup-enable-predicate): Unquote the lambda.
20512
20513 * cus-edit.el (custom-face, face): Unquote the lambda.
20514
20515 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20516
20517 * ps-print.el: Check for line-beginning-position definition.
20518
20519 * ps-print.el: Fix counting lines in a region.
20520 (ps-print-version): New version number (5.1.5).
20521 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20522 (ps-printing-region): Fun code fix.
20523
20524 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20525
20526 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20527 to file-directory-p.
20528
20529 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20530
20531 * gud.el (gud-jdb-build-source-files-list): Check that directory
20532 exists before calling directory-files.
20533
20534 2000-04-13 Dave Love <fx@gnu.org>
20535
20536 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20537 syntax.
20538
20539 * emacs-lisp/cl-specs.el: Remove when, unless.
20540
20541 * emacs-lisp/cl-extra.el: Don't quote keywords.
20542 (cl-old-mapc): New variable.
20543 (mapc): Use it.
20544 (cl-map-intervals): Use with-current-buffer. Don't check for
20545 next-property-change.
20546 (cl-map-overlays): Use with-current-buffer.
20547 (cl-expt): Remove.
20548 (copy-tree, remprop): Define unconditionally.
20549
20550 * emacs-lisp/cl-compat.el (keywordp): Remove.
20551
20552 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20553 to use keywordp.
20554 (edebug-spec): Enable keywordp.
20555
20556 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20557 string-lessp.
20558
20559 * cus-start.el: Use keywordp.
20560
20561 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20562
20563 * diary-lib.el (include-other-diary-files): Fix the fix of
20564 2000-02-18 by doing a save-excursion.
20565
20566 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20567
20568 * ps-print.el: Customization fix, doc fix.
20569 (ps-print-version): New version number (5.1.4).
20570 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20571 (ps-print-preprint): Adjust code.
20572 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20573 (ps-print-prologue-header, ps-print-control-characters)
20574 (ps-spool-config): Customization fix.
20575
20576 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20577
20578 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20579 converted to the new menu-item format, names silightly changed,
20580 help strings added.
20581
20582 Support for spelling without async subprocesses:
20583
20584 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20585 (ispell-session-buffer): New variables.
20586 (ispell-start-process, ispell-process-status,
20587 ispell-accept-output, ispell-send-string): New functions, for
20588 Ispell invocation when async subprocesses aren't supported.
20589 (ispell-word, ispell-pdict-save, ispell-command-loop,
20590 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20591 to process-send-string with calls to ispell-send-string, and
20592 accept-process-output with ispell-accept-output.
20593 (ispell-init-process): Call ispell-process-status instead of
20594 process-status with.
20595 (ispell-init-process): Call ispell-start-process. Call
20596 ispell-accept-output and ispell-send-string. Don't call
20597 process-kill-without-query and kill-process if they are unbound.
20598 (ispell-async-processp): New function.
20599
20600 2000-04-12 Dave Love <fx@gnu.org>
20601
20602 * info.el: Add debug-ignored-errors.
20603 (Info-mode-menu): Add some items.
20604 (Info-directory): Add autoload cookie.
20605
20606 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20607 Modify `truncate-lines'. Make `describe-language-environment'
20608 always visible and add help. Modify `describe-key' help. Invoke
20609 Info-directory from `info'. New entry `emacs-manual'.
20610
20611 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20612
20613 * progmodes/ebrowse.el (ebrowse-tree-mode):
20614 Use propertized-buffer-identification.
20615 (ebrowse-update-member-buffer-mode-line): Likewise.
20616 (ebrowse--mode-strings): Removed.
20617 (ebrowse--mode-line-props): Removed.
20618
20619 * files.el (auto-mode-alist): Add `EBROWSE'.
20620
20621 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20622 space before testing for end of buffer.
20623 (ebrowse-load): Removed.
20624 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20625 (ebrowse-create-tree-buffer): Rewritten.
20626 (ebrowse-tree-mode): Read tree from buffer.
20627
20628 * progmodes/ebrowse-ffh.el: Removed.
20629
20630 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20631
20632 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20633
20634 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20635
20636 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20637 at the wrong place.
20638
20639 2000-04-09 Dave Love <fx@gnu.org>
20640
20641 * files.el (backup-enable-predicate):
20642 Use temporary-file-directory, small-temporary-file-directory.
20643 (make-backup-file-name-function, backup-directory-alist): New vars.
20644 (make-backup-file-name-1): New function.
20645 (make-backup-file-name): Use it.
20646 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20647 (file-newest-backup): Use make-backup-file-name.
20648
20649 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20650
20651 * progmodes/ebrowse-ffh.el: New file.
20652
20653 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20654 Moved to ebrowse-ffh.el.
20655 (ebrowse-load): Add autoload.
20656
20657 * finder.el (finder-commentary): Add autoload cookie.
20658
20659 * mail/rfc2368.el: Correct author's email address.
20660
20661 * progmodes/ebrowse.el: New file.
20662
20663 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20664 item help string.
20665 (easy-menu-do-add-item): Ditto.
20666 (easy-menu-define): Extend doc string.
20667
20668 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20669 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20670 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20671 with-buffer-unmodified.
20672
20673 2000-04-08 Dave Love <fx@gnu.org>
20674
20675 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20676 unless, when.
20677
20678 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20679
20680 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20681 (viper-flash-search-pattern): No operation when using Emacs
20682 doesn't support face.
20683 Use `viper-put-on-search-overlay'.
20684
20685 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20686
20687 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20688 like C-r.
20689
20690 * progmodes/make-mode.el: Some doc fixes.
20691 (makefile-mode-abbrev-table): New variable.
20692 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20693 (makefile-font-lock-keywords): Fontify includes and conditionals.
20694 (toplevel): Require `dabbrev' and `add-log' when compiling.
20695
20696 * replace.el (perform-replace): Don't move forward one char
20697 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20698 to do that because it leaves point 1 position after the last
20699 replacement, after everything has been replaced.
20700
20701 * jit-lock.el (with-buffer-unmodified): New macro.
20702 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20703 modified state.
20704 (jit-lock-function-1): Extracted from jit-lock-function; not
20705 preserving buffer's modified state.
20706 (jit-lock-function, jit-lock-stealth-fontify):
20707 Call jit-lock-function-1.
20708
20709 * mail/rfc2368.el: Remove supernumerary copyright line.
20710
20711 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20712
20713 * glasses.el: Provide facilities for inserting space before left
20714 parentheses and uncapitalization of identifiers.
20715 (glasses-mode): Try to remove old overlays in all cases.
20716
20717 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20718
20719 * progmodes/compile.el (compile-internal): Display the compilation
20720 buffer in a different frame, if it's already displayed there.
20721
20722 * mail/rfc2368.el: New file.
20723
20724 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20725 header and insert its value as mail body.
20726
20727 * subr.el (member-ignore-case): New function.
20728
20729 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20730 (dabbrev--find-expansion): Ignore buffers matching a regexp
20731 from dabbrev-ignored-regexps.
20732
20733 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20734 to extensions handled by gzip.
20735
20736 2000-04-03 Richard M. Stallman <rms@gnu.org>
20737
20738 * files.el (insert-directory): List the total free space
20739 along with the used space.
20740
20741 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20742 line is followed by one that matches CITATION-REGEXP, end the
20743 paragraph.
20744
20745 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20746
20747 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20748 (rmail-make-basic-summary-line): Use that option.
20749
20750 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20751
20752 * international/mule-cmds.el (encoded-string-description):
20753 Rewritten. Try pretty description for ISO 2022 escape sequences
20754 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20755 for hexadecimal format.
20756
20757 2000-04-01 Dave Love <fx@gnu.org>
20758
20759 * cpp.el: Change customization group to `c' from `C'.
20760
20761 * vcursor.el (vcursor-move): Use display-color-p.
20762
20763 * international/mule-util.el: Provide mule-utils.
20764 (string-to-sequence): Simplify and speed up.
20765
20766 * international/mule.el (make-coding-system): Purecopy doc-string.
20767
20768 * international/mule-cmds.el: Various menu changes.
20769 (describe-specified-language-support): Handle `Default'.
20770 (set-language-info): Purecopy `info'.
20771
20772 2000-03-31 Andrew Innes <andrewi@gnu.org>
20773
20774 * vc.el (vc-backend-diff): Return the correct status if we had to
20775 retry the rcsdiff command without the --brief option.
20776
20777 2000-03-31 Dave Love <fx@gnu.org>
20778
20779 * help.el (help-manyarg-func-alist): Correct several omissions.
20780
20781 * add-log.el: Don't require cl, fortran.
20782 (add-log-current-defun-function): Doc fix.
20783 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20784 (change-log-version-rcs): Function deleted.
20785 (change-log-version-number-search): Doc fix.
20786 Use vc-workfile-version. Avoid CL dolist.
20787 (add-change-log-entry): Just call add-log-current-defun to get
20788 defun. Simplify somewhat.
20789 (change-log-get-method-definition-1): Likewise.
20790 (add-log-current-defun): Return nil if calling
20791 add-log-current-defun-function does so. Move Fortran stuff to
20792 fortran.el. Return string without properties.
20793
20794 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20795 and :alpha: char classes.
20796
20797 * mail/supercite.el: Defvar curline when compiling.
20798 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20799 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20800 rather than a-zA-Z0-9 to allow non-ASCII characters.
20801
20802 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20803
20804 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20805
20806 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20807 Re-enable new code.
20808
20809 * lpr.el (print-region-1): Use -d to specify printer name for
20810 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20811
20812 2000-03-31 Dave Love <fx@gnu.org>
20813
20814 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20815 Look for function definition in symbol's function value slot first
20816 instead of first consulting byte-compile-function-environment.
20817
20818 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20819
20820 * language/european.el ("Polish"): New language environment.
20821 (setup-polish-environment): New function.
20822
20823 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20824
20825 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20826 Disable new code.
20827
20828 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20829 trying to `load' the symbol of an autoload instead of the file
20830 recorded in the autoload. Fix error messages.
20831
20832 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20833
20834 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20835 (ps-print-version): New version number (5.1.3).
20836 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20837 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20838 (ps-generate-postscript-with-faces): Code fix.
20839 (ps-color-values): XEmacs compatibility.
20840 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20841 (ps-default-fg, ps-default-bg): Adjust customization.
20842 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20843 (ps-color-scale): Renaming old ps-color-value fun.
20844 (ps-print-headers): Replace ps-print-header group to avoid conflict
20845 with ps-print-header variable.
20846 (ps-print-miscellany): New group.
20847 (ps-format-color, ps-rgb-color): New funs.
20848 (ps-default-foreground): New var.
20849 (ps-printer-name-option): New const.
20850
20851 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20852
20853 * net/net-utils.el:
20854 (network-connection-host, network-connection-service): New variables
20855 (network-connection-mode): New mode, derived from comint-mode
20856 (network-connection-mode-setup): New function, saves host and
20857 service information in local variables.
20858
20859 * lisp/locate.el:
20860 (locate-word-at-point): Added this function
20861 (locate): Default to using locate-word-at-point as input
20862 Run dired-mode-hook
20863
20864 2000-03-29 Dave Love <fx@gnu.org>
20865
20866 * calendar/appt.el: Doc fixes.
20867 (appt-check): Convert min-to-app to a string before passing to
20868 appt-disp-window-function or concat.
20869 (appt-delete-window): Remove test for frame-root-window.
20870 (appt-select-lowest-window, appt-convert-time): Simplify.
20871
20872 * emacs-lisp/bytecomp.el: Doc fixes.
20873 (byte-compile-file-form-autoload):
20874 Update byte-compile-function-environment.
20875
20876 2000-03-29 Andreas Schwab <schwab@suse.de>
20877
20878 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20879
20880 * dired.el (dired-insert-directory): If dired-free-space-program
20881 failed just delete its output.
20882
20883 2000-03-29 Dave Love <fx@gnu.org>
20884
20885 * international/iso-cvt.el: Move provide to end. Doc fixes.
20886 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20887 (iso-iso2sgml, iso-sgml2iso): New functions.
20888 (iso-cvt-define-menu): Fix some entries and use backquote for
20889 clarity.
20890
20891 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20892
20893 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20894
20895 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20896 ISO-DATE. If non-nil, return date in ISO 8601 format.
20897
20898 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20899
20900 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20901 if it ever becomes used.
20902 (log-edit-mode-hook): Default to vc-log-mode-hook.
20903 (log-edit-mode): Fix the docstring.
20904
20905 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20906 the code.
20907
20908 2000-03-26 Dave Love <fx@gnu.org>
20909
20910 * net/browse-url.el (browse-url): Re-fix case of
20911 browse-url-browser-function being an alist.
20912 (browse-url): Add :link to defgroup.
20913
20914 * files.el: Doc fixes.
20915 (file-truename): Include `[' in wildcard characters.
20916 (automount-dir-prefix): Customize.
20917 (find-file-wildcards): Add :version.
20918 (find-file-noselect): Simplify a mapcar call.
20919
20920 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20921 compatible with inf-lisp version.
20922 (eval-defun-1): Fix custom-declare-variable case.
20923
20924 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20925
20926 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20927
20928 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20929
20930 * Makefile (COMPILE_FIRST): New macro.
20931 (compile-files): Compile files from COMPILE_FIRST first.
20932
20933 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20934
20935 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20936 matching open parenthesis in column 0 to defun-prompt-regexp
20937 only if open-paren-in-column-0-is-defun-start is set.
20938
20939 * sun-curs.el: Require CL at compile-time only.
20940
20941 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20942 instead of copy-list which is a function from CL.
20943 (msb--choose-menu, msb--mode-menu-cond)
20944 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20945 (msb--init-file-alist): Use mapcar instead of mapcan.
20946 (msb--aggregate-alist): Use mapcar instead of mapcan.
20947 Fix `(' in column 0 in doc string.
20948 (msb--add-separators): Use mapcar instead of mapcan.
20949
20950 * cus-dep.el: Require CL at compile-time only.
20951
20952 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20953
20954 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20955 (byte-compile-warnings): New warning `noruntime'.
20956 (byte-compile-constants, byte-compile-variables): Fix docstring.
20957 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20958 execute `eval-whenc-compile's body.
20959 (byte-compile-unresolved-functions): Fix docstring.
20960 (byte-compile-eval): New function.
20961 (byte-compile-callargs-warn): Check if the function will be available
20962 at runtime (via property `byte-compile-noruntime').
20963 (byte-compile-print-syms): New function.
20964 (byte-compile-warn-about-unresolved-functions): Also warn about
20965 `noruntime' functions (and use `byte-compile-print-syms').
20966 (byte-compile-file): Capitalize the message.
20967
20968 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20969
20970 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20971 (rmail-expunge): Ask for confirmation depending on the setting
20972 of rmail-confirm-expunge.
20973
20974 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20975
20976 * Makefile (bootstrap-clean): If $(emacs) exists, build
20977 loaddefs.el first. A loaddefs.el that's not up-to-date might
20978 cause a bootstrap failure because things don't autoload as expected.
20979
20980 2000-03-23 Dave Love <fx@gnu.org>
20981
20982 * net/browse-url.el: Restore previous use of
20983 browse-url-maybe-new-window.
20984
20985 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20986
20987 * ps-print.el: Skip banner page fix.
20988 (ps-print-version): New version number (5.1.2).
20989 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20990
20991 2000-03-23 Dave Pearson <davep@davep.org>
20992
20993 * net/quickurl.el Changed the type of parameter passed to the
20994 function defined by `quickurl-format-function'. Before only the
20995 text of the URL was passed. Now the whole URL structure is passed
20996 and the function is responsible for extracting the parts it requires.
20997 Changed the default of `quickurl-format-function' accordingly.
20998 (quickurl-insert): Changed the `funcall' of
20999 `quickurl-format-function' to match the above change.
21000 (quickurl-list-insert): Changed the `url' case so that it makes
21001 use of `quickurl-format-function', previous to this the format was
21002 hard wired.
21003
21004 2000-03-22 Gerd Moellmann <gerd@gnu.org>
21005
21006 * startup.el: Change some spellings for the X Window System.
21007
21008 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
21009
21010 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
21011 Clean up the code and the regexp and make sure the cursor is
21012 temporarily moved to the suspicious line while querying the user.
21013
21014 2000-03-22 Jason Rumney <jasonr@gnu.org>
21015
21016 * w32-fns.el (w32-charset-info-alist): Initialize.
21017
21018 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21019
21020 * ps-print.el: N-up last page fix.
21021 (ps-print-version): New version number (5.1.1).
21022 (ps-end-file, ps-end-job, ps-generate): Code fix.
21023
21024 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21025
21026 * files.el (find-file-run-dired): Update docstring.
21027 (find-directory-functions): New hook.
21028 (find-file-noselect): Run find-directory-functions rather than
21029 calling dired directly.
21030
21031 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
21032
21033 * pcvs.el: Add a minimal leading commentary.
21034 (cvs-make-cvs-buffer): Change the header part by removing the startup
21035 message and adding a `Module' entry. Also replace the FOOTER and
21036 HEADER special fileinfos with the new support in ewoc for updating
21037 its own footer and header.
21038 (cvs-update-header): Update to use the header/footer of the ewoc.
21039 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
21040 (cvs-is-within-p): New function.
21041 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
21042 to only examine some subset of the buffers.
21043
21044 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
21045 `format' instead of our own ad-hoc functions.
21046 Remove HEADER and FOOTER cases, now handled in the EWOC.
21047 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
21048
21049 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21050 output to avoid scaring the user.
21051 (cvs-parse-table): Catch message for non-up-to-date commits.
21052
21053 * pcvs-defs.el (cvs-startup-message): Remove.
21054 (cvs-global-menu): New autoloaded menu.
21055
21056 * pcvs-util.el (cvs-string-fill): Remove.
21057
21058 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21059 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21060 PP part of it and also make it work for footers and headers.
21061 (ewoc-create): Drop POS and BUFFER arguments.
21062 Use the DLL's dummy node to store the end-of-footer position.
21063 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21064 (ewoc-refresh): Remove unused `header' variable.
21065 (ewoc-(get|set)-hf): New functions.
21066
21067 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21068 log-view-*-(message|file) and use easy-mmode-define-navigation.
21069 (log-view-message-re): Match SCCS format as well.
21070 And match the revision line rather than the dashed separator line.
21071 (log-view-mode): Use the new define-derived-mode.
21072 (log-view-current-tag): Fill in with an actual implementation.
21073
21074 * cvs-status.el (cvs-status-(prev|next)): Rename from
21075 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21076 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21077 to let the output "breathe" a little more (more readable).
21078 (cvs-status-mode): Use the new define-derived-mode.
21079
21080 * smerge-mode.el (smerge-auto-leave): New function and variable.
21081 (smerge-basic-map): Rename from smerge-basic-keymap.
21082 Change the bindings for smerge-diff-*.
21083 (smerge-*-map): Use easy-mmode-defmap.
21084 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21085 (smerge-keep-*): Use smerge-auto-leave.
21086
21087 2000-03-21 Jason Rumney <jasonr@gnu.org>
21088
21089 * cus-edit.el (custom-button-face): Use 3D look for w32.
21090 (custom-button-pressed-face): Likewise.
21091
21092 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21093
21094 * progmodes/etags.el (tags-case-fold-search): New user-option.
21095 (tags-loop-eval): New function. Bind case-fold-search around eval
21096 depending on the value of tags-case-fold-search.
21097 (tags-loop-continue): Use tags-loop-eval.
21098 (find-tag-in-order): Bind case-fold-search depending on the value
21099 of tags-case-fold-search.
21100
21101 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21102
21103 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21104 (diff-end-of-hunk): Return the end position for use in
21105 `easy-mmode-define-navigation'.
21106 (diff-recenter): Remove.
21107 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21108 of `easy-mmode-define-navigation'.
21109 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21110 previous renaming) and fix to use new names.
21111 (diff-merge-strings): Use \n as separator: simpler, faster.
21112 (diff-mode): Use `define-derived-mode'.
21113
21114 * derived.el (define-derived-mode): Don't autoload anymore.
21115 Prefer the macro-only version provided by easy-mmode.el.
21116
21117 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21118 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21119 (easy-mmode-define-navigation): New macro.
21120
21121 * subr.el (combine-run-hooks): New function.
21122
21123 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21124
21125 * term/x-win.el: Fontsets related initialization is simplified.
21126
21127 * international/mule-diag.el (describe-font): Don't refer to
21128 global-fontset-alist, instead call font-list.
21129 (describe-fontset, list-fontsets, mule-diag): Likewise.
21130 (print-fontset): Adjusted for the change of fontset implementation.
21131
21132 * international/fontset.el (x-charset-registries): Variable removed,
21133 instead the corresponding data is stored in the default fontset.
21134 (register-alternate-fontnames): Function removed.
21135 (resolved-ascii-font): Variable removed.
21136 (x-compose-font-name): Ignore the second argument REDOCE.
21137 (x-complement-fontset-spec): Complement only an ASCII font and
21138 element for those charsets than can use that ASCII font.
21139 (generate-fontset-menu): Don't refer to global-fontset-alist,
21140 instead call fontset-list.
21141 (uninstantiated-fontset-alist): Variable removed.
21142 (x-style-funcs-alist): Likewise.
21143 (fontset-default-styles): Likewise.
21144 (x-modify-font-name): Function removed.
21145 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21146 (create-fontset-from-ascii-font): Docsting adjusted for the above
21147 change.
21148 (instantiate-fontset, resolve-fontset-name): Functions removed.
21149 (fontset-list): Now implemented by C code.
21150
21151 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21152 (describe-face): Include `font' attribute in the description.
21153
21154 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21155
21156 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21157
21158 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21159
21160 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21161 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21162 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21163
21164 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21165 about behavior of set-buffer-modified-p wrt redisplay.
21166
21167 2000-03-19 Richard M. Stallman <rms@gnu.org>
21168
21169 * view.el (view-mode-disable): Kill local binding of view-read-only.
21170
21171 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21172
21173 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21174 is a string, convert it to a syntax cell using string-to-syntax.
21175
21176 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21177 (string-to-syntax): New function.
21178
21179 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21180 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21181 try to use passive ftp mode.
21182
21183 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21184
21185 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21186
21187 * simple.el (append-to-buffer): Update point of windows after
21188 insertion.
21189
21190 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21191 forward then moving backward. Reindent.
21192
21193 * frame.el (other-frame): Call x-focus-frame only if
21194 focus-follows-mouse is off.
21195
21196 2000-03-17 Dave Love <fx@gnu.org>
21197
21198 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21199
21200 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21201
21202 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21203 regexp for labels cannot span several lines.
21204
21205 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21206 `(setq :<key> ':<key>)' to the macro expansion.
21207
21208 2000-03-16 Dave Love <fx@gnu.org>
21209
21210 * progmodes/f90.el (f90): Put custom group under `languages', not
21211 `fortran'.
21212 (f90-mode-hook): Customize.
21213 (f90-mode): Set add-log-current-defun-function.
21214 (f90-current-defun): New function.
21215
21216 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21217
21218 * cus-edit.el (custom-variable-tag-face): Handle case that
21219 default face's height is not a number.
21220 (custom-face-tag-face, custom-group-tag-face-1)
21221 (custom-group-tag-face): Ditto.
21222 (custom-group-tag-face-1): Add :group.
21223
21224 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21225
21226 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21227
21228 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21229 requiring easymenu.
21230
21231 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21232
21233 * ps-print.el: PostScript user-defined prologue, PostScript error
21234 handler, doc fix.
21235 (ps-print-version): New version number (5.1).
21236 (ps-user-defined-prologue, ps-error-handler-message)
21237 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21238 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21239 (ps-insert-string): New function.
21240
21241 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21242
21243 * international/ccl.el (ccl-compile-expression): Don't generate
21244 invalid self-assignment code.
21245
21246 2000-03-14 Dave Love <fx@gnu.org>
21247
21248 * subr.el (replace-regexp-in-string): Renamed from
21249 replace-regexps-in-string. Doc fix.
21250
21251 2000-03-12 Dave Love <fx@gnu.org>
21252
21253 * cus-edit.el: Doc fixes.
21254 (customize-set-variable, customize-save-variable): Rename args for doc.
21255 (custom-variable-tag-face, custom-face-tag-face)
21256 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21257 style which user identify as hyperlink.
21258 (hook): Don't add undefined functions to the hook.
21259 (debug-ignored-errors): Transfer message from bindings.el.
21260
21261 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21262
21263 * recentf.el (recentf-keep-non-readable-files-p):
21264 Remove double/nested definition.
21265
21266 2000-03-12 Dave Love <fx@gnu.org>
21267
21268 * facemenu.el (facemenu-get-face): Use display-color-p.
21269 * enriched.el (enriched-decode-foreground): Likewise.
21270 (enriched-decode-background): Likewise.
21271 * isearch.el (isearch-highlight): Likewise.
21272 * info-look.el (info-lookup): Likewise.
21273 * simple.el (completion-setup-function): Likewise.
21274
21275 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21276 :options.
21277
21278 * bindings.el (mode-line-format): Fix line-number and
21279 column-number items. Add help-echo for the background.
21280 (mode-line-mule-info): Modify help-echo.
21281
21282 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21283
21284 * files.el (load-file): Allow completion to .elc.
21285
21286 * man.el: Doc fixes.
21287 (Man-init-defvars): Use display-color-p to set fontification.
21288
21289 * play/hanoi.el (hanoi-internal): Don't use oddp.
21290
21291 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21292
21293 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21294
21295 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21296
21297 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21298
21299 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21300 Fix comment.
21301
21302 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21303
21304 * font-lock.el (font-lock-keywords): Fix the doc now that
21305 regexp-opt-depth is unnecessary.
21306 (save-buffer-state): Set an edebug spec.
21307 (font-lock-fontify-anchored-keywords): Properly handle the case when
21308 the matcher goes past the limit.
21309
21310 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21311 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21312
21313 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21314 dll.el and cookie.el (from Elib) with heavy renaming and other
21315 massaging.
21316
21317 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21318 Autoload the functions used.
21319 (easy-mmode-define-syntax): Fix CL typo.
21320 (easy-mmode-define-derived-mode): Improve the docstring generation.
21321
21322 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21323
21324 * textmodes/texinfo.el (texinfo-version): Variable and function
21325 removed.
21326
21327 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21328
21329 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21330 allow more flexibility.
21331 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21332 (easy-mmode-defmap, easy-mmode-defsyntax)
21333 (easy-mmode-define-derived-mode): New macros.
21334
21335 2000-03-09 Didier Verna <didier@xemacs.org>
21336
21337 * rect.el (replace-rectangle): New function.
21338
21339 2000-03-09 Dave Love <fx@gnu.org>
21340
21341 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21342 (fortran-comment-line-start-skip): Don't match cpp stuff.
21343 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21344 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21345 (fortran-mode): Don't set fortran-comment-line-start-skip,
21346 fortran-comment-line-start here. Set comment-start,
21347 add-log-current-defun.
21348 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21349 (fortran-current-defun): New function.
21350
21351 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21352
21353 * emacs-lisp/re-builder.el: New file.
21354
21355 * mouse.el (mouse-drag-region): Don't run up-event handler
21356 if hscroll has changed.
21357
21358 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21359 builtin operators, use `font-lock-builtin-face' for Emacs and
21360 `font-lock-preprocessor-face' otherwise.
21361
21362 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21363 `(defun (setf foo)' differently.
21364
21365 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21366
21367 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21368 (regexp-opt): Update comment and adapt the code the new meaning of
21369 the `paren' argument of regex-opt-group for shy-groups.
21370 (regexp-opt-depth): Handle shy groups as well as backslashed
21371 backslashes.
21372 (regexp-opt-group): Turn the leading comment into a docstring.
21373 Allow `paren' to be a string (the string to use to open a group).
21374 Remove open-presuf and close-presuf. Instead of checking for `all
21375 one-char' and then later on check for `several one-char', handle
21376 both cases close together. Also apply a more generic algorithm
21377 for suffixes (the mirror image of the algorithm used for
21378 prefixes). Use shy-groups. Use nreverse rather than reverse.
21379 (regexp-opt-try-suffix): Removed.
21380
21381 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21382 from comint-mode-map, so we can just inherit from it. Also, move
21383 the initialization into the `defvar' since there's no docstring
21384 anyway and it's fairly short.
21385 (inferior-scheme-mode): Define it as derived-mode: the code is
21386 shorter and this way we inherit from comint-mode-map rather than
21387 copying it.
21388
21389 * subr.el (replace-regexps-in-string): Properly handle the case
21390 where we match an empty string.
21391
21392 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21393 when the command has a directory component (such as "./testml").
21394 Also fix a typo in the comment.
21395
21396 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21397
21398 * Makefile (compile-files): Compile files one by one because
21399 that's the only way to ensure a clean compilation environment for
21400 each individual file.
21401
21402 * frame.el (other-frame): Call x-focus-frame.
21403
21404 2000-03-07 Dave Love <fx@gnu.org>
21405
21406 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21407 :require to defcustom.
21408
21409 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21410
21411 * files.el (auto-mode-alist): Add configure.in.
21412
21413 * progmodes/autoconf.el: New file.
21414
21415 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21416
21417 * mail/mh-e.el: Change maintainer to `none'.
21418
21419 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21420 to remove-hook and add-hook.
21421
21422 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21423
21424 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21425 it as the default.
21426 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21427 (sendmail-send-it): Conditionally add MIME headers specifying the
21428 used character set.
21429
21430 2000-03-07 Dave Love <fx@gnu.org>
21431
21432 * winner.el: Fix keywords, autoload cookies.
21433 Split eval-when-compile form to avoid compilation failure.
21434
21435 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21436
21437 * international/mule.el: Modify comment about coding system
21438 property `coding-category'.
21439 (make-coding-system): New argument EOL-TYPE. Pay attention to
21440 coding-category property of PROPERTIES.
21441
21442 * international/mule-conf.el (coding-category-utf-8)
21443 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21444 categories. Include them in the argument for set-coding-priority.
21445
21446 * international/mule-cmds.el (reset-language-environment):
21447 Include coding-category-utf-8, coding-category-utf-16-be, and
21448 coding-category-utf-16-le in the argument for set-coding-priority.
21449 (reset-language-environment): Initialize coding-category-utf-8,
21450 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21451
21452 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21453
21454 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21455 code abstracted out of `bookmark-jump-noselect'. Now tries info
21456 extensions as well as compression extensions.
21457 (bookmark-jump-noselect): Use above new func.
21458
21459 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21460
21461 * strokes.el: Change maintainer's mail address.
21462
21463 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21464
21465 * international/mule-diag.el (list-character-sets): Make help-echo
21466 string by substitute-command-keys.
21467 (list-character-sets): Likewise.
21468 (sort-listed-character-sets): Call help-setup-xref.
21469
21470 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21471
21472 * time.el (display-time-mail-file): Add `none' to the list of choices.
21473
21474 2000-03-01 Dave Love <fx@gnu.org>
21475
21476 * help.el (help-xref-go-back): Don't try to set position.
21477
21478 * international/mule-diag.el (list-character-sets):
21479 Call help-setup-xref. Add help-echo to xrefs.
21480 (list-character-sets-1): Add help-echo to xrefs.
21481
21482 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21483
21484 * frame.el (blink-cursor-mode): Switch cursor on when turning
21485 the mode off.
21486
21487 * add-log.el (add-log-current-defun): Add support for
21488 Autoconf mode.
21489
21490 * mail/rmail.el (rmail-quit-hook): New variable.
21491
21492 2000-03-01 Dave Love <fx@gnu.org>
21493
21494 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21495
21496 * help.el (help-xref-button): Add help-echo arg.
21497 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21498
21499 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21500
21501 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21502
21503 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21504
21505 * image.el (defimage): Look for image files in load-path.
21506
21507 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21508
21509 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21510
21511 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21512
21513 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21514
21515 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21516 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21517 action to select/unselect a file.
21518 (recentf-edit-list): Code cleanup and improvement.
21519 (recentf-open-more-files-action): `recentf-open-more-files' button
21520 widget action to open a file.
21521 (recentf-open-more-files): No more use standard completion but widgets.
21522 (recentf-more-collection): Deleted.
21523 (recentf-more-history): Deleted.
21524 (recentf-setup-more-completion): Deleted.
21525
21526 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21527
21528 * recentf.el (recentf-mode): No more needs that Emacs is running
21529 under a window-system.
21530
21531 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21532
21533 * recentf.el (recentf-edit-list): New command to edit the recent
21534 list which allow the user to remove files.
21535 (recentf-edit-selected-items): New global variable, used by
21536 `recentf-edit-list' to hold the list of files to be removed from
21537 the recent list.
21538 (recentf-make-menu-items): Updated to display a "Edit list..."
21539 menu item. Minor code cleanup.
21540
21541 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21542
21543 * recentf.el (recentf-open-more-files): New command to open files
21544 that are not displayed in the menu.
21545 (recentf-more-collection): New global variable holding the set of
21546 permissible completions used by `recentf-open-more-files'.
21547 (recentf-more-history): New global variable holding the history list
21548 used by `recentf-open-more-files' completion.
21549 (recentf-setup-more-completion): New function to setup completion for
21550 `recentf-open-more-files'.
21551 (recentf-make-menu-items): Updated to display a "More..." menu item.
21552
21553 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21554
21555 * recentf.el (recentf-menu-action): Doc fixed.
21556
21557 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21558
21559 * recentf.el (recentf-menu-filter): Doc updated.
21560 (recentf-update-menu-hook): Allow menu filters to force menu update.
21561 (recentf-make-menu-items): New menu filter handling.
21562 (recentf-make-menu-item): New helper function.
21563 (recentf-menu-elements): New menu handling function.
21564 (recentf-sort-ascending): Updated to new menu filter handling.
21565 (recentf-sort-descending): Updated to new menu filter handling.
21566 (recentf-sort-basenames-ascending): New menu filter function.
21567 (recentf-sort-basenames-descending): New menu filter function.
21568 (recentf-show-basenames): New menu filter function.
21569 (recentf-show-basenames-ascending): New menu filter function.
21570 (recentf-show-basenames-descending): New menu filter function.
21571
21572 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21573
21574 * diary-lib.el (list-diary-entries): Don't try to go forward at
21575 the end of the buffer.
21576
21577 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21578
21579 * international/mule-diag.el (list-character-sets):
21580 Completely rewritten.
21581 (sort-listed-character-sets): New function.
21582 (list-character-sets-1): Completely rewritten.
21583 (list-character-sets-2): New function.
21584 (non-iso-charset-alist): New variable.
21585 (decode-codepage-char): New function.
21586 (charset-history): New variable.
21587 (read-charset) (list-block-of-chars)
21588 (list-iso-charset-chars)
21589 (list-non-iso-charset-chars)
21590 (list-charset-chars): New functions.
21591 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21592 (dump-charsets): Likewise.
21593
21594 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21595
21596 * dired-x.el (dired-filename-at-point): Add `@' to valid
21597 file name characters.
21598 (dired-filename-at-point): Handle ange-ftp file names.
21599
21600 * frame.el (frame-notice-user-settings): Use assq-delete-all
21601 instead of assoc-delete-all.
21602 (frame-notice-user-settings): Ditto.
21603
21604 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21605 Don't copy alist.
21606
21607 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21608
21609 * calculator.el (calculator-use-menu): New option.
21610 (calculator-initial-bindings): Changed some bindings to work as macros.
21611 (calculator-forced-input): Removed.
21612 (calculator-restart-other-mode): New variable.
21613 (calculator-mode-map): Set up menu.
21614
21615 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21616
21617 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21618
21619 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21620
21621 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21622 translate all ESC key sequences.
21623 (viper-goto-mark-subr): Restore markers for files for which
21624 they were saved.
21625 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21626 * viper-util.el (viper-set-replace-overlay-glyphs)
21627 (viper-set-replace-overlay): Always check if the replacement
21628 overlay is live.
21629 * viper.el (viper-vi-state-mode-list): Add major modes.
21630 * ediff-wind.el: Minor comment changes.
21631 * ediff.el: Copyright notice date fix.
21632
21633 2000-02-27 Jason Rumney <jasonr@gnu.org>
21634
21635 * faces.el (face-font-family-alternatives): Add arial to helv.
21636 (mode-line, header-line, tool-bar): Same default as x for w32.
21637 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21638 face-font-family-alternatives from working.
21639 * term/w32-win.el (mouse-set-font): Do not build fontset from
21640 chosen font.
21641
21642 2000-02-25 Sam Steingold <sds@goems.com>
21643
21644 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21645 properly.
21646
21647 2000-02-25 Richard M. Stallman <rms@gnu.org>
21648
21649 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21650
21651 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21652
21653 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21654
21655 * frame.el (busy-cursor-delay-seconds): New option.
21656
21657 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21658
21659 * frame.el (show-cursor-in-non-selected-windows): New option.
21660
21661 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21662
21663 * diary-lib.el (include-other-diary-files): Undo the selective
21664 display in any included file and don't kill it.
21665
21666 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21667
21668 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21669 Menu items converted to (menu-item format, help strings added.
21670 [downcase, upcase]: Don't enable on MS-DOS.
21671 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21672 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21673
21674 2000-02-23 Dave Love <fx@gnu.org>
21675
21676 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21677 (backward-kill-word): Revert addition of * to interactive spec --
21678 it's a feature.
21679
21680 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21681 (backward-kill-sentence, kill-sentence): Likewise.
21682
21683 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21684 scratch buffer name.
21685 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21686
21687 * term/w32-win.el (internal-face-interactive): Update prompt for
21688 new read-face-name.
21689
21690 * mail/footnote.el (footnote): Add :version to defgroup.
21691 (footnote-section-tag-regexp): Customize.
21692 (footnote-start-tag, footnote-end-tag): New option.
21693 (footnote-latin-regexp): New variable.
21694 (Footnote-latin): New function.
21695 (footnote-style-alist): Add element for latin style.
21696 (footnote-style): Moved.
21697 (Footnote-goto-footnote): Use eq to test arg.
21698
21699 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21700
21701 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21702 (byte-compile-trueconstp): Include keywords.
21703 (byte-optimize-quote, byte-optimize-lapcode):
21704 Use byte-compile-const-symbol-p.
21705 (byte-optimize-char-before): New optimization.
21706
21707 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21708 (byte-compile-const-symbol-p): New function.
21709 (byte-compile-constp, byte-compile-out-toplevel)
21710 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21711 Use it.
21712
21713 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21714
21715 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21716
21717 * international/encoded-kb.el: Be sure to update minor-mode-alist
21718 and minor-mode-map-alist.
21719 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21720 codes SS2 and SS3 correctly.
21721 (encoded-kbd-self-insert-ccl): New function.
21722 (encoded-kbd-setup-keymap): New function.
21723 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21724 by calling encoded-kbd-setup-keymap.
21725
21726 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21727 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21728
21729 2000-02-22 Dave Love <fx@gnu.org>
21730
21731 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21732 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21733 (lisp-mode-syntax-table): Set up for #|...|# comments.
21734 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21735 classes. Match `defface'.
21736 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21737 (eval-defun-1): Fix for defcustom.
21738 (lisp-indent-region): Doc fix.
21739
21740 * subr.el (when, unless, split-string): Doc fix.
21741 (read-passwd): Move call of clear-this-command-keys to the right place.
21742 (replace-regexps-in-string): New function.
21743
21744 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21745
21746 * help.el (describe-variable): Set syntax table to
21747 emacs-lisp-mode-syntax-table when moving forward over the
21748 symbol's name.
21749
21750 2000-02-22 Dave Love <fx@gnu.org>
21751
21752 * xt-mouse.el: Doc fixes.
21753 (xterm-mouse-position-function): New function, replacing advice of
21754 mouse-position.
21755 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21756
21757 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21758
21759 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21760
21761 * format.el (format-annotate-single-property-change):
21762 Handle properties.with dotted-list values.
21763 (format-proper-list-p): New function.
21764
21765 * enriched.el (enriched-face-ans): Handle '(foreground-color
21766 . COLOR) and (background-color . COLOR).
21767
21768 2000-02-20 Dave Love <fx@gnu.org>
21769
21770 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21771 and assignments to it.
21772 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21773 current local map.
21774 (make-flyspell-overlay): Use it.
21775 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21776
21777 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21778 (lm-get-header-re): Defun, not defsubst.
21779 (lm-get-package-name): Defun, not defsubst. Simplify.
21780 (lm-version): Doc fix. Simplify.
21781 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21782 (lm-crack-address, lm-last-modified-date, lm-commentary)
21783 (lm-verify, lm-synopsis): Simplify.
21784 (lm-report-bug): Require emacsbug. Use compose-mail.
21785
21786 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21787
21788 * dired.el (dired-mode): Call propertized-buffer-identification
21789 to set mode-line-buffer-identification to something having
21790 the right text properties.
21791
21792 * bindings.el (propertized-buffer-identification): New function.
21793
21794 2000-02-20 Dave Love <fx@gnu.org>
21795
21796 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21797 check for t-mouse too.
21798
21799 * cus-start.el: Make echo-keystrokes `number'.
21800
21801 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21802
21803 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21804 Don't call ring-empty-p unless tags-location-ring is bound.
21805 From Noah Friedman <friedman@splode.com>.
21806
21807 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21808
21809 * progmodes/hideshow.el (hs-flag-region): No longer use
21810 `intangible' overlay property.
21811
21812 (hs-toggle-hiding): New command.
21813 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21814
21815 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21816 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21817 and deactivation.
21818
21819 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21820
21821 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21822
21823 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21824
21825 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21826
21827 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21828 of `*' to handle `(* ... *)' comments.
21829
21830 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21831
21832 * faces.el (list-faces-display): Use display-mouse-p instead of
21833 window-system.
21834
21835 * menu-bar.el (global-map): Menu-bar items converted to the new
21836 format (menu-item..., rearranged for better CUA compliance, and
21837 their names changed for better clarity. Help strings added.
21838
21839 * international/mule-cmds.el (mule-menu-keymap)
21840 (describe-language-environment-map, set-coding-system-map)
21841 (setup-language-environment-map): Convert to new (menu-item...
21842 form, add help strings. Change names of menu items for better clarity.
21843 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21844
21845 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21846
21847 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21848 within the code.
21849
21850 2000-02-16 Dave Love <fx@gnu.org>
21851
21852 * faces.el: Don't require custom. Add more specific :groups to
21853 various deffaces.
21854 (set-face-attribute): Purecopy args.
21855 (read-face-name): Default to name at point and use it in prompt.
21856 Remove colon from arg in all callers.
21857 (list-faces-display): Hyperlink to face descriptions and customize
21858 buffers.
21859
21860 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21861
21862 * wid-edit.el (widget-match-inline): An atom never matches a list.
21863
21864 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21865
21866 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21867 at ':' characters by call to split-string.
21868
21869 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21870
21871 * textmodes/bibtex.el: Added RCS version identification.
21872
21873 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21874
21875 * textmodes/bibtex.el: Some temporary comments removed.
21876 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21877 (bibtex-field-const): Allow capital letters.
21878 (bibtex-start-of-string): Deleted because unused.
21879
21880 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21881 use the term 'reference' to describe a bibtex entry as a whole.
21882 Further, reference keys are no longer called 'labels'.
21883 (bibtex-keys): Renamed to bibtex-reference-keys.
21884 (bibtex-reformat-previous-labels): Renamed to
21885 bibtex-reformat-previous-reference-keys.
21886 (bibtex-reference-type): Renamed to bibtex-entry-type.
21887 (bibtex-reference-head): Renamed to bibtex-entry-head.
21888 (bibtex-reference-maybe-empty-head): Renamed to
21889 bibtex-entry-maybe-empty-head.
21890 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21891 (bibtex-search-reference): Renamed to bibtex-search-entry.
21892 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21893 bibtex-enclosing-entry-maybe-empty-head.
21894 (bibtex-entry-field-alist, bibtex-entry-head)
21895 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21896 (bibtex-map-entries, bibtex-search-entry)
21897 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21898 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21899 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21900 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21901 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21902 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21903 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21904
21905 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21906
21907 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21908 comment.
21909 (bibtex-format-field-delimiters): New function, functionality
21910 extracted from bibtex-format-entry.
21911 (bibtex-autokey-get-yearfield-digits): New function, functionality
21912 extracted from bibtex-autokey-get-yearfield.
21913
21914 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21915 entries in order to avoid stack overflow in the regexp matcher if
21916 field contents become large.
21917 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21918 (bibtex-field-string-part-not-braced)
21919 (bibtex-field-string-part-no-inner-braces)
21920 (bibtex-field-string-part-1-inner-brace)
21921 (bibtex-field-string-part-2-inner-braces)
21922 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21923 (bibtex-field-string-quoted, bibtex-field-string)
21924 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21925 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21926 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21927 Deleted as parsing is now performed by the following functions.
21928 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21929 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21930 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21931 (bibtex-parse-association, bibtex-field-name-for-parsing)
21932 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21933 (bibtex-search-forward-field, bibtex-search-backward-field)
21934 (bibtex-start-of-field, bibtex-end-of-field)
21935 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21936 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21937 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21938 (bibtex-parse-string, bibtex-search-forward-string)
21939 (bibtex-search-backward-string, bibtex-start-of-string)
21940 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21941 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21942 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21943 entries. Instead of reporting the results of the parsing by
21944 match-beginning or match-end, these functions return data structures
21945 that hold the corresponding positions.
21946 (bibtex-enclosing-field): Changed to also report field boundaries by
21947 return values rather than by match-beginning or match-end.
21948 The following functions have been adapted to use the new
21949 parsing functions.
21950 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21951 (bibtex-enclosing-field, bibtex-format-entry)
21952 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21953 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21954 (bibtex-print-help-message, bibtex-end-of-entry)
21955 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21956 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21957 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21958 Use the new method for parsing.
21959 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21960 (bibtex-map-entries, bibtex-flash-head)
21961 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21962 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21963 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21964 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21965 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21966 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21967 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21968 order to make the new binding of case-fold-search immediately visible.
21969
21970 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21971
21972 * textmodes/bibtex.el: Copyright notice is up to date.
21973 Added constant 'bibtex-maintainer-salutation.
21974
21975 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21976 than make-temp-name, use match-string-no-properties and eliminate
21977 a quadratic behavior when building bibtex-strings.
21978
21979 * bibtex.el (bibtex-reference-key): Accept string entries whose
21980 reference key contains upper case letters.
21981
21982 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21983
21984 * bibtex.el (bibtex-reference-head): Allow entries to start with
21985 a new line.
21986
21987 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21988
21989 * bibtex.el: Hiding of entry bodies is not longer provided by
21990 bibtex.el directly. Instead the hideshow package can be used.
21991 Added a special bibtex entry to hs-special-modes-alist.
21992 (bibtex-hs-forward-sexp): Added for hideshow.el.
21993
21994 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21995
21996 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21997 proceedings entry type (for cross referencing). Thanks to Wagner
21998 Toledo Correa for the suggestion.
21999
22000 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
22001
22002 2000-02-14 Kenichi Handa <handa@etl.go.jp>
22003
22004 * international/characters.el: Setup case table for Vietnamese.
22005
22006 2000-02-12 Gerd Moellmann <gerd@gnu.org>
22007
22008 * uniquify.el (toplevel): Require CL at compile time.
22009 (uniquify-push): Removed.
22010
22011 * shadowfile.el (shadow-when): Removed.
22012
22013 * tempo.el (tempo-dolist, tempo-mapc): Removed.
22014 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
22015
22016 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
22017 regexp for paragraph-start.
22018
22019 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
22020 commas as well.
22021
22022 2000-02-10 Dave Love <fx@gnu.org>
22023
22024 * wid-edit.el: (widgets) [defgroup]: Remove url link.
22025 (widget-color-choice-list, widget-color-history, widget-mouse-help):
22026 Deleted.
22027 (widget-specify-field, widget-specify-button): Don't use
22028 widget-mouse-help as help-echo property.
22029 (default): Use #'ignore for :validate and :mouse-down-action.
22030 (checkbox): Add help-echo.
22031 (widget-sexp-validate): Rewritten to clarify error messages.
22032 (character): Use char-valid-p in :match function.
22033 (widget-color-complete): Use facemenu-color-alist.
22034 (widget-color-action): Use facemenu-read-color.
22035
22036 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
22037 set up `caar' &c that we now have.
22038
22039 2000-02-09 Ray Blaak <blaak@gnu.org>
22040
22041 * delphi.el: Make resourcestring a declaration region, like const
22042 and var.
22043
22044 2000-02-09 Dave Love <fx@gnu.org>
22045
22046 * bindings.el (mode-line-input-method-map): New variable.
22047 (mode-line-mule-info): Use it; fix last change.
22048 (mode-line-mode-menu): Move definition.
22049 (mode-line-mouse-sensitive-p): Deleted.
22050 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
22051 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
22052
22053 * startup.el (command-line-1): Don't call
22054 make-mode-line-mouse-sensitive.
22055
22056 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22057
22058 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22059 before rmail-toggle-header, because the former toggles headers.
22060
22061 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22062
22063 * diff-mode.el (diff-kill-junk): New interactive function.
22064 (diff-reverse-direction): Use delete-and-extract-region.
22065 (diff-post-command-hook): Restrict the area so that the hook also works
22066 outside of any diff hunk. This is necessary for the minor-mode.
22067 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22068 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22069
22070 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22071 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22072 so that it can be used more easily in <foo>-mode-hook. Also make sure
22073 to avoid duplicate entries.
22074 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22075 (font-lock-remove-keywords): Just as was done for `add', allow it to
22076 work even if font-lock-mode is nil. Also make sure we don't modify
22077 any pre-existing list by forcing a copy-sequence. Finally rename
22078 `major-mode' to `mode'.
22079 (font-lock-fontify-syntactic-anchored-keywords)
22080 (font-lock-fontify-anchored-keywords)
22081 (font-lock-fontify-keywords-region): Use line-end-position.
22082 Don't make `font-lock-multiline' local (it's now done in
22083 font-lock-set-defaults).
22084 (font-lock-set-defaults): Make `font-lock-multiline' local.
22085 Move the `font-lock-fontified' creation to inside the `unless'.
22086
22087 2000-02-06 Andrew Innes <andrewi@gnu.org>
22088
22089 * term/w32-win.el (x-handle-args): Comment out call to message,
22090 which occurs before window system is initialized.
22091
22092 * makefile.nt: Add support for recompiling lisp code.
22093
22094 2000-02-04 Dave Love <fx@gnu.org>
22095
22096 * bindings.el (mode-line-mule-info): Fix/extend last change.
22097
22098 * completion.el: Replace completion-dolist with dolist.
22099
22100 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22101
22102 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22103
22104 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22105 environment names before they go into the section regexp.
22106
22107 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22108 char class in regexp.
22109
22110 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22111 Bind `case-fold-search' to nil.
22112
22113 * progmodes/idlwave.el (idlwave-template):
22114 Respect `idlwave-abbrev-change-case'.
22115 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22116 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22117 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22118 (idlwave-rw-case): New function.
22119 (idlwave-statement-match): Fixed problem with assignment regexp.
22120 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22121 (idlwave-surround): New argument LENGTH to support padding of
22122 operators longer than 1 char.
22123
22124 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22125 idlwave-shell-expression-overlay. Implemented printing of
22126 expressions on higher levels of the calling stack.
22127 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22128 (idlwave-retrieve-expression-from-level): New function.
22129 (idlwave-shell-last-calling-stack): Variable removed.
22130 (idlwave-shell-reset): Argument action reversed (`visible' to
22131 `hidden'). Also remove stop-line overlay.
22132 (idlwave-shell-calling-stack-routine): New variable.
22133 (idlwave-shell-parse-stack-and-display): Messages now display
22134 negative level numbers.
22135 (idlwave-shell-mode): Set `modeline-format'.
22136 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22137 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22138 (idlwave-shell-print-expression-function): New option.
22139
22140 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22141 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22142 `tool-bar' instead of `toolbar'.
22143
22144 2000-02-02 Dave Love <fx@gnu.org>
22145
22146 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22147 emacs-lisp-mode-hook. Don't check for defalias being defined.
22148
22149 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22150 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22151 Use the new builtins directly.
22152
22153 * whitespace.el (whitespace): Add :version to defgroup.
22154
22155 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22156 Doc fix.
22157
22158 * thingatpt.el (sexp-at-point, symbol-at-point)
22159 (number-at-point, list-at-point): Add autoload cookie.
22160
22161 * recentf.el (recentf): Add :version to defgroup.
22162
22163 * quickurl.el (quickurl): Add :version to defgroup.
22164
22165 * elide-head.el (elide-head): Use point-marker more.
22166
22167 * bs.el (bs): Add :version to defgroup.
22168
22169 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22170
22171 * progmodes/delphi.el (delphi): Add :version to defgroup.
22172
22173 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22174
22175 * ange-ftp.el (ange-ftp-write-region): Handle case that
22176 succeeding process operation sets a different coding system.
22177
22178 * calculator.el: New file.
22179
22180 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22181
22182 * frame.el (frames-on-display-list, framep-on-display): New functions.
22183 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22184 (display-selections-p, display-screens, display-pixel-width)
22185 (display-pixel-height, display-mm-width, display-mm-height)
22186 (display-backing-store, display-save-under, display-planes)
22187 (display-color-cells, display-visual-class): New functions.
22188
22189 * term/tty-colors.el (tty-color-gray-shades): New function.
22190
22191 * faces.el (display-color-p): Use framep-on-display.
22192 (display-grayscale-p): New function.
22193
22194 2000-01-31 Dave Love <fx@gnu.org>
22195
22196 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22197 (create-fontset-from-x-resource): Don't concat integers.
22198
22199 2000-01-31 Inge Frick <inge@nada.kth.se>
22200
22201 * view.el: Some changes in documentation. Removed some trailing
22202 whitespace. Changed some parameter names to agree with documentation.
22203 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22204 window is not deleted. Modifies change 1998-04-26.
22205
22206 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22207
22208 * windmove.el: New file.
22209
22210 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22211 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22212 progmodes/ebnf-yac.el: Update copyright and license info.
22213
22214 * jit-lock.el (jit-lock-function): Widen before calculating
22215 end position.
22216 (jit-lock-stealth-chunk-start): Rewritten.
22217
22218 * info.el (Info-title-face-alist): Removed.
22219 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22220 (Info-fontify-node): Use these faces.
22221
22222 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22223
22224 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22225 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22226 `&allow-other-keywords'.
22227
22228 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22229 the list of directories scanned heuristically.
22230
22231 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22232
22233 2000-01-30 Jason Rumney <jasonr@gnu.org>
22234
22235 * w32-fns.el: Define w32-tty-standard-colors.
22236
22237 * startup.el (command-line): Use w32-tty-standard-colors when in
22238 w32 console mode.
22239
22240 2000-01-30 Dave Love <fx@gnu.org>
22241
22242 * jka-compr.el (jka-compr-load): Fix up load-history.
22243
22244 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22245
22246 * emacs-lisp/cl-macs.el: Revert previous change.
22247
22248 2000-01-29 Dave Love <fx@gnu.org>
22249
22250 * facemenu.el: Purecopy various strings.
22251
22252 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22253 years. Deal with three-digit years.
22254
22255 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22256 Use defconst, purecopy.
22257 (help-back-label): Purecopy it.
22258
22259 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22260
22261 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22262 variable. If non-nil, order the buffer list according to the
22263 currently selected frame.
22264 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22265 non-nil, pass the selected frame to function buffer-list.
22266
22267 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22268
22269 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22270
22271 2000-01-28 Dave Love <fx@gnu.org>
22272
22273 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22274
22275 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22276 Don't use lisp-indent-hook property.
22277 (cl-abs): Remove.
22278
22279 * subr.el: Move out indent and edebug specs for when and unless.
22280
22281 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22282 when, unless.
22283
22284 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22285 unless, when.
22286
22287 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22288
22289 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22290 `collecting' as synonym for `collect'.
22291
22292 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22293 for the case it contains spaces.
22294
22295 * simple.el (what-cursor-position): Change formatting of messages.
22296
22297 * frame.el (delete-other-frames): New function.
22298 (toplevel): Bind it to C-x 5 1.
22299
22300 * sort.el (sort-numeric-base): New option.
22301 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22302 interpret it as octal or hexadecimal. Use sort-numeric-base
22303 as default base.
22304
22305 * progmodes/glasses.el: New file.
22306
22307 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22308
22309 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22310 userids differently.
22311
22312 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22313 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22314 progmodes/ebnf-yac.el: New files.
22315
22316 2000-01-26 Dave Love <fx@gnu.org>
22317
22318 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22319 on a function with an empty body. [From Eric Ludlam.]
22320
22321 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22322
22323 * vc.el (vc-version-diff): Make sure file name is expanded.
22324
22325 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22326
22327 * scroll-bar.el (scroll-bar-timer): Variable removed.
22328 (scroll-bar-toolkit-scroll): Don't use a timer.
22329
22330 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22331
22332 * language/thai-util.el (thai-composition-function):
22333 Delete superfluous `a'.
22334
22335 2000-01-24 Dave Love <fx@gnu.org>
22336
22337 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22338 end-of-defun-function.
22339
22340 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22341
22342 2000-01-22 Jason Rumney <jasonr@gnu.org>
22343
22344 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22345 conflicts with new face support.
22346
22347 2000-01-22 Richard M. Stallman <rms@gnu.org>
22348
22349 * replace.el (query-replace): Rename last arg to DELIMITED.
22350 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22351 (query-replace-regexp): Likewise.
22352
22353 2000-01-20 Richard M. Stallman <rms@gnu.org>
22354
22355 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22356
22357 * emacs-lisp/lisp.el (beginning-of-defun-function):
22358 Variable renamed from beginning-of-defun.
22359 Do not call make-variable-buffer-local.
22360 (beginning-of-defun-raw): Use new variable name; doc fix.
22361 (beginning-of-defun): Doc fix.
22362 (end-of-defun-function): Variable renamed from end-of-defun.
22363 Do not call make-variable-buffer-local.
22364 (end-of-defun): Use new variable name; doc fix.
22365
22366 * subr.el (dolist, dotimes): Copied from cl-macs.el
22367 and made to work.
22368
22369 * mail/undigest.el (rmail-digest-end-regexps):
22370 Variable replaces rmail-digest-end-regexp.
22371 Allows multiple regexps for detecting the end line.
22372 (undigestify-rmail-message): Corresponding changes.
22373
22374 2000-01-19 Dave Love <fx@gnu.org>
22375
22376 * files.el (user-init-file): Don't declare here -- is primitive.
22377
22378 * startup.el (command-line): Check for compiled user-init-file and
22379 set to uncompiled version if necessary.
22380
22381 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22382
22383 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22384 (undigestify-rmail-message): Use it.
22385
22386 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22387
22388 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22389
22390 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22391 of mini-buffer.
22392
22393 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22394
22395 * emacs-lisp/copyright.el (copyright-update): Removed the
22396 requirement for a trailing space from `copyright-regexp', to
22397 support copyrights with owner specified on a separate line..
22398
22399 * align.el: New file.
22400
22401 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22402
22403 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22404
22405 2000-01-13 Dave Love <fx@gnu.org>
22406
22407 * ph.el: Removed. (Obsoleted by EUDC.)
22408
22409 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22410
22411 * net/eudc.el (toplevel): Remove autoloaded code installing
22412 menu with easymenu, because that causes build problems.
22413
22414 * frame.el (frame-notice-user-settings): New variable.
22415 (frame-notice-user-settings): Don't modify frame parameters
22416 if called a second time.
22417
22418 2000-01-13 Richard M. Stallman <rms@gnu.org>
22419
22420 * frame.el (frame-notice-user-settings):
22421 Notice default-frame-parameters even for non-window frames.
22422
22423 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22424
22425 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22426 for Emacs.
22427 (eudc-bob-can-display-inline-images): Extend for Emacs.
22428 (eudc-bob-toggle-inline-display): Ditto.
22429 (eudc-bob-display-jpeg): Ditto.
22430
22431 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22432
22433 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22434 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22435 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22436
22437 * add-log.el (add-change-log-entry): Fix error trying an
22438 `(insert nil)'.
22439
22440 * subdirs.el: Add `net' directory.
22441
22442 * net: New directory.
22443
22444 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22445 eval-last-sexp. Don't bind debug-on-error here.
22446 (eval-last-sexp): New function. Bind debug-on-error if
22447 eval-expression-debug-on-error is non-nil.
22448 (eval-defun-2, eval-defun): Likewise.
22449
22450 * simple.el (eval-expression): Don't bind debug-on-error if
22451 eval-expression-debug-on-error is nil. Detect changed
22452 debug-on-error, and propagate new value to global binding, if
22453 eval-expression-debug-on-error is non-nil,
22454 (eval-expression-debug-on-error): Change doc string.
22455
22456 2000-01-11 Richard M. Stallman <rms@gnu.org>
22457
22458 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22459
22460 * emacs-lisp/lisp-mode.el (with-syntax-table):
22461 Set up lisp-indent-function property.
22462
22463 * subr.el (with-syntax-table): Moved from simple.el.
22464
22465 * simple.el (with-syntax-table): Moved to subr.el.
22466
22467 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22468
22469 * tmm.el (tmm-shortcut): Delete region after prompt instead
22470 of erasing buffer.
22471
22472 * textmodes/fill.el (fill-common-string-prefix): New function.
22473 (fill-context-prefix): Use the longest common prefix of first
22474 and second line fill prefix, if there is one.
22475
22476 2000-01-11 Richard M. Stallman <rms@gnu.org>
22477
22478 * array.el (array-mode): Don't use make-variable-buffer-local.
22479 Use make-local-variable for `truncate-lines'.
22480
22481 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22482
22483 * add-log.el (add-log-current-defun): Handle user-defined
22484 add-log-current-function returning nil,
22485
22486 * add-log.el (add-change-log-entry): Insert version number
22487 if having found a current function
22488
22489 * add-log.el (add-log-current-defun):
22490 Call `add-log-current-defun-function'. Try matches at level 0 and
22491 level 1. Strip whitespace from defun found.
22492
22493 2000-01-10 John Wiegley <johnw@gnu.org>
22494
22495 * allout.el (isearch-done/outline-provisions): Added `edit'
22496 argument to correspond with the current definition of `isearch-done'.
22497
22498 2000-01-10 Dave Love <fx@gnu.org>
22499
22500 * elide-head.el (elide-head): Use point-marker, not point.
22501
22502 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22503
22504 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22505 before and after the year 2000.
22506
22507 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22508 Add ispell- prefix.
22509
22510 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22511
22512 * ispell.el: Only define dictionaries in menus when they exist.
22513 (version18p): New variable.
22514 (version20p): New variable.
22515 (xemacsp): New variable.
22516 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22517 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22518 (ispell-dictionary-alist6): Russian command lines no longer accept
22519 run-together words.
22520 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22521 (ispell-dictionary-alist): Add koi8-r to customize definition.
22522 (check-ispell-version): Added documentation string. Return library
22523 path when called non-interactively.
22524 (ispell-menu-map-needed): Uses new variables.
22525 (ispell-library-path): New variable.
22526 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22527 (ispell-word): Improved documentation string. Test for valid
22528 character mappings. Correctly check typed in word changes that can
22529 result in single words split into multiple words.
22530 Return replacement word.
22531 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22532 replace in recursive query replace mode. Help message for
22533 recursive edit mode.
22534 (ispell-show-choices): Protect against bad framepop bindings.
22535 (ispell-help): Fix to work with XEmacs.
22536 (ispell-highlight-spelling-error): Use new variables.
22537 (ispell-overlay-window): Fix to work with XEmacs.
22538 (ispell-parse-output): Passed and returns location information
22539 tracking spelling corrections. Doesn't recheck same word on
22540 current line.
22541 (ispell-init-process): Protect against bogus XEmacs variable binding.
22542 Fix call to single argument in sleep-for. Use new variables.
22543 (ispell-region): Passed and returns location information tracking
22544 spelling corrections. Doesn't check same word on current line.
22545 Improved documentation string. Doesn't resend a line already
22546 checked to the ispell process - fixes bug in LaTeX parsing.
22547 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22548 (ispell-skip-region): No longer skips <TT> in SGML.
22549 (ispell-process-line): Tracks location information with spelling
22550 corrections. Added documentation string. Accounts for words
22551 already accepted on this line. Don't allow query-replace on line
22552 starting with math characters. Doesn't resend a line already sent
22553 to ispell process. Fixes alignment error bug.
22554
22555 2000-01-10 Richard M. Stallman <rms@gnu.org>
22556
22557 * dired-x.el (dired-guess-shell-alist-default):
22558 Suggest xloadimage, which is free, not xv, which isn't.
22559
22560 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22561 Don't ever include the host name or user name in the value.
22562
22563 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22564
22565 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22566 of a real newline.
22567
22568 2000-01-09 Stephen Eglen <stephen@gnu.org>
22569
22570 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22571 for .png files.
22572
22573 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22574
22575 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22576
22577 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22578
22579 * progmodes/cperl-mode.el: Replace ^F with ^L.
22580
22581 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22582 `require'ing rmail and mailalias to prevent infinite recursion.
22583
22584 2000-01-08 Dave Love <fx@gnu.org>
22585
22586 * emacs-lisp/backquote.el: Remove inappropriate customization
22587 (allowing custom.el to use backquote).
22588
22589 2000-01-07 Dave Love <fx@gnu.org>
22590
22591 * add-log.el (add-log-debugging): Deleted.
22592 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22593 file. Remove debugging code.
22594 (change-log-get-method-definition, change-log-name): Add doc.
22595 (change-log-sortable-date-at): New function.
22596 (change-log-merge): New command.
22597
22598 * time.el (display-time-string-forms): Make the Mail string active.
22599 (display-time-update): Provide help-echo for load average.
22600
22601 * bindings.el (make-mode-line-mouse2-map): New function.
22602 (mode-line-modified): Use it and simplify.
22603 (mode-line-mule-info): Provide help-echo info.
22604 (minor-mode-alist): Activate the strings.
22605 (make-mode-line-mouse-sensitive): Simplify for
22606 mode-line-buffer-identification.
22607
22608 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22609
22610 * play/pong.el: New file.
22611
22612 2000-01-06 Dave Love <fx@gnu.org>
22613
22614 * array.el: Assorted cleanups for compiler warnings, doc strings,
22615 `array-' prefix for symbols.
22616
22617 2000-01-05 Dave Love <fx@gnu.org>
22618
22619 * textmodes/outline.el (outline-mode-menu-bar-map):
22620 Add outline-headers-as-kill.
22621 (outline-mode): Define imenu-generic-expression.
22622 (outline-headers-as-kill): New command.
22623
22624 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22625 from paragraph-start.
22626 (paragraph-indent-minor-mode): New command.
22627
22628 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22629 M-C-e, M-C-h, C-j, C-xnd, TAB.
22630 (fortran-mode): Set beginning-of-defun, end-of-defun.
22631 (fortran-column-ruler): Simplify.
22632 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22633 (fortran-with-subprogram-narrowing): Likewise.
22634 (fortran-indent-subprogram): Call mark-defun.
22635 (fortran-check-for-matching-do): Change narrowing.
22636
22637 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22638 (cl-lucid-hash-tag): Delete.
22639 (cl-hash-table-p): Correct test for native table.
22640 (cl-hash-table-count): Use hash-table-count.
22641
22642 * browse-url.el (browse-url): Fix case of
22643 browse-url-browser-function being an alist.
22644
22645 2000-01-05 Carsten Dominik <cd@gnu.org>
22646
22647 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22648 (reftex-index-phrase-file-extension): New options.
22649
22650 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22651 Use new option `reftex-index-phrase-file-extension'.
22652
22653 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22654 `reftex-parse-file-extension'.
22655
22656 2000-01-05 Dave Love <fx@gnu.org>
22657
22658 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22659 (beginning-of-defun-raw): Use it.
22660 (end-of-defun): New variable.
22661 (end-of-defun): Use it.
22662 (check-parens): New command.
22663
22664 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22665
22666 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22667 (hs-show-block): Don't use `mapcar' when not accumulating.
22668
22669 Fix buglet in local variables initialization.
22670
22671 2000-01-05 Andreas Schwab <schwab@suse.de>
22672
22673 * hscroll.el (hscroll): Doc fix.
22674
22675 2000-01-05 Carsten Dominik <cd@gnu.org>
22676
22677 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22678 Require idlw-toolbar.
22679
22680 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22681 file idlw-rinfo.el.
22682 (idlwave-customize): Load must read file idlw-shell.el.
22683 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22684
22685 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22686
22687 * progmodes/idlw-shell.el: Also provide idlwave-shell
22688 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22689 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22690
22691 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22692 both reftex-dcr and reftex-vcr.
22693
22694 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22695
22696 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22697
22698 * ps-print.el: PostScript code now is in separate files, doc fix.
22699 (ps-print-version): New version number (5.0.3).
22700 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22701 local.
22702 (ps-spool-config): Initialization fix.
22703 (ps-print-prologue-1, ps-print-prologue-2)
22704 (ps-print-duplex-feature): PostScript code moved to separated file.
22705 (ps-background-image): Little code reformating.
22706 (ps-begin-file, ps-begin-job): Fix code.
22707 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22708 (ps-prologue-file): New fun.
22709
22710 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22711
22712 * ps-vars.el: Eliminated.
22713
22714 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22715 `;;;###autoload'.
22716
22717 * ps-print.el: ps-vars eliminated, doc fix.
22718 (ps-print-version): New version number (5.0.2).
22719 (ps-spool-config): Initialization fix.
22720 (ps-print-customize): New fun.
22721
22722 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22723
22724 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22725
22726 2000-01-04 Dave Love <fx@gnu.org>
22727
22728 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22729 menu items.
22730
22731 2000-01-03 Dave Love <fx@gnu.org>
22732
22733 * elide-head.el (elide-head) [defgroup]: Add :version.
22734
22735 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22736 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22737 Use `cl-hash-table-p', not `hash-table-p'.
22738 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22739
22740 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22741
22742 * faces.el (face-read-integer, read-face-attribute)
22743 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22744
22745 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22746
22747 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22748 at comment end, and re-insert them after filling.
22749
22750 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22751
22752 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22753 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22754 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22755
22756 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22757
22758 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22759 the new name of face-color-supported-p.
22760
22761 * term/w32-win.el (xw-defined-colors): Likewise.
22762
22763 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22764
22765 * simple.el (completion-setup-function): Count completion-size
22766 from minibuffer-prompt-end, not from point-min.
22767
22768 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22769
22770 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22771 Pass the frame to tty-color-* functions.
22772 (display-color-p, frame-set-background-mode): Pass the frame to
22773 tty-display-color-p.
22774
22775 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22776 tty-color-alist.
22777 (tty-color-alist, tty-modify-color-alist): New functions.
22778 (tty-color-define, tty-color-clear, tty-color-approximate)
22779 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22780 optional parameter FRAME.
22781
22782 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22783
22784 * image.el (create-image, defimage): Don't assume image data is
22785 a string.
22786
22787 * image.el (defimage): Handle specifications containing :data
22788 instead of :file.
22789 (image-type-from-data): New function.
22790 (image-type-from-file-header): Use it.
22791 (create-image): Add parameter DATA-P.
22792
22793 See ChangeLog.8 for earlier changes.
22794
22795 ;; Local Variables:
22796 ;; coding: iso-2022-7bit
22797 ;; End:
22798
22799 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22800 Copying and distribution of this file, with or without modification,
22801 are permitted provided the copyright notice and this notice are preserved.