]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(save-abbrevs, save-some-buffers): Don't ask the user
[gnu-emacs] / lisp / ChangeLog
1 2001-12-04 Juanma Barranquero <lektu@terra.es>
2
3 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
4 before saving abbrevs if `save-abbrevs' has the value `silently'.
5
6 2001-12-04 Andreas Schwab <schwab@suse.de>
7
8 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
9
10 2001-12-04 Colin Walters <walters@debian.org>
11
12 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
13 for `defmacro*' forms.
14
15 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
16 `defmacro*'.
17
18 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
19
20 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
21
22 2001-12-02 Richard M. Stallman <rms@gnu.org>
23
24 * files.el (insert-directory): If the df output does not look right,
25 don't try to use it. Other cleanups in overall code structure.
26
27 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
28
29 * textmodes/outline.el (outline-mode-prefix-map):
30 Add bindings for outline-promote and outline-demote.
31 (outline-minor-mode-menu-bar-map): New var.
32 (outline-minor-mode): Use it.
33 (outline-heading-alist): New var (renamed from outline-level-heading).
34 (outline-level): Use it.
35 (outline-insert-heading, outline-promote, outline-demote):
36 Update to use outline-heading-alist.
37
38 * disp-table.el (standard-display-european):
39 Simplify since the function is not interactive any more.
40 Don't set the existing buffers to unibyte.
41
42 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
43
44 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
45
46 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
47
48 * shell.el (shell): Use shell-file-name.
49 Pop to buffer before calling comint to set COLUMNS properly.
50
51 * emacs-lisp/cl.el (svref): New alias.
52
53 * progmodes/antlr-mode.el (antlr-c-common-init):
54 Don't inhibit adaptive-fill-mode any more.
55
56 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
57
58 * progmodes/etags.el (tags-with-face): Use make-symbol.
59 (tags-search, tags-query-replace): Use backquotes.
60
61 * textmodes/picture.el (picture-mode-map): Don't use defconst
62 for a variable.
63
64 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
65
66 * textmodes/reftex-index.el (reftex-index-mode):
67 Remove make-local-hook.
68
69 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
70
71 2001-12-02 Kim F. Storm <storm@cua.dk>
72
73 * isearch.el (isearch-resume-enabled): New variable.
74 (isearch-done): Use that variable.
75
76 2001-12-01 Richard M. Stallman <rms@gnu.org>
77
78 * wid-edit.el (widget-button-click): Don't move point permanently:
79 Avoid mouse-set-point--instead select the window,
80 then do save-excursion, then move point.
81 Specify the buffer for get-char-property.
82 Don't use `@' in interactive.
83
84 * indent.el (indent-line-function):
85 Default is indent-to-left-margin again.
86
87 * replace.el (query-replace-read-args): Display message
88 if FROM contains `\n' or `\t'.
89
90 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
91
92 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
93
94 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
95
96 * emacs-lisp/regexp-opt.el (regexp-opt):
97 Bind completion-regexp-list to nil.
98
99 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
100
101 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
102
103 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
104 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
105 Update maintainer.
106
107 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
108
109 * mail/smtpmail.el: Use with-current-buffer.
110 (message-make-date, message-make-message-id): Autoload when needed.
111 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
112 headers when missing.
113
114 * international/encoded-kb.el (encoded-kbd-mode):
115 Use define-minor-mode.
116
117 * enriched.el (enriched-mode): Use define-minor-mode.
118 Use dolist and pop and push.
119
120 * info.el (Info-find-node-2): Don't call info-insert-file-contents
121 with the `visit' argument.
122 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
123
124 * progmodes/hideif.el (hide-ifdef-mode): Only modify
125 `change-major-mode-hook' locally. Reset invisibility spec.
126
127 * man.el (Man-build-section-alist): Remove last Man-match-substring.
128
129 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
130
131 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
132 Clarify error message.
133
134 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
135
136 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
137
138 2001-11-30 Andre Spiegel <spiegel@gnu.org>
139
140 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
141 don't just return it.
142
143 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
144
145 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
146 (menu-bar-read-emacs-man, search-emacs-glossary)
147 (emacs-index-search, elisp-index-search): New functions.
148 (apropso-documentation, apropos, apropos-value, apropos-variable)
149 (apropos-commands): Modify menu item names and help text.
150 (elisp-index-search, emacs-index-search, emacs-glossary):
151 New menu items.
152 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
153 submenu.
154 (info-elisp, info-elintro): New menu items.
155 (apropos): Modify the menu item name.
156
157 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
158
159 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
160
161 * textmodes/outline.el (outline-promote, outline-demote): Typo.
162
163 * man.el (man-follow-mouse): New function.
164 (Man-mode-map): Bind mouse-2 to it.
165 (Man-match-substring): Remove. Replace with `match-string'.
166 (man): Use the `default-value' argument to `read-string'.
167 (Man-fontify-manpage): Add mouse-face to cross references.
168
169 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
170
171 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
172
173 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
174 the value of require-match in minibuffer-completion-confirm.
175 Use crm-local-completion-map.
176
177 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
178 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
179 (cl-make-type-test): Use char-valid-p for `character'.
180
181 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
182 (Info-complete-menu-item): Rewrite. Add the ability to search
183 several sequential nodes. Add a simple caching mechanism.
184 (Info-goto-index): New function extracted from Info-index.
185 (Info-index): Use it. Add completion to the interactive spec.
186 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
187
188 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
189
190 * COPYING: Removed.
191
192 2001-11-29 Dave Love <fx@gnu.org>
193
194 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
195 (fortran-window-create, fortran-window-create-momentarily):
196 Rewrite, moving error condition.
197 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
198 (fortran-mode-syntax-table): Revert last change.
199
200 * international/mule.el: Doc fixes.
201 (map-charset-chars): New function.
202 (register-char-codings): Use it to cope with generic chars in
203 safe-chars.
204
205 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
206
207 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
208
209 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
210
211 * play/studly.el (studlify-word, studlify-region)
212 (studlify-buffer): Fix doc-string.
213 (studlify-buffer): Add autoload cookie.
214
215 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
216
217 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
218 (outline-up-heading-all): Remove.
219 (hide-sublevels): Move to end-of-heading before calling flag-region.
220 (outline-copy-overlay, outline-discard-overlays): Remove.
221 (outline-flag-region): Use `remove-overlays'.
222 Don't move to end-of-heading.
223 (outline-next-visible-heading, outline-back-to-heading)
224 (outline-on-heading-p): Use outline-invisible-p.
225 (outline-font-lock-level): Use outline-up-heading's new arg.
226 (outline-minor-mode): Simplify.
227 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
228 (outline): Put a `reveal-toggle-invisible' property.
229 (outline-level-heading): New var.
230 (outline-insert-heading, outline-promote, outline-demote)
231 (outline-toggle-children): New commands.
232
233 * progmodes/hideif.el (hif-end-of-line): New function.
234 (hide-ifdef-mode): Set line-move-ignore-invisible.
235 (hide-ifdef-region-internal): New function.
236 (hide-ifdef-region): Use it.
237 (hif-defined): Return an integer.
238 (hif-infix-to-prefix): Remove.
239 (hif-tokenize): Parse from the buffer rather than from a string.
240 Correctly tokenize integers. Use forward-comment.
241 (hif-expr): Use hif-or.
242 (hif-term): Use hif-and.
243 (hif-factor): Use hif-not. Handle numbers properly.
244 Don't require parenthesis around `defined's argument.
245 (hif-and, hif-or, hif-not): New funs.
246 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
247 (hif-hide-line): Don't hide the \n before the line.
248 (hif-possibly-hide): Correctly handle numeric evaluation results.
249
250 * progmodes/make-mode.el: Use line-(end|beginning)-position.
251 (makefile-mode): Set indent-line-function.
252 (makefile-browser-insert-continuation): Use with-current-buffer.
253 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
254
255 2001-11-28 Karl Fogel <kfogel@red-bean.com>
256
257 * isearch.el (isearch-yank-internal): New helper function.
258 (isearch-yank-char): New function.
259 (isearch-yank-word, isearch-yank-line): Rewrite to use
260 isearch-yank-internal.
261
262 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
263
264 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
265 aren't supported. Print a message to that effect if invoked.
266
267 2001-11-27 Stephen Eglen <stephen@gnu.org>
268
269 * locate.el (locate): Put point at first matching file rather
270 than top of buffer.
271
272 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
273
274 * reveal.el: New file.
275
276 * progmodes/hideif.el: Misc cleanup.
277 (hide-ifdef-mode-submap): Put the def in the defvar.
278 Use substitute-key-definition.
279 (hide-ifdef-mode): Use define-minor-mode.
280 (hif-outline-flag-region): Remove.
281 (hif-show-all): Define in terms of hif-show-ifdef-region.
282 (hif-after-revert-function): Rename from hif-before-revert-function.
283 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
284 (hif-tokenize): Use with-syntax-table.
285 (hif-make-range): Use `else' also for `else-p'.
286 (hif-range-else-p): Remove.
287 (hif-find-range): Simplify.
288 (hif-hide-line): Don't bother preserving buffer-modified-p.
289 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
290 Don't use selective-display and inhibit-read-only.
291
292 * subr.el (copy-overlay, remove-overlays): New funs.
293
294 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
295
296 2001-11-27 Sam Steingold <sds@gnu.org>
297
298 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
299 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
300 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
301 * obsolete/c-mode.el, obsolete/cplus-md.el
302 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
303 * term/sun-mouse.el, textmodes/artist.el:
304 Converted backquote to the new style.
305 * mouse.el, reposition.el: Likewise (in comments).
306 * expand.el: Likewise (in a string).
307
308 2001-11-27 Richard M. Stallman <rms@gnu.org>
309
310 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
311
312 2001-11-26 Richard M. Stallman <rms@gnu.org>
313
314 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
315 if :on-glyph or :off-glyph is a list, eval it and store it back.
316 (checkbox): Quote the values for :on-glyph and :off-glyph.
317
318 * cus-start.el (recursive-load-depth-limit): Delete item.
319
320 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
321
322 * help-fns.el (describe-categories, help-describe-category-set): New.
323 describe-categories moved here from src/category.c.
324
325 2001-11-26 Sam Steingold <sds@gnu.org>
326
327 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
328 arguments to `insert' are strings.
329
330 2001-11-26 Richard M. Stallman <rms@gnu.org>
331
332 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
333
334 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
335
336 * loaddefs.el: Regenerated.
337
338 * international/mule-diag.el: Require help-fns instead of
339 help-funs.
340
341 * help-fns.el: Renamed from help-funs.el.
342
343 * startup.el (command-line-1): Don't try to call process-list if
344 it is not fboundp.
345
346 2001-11-26 Sam Steingold <sds@gnu.org>
347
348 * frame.el (show-trailing-whitespace): Remove :set argument (the
349 value was essentially identical to the defalt).
350
351 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
352
353 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
354
355 * icomplete.el (icomplete-minibuffer-setup): Likewise.
356
357 * hilit-chg.el (hilit-chg-set): Likewise.
358
359 * speedbar.el (speedbar-mode): Likewise.
360
361 * calendar/calendar.el (calendar-mode): Likewise.
362
363 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
364 insert-string.
365
366 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
367
368 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
369
370 * term/sun-mouse.el (sun-yank-selection): Likewise.
371
372 * textmodes/bib-mode.el (return-key-bib): Likewise.
373
374 * calendar/appt.el (appt-disp-window): Likewise.
375
376 * calendar/diary-lib.el (list-diary-entries): Likewise.
377
378 * array.el (array-reconfigure-rows): Likewise.
379
380 * filecache.el (file-cache-minibuffer-complete): Likewise.
381
382 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
383
384 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
385
386 * allout.el (outline-version, outline-open-topic)
387 (outline-rebullet-heading, outline-insert-listified)
388 (outline-latex-verbatim-quote-curr-line)
389 (outline-latexify-one-item, outlineify-sticky): Likewise.
390
391 * vc.el (vc-next-action-on-file): Likewise.
392 (vc-dired-mode): Remove make-local-hook.
393
394 2001-11-26 Andre Spiegel <spiegel@gnu.org>
395
396 * vc.el (vc-find-version): New function.
397 (vc-version-other-window): Redefined in terms of the above.
398
399 * log-view.el (log-view-find-version): New function.
400 (log-view-mode-map): Bind it to `f'.
401
402 2001-11-26 Gerd Moellmann <gerd@gnu.org>
403
404 * language/devan-util.el (dev-char-glyph): Escape `"' in
405 string literals.
406 (dev-glyph-glyph, dev-glyph-glyph-2)
407 (devanagari-compose-syllable-region): Likewise.
408
409 2001-11-26 Richard M. Stallman <rms@gnu.org>
410
411 * window.el (save-selected-window): No error if saved window is dead.
412
413 * help-funs.el (describe-syntax): Put (interactive) after doc string.
414
415 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
416
417 * international/quail.el (quail-help): Require help-mode in
418 top-level instead.
419
420 * iswitchb.el (iswitchb-exhibit): Use insert instead of
421 insert-string.
422
423 * icomplete.el (icomplete-exhibit): Likewise.
424
425 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
426
427 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
428 (diff-hunk-kill): Simplify.
429 (diff-post-command-hook): Only apply to a single hunk.
430 (diff-hunk-text): Make `char-offset' non-optional.
431 (diff-find-text): Return a cons cell.
432 (diff-find-approx-text): New fun.
433 (diff-find-source-location): Use it.
434 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
435 Adapt to new retval of diff-find-text.
436
437 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
438 rather than integer- representation of dates.
439
440 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
441
442 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
443 (syntax-after): New fun.
444
445 * help-funs.el (describe-syntax): New fun.
446
447 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
448 (font-lock-ppss-stats, font-lock-ppss): Remove.
449 (font-lock-fontify-syntactically-region): Remove tuning code.
450 (font-lock-compile-keywords): Fix off-by-one bug.
451 (font-lock-set-defaults): Don't set removed vars.
452 (c-keywords): Add `inline'.
453 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
454
455 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
456 Set syntax-begin-function.
457 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
458 (lisp-interaction-mode): Don't set local-abbrev-table any more.
459 (lisp-mode-auto-fill): Use syntax-ppss and obey
460 comment-auto-fill-only-comments.
461 (lisp-fill-paragraph): Use syntax-ppss.
462
463 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
464
465 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
466 version of rmail-enable-mime.
467 (rmail-forward): Use it.
468
469 2001-11-25 Richard M. Stallman <rms@gnu.org>
470
471 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
472
473 * international/quail.el (quail-keyboard-layout-button):
474 Define button type.
475 (quail-keyboard-customize-button): Likewise.
476 (quail-help): Use those button types. Require `help-mode'.
477 Avoid altering the argument `package'.
478
479 * help-mode.el (help-function, help-variable, help-face)
480 (help-coding-system, help-input-method, help-character-set):
481 Define each button type with its own explicit define-button-type.
482
483 * language/devan-util.el: Comment out parts of the file
484 which apparently are garbled.
485
486 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
487
488 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
489 insert-string.
490
491 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
492
493 * play/snake.el (snake-mode): Remove make-local-hook.
494
495 * play/tetris.el (tetris-mode): Likewise.
496
497 * play/decipher.el (decipher-mode): Likewise.
498
499 * tmm.el (tmm-add-prompt): Likewise.
500
501 2001-11-25 Sam Steingold <sds@gnu.org>
502
503 * menu-bar.el (menu-bar-apropos-menu): New variable.
504 Moved all `apropos' bindings to this menu.
505 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
506
507 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
508
509 The following changes are for new indian languages support based
510 on Unicode charset and CDAC fonts.
511
512 * international/mule-conf.el: Change indian-1-column charset to
513 indian-glyph charset.
514
515 * international/characters.el: Adjusted for the change of
516 indian-1-column -> indian-glyph.
517
518 * international/fontset.el: Delete the setting for indian-1-column
519 and add the setting for indian-glyph in the default fontset.
520
521 * language/indian.el: Completely re-written.
522
523 * language/devanagari.el: Completely re-written.
524
525 * language/devan-util.el: Completely re-written.
526
527 * language/ind-util.el: New file.
528
529 2001-11-24 Richard M. Stallman <rms@gnu.org>
530
531 * startup.el (command-line-1): Don't do startup screen
532 if a subprocess is running. Call the startup screen buffer
533 "GNU Emacs". Make a special mode-line-format for it.
534
535 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
536 (browse-url-galeon): Use that variable.
537
538 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
539 eval-expression. Eval and set the variable simply.
540
541 * files.el (temporary-file-directory): Use defcustom.
542 (small-temporary-file-directory): Likewise.
543 (normal-backup-enable-predicate): Move down in file
544 after definition of temporary-file-directory.
545
546 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
547
548 2001-11-24 Colin Walters <walters@debian.org>
549
550 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
551 autoload names to match files renamed on initial calc import.
552
553 * calc/calc.el (Commentary): Cleanup, and add logistic curve
554 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
555
556 2001-11-23 Colin Walters <walters@debian.org>
557
558 * Makefile.in (finder_setwins, setwins): Include Calc again.
559
560 * calc/calc-rules.el: Add header comment.
561
562 2001-11-23 Andre Spiegel <spiegel@gnu.org>
563
564 * vc.el (with-vc-properties): Don't bind `filename' locally.
565 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
566 to avoid name clashes. Fix `lisp-indent-function' property for
567 both.
568
569 2001-11-23 Francesco Potorti` <pot@gnu.org>
570
571 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
572
573 2001-11-22 Colin Walters <walters@debian.org>
574
575 * calc/calc-misc.el (report-calc-bug):
576 Use `reporter-prompt-for-summary-p'.
577
578 * calc/INSTALL, calc/Makefile: Remove.
579
580 2001-11-22 Miles Bader <miles@gnu.org>
581
582 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
583 (reb-match-2, reb-match-3): Add dark-background variants.
584
585 2001-11-22 Colin Walters <walters@debian.org>
586
587 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
588 (info "Calc").
589 (report-calc-bug): Use reporter.el.
590
591 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
592
593 2001-11-21 Richard M. Stallman <rms@gnu.org>
594
595 * which-func.el (which-function): Call imenu--make-index-alist
596 if necessary to get a list of functions.
597 (which-function-imenu-failed): New variable.
598 (which-func-update): Handle all visible windows.
599 (which-func-update-1): New subroutine broken out of which-func-update.
600
601 * files.el (temporary-file-directory, null-device)
602 (small-temporary-file-directory): Definitions moved up.
603
604 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
605 (cperl-non-problems, cperl-praise): Doc fixes.
606
607 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
608 (sh-mode-syntax-table): Function restored.
609 Variable set up for use by function sh-mode-syntax-table.
610 (sh-set-shell): Set the syntax table.
611
612 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
613
614 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
615
616 * international/encoded-kb.el: Don't alter minor-map-alist.
617
618 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
619
620 * files.el (auto-save-file-name-transforms): Put remote files in
621 temporary-file-directory rather than /tmp.
622
623 2001-11-21 Colin Walters <walters@debian.org>
624
625 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
626 of (function ...) wrapper.
627
628 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
629
630 * derived.el (define-derived-mode): Create the abbrev-table
631 from inside the `defvar'.
632
633 * jit-lock.el (jit-lock-defer-time): New var.
634 (jit-lock-defer-timer, jit-lock-buffers): New vars.
635 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
636 (jit-lock-function): Defer fontification if requested.
637 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
638 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
639 text property.
640 (jit-lock-deferred-fontify): New fun.
641
642 2001-11-20 Richard M. Stallman <rms@gnu.org>
643
644 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
645 Set local-abbrev-table to lisp-mode-abbrev-table.
646
647 * emacs-lisp/re-builder.el (reb-mode):
648 Don't use define-derived-mode. Call kill-all-local-variables.
649
650 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
651 Don't use define-derived-mode.
652
653 * help-mode.el (help-mode): Undo 2001-10-07 change.
654
655 * replace.el (occur-mode): Undo 2001-5-20 change.
656
657 2001-11-20 Jason Rumney <jasonr@gnu.org>
658
659 * w32-fns.el (w32-system-coding-system): Change to an alias for
660 locale-coding-system.
661 (set-w32-system-coding-system): Document the above change.
662 Set locale-coding-system instead.
663
664 2001-11-20 Richard M. Stallman <rms@gnu.org>
665
666 * ruler-mode.el: Add pagination.
667 (ruler-mode-toggle-show-tab-stops): No need to
668 test `ruler-mode' variable.
669
670 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
671
672 * play/landmark.el: Mark lm-mode as special.
673
674 * play/gomoku.el: Mark gomoku-mode as special.
675
676 2001-11-20 Juanma Barranquero <lektu@terra.es>
677
678 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
679 (top-level): Bind it to C-c C-b.
680 (re-builder): Don't re-enter RE Builder Mode.
681
682 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
683
684 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
685
686 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
687 `manual-program'.
688
689 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
690 to a line without a comment.
691
692 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
693
694 * dired.el (dired-listing-switches): Mention in the doc string
695 that some switches are not supported by ls-lisp.el
696
697 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
698
699 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
700 (imenu--create-keymap-2): Remove.
701 (imenu--create-keymap-1): Simplify, remove third argument.
702 (imenu--generic-function): Use dolist.
703 (imenu-find-default): New function.
704 (imenu--completion-buffer): Use it.
705 (imenu--mouse-menu): Use popup-menu.
706 (imenu--menubar-select): Return t rather than calling imenu.
707
708 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
709 New functions, extracted from fill-region-as-paragraph.
710 (fill-region-as-paragraph): Use them.
711 Use an end marker instead of eob.
712 Ignore whitespace-only fill-prefixes when indenting according to mode.
713 Simplify the loop that searches for spaces backwards.
714
715 * textmodes/picture.el (picture-vertical-step)
716 (picture-horizontal-step): Don't use defconst for variables.
717
718 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
719 (mail-extract-address-components): Downcase domain names.
720 (mail-extr-delete-char): Remove. Use delete-char instead.
721
722 * emulation/pc-select.el: Doc string fixes.
723 (pc-selection-mode): Don't treat macos as a tty.
724
725 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
726
727 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
728
729 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
730 (mouse-wheel-progessive-speed): New var.
731 (mwheel-scroll): Use it and handle float values.
732
733 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
734
735 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
736 (iswitchb): Fix the case where the result was selected with the mouse.
737 (iswitchb-completion-help): Use the normal *Completions* now that
738 mouse selection works.
739 (iswitchb-minibuffer-setup): Simplify.
740
741 * newcomment.el (comment-column, comment-style, comment-multi-line)
742 (comment-auto-fill-only-comments): Remove :group arg.
743 (comment-padding): Add :type.
744 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
745 if called interactively.
746
747 2001-11-19 Colin Walters <walters@verbum.org>
748
749 * calc/calc.el (toplevel): Add comment and version header.
750 (calc-init-base): Bump version to 2.02f, update date.
751
752 2001-11-19 Richard M. Stallman <rms@gnu.org>
753
754 * net/browse-url.el: Support Mozilla and Galeon.
755 By default, find the installed browser whichever it is.
756 (browse-url-mozilla): New function.
757 (browse-url-mozilla-sentinel): New function.
758 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
759 (browse-url-default-browser): New function.
760 (browse-url-process-environment): Use browse-url-browser-display.
761 (browse-url-browser-display): Renamed from browse-url-netscape-display.
762 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
763 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
764 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
765 (browse-url-browser-function): New default, new options.
766
767 2001-11-19 Sam Steingold <sds@gnu.org>
768
769 * bindings.el (last-buffer, unbury-buffer): New function.
770 (mode-line-unbury-buffer): Use `unbury-buffer'.
771
772 2001-11-18 Stephen Eglen <stephen@gnu.org>
773
774 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
775 control behaviour when no further completion is possible.
776
777 2001-11-19 Colin Walters <walters@verbum.org>
778
779 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
780 (math-showing-full-precision, math-with-extra-prec, math-working)
781 (calc-with-default-simplification)
782 (calc-with-trail-buffer): Use backtick.
783 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
784 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
785 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
786 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
787 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
788 (Math-num-integerp, Math-bignum-test, Math-equal-int)
789 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
790 (calc-record-compilation-date-macro): Deleted. Callers updated.
791 (math-format-radix-digit): Move to calc-bin.el.
792
793 * calc/calc.el (calc-record-compilation-date): Remove.
794 (calc-bug-address): Update.
795 (calc-settings-file): Use `user-init-file'.
796
797 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
798 Handle null `calc-settings-file'.
799
800 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
801 * calc/calc-keypd.el (calc-keypad-mode): New.
802 (calc-do-keypad): Use it.
803 (calc-keypad-map): Move into `calc-keypad-mode'.
804
805 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
806 to defalias argument.
807
808 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
809 (calcFunc-floor): Ditto.
810
811 * calc-units.el (calcFunc-usimplify): Ditto.
812
813 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
814 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
815 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
816 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
817 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
818 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
819 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
820 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
821 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
822 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
823 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
824 and move them before their first use. Use `when', `unless'.
825 Remove trailing periods from error forms. Add description and
826 headers suggested by Emacs Lisp coding conventions.
827
828 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
829
830 * newcomment.el (comment-indent):
831 Fix misindentation for comment-only lines.
832 (comment-indent-new-line): Only obey comment-multi-line if the
833 comment-ender is not the end-of-line.
834
835 2001-11-19 Richard M. Stallman <rms@gnu.org>
836
837 * net/net-utils.el (network-connection-service-abbrev-alist):
838 New variable.
839
840 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
841 Advance to start of 3rd sexp by moving fwd and backing over it.
842 At first three elements, act like defun.
843
844 * delsel.el (delete-selection-pre-hook): Handle and resignal
845 file-supersession errors to interact properly with userlock.el.
846
847 2001-11-18 Richard M. Stallman <rms@gnu.org>
848
849 * progmodes/fortran.el (fortran-mode-syntax-table):
850 Specify punctuation syntax for backslash.
851
852 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
853 All calls deleted.
854
855 * international/mule-util.el (string-to-sequence): Make it obsolete.
856 (string-to-list, string-to-vector): Implement them directly
857 using append and vconcat, not with string-to-sequence.
858
859 * startup.el (command-line): Set abbrevs-changed to nil after
860 reading the init file and the abbrevs file.
861
862 * isearch.el (isearch): Use magenta2 as bg for (background light)
863
864 2001-11-17 Richard M. Stallman <rms@gnu.org>
865
866 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
867
868 * simple.el (minibuffer-history-sexp-flag): Doc fix.
869
870 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
871
872 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
873 If set and if applicable, add a regexp to highlight defun-like
874 text inside comments and strings.
875 (font-lock-fontify-keywords-region): Pass that new arg.
876 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
877 to the end and pass that new arg.
878 (c-font-lock-keywords-2): Fix regex for labels.
879 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
880 Make it work when LIMIT is several lines further.
881 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
882 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
883 Use backquote and make the regexes for `int a, b, c;' work on
884 multiple lines.
885
886 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
887 (font-lock-defaults-alist): Don't change it any more.
888 (reb-subexp-mode-map): Cleanup.
889
890 * custom.el (custom-current-group-alist): New var.
891 (custom-declare-group): Set it.
892 (custom-current-group): New fun.
893 (custom-declare-variable, custom-handle-all-keywords):
894 Use it as a default if no :group argument is specified.
895
896 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
897 (standard-keyboard-coding-systems): New var.
898 (set-locale-environment): Use it to decide whether or not to call
899 set-keyboard-coding-system.
900 (locale-language-names): Use \"French\" for "fr".
901
902 2001-11-17 Richard M. Stallman <rms@gnu.org>
903
904 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
905 (add-to-list): Delete compatibility code.
906 (checkdoc-next-message-error): Doc fix.
907
908 2001-11-17 Stephen Eglen <stephen@gnu.org>
909
910 * locate.el (locate): Show default locate pattern within the
911 prompt, but don't insert it into the minibuffer contents.
912 Catch the case when pattern is the empty string.
913
914 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
915
916 * language/european.el ("French"): New language environment.
917
918 2001-11-16 Richard M. Stallman <rms@gnu.org>
919
920 * calendar/todo-mode.el (todo-save): Fix previous change.
921
922 * subr.el (functionp): Do use cdr-safe on object.
923
924 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
925
926 * bindings.el (mode-line-mode-name): Only put the help-echo property
927 if the local-map property was put as well.
928 (global-map): Bind switch-frame, delete-frame, iconify-frame
929 and make-frame-visible events.
930
931 * emacs-lisp/elp.el (elp-not-profilable): New var.
932 (elp-not-profilable-p): New function.
933 (elp-instrument-function): Use it. Use backquotes and push.
934
935 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
936 (byte-stack+-info, byte-compile-last-warned-form)
937 (byte-compile-last-logged-file): Don't defconst a variable.
938 (no-byte-compile): Declare.
939 (byte-compile-file): Don't boundp-check no-byte-compile any more.
940 (byte-compile-defvar): Leave defconst as is.
941
942 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
943 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
944 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
945 (edebug-best-error): Don't defconst a variable.
946 (edebug-read-syntax-table): Use a char-table.
947 (edebug-lemacs-specific): Remove.
948 Toplevel: Eliminate check for Lucid Emacs.
949
950 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
951
952 * rect.el (move-to-column-force): Mark obsolete.
953 (operate-on-rectangle, delete-extract-rectangle-line)
954 (insert-rectangle, delete-whitespace-rectangle-line)
955 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
956 (string-rectangle-history): New var.
957 (string-rectangle, string-insert-rectangle): Use it.
958 (delete-rectangle-line): Fix pos/column mixup and simplify.
959
960 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
961 (normal-top-level, command-line, command-line-1): Simplify.
962
963 * tar-mode.el (tar-mode): Use define-derived-mode.
964
965 * view.el (view-mode-enable): Don't use make-local-hook.
966
967 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
968
969 2001-11-16 Richard M. Stallman <rms@gnu.org>
970
971 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
972 if it doesn't make sense as anything else.
973 Don't recognize a "telephone number" at the beginning of the name.
974 (mail-extr-leading-garbage): Match non-word characters only.
975
976 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
977
978 * startup.el (command-line-processed): Doc fix.
979
980 * apropos.el (apropos-next-label-button): Doc fix.
981
982 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
983
984 * comint.el (comint-mode): Simplify.
985 (make-comint-in-buffer): Run `comint-mode' only if necessary.
986
987 * subr.el (eval-after-load): Make it work with features as well.
988
989 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
990
991 * international/mule-cmds.el (describe-input-method): Setup xref.
992 (set-language-environment): Use functionp.
993 (locale-language-names, locale-charset-language-names)
994 (locale-preferred-coding-systems): Defconst and purecopy.
995
996 * language/european.el (mac-roman): Add mime-charset property.
997
998 2001-11-15 Richard M. Stallman <rms@gnu.org>
999
1000 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
1001 (multiple-value-apply, nth-value): Use defsubst rather than defalias
1002 to get better doc strings.
1003
1004 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1005
1006 * derived.el: Fix autoload cookie.
1007
1008 2001-11-15 Richard M. Stallman <rms@gnu.org>
1009
1010 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
1011
1012 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1013
1014 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
1015
1016 2001-11-15 Richard M. Stallman <rms@gnu.org>
1017
1018 * dired.el (dired-undo): Display a message to explain
1019 that this does not undo file system changes.
1020
1021 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
1022
1023 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
1024 into `unread-command-events' instead of trying keymap
1025 lookups ourselves. This makes mouse-clicks do the right
1026 thing even when keymaps of overlays are involved.
1027 (mouse-drag-drag): Likewise.
1028
1029 2001-11-15 Andreas Schwab <schwab@suse.de>
1030
1031 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
1032 characters and append anchor to pattern added to auto-mode-alist.
1033
1034 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1035
1036 * server.el (server-process-filter): Run pore/post-comment-hook
1037 before/after visiting the file.
1038
1039 * info-look.el (makefile-mode): Add info for automake.
1040 (autoconf-mode): Fix the name of the index for automake.
1041
1042 * international/latin-9.el: Give pilcrow punctuation syntax.
1043
1044 2001-11-15 Andre Spiegel <spiegel@gnu.org>
1045
1046 * vc.el: Documentation fixes.
1047
1048 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
1049
1050 * smerge-mode.el (smerge-match-conflict): Fix typo.
1051 (smerge-diff): Be careful to read match-data early enough.
1052
1053 2001-11-14 Colin Walters <walters@verbum.org>
1054
1055 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
1056 (calcFunc-subst): Use `defalias' instead of `fset' and
1057 `symbol-function'.
1058
1059 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
1060 (calcFunc-ceil, calcFunc-round): Ditto.
1061
1062 * calc/calc-bin.el (calcFunc-clip): Ditto.
1063
1064 * calc/calc-ext.el (calcFunc-evalv): Ditto.
1065
1066 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
1067
1068 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
1069 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
1070
1071 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
1072
1073 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
1074 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
1075 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
1076 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
1077 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
1078 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
1079 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
1080 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
1081 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
1082 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
1083 * calcsel2.el: Style cleanup; don't put closing parens on their
1084 own line, add "foo.el ends here" to each file, and update
1085 copyright date.
1086
1087 * README: Update maintainer.
1088
1089 2001-11-13 Alan Shutko <ats@acm.org>
1090
1091 * compile.el (recompile): Use compilation-arguments if set, so as
1092 to be able to M-x recompile the exact command which created a
1093 compilation-mode buffer.
1094
1095 2001-11-13 Richard M. Stallman <rms@gnu.org>
1096
1097 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
1098
1099 2001-11-13 Gerd Moellmann <gerd@gnu.org>
1100
1101 * mouse.el (mouse-drag-region): Don't run the up-event
1102 handler if window start changed due to the down-mouse event.
1103
1104 2001-11-13 Richard M. Stallman <rms@gnu.org>
1105
1106 * mouse.el (mouse-show-mark): Either move point to the mark
1107 or use highlighting, never both.
1108 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
1109
1110 2001-11-13 Simon Josefsson <jas@extundo.com>
1111
1112 * mail/smtpmail.el (top-level): Change maintainer to Simon
1113 Josefsson, cleanup the smtpmail.el header.
1114
1115 * mail/smtpmail.el (top-level): Don't require cl or base64.
1116 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1117 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
1118 Defsubst instead of defmacro.
1119 (smtpmail-intersection): Return value in reverse order.
1120 (smtpmail-open-stream): Use stringp instead of string-to-list.
1121 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
1122 separated from smtpmail-via-smtp.
1123
1124 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
1125 rfc2104. Require base64 and cl.
1126 (smtpmail-smtp-service): Doc fix. :type fix.
1127 (smtpmail-debug-info): Doc fix.
1128 (smtpmail-debug-verb, smtpmail-auth-credentials)
1129 (smtpmail-starttls-credentials, smtpmail-auth-supported):
1130 New variables.
1131 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
1132 mail-utils (it is autoloaded).
1133 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1134 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
1135 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
1136 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
1137 (smtpmail-via-smtp): Support AUTH.
1138 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
1139
1140 2001-11-13 Richard M. Stallman <rms@gnu.org>
1141
1142 * ebuff-menu.el (electric-buffer-update-highlight): New function.
1143 (electric-buffer-overlay): New variable.
1144 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
1145 (electric-buffer-list): Likewise.
1146
1147 2001-11-13 Per Starback <starback@ling.uu.se>
1148
1149 * isearch.el (isearch-whitespace-chars): Doc fix.
1150 (isearch-mode): Handle negative search-slow-window-lines correctly.
1151
1152 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
1153
1154 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
1155
1156 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
1157 From Emmanuel Briot <briot@act-europe.fr>.
1158
1159 2001-11-13 Colin Walters <walters@debian.org>
1160
1161 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
1162
1163 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
1164 "~/.emacs"; use `read-file-name'.
1165
1166 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
1167 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
1168 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
1169 * calc/calc.el: Use `frame-width' instead of `screen-width',
1170 `frame-height' instead of `screen-height', and,
1171 `executing-kbd-macro' instead of `executing-macro'.
1172
1173 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
1174 correct number of arguments.
1175
1176 * calc/calc-aent.el (calc-do-alg-entry):
1177 Use `blink-paren-function' instead of `blink-paren-hook'.
1178
1179 2001-11-12 Richard M. Stallman <rms@gnu.org>
1180
1181 * calendar/todo-mode.el (todo-save): Add save-excursion
1182 and save-restriction.
1183
1184 * server.el (server-edit, server-done): Doc fix.
1185
1186 * simple.el (clone-indirect-buffer): Error if major mode symbol
1187 has a no-clone-indirect property.
1188 (clone-buffer): Check for obvious errors before reading clone name.
1189
1190 * info.el (Info-mode): Add a no-clone-indirect property.
1191
1192 2001-11-12 Sam Steingold <sds@gnu.org>
1193
1194 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1195 set-buffer-modified-p to nil after `vc-exec-after'.
1196 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1197 (log-view-mode): Make read-only.
1198 (log-view-current-file): Do final `expand-file-name' in the
1199 current `default-directory'.
1200 (log-view-current-tag): Take an optional `where' arg.
1201 (log-view-diff): New user command.
1202
1203 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1204
1205 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1206
1207 2001-11-12 Sam Steingold <sds@gnu.org>
1208
1209 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1210 `generic-flet', `generic-labels', `with-accessors',
1211 `with-condition-restarts'.
1212
1213 2001-11-12 Richard M. Stallman <rms@gnu.org>
1214
1215 * dired.el: Many trivial doc fixes.
1216 (dired-get-file-for-visit): New function.
1217 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1218 (dired-view-file, dired-find-file-other-window, dired-display-file):
1219 (dired-find-file): Use dired-get-file-for-visit.
1220
1221 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1222
1223 * sql.el (sql-mode): Doc change.
1224
1225 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1226 escape character.
1227
1228 2001-11-12 Colin Walters <walters@debian.org>
1229
1230 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1231 (calc-do-keypad): Don't attempt to use nonexistent global
1232 mouse-map, use calc-keypad-map.
1233 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1234 (calc-keypad-left-click): Don't use mouse-map; update to new event
1235 interface.
1236 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1237 (calc-keypad-press): Use `unread-command-events' instead of
1238 `unread-command-char'.
1239
1240 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1241 to match files renamed on initial calc import.
1242
1243 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1244
1245 * textmodes/flyspell.el (flyspell-default-dictionary):
1246 Fix previous change.
1247
1248 2001-11-12 Richard M. Stallman <rms@gnu.org>
1249
1250 * textmodes/flyspell.el (flyspell-default-dictionary):
1251 Fix custom type.
1252
1253 2001-11-11 Richard M. Stallman <rms@gnu.org>
1254
1255 * calendar/solar.el (solar-sunrise-and-sunset):
1256 Exchange the two extreme values of day-length.
1257
1258 * progmodes/sh-script.el (sh-must-be-shell-mode):
1259 Allow modes derived from sh-mode.
1260
1261 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1262 Turn off error in some re-search-forward calls.
1263
1264 * replace.el (query-replace-skip-read-only): New variable.
1265 (perform-replace): If that variable is non-nil, ignore matches
1266 that have a read-only property.
1267
1268 * derived.el (define-derived-mode): Doc fix.
1269
1270 * server.el (server-buffer-done): Test of server-existing-buffer
1271 was backwards.
1272 (server-existing-buffer): Doc fix.
1273
1274 * textmodes/flyspell.el (flyspell-default-dictionary):
1275 Allow nil as value, and make nil the default.
1276
1277 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1278
1279 * subdirs.el: Regenerated.
1280
1281 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1282 it is not fboundp.
1283 (clipboard-yank): Ditto.
1284
1285 2001-11-11 Colin Walters <walters@verbum.org>
1286
1287 The following changes are based on patches from
1288 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1289 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1290
1291 * calc/calc.el (toplevel): Require calc-macs.
1292 (calc-minibuffer-size): New.
1293 (calcDigit-nondigit): Use it instead of `buffer-size'.
1294 (calcDigit-backspace): Likewise.
1295 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1296 `buffer-string'.
1297 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1298 `point-min'.
1299 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1300 `save-excursion'.
1301
1302 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1303 simple `setq' form.
1304
1305 * calc/calc-ext.el: (toplevel): Require calc.
1306 (calc-fancy-prefix-map): New.
1307 (calc-fancy-prefix): Use it.
1308 (calc-fancy-prefix-other-key): New.
1309
1310 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1311 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1312 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1313 (calcAlg-enter): Likewise.
1314 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1315
1316 2001-11-10 Richard M. Stallman <rms@gnu.org>
1317
1318 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1319 (quietly-read-abbrev-file): Doc fix.
1320
1321 * startup.el (command-line): Read standard abbrev
1322 file (abbrev-file-name), if it exists.
1323
1324 * files.el (save-abbrevs): Default value is t.
1325
1326 * progmodes/compile.el (compile-goto-error): Fix previous change
1327 in the case where subsequent errors have not been parsed yet
1328 because they are in a different source file.
1329
1330 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1331
1332 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1333 Merge two regular expressions into one.
1334 (ps-mode): Make local bindings for `comment-start' and
1335 `comment-start-skip'.
1336 (ps-mode-looking-at-nested): Simplify an if-else construct;
1337 use `set-match-data' to set the result.
1338
1339 2001-11-10 Richard M. Stallman <rms@gnu.org>
1340
1341 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1342 Function deleted.
1343 (flyspell-correct-word): Old definition deleted.
1344 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1345 All references renamed too.
1346
1347 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1348
1349 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1350
1351 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1352
1353 * wid-edit.el (checklist): Removed `:menu-tag'.
1354 (radio-button-choice): Ditto.
1355 (editable-list): Ditto.
1356
1357 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1358
1359 * play/gomoku.el: Move definitions of constants to the beginning
1360 of file, before their use.
1361
1362 2001-11-09 Richard M. Stallman <rms@gnu.org>
1363
1364 * textmodes/flyspell.el: Use the keymap property
1365 instead of local-map, and don't use a minor-mode map.
1366 (flyspell-mode-map): Variable deleted.
1367 Don't mess with minor-mode-map-alist.
1368 (calling add-minor-mode): Specify nil for keymap.
1369 And always use add-minor-mode, now that it exists.
1370 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1371 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1372 or flyspell-local-mouse-map.
1373 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1374 (flyspell-mode): Doc fix.
1375 (flyspell-mode-on): Don't call make-local-hook.
1376
1377 2001-11-09 Sam Steingold <sds@gnu.org>
1378
1379 * emacs-lisp/debug.el (debugger-make-xrefs):
1380 Add buttons to all symbols.
1381
1382 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1383
1384 * vc.el: Add John David Smith to credits.
1385
1386 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1387
1388 * vc-hooks.el (vc-error-occured): Backquotified.
1389 (vc-file-prop-obarray): Use prime length for better efficiency.
1390
1391 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1392
1393 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1394
1395 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1396
1397 2001-11-09 Miles Bader <miles@gnu.org>
1398
1399 * subr.el (functionp): Don't consider macros as functions.
1400
1401 2001-11-08 Miles Bader <miles@gnu.org>
1402
1403 * subr.el (functionp): Make work correctly for macros and unbound
1404 symbols.
1405
1406 * comint.el (comint-send-input): Fix description of
1407 `comint-process-echoes' in the doc-string.
1408
1409 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1410
1411 * international/mule.el (make-translation-table): Doc fix.
1412 Suggested by Alex Schroeder <alex@gnu.org>.
1413
1414 2001-11-07 Richard M. Stallman <rms@gnu.org>
1415
1416 * info.el (Info-fontify-node): Highlight every third menu item.
1417
1418 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1419
1420 * cus-edit.el (custom-face-value-create): Don't ignore the
1421 `customized-face' attribute when finding the current face spec.
1422
1423 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1424
1425 * subr.el (with-local-quit): New macro.
1426 (make-syntax-table): Always inherit.
1427 (functionp): Be more careful when `object' is a symbol.
1428
1429 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1430
1431 2001-11-07 Paul Eggert <eggert@twinsun.com>
1432
1433 * dired.el (dired-move-to-filename-regexp):
1434 Do not distinguish between ASCII letters and non-ASCII characters.
1435 Don't allow comma except in the form "month day, year".
1436 Don't allow space between month name and comma.
1437 Clean up the code that checks for trailing period, comma, and space.
1438 Remove now-obsolete comments, and add more commentary about
1439 Japanese dates.
1440 Always gobble up trailing spaces, instead of doing it only sometimes.
1441
1442 2001-11-07 Miles Bader <miles@gnu.org>
1443
1444 * paren.el (show-paren-match-face): Add dark-background variant.
1445
1446 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1447
1448 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1449 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1450 Don't disable adaptive-fill-mode.
1451 (lisp-fill-paragraph): Use tab-width rather than 8.
1452 Prevent filling the first line of docstrings.
1453
1454 2001-11-06 Richard M. Stallman <rms@gnu.org>
1455
1456 * play/gomoku.el (gomoku): Doc fix.
1457
1458 * jka-compr.el (jka-compr-partial-uncompress):
1459 Support an alternative of not using dd.
1460 (jka-compr-dd-program): Use defcustom to define this.
1461 (jka-compr-load-suffixes): Use defcustom.
1462 (jka-compr-mode-alist-additions): Use defcustom.
1463
1464 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1465
1466 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1467 Also work when LIMIT is further than the end of line.
1468
1469 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1470
1471 * international/quail.el (quail-update-leim-list-file): Print the
1472 offending file name if some of its quail-define-package forms is broken.
1473
1474 2001-11-05 Richard M. Stallman <rms@gnu.org>
1475
1476 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1477 of the evaluated form.
1478
1479 2001-11-05 Paul Eggert <eggert@twinsun.com>
1480
1481 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1482 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1483 stamps always line up by default. Also, it uses a slightly
1484 different window to determine whether files are "recent".
1485
1486 2001-11-05 Andrew Innes <andrewi@gnu.org>
1487
1488 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1489 Don't attempt to remake autoloads before nuking .elc files.
1490
1491 2001-11-04 Richard M. Stallman <rms@gnu.org>
1492
1493 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1494 previous-single-property-change or next-single-char-property-change
1495 returns nil.
1496
1497 * international/mule-cmds.el (set-locale-environment):
1498 Make it interactive; make arg optional.
1499
1500 * international/mule-diag.el (help-funs): Require help-funs.
1501
1502 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1503
1504 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1505
1506 2001-11-04 Miles Bader <miles@gnu.org>
1507
1508 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1509 shadow of the splash image grey on a dark background instead of black.
1510
1511 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1512
1513 * term.el (all faces): Don't (copy-face 'default <foo>).
1514
1515 * term/xterm.el (function-key-map):
1516 Add entry for `ESC [ 3 ~' -> <delete>
1517 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1518 Use inheritance so that .emacs and terminfo take precedence.
1519
1520 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1521
1522 * tooltip.el (tooltip-delay): Decrease to 0.7.
1523 (tooltip-hide-delay): Enlarge to 10.
1524
1525 2001-11-03 Richard M. Stallman <rms@gnu.org>
1526
1527 * startup.el (fancy-splash-tail): Explain how to recover
1528 from a crash, if there was a crash.
1529 (command-line-1): Reorganize display of startup screen,
1530 to simplify the logic. Use a temp buffer for it.
1531
1532 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1533
1534 * frame.el (set-background-color, set-foreground-color):
1535 Call face-set-after-frame-default, to propagate the new colors to
1536 the frame's parameters alist.
1537
1538 * calendar/timeclock.el (timeclock-out): Signal an error if
1539 timeclock-last-event is nil.
1540
1541 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1542
1543 * textmodes/fill.el (fill-context-prefix): Fix braino.
1544
1545 * international/quail.el (quail-help):
1546 Use `help-buffer' and move `help-setup-xref' to beginning.
1547
1548 * international/mule-cmds.el (describe-language-environment):
1549 Use `help-buffer' and move `help-setup-xref' to beginning.
1550
1551 * international/mule-diag.el (list-character-sets)
1552 (sort-listed-character-sets, describe-character-set)
1553 (describe-coding-system, describe-fontset, list-fontsets):
1554 Use `help-buffer' and move `help-setup-xref' to beginning.
1555 (describe-char-after): Use `internal-describe-syntax-value'.
1556
1557 2001-11-02 Richard M. Stallman <rms@gnu.org>
1558
1559 * mouse.el (popup-menu): If the user refuses to select
1560 from a menu, don't try to invoke the menu.
1561
1562 2001-11-02 Miles Bader <miles@gnu.org>
1563
1564 * help-mode.el (help-xref): New button type.
1565 (help-function, help-variable, help-face, help-coding-system)
1566 (help-input-method, help-character-set, help-type, help-symbol)
1567 (help-back, help-info, help-customize-variable, help-customize-face)
1568 (help-function-def, help-variable-def): Use it as a supertype.
1569 Remove `action' property.
1570
1571 * international/mule-diag.el (describe-character-set)
1572 (describe-coding-system): Pass correct args to `help-xref-button'.
1573 (sort-listed-character-sets): New button type.
1574 (list-character-sets): Use it.
1575 (list-charset-chars): New button type.
1576 (list-character-sets-1): Use it.
1577
1578 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1579
1580 * indent.el (tab-always-indent, indent-for-tab-command):
1581 Remove redundant `never' setting.
1582
1583 * fill.el (fill-region-as-paragraph): Don't forget to skip
1584 over current whitespace before looking for a preceding space.
1585
1586 2001-11-01 Richard M. Stallman <rms@gnu.org>
1587
1588 * files.el (file-newest-backup): Don't pass backup file name
1589 thru file-name-sans-versions, because it never has version numbers.
1590
1591 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1592 to avoid ambiguous nested loops.
1593
1594 * files.el (find-file-noselect): Offer to change buffer-read-only
1595 only when the file's read-only status has changed from before
1596 as well as disagreeing with the buffer's current status.
1597 (buffer-file-read-only): New var, local in all buffers.
1598
1599 * buff-menu.el (buffer-menu): Doc fix.
1600 (buffer-menu-other-window): Doc fix.
1601 (list-buffers, list-buffers-noselect): Doc fix.
1602
1603 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1604
1605 * startup.el (command-line): If the terminal Emacs is running on
1606 has erase char set to ^H, use the Backspace key for deleting
1607 backward, and the Delete key for deleting forward.
1608
1609 2001-11-01 Miles Bader <miles@gnu.org>
1610
1611 * button.el (define-button-type): Make sure every user-defined
1612 button type has a supertype.
1613
1614 2001-10-31 Jason Rumney <jasonr@gnu.org>
1615
1616 * international/mule-cmds.el (locale-language-names): Add chs and
1617 cht as aliases for Chinese-GB and Chinese-BIG5.
1618
1619 2001-10-31 Richard M. Stallman <rms@gnu.org>
1620
1621 * bindings.el (mode-line-frame-identification): Add doc string.
1622 (mode-line-position, mode-line-modes): New variables.
1623 (mode-line-format): Use mode-line-position for the part
1624 that displays the position-in-buffer info.
1625 Use mode-line-modes for the part that displays major and minor modes.
1626
1627 2001-10-31 Sam Steingold <sds@gnu.org>
1628
1629 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1630 (debugger-setup-buffer): Call it.
1631 (debugger-mode-map): Bind RET and mouse-2.
1632
1633 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1634
1635 * startup.el: Document command line option --no-window-system
1636 instead of --no-windows.
1637
1638 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1639
1640 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1641
1642 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1643 (font-lock-defaults-alist): Use it.
1644 From David Ponce <david.ponce@wanadoo.fr>
1645
1646 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1647 output of `char-after'.
1648
1649 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1650
1651 * simple.el (reindent-then-newline-and-indent): Insert the newline
1652 before indenting the first line.
1653 (undo-get-state, undo-revert-to-state): New funs.
1654 (shell-command): Don't kill the buffer even if empty.
1655 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1656 (transpose-subr-end2): Remove.
1657 (transpose-subr): Add `special' arg and simplify.
1658 (transpose-subr-1): Rewrite.
1659 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1660 (rfc822-goto-eoh): Simplify.
1661
1662 2001-10-30 Richard M. Stallman <rms@gnu.org>
1663
1664 * enriched.el (enriched-face-ans): FIx previous change.
1665
1666 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1667
1668 * international/iso-acc.el (iso-accents-compose): Remove a
1669 superfluous setq.
1670
1671 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1672
1673 * buff-menu.el (list-buffers-noselect): If the buffer's name
1674 starts with a blank, but it visits a file, do show it (for files
1675 whose names start with a blank).
1676
1677 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1678
1679 * textmodes/fill.el (sentence-end-double-space)
1680 (sentence-end-without-period): Move to paragraphs.el.
1681 (fill-indent-according-to-mode): Change default to t.
1682 (fill-context-prefix): Simplify control-flow and use a more
1683 sophisticated merge that unifies both previous checks.
1684 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1685 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1686 (fill-nobreak-p): New fun.
1687 (fill-region-as-paragraph): Use it.
1688 Handle `fill-indent-according-to-mode' slightly differently.
1689 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1690 (fill-individual-paragraphs-citation): Fix.
1691
1692 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1693 (paragraph-start): Change default to the `text-mode' value.
1694 (sentence-end-double-space, sentence-end-without-period):
1695 Move from fill.el.
1696 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1697 rather than rebinding `paragraph-start' and `paragraph-separate'.
1698
1699 * indent.el (indent-line-function): Change default to indent-relative.
1700 (tab-always-indent): Add an `never' setting.
1701 (indent-according-to-mode): Handle `indent-relative' and
1702 `indent-relative-maybe' specially.
1703 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1704 Handle the `never' case for `tab-always-indent'.
1705 Don't call indent-according-to-mode for indent-relative' and
1706 `indent-relative-maybe'.
1707 (insert-tab): Rename `prefix-arg' to `arg'.
1708 (indent-region): Indent the first line as well.
1709 (indent-relative): Don't mark the buffer modified if the indentation
1710 is unchanged.
1711
1712 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1713 Don't set paragraph-separate. Set paragraph-start more carefully.
1714 Set indent-line-function.
1715 (paragraph-indent-text-mode): Use it and define-derived-mode.
1716 (text-mode-map): Remove the \t binding.
1717 (text-mode): Simplify now that the default is more favorable.
1718
1719 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1720
1721 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1722 If the regexp doesn't match, use a looser one.
1723 (find-variable-noselect): Add `file' argument.
1724
1725 * pcvs.el (cvs-mode-commit-hook): New hook.
1726 (cvs-mode-commit): Run it.
1727
1728 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1729
1730 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1731 (edebug-instrument-function): Use `find-function-noselect'.
1732
1733 2001-10-29 Richard M. Stallman <rms@gnu.org>
1734
1735 * term.el (term-if-emacs19): Macro deleted.
1736 Callers changed to use progn instead.
1737
1738 * frame.el (blink-cursor-mode): Doc fix.
1739
1740 * files.el (find-backup-file-name): Use make-backup-file-name.
1741
1742 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1743 window-live-p.
1744 (edebug-set-conditional-breakpoint): Unconditionally use
1745 the former Emacs >=19 definition.
1746 (edebug-mark): Define unconditionally.
1747 (edebug-eval-expression): Always call read-from-minibuffer
1748 and specify history list.
1749 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1750 edebug-set-conditional-breakpoint.
1751 (edebug-emacs-version-specific): Function deleted;
1752 do the job at top level.
1753 (edebug-emacs-19-specific): Function deleted, this is the default.
1754
1755 2001-10-29 Sam Steingold <sds@gnu.org>
1756
1757 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1758 "/cygdrive/LETTER/" pathnames.
1759
1760 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1761
1762 * faces.el (invert-face): Check for 'unspecified, not for nil,
1763 when testing whether face colors are not specified.
1764 From David.Kastrup@t-online.de (David Kastrup).
1765 (read-face-name): Doc fix.
1766 (make-face-bold, make-face-unbold, make-face-italic)
1767 (make-face-unitalic, make-face-bold-italic, invert-face):
1768 Remove trailing blank from the prompt passed to read-face-name.
1769
1770 2001-10-29 Sam Steingold <sds@gnu.org>
1771
1772 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1773 Report numbers of files skipped and failed too.
1774 (byte-compile-file): Return 'no-byte-compile for skipped files.
1775
1776 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1777
1778 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1779 and `M p'.
1780
1781 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1782
1783 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1784 as is on unread-command-events instead of `(SECOND-CHAR)'.
1785
1786 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1787
1788 * vc.el: Mention vc-*-switches in backend API documentation.
1789 (vc-annotate): Adapt doc string to recent change.
1790
1791 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1792
1793 * enriched.el (enriched-face-ans): Handle face attributes
1794 of the form `(FACE1 FACE2 ...)'.
1795
1796 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1797
1798 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1799
1800 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1801
1802 * progmodes/sql.el (sql-db2): Doc change.
1803 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1804 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1805
1806 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1807
1808 * env.el (substitute-env-vars): Don't quote argument to `rx';
1809 it's a macro.
1810
1811 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1812
1813 * cus-start.el (recursive-load-depth-limit): Added.
1814
1815 2001-10-28 Richard M. Stallman <rms@gnu.org>
1816
1817 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1818 All uses removed--assume Emacs version is >= 20.
1819
1820 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1821 by really checking that it is not version 18.
1822
1823 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1824
1825 2001-10-28 Miles Bader <miles@gnu.org>
1826
1827 * faces.el (face-attribute): Add INHERIT argument, consider face
1828 inheritance if it's non-nil.
1829 (face-attribute-merged-with): New function.
1830 (face-attribute-specified-or): New macro.
1831 (face-foreground, face-background, face-stipple): Add INHERIT
1832 argument. Use `face-attribute-specified-or'.
1833
1834 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1835
1836 * font-lock.el: Require `syntax'.
1837 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1838 Use `c-font-lock-syntactic-face-function' for c languages.
1839 (font-lock-mode): Don't unset vars when turning the mode off.
1840 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1841 (font-lock-extra-managed-props): New var.
1842 (font-lock-default-unfontify-region): Use it.
1843 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1844 Don't eval the value when there's no match.
1845 (font-lock-ppss-stats): New var.
1846 (font-lock-ppss): New fun.
1847 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1848 (font-lock-apply-highlight): Allow `highlight' to set several props.
1849 (font-lock-set-defaults): Use dolist.
1850 (font-lock-unset-defaults): Remove.
1851 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1852 Try to recognize prototypes using `foo P_ ((args))'.
1853 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1854 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1855 (c-font-lock-syntactic-face-function): New function.
1856 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1857 (c++-keywords): Use a more sophisticated regexp to handle
1858 shallowly nested templates.
1859
1860 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1861
1862 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1863 (sgml-tag): Use it. Cleanup with `cond'.
1864 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1865 Mark the overlays and only delete those that are marked.
1866 (sgml-skip-close-p): Remove.
1867 (sgml-value): Replace sgml-skip-close-p with its definition.
1868 (html-tag-alist): Use sgml-xml a bit more.
1869 (html-mode): Set sgml-empty-tags.
1870
1871 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1872 (texinfo-update-node, texinfo-sequential-node-update):
1873 Don't bind the obsolete `auto-fill-hook'.
1874 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1875 Use `set-buffer' rather than `switch-to-buffer'.
1876 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1877 Use `set-buffer' rather than `switch-to-buffer'.
1878
1879 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1880 text-mode-syntax-table.
1881 (mail-mode): Use define-derived-mode.
1882 Fix ordering of alternatives in adaptive-fill-regexp.
1883 (mail-mode-map): Don't rely on keymap's internal representation.
1884
1885 2001-10-27 Sam Steingold <sds@gnu.org>
1886
1887 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1888 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1889 (sgml-mode-common): Call it.
1890 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1891 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1892 (html-horizontal-rule, html-image, html-ordered-list):
1893 (html-unordered-list, html-list-item, html-paragraph):
1894 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1895 `html-xhtml'.
1896
1897 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1898
1899 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1900 (ifnothtml): New alias.
1901
1902 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1903
1904 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1905 (toggle-text-mode-auto-fill): Use derived-mode-p.
1906
1907 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1908
1909 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1910 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1911
1912 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1913
1914 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1915 Add make-obsolete cookies, to follow faces.el.
1916
1917 These changes avoid warnings from the byte compiler in faces.el:
1918
1919 * faces.el (internal-get-face): Use facep instead of the obsolete
1920 internal-find-face.
1921 (internal-frob-font-weight, internal-frob-font-slant):
1922 New defaliases for obsolete functions.
1923 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1924 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1925 (x-make-font-bold-italic): Use internal-frob-font-weight and
1926 internal-frob-font-slant aliases instead of the obsolete
1927 x-frob-... functions.
1928
1929 2001-10-26 Sam Steingold <sds@gnu.org>
1930
1931 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1932 DOCTYPE; set `mode-name' based on it.
1933 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1934 (sgml-tag): Close empty tags in XHTML.
1935
1936 2001-10-26 Jason Rumney <jasonr@gnu.org>
1937
1938 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1939 when UNICODE is not defined.
1940
1941 2001-10-26 Sam Steingold <sds@gnu.org>
1942
1943 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1944 be alone on the line.
1945
1946 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1947
1948 * button.el (button): Special face definition for MS-DOS terminals.
1949
1950 2001-10-26 Sam Steingold <sds@gnu.org>
1951
1952 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1953 Protect the /= test by checking that the args are non-nil.
1954 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1955
1956 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1957
1958 * textmodes/artist.el (artist-version): 1.2.4.
1959 (artist-butlast-fn): New variable.
1960 (artist-butlast): New function.
1961 (artist-ellipse-mirror-quadrant): Use it.
1962 (artist-mouse-draw-poly): Use nil for `point-list'.
1963 (artist-mouse-draw-poly): Check for point-list being nil.
1964
1965 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1966
1967 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1968 lambda expression.
1969 (ps-mode-menu-main): Submenu with options on/off was replaced with
1970 a toggle button.
1971 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1972 (ps-mode): Autoload cookie added on same line as comment
1973 (ps-mode-tabkey, ps-mode-backward-delete-char):
1974 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1975 `indent-to' with `indent-line-to'
1976 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1977 instead of `eval'.
1978 (ps-mode-print-region): Use `with-temp-buffer'.
1979 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1980 (numerous places): Add back-tick and tick around names in
1981 docstrings, fix punctuation in docstrings, remove trailing spaces.
1982
1983 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1984
1985 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1986 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1987 (sgml-font-lock-syntactic-keywords): New var.
1988 (sgml-mode-common): Drop the two args.
1989 Don't make buffer-local variables that aren't used.
1990 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1991 Don't set `before-string' props from sgml-display-text.
1992 (sgml-mode): Use define-derived-mode.
1993 (sgml-tags-invisible): Use sgml-display-text.
1994 (sgml-quote): New command.
1995 (html-tag-alist): Add args for `span'.
1996 (html-mode): Use define-derived-mode.
1997 Set sgml-display-text and sgml-tag-face-alist.
1998
1999 2001-10-25 Sam Steingold <sds@gnu.org>
2000
2001 * add-log.el (add-log-always-start-new-record): New user option.
2002 (add-change-log-entry): Use it.
2003
2004 2001-10-25 Richard M. Stallman <rms@gnu.org>
2005
2006 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
2007 bind case-fold-search if FROM is not all lower case.
2008
2009 2001-10-25 Gerd Moellmann <gerd@gnu.org>
2010
2011 * startup.el (normal-top-level): Check for frame-initial-frame
2012 only if it's really used.
2013
2014 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
2015
2016 * progmodes/compile.el (compilation-parse-errors-filename-function):
2017 New variable.
2018 (compilation-parse-errors): Use it.
2019
2020 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
2021
2022 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
2023 interactively so that C-u M-C-x still does edebug.
2024 (checkdoc-sentencespace-region-engine): Don't force a double-space
2025 after `.' if it doesn't look like an end-of-sentence.
2026 (debug-ignored-errors): Add `disambiguate ...'.
2027
2028 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
2029
2030 * textmodes/texinfo.el (texinfo-environments)
2031 (texinfo-environment-regexp): Hoist.
2032 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
2033 Only highlight the menu name in menu items.
2034 Setup `@foo ... @end foo' as text clones.
2035 (texinfo-clone-environment): New function.
2036 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
2037 (texinfo-insert-block): Simplify.
2038 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
2039 the command is repeated.
2040 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
2041 (texinfo-insert-@end): Simplify.
2042
2043 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
2044 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
2045 (texinfo-subsubsection-level-regexp)
2046 (texinfo-update-menu-same-level-regexps)
2047 (texinfo-update-menu-higher-regexps)
2048 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
2049
2050 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
2051 (derived-mode-p): Autoload.
2052
2053 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
2054 New vars and functions.
2055 (text-clone-maintain, text-clone-create): New functions.
2056
2057 2001-10-25 Miles Bader <miles@gnu.org>
2058
2059 * facemenu.el (facemenu-add-new-face): Fix variable names.
2060
2061 2001-10-24 Richard M. Stallman <rms@gnu.org>
2062
2063 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
2064 of t and nil values.
2065 (facemenu-set-face): Handle START and END interactively.
2066 (facemenu-set-foreground): Don't use a face; specify color directly.
2067 (facemenu-set-background): Likewise.
2068 (facemenu-set-face-from-menu): Doc fix.
2069 (facemenu-active-faces): Use face-attribute-vector
2070 to handle bare attributes not in faces.
2071 (facemenu-get-face): Don't handle face names fg:... and bg:...
2072 specially.
2073 (facemenu-add-new-face): New argument MENU.
2074 New way to handle adding colors to the color menus.
2075
2076 * env.el (substitute-env-vars): Quote the arg to rx.
2077
2078 2001-10-24 Sam Steingold <sds@gnu.org>
2079
2080 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
2081 Control" and "SGML" groups.
2082
2083 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2084
2085 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2086 Better handling of C++ template args to avoid confusion with `<'
2087 and `>' used as operators in member init expressions.
2088
2089 2001-10-24 Gerd Moellmann <gerd@gnu.org>
2090
2091 * replace.el (perform-replace): Move START and END parameters
2092 to the end of the argument list and make them optional.
2093
2094 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
2095 perform-replace.
2096
2097 * international/fontset.el (x-must-resolve-font-name): New function.
2098 (x-complement-fontset-spec): Use it.
2099
2100 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
2101
2102 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
2103
2104 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2105 Turn caadr into caar of cdr.
2106
2107 2001-10-23 Gerd Moellmann <gerd@gnu.org>
2108
2109 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
2110 of mouse-{1,2} since dragging is on the down event.
2111
2112 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
2113
2114 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
2115 if ARG is nil.
2116
2117 * desktop.el (desktop-last-buffer): New variable.
2118 (desktop-create-buffer): Set it.
2119 (desktop-read): Bind it and switch to that buffer.
2120
2121 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2122
2123 * progmodes/compile.el (compilation-set-window-height):
2124 Select old window only if it's still live.
2125
2126 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2127
2128 * help-mode.el (help-buffer): Remove debugging code.
2129 From Stefan Monnier <monnier@cs.yale.edu>.
2130
2131 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2132
2133 * files.el (file-name-sans-extension, file-name-extension):
2134 Don't count the leading dots in file names as signaling an extension.
2135
2136 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2137
2138 * vc.el (vc-diff-switches): Doc rewritten.
2139
2140 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2141
2142 * tooltip.el (tooltip-set-param): Doc fix.
2143
2144 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
2145 127 to sgml-maybe-name-self.
2146 (sgml-name-8bit-mode): Doc fix.
2147 (sgml-char-names-table): New variable.
2148 (sgml-name-char): Support non-ASCII and mule-unicode-*
2149 characters. Doc fix.
2150 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
2151
2152 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
2153 doc string the effect of `left' and `top' parameters in
2154 tooltip-frame-parameters, the default values, and the units.
2155 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
2156 (tooltip-show): Mention in the doc string the `top' and `left'
2157 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
2158
2159 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2160
2161 Add autoscaling support for vc-annotate.
2162 From J.D. Smith <jdsmith@alum.mit.edu>.
2163
2164 * vc.el (vc-annotate-display-default): Accept colormap scaling
2165 ratio (now deprecated).
2166 (vc-annotate-display-autoscale): Added.
2167 (vc-annotate-add-menu): New autoscaling menu options "Span to
2168 Oldest" and "Span Oldest->Newest". Easymenu support added for
2169 toggle menus driven by customize variable `vc-annotate-display-mode'.
2170 (vc-annotate-display-select): Added.
2171 (vc-annotate): Changed temp-buffer-show-function to
2172 `vc-annotate-display-select'.
2173 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
2174 Added argument OFFSET. Instead of backend function, calls now
2175 generic `vc-annotate-difference'.
2176 (vc-annotate-difference): Added as generic function instead of
2177 backend-specific function. No longer takes argument POINT, but
2178 instead accepts a time OFFSET.
2179 (vc-default-annotate-current-time): Added.
2180
2181 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
2182 version in vc.el, with
2183 (vc-cvs-annotate-current-time): Added, as override of default.
2184 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
2185 `vc-cvs-annotate-difference'.
2186
2187 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2188
2189 * saveplace.el (save-place): Require `saveplace'.
2190
2191 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
2192 Use `sexp' for :value-type instead of `face'.
2193
2194 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2195
2196 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2197 regexps due to 5-digit message IDs.
2198
2199 2001-10-21 Jason Rumney <jasonr@gnu.org>
2200
2201 * term/w32-win.el (redisplay-dont-pause): Don't set.
2202
2203 2001-10-21 Miles Bader <miles@gnu.org>
2204
2205 * help-funs.el (help-manyarg-func-alist): Variable removed.
2206
2207 2001-10-21 Miles Bader <miles@gnu.org>
2208
2209 * help-funs.el (help-manyarg-func-alist): Remove entries for
2210 `insert', `insert-and-inherit', `insert-before-markers',
2211 `insert-before-markers-and-inherit', `message', `message-box',
2212 `message-or-box', `propertize', `format', `encode-time', `append',
2213 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2214 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2215 `ml-prefix-argument-loop'.
2216
2217 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2218
2219 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2220 (vc-default-diff-tree): New functions.
2221 (vc-version-diff): Use them. As a result, coding systems are now
2222 set up properly for all sorts of diffs, and tree diffs can now
2223 also be done locally.
2224 (vc-diff): With a prefix argument, don't require that it's called
2225 from a buffer under version control.
2226 (diff-switches): Remove duplicate definition.
2227
2228 * vc-cvs.el (vc-cvs-diff-tree): New function.
2229
2230 2001-10-21 Miles Bader <miles@gnu.org>
2231
2232 * help-funs.el (help-manyarg-func-alist): Remove entries for
2233 `list', `vector', `make-byte-code', `call-process',
2234 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2235 `logand', `logior', and `logxor'.
2236
2237 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2238 image bits to compensate. Use `make-string' instead of
2239 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2240
2241 2001-10-20 Kim F. Storm <storm@cua.dk>
2242
2243 * simple.el (kill-ring-save): Don't show extent of copied region
2244 if using transient-mark-mode and region is fully visible.
2245
2246 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2247
2248 * (Version 21.1 released.)
2249
2250 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2251
2252 * files.el (auto-mode-alist): Associate .indent.pro with
2253 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2254
2255 2001-10-18 Sam Steingold <sds@gnu.org>
2256
2257 Put the *Compile-Log* buffer in `compilation-mode'.
2258 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2259 (byte-compile-log-1, byte-compile-log-file)
2260 (displaying-byte-compile-warnings): Use it
2261
2262 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2263
2264 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2265
2266 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2267
2268 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2269
2270 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2271
2272 * obsolete/hilit19.el (hilit-lookup-face-create):
2273 Call set-face-font only if display-graphic-p.
2274 (toplevel): Remove references to window-system.
2275
2276 2001-10-18 Miles Bader <miles@gnu.org>
2277
2278 * simple.el (what-line): Avoid problems with field properties.
2279
2280 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2281
2282 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2283 Define special colors for a tty.
2284
2285 2001-10-17 Francesco Potorti` <pot@gnu.org>
2286
2287 * comint.el (comint-password-prompt-regexp): Make it less
2288 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2289
2290 2001-10-17 John Wiegley <johnw@gnu.org>
2291
2292 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2293 a regular file, before checking if it is a directory or symlink.
2294 This avoids a call to eshell-file-attributes, which can be
2295 expensive in some situations.
2296
2297 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2298 customization variable, to differentiate ls-in-dired from regular
2299 uses of ls.
2300
2301 2001-10-17 Miles Bader <miles@gnu.org>
2302
2303 * custom.el (defface): Mention `:inherit' in doc-string.
2304
2305 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2306
2307 * paren.el: Update the Commentary with installation instructions.
2308
2309 2001-10-15 Dave Love <fx@gnu.org>
2310
2311 * international/mule.el (set-auto-coding): Fix regexps for local
2312 variables section not to eat newlines.
2313
2314 2001-10-15 Miles Bader <miles@gnu.org>
2315
2316 * simple.el (display-message-or-buffer): Pass the correct buffer
2317 to `display-buffer'.
2318
2319 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2320
2321 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2322 (executable-find): Use exec-suffixes.
2323 (executable-set-magic): Don't use make-local-hook.
2324
2325 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2326
2327 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2328
2329 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2330 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2331 Add .so to the Unix and GNU branch.
2332
2333 * international/latin-1.el:
2334 * international/latin-2.el:
2335 * international/latin-3.el:
2336 * international/latin-4.el:
2337 * international/latin-5.el:
2338 * international/latin-8.el:
2339 * international/latin-9.el: Add no-byte-compile: t, since
2340 Makefile.in instructs make-docfile to look at .el files.
2341
2342 2001-10-14 Miles Bader <miles@gnu.org>
2343
2344 * button.el (define-button-type): Allow supertype property to be
2345 specified with a keyword `:supertype' too.
2346 (button-put, make-text-button): Allow button type property to be
2347 specified using the keyword `:type' too.
2348 (button-type): New function.
2349 (button): Add `button-category-symbol' property.
2350
2351 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2352
2353 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2354 indent-new-comment-line from comment-indent-new-line.
2355
2356 * textmodes/refill.el (refill-mode):
2357 Bind DEL to backward-delete-char-untabify.
2358 Set backward-delete-char-untabify-method to `hungry'.
2359
2360 * textmodes/bib-mode.el (bib-mode):
2361 * play/gomoku.el (gomoku-mode):
2362 * textmodes/page-ext.el (pages-directory-mode):
2363 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2364
2365 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2366
2367 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2368
2369 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2370 Handle here-docs differently.
2371 (sh-font-lock-heredoc): Remove.
2372 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2373 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2374 (sh-font-lock-open-heredoc): New functions.
2375 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2376 (sh-font-lock-keywords-1): Use regexp-opt.
2377 (sh-in-comment-or-string): Use syntax-ppss.
2378 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2379 (sh-select, sh-tmp-file): Add explicit terminating \n.
2380
2381 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2382 Use with-current-buffer.
2383 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2384 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2385 filename), catch any error that occurs in `ange-ftp-cd'.
2386 If an error happened, don't bother sending `cmd' at all.
2387 Fix a parenthesis typo.
2388 (ange-ftp-write-region): Don't blindly use binary if the remote host
2389 is unix-like.
2390
2391 * play/pong.el (pong-init): Don't use make-local-hook.
2392
2393 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2394
2395 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2396 (viper-get-ex-address-subr): More precise addr for the $ marker
2397
2398 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2399
2400 * version.el (emacs-version): Bump to 21.1.50.
2401
2402 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2403
2404 * mail/mailalias.el (mail-directory-stream): Do not double
2405 variables in the lambda-list.
2406
2407 * play/gomoku.el (gomoku-init-display): Ditto.
2408
2409 * play/landmark.el (lm-init-display): Ditto.
2410
2411 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2412 (delimit-columns-rectangle-line): Ditto.
2413
2414 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2415
2416 * newcomment.el (comment-region-internal): Don't rebind
2417 invisibility_spec now that the C routines handle it correctly.
2418
2419 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2420
2421 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2422 and `same-frame'.
2423
2424 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2425
2426 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2427
2428 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2429 C-p and C-r. Remove redundant bindings from inheriting maps.
2430
2431 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2432 After 4.23 and: After 4.24:
2433 (cperl-contract-levels): Restore position.
2434 (cperl-beautify-level): Likewise.
2435 (cperl-beautify-regexp): Likewise.
2436 (cperl-commentify): Rudimental support for length=1 runs
2437 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2438 After 4.25:
2439 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2440 (imenu-example--create-perl-index): Was not enforcing
2441 syntaxification-to-the-end.
2442 (cperl-invert-if-unless): Allow `for', `foreach'.
2443 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2444 Mark qw(), m()x as indentable.
2445 (cperl-init-faces): Highlight `sysopen' too.
2446 Highlight $var in `for my $var' too.
2447 (cperl-invert-if-unless): Was leaving whitespace at end.
2448 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2449 (cperl-calculate-indent): Remove old commented out code.
2450 Support (primitive) indentation of qw(), m()x.
2451 After 4.26:
2452 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2453 q [] with intervening newlines.
2454 (cperl-autoindent-on-semi): New customization variable.
2455 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2456 (cperl-tips): Mention how to make CPerl the default mode.
2457 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2458 (cperl-outline-level): New function.
2459 (cperl-highlight-variables-indiscriminately): New customization var.
2460 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2461 From Sean Kamath <kamath@pogo.wv.tek.com>.
2462 (cperl-after-block-p): Support CHECK and INIT.
2463 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2464 From Doug MacEachern <dougm@covalent.net>.
2465 After 4.27:
2466 (cperl-find-pods-heres): Recognize \"" as a string.
2467 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2468 Allow whitespace between << and "FOO".
2469 (cperl-problems): Remove \"" and q [] with intervening newlines.
2470 Mention multiple <<EOF as unsupported.
2471 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2472 (cperl-indent-parens-as-block): New configuration variable.
2473 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2474 Use `cperl-indent-parens-as-block'.
2475 (cperl-find-pods-heres): Test for =cut without empty line instead of
2476 complaining about no =cut.
2477 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2478 (cperl-find-pods-heres): Likewise.
2479 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2480 POD could've been marked as comment already.
2481 (cperl-unwind-to-safe): Unwind before start of POD too.
2482 After 4.28:
2483 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2484 After 4.29:
2485 (x-color-defined-p): Make an extra case to peacify the warning.
2486 Toplevel: `defvar' to peacify the warnings.
2487 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2488 No -nw-compile time warnings now.
2489 (cperl-find-tags): TAGS file had too short substring-to-search.
2490 Be less verbose in non-interactive mode
2491 (imenu-example--create-perl-index): Set index-marker after name
2492 (cperl-outline-regexp): New variable.
2493 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2494 (cperl-mode): Made use `cperl-outline-regexp'.
2495 After 4.30:
2496 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2497 (cperl-outline-level): Make start-of-file same level as `package'.
2498 After 4.31:
2499 (cperl-electric-pod): `head1' and `over' electric only if empty.
2500 (cperl-unreadable-ok): New variable.
2501 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2502 on an unreadable file.
2503 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2504 on an unreadable directory.
2505
2506 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2507 Consider the text between two errors as belonging to the first error.
2508 (compilation-goto-locus): Use pop-to-buffer rather than
2509 switch-to-buffer-other-frame.
2510
2511 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2512 (awk-font-lock-syntactic-keywords): New var.
2513 (awk-mode): Use it.
2514
2515 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2516
2517 * faces.el (describe-face): Call help-setup-xref earlier.
2518
2519 * jka-compr.el (jka-compr-load-suffixes): New var.
2520 (jka-compr-install): Add its content to load-suffixes.
2521 (jka-compr-uninstall): Remove its content from load-suffixes.
2522
2523 2001-10-12 Sam Steingold <sds@gnu.org>
2524
2525 * bindings.el (completion-ignored-extensions): CL-related
2526 extensions are platform-independent.
2527
2528 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2529 asynchronous multiple file copying.
2530
2531 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2532
2533 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2534 Turn error for repeated variables into warning.
2535
2536 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2537 New function checking that lambda-list consists of non-constant
2538 symbols, that &rest and &optional are followed by variable names,
2539 that &rest VAR is the last element, and that variables aren't doubled.
2540 (byte-compile-lambda): Use it.
2541
2542 2001-10-12 Eli Barzilay <eli@barzilay.org>
2543
2544 * calculator.el (calculator-eng-display): Don't call concat
2545 with an integer argument.
2546
2547 2001-10-12 Miles Bader <miles@gnu.org>
2548
2549 * help-mode.el (help-customize-face): New button-type.
2550
2551 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2552 (describe-face): Fix args to `help-xref-button'.
2553 Don't switch to help-buffer around call to `help-setup-xref'.
2554 Use `help-buffer' instead of hard-wired "*Help*".
2555 Require `help-mode'.
2556
2557 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2558
2559 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2560
2561 * help-mode.el (help-buffer): New function.
2562 Returns the buffer-name to use for help output.
2563 Change all the code to use it instead of hard-coding *Help*.
2564 (help-mode-map): Put back the mouse-2 binding.
2565 (help-xref-stack): Change the format and make buffer-local.
2566 (help-xref-stack-item): Make buffer-local.
2567 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2568 (help-xref-interned): Display the face doc as well.
2569 (help-follow-mouse): Re-introduce.
2570 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2571 (help-do-xref): Don't `push' any more.
2572 (help-follow): Also follow face names.
2573
2574 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2575 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2576 Autoload and cleanup.
2577 (describe-function): Call help-setup-xref.
2578 (describe-variable): Call help-setup-xref earlier.
2579
2580 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2581 (view-lossage): Call help-setup-xref correctly and earlier.
2582 (describe-bindings): Call help-setup-xref earlier.
2583 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2584 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2585
2586 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2587
2588 * master.el (master-mode): Use define-minor-mode instead of
2589 easy-mmode-define-minor-mode. Add autload cookie.
2590 (Commentary): Remove the line showing how to autoload master-mode,
2591 since it's always autoloaded.
2592
2593 * master.el: New file.
2594
2595 2001-10-11 Dave Love <fx@gnu.org>
2596
2597 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2598 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2599 <const-C varset-X const-C>: Fix car/cdr typo.
2600
2601 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2602
2603 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2604 New function extracted from byte-compile-log-1.
2605 (byte-compile-log-1): Change output to be more in line with
2606 the output of other GNU tools.
2607 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2608 (byte-compile-report-error): Downcase error message.
2609 Use `error' instead of `!!' for error messages.
2610 (byte-compile-print-syms): Treat non-interactive case specially.
2611 (displaying-byte-compile-warnings): Use backquote.
2612 (byte-compile-from-buffer): Bind byte-compile-last-line.
2613 (batch-byte-compile): Remove `Done' message.
2614
2615 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2616
2617 * emacs-lisp/copyright.el (copyright): Add final \n.
2618
2619 2001-10-11 Miles Bader <miles@gnu.org>
2620
2621 * diff.el (diff): Display default values in prompts as
2622 `(default ...)', not `(...)'.
2623
2624 * info.el (Info-follow-reference): Likewise.
2625
2626 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2627
2628 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2629
2630 * newcomment.el (comment-indent): Be a little more robust in case
2631 comment-indent-function does funny things.
2632 (comment-normalize-vars): Autoload.
2633 (comment-region-internal): Fiddle with the visibility spec.
2634 (comment-valid-prefix): New function.
2635 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2636 that would turn comment-text into non-comment-text.
2637
2638 * emacs-lisp/syntax.el: New file.
2639
2640 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2641 compatibility cruft.
2642 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2643 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2644 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2645 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2646 tcl-submit-bug-report.
2647 (tcl-mode-syntax-table): Leave \f alone.
2648 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2649 tcl-end-of-defun, tcl-submit-bug-report.
2650 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2651 (tcl-add-emacs-menu): Remove.
2652 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2653 (tcl-keyword-list): Add `chain'.
2654 (tcl-font-lock-syntactic-keywords): New variable.
2655 (tcl-pps-has-arg-6): Remove.
2656 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2657 (tcl-internal-mark-defun): Remove.
2658 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2659 (tcl-mode): Use define-derived-mode. Simplify.
2660 Set comment-indent-function.
2661 (tcl-indent-command): Use line-beginning-position and comment-indent.
2662 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2663 (tcl-indent-line): Use tcl-calculate-indent.
2664 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2665 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2666 (tcl-filter): Use with-current-buffer, simplify.
2667 (inferior-tcl-mode): Use define-derived-mode.
2668 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2669 (tcl-simple-in-comment, tcl-in-comment): Removed.
2670 (tcl-files-alist): New function.
2671 (tcl-help-snarf-commands): Use it and return the result directly
2672 rather than through a global variable.
2673 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2674 (tcl-help-on-word): Provide the default value to completing-read.
2675 (tcl-hilit): Remove.
2676 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2677 (tcl-comment-indent): New function.
2678 (tcl-submit-bug-report): Remove.
2679 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2680 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2681 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2682
2683 2001-10-10 Miles Bader <miles@gnu.org>
2684
2685 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2686 (Info-fontify-node): Don't fontify the node if it's already been done.
2687
2688 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2689
2690 * international/iso-transl.el (iso-transl-e-caret)
2691 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2692 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2693
2694 * simple.el (end-of-buffer): Fix code scrolling specially
2695 for the buffer end.
2696
2697 * startup.el (command-line-1): Bind tab-width to 8.
2698
2699 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2700
2701 * emulation/tpu-edt.el: Use defalias instead of fset for
2702 user-visible commands. From Rob Riepel
2703 <riepel@Networking.Stanford.EDU>.
2704
2705 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2706
2707 * ruler-mode.el: New file.
2708
2709 2001-10-09 Miles Bader <miles@gnu.org>
2710
2711 * apropos.el (button): New require.
2712
2713 * help-funs.el: New file, contents mostly from `help.el'.
2714 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2715
2716 * help-mode.el: New file, contents mostly from `help.el'.
2717
2718 * help.el: Don't require `view' when compiling.
2719 (help-with-tutorial, describe-function, describe-function-1)
2720 (variable-at-point, describe-variable, locate-library):
2721 Functions moved into `help-funs.el'.
2722 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2723 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2724 (help-setup-xref, help-xref-following, help-make-xrefs)
2725 (help-xref-button, help-insert-xref-button, help-xref-interned)
2726 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2727 (help-xref-on-pp): Functions moved into `help-mode.el'
2728 (help-mode-map, help-xref-stack, help-xref-stack-item)
2729 (help-highlight-p, help-highlight-face, help-back-label)
2730 (help-xref-symbol-regexp, help-xref-mule-regexp)
2731 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2732 (help-symbol, help-back, help-info, help-customize-variable)
2733 (help-function-def, help-variable-def):
2734 Button-types moved into `help-mode.el'.
2735 (load-symbol-file-load-history, symbol-file):
2736 Functions moved into `subr.el'.
2737 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2738 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2739
2740 * subr.el (symbol-file-load-history-loaded)
2741 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2742
2743 * loadup.el ("button"): Load removed.
2744
2745 * button.el (define-button-type): Respect any `supertype' property.
2746 (button-type-subtype-p, button-has-type-p): New functions.
2747
2748 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2749 dollar-signs.
2750
2751 * comint.el (comint-insert-previous-argument): New function.
2752 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2753 (comint-insert-previous-argument-last-start-pos)
2754 (comint-insert-previous-argument-last-index): New variables.
2755
2756 * apropos.el (apropos-next-label-button): Use the presence of a
2757 `apropos-label' property to detect label buttons.
2758
2759 2001-10-08 Miles Bader <miles@gnu.org>
2760
2761 * button.el (next-button, previous-button): Remove N and WRAP
2762 parameters. Don't pay attention to `skip' properties.
2763 (forward-button): Implement wrapping, iterating, and skipping here
2764 instead.
2765 (button-activate): USE-MOUSE-ACTION is optional.
2766 (button-nop): Function removed.
2767 (default-button): Use `ignore' as default button action.
2768
2769 * apropos.el (apropos-next-label-button): Update arguments to
2770 `next-button'.
2771 (apropos-symbol): Add `skip' property.
2772 (apropos-function, apropos-macro, apropos-command)
2773 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2774 (apropos-plist): New button types.
2775 (apropos-label-properties): Variable removed.
2776 (apropos-print): Pass button-type to apropos-print-doc, rather
2777 than help function and label text.
2778 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2779 Get button label from TYPE.
2780
2781 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2782
2783 * help.el (help-mode): Use define-derived-mode.
2784 (describe-mode): Add optional `buffer' arg.
2785 Use it instead of going through help-xref-mode.
2786 Avoid doubling the word `minor' when prettifying.
2787 (describe-function-1): List the corresponding key bindings.
2788 (describe-variable): Say if the var is automatically buffer-local.
2789 If the source is `loaddefs.el', look for the real source.
2790 (help-xref-mode): Remove.
2791
2792 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2793 the file says no-byte-compile.
2794
2795 2001-10-08 Miles Bader <miles@gnu.org>
2796
2797 * button.el (next-button, previous-button): Respect `skip' property.
2798
2799 2001-10-07 Miles Bader <miles@gnu.org>
2800
2801 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2802 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2803 `woman-follow-word' instead of `woman-mouse-2'.
2804 (woman-follow-word): Renamed from `woman-mouse-2'.
2805 Follow current unconditionally, since this function is now only
2806 bound to M-mouse-2. Use accessor functions.
2807 (WoMan-highlight-references): Use `make-text-button'.
2808 (woman-xref): New button type.
2809
2810 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2811 ("button"): New load, just before "help" (which uses it).
2812
2813 * help.el (help-mode-map): Make button-buffer-map our parent.
2814 Don't bind mouse events or tab/backtab.
2815 (help-function, help-variable, help-face, help-coding-system)
2816 (help-input-method, help-character-set, help-back, help-info)
2817 (help-customize-variable, help-function-def, help-variable-def):
2818 New button types.
2819 (help-button-action): New function.
2820 (describe-function-1): Pass help button-types to
2821 `help-xref-button' rather than help function and help-echo string.
2822 Don't put multiple help-function args in a list to pass them to
2823 help-xref-button, just pass them as multiple arguments.
2824 Use `help-insert-xref-button' to make [back]-button, rather than
2825 `help-xref-button'.
2826 (help-xref-button): Take a button-type TYPE as a parameter rather
2827 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2828 and add a &rest parameter ARGS to serve the same purpose.
2829 Use `make-text-button' to add the button.
2830 (help-insert-xref-button): Use `insert-text-button' to add the button.
2831 (help-follow-mouse, help-next-ref, help-previous-ref):
2832 Functions removed.
2833 (help-do-xref): New function.
2834 (help-follow): Use `push-button' and `help-do-xref' to do most of
2835 the work.
2836
2837 * apropos.el (apropos-symbol, apropos-label): New button types.
2838 (apropos-symbol-button-display-help)
2839 (apropos-label-button-display-help, apropos-next-label-button):
2840 New functions.
2841 (apropos-mode-map): Make button-buffer-map our parent.
2842 Don't bind mouse events.
2843 (apropos-print, apropos-print-doc): Create buttons instead of text
2844 properties.
2845 (apropos-mouse-follow): Function removed.
2846 (apropos-follow): Use buttons.
2847
2848 * button.el: New file.
2849
2850 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2851
2852 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2853 Remove.
2854
2855 2001-10-05 Richard M. Stallman <rms@gnu.org>
2856
2857 * add-log.el (add-change-log-entry): Skip copyright notice
2858 and copying permission notice at start of file, if any.
2859 Make use of terms "entry" and "item" accord with Emacs manual.
2860 Simplify the logic for moving point while entering or creating
2861 an entry and then an item.
2862 (add-change-log-entry-other-window): Doc fix.
2863
2864 2001-10-06 Miles Bader <miles@gnu.org>
2865
2866 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2867 removed; they apparently don't work with faces.
2868
2869 2001-10-05 Sam Steingold <sds@gnu.org>
2870
2871 * textmodes/sgml-mode.el (html-xhtml): New user option.
2872 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2873 (html-ordered-list, html-unordered-list, html-list-item)
2874 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2875 (sgml-skip-close-p): New function.
2876 (sgml-value): Use it.
2877
2878 2001-10-05 Sam Steingold <sds@gnu.org>
2879
2880 * calendar/diary-lib.el (diary-entry-compare): When times are
2881 identical, compare the entries lexicographically.
2882
2883 2001-10-06 Miles Bader <miles@gnu.org>
2884
2885 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2886 Use `minibuffer-prompt-end'.
2887
2888 * simple.el (previous-matching-history-element): Fix misplaced
2889 parentheses.
2890
2891 2001-10-05 Miles Bader <miles@gnu.org>
2892
2893 * rfn-eshadow.el: New file.
2894
2895 2001-10-05 Miles Bader <miles@gnu.org>
2896
2897 * cus-face.el (custom-face-attributes): Make sure each attribute
2898 has a valid default value. Remove hacks that mapped `nil' to
2899 `off' and used nil to mean `unspecified'. Remove `unspecified'
2900 choices from all attributes (unspecified is handled by the parent
2901 checklist).
2902 * cus-edit.el (custom-face-edit-convert-widget)
2903 (custom-face-edit-deactivate, custom-face-edit-activate)
2904 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2905 New functions.
2906 (custom-face-edit): Specify a custom :convert-widget.
2907 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2908 Don't pass in default filters that map between `nil' and `off' and
2909 `unspecified' and `nil'.
2910
2911 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2912
2913 * progmodes/compile.el (compilation-buffer-name): New function.
2914 (compile-internal): Use it to determine the name of the
2915 compilation buffer.
2916
2917 2001-10-05 Miles Bader <miles@gnu.org>
2918
2919 * progmodes/compile.el (grep-use-null-device): New variable.
2920 (grep-command): Mention `grep-use-null-device'.
2921 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2922 Make computation of `grep-command' respect `grep-use-null-device'.
2923 (grep): Respect `grep-use-null-device'.
2924 Call `grep-compute-defaults' even if grep-command is set, if
2925 grep-use-null-device is still tentative.
2926
2927 * subr.el (call-process-shell-command): New function.
2928
2929 2001-10-05 Miles Bader <miles@gnu.org>
2930
2931 * simple.el (previous-matching-history-element)
2932 (next-history-element, next-complete-history-element): Use
2933 `minibuffer-' functions instead of calling `field-' functions directly.
2934 (minibuffer-prompt-end, minibuffer-contents):
2935 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2936 Functions removed (now subrs).
2937 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2938
2939 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2940 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2941 instead of calling `field-' functions directly.
2942 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2943
2944 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2945
2946 * files.el (find-file-noselect): If file's read-only status has
2947 changed on disk, ask if buffer's read-only status should be
2948 changed, unless NOWARN is set.
2949
2950 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2951 alias for define-setf-method.
2952
2953 * bindings.el: Remove no-byte-compile from file local variables
2954 to enable bootstrapping.
2955
2956 2001-10-04 Andrew Innes <andrewi@gnu.org>
2957
2958 * faces.el (face-font-registry-alternatives) [windows-nt]:
2959 Make gb2312 an alias for gb2312.1980.
2960
2961 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2962
2963 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2964 (uniquify-reverse-components): Remove.
2965
2966 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2967 Make sure the file is readable.
2968 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2969 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2970 (batch-byte-recompile-directory): Pass arg=0.
2971
2972 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2973 (perl-calculate-indent): Use it.
2974 (perl-backward-to-noncomment): Use forward-comment.
2975
2976 * derived.el (define-derived-mode, derived-mode-make-docstring):
2977 Allow `parent' to be nil.
2978
2979 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2980 Use define-derived-mode.
2981 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2982
2983 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2984
2985 * emacs-lisp/lselect.el: Use facep iso find-face.
2986
2987 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2988 Use regexp-opt.
2989 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2990 (lisp-font-lock-syntactic-face-function): New function.
2991 (lisp-mode-variables): Use it. Make arg optional.
2992 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2993 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2994 Set comment-start-skip.
2995
2996 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2997
2998 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2999 (ignore-errors): Don't bother using a `err' symbol.
3000
3001 * emacs-lisp/autoload.el (autoload-ensure-default-file)
3002 (autoload-insert-section-header, autoload-before-p)
3003 (autoload-remove-section): New functions.
3004 (generate-file-autoloads): Use them.
3005 (update-file-autoloads): Use them. Return FILE if there's no cookie.
3006 Make sure the autoload file is properly formatted when creating it.
3007 (update-autoloads-from-directories): Use them as well.
3008 Only update autoloads for files whose timestamp has changed.
3009 Add a dummy entry to remember the files which had no autoload cookies.
3010
3011 * timer.el (timer-relative-time): Fix computation for negative `micro'.
3012
3013 * subr.el (define-key-after): Allow `key' to be longer than 1.
3014 (make-local-hook): Make obsolete.
3015 (add-hook, remove-hook): Don't use make-local-hook any more.
3016 (make-syntax-table): Inherit all chars from s-s-t.
3017
3018 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3019
3020 This is a fix for a report saying that resuming a search with C-s
3021 C-s doesn't use the case-fold-search setting of the previous
3022 search (C-s ... M-c ... then C-s C-s).
3023
3024 * isearch.el (isearch-last-case-fold-search): New variable.
3025 (isearch-mode): Remember value of isearch-case-fold-search
3026 in isearch-last-case-fold-search.
3027 (isearch-done): Quote value of isearch-case-fold-search.
3028 (isearch-repeat): When resuming a search, restore
3029 isearch-case-fold-search from isearch-last-case-fold-search.
3030
3031 Added to NEWS.
3032
3033 * startup.el (inhibit-startup-buffer-menu): New user-option.
3034 (command-line-1): If inhibit-startup-buffer-menu is set, don't
3035 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
3036
3037 This allows upto 99999 messages in the summary without screwing up
3038 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
3039
3040 * mail/rmailsum.el (rmail-make-summary-line)
3041 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
3042 (rmail-summary-goto-msg, rmail-summary-goto-msg):
3043 Allow 5-digit message ids instead of 4.
3044
3045 This adds expansion of environment variables in the value
3046 specified with M-x setenv. Added to NEWS.
3047
3048 * env.el (substitute-env-vars): New function.
3049 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
3050 environment variables in VALUE. Return VALUE.
3051
3052 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3053
3054 * Branch for 21.1.
3055
3056 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
3057
3058 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
3059
3060 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3061
3062 * emulation/tpu-edt.el: Make messages match original TPU/edt
3063 editor. From riepel@Stanford.EDU (Rob Riepel).
3064
3065 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
3066
3067 * rect.el: Update maintainer's email address.
3068
3069 2001-10-02 Andreas Schwab <schwab@suse.de>
3070
3071 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
3072 and Extended Passive Mode, resp.
3073
3074 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3075
3076 These changes add support for Calendar-related items in the
3077 menu bar on tty's as well:
3078
3079 * calendar/calendar.el (calendar-mode-map): Require cal-menu
3080 unconditionally.
3081 (calendar-mode): Set up activate-menubar-hook unconditionally.
3082
3083 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
3084 calls x-popup-menu only if popup menus are supported.
3085 (calendar-mouse-insert-hebrew-diary-entry)
3086 (calendar-mouse-insert-islamic-diary-entry)
3087 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3088 (calendar-mouse-view-other-diary-entries)
3089 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
3090 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3091 Call cal-menu-x-popup-menu instead of x-popup-menu.
3092
3093 2001-10-01 Gerd Moellmann <gerd@gnu.org>
3094
3095 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
3096
3097 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
3098
3099 * emacs-lisp/rx.el: New file.
3100
3101 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3102
3103 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
3104
3105 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3106
3107 * frame.el (select-frame-by-name, other-frame): Doc fix.
3108
3109 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3110
3111 * play/snake.el (snake-score-file): Use temporary-file-directory
3112 instead of a literal "/tmp". Suggested by Robert
3113 <robert@chezmarshall.freeserve.co.uk>.
3114
3115 * play/tetris.el (tetris-score-file): Ditto.
3116
3117 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
3118
3119 * apropos.el (apropos-print): Make the directions inserted at the
3120 beginning of the *Apropos* buffer more clear.
3121
3122 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
3123
3124 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
3125 Added comments.
3126
3127 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
3128
3129 * newcomment.el (comment-normalize-vars): Use " \t" rather than
3130 "\\s-" when defining comment-end-skip.
3131
3132 2001-09-27 Gerd Moellmann <gerd@gnu.org>
3133
3134 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
3135 Call get-buffer-window first second arg `visible'.
3136
3137 * international/mule-diag.el (list-input-methods-1):
3138 Output something that's independent of Emacs' version.
3139
3140 * tar-mode.el (tar-mode-write-file): Don't signal an error by
3141 calling byte-to-position with a nil tar-header-offset.
3142
3143 2001-09-27 Simon Josefsson <jas@extundo.com>
3144
3145 * mail/sendmail.el (send-mail-function): Doc fix.
3146 (mail-do-fcc): Error if header-end is not a marker.
3147 (mail-do-fcc): Add a comment.
3148 (mail-reply-to): Doc fix.
3149 (mail-signature): Make ATPOINT optional.
3150 (mail-yank-original): Use cond instead of nestled if.
3151
3152 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
3153
3154 * info.el (Info-on-current-buffer): Default arg to "Top".
3155
3156 2001-09-25 Eli Barzilay <eli@barzilay.org>
3157
3158 * calculator.el (calculator-copy-displayer): New user-option.
3159 (calculator-displayer-prev, calculator-displayer-next):
3160 Renamed from calculator-displayed-{left,right}.
3161 (calculator, calculator-standard-displayer)
3162 (calculator-num-to-string, calculator-update-display)
3163 (calculator-copy, calculator-put-value): Bug and display fixes.
3164
3165 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3166
3167 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
3168 (ebnf-version): New version (3.6.1).
3169
3170 * ebnf-bnf.el: Fix character range regexp. Doc fix.
3171 (ebnf-bnf-non-terminal-chars): New internal const.
3172 (ebnf-bnf-lex): Fix code.
3173
3174 * ebnf-iso.el: Fix character range regexp. Doc fix.
3175 (ebnf-iso-non-terminal-chars): New internal const.
3176 (ebnf-iso-lex): Fix code.
3177
3178 * ebnf-yac.el: Fix character range regexp. Doc fix.
3179 (ebnf-yac-skip-chars): New internal const.
3180 (ebnf-yac-skip-code): Fix code.
3181
3182 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
3183
3184 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
3185
3186 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
3187 passing it to VC.
3188
3189 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
3190 case where the file is relative.
3191
3192 2001-09-24 Gerd Moellmann <gerd@gnu.org>
3193
3194 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3195 same on each side. Make sure we properly handle simple quotes.
3196 From Daiki Ueno <ueno@unixuser.org>.
3197
3198 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3199
3200 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3201 <jas@extundo.com>.
3202
3203 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3204 some items of the Options menu.
3205
3206 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3207
3208 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3209
3210 * vc-hooks.el (vc-delete-automatic-version-backups):
3211 Don't fail if the directory doesn't exist.
3212
3213 * diff-mode.el (diff-default-read-only): New var.
3214 (diff-mode): Use it.
3215
3216 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3217
3218 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3219 Use make-keymap instead of copy-keymap, since copying the global
3220 keymap messes up the menu bar.
3221
3222 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3223 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3224
3225 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3226
3227 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3228
3229 * dired-aux.el (dired-insert-subdir): Pass switches to
3230 dired-build-subdir-alist.
3231
3232 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3233
3234 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3235 caused %#a and %#b to be mis-formatted.
3236
3237 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3238
3239 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3240 ccmode, emacs-mime, and eudc manuals.
3241
3242 2001-09-19 Sam Steingold <sds@gnu.org>
3243
3244 w32 find cannot be used with `grep-find'.
3245 * progmodes/compile.el (find-program): New variable.
3246 (grep-compute-defaults): Use it to set `grep-find-command'.
3247
3248 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3249
3250 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3251
3252 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3253
3254 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3255 programming. Doc fix.
3256 (ebnf-version): New version (3.6).
3257 (ebnf-eps-begin): Data fix.
3258 (ebnf-begin-file): Code fix.
3259
3260 * ebnf-bnf.el: Doc fix.
3261 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3262
3263 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3264
3265 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3266
3267 * ps-print.el: Better face mapping for black/white PostScript printers.
3268 Check if mark is active when printing a region. Doc fix.
3269 (ps-print-version): New version number (6.5.5).
3270 (ps-print-color-p): Customization fix.
3271 (ps-black-white-faces): New option.
3272 (ps-black-white-faces-alist): New internal var.
3273 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3274 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3275 (ps-nb-pages-region): Interactive fix.
3276 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3277 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3278
3279 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3280
3281 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3282 numeric month value, and allow the Kanji character after the it to
3283 be missing (happens with ls-lisp's output on Japanese versions of
3284 MS-Windows).
3285
3286 2001-09-18 Miles Bader <miles@gnu.org>
3287
3288 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3289 it's empty (and thus probably a new patch file about to be edited).
3290
3291 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3292
3293 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3294 Check for '(' in column 0 of doc string.
3295
3296 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3297 of `nth' so that using a vector as bounding-box works.
3298 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3299
3300 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3301
3302 * vc.el (vc-annotate): Use current workfile version explicitly as
3303 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3304
3305 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3306
3307 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3308 convert-standard-filename doesn't guarantee that the .el extension
3309 is preserved.
3310
3311 * dos-fns.el (convert-standard-filename): Replace invalid
3312 characters only after converting dash/underscore to a period.
3313 (original-make-auto-save-file-name): New.
3314 (make-auto-save-file-name): New function, overrides the definition
3315 on files.el and calls the original function via
3316 original-make-auto-save-file-name.
3317
3318 * mail/rmail.el (top-level): Require mule-utils when compiling.
3319 (rmail-decode-babyl-format): Use detect-coding-with-priority
3320 instead of detect-coding-region, to favor detection of emacs-mule
3321 encoded Babyl files written by rmailout.el etc. Suggested by
3322 Kenichi Handa <handa@etl.go.jp>.
3323
3324 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3325
3326 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3327 Use `equal', not `=', since the device number can be a cons cell.
3328
3329 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3330
3331 * simple.el: Comment out change of 2001-09-13.
3332
3333 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3334
3335 * progmodes/compile.el (grep-compute-defaults): Don't set
3336 grep-command/grep-find-command when it is already non-nil.
3337 (grep-command): Make it a user option.
3338 (grep-find-command): Likewise.
3339
3340 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3341
3342 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3343 inhibit quit.
3344
3345 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3346
3347 * files.el (make-auto-save-file-name): If long file names are not
3348 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3349 generating an auto-save file name from it.
3350
3351 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3352
3353 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3354 (ps-nb-pages-region): Signal an error if called interactively
3355 and the mark is not active.
3356
3357 * simple.el (minibuffer-prompt-modification)
3358 (minibuffer-prompt-insertion): New functions.
3359 (minibuffer-prompt-properties): Use `modification-hooks' and
3360 `insert-in-front-hooks'.
3361
3362 2001-09-12 Richard M. Stallman <rms@gnu.org>
3363
3364 * textmodes/outline.el (outline-regexp): Doc fix.
3365 Initialize it in the defcustom, the usual way.
3366
3367 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3368
3369 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3370 from `ediff-meta-info' properties need not be an overlay.
3371 From David Ponce <dponce@voila.fr>.
3372
3373 * isearch.el (isearch-intersects-p): Fix end checks.
3374
3375 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3376
3377 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3378 `t' branch of `cond', since Irix 6.1 and up is a special case of
3379 the standard dbx interface.
3380
3381 2001-09-11 Miles Bader <miles@gnu.org>
3382
3383 * comint.el (comint-send-input): When waiting for echoed input,
3384 don't save the expected end position in `echo-end', so that things
3385 work properly even if the buffer is modified elsewhere at the same
3386 time [this happens if `comint-truncate-buffer' is used].
3387
3388 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3389
3390 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3391 when constructing imenu-generic-expression from outline-regexp.
3392
3393 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3394
3395 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3396 `equal' instead of `=', since they can be cons cells. From Nils
3397 Goesche <cartan@cartan.de>.
3398
3399 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3400
3401 * vc.el (vc-annotate): Rewrote doc string.
3402
3403 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3404
3405 * time-stamp.el: Update Stephen Gildea's email address.
3406
3407 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3408
3409 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3410 enable-multibyte-characters = nil. From Hallvard B Furuseth
3411 <h.b.furuseth@usit.uio.no>.
3412
3413 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3414
3415 * ediff-init.el (ediff-highest-priority): Bug fix.
3416
3417 * viper-cmd.el (viper-special-read-and-insert-char): New function
3418 that reads a character and uses the current input method or
3419 iso-accents when appropriate.
3420
3421 * viper.el and all others: Corrections to the comment blocks at
3422 the top.
3423
3424 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3425
3426 * info.el (Info-goto-node): Doc fix.
3427
3428 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3429
3430 * isearch.el (isearch-intersects-p): New function.
3431 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3432 use isearch-intersects-p, and clean up.
3433
3434 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3435
3436 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3437 and "german8", for the new German orthography dictionaries,
3438 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3439 the entries, to keep the line length balanced for loaddefs.el.
3440
3441 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3442
3443 * comint.el (comint-send-input): Handle comint-process-echoes
3444 differently.
3445
3446 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3447
3448 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3449
3450 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3451
3452 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3453
3454 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3455
3456 * server.el (server-switch-buffer):
3457 * textmodes/refer.el (refer-find-entry-internal):
3458 * term/sup-mouse.el (sup-pos-to-window):
3459 * term/bg-mouse.el (bg-window-from-x-y):
3460 * emacs-lisp/edebug.el (edebug-window-live-p):
3461 Use get-window-with-predicate.
3462
3463 * window.el (get-window-with-predicate): Renamed from some-window.
3464 (some-window): Make it an alias.
3465
3466 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3467
3468 * simple.el (undo): Remove positions from buffer-undo-list up to
3469 the next undo boundary only.
3470
3471 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3472
3473 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3474 Kim <ryk@dspwiz.com>
3475
3476 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3477 the message "Creating customization items...done".
3478
3479 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3480
3481 * font-lock.el (toplevel): Require `jit-lock' only if
3482 font-lock-support-mode is set to jit-lock-mode.
3483
3484 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3485
3486 * international/quail.el (quail-use-package, quail-inactivate)
3487 (quail-activate): Mention the hooks these functions run in their
3488 doc strings.
3489
3490 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3491
3492 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3493 of file in header of menu.
3494
3495 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3496
3497 * env.el (setenv): Interactively, if VARIABLE has a current value,
3498 add that to the front of the history, as the doc string says.
3499
3500 * comint.el (comint-send-input): Change help-echo.
3501 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3502
3503 * bookmark.el (bookmark-write-file): Bind print-length and
3504 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3505
3506 * obsolete/uncompress.el: Moved there from lisp/.
3507
3508 * comint.el (comint-insert-clicked-input): Goto point-max before
3509 deleting previous input. From "Dr Francis J. Wright"
3510 <F.J.Wright@qmw.ac.uk>.
3511
3512 * simple.el (backward-word): Doc fix.
3513
3514 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3515
3516 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3517 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3518 * w32-fns.el: Add Keywords header.
3519
3520 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3521
3522 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3523 "Text Properties". Suggested by Simon Marshall
3524 <Simon.Marshall@midas-kapiti.com>.
3525
3526 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3527
3528 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3529 consulting the value of file-name-coding-system.
3530
3531 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3532
3533 * help.el (describe-function-1): Save precomputed `file-name' rather
3534 than recomputing it (incorrectly) with `symbol-file'.
3535
3536 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3537
3538 * international/isearch-x.el (isearch-exit-recursive-edit):
3539 Take three parameters, since it's used as an after-change-function.
3540
3541 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3542 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3543 from doc strings.
3544
3545 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3546
3547 * progmodes/glasses.el (glasses-convert-to-unreadable):
3548 Consider underscores as in `glasses-make-readable'.
3549
3550 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3551
3552 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3553 MS-DOS, since cpp might not be available.
3554
3555 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3556 Mention "yank" in the help-echo text.
3557 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3558
3559 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3560
3561 * newcomment.el (comment-indent): Insert spaces more carefully.
3562
3563 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3564
3565 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3566 exists. From Andy Petrusenco <andy@int.spb.ru>.
3567
3568 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3569 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3570 <andy@int.spb.ru>.
3571
3572 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3573
3574 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3575 Instead of running mouse-yank-at-click, see what the event is
3576 bound to outside Isearch and run that.
3577
3578 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3579
3580 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3581 Fix the menu entry to mention transient-mark-mode.
3582
3583 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3584
3585 * simple.el (eval-expression-print-level): Fix last change.
3586
3587 * bindings.el (mode-line-coding-system-map): New variable.
3588 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3589
3590 * simple.el (eval-expression-print-level): Change the type
3591 of the defcustom to allow nil.
3592
3593 * emacs-lisp/find-gc.el: Moved here from lisp/.
3594
3595 * international/quail.el (quail-completion-1):
3596 Reverse the ((CHAR . DEFN) ...) list before processing it.
3597 From Kenichi Handa <handa@etl.go.jp>.
3598
3599 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3600 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3601
3602 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3603
3604 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3605 aren't supported. This avoids the annoying gray strip drawn by
3606 the Windows version instead of the missing tool bar.
3607
3608 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3609
3610 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3611 and tooltips more consistent. From "Marshall, Simon"
3612 <Simon.Marshall@midas-kapiti.com>.
3613
3614 * startup.el (fancy-splash-screens): Temporarily set
3615 minor-mode-map-alist to nil while displaying splash screens.
3616
3617 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3618
3619 * buff-menu.el: Add Keywords header.
3620 Doc fix (C-x C-b is bound to list-buffers).
3621
3622 * dired-x.el: Add keyword files to get listed in finder.
3623 Remove confusing notes about GNU Emacs 19.
3624
3625 * dired.el, dired-aux.el: Add Keywords header.
3626
3627 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3628
3629 * vc.el (vc-revert-file): Call the backend even if the FILE's
3630 contents can be reverted locally; pass new arg CONTENTS-DONE
3631 down to the backend.
3632
3633 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3634 optional arg CONTENTS-DONE.
3635
3636 2001-08-28 Andrew Innes <andrewi@gnu.org>
3637
3638 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3639
3640 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3641
3642 * makefile.nt (install): Copy more *.el files.
3643
3644 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3645
3646 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3647 instead of `w' which is already in use.
3648
3649 * gs.el (gs-load-image): Use sleep-for.
3650 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3651
3652 2001-08-28 Miles Bader <miles@gnu.org>
3653
3654 * replace.el (query-replace-regexp-eval): Return args from
3655 `interactive' form in correct order.
3656
3657 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3658
3659 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3660 major modes, don't create panes for modes for which
3661 mouse-buffer-menu-alist returns an empty alist.
3662
3663 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3664
3665 * progmodes/hideshow.el: Update first-line description.
3666 Sync comments w/ maintainer version 5.31.
3667
3668 (hs-isearch-open): Default value now `code'.
3669 Fix docstring to use "code blocks" vs "comment blocks",
3670 as opposed to "block" vs "comment".
3671 (hs-flag-region): Accept `hs-isearch-open' value
3672 of `block' as synonymous w/ `code'.
3673 (hs-hide-block-at-point): For code blocks, pass `code'
3674 to `hs-flag-region' instead of `block'.
3675
3676 2001-08-28 Miles Bader <miles@gnu.org>
3677
3678 * comint.el (comint-next-prompt): Don't loop infinitely if
3679 {next,previous}-single-char-property-change returns its input
3680 position when the search fails.
3681
3682 2001-08-27 Miles Bader <miles@gnu.org>
3683
3684 * comint.el (comint-get-old-input-default): Don't signal an error
3685 if point is not on an input field; instead, return the current
3686 line (using `comint-bol' to skip any prompt, in case we're not
3687 using fields at all).
3688
3689 * man.el (Man-mode-line-format): Variable removed.
3690 (Man-mode): Change `mode-line-buffer-identification' instead of
3691 `mode-line-format'.
3692
3693 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3694
3695 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3696 From Simon Josefsson <jas@extundo.com>.
3697
3698 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3699
3700 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3701 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3702
3703 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3704 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3705
3706 * emacs-lisp/lselect.el: Ditto.
3707
3708 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3709 Remove periods from the end of error message strings.
3710 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3711
3712 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3713 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3714
3715 * net/telnet.el: Ditto.
3716
3717 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3718
3719 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3720 KEYMAP to the call to define-minor-mode.
3721
3722 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3723
3724 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3725 Replace some of the undefined characters with emulations of bidi
3726 formatting characters and Niqud as per SI 1311-1.
3727 (IT-unicode-translations): Ditto.
3728 (IT-display-table-setup, IT-setup-unicode-display):
3729 Fill characters without translations with dos-unsupported-char-glyph.
3730
3731 2001-08-24 Simon Josefsson <jas@extundo.com>
3732
3733 * hl-line.el (hl-line-mode): Don't be a global mode.
3734 (global-hl-line-mode): New function.
3735
3736 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3737
3738 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3739 being reset by Ghostscript. Don't kill the gs process.
3740 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3741
3742 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3743
3744 * term/mac-win.el: Require scroll-bar.
3745
3746 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3747
3748 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3749
3750 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3751
3752 * hexl.el (hexl-insert-multibyte-char) New function.
3753 (hexl-quoted-insert, hexl-self-insert-command)
3754 (hexl-insert-hex-char, hexl-insert-decimal-char)
3755 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3756 Fix the doc strings accordingly.
3757 (hexl-insert-char): Reject characters whose code is above 255.
3758 Doc fix.
3759 (hexl-mode-map): Copy the global keymap instead of creating a
3760 sparse keymap, and bind all self-inserting characters to
3761 hexl-self-insert-command.
3762
3763 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3764
3765 * wid-edit.el (text): Re-order docstring correctly.
3766
3767 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3768
3769 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3770
3771 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3772
3773 * simple.el (line-number-mode): Mention the variable
3774 line-number-display-limit-width in the doc string.
3775
3776 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3777
3778 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3779 Temporarily select EVENT's window for switching buffers.
3780 (mode-line-bury-buffer): New function.
3781 (mode-line-buffer-identification-keymap): Use it instead of
3782 bury-buffer. Bind down-mouse events to prevent global down-mouse
3783 events from shining through.
3784
3785 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3786
3787 * newcomment.el (comment-beginning): Make sure the comment-start
3788 we found isn't a comment-end (in cases where confusion is possible).
3789
3790 2001-08-22 Miles Bader <miles@gnu.org>
3791
3792 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3793 before writing it, so that hard-links don't see new version.
3794
3795 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3796
3797 * gs.el (gs-set-ghostview-colors-window-prop):
3798 Call x-change-window-property with 3rd arg FRAME.
3799 (gs-load-image): Wait for a previous Ghostscript process
3800 to complete before starting a new one.
3801
3802 * image.el (image-type-regexps): Make sure that the TIFF
3803 pattern is only matched at the beginning of a string.
3804 From Markus Rost <rost@math.ohio-state.edu>.
3805
3806 * international/swedish.el: Pre-Mule file removed. From Jonas
3807 Oberg <jonas@gnu.org>.
3808
3809 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3810
3811 * whitespace.el (whitespace-abort-on-error): Add custom variable
3812 to whitespace to abort a write-file if whitespace is detected in file.
3813
3814 * whitespace.el (whitespace-write-file-hook): Hook to be called
3815 when writing a file. If `whitespace-abort-on-error' is set, the
3816 write will abort on detecting whitespaces.
3817 If `whitespace-auto-cleanup' is set, the file will be cleaned
3818 automatically prior to writing.
3819
3820 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3821 whitespaces in the error output!
3822
3823 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3824 `indent-tabs-mode', since the latter notes user preferences on
3825 TABs anyway.
3826
3827 * whitespace.el (whitespace-version): 3.1. All of the above issues
3828 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3829
3830 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3831
3832 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3833 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3834
3835 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3836
3837 2001-08-20 Alex Schroeder <alex@gnu.org>
3838
3839 * sql.el (sql-db2): Doc change.
3840
3841 2001-08-20 Alex Schroeder <alex@gnu.org>
3842
3843 * sql.el (sql-postgres): Add the database at the end of the
3844 parameters instead of at the beginning.
3845 (sql-postgres-options): Doc change.
3846
3847 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3848
3849 * custom.el (defcustom): Doc fix.
3850
3851 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3852
3853 * ps-mule.el (find-composition): Check if (char-after POS)
3854 returns a valid character.
3855
3856 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3857
3858 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3859 original-point for extra CR characters that are added/removed when
3860 the buffer is written/read whose EOL type is -dos.
3861
3862 2001-08-16 Miles Bader <miles@gnu.org>
3863
3864 * simple.el (line-move): Undo previous change.
3865
3866 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3867 property to input-terminating `boundary' overlays to avoid
3868 line-move wierdness.
3869
3870 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3871
3872 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3873 buffer in a save-restriction. Under one test case with Ediff,
3874 window-scroll-functions are run with a window start that's
3875 temporarily outside of the restriction.
3876
3877 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3878
3879 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3880 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3881 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3882 (texinfo-update-menu-region-beginning)
3883 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3884 command, @ifnottex, to regexps, so it is found.
3885
3886 2001-08-16 Andrew Innes <andrewi@gnu.org>
3887
3888 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3889 (DONTCOMPILE): Omit sc.el.
3890
3891 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3892 (DONTCOMPILE): Omit sc.el.
3893
3894 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3895
3896 * replace.el (occur): Bind inhibit-read-only to t.
3897
3898 2001-08-16 Miles Bader <miles@gnu.org>
3899
3900 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3901 calling `constrain-to-field', to avoid problems with comint prompts.
3902
3903 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3904
3905 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3906 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3907
3908 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3909 of a while-loop.
3910
3911 * Makefile.in (DONTCOMPILE): Remove sc.el.
3912
3913 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3914 Don't include term/.
3915
3916 * mail/sc.el: Moved to obsolete/.
3917
3918 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3919
3920 * ps-print.el: Change error function arguments to follow Emacs
3921 message convention. Doc fix.
3922 (ps-print-version): New version number (6.5.4).
3923 (coding-system-for-write): Change declaration position to avoid
3924 XEmacs compilation gripes.
3925 (coding-system-for-read, buffer-file-coding-system):
3926 Declarations to avoid XEmacs compilation gripes.
3927
3928 * ps-mule.el: Doc fix.
3929 (ps-mule-encode-header-string): If STRING is not a string, replace
3930 STRING by empty string.
3931
3932 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3933
3934 * frame.el (show-trailing-whitespace): Doc fix.
3935
3936 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3937
3938 * desktop.el (desktop-save): Insert the coding: tag before
3939 desktop-header.
3940
3941 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3942
3943 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3944 its path from $els.
3945
3946 * image.el (image-jpeg-p): Fix call of substring.
3947
3948 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3949
3950 * play/animate.el (animate-string): Doc fix. Use a buffer
3951 name with stars in it.
3952 (animate-sequence): New function.
3953 From Richard Stallman <rms@gnu.org>.
3954
3955 * frame.el (select-frame-set-input-focus): New function
3956 extracted from other-frame.
3957 (other-frame): Use it.
3958 (next-multiframe-window, previous-multiframe-window): Use it.
3959
3960 * isearch.el (isearch-other-meta-char): Don't switch to the
3961 buffer of a window clicked on, when the current buffer is
3962 in Isearch mode.
3963
3964 * image.el (image-jpeg-p): Test for APPn markers in the range
3965 #xe0..#xef.
3966
3967 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3968
3969 * desktop.el (desktop-save): Don't use concat to form a file
3970 name, use expand-file-name.
3971
3972 * mouse.el (mouse-delete-window): Do nothing if frame has just
3973 one window.
3974
3975 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3976 for the minor mode name.
3977
3978 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3979 minor mode name.
3980
3981 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3982 instead of make-mode-line-mouse2-map.
3983
3984 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3985 the minor mode name.
3986
3987 * emacs-lisp/easy-mmode.el (define-minor-mode):
3988 Use mode-line-minor-mode-keymap for the minor mode name.
3989
3990 * calendar/calendar.el (calendar-mode-line-format):
3991 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3992
3993 * bindings.el (make-mode-line-mouse-map): Renamed from
3994 make-mode-line-mouse2-map. Take additional arg MOUSE.
3995 (mode-line-modified): Use mouse-3 instead of mouse-2.
3996 (mode-line-buffer-identification-keymap): Bind keys differently.
3997 (propertized-buffer-identification): Adapt help-echo to new bindings.
3998
3999 * bindings.el (mode-line-format): Specify help-echo for line
4000 number, column number and buffer-percent part of the mode-line.
4001
4002 * image.el (image-type-regexps): Allow whitespace at the start
4003 of the image data for XPM, XBM and Postscript, which are
4004 text files.
4005 (image-jpeg-p): Correct calculation of next field offset.
4006
4007 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4008
4009 * battery.el: Fix typo.
4010
4011 2001-08-08 Gerd Moellmann <gerd@gnu.org>
4012
4013 * image.el (image-type-regexps): Allow predicates. Change the way
4014 JPEG images are recognized.
4015 (image-jpeg-p): New function.
4016 (image-type-from-data): Handle predicates in image-type-regexps.
4017
4018 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
4019 #:, #x, #o, and similar constructs.
4020
4021 2001-08-07 Gerd Moellmann <gerd@gnu.org>
4022
4023 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
4024
4025 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
4026 instead of `progn'.
4027
4028 * tar-mode.el (tar-extract): Avoid generating a new buffer
4029 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
4030
4031 * textmodes/paragraphs.el (forward-sentence): Avoid building
4032 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
4033
4034 * progmodes/executable.el (executable-set-magic):
4035 If executable-find returns a quoted file name, unquote it before
4036 inserting it.
4037
4038 * image.el (image-type-regexps): For JPEG files, use a regexp
4039 derived from the JFIF spec.
4040
4041 * image.el (image-type-regexps): Use `\`' instead of `^' in
4042 most regular expressions.
4043
4044 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4045
4046 * play/animate.el: Re-insert a reference to re-inserted function.
4047
4048 2001-08-06 Gerd Moellmann <gerd@gnu.org>
4049
4050 * help.el (describe-function-1): Use find-function-search-for-symbol
4051 instead of find-function-noselect because the latter follows aliases.
4052
4053 * play/animate.el (animate-birthday-present): Re-insert.
4054
4055 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4056 Handle old-style menu definitions.
4057
4058 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4059
4060 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
4061 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
4062
4063 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
4064 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
4065 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
4066
4067 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4068
4069 * textmodes/tildify.el: Milan Zamazal has new address.
4070
4071 2001-08-03 Gerd Moellmann <gerd@gnu.org>
4072
4073 * custom.el (custom-set-variables): Don't test `custom-requests'
4074 properties, check the third element of the options passed to
4075 custom-set-variables instead.
4076
4077 * info.el (info-insert-file-contents): Use info-file-exists-p
4078 instead of file-exists-p.
4079
4080 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
4081 the mode-line face is restored. Fix several bugs.
4082
4083 * replace.el (perform-replace): Doc fix.
4084
4085 2001-08-02 Francesco Potorti` <pot@gnu.org>
4086
4087 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
4088 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
4089 (uniquify-fix-item-base, uniquify-fix-item-filename)
4090 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
4091 Callers changed.
4092 (uniquify-set-proposed): Changed to work with a vector item.
4093 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
4094 the fix list, and a list of strings for the non-file buffer
4095 names. Both changes reduce consing.
4096 (uniquify-rationalize-a-list): Local variable renaming.
4097 (uniquify-rationalize-conflicting-sublist): Use member instead of
4098 assoc.
4099 (uniquify-rename-buffer): Use unless instead of if not.
4100
4101 2001-08-02 Gerd Moellmann <gerd@gnu.org>
4102
4103 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
4104
4105 * custom.el (custom-set-variables): Set options with :require
4106 clauses last.
4107
4108 * custom.el (defcustom): Doc fix.
4109
4110 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
4111
4112 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4113
4114 * man.el (man): Mention Man-switches in the doc string.
4115 (Man-switches): Mention -a in the doc string.
4116
4117 * textmodes/ispell.el (ispell-alternate-dictionary):
4118 Add /usr/share/lib/dict/words, for Irix.
4119
4120 * bindings.el: Bind shifted and control-shifted kp-* keys to the
4121 corresponding non-kp keys. Suggested by Stephen Gildea
4122 <gildea@stop.mail-abuse.org>.
4123
4124 2001-08-01 Francesco Potorti` <pot@gnu.org>
4125
4126 * uniquify.el: These changes correct a corner case that the old
4127 code managed correctly.
4128 (uniquify-fix-item-proposed): Renamed from
4129 uniquify-fix-item-min-proposed.
4130 (uniquify-set-proposed): New function.
4131 (uniquify-rationalize-file-buffer-names): Code reshuffled for
4132 clarity and speed.
4133 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
4134 This is equivalent to what the old code did.
4135 (uniquify-rationalize-a-list): Never recompute the proposed
4136 name. Sort the conflicting sublist before rationalising it: this
4137 is equivalent to what the old code did, but one directory element
4138 at a time, and only when necessary.
4139 (uniquify-rationalize-conflicting-sublist): Recompute here the
4140 proposed name.
4141
4142 2001-08-01 Gerd Moellmann <gerd@gnu.org>
4143
4144 * play/animate.el: Add Keywords and Maintainer. Remove a
4145 reference to a removed function.
4146
4147 * play/animate.el (animate-string): Handle case that the string is
4148 longer than the window is wide.
4149
4150 2001-07-31 Gerd Moellmann <gerd@gnu.org>
4151
4152 * desktop.el (desktop-save): Bind coding-system-for-write to
4153 `emacs-mule' for write-region.
4154
4155 * delsel.el (delete-selection-pre-hook): Don't set this-command
4156 to `ignore' if the region is empty.
4157
4158 * international/mule.el (set-keyboard-coding-system):
4159 Set keyboard-coding-system.
4160
4161 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
4162 before accessing it.
4163
4164 2001-07-30 Andreas Schwab <schwab@suse.de>
4165
4166 * menu-bar.el (toggle-highlight-paren-mode):
4167 Use `(show-paren-mode)' as body.
4168
4169 2001-07-30 Andre Spiegel <spiegel@gnu.org>
4170
4171 * vc.el (vc-checkout-hook): New hook.
4172 (vc-checkout): Run it.
4173
4174 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4175
4176 * progmodes/make-mode.el (makefile-macroassign-regex):
4177 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
4178
4179 2001-07-30 Gerd Moellmann <gerd@gnu.org>
4180
4181 * vc.el (vc-switch-backend): Fix autoload cookie.
4182
4183 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
4184 the desktop file.
4185
4186 2001-07-30 Simon Josefsson <jas@extundo.com>
4187
4188 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
4189 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
4190
4191 2001-07-27 Gerd Moellmann <gerd@gnu.org>
4192
4193 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4194 (last-sexp-toggle-display): Renamed from last-sexp-print.
4195 (last-sexp-toggle-display, eval-last-sexp-1):
4196 Use last-sexp-setup-props.
4197
4198 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4199 New user-options.
4200 (mouse-wheel-change-button): New function.
4201 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4202 (mwheel-scroll): Ditto.
4203
4204 2001-07-26 Gerd Moellmann <gerd@gnu.org>
4205
4206 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4207 `...', compare with unabbreviated printed representation instead.
4208 (last-sexp-print): Bind print-length and print-level to nil.
4209
4210 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4211 before assigning text properties. Make properties rear-nonsticky.
4212
4213 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4214 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4215 <mouse-2> and <RET> in that map to a function printing the
4216 unabbreviated value.
4217
4218 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4219 is a buffer, put a text property `printed-value' on the printed
4220 representation, with the Lisp object printed as value.
4221
4222 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4223
4224 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4225 Mention the effect of eval-expression-print-length and
4226 eval-expression-print-level in the doc strings. Suggested by
4227 Kevin Gallagher <kevingal@onramp.net>.
4228
4229 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4230
4231 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4232 for buttons > 3.
4233 (xterm-mouse-translate): Handle the case that we don't get a
4234 down-event.
4235
4236 * emacs-lisp/find-func.el (find-function-regexp):
4237 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4238 in front of the function name.
4239
4240 * isearch.el (isearch-other-meta-char): Fix last change.
4241
4242 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4243 similar events for which fake prefix keys are generated. It's no
4244 longer necessary since read_key_sequence doesn't modify these
4245 events for internal purposes anymore.
4246
4247 * files.el (auto-mode-alist): Use nroff-mode for files ending
4248 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4249
4250 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4251
4252 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4253 tool-bar-lines parameter, behave as if its value were zero.
4254 (mouse-avoidance-set-pointer-shape): Don't do anything if
4255 x-pointer-shape is not boundp.
4256
4257 2001-07-23 Francesco Potorti` <pot@gnu.org>
4258
4259 * uniquify.el: Overall speedup changes when using many buffers.
4260 (uniquify-fix-item-base, uniquify-fix-item-filename)
4261 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4262 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4263 place in the item, but was never used.
4264 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4265 in the item is now used as cache for the proposed name.
4266 (uniquify-rationalize-file-buffer-names): Move computation made on
4267 newbuffile out of the loop, in the newbuffile-nd local var.
4268 Use dolist (cosmetic change). Compute the proposed name for the most
4269 common case and cache it in the fourth place in the item.
4270 (uniquify-rationalize-file-buffer-names): Used to return a a list
4271 of buffer whose name was changed, but that return value was never used.
4272 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4273 the cached proposed name, does much less consing and is quicker.
4274 (uniquify-filename-lessp): Deleted.
4275 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4276 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4277 cached proposed name is possible.
4278 (uniquify-get-proposed-name): Arguments changed, callers changed.
4279 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4280 uniquify-possibly-resolvable flag, which is no more bound locally.
4281 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4282 flag, which does not exist any more.
4283
4284 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4285
4286 * term/internal.el (IT-unicode-translations): Fix the appearance of
4287 "6`".
4288
4289 * progmodes/compile.el (compile-internal): If EMACS is already
4290 defined in the environment, don't override its value.
4291
4292 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4293
4294 * play/fortune.el: Undo change of 2001-07-13.
4295 Fix autoload cookies. Add types to defcustoms.
4296 (fortune) <defgroup>: Add :link.
4297 (fortune-from-region): Use eq, not eql.
4298 From Dave Love <fx@gnu.org>.
4299
4300 * play/animate.el (animate-birthday-present): Function removed.
4301
4302 * play/animate.el: New file.
4303
4304 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4305
4306 * startup.el (normal-top-level-add-subdirs-to-load-path):
4307 On Windows, put into normal-top-level-add-subdirs-inode-list the
4308 canonicalized names of the directories instead of inode numbers.
4309
4310 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4311
4312 * ediff-util.el: Copyright years.
4313 (ediff-choose-syntax-table): New function.
4314 (ediff-setup): Use ediff-choose-syntax-table.
4315 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4316 vc-state is available.
4317 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4318
4319 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4320 with-syntax-table.
4321 (ediff-coding-system-for-read): From ediff-diff.el
4322 (ediff-coding-system-for-write): New variable.
4323 (ediff-highest-priority): Fixed the bug having to do with disappearing
4324 overlays.
4325 (ediff-file-remote-p): Use file-remote-p, if available.
4326 (ediff-listable-file): New function.
4327 (ediff-file-attributes): Use ediff-listable-file.
4328
4329 * ediff-mult.el (ediff-meta-insert-file-info1):
4330 Use ediff-listable-file.
4331
4332 * ediff-ptch.el (ediff-prompt-for-patch-file):
4333 Use ediff-coding-system-for-read.
4334 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4335
4336 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4337 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4338
4339 * ediff.el: Date of last update, copyright years.
4340
4341 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4342
4343 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4344 of Scott Bronson.
4345 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4346 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4347 Deleted functions.
4348 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4349 ex-token-list.
4350 (viper-get-ex-address-subr): Convert registers to char data type.
4351
4352 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4353 (viper-memq-char): Use viper-int-to-char.
4354 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4355 vc-locking-state.
4356 (viper-read-key): Use viper-read-key-sequence.
4357
4358 * viper.el (viper-major-mode-modifier-list):
4359 Added inferior-emacs-lisp-mode.
4360 (this-major-mode-requires-vi-state): New function that uses simple
4361 heuristics to decide if vi state is appropriate.
4362 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4363 (viper-non-hook-settings): Don't advise read-key-sequence.
4364 (viper-read-key-sequence): New function that replaces the
4365 previously used advice to read-key-sequence.
4366
4367 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4368 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4369 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4370 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4371 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4372 Got rid of the negative character hack.
4373 (viper-escape-to-state,viper-replace-state-exit-cmd):
4374 Use viper-read-key-sequence.
4375 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4376 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4377 Don't override existing minibuffer-setup-hook.
4378 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4379 Convert registers to char data type.
4380 (viper-autoindent): Use viper-indent-line.
4381
4382 * viper-keym.el: Use viper-exec-key-in-emacs.
4383
4384 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4385
4386 * server.el (server-visit-files): Fix variable name typo.
4387
4388 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4389
4390 * simple.el (delete-trailing-whitespace): Save match data
4391 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4392
4393 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4394
4395 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4396 return a this-error using the alternative format (a pair of markers).
4397
4398 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4399
4400 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4401
4402 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4403 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4404
4405 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4406
4407 * international/iso-transl.el: Fix typo in the header of the file.
4408
4409 * textmodes/picture.el (picture): Doc fix.
4410
4411 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4412 follow coding conventions in generated files.
4413
4414 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4415
4416 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4417 (tool-bar-add-item): Don't call image-related primitives if the
4418 display doesn't support images.
4419
4420 * frame.el (display-images-p): New function.
4421
4422 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4423
4424 * server.el (server-visit-files): Handle the case the specified
4425 column number is <= 0.
4426
4427 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4428
4429 * startup.el (command-line-1): Add support for +LINE:COLUMN
4430 command line argument.
4431
4432 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4433
4434 * server.el (server-process-filter, server-visit-files):
4435 Add support for +LINE:COLUMN style emacsclient calls.
4436
4437 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4438
4439 * emacs-lisp/easy-mmode.el: Add Keywords header.
4440
4441 * play/pong.el: Author has new address.
4442
4443 * play/landmark.el: Author is no more reachable.
4444
4445 * play/handwrite.el: Author is no more reachable.
4446
4447 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4448
4449 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4450 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4451 Complete bindings for F<1..12> keys.
4452 (global-map): Remove `undo' binding (already in the default).
4453 Replace `t<n>' bindings with `f<n>' bindings.
4454
4455 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4456
4457 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4458 (tcl-mode): Use tcl-add-log-defun.
4459 (tcl-indent-line): Use tcl-calculate-indent.
4460 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4461 (tcl-indent-exp): Renamed from indent-tcl-exp.
4462 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4463 (tcl-indent-for-comment): Call comment-indent-function properly
4464 and handle the case where it returns nil.
4465
4466 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4467
4468 * calendar/cal-islam.el (calendar-goto-islamic-date):
4469 Remove autoload cookie.
4470
4471 * calendar/calendar.el (calendar-goto-islamic-date):
4472 Add call to autoload.
4473
4474 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4475
4476 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4477 Don't change compile-auto-highlight globally.
4478 Don't bother with `font-lock-defaults' property since XEmacs
4479 also understands the `font-lock-defaults' variable.
4480 Use make-local-variable rather than make-variable-buffer-local.
4481 Don't `defconst' comment-indent-function: keep the default.
4482 Call easy-menu-add unconditionally.
4483 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4484 (ada-create-menu): Use :included for Emacs as well.
4485
4486 * vc.el (vc-do-command): Autoload.
4487
4488 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4489
4490 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4491
4492 * ps-print.el: Fix Author: header.
4493
4494 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4495
4496 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4497 mouse-1 etc., bind them to `ignore'.
4498
4499 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4500 send-invisible, which is already defined in Comint.
4501 (eshell-watch-for-password-prompt): Use it.
4502
4503 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4504
4505 * which-func.el (which-func-mode): Doc fix.
4506
4507 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4508 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4509 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4510 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4511 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4512 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4513 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4514 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4515 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4516 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4517 * emulation/edt-mapper.el, emulation/edt-pc.el,
4518 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4519 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4520 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4521 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4522 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4523 * international/isearch-x.el, international/iso-cvt.el,
4524 * international/ogonek.el, international/quail.el,
4525 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4526 * language/devanagari.el, language/ethio-util.el,
4527 * language/ethiopic.el, language/european.el, language/indian.el,
4528 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4529 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4530 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4531 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4532 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4533 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4534 * progmodes/autoconf.el, progmodes/cmacexp.el,
4535 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4536 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4537 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4538 * progmodes/ebnf2ps.el, progmodes/executable.el,
4539 * progmodes/fortran.el, progmodes/idlw-shell.el,
4540 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4541 * progmodes/m4-mode.el, progmodes/mantemp.el,
4542 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4543 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4544 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4545 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4546 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4547 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4548 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4549 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4550 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4551 * textmodes/two-column.el, time-stamp.el, timezone.el,
4552 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4553 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4554 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4555 conventions.
4556
4557 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4558
4559 * simple.el (set-variable): Require 'cus-edit' instead of
4560 `wid-edit', so that the Custom widgets get defined.
4561
4562 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4563
4564 * allout.el: A fix to follow coding conventions.
4565
4566 * find-lisp.el: A fix to follow coding conventions.
4567
4568 * term/w32-win.el: A fix to follow coding conventions.
4569
4570 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4571
4572 * term/xterm.el: A fix to follow coding conventions.
4573
4574 * term/news.el: A fix to follow coding conventions.
4575
4576 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4577 header line fixed.
4578
4579 * sun-curs.el: Fix Maintainer: header line.
4580
4581 * emacs-lisp/easymenu.el: Address of the author added.
4582
4583 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4584
4585 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4586 property.
4587
4588 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4589
4590 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4591 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4592 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4593 Some fixes to follow coding conventions.
4594
4595 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4596
4597 * which-func.el (which-func-mode): Doc fix.
4598
4599 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4600
4601 * net/rcompile.el (remote-compile): Use make-local-variable.
4602
4603 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4604
4605 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4606
4607 * mail/reporter.el (reporter-submit-bug-report):
4608 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4609
4610 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4611
4612 * calendar/cal-china.el, calendar/cal-coptic.el,
4613 * calendar/cal-dst.el, calendar/cal-french.el,
4614 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4615 * calendar/cal-iso.el, calendar/cal-julian.el,
4616 * calendar/cal-mayan.el, calendar/cal-persia.el,
4617 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4618 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4619 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4620 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4621 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4622 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4623 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4624 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4625 * progmodes/ada-xref.el, progmodes/cc-align.el,
4626 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4627 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4628 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4629 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4630 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4631 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4632 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4633 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4634 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4635 * textmodes/reftex.el: Some fixes to follow coding
4636 conventions in Eshell files with known maintainers.
4637
4638 * emulation/viper.el: A fix to follow coding conventions.
4639
4640 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4641 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4642 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4643 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4644 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4645 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4646 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4647 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4648 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4649 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4650 conventions in Eshell files.
4651
4652 * composite.el, diff.el, emacs-lisp/levents.el,
4653 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4654 * emulation/pc-mode.el, emulation/viper-cmd.el,
4655 * emulation/viper-ex.el, emulation/viper-init.el,
4656 * emulation/viper-keym.el, emulation/viper-macs.el,
4657 * emulation/viper-mous.el, emulation/viper-util.el,
4658 * emulation/viper.el, forms-pass.el, international/ccl.el,
4659 * international/characters.el, international/encoded-kb.el,
4660 * international/fontset.el, international/ja-dic-cnv.el,
4661 * international/ja-dic-utl.el, international/kinsoku.el,
4662 * international/kkc.el, international/mule-cmds.el,
4663 * international/mule-diag.el, international/mule-util.el,
4664 * international/mule.el, international/titdic-cnv.el,
4665 * language/china-util.el, language/chinese.el,
4666 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4667 * language/greek.el, language/hebrew.el, language/japan-util.el,
4668 * language/japanese.el, language/korea-util.el, language/korean.el,
4669 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4670 * language/slovak.el, language/thai-util.el, language/thai.el,
4671 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4672 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4673 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4674 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4675 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4676 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4677 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4678 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4679 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4680 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4681 to follow coding conventions in files without maintainer or in files
4682 with clear maintainer (but without Maintainer header stating so).
4683
4684 * emacs-lisp/elp.el: A fix to follow coding conventions.
4685
4686 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4687 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4688 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4689 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4690 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4691 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4692 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4693 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4694 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4695 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4696 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4697 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4698 conventions in files from Gnus.
4699
4700 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4701 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4702 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4703 * echistory.el, electric.el, emacs-lisp/authors.el,
4704 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4705 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4706 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4707 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4708 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4709 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4710 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4711 * international/codepage.el, international/iso-ascii.el,
4712 * international/iso-insert.el, international/iso-transl.el,
4713 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4714 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4715 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4716 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4717 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4718 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4719 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4720 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4721 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4722 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4723 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4724 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4725 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4726 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4727 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4728 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4729 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4730 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4731 * textmodes/tex-mode.el, textmodes/text-mode.el,
4732 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4733 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4734 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4735 files maintained by FSF.
4736
4737 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4738
4739 * arc-mode.el: A fix to follow coding conventions.
4740
4741 * bindings.el: Ditto.
4742
4743 * cdl.el: Ditto.
4744
4745 * comint.el: Ditto.
4746
4747 * cus-start.el: Ditto.
4748
4749 * shell.el: Ditto.
4750
4751 * skeleton.el: Ditto.
4752
4753 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4754
4755 * info.el (Info-build-node-completions):
4756 Make Info-current-file-completions buffer local.
4757
4758 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4759
4760 * which-func.el (which-func-mode, which-func-ff-hook)
4761 (which-function-mode): Remove references to which-func-mode-global.
4762
4763 * calendar/cal-islam.el (calendar-goto-islamic-date):
4764 Add autoload cookie.
4765
4766 * play/fortune.el: Add types to defcustoms.
4767
4768 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4769
4770 * language/czech.el: A fix to follow coding conventions.
4771
4772 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4773
4774 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4775 to the extension list, for antlr-mode. From Christoph Wedler
4776 <Christoph.Wedler@sap.com>.
4777
4778 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4779
4780 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4781 (vc-dired-mode-map): Fix the madness.
4782
4783 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4784 (vc-prefix-map): Moved back from vc.el.
4785
4786 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4787
4788 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4789 Increase the size of the obarray.
4790 (mail-extr-all-top-level-domains): Add more toplevel domains,
4791 add more long names.
4792 From: Per Starback <starback@ling.uu.se>.
4793
4794 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4795
4796 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4797 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4798
4799 * progmodes/ada-mode.el: Ditto.
4800
4801 * progmodes/ada-xref.el: Ditto.
4802
4803 2001-07-11 Miles Bader <miles@gnu.org>
4804
4805 * finder.el (finder-insert-at-column): Also move to the next line
4806 if exactly at COLUMN.
4807
4808 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4809
4810 * help.el (describe-function-1): When printing FUNCTION's
4811 documentation, don't assume FUNCTION is a symbol.
4812
4813 * startup.el (normal-top-level): Don't operate on the initial
4814 frame if we failed to create one.
4815
4816 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4817
4818 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4819 itself, i.e. only indent the contents in it.
4820
4821 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4822
4823 * mail/rmail.el (rmail-show-message): Show beginning of message in
4824 all windows containing it.
4825
4826 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4827
4828 * term/tty-colors.el: Fix the header line and copyright years.
4829
4830 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4831
4832 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4833 original definition has an interactive form, but is Elp
4834 instrumented, use the interactive form of the function called by
4835 elp-wrapper.
4836
4837 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4838 configurations with compare-window-configuration; they aren't
4839 window configurations.
4840
4841 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4842 from the server for the format we expect. Don't use it if it
4843 doesn't look like what the Internet draft for FTP extensions specifies.
4844
4845 * toolbar/*.pbm: Cleaned up.
4846 From Luis Fernandes <elf@ee.ryerson.ca>.
4847
4848 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4849
4850 * cc-cmds.el: Extended the kludge to interoperate with the
4851 delsel and pending-del packages wrt to the new function
4852 `c-electric-delete-forward'.
4853
4854 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4855
4856 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4857 to delay the call to <mode> for global minor modes.
4858 (easy-mmode-define-navigation): Only recenter if interactive.
4859
4860 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4861
4862 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4863 to lisp-indent-line.
4864
4865 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4866 from the server. Call encode-time only when we are sure that we
4867 got a 213 response.
4868
4869 2001-07-06 Simon Josefsson <jas@extundo.com>
4870
4871 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4872 (mail-envelope-from): New user option.
4873 (sendmail-send-it): Use it.
4874
4875 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4876
4877 * ps-print.el: Use locale dependant date to print date in header.
4878 Doc fix.
4879 (ps-print-version): New version number (6.5.3).
4880 (ps-right-header, ps-right-footer): Initialization and doc fix.
4881 (ps-time-stamp-locale-default): New fun.
4882
4883 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4884
4885 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4886 field problem with MIME-mode.
4887
4888 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4889
4890 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4891
4892 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4893 MIME-mode.
4894
4895 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4896
4897 * bindings.el (mode-line-mule-info): Don't show the tip with
4898 buffer-file-coding-system if that is nil.
4899
4900 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4901
4902 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4903 instead of kill-line.
4904
4905 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4906 <Pavel@Janik.cz>.
4907
4908 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4909 <Pavel@Janik.cz>.
4910
4911 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4912
4913 * font-lock.el (c-font-lock-keywords-3): When matching something
4914 like `struct X Y', finish with point after Y.
4915
4916 2001-07-04 Simon Josefsson <jas@extundo.com>
4917
4918 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4919 in caller buffer.
4920
4921 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4922
4923 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4924 instead of string-match to find the basename of the file.
4925 From Pascal Obry <p.obry@wanadoo.fr>.
4926
4927 * net/browse-url.el (browse-url-default-windows-browser):
4928 Support the MS-DOS port when it runs on Windows.
4929 (browse-url-browser-function) [ms-dos]: Default to
4930 browse-url-default-windows-browser.
4931
4932 * help.el (locate-library): Enable code that looks for compressed
4933 libraries if auto-compression-mode is on.
4934
4935 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4936
4937 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4938
4939 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4940
4941 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4942
4943 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4944
4945 * allout.el: Fix the header line, so that finder.el recognizes it.
4946 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4947
4948 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4949 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4950
4951 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4952
4953 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4954
4955 * ps-bdf.el (bdf-directory-list): Use the value relative to
4956 installation-directory for MS-Windows as well.
4957
4958 2001-06-29 Richard M. Stallman <rms@gnu.org>
4959
4960 * wid-edit.el (widget-color-sample-face-get):
4961 Return ((foreground-color . COLOR)) instead of constructing a face.
4962
4963 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4964
4965 * faces.el (region): Change the background color for the
4966 light-background color display to lightgoldenrod2, to make it
4967 visible on some laptops.
4968
4969 2001-06-28 Richard M. Stallman <rms@gnu.org>
4970
4971 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4972 (rmail-msg-restore-non-pruned-header): Likewise.
4973 If point was in the old pruned header, put it at the top.
4974 (rmail-msg-prune-header): If point was at the top, keep it there.
4975
4976 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4977 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4978
4979 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4980
4981 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4982
4983 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4984
4985 * saveplace.el: Update maintainer email address.
4986
4987 2001-06-27 Francesco Potorti` <pot@gnu.org>
4988
4989 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4990 Undo previous change.
4991
4992 2001-06-27 Francesco Potorti` <pot@gnu.org>
4993
4994 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4995 preliminary quick reordering. Can speed things up dramatically.
4996
4997 2001-06-26 Richard M. Stallman <rms@gnu.org>
4998
4999 * dired.el (dired-get-filename): A file name starting with ~
5000 is not absolute in this context.
5001
5002 * which-func.el (which-func-maxout): Increase default to 500000.
5003 (which-function-mode): This is now the "real" name of the function.
5004 (which-func-mode): Now an alias.
5005 (which-func-mode-global): Name deleted.
5006
5007 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
5008 button-2, when binding hs-mouse-toggle-hiding.
5009
5010 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5011
5012 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
5013 (rmail-msg-prune-header): Likewise.
5014 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
5015 and `rmail-msg-prune-header'.
5016
5017 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
5018
5019 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
5020 back than LINEBEG.
5021
5022 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
5023
5024 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
5025 window where they clicked the mouse has a header line, adjust
5026 vertical movement by one.
5027
5028 2001-06-25 Milan Zamazal <pdm@zamazal.org>
5029
5030 * progmodes/glasses.el (glasses-make-readable): Consider underscores
5031 too when separating a parenthesis.
5032
5033 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
5034
5035 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5036 (bookmark-bmenu-hide-filenames): Add help-echo to
5037 mouse-highlighted text.
5038 (bookmark-bmenu-show-filenames): Remove help-echo property from
5039 the whitespace.
5040
5041 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
5042
5043 * files.el (auto-mode-alist): Add configure.ac (autoconf).
5044 From Karl Eichwalder <ke@suse.de>.
5045
5046 2001-06-23 Richard M. Stallman <rms@gnu.org>
5047
5048 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
5049
5050 * progmodes/cc-styles.el (c-set-style): Don't specify initial
5051 contents for completing-read.
5052
5053 2001-06-22 Richard M. Stallman <rms@gnu.org>
5054
5055 * menu-bar.el (menu-bar-make-toggle): Construct the
5056 function's doc string from HELP, not DOC, and make it accurate by
5057 adding "Toggle whether to " at the front and downcasing the initial.
5058 Change the HELP arg in some calls to make it fit this usage.
5059
5060 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
5061 Undo previous change.
5062
5063 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
5064
5065 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
5066
5067 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5068
5069 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
5070
5071 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
5072
5073 * dabbrev.el (dabbrev--select-buffers): Fix last change.
5074
5075 2001-06-20 Richard M. Stallman <rms@gnu.org>
5076
5077 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
5078 broken out from dabbrev--find-expansion. Handle minibuffer
5079 specially here.
5080 (dabbrev--find-expansion): Simplify code in various ways.
5081 Don't treat minibuffers specially.
5082 Call dabbrev--make-friend-buffer-list.
5083 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
5084 (dabbrev--scanning-message): Do nothing when minibuffer is current.
5085
5086 2001-06-19 John Wiegley <johnw@gnu.org>
5087
5088 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
5089 Also, added a comment describing how to greatly speedup Eshell
5090 loadup time, by concatenating together all of Eshell's .elc files.
5091
5092 2001-06-19 John Wiegley <johnw@gnu.org>
5093
5094 * eshell/esh-mode.el: Disabled a test that often yields false failures.
5095
5096 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
5097
5098 * woman.el (WoMan-highlight-references): Add help-echo to
5099 mouse-highlighted text.
5100
5101 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
5102
5103 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
5104
5105 2001-06-18 Gerd Moellmann <gerd@gnu.org>
5106
5107 * international/quail.el (quail-start-conversion):
5108 Reset quail-translating to nil.
5109
5110 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
5111 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
5112
5113 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
5114
5115 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
5116 mouse-highlighted text.
5117
5118 * dired.el (dired-mark-pop-up): Fix last change.
5119
5120 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5121
5122 * calendar/calendar.el (generate-calendar-month): Add help-echo to
5123 mouse-highlighted text.
5124
5125 * net/quickurl.el (quickurl-url-file): Run through
5126 convert-standard-filename.
5127 (quickurl-list-populate-buffer): Add help-echo to
5128 mouse-highlighted text.
5129 (top-level): Update Dave's URL.
5130
5131 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
5132 mouse-highlighted text.
5133
5134 * textmodes/page-ext.el (pages-copy-header-and-position):
5135 Add help-echo to mouse-highlighted text.
5136
5137 * tar-mode.el (tar-header-block-summarize): Add help-echo to
5138 mouse-highlighted text.
5139
5140 * replace.el (occur): Add help-echo to mouse-highlighted text.
5141
5142 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
5143 mouse-highlighted text.
5144
5145 * progmodes/cpp.el (cpp-make-button): Add help-echo to
5146 mouse-highlighted text.
5147
5148 * progmodes/compile.el (compile-reinitialize-errors):
5149 Add help-echo to mouse-highlighted messages.
5150 (compilation-forget-errors): Remove help-echo property as well.
5151
5152 * play/landmark.el (lm-plot-square, lm-init-display):
5153 Add help-echo to mouse-highlighted text.
5154
5155 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
5156 Add help-echo to mouse-highlighted text.
5157
5158 * dired.el (dired-insert-set-properties): Add help-echo to
5159 mouse-highlighted text.
5160 (dired-mark-pop-up): Remove help-echo property from the file name.
5161
5162 * comint.el (comint-send-input): Add help-echo to
5163 mouse-highlighted text.
5164
5165 * buff-menu.el (list-buffers-noselect): Add help-echo to
5166 mouse-highlighted text.
5167
5168 * arc-mode.el (archive-summarize-files): Add help-echo to
5169 mouse-highlighted text.
5170
5171 * ffap.el (ffap-machine-p): Always return nil if
5172 open-network-stream is not fboundp.
5173
5174 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
5175
5176 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
5177 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
5178 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
5179 incorrectly binding chars between 128 and 256 to it.
5180 (sgml-maybe-name-self): Handle latin-1 chars properly.
5181 (sgml-tags-invisible): Bind buffer-file-name to nil.
5182 Use unwind-protect and restore-buffer-modified-p.
5183 (sgml-point-entered): Use buffer-substring-no-properties.
5184 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
5185 (html-mode): Don't force `imenu-sort-function'.
5186
5187 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5188
5189 * tar-mode.el: Fix the copyright notice.
5190
5191 * font-lock.el (font-lock-comment-face): For tty's with dark
5192 background, use "red1", since "lightred" is not one of the colors
5193 recognized by tty-colors.el.
5194
5195 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5196 create a buffer for extracted file, in case there's more than one
5197 file by that name in an archive, possibly in different
5198 directories. From Kevin Rodgers <kevinr@ihs.com>.
5199
5200 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5201 <alex@gnu.org>.
5202
5203 2001-06-15 Miles Bader <miles@gnu.org>
5204
5205 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5206 Revert previous change.
5207
5208 2001-06-14 Richard M. Stallman <rms@gnu.org>
5209
5210 * replace.el (keep-lines-read-args): Return just a regexp.
5211 Provide nil for the region args.
5212 (keep-lines, flush-lines, how-many):
5213 Calculate the defaults for the region here, when args are nil.
5214
5215 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5216
5217 * rot13.el (rot13-other-window): Some more doc fix.
5218
5219 2001-06-14 Per Starback <starback@ling.uu.se>
5220
5221 * replace.el (case-replace, query-replace-from-history-variable)
5222 (query-replace-to-history-variable, keep-lines-read-args)
5223 (occur-revert-function, query-replace-help): Dox fix.
5224
5225 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5226
5227 * rot13.el (rot13-other-window): Doc fix.
5228
5229 2001-06-14 Miles Bader <miles@gnu.org>
5230
5231 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5232 of " and \ to "." (punctuation).
5233 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5234
5235 2001-06-13 Richard M. Stallman <rms@gnu.org>
5236
5237 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5238
5239 * simple.el (shell-command-on-region): Never kill the
5240 *Shell Command Output* buffer.
5241
5242 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5243
5244 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5245
5246 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5247
5248 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5249 New var, to recognize ${ $' and PODs.
5250 (perl-font-lock-syntactic-face-function): New function.
5251 (perl-mode): Use them.
5252 (perl-continuation-line-p): New function, from perl-calculate-indent.
5253 (perl-calculate-indent): Use it, to properly handle continuation
5254 lines of continuation lines.
5255
5256 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5257
5258 * server.el (server-process, server-buffer-clients): Doc fix.
5259 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5260
5261 2001-06-09 John Wiegley <johnw@gnu.org>
5262
5263 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5264 test if the last command was Lisp or not.
5265 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5266 B x C".
5267
5268 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5269
5270 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5271 general one on compile.el supports drive letters.
5272
5273 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5274
5275 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5276 key description.
5277
5278 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5279
5280 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5281 (reftex-toc-jump): New command.
5282
5283 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5284 to parse international characters as well.
5285
5286 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5287 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5288
5289 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5290
5291 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5292 TAB to the key separators.
5293
5294 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5295
5296 * international/mule.el (auto-coding-alist): Remove redundant
5297 up-cased versions of the extensions (auto-coding-alist-lookup is
5298 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5299 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5300
5301 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5302
5303 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5304
5305 2001-06-01 Richard M. Stallman <rms@gnu.org>
5306
5307 * help.el (describe-variable): Put value on same line
5308 with preceding text, if it is short enough to look good that way.
5309
5310 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5311
5312 * term/internal.el (IT-unicode-translations): New variable.
5313 (IT-setup-unicode-display): New function.
5314
5315 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5316
5317 * ps-print.el: Handle before-string and after-string overlay properties
5318 in ps-print-*-with-faces commands. Doc fix.
5319 (ps-print-version): New version number (6.5.2).
5320 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5321 for XEmacs.
5322 (ps-prefix-quote): Doc fix.
5323 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5324 (ps-basic-plot-str, ps-plot-string): New funs.
5325
5326 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5327
5328 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5329 and :type spec.
5330
5331 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5332
5333 * international/mule-cmds.el (inactivate-input-method):
5334 Set input-method-function to nil.
5335
5336 * xml.el (xml-parse-tag): The document may contain invalid characters.
5337 From ShengHuo ZHU <zsh@cs.rochester.edu>
5338
5339 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5340
5341 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5342 `rmail-summary-line-decoder' if the message does not have
5343 a Subject: field.
5344
5345 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5346
5347 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5348 New variable.
5349 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5350 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5351 is non-nil.
5352
5353 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5354
5355 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5356
5357 2001-05-29 Sam Steingold <sds@gnu.org>
5358
5359 * faces.el (face-valid-attribute-values): Bind `valid' directly
5360 instead of using `setq'.
5361
5362 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5363 Use `tex-shell-buf'.
5364 (tex-shell-proc): Use `tex-shell-running'.
5365 (tex-shell-buf-no-error): New function.
5366 (tex-send-tex-command): Use it.
5367 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5368 (tex-kill-job): Check the process before calling `quit-process'.
5369
5370 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5371
5372 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5373 UTF-8 sequences.
5374
5375 2001-05-28 Miles Bader <miles@gnu.org>
5376
5377 * comint.el (comint-carriage-motion): Renamed from
5378 `comint-cr-magic'. Operate on the buffer instead of the string
5379 (for use as a comint post-output filter, instead of as a
5380 pre-output filter). Handle backspaces too. Add to the
5381 `comint-output-filter-functions' hook instead of
5382 `comint-preoutput-filter-functions'.
5383
5384 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5385
5386 * language/japan-util.el (japanese-hankaku): Prefer the charset
5387 `jisx0201' when the optional argument `ascii-only' is not specified.
5388 (japanese-hankaku-region): Ditto.
5389 From Katsumi Yamaoka <yamaoka@jpl.org>
5390
5391 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5392
5393 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5394 (outline-invisible-p): New function.
5395 (hide-leaves): Save excursion.
5396 (hide-other): Stop looping when reaching bobp.
5397
5398 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5399
5400 * cus-edit.el (custom-file): Fix last change.
5401
5402 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5403
5404 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5405 same definition in byte-compile-function-environment as `autoload'
5406 would put in `symbol-function'.
5407
5408 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5409 patch to correct the error message as well.
5410
5411 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5412
5413 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5414 unless ~/.emacs exists.
5415
5416 * novice.el (enable-command): If user-init-file is nil or does not
5417 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5418
5419 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5420
5421 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5422 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5423 Allow spaces around macro arguments.
5424 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5425 indent-for-tab-command.
5426 (latex-mode-map, plain-tex-mode-map): New keymaps.
5427 Inherit from tex-mode-map.
5428 (tex-common-initialization): Don't setup the keymap any more
5429 since it's now done right by define-derived-mode.
5430 (latex-mode): Set skeleton-end-hook to nil.
5431 (latex-skeleton-end-hook): Remove.
5432 (tex-latex-block, latex-insert-item): Simplify.
5433 (latex-syntax-after): Use following-char rather than char-after.
5434 (tex-discount-args-cmds, tex-count-words): New functions.
5435
5436 * textmodes/tildify.el (tildify-ignored-environments-alist):
5437 Recognize \verb* as well.
5438
5439 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5440 (perl-comment-indent): Simplify to let newcomment.el do its job.
5441 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5442 (perl-mark-function): Cleanup the namespace.
5443 (perl-calculate-indent): Don't be fooled by nested functions.
5444
5445 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5446
5447 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5448 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5449
5450 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5451
5452 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5453 actually be `\\'.
5454 (ctlau-b5-converter): Likewise.
5455
5456 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5457
5458 * international/titdic-cnv.el (quail-misc-package-ext-info):
5459 Change CTLauB.el to CTLau-b5.el.
5460
5461 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5462
5463 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5464 rather than beginning-of-line to avoid problems with fields.
5465 (gud-perldb-massage-args): Use unless and push.
5466 (gud-chdir-before-run): New var.
5467 (gud-common-init): Use it.
5468
5469 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5470
5471 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5472 delete entries for chinese-ctlau and chinese-ctlaub.
5473 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5474 chinese-ctlaub.
5475 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5476 New functions.
5477
5478 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5479
5480 * cus-edit.el (custom-comment-show): Remove debug code.
5481
5482 * language/japan-util.el (japanese-symbol-table): Fix handling of
5483 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5484
5485 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5486
5487 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5488 Renamed by removing the silly `-flag' suffix.
5489 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5490
5491 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5492
5493 * replace.el (keep-lines-read-args): Use `copy-marker'.
5494 (how-many): Save excursion properly.
5495 (occur-mode): Use define-derived-mode.
5496 (perform-replace): Use with-current-buffer.
5497
5498 2001-05-20 Richard M. Stallman <rms@gnu.org>
5499
5500 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5501
5502 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5503
5504 * info.el (Info-read-subfile): Widen before finding the
5505 desired node in the subfile.
5506
5507 * startup.el (command-line-1): When >2 files visited,
5508 leave the last one visible, and make that the selected window.
5509
5510 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5511
5512 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5513
5514 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5515
5516 * international/ccl.el (define-ccl-program): Fix a typo.
5517 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5518
5519 * international/mule.el (decode-char): Fix a typo. From Pavel
5520 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5521
5522 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5523 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5524
5525 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5526 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5527
5528 2001-05-18 Sam Steingold <sds@gnu.org>
5529
5530 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5531 and [RET] to `cvs-mode-find-file'.
5532
5533 2001-05-18 John Wiegley <johnw@gnu.org>
5534
5535 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5536 configuration variable, which determines the initial character
5537 that forces use of an external version of a command. The default
5538 is *, but may be set to \, for example.
5539
5540 * eshell/esh-ext.el (eshell-explicit-command):
5541 Use `eshell-explicit-command-char' instead of ?*.
5542
5543 * eshell/esh-cmd.el (eshell/which):
5544 Use `eshell-explicit-command-char' instead of ?*.
5545
5546 * eshell/em-cmpl.el (eshell-completion-command-name)
5547 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5548 instead of ?*.
5549
5550 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5551
5552 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5553 subst-char-in-string.
5554 (ange-ftp-after-parse-ls-hook): New variable.
5555 (ange-ftp-ls): Run that hook.
5556 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5557
5558 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5559 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5560 text into *Completions*.
5561
5562 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5563 part of which look like email addresses.
5564
5565 2001-05-18 Andrew Innes <andrewi@gnu.org>
5566
5567 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5568 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5569 cmd.exe's handling of FOR loops.
5570 (autoloads): Set find-file-suppress-same-file-warnings to t to
5571 avoid slew of spurious messages.
5572
5573 2001-05-18 Simon Josefsson <simon@josefsson.org>
5574
5575 * mail/smtpmail.el (maybe-append-domain): Renamed to
5576 `smtpmail-maybe-append-domain'.
5577 (smtpmail-via-smtp): Use the new name.
5578
5579 * net/browse-url.el (browse-url-browser-function): Add kde.
5580 (browse-url-kde-program, browse-url-kde-args): New variables.
5581 (browse-url-kde): New function.
5582
5583 2001-05-18 Miles Bader <miles@gnu.org>
5584
5585 * simple.el (delete-horizontal-space, just-one-space):
5586 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5587 because it's more efficient for large files.
5588
5589 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5590
5591 * mail/rmail.el (rmail-require-mime-maybe): New function.
5592 (rmail): Use it.
5593 (rmail-mode): Handle the case of finding Rmail files.
5594
5595 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5596 functions.
5597
5598 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5599
5600 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5601 text-property after moving to the beginning of line and regardless
5602 of the value of font-lock-multiline.
5603
5604 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5605
5606 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5607
5608 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5609 last coding system used before calling set-buffer-modified-p
5610 because that function changes last-coding-system.
5611
5612 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5613
5614 * files.el (switch-to-buffer-other-window)
5615 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5616 the doc string.
5617
5618 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5619
5620 * language/slovak.el, language/czech.el: New maintainer.
5621
5622 2001-05-16 Sam Steingold <sds@gnu.org>
5623
5624 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5625 sub-form of `defgeneric' correctly.
5626
5627 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5628
5629 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5630 of `c'.
5631
5632 * textmodes/outline.el (outline-font-lock-level): Remove the
5633 condition-case, test what outline-level returns instead, to
5634 ease debugging.
5635
5636 * international/mule.el (auto-coding-regexp-alist): New user-option.
5637 (auto-coding-from-file-contents): New function.
5638 (set-auto-coding): Use it to determine a coding system.
5639
5640 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5641
5642 * mouse.el (mouse-delete-other-windows): Doc fix.
5643
5644 * emacs-lisp/lisp-mode.el (lisp-mode):
5645 Make font-lock-keywords-case-fold-search a buffer-local variable with
5646 make-local-variable before setting it.
5647
5648 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5649
5650 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5651 prefixes.
5652
5653 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5654
5655 * hexl.el (hexl-current-address): Print a message when called
5656 interactively.
5657
5658 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5659
5660 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5661
5662 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5663
5664 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5665
5666 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5667
5668 * startup.el (command-line): If parameters have been changed in
5669 the init files which influence font selection, clear the face
5670 cache so that faces get realized with the new parameters.
5671
5672 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5673
5674 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5675
5676 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5677
5678 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5679
5680 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5681 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5682
5683 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5684
5685 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5686 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5687
5688 2001-05-09 John Wiegley <johnw@gnu.org>
5689
5690 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5691 Annotated the documentation string to tell users about
5692 `eshell-no-numeric-conversions'.
5693
5694 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5695 conversions if a Lisp function has the property
5696 `eshell-no-numeric-conversions' set to a non-nil value.
5697
5698 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5699 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5700 property `eshell-no-numeric-conversions' on the following
5701 functions (which all deal with filesystem entities, and never Lisp
5702 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5703 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5704 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5705 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5706 eshell/which, eshell/addpath.
5707
5708 2001-05-09 John Wiegley <johnw@gnu.org>
5709
5710 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5711 encountered as an argument, don't convert it right away, but tag
5712 the first character of the string with the text properties
5713 `number', which signifies to `eshell-lisp-command' that the
5714 argument should be passed through `string-to-number' if it is
5715 actually used in the call to a Lisp function.
5716
5717 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5718 function, convert any string arguments that have been tagged as
5719 "numbers", by calling string-to-number.
5720
5721 * eshell/esh-util.el (eshell-number-regexp): Now that number
5722 conversions only happen for Lisp function calls, the number regexp
5723 should now match all integer and floating point forms.
5724
5725 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5726 `eshell-continue-process', since they are both nonfunctional at
5727 the moment.
5728 (eshell-proc-initialize): Don't bind keys for
5729 `eshell-stop-process' or `eshell-continue-process'.
5730
5731 * eshell/em-unix.el (eshell-shuffle-files):
5732 Apply `directory-file-name' before calling `file-name-directory'.
5733
5734 * eshell/em-hist.el (eshell-add-to-history): Reference to
5735 `eshell-history-ring' needed to be `eshell-history-index'.
5736
5737 * calendar/timeclock.el (timeclock-find-discrep):
5738 Initialize `elapsed' to 0.
5739 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5740 it's still nil.
5741
5742 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5743
5744 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5745 (archive-mode): Use capitalize.
5746 (archive-unique-fname): Use make-temp-file.
5747
5748 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5749
5750 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5751
5752 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5753
5754 * tar-mode.el (tar-extract): Pay attention to the value of
5755 coding-system-for-read, if it is non-nil.
5756
5757 * calendar/holidays.el (holidays): Add an autoload cookie.
5758 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5759
5760 2001-05-08 John Wiegley <johnw@gnu.org>
5761
5762 * calendar/timeclock.el (timeclock-workday-remaining):
5763 Changed logic for determining how much time is remaining.
5764 (timeclock-workday-elapsed): Don't accept a "relative" argument
5765 for the current day's elapsed time. What could that have meant?
5766 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5767 (timeclock-when-to-leave): Changed logic, similarly to what was
5768 done for `timeclock-workday-remaining'.
5769 (timeclock-find-discrep): Removed "today-only" argument, which had
5770 no meaning. Fixed some more math problems. The function now
5771 returns a three member list: (TOTAL-TIME-DISCREPANCY
5772 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5773
5774 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5775
5776 * w32-fns.el (convert-standard-filename): Start replacing slashes
5777 from the beginning of the file name, not from where the last
5778 invalid character was. From "Andrew Maguire (SWW)"
5779 <Andrew.Maguire@Smallworld.co.uk>
5780
5781 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5782
5783 The following changes are to provide infrastructure for handling
5784 MIME messages to rmail. They don't affect the original behaviour
5785 if rmail-enable-mime is nil.
5786
5787 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5788 (rmail-search-mime-message-function)
5789 (rmail-search-mime-header-function): New variables.
5790 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5791 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5792 `rmail-view-buffer' is hidden.
5793 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5794 call rmai-show-mime-function.
5795 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5796 mode-line-process of rmail-view-buffer.
5797 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5798 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5799 buffer.
5800 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5801 set-buffer to the Rmail buffer.
5802 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5803 rmail-search-mime-header-function.
5804 (rmail-search-message): New function.
5805 (rmail-search): Call rmail-search-message to check if a message
5806 matches REGEXP, lastly update point after calling
5807 rmail-show-message.
5808 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5809 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5810 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5811 header region, refer to rmail-msgref-vector while setting the
5812 current buffer to rmail-buffer temporarily.
5813 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5814 If rmail-enable-mime is non-nil, call
5815 rmail-insert-mime-forwarded-message-function instead of inserting
5816 forwarded message by itself.
5817
5818 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5819 Rmail buffer.
5820 (rmail-set-label, rmail-next-labeled-message): Likewise.
5821
5822 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5823 set-buffer to the Rmail buffer.
5824 (rmail-output-to-rmail-file): Likewise.
5825 (rmail-output): Likewise.
5826
5827 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5828 of mail-fetch-field by rmail-summary-line-decoder.
5829 (rmail-new-summary): Be sure to go to the Rmail buffer.
5830 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5831 rmail-view-buffer to nil.
5832 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5833 rmail-view-buffer.
5834 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5835 rmail-buffer.
5836 (rmail-summary-scroll-msg-down): Likewise.
5837 (rmail-summary-beginning-of-message): Likewise.
5838 (rmail-summary-wipe): Likewise.
5839 (rmail-summary-toggle-header): Use save-window-excursion, not
5840 save-excursion. Update point in rmail-view-buffer, not in
5841 rmail-buffer.
5842 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5843 rmail-view-buffer, not rmail-buffer.
5844
5845 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5846
5847 * cus-edit.el (custom-file): Signal an error if user-init-file is
5848 nil (running -q).
5849
5850 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5851
5852 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5853 Add :version.
5854
5855 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5856 New option.
5857 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5858 only if smtpmail-warn-about-unknown-extensions is set.
5859
5860 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5861 instead of rmail-sort-by-keywords.
5862
5863 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5864 rmail-sort-by-keywords.
5865
5866 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5867 rmail-summary-sort-by-keywords. Doc fix.
5868 (rmail-summary-mode): Doc fix.
5869
5870 * mail/rmail.el (rmail-edit): New Custom group.
5871
5872 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5873 (rmail-edit-mode-hook): New user-option.
5874
5875 2001-05-05 Richard M. Stallman <rms@gnu.org>
5876
5877 * help.el (help-xref-symbol-regexp): Recognize "source of"
5878 and friends, meaning make a link to the source file.
5879 (help-make-xrefs): Handle "source of" and friends
5880 by constructing a link that visits the source file.
5881
5882 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5883
5884 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5885
5886 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5887 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5888 Renamed from perl-font-lock-keywords to avoid clashes.
5889 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5890 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5891 Updated correspondingly.
5892
5893 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5894 Typo `nonexistant' -> `nonexistent'.
5895
5896 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5897
5898 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5899 Split `c-electric-delete' into two functions where
5900 `c-electric-delete-forward' always deletes forward and
5901 `c-electric-delete' only contains the code necessary for XEmacs to
5902 choose between backward and forward deletion.
5903
5904 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5905 get the electric behavior on that key too.
5906 (c-fill-paragraph): Fixed bogus direct use of
5907 c-comment-prefix-regexp, which caused an error when it's a list.
5908
5909 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5910
5911 * dired-aux.el (dired-diff): Doc fix.
5912
5913 * dired.el (dired-diff): Likewise.
5914
5915 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5916
5917 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5918
5919 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5920
5921 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5922 if both the buffer and the file are read-only.
5923
5924 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5925 rather than font-lock-string-face.
5926 (sh-get-indent-info): Treat heredocs like strings.
5927
5928 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5929
5930 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5931 a newline following `}'.
5932 (texinfo-format-email): New function.
5933 (toplevel): Use texinfo-format-email for @email.
5934 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5935 Add `display'.
5936 (texinfo-sort-region): Goto point-min before sorting.
5937 (texinfo-set): Remove leading white space from value.
5938 From yagi@is.titech.ac.jp.
5939
5940 * replace.el (query-replace-regexp-eval): Doc fix.
5941
5942 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5943
5944 * diff-mode.el (diff-nonexistant-face): New face.
5945 (diff-font-lock-keywords): Use it.
5946
5947 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5948
5949 * font-lock.el (font-lock-mode): Doc fix.
5950
5951 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5952 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5953
5954 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5955
5956 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5957 backslash at the start of the here-document delimiter.
5958 (sh-font-lock-syntactic-keywords): Likewise.
5959
5960 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5961
5962 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5963
5964 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5965 (tty-color-translate, tty-color-by-index, tty-color-values)
5966 (tty-color-desc): Doc fix.
5967
5968 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5969
5970 * dired-aux.el (dired-do-create-files, dired-do-copy)
5971 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5972 Mention dired-dwim-target in the doc string.
5973
5974 2001-04-28 Miles Bader <miles@gnu.org>
5975
5976 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5977 (dabbrev--find-expansion): Use it.
5978 (dabbrev--select-buffers): Don't select ignored buffers.
5979
5980 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5981
5982 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5983
5984 2001-04-26 Richard M. Stallman <rms@gnu.org>
5985
5986 * dabbrev.el: Add doc strings for some functions.
5987 (dabbrev--eliminate-newlines): New variable.
5988 (dabbrev--substitute-expansion): Convert newlines to spaces
5989 if dabbrev--eliminate-newlines is set.
5990 If abbrev and expansion are both all-lower-case,
5991 leave dabbrev--last-case-pattern nil.
5992
5993 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5994
5995 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5996 if necessary, like in rmail-show-message.
5997
5998 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5999
6000 * ps-print.el: Color specified by number is forced to be float number.
6001 (ps-print-version): New version number (6.5.1.1).
6002 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
6003 initialization.
6004 (ps-prefix-quote): New internal var.
6005 (ps-print-quote): New fun.
6006 (ps-setup, ps-output-frame-properties, ps-float-format)
6007 (ps-format-color): Code fix.
6008 (ps-plot-region): Eliminate redundant foreground color text setting.
6009
6010 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
6011
6012 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
6013
6014 2001-04-25 Gerd Moellmann <gerd@gnu.org>
6015
6016 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
6017
6018 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6019
6020 * info.el (Info-additional-directory-list): Doc fix.
6021
6022 * find-lisp.el (find-lisp-find-dired-filter)
6023 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
6024 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
6025
6026 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
6027
6028 * progmodes/make-mode.el (makefile-font-lock-keywords):
6029 Rationalize the rules for includes and conditionals and use the
6030 keyword face for them.
6031
6032 * faces.el (modify-face): Add compatibility for non-interactive use.
6033
6034 2001-04-24 John Wiegley <johnw@gnu.org>
6035
6036 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
6037 fix from last night, since it wasn't finding eshell/cd.
6038
6039 2001-04-24 Gerd Moellmann <gerd@gnu.org>
6040
6041 * rect.el (string-rectangle): Revert to 20.x behaviour.
6042 (replace-rectangle): Make it an alias for string-rectangle.
6043 (string-insert-rectangle): New function.
6044
6045 2001-04-23 John Wiegley <johnw@gnu.org>
6046
6047 * eshell/em-unix.el (eshell/diff): Fixed problems that were
6048 occurring with Emacs 21's diff.el/compile.el interaction layer.
6049
6050 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
6051
6052 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
6053 case where the function was defined in a file, but not part of an
6054 eshell module.
6055
6056 2001-04-23 John Wiegley <johnw@gnu.org>
6057
6058 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
6059 code to work around a redisplay problem I've been having.
6060
6061 2001-04-23 John Wiegley <johnw@gnu.org>
6062
6063 * calendar/timeclock.el (timeclock-day-required): If the time
6064 required for a particular day is not set, use `timeclock-workday'.
6065 (timeclock-find-discrep): Added some sample code in a comment.
6066
6067 * eshell/eshell.el (eshell-command): Made a few changes so that
6068 `eshell-command' could be called programmatically.
6069
6070 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
6071
6072 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
6073
6074 2001-04-23 John Wiegley <johnw@gnu.org>
6075
6076 * calendar/timeclock.el: Updated copyright.
6077 (timeclock-generate-report): Don't report the daily or two-week
6078 total, if no time has been worked in that period.
6079 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
6080 final computational form, which was unnecessary; corrected a
6081 parsing problem when timeclock-relative was nil.
6082
6083 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
6084
6085 * calendar/timeclock.el (timeclock-modeline-display): Check if
6086 `list-entry' is null.
6087 (timeclock-use-display-time): The first argument to `set-variable'
6088 must be a symbol.
6089
6090 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
6091
6092 * calendar/calendar.el (diary-entry-marker)
6093 (calendar-today-marker, calendar-holiday-marker):
6094 Use display-color-p instead of window-system.
6095 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
6096 instead of window-system.
6097 (calendar-hide-window): Use display-multi-frame-p instead of
6098 window-system.
6099
6100 * calendar/cal-x.el (calendar-two-frame-setup)
6101 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6102 Use display-multi-frame-p instead of window-system.
6103
6104 2001-04-23 Gerd Moellmann <gerd@gnu.org>
6105
6106 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
6107
6108 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
6109 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
6110
6111 2001-04-23 Alex Schroeder <alex@gnu.org>
6112
6113 * goto-addr.el: Instead of defining line-beginning-position and
6114 line-end-position a defalias is used for point-at-bol and point-at-eol.
6115
6116 2001-04-23 Alex Schroeder <alex@gnu.org>
6117
6118 * goto-addr.el: Added XEmacs compatibility code.
6119 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
6120
6121 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
6122
6123 * textmodes/paragraphs.el (sentence-end): Doc fix.
6124
6125 2001-04-20 Alex Schroeder <alex@gnu.org>
6126
6127 * sql.el (sql-escape-newlines-and-send): New function.
6128 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
6129
6130 2001-04-20 Alex Schroeder <alex@gnu.org>
6131
6132 * sql.el (sql-db2-program): New option.
6133 (sql-db2-options): New option.
6134 (sql-db2): New function.
6135
6136 2001-04-20 Alex Schroeder <alex@gnu.org>
6137
6138 * sql.el (sql-mode-menu): Added highlighting entries.
6139 (sql-highlight-oracle-keywords): New function.
6140 (sql-highlight-postgres-keywords): New function.
6141 (sql-highlight-ansi-keywords): New function.
6142
6143 2001-04-20 Alex Schroeder <alex@gnu.org>
6144
6145 * sql.el (sql-help): Doc change.
6146
6147 2001-04-19 Karl Fogel <kfogel@collab.net>
6148
6149 * saveplace.el (save-place-alist-to-file): Removed no-effect code
6150 that inserted file content only to delete it immediately.
6151 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
6152 <lektu@uol.com.br> for the patch.
6153
6154 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
6155
6156 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
6157
6158 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6159
6160 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
6161 for defmethod.
6162
6163 * comint.el (comint-cr-magic): New function.
6164 (toplevel): Add it to comint-preoutput-filter-functions.
6165
6166 2001-04-18 Andrew Innes <andrewi@gnu.org>
6167
6168 * makefile.w32-in (EMACSLOADPATH): Define.
6169 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
6170 (recompile): Remove stuff to set EMACSLOADPATH.
6171
6172 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6173
6174 * language/slovak.el ("Slovak"): Add tutorial entry.
6175
6176 * net/browse-url.el (browse-url-new-window-flag): Renamed from
6177 browse-url-new-window-p.
6178
6179 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6180
6181 * info.el (Info-menu-update): When there are no menus and/or no
6182 cross references in the node, make the respective items of the
6183 Info menu-bar menu inactive.
6184
6185 2001-04-17 Gerd Moellmann <gerd@gnu.org>
6186
6187 * indent.el (indent-for-tab-command): Call indent-line-function
6188 with no argument if PREFIX-ARG is non-nil.
6189
6190 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6191
6192 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6193
6194 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6195 an async subprocess if start-process is unavailable. Suggested by
6196 Tim Van Holder <tim.van.holder@pandora.be>.
6197
6198 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6199
6200 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6201 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6202
6203 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6204
6205 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6206 manual.
6207
6208 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6209
6210 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6211 (cvs-menu): Add a few entries.
6212
6213 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6214 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6215 lock file appears to be reachable from Emacs.
6216 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6217 (cvs-mode-find-file): Look for cvs-header-face rather than
6218 cvs-dirname-face (which doesn't exist).
6219 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6220
6221 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6222
6223 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6224
6225 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6226 normal-erase-is-backspace on a tty. Instead, bind some keys such
6227 as [delete] directly, like pc-select.el did before
6228 normal-erase-is-backspace was invented.
6229
6230 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6231
6232 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6233
6234 2001-04-11 John Wiegley <johnw@gnu.org>
6235
6236 * eshell/em-ls.el (eshell-ls-insert-directory):
6237 Set font-lock-defaults to nil, to prevent fontification in dired
6238 buffers, if Eshell's ls is being used.
6239
6240 2001-04-11 John Wiegley <johnw@gnu.org>
6241
6242 * calendar/timeclock.el (timeclock-completing-read): New function.
6243 (timeclock-ask-for-project, timeclock-ask-for-reason):
6244 Call `timeclock-completing-read'.
6245
6246 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6247 required where `member' was being used.
6248
6249 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6250
6251 * eshell/em-hist.el (eshell-previous-matching-input):
6252 Don't display "History item" if the the minibuffer is active.
6253
6254 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6255
6256 * startup.el (command-line): Output a newline after printing
6257 an error from loading the window system's init file.
6258
6259 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6260
6261 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6262 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6263 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6264 keywords whose arguments routinely include @@.
6265
6266 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6267
6268 * emacs-lisp/advice.el (ad-make-advised-definition):
6269 Construct advice for subrs differently.
6270
6271 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6272 regexp in parentheses when building the regexp for searching backwards.
6273
6274 * simple.el (completion-list-mode-finish): New function.
6275 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6276
6277 * language/european.el ("Polish"): Change sample text.
6278 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6279
6280 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6281 parameter.
6282
6283 * faces.el (menu): Doc fix.
6284
6285 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6286
6287 * ps-print.el: Footer implementation. Doc fix.
6288 (ps-print-version): New version number (6.5.1).
6289 (ps-header-frame-alist): New customization var for header frame
6290 properties.
6291 (ps-line-number-color): New customization var for line number color.
6292 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6293 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6294 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6295 (ps-right-footer): New customization vars for footers.
6296 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6297 footers.
6298 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6299 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6300 Code fix.
6301 (ps-prologue-file): Indentation fix.
6302 (ps-print-quote): Fun eliminated.
6303 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6304 (ps-output-frame-properties): New fun.
6305 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6306 (ps-skip-newline): Replace defun by defsubst.
6307
6308 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6309
6310 * eshell/eshell.el (eshell-command): Needed a "%s" format
6311 specifier, in case the buffer contains percent characters.
6312
6313 2001-04-10 John Wiegley <johnw@gnu.org>
6314
6315 * calendar/timeclock.el (timeclock-generate-report): Added a
6316 missing insert of the project name.
6317
6318 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6319
6320 * obsolete/profile.el: Moved from emacs-lisp/.
6321
6322 * Makefile.in (nonobsolete_setwins): New macro.
6323 (finder-data): Use it instead of `setwins'.
6324 From: Dave Love <fx@gnu.org>.
6325
6326 * server.el (server-visit-files): Set server-existing-buffer correctly.
6327 (server-visit-files): Run server-visit-hook after going to
6328 line 1 so that the hook can set point as it sees fit.
6329
6330 * bindings.el (mode-line-modified): Unify help messages.
6331
6332 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6333
6334 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6335 All callers changed.
6336
6337 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6338
6339 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6340 long file names aren't supported, truncate the file names in
6341 quail-misc-package-ext-info to 8+3 before matching them against
6342 FILENAME.
6343
6344 * dos-fns.el (dos-truncate-to-8+3): New function.
6345
6346 * progmodes/compile.el (grep-compute-defaults): Use null-device
6347 instead of literal /dev/null. Reported by Jens Schmidt
6348 <schmidt@mathematik.uni-kl.de>.
6349
6350 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6351
6352 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6353
6354 * textmodes/sgml-mode.el: Add unknown maintainer.
6355 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6356 (html-mode-map): Use set-keymap-parent.
6357
6358 2001-04-06 Dave Love <fx@gnu.org>
6359
6360 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6361 Remove redundant string-to-list.
6362
6363 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6364
6365 * composite.el (reference-point-alist): Doc fix.
6366
6367 2001-04-05 Sam Steingold <sds@gnu.org>
6368
6369 * font-lock.el (font-lock-keywords-case-fold-search):
6370 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6371 file made font-lock case-insensitive.
6372
6373 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6374
6375 * faces.el (defface menu): Doc fix.
6376
6377 * wid-edit.el (widget-color-sample-face-get): Don't make
6378 faces for undefined colors.
6379
6380 * version.el (emacs-version): Include LessTif/Motif version info.
6381
6382 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6383
6384 * ps-mule.el: Eliminate cl package dependence.
6385 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6386 if they aren't defined yet.
6387 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6388 Eliminate cl package dependence.
6389
6390 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6391
6392 * progmodes/cc-cmds.el (c-outline-level):
6393 Bind buffer-invisibility-spec. Originally from Dave Love, but
6394 got lost when incorporating version 5.26.
6395
6396 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6397
6398 * emulation/pc-select.el (pc-selection-mode):
6399 Call normal-erase-is-backspace-mode instead of binding
6400 keys individually.
6401
6402 * cus-load.el (normal-erase-is-backspace): Use it instead of
6403 delete-key-deletes-forward.
6404
6405 * startup.el (command-line): Use normal-erase-is-backspace and
6406 normal-erase-is-backspace-mode.
6407
6408 * simple.el (normal-erase-is-backspace): Rename from
6409 delete-key-deletes-forward. Doc fix.
6410 (normal-erase-is-backspace-mode): Rename from
6411 delete-key-deletes-forward-mode. Doc fix.
6412 Run normal-erase-is-backspace-hook.
6413
6414 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6415 ``human-readable'' format produced by GNU `ls'.
6416 (dired-move-to-filename-regexp): Recognize ISO format dates.
6417 From Paul Eggert <eggert@twinsun.com>.
6418
6419 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6420
6421 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6422 New functions.
6423 (lm-verify): Check keywords.
6424 From Eric M. Ludlam <eric@siege-engine.com>.
6425
6426 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6427
6428 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6429 `xemacs' feature instead of for the function `set-extent-property'.
6430
6431 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6432
6433 * mail/mh-utils.el (mh-folder-hist): New var.
6434 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6435
6436 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6437
6438 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6439 region, position point on the first or last 16-byte group.
6440 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6441 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6442 hexl-beginning-of-line.
6443
6444 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6445
6446 * icomplete.el (icomplete-mode): Treat an argument like other
6447 modes do.
6448
6449 * startup.el (fancy-splash-head): Use splash8.xpm for color
6450 depth 8.
6451
6452 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6453 Add an antry for ``converts''.
6454
6455 * language/slovak.el ("Slovak"): Add documentation string.
6456 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6457
6458 * language/czech.el ("Czech"): Add documentation string.
6459 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6460
6461 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6462 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6463
6464 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6465
6466 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6467 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6468 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6469 Use `defsubst' rather than a macro to ease debugging.
6470 (mail-extr-last): Remove (use `last' instead).
6471 (mail-extract-address-components): Properly reset the syntax-table
6472 after parsing an address. Use `last' rather than mail-extr-last.
6473 Make sure the end marker stays at the very end.
6474
6475 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6476
6477 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6478 last change.
6479
6480 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6481
6482 * ps-print.el: Line and paragraph spacing feature. Region to cut
6483 out when printing. Doc fix.
6484 (ps-print-version): New version number (6.5).
6485 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6486 New vars. Line and paragraph spacing feature.
6487 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6488 out when printing.
6489 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6490 (ps-get-font-size, ps-begin-job, ps-continue-line)
6491 (ps-plot-region): Code fix.
6492 (ps-print-prologue-2): Var eliminated.
6493 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6494 New internal vars.
6495 (ps-get-size): New fun.
6496 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6497 (ps-next-line): Replace defun by defsubst.
6498 (ps-mule-plot-string): Autoload doc fix.
6499
6500 * ps-bdf.el: XEmacs compatibility. Doc fix.
6501 (installation-directory, coding-system-for-read): Declare vars if
6502 it's not declared yet.
6503 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6504
6505 * ps-mule.el: XEmacs compatibility. Doc fix.
6506 (leading-code-private-22): Declare var if it's not declared yet.
6507 (charset-bytes, charset-dimension, charset-id, charset-width)
6508 (find-charset-region, split-char, char-width, chars-in-region)
6509 (forward-point, decompose-composite-char, encode-coding-string)
6510 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6511 Define funs if not defined yet.
6512 (encode-composition-rule, find-composition): Define funs if not
6513 loaded yet.
6514 (ps-mule-prologue): PostScript code fix.
6515
6516 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6517
6518 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6519 non-nil, generate font for the header strings.
6520 (ps-mule-prepare-font): Likewise.
6521 (ps-mule-generate-glyphs): Likewise.
6522 (ps-mule-string-encoding): Likewise.
6523 (ps-mule-header-charsets): New variable.
6524 (ps-mule-encode-header-string): New function.
6525 (ps-mule-header-string-charsets): New function.
6526 (ps-mule-begin-job): Check charsets in the header strings. If there
6527 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6528
6529 * ps-print.el (ps-generate-header-line): Encode the header string by
6530 ps-mule-encode-header-string.
6531 (ps-mule-encode-header-string): Declare autoload.
6532
6533 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6534
6535 * frame.el (cursor-in-non-selected-windows):
6536 Replaces show-cursor-in-non-selected-windows.
6537
6538 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6539
6540 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6541 Delete entries for "chinese-py" and "chinese-ziranma".
6542 (quail-misc-package-ext-info): New variable.
6543 (tsang-quick-converter): New function.
6544 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6545 (quick-cns-converter, py-converter, ziranma-converter)
6546 (miscdic-convert, batch-miscdic-convert): New functions.
6547
6548 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6549
6550 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6551 eight-bit-control chars.
6552
6553 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6554 Reduce making temporary vector (suggested by Dave Love).
6555
6556 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6557
6558 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6559 string as well.
6560
6561 2001-03-30 Andreas Schwab <schwab@suse.de>
6562
6563 * files.el (backup-directory-alist): Fix typo.
6564
6565 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6566
6567 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6568 <eggert@twinsun.com>.
6569
6570 2001-03-30 Dave Love <fx@gnu.org>
6571
6572 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6573
6574 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6575
6576 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6577
6578 2001-03-30 Miles Bader <miles@gnu.org>
6579
6580 * subr.el (interactive-form): Fix paren typo.
6581
6582 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6583
6584 * emacs-lisp/profile.el: Say that it's obsolete in the header
6585 line, so that finder.el puts that into its data-base.
6586 Suggested by Alex Schroeder <alex@gnu.org>.
6587
6588 2001-03-29 Paul Eggert <eggert@twinsun.com>
6589
6590 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6591 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6592
6593 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6594
6595 * generic.el (generic-mode-set-comments): Use "" rather than nil
6596 for comment-end.
6597
6598 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6599
6600 * emacs-lisp/advice.el (ad-make-advised-definition):
6601 Call interactive-form to obtain the interactive spec of subrs.
6602
6603 * subr.el (interactive-form): New function.
6604
6605 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6606
6607 * vc-sccs.el (vc-sccs-register): Use relative file names.
6608
6609 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6610
6611 * bookmark.el (bookmark-get-bookmark): Handle case that
6612 BOOKMARK is not a string.
6613
6614 * image.el (image-type-regexps): Change type for PS files
6615 to `postscript'.
6616
6617 * subr.el (read-passwd): Clear command history after each
6618 character entered. From: Stephen Gildea
6619 <gildea@stop.mail-abuse.org>.
6620
6621 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6622
6623 * international/kkc.el (kkc-save-init-file): Locally bind
6624 print-length to nil.
6625
6626 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6627
6628 * textmodes/flyspell.el: Some doc fixes.
6629 (flyspell-maybe-correct-transposition)
6630 (flyspell-maybe-correct-doubling): Use a temporary buffer
6631
6632 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6633
6634 * emacs-lisp/byte-opt.el (byte-optimize-while)
6635 (byte-optimize-form-code-walker): Diagnose too few arguments
6636 for `if' and `while'.
6637
6638 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6639
6640 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6641 Prepend `\' to "\<quail-translation-docstring>".
6642
6643 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6644
6645 * autorevert.el (global-auto-revert-non-file-buffers):
6646 Remove duplicate defcustom.
6647
6648 2001-03-26 Miles Bader <miles@gnu.org>
6649
6650 * international/latin1-disp.el (latin1-char-displayable-p):
6651 Add leading "-" for X font pattern.
6652
6653 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6654
6655 * international/mule-diag.el (describe-coding-system):
6656 For raw-text and emacs-mule, don't add anymore text about what
6657 charsets they can encode.
6658
6659 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6660
6661 * help.el (view-lossage): Mention open-dribble-file in the doc
6662 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6663
6664 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6665
6666 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6667 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6668
6669 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6670
6671 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6672 Call ccl-execute-on-string directly so that CCL program handling
6673 multibyte sequence can work correctly.
6674 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6675 property of the coding system.
6676
6677 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6678
6679 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6680 Fix transcription typo.
6681
6682 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6683
6684 * whitespace.el: Add buffer local variables to toggle testing of
6685 whitespaces in buffers without affecting the default values.
6686 Bump version to 3.0 to account for a few other changes.
6687 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6688 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6689 (whitespace-toggle-spacetab-check): New functions.
6690
6691 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6692
6693 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6694
6695 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6696
6697 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6698 bs-cycle-configuration-name. From Juanma Barranquero
6699 <lektu@uol.com.br>.
6700
6701 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6702 and cc-vars.el.
6703
6704 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6705 headers. Always invoke sendmail with option -t.
6706
6707 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6708
6709 * Release of cc-mode 5.28.
6710
6711 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6712
6713 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6714 Removed the hardcoded switch to "java" style in Java mode.
6715 It's instead taken care of by the default value for c-default-style.
6716
6717 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6718
6719 * cc-align.el (c-lineup-math): Fix bug where lineup was
6720 triggered by equal signs in string literals.
6721
6722 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6723
6724 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6725 limit detection when at the ends of the buffer.
6726
6727 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6728 "for" statement clause in case 7F; a better one is done
6729 earlier in case 7D anyway.
6730
6731 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6732
6733 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6734 somewhat more and did a small optimization.
6735
6736 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6737
6738 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6739 Use the limit argument only to limit the syntactic context
6740 search, not to limit the actual movement.
6741
6742 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6743 inside multiline strings, just like in comments. Also various
6744 fixes to the paragraph and comment prefix recognition, block
6745 comment ender handling etc.
6746
6747 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6748
6749 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6750 the relative position of the point.
6751
6752 * cc-cmds.el (c-electric-continued-statement): New function to
6753 use as abbrev hook to reindent for keywords such as "else"
6754 that continues an earlier statement.
6755
6756 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6757 like classes.
6758
6759 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6760 (pike-mode): Populate the default abbrev tables to reindent for
6761 keywords such as "else" that can continue earlier statements.
6762 Abbrev mode is therefore turned on by default now. (Note that
6763 this doesn't apply to idl-mode, since IDL afaik doesn't have
6764 statements at all.)
6765
6766 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6767
6768 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6769 bracelists where the declaration contains template arguments.
6770
6771 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6772
6773 * cc-cmds.el (c-comment-indent):
6774 Use `c-get-syntactic-indentation' to correctly calculate the
6775 syntactic indentation. Fixes bug with lineup functions that
6776 return vectors.
6777
6778 * cc-engine.el (c-get-syntactic-indentation): Split the
6779 indentation sum calculation from `c-indent-line' to a separate
6780 function.
6781
6782 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6783
6784 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6785 Fixed places where it was assumed that preprocessor directives
6786 have to start in column zero.
6787
6788 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6789 template arguments after a class identifier properly.
6790
6791 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6792 lists for `new Foo[]' constructs in Java as expressions and
6793 not top level definition brace lists on the top level, so that
6794 they'll get indented consistently with the same type of
6795 expression in a normal block.
6796
6797 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6798
6799 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6800 whether the adaptive filling package fails to keep the comment
6801 prefix is now kludged further to check for filladapt-mode
6802 which doesn't have that problem. This is really icky, but it's
6803 the only way that works with the current misfeatures/bugs in
6804 both adaptive-fill-mode and filladapt-mode.
6805
6806 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6807 around point is recognized more robust.
6808
6809 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6810
6811 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6812 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6813 (c-lit-type): Fixed all internal variables used dynamically so
6814 that they are always bound.
6815
6816 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6817 errors:
6818
6819 (c-indent-region): Fixed reporting of syntactic errors so that
6820 the region is fully reindented even when an error occurs.
6821 The last syntactic error is printed afterwards. Also cleanup up a
6822 whole lot of code that tried to optimize indentation of whole
6823 sexps but in reality accomplishes nothing.
6824
6825 (c-indent-sexp): Use c-indent-region.
6826
6827 (c-parsing-error): Changed this variable to hold the message
6828 for any syntactic error that is discovered.
6829
6830 (c-parse-state): Search backward from point instead of the bod
6831 position when the latter is invalid. This makes CC Mode
6832 recover faster when there are unbalanced close braces.
6833
6834 (c-backward-to-start-of-if): Use c-parsing-error to report
6835 dangling "else" clauses instead of throwing an error, and fall
6836 back to a reasonable position.
6837
6838 (c-indent-line): Added argument to avoid reporting syntactic errors.
6839
6840 (c-show-syntactic-information): Don't report any syntactic errors.
6841
6842 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6843
6844 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6845 paragraph recognition when moving by sentence in literals.
6846
6847 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6848 start regexp for javadoc to recognize javadoc markup in general instead
6849 of a specific set of keywords, to be more future-safe.
6850
6851 (c-Pike-pikedoc-paragraph-start)
6852 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6853 pikedoc markup.
6854
6855 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6856
6857 (pike-mode): Initialize paragraph settings pikedoc recognition.
6858
6859 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6860
6861 (c-comment-prefix-regexp): Made it possible to use an
6862 association list on this to specify mode specific regexps.
6863 The default value now use a special regexp in Pike mode to
6864 recognize pikedoc markup.
6865
6866 (c-current-comment-prefix): New variable containing the actual
6867 regexp from c-comment-prefix-regexp for the current buffer.
6868
6869 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6870
6871 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6872 lists: We can't look at the syntax, since a brace list can get
6873 recognized as a plain statement-cont.
6874
6875 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6876 special brace list opener broken over two lines got recognized
6877 as a statement on the second line. Case 9A changed.
6878
6879 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6880
6881 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6882 adjustment after line is reindented.
6883
6884 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6885
6886 * cc-defs.el (c-point): Added optional argument for position
6887 to use instead of the current point.
6888
6889 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6890 the in-expression block symbols when the construct starts at
6891 boi, to avoid the extra level of indentation in that case.
6892 Cases 4, 16A and 17E affected.
6893
6894 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6895
6896 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6897 calls to `c-indent-line', to adhere better to Emacs conventions.
6898
6899 * cc-engine.el (c-indent-line): Use the syntax already bound
6900 to `c-syntactic-context', if there is any.
6901
6902 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6903
6904 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6905 wasn't added up correctly when a lineup function returned nil.
6906
6907 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6908
6909 * cc-engine.el (c-collect-line-comments): Fixed bug where
6910 empty lines were ignored when collecting line comments backwards.
6911
6912 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6913
6914 * cc-align.el (c-lineup-dont-change): Return an absolute
6915 indentation column to work correctly in the case when several
6916 syntactic elements are processed for the same line.
6917
6918 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6919 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6920 (c-set-offset): Added absolute indentation column settings by
6921 using the vector type.
6922
6923 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6924
6925 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6926 Implemented two new cleanups `space-before-funcall' and
6927 `compact-empty-funcall'.
6928
6929 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6930
6931 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6932 helping building regexps.
6933
6934 * cc-engine.el (c-on-identifier): New function for detecting
6935 identifiers. It takes keywords into account.
6936
6937 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6938 lists. `c-keywords' is set to a regexp matching all keywords
6939 in the current language.
6940
6941 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6942
6943 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6944 list of characters to skip backwards over at the beginning of
6945 a statement, since it can precede string literals in Pike.
6946
6947 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6948
6949 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6950 recognition when standing on the last line in a C++ comment
6951 with nothing but whitespace after the prefix.
6952
6953 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6954 given no limit argument.
6955
6956 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6957
6958 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6959 recognition for the `[]= operator symbol in Pike.
6960
6961 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6962
6963 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6964 around a bug in `eval-when-compile' in the byte compiler.
6965
6966 * cc-engine.el (c-forward-token-1): Fixed bug with return
6967 value when count is zero and there's no token start within the limit.
6968
6969 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6970 "prefix comments", i.e. comments which are followed by code on
6971 the same line.
6972
6973 * cc-mode-19.el: Fixes so that checks that must be done at
6974 compile time also are done then.
6975
6976 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6977
6978 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6979 time and at runtime, and only when it's needed.
6980
6981 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6982
6983 Major cleanup for less error prone and more warning free
6984 compilation, including some fixes for bugs due to different
6985 compilation orders. Thanks to Martin Buchholz for providing
6986 the basis for all this.
6987
6988 * cc-bytecomp.el: New file that provides some byte compilation
6989 features: It ensures that files always are loaded from the
6990 current source directory during compilation, and it provides a
6991 set of macros to turn off specific compiler warnings for
6992 specific symbols. (It's not CC Mode specific in any way.)
6993
6994 Fixed a nearly acyclic dependency tree (both runtime and
6995 compile-time) between all files.
6996
6997 * cc-defs.el: Separated all macros before the inline functions,
6998 to ensure correct compilation.
6999
7000 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
7001 cc-defs.el to cc-engine.el and made it a function instead.
7002
7003 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
7004 about char-after.
7005
7006 * cc-vars.el: Cope even when there isn't a custom package
7007 containing defcustom available.
7008
7009 * cc-make.el: Removed since it's no longer necessary.
7010
7011 README: Updated installation instructions.
7012
7013 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7014
7015 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
7016 improve the modularity: Moved all mode init stuff from
7017 cc-langs.el to cc-mode.el, including the keymap
7018 initialization; cc-langs now only contains the various
7019 variables for configuring the language syntax.
7020
7021 * cc-engine.el, cc-styles.el (c-evaluate-offset)
7022 (c-get-offset): Moved from cc-styles to cc-engine since file
7023 dependency analysis suggests they belong there (which also
7024 makes more sense). Thanks to Martin Buchholz for doing the analysis.
7025
7026 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7027
7028 * cc-cmds.el (c-fn-region-is-active-p): New function that
7029 wraps the corresponding macro, for use in places that aren't
7030 compiled. Thanks to Martin Buchholz for pointing out this.
7031
7032 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
7033
7034 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
7035 add things to the bug report.
7036
7037 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7038
7039 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
7040 returned prefix could contain a newline when the search for a
7041 good prefix line failed.
7042
7043 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7044
7045 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
7046 (c-toggle-auto-hungry-state): Made the argument optional, as
7047 the documentation says it is.
7048
7049 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7050
7051 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
7052 multiline string syntax, #"...", as a cpp macro.
7053
7054 2001-03-21 Paul Eggert <eggert@twinsun.com>
7055
7056 * international/mule-cmds.el (set-locale-environment):
7057 Set system-messages-locale and system-time-locale, but only if the
7058 caller specifies a non-nil locale name.
7059
7060 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7061
7062 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
7063 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
7064
7065 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7066
7067 * follow.el (follow-avoid-tail-recenter): Doc fix.
7068
7069 * custom.el (custom-set-variables): Avoid reversing the list
7070 of args needlessly.
7071
7072 * startup.el (fancy-splash-head): Don't change the colors of the
7073 XPM image on a dark background.
7074
7075 * comint.el (comint-exec-1): Set columns of the terminal to
7076 window-width instead of frame-width.
7077
7078 * info.el (Info-scroll-down): Add missing WINDOW arg for
7079 pos-visible-in-window-p.
7080
7081 * ehelp.el (electric-help-mode-hook): Add defcustom.
7082
7083 * mail/sendmail.el (mail-mode): Activate case-folding in
7084 font-lock-defaults.
7085
7086 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
7087
7088 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
7089 (completion-ignored-extensions): Remove duplicate ".class".
7090
7091 2001-03-19 Andreas Schwab <schwab@suse.de>
7092
7093 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
7094 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
7095
7096 2001-03-19 Gerd Moellmann <gerd@gnu.org>
7097
7098 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
7099 methods since there are not prefix input methods.
7100
7101 2001-03-19 Kenichi Handa <handa@etl.go.jp>
7102
7103 * international/mule-cmds.el (read-input-method-name):
7104 Locally bind enable-recursive-minibuffers to t.
7105
7106 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
7107
7108 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
7109
7110 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
7111
7112 * ediff-util.el: Copyright years.
7113 (ediff-choose-syntax-table): New function.
7114 (ediff-setup): Use ediff-choose-syntax-table.
7115
7116 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7117 with-syntax-table.
7118
7119 * ediff.el: Date of last update, copyright years.
7120
7121 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7122
7123 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7124 of Scott Bronson.
7125 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
7126 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7127 Deleted functions.
7128 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7129 ex-token-list.
7130
7131 * viper-util.el: Spaces, indentation.
7132
7133 * viper.el: Changed version, modification time.
7134
7135 2001-03-16 John Wiegley <johnw@gnu.org>
7136
7137 * calendar/timeclock.el (timeclock-workday-remaining):
7138 Check whether `discrep' is non-null before using it.
7139
7140 2001-03-16 John Wiegley <johnw@gnu.org>
7141
7142 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
7143 first-time checkins.
7144 (timeclock-log-data): Fixed problem with reading timelog log file.
7145 Resulting data in the "day list" was incorrect.
7146 (timeclock-find-discrep): Check if `timeclock-file' is readable
7147 before opening it.
7148 (timeclock-time-less-p): New function.
7149 (timeclock-day-base): New function.
7150 (timeclock-geometric-mean): New function.
7151 (timeclock-generate-report): Generate a summary report based on
7152 the contents of the log file. This uses `timeclock-log-data', and
7153 is an example of writing a timelog manipulation function.
7154 (timeclock-visit-timelog): A quick command for opening the timelog
7155 file.
7156 (timeclock-log-data): Bound the variable event.
7157
7158 2001-03-16 Kenichi Handa <handa@etl.go.jp>
7159
7160 * international/mule-cmds.el (select-safe-coding-system):
7161 Fix typo: symbol-name -> symbol-value.
7162
7163 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
7164 before substitute-in-file-name to handle double slashes in FILE
7165 correctly.
7166
7167 2001-03-15 Gerd Moellmann <gerd@gnu.org>
7168
7169 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
7170 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
7171
7172 2001-03-14 Gerd Moellmann <gerd@gnu.org>
7173
7174 * bindings.el (features): Add `md5' and `overlay' to the list.
7175
7176 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
7177 bound before using it. It's not bound when configured without X,
7178 for instance.
7179
7180 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
7181
7182 * progmodes/hideshow.el: Update copyright.
7183 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
7184 (hs-minor-mode-hook): Include `:version' in defcustom form.
7185
7186 2001-03-13 Gerd Moellmann <gerd@gnu.org>
7187
7188 * help.el (string-key-binding): Don't call event-start on
7189 a non-list.
7190
7191 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7192
7193 * startup.el (fancy-splash-tail, command-line-1): Fix the
7194 copyright year.
7195
7196 2001-03-13 Kenichi Handa <handa@etl.go.jp>
7197
7198 * term.el: These changes are based on a patch sent from Yong Lu
7199 <lyongu@yahoo.com>.
7200 (term-set-escape-char): Bind M-x to execute-extended-command in
7201 term-raw-escape-map.
7202 (term-move-columns): Don't try to move to negagive column.
7203 (term-emulate-terminal): Insert a string before deleting a text to
7204 overwrite.
7205
7206 2001-03-12 Gerd Moellmann <gerd@gnu.org>
7207
7208 * play/life.el (life): Rearrange code so that all calls to
7209 life-display-generation are in a catch-form.
7210
7211 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7212 file that isn't interesting. In an interesting file, push the old
7213 value of point on the mark ring.
7214
7215 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7216 New function.
7217 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7218 Use it.
7219
7220 * emacs-lisp/autoload.el (generate-file-autoloads):
7221 Remove warning about line lengths.
7222
7223 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7224
7225 * progmodes/etags.el (tags-compression-info-list): New variable.
7226 (find-tag-in-order): Use it to deal with compressed source files.
7227 (tag-file-name-match-p): New function.
7228 (etags-recognize-tags-table): Use it for better match of file names.
7229
7230 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7231
7232 * international/mule-cmds.el (register-input-method): Doc fix.
7233
7234 * international/quail.el (quail-translate-key): Fix condition to
7235 check if there's another breaking point in the current key.
7236
7237 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7238
7239 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7240 Babyl header to the newly-created output file, bind
7241 coding-system-for-write to either rmail-file-coding-system or
7242 emacs-mule-unix.
7243
7244 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7245
7246 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7247 Fix the name and regexp used for subsubsections.
7248
7249 2001-03-10 Dave Love <fx@gnu.org>
7250
7251 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7252 and save-buffer if buffer-file-name non-nil. From rms.
7253
7254 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7255
7256 * vc.el (vc-do-command): If the destination buffer is already
7257 current, don't set it up and don't erase it. Updated doc string
7258 to reflect that.
7259 (vc-version-diff): When doing a single file diff, don't switch to the
7260 *vc-diff* buffer before the command. This is to preserve local
7261 variable bindings that might affect the diff command.
7262 (vc-print-log): Don't switch to the *vc* buffer before the
7263 command, so that local variable bindings are preserved.
7264
7265 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7266 not the current buffer.
7267 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7268
7269 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7270 make output go to buffer *vc*, not the current buffer.
7271
7272 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7273
7274 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7275 so ^, $, *, ? and + are interpreted correctly.
7276
7277 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7278
7279 * help.el (string-key-binding): Renamed from
7280 mode-line-key-binding. Handle any event on a string.
7281 Check for `keymap' properties as well as `local-map' properties.
7282
7283 * comint.el (comint-insert-clicked-input): Use the last key
7284 from this-command-keys to lookup the global key definition.
7285
7286 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7287
7288 * international/characters.el: Add category `j' for
7289 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7290
7291 * international/mule-conf.el (no-conversion): Fix docstring.
7292 (raw-text): Fix docstring.
7293
7294 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7295
7296 * simple.el (choose-completion-string): When not leaving the
7297 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7298 is set.
7299
7300 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7301 parameter `(minibuffer . t)'.
7302
7303 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7304
7305 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7306 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7307 (sh-mode): Remove `make-local-variable' for unused var
7308 `font-lock-unfontify-region-function'.
7309
7310 2001-03-07 Richard M. Stallman <rms@gnu.org>
7311
7312 * info.el (Info-scroll-down): Fix previous change.
7313
7314 * mail/rmail.el (rmail-toggle-header): Use a window which
7315 is showing the Rmail buffer, rather than the selected window.
7316
7317 2001-03-07 Dave Love <fx@gnu.org>
7318
7319 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7320 now, to avoid problems with binding imenu directly to a mouse event.
7321
7322 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7323
7324 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7325 second arg t.
7326
7327 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7328
7329 * log-edit.el (log-edit-common-indent): New var.
7330 (log-edit-set-common-indentation): Renamed from
7331 log-edit-delete-common-indentation. Use the new var.
7332 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7333
7334 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7335 (cvs-mode-add-change-log-entry-other-window):
7336 Don't presume change-log-default-name is defined.
7337
7338 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7339
7340 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7341 the "tree" operation as well.
7342
7343 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7344
7345 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7346 to match paragraph-start.
7347
7348 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7349 comment-start-skip and set comment-end-skip as well.
7350 (sgml-comment-indent): Fix for new value of comment-start-skip.
7351 (html-autoview-mode): Don't bother using make-local-hook.
7352
7353 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7354
7355 * cus-edit.el (custom-save-delete): Move in front of local
7356 variables, otherwise long Custom entries would make them ineffective.
7357
7358 * uniquify.el: Set maintainer to FSF.
7359
7360 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7361
7362 * dired-aux.el (dired-do-shell-command): Doc fix.
7363
7364 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7365
7366 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7367
7368 * which-func.el (which-func-modes): Add cperl-mode.
7369 (which-func-mode-global): Use define-minor-mode.
7370
7371 * info-look.el: Docstring fixes and dead code eliminated.
7372 (cperl-mode): Add support.
7373 (emacs-lisp-mode): List all entries from elisp manual, whether
7374 or not they are currently (f)bound or not. Update regexp.
7375
7376 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7377
7378 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7379 so that C-h m shows the correct information.
7380 Use make-local-variable rather than make-variable-buffer-local.
7381 (cperl-info-buffer, cperl-setup-tmp-buf):
7382 Use make-local-variable rather than make-variable-buffer-local.
7383 (cperl-msb-fix, cperl-get-help-defer):
7384 Check major-mode for `cperl-mode' as well.
7385
7386 * progmodes/cperl-mode.el: Updated to author version 4.23.
7387 (cperl-electric-pod): SYNOPSIS was misspelled.
7388 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7389 (cperl-after-expr-p): Make true after __END__.
7390
7391 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7392
7393 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7394 bookmark-completion-ignore-case is t.
7395
7396 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7397 switch, like xterm, and concat resource strings, with a newline
7398 between them.
7399
7400 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7401
7402 * international/codepage.el (cp770-decode-table)
7403 (cp773-decode-table, cp774-decode-table): New variables.
7404
7405 * man.el (Man-hyphenated-reference-regexp): New variable.
7406 (Man-build-references-alist): Use it to search for referenced
7407 manpages. If hyphenated is non-nil, record a concatenated word in
7408 Man-refpages-alist only if it matches Man-reference-regexp.
7409 Update word's length when it is concatenated. Reverse the list,
7410 to get the first manpage at the head.
7411 (Man-possibly-hyphenated-word): New function.
7412 (Man-follow-manual-reference): Use it instead of current-word to
7413 find a manpage at point, in a way that accounts for hyphenated
7414 references.
7415
7416 2001-03-06 Alex Schroeder <alex@gnu.org>
7417
7418 * sql.el (sql-interbase): New function.
7419 (sql-interbase-program): New option.
7420 (sql-interbase-options): New option.
7421 And some typos fixed: "customise" to "customize".
7422
7423 2001-03-06 Dave Love <fx@gnu.org>
7424
7425 * textmodes/flyspell.el (flyspell-region):
7426 Set up flyspell-local-mouse-map.
7427
7428 2001-03-05 Richard M. Stallman <rms@gnu.org>
7429
7430 * mail/rmail.el (rmail-retry-failure):
7431 Don't call rmail-beginning-of-message.
7432 Don't discard From: field. Do discard Received: field.
7433 Use unwind-protect to re-prune.
7434 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7435
7436 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7437
7438 * international/quail.el (quail-title): Add autoload cookie.
7439
7440 2001-03-05 Dave Love <fx@gnu.org>
7441
7442 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7443 new defs.
7444
7445 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7446
7447 * language/ethio-util.el (ethio-toggle-space):
7448 Update current-input-method-title if necessary.
7449 (ethio-toggle-punctuation): Likewise.
7450
7451 * international/quail.el (quail-title): Fix for the case that a
7452 title of an input method is specified by a list of the same form
7453 as used in mode-line-format.
7454
7455 * international/mule-cmds.el (activate-input-method):
7456 If current-input-method-title is set by activating INPUT-METHOD,
7457 respect that value.
7458
7459 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7460
7461 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7462
7463 2001-03-05 Alex Schroeder <alex@gnu.org>
7464
7465 * sql.el (sql-sybase): Fix typo (was: query user about server two
7466 times instead of server and database).
7467
7468 * sql.el (sql-sybase): Doc change.
7469 (sql-mysql): Doc change.
7470 (sql-postgres): Doc change.
7471
7472 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7473
7474 * international/mule-conf.el (emacs-mule, raw-text):
7475 Docstring modified.
7476
7477 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7478
7479 * term/internal.el: Update copyright notice.
7480
7481 * term/pc-win.el: Update copyright notice.
7482
7483 2001-03-02 Dave Love <fx@gnu.org>
7484
7485 * files.el (insert-file-contents-literally):
7486 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7487 not jka-compr-compression-info-list.
7488
7489 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7490
7491 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7492 spaces in default comment-start-skip settings rather than \s-.
7493
7494 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7495
7496 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7497 default-frame-alist as well.
7498
7499 2001-03-01 Dave Love <fx@gnu.org>
7500
7501 * textmodes/reftex.el (defvar): Wrap some defvars in
7502 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7503
7504 * subr.el (event-basic-type): Doc fix.
7505
7506 * international/quail.el: Doc fixes.
7507
7508 * international/utf-8.el: Doc fixes.
7509
7510 * international/mule-cmds.el: Doc fixes.
7511 (leim-list-header): Fix header text.
7512
7513 * international/mule.el (coding-system-category): Doc fix.
7514
7515 * international/ccl.el (ccl-compile): Doc fix.
7516
7517 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7518
7519 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7520 rather than (before|after)-change-functions.
7521
7522 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7523
7524 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7525 scroll-left and scroll-right being called interactively so that
7526 they set the window's min_hscroll.
7527
7528 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7529
7530 * info.el (info-insert-file-contents-1): Accept an additional
7531 argument `lfn': if it is non-nil, concatenate `filename' and
7532 `suffix'; otherwise use the complicated MS-DOS code.
7533 All callers changed.
7534 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7535 can access long file names, try the long file-name version of
7536 `info-insert-file-contents-1', then the short file-name version.
7537
7538 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7539
7540 * language/ethio-util.el (setup-ethiopic-environment-internal):
7541 Change bindings of functions keys to conform to "Emacs Lisp Coding
7542 Convention".
7543
7544 * language/ethiopic.el ("Ethiopic"): Add documentation.
7545
7546 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7547
7548 * international/utf-8.el (mule-utf-8): Set coding-category
7549 property to coding-category-utf-8.
7550
7551 2001-02-27 Richard M. Stallman <rms@gnu.org>
7552
7553 * lpr.el (lpr-page-header-switches, print-region-1):
7554 Undo 2000-07-06 change.
7555 (lpr-add-switches): Default to t on gnu/linux.
7556
7557 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7558
7559 * bs.el (bs-attributes-list): Doc fix.
7560
7561 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7562
7563 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7564
7565 * help.el (view-order-manuals): Use goto-address.
7566
7567 * startup.el (command-line-1): Add info about ordering manuals
7568 to the not so fancy splash screens.
7569
7570 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7571
7572 * vc.el (vc-default-workfile-unchanged-p)
7573 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7574
7575 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7576
7577 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7578 fontify in the right buffer.
7579
7580 * allout.el (outline-flag-region): Move macro in front of first
7581 use to avoid a run-time error.
7582
7583 2001-02-24 Andrew Innes <andrewi@gnu.org>
7584
7585 * makefile.w32-in: Fix copyright notice.
7586
7587 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7588
7589 * international/utf-8.el (mule-utf-8): Set correct value for
7590 valid-codes property.
7591
7592 * international/fontset.el (x-complement-fontset-spec): In the
7593 case that we use ASCII font for the other charsets, use only
7594 family and registry part of it.
7595
7596 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7597
7598 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7599 (shrink-window-if-larger-than-buffer): Doc fix.
7600
7601 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7602
7603 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7604 predicate passed to completing-read.
7605
7606 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7607
7608 * startup.el (command-line): Fix last change.
7609
7610 2001-02-23 Jason Rumney <jasonr@gnu.org>
7611
7612 * startup.el (tool-bar-originally-present): New variable.
7613 (command-line): Set it if the tool-bar is switched on at startup.
7614
7615 * frame.el (frame-notice-user-settings): Only adjust frame height
7616 for no tool-bar case if tool-bar was originally switched on.
7617 From E. Jay Berkenbilt.
7618
7619 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7620
7621 * server.el (server-switch-buffer): Only switch window if the
7622 current one is dedicated.
7623
7624 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7625 rather than using (match-beginning 0) when searching for break point.
7626
7627 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7628
7629 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7630 @ follows an accent command such as @'. Support optional braces
7631 in commands that insert accents, like makeinfo does.
7632
7633 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7634
7635 * startup.el (fancy-splash-text): Add a line for ordering
7636 manuals. Reverse order of splash screens shown.
7637 (use-fancy-splash-screens-p): Adapt to the text line added.
7638
7639 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7640 manuals from the FSF.
7641
7642 * help.el (view-order-manuals): New function.
7643 (toplevel): Bind C-h C-m to this function.
7644
7645 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7646
7647 * newcomment.el (comment-forward): Skip the comment-start before
7648 searching for the comment-end.
7649
7650 2001-02-21 Dave Love <fx@gnu.org>
7651
7652 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7653
7654 * international/mule-cmds.el, international/mule.el: Doc fixes.
7655
7656 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7657
7658 * startup.el (fancy-splash-screens): Use display-hourglass
7659 instead of display-busy-cursor.
7660
7661 * frame.el (display-hourglass): Renamed from busy-cursor.
7662 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7663 (show-cursor-in-non-selected-windows): Doc fix.
7664
7665 2001-02-20 Dave Love <fx@gnu.org>
7666
7667 * international/utf-8.el: Doc and commentary fixes.
7668
7669 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7670
7671 * ehelp.el (with-electric-help): Doc fix.
7672
7673 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7674
7675 * msb.el (msb-mode): Call the update-buffers function explicitly
7676 with a FORCE argument.
7677
7678 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7679 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7680 returns nil.
7681
7682 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7683
7684 * ps-print.el: Timestamp package replacement. Some enhancements.
7685 Some XEmacs compatibility. Doc fix.
7686 (ps-print-version): New version number (6.4).
7687 (ps-printer-name): Initialization fix.
7688 (ps-zebra-stripe-follow): Funcionality enhancement.
7689 (ps-prologue-file): Code enhancement.
7690 (ps-right-header): Timestamp package replacement.
7691 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7692 (ps-get-page-dimensions)
7693 (ps-generate-header, ps-begin-file, ps-begin-job)
7694 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7695 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7696 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7697 (coding-system-for-write): Var declaration (XEmacs compatibility).
7698
7699 2001-02-20 Miles Bader <miles@gnu.org>
7700
7701 * image-file.el (image-file-name-extensions): Add "tif".
7702
7703 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7704
7705 * wid-edit.el (widget-button-click): Save the selected window
7706 around the code handling clicks on buttons.
7707
7708 2001-02-18 Dave Love <fx@gnu.org>
7709
7710 * imenu.el (imenu--generic-function): Use mapc to iterate over
7711 syntax characters.
7712
7713 2001-02-17 Richard M. Stallman <rms@gnu.org>
7714
7715 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7716
7717 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7718
7719 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7720
7721 * mouse.el (mouse-save-then-kill): If the distance from the new
7722 point to the mark is equal to the distance of point from the new
7723 point, move point instead of the mark.
7724
7725 2001-02-16 Dave Love <fx@gnu.org>
7726
7727 * textmodes/flyspell.el (flyspell-get-word): Return string without
7728 properties.
7729
7730 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7731
7732 * generic.el (generic-find-file-regexp): Doc fix.
7733 (generic-ignore-files-regexp): New defcustom.
7734 (generic-mode-find-file-hook): If the file's name matches the
7735 regexp in `generic-ignore-files-regexp', don't enter
7736 default-generic-mode. Doc fix.
7737
7738 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7739
7740 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7741 Add autoload cookies.
7742
7743 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7744 of cal-tex-24.
7745
7746 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7747
7748 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7749
7750 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7751 the character class after the (optional) drive, to support file
7752 names with embedded blanks.
7753
7754 2001-02-15 Sam Steingold <sds@gnu.org>
7755
7756 * textmodes/tex-mode.el (tex-shell-running):
7757 Check the process buffer too.
7758
7759 2001-02-15 Dave Love <fx@gnu.org>
7760
7761 * battery.el (battery-status-function): Fix doc, :type.
7762
7763 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7764
7765 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7766
7767 * subr.el (read-passwd): Clear Lisp memory holding password.
7768
7769 2001-02-15 Miles Bader <miles@gnu.org>
7770
7771 * info.el (Info-copy-current-node-name): New function.
7772 (Info-mode-menu): Add it to the menu.
7773
7774 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7775
7776 * international/mule-cmds.el (toggle-input-method): Doc fix.
7777
7778 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7779
7780 * replace.el (occur): Stop at end of buffer.
7781
7782 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7783
7784 * international/mule-cmds.el (set-input-method): Another doc fix.
7785
7786 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7787
7788 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7789
7790 2001-02-13 Miles Bader <miles@gnu.org>
7791
7792 * faces.el (set-face-background, set-face-foreground)
7793 (set-face-stipple): Treat a value of nil as being `unspecified'.
7794
7795 2001-02-12 Dave Love <d.love@dl.ac.uk>
7796
7797 * international/latin1-disp.el: Doc fixes.
7798 (latin1-display) <defgroup>: Add :link.
7799 (latin1-display) <function>: Set variable latin1-display.
7800
7801 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7802
7803 * international/mule-cmds.el (set-input-method): Doc fix.
7804
7805 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7806
7807 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7808 (speedbar-line-file): Return nil if not a file.
7809 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7810
7811 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7812
7813 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7814 for remote files.
7815 (ediff-coding-system-for-read): Replaced the no-conversion default
7816 with raw-text.
7817
7818 * ediff-init.el: Removed :version from defcustom vars.
7819
7820 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7821 Better handling of the diff mode.
7822
7823 * ediff.texi: Added ediff-coding-system-for-read.
7824
7825 * viper.texi: Fix typos.
7826
7827 2001-02-11 Dave Love <fx@gnu.org>
7828
7829 * shadowfile.el: Doc fixes.
7830 (shadow) <defgroup>: Add :link.
7831 (shadowfile-unload-hook): New function.
7832 (shadow-initialize): Use defalias, not fset.
7833 (shadow-define-cluster, shadow-define-literal-group)
7834 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7835
7836 * international/mule.el: Doc and message fixes.
7837
7838 * international/ccl.el (define-ccl-program): Doc fix.
7839
7840 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7841
7842 * faces.el (mode-line): Set :line-width property to -1.
7843
7844 2001-02-10 Richard M. Stallman <rms@gnu.org>
7845
7846 * complete.el (partial-completion-mode): Doc fix.
7847
7848 * simple.el (delete-key-deletes-forward-mode):
7849 Change `let' to `let*' to fix gross bug in last change.
7850
7851 * repeat.el (repeat): Don't let execute-kbd-macro alter
7852 real-last-command.
7853
7854 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7855
7856 * simple.el (eval-expression): Doc fix.
7857
7858 2001-02-09 Dave Love <fx@gnu.org>
7859
7860 * imenu.el (imenu-generic-expression): Doc fix.
7861
7862 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7863 From Juanma Barranquero.
7864
7865 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7866
7867 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7868
7869 * faces.el (set-face-attribute): Describe the case of a negative
7870 value specified for :line-width.
7871
7872 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7873
7874 * which-func.el (which-func-mode): Invert which-func-mode-global.
7875 From Juanma Barranquero <lektu@uol.com.br>.
7876
7877 2001-02-08 Dave Love <fx@gnu.org>
7878
7879 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7880 widget-plist-value-type.
7881 (widget-alist-convert-widget): Replace binding of
7882 widget-alist-value-type.
7883
7884 * textmodes/paragraphs.el (sentence-end): Doc fix.
7885
7886 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7887 Remove `backward-line'.
7888
7889 * play/pong.el (pong-blank-color, pong-bat-color)
7890 (pong-ball-color, pong-border-color, pong-left-key)
7891 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7892 (pong-pause-key, pong-resume-key, pong-timer-delay):
7893 * mail/mh-comp.el (mh-compose-letter-function):
7894 * eshell/esh-mode.el (eshell-skip-prompt-function):
7895 * emulation/viper-ex.el (ex-unix-type-shell-options):
7896 * recentf.el (recentf-menu-filter):
7897 * ps-print.el (ps-print-region-function):
7898 * lpr.el (print-region-function):
7899 * forms.el (forms-mode-hooks):
7900 * dirtrack.el (dirtrack-directory-change-hook):
7901 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7902 * textmodes/spell.el (spell-filter):
7903 * textmodes/fill.el (adaptive-fill-function):
7904 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7905 * progmodes/etags.el (find-tag-default-function):
7906 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7907 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7908
7909 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7910
7911 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7912 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7913 Meyering <jim@meyering.net>.
7914
7915 * loadup.el: Revert last change.
7916
7917 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7918
7919 * international/mule.el (transform-make-coding-system-args):
7920 Make it work also for coding systems not using CCL.
7921
7922 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7923
7924 * simple.el (previous-matching-history-element)
7925 (next-matching-history-element): Doc fix.
7926
7927 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7928 specific part.
7929
7930 2001-02-06 Dave Love <fx@gnu.org>
7931
7932 * add-log.el (add-log-current-defun-function)
7933 (add-log-buffer-file-name-function, add-log-file-name-function):
7934 Fix :type.
7935 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7936
7937 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7938
7939 * info.el (info-initialize): Remove the test for system-type when
7940 invocation-directory is non-nil.
7941
7942 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7943 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7944
7945 2001-02-06 Andrew Innes <andrewi@gnu.org>
7946
7947 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7948 absolute.
7949
7950 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7951
7952 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7953 buffers. When hi-lock turned on rather than only checking current
7954 buffer for regexps, all buffers are checked. Moved activation of
7955 font-lock to hi-lock-refontify. When font-lock turned off rather
7956 than removing added highlighting just in current buffer, remove it
7957 in all buffers. Changed edit menu text from "Automatic
7958 Highlighting" to "Regexp Highlighting" Documentation for
7959 highlighting phrases, minor documentation changes.
7960 (hi-lock-set-file-patterns): Execute only if there are new or
7961 existing file patterns.
7962 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7963 unfontify and, if a support mode is active, will not refontify the
7964 whole buffer. If necessary, turn on font lock. (Removed
7965 font-lock-unfontify and font-lock support-mode-specific calls,
7966 such as lazy-lock-fontify-window.)
7967 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7968 patterns are found. Not useful now since find-file-hook is removed
7969 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7970 (hi-lock-face-phrase-buffer): New function. Also added related
7971 menu item and keybinding.
7972 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7973 (hi-lock-process-phrase): New function.
7974 (hi-lock-line-face-buffer): Doc fixes.
7975 (hi-lock-face-buffer): Doc fixes.
7976 (hi-lock-unface-buffer): Doc fixes.
7977
7978 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7979
7980 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7981 dabbrev-ignored-regexps.
7982
7983 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7984
7985 * simple.el (kill-line): Doc fix.
7986
7987 2001-02-05 Dave Love <fx@gnu.org>
7988
7989 * loadup.el: Revert last two changes -- bootstrapping works with
7990 regenerated loaddefs.
7991
7992 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7993
7994 * isearch.el (isearch-forward): Doc fix.
7995
7996 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7997 of font-lock-defaults to backward-paragraph.
7998
7999 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8000
8001 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
8002 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
8003
8004 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8005
8006 * ebnf2ps.el: Eliminate time-stamp functions.
8007 (ebnf-version): New version (3.5).
8008 (ebnf-eps-finish-and-write): Replace time-stamp functions by
8009 format-time-string.
8010
8011 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8012
8013 * simple.el (next-line): Goto end-of-line before inserting a newline.
8014
8015 2001-02-05 Miles Bader <miles@gnu.org>
8016
8017 * image-file.el (insert-image-file): When visiting an image, also
8018 set `truncate-lines' to t so that any fringe arrow looks correct.
8019
8020 2001-02-05 Kenichi Handa <handa@etl.go.jp>
8021
8022 * isearch.el (isearch-forward): Add description about input method
8023 in the docsting.
8024
8025 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
8026
8027 * skeleton.el (skeleton-internal-1): Always push the mark for @.
8028
8029 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8030
8031 * info.el (info-initialize): If installation-directory is nil, for
8032 DOS/Windows systems try looking in a sibling of invocation-directory.
8033
8034 2001-02-02 Gerd Moellmann <gerd@gnu.org>
8035
8036 * wid-edit.el (widget-button-click): Fix last change.
8037
8038 * frame.el (frame-notice-user-settings): When resizing the initial
8039 frame because the tool bar is off, also change the frame's top
8040 position if a negative top position was specified.
8041
8042 2001-02-02 Miles Bader <miles@gnu.org>
8043
8044 * image-file.el (insert-image-file): When visiting an image,
8045 suppress the cursor in the image buffer.
8046
8047 2001-02-01 Dave Love <fx@gnu.org>
8048
8049 * progmodes/f90.el (f90-mode): Remove startup message.
8050
8051 * vc-cvs.el: Remove autoloads. Require vc when compiling.
8052
8053 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8054
8055 * startup.el (command-line): Fix code determining whether or not
8056 to use delete-key-deletes-forward-mode.
8057
8058 2001-02-01 Andre Spiegel <spiegel@gnu.org>
8059
8060 * vc.el (vc-diff-switches): New user option.
8061 (vc-version-diff): Use it.
8062 (vc-diff-switches-list): New macro.
8063
8064 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
8065 New customization options.
8066 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
8067
8068 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
8069
8070 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8071
8072 * msb.el (toplevel): Quote hook symbols.
8073
8074 2001-02-01 Kenichi Handa <handa@etl.go.jp>
8075
8076 * international/mule.el (make-coding-system): Add description
8077 about recognized properties in the docstring.
8078
8079 * international/mule-conf.el: Remove unused charsets
8080 mac-roman-lower and mac-roman-upper.
8081
8082 2001-01-31 Gerd Moellmann <gerd@gnu.org>
8083
8084 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
8085 is in front of the left-margin, if any.
8086
8087 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
8088 like `delete'.
8089
8090 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
8091
8092 * term/w32-win.el (mouse-set-font): Doc fix.
8093
8094 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
8095
8096 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
8097 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
8098 on already.
8099
8100 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
8101
8102 * files.el (save-buffer): Don't give message if (buffer-file-name)
8103 returns nil.
8104
8105 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
8106
8107 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
8108
8109 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
8110 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
8111
8112 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
8113 display problems.
8114
8115 2001-01-31 Kenichi Handa <handa@etl.go.jp>
8116
8117 * international/mule.el (charset-info): Fix docstring.
8118
8119 * international/mule-diag.el (describe-character-set): Check final
8120 char valid before printing it.
8121
8122 2001-01-30 Gerd Moellmann <gerd@gnu.org>
8123
8124 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
8125
8126 * frame.el (frame-notice-user-settings): Do the tool-bar
8127 stuff only for graphical displays. Fix a braino.
8128
8129 * frame.el (frame-initialize): Create initial frame visible.
8130 (frame-notice-user-settings): When tool-bar has been switched off,
8131 correct the frame size and sync tool-bar-mode.
8132
8133 * startup.el (command-line): Remove manipulation of frame
8134 height for tool bars.
8135
8136 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8137
8138 * lpr.el: Compatibility with XEmacs and doc fixes.
8139 (lpr-windows-system, lpr-lp-system): New vars.
8140 (lpr-printer-switch): New defcustom.
8141 (printer-name, lpr-command): Customization fix.
8142 (print-region-1): Code fix.
8143 (print-region-new-buffer, printify-region): Indentation fix.
8144 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
8145 New functions.
8146
8147 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8148
8149 * msb.el (toplevel): Fix the eval-after-load.
8150
8151 2001-01-29 Dave Love <fx@gnu.org>
8152
8153 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
8154
8155 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
8156
8157 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
8158 (tcl-using-emacs-19-23): Consider Emacs 21+.
8159 (tcl-help-directory-list, tcl-command-switches): Fix :type.
8160 (tcl-add-emacs-menu): Supply menu name.
8161 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
8162
8163 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8164
8165 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
8166
8167 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
8168
8169 * pcvs.el (cvs-mark-fis-dead): New function.
8170 (cvs-mode-add): Use it.
8171 (cvs-mode-add-change-log-entry-other-window):
8172 Rebind change-log-default-name to itself rather than to nil.
8173
8174 2001-01-29 Sam Steingold <sds@gnu.org>
8175
8176 * vc-cvs.el: Replaced (require 'vc) with a bunch of
8177 `autoload' statements.
8178
8179 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
8180
8181 * files.el (confirm-kill-emacs): Doc fix.
8182
8183 * frame.el (frame-initialize): Doc fix.
8184
8185 * time-stamp.el (time-stamp-string): Doc fix.
8186
8187 * woman.el (WoMan-log-1): Make the log buffer writable.
8188 From Markus Rost <rost@math.ohio-state.edu>.
8189
8190 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8191
8192 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8193 the `make-variable-buffer-local'.
8194
8195 2001-01-29 Dave Love <fx@gnu.org>
8196
8197 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
8198 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8199 Add autoload cookie.
8200 (ansi-color-apply-sequence): Fix typo.
8201
8202 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8203
8204 * menu-bar.el (menu-bar-files-menu): Add menu items for
8205 Postscript printing in black and white.
8206
8207 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8208 X-Mailman-Version, Precedence, List-Help, List-Post,
8209 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8210 Content-Type, Content-Length.
8211
8212 2001-01-29 Dave Love <fx@gnu.org>
8213
8214 * elide-head.el (elide-head): Make overlay evaporate.
8215
8216 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8217
8218 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8219
8220 * isearch.el (isearch-highlight): Don't punt if the display
8221 doesn't support colors, since isearch faces are defined for
8222 monochrome displays as well.
8223
8224 2001-01-27 Sam Steingold <sds@gnu.org>
8225
8226 * shell.el (shell-write-history-on-exit): Make sure that we are in
8227 the shell buffer (M-x tex-file RET inserted the error message into
8228 the TeX buffer).
8229
8230 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8231
8232 * simple.el (transient-mark-mode): Doc fix.
8233
8234 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8235
8236 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8237
8238 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8239
8240 * shell.el (shell-unquote-argument): If the shell is one of the
8241 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8242 quote character.
8243 (shell-dumb-shell-regexp): Document that the shells which match
8244 this regexp are supposed to not treat a backslash as a quote character.
8245
8246 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8247 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8248
8249 2001-01-27 Richard M. Stallman <rms@gnu.org>
8250
8251 * dabbrev.el (dabbrev--substitute-expansion):
8252 Treat a one-capital-letter abbrev as "not all upper case",
8253 so as to force preservation of the expansion's pattern
8254 if the expansion starts with a capital letter.
8255
8256 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8257
8258 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8259 Doc fix.
8260
8261 * simple.el (transient-mark-mode): Document the fact that many
8262 commands act on the region when mark is active.
8263
8264 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8265
8266 * international/quail.el (quail-setup-completion-buf): Make the
8267 multibyteness of current buffer inherited to Quail completion buffer.
8268 (quail-show-guidance-buf): Make the multibyteness of current
8269 buffer inherited to Quail guidance buffer.
8270 (quail-help): Make the multibyteness of current buffer inherited
8271 to Quail help buffer.
8272
8273 2001-01-26 Dave Love <fx@gnu.org>
8274
8275 * time-stamp.el: Doc fixes.
8276
8277 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8278 (delphi-keyword-face, delphi-other-face): Fix :type.
8279
8280 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8281
8282 * mail/feedmail.el (feedmail): Add :link.
8283 (feedmail-send-it): Doc fix.
8284
8285 * mail/sendmail.el: Doc fixes.
8286 (sendmail-send-it): Fix the non-ASCII regexp and use
8287 rfc2047-encode-string.
8288
8289 * dired.el, dired-aux.el: Revert last change.
8290
8291 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8292
8293 * makefile.w32-in (DONTCOMPILE): Add various term files.
8294
8295 2001-01-26 Dave Love <fx@gnu.org>
8296
8297 * Makefile.in (DONTCOMPILE): Add various term files.
8298
8299 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8300
8301 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8302
8303 * startup.el (display-startup-echo-area-message): Make sure
8304 the echo area is resized to fit the size of the startup message.
8305
8306 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8307 part of which is a constant.
8308
8309 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8310
8311 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8312
8313 2001-01-26 Richard M. Stallman <rms@gnu.org>
8314
8315 * simple.el (next-line): Don't let `newline' expand abbrevs.
8316 Simplify slightly.
8317 (open-line): Don't let `newline' expand abbrevs.
8318
8319 2001-01-25 John Wiegley <johnw@gnu.org>
8320
8321 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8322 to `repeat' in the :type field.
8323
8324 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8325 allow a choice of regexp or nil.
8326 (pcomplete-dir-ignore): Same.
8327
8328 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8329 a command) to always fail.
8330
8331 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8332
8333 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8334 discard the result.
8335 (iswitchb-to-end): Likewise.
8336
8337 2001-01-25 Sam Steingold <sds@gnu.org>
8338
8339 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8340 Require vc.
8341
8342 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8343
8344 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8345
8346 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8347
8348 2001-01-25 Dave Love <fx@gnu.org>
8349
8350 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8351 (describe-coding-system): Tweak the English text.
8352
8353 * loadup.el: Preload international/ccl for utf-8.
8354
8355 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8356
8357 * mail/rmail.el (rmail-redecode-body): Doc fix.
8358
8359 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8360
8361 * international/mule-cmds.el (reset-language-environment):
8362 Reset coding-category-utf-8 to mule-utf-8.
8363
8364 * international/mule-conf.el (coding-category-utf-8):
8365 Initialize to mule-utf-8.
8366
8367 * loadup.el: Preload international/utf-8.
8368
8369 * international/utf-8.el: New file.
8370
8371 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8372
8373 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8374
8375 2001-01-24 Sam Steingold <sds@gnu.org>
8376
8377 * dired.el (dired-replace-in-string): Removed.
8378 (dired-sort-toggle): Use `replace-regexps-in-string'
8379 instead of `dired-replace-in-string'.
8380
8381 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8382 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8383
8384 * gs.el (gs-replace-in-string): Removed.
8385 (gs-options): Use `replace-regexps-in-string'
8386 instead of `gs-replace-in-string'.
8387
8388 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8389
8390 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8391 bug report is mailed to an email list and posted to a news group.
8392
8393 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8394
8395 * comint.el (comint-replace-by-expanded-history-before-point):
8396 Fix change of 2000-08-03 to move point to the start of the line again.
8397
8398 * startup.el (tool-bar-images-pixel-height): New variable.
8399 (command-line): After loading the user's init file, when
8400 tool-bar-mode is on, increase the frame's size by some lines for
8401 the tool-bar.
8402
8403 * frame.el (frame-initialize): Create the initial frame invisible.
8404
8405 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8406
8407 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8408 (chinese-big5): MIME:Big5.
8409
8410 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8411
8412 * international/mule-cmds.el (universal-coding-system-argument):
8413 Handle commands with prefix args.
8414
8415 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8416
8417 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8418 being a list of numbers.
8419 (diary-mail-entries): Rewritten.
8420
8421 2001-01-23 Dave Love <fx@gnu.org>
8422
8423 * international/mule.el (make-coding-system): Fix typo.
8424
8425 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8426 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8427
8428 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8429
8430 * font-lock.el (font-lock-mode): Doc fix.
8431
8432 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8433
8434 * international/mule.el (make-translation-table): Fix docstring.
8435
8436 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8437
8438 * mail/rmail.el (rmail-redecode-body): New function.
8439
8440 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8441
8442 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8443
8444 * isearch.el (isearch-lazy-highlight-case-fold-search)
8445 (isearch-lazy-highlight-regexp): New variables.
8446 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8447 case-fold search or regexp search has been toggled.
8448
8449 * wid-edit.el (widget-button-click): Avoid a save-excursion
8450 around running a global binding.
8451
8452 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8453 to 0.25.
8454
8455 2001-01-20 Miles Bader <miles@gnu.org>
8456
8457 * cus-edit.el (custom-face-save): Do post-processing on the face's
8458 new value like `custom-face-set' does.
8459
8460 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8461
8462 * mail/emacsbug.el (report-emacs-bug): Report the value of
8463 LC_CTYPE, not LC_TYPE.
8464
8465 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8466 isearch-toggle-regexp and isearch-edit-string to doc string.
8467
8468 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8469
8470 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8471 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8472
8473 * jit-lock.el (jit-lock-fontify-now): Don't bind
8474 font-lock-beginning-of-syntax-function to nil.
8475
8476 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8477
8478 * mail/emacsbug.el (report-emacs-bug): Report values of
8479 locale-coding-system, default-enable-multibyte-characters, and the
8480 environment variables LC_ALL, LC_TYPE, and LANG.
8481
8482 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8483
8484 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8485
8486 * font-lock.el (font-lock-multiline): Default to nil.
8487 (font-lock-default-fontify-region): If font-lock-multiline is
8488 nil, don't check the property `font-lock-multiline'.
8489
8490 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8491 is nil, don't check the `font-lock-multiline' text property.
8492
8493 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8494
8495 * viper.el: Call initial-major-mode on startup.
8496
8497 * ediff.el (ediff-patch-file): Use better defaults.
8498
8499 * ediff-vers.el: Fix for 8+3 DOS file systems.
8500
8501 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8502
8503 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8504 diff mode, if available.
8505
8506 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8507
8508 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8509
8510 * ediff-init.el (subst-char-in-string): Define and use it, unless
8511 it's already defined.
8512
8513 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8514
8515 * tooltip.el (tooltip-hide-delay): New user-option.
8516 (tooltip-show): Use tooltip-hide-delay instead of the default.
8517
8518 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8519
8520 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8521 kill-local-variable doesn't work for enable-multibyte-characters.
8522
8523 2001-01-17 Dave Love <fx@gnu.org>
8524
8525 * ediff-init.el (ediff-before-setup-hook)
8526 (ediff-merge-filename-prefix): Add :version.
8527
8528 * international/latin1-disp.el: Require disp-table.
8529 (latin1-display): Fix :set.
8530
8531 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8532
8533 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8534
8535 * isearch.el (isearch-lazy-highlight-initial-delay)
8536 (isearch-lazy-highlight-interval): Default to 0.
8537
8538 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8539
8540 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8541 1 here rather than each time through
8542 isearch-lazy-highlight-new-loop.
8543 (isearch-lazy-highlight-max): Variable deleted.
8544 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8545 isearch-lazy-highlight-max but controls a single invocation of
8546 isearch-lazy-highlight-update.
8547 (isearch-lazy-highlight-wrapped): Variable recreated.
8548 (isearch-lazy-highlight-window-start): New variable.
8549 (isearch-lazy-highlight-cleanup): Restored to behavior of
8550 before 2-Jan.
8551 (isearch-lazy-highlight-remove-overlays): Function deleted;
8552 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8553 behavior removed.
8554 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8555 isearch-lazy-highlight-update in a loop rather than just once.
8556 Test isearch-invalid-regexp here and decide not to start a new
8557 loop, rather than testing it each time through
8558 isearch-lazy-highlight-update.
8559 (isearch-lazy-highlight-search): Function restored.
8560 (isearch-lazy-highlight-update): Get called in a timer loop again,
8561 but this time highlight more than one match each time through.
8562 Only highlight matches in the visible part of the window.
8563 Start at point, move in the direction of the search, and wrap around at
8564 the edge of the window. Use sit-for to force redisplay and ensure
8565 window-start is credible. "Face suppressing" behavior removed;
8566 overlay priorities should make it unnecessary, right?
8567 (isearch-highlight): Face suppressing behavior removed.
8568 (isearch-dehighlight): Face suppressing behavior removed.
8569 (isearch-set-lazy-highlight-faces-at): Removed.
8570
8571 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8572
8573 * language/european.el ("Latin-1"): Make the format of description
8574 about additional language environments same as that of Latin-2.
8575
8576 2001-01-16 Dave Love <fx@gnu.org>
8577
8578 * isearch.el (isearch-lazy-highlight): Add :version.
8579
8580 * simple.el (backward-delete-char-untabify-method)
8581 (next-line-add-newlines): Add :version.
8582
8583 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8584
8585 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8586 Don't bind <delete> otherwise.
8587
8588 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8589 and <delete> via function-key-map.
8590
8591 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8592 Subject line only if point is after the `Subject:'.
8593
8594 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8595
8596 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8597 japanese-jisx0213-2 in `charset' property of this lang. env.
8598
8599 * language/european.el ("Latin-1"): Add description for Dutch and
8600 Spanish lang. env.
8601
8602 * international/mule.el (decode-char): Fix conditions.
8603 (encode-char): Handle eight-bit-control too.
8604 (transform-make-coding-system-args): New function.
8605 (make-coding-system): Accept XEmacs style arguments for CCL base
8606 coding system.
8607
8608 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8609
8610 * progmodes/etags.el (find-tag-noselect): Save the value of
8611 tags-file-name before switching buffers, for the case it has a
8612 buffer-local value.
8613
8614 2001-01-15 Alex Schroeder <alex@gnu.org>
8615
8616 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8617 From Dave Love <fx@gnu.org>.
8618 (ansi-color-for-comint-mode): Fix :version.
8619
8620 2001-01-15 Alex Schroeder <alex@gnu.org>
8621
8622 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8623
8624 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8625
8626 * dired.el (dired-insert-directory): If file-system-info fails,
8627 remove the " free " part, but don't signal an error.
8628
8629 2001-01-12 Sam Steingold <sds@gnu.org>
8630
8631 * bookmark.el (bookmark-maybe-historicize-string):
8632 Use new backquote syntax.
8633
8634 2001-01-12 Richard M. Stallman <rms@gnu.org>
8635
8636 * subr.el (last): Handle a list that doesn't end in nil.
8637
8638 2001-01-12 Sam Steingold <sds@gnu.org>
8639
8640 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8641 to `backward-delete-char-untabify'.
8642
8643 2001-01-12 Dave Love <fx@gnu.org>
8644
8645 * cus-edit.el (customize-menu-create): Fix the :filter following
8646 easymenu change.
8647
8648 * wid-edit.el (function): Add :match-alternatives.
8649 (widget-color-action): Doc fix.
8650
8651 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8652
8653 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8654
8655 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8656
8657 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8658
8659 * international/ccl.el (define-ccl-program): Fix docstring.
8660
8661 2001-01-11 Dave Love <fx@gnu.org>
8662
8663 * international/mule-cmds.el (standard-display-european-internal):
8664 Set display table for 2208 as for 160.
8665
8666 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8667
8668 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8669 entry for custom-menu-create change.
8670 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8671 don't cons it in the search loop.
8672
8673 * imenu.el (imenu--truncate-items): Revert last change.
8674
8675 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8676
8677 * info.el (Info-setup-header-line): If the node header includes
8678 either Next: or Prev: links, don't show the File: and Node: parts
8679 in the header line.
8680
8681 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8682
8683 * comint.el (comint-goto-process-mark): Don't print a message
8684 when running in batch mode.
8685
8686 * isearch.el (isearch-search): In the condition-case handler for
8687 `error', set isearch-invalid-regexp to the whole error message.
8688
8689 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8690 ensure that eval-after-load works for files dumped with Emacs.
8691
8692 * help.el (load-symbol-file-load-history): New function extracted
8693 from function symbol-file.
8694 (symbol-file): Use it.
8695
8696 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8697
8698 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8699
8700 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8701 behave as if there were no prefix argument.
8702 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8703 argument were nil.
8704
8705 2001-01-11 Richard M. Stallman <rms@gnu.org>
8706
8707 * isearch.el (isearch-lazy-highlight-update):
8708 Don't look for more potential matches once maximum is exceeded.
8709 Use overlays-in to check correctly for overlap with current match.
8710 Ignore empty matches.
8711
8712 2001-01-11 Miles Bader <miles@gnu.org>
8713
8714 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8715 (ispell-overlay-window, ispell-help, ispell-show-choices)
8716 (ispell-command-loop): Use it instead of `window-height'.
8717
8718 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8719
8720 * files.el (confirm-kill-emacs): New user-option.
8721 (save-buffers-kill-emacs): Ask for final confirmation before
8722 killing Emacs.
8723
8724 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8725 to nil.
8726
8727 2001-01-10 Dave Love <fx@gnu.org>
8728
8729 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8730
8731 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8732
8733 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8734
8735 * calculator.el (calculator-number-digits): Fix :type.
8736
8737 * vc-cvs.el (vc-cvs-header): Fix :type.
8738 * vc-rcs.el (vc-rcs-header): Fix :type.
8739 * vc-sccs.el (vc-sccs-header): Fix :type.
8740
8741 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8742
8743 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8744
8745 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8746
8747 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8748
8749 * simple.el (set-variable): Force a thorough redisplay for the
8750 case that the variable has an effect on the display, like
8751 `tab-width' has.
8752
8753 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8754
8755 * vc.el: Add documentation for backend interface.
8756
8757 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8758
8759 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8760
8761 * international/mule-conf.el (latin-extra-code-table): Set to t
8762 for \223 and \224.
8763
8764 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8765
8766 * international/mule-cmds.el (locale-language-names): Map "es" to
8767 "Spanish" and "nl" to "Dutch".
8768
8769 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8770
8771 * bindings.el (global-map): Bind <home> to beginning-of-line,
8772 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8773 C-<end> to end-of-buffer.
8774
8775 * language/european.el: Add Dutch and Spanish language info
8776 to be able to use the appropriate tutorials.
8777
8778 2001-01-09 Alex Schroeder <alex@gnu.org>
8779
8780 * ansi-color.el (ansi-color-process-output): Use markers instead
8781 of positions for start and end of region.
8782 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8783 Previously, occasional mistakes happend when fontifying many
8784 chunks of output (eg. ls --color=yes /dev). This happened
8785 whenever an overlay was created up to the end of the region, which
8786 coincided with the process-mark. New text would then be added
8787 within that overlay instead of after it.
8788 (ansi-color-make-extent): Overlays are created with the property
8789 `modification-hooks' set to '(ansi-color-freeze-overlay).
8790 (ansi-color-freeze-overlay): New function. When inserting text at
8791 the end of the overlay, the overlay will resize.
8792
8793 2000-01-09 Alex Schroeder <alex@gnu.org>
8794
8795 * ansi-color.el (ansi-color-process-output): Doc change.
8796 (ansi-color-unfontify-region): Doc change. No longer installed
8797 automatically in font-lock-unfontify-region-function.
8798 (ansi-color-apply): Doc change.
8799 (ansi-color-apply-on-region): Use extents or overlays instead of
8800 text-properties.
8801 (ansi-color-make-extent): New function.
8802 (ansi-color-set-extent-face): New function.
8803
8804 2000-01-09 Alex Schroeder <alex@gnu.org>
8805
8806 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8807 both use ansi-color-process-output, now.
8808 (ansi-color-process-output): Doesn't return string anymore. It is
8809 installed in comint-output-filter-functions for both Emacs and
8810 XEmacs, now.
8811 (ansi-color-unfontify-region): Simplified code removing variables
8812 pos and start-ansi.
8813 (ansi-color-apply): Put text-property ansi-color before putting
8814 text-property face because ansi-color-unfontify-region is called
8815 immediately after the call to put-text-property.
8816 (ansi-color-context-region): Doc change.
8817 (ansi-color-filter-region): Simplified code.
8818 (ansi-color-apply-on-region): Changed start to start-marker, using
8819 a marker explicitly. Put text-property ansi-color before putting
8820 text-property face because ansi-color-unfontify-region is called
8821 immediately after the call to put-text-property.
8822
8823 2000-01-09 Alex Schroeder <alex@gnu.org>
8824
8825 * ansi-color.el (ansi-color-faces-vector): Doc change.
8826 (ansi-color-for-comint-mode): Changed :type property to choice.
8827 (ansi-color-last-context): Removed.
8828 (ansi-color-process-output): Don't use ansi-color-last-context, as
8829 the main functions will store their context now.
8830 (ansi-color-context): Doc change.
8831 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8832 Uses ansi-color-context such that repeated calls will strip
8833 partial escape sequences, too.
8834 (ansi-color-apply): Simplified code. Colorize end of string if
8835 face is not null. Store context in new (FACE STRING) format, such
8836 that repeated calls will strip partial escape sequences, too.
8837 Append faces to face property using ansi-color-apply-sequence such
8838 that cumulative mode actually works.
8839 (ansi-color-context-region): New variable.
8840 (ansi-color-filter-region): Rewrote it based on
8841 ansi-color-apply-on-region. Uses ansi-color-context-region such
8842 that repeated calls will strip partial escape sequences, too.
8843 (ansi-color-apply-on-region): Simplified code. Colorize end of
8844 region if face is not null. Store context in new (FACE POS)
8845 format, such that repeated calls will strip partial escape
8846 sequences, too. Append faces to face property using
8847 ansi-color-apply-sequence such that cumulative mode actually works.
8848 (ansi-color-apply-sequence): New function.
8849 (ansi-color-get-face): When the default face is added to the list
8850 of faces, all previous settings are discarded and the list of
8851 faces is set to '(default).
8852
8853 2000-01-09 Alex Schroeder <alex@gnu.org>
8854
8855 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8856 face, such that ansi-color-apply and ansi-color-apply-on-region
8857 will do the right thing.
8858 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8859 returns nil, set the list of faces back to nil instead of
8860 appending the result of ansi-color-get-face to the front of the list.
8861
8862 2000-01-09 Alex Schroeder <alex@gnu.org>
8863
8864 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8865 (ansi-color-process): Doc change.
8866 (ansi-color-last-context): New buffer-local variable.
8867 (ansi-color-process-output): New function. It is automatically
8868 added to comint-output-filter-functions if this is XEmacs.
8869 (ansi-color-unfontify-region): New optional parameter for XEmacs
8870 compatibility. Check wether font-lock-syntactic-keywords is
8871 boundp before removing the syntax table text property, as XEmacs
8872 doesn't have it.
8873 (ansi-color-filter-region): Doc change.
8874 (ansi-color-apply-on-region): Doc change.
8875 (ansi-color-make-face): New function. Compatibility layer for
8876 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8877 (ansi-color-make-color-map): Use ansi-color-make-face.
8878 (ansi-color-get-face): Avoid face text property '(nil) as results
8879 in an errow for XEmacs.
8880
8881 2000-01-09 Alex Schroeder <alex@gnu.org>
8882
8883 * ansi-color.el (ansi-color-unfontify-region): New function.
8884 Uses text-property ansi-color in order to preserve fontification by
8885 ansi-color. When the package is loaded, a lambda expression is
8886 put onto font-lock-mode-hook. This lambda expression will check
8887 font-lock-unfontify-region-function and replace
8888 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8889 (ansi-color-apply): Add text-property ansi-color in addition to
8890 text-property face.
8891 (ansi-color-apply-on-region): Add text-property ansi-color in
8892 addition to text-property face.
8893 (save-buffer-state): Copy of the macro that is also used by
8894 lazy-lock and font-lock.
8895
8896 (ansi-color-for-comint-mode): New option.
8897 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8898 (ansi-color-for-comint-mode-off): Ditto.
8899 (ansi-color-for-comint-mode-filter): Ditto.
8900 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8901 decide what to do. This function is added to
8902 comint-preoutput-filter-functions when the package is loaded.
8903
8904 (ansi-color-for-shell-mode-set): Removed.
8905 (ansi-color-for-shell-mode): Removed.
8906
8907 2000-01-09 Alex Schroeder <alex@gnu.org>
8908
8909 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8910 the lambda expression from the ansi-color-for-shell-mode :set
8911 property. Additionally, modify shell-mode-hook to enable or
8912 disable font-lock-mode for future shell buffers.
8913 (ansi-color-for-shell-mode): The :set property calls
8914 ansi-color-for-shell-mode-set instead of a lambda expression.
8915
8916 2000-01-09 Alex Schroeder <alex@gnu.org>
8917
8918 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8919 (ansi-color-context): New variable.
8920 (ansi-color-apply): Save context between calls.
8921
8922 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8923
8924 * isearch.el (isearch, isearch-lazy-highlight-face):
8925 New definitions for face colors and attributes.
8926
8927 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8928 of display-mouse-p.
8929
8930 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8931
8932 * international/mule.el (make-coding-system): If the coding system
8933 accepts extra latin codes, register such codes as safe for the
8934 coding system.
8935
8936 2001-01-08 Richard M. Stallman <rms@gnu.org>
8937
8938 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8939 don't mention the file name or the date here, because they are
8940 logged at the start of the file.
8941
8942 2001-01-08 Richard M. Stallman <rms@gnu.org>
8943
8944 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8945 Change screen-width to frame-width.
8946
8947 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8948
8949 * info.el (Info-search): Print the default as part of the prompt.
8950
8951 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8952
8953 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8954 constant implementations in backends.
8955
8956 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8957 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8958
8959 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8960 WRITABLE to EDITABLE.
8961
8962 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8963 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8964 to EDITABLE.
8965
8966 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8967
8968 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8969 (copyright, copyright-update): Compute the current year at run time.
8970
8971 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8972
8973 * isearch.el (isearch-old-signal-hook): Removed.
8974 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8975 instead of setting signal-hook-function.
8976 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8977
8978 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8979
8980 * emulation/edt.el: Update to version 4.0. Provide support for
8981 EDT scroll margins at top and bottom of the window. Provide an
8982 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8983 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8984 user when file-related buffer modifications exist.
8985 Provide support for running EDT Emulation in XEmacs.
8986 Provide customize access to some user updatable variables.
8987 Add Commentary section to file header.
8988 Fixed a few minor bugs and cleaned up some code.
8989
8990 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8991 for detecting a keypress that generates an ASCII key sequence.
8992 (Previously, only a keypress that generates a vector was
8993 recognized.) Embed Window Manager name into name of the generated
8994 EDT Emulation initialization file since the initialization file is
8995 Window Manager specific. Add Commentary section to file header.
8996
8997 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8998
8999 * mail/sendmail.el (mail-mode): Doc fix.
9000
9001 * info.el (Info-goto-emacs-command-node): Doc fix.
9002 (Info-goto-emacs-key-command-node): Doc fix.
9003
9004 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9005
9006 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
9007 systems without long file-name support.
9008
9009 2001-01-06 Andrew Innes <andrewi@gnu.org>
9010
9011 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
9012
9013 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9014
9015 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
9016 (isearch-lazy-highlight-update): Doc fix.
9017
9018 * ffap.el (ffap-bindings): Doc fix.
9019
9020 * dired-x.el (dired-virtual-guess-dir): Doc fix.
9021
9022 2001-01-05 Dave Love <fx@gnu.org>
9023
9024 * emacs-lisp/cl-seq.el (remove, remq): Remove.
9025
9026 2001-01-05 Gerd Moellmann <gerd@gnu.org>
9027
9028 * mouse-drag.el (mouse-drag-safe-scroll):
9029 Bind scroll-preserve-screen-position to nil.
9030
9031 * isearch.el (isearch-old-signal-hook): New variable.
9032 (isearch-mode): Set signal-hook-function to isearch-done.
9033 (isearch-done): Restore old signal-hook-function.
9034
9035 * info.el (Info-fontify-node): Mark one more char as intangible.
9036
9037 2000-01-05 Kenichi Handa <handa@etl.go.jp>
9038
9039 * composite.el (compose-last-chars): New argument COMPONENTS.
9040 If it is non-nil, compose preceding characters by compose-region with
9041 COMPONENTS.
9042
9043 * international/quail.el (quail-input-string-to-events): New function.
9044 (quail-input-method): Convert input string to events here.
9045 (quail-start-translation): Return input string, not event list.
9046 (quail-start-conversion): Likewise.
9047
9048 2001-01-04 Gerd Moellmann <gerd@gnu.org>
9049
9050 * tooltip.el (tooltip-cancel-delayed-tip)
9051 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
9052 and tooltip-add-timeout.
9053 (tooltip-show): Set border color from faces's foreground.
9054 (tooltip-show-help-function): If called with the same help string
9055 as last time, do nothing.
9056 (tooltip-help-tips): Don't set tooltip-help-message to nil.
9057
9058 * startup.el (fancy-splash-screens): Don't bind show-help-function
9059 to nil.
9060
9061 * tooltip.el (tooltip-frame-parameters): Remove colors.
9062 (tooltip): New face
9063 (tooltip-set-param): New function.
9064 (tooltip-show): Set up color frame parameters from face `tooltip'.
9065 Display the tooltip text in face `tooltip'.
9066
9067 2001-01-04 Dave Love <fx@gnu.org>
9068
9069 * whitespace.el (whitespace-global-mode): Fix typo.
9070
9071 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
9072
9073 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9074
9075 * help.el (help-for-help): Fix a typo in a doc string.
9076 From kwzh@gnu.org (Karl Heuer).
9077
9078 2001-01-03 Dave Love <fx@gnu.org>
9079
9080 * dired-x.el: Doc fixes. Maintainer change.
9081 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
9082 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
9083 (dired-guess-shell-alist-user): Customize.
9084 (dired-x-help-address): Set to bug-gnu-emacs.
9085 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
9086 (dired-default-directory): Renamed from default-directory.
9087
9088 * hl-line.el (hl-line): Doc fix.
9089
9090 2001-01-03 Karl Fogel <kfogel@red-bean.com>
9091
9092 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
9093
9094 2001-01-02 Richard M. Stallman <rms@gnu.org>
9095
9096 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
9097 to remove all the current alternative-match highlighting.
9098 If nil, remove only what's outside the current window.
9099 (isearch-lazy-highlight-remove-overlays): Take optional
9100 region within which NOT to remove them.
9101 (isearch-lazy-highlight-new-loop): Greatly simplified.
9102 (isearch-lazy-highlight-update): Find all the other occurrences
9103 visible in the window, in just one call.
9104 (isearch-lazy-highlight-start): Now holds start of region to scan.
9105 (isearch-lazy-highlight-end): Now holds end of region to scan.
9106 (isearch-lazy-highlight-wrapped): Variable deleted.
9107 (isearch-lazy-highlight-search): Function deleted.
9108
9109 2000-01-02 Andrew Innes <andrewi@gnu.org>
9110
9111 * w32-fns.el (convert-standard-filename): Do length check on name
9112 before aref.
9113
9114 2001-01-02 Dave Love <fx@gnu.org>
9115
9116 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
9117 value.
9118 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
9119
9120 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
9121
9122 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
9123 read syntax.
9124
9125 * calendar/todo-mode.el (todo): Add :link, :version.
9126 (todo-save-top-priorities): Remove autoload cookie.
9127 (todo-add-category, todo-add-item-non-interactively)
9128 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
9129
9130 2001-01-02 Gerd Moellmann <gerd@gnu.org>
9131
9132 * comint.el (comint-input-history-ignore): New variable.
9133 (comint-read-input-ring): Ignore entries matching
9134 comint-input-history-ignore.
9135
9136 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
9137
9138 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
9139 (lm-copyright-mark): New function.
9140 (lm-crack-copyright): New function.
9141 (lm-verify): Check that the file has a copyright.
9142 Check that the file is copyright Free Software Foundation.
9143
9144 2000-12-30 Kenichi Handa <handa@etl.go.jp>
9145
9146 * international/mule-diag.el (print-fontset): Indent font name by
9147 24 columns, not 25.
9148
9149 2000-12-29 Gerd Moellmann <gerd@gnu.org>
9150
9151 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
9152 in Subject line.
9153
9154 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
9155 Use mail-mode-hook instead of mail-setup-hook.
9156 Otherwise continuing an interrupted message with C-u C-x m for
9157 instance, winds up in Mail mode without abbrevs.
9158
9159 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9160
9161 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
9162 non-nil. Adding almost all customization variables on ps-setup.
9163 Doc fix.
9164 (ps-print-version): New version number (6.3.3).
9165 (ps-end-with-control-d): Initialization fix.
9166 (ps-lines-printed): New var.
9167 (ps-skip-newline): New fun.
9168 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
9169 (ps-next-line, ps-continue-line, ps-plot-region)
9170 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
9171
9172 2000-12-29 Kenichi Handa <handa@etl.go.jp>
9173
9174 * international/fontset.el (x-complement-fontset-spec):
9175 Resolve ASCII font name so that the same family name is used for fonts
9176 registered in x-font-name-charset-alist.
9177 (create-fontset-from-fontset-spec): Adjusted for the above change.
9178 The name of fontset alias should be a unresolved ASCII font name.
9179
9180 2000-12-28 Gerd Moellmann <gerd@gnu.org>
9181
9182 * simple.el (delete-key-deletes-forward-mode): Bind backspace
9183 and delete in isearch-mode-map.
9184
9185 2000-12-28 Richard M. Stallman <rms@gnu.org>
9186
9187 * dired-x.el (dired-guess-shell-alist-default):
9188 Use xpdf instead of acroread.
9189
9190 2000-12-28 Kenichi Handa <handa@etl.go.jp>
9191
9192 * textmodes/artist.el (artist-butlast): Deleted.
9193 (artist-ellipse-mirror-quadrant): Use butlast instead of
9194 artist-butlast.
9195
9196 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9197
9198 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9199
9200 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9201
9202 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9203
9204 * ls-lisp.el: Better support for the Mac and MS-Windows.
9205 (ls-lisp): New defgroup.
9206 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
9207 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
9208 (ls-lisp-support-shell-wildcards): New defcustoms.
9209 (ls-lisp-parse-symlink): New function.
9210 (insert-directory): Code to convert switches to a list and set up
9211 the wildcard argument copied from ls-lisp-insert-directory.
9212 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9213 for -C and -R switches.
9214 (ls-lisp-column-format): New function.
9215 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9216 (ls-lisp-format-time): Add doc strings.
9217 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9218 Support ls-lisp-dirs-first.
9219 (ls-lisp-classify, ls-lisp-extension): New functions.
9220 (ls-lisp-format): Optionally support emulation of symlinks.
9221 Support -i, -s, and -G switches.
9222
9223 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9224
9225 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9226
9227 * version.el (emacs-version): Print X scroll bar information.
9228
9229 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9230 instead of x-toolkit-scroll-bars-p.
9231
9232 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9233 of x-toolkit-scroll-bars-p.
9234
9235 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9236
9237 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9238 (ffap-bindings): Doc fix, to reflect the above change.
9239
9240 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9241
9242 * term.el (term-char-mode): Define all non-ascii self-inserting
9243 characters to 'term-send-raw in term-raw-map.
9244
9245 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9246
9247 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9248
9249 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9250 Changed initialization; use add-hook.
9251 (ediff-file-remote-p): Use file-local-copy.
9252
9253 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9254
9255 * ediff.el (ediff-patch-buffer): Bug fix.
9256 (ediff-revision): Allow selection of the file at the prompt.
9257
9258 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9259
9260 * subr.el (combine-run-hooks): Remove.
9261
9262 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9263 and remove the rogue second spec.
9264
9265 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9266
9267 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9268
9269 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9270
9271 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9272 Use minibuffer menu prompt for the `=' prefix.
9273 (smerge-command-prefix): Change default to C-^.
9274 (smerge-mode): Don't assume font-lock doesn't move point.
9275
9276 * skeleton.el (skeleton-internal-1): Make sure the first line of
9277 the region is also re-indented.
9278 (skeleton-end-newline): New var.
9279 (skeleton-end-hook): Use it.
9280
9281 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9282
9283 * comint.el (comint-password-prompt-regexp): Support CVS.
9284
9285 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9286
9287 * simple.el (delete-key-deletes-forward-mode): Simplify.
9288 Also backspace key combinations, depending on
9289 delete-key-deletes-forward.
9290
9291 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9292
9293 * simple.el (delete-key-deletes-forward): Doc fix.
9294
9295 2000-08-22 Emmanuel Briot <briot@gnat.com>
9296
9297 * xml.el (top level comment): Updated to reflect the fact that
9298 white spaces are relevant in the XML file.
9299 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9300 to parse was already edited. This allows for on-the-fly analysis
9301 of XML files.
9302 (xml-parse-tag): Check that the casing is the same in the start
9303 tag and end tag, since XML is case-sensitive. Allows for spaces
9304 in the end tag, after the name of the tag.
9305 (xml-parse-attlist): Allow for the character '-' in the name of
9306 attributes, as in the standard http-equiv attribute Do not save
9307 the properties in the XML tree, since they are not relevant.
9308
9309 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9310
9311 * generic.el (generic-read-type): Undo last change, inline into
9312 `generic-mode' and then remove.
9313 (generic-mode): Inline generic-read-type.
9314 (define-generic-mode): Push the symbol name rather than the symbol
9315 onto generic-mode-list.
9316
9317 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9318
9319 * generic.el (generic-read-type): Build an alist for
9320 completing-read as in 20.7.
9321
9322 * play/landmark.el (lm): Use interactive spec `P'.
9323 (toplevel): Don't set debug-on-error.
9324
9325 * server.el (server-switch-buffer): Choose a window on a visible frame.
9326
9327 2000-12-21 Dave Pearson <davep@davep.org>
9328
9329 * quickurl.el: Commentry change, I've moved my web site.
9330
9331 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9332
9333 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9334 ranges like \177-\237, but accepts the character sequence from \177 to
9335 \237. Doc fix.
9336 (ebnf-version): New version (3.4).
9337 (ebnf-setup): Code fix.
9338 (ebnf-range-regexp): New fun.
9339 (ebnf-8-bit-chars): Const fix.
9340
9341 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9342 entry. Doc fix.
9343 (ebnf-bnf-lex): Code fix.
9344 (ebnf-bnf-comment-chars): Const fix.
9345
9346 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9347 entry. Doc fix.
9348 (ebnf-iso-comment-chars): Const fix.
9349
9350 * ebnf-otz.el: Doc fix.
9351
9352 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9353 entry. Doc fix.
9354 (ebnf-yac-skip-code): Code fix.
9355 (ebnf-yac-comment-chars): Const fix.
9356
9357 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9358
9359 * files.el (insert-directory-safely): New function.
9360 (recover-file): Use it instead of insert-directory.
9361 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9362
9363 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9364
9365 * international/mule-cmds.el (select-safe-coding-system):
9366 Check coding-category-list more rigidly. Improve help message.
9367
9368 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9369
9370 2000-12-21 Miles Bader <miles@gnu.org>
9371
9372 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9373
9374 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9375
9376 * international/mule-diag.el (describe-char-after): Make *Help*
9377 buffer inherit multibyteness of the current buffer.
9378
9379 * international/mule.el (make-char): Docstring adjusted for the
9380 change of make-char-internal.
9381
9382 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9383
9384 * international/iso-cvt.el: Docstrings fix.
9385
9386 2000-12-20 Dave Love <fx@gnu.org>
9387
9388 * subr.el (eval-after-load): Doc fix.
9389
9390 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9391
9392 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9393 for numbers.
9394
9395 2000-12-20 Miles Bader <miles@gnu.org>
9396
9397 * international/quail.el (quail-help): Resize the help window
9398 again after it has all its contents. Remove unneeded progn.
9399
9400 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9401
9402 * pcmpl-linux.el: Fix copy/paste error.
9403
9404 2000-12-19 Andrew Innes <andrewi@gnu.org>
9405
9406 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9407
9408 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9409
9410 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9411
9412 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9413
9414 * progmodes/idlw-shell.el: Fixed copyright notice.
9415
9416 * progmodes/idlwave.el: Fixed copyright notice.
9417
9418 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9419 TAB as key separators.
9420
9421 2000-12-19 Alex Schroeder <alex@gnu.org>
9422
9423 * sql.el (sql-sybase-options): New option.
9424 (sql-sybase): Use it. Add sql-database to the list of parameters
9425 provided for login. The options -w 2048 -n are not used any more.
9426 (sql-postgres-options): Changed default from "--pset" to "-P".
9427 (sql-mysql-options): Doc change.
9428 (sql-stop): Doc change.
9429
9430 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9431
9432 * international/quail.el (quail-input-method): Always hide
9433 the guidance buffer on exiting.
9434
9435 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9436
9437 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9438 isn't fboundp.
9439
9440 * server.el (server-buffer-done): Bury the buffer before
9441 killing it.
9442
9443 * faces.el (face-spec-set): Interpret a nil in specs for
9444 foreground and background colors as `unspecified', for
9445 compatibility with 20.x.
9446
9447 2000-12-18 Dave Love <fx@gnu.org>
9448
9449 * simple.el (mail-user-agent): Doc fix.
9450 (input-mode-8-bit): Removed.
9451
9452 * international/mule.el (set-keyboard-coding-system): Doc fix.
9453 (keyboard-coding-system): New option.
9454
9455 * mail/sendmail.el (send-mail-function): Customize.
9456
9457 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9458
9459 * international/codepage.el (cp866-decode-table): New table.
9460
9461 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9462
9463 * version.el (emacs-version): Remove `%a' from the time format
9464 because the weekday doesn't fit well into each locale.
9465
9466 2000-12-18 Miles Bader <miles@gnu.org>
9467
9468 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9469
9470 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9471 Check that emacs-major-version is `=' to 20, not `>='.
9472 (artist-replace-chars): Use `make-string' instead of a loop.
9473
9474 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9475
9476 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9477 (cvs-execute-single-file): Don't change directory.
9478 Patch from Per Cederqvist.
9479
9480 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9481
9482 * textmodes/ispell.el (check-ispell-version):
9483 If `ispell-program-name' is "aspell", pass it the -v switch instead
9484 of -vv.
9485
9486 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9487
9488 * international/mule-diag.el (mule-diag): Insert information about
9489 configure options, multibyte awareness, language env.
9490
9491 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9492 regexp to search for candidates.
9493
9494 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9495
9496 * info.el (Info-forward-node): If the node has an
9497 Info-header-line, widen the buffer before searching for "next:"
9498 and "up:" pointers, and set the search limit to stay in the
9499 current node.
9500
9501 2000-12-16 Miles Bader <miles@gnu.org>
9502
9503 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9504
9505 2000-12-15 Miles Bader <miles@gnu.org>
9506
9507 * comint.el (comint-send-string, comint-send-region): Also accept
9508 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9509 process-send-string/region.
9510
9511 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9512
9513 * isearch.el (isearch-lazy-highlight-max): New user-option.
9514 (isearch-lazy-highlight-update): Don't highlight more than
9515 isearch-lazy-highlight-max matches.
9516
9517 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9518
9519 2000-12-15 Richard M. Stallman <rms@gnu.org>
9520
9521 * sort.el (sort-columns): Fix error message.
9522
9523 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9524 `upcase' or `downcase' or nil.
9525 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9526 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9527 (dabbrev--substitute-expansion): New arg record-case-pattern.
9528 If it is non-nil, set dabbrev--last-case-pattern.
9529 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9530
9531 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9532
9533 2000-12-15 Miles Bader <miles@gnu.org>
9534
9535 * paths.el (Info-default-directory-list): Don't delete
9536 configure-info-directory from the list of standard info
9537 directories when appending it to the end -- their order is important.
9538
9539 * faces.el (read-face-attribute): If there's no entry for the
9540 user's input in VALID, just use it as-is (this will often result
9541 in an error, but it may be OK for e.g. colors using hexadecimal
9542 notation, and at least will yield a better error message).
9543
9544 * window.el (mode-line-window-height-fudge): Function removed.
9545 (height-affecting-face-attributes, mode-line-window-height-fudge):
9546 Variables removed.
9547 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9548 window is really the right size. Use vertical-motion
9549 rather than forward-line.
9550 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9551 (ispell-command-loop, ispell-show-choices): Use the variable
9552 ispell-choices-win-default-height, rather than the function.
9553 (ispell-choices-win-default-height): Function removed.
9554 (ispell-mode-line-window-height-fudge): Function removed.
9555
9556 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9557
9558 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9559
9560 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9561
9562 * paths.el (Info-default-directory-list):
9563 If configure-info-directory is not one of the standard directories,
9564 put it first in the list; otherwise put it last. Doc string
9565 changed accordingly.
9566
9567 * info.el (Info-directory-list): Change doc string to reflect the
9568 change in Info-default-directory-list.
9569
9570 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9571 windows-nt as windowed environments, even under -nw.
9572
9573 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9574 if not fboundp. Switch delete-forward mode for the <delete> key
9575 on all PC platforms, even under -nw.
9576
9577 * term/internal.el ([M-delete]): Remap to M-d.
9578
9579 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9580
9581 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9582
9583 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9584
9585 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9586
9587 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9588
9589 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9590 if appropriate.
9591
9592 * simple.el (delete-key-deletes-forward): New user-option.
9593 (delete-key-deletes-forward-mode): New function.
9594
9595 * bindings.el: Bind `delete' to backward-delete-char.
9596
9597 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9598 Test if symbol is bound before getting its value.
9599
9600 * tooltip.el (tooltip-show): If an error is signaled in
9601 x-show-tip, display that error, and display the help in the
9602 echo area.
9603
9604 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9605
9606 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9607 Show "... entries" messages for every 10000 entries, not 10.
9608
9609 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9610
9611 * bookmark.el: Provide a generic exit hook, as suggested by
9612 Ovidiu Predescu <ovidiu@cup.hp.com>:
9613 (bookmark-exit-hook): New var.
9614 (bookmark-exit-hook-internal): New func, replaces
9615 old raw lambda form in `kill-emacs-hook', and runs new
9616 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9617 as logically that feature must have been provided if this function
9618 is running.
9619 Removed ;;;###autoload before the `add-hook' call.
9620
9621 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9622
9623 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9624 (easy-menu-current-active-maps): New function.
9625 (easy-menu-get-map): Use it.
9626 Make a proper menu entry when creating a new keymap.
9627
9628 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9629
9630 * international/characters.el: Fix cases and syntaxes for
9631 mule-unicode-0100-24ff.
9632
9633 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9634 that a Japanese character is not appended after day and year.
9635
9636 * info.el (Info-suffix-list): Change format for a command that
9637 requires arguments.
9638 (info-insert-file-contents): Adjusted for the above change.
9639
9640 2000-12-12 Andreas Schwab <schwab@suse.de>
9641
9642 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9643 on the name of the tar buffer. Verify that the existing buffer is
9644 visiting the same subfile.
9645
9646 2000-12-12 Dave Love <fx@gnu.org>
9647
9648 * subdirs.el: Add obsolete.
9649
9650 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9651
9652 * mail/rmailsum.el (rmail-summary-expunge)
9653 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9654 instead of rmail-confirm-expunge.
9655
9656 * replace.el (perform-replace): Don't use an empty match adjacent
9657 to a non-empty match when computing the next match before the
9658 replacement is performed.
9659
9660 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9661
9662 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9663 definition (patch by Stefan Monnier).
9664 (glasses-mode): Use jit-lock instead of `after-change-functions'
9665 (patch by Stefan Monnier).
9666
9667 2000-12-12 Miles Bader <miles@gnu.org>
9668
9669 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9670 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9671
9672 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9673
9674 * term/mac-win.el: Remove load for ls-lisp.
9675
9676 * loadup.el: Load ls-lisp for system-type `macos'.
9677
9678 2000-12-12 Miles Bader <miles@gnu.org>
9679
9680 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9681 Respect field end too.
9682 (just-one-space): Respect fields as `delete-horizontal-space'.
9683 (newline-and-indent, reindent-then-newline-and-indent):
9684 Use `delete-horizontal-space'.
9685
9686 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9687
9688 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9689 (so as to obey the field property in the minibuffer).
9690
9691 * obsolete/c-mode.el: Moved from lisp/progmodes.
9692 * obsolete/auto-show.el: Moved from lisp.
9693 * obsolete/ooutline.el: Moved from lisp/textmodes.
9694
9695 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9696
9697 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9698 changes to list them here.
9699
9700 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9701 Too many changes to list them here.
9702
9703 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9704 Too many changes to list them here.
9705
9706 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9707
9708 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9709
9710 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9711
9712 * cus-edit.el (custom-save-variables, custom-save-faces):
9713 Comment fix.
9714
9715 * hscroll.el: Moved to `obsolete' subdir.
9716
9717 2000-12-11 Miles Bader <miles@gnu.org>
9718
9719 * window.el (window-text-height): Function removed (now in C).
9720
9721 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9722
9723 * log-edit.el (log-edit-parent-buffer): New var.
9724 (log-edit): Set it. Add BUFFER argument.
9725 (log-edit-done): Use char-before.
9726 Don't bother checking validity of vc-comment-ring.
9727 Only bury the buffer if log-edit popped it up.
9728
9729 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9730 (cvs-mode-diff-help): Remove.
9731 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9732 (cvs-mode-marked): Set up the default for CMD manually.
9733
9734 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9735 Remove binding for ? now made unnecessary.
9736
9737 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9738
9739 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9740 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9741
9742 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9743 when master file is not open.
9744
9745 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9746
9747 * progmodes/ada-stmt.el: Update `maintainer'.
9748
9749 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9750
9751 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9752 choices to match documentation string.
9753
9754 2000-12-09 Miles Bader <miles@gnu.org>
9755
9756 * minibuf-eldef.el: New file.
9757
9758 * window.el (fit-window-to-buffer): Don't pass last argument to
9759 pos-visible-in-window-p, now that its meaning is inverted.
9760
9761 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9762
9763 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9764 <ceder@lysator.liu.se>.
9765
9766 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9767
9768 * autoinsert.el (auto-insert-alist): Add missing final \n.
9769
9770 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9771 (cvs-menu-map): Remove.
9772 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9773 (cvs-mode-quit): Turn it back into a plain function.
9774
9775 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9776 (texinfo-filter): Remove (move to texinfo.el).
9777
9778 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9779 file where it's more visible.
9780 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9781 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9782 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9783 (texinfo-inside-macro-p): Only catch `scan-error's.
9784 (texinfo-inside-env-p): Make better use of the match info.
9785 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9786 (texinfo-insert-@end): Slight re-organization.
9787 Also remove useless `looking-at' call.
9788
9789 2000-12-08 Andrew Innes <andrewi@gnu.org>
9790
9791 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9792 accessible in -nw mode.
9793
9794 * term/w32-win.el: Remove stuff about selection timeout, which is
9795 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9796 it is accessible in -nw mode.
9797
9798 2000-12-08 Dave Love <fx@gnu.org>
9799
9800 * emacs-lisp/lisp-mode.el (lisp-mode):
9801 Set font-lock-keywords-case-fold-search.
9802
9803 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9804
9805 * textmodes/ispell.el (ispell): Doc fix.
9806
9807 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9808
9809 * international/quail.el (quail-insert-decode-map): Check the
9810 frame width of a window displaying the current buffer, not that of
9811 the selected frame.
9812 (quail-help): Make sure that the help buffer has window before
9813 inserting text in it.
9814
9815 2000-12-07 Sam Steingold <sds@gnu.org>
9816
9817 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9818 Backquote is used in isearch.el, so autoloading saves nothing.
9819
9820 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9821
9822 * startup.el (normal-top-level-add-subdirs-to-load-path):
9823 Ignore the CVS and RCS subdirectories case-insensitively.
9824
9825 * dired.el (dired-insert-directory): If file-system-info is
9826 fboundp, call it instead of invoking dired-free-space-program.
9827
9828 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9829
9830 * server.el (server-visit-files): Push files on file-name-history.
9831
9832 * progmodes/cc-langs.el: Update copyright.
9833
9834 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9835
9836 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9837
9838 * bindings.el (mode-line-mode-menu): Reverse the order
9839 of define-keys so that the menu appears in alphabetical order.
9840
9841 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9842
9843 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9844 of the function.
9845
9846 2000-12-07 Dave Love <fx@gnu.org>
9847
9848 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9849
9850 * facemenu.el (facemenu-unlisted-faces): Fix value.
9851
9852 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9853
9854 * font-lock.el (font-lock-default-fontify-region):
9855 Include the terminating \n (off-by-one error).
9856 (font-lock-set-defaults): Use dolist.
9857
9858 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9859
9860 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9861
9862 * international/mule-cmds.el (describe-language-environment):
9863 Fix for the case that an input method title is not string but a list.
9864
9865 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9866 of wrong SIZE record.
9867
9868 2000-12-06 Dave Love <fx@gnu.org>
9869
9870 * newcomment.el (comment-region, comment-dwim): Doc fix.
9871
9872 * textmodes/texinfo.el: Require tex-mode when compiling.
9873 (texinfo-update-node): Doc fix.
9874 (texinfo-imenu-generic-expression): Add @anchor.
9875 (texinfo-font-lock-keywords): Add @uref.
9876 (texinfo-inside-macro-p): Don't use ignore-errors.
9877 (texinfo-insert-quote): Match more contexts.
9878
9879 * international/mule.el (decode-char, encode-char): Doc fix.
9880 (auto-coding-alist): Customize.
9881
9882 * files.el (load-file): Fix change of 2000-03-12.
9883
9884 * wid-edit.el (widget-text-keymap): Doc fix.
9885
9886 2000-12-06 Andrew Innes <andrewi@gnu.org>
9887
9888 * makefile.w32-in (lisp): Set to an absolute directory, namely
9889 $(CURDIR).
9890
9891 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9892
9893 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9894 read generated-autoload-file, and set buffer-file-coding-system to
9895 raw-text-unix after reading the file.
9896
9897 * international/mule-conf.el (file-coding-system-alist):
9898 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9899
9900 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9901
9902 * replace.el (occur): Make line-number-width 1 smaller for the
9903 colon following the line number.
9904
9905 * startup.el (fancy-splash-text, command-line-1):
9906 Use `File' for the menu name instead of `Files'.
9907
9908 * tmm.el: Update copyright.
9909
9910 * cus-start.el: Add entry for even-window-heights.
9911
9912 2000-12-06 Miles Bader <miles@gnu.org>
9913
9914 * faces.el (frame-set-background-mode): Avoid stomping on
9915 locally modified faces.
9916
9917 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9918
9919 * international/fontset.el: Correct the font registries for
9920 japanese-jisx0213-1 and japanese-jisx0213-2.
9921
9922 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9923
9924 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9925
9926 * iswitchb.el: Update customization commentary.
9927
9928 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9929
9930 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9931 (tpu-search-highlight): Fixed comparison of overlay end positions.
9932 (tpu-trim-line-ends): Implemented trimming logic locally.
9933
9934 * emulation/tpu-extras.el (tpu-write-file-hook)
9935 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9936
9937 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9938
9939 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9940 to cn-gb.
9941 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9942
9943 2000-12-04 Dave Love <fx@gnu.org>
9944
9945 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9946
9947 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9948
9949 * mail/rmailsum.el (rmail-summary-expunge)
9950 (rmail-summary-expunge-and-save): Ask for confirmation with
9951 rmail-expunge-confirmed.
9952
9953 * mail/rmail.el (rmail-expunge-confirmed): New function.
9954 (rmail-expunge): Use it.
9955
9956 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9957
9958 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9959 (etags-recognize-tags-table, find-tag-in-order):
9960 New functionality: interpret file names as tags.
9961
9962 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9963
9964 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9965 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9966 the first subnode until the bottom of the current node is visible.
9967
9968 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9969
9970 * format.el (format-decode): Don't change buffer's undo list.
9971
9972 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9973
9974 * faces.el (face-font-registry-alternatives): Add entries for CJK
9975 fonts. Doc-string adjusted for the actual usage of this data.
9976
9977 * international/fontset.el: Change the font registries for CJK
9978 fonts in the default fontset. Don't append '*' to registries.
9979
9980 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9981
9982 * emacs-lisp/easy-mmode.el (define-derived-mode)
9983 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9984
9985 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9986 (derived-mode-p): New function.
9987 (derived-mode-make-docstring): Add `docstring' argument.
9988 Use it if available and complete it if necessary.
9989
9990 2000-12-03 Andreas Schwab <schwab@suse.de>
9991
9992 * type-break.el (type-break): Don't make parent of itself.
9993
9994 2000-12-03 Miles Bader <miles@gnu.org>
9995
9996 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9997
9998 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9999
10000 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
10001 (tex-main-file, tex-file): Simplify.
10002 (tex-generate-zap-file-name): Use subst-char-in-string.
10003 (tex-strip-dots): Remove.
10004
10005 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
10006
10007 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
10008 to check if the match succeeded.
10009
10010 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10011
10012 * startup.el (use-fancy-splash-screens-p): New function.
10013 (command-line-1): Use it to determine whether or not to use
10014 a fancy splash screen.
10015
10016 2000-12-02 Andreas Schwab <schwab@suse.de>
10017
10018 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
10019
10020 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10021
10022 * international/mule.el (make-char): Fix last change.
10023
10024 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10025 New defcustoms.
10026 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
10027 autoloading tex-mode; instead, do the same manually.
10028 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
10029 with numeric argument. Docstring fix.
10030 (toplevel): Require cl when compiling.
10031
10032 * international/mule.el (make-char): Doc fix.
10033
10034 2000-12-02 Jason Rumney <jasonr@gnu.org>
10035
10036 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
10037 the Emacs Lisp manual)
10038
10039 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10040
10041 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10042
10043 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
10044 the Emacs Lisp manual).
10045
10046 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10047
10048 * simple.el (next-line-add-newlines): Change default to nil.
10049
10050 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
10051
10052 * files.el (revert-buffer, recover-file):
10053 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
10054
10055 2000-12-01 Gerd Moellmann <gerd@gnu.org>
10056
10057 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10058
10059 2000-12-01 Miles Bader <miles@gnu.org>
10060
10061 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
10062
10063 2000-12-01 Kenichi Handa <handa@etl.go.jp>
10064
10065 * international/mule-diag.el (describe-char-after): Fix typo.
10066 (describe-character-set, non-iso-charset-alist): Fix typo.
10067
10068 2000-12-01 Miles Bader <miles@gnu.org>
10069
10070 * image-file.el (image-file-name-regexp): Automatically add
10071 upper-case variants of each filename extension in
10072 `image-file-name-extensions', since they seem to be common.
10073
10074 * simple.el (minibuffer-contents)
10075 (minibuffer-contents-no-properties, delete-minibuffer-contents):
10076 New functions.
10077 * filecache.el (file-cache-directory-name)
10078 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
10079
10080 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
10081
10082 * filecache.el (file-cache-minibuffer-complete): Don't try to
10083 delete the minibuffer prompt.
10084
10085 2000-11-30 Dave Love <fx@gnu.org>
10086
10087 * cus-start.el: Fix read-buffer-function type.
10088
10089 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10090
10091 * md5.el: Removed. There's a built-in function, now.
10092
10093 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
10094
10095 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
10096 as dummy 0-th char of rmail-deleted-vector.
10097
10098 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
10099
10100 * ps-print.el (ps-end-job): Bind case-fold-search only after
10101 switching to ps-spool-buffer.
10102
10103 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10104
10105 * ps-print.el: Line number font customization. PostScript: Lines and
10106 PageCount are initialized on each page. Doc Fix.
10107 (ps-print-version): New version number (6.3.2).
10108 (ps-lpr-switches, ps-font-info-database, ps-font-size)
10109 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
10110 (ps-right-header): Customization fix.
10111 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
10112 Fix code.
10113 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
10114 New vars.
10115
10116 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10117
10118 * bs.el: Fix typos and spelling errors.
10119 (bs-appearance) <defgroup>: Renamed from bs-appearence.
10120 (bs-configuration): Doc fix.
10121
10122 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
10123
10124 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
10125
10126 * emulation/tpu-edt.el (tpu-version): New version.
10127 (tpu-search-overlay, tpu-replace-overlay): New initial range.
10128 (tpu-original-mode-line): Variable deleted.
10129 (tpu-mark-flag): New initial value.
10130 (tpu-set-mode-line): Don't redefine mode-line-format.
10131 Add tpu-mark-flag to minor-mode-alist.
10132 (tpu-update-mode-line): New mark flag logic.
10133 (tpu-get): Use find-file-wildcards.
10134 (tpu-search-highlight): Move overlay less, reset overlay properly.
10135 (tpu-unselect): Deactivate mark.
10136 (tpu-lm-replace): Reset overlay properly.
10137 (tpu-forward-line): Use forward-visible-line.
10138 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
10139
10140 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
10141
10142 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10143
10144 * cus-edit.el (custom-face-value-create): Always emphasize tag.
10145
10146 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10147
10148 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
10149 and skip whitespace and newlines.
10150
10151 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
10152
10153 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
10154
10155 2000-11-29 Gerd Moellmann <gerd@gnu.org>
10156
10157 * help.el (describe-function-1): Regexp-quote function name
10158 when used as part of a regexp.
10159
10160 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10161 Use face-attribute instead of face-foreground and face-background.
10162 (tool-bar-add-item): Likewise, and handle unspecified colors.
10163
10164 * enriched.el (enriched-face-ans): Use face-attribute instead
10165 of face-foreground and face-background.
10166
10167 * faces.el (face-foreground, face-background, face-stipple):
10168 Return nil if attribute is unspecified, for backward compatibility.
10169
10170 * files.el (auto-mode-alist): Add an entry for antlr-mode.
10171
10172 * play/5x5.el: Remove version info.
10173
10174 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
10175
10176 * frame.el (blink-cursor-mode): Doc fix.
10177
10178 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10179
10180 * antlr-mode.el: New commands to run ANTLR from within Emacs and
10181 to create Makefile rules.
10182 (antlr-tool-command): New user option.
10183 (antlr-ask-about-save): New user option.
10184 (antlr-makefile-specification): New user option.
10185 (antlr-file-formats-alist): New variable.
10186 (antlr-special-file-formats): New variable.
10187 (antlr-unknown-file-formats): New user option.
10188 (antlr-help-unknown-file-text): New variable.
10189 (antlr-help-rules-intro): New variable.
10190 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10191 (antlr-mode-menu): Add entries.
10192 (antlr-file-dependencies): New function.
10193 (antlr-directory-dependencies): New function.
10194 (antlr-superclasses-glibs): New function.
10195 (antlr-run-tool): New command.
10196 (antlr-makefile-insert-variable): New function.
10197 (antlr-insert-makefile-rules): New function.
10198 (antlr-show-makefile-rules): New command.
10199
10200 * antlr-mode.el: More Emacs/XEmacs stuff.
10201 (antlr-no-action-keywords): New constant with value nil.
10202 (antlr-font-lock-keywords-alist): Use it. Old value would break
10203 syntax highlighting in Emacs-21.0.
10204 (antlr-default-directory): Emacs/XEmacs dependend function.
10205 (antlr-read-shell-command): Ditto.
10206 (antlr-with-displaying-help-buffer): Ditto.
10207
10208 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10209
10210 * antlr-mode.el: imenu, parsing and highlighting changes.
10211 (antlr-imenu-create-index-function): Don't create extra submenus
10212 for definitions in different grammar classes. It is not necessary
10213 for the menu and would make command `imenu' awkward to use.
10214 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10215 header actions and more than one.
10216 (antlr-font-lock-tokendef-face): Changed color.
10217 (antlr-font-lock-tokenref-face): Changed color.
10218 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10219 (antlr-mode-syntax-table): New variable.
10220 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10221 (antlr-with-syntax-table): Don't copy syntax table.
10222
10223 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10224
10225 * antlr-mode.el: Minor changes: language setting.
10226 (antlr-language-alist): The value for file option "language" can
10227 be both an identifier and a string.
10228 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10229 (antlr-language-limit-n-regexp): Change accordingly.
10230
10231 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10232
10233 * antlr-mode.el: Minor changes: tabs, hiding.
10234 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10235 (antlr-action-visibility): Also allow value nil to also hide the
10236 braces. Renamed from `antlr-tiny-action-length'.
10237 Suggested by Jay@aol.com.
10238 (antlr-hide-actions): Change accordingly. Hide line if completely
10239 hidden action is on a line of its own.
10240
10241 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10242
10243 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10244
10245 * sort.el (sort-columns): Don't concat strings with numbers.
10246
10247 2000-11-29 Dave Love <fx@gnu.org>
10248
10249 * cus-edit.el (face): Fix :format.
10250
10251 * mail/feedmail.el: Require smtpmail when compiling.
10252 (mail-do-fcc): Autoload.
10253 (feedmail) <defgroup>: Fix :link.
10254 (feedmail-nuke-body-in-fcc): Fix :type.
10255 (feedmail-send-it): Add autoload cookie.
10256
10257 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10258
10259 * newcomment.el (comment-indent): Save excursion around call to
10260 comment-indent-function.
10261
10262 2000-11-29 Miles Bader <miles@gnu.org>
10263
10264 * subr.el (member-ignore-case): Return the tail of the list who's
10265 car matches, like `member', not the matching element itself.
10266
10267 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10268
10269 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10270 should not contain `\n'.
10271
10272 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10273
10274 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10275
10276 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10277
10278 * dired-aux.el (dired-do-create-files): Construct default file
10279 name for dired-mark-read-file-name so that when the user enters
10280 just RET, the target file will end up in the target directory.
10281
10282 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10283 local-abbrev-table before changing buffers because it might
10284 have a buffer-local binding.
10285
10286 2000-11-28 Miles Bader <miles@gnu.org>
10287
10288 * simple.el (delete-horizontal-space): Handle fields more generally.
10289
10290 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10291
10292 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10293
10294 2000-11-28 Dave Love <fx@gnu.org>
10295
10296 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10297 comment-start-skip locally.
10298
10299 * progmodes/fortran.el (fortran-mode): Don't set
10300 fortran-comment-line-start-skip. Set comment-start to
10301 fortran-comment-line-start.
10302 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10303 (fortran-comment-line-start-skip): Simplify slightly.
10304
10305 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10306
10307 * play/5x5.el: Remove RCS keyword.
10308
10309 * bs.el: Mistaken commit, undone 2000-11-30.
10310
10311 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10312
10313 * textmodes/tildify.el (tildify-string-alist):
10314 Add `plain-tex-mode' here.
10315
10316 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10317
10318 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10319 reference.
10320
10321 2000-11-28 Miles Bader <miles@gnu.org>
10322
10323 * cus-face.el (custom-face-attributes): Add post-filter function
10324 for :box. Make pre-filter function for :box handle all cases.
10325
10326 * wid-edit.el (widget-choose): Make sure pop-up window is large
10327 enough to display all the choices, as there's no way to scroll it.
10328
10329 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10330
10331 * international/mule-conf.el: Make the coding system no-conversion
10332 safe for all characters.
10333
10334 2000-11-27 Dave Love <fx@gnu.org>
10335
10336 * net/ldap.el (ldap) <defgroup>: Add :version.
10337
10338 * tooltip.el (tooltip-use-echo-area): Doc fix.
10339
10340 * cus-start.el <minibuffer-prompt-properties>: Add version.
10341 <read-buffer-function>: Add.
10342
10343 * apropos.el (apropos-print): Add help-echo to active text.
10344
10345 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10346
10347 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10348
10349 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10350 type, group and version.
10351
10352 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10353
10354 * select.el (x-get-selection): Docstring fix.
10355
10356 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10357
10358 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10359
10360 2000-11-27 Andrew Innes <andrewi@gnu.org>
10361
10362 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10363
10364 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10365
10366 2000-11-27 Miles Bader <miles@gnu.org>
10367
10368 * dired.el (dired-get-filename): Return filename verbatim if
10369 LOCALP is `verbatim'.
10370 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10371 `verbatim' so that we don't inadvertently delete a non-existant
10372 directory name.
10373
10374 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10375
10376 * international/characters.el: Specify cases and syntaxes for
10377 mule-unicode-0100-24ff.
10378
10379 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10380
10381 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10382 that foreground and/or background colors of the face `tool-bar'
10383 are unspecified.
10384
10385 2000-11-27 Miles Bader <miles@gnu.org>
10386
10387 * wid-edit.el (widget-field-buffer, widget-field-start)
10388 (widget-field-end): Handle widget field `pseudo-overlays'.
10389 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10390 if it's there instead of in `widget-field-list'.
10391
10392 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10393 (help-make-xrefs): Delete extraneous newlines at the end of the
10394 docstring.
10395
10396 2000-11-25 Jason Rumney <jasonr@gnu.org>
10397
10398 * startup.el (command-line): Call set-locale-environment after
10399 Window System init file is read, as it can result in a call to
10400 redraw-frame.
10401
10402 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10403
10404 * simple.el (shell-command): Mention the effect of the prefix
10405 argument in the doc string.
10406
10407 2000-11-25 Miles Bader <miles@gnu.org>
10408
10409 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10410
10411 * wid-edit.el (widget-field-value-delete): Don't try to delete
10412 overlay when it's the `pseudo-overlay' that exists at some points.
10413
10414 2000-11-24 Jason Rumney <jasonr@gnu.org>
10415
10416 * international/mule-cmds.el (locale-language-names): Add "jp" as
10417 a non-standard alternative for Japanese.
10418
10419 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10420
10421 * vc-hooks.el: Require 'cl during compilation.
10422
10423 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10424
10425 * faces.el (face-set-after-frame-default): Let face attributes
10426 specified for new frames override frame parameters.
10427
10428 * startup.el (command-line): Fix computation of the source file
10429 for user-init-file when user-init-file is a compiled file.
10430
10431 2000-11-24 Miles Bader <miles@gnu.org>
10432
10433 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10434 (custom-post-filter-face-spec): New functions.
10435 (custom-face-set, custom-face-value-create): Filter the face spec
10436 before and after customization.
10437 (custom-face-set): If VALUE specifies a null face, pass a
10438 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10439 * cus-face.el (custom-face-attributes): Remove SET and GET
10440 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10441 cases they're needed.
10442
10443 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10444 that it's distinguishable from the :off-glyph on dark-background
10445 displays. Set its background color too.
10446
10447 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10448 so that people can easily turn it off.
10449
10450 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10451
10452 * ediff-diff.el: Moved variables around to have it compile under NT.
10453
10454 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10455
10456 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10457
10458 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10459 redundant skip-small-frames test.
10460
10461 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10462 (viper-downgrade-to-insert): Protect against errors in hooks.
10463
10464 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10465 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10466 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10467 New functions.
10468
10469 * viper-util.el (viper-memq-char): Bug fixes.
10470
10471 * viper.el (viper-mode): Fix cursor handling.
10472
10473 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10474
10475 * international/mule-diag.el (list-iso-charset-chars):
10476 For two-byte charset, fix the `while' condition.
10477 (list-non-iso-charset-chars): Fix the `while' condition.
10478
10479 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10480
10481 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10482 if the variable is make-variable-buffer-local.
10483
10484 * progmodes/ada-stmt.el (ada-template-map):
10485 Initialize and bind it to C-c t in ada-mode-map.
10486 (ada-stmt-mode-hook): New function extracted from old code.
10487 Only change the buffer-local side of skeleton-*.
10488 (ada-mode-hook): Use it.
10489
10490 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10491
10492 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10493 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10494 we expect to be returned by minibuffer-depth once we prompt the
10495 user in the minibuffer.
10496 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10497 as recorded in iswitchb-minibuf-depth, return non-nil.
10498
10499 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10500
10501 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10502 (hscroll-window-maybe): Docstring fix.
10503
10504 2000-11-23 Dave Love <fx@gnu.org>
10505
10506 * rect.el (string-rectangle): Don't test delete-selection-mode.
10507
10508 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10509
10510 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10511 is in the tool bar.
10512
10513 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10514 with `no-dir'; we want the directory part to be able to remove it.
10515
10516 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10517
10518 * textmodes/outline.el (outline-flag-region):
10519 Don't bind inhibit-read-only since we don't modify the buffer.
10520 (outline-isearch-open-invisible): Don't jump to overlay-start
10521 since we're trying to unhide text around point.
10522 (outline-discard-overlays): Use dolist.
10523
10524 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10525
10526 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10527
10528 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10529
10530 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10531
10532 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10533 Fix ARG regexp to skip quoted braces.
10534 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10535 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10536 are (correctly) handled separately).
10537 Remove `caption' and `footnote' from `citations': they contain text.
10538 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10539 (latex-skeleton-end-hook): New function.
10540 (latex-mode): Use it.
10541 (tex-start-tex-marker): Remove.
10542 (tex-send-tex-command): Don't set tex-start-tex-marker.
10543 (tex-error-parse-syntax-table): New var.
10544 (tex-compilation-parse-errors): Use it.
10545 Ignore tex-start-tex-marker. Don't bother with marker-position.
10546 (tex-validate-buffer): Don't bother with marker-position.
10547
10548 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10549 (flyspell-generic-progmode-verify): Use it.
10550
10551 2000-11-22 Sam Steingold <sds@gnu.org>
10552
10553 * simple.el (delete-trailing-whitespace): New interactive function.
10554
10555 * progmodes/ada-mode.el (ada-mode): Use it instead of
10556 `ada-remove-trailing-spaces'.
10557 (ada-remove-trailing-spaces): Removed.
10558
10559 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10560
10561 * textmodes/picture.el (picture-clean): Removed.
10562 (picture-mode-exit): Call it instead of `picture-clean'.
10563
10564 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10565
10566 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10567
10568 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10569 jit-lock-fontify-buffer; it should anyway be unneccessary to
10570 do anything special when jit-lock is active.
10571 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10572
10573 2000-11-22 Dave Love <fx@gnu.org>
10574
10575 * calendar/todo-mode.el (todo-top-priorities): Use
10576 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10577
10578 * language/chinese.el, language/cyrillic.el:
10579 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10580 * language/hebrew.el, language/indian.el, language/japanese.el:
10581 * language/korean.el, language/lao.el, language/misc-lang.el:
10582 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10583 Use provide.
10584
10585 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10586 (custom-variable-set): Improve validation error mesage.
10587
10588 * rect.el (string-rectangle): Revert last change.
10589 (string-rectangle-line): New arg DELETE.
10590 (string-rectangle): Check delete-selection-mode.
10591
10592 * emacs-lisp/edebug.el (edebug-version)
10593 (edebug-maintainer-address): Deleted.
10594 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10595 (edebug-read-function): Account for other `'#' read forms.
10596 (edebug-mode-menus): Make some items toggles.
10597 (edebug-outside-unread-command-event, unread-command-event):
10598 Remove these to avoid warnings.
10599
10600 2000-11-22 David Ponce <david@dponce.com>
10601
10602 * recentf.el (recentf-menu-items-for-commands)
10603 (recentf-make-menu-items, recentf-make-menu-item)
10604 (recentf-filter-changer): Added :help and :active menu-item properties.
10605
10606 (recentf-build-dir-rules, recentf-dump-variable)
10607 (recentf-edit-list, recentf-open-files-item)
10608 (recentf-open-files): Replaced unnecessary `mapcar' with new
10609 built-in `mapc'.
10610
10611 2000-11-23 Miles Bader <miles@gnu.org>
10612
10613 * faces.el (menu): Make inverse-video on ttys too.
10614
10615 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10616
10617 * simple.el (comment-line-break-function): Use the new name
10618 indent-new-comment-line -> comment-indent-new-line.
10619 (clone-indirect-buffer): Don't ignore NORECORD.
10620 (next-completion): Properly handle the case where items are adjacent.
10621
10622 * mouse.el (popup-menu): Stupid typo.
10623
10624 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10625
10626 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10627 maintainer, keywords tags.
10628
10629 * rect.el (replace-rectangle): Don't call string-rectangle-line
10630 with too many arguments.
10631
10632 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10633
10634 * ediff-util.el (ediff-file-checked-out-p)
10635 (ediff-file-checked-in-p): Call vc-state instead of
10636 vc-locking-user, which no longer exists.
10637
10638 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10639
10640 2000-11-22 Dave Love <fx@gnu.org>
10641
10642 * md5.el (md5): Provide.
10643 (md5): Fix error call.
10644
10645 2000-11-22 Miles Bader <miles@gnu.org>
10646
10647 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10648 (refill-fill-paragraph-at): Remove debugging code.
10649
10650 * calendar/calendar.el (generate-calendar-window): When we don't
10651 call `fit-window-to-buffer', make sure the top line is fully visible.
10652
10653 * image-file.el (insert-image-file): Don't make `read-only'
10654 property rear-nonsticky.
10655
10656 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10657 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10658 stashing away its original value.
10659 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10660 in the recursive edit.
10661 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10662 (isearch-done): Restore `minibuffer-message-timeout'.
10663
10664 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10665
10666 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10667
10668 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10669
10670 * find-lisp.el (find-lisp-find-files-internal):
10671 Use dolist, when and file-name-as-directory.
10672
10673 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10674 (define-derived-mode, define-minor-mode): Add specs.
10675
10676 * window.el: General comment and spacing fixes.
10677 (save-selected-window): Use backquotes.
10678 (window-safely-shrinkable-p): New function.
10679 (shrink-window-if-larger-than-buffer): Use it.
10680
10681 * subr.el (make-local-hook): Docstring fix.
10682
10683 * shell.el (shell-mode): Use define-derived-mode.
10684
10685 * newcomment.el (comment-indent): Insert comment before calling
10686 comment-indent-function. Don't insert in column 0.
10687 (comment-dwim): Indent before inserting comment.
10688
10689 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10690 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10691 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10692 Use mapc rather than map.
10693
10694 * files.el (find-buffer-visiting): Compare all attributes before
10695 declaring two files identical (rather than just their inode-no).
10696 (auto-mode-alist): Use \' rather than $.
10697
10698 * which-func.el: Update maintainer line.
10699
10700 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10701 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10702 (uniquify-buffer-file-name): Use it.
10703
10704 2000-11-22 Miles Bader <miles@gnu.org>
10705
10706 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10707 * simple.el (minibuffer-avoid-prompt): New function.
10708
10709 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10710
10711 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10712
10713 2000-11-21 Miles Bader <miles@gnu.org>
10714
10715 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10716 inclusion of `track-mouse'.
10717
10718 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10719 (refill-adjust-ignorable-overlay): New function.
10720 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10721 only the paragraph's tail if possible.
10722 Update `refill-ignorable-overlay'.
10723 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10724
10725 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10726 point inside the fill-prefix.
10727
10728 * textmodes/refill.el (refill-post-command-function): Don't reset
10729 refill-doit in the case where a self-insertion command doesn't
10730 case a refill. Use `refill-fill-paragraph-at', getting position
10731 from `refill-doit'.
10732 (refill-after-change-function): Set `refill-doit' to END.
10733 (refill-fill-paragraph-at): New function, mostly from old
10734 refill-fill-paragraph.
10735 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10736 (refill-pre-command-function): New function.
10737 (refill-mode): Add it to `pre-command-hook'.
10738
10739 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10740
10741 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10742
10743 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10744 javadoc tags.
10745
10746 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10747
10748 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10749 vc.el).
10750
10751 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10752 require vc.
10753
10754 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10755 checkouts.
10756
10757 2000-11-20 Dave Love <fx@gnu.org>
10758
10759 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10760
10761 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10762
10763 * calculator.el (calculator-paste): Use `if' instead of `and'
10764 and `or'.
10765 (calculator-help): Don't use electric-describe-mode for XEmacs.
10766
10767 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10768
10769 * info.el (info-menu-5): Doc fix.
10770
10771 * textmodes/artist.el: New file.
10772
10773 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10774
10775 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10776 and differentiate according to checkout model.
10777 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10778 since this function is only concerned with master state.
10779
10780 * vc-hooks.el (vc-workfile-unchanged-p)
10781 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10782
10783 * vc.el (vc-workfile-unchanged-p)
10784 (vc-default-workfile-unchanged-p): See above.
10785
10786 2000-11-19 Miles Bader <miles@gnu.org>
10787
10788 * image-file.el (insert-image-file): Make `intangible' and
10789 `read-only' properties rear-nonsticky too.
10790
10791 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10792
10793 * ps-print.el: Update copyright notice.
10794
10795 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10796 (tooltip-show): Use the offsets.
10797
10798 * bindings.el (mode-line-modified): Fix a typo.
10799 (mode-line-toggle-modified, mode-line-widen)
10800 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10801
10802 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10803
10804 * ps-print.el (toplevel): Test for find-coding-system being
10805 fboundp before calling ps-x-find-coding-system.
10806
10807 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10808
10809 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10810 (vc-version-backup-file): Docstring fix.
10811
10812 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10813
10814 * files.el (basic-save-buffer): Don't add a newline if
10815 find-file-literally is non-nil.
10816 (find-file-literally): Extend doc string.
10817
10818 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10819 sort(1) with the `-f' argument.
10820
10821 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10822
10823 * vc.el: Updated backend documentation.
10824 (vc-default-check-headers): New function.
10825
10826 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10827
10828 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10829 up-to-date.
10830 (vc-do-command): In the asynchronous case, output messages only if
10831 the minibuffer is not active.
10832
10833 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10834 `vc-cvs-use-edit' is on.
10835 (vc-cvs-checkout): When this is used for reverting the workfile,
10836 make a backup of the original contents and revert to that in case
10837 of error.
10838 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10839 remote repositories.
10840
10841 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10842 for both version and ratio in the minibuffer.
10843
10844 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10845 Use vc-do-command to perform the annotation, not call-process.
10846
10847 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10848
10849 * international/quail.el (quail-start-translation): Don't call
10850 `message' before reading key sequence.
10851
10852 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10853
10854 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10855
10856 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10857
10858 * window.el (fit-window-to-buffer): Be sure to acquire at least
10859 one text line even if the buffer is empty.
10860
10861 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10862
10863 * net/ange-ftp.el (ange-ftp-file-writable-p)
10864 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10865 Bind ange-ftp-process-verbose to nil.
10866
10867 2000-11-15 Dave Love <fx@gnu.org>
10868
10869 * wid-edit.el (widget-specify-field, widget-specify-button):
10870 If :help-echo is a function, set help-echo of overlay to
10871 widget-mouse-help.
10872 (widget-mouse-help): New function.
10873 (widget-echo-help): Rewritten for :help-echo functions only taking
10874 a widget arg.
10875
10876 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10877 Use display-graphic-p.
10878 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10879 and that JPEG is available.
10880 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10881
10882 * international/mule-cmds.el (locale-charset-language-names):
10883 Match @euro.
10884
10885 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10886
10887 * faces.el (face-set-after-frame-default):
10888 If `inhibit-default-face-x-resources' is bound, don't intialize the
10889 default face from X resources.
10890
10891 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10892
10893 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10894 Don't set EMACSLOADPATH.
10895
10896 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10897
10898 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10899 texinfo-insert-@url.
10900 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10901 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10902
10903 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10904
10905 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10906 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10907 (checkdoc-minor-keymap): Backward compatibility.
10908 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10909 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10910 (checkdoc-this-string-valid-engine): Be a bit more strict
10911 to avoid matching substrings of `...' quoted vars/funs.
10912 (checkdoc-defun-info): Only look for `interactive' if alone.
10913 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10914
10915 * progmodes/compile.el (grep): `tag-default' can be nil.
10916
10917 * newcomment.el (comment-indent): Paren typo.
10918
10919 2000-11-14 Dave Love <fx@gnu.org>
10920
10921 * calculator.el: New maintainer version.
10922
10923 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10924
10925 * cmuscheme.el: Doc fixes.
10926 (cmuscheme) <defgroup>: Use `scheme' as parent.
10927 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10928
10929 * xscheme.el (scheme-program-name): Don't define here.
10930
10931 * progmodes/scheme.el (scheme-program-name): New variable
10932 (originally in cmuscheme).
10933
10934 2000-11-14 Miles Bader <miles@gnu.org>
10935
10936 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10937 Handle header-lines. Don't loop forever if we can't enlarge the
10938 window anymore. Simplify a bit.
10939
10940 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10941
10942 * window.el (fit-window-to-buffer): Don't check
10943 window-text-height. Assure that the last line is fully visible.
10944
10945 * international/quail.el (quail-show-guidance-buf):
10946 Call fit-window-to-buffer to assure the enough height of the guidance
10947 buffer.
10948 (quail-update-guidance): Avoid making the guidance buffer shorter.
10949
10950 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10951
10952 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10953 rather than `prepend' and add an interesting comment.
10954 (tex-math-face, tex-font-lock-syntactic-face-function):
10955 New face and function to use it.
10956 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10957 than `menu-enable' symbol property.
10958 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10959 (tex-mode): Add some latex-mode commands for auto-selection.
10960 Use tex-font-lock-syntactic-face-function.
10961 (tex-insert-quote): Simplify.
10962 (tex-shell): New mode.
10963 (tex-start-shell): Use it.
10964 (tex-shell-proc, tex-shell-buf): New functions.
10965 (tex-send-command): Use it.
10966 (tex-main-file): Fix the meaning of the new arg REALFILE.
10967 (tex-send-tex-command): New function split from `tex-start-tex'.
10968 Set compilation-last-buffer and compilation-parsing-end.
10969
10970 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10971 when it follows non-comment text on the line.
10972
10973 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10974 Set font-lock-defaults.
10975 (lisp-mode-shared-map): Init inside the defvar.
10976 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10977 Use define-derived-mode.
10978
10979 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10980
10981 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10982
10983 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10984
10985 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10986 Don't recursively optimize body because that can lead to infinite
10987 recursion; see comment there.
10988
10989 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10990
10991 * faces.el (face-spec-set-match-display): Revert the change from
10992 2000-10-24. Add a FIXME for after v21.1.
10993
10994 2000-11-13 Miles Bader <miles@gnu.org>
10995
10996 * textmodes/fill.el (skip-line-prefix): New function.
10997 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10998 (fill-paragraph): Don't leave point inside the fill-prefix.
10999 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
11000 point inside the fill-prefix.
11001
11002 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
11003
11004 * calendar/calendar.el (generate-calendar-window):
11005 Use `fit-window-to-buffer'.
11006
11007 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11008
11009 * gud.el (gud-minor-mode): New var.
11010 (gud-symbol, gud-val): New functions.
11011 (gud-find-file): Copy gud-minor-mode to the new buffer.
11012 (gud-menu-map): Include entries for commands that are not always
11013 available, using :enable to (de)activate them.
11014 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
11015 (gud-mode-map): New map.
11016 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
11017 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
11018 Don't set up gud's menu (it's done by the minor-mode).
11019 (gud-minibuffer-local-map): New.
11020 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
11021 (gud-query-cmdline): New function.
11022 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
11023 (gud-mode): Use define-derived-mode.
11024 Don't set up gud's menu (it's done by the minor-mode).
11025 (gud-chop-words): Remove.
11026 (gud-common-init): Use split-string instead.
11027 (gud-new-keymap, gud-make-debug-menu): Eradicate.
11028
11029 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
11030 Add keyword arg :name.
11031
11032 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
11033 (diff-count-matches, diff-split-hunk): New functions.
11034 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
11035
11036 * pcvs-info.el (cvs-fi-conflict-face): New var.
11037
11038 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
11039 Make it into a simple syntax-table, shared among all submodes.
11040 (sh-heredoc-face): Re-introduce.
11041 (sh-font-lock-syntactic-face-function): New function.
11042 (sh-mode): Use it. Also use define-derived-mode.
11043 Remove old bogus setting of indent-region-function.
11044 (sh-set-shell): Don't set the syntax-table any more.
11045 (sh-mode-syntax-table) <defun>: Remove.
11046
11047 2000-11-12 Miles Bader <miles@gnu.org>
11048
11049 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
11050 message if interactive.
11051
11052 2000-11-12 Dave Love <fx@gnu.org>
11053
11054 * mail/feedmail.el: Fix header,
11055 (feedmail) <defgroup>: Add :link.
11056
11057 * view.el: Use local-map property, not keymap on mode-line string.
11058
11059 * scroll-all.el (scroll-all-mode): Customize variable.
11060 Add autoload cookie to function.
11061
11062 * lazy-lock.el: Remove compatibility code.
11063
11064 * finder.el (finder-known-keywords): Add `files', remove `vms'.
11065 (finder-help-echo): New variable.
11066 (finder-mouse-face-on-line): Add help-echo stuff.
11067 (finder-list-keywords, finder-list-matches): Use mapc.
11068
11069 * faces.el (face-font-registry-alternatives): Add :version.
11070
11071 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
11072 tags-table-list.
11073
11074 * net/browse-url.el (browse-url-browser-function): Update :version.
11075
11076 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
11077 (mail-mode): Use [:alnum:] in some regexps.
11078
11079 2000-11-10 Dave Love <fx@gnu.org>
11080
11081 * ediff.el (ediff-regions-internal, ediff-documentation):
11082 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
11083 fundamental mode.
11084
11085 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
11086 buffer into fundamental mode.
11087 (ediff-set-difference): Use copy-sequence if available.
11088
11089 * ediff-ptch.el (ediff-dispatch-file-patching-job):
11090 Check ediff-patch-map non-nil.
11091 (ediff-fixup-patch-map, ediff-fixup-patch-map)
11092 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
11093 buffer into fundamental mode.
11094
11095 * ediff-merg.el (state-or-merge): Defvar when compiling.
11096
11097 2000-11-10 Jason Rumney <jasonr@gnu.org>
11098
11099 * w32-fns.el (w32-add-charset-info): New function.
11100 (w32-charset-info-alist): Use it.
11101
11102 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11103
11104 * faces.el (face-font-registry-alternatives): New user-option.
11105
11106 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
11107
11108 * textmodes/texinfo.el (texinfo-block-default): New var.
11109 (texinfo-insert-block): Use it. Insert a newline if needed.
11110
11111 * textmodes/fill.el (fill-indent-according-to-mode): New var.
11112 (fill-region-as-paragraph): Use it.
11113
11114 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
11115 (latex-mode): Tweak tex-*-(head|trail)er regexps.
11116 Tweak paragraph regexps to allow a leading [ \t]*.
11117 (tex-latex-block): Insert a newline if necessary.
11118 (latex-insert-item): Only insert a newline if necessary.
11119 (tex-guess-main-file): New function.
11120 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
11121 Set tex-main-file if TeX-master is provided.
11122 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
11123
11124 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11125
11126 * startup.el (command-line): Set the default tooltip-mode
11127 to t for graphical displays which implement x-show-tip.
11128
11129 * tooltip.el (tooltip-mode): Add a comment about startup.el
11130 setting the default value of this user-option.
11131
11132 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
11133
11134 * font-lock.el (font-lock-*-face) <defvar>: Move.
11135 (font-lock-defaults-alist): Mark obsolete.
11136 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
11137 (font-lock-mode): Use define-minor-mode.
11138 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
11139 (font-lock-turn-off-thing-lock): Be more explicit.
11140 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
11141 (font-lock-syntactic-face-function): New var.
11142 (font-lock-fontify-syntactically-region): Use it.
11143 (font-lock-doc-face): New.
11144
11145 * pcvs.el (cvs-enabledp): Ignore errors.
11146 (cvs-commit-filelist): Never query.
11147 (cvs-mode-insert): Always add a terminating / in the initial prompt.
11148 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
11149 (cvs-do-removal): Use cvs-partition rather than delete-if.
11150 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
11151 cvs-bury-buffer.
11152
11153 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11154 Allow `next' to jump to after the end of the last match.
11155
11156 2000-11-09 Gerd Moellmann <gerd@gnu.org>
11157
11158 * simple.el (byte-compiling-files-p): New function.
11159
11160 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
11161 if it is there.
11162
11163 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
11164 nil again.
11165
11166 * textmodes/ispell.el (ispell-library-path): Don't call
11167 check-ispell-version when byte-compiling because that starts
11168 an ispell process, and ispell might not be installed.
11169 (toplevel): Don't set up a menu when byte-compiling.
11170
11171 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
11172 it, so that a boundp test can be used to determine if we're
11173 currently byte-compiling.
11174
11175 2000-11-09 Dave Love <fx@gnu.org>
11176
11177 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
11178
11179 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11180
11181 * ps-print.el: Patch for variable initialization when spooling.
11182 Doc fix.
11183 (ps-output-list): Fun eliminated.
11184 (ps-begin-file, ps-begin-job): Code fix.
11185
11186 2000-11-08 Dave Love <fx@gnu.org>
11187
11188 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
11189
11190 2000-11-08 Gerd Moellmann <gerd@gnu.org>
11191
11192 * simple.el (shell-command, display-message-or-buffer)
11193 (shell-command-on-region): Mention resize-mini-windows in the doc
11194 string.
11195 (display-message-or-buffer): Take the value of resize-mini-windows
11196 into account.
11197
11198 2000-11-07 Gerd Moellmann <gerd@gnu.org>
11199
11200 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11201
11202 * dired.el (dired-between-files): Add `^. find' as an alternative
11203 to the regular expression, for find-dired.
11204
11205 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11206
11207 * textmodes/texnfo-upd.el: Require texinfo.
11208 (defmacro, defgroup): Remove.
11209 (texinfo-section-to-generic-alist): Remove.
11210 Use texinfo-section-list instead (i.e. level is changed string->int).
11211 (texinfo-filter): New function.
11212 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11213 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11214 Use it. And use regexp-opt.
11215 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11216 (texinfo-update-menu-region-beginning)
11217 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11218 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11219 (texinfo-update-menu-same-level-regexps): Update.
11220 (texinfo-update-node, texinfo-every-node-update)
11221 (texinfo-sequential-node-update): Remove autoload cookie.
11222
11223 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11224 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11225 (texinfo-chapter-level-regexp): Remove.
11226 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11227
11228 2000-11-06 Dave Love <fx@gnu.org>
11229
11230 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11231
11232 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11233 Match defun*.
11234
11235 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11236
11237 * composite.el (composition-function-table): Variable declaration
11238 moved to src/composite.c.
11239 (compose-chars-after): New optional arg object.
11240
11241 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11242
11243 * bindings.el (mode-line-toggle-read-only)
11244 (mode-line-toggle-modified, mode-line-widen)
11245 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11246 (make-mode-line-mouse2-map): Rewritten.
11247 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11248 functions so that C-h k can show something with a doc string.
11249
11250 * startup.el (fancy-splash-delay): Set to 10 seconds.
11251 (fancy-splash-max-time): New user-option.
11252 (fancy-splash-stop-time): New variable.
11253 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11254 (fancy-splash-screens-1): Throw `stop-splashing' when current
11255 time is greater than fancy-splash-stop-time.
11256
11257 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11258
11259 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11260
11261 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11262 Prompt user for a file rather than raising an error.
11263 (cvs-enabledp): Fix call to cvs-mode-marked.
11264 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11265 (cvs-mode-insert): Use it. Change the init prompt' value.
11266 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11267
11268 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11269 Don't pass default arg to ewoc-locate.
11270 (ewoc-collect): Return result in the right order.
11271
11272 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11273
11274 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11275 (cvs-status-get-tags): Fix regexp.
11276 (cvs-status-trees, cvs-status-cvstrees):
11277 Combine after change hooks and don't sit-for.
11278 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11279 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11280 Use make-char rather than hard-coded cryptic data.
11281 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11282
11283 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11284
11285 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11286 (cvs-insert-strings): New function.
11287
11288 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11289
11290 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11291 `mwheel-scroll-amount'.
11292 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11293 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11294 string-matching against the version string.
11295
11296 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11297
11298 * language/thai.el ("Thai"): Set a lisp form that produces
11299 composed string in `sample-text' language info.
11300
11301 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11302 composed string in `sample-text' language info.
11303
11304 * international/mule-cmds.el (describe-language-environment):
11305 Eval `sample-text' data and insert the result.
11306
11307 * international/mule-conf.el (compound-text): Define this coding
11308 system here. Make x-ctext and ctext aliases of it.
11309
11310 * language/european.el (compound-text, ctext): Moved to
11311 international/mule-conf.el.
11312
11313 2000-11-05 Andrew Innes <andrewi@gnu.org>
11314
11315 * w32-fns.el (w32-version): New function.
11316
11317 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11318
11319 * progmodes/awk-mode.el: Update copyright.
11320 (awk-mode-abbrev-table): Remove.
11321 (awk-font-lock-keywords): Use regexp-opt.
11322 (awk-mode): Use define-derived-mode.
11323
11324 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11325 when extracting a suffix.
11326
11327 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11328
11329 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11330 auto-save-mode.
11331
11332 2000-11-04 Jason Rumney <jasonr@gnu.org>
11333
11334 * language/european.el (decode-mac-roman): Test against r1 not r0.
11335
11336 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11337
11338 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11339 (icon-mode): Define indent-line-function.
11340 (icon-comment-indent): Simplify.
11341 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11342
11343 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11344
11345 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11346 Bind change-log-default-mode to defeat the caching done on it.
11347 Don't bother saving excursion any more.
11348
11349 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11350
11351 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11352 (set-frame-font): Use the new name (and the old for compatibility).
11353
11354 * toolbar/tool-bar.el (tool-bar-mode):
11355 * time.el (display-time-mode):
11356 * recentf.el (recentf-mode):
11357 * paren.el (show-paren-mode):
11358 * mwheel.el (mouse-wheel-mode):
11359 * msb.el (msb-mode):
11360 * jka-compr.el (auto-compression-mode):
11361 * image-file.el (auto-image-file-mode):
11362 * hl-line.el (hl-line-mode):
11363 * delsel.el (delete-selection-mode):
11364 * autoinsert.el (auto-insert-mode):
11365 * complete.el (partial-completion-mode): Drop unneeded positional args.
11366
11367 * info.el (Info-mode):
11368 * comint.el (comint-mode): Don't bother with make-local-hook.
11369
11370 * log-edit.el (log-edit-menu): New menu.
11371
11372 2000-11-03 Miles Bader <miles@gnu.org>
11373
11374 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11375 definition, so that trailing spaces are handled properly.
11376 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11377
11378 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11379
11380 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11381 tab character.
11382 (fancy-splash-screens): Set tab-width to 20.
11383
11384 2000-11-03 Dave Love <fx@gnu.org>
11385
11386 * comint.el (comint-completion-addsuffix): Fix custom type.
11387
11388 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11389
11390 * font-lock.el (font-lock-buffers): Remove.
11391 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11392 (font-lock-change-major-mode): Remove.
11393 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11394 (font-lock-default-fontify-region): Extend the multiline
11395 fontification to whole lines.
11396 (font-lock-fontify-anchored-keywords)
11397 (font-lock-fontify-keywords-region): If matching just one
11398 line (with \n) only mark the \n as multiline.
11399
11400 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11401 Correctly handle the case where several :group args are supplied.
11402 Allow :extra-args.
11403 (easy-mmode-define-global-mode): Allow :extra-args.
11404 Correctly handle the case where several :group args are supplied.
11405
11406 2000-11-02 Miles Bader <miles@gnu.org>
11407
11408 * calendar/calendar.el (diary-face, calendar-today-face)
11409 (holiday-face): Remove dependency on `window-system'.
11410
11411 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11412
11413 * Makefile.in (emacs): Set EMACSLOADPATH always.
11414 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11415 (compile-files): Bomb out if compilation of a file fails.
11416
11417 2000-11-02 Dave Love <fx@gnu.org>
11418
11419 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11420
11421 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11422
11423 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11424 punctuation in the warning inserted into the *mail* buffer.
11425
11426 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11427
11428 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11429 (authors-public-domain-p): New function.
11430 (authors-print): Use it.
11431
11432 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11433
11434 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11435
11436 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11437
11438 * ps-print.el: Extension for even/odd printing. Doc fix.
11439 (ps-print-version): New version number (6.3.1).
11440 (ps-even-or-odd-pages): Customization fix.
11441 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11442 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11443 (ps-page-count): Var replaced by `ps-page-column'.
11444 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11445 (ps-print-sheet-p): New fun.
11446
11447 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11448
11449 * tooltip.el (tooltip-gud-tips-setup): New function.
11450 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11451 (tooltip-mode): Call tooltip-gud-tips-setup.
11452 (tooltip-gud-tips): Use `gud-basic-call' instead of
11453 process-send-string, so the prompt gets frobbed appropriately.
11454 Handle nil return value from `tooltip-gud-print-command'.
11455
11456 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11457
11458 * comint.el (comint-add-to-input-history): New function.
11459 (comint-send-input): Use `comint-add-to-input-history'.
11460
11461 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11462
11463 * info.el (info-menu-header): New face.
11464 (Info-fontify-menu-headers): New function.
11465 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11466
11467 * info.el (Info-insert-dir): Don't include blank lines at
11468 beginning of additional dir files (one is added automatically).
11469
11470 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11471
11472 * emacs-lisp/easy-mmode.el (define-minor-mode):
11473 Revert the latest changes.
11474 Allow the three positional arguments to be skipped and replaced
11475 by keyword arguments.
11476 Add a :toggle argument to determine whether a nil arg means toggle
11477 or means turn-on. The default is unchanged.
11478 Add a call to force-mode-line-update.
11479
11480 2000-11-01 Dave Love <fx@gnu.org>
11481
11482 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11483
11484 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11485
11486 * calendar/calendar.el (diary-face, holiday-face):
11487 Add dark-background variants.
11488
11489 2000-10-31 Sam Steingold <sds@gnu.org>
11490
11491 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11492 `tex-main-file' does not have directory in it.
11493
11494 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11495
11496 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11497
11498 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11499
11500 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11501 functional change.
11502
11503 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11504
11505 * files.el (find-file-noselect): When we expand a wildcard, return
11506 a list of buffers, as we should do according to the doc string.
11507
11508 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11509
11510 * loadup.el (top level): Adjust load path if program name is
11511 "../src/bootstrap-emacs", in case it's not dumped and thus the
11512 load path adjustment hasn't already been done.
11513
11514 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11515
11516 * ps-print.el: Fix bug on selected pages for printing.
11517 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11518 is on. Try to avoid warning messages when compiling. Doc Fix.
11519 (ps-print-version): New version number (6.3).
11520 (ps-color-device): Use `color-values' to determine if device
11521 supports color.
11522 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11523 (ps-print-page-p): Changed from defsubst to defun.
11524 (ps-page-number): Changed from defmacro to defun.
11525 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11526 printing.
11527 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11528 (ps-end-file, ps-dummy-page): Funs eliminated.
11529 (ps-print-color-scale): Changed default value.
11530 (ps-page-n-up, ps-print-page-p): New internal vars.
11531 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11532 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11533
11534 * delim-col.el: Little programming improvement.
11535 (delimit-columns-str): New macro.
11536 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11537
11538 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11539
11540 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11541 Moved to european.el.
11542 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11543 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11544 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11545 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11546
11547 2000-10-30 Dave Love <fx@gnu.org>
11548
11549 * progmodes/cc-menus.el (imenu-generic-expression)
11550 (imenu-progress-message): Only defvar when compiling.
11551
11552 * emacs-lisp/elp.el (elp-unload-hook): New function.
11553
11554 * loadhist.el (unload-feature): Call elp-restore-function,
11555 checking for symbols; don't use elp-restore-all.
11556 (loadhist-hook-functions): Doc fix.
11557
11558 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11559
11560 * log-edit.el (log-edit-confirm): Fix the default.
11561
11562 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11563
11564 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11565 delimit-columns-format.
11566 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11567
11568 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11569
11570 * comint.el (comint-replace-by-expanded-history): Don't use
11571 comint-get-old-input (we're not looking at *old* input).
11572 (comint-get-old-input-default): If using fields, signal an error
11573 when the point is not in an input field.
11574
11575 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11576
11577 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11578 and mule-unicode-e000-ffff.
11579
11580 * international/mule.el (decode-char, encode-char): New functions.
11581 (make-coding-system): Accept a symbol of translation table as a
11582 value of property `safe-chars'.
11583
11584 * international/mule-cmds.el (encode-coding-char): Check property
11585 safe-chars instead of safe-charsets.
11586
11587 * international/fontset.el (fontset-default): Modified for
11588 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11589 (x-font-name-charset-alist): Likewise.
11590 (ccl-encode-unicode-font): New CCL program. Record it in
11591 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11592
11593 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11594 New translation tables.
11595 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11596 programs are modified and moved from mac-win.el.
11597 (mac-roman): Definition of this coding system is modified and
11598 moved from mac-win.el.
11599
11600 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11601
11602 * ediff-wind.el (ediff-setup-control-frame): Enclose
11603 face-attribute in condition-case to avoid errors in older emacsen.
11604
11605 2000-10-29 Miles Bader <miles@gnu.org>
11606
11607 * custom.el (custom-add-to-group): Allow multiple entries for a
11608 given value OPTION, as long as their widget types are different.
11609 * cus-edit.el (custom-face-value-create): If face name doesn't end
11610 with "face", add such here (similar to custom group widgets).
11611
11612 * comint.el (comint-highlight-prompt): Add :type.
11613
11614 2000-10-28 John Wiegley <johnw@gnu.org>
11615
11616 * calendar/timeclock.el (timeclock-log): Doc fix.
11617 (timeclock-last-event): Doc fix.
11618 (timeclock-log): Kill the timelog buffer after appending a new event.
11619 (timeclock-find-discrep): Use a temp buffer to read in the
11620 timelog, instead of visiting the file.
11621 (timeclock-log-data): A new function, along with a host of helper
11622 functions, for the purpose of making timelog data accessible to
11623 programmers.
11624
11625 * eshell/esh-mode.el (window-height test): Make certain that
11626 `eshell-stringify-t' is non-nil.
11627 (eshell-password-prompt-regexp): Changed to a much simpler
11628 password regexp.
11629 (eshell-send-input): If `eshell-invoke-directly' returns t,
11630 directly invoke the parsed command using `eval'. This improves
11631 turn-around time on simple commands by a factor of three or
11632 greater, such as cd, ls, pwd, etc. -- which get used very often.
11633 It also conserves thousands of cons cells per call (since
11634 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11635 in the Pacific Cookie Company).
11636
11637 * eshell/esh-test.el (eshell-test): Whitespace fix.
11638
11639 * eshell/em-ls.el (eshell-ls-insert-directory):
11640 Make `eshell-ls-initial-args' nil when inserting directory contents.
11641
11642 * eshell/em-script.el (eshell-script-initialize): Add names to
11643 `eshell-complex-commands, since `source' and `.' are complex.
11644
11645 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11646 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11647 `eshell-copy-handles'.
11648 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11649 bodies.
11650 (eshell-separate-commands): Whitespace fix.
11651 (eshell-complex-commands): Added a new list of names, for
11652 determining whether a given command is as simple as it looks.
11653 (eshell-invoke-directly): New function. Returns t if a command
11654 should be invoked directly (using `eval'), rather than indirectly
11655 using `eshell-do-eval'.
11656 (eshell-do-eval): Whitespace fix.
11657
11658 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11659 which provides an emulation of the DOS shell behavior of assuming
11660 that cp/mv/ln should copy/move/link to the current directory.
11661 (eshell-remove-entries): Added a doc string.
11662 (eshell-shuffle-files): Removed the check for `target' being null.
11663 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11664 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11665 it to do a smarter check of whether a destination was provided.
11666 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11667 (eshell/ln): Enable `:preserve-args', and use
11668 `eshell-mvcpln-template' to implement the body of the function.
11669 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11670 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11671 list after flattening it. This makes it possible to cat files
11672 with numerical names.
11673 (eshell-unix-initialize): Added several names to
11674 `eshell-complex-commands.
11675 (eshell-unix-command-complex-p): Return t if a given command name
11676 may result in external processes being invoked.
11677
11678 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11679 variable nil by default, since it slows down glob processing by a
11680 factor of two or more, and increases memory consumption.
11681
11682 * eshell/em-smart.el: Added a note about how memory consumptive
11683 smart display mode can be (at least this is true in Emacs 21).
11684 (eshell-smart-initialize): Whitespace fix.
11685 (eshell-refresh-windows): Use `if' instead of `when'.
11686 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11687 not necessary.
11688 (eshell-currently-handling-window): Added a missing global variable.
11689
11690 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11691 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11692 Whitespace fix.
11693 (eshell-ls-exclude-hidden): Added this variable in addition to
11694 `eshell-ls-exclude-regexp'. This one prevents files beginning
11695 with . from even being read, which can improve memory consumption
11696 quite a bit.
11697 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11698 read file entries beginning with a dot. In home directories with
11699 lots of hidden files, fully two-thirds of the time spent in ls is
11700 used to read directory entries that are immediately thrown away.
11701 (eshell-ls-initial-args): Added back this configuration variable,
11702 for specifying default initial arguments to every call to ls.
11703 Much faster than using an alias to do the same thing.
11704 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11705 (eshell-ls-dir): Whitespace change.
11706
11707 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11708
11709 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11710 (eshell-stringify-t): Added a customization variable, to indicate
11711 whether `t' should be rendered as a string at all. If not, one
11712 can still determine if the result of an expression is true using
11713 "file-exists-p FILE && echo true".
11714 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11715 stringify t!
11716
11717 * eshell/esh-module.el: Whitespace fix.
11718
11719 * eshell/em-alias.el (eshell-alias-initialize):
11720 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11721 (eshell-command-aliased-p): New function that returns t if a
11722 command name names an aliased.
11723
11724 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11725
11726 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11727 redrawing the screen when changing cursor color.
11728 (viper-insert-state-pre-command-sentinel)
11729 (viper-replace-state-pre-command-sentinel)
11730 (viper-replace-state-post-command-sentinel):
11731 Use viper-preserve-cursor-color.
11732 Many functions changed to use viper= instead of = when comparing
11733 characters.
11734 * viper-util.el (viper-memq-char,viper=): New functions for
11735 working with characters.
11736 (viper-change-cursor-color): Fixed buglet.
11737 Many functions changed to use viper= instead of = when comparing
11738 characters.
11739 * viper.el (viper-insert-state-mode-list): Added eshell.
11740
11741 * ediff-init.el (ediff-before-setup-hook): New hook.
11742 Several typos fixed in various docstrings.
11743 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11744 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11745 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11746 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11747 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11748 (ediff-get-selected-buffers): New function.
11749 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11750 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11751 Use save-window-excursion.
11752 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11753 termination check in while loop.
11754 * ediff.el (ediff-get-default-file-name): Better defaults when in
11755 dired buffer.
11756 (ediff-files,ediff-merge-files,ediff-files3)
11757 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11758
11759 2000-10-28 Dave Love <fx@gnu.org>
11760
11761 * info.el (Info-fontify-node): Add help-echo for menu items.
11762
11763 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11764
11765 * startup.el (normal-top-level): If the value of $TERM indicates
11766 we are running from xterm or one of its work-alikes, default to a
11767 light background mode.
11768
11769 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11770 * faces.el (tty-handle-reverse-video): New function.
11771 (tty-create-frame-with-faces): Call it.
11772
11773 * frame.el (frame-notice-user-settings): Don't apply
11774 default-frame-alist and initial-frame-alist to MS-DOS frames.
11775 Call tty-handle-reverse-video, frame-set-background-mode, and
11776 face-set-after-frame-default for non-MS-DOS frames.
11777
11778 * startup.el (tty-long-option-alist): New variable.
11779 (tty-handle-args): New function.
11780 (command-line): Call tty-handle-args.
11781
11782 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11783 startup.el now does that for all character-terminal frames.
11784
11785 2000-10-28 Miles Bader <miles@gnu.org>
11786
11787 * emacs-lisp/easy-mmode.el (define-minor-mode):
11788 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11789 is global. If :global is followed by a non-nil but non-t value,
11790 make the mode buffer-local, but also generate a `global-MODE'
11791 version using `easy-mmode-define-global-mode'.
11792 Add :conditional-turn-on keyword argument.
11793
11794 2000-10-28 Dave Love <fx@gnu.org>
11795
11796 * international/latin1-disp.el (latin1-char-displayable-p):
11797 Don't use window-system.
11798
11799 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11800
11801 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11802 Don't call find-buffer-file-type-coding-system. Instead, just
11803 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11804 if the file is on an untranslated filesystem.
11805 (add-untranslated-filesystem): Use "D" instead of "f" inside
11806 interactive.
11807
11808 2000-10-27 Dave Love <fx@gnu.org>
11809
11810 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11811 (refill-mode): Use it.
11812
11813 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11814
11815 * international/quail.el (quail-activate): Don't make-local-hook.
11816
11817 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11818
11819 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11820 manual backups and file.~<rev>.~ for automatic ones.
11821 (vc-make-version-backup): Don't do it on MS-DOS without long file
11822 names.
11823
11824 * vc.el (vc-version-other-window): If an automatic backup of the
11825 desired version exists, rename it instead of copying it.
11826
11827 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11828 after command. If there's an unexpected error, signal it instead
11829 of being silent.
11830 (vc-cvs-merge-news): Be prepared for no news at all.
11831
11832 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11833
11834 * shell.el (shell): Add BUFFER argument.
11835 * comint.el (make-comint-in-buffer): New function.
11836 (make-comint): Use it.
11837
11838 * faces.el (face-spec-choose): Change syntax so that the list of
11839 attribute-value pairs is now the cdr of each clause, not the cadr.
11840 Detect old-style entries, and handle them. Use pop.
11841
11842 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11843
11844 * cus-edit.el (custom-mode-map): Use a sparse map.
11845 (custom-mode): Don't bother with make-local-hook.
11846
11847 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11848
11849 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11850
11851 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11852
11853 * ps-print.el: Avoid compilation gripes.
11854 (ps-print-version): New version number (6.2.1).
11855
11856 2000-10-26 Dave Love <fx@gnu.org>
11857
11858 * menu-bar.el: Modify some menu item help strings.
11859 (menu-bar-help-menu): Add link to MORE.STUFF.
11860
11861 * cus-edit.el (custom-mode): Add `special' mode-class property.
11862
11863 * wid-browse.el (widget-browse-mode): Likewise.
11864
11865 * wid-edit.el (widget-specify-field): Revert to using local-map
11866 property, not keymap.
11867
11868 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11869
11870 * wid-edit.el (widget-field-end): When checking for a `boundary'
11871 field, do so in the correct buffer.
11872
11873 * simple.el (undo): Correctly distinguish between numeric and
11874 non-numeric prefix args in non-transient-mark-mode, as per the doc
11875 string. When in transient-mark-mode, treat all prefix-args as
11876 numeric.
11877
11878 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11879 Position point on match. Handle N == 0 correctly.
11880
11881 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11882 (comint-mode-map): Reverse order of `comint-write-output' and
11883 `comint-append-output-to-file'.
11884 (comint-append-output-to-file): Reinstate this function, for the
11885 benefit of the menu.
11886
11887 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11888
11889 * vc.el (vc-version-other-window): Bind `file'.
11890
11891 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11892
11893 * Makefile.in (update-authors): New target for maintenance purposes.
11894
11895 * emacs-lisp/authors.el (batch-update-authors): New function.
11896 (authors-fixed-entries): New defconst.
11897 (authors-add-fixed-entries): New function.
11898 (authors): Call it.: Don't process lispref/.
11899
11900 2000-10-25 Jason Rumney <jasonr@gnu.org>
11901
11902 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11903 Merge x w32 and mac definitions.
11904
11905 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11906
11907 * menu-bar.el (menu-bar-options-menu): Add a help string for
11908 `uniquify'.
11909
11910 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11911
11912 * time-stamp.el (time-stamp-string-preprocess):
11913 Fix a wrong type argument error.
11914
11915 2000-10-25 Miles Bader <miles@gnu.org>
11916
11917 * recentf.el (recentf-mode): Variable removed.
11918 (recentf-mode): Use `define-minor-mode'.
11919
11920 * mwheel.el (mouse-wheel-mode): New global minor mode.
11921 (mwheel-install): Use `mouse-wheel-mode'.
11922
11923 2000-10-25 Dave Love <fx@gnu.org>
11924
11925 * progmodes/cperl-mode.el (cperl-mode):
11926 Set normal-auto-fill-function correctly.
11927
11928 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11929 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11930 bindings.
11931
11932 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11933
11934 * wid-edit.el (widget-field-at): New function.
11935 (widget-at, widget-field-activate): Use it.
11936 (widget-tabable-at): Use `widget-at'.
11937 (widget-specify-field): If the terminating character of the widget
11938 field (which is read-only) is a newline, put it into a special
11939 `boundary' field so that C-n/C-p act more naturally.
11940 (widget-field-end): Also don't subtract one if a special
11941 `boundary' field has been added after the widget field.
11942
11943 * comint.el (comint-output-filter, comint-send-input):
11944 Don't bother adding stickiness fields to overlays to fool the field
11945 code, since it should notice the overlay insertion-types now.
11946
11947 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11948 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11949 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11950
11951 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11952
11953 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11954 (authors): Set file coding system to iso-2022-7bit.
11955 Add file-local variables to output buffer.
11956
11957 * files.el (after-find-file): Don't print any warnings if
11958 WARN is nil.
11959
11960 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11961
11962 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11963
11964 * delim-col.el: Now there is a column formatting mechanism.
11965 Modified to customization mechanisms convention. Doc fix.
11966 (columns): New group for delim-col.
11967 (delimit-columns-before, delimit-columns-after)
11968 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11969 (delimit-columns-end): New vars.
11970 (delimit-columns-customize, delimit-columns-format): New funs.
11971 (delimit-columns-region, delimit-columns-rectangle)
11972 (delimit-columns-rectangle-line): Modified to support column
11973 formatting.
11974
11975 2000-10-24 Dave Love <fx@gnu.org>
11976
11977 * log-edit.el (log-edit): Add :version and a :group for vc.
11978
11979 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11980
11981 * files.el (after-find-file): Don't print a message ``New file''
11982 if WARN is nil.
11983
11984 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11985 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11986 get duplicate tool-bar entries because we'll see the global ones
11987 on more than one path through keymaps.
11988
11989 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11990
11991 * progmodes/cmacexp.el: Change Francesco's email address.
11992
11993 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11994
11995 * window.el (fit-window-to-buffer): Adjust point of the window
11996 buffer, not that of the current buffer.
11997
11998 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11999
12000 * progmodes/cmacexp.el: Update the euthor's email address.
12001
12002 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12003
12004 * faces.el (face-spec-set-match-display): Add `graphic' display
12005 type (the inverse of `tty'). Use `display-graphic-p' instead of
12006 the window-system variable.
12007
12008 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12009
12010 * international/isearch-x.el (isearch-with-input-method):
12011 Call input-method-function with the first event in
12012 unread-command-events.
12013
12014 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12015
12016 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
12017
12018 2000-10-24 Andrew Choi <akochoi@i-cable.com>
12019
12020 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
12021 New charsets.
12022
12023 * term/mac-win.el: Remove definitions of mac-roman-lower and
12024 mac-roman-upper, require dired, and define instead of set
12025 mac-ready-for-drag-n-drop to avoid compilation error.
12026
12027 2000-10-23 Andrew Innes <andrewi@gnu.org>
12028
12029 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
12030 Remove superfluous calls to subst-char-in-string; instead apply
12031 expand-file-name after convert-standard-filename to ensure
12032 expected directory separators are used.
12033
12034 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
12035
12036 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
12037
12038 2000-10-23 Dave Love <fx@gnu.org>
12039
12040 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
12041 (tool-bar-add-item): Set foreground and background for XBM icons.
12042
12043 * international/latin1-disp.el (latin1-char-displayable-p):
12044 New function (from Handa).
12045 (latin1-display-check-font): Use it.
12046
12047 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
12048 using :key-sequence, making it much more usable.
12049 Use nconc, not append.
12050 (imenu--create-keymap-1): Avoid append.
12051
12052 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
12053
12054 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12055
12056 [the following changes fix a bug where `define-minor-mode' didn't
12057 correctly generate :require clauses for defcustoms in compiled files]
12058 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
12059 (byte-compile-log-file, byte-compile-log-1): Don't set
12060 `byte-compile-current-file' to nil. Instead set
12061 `byte-compile-last-logged-file' to it. Test whether
12062 byte-compile-current-file equals byte-compile-last-logged-file
12063 instead of whether its nil.
12064 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
12065
12066 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
12067
12068 * textmodes/refill.el: Fix var names in doc.
12069 (refill-mode): Don't bother with make-local-hook anymore.
12070
12071 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12072
12073 * faces.el (face-user-default-spec, face-default-spec): New functions.
12074 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
12075 (frame-set-background-mode, face-set-after-frame-default):
12076 Use `face-user-default-spec'. Simplify code slightly.
12077
12078 * woman.el (woman-italic-face, woman-bold-face)
12079 (woman-unknown-face): Add dark-background variants.
12080 (woman-default-faces): Renamed from `woman-colour-faces'.
12081 Set using the stored defaults, rather than using hard-wired colors.
12082 (woman-monochrome-faces): Renamed from `woman-black-faces'.
12083 Just make the foreground `unspecified' rather than "black".
12084 (woman-menu): Rename menu entries accordingly.
12085
12086 * faces.el (header-line): Make more reasonable on mono/grayscale
12087 displays.
12088
12089 2000-10-23 Andrew Choi <akochoi@i-cable.com>
12090
12091 * cus-edit.el (custom-button-face): Use 3D look for mac.
12092 (custom-button-pressed-face): Likewise.
12093
12094 * faces.el (set-face-attributes-from-resources): Handle mac frames
12095 in the same way as x and w32 frames.
12096 (face-valid-attribute-values): Likewise.
12097 (read-face-attribute): Likewise.
12098 (defined-colors): Likewise.
12099 (color-defined-p): Likewise.
12100 (color-values): Likewise.
12101 (display-grayscale-p): Likewise.
12102 (face-set-after-frame-default): Likewise.
12103 (mode-line): Same default face as for x and w32.
12104 (tool-bar): Likewise.
12105
12106 * frame.el: Remove call to frame-notice-user-settings at end of
12107 the file.
12108
12109 * info.el (Info-fontify-node): Make underlines invisible for mac
12110 as for x, pc, and w32 frame types.
12111
12112 * term/mac-win.el: New file.
12113
12114 2000-10-22 Dave Love <fx@gnu.org>
12115
12116 * textmodes/refill.el: New file.
12117
12118 2000-10-22 Andre Spiegel <spiegel@gnu.org>
12119
12120 * vc-hooks.el (vc-version-backup-file-name): New optional args
12121 MANUAL and REGEXP.
12122 (vc-delete-automatic-version-backups, vc-make-version-backup):
12123 New functions.
12124 (vc-before-save): Use the latter.
12125 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
12126 confusion.
12127
12128 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
12129 expected by vc[-hooks].el.
12130
12131 * vc.el (vc-checkout): Added `-p' suffix in call to
12132 vc-make-version-backups-p; use vc-make-version-backup to actually
12133 make the backup.
12134 (vc-version-other-window, vc-version-backup-file): Handle both
12135 automatic and manual backups.
12136 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
12137 of all of them.
12138
12139 2000-10-22 Miles Bader <miles@gnu.org>
12140
12141 * comint.el (comint-highlight-input, comint-highlight-prompt):
12142 Renamed, `-face' at end removed.
12143 (comint-send-input, comint-output-filter): Use renamed faces.
12144
12145 * window.el (fit-window-to-buffer): Change defaulting of
12146 MAX-HEIGHT slightly.
12147
12148 * faces.el (color-values, color-defined-p): Use `member', not
12149 `memq', because it works correctly for strings.
12150 (frame-set-background-mode): Actually, "unspecified-fg" and
12151 "unspecified-bg" *are* strings. Use `member', not `memq', and
12152 `equal', not `eq', when a string value is possible.
12153
12154 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
12155
12156 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
12157
12158 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
12159
12160 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
12161 sh-electric-rparen, sh-electric-less and sh-electric-hash.
12162 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
12163 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
12164 (sh-font-lock-syntactic-keywords): Use them.
12165 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
12166 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
12167 (sh-mode): Don't override font-lock-unfontify-region-function.
12168 Use a copy of sh-font-lock-syntactic-keywords.
12169 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
12170 Don't call sh-scan-buffer since font-lock does it on the fly.
12171 (sh-get-indent-info): Use `face' rather than `syntax-table'
12172 text-property to detect here-documents.
12173 Replace sh-special-syntax with sh-st-punc.
12174 (sh-prev-line): Use `face' rather than `syntax-table'
12175 text-property to skip over here-documents.
12176 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
12177 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
12178 (sh-electric-less, sh-set-here-doc-region)
12179 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
12180 (sh-scan-buffer, sh-rescan-buffer): Remove.
12181
12182 2000-10-21 Andrew Innes <andrewi@gnu.org>
12183
12184 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
12185 remote (ange-ftp) file names.
12186
12187 2000-10-21 Miles Bader <miles@gnu.org>
12188
12189 * window.el (fit-window-to-buffer): New function.
12190 (shrink-window-if-larger-than-buffer): Use it.
12191 (window-text-height): Don't expect minibuffers to have mode-lines.
12192
12193 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
12194 * international/quail.el (quail-update-guidance):
12195 Use `fit-window-to-buffer' instead of `set-window-text-height'.
12196
12197 * international/quail.el (quail-show-guidance-buf): Make sure
12198 guidance window really has enough room.
12199 (quail-update-guidance): If quail-guidance-win is already shown,
12200 make sure its height is OK.
12201
12202 * window.el (window-text-height, set-window-text-height):
12203 New functions.
12204 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12205 instead of `window-height' & `mode-line-window-height-fudge'.
12206 (mode-line-window-height-fudge): Add FACE parameter.
12207 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12208 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12209
12210 2000-10-20 Miles Bader <miles@gnu.org>
12211
12212 * window.el (height-affecting-face-attributes): Use `defconst'.
12213
12214 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12215 New function, conditionally aliased to `mode-line-window-height-fudge'.
12216 (ispell-help): Use it.
12217 (ispell-choices-win-default-height): Don't include mode-line fudge.
12218 (ispell-choices-win-default-height): New function.
12219 (ispell-show-choices, ispell-command-loop): Use function
12220 `ispell-choices-win-default-height' instead of variable.
12221
12222 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12223
12224 * window.el (mode-line-window-height-fudge): New variable.
12225 (height-affecting-face-attributes): New variable.
12226 (mode-line-window-height-fudge): New function.
12227 (shrink-window-if-larger-than-buffer): Use it.
12228 * help.el (resize-temp-buffer-window): Likewise.
12229
12230 * info.el (Info-fontify-node): Add support for @subsubsection
12231 titles, which use `Info-title-4-face'.
12232 (Info-title-4-face): New face.
12233 (Info-title-3-face): Inherit from Info-title-4-face instead of
12234 variable-pitch.
12235
12236 2000-10-19 Jason Rumney <jasonr@gnu.org>
12237
12238 * dired.el (dired-insert-directory): Do not let errors signalled by
12239 attempt to run dired-free-space-program prevent dired from working.
12240
12241 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12242
12243 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12244
12245 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12246
12247 * dirtrack.el (dirtrack): Fix call to run-hooks.
12248
12249 * cmuscheme.el (cmuscheme-program-name): Renamed from
12250 scheme-program-name because xscheme.el contains a defcustom with
12251 the same name. As a consequence, customizing group `cmuscheme'
12252 loaded `xscheme' which redefined run-scheme.
12253 (run-scheme): Use cmuscheme-program-name.
12254
12255 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12256
12257 * play/doctor.el (doctor-death): Update the Samaritans'
12258 anonymous address, and add a website for Befrienders International.
12259
12260 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12261
12262 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12263 Avoid compilation gripes. Doc fix.
12264 (ps-print-version): New version number (6.2).
12265 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12266 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12267 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12268 (ps-x-extent-priority, ps-x-extent-start-position)
12269 (ps-x-face-font-instance, ps-x-find-coding-system)
12270 (ps-x-font-instance-properties, ps-x-make-color-instance)
12271 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12272 avoid compilation gripes without defining functions.
12273 (ps-e-find-composition): Alias for function find-composition, to have a
12274 suitable function depending on Emacs version.
12275 (ps-color-device, ps-color-values, ps-face-foreground-name)
12276 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12277 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12278 (ps-print-ensure-fontified): Function definitions surrounded by
12279 `eval-and-compile' to avoid compilation gripes.
12280 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12281 by symbol-value to avoid compilation gripes.
12282 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12283 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12284
12285 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12286
12287 * startup.el (normal-top-level): Call `frame-set-background-mode'
12288 after `frame-notice-user-settings' because the latter doesn't call
12289 the former on a tty.
12290
12291 * faces.el (frame-set-background-mode): `unspecified' &c are
12292 symbols, not strings.
12293
12294 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12295
12296 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12297 why some "light*" colors are deliberately absent from the alist.
12298
12299 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12300 Change colors for tty's, as suggested by Miles Bader.
12301
12302 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12303
12304 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12305 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12306 for ISO10646-1 fonts.
12307 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12308
12309 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12310
12311 * faces.el (frame-set-background-mode): If a tty frame defines a
12312 background color, use that to compute the background mode, instead
12313 of always defaulting to "dark".
12314
12315 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12316
12317 * comint.el (comint-write-output): New function.
12318 (comint-mode-map): Add it to the menu.
12319 Bind `C-c C-s' to comint-write-output.
12320
12321 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12322
12323 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12324 Use fancy-splash-delay.
12325
12326 2000-10-18 Alex Schroeder <alex@gnu.org>
12327
12328 * progmodes/sql.el (sql-sybase-options): New option.
12329 (sql-sybase): Use it. Add sql-database to the list of parameters
12330 provided for login. The options -w 2048 -n are not used any more.
12331
12332 * comint.el (comint-read-input-ring): Bugfix such that the first
12333 and the last entry of the input ring file are not lost.
12334
12335 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12336
12337 * ps-print.el: Internal variable changes to defcustom,
12338 make-local-hook changes to defvar. Doc fix.
12339 (ps-print-version): New version number (6.1).
12340 (ps-setup, ps-do-despool): Code fix.
12341 (ps-printer-name): Customization fix.
12342 (ps-printer-name-option): Now is a defcustom instead of an
12343 internal variable.
12344 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12345 (ps-print-begin-column-hook): Now are defvar instead of
12346 make-local-hook.
12347
12348 2000-10-18 Miles Bader <miles@gnu.org>
12349
12350 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12351 (comint-kill-output): Changed into an alias for `comint-delete-output',
12352 and made obsolete.
12353 (comint-mode-map): Rename references to comint-kill-output.
12354
12355 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12356
12357 * diff-mode.el (diff-header-face, diff-file-header-face)
12358 (diff-changed-face): Add bold and italic attributes to tty faces.
12359 (diff-function-face): New face.
12360 (diff-font-lock-keywords): Use it.
12361
12362 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12363
12364 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12365 Remove commented-out call to force-mode-line-update.
12366 (comint-kill-output): Use `forward-line 0' instead of
12367 beginning-of-line to make sure we get past the prompt.
12368
12369 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12370
12371 * diff-mode.el (diff-header-face, diff-file-header-face):
12372 Add specific setting for dark background.
12373 (diff-context-face): Renamed from diff-comment-face.
12374 Set explicitly rather than inheriting from font-lock-comment-face.
12375
12376 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12377
12378 * startup.el (command-line): Move the code which sets the default
12379 TTY colors to before before-init-hook.
12380
12381 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12382
12383 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12384
12385 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12386
12387 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12388 extensions, for MS-DOS.
12389
12390 * diff-mode.el (diff-header-face, diff-file-header-face)
12391 (diff-changed-face): Define tty-specific colors.
12392
12393 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12394
12395 * startup.el (fancy-splash-text): Realign the text.
12396
12397 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12398
12399 * font-lock.el (font-lock-comment-face): Define a separate default
12400 for dark-background tty's.
12401
12402 2000-10-17 Miles Bader <miles@gnu.org>
12403
12404 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12405 being obscured by whizzy mode-lines on graphics displays.
12406
12407 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12408
12409 * info.el (Info-title-1-face, Info-title-2-face)
12410 (Info-title-3-face): Define colors for tty's.
12411 (info-header-node): Remove unneeded tty-specific definition.
12412
12413 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12414
12415 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12416 reverse from the frame parameters, and don't invert foreground and
12417 background colors.
12418
12419 2000-10-16 Miles Bader <miles@gnu.org>
12420
12421 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12422 string "*Info*". Call propertized-buffer-identification to spruce
12423 up the result.
12424
12425 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12426
12427 * help.el: Provide `help' for the sake of define-minor-mode
12428 which generates defcustoms with requires.
12429
12430 * jit-lock.el (jit-lock-after-change): If we're in text that
12431 matches a multi-line font-lock pattern, make sure the whole text
12432 will be redisplayed.
12433
12434 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12435 author's name is unknown.
12436
12437 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12438 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12439 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12440 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12441 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12442 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12443 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12444 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12445 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12446 Add author information.
12447
12448 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12449
12450 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12451 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12452 full-color version (using the Gimp) to eliminate dithering artifacts.
12453
12454 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12455
12456 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12457
12458 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12459
12460 2000-10-15 Dave Love <fx@gnu.org>
12461
12462 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12463
12464 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12465
12466 * whitespace.el: Doc fixes.
12467 (top-level): Don't add hooks here.
12468 (whitespace-running-emacs): Deleted.
12469 (timer): Don't require.
12470 (whitespace): Add back :version conditional on xemacs test.
12471 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12472 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12473 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12474 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12475 Avoid specific xemacs test.
12476 (whitespace-global-mode): New option.
12477 (whitespace-global-mode): New command.
12478 (whitespace-unload-hook): New function.
12479
12480 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12481 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12482 (Info-fontify-node): `Goto' goes to `Go to'.
12483 (Info-fontify-node): Add help-echo to xref links.
12484
12485 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12486
12487 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12488
12489 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12490
12491 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12492 Use plist-get and allow :inherit.
12493
12494 * emacs-lisp/cl-macs.el (cl-do-arglist):
12495 Use plist-get and plist-member instead of memq.
12496
12497 * emacs-lisp/ewoc.el (ewoc-location): New function.
12498 (ewoc-enter-after, ewoc-enter-before): Document return value.
12499 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12500 Don't need make-local-hook any more.
12501 (cvs-addto-collection): Return the new tin.
12502 (cvs-mode-insert): Jump to the new line.
12503
12504 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12505
12506 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12507
12508 * font-lock.el (font-lock-syntactically-fontified): New var.
12509 (font-lock-fontify-syntactic-keywords-region): Use it.
12510 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12511
12512 * diff-mode.el (diff-find-file-name): Fix regexp.
12513
12514 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12515 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12516
12517 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12518 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12519 (sh-mode): Don't make all vars local here.
12520 (sh-kw): Reformat.
12521 (sh-set-shell): Use dolist. Don't set indent-region-function.
12522 (sh-mode-syntax-table): Use pop.
12523 (sh-remember-variable): Use push.
12524 (sh-help-string-for-variable): Use memq.
12525 (sh-safe-backward-sexp): Remove.
12526 (sh-safe-forward-sexp): Add ARG.
12527 (sh-get-indent-info, sh-prev-stmt): Use it.
12528 (sh-prev-line): Simplify by using forward-comment.
12529 (sh-this-is-a-continuation): Simplify.
12530 (sh-learn-buffer-indent): Use dolist.
12531 (sh-do-nothing): Remove.
12532 (sh-set-char-syntax, sh-set-here-doc-region):
12533 Use inhibit-modification-hooks.
12534 (sh-name-style): Use mapcar and push.
12535 (sh-load-style): Use dolist.
12536 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12537 (sh-case, sh-while-getopts): Use propertize directly rather
12538 than sh-electric-rparen.
12539
12540 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12541
12542 * textmodes/tex-mode.el: Require CL when compiling.
12543 (tex-mode-syntax-table): Init immediately.
12544 (tex-mode-map): Bind M-RET to latex-insert-item.
12545 (latex-mode): Set indent-line-function to latex-indent.
12546 (tex-common-initialization): Don't setup the syntax-table any more.
12547 (latex-insert-item): New skeleton.
12548 (tex-next-unmatched-end): Fix copy/paste braino.
12549 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12550 (latex-indent, latex-find-indent): New functions.
12551 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12552 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12553 (tex-compilation-parse-errors): Use with-syntax-table.
12554
12555 2000-10-15 Miles Bader <miles@gnu.org>
12556
12557 * font-lock.el (font-lock-comment-face): Change dark-background,
12558 color, non-tty, default to `chocolate1'.
12559
12560 2000-10-13 John Wiegley <johnw@gnu.org>
12561
12562 * eshell/esh-util.el (require): Added a missing `require' form,
12563 needed when compiling (for an ange-ftp macro definition).
12564
12565 2000-10-13 Dave Love <fx@gnu.org>
12566
12567 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12568
12569 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12570
12571 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12572
12573 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12574 transparent -colors 8).
12575
12576 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12577
12578 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12579 that breaks with old list format timestamps.
12580 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12581 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12582
12583 2000-10-13 John Wiegley <johnw@gnu.org>
12584
12585 * align.el, pcomplete.el, calendar/timeclock.el,
12586 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12587
12588 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12589 faulty math, where holiday hours were being computing as seconds.
12590
12591 2000-10-13 John Wiegley <johnw@gnu.org>
12592
12593 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12594 specifying what "other" kinds of buffers should be saved.
12595 This used to be hard-coded.
12596 (desktop-buffer-misc-functions): A global for specifying how
12597 auxiliary data should be determined for special buffer types.
12598 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12599 instead of hard-coding the special buffer types.
12600 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12601 auxiliary data, instead of hard-coding for Info buffers and dired.
12602 (desktop-buffer-info-misc-data): Aux function for determining Info
12603 buffer auxiliary info.
12604 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12605 (desktop-buffer-info): Changed this function to use the info
12606 gathered above.
12607 (desktop-create-buffer): Be a little more careful about what
12608 `minor-mode' means before calling it. This is important for some
12609 buffer types.
12610
12611 2000-10-13 John Wiegley <johnw@gnu.org>
12612
12613 * eshell/esh-util.el: Added a global form which declares an
12614 autoload for `parse-time-string', if that function is not already
12615 defined, and if parse-time.el is available on the user's system.
12616
12617 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12618 to be aware of ange-ftp user info.
12619 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12620 (eshell-ls-annotate): Use `eshell-file-attributes'.
12621 (eshell-ls-file): Made the user-id printing code a bit smarter.
12622
12623 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12624 allow identification of alias user ids in remote directories.
12625 It's manual, but there's no other way to know when the current user
12626 on the local machine, is also the owning user on the remote machine.
12627 (fboundp): Bind `ange-cache'.
12628 (eshell-directory-files-and-attributes): Re-organized the logic a
12629 bit to use `eshell-file-attributes' instead of `file-attributes'.
12630 The former is more sensitive to directories that are read via FTP,
12631 and knows how to use ange-ftp to determine full attribute
12632 information, instead of just the name and last modtime.
12633 (eshell-current-ange-uids): Return the current user id when in a
12634 remote directory.
12635 (eshell-parse-ange-ls): Parse a full directory listing that has
12636 been returned by ange-ftp.
12637 (eshell-file-attributes): This beefed up version of
12638 `file-attributes' is only special if the user is currently in a
12639 remote directory, in which case it does a lot of work to find out
12640 what the real attributes of a file are, as they appear on the
12641 remote machine. This makes usage of remote directories (i.e.,
12642 ange-ftp pathnames) much more useful. You can now use Eshell as a
12643 full-fledged FTP client, with much more manipulation ability than
12644 most other clients.
12645
12646 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12647 variable, which means that Eshell's du should always be preferred
12648 in remote directories.
12649 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12650 just `file-attributes'.
12651 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12652 when reading remote directories. This is an Eshell-specific
12653 variable (not part of ange-ftp).
12654 (eshell/ln): Bind `ange-cache'.
12655 (eshell/du): Added some extra logic for determining when to use
12656 Eshell's du (which is slow), and when to use the external version
12657 (which may or may not exist).
12658
12659 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12660 Call `eshell-interactive-process', rather than using
12661 `get-buffer-process', since backgrounded processes don't count in
12662 the context of this function's logic.
12663
12664 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12665 `forward-char', so that null strings are parsed correctly.
12666
12667 2000-09-13 John Wiegley <johnw@gnu.org>
12668
12669 * eshell/em-pred.el (eshell-pred-file-type)
12670 (eshell-pred-file-links, eshell-pred-file-size):
12671 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12672
12673 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12674 that remote file globbing is more efficient.
12675
12676 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12677 gathering the files and attributes within a directory.
12678
12679 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12680 the command line is a special file (not a regular file, directory
12681 or symlink), always attempt to call the external version of cat.
12682
12683 2000-09-13 John Wiegley <johnw@gnu.org>
12684
12685 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12686 Eshell-friendly version of find-tag.
12687
12688 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12689
12690 * image-file.el (image-file-name-extensions)
12691 (image-file-name-regexps): Add autoload cookies.
12692
12693 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12694
12695 * international/mule-cmds.el (select-safe-coding-system): If FROM
12696 is string, show it in *Warning* buffer.
12697
12698 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12699
12700 * startup.el (normal-top-level): Use display-popup-menus-p instead
12701 of window-system.
12702 (command-line): Use display-graphic-p instead of window-system.
12703 (command-line-1): Use display-popup-menus-p and display-mouse-p
12704 instead of window-system.
12705
12706 2000-10-12 Sam Steingold <sds@gnu.org>
12707
12708 * tooltip.el (tooltip-use-echo-area): New user variable.
12709 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12710
12711 2000-10-12 Dave Love <fx@gnu.org>
12712
12713 * recentf.el: Maintainer's checkdoc fixes.
12714
12715 * startup.el (normal-top-level-add-subdirs-to-load-path):
12716 Use character class, not ASCII when matching file names.
12717 (fancy-splash-head): Add trailing slash to URL.
12718 (command-line): Don't require XPM support for toolbar.
12719
12720 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12721 (cperl-invalid-face): Revert last change.
12722 (cperl-init-faces): Quote cperl-invalid-face.
12723
12724 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12725
12726 * startup.el (fancy-splash-text): Remove superfluous quote.
12727
12728 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12729
12730 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12731 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12732 (command-line-1): Don't use fancy-splash-pending-command.
12733 (fancy-splash-screens-1): Goto point-min after inserting text.
12734
12735 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12736
12737 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12738 instead of shared-lisp-mode-map.
12739
12740 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12741
12742 * faces.el (header-line): Change tty-variant to use underlining.
12743
12744 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12745 (isearch-highlight): Restore lazy-isearch face properties at old
12746 position, and suppress them at new position.
12747 (isearch-dehighlight): Restore lazy-isearch face properties.
12748 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12749 over the real isearch overlay, but in that case, don't give it a
12750 face property. Use `push'.
12751
12752 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12753
12754 * man.el (Man-getpage-in-background): Fix previous change.
12755 Decode the process output only when we are in multibyte mode.
12756
12757 2000-10-11 Dave Love <fx@gnu.org>
12758
12759 * info.el (Info-mode-menu): Fix some help.
12760 (info-tool-bar-map): Add entry for Info-last.
12761
12762 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12763 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12764 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12765 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12766 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12767 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12768 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12769 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12770 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12771 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12772 Reduce colour requirements to 25 overall. (Probably wants
12773 revisiting from the originals to reduce further.)
12774
12775 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12776
12777 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12778 buffer-file-coding-system, instead of raw-text.
12779 (dehexlify-buffer): Bind coding-system-for-read to
12780 buffer-file-coding-system, instead of raw-text.
12781
12782 2000-10-11 Sam Steingold <sds@gnu.org>
12783
12784 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12785 `underline' - fixes the bug introduced on 2000-09-21.
12786
12787 2000-10-11 Dave Love <fx@gnu.org>
12788
12789 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12790 Avoid compiler warnings.
12791 (scheme-mode): Doc fix.
12792 (scheme-font-lock-keywords-1): Match `define-syntax'.
12793
12794 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12795
12796 * faces.el (frame-set-background-mode): Pay attention to saved
12797 face specs as well as default ones. Only do anything if the
12798 bg-mode or display-type has actually changed. Use `dolist'.
12799 (region): Make dark-background `region' face less in-your-face.
12800
12801 2000-10-10 Sam Steingold <sds@gnu.org>
12802
12803 * chistory.el, ielm.el, ledit.el:
12804 * progmodes/inf-lisp.el, progmodes/scheme.el:
12805 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12806
12807 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12808
12809 * textmodes/texinfo.el: Update copyright and fix typo.
12810
12811 * desktop.el (desktop-modes-not-to-save): New var.
12812 (desktop-save-buffer-p): Use it.
12813 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12814 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12815
12816 2000-10-10 Dave Love <fx@gnu.org>
12817
12818 * toolbar/tool-bar.el (tool-bar-add-item)
12819 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12820
12821 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12822 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12823 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12824 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12825 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12826 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12827 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12828 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12829 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12830 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12831 the .xpms; probably need retouching.
12832
12833 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12834
12835 * subr.el (add-to-list): Add optional argument APPEND.
12836 * battery.el (display-battery): Use `add-to-list'.
12837
12838 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12839
12840 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12841 properties.
12842 (zone, zone-when-idle, zone-leave-me-alone)
12843 (zone-pgm-whack-chars): Use new symbol properties.
12844
12845 * battery.el (display-battery): Doc spelling fix.
12846
12847 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12848 property.
12849
12850 2000-10-09 Dave Love <fx@gnu.org>
12851
12852 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12853 has been initialized before calling tool-bar-setup.
12854 (tool-bar-add-item-from-menu): Add autoload cookie.
12855
12856 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12857
12858 * menu-bar.el (send-mail-item-name): New function.
12859 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12860 of mail-user-agent in the menu. Don't display the "Send Mail"
12861 item if mail-user-agent is nil or its value is ignore.
12862 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12863 if read-mail-command is nil or its value is ignore.
12864
12865 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12866
12867 2000-10-09 Miles Bader <miles@gnu.org>
12868
12869 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12870 Correct image size.
12871 * toolbar/left_arrow.xpm: Correct image size.
12872
12873 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12874 will be done by the definition of `auto-compression-mode' if
12875 necessary. Move code to uninstall existing file-name handler
12876 before definition of `auto-compression-mode'.
12877
12878 * image-file.el (auto-image-file-mode): Move to the end of the
12879 file, because `define-minor-mode' actually calls the mode-function
12880 if the associated variable is non-nil, which requires that all
12881 needed functions be already defined.
12882
12883 * mouse.el (popup-menu): Balance parens.
12884
12885 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12886
12887 * mouse.el (popup-menu): Move the command call outside the loop
12888 so that popup-menu returns whatever the command returns.
12889
12890 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12891 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12892 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12893 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12894
12895 * vc.el (vc-version-diff): diff-switches can be a list.
12896 Use relative filenames for prettier output.
12897
12898 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12899 (vc-post-command-functions): Remove old-VC compatibility code.
12900
12901 * newcomment.el (comment-indent-default): Autoload.
12902
12903 * font-lock.el (font-lock-defaults): Make buffer-local.
12904 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12905 (font-lock-choose-keywords):
12906 Ignore LEVEL unless KEYWORDS is a list of syms.
12907 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12908 Don't wrap regexp-opt things in \(...\) unnecessarily.
12909
12910 * jit-lock.el: Don't require font-lock any more.
12911 (jit-lock-functions): Make buffer-local.
12912 (jit-lock-saved-fontify-buffer-function): Remove.
12913 (jit-lock-mode): Remove autoload cookie.
12914 Remove font-lock specific code.
12915 (jit-lock-unregister): Don't bother handling complex hooks any more.
12916 (jit-lock-refontify): New function.
12917 (jit-lock-fontify-buffer): Use it.
12918 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12919 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12920 Add optional args START and END.
12921 Never call font-lock-fontify-region directly.
12922 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12923
12924 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12925
12926 2000-10-08 Dave Love <fx@gnu.org>
12927
12928 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12929
12930 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12931
12932 * play/studly.el (studlify-region, studlify-word): Add autoload
12933 cookie.
12934
12935 * play/morse.el (morse-region, unmorse-region): Add autoload
12936 cookie.
12937
12938 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12939 concat.
12940
12941 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12942 insist on symbols starting with word syntax.
12943 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12944 (eval-defun-1): Doc fix.
12945 (indent-sexp): Use nconc to build up indent-stack.
12946
12947 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12948 Gnus with little use.
12949 (mail-setup-hook): Add mail-abbrevs-setup to options.
12950
12951 * recentf.el: Doc fixes.
12952
12953 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12954 Clean up remainder.
12955
12956 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12957 without timezone and (8) with timezone to enforce some whitespace.
12958 Simplify code somewhat.
12959
12960 * options.el (list-options): Doc that you should use customize.
12961
12962 * iswitchb.el (iswitchb-mode): Add :require.
12963
12964 * info.el (Info-goto-node, Info-menu): Doc fix.
12965 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12966 (info-tool-bar-map): New variable.
12967 (Info-mode): Use it.
12968 (Info-edit-map): Define all in defvar.
12969 (speedbar-attached-frame): Avoid compiler warning.
12970
12971 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12972 (global-map): Bind [tool-bar] to a filtered map.
12973 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12974 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12975 Allow PBM icons.
12976 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12977
12978 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12979 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12980 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12981 icons, except up_arrow, which is left-arrow rotated.
12982
12983 * imenu.el (imenu-add-to-menubar): Fix last change.
12984
12985 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12986
12987 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12988 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12989
12990 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12991
12992 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12993 typos in doc strings.
12994
12995 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12996 the doc strings how to customize Font Lock faces.
12997
12998 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12999 computing growth when dragging the header line.
13000
13001 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
13002
13003 * simple.el (kill-line): Doc fix.
13004
13005 2000-10-08 Miles Bader <miles@gnu.org>
13006
13007 * faces.el (secondary-selection): Make foreground visible on tty.
13008
13009 * jka-compr.el (auto-compression-mode): Move to the end of the
13010 file, because `define-minor-mode' actually calls the mode-function
13011 if the associated variable is non-nil, which requires that all
13012 needed functions be already defined.
13013 (with-auto-compression-mode): Add autoload cookie.
13014
13015 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
13016
13017 * files.el (find-backup-file-name) [ms-dos]: If support for long
13018 file names is not available, behave as if version-control were set
13019 to never.
13020
13021 2000-10-07 Dave Love <fx@gnu.org>
13022
13023 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
13024 (browse-url-gnome-moz): New function.
13025 (browse-url-browser-function): Use it.
13026 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
13027
13028 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
13029
13030 * indent.el (tab-always-indent): New var.
13031 (indent-for-tab-command): Use it.
13032
13033 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
13034 raise an error. This way it can still default to a sane value.
13035
13036 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13037
13038 * startup.el (fancy-splash-screens): Use local rather than global map.
13039 Don't use `update-menu-bindings' any more.
13040 Get rid of assumptions about keymap representation.
13041
13042 2000-10-06 Dave Love <fx@gnu.org>
13043
13044 * textmodes/fill.el (sentence-end-double-space)
13045 (sentence-end-without-period): Doc fix.
13046 (adaptive-fill-regexp): Purecopy.
13047 (unjustify-current-line): Use line-end-position.
13048 (fill-individual-paragraphs-prefix): Use line-beginning-position.
13049
13050 * net/eudc-vars.el (eudc): Add :version, :link.
13051
13052 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
13053
13054 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
13055 Fix for define-minor-mode.
13056 (function-at-point): Alias to function-called-at-point.
13057
13058 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
13059
13060 * simple.el (backward-word): Doc fix.
13061
13062 * image-file.el (image-file-name-regexp): image-file-regexps ->
13063 image-file-name-regexps.
13064 (image-file-name-extensions): Add pbm.
13065
13066 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13067
13068 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
13069 and add filename to the names so that diff-mode can jump to source.
13070
13071 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
13072 (tex-font-lock-keywords, tex-font-lock-keywords-2)
13073 (tex-font-lock-keywords-1): Remove.
13074 (font-lock-turn-on-thing-lock): Use jit-lock-register.
13075 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
13076 (font-lock-default-fontify-region):
13077 Expand beg..end correctly when just following a multiline region.
13078 (font-lock-fontify-anchored-keywords):
13079 Include the anchor text as part of the multiline.
13080
13081 2000-10-06 Gerd Moellmann <gerd@gnu.org>
13082
13083 * loadup.el (toplevel): Load `loaddefs' before `help' because the
13084 latter needs the autoloaded define-minor-mode macro during the
13085 bootstrap.
13086
13087 * startup.el (command-line): For now, activate tool-bar-mode only
13088 if XPM images are supported.
13089
13090 * mouse.el (mouse-drag-header-line): Don't allow resizing a
13091 window by dragging a header-line at the top of the frame; that's
13092 confusing because the header-line doesn't move.
13093 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
13094 of treating the event as a list. Some cleanup.
13095
13096 2000-10-06 Miles Bader <miles@gnu.org>
13097
13098 * simple.el (display-message-or-buffer): New function.
13099 (shell-command-on-region): Use `display-message-or-buffer'.
13100
13101 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
13102 docstring parts.
13103
13104 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13105 (smbclient-prompt-regexp): Add usage note to doc string.
13106 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
13107 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
13108 Use add-hook for adding the comint filter function, and only do so
13109 if it's not already in the global hook list.
13110 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
13111 to `make-local-variable'.
13112 (nslookup-font-lock-keywords): Remove prompt entry.
13113 (nslookup): Don't set the process-filter.
13114 (finger): Exit the loop correctly when the regexps list runs out.
13115 (ftp, smbclient, smbclient-list-shares):
13116 Set the real major mode immediately, not after execing.
13117 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
13118
13119 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
13120
13121 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
13122
13123 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
13124
13125 * which-func.el (which-func-format): Remove spurious space.
13126 (which-func-mode): Don't make it permanent-local.
13127 (which-func-ff-hook): Allow which-func-maxout to be nil.
13128 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
13129 (which-func-mode): Simplify.
13130 Use post-command-idle-hook rather than post-command-hook.
13131 Go through all buffers and update their state.
13132 (which-function): Also try add-log-current-defun-function.
13133
13134 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
13135 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
13136 Update call to with-vc-properties accordingly.
13137 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
13138 (vc-revert-buffer): More careful about window selection and deletion.
13139 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
13140
13141 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
13142 (cvs-retrieve-revision): Reuse a pre-existing buffer.
13143 (cvs-dired-action): Change the default to quickdir.
13144
13145 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
13146 if comment-indent-function returns nil.
13147 (comment-indent-default): New function.
13148 (comment-indent-function): Use it and document the new semantics.
13149
13150 * image-file.el: Docstring fixes.
13151
13152 * help.el (help-xref-on-pp): Use match-string.
13153 (describe-variable): New arg BUFFER.
13154 Store the current buffer in the help-xref-stack.
13155 (temp-buffer-resize-mode): Use define-minor-mode.
13156
13157 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
13158 consistently with its docstring.
13159 Set jit-lock-first-unfontify-pos in an idempotent way.
13160 (jit-lock-register): Autoload and add arg CONTEXTUAL.
13161
13162 2000-10-05 Alex Schroeder <alex@gnu.org>
13163
13164 * sql.el (sql-mysql-options): New variable.
13165 (sql-mysql): Use it.
13166
13167 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
13168
13169 * image.el (image): New group.
13170
13171 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13172 (smerge-base-face, smerge-markers-face): Add dark-background variants.
13173
13174 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13175
13176 * net/net-utils.el (nslookup-font-lock-keywords)
13177 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13178 Ignore the value of wqindow-system; always define keywords
13179
13180 2000-10-05 Kenichi Handa <handa@etl.go.jp>
13181
13182 * startup.el (fancy-splash-screens): Remove the code for
13183 debugging; `(trace-to-stderr "EXITTT\n")'.
13184
13185 2000-10-05 Miles Bader <miles@gnu.org>
13186
13187 * diff-mode.el (diff-goto-source): Update call to
13188 `diff-hunk-status-msg' to reflect new REV variable.
13189
13190 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13191
13192 * progmodes/icon.el (icon-mode):
13193 Don't gratuitously override the default for comment-column.
13194
13195 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13196
13197 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13198 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13199 (jit-lock-functions): New var.
13200 (jit-lock-function-1): Use it if non-nil.
13201 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13202 Set the `fontified' property before doing the fontification to avoid
13203 repeatedly going through the same error.
13204 Don't turn errors into messages.
13205 (jit-lock-register, jit-lock-unregister): New functions.
13206
13207 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13208 Use with-current-buffer.
13209
13210 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13211 Turn comment into docstring.
13212
13213 * apropos.el (apropos-mode): Use define-derived-mode.
13214
13215 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13216
13217 * startup.el (fancy-splash-pending-command): New variable.
13218 (fancy-splash-pre-command): New function.
13219 (fancy-splash-screens): Rewritten.
13220 (command-line-1): If fancy-splash-pending-command is set, call it
13221 interactively.
13222
13223 2000-10-04 Dave Love <fx@gnu.org>
13224
13225 * toolbar/tool-bar.el (tool-bar-setup): New function.
13226 (tool-bar-mode): Use it.
13227
13228 * subr.el (substitute-key-definition): Doc fix.
13229 (play-sound-file): New command.
13230
13231 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13232
13233 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13234 vc-version-backup-file-name): New functions.
13235
13236 * files.el (basic-save-buffer): Call vc-before-save before saving.
13237
13238 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13239 vc-cvs-stay-local-p.
13240
13241 * vc.el (vc-revert-buffer): Handle empty diff properly.
13242 (vc-version-backup-file): New function.
13243 (vc-checkout): Create a version backup if necessary.
13244 (vc-checkin): If a version backup file exists, delete it.
13245 (vc-version-diff): Diff locally using version backups, if available.
13246 (vc-revert-file): If there's a version backup, revert locally.
13247 (vc-transfer-file): Use version backup for base version, if
13248 available. If not, ask for confirmation whether to get it from the
13249 server. Update mode line before check-in.
13250
13251 2000-10-04 Dave Love <fx@gnu.org>
13252
13253 * toolbar/tool-bar.el (tool-bar-setup): New function.
13254 (tool-bar-mode): Use it.
13255
13256 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13257
13258 * net/net-utils.el (nslookup-font-lock-keywords)
13259 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13260 Only set if window-system is non-nil
13261 (net-utils-run-program): Returns buffer.
13262 (network-connection-reconnect): Added this function.
13263
13264 * generic.el:
13265 Incorporates extensive cleanup and docfixes by
13266 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13267 Uses cl compile-time macros.
13268 (generic-mode-name, generic-comment-list)
13269 (generic-keywords-list, generic-font-lock-expressions)
13270 (generic-mode-function-list, generic-mode-syntax-table):
13271 Removed variables.
13272 (generic-mode-alist): Renamed to generic-mode-list.
13273 (generic-find-file-regexp): Default changed to "^#".
13274 (generic-read-type): Uses completing read on generic-mode-list.
13275 (generic-mode-sanity-check): removed this function.
13276 (generic-add-to-auto-mode): Removed this function
13277 (generic-mode-internal): Bind mode-specific definitions
13278 into function instead of putting them in alist.
13279 (generic-mode-set-comments): Reworked extensively.
13280 (generic-mode-find-file-hook): Simplified regexp searching
13281 (generic-make-keywords-list): Omit extra pair of parens
13282
13283 * find-lisp.el (find-lisp-find-files-internal):
13284 Make sure directory name ends with "/".
13285
13286 * generic-x.el (apache-conf-generic-mode):
13287 Regexp now allows leading whitespace.
13288 (rc-generic-mode): Added eval-when-compile
13289 around generic-make-keywords-list.
13290 Deleted duplicate regexp
13291 (rul-generic-mode): Added eval-when-compile
13292 around generic-make-keywords-list.
13293 (etc-fstab-generic-mode): New generic mode.
13294 (rul-generic-mode): Removed one eval-when-compile
13295 which caused a max-specpdl-size exceeded error.
13296
13297 2000-10-04 Miles Bader <miles@gnu.org>
13298
13299 * simple.el (minibuffer-temporary-goal-position): New variable.
13300 (next-history-element): Try to keep the position of point in the
13301 input string constant.
13302
13303 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13304 (dired-do-create-files): If there's only one file, pass it in as
13305 the DEFAULT arg to dired-mark-read-file-name.
13306
13307 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13308
13309 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13310 (diff-goto-source): Be smarter when choosing REVERSE or not.
13311
13312 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13313 (texinfo-mode-menu): Add an explicit shortcut for update all.
13314
13315 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13316
13317 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13318 factorize backend-specific code cleanly (this was essentially
13319 conceived by Stefan Monnier).
13320 (vc-unregister): Function removed.
13321 (vc-revert-file): New function.
13322 (vc-revert-buffer): Delegate some of the work to it.
13323
13324 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13325 default branch unconditionally.
13326 (vc-rcs-set-default-branch): New function.
13327 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13328 (vc-rcs-checkin): If an appropriate default branch has been set,
13329 force creation of that branch.
13330 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13331 code (as suggested by Stefan Monnier).
13332
13333 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13334
13335 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13336 highlighting overlay with a different face over the overlay
13337 isearch uses to highlight the current match because that can lead
13338 to bad face combinations.
13339
13340 * loadup.el (toplevel): Load faces before isearch.
13341
13342 * isearch.el (isearch-faces): New custom group.
13343 (isearch): New defface; was already tested for in the code.
13344 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13345 (isearch-highlight): Always use face `isearch'.
13346
13347 2000-10-02 Dave Love <fx@gnu.org>
13348
13349 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13350 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13351 comparison of opcode with operand.
13352
13353 2000-10-03 Miles Bader <miles@gnu.org>
13354
13355 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13356 buffer, since the echo area will now grow to accommodate them.
13357
13358 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13359
13360 * vc-hooks.el (vc-registered): If FILE used to be registered under
13361 a certain backend, try that one first.
13362
13363 * vc.el (vc-responsible-backend): Undo the previous change in the
13364 argument list. Handle multiple backends correctly.
13365 (vc-find-new-backend): Function removed.
13366 (vc-register): Use vc-responsible-backend, as before.
13367 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13368
13369 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13370
13371 * startup.el (fancy-splash-head): Change message below the
13372 logo.
13373
13374 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13375
13376 * diff-mode.el (diff-goto-source): Emit a status message.
13377 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13378 (diff-test-hunk): Fix doc string.
13379 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13380 (diff-advance-after-apply-hunk): New variable.
13381 (diff-apply-hunk): Don't return a value.
13382
13383 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13384
13385 * vc.el (vc-editable-p): Minor optimization.
13386 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13387 (vc-find-new-backend): New function split from vc-responsible-backend.
13388 (vc-register): Use it.
13389 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13390 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13391 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13392 (vc-clear-headers): Don't use find-file.
13393 (vc-revert-buffer): Use `and' again (must have been a braino).
13394 (vc-switch-backend): Only prompt if requested.
13395 Short circuit if nothing is to be done.
13396 Don't use vc-resynch-buffer which could lose unsaved editing.
13397 (vc-default-receive-file): Update call to vc-unregister.
13398 (with-vc-file, vc-next-action-on-file):
13399 Use vc-backend rather than vc-registered.
13400 (vc-next-action-on-file): Use intern-soft.
13401 Deal with read-only *vc-diff* buffer.
13402 (vc-transfer-file): Docstring fix.
13403
13404 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13405 (vc-rcs-receive-file): Avoid with-vc-properties.
13406 Update call to vc-unregister.
13407 Use constant `RCS' rather than (dynamically bound) var `backend'.
13408
13409 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13410
13411 * vc.el (vc-next-action-on-file): Update mode line only if file
13412 is visited.
13413 (vc-start-entry): New argument initial-contents. Don't visit the file
13414 if it isn't already visited. Brought documentation up-to-date.
13415 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13416 (vc-checkin): New optional arg initial-contents, which is passed to
13417 vc-start-entry.
13418 (vc-finish-logentry): Make sure to bury log buffer only if there
13419 really is one. Call `vc-resynch-buffer' on log-file, not
13420 buffer-file-name.
13421 (vc-default-comment-history, vc-default-wash-log): New functions.
13422 (vc-index-of): Removed.
13423 (vc-transfer-file): Make do without the above.
13424 (vc-default-receive-file): Call comment-history unconditionally. Pass
13425 the resulting string to vc-checkin, instead of inserting it into the
13426 comment ring.
13427
13428 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13429 unconditionally. Use the comments as initial contents of the log
13430 entry buffer. Document the trick to force branch creation with no
13431 changes.
13432
13433 2000-10-01 Miles Bader <miles@gnu.org>
13434
13435 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13436 `recenter' with an arg to prevent redrawing the display.
13437
13438 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13439
13440 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13441
13442 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13443
13444 * progmodes/c-mode.el (c-mode):
13445 Don't gratuitously override the default for comment-column.
13446
13447 * textmodes/tex-mode.el (latex-metasection-list): New var.
13448 (latex-imenu-create-index): Use it.
13449 Move the regexp construction outside loops (and use push).
13450 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13451 (tex-font-lock-keywords): Moved from font-lock.el.
13452 (tex-comment-indent): Remove.
13453 (tex-common-initialization): Don't set comment-indent-function.
13454 (latex-block-default): New var.
13455 (tex-latex-block): Use it to provide a default choice.
13456 Add any unknown choice to latex-block-names.
13457 Insert [...] after {...}.
13458 (tex-last-unended-begin): Simplify regexp.
13459 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13460 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13461 (latex-mode): Set forward-sexp-function.
13462
13463 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13464 Add regexp for @ignore ... @end ignore.
13465 (texinfo-heading-face): New face.
13466 (texinfo-font-lock-keywords): Use it.
13467 (texinfo-mode-menu): New menu.
13468 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13469 New functions.
13470 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13471 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13472 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13473 Remove declaration.
13474 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13475
13476 * delsel.el (delete-selection-mode): Use define-minor-mode.
13477
13478 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13479
13480 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13481
13482 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13483
13484 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13485
13486 * replace.el (keep-lines-read-args): New function.
13487 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13488 read arguments interactively. Add parameters RSTART and REND.
13489 Operate on the active region in Transient Mark mode.
13490
13491 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13492
13493 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13494 (authors-obsolete-files-regexps): New variable.
13495 (authors-add): Don't record changes in obsolete files.
13496
13497 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13498
13499 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13500
13501 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13502 (comment-indent): Make sure there's a space between code and comment.
13503 Shift comments left to avoid going past fill-column.
13504
13505 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13506
13507 * startup.el (startup-echo-area-message): New function.
13508 (display-startup-echo-area-message): Use it.
13509 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13510 (fancy-splash-default-action): New function.
13511 (fancy-splash-screens-1): New function.
13512 (fancy-splash-head): Put a help-echo and a keymap under the image.
13513
13514 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13515
13516 * diff-mode.el (diff-add-log-file-name): Remove.
13517 (diff-mode): Use add-log-buffer-file-name-function.
13518
13519 * add-log.el (find-change-log): New arg BUFFER-FILE.
13520 (add-log-file-name): Obey add-log-file-name-function.
13521 (add-log-buffer-file-name-function): New var.
13522 (add-change-log-entry): Use it.
13523
13524 2000-09-29 Miles Bader <miles@gnu.org>
13525
13526 * image-file.el (image-file-name-extensions): New variable.
13527 (image-file-name-regexps): Renamed from `image-file-regexps'.
13528 New default value is nil. Call `auto-image-file-mode'.
13529 (image-file-name-regexp): New function.
13530 (auto-image-file-mode): New minor mode.
13531 (insert-image-file): Don't make conditional on the image-file
13532 handler being enabled.
13533 (image-file-handler): Make the call here conditional instead.
13534 (set-image-file-handler-enabled, enable-image-file-handler)
13535 (disable-image-file-handler): Functions removed.
13536
13537 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13538 string.
13539
13540 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13541
13542 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13543 it's a function from CL.
13544 (latex-imenu-create-index): Replace eval-when-compile with progn
13545 because latex-section-alist is not bound while compiling.
13546
13547 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13548
13549 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13550 (outline-mode): Use define-derived-mode.
13551
13552 * progmodes/perl-mode.el (perl-mode):
13553 * progmodes/awk-mode.el (awk-mode):
13554 * progmodes/asm-mode.el (asm-mode):
13555 Don't gratuitously override the default for comment-column.
13556
13557 * emacs-lisp/lisp.el (lisp-complete-symbol):
13558 Distinguish the let-binding case from the funcall case.
13559 (forward-sexp-function): New variable.
13560 (forward-sexp): Use it.
13561
13562 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13563 (easy-mmode-defmap): Remove the now useless autoload.
13564
13565 * time.el (display-time-mode): Use define-minor-mode.
13566
13567 * subr.el (add-minor-mode): Don't eval NAME.
13568 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13569 Use if rather than cond.
13570
13571 * simple.el (read-expression-map): Define more properly.
13572 (comment-indent-hook): Remove.
13573 (string-to-syntax): Bug fix.
13574
13575 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13576 (cvs-ediff-diff): Fix typo.
13577 (cvs-revert-if-needed): Don't bother preserving read-only.
13578
13579 * paren.el (show-paren-mode): Use define-minor-mode.
13580
13581 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13582 (toggle-auto-compression): Remove.
13583 (jka-compr-build-file-regexp): Remove useless grouping.
13584
13585 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13586 Avoid user-reserved bindings.
13587 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13588 (diff-header-face): Revert to grey85.
13589
13590 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13591
13592 * complete.el (partial-completion-mode) <defcustom>: Remove.
13593 (partial-completion-mode): Use define-minor-mode.
13594 (PC-do-completion): Understand `completion-auto-help = delay'
13595 to mean to popup the completion buffer only the second time.
13596 (PC-include-file-all-completions, PC-include-file-all-completions)
13597 (PC-include-file-all-completions): Don't quote lambda.
13598
13599 * comint.el (comint-mode-hook): Docstring fix.
13600 (comint-mode): Use define-derived-mode.
13601 (comint-mode-map): Remove obsolete comment.
13602 (make-comint): Minor stylistic change.
13603 (comint-insert-clicked-input): Be more careful to find the overlay.
13604 Use this-command-keys rather than hardcoding mouse-2.
13605
13606 * font-lock.el: Replace confusing (,@ with ,
13607 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13608 Don't use regexp-opt-depth. Spice up the regexp for args.
13609 Don't distinguish between cmds that can take an opt arg or not.
13610 Use `append' and `prepend' rather than `keep'.
13611
13612 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13613 (latex-outline-regexp): New var.
13614 (latex-outline-level): New fun.
13615 (latex-section-alist): New var.
13616 (latex-imenu-create-index): Use it. Use `push' as well.
13617 (tex-shell-map): Initialize it properly.
13618 (tex-mode): Minor stylistic change.
13619 (plain-tex-mode): Use define-derived-mode.
13620 (latex-mode): Use define-derived-mode.
13621 Construct the paragraph regexps in a more readable way.
13622 Set the buffer-local outline-{level,regexp} vars.
13623 (slitex-mode): Derive from latex-mode.
13624 (tex-common-initialization): Don't kill-all-vars anymore.
13625 Add setting for comment-add and font-lock-defaults.
13626 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13627 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13628 (tex-start-tex): New arg DIR (and send a chdir command for it).
13629 Also display the shell buffer and save it in tex-last-buffer-texed.
13630 (tex-region): Use expand-file-name rather than concat.
13631 Remove code made useless by changes in tex-start-tex.
13632 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13633
13634 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13635
13636 2000-09-28 Dave Love <fx@gnu.org>
13637
13638 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13639
13640 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13641
13642 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13643 `append'.
13644
13645 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13646
13647 * info.el (Info-extract-pointer): Undo last change.
13648 Instead, fix the position of the `bound' arg to re-search-backward.
13649
13650 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13651
13652 * info.el (Info-extract-pointer):
13653 Widen more carefully, to avoid finding pointers in other nodes.
13654 (Info-index): Use push.
13655
13656 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13657
13658 * frame.el (set-frame-font): Remove call to obsolete function
13659 frame-update-faces.
13660 (set-foreground-color, set-background-color): Likewise for
13661 frame-update-face-colors.
13662
13663 2000-09-27 Miles Bader <miles@gnu.org>
13664
13665 * image-file.el: New file.
13666
13667 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13668
13669 * frame.el (frame-notice-user-settings): Don't call
13670 frame-update-faces, which is a no-op now.
13671
13672 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13673 tool-bar-lines.
13674
13675 2000-09-27 Dave Love <fx@gnu.org>
13676
13677 * mouse.el: Fix last change.
13678
13679 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13680
13681 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13682
13683 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13684
13685 * international/quail.el (quail-help): The output message is
13686 improved.
13687
13688 2000-09-26 Dave Love <fx@gnu.org>
13689
13690 * mouse.el (popup-menu): If POSITION is nil, set it using
13691 mouse-position.
13692
13693 2000-09-25 Sam Steingold <sds@gnu.org>
13694
13695 * net/browse-url.el (browse-url-file-url): Check for null maps.
13696
13697 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13698
13699 * frame.el (frame-notice-user-settings): Don't add a
13700 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13701
13702 * frame.el (frame-notice-user-settings):
13703 Make tool-bar-mode and default-frame-alist consistent.
13704
13705 * toolbar/tool-bar.el (tool-bar-help): New function.
13706
13707 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13708
13709 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13710 current-load-list in top-level forms. Else this leaks a cons cell
13711 every time a defun is called.
13712
13713 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13714
13715 2000-09-25 Dave Love <fx@gnu.org>
13716
13717 * startup.el (fancy-splash-head): Check XPM is available.
13718
13719 * autoinsert.el (auto-insert): Doc fix.
13720 (auto-insert-alist): Following GNU notices, don't say `copyright
13721 _by_'. Use line-beginning-position.
13722 (auto-insert): Check buffer-file-name is non-nil before use.
13723
13724 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13725
13726 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13727 starting with `@def' or `@multitable', in addition to ones
13728 specified by the user in auto-fill-inhibit-regexp.
13729
13730 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13731
13732 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13733 rmail-dont-reply-to-names matches the empty string.
13734
13735 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13736
13737 * startup.el (command-line-1, fancy-splash-text): Change the
13738 text to sound more friendly.
13739
13740 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13741
13742 * progmodes/hideshow.el: Update author email address.
13743 Generally, sync w/ maintainer version 5.22.
13744 (hs-hide-all-non-comment-function): New var.
13745 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13746 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13747 (hs-show-region): Delete this command.
13748 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13749
13750 2000-09-22 Dave Love <fx@gnu.org>
13751
13752 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13753 (hl-line-highlight): Specify buffer when moving overlay.
13754
13755 * progmodes/fortran.el (fortran-mode): Locally set
13756 normal-auto-fill-function.
13757 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13758 (fortran-mode-map): Adjust auto-fill menu entry.
13759
13760 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13761
13762 * vc-rcs.el (toplevel): Require `vc' when compiling.
13763
13764 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13765
13766 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13767
13768 * vc.el (vc-switch-backend): Signal an error if the file is not
13769 registered under the new backend.
13770
13771 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13772 without explicit revision number.
13773
13774 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13775
13776 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13777 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13778 (diff-xor): New function.
13779 (diff-find-source-location): Use it. Fix a stupid name clash.
13780 (diff-hunk-status-msg): New function.
13781 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13782 (diff-test-hunk): Use diff-find-source-location.
13783 (diff-goto-source): Favor the `reverse'.
13784 (diff-hunk-text): Properly handle one-sided context diffs.
13785 (diff-apply-hunk): When done, advance to the next hunk.
13786
13787 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13788
13789 * startup.el (command-line): If frame was created with a non-zero
13790 tool-bar-lines parameter, switch tool-bar-mode on.
13791
13792 * add-log.el (change-log-date-face, change-log-name-face)
13793 (change-log-email-face, change-log-file-face)
13794 (change-log-list-face, change-log-conditionals-face)
13795 (change-log-function-face, change-log-acknowledgement-face):
13796 New faces, inheriting from font-lock faces.
13797 (change-log-font-lock-keywords): Use them.
13798
13799 2000-09-21 Dave Love <fx@gnu.org>
13800
13801 * progmodes/cperl-mode.el (top-level): Clean up
13802 `eval-when-compile's and assorted defvars.
13803 (cperl-invalid-face): Don't double-quote value. Change custom
13804 type.
13805 (cperl-mode): Set normal-auto-fill-function and don't zap
13806 auto-fill-function.
13807 (cperl-imenu--function-name-regexp-perl): Renamed from
13808 imenu-example--function-name-regexp-perl.
13809 (cperl-imenu--create-perl-index): Renamed from
13810 imenu-example--create-perl-index.
13811 (cperl-xsub-scan): Don't require cl.
13812
13813 * msb.el (msb-mode-map): Use substitute-key-definition.
13814 (msb-mode): Use msb-mode-map.
13815
13816 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13817
13818 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13819 New functions.
13820 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13821 (vc-switch-backend): New function.
13822 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13823 (vc-register): Fix prompt.
13824 (vc-unregister, vc-default-unregister): New functions.
13825 (vc-version-diff): Handle empty buffer in sentinel.
13826
13827 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13828 (vc-rcs-state-heuristic): Use it to guess the state of files with
13829 non-strict locking.
13830 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13831 been set with -b, but not created yet.
13832 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13833 contents in order to find the state.
13834 (vc-rcs-checkin): Allow creation of branches with no changes.
13835 (vc-rcs-unregister, vc-rcs-receive-file)
13836 (vc-rcs-set-non-strict-locking): New functions.
13837
13838 * vc-hooks.el (vc-name): Force correct computation of the value
13839 in case it is missing.
13840
13841 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13842
13843 * startup.el (fancy-splash-tail): Use a different foreground
13844 color on a dark frame background.
13845
13846 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13847
13848 * info.el: Use the correct capitalization when making Info-mode
13849 and Info-edit-mode `special' modes.
13850
13851 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13852
13853 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13854 (diff-mode): Add support for add-log.el.
13855 (diff-hunk-text): Use char offsets rather than line offsets.
13856 (diff-find-source-location): Replace LINE with line-offset (nil
13857 if not found) and always set POS to a meaningful position.
13858 Adapt to the new char-offsets.
13859 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13860 Adapt to the new diff-find-source-location.
13861 (diff-goto-source): Adapt to the new diff-find-source-location.
13862
13863 * add-log.el (add-log-file-name): New function (split out of
13864 add-change-log-entry).
13865 (add-change-log-entry): Use it.
13866 Call add-log-file-name-function with the changelog file name if
13867 the current buffer is not associated with any file.
13868 Avoid find-file if the selected window is dedicated.
13869
13870 * diff-mode.el (diff-find-source-location):
13871 Move code from diff-apply-hunk. Return buffer rather than file.
13872 (diff-apply-hunk): Use the new result from diff-find-source-location.
13873 (diff-goto-source): Use the new diff-find-source-location.
13874
13875 2000-09-20 Dave Love <fx@gnu.org>
13876
13877 * iswitchb.el: Some doc fixes.
13878 (iswitchb-mode-map): Define completely initially. Inherit
13879 minibuffer-local-map.
13880 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13881 fundamental-mode.
13882 (iswitchb-global-map): New variable.
13883 (iswitchb-summaries-to-end): Amalgamate regexps.
13884 (iswitchb-mode): New.
13885 (iswitchb-mode-hook): New variable.
13886 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13887 `extensions'.
13888
13889 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13890
13891 * ehelp.el (electric-help): New defgroup.
13892 (electric-help-shrink-window): New user-option.
13893 (with-electric-help): Use it.
13894
13895 * window.el (shrink-window-if-larger-than-buffer): If face
13896 `mode-line' has a :box, and we're on a graphical frame, add 1
13897 to the needed window height.
13898
13899 * frame.el (frame-notice-user-settings): Add a last parameter nil
13900 to a call to `append', because the last list passed to `append' is
13901 not copied, and so subsequent calls to assq-delete-all will modify
13902 default-frame-alist.
13903
13904 * startup.el (fancy-splash-image): Change :type.
13905 (fancy-splash-head): Use an XBM image if appropriate.
13906 (command-line-1): Show splash screens in more cases.
13907
13908 * startup.el (fancy-splash-text): Don't quote faces.
13909
13910 * dired.el (dired-font-lock-keywords): Undo last change.
13911 (dired-readin): Bind indent-tabs-mode to nil.
13912
13913 * startup.el (fancy-splash-head): If frame's background mode
13914 is `dark', change the black background of the image to gray.
13915 (fancy-splash-screens): Display startup echo area message.
13916 (display-startup-echo-area-message): New function.
13917
13918 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13919
13920 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13921
13922 * info.el (info-header-node): Tweak for color ttys.
13923
13924 * faces.el (face-valid-attribute-values): Make sure directories we
13925 search for stipples both exist and are readable before trying to
13926 search them.
13927
13928 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13929 in the dry-run case.
13930
13931 * jka-compr.el (with-auto-compression-mode): New macro.
13932
13933 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13934 (custom-group-tag-face, custom-variable-tag-face): Use relative
13935 :height and inherit from `variable-pitch' face instead of
13936 hardwiring :family.
13937 * hi-lock.el (hi-black-hb): Likewise.
13938
13939 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13940 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13941 toolbar-add-item, if image doesn't have a mask add a `:mask
13942 heuristic'.
13943
13944 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13945
13946 * diff-mode.el: Docstring fixes.
13947 (diff-header-face, diff-comment-face): New faces.
13948 (diff-font-lock-keywords): Highlight a bit differently.
13949 (diff-find-source-location): Don't return SPAN any more.
13950 (diff-hunk-text): Don't bother erasing the temp buffer.
13951 (diff-find-text): Drop argument LINE.
13952 (diff-apply-hunk): Update calls to diff-find-text.
13953 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13954
13955 * calendar/calendar.el: Docstring fixes.
13956 (calendar-make-alist): Don't quote lambda.
13957 (calendar-star-date): Use make-local-variable.
13958
13959 2000-09-19 Dave Love <fx@gnu.org>
13960
13961 * toolbar/tool-bar.el: Renamed from toolbar.el.
13962 Change `toolbar' to `tool-bar' generally in symbols.
13963 Make some items invisible in `special' major modes.
13964 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13965 Add arg PROPS.
13966
13967 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13968 Add :version here.
13969 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13970
13971 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13972
13973 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13974
13975 * files.el (find-file-suppress-same-file-warnings): New user-option.
13976 (find-file-noselect): Use it.
13977
13978 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13979 (fancy-splash-screen): Defgroup.
13980
13981 * add-log.el (change-log-font-lock-keywords): Match names
13982 more exactly for the case that font-lock-constant-face is
13983 underlined.
13984
13985 2000-09-19 Richard M. Stallman <rms@gnu.org>
13986
13987 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13988
13989 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13990
13991 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13992
13993 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13994
13995 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13996 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13997 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13998 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13999 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
14000 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
14001 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
14002 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
14003 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
14004 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
14005 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
14006 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
14007
14008 * startup.el (fancy-splash-text): New variable.
14009 (fancy-splash-delay, fancy-splash-image): New user-options.
14010 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
14011 (fancy-splash-screens): New functions.
14012 (command-line-1): If display has a `display' frame parameter, has
14013 colors, and we have XPM support, show more fancy splash screens.
14014
14015 2000-09-19 Dave Love <fx@gnu.org>
14016
14017 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
14018 with null `help'. Use modern backquote syntax.
14019
14020 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14021
14022 * font-lock.el (font-lock-mode): Change message telling the user
14023 that ``the buffer is too big''.
14024
14025 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
14026 for instance for the case that tab-width is 2.
14027
14028 2000-09-18 Gerd Moellmann <gerd@gnu.org>
14029
14030 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
14031 toolbar-add-item, if image doesn't have a mask add a `:mask
14032 heuristic'.
14033
14034 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
14035
14036 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
14037 and return a cons if it's non-nil.
14038 (diff-apply-hunk): Try to jump to the line in the source text
14039 corresponding to the position of point in the in the hunk.
14040
14041 * info.el (Info-title-3-face, Info-title-2-face)
14042 (Info-title-1-face): Use face inheritance and relative sizes
14043 instead of hard-wiring things.
14044
14045 * faces.el (secondary-selection): Make dark-background variant sane.
14046
14047 2000-09-16 Andrew Innes <andrewi@gnu.org>
14048
14049 * makefile.w32-in (compile-files-CMD): No need to make .elc files
14050 read-only, since they aren't under VC now.
14051
14052 2000-09-17 Dave Love <fx@gnu.org>
14053
14054 * tmm.el: Replace mapcar with mapc in several places.
14055
14056 * loadhist.el (unload-feature): Maybe call elp-restore-list and
14057 ad-unadvise.
14058
14059 * international/latin1-disp.el: New file.
14060
14061 * calendar/cal-move.el (scroll-calendar-left)
14062 (scroll-calendar-right): Make arg optional (for active mode line).
14063
14064 * calendar/calendar.el (calendar-mode-line-format): Make fields
14065 mouse-sensitive.
14066 (calendar-read-date, calendar-read-date, calendar-window-list):
14067 Unquote lambda.
14068 (calendar-month-name): Use aref, not sref.
14069
14070 * view.el (minor-mode-alist): Propertize the string.
14071
14072 * international/characters.el (standard-case-table): Add entries
14073 for Greek.
14074
14075 2000-09-18 Miles Bader <miles@gnu.org>
14076
14077 * info.el (info-node, info-xref): Add dark-background variants.
14078
14079 * faces.el (header-line): Change defaults to be less confusing
14080 when mixed with mode-lines.
14081
14082 * info.el (Info-fontify-node): Make a few cleanups.
14083 Add extra `help-echo' and `local-map' props to node xrefs.
14084 Use header-specific faces for node-names & xrefs.
14085 (Info-use-header-line): New variable.
14086 (info-header-xref, info-header-node): New faces.
14087 (Info-setup-header-line): New function.
14088 (Info-select-node): Call Info-setup-header-line when enabled.
14089 (Info-extract-pointer): Work even if the header line is hidden.
14090 (Info-header-line): New variable.
14091
14092 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
14093
14094 * vms-patch.el (print-region-function): Don't quote lambda.
14095
14096 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
14097
14098 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
14099 (lm-get-header-re): Allow spaces between the header and the colon.
14100 (lm-header): Allow $ in non-RCS headers.
14101 (lm-header-multiline): Put the strings back into order.
14102 Stop at an empty line. Don't require two space chars if the
14103 line is clearly not another header line.
14104
14105 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
14106 (popup-menu-popup): Remove.
14107
14108 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14109
14110 * toolbar/toolbar.el (toolbar-add-item): Use the same image
14111 specification if or if not tool-bar item contains an `:enabled'
14112 property.
14113
14114 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
14115 current buffer has no file name.
14116
14117 2000-09-15 Dave Love <fx@gnu.org>
14118
14119 * strokes.el: Sync with maintainer's current version with changes
14120 for Emacs, but avoid runtime cl and levents.
14121 (toplevel): Change autoloads and compilation requires.
14122 (strokes-version, strokes-bug-address, strokes-lift): Values
14123 changed.
14124 (strokes-xpm-header, strokes-insinuated): New variable.
14125 (strokes): Add :link.
14126 (strokes-mode): Customized.
14127 (strokes-while-inhibiting-garbage-collector): New macro.
14128 (strokes-remassoc): Avoid remove-if.
14129 (strokes-fix-button2-command): Don't use ad-do-it.
14130 (strokes-insinuate): New function.
14131 (strokes-button-press-event-p, strokes-button-release-event-p):
14132 New functions, used instead of non-`strokes-' versions..
14133 (strokes-mouse-event-p): Rewritten.
14134 (strokes-event-closest-point): Avoid event-point.
14135 (strokes-get-grid-position): Avoid cdadr, caadr
14136 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
14137 functions.
14138 (strokes-help): Use with-output-to-temp-buffer.
14139 (strokes-window-configuration-changed-p): New function.
14140 (strokes-update-window-configuration): Use buffer-live-p,
14141 strokes-window-configuration-changed-p.
14142 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
14143 (strokes-char-face): New face.
14144 (strokes-char-table, strokes-base64-chars): New variable.
14145 (strokes-xpm-for-stroke, strokes-list-strokes)
14146 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
14147 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
14148 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14149 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
14150 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
14151 functions.
14152
14153 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14154
14155 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
14156
14157 * image.el (create-image): Doc fix.
14158
14159 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
14160 instead of `:heuristic-mask t'.
14161
14162 2000-09-14 Andrew Innes <andrewi@gnu.org>
14163
14164 * makefile.w32-in: Revert to Unix line endings.
14165
14166 2000-09-14 Andrew Innes <andrewi@gnu.org>
14167
14168 * makefile.w32-in: Add bootstrap support. Also copy lisp source
14169 when installing.
14170
14171 * makefile.nt (DONTCOMPILE): Fix typo.
14172
14173 * shell.el (shell-write-history-on-exit): New function.
14174 (shell-dumb-shell-regexp): New custom variable.
14175 (shell-mode): Make shell-write-history-on-exit the process
14176 sentinel if shell name matches shell-dumb-shell-regexp.
14177
14178 * w32-fns.el: Comment out before-init-hook function which resets
14179 source-directory based; this breaks bootstrap.
14180
14181 2000-09-14 Dave Love <fx@gnu.org>
14182
14183 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
14184 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
14185 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
14186 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
14187 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
14188 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
14189 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
14190 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14191 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14192
14193 * toolbar/toolbar.el: New.
14194
14195 * subdirs.el: Add toolbar.
14196
14197 2000-09-14 Gerd Moellmann <gerd@gnu.org>
14198
14199 * indent.el (indent-for-tab-command): Doc fix.
14200
14201 2000-09-14 Alex Schroeder <alex@gnu.org>
14202
14203 * ansi-color.el (ansi-colors): Doc change.
14204 (ansi-color-get-face): Simplified regexp.
14205 (ansi-color-faces-vector): Added more faces, doc change.
14206 (ansi-color-names-vector): Doc change.
14207 (ansi-color-regexp): Simplified regexp.
14208 (ansi-color-parameter-regexp): New regexp.
14209 (ansi-color-filter-apply): Doc change.
14210 (ansi-color-filter-region): Doc change.
14211 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14212 deal with zero length parameters.
14213 (ansi-color-apply-on-region): Doc change.
14214 (ansi-color-map): Doc change.
14215 (ansi-color-map-update): Removed debugging message.
14216 (ansi-color-get-face-1): Added condition-case to trap
14217 args-out-of-range errors.
14218 (ansi-color-get-face): Doc change.
14219 (ansi-color-make-face): Removed.
14220 (ansi-color-for-shell-mode): New option.
14221
14222 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14223
14224 * international/quail.el (quail-start-translation): Translate KEY
14225 if necessary even if it doesn't have any mapping in the current
14226 input method.
14227 (quail-start-conversion): Likewise.
14228 (quail-help): The output message is improved.
14229
14230 2000-09-13 Miles Bader <miles@gnu.org>
14231
14232 * comint.el (comint-output-filter): Revert to using
14233 `insert-before-markers'. Add bletcherous hack to undo damage
14234 caused by `insert-before-markers'. Put `front-sticky' property on
14235 overlays created here so that the field code understands how the
14236 overlay works. Use a let when making comint-last-prompt-overlay,
14237 so that the code is easier to read.
14238
14239 2000-09-13 Dave Love <fx@gnu.org>
14240
14241 * wid-edit.el (widget-default-format-handler): DTRT when
14242 doc-property is a function.
14243
14244 2000-09-12 Francesco Potorti` <pot@gnu.org>
14245
14246 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14247 filed name if it's not there.
14248
14249 2000-09-12 Dave Love <fx@gnu.org>
14250
14251 * simple.el (read-mail-command): Doc fix.
14252 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14253
14254 * vc.el (vc-dired-listing-switches): Fix :version.
14255
14256 * vc-hooks.el: Doc fixes.
14257
14258 * subr.el (add-minor-mode): Use toggle-fun arg.
14259
14260 * speedbar.el: Add :version to several defcustoms.
14261
14262 * imenu.el (imenu--truncate-items, imenu--cleanup)
14263 (imenu--generic-function): Avoid mapcar.
14264 (imenu--replace-spaces): Function removed.
14265 (imenu--completion-buffer): Use subst-char-in-string.
14266 (imenu-add-to-menubar): Use keymap inheritance.
14267
14268 2000-09-12 Miles Bader <miles@gnu.org>
14269
14270 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14271 (diff-mode-map): Bind `diff-test-hunk'.
14272 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14273
14274 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14275
14276 * bytecomp.el (byte-compile-defvar): Undo last change
14277 because it breaks '(make-variable-buffer-local (defvar ...)'
14278 which is used at least in dired.
14279
14280 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14281
14282 * international/quail.el (quail-define-package): Docstring
14283 modified.
14284
14285 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14286
14287 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14288 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14289 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14290 docstring of "chinese-py".
14291
14292 * international/quail.el (quail-translation-docstring): New
14293 variable.
14294 (quail-show-keyboard-layout): Docstring modified.
14295 (quail-select-current): Likewise.
14296 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14297 infinite recursive call.
14298 (quail-help): Check quail-translation-docstring. Format of the
14299 output changed.
14300 (quail-help-insert-keymap-description): Adjusted for the above
14301 change.
14302
14303 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14304
14305 * bytecomp.el (byte-compile-defvar): Only cons onto
14306 current-load-list in top-level forms. Else this leaks a cons cell
14307 every time a defun is called.
14308
14309 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14310
14311 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14312 Now understands non-unified diffs. Some functionality moved into
14313 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14314 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14315 modify anything. Only reposition point in the patched file if the
14316 patch succeeds. Only pop up another window if POPUP is true.
14317 Emit a message describing what happened if successful, and at what
14318 line-offset. Automatically detect reversed hunks and do something
14319 appropriate.
14320 (diff-hunk-text, diff-find-text): New functions.
14321 (diff-filter-lines): Function removed.
14322 (diff-test-hunk): New function.
14323 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14324
14325 2000-09-10 Dave Love <fx@gnu.org>
14326
14327 * textmodes/tildify.el: Minor doc/commentary fixes.
14328 (tildify) <defgroup>: Add :version.
14329
14330 * faces.el (face-x-resources): Make custom type more specific.
14331 (frame-background-mode): Use mapc.
14332 (region) <defcustom>: Add :version.
14333
14334 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14335
14336 * vc-sccs.el (vc-sccs-register):
14337 * vc-rcs.el (vc-rcs-register):
14338 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14339 * vc.el (vc-register): Clear file's properties.
14340
14341 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14342
14343 * faces.el (face-spec-set): Only face-spec-reset-face when
14344 ATTRS is non-nil.
14345
14346 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14347
14348 * help.el (help-insert-xref-button): Fix a typo in doc string.
14349
14350 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14351
14352 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14353 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14354 methods.
14355
14356 * menu-bar.el (read-mail-item-name): New function.
14357 (menu-bar-tools-menu): Use it to compute and display the package
14358 used to read email.
14359 (menu-bar-tools-menu): Fix typo in GUD's help string.
14360
14361 2000-09-07 Dave Love <fx@gnu.org>
14362
14363 * diff-mode.el (diff-mouse-goto-source): New function.
14364
14365 * vc-sccs.el: Doc fixes.
14366 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14367
14368 * vc-rcs.el: Doc fixes.
14369 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14370 (vc-rcs-checkout-switches, vc-rcs-header)
14371 (vc-rcs-master-templates): Add or change :version.
14372
14373 * vc-cvs.el: Doc fixes.
14374 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14375 (vc-cvs-stay-local): Add :version.
14376
14377 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14378
14379 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14380
14381 * international/quail.el (quail-help): Fix previous change.
14382
14383 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14384
14385 * faces.el (color-values): Doc fix.
14386
14387 * faces.el (frame-set-background-mode): Use frame-parameter
14388 instead of frame-parameters.
14389
14390 * frame.el (filtered-frame-list): Reduce consing.
14391 (frames-on-display-list): Call frame-parameter instead of
14392 frame-parameters.
14393
14394 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14395
14396 * language/devan-util.el (devanagari-to-indian-region): In the
14397 loop, change the following char, not preceding char.
14398
14399 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14400
14401 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14402 instead of frame-parameters.
14403
14404 * faces.el (set-face-attribute): Simplify by calling
14405 internal-set-lisp-face-attribute with FRAME being 0.
14406
14407 * vc.el: Remove `Id' version control keyword.
14408
14409 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14410
14411 * help.el (help-make-xrefs): Adjusted for the change of
14412 help-xref-mule-regexp.
14413 (help-insert-xref-button): New function.
14414
14415 * international/mule-cmds.el (help-xref-mule-regexp-template):
14416 Include the pattern for character set.
14417 (leim): New group.
14418
14419 * international/quail.el: Don't require face.
14420 (quail): New group.
14421 (quail-other-command): Dummy command to make quail-help work better.
14422 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14423 (quail-keyboard-layout-substitution): New variable.
14424 (quail-update-keyboard-layout): New function.
14425 (quail-keyboard-layout-type): New customizable variable.
14426 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14427 (quail-keyboard-translate): Pay attention to
14428 quail-keyboard-layout-substitution.
14429 (quail-insert-kbd-layout): New function.
14430 (quail-show-keyboard-layout): New function.
14431 (quail-get-translation): If the definition is a vector of length
14432 1, and the element is a string of length 1, return the character
14433 in that string.
14434 (quail-update-current-translations): Fix the case of
14435 relative-index out of range.
14436 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14437 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14438 Show key sequences for all available characters.
14439 (quail-help-insert-keymap-description): Don't show such verbose
14440 key bindings as quail-self-insert-command.
14441
14442 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14443 Format changed, and each element now have extra documentations.
14444 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14445 Adjusted for the change of quail-cxterm-package-ext-info.
14446
14447 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14448
14449 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14450 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14451 during bootstrap.
14452
14453 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14454
14455 * vc.el: (toplevel): Don't require `dired' at run-time.
14456 (vc-dired-resynch-file): Remove autoload cookie.
14457
14458 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14459
14460 * vc.el: Made several backend functions optional.
14461 (vc-default-responsible-p): New function.
14462 (vc-merge): Use RET for first version to trigger merge-news, not
14463 prefix arg.
14464 (vc-annotate): Handle backends that do not support annotation.
14465 (vc-default-merge-news): Removed. The existence of a merge-news
14466 implementation is now checked on caller sites.
14467
14468 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14469 case.
14470
14471 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14472 special case that has been removed from the default in vc-hooks.el.
14473
14474 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14475
14476 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14477
14478 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14479
14480 * vc-hooks.el: Require vc during compilation.
14481 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14482 macro `with-vc-properties' in vc.el.
14483 (vc-file-getprop): Doc fix.
14484 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14485
14486 * vc.el: Require dired-aux during compilation.
14487 (vc-name-assoc-file): Moved to vc-sccs.el.
14488 (with-vc-properties): New macro.
14489 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14490 vc-finish-steal): Use it.
14491 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14492 to the backend-specific function is now supposed to do the checkout,
14493 too.
14494 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14495
14496 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14497 set file properties; that gets done in the generic code now.
14498
14499 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14500 Changed parameter list, added code from vc.el that does the
14501 checkout, possibly with a double-take.
14502
14503 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14504 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14505 the above under the new name.
14506 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14507 parameter list, added checkout command.
14508 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14509 properties; that gets done in the generic code now.
14510
14511 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14512
14513 * vc.el: Docstring fixes (courtesy of checkdoc).
14514
14515 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14516
14517 * vc.el (vc-checkout-writable-buffer-hook)
14518 (vc-checkout-writable-buffer): Remove.
14519 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14520 (vc-log-mode): Make it into a clean derived major mode.
14521 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14522 vc-log-mode if log-edit is not available.
14523 (vc-dired-mode-map): Don't set-keymap-parent yet.
14524 (vc-dired-mode): Do set-keymap-parent here.
14525 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14526
14527 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14528
14529 * faces.el (set-face-attribute, face-spec-reset-face)
14530 (face-spec-set): Avoid consing by removing calls to `apply'.
14531
14532 * frame.el (frame-parameter): Move to C code.
14533
14534 2000-09-05 Dave Love <fx@gnu.org>
14535
14536 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14537 insert-before-markers-and-inherit. Now checked systematically!
14538
14539 2000-09-05 Alex Schroeder <alex@gnu.org>
14540
14541 * sql.el (sql-postgres): Use sql-postgres-options.
14542 (sql-postgres-options): New variable.
14543
14544 2000-09-05 Alex Schroeder <alex@gnu.org>
14545
14546 * sql.el (sql-mode-menu): Work around missing variable mark-active
14547 in XEmacs.
14548 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14549 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14550 compatibility.
14551
14552 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14553
14554 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14555
14556 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14557
14558 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14559
14560 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14561
14562 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14563 don't support anything else under SCCS yet.
14564
14565 * vc-hooks.el: Minor doc fixes.
14566
14567 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14568
14569 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14570 not necessary. If verbose in state `needs-patch', do the same as
14571 under `up-to-date'. When NOT verbose and `needs-patch', check out
14572 latest version instead of `merge-news'.
14573 (vc-next-action-dired): Don't mess with default-directory here; it
14574 breaks other parts of dired. It is the job of the
14575 backend-specific functions to adjust it temporarily if they need it.
14576 (vc-next-action): Remove a special CVS case.
14577 (vc-clear-headers): New optional arg FILE.
14578 (vc-checkin, vc-checkout): Set properties vc-state and
14579 vc-checkout-time properly.
14580 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14581 (vc-print-log): Use new backend function `show-log-entry'.
14582 (vc-cancel-version): Do the checks in a different order. Added a
14583 FIXME concerning RCS-only code.
14584
14585 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14586 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14587
14588 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14589
14590 * vc-hooks.el (vc-default-mode-line-string): Show state
14591 `needs-patch' as a `-' too.
14592
14593 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14594
14595 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14596 (vc-default-could-register): New function.
14597 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14598 (vc-resynch-buffer): Call vc-dired-resynch-file.
14599 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14600 vc-resynch-buffer instead of vc-resynch-window.
14601 (vc-next-action-dired): Don't redisplay here, that gets done as a
14602 result of the individual file operations.
14603 (vc-retrieve-snapshot): Corrected prompt order.
14604
14605 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14606
14607 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14608 as well.
14609 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14610 hostname regexps. Updated all callers.
14611 (vc-cvs-responsible-p): Handle directories as well.
14612 (vc-cvs-could-register): New function.
14613 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14614 properties up-to-date.
14615
14616 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14617 user whether to create one.
14618
14619 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14620
14621 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14622 check out a non-existing file.
14623
14624 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14625 workfile does not exist.
14626
14627 * vc.el (vc-version-diff): Use `require' to check for existence of
14628 diff-mode.
14629
14630 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14631
14632 * vc-cvs.el (vc-cvs-registered): Use new function
14633 vc-cvs-parse-entry to do the actual work.
14634
14635 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14636
14637 * vc-hooks.el (vc-find-backend-function): If function doesn't
14638 exist, return nil instead of error.
14639 (vc-call-backend): Doc fix.
14640
14641 * vc.el (vc-do-command): Doc fix.
14642 (vc-finish-logentry): When checking in from vc-dired, choose the
14643 right backend for logentry check.
14644 (vc-dired-mode-map): Inherit from dired-mode-map.
14645 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14646 simplified.
14647 (vc-dired-state-info): Removed, updated caller.
14648 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14649 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14650 (vc-dired-listing-switches): New variable.
14651 (vc-directory): Use it, instead of dired-listing-switches.
14652
14653 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14654 (vc-cvs-dir-state): New function.
14655 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14656 (vc-cvs-parse-entry): New function, also to be used in
14657 vc-cvs-registered.
14658
14659 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14660
14661 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14662 *or* single-window-frames.
14663
14664 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14665
14666 * vc.el (vc-update-changelog): Split into generic part and default
14667 implementation. Doc string adapted.
14668 (vc-default-update-changelog): New function. Call the `rcs2log'
14669 script in exec-directory, to fix a long-standing nuisance.
14670
14671 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14672 simply signals an error.
14673
14674 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14675
14676 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14677 control-flow more clear and to avoid running `cvs' twice.
14678
14679 * vc.el (vc-next-action-on-file): Doc fix.
14680 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14681 (vc-print-log): Eval `file' before constructing the continuation.
14682
14683 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14684
14685 * vc.el (vc-next-action-on-file): Corrected several messages.
14686 (vc-merge): Add prefix arg `merge-news'; handle it.
14687
14688 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14689 is not reached. It is.
14690 (vc-cvs-merge): Set state to 'edited after merge.
14691 (vc-cvs-merge-news): Set workfile version to nil if not known.
14692 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14693
14694 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14695 via stdout. (Merge from main line.)
14696
14697 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14698
14699 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14700 detection.
14701
14702 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14703
14704 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14705 against kill-all-local-variables.
14706 (vc-log-edit): Don't save vc-parent-buffer any more.
14707 (vc-last-comment-match): Initialize to an empty string.
14708 (vc-post-command-functions): New hook.
14709 (vc-do-command): Run it.
14710 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14711 (vc-finish-logentry): Only add the comment to the ring if it's
14712 different from the last comment entered.
14713 (vc-new-comment-index): New function.
14714 (vc-previous-comment): Use it. Make the minibuffer message
14715 slightly less terse.
14716 (vc-comment-search-reverse): Make it work forward as well. Don't
14717 set vc-comment-ring-index if no match is found. Use
14718 vc-new-comment-index.
14719 (vc-comment-search-forward): Use vc-comment-search-reverse.
14720 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14721 define-derived-mode will do it for us. Bind `v' to a keymap that
14722 inherits from vc-prefix-map so that we can bind `vt' without
14723 binding C-x v t.
14724 (vc-retrieve-snapshot): Parenthesis typo.
14725
14726 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14727 to 1. Make sure to switch to *vc* before looking for an error
14728 message. Use vc-parse-buffer.
14729
14730 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14731
14732 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14733 and NAME.
14734 (vc-retrieve-snapshot): Split into two parts.
14735 (vc-default-retrieve-snapshot): New function.
14736
14737 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14738 (vc-cvs-retrieve-snapshot): New function (untested).
14739 (vc-cvs-stay-local): Default to t.
14740 (vc-cvs-remote-p): New function and property.
14741 (vc-cvs-state): Stay local only if the above is t.
14742 (vc-handle-cvs): Removed.
14743 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14744 done via vc-handled-backends now.
14745 (vc-cvs-header): Escape Id.
14746
14747 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14748
14749 * vc.el (vc-do-command): Remove unused commands.
14750 (vc-version-diff): Make sure default-directory ends with a slash.
14751 Move the window commands into a vc-exec-after.
14752 (vc-print-log): Move more of the code into the `vc-exec-after'.
14753
14754 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14755
14756 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14757 (vc-print-log): Search current revision from beginning of buffer.
14758 (vc-revert-buffer): Clear echo area after the diff is finished.
14759 (vc-prefix-map): Removed definition of "t" for terse display in vc
14760 dired.
14761 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14762 definition of "vt" for terse display.
14763 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14764
14765 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14766
14767 * vc.el (vc-exec-after): Avoid caddr.
14768
14769 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14770
14771 * vc.el (vc-exec-after): New function.
14772 (vc-do-command): Use it to add a termination message for async
14773 procs.
14774 (vc-checkout): Try to handle a missing-backend situation.
14775 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14776 of a directory with a backend using async diffs.
14777 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14778 present.
14779
14780 * vc-sccs.el (vc-sccs-state-heuristic): Use
14781 file-ownership-preserved-p.
14782
14783 * vc-rcs.el (vc-rcs-state-heuristic): Use
14784 file-ownership-preserved-p.
14785 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14786
14787 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14788
14789 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14790 vc-do-command.
14791
14792 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14793 when there are no changes.
14794
14795 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14796
14797 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14798
14799 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14800
14801 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14802
14803 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14804
14805 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14806 the `fset' outside of the defvar so that it works even if
14807 vc-prefix-map was already defined.
14808 (vc-setup-buffer): New function, split out of vc-do-command.
14809 (vc-do-command): Allow BUFFER to be t to mean `just use the
14810 current buffer without any fuss'.
14811 (vc-version-diff): Change the `diff' backend operation to just put
14812 the diff in the current buffer without erasing it. Always use
14813 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14814 shrink-window-if-larger-than-buffer.
14815 (vc-print-log): Change the `print-log' backend operation to just
14816 put the log in the current buffer without erasing it. Protect
14817 shrink-window-if-larger-than-buffer.
14818 (vc-update-change-log): Fix setd typo.
14819
14820 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14821 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14822
14823 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14824 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14825 CMP.
14826
14827 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14828 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14829 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14830
14831 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14832
14833 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14834 not possible, use vc-BACKEND-workfile-unchanged-p.
14835 (vc-default-workfile-unchanged-p): New function. Delegates to a
14836 full vc-BACKEND-diff.
14837
14838 * vc-hooks.el (vc-simple-command): Removed.
14839
14840 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14841 instead of vc-simple-command.
14842 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14843 avoid doing a diff when opening a file.
14844 (vc-rcs-state): Added check for unlocked-changes.
14845 (vc-rcs-header): Escape Id.
14846 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14847 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14848 version.
14849
14850 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14851 (vc-sccs-diff): Remove optional arg CMP.
14852 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14853 SCCS-specific function.
14854
14855 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14856 vc-simple-command.
14857
14858 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14859
14860 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14861 (with-vc-file, vc-merge): Use vc-editable-p.
14862 (vc-do-command): Remove unused var vc-file and fix the
14863 doubly-defined `status' var. Add a user message when starting an
14864 async command.
14865 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14866 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14867 Use with-current-buffer.
14868 (vc-buffer-sync): Use unless.
14869 (vc-next-action-on-file): If the file is 'edited by read-only,
14870 make it read-write instead of trying to commit.
14871 (vc-version-diff, vc-update-change-log): Use `setq
14872 default-directory' rather than `cd'.
14873 (vc-log-edit): Don't forget to set default-directory in the
14874 buffer.
14875
14876 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14877 (vc-sccs-state-heuristic): Use file-writable-p instead of
14878 comparing userids.
14879 (vc-sccs-checkout): Use `unless'.
14880
14881 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14882 of comparing userids.
14883 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14884 Simplify the logic by eliminating unreachable code.
14885 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14886 just do a recursive call if we need to retry.
14887 (vc-rcs-checkout): Handle the case where rcs is missing by making
14888 the buffer read-write if requested and re-signalling the error.
14889
14890 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14891
14892 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14893
14894 * vc-hooks.el (vc-handled-backends): Docstring change.
14895 (vc-ignore-vc-files): Mark obsolete.
14896 (vc-registered): Check vc-ignore-vc-files.
14897 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14898 vc-ignore-vc-files.
14899
14900 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14901
14902 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14903
14904 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14905 files since ange-ftp already has vc-registered return nil.
14906
14907 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14908 (vc-sccs-workfile-version): Use with-temp-buffer and new
14909 vc-parse-buffer and don't bother setting the property.
14910 (vc-sccs-add-triple): Use with-current-buffer and
14911 find-file-noselect.
14912 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14913
14914 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14915 derives from the old vc-parse-buffer but uses the revision number
14916 rather than the date (much easier to compare robustly).
14917 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14918 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14919 locking-user more directly. Check strict locking and set
14920 checkout-model appropriately.
14921 (vc-rcs-parse-locks): Remove.
14922 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14923 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14924 (vc-rcs-system-release): Use with-current-buffer and
14925 vc-parse-buffer.
14926 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14927
14928 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14929 (vc-simple-command): Docstring fix.
14930 (vc-registered): Align the way the file-handler is called with the
14931 way the function itself works.
14932 (vc-file-owner): Remove.
14933
14934 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14935 extraction of fields and call to file-attributes because of a
14936 temporary bug in rcp.el.
14937 (vc-cvs-fetch-status): Use with-current-buffer.
14938
14939 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14940
14941 * vc.el (vc-do-command): Use file-relative-name.
14942 (vc-responsible-backend): Use vc-backend if possible.
14943 (vc-create-snapshot): Improve the `interactive' spec. Add support
14944 for branches and dispatch to backend-specific `create-snapshot'.
14945 (vc-default-create-snapshot): New function, containing the bulk of
14946 the old vc-create-snapshot.
14947 (vc-retrieve-snapshot): Improve the interactive spec.
14948
14949 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14950 (vc-backend-hook-functions): Remove.
14951 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14952 (vc-backend): Reintroduce the test for `file = nil' now that I
14953 know why it was there (and added a comment to better remember).
14954
14955 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14956 code from vc-sccs-hooks.el.
14957 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14958 'vc anymore.
14959 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14960 and file-directory-p instead of file-exists-p.
14961 (vc-sccs-check-headers): Simplify the regexp.
14962
14963 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14964 from vc-rcs-hooks.el. Don't require 'vc anymore.
14965 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14966 file-directory-p instead of file-exists-p.
14967
14968 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14969 from vc-cvs-hooks.el.
14970 (proto vc-cvs-registered): Require 'vc-cvs instead of
14971 'vc-cvs-hooks. Don't require 'vc anymore.
14972 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14973 file-directory-p instead of file-exists-p.
14974 (vc-cvs-create-snapshot): New function, replacing
14975 vc-cvs-assign-name.
14976 (vc-cvs-assign-name): Remove.
14977
14978 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14979
14980 * vc-cvs.el (vc-cvs-header): New var.
14981
14982 * vc-rcs.el (vc-rcs-exists): Remove.
14983 (vc-rcs-header): New var.
14984
14985 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14986 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14987 (vc-sccs-header): New var.
14988
14989 * vc.el (vc-do-command): Get rid of the `last' argument.
14990 (vc-header-alist): Remove, replaced by vc-X-header.
14991 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14992 (vc-dired-hook): Use expand-file-name instead of concat.
14993 (vc-directory): Use file-name-as-directory.
14994 (vc-snapshot-precondition, vc-create-snapshot)
14995 (vc-retrieve-snapshot): Allow the command to operate on any
14996 directory.
14997
14998 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14999 just removing the 'WORKFILE argument or by removing the 'MASTER
15000 argument and replacing `file' with (vc-name file).
15001
15002 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15003
15004 * vc.el: Update Copyright and add a crude list of backend funs.
15005 (vc-writable-p): New function.
15006 (with-vc-file): Use vc-writable-p.
15007 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
15008 (vc-register): Avoid vc-name.
15009 (vc-locking-user): Remove.
15010 (vc-steal-lock): Make the `owner' arg non-optional.
15011 (vc-merge): Use vc-writable-p instead of vc-locking-user and
15012 vc-checkout-model.
15013 (vc-default-dired-state-info): Use vc-state instead of
15014 vc-locking-user and return special strings for special states.
15015 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
15016 and get rid of one of the special CVS cases.
15017 (vc-cancel-version): prettify error message with \\[...].
15018 (vc-rename-master): New function.
15019 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
15020 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
15021 the CVS special case generic.
15022 (vc-default-record-rename): Remove.
15023 (vc-file-tree-walk-internal): Only call FUNC for files that are
15024 under control of some VC backend and replace `concat' with
15025 expand-file-name.
15026 (vc-file-tree-walk): Update docstring.
15027 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
15028 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
15029
15030 * vc-sccs.el (vc-sccs-rename-file): Renamed from
15031 vc-sccs-record-rename. Use `find-file-noselect' rather than
15032 `find-file' and call `vc-rename-master' to do the actual move.
15033 (vc-sccs-diff): Remove unused `backend' variable.
15034
15035 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
15036 to delay loading of vc-sccs until it is really used.
15037 (vc-sccs-master-templates): Preload.
15038 (vc-sccs-state): Update call to vc-sccs-parse-locks.
15039 (vc-sccs-project-dir): Remove (merged into
15040 vc-sccs-search-project-dir).
15041 (vc-sccs-search-project-dir): Rewrite using file name handling ops
15042 rather than `concat', make sure it is preloaded and don't bother
15043 to check that the file actually exists.
15044 (vc-sccs-parse-locks): Remove unused `file' argument, remove
15045 `locks' argument (use buffer's content instead) and eliminate n^2
15046 behavior.
15047
15048 * vc-rcs.el: Update Copyright.
15049 (vc-rcs-rename-file): New function.
15050 (vc-rcs-diff): Remove unused `backend' variable.
15051
15052 * vc-hooks.el: Update Copyright.
15053 (vc-backend): Don't accept a nil argument any more.
15054 (vc-up-to-date-p): Turn into a defsubst.
15055 (vc-possible-master): New function.
15056 (vc-check-master-templates): Use `vc-possible-master' and allow
15057 funs in vc-X-master-templates to return a non-existent file.
15058
15059 * vc-cvs.el: Update Copyright.
15060 (vc-cvs-diff): Remove unused `backend' variable.
15061 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
15062
15063 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
15064
15065 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15066
15067 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
15068 since it can be called from vc-rcs.el.
15069 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
15070
15071 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15072
15073 * vc.el (vc-version-diff): Expand file name read from the
15074 minibuffer. Handle the case when a previous version number can't
15075 be guessed. Give suitable messages when there were no differences
15076 found.
15077 (vc-clear-headers): Call backend-specific implementation, if one
15078 exists.
15079 (vc-cancel-version): Made error checks generic. When done, clear
15080 headers generically, too.
15081
15082 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
15083 from vc-clear-headers in vc.el.
15084
15085 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
15086 correctly.
15087 (vc-rcs-latest-on-branch-p): Made second argument VERSION
15088 optional. Handle the case when it's not there.
15089
15090 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15091
15092 * vc.el (vc-locking-user): Moved from vc-hooks.el.
15093
15094 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15095
15096 * vc-hooks.el (vc-loadup): Remove.
15097 (vc-find-backend-function): Use `require'. Also, handle the case
15098 where vc-BACKEND-hooks.el doesn't exist.
15099 (vc-call-backend): Cleanup.
15100
15101 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15102
15103 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
15104 vc-rcs-grab-templates)
15105 (vc-rcs-registered): Remove. The default function works as well.
15106 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
15107 vc-sccs-grab-templates)
15108 (vc-sccs-registered): Remove. The default function works as well.
15109
15110 * vc.el (vc-version-diff): Left out a vc- in call to
15111 vc-call-backend.
15112 (vc-default-dired-state-info, vc-default-record-rename)
15113 (vc-default-merge-news): Update for the new backend argument.
15114
15115 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
15116 using the default function.
15117 (vc-call-backend): If calling the default function, pass it the
15118 backend as first argument. Update the docstring accordingly.
15119 (vc-default-state-heuristic, vc-default-mode-line-string): Update
15120 for the new backend argument.
15121 (vc-make-backend-sym): Renamed from vc-make-backend-function.
15122 (vc-find-backend-function): Use the new name.
15123 (vc-default-registered): New function.
15124
15125 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15126
15127 * vc.el (vc-merge): Use vc-find-backend-function.
15128
15129 * vc-hooks.el (vc-backend-functions): Remove.
15130 (vc-loadup): Don't setup 'vc-functions.
15131 (vc-find-backend-function): New function.
15132 (vc-call-backend): Use above fun and populate 'vc-functions
15133 lazily.
15134 (vc-backend-defines): Remove.
15135
15136 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15137
15138 * vc.el (vc-register): Put a FIXME note for a newly found bug.
15139 Call vc-call-backend without the leading vc-.
15140 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
15141 (vc-check-headers): Call vc-call-backend without the leading vc-.
15142 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
15143 (vc-annotate-display): Replace confusing use of `cond' with `or'.
15144 Call vc-call-backend without the leading vc-.
15145
15146 * vc-cvs.el (tail): Provide vc-cvs.
15147 * vc-sccs.el (tail): Provide vc-sccs.
15148 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
15149
15150 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
15151 (vc-make-backend-function, vc-call): Pass names without leading
15152 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
15153 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
15154 (vc-call-backend): Always try to load vc-X-hooks.
15155 (vc-registered): Remove vc- in call to vc-call-backend.
15156
15157 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15158
15159 * vc.el (vc-process-filter): New function.
15160 (vc-do-command): Setup `vc-process-filter' for the async process.
15161 (vc-maybe-resolve-conflicts): New function to reduce
15162 code-duplication. Additionally, it puts the buffer in
15163 `smerge-mode' if applicable.
15164 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
15165 calling `merge-news'.
15166 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
15167 (vc-log-edit): New function. Replacement for `vc-log-mode' by
15168 interfacing to log-edit.el.
15169 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
15170 log-edit is available.
15171 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
15172
15173 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15174
15175 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
15176 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
15177 defvar and the initialization.
15178 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
15179
15180 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
15181 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
15182
15183 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
15184
15185 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15186
15187 * vc.el (vc-file-clear-masterprops): Removed.
15188 (vc-checkin, vc-revert-buffer): Removed calls to the above.
15189 (vc-version-diff): Use buffer-size without argument.
15190 (vc-register): Heed vc-initial-comment.
15191
15192 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15193 default branch.
15194
15195 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15196 file name and workfile version.
15197 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15198
15199 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15200 vc-file-clear-masterprops.
15201
15202 * vc-sccs.el (vc-sccs-checkout): Removed call to
15203 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15204 rather than user login name.
15205
15206
15207 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15208
15209 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15210 `want-differences-if-changed' and simplify.
15211 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15212 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15213 output (which is invalid for async vc-diff) to decide whether to
15214 do the revert silently or not.
15215
15216 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15217
15218 * vc-hooks.el (vc-loadup): Load files quietly.
15219 (vc-call-backend): Oops, brain fart.
15220
15221 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15222
15223 * vc-cvs.el (vc-cvs-state): Typo.
15224 (vc-cvs-merge-news): Return the status code rather than the error msg.
15225
15226 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15227
15228 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15229 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15230 vc-state or vc-up-to-date-p.
15231 (vc-merge): Use vc-backend-defines to check whether merging is
15232 possible. Set state to 'edited after successful merge.
15233
15234 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15235 return that name. Redocumented.
15236
15237 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15238
15239 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15240 new `vc-state' semantics.
15241 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15242 'vc-locking-user to the current user.
15243 (vc-merge): Inline vc-backend-merge. Comment out code that I
15244 don't understand and hence can't adapt to the new `vc-state' and
15245 `vc-locking-user' semantics.
15246 (vc-backend-merge): Remove.
15247
15248 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15249 rather than 'vc-locking-user.
15250
15251 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15252
15253 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15254 (vc-state): Don't use 'reserved any more. Just use the same
15255 convention as the one used for vc-<backend>-state where the
15256 locking user (as a string) is returned.
15257 (vc-locking-user): Update, based on the above convention. The
15258 'vc-locking-user property has disappeared.
15259 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15260
15261 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15262 with a heuristic one.
15263 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15264 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15265 error. That allows us to get to 'needs-merge even in the
15266 stay-local case. There's still no way to detect 'needs-patch in
15267 such a setup (or to force an update for that matter).
15268 (vc-cvs-logentry-check): Remove, the default works as well.
15269
15270 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15271
15272 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15273
15274 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15275 major-mode in which the buffer might have been put earlier. Use
15276 `remove' and `when'. Allow `okstatus' to be `async' and use
15277 `start-process' in this case.
15278 (vc-version-diff): Handle the case where the diff looks empty
15279 because of the use of an async process.
15280
15281 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15282
15283 * vc.el (vc-next-action-on-file): Removed optional parameter
15284 `simple'. Recompute state unconditionally.
15285 (vc-default-toggle-read-only): Removed.
15286
15287 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15288 (vc-toggle-read-only): Undid prev change.
15289
15290 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15291 vc-cvs-simple-toggle. Redocumented.
15292 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15293 (vc-cvs-toggle-read-only): Removed.
15294
15295 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15296
15297 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15298 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15299 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15300 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15301 still is. So maybe it should be removed.
15302 (vc-head-version, vc-find-binary): Remove.
15303 (vc-recompute-state): Move from vc-hooks.el.
15304 (vc-next-action-on-file): Add a `simple' argument to allow
15305 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15306 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15307 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15308 (vc-dired-mode-map): Properly defvar it.
15309 (vc-print-log): Call log-view-mode if available.
15310 (small-temporary-file-directory): defvar instead of use boundp.
15311 (vc-merge-news): Moved to vc-cvs.el.
15312 (vc-default-merge-news): New function.
15313
15314 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15315 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15316 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15317 unknown `vc-latest-version' function. It should probably refer to
15318 vc-workfile-version or somesuch, but it's very unclear to me and I
15319 don't have SCCS to test things.
15320
15321 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15322 (vc-sccs-state-heuristic): Fix typo.
15323 (vc-sccs-workfile-unchanged-p): Add missing argument.
15324
15325 * vc-rcs.el: Require vc and vc-rcs-hooks.
15326 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15327 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15328 (vc-release-greater-or-equal-p): Move from vc.
15329 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15330 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15331 (vc-rcs-checkout): Add a missing `new-version' argument in the
15332 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15333
15334 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15335 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15336 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15337 than the apparently unbound `workfile-version'.
15338
15339 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15340 (vc-file-prop-obarray): Use `make-vector'.
15341 (vc-backend-functions): Add new hookable functions
15342 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15343 (vc-loadup): If neither backend nor default functions exist, use
15344 the backend function rather than nil.
15345 (vc-call-backend): If the function if not bound yet, try to load
15346 the non-hook file to see if it provides it.
15347 (vc-call): New macro plus use it wherever possible.
15348 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15349 nor `vc-find-binary' since it's only called from
15350 vc-mistrust-permission which is only used once the backend is known.
15351 (vc-checkout-model): Fix parenthesis.
15352 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15353
15354 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15355 (vc-cvs-release, vc-cvs-system-release): Remove.
15356 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15357 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15358 status symbols.
15359 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15360 (vc-cvs-toggle-read-only): First cut at a function to allow a
15361 cvs-status-free vc-toggle-read-only.
15362 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15363 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15364 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15365 (vc-cvs-checkout): Modify access rights directly if the user
15366 requested not to use `cvs edit'. And refresh the mode line.
15367
15368 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15369 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15370
15371 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15372
15373 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15374 workfile' that got lost when the code was extracted from vc.el.
15375 And merged the tail with the rest of the code (not possible in the
15376 old vc.el where the tail was shared among all backends). And
15377 explicitly set the state to 'edited if `writable' is set.
15378
15379 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15380 (vc-cvs-state): Be careful to return the value from
15381 vc-cvs-parse-state.
15382 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15383 property but return it instead. Also be careful to handle a nil
15384 or "" `rev' when workfile is non-nil (it was handled properly when
15385 workfile was nil).
15386
15387 * vc.el: Removed those pesky unnecessary `(function' quotes.
15388 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15389 directly in the defvar.
15390 (vc-do-command): Bind inhibit-read-only so as to properly handle
15391 the case where the destination buffer has been made read-only.
15392 (vc-diff): Delegate to vc-version-diff in all cases.
15393 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15394 (vc-annotate-mode-variables): Removed (code moved partly to
15395 defvars and partly to vc-annotate-add-menu).
15396 (vc-annotate-mode): Turned into a derived-mode.
15397 (vc-annotate-add-menu): Moved in code in
15398 vc-annotate-mode-variables.
15399 (vc-update-change-log): Use make-temp-file if available.
15400
15401 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15402
15403 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15404 `vc-checkout-model' updated to `vc-cvs-update-model'.
15405
15406 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15407
15408 * vc.el (vc-next-action-on-file): Added handling of state
15409 `unlocked-changes'.
15410 (vc-checkout-carefully): Is now practically obsolete, unless the
15411 above is too slow to be enabled unconditionally.
15412 (vc-update-change-log): Fixed typo.
15413
15414 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15415
15416 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15417 Now handles state `unlocked-changes'.
15418 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15419
15420 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15421
15422 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15423 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15424 `unlocked-changes'.
15425 (vc-rcs-workfile-unchanged-p): Renamed from
15426 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15427 function yet, but supposed to become one soon.
15428
15429 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15430 `vc-steal-lock'.
15431 (vc-call-backend): Changed error message.
15432 (vc-state): Added description of state `unlocked-changes'.
15433
15434 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15435
15436 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15437 always return t in CVS-controlled directories.
15438
15439 * vc.el (vc-responsible-backend): New function.
15440 (vc-register): Largely rewritten.
15441 (vc-admin): Removed (implementation moved into vc-register).
15442 (vc-checkin): Redocumented.
15443 (vc-finish-logentry): If no backend defined yet (because we are in
15444 the process of registering), use the responsible backend.
15445
15446 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15447 Updated function lists.
15448 (vc-call-backend): Fixed typo.
15449
15450 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15451 New functions.
15452 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15453 Removed query option. Redocumented.
15454
15455 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15456
15457 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15458
15459 * vc.el: Updated callers of `vc-checkout-required' to use
15460 `vc-checkout-model'.
15461
15462 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15463
15464 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15465 stuff updated to reference this function instead of the old
15466 `vc-backend-release-p'.
15467
15468 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15469
15470 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15471 vc-checkout-model. Return appropriate values. Updated callers.
15472
15473 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15474
15475 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15476 (vc-backend-revert): Function moved into `vc-revert';
15477 `vc-next-action' must be updated to accomodate this change.
15478 (vc-backend-steal): Function moved into `vc-finish-steal'.
15479 (vc-backend-logentry-check): Function moved into
15480 `vc-finish-logentry'.
15481 (vc-backend-printlog): Function moved into `vc-print-log'.
15482 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15483 (vc-backend-assign-name): Function moved into
15484 `vc-create-snapshot'.
15485
15486 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15487
15488 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15489 Rename to vc-checkout-model. Return appropriate values.
15490 Update callers.
15491
15492 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15493 to vc-checkout-model.
15494 (vc-checkout-required): Rename to vc-checkout-model.
15495 Re-implement and re-comment.
15496 (vc-after-save): Use vc-checkout-model.
15497
15498 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15499
15500 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15501 Update to use the vc-BACKEND-diff functions instead.
15502 `vc-diff' is now working.
15503
15504 * vc-rcs.el (vc-rcs-logentry-check): New function.
15505
15506 * vc-cvs.el (vc-cvs-logentry-check): New function.
15507
15508 * vc-sccs.el (vc-sccs-diff): Function changed name from
15509 `vc-backend-diff'. This makes `vc-diff' work.
15510
15511 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15512 of functions possibly implemented in a vc-BACKEND library.
15513 (vc-checkout-required): Fix bug that caused an error to be
15514 signaled during `vc-after-save'.
15515
15516 * vc.el: Fix typo.
15517 This checkin is made with our new VC code base for the very first time.
15518 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15519
15520 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15521 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15522
15523 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15524 updated to `vc-uses-locking'.
15525 (vc-checkout-required): Call to backend function.
15526 `vc-checkout-required' updated to `vc-uses-locking' instead.
15527
15528 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15529 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15530
15531 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15532 to match the split into various backends.
15533 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15534 (vc-retrieve-snapshot): Bug fix.
15535
15536 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15537
15538 * vc-sccs.el (vc-sccs-release): Doc fix.
15539
15540 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15541
15542 * vc.el (vc-next-action-on-file): Bug found and fixed.
15543 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15544 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15545
15546 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15547 (vc-rcs-checkout): Name space cleaned up. No more revision number
15548 crunching function names that are not prefixed with vc-rcs.
15549 (vc-rcs-checkout-model): Function added. References to
15550 `vc-checkout-model' replaced.
15551
15552 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15553
15554 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15555 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15556 still need to be split, and implemented for RCS).
15557
15558 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15559
15560 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15561
15562 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15563 required by the vc.el file.
15564
15565 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15566 required by the vc.el file.
15567 (vc-rcs-exists): Function added.
15568
15569 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15570 required by the vc.el file.
15571
15572 * vc.el (vc-admin): Updated to handle selection of appropriate
15573 backend. Current implementation is crufty and need re-thinking.
15574
15575 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15576
15577 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15578
15579 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15580 beginning of annotate buffers correctly.
15581
15582 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15583 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15584 functionality updated quite a lot to support multiple backends.
15585 Variables `vc-annotate-mode', `vc-annotate-buffers',
15586 `vc-annotate-backend' added.
15587
15588 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15589 `vc-annotate-difference' added to supported backend functions.
15590
15591 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15592
15593 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15594 Use with-temp-file instead of /bin/sh. Merged from mainline
15595
15596 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15597
15598 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15599
15600 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15601
15602 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15603
15604 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15605
15606 * vc-hooks.el: vc-state-heuristic added to
15607 vc-backend-hook-functions.
15608
15609 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15610
15611 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15612
15613 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15614 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15615 state to `reserved'.
15616
15617 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15618 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15619
15620 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15621
15622 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15623 untouched.
15624
15625 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15626
15627 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15628 if defined. (Merged from main line, slightly adapted.)
15629
15630 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15631 millenium problem (merged from mainline).
15632
15633 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15634
15635 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15636 part and moved the non-BACKEND stuff to vc.el.
15637
15638 * vc.el: Split the annotate feature into a BACKEND specific part
15639 and moved it from the vc-cvs.el file to this one.
15640
15641 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15642
15643 * vc-hooks.el: Implement new state model.
15644 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15645 (vc-locking-user): Simplify. Now only needed if the file is
15646 locked by somebody else.
15647 (vc-lock-from-permissions): Remove. Functionality is in
15648 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15649 (vc-mode-line-string): New name for former vc-status. Adapted.
15650 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15651
15652 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15653 Various simplifications and adaptations all over the place.
15654
15655 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15656 Simplify and adapt the rest.
15657
15658 * vc.el (vc-resynch-window): Add TODO comment: check for
15659 interaction with view mode according to recent RCS change.
15660 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15661
15662 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15663
15664 * vc.el: Convert the remaining function comments to docstrings.
15665
15666 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15667
15668 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15669 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15670 (vc-minor-part, vc-previous-version): Functions that operate and
15671 compare revision numbers got proper documentation. Comments added
15672 about their possible removal.
15673
15674 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15675
15676 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15677 the vc-backend.el files.
15678
15679 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15680
15681 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15682 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15683 (vc-rcs-previous-version): Functions added.
15684
15685 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15686
15687 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15688
15689 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15690
15691 * vc-hooks.el (vc-master-templates): Is really obsolete.
15692 Comment out the definition for now. What is the right procedure
15693 to get rid of it?
15694 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15695 rewritten.
15696 (vc-default-registered): Remove.
15697 (vc-check-master-templates): New function; does mostly what the
15698 above did before.
15699 (vc-locking-user): Don't rely on the backend to set the property.
15700
15701 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15702 Rewrite documentation.
15703 (vc-rcs-templates-grabbed): New variable.
15704 (vc-rcs-grab-templates): New function.
15705 (vc-rcs-registered): Rewrite to use above mechanism.
15706
15707 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15708 Rewrite documentation.
15709 (vc-sccs-templates-grabbed): New variable.
15710 (vc-sccs-grab-templates): New function.
15711 (vc-sccs-registered): Rewrite to use above mechanism.
15712 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15713 Don't throw the result, simply return it.
15714
15715 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15716 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15717 (vc-cvs-registered): Does the check itself now. Simplify.
15718
15719 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15720 from main line.
15721
15722 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15723
15724 * vc-cvs.el (vc-cvs-diff): New function.
15725
15726 * vc-sccs.el (vc-sccs-diff): New function.
15727
15728 * vc-rcs.el (vc-rcs-diff): New function.
15729 (vc-rcs-checkout): Bug (typo) found and fixed.
15730 (vc-rcs-register-switches): New variable.
15731
15732 * vc.el (vc-backend-diff): Function removed and placed in the
15733 backend files.
15734
15735 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15736
15737 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15738
15739 * vc.el (vc-backend-checkout): Function removed and replaced in
15740 the vc-backend.el files.
15741
15742 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15743
15744 * vc.el (vc-backend-admin): Removed and replaced in the
15745 vc-backend.el files.
15746
15747 * vc.el (Martin): Removed all the annotate functionality since it
15748 is CVS backend specific.
15749
15750 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15751
15752 * spec.txt: Added specification of vc-state.
15753
15754 * vc-sccs-hooks.el (vc-sccs-master-properties):
15755 Remove handling of vc-latest-version and
15756 vc-your-latest-version. What used to be vc-latest-version, is now
15757 returned as vc-workfile-version.
15758 (vc-sccs-workfile-version): Adapt.
15759
15760 2000-09-04 Dave Love <fx@gnu.org>
15761
15762 * vc.el: [Merged from mainline.]
15763 (vc-dired-mode): Make the dired-move-to-filename-regexp
15764 regexp match the date, to avoid treating date as file size.
15765 Add YYYY S option to WESTERN/
15766
15767 2000-09-04 Dave Love <fx@gnu.org>
15768
15769 * vc.el: Require `compile' when compiling.
15770 (vc-logentry-check-hook): New option.
15771 (vc-steal-lock): Use compose-mail.
15772 (vc-dired-mode-map): Defvar when compiling.
15773 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15774 vc-sccs.el and renamed. Callers changed.
15775 (vc-backend-checkout, vc-backend-logentry-check)
15776 (vc-backend-merge-news): Doc fix.
15777 (vc-default-logentry-check): New function.
15778 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15779 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15780 (vc-backend-merge): Doc fix. Use backend functions.
15781 (vc-check-headers): Use backend functions.
15782
15783 * vc-cvs.el: Require vc when compiling.
15784 (vc-cvs-register-switches): Doc fix.
15785 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15786 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15787 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15788 New functions (code from vc.el).
15789 (vc-annotate-display-default): Fix interactive spec.
15790 (vc-annotate-time-span): Doc fix.
15791
15792 * vc-rcs.el: Require vc when compiling.
15793 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15794 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15795 (vc-rcs-checkin): New functions (code from vc.el).
15796 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15797 Doc fix.
15798 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15799
15800 * vc-sccs.el: Require vc when compiling.
15801 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15802 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15803 (vc-sccs-revert)
15804 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15805 from vc.el).
15806 (vc-sccs-add-triple, vc-sccs-record-rename)
15807 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15808 (vc-sccs-admin): Doc fix.
15809
15810 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15811
15812 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15813 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15814 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15815 from vc.el.
15816
15817 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15818
15819 * vc-cvs.el: Moved the annotate functionality from vc.el.
15820 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15821
15822 2000-09-04 Dave Love <fx@gnu.org>
15823
15824 * vc.el (vc-backend-release): Call vc-system-release.
15825
15826 * vc-sccs.el (vc-sccs-system-release):
15827 Renamed from vc-sccs-backend-release.
15828
15829 * vc-rcs.el (vc-rcs-system-release):
15830 Renamed from vc-rcs-backend-release.
15831
15832 * vc-cvs.el (vc-cvs-system-release):
15833 Renamed from vc-cvs-backend-release.
15834
15835 2000-09-04 Dave Love <fx@gnu.org>
15836
15837 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15838 backend files.
15839 (vc-backend-release): Dispatch to backend functions.
15840 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15841 probably needs attention.]
15842
15843 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15844 (vc-sccs-backend-release): New function.
15845
15846 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15847 (vc-cvs-backend-release): New function.
15848
15849 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15850 Doc fix.
15851 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15852 (vc-default-dired-state-info): New function.
15853 (vc-dired-state-info): Dispatch to backends.
15854 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15855
15856 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15857 from vc.el and renamed.
15858
15859 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15860
15861 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15862 (vc-version-other-window, vc-backend-assign-name): Removed
15863 references to vc-latest-version; sometimes changed into
15864 vc-workfile-version.
15865
15866 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15867 vc-rcs-master-workfile-version.
15868 (vc-rcs-workfile-version): Use the above. Don't call
15869 vc-latest-version (that was unreachable code, anyway).
15870 (vc-rcs-fetch-master-properties): Doc fix.
15871
15872 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15873 (vc-backend-hook-functions): Removed them from this list, too.
15874 (vc-fetch-properties): Removed.
15875 (vc-workfile-version): Doc fix.
15876
15877 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15878 (vc-rcs-workfile-version, vc-rcs-locking-user)
15879 (vc-rcs-uses-locking): Use it.
15880
15881 * vc-hooks.el (vc-consult-rcs-headers):
15882 Moved into vc-rcs-hooks.el, under the name
15883 vc-rcs-consult-headers.
15884
15885 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15886 headers.
15887 (vc-cvs-find-master): Use this name only; correct different
15888 versions of the name.
15889
15890 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15891 New functions.
15892 (vc-sccs-locking-user): Use the latter.
15893
15894 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15895 New functions.
15896
15897 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15898 Moved into both
15899 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15900 functions are implementation details of those two backends.
15901
15902 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15903
15904 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15905 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15906
15907 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15908 (vc-sccs-parse-locks): SCCS-specific code moved here from
15909 vc-hooks.
15910
15911 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15912 code moved here from vc-hooks.
15913
15914 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15915 into back-end specific parts and removed. Callers not updated
15916 yet; because I guess these callers will disappear into back-end
15917 specific files anyway.
15918
15919 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15920
15921 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15922 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15923 `vc-uses-locking'.
15924
15925 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15926 Store yes/no in the property, and return t/nil. Updated all
15927 callers.
15928
15929 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15930 vc-sccs-uses-locking. Don't set property.
15931 (vc-sccs-locking-user): Don't set property.
15932
15933 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15934 vc-cvs-uses-locking. Don't set property here; leave that to
15935 vc-hooks.
15936 (vc-cvs-locking-user): Reflect above change. Streamlined.
15937
15938 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15939 vc-rcs-uses-locking.
15940 (vc-rcs-locking-user): Reflect above change.
15941
15942 2000-09-04 Dave Love <fx@gnu.org>
15943
15944 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15945
15946 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15947
15948 * vc-hooks.el (vc-checkout-model): Punt to backends.
15949
15950 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15951
15952 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15953
15954 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15955 New functions.
15956
15957 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15958 New functions.
15959
15960 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15961 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15962
15963 * vc-hooks.el (vc-default-locking-user): New function.
15964 (vc-locking-user, vc-workfile-version): Punt to backends.
15965
15966 2000-09-04 Dave Love <fx@gnu.org>
15967
15968 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15969 (vc-master-workfile-version): Moved from vc-hooks.
15970
15971 * vc-rcs-hooks.el: Fix duplicate code in last change.
15972
15973 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15974 (vc-rcs-master-templates): Improve :type.
15975 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15976 vc-master-workfile-version): Moved from vc-hooks.
15977
15978 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15979 (vc-sccs-master-templates): Improve :type.
15980 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15981
15982 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15983
15984 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15985 (vc-cvs-master-templates): Improve :type. Use
15986 vc-cvs-find-cvs-master.
15987 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15988 from vc-hooks.
15989 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15990
15991 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15992 Moved to vc-cvs-hooks.
15993
15994 * vc-hooks.el: Add doc strings in various places. Simplify the
15995 minor mode setup.
15996 (vc-handled-backends): New user variable.
15997 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15998 simplification.
15999
16000 2000-09-04 Dave Love <fx@gnu.org>
16001
16002 * vc.el: Some doc fixes for autoloaded and interactive functions.
16003 Fix compilation warnings from ediff stuff.
16004 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
16005
16006 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
16007
16008 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
16009
16010 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
16011
16012 2000-09-04 Dave Love <fx@gnu.org>
16013
16014 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
16015 New variable.
16016 (vc-make-backend-function, vc-loadup, vc-call-backend)
16017 (vc-backend-defines): New functions.
16018
16019 * vc-hooks.el: Various doc fixes.
16020 (vc-default-back-end, vc-follow-symlinks): Custom fix.
16021 (vc-match-substring): Function removed. Callers changed to use
16022 match-string.
16023 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
16024 Simplify.
16025
16026 2000-09-04 Dave Love <fx@gnu.org>
16027
16028 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
16029 type.
16030 (vc-sccs-project-dir, vc-search-sccs-project-dir)
16031 (vc-sccs-registered): Doc fix.
16032
16033 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
16034 (vc-cvs-registered): Doc fix.
16035
16036 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
16037 (vc-rcs-registered): Doc fix.
16038
16039 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16040
16041 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
16042
16043 * vc-hooks.el: vc-registered has been renamed
16044 vc-default-registered. Some functions have been moved to the
16045 backend specific files. they all support the
16046 vc-BACKEND-registered functions.
16047
16048 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16049
16050 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
16051
16052 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
16053
16054 2000-09-04 Dave Love <fx@gnu.org>
16055
16056 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
16057 menu-bar-update-hook.
16058
16059 * help.el (help-manyarg-func-alist): Add
16060 find-operation-coding-system.
16061
16062 * wid-edit.el (widget-sexp-validate): Fix garbled code.
16063
16064 * custom.el (custom-set-variables): Print message about errors in
16065 setting.
16066
16067 2000-09-03 Andrew Innes <andrewi@gnu.org>
16068
16069 * makefile.w32-in: Change to DOS line endings.
16070
16071 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16072
16073 * mouse.el (mouse-popup-menubar): Supply the prompt string for
16074 minor-mode keymaps, if they don't have one.
16075
16076 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16077
16078 * eshell/esh-module.el (eval-when-compile): Don't lose if
16079 esh-module.el's file name is truncated to DOS 8+3 limits.
16080
16081 2000-09-01 John Wiegley <johnw@gnu.org>
16082
16083 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
16084 predicate, which caused entries in the completion list to be
16085 doubled.
16086
16087 2000-08-30 John Wiegley <johnw@gnu.org>
16088
16089 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
16090 sending to subprocesses. Also, hook pre-command-hook if
16091 `eshell-send-direct-to-subprocesses' is non-nil.
16092 (eshell-send-direct-to-subprocesses): New config variable. If t,
16093 subprocess input is send immediately.
16094 (eshell-toggle-direct-send): New function.
16095 (eshell-self-insert-command): New function.
16096 (eshell-intercept-commands): New function.
16097 (eshell-send-input): If direct subprocess sending is enabled,
16098 don't echo any input to the Eshell buffer. Let the subprocess
16099 handle that. This requires "stty echo" in bash, for example.
16100
16101 2000-08-28 John Wiegley <johnw@gnu.org>
16102
16103 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
16104 completion function for Eshell's implementation of `unset'.
16105
16106 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16107
16108 * info.el (Info-directory-list): Doc fix.
16109
16110 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
16111
16112 * filecache.el (file-cache-add-directory-using-find): Don't quote
16113 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
16114
16115 2000-08-31 Kenichi Handa <handa@etl.go.jp>
16116
16117 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
16118 coding systems.
16119
16120 2000-08-30 Andrew Innes <andrewi@gnu.org>
16121
16122 * timer.el (run-with-idle-timer): Undo last change, so that timer
16123 is not activated immediately if Emacs is already idle. Some
16124 existing code relies on this behaviour.
16125
16126 2000-08-30 Miles Bader <miles@gnu.org>
16127
16128 * frame.el (set-frame-font): Do completion of font-name for
16129 interactive use.
16130
16131 2000-08-30 Kenichi Handa <handa@etl.go.jp>
16132
16133 * international/quail.el (quail-start-translation): Bind locally
16134 last-command-event, last-command, and this-command.
16135 (quail-start-conversion): Likewise.
16136 (quail-self-insert-command): Fix docstring.
16137
16138 2000-08-29 Gerd Moellmann <gerd@gnu.org>
16139
16140 * progmodes/executable.el
16141 (executable-make-buffer-file-executable-if-script-p): Check that
16142 buffer contains at least 2 characters.
16143
16144 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
16145
16146 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
16147
16148 2000-08-29 Dave Love <fx@gnu.org>
16149
16150 * diff-mode.el (diff-mode) <defgroup>: Add :version.
16151 (diff-mode-shared-map): Bind mouse-2.
16152 (diff-imenu-generic-expression): New variable.
16153 (diff-mode): Use it.
16154
16155 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
16156 (mouse-popup-menubar): Add minor mode menus.
16157 (popup-menu): Check for lookup-key returning number.
16158
16159 2000-08-29 Miles Bader <miles@gnu.org>
16160
16161 * comint.el (comint-send-input): Create overlays using the proper
16162 front/read-advance arguments.
16163
16164 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16165
16166 * ps-print.el: Even/odd pages printing. Doc fix.
16167 (ps-print-version): New version number (6.0).
16168 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
16169 (ps-background, ps-begin-file, ps-begin-job): Code fix.
16170 (ps-print-duplex-feature): Variable eliminated.
16171 (ps-even-or-odd-pages): New variable.
16172
16173 * progmodes/ebnf2ps.el: Doc fix.
16174 (ebnf-version): New version (3.3).
16175 (ebnf-user-arrow): Change variable customization to sexp.
16176 (ebnf-user-arrow): Function eliminated.
16177 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
16178
16179 2000-08-29 Kenichi Handa <handa@etl.go.jp>
16180
16181 * help.el (help-xref-mule-regexp): New variable.
16182 (help-make-xrefs): Handle help-xref-mule-regexp.
16183
16184 * international/mule-cmds.el (help-xref-mule-regexp-template): New
16185 variable.
16186 (describe-input-method): Temporarily activate the specfied input
16187 method to display the information.
16188 (describe-language-environment): Hyperlinks to mule related items.
16189
16190 * international/mule-diag.el (charset-multibyte-form-string): New
16191 function.
16192 (list-character-sets-1): Use charset-multibyte-form-string.
16193 (describe-character-set): New function.
16194 (describe-coding-system): Hyperlinks to safe character sets.
16195
16196 * international/quail.el (quail-help): New arg PACKAGE.
16197 Hyperlinks to mule related items.
16198 (quail-help-insert-keymap-description): Use
16199 substitute-command-keys instead of describe-bindings.
16200 (quail-translation-help): Hyperlinks to mule related items.
16201
16202 2000-08-28 John Wiegley <johnw@gnu.org>
16203
16204 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16205 have a defsubst call itself. Made `eshell-flatten-list' back into
16206 a function again.
16207
16208 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16209 catch, in case re-centering point at bottom messes up the display.
16210 This happens frequently in Emacs 21, due I believe to variable
16211 line heights.
16212
16213 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16214 to call `find-tag-interactive'.
16215
16216 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16217 the list of remember directories.
16218
16219 2000-08-28 John Wiegley <johnw@gnu.org>
16220
16221 * align.el: Test align-region-separate to see if it's a symbol.
16222
16223 2000-08-28 John Wiegley <johnw@gnu.org>
16224
16225 * eshell/esh-util.el (eshell-flatten-list): Made this function
16226 into a defsubst form. It gets used very frequently, although
16227 calls don't occur all that often.
16228
16229 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16230 examining it.
16231
16232 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16233 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16234 `eshell-protect'.
16235 (eshell-copy-handles): Created a new macro for duplicating the
16236 current set of open handles. This is needed by the looping
16237 functions.
16238 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16239 is not incorrectly stomped on.
16240
16241 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16242 declaration for pcomplete-use-paring.
16243 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16244 value of eshell-cmpl-use-paring.
16245 * pcomplete.el (pcomplete-use-paring): New config variable, to
16246 indicate whether paring should be used.
16247 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16248 completion alternatives that have already been used.
16249
16250 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16251 bound to C-c C-y, which will repeat the previous N arguments
16252 (based on prefix argument).
16253 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16254
16255 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16256 if there is no *Help* buffer. This is for XEmacs, which renames
16257 its help buffers uniquely. TODO: Find out what the current buffer
16258 name to delete is.
16259
16260 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16261 first entry that correlates to a passwd/group number. Later
16262 entries (used for group/user name aliasing to multiple IDs) are
16263 ignored.
16264
16265 * eshell/em-xtra.el (eshell/expr):
16266 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16267 (eshell-grep, eshell/diff, eshell/locate):
16268 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16269 argument list, before passing it to the system command.
16270
16271 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16272 `find-tag' for use at final position in Eshell buffers (which
16273 otherwise triggers an error on Emacs 21).
16274 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16275 buffer, if it is currently bound to `find-tag'.
16276
16277 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16278 in the list of matched Makefile names.
16279 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16280 directory, prefer its contents to Makefile.
16281
16282 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16283 directory parts (like "cd old new", or "cd =regexp"), are now case
16284 sensitive on non-Windows/DOS platforms.
16285
16286 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16287 types RET after an open delimiter (like "), display a message
16288 indicating that Eshell is waiting for the closing delimiter.
16289
16290 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16291 environment variables.
16292
16293 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16294 gracefully if the user enters incorrect arguments.
16295
16296 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16297 Eshell buffers.
16298
16299 * eshell/esh-var.el (eshell-interpolate-variable):
16300 * eshell/esh-mode.el (eshell-move-argument):
16301 * eshell/em-unix.el (eshell-du-sum-directory):
16302 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16303 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16304 (not (= ...)).
16305
16306 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16307 to ensure the `preserve' flag gets propagated when doing recursive
16308 directory copies.
16309
16310 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16311
16312 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16313 Don't convert \n into \0177 in memory.
16314 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16315 and back again, when reading and writing.
16316
16317 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16318
16319 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16320 testing of `fboundp' on `processp'.
16321
16322 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16323 (eshell/jobs): Don't call process-list if it is not bound.
16324 (eshell-gather-process-output): Support systems where async
16325 subprocesses aren't supported.
16326 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16327 variables.
16328
16329 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16330 eshell-do-eval returns t.
16331 (eshell-do-pipelines-synchronously): New defmacro.
16332 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16333 when async subprocesses aren't supported.
16334 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16335 if async subprocesses aren't supported.
16336 (eshell-resume-command): Don't assume STATUS is a string.
16337
16338 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16339
16340 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16341 (eshell-close-target, eshell-get-target): Use eshell-processp.
16342 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16343 fix.
16344 (eshell-get-target, eshell-create-handles): Doc fix.
16345
16346 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16347
16348 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16349 criterion to include commands that output something, as long as it
16350 leaves both the command and the end-of-buffer visible when the
16351 command has exited.
16352 (eshell-review-quick-commands): Adjust the help doc string
16353 accordingly.
16354
16355 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16356
16357 * locate.el (locate): Cleaned up locate command's interactive prompting
16358 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16359
16360 * filecache.el (file-cache-case-fold-search): New variable
16361 (file-cache-assoc-function): New variable
16362 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16363 Use file-cache-case-fold-search variable
16364 (file-cache-add-file): Use file-cache-assoc-function
16365 (file-cache-delete-file): likewise
16366 (file-cache-directory-name): likewise
16367 (file-cache-debug-read-from-minibuffer): likewise
16368
16369 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16370
16371 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16372 (abbrev-table-name): New function.
16373 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16374 If non-nil list local abbrev, only.
16375
16376 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16377
16378 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16379 from Gnus support code, and use special article copy buffer
16380 `(gnus-original-article-buffer)' instead. This allows to get rid
16381 of article-hide-headers usage (which breaks in the latest Gnus
16382 version). Thanks to Detlev Zundel.
16383
16384 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16385
16386 * international/quail.el (quail-use-package): Hide "... loaded"
16387 message.
16388 (quail-start-translation, quail-start-conversion): Likewise.
16389
16390 * international/kkc.el (kkc-region): Hide "... loaded" message.
16391
16392 2000-08-27 Dave Love <fx@gnu.org>
16393
16394 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16395
16396 2000-08-27 Miles Bader <miles@gnu.org>
16397
16398 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16399
16400 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16401
16402 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16403 'ja-dic-cnv), not (require 'skkdic-cnv).
16404
16405 2000-08-26 Miles Bader <miles@gnu.org>
16406
16407 * faces.el (face-x-resources): Add entry for :inherit.
16408 * cus-face.el (custom-face-attributes): Add support for :inherit
16409 attribute. Add support for relative face heights.
16410 (custom-face-attributes-get): Treat `nil' as being a default value
16411 for :inherit (as well as `unspecified').
16412
16413 * faces.el (set-face-attribute): Update doc string.
16414 (face-attribute-name-alist): Add :inherit.
16415 (face-valid-attribute-values): Handle :inherit.
16416 (face-read-string): Rephrase prompt to be less confusing.
16417 Assume that DEFAULT is a string, since we must return a string.
16418 (face-read-integer): Use `format' to turn DEFAULT into an
16419 acceptable default for face-read-string. Match NEW-VALUE against
16420 the string "unspecified", not the symbol `unspecified', since
16421 that's what face-read-string returns.
16422 (read-face-attribute): Lookup a name for old-value in valid, and
16423 use it as a default if we find one. Treat all values from
16424 face-read-string as strings. If the default is used, don't do any
16425 more processing on the value, just use the old value directly.
16426 (read-face-and-attribute, modify-face): Tweak prompt.
16427 (read-face-name): Don't assume prompt ends with a space.
16428
16429 * faces.el (describe-face): Add support for :inherit attribute.
16430
16431 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16432
16433 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16434 concat doesn't accept interger.
16435
16436 * international/kkc.el: Remove SKK from Keywords. Require
16437 ja-dic-utl instead of skkdic-utl.
16438
16439 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16440 Provide ja-dic-cnv instead of skkdic-cnv.
16441 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16442 (iso-2022-7bit-short): Add safe-charsets property.
16443 (skkdic-convert-postfix): Search Japanese chou-on character in
16444 addition to Hiragana character.
16445 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16446 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16447 (batch-skkdic-convert): Likewise.
16448
16449 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16450 Provide ja-dic-utl instead of skkdic-utl.
16451 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16452
16453 2000-08-24 Dave Love <fx@gnu.org>
16454
16455 * disp-table.el (standard-display-default): Make the test of `l'
16456 useful.
16457
16458 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16459 mod sample text.
16460
16461 * international/iso-ascii.el: Make pilcrow convenient string
16462 consistent with section.
16463 (iso-ascii-display): Set up multibyte characters as well as
16464 unibyte.
16465
16466 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16467
16468 * international/mule-cmds.el (reset-language-environment): Set
16469 default-process-coding-system to '(undecided . iso-latin-1), which
16470 makes process I/O almost consistent with file I/O. Call this
16471 function when mule-cmds.el[c] is loaded.
16472
16473 2000-08-22 Andrew Innes <andrewi@gnu.org>
16474
16475 * makefile.w32-in: New file.
16476
16477 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16478
16479 * comint.el (comint-output-filter): Compare end of
16480 comint-last-output-overlay with the start of the newly inserted
16481 text, not the end, when deciding whether to extend it.
16482 Set saved-point's insertion type to advance after insertion.
16483
16484 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16485 since this is now done independently of font-lock mode.
16486
16487 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16488
16489 * server.el (server-kill-new-buffers): New user option.
16490 (server-existing-buffer): New buffer-local variable.
16491 (server-visit-files): When using an existing buffer, set
16492 server-existing-buffer to t.
16493 (server-buffer-done): If server-kill-new-buffers is t, kill the
16494 buffer, unless it was already present before visiting it with
16495 Emacs server.
16496
16497 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16498
16499 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16500 even if the display doesn't support colors: some displays will
16501 support bold/underline faces.
16502
16503 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16504
16505 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16506
16507 * startup.el (command-line): If user's init file had an error,
16508 add explanatory text to *Messages*.
16509
16510 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16511
16512 * man.el (Man-getpage-in-background): Decode the process output by
16513 the system locale coding system.
16514
16515 2000-08-20 Dave Love <fx@gnu.org>
16516
16517 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16518 Don't test x-popup-menu.
16519 (function) <complete-function>: Complete only fbound symbols.
16520 <validate, value>: New.
16521 (variable) <complete-function>: Complete only bound symbols.
16522 (coding-system): Add :base-only, :complete-function, :validate,
16523 :value, :prompt-match.
16524 (widget-coding-system-prompt-value): Use read-coding-system and
16525 act on :base-only.
16526 (editable-field): Add :help-echo.
16527 (widget-push-button-gui, widget-push-button-cache)
16528 (widget-gui-action, widget-editable-list-gui): COmment out, along
16529 with uses.
16530 (widget-at): Make arg optional.
16531 (widget-echo-help): Adjust for current help-echo calling sequence.
16532 (widget-specify-field, widget-specify-button)
16533 (widget-specify-insert, widget-get-sibling, widget-image-find)
16534 (widget-convert, widget-insert, widget-leave-text)
16535 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16536 (widget-setup, widget-field-find, widget-before-change)
16537 (widget-after-change, widget-default-complete)
16538 (widget-default-create, widget-default-delete)
16539 (widget-push-button-value-create, editable-field)
16540 (widget-field-prompt-value, widget-field-validate)
16541 (widget-choice-value-create, widget-choice-action)
16542 (widget-choice-validate, widget-checklist-add-item)
16543 (widget-radio-add-item, widget-radio-chosen)
16544 (widget-radio-value-inline, widget-editable-list-value-create)
16545 (widget-editable-list-entry-create)
16546 (widget-documentation-link-add)
16547 (widget-documentation-string-value-create)
16548 (widget-regexp-validate, widget-file-complete)
16549 (widget-sexp-validate, widget-plist-convert-widget)
16550 (widget-plist-convert-widget, widget-alist-convert-widget)
16551 (widget-alist-convert-widget, widget-color-complete): Simplify,
16552 particularly to avoid bindings which aren't optimized out.
16553
16554 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16555 Doc fix.
16556 (down-list, backward-up-list, up-list, kill-sexp)
16557 (backward-kill-sexp, mark-sexp): Make arg optional.
16558 (lisp-complete-symbol): Add optional arg PREDICATE.
16559
16560 * cus-start.el: Add display-buffer-reuse-frames,
16561 file-coding-system-alist.
16562
16563 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16564
16565 * startup.el (command-line): Clear realized faces after
16566 modifying TTY color mappings.
16567
16568 2000-08-20 Miles Bader <miles@gnu.org>
16569
16570 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16571 merely a subset of FACE's attributes.
16572
16573 2000-08-19 Miles Bader <miles@gnu.org>
16574
16575 * comint.el (comint-output-filter): Save the point with a marker,
16576 not just a buffer position.
16577
16578 * international/mule.el (set-buffer-process-coding-system): Make
16579 interactive prompt less confusing.
16580
16581 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16582
16583 * hilit-chg.el: General cleanup of doc strings, comments and
16584 code formatting.
16585
16586 2000-08-19 Miles Bader <miles@gnu.org>
16587
16588 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16589 Compiler macro removed; beginning-of-line is no longer always
16590 equivalent to forward-line, in the presence of fields.
16591
16592 * comint.el (comint-output-filter): Remove ad-hoc saving of
16593 restriction, and just use save-restriction, now that it works
16594 correctly. Don't adjust comint-last-input-start to account for
16595 our insertion; it shouldn't have moved because we don't use
16596 insert-before-markers anymore. Comment out call to
16597 `force-mode-line-update'; why is it here?
16598
16599 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16600 while checking for prompt to delete. Use `forward-line 0'
16601 instead of beginning-of-line.
16602 (gud-filter): Temporarily widen gud comint buffer while
16603 examining output.
16604
16605 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16606
16607 * progmodes/sh-script.el: Big bag of typos.
16608
16609 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16610 check since ispell-process is not bound when ispell is not yet loaded.
16611
16612 2000-08-18 Dave Love <fx@gnu.org>
16613
16614 * image.el (find-image): Copy `spec' before using plist-put.
16615
16616 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16617
16618 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16619 `portugues'.
16620
16621 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16622 backward-kill-sexp, analogous to kill-sexp.
16623
16624 * progmodes/icon.el (icon-indent-line)
16625 (icon-is-continuation-line): Handle comments specially.
16626
16627 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16628
16629 * ispell.el: Set to standard author/maintainer/keyword fields.
16630 Fine tuning to menu map appearance and operation, and added help.
16631 Remove `start' and `end' error messages when compiling.
16632 (ispell-choices-win-default-height): Fixed comment string.
16633 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16634 castellano8 dictionaries.
16635 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16636 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16637 dictionary, added italiano dictionary.
16638 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16639 word character
16640 (ispell-tex-skip-alists): Added psfig support.
16641 (ispell-skip-html): Renamed from ispell-skip-sgml.
16642 (ispell-begin-skip-region-regexp, ispell-skip-region)
16643 (ispell-minor-check): Improved html skipping support to skip across
16644 code, and recognize `&' commands without propper `;' syntax;
16645 (ispell-process-line): Fix alignment error when manually
16646 correcting spelling.
16647 (ispell): Fix comment string.
16648 (ispell-add-per-file-word-list): Always put word list on new line.
16649
16650 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16651
16652 * format.el (format-encode-run-method): Fix error message to say
16653 `encode' instead of `decode'. Use save-window-excursion around
16654 shell-command-on-region as in format-decode-run-method because
16655 shell-command-on-region can display a buffer with error output.
16656 (format-decode): Don't record undo information for the decoding.
16657 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16658 that number part of the temporary buffer name so that more than
16659 one decoding using a temporary buffer can happen safely.
16660
16661 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16662 of `A-z' in the regexp.
16663
16664 * hilit-chg.el: Fix typos in commentary.
16665
16666 * help.el (view-emacs-news): Rewritten for new naming scheme
16667 for old NEWS files.
16668
16669 * startup.el (command-line): Pop to *Messages* in case an error
16670 is signaled while loading user-init-file.
16671
16672 2000-08-17 Andreas Schwab <schwab@suse.de>
16673
16674 * files.el (insert-directory): Don't lose original file name,
16675 undoing an undocumented change.
16676
16677 2000-08-17 Alex Schroeder <alex@gnu.org>
16678
16679 * sql.el (sql-magic-go): Use comint-bol.
16680 (sql-copy-column): Use comint-line-beginning-position.
16681 (comint-line-beginning-position): Define a replacement for
16682 comint-line-beginning-position if it is not fboundp.
16683
16684 2000-08-17 Alex Schroeder <alex@gnu.org>
16685
16686 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16687 it didn't have any effect anyway.
16688
16689 2000-08-17 Alex Schroeder <alex@gnu.org>
16690
16691 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16692 --pset and pager=off instead of sending \\o|cat at the beginning
16693 of the session.
16694
16695 2000-08-17 Miles Bader <miles@gnu.org>
16696
16697 * progmodes/octave-inf.el: Add compatibility definition of
16698 comint-line-beginning-position.
16699
16700 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16701
16702 * startup.el (normal-top-level): Look in each dir in load-path for
16703 a leim-list.el file too. This assures of loading leim-list.el
16704 that is created at Emacs installation time even if a user have his
16705 own leim-list.el.
16706
16707 2000-08-17 Miles Bader <miles@gnu.org>
16708
16709 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16710 foreground color to black if the background is dark.
16711
16712 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16713
16714 * loadhist.el (unload-feature): Typo.
16715
16716 * finder.el (finder-compile-keywords):
16717 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16718 to the generated file.
16719
16720 * mail/mh-e.el (mh-make-local-vars):
16721 Replace make-variable-buffer-local with make-local-variable.
16722
16723 * play/landmark.el:
16724 * options.el (Edit-options-{set,toggle,t,nil}):
16725 * mail/mailabbrev.el (mail-abbrevs-mode):
16726 * textmodes/tex-mode.el (tex-expand-files):
16727 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16728
16729 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16730
16731 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16732 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16733 Allow going past the last element.
16734 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16735 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16736 (cvs-mouse-toggle-mark): Don't move point.
16737 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16738
16739 * progmodes/compile.el (grep): Provide a default set of files.
16740 (next-error): Docstring fix.
16741 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16742
16743 * emacs-lisp/easy-mmode.el (define-minor-mode):
16744 Use `symbol-value' to keep the byte-compiler quiet.
16745
16746 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16747 (diff-find-source-location): New fun, extracted from diff-goto-source.
16748 (diff-goto-source): Use it.
16749 (diff-next-complex-hunk, diff-filter-lines): New function.
16750 (diff-apply-hunk): New command.
16751
16752 * smerge-mode.el (smerge-mode-menu): Doc fix.
16753
16754 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16755
16756 2000-08-16 Dave Love <fx@gnu.org>
16757
16758 * windmove.el (windmove) <defgroup>: Add :version.
16759
16760 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16761 (goto-address-fontify-p, goto-address-highlight-p)
16762 (goto-address-url-face, goto-address-url-mouse-face)
16763 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16764 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16765 (goto-address-fontify, goto-address-at-mouse): Simplify,
16766 (goto-address-at-point): browse-url-url-at-point,
16767 goto-address-find-address-at-point can return nil.
16768 (goto-address-find-address-at-point): Return nil on failure.
16769
16770 * align.el (align) <defgroup>: Add :version.
16771
16772 * calculator.el (calculator): Add :version.
16773 (calculator): Use two lines for calculator window if `modeline'
16774 face is boxed.
16775
16776 * play/5x5.el: Doc fixes.
16777 (5x5) <defgroup>: Add :version.
16778
16779 * play/fortune.el (fortune) <defgroup>: Add :version.
16780 (fortune-append): Fix error message.
16781 (fortune-from-region): Doc fix.
16782
16783 * play/pong.el (pong): Doc fix.
16784
16785 * play/morse.el: Keywords, commentary, autoloads.
16786
16787 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16788
16789 * desktop.el (desktop-save): Don't look at symbol-value of a
16790 member of minor-mode-alist, unless it is boundp.
16791
16792 2000-08-16 Sam Steingold <sds@gnu.org>
16793
16794 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16795 `while'; use `with-current-buffer' instead of `save-excursion'.
16796 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16797
16798 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16799
16800 * international/ccl.el (declare-ccl-program): Docstring modified.
16801 (ccl-execute-with-args): Likewise.
16802
16803 2000-08-16 Miles Bader <miles@gnu.org>
16804
16805 * progmodes/sql.el: Add compatibility definition of
16806 comint-line-beginning-position.
16807
16808 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16809
16810 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16811 'buffer-menu' property.
16812 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16813 fails.
16814 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16815 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16816 wasn't killed.
16817
16818 * buff-menu.el (list-buffers-noselect): Don't display the
16819 *Buffer List* buffer.
16820
16821 * font-lock.el: Require jit-lock to prevent a very late
16822 `Loading jit-lock' message.
16823
16824 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16825 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16826 mail address.
16827
16828 2000-08-15 Miles Bader <miles@gnu.org>
16829
16830 * textmodes/ispell.el (ispell-graphic-p): New constant.
16831 (ispell-choices-win-default-height, ispell-help): Use
16832 `ispell-graphic-p' instead of `xemacsp'.
16833
16834 2000-08-15 Dave Love <fx@gnu.org>
16835
16836 * simple.el: Autoload widget-convert when compiling.
16837 (mail-user-agent): Doc fix.
16838
16839 * help.el (function-called-at-point, variable-at-point): Use
16840 with-syntax-table.
16841 (help-manyarg-func-alist): Add insert-and-inherit.
16842
16843 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16844
16845 * delsel.el (delsel-unload-hook): New function.
16846
16847 * find-file.el: Doc fixes. Move provide to end.
16848 (ff) <defgroup>: Add :link.
16849 (ff-goto-click): Deleted.
16850 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16851 Use mouse-set-point.
16852
16853 * textmodes/tildify.el: Doc fixes.
16854 (tildify) <defgroup>: Add:version.
16855
16856 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16857 (glasses-custom-set): Use set-default, not set.
16858 (minor-mode-alist): Propertize the lighter.
16859 (glasses-mode): Provide optional arg.
16860
16861 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16862 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16863 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16864 option. Provide :type.
16865 (cwarn-configuration): Provide :type.
16866 (cwarn-mode): Doc fix.
16867
16868 * add-log.el (change-log-merge): Doc fix.
16869 (change-log-redate): New command.
16870
16871 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16872 Doze and Dog.
16873 (browse-url): Use dolist, not mapcar.
16874 (browse-url-at-point): Check for null url.
16875 (browse-url-event-buffer, browse-url-event-point): Functions
16876 deleted.
16877 (browse-url-at-mouse, browse-url-netscape): Simplify.
16878
16879 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16880 modes.
16881 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16882 Fix previous change to mapcan.
16883 (msb--init-file-alist, msb--add-separators)
16884 (msb--make-keymap-menu): Simplify.
16885 (msb--choose-file-menu): Use copy-sequence.
16886 (msb-mode-map): Add title to keymap.
16887 (msb-unload-hook): New function.
16888
16889 * bs.el: Fix indentation.
16890 (bs) <defgroup>: Add :links.
16891 (bs-show): Doc fix.
16892 (bs-apply-sort-faces): Don't use window-system.
16893 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16894
16895 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16896
16897 * calendar/timeclock.el (timeclock-file): Run .timelog through
16898 convert-standard-filename.
16899
16900 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16901
16902 * emacs-lisp/authors.el: New file.
16903
16904 * paren.el (show-paren-priority): New user option.
16905 (show-paren-function): Set overlay priorities to
16906 show-paren-priority.
16907
16908 2000-08-14 Miles Bader <miles@gnu.org>
16909
16910 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16911 beginning-of-line with inhibit-field-text-motion bound.
16912
16913 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16914
16915 * calendar/timeclock.el: New file.
16916
16917 2000-08-14 David Ponce <david@dponce.com>
16918
16919 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16920 `widget-button-click'. so that one can use left mouse button to
16921 click on dialog buttons.
16922
16923 2000-08-14 Emmanuel Briot <briot@gnat.com>
16924
16925 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16926 identifiers, since XML is case sensitive
16927
16928 2000-08-12 Miles Bader <miles@gnu.org>
16929
16930 * comint.el (comint-output-filter): Don't bother frobbing
16931 window-start, it doesn't seem to be necessary.
16932
16933 * comint.el (comint-send-string, comint-send-region): Make into
16934 real functions. Snapshot the prompt before sending.
16935
16936 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16937
16938 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16939 technique similar to Info-index, instead of relying on specific
16940 names of relevant Index nodes.
16941 (Info-goto-emacs-command-node): Bind Info-history to nil when
16942 going to the first node found by Info-find-emacs-command-nodes.
16943
16944 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16945
16946 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16947
16948 2000-08-10 Miles Bader <miles@gnu.org>
16949
16950 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16951
16952 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16953
16954 * info.el (Info-file-list-for-emacs): More elements for the
16955 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16956 and woman manuals.
16957
16958 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16959
16960 * comint.el (comint-send-input): Make the newline boundary overlay
16961 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16962 (comint-output-filter): Use `insert' instead of
16963 `insert-before-markers'. Extend comint-last-output-overlay when
16964 necessary since we can't rely on insert-before-markers to do it.
16965 * gud.el (gud-filter): Use `with-current-buffer' instead of
16966 save-excursion when inserting the output, so that point gets
16967 updated correctly; the old method relied on a rather dodgy
16968 side-effect of comint-output-filter to avoid the effect of
16969 save-excursion.
16970
16971 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16972
16973 * files.el (recover-file): Call insert-directory instead of
16974 invoking `ls' directly.
16975
16976 2000-08-10 Miles Bader <miles@gnu.org>
16977
16978 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16979 (comint-last-prompt-overlay): New variables.
16980 (comint-output-filter): Implement prompt highlighting.
16981 (comint-snapshot-last-prompt): New function.
16982 (comint-send-input): Snapshot the last prompt.
16983 Use comint-highlight-input-face.
16984 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16985 Use defface instead of defcustom.
16986 (send-invisible, comint-send-eof): Snapshot the last prompt.
16987 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16988 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16989
16990 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16991
16992 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16993 (regexp-opt-group): Use a list of chars for `letters'.
16994 (regexp-opt-charset): `chars' is now a list of chars.
16995 Use a char-table rather than a vector so it works for multibyte chars.
16996
16997 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16998 Set cvs-minor-current-files to the selected fileinfo.
16999 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
17000 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
17001
17002 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
17003
17004 * files.el (insert-directory): Don't call access-file on
17005 directories on DOS and Windows.
17006
17007 2000-08-09 Kenichi Handa <handa@etl.go.jp>
17008
17009 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
17010 longer if necessary.
17011 (ccl-embed-code): Call ccl-embed-data to store CODE in
17012 ccl-program-vector.
17013
17014 2000-08-09 Miles Bader <miles@gnu.org>
17015
17016 * comint.el (comint-output-filter): Properly handle the case where
17017 the text surrounded by comint-last-output-overlay was deleted.
17018
17019 2000-08-08 Gerd Moellmann <gerd@gnu.org>
17020
17021 * info.el (Info-insert-dir): Use Info-additional-directory-list if
17022 non-nil.
17023 (Info-file-list-for-emacs): Remove "info" from the list because
17024 that leads to trying to use the documentation from file `info'
17025 in various situations where it isn't appropriate, for instance
17026 C-h C-k C-h i.
17027
17028 * ffap.el (ffap-read-file-or-url-internal): Handle case that
17029 DIR and/or STRING are nil.
17030
17031 * progmodes/compile.el (compilation-setup): Make variable
17032 compilation-error-screen-columns buffer-local, as some comment
17033 in the code suggests it should be.
17034
17035 * files.el (auto-mode-interpreter-regexp): New variable.
17036 (set-auto-mode): Use it.
17037
17038 * indent.el (indent-for-tab-command): Doc fix.
17039
17040 * mouse-sel.el (mouse-sel-mode): Doc fix.
17041
17042 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
17043 labels.
17044
17045 * help.el (print-help-return-message): When
17046 display-buffer-reuse-frames is set, let the help window been quit,
17047 instead of deleting it, which might delete a reused frame.
17048
17049 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
17050
17051 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
17052 rename a directory to a name that differs only by its letter case.
17053
17054 2000-08-08 Kenichi Handa <handa@etl.go.jp>
17055
17056 * international/quail.el (quail-define-rules): Handle Quail decode
17057 map correctly. Add code for supporting annotations.
17058 (quail-install-decode-map): New function.
17059 (quail-defrule-internal): New optional arguments decode-map and
17060 props.
17061 (quail-advice): New function.
17062
17063 2000-08-07 Sam Steingold <sds@gnu.org>
17064
17065 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
17066 `defconst', `define-condition', `with-slots'.
17067 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
17068
17069 2000-08-03 Miles Bader <miles@gnu.org>
17070
17071 * comint.el (comint-use-prompt-regexp-instead-of-fields):
17072 New variable.
17073 (comint-prompt-regexp, comint-get-old-input): Document dependence on
17074 comint-use-prompt-regexp-instead-of-fields.
17075 (comint-send-input): Add `input' field property to stuff we send to
17076 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
17077 (comint-output-filter): Add `output' field property to process
17078 output, if comint-use-prompt-regexp-instead-of-fields is nil.
17079 (comint-replace-by-expanded-history)
17080 (comint-get-old-input-default, comint-show-output)
17081 (comint-backward-matching-input, comint-forward-matching-input)
17082 (comint-next-prompt, comint-previous-prompt): Use field
17083 properties if comint-use-prompt-regexp-instead-of-fields is nil.
17084 (comint-line-beginning-position): New function.
17085 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
17086 (comint-replace-by-expanded-history-before-point): Use
17087 comint-line-beginning-position and line-end-position.
17088 (comint-last-output-overlay): New variable.
17089 (comint-mode): Make `comint-last-output-overlay' buffer-local.
17090
17091 * shell.el (shell-prompt-pattern): Doc change.
17092 (shell-backward-command): Use line-beginning-position.
17093
17094 * gud.el (gud-gdb-complete-command): Use
17095 comint-line-beginning-position.
17096
17097 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
17098 comint-bol doesn't actually go to the beginning of the line.
17099
17100 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
17101 if comint-use-prompt-regexp-instead-of-fields is non-nil.
17102 (try-expand-line-all-buffers): Likewise.
17103
17104 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
17105 explicitly matching comint-prompt-regexp.
17106 (sql-copy-column): Use comint-line-beginning-position instead of
17107 explicitly matching comint-prompt-regexp.
17108
17109 * progmodes/octave-inf.el (inferior-octave-complete): Use
17110 comint-line-beginning-position.
17111
17112 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
17113
17114 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
17115 looking for a prompt, use `forward-line 0' instead of
17116 `beginning-of-line', to avoid getting caught by an input field.
17117
17118 2000-08-07 Gerd Moellmann <gerd@gnu.org>
17119
17120 * files.el (shell-quote-wildcard-pattern): Make sure to return
17121 PATTERN, in the Unix case.
17122
17123 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
17124
17125 * play/zone.el (zone): Discard any pending input before running
17126 the randomly-chosen pgm.
17127
17128 2000-08-07 Kenichi Handa <handa@etl.go.jp>
17129
17130 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
17131 checking the existence of any multibyte characters.
17132
17133 2000-08-06 Gerd Moellmann <gerd@gnu.org>
17134
17135 * help.el (describe-mode): Test minor-mode symbol for being
17136 bound before testing its value for being nil.
17137
17138 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
17139 `first', `second', and `third'.
17140
17141 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
17142 (second): Make it an alias for `cadr'.
17143
17144 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
17145
17146 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
17147 types of display support faces now.
17148
17149 2000-08-05 Gerd Moellmann <gerd@gnu.org>
17150
17151 * pcvs.el (require): Require `cl' during compilation, only.
17152
17153 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
17154 (toplevel): Remove `remq' and `remove' from autoloads.
17155 (cl-fake-autoloads): New variable. If set, arrange for an error
17156 when CL functions etc. are autoloaded.
17157
17158 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
17159
17160 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
17161
17162 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
17163 popped up, but the user clicks outside the menu, return an empty
17164 regexp (that causes unhighlight-regexp to have no effect).
17165
17166 * menu-bar.el (menu-bar-games-menu): Add Zone.
17167
17168 * hi-lock.el (toplevel): Require font-lock.
17169
17170 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17171
17172 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
17173 (ebnf-8-bit-chars): New var for bug fix.
17174 (ebnf-string): Bug fix.
17175
17176 2000-08-03 Sam Steingold <sds@gnu.org>
17177
17178 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
17179 instead of `buffer-string'.
17180 (require 'cl): Always, not just when compiling.
17181 `ignore-errors' in `interactive', `list*', `defun*' &c make this
17182 necessary.
17183
17184 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
17185
17186 * international/mule-cmds.el (select-safe-coding-system): Make
17187 the message text about selecting a safe coding system more clear.
17188
17189 2000-08-02 Gerd Moellmann <gerd@gnu.org>
17190
17191 * hi-lock.el: New file.
17192
17193 * play/zone.el: New file.
17194
17195 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17196 value of tab-width in the original buffer. Choose a line number
17197 format that's a multiple of the original buffer's tab width, so
17198 that lines appear right.
17199
17200 * textmodes/ispell.el (ispell): New function, replacing an alias.
17201 Spell-check active region if in transient-mark-mode and mark
17202 is active; otherwise spell-check buffer.
17203
17204 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17205
17206 * ps-mule.el: Fix a customization problem on
17207 ps-mule-font-info-database-default.
17208
17209 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17210
17211 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17212 display-mouse-p instead of window-system.
17213 (ebrowse-member-mode-map): Ditto.
17214
17215 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17216
17217 * progmodes/ebnf2ps.el: Update ps-print functions call.
17218 Indentation fix. Doc fix.
17219 (ebnf-version): New version number (3.2).
17220 (ebnf-format-color, ebnf-begin-job): Code fix.
17221
17222 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17223
17224 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17225 font lock support on window-system.
17226 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17227
17228 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17229 display-color-p, if fboundp, instead of window-system.
17230
17231 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17232
17233 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17234 instead of window-system.
17235
17236 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17237 window-system.
17238 (widget-choice-mouse-down-action): Use display-popup-menus-p
17239 instead of window-system.
17240
17241 * strokes.el (strokes-file): Run the file name through
17242 convert-standard-filename.
17243 (strokes-mode): Call display-mouse-p instead of looking at
17244 window-system. Change the error message accordingly.
17245
17246 * progmodes/cpp.el (toplevel): Support faces on tty's.
17247
17248 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17249 (lm-plot-square, lm-init-display): Don't use window-system.
17250
17251 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17252 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17253
17254 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17255 instead of looking at window-system.
17256
17257 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17258
17259 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17260 of testing if iswitchb-prepost-hooks is bound, because the
17261 latter will always be true when invoking a recursive minibuffer
17262 from an active Iswitchb buffer.
17263
17264 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17265
17266 * files.el (shell-quote-wildcard-pattern): New function.
17267 (insert-directory): Call it. Only prepend "\" to command on Unix
17268 and GNU/Linux systems.
17269
17270 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17271
17272 * eshell/esh-groups.el: Change custom :link file names
17273 from `eshell.info' to `eshell'.
17274
17275 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17276
17277 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17278 correctly in recursive ange-ftp listings.
17279
17280 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17281
17282 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17283 ps-header-font-size-internal and
17284 ps-header-title-font-size-internal variables are not set,
17285 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17286 face text property is (foreground-color . COLOR) or
17287 `(background-color . COLOR)', ps-print crashes. Doc fix.
17288 (ps-print-version): New version number (5.2.4).
17289 (ps-plot-region): Code fix.
17290 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17291 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17292 Bug fix 2.
17293
17294 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17295
17296 * glasses.el (glasses-make-readable): Fix uncapitalization of
17297 identifiers like `myXMLDocument'.
17298
17299 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17300
17301 * mail/mail-hist.el (mail-hist-previous-input)
17302 (mail-hist-next-input): Do the obvious code factorization.
17303 (mail-hist-retrieve-and-insert): New func, contains common
17304 code of above two.
17305 If inserting a message body, leave point at top.
17306
17307 2000-07-28 Sam Steingold <sds@gnu.org>
17308
17309 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17310 Use `<=', not `<' to compare times!
17311 (ange-ftp-ls): Remove.
17312
17313 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17314
17315 * play/cookie1.el: Add explanation of how to make cookie.el
17316 compatible with strfile(1) to comment.
17317
17318 * subr.el (remove, remq): New functions.
17319
17320 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17321 escape `*' in regexps.
17322 (midnight-find): Reverse order of arguments in the funcall of
17323 TEST.
17324
17325 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17326 and `.class'.
17327
17328 * play/meese.el: Add Commentary section.
17329
17330 2000-07-27 Alex Schroeder <alex@gnu.org>
17331
17332 * sql.el (sql-ms): Added autoload cookie.
17333 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17334 (sql-oracle): Ditto.
17335 (sql-help): Doc change.
17336
17337 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17338 types and exceptions.
17339
17340 2000-07-27 Alex Schroeder <alex@gnu.org>
17341
17342 * sql.el (sql-placeholder-history): New variable.
17343 (sql-query-placeholders-and-send): New function that will query
17344 the user and replace placeholders with user input.
17345 (sql-oracle): If running on NT, set comint-input-sender to
17346 sql-query-placeholders-and-send.
17347
17348 (sql-stop): If in the SQLi buffer, insert stop notification, else
17349 present it as a message.
17350
17351 2000-07-27 Alex Schroeder <alex@gnu.org>
17352
17353 * sql.el (sql-input-ring-separator): Doc change.
17354 (sql-input-ring-file-name): Doc change.
17355 (sql-interactive-mode): Use `sql-input-ring-separator' and
17356 `sql-input-ring-file-name' to set the comint-mode equivalents
17357 without making them local variables.
17358 (sql-stop): Don't bind `sql-input-ring-separator' and
17359 `sql-input-ring-file-name' dynamically to their comint-mode
17360 equivalents.
17361
17362 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17363
17364 * international/mule.el (register-char-codings): New function.
17365 (make-coding-system): Handle `safe-chars' specification in the arg
17366 PROPERTY.
17367
17368 * international/mule-cmds.el
17369 (find-coding-systems-region-subset-p): This function deleted.
17370 (sort-coding-systems-predicate): New variable.
17371 (sort-coding-systems): New function.
17372 (find-coding-systems-region): Use
17373 find-coding-systems-region-internal.
17374 (find-coding-systems-string): Use find-coding-systems-region.
17375 (find-coding-systems-for-charsets): Check
17376 char-coding-system-table.
17377 (select-safe-coding-system-accept-default-p): New variable.
17378 (select-safe-coding-system): Mostly rewritten. New argument
17379 ACCEPT-DEFAULT-P.
17380 (select-message-coding-system): Call select-safe-coding-system
17381 with ACCEPT-DEFAULT-P arg.
17382 (reset-language-environment): Reset default-sendmail-coding-system
17383 to the default value iso-latin-1.
17384 (set-language-environment): Don't set the obsolete variable
17385 charset-origin-alist.
17386
17387 * international/codepage.el (cp-coding-system-for-codepage-1):
17388 Give `safe-chars' property to make-coding-system.
17389
17390 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17391 calling select-message-coding-system twice.
17392
17393 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17394 instead of `safe-charsets'.
17395 (cyrillic-alternativnyj): Likewise.
17396 (ccl-encode-alternativnyj): Don't check the charset
17397 cyrillic-iso8859-5.
17398
17399 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17400
17401 * composite.el (compose-chars-after): Preserve match data.
17402
17403 2000-07-26 Sam Steingold <sds@gnu.org>
17404
17405 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17406 (ange-ftp-real-file-newer-than-file-p): New function.
17407 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17408 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17409
17410 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17411 * midnight.el (midnight-float-time): Ditto.
17412
17413 2000-07-26 Andreas Schwab <schwab@suse.de>
17414
17415 * files.el (normal-backup-enable-predicate): Correct
17416 interpretation of the return value of compare-strings.
17417
17418 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17419
17420 * isearch.el (isearch-resume): New function.
17421 (isearch-done): Add something to command-history to resume
17422 the search.
17423 (isearch-yank-line, isearch-yank-word): Use
17424 buffer-substring-no-properties instead of buffer-substring.
17425
17426 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17427 of flyspell-mouse-map.
17428
17429 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17430 duplicate definition.
17431 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17432
17433 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17434 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17435
17436 2000-07-25 Sam Steingold <sds@gnu.org>
17437
17438 * net/ange-ftp.el: Get modtime over the net.
17439 (ange-ftp-file-modtime): New function.
17440 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17441 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17442 Use it.
17443 (ange-ftp-dot-to-slash): New function.
17444 (ange-ftp-fix-name-for-vms): Use it.
17445
17446 * midnight.el (midnight-buffer-display-time): Use
17447 `with-current-buffer'.
17448
17449 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17450
17451 * find-dired.el: Update copyright notice.
17452 (find-dired): Offer to kill a running `find'.
17453
17454 * enriched.el (enriched-face-ans): For a `foreground-color'
17455 property, return '(("x-color" COLOR))' so that COLOR will be
17456 output as a parameter of the x-color annotation. Likewise for the
17457 `background-color' property. In the case of normal face
17458 properties, don't return annotations for unspecified foreground
17459 and background face attributes.
17460
17461 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17462
17463 * language/japan-util.el (japanese-katakana-region): Fix handling
17464 HANKAKU argument.
17465
17466 2000-07-25 Miles Bader <miles@gnu.org>
17467
17468 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17469 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17470 constrain-to-field.
17471
17472 2000-07-24 Andrew Innes <andrewi@gnu.org>
17473
17474 * timer.el (timer-activate-when-idle): Add optional parameter
17475 DONT-WAIT. Update docstring.
17476 (run-with-idle-timer): Specify extra parameter to
17477 timer-activate-when-idle, so that timer will be activated
17478 immediately if Emacs is already idle.
17479
17480 * w32-fns.el (w32-using-nt): Fix docstring.
17481
17482 2000-07-24 Dave Love <fx@gnu.org>
17483
17484 * mouse.el (popup-menu): Set last-command-event.
17485 (mouse-major-mode-menu-prefix): Declare.
17486
17487 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17488
17489 * textmodes/flyspell.el: Update to author's version 1.5d.
17490
17491 * progmodes/hideshow.el: Update copyright notice.
17492
17493 * vcursor.el: Set maintainer to FSF, since author cannot
17494 be reached.
17495
17496 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17497
17498 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17499 the prompt.
17500
17501 * mouse.el (popup-menu): Run the keymap through indirect-function,
17502 in case it was defined with define-prefix-key. If the menu is a
17503 list of keymaps, look up the binding of user's choice in each one
17504 of the keymaps.
17505 (mouse-popup-menubar): If the global and local menu-bar keymaps
17506 don't have a prompt string, create one and insert it into the
17507 keymap. Don't barf if current-local-map returns nil.
17508
17509 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17510
17511 * dired.el (dired-sort-R-check): Added to allow recursive listing
17512 to be undone.
17513 (dired-sort-other): Use it.
17514
17515 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17516
17517 * Release of cc-mode 5.27
17518
17519 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17520
17521 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17522 c-beginning-of-statement-1 that caused a bad case of recursion
17523 which could consume a lot of CPU in large classes in languages
17524 that have in-expression classes (i.e. Java and Pike).
17525
17526 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17527 statements before top level constructs (i.e. case 6 is moved
17528 before case 5 and is now case 4) to catch in-expression
17529 classes in top level expressions correctly.
17530
17531 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17532
17533 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17534 objc-method-intro. Case 4 removed and case 5I added.
17535
17536 * cc-langs.el (c-append-paragraph-start): New variable used by
17537 c-common-init to get paragraph-start correct.
17538 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17539 initialize paragraph-start to make it correct both with and
17540 without the javadoc special case.
17541
17542 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17543 initialize paragraph-start for javadoc markup.
17544
17545 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17546 change by defaulting this to t. It's motivated by the
17547 confusing behavior that otherwise arise from the style system
17548 when editing both java and non-java files at the same time
17549 (see the comments about style setting in c-common-init).
17550
17551 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17552
17553 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17554 similar to the one in c-fill-paragraph to check the fill
17555 prefix from the adaptive fill function for sanity.
17556
17557 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17558
17559 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17560 defun block.
17561
17562 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17563
17564 * cc-align.el (c-lineup-multi-inher): Handle lines with
17565 leading comma nicely. Extended to handle member initializers
17566 too.
17567
17568 * cc-engine.el: (c-beginning-of-inheritance-list,
17569 c-guess-basic-syntax): Fixed recognition of inheritance lists
17570 when the lines begins with a comma.
17571
17572 * cc-vars.el (c-offsets-alist): Changed default for
17573 member-init-cont to c-lineup-multi-inher since it now handles
17574 member initializers and indents better for leading commas.
17575
17576 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17577
17578 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17579 handling that caused class open lines to be recognized as
17580 statement-conts in some cases.
17581
17582 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17583 guessed by the adaptive fill function unless point is on the
17584 first line of a block comment.
17585
17586 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17587 when the buffer ends with a macro continuation char.
17588
17589 * cc-engine.el (c-guess-basic-syntax): Added support for
17590 function definitions as statements in Pike. The first
17591 statement in a lambda block is now labeled defun-block-intro
17592 instead of statement-block-intro.
17593
17594 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17595 so that the class surrounding point is selected, not the one
17596 innermost in the state.
17597
17598 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17599 recognition of switch labels having hanging multiline
17600 statements.
17601
17602 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17603 some code in c-guess-basic-syntax to a separate function.
17604 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17605 recognition of member inits with multiple line arglists.
17606 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17607 member-init-cont when the commas are in funny places.
17608
17609 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17610
17611 * cc-defs.el (c-auto-newline): Removed this macro since it's
17612 not used anymore.
17613
17614 * cc-engine.el (c-looking-at-bos): New helper function.
17615 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17616 inexpr and toplevel classes apart in Pike.
17617
17618 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17619 of case 9A.
17620
17621 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17622 constant, since "class" can introduce an in-expression class
17623 in Pike nowadays.
17624
17625 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17626
17627 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17628 indentation on cpp-macro lines.
17629
17630 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17631 a syntax modifier like comment-intro, to make it possible to
17632 get syntactic indentation for preprocessor directives. It's
17633 incompatible wrt to lineup functions on cpp-macro, but it has
17634 no observable effect in the 99.9% common case where cpp-macro
17635 is set to -1000.
17636
17637 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17638
17639 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17640 member-init-cont when the preceding arglist is several lines.
17641
17642 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17643
17644 * cc-styles.el (c-style-alist): The basic offset for the BSD
17645 style corrected to 8.
17646
17647 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17648
17649 * cc-styles.el (c-style-alist): Adjusted the indentation of
17650 brace list openers in the gnu style.
17651
17652 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17653
17654 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17655
17656 * cc-cmds.el (c-electric-brace, c-electric-slash,
17657 c-electric-star, c-electric-semi&comma, c-electric-colon,
17658 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17659 when c-syntactic-indentation is nil.
17660
17661 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17662 we were left at comments preceding the first statement when
17663 reaching the beginning of the buffer.
17664
17665 * cc-vars.el (c-syntactic-indentation): New variable to turn
17666 off all syntactic indentation.
17667
17668 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17669
17670 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17671 between the text and the block comment ender when it hangs,
17672 depending on how many there are before the fill.
17673
17674 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17675
17676 * cc-engine.el (c-beginning-of-closest-statement): New helper
17677 function to go back to the closest preceding statement start,
17678 which could be inside a conditional statement.
17679 * cc-engine.el (c-guess-basic-syntax): Use
17680 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17681
17682 * cc-engine.el (c-guess-basic-syntax): Better handling of
17683 arglist-intro, arglist-cont-nonempty and arglist-close when
17684 the arglist is nested inside parens. Cases 7A, 7C and 7F
17685 changed.
17686
17687 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17688 up-to-date with javadoc 1.2.
17689
17690 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17691
17692 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17693 multiline Pike type decls.
17694
17695 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17696
17697 * cc-cmds.el (c-indent-new-comment-line): Always break
17698 multiline comments in multiline mode, regardless of
17699 comment-multi-line.
17700
17701 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17702
17703 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17704 fully::qualified::names in C++ member init lists. Preamble in
17705 case 5D changed.
17706
17707 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17708
17709 * cc-langs.el (c-common-init): Handling of obsolete variables
17710 moved to c-initialize-cc-mode. More compatible style override
17711 when using global style variables.
17712 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17713 variables moved here.
17714
17715 * cc-styles.el (c-make-styles-buffer-local): Flag style
17716 variable localness in c-style-variables-are-local-p to make
17717 the compatibility measure in c-common-init work well.
17718
17719 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17720 longer contain set-from-style.
17721 * cc-styles.el (c-initialize-builtin-style): Don't check for
17722 set-from-style on c-special-indent-hook.
17723 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17724 copy-alist is sufficient now.
17725
17726 * cc-styles.el (c-set-style, c-set-style-1,
17727 c-get-style-variables): Fixes to variable initialization so
17728 that duplicate entries in styles have the same effect
17729 regardless of DONT-OVERRIDE.
17730
17731 * cc-styles.el (c-set-style-2): Fixed bug where the
17732 initialization of inheriting styles failed when the
17733 dont-override flag is set.
17734
17735 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17736 on this.
17737
17738 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17739
17740 * cc-defs.el (c-forward-comment): Removed the workaround
17741 introduced in 5.38 since it had worse side-effects. If a line
17742 contains the string "//\"", it regarded the // as a comment
17743 start since the \ temporarily doesn't have escape syntax.
17744
17745 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17746
17747 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17748 ada-xref.el before ada-prj.el, so that the Project menu is created
17749 when ada-prj tries to add to it.
17750 (ada-activate-keys-for-case): Suppress the characters that are not
17751 part of the Ada syntax. Better compatibility with else-mode
17752 (ada-adjust-case-interactive): When auto-casing is not active,
17753 correctly insert newlines (used to insert only ^M). Prevent the
17754 syntax table from being changed in case of an error
17755 (or '_' becomes part of a word and some commands are confused).
17756 Do nothing if ada-auto-case is nil.
17757 (ada-after-keyword-p): Ignore keywords that are also attributes
17758 (ada-batch-reformat): Update usage comment
17759 (ada-call-from-contextual-menu): New function
17760 (ada-case-read-exceptions): Reinitialize the casing exception list
17761 first to nil first, so that the casing exception file can be
17762 shared.
17763 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17764 files.
17765 (ada-compile-goto-error): Fix regexp used to detect a file:line
17766 anywhere in the error message
17767 (ada-contextual-menu-last-point): New variable
17768 (ada-create-keymap): If the variable delete-key-deletes-forward is
17769 t on XEmacs, it means that DEL should delete one character
17770 forward.
17771 (ada-create-menu): Use :included instead of :visible for XEmacs.
17772 New submenu "Options".
17773 (ada-end-stmt-re): Correctly indent "select ... then abort"
17774 statements.
17775 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17776 even if they don't match ada-fill-comment-prefix Fix handling of
17777 paragraphs on the first or last line of a file.
17778 (ada-format-paramlist): Fix handling of default parameter values.
17779 (ada-get-body-name): New function.
17780 (ada-get-current-indent): Optimized by searchling directly for an
17781 existing generic part or a statement outside of it. Handle
17782 ada-indent-align-comments when indenting comments Replaced some
17783 regexps by testing directly the next character. This results in a
17784 huge speedup on some files. New indentation scheme for renames
17785 statements. Stop looking for the 'while' or 'for' associated with
17786 a 'loop' at the first semicolon encountered. A "return" can also
17787 match an anonymous access subprogram declaration.
17788 (ada-get-indent-noindent): Ignore strings and comments when
17789 looking for the keywords "record" and "private".
17790 (ada-goto-matching-decl-start): When matching "if", make sure we
17791 are not in fact seeing "end if". Ignore "when" statements except
17792 when initial keyword was "begin". Fix handling of nested
17793 procedures. Add a recursive call to this function to skip over
17794 other 'end' statmts. Fix indentation for "when .. => begin"
17795 (ada-in-open-paren-p): Fix indentation for complex boolean
17796 expressions, where 'and then', 'or else' and parenthesis
17797 statements are mixed up.
17798 (ada-in-paramlist-p): Skip comments while searching for the
17799 beginning Fix handling of operator declarations.
17800 (ada-indent-align-comments): New variable
17801 (ada-indent-current): Change the syntax table only in the
17802 protected section, so that we are sure it is restored correctly.
17803 (ada-indent-on-previous-lines): Use ada-use-indent and
17804 ada-with-indent Correctly indent "select ... then"
17805 (ada-indent-region): Slight speedup.
17806 (ada-indent-renames): New variable.
17807 (ada-last-which-function-subprog, ada-last-which-function-line):
17808 New variables
17809 (ada-looking-at-semi-private): Correctly indent the 'private'
17810 keyword when it is the first word in a package declaration.
17811 (ada-loose-case-word): Stop searching if at the end of the buffer.
17812 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17813 even if point is not initially at the end of the word.
17814 (ada-matching-decl-start-re): Add "when".
17815 (ada-mode): Add support for abbrev-mode, outline-mode and
17816 which-func-mode Override the old find-file.el entry in
17817 ff-special-constructs since it is using the obsolete
17818 ada-spec-suffix variable
17819 (ada-no-auto-case): New function
17820 (ada-scan-paramlist): When parsing the argument type, accept
17821 spaces (as in "X 'Class", generated by Rational Rose).
17822 (ada-other-file-name): No longer loads the other file.
17823 (ada-popup-menu): Save and restore the current buffer and cursor
17824 position before and after displaying the menu.
17825 (ada-search-ignore-complex-boolean): New function.
17826 (ada-uncomment-region): Emacs21 already knows how to delete
17827 comments not starting in the first column.
17828 (ada-use-indent): New variable
17829 (ada-which-function): New function.
17830 (ada-with-indent): New variable
17831 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17832 can be batch-compiled from the command line.
17833
17834 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17835 Add to the menu when the file is loaded, not in ada-mode-hook.
17836 Add -toolbar to the default ddd command Switches moved from
17837 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17838 ada-prj-default-comp-opt
17839 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17840 Reference Manual to the menu
17841 (ada-check-current): rewritten as a call to ada-compile-current
17842 (ada-compile): Removed.
17843 (ada-compile-application, ada-compile-current, ada-check-current):
17844 Set the compilation-search-path so that compile.el automatically
17845 finds the sources in src_dir. Automatic scrollong of the
17846 compilation buffer. C-uC-cC-c asks for confirmation before
17847 compiling
17848 (ada-compile-current): New parameter, prj-field
17849 (ada-complete-identifier): Load the .ali file before doing
17850 processing
17851 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17852 conform to gnatmake's behavior.
17853 (ada-find-file-in-dir): New function
17854 (ada-find-references): Set the environment variables for gnatfind
17855 (ada-find-src-file-in-dir): New function.
17856 (ada-first-non-nil): Removed
17857 (ada-gdb-application): Add support for jdb, the java debugger.
17858 (ada-get-ada-file-name): Load the original-file first if not done
17859 yet.
17860 (ada-get-all-references): Handles the new ali syntax (parent types
17861 are found between <>).
17862 (ada-initialize-runtime-library): New function
17863 (ada-mode-hook): Always load a project file when a file is opened,
17864 so that the casing exceptions are correctly read.
17865 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17866 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17867 to open the project file, since the latter does not work with
17868 speedbar Get default values before loading the prj file, or the
17869 default executable file name is wrong. Use the absolute value of
17870 src_dir to initialize ada-search-directories and
17871 compilation-search-path,... Add the standard runtime library to
17872 the search path for find-file.
17873 (ada-prj-default-debugger): Was missing an opening '{'
17874 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17875 variables.
17876 (ada-prj-default-gnatmake-opt): New variable
17877 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17878 buffers, the project file is the default one Save the windows
17879 configuration before displaying the menu.
17880 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17881 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17882 ...) regexp-quote identifiers names to support operators +,
17883 -,... in regexps.
17884 (ada-remote): New function.
17885 (ada-run-application): Erase the output buffer before starting the
17886 run Support remote execution of the application. Use
17887 call-process, or the arguments are incorrectly parsed
17888 (ada-set-default-project-file): Reread the content of the active
17889 project file, not the one from the current buffer When a project
17890 file is set as the default project, all directories are
17891 automatically associated with it.
17892 (ada-set-environment): New function
17893 (ada-treat-cmd-string): New special variable ${current}
17894 (ada-treat-cmd-string): Revised. The substitution is now done for
17895 any ${...} substring
17896 (ada-xref-current): If no body was found, compiles the spec
17897 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17898 compiler to get rid of command line length limitations.
17899 (ada-xref-get-project-field): New function
17900 (ada-xref-project-files): New variable
17901 (ada-xref-runtime-library-specs-path)
17902 (ada-xref-runtime-library-ali-path): New variables
17903 (ada-xref-set-default-prj-values): Default run command now does a
17904 cd to the build directory. New field: main_unit Provide a default
17905 file name even if the current buffer has no prj file.
17906
17907 * ada-prj.el:
17908 Rewritten to show a tabbed-dialog.
17909 (ada-prj-add-ada-menu): Remove the map and name parameters.
17910 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17911 New function
17912 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17913 (ada-prj-load-from-file): New function
17914 (ada-prj-save): Always save fields that depend on the current buffer
17915 (ada-prj-show-value): New function
17916
17917 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17918 Ada mode. This will allow us to display the Ada menu in any buffer
17919 we want (for project items).
17920 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17921 number of spaces in the header.
17922
17923 2000-07-24 Dave Love <fx@gnu.org>
17924
17925 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17926
17927 2000-07-23 Noah Friedman <friedman@splode.com>
17928
17929 * type-break.el (type-break): perform autosave.
17930 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17931 (type-break-do-query): Cancel query schedule while performing
17932 actual query, to avoid possibility of a second query being made
17933 while first one is already in progress.
17934 (type-break-time-stamp-format): New variable.
17935 (type-break-time-stamp): New function.
17936 (type-break-time-warning): Use it.
17937 (type-break-keystroke-warning): Use it.
17938 (type-break-noninteractive-query): Use it.
17939
17940 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17941 cookie.
17942 Use add-minor-mode to set minor-mode-alist, if available.
17943 (eldoc-echo-area-use-multiline-p): New user option.
17944 (eldoc-echo-area-multiline-supported-p): New variable.
17945 (eldoc-docstring-format-sym-doc): Use them.
17946 (eldoc-mode): If not using idle timers, append to local post and
17947 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17948 (eldoc-display-message-no-interference-p): Don't interfere with
17949 edebug.
17950 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17951 (eldoc-function-arglist): New function.
17952 (eldoc-function-argstring): Use it.
17953
17954 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17955 auto save directory exists before calling directory-files.
17956
17957 2000-07-23 Dave Love <fx@gnu.org>
17958
17959 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17960 ^o, ^u.
17961
17962 2000-07-21 Dave Love <fx@gnu.org>
17963
17964 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17965 now passed to the function. It now works properly.
17966
17967 * smerge-mode.el (smerge-mode-menu): Fill it out.
17968
17969 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17970
17971 * info-look.el (info-lookup): If *info* is shown in another frame
17972 on the same display, select that frame, instead of switching to
17973 the Info buffer in another window of the selected frame.
17974
17975 * simple.el (universal-argument-map): Bind numeric keypad keys
17976 kp-0 to kp-9 and kp-subtract.
17977 (digit-argument): Handle these keys.
17978
17979 2000-07-20 Dave Love <fx@gnu.org>
17980
17981 * net/goto-addr.el (goto-address-fontify): Don't bother with
17982 buffer-modified and read-only stuff -- irrelevant with overlays.
17983 Put an extra property on the overlays and use it to clean up in
17984 case goto-address is re-run.
17985
17986 2000-07-19 Richard M. Stallman <rms@gnu.org>
17987
17988 * timer.el (run-with-idle-timer): Doc fix.
17989
17990 * mail/mail-utils.el (mail-strip-quoted-names):
17991 Handle case where <...> appears inside "...".
17992 Use replace-match to edit the string more simply.
17993 (rmail-dont-reply-to): Cope with an unmatched ".
17994
17995 2000-07-19 Dave Love <fx@gnu.org>
17996
17997 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17998 implementation.
17999
18000 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
18001 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
18002 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
18003
18004 2000-07-19 Gerd Moellmann <gerd@gnu.org>
18005
18006 * textmodes/refer.el: Correct maintainer's email address.
18007
18008 * progmodes/hideif.el: Correct author's email address.
18009 Fix typo in comment.
18010
18011 * xml.el: New file.
18012
18013 * mail/mailheader.el: Correct author's mail address.
18014
18015 * gnus/parse-time.el: Correct author's mail address.
18016
18017 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
18018
18019 * comint.el (comint-highlight-input, comint-highlight-face):
18020 New user options.
18021 (comint-input-ring-file-name): Change custom type.
18022 (comint-mode-map): Bind mouse-2.
18023 (comint-insert-clicked-input): New function.
18024 (comint-send-input): Handle input highlighting.
18025
18026 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
18027
18028 * mouse.el (popup-menu): New function.
18029 (mouse-major-mode-menu): Use it.
18030
18031 2000-07-18 Dave Love <fx@gnu.org>
18032
18033 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
18034 improvements.
18035
18036 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18037
18038 * faces.el (face-font-selection-order)
18039 (face-font-family-alternatives): Add custom type.
18040
18041 2000-07-18 Dave Love <fx@gnu.org>
18042
18043 * cus-edit.el (custom-variable-reset-saved)
18044 (custom-variable-reset-standard): Remove unused bindings.
18045
18046 * rect.el (open-rectangle-line): Remove unused let.
18047
18048 * hl-line.el (hl-line-highlight): Check hl-line-mode.
18049
18050 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18051
18052 * cdl.el: Fix `Maintainer' keyword.
18053
18054 * play/pong.el: Add author's email address.
18055
18056 2000-07-17 Sam Steingold <sds@gnu.org>
18057
18058 * files.el (insert-directory): Call `split-string' instead of
18059 re-implementing it.
18060
18061 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18062
18063 * mail/vms-pmail.el: Change maintainer to FSF.
18064
18065 * net/goto-addr.el: Change maintainer to FSF.
18066
18067 * info.el (Info-title-face-alist): Removed.
18068
18069 2000-07-18 David Ponce <david@dponce.com>
18070
18071 * recentf.el (recentf-open-files): New command that works like
18072 `recentf-open-more-files', but shows the whole list of files (not just
18073 those omitted from the menu). Useful if you don't use a menu-bar!
18074 (recentf-open-more-files) Modified to use `recentf-open-files'.
18075
18076 (recentf-open-files, recentf-open-more-files)
18077 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
18078
18079 (recentf-dialog-mode): New mode for dialogs. You can now just type
18080 "q" to cancel the dialogs.
18081
18082 2000-07-18 David Ponce <david@dponce.com>
18083
18084 * recentf.el: This is a major update of recentf.el. It adds new
18085 features to better organize the recentf menu and "More..." buffer.
18086
18087 Using new provided menu filtering functions you can now organize the
18088 recent files list:
18089
18090 - by major modes
18091 - by directories
18092 - by user defined rules
18093
18094 Finally, with the new `recentf-filter-changer' customizable filter you
18095 can define a ring of filters and dynamically (via the menu) cycle on
18096 each menu organization in the ring (a la msb).
18097
18098 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
18099
18100 * eshell/eshell.el (eshell): Replace links to eshell.info with
18101 links to eshell, to avoid problems on systems where the manual is
18102 installed as `eshell'.
18103 * eshell/esh-cmd.el (eshell-cmd): Ditto.
18104 * eshell/em-smart.el (eshell-smart): Ditto.
18105 * eshell/em-banner.el (eshell-banner): Ditto.
18106 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
18107
18108 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
18109 same-file check in the MS-DOS version (it does support inodes).
18110
18111 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
18112
18113 * eshell/eshell.el (eshell-directory-name):
18114 Run default directory name through convert-standard-filename.
18115
18116 2000-07-18 Kenichi Handa <handa@etl.go.jp>
18117
18118 * international/mule-cmds.el (select-safe-coding-system):
18119 Fix typo in the comment.
18120
18121 * language/european.el (compound-text):
18122 Force katakana-jisx0201 to be designated to G1.
18123
18124 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
18125 Don't translate some national variant characters of latin-jisx0201.
18126 (x-ctext): Force katakana-jisx0201 to be designated to G1.
18127
18128 * international/kkc.el (kkc-after-update-conversion-functions):
18129 New variable.
18130 (kkc-update-conversion): Run functions in it at the tail.
18131
18132 2000-07-16 John Wiegley <johnw@gnu.org>
18133
18134 * lisp/align.el (align-newline-and-indent):
18135 Adding new function. for auto-aligning blocks of code on RET.
18136 (align-region): Fixed badly formatted minibuffer message.
18137
18138 2000-07-17 Kenichi Handa <handa@etl.go.jp>
18139
18140 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
18141 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
18142 the conversion list at first if appropriate.
18143 (kkc-next): Don't update kkc-next-count here.
18144 (kkc-prev): Don't update kkc-prev-count here.
18145 (kkc-show-conversion-list-update): Fix setting up of conversion
18146 list message.
18147
18148 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
18149
18150 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
18151
18152 2000-07-16 Dave Love <fx@gnu.org>
18153
18154 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
18155 function to be more specific.
18156
18157 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
18158 non-string help-echo.
18159 (widget-types-convert-widget): Defsubst it.
18160 (widget-echo-help): Try to cope with a help-echo function of two
18161 possible sorts.
18162
18163 2000-07-15 Jason Rumney <jasonr@gnu.org>
18164
18165 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
18166 Declare as obsolete.
18167
18168 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
18169
18170 2000-07-14 Gerd Moellmann <gerd@gnu.org>
18171
18172 * hilit-chg.el: Fix typo.
18173
18174 2000-07-14 Dave Love <fx@gnu.org>
18175
18176 * info.el (Info-mode-menu): Fix use of :help, :enable.
18177
18178 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
18179
18180 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
18181
18182 2000-07-13 Dave Love <fx@gnu.org>
18183
18184 * emacs-lisp/easymenu.el: Doc fixes.
18185 (easy-menu-remove): Defalias to ignore.
18186
18187 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
18188 Call throw correctly.
18189
18190 2000-07-13 Gerd Moellmann <gerd@gnu.org>
18191
18192 * faces.el (frame-background-mode): Doc fix.
18193
18194 * simple.el (eval-expression-print-length): Change custom type to
18195 allow entering nil as value.
18196
18197 2000-07-13 Dave Love <fx@gnu.org>
18198
18199 * progmodes/fortran.el (fortran-imenu-generic-expression):
18200 Change definition layout.
18201 (fortran-mode-menu): Reinstate customize entries.
18202
18203 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18204 Use :filter, per old XEmacs code.
18205
18206 2000-07-12 Gerd Moellmann <gerd@gnu.org>
18207
18208 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18209 event when deciding what to send to the terminal.
18210
18211 2000-07-12 Dave Love <fx@gnu.org>
18212
18213 * cus-start.el: Add optional version as 4th element of specs and
18214 use it for several things new in v21. Remove load-path. Fix type
18215 of line-number-display-limit.
18216
18217 2000-07-11 Dave Love <fx@gnu.org>
18218
18219 * progmodes/fortran.el: Don't require easymenu.
18220 Use repeat counts in various regexps.
18221 (fortran-mode-syntax-table): Defvar directly.
18222 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18223 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18224 Use defvar, not defconst.
18225 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18226 (fortran-mode): Set fortran-comment-line-start-skip,
18227 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18228 (fortran-comment-indent): Use defsubst.
18229 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18230 Use fortran-comment-indent, not fortran-comment-indent-function.
18231 (fortran-comment-region, fortran-electric-line-number): Simplify.
18232 (fortran-auto-fill): New function.
18233 (fortran-do-auto-fill): Deleted.
18234 (fortran-find-comment-start-skip):
18235 Check for non-null comment-start-skip.
18236 (fortran-auto-fill-mode, fortran-fill-statement):
18237 Use fortran-auto-fill.
18238 (fortran-fill): Use fortran-auto-fill. Check for null
18239 comment-start-skip. Simplify final clause and use end-of-line finally.
18240
18241 * widget.el (widget-plist-member): New alias.
18242
18243 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18244
18245 * eshell/esh-module.el (toplevel): Reference
18246 byte-compile-current-file only if it is bound.
18247
18248 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18249
18250 * dired.el: Don't require `dired-aux'.
18251
18252 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18253
18254 * dired-aux.el (dired-show-file-type): New function.
18255 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18256 (dired-show-file-type): Add autoload.
18257
18258 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18259
18260 * international/mule-diag.el (describe-font): Adjusted for the
18261 change of fontset-info.
18262 (print-fontset): Likewise.
18263
18264 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18265
18266 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18267
18268 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18269
18270 * bindings.el: Bind `[delete]' to delete-char.
18271
18272 * dired.el (dired-find-alternate-file): New function.
18273 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18274 (toplevel): Require dired-aux when compiling.
18275 (dired-buffers): Move defvar within file to avoid compiler warning.
18276
18277 * info.el (Info-last-search): Variable removed.
18278 (Info-search-history): New variable.
18279 (Info-search): New Info-search-history.
18280
18281 * battery.el, info-look.el: Change author's mail address.
18282
18283 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18284
18285 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18286 if rmail-ignored-headers is nil.
18287 (rmail-retry-failure): Bind rmail-ignored-headers and
18288 rmail-displayed-headers to nil.
18289
18290 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18291
18292 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18293 (print-region-1): Don't hard code `-h' here.
18294
18295 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18296
18297 2000-07-01 Francesco Potorti` <pot@gnu.org>
18298
18299 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18300 exim can use "your message" instead of "the message".
18301
18302 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18303
18304 * facemenu.el: Docstrings fixes.
18305 (facemenu-get-face): Don't use internal-find-face.
18306 (facemenu-iterate): Rename arg to match the docstring.
18307
18308 * newcomment.el (uncomment-region): Be more careful when skipping
18309 backwards over `=' not to bump into BOBP.
18310
18311 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18312
18313 * ediff-diff.el (ediff-wordify): Use syntax table.
18314 * ediff-init.el (ediff-has-face-support-p): Use
18315 ediff-color-display-p.
18316 (ediff-color-display-p): Use display-color-p, changed to defun
18317 from defsubst.
18318 Got rid of special cases for NeXT and OS/2.
18319 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18320 face.
18321
18322 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18323
18324 * emacs-lisp/lucid.el: Require CL.
18325 (copy-tree, remprop): Remove, it's provided by CL.
18326 (map-keymap): Define in terms of cl-map-keymap.
18327 (extent-property, set-extent-end-glyph): New functions.
18328
18329 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18330
18331 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18332
18333 * Makefile.in (DONTCOMPILE): Add comment that the name may
18334 not be changed without changing the make-dist script.
18335
18336 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18337 (cl-mapc): Use mapc instead of cl-old-mapc.
18338
18339 2000-07-05 Andrew Innes <andrewi@gnu.org>
18340
18341 * makefile.nt: Add support for `bootstrap' and related targets.
18342
18343 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18344
18345 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18346 (easy-menu-do-define): Use `menu-item' format.
18347 Handle case where easy-menu-create-menu returns a symbol.
18348 Manually call the potential top-level filter in the function binding.
18349 (easy-menu-filter-return): New arg NAME.
18350 Convert to a keymap if MENU is an XEmacs menu.
18351 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18352 (easy-menu-converted-items-table, easy-menu-convert-item):
18353 New var and fun to memoize easy-menu-convert-item-1.
18354 (easy-menu-do-add-item): Use it.
18355 (easy-menu-create-menu): Use easy-menu-convert-item.
18356 Wrap easy-menu-filter-return around any :filter specification.
18357 Don't convert the menu if a filter was specified.
18358 Tell easy-menu-make-symbol not to check for MENU being an expression.
18359 (easy-menu-make-symbol): New arg NOEXP.
18360
18361 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18362
18363 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18364 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18365 (eval-defun): If called with prefix arg, instrument code for
18366 Edebug.
18367
18368 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18369 similar to that of eval-defun.
18370
18371 2000-07-04 Dave Love <fx@gnu.org>
18372
18373 * hl-line.el (hl-line-overlay): Make it permanent-local.
18374
18375 * calendar/todo-mode.el: Replaced with a working version, based on
18376 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18377
18378 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18379
18380 * paths.el (prune-directory-list): New function.
18381 (Info-default-directory-list): Rewritten to more methodically
18382 enumerate a big list of possible info directories (based on the
18383 list used by the standalone info reader).
18384
18385 * info.el (info-initialize): Use prune-directory-list to remove
18386 non-existent directories from Info-directory-list.
18387
18388 * paths.el (Info-default-directory-list): Try a list of possible
18389 info-directories instead of a single one. Add the possible
18390 info directory "/usr/share/info".
18391
18392 * woman.el (woman-man.conf-path): Explicitly include the debian
18393 man-db config file "/etc/manpath.config".
18394 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18395 are present in `manpath.config'.
18396 (woman-manpath): Include "/usr/share/man".
18397
18398 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18399
18400 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18401
18402 * startup.el (command-line): Initialize blink-cursor based
18403 on window-system.
18404
18405 * frame.el (blink-cursor): Default to nil if not running under
18406 a window-system.
18407
18408 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18409 (face-x-resources): Remove duplicate entry for :font.
18410
18411 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18412 instead of cycling through windows with next-window.
18413
18414 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18415 of cycling through windows with next-window.
18416
18417 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18418 of cycling through windows with next-window.
18419
18420 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18421 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18422 instead of cycling through windows with next-window.
18423
18424 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18425 instead of cycling through windows with next-window.
18426
18427 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18428 of cycling through windows with next-window.
18429
18430 * terminal.el (te-process-output): Use walk-windows instead of
18431 cycling through windows with next-window.
18432
18433 * server.el (server-switch-buffer): Use some-window instead of
18434 cycling through windows with next-window.
18435
18436 * window.el (some-window): New function.
18437 (walk-windows): Remove reference to walk-windows-start.
18438
18439 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18440
18441 2000-07-03 Richard Stallman <rms@gnu.org>
18442
18443 * window.el (walk-windows): Guarantee termination by keeping a list
18444 of all the windows already handled.
18445
18446 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18447
18448 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18449 window-system.
18450
18451 * man.el (Man-notify-when-ready): Don't use window-system. If
18452 Man-notify-method is newframe, and the display is not
18453 multi-frame, select the frame created for the man page.
18454 (Man-init-defvars): Doc fix.
18455
18456 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18457
18458 * faces.el (region): Change background color for light background.
18459
18460 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18461 attribute from mode-line face of Ediff control frame.
18462
18463 * replace.el (query-replace-map): Bind `e' like `E'.
18464
18465 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18466
18467 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18468 Change name to "Select All".
18469
18470 * dos-fns.el (convert-standard-filename): Fix last change.
18471
18472 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18473
18474 * help.el (describe-variable): Don't insert a second `'s' in front
18475 of the string `value is shown below'. Since the syntax-table is
18476 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18477 an existing `'s', so that this won't be deleted.
18478
18479 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18480 * pcmpl-unix.el: New files.
18481
18482 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18483
18484 * wid-edit.el (widget-member): Use the new plist-member.
18485
18486 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18487
18488 * replace.el (perform-replace): Undo change of 2000-04-04.
18489 Instead, move backward 1 character at the end of the loop when
18490 necessary.
18491
18492 * faces.el (fringe): Change face for different backgrounds.
18493
18494 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18495 patch from John.
18496
18497 * eshell/*.el: Change spelling of the Free Software Foundation.
18498
18499 * eshell/esh-toggle.el: Removed.
18500
18501 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18502
18503 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18504 interactively.
18505
18506 2000-06-26 Alex Schroeder <alex@gnu.org>
18507
18508 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18509 `define-key'; instead of checking `(emacs-version)' check for
18510 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18511 for `;' and `o' which might be electric.
18512
18513 (sql-electric-stuff): New user option.
18514 (sql-magic-go): New function which uses `sql-electric-stuff'.
18515 (sql-magic-semicolon): New function which uses
18516 `sql-electric-stuff'.
18517
18518 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18519 is not fboundp.
18520
18521 (sql-oracle-options): New variable.
18522 (sql-oracle): Use it.
18523
18524 (sql-imenu-generic-expression): Doc change.
18525 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18526 is used.
18527
18528 (sql-informix): Added command line parameter "-" to force
18529 sql-informix-program to use stdout.
18530
18531 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18532
18533 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18534 (cp864-decode-table): Doc fix.
18535 (cp720-decode-table): New variable, supports the Arabic OEM
18536 codepage used by Windows.
18537 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18538
18539 2000-06-23 Dave Love <fx@gnu.org>
18540
18541 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18542 (font-lock-fontify-anchored-keywords): Use
18543 line-beginning-position.
18544 (global-font-lock-mode): Use mapc.
18545
18546 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18547
18548 * eshell/esh-module.el: Require CL when compiling.
18549
18550 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18551
18552 * comint.el (comint-substitute-in-file-name): Call replace-match
18553 with second and third arg t.
18554
18555 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18556 Specify foreground color.
18557
18558 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18559 color.
18560
18561 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18562
18563 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18564 cddr instead of cdddr.
18565
18566 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18567 instead of copy-list.
18568
18569 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18570 of copy-list.
18571
18572 * subdirs.el: Add eshell subdirectory.
18573
18574 * eshell: New subdirectory containing the Eshell package.
18575
18576 * pcomplete.el: New file.
18577
18578 2000-06-23 Paul Eggert <eggert@twinsun.com>
18579
18580 * mail/mailpost.el (post-mail-send-it): Make sure file has
18581 proper permissions from birth.
18582
18583 * files.el (basic-save-buffer-2): When temporarily setting
18584 file modes, set them to current modes plus 0200, not to 0777.
18585
18586 * emerge.el (emerge-make-temp-file): Make sure file has proper
18587 permissions from birth.
18588
18589 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18590
18591 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18592 backup file name through convert-standard-filename.
18593
18594 * dos-fns.el (convert-standard-filename): Convert leading
18595 directories as well. When long file names are supported, convert
18596 characters that are invalid in Windows file names.
18597
18598 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18599
18600 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18601 ps-print crashes. New feature: page selection for printing. Create
18602 raw-text-unix coding system for XEmacs. Doc fix.
18603 (ps-print-version): New version number (5.2.3).
18604 (ps-plot-region): Bug fix.
18605 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18606 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18607 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18608 funs.
18609 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18610 (ps-last-page): New vars.
18611
18612 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18613
18614 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18615 empty option string.
18616
18617 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18618
18619 * man.el (man): Doc fix.
18620
18621 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18622
18623 * international/mule-cmds.el (set-language-info-alist): Docstring
18624 fixed.
18625
18626 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18627
18628 * version.el (emacs-version): Use ISO date format.
18629
18630 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18631 instead of `M-backspace'.
18632
18633 * simple.el (turn-off-auto-fill): New function.
18634
18635 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18636
18637 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18638 Renamed from with-buffer-prepared-for-font-lock and use
18639 inhibit-modification-hooks rather than setting *-change-functions.
18640 Update all functions to use the new name.
18641 (jit-lock-first-unfontify-pos): New semantics (and doc).
18642 (jit-lock-mode): Make non-interactive.
18643 Don't automatically turn on font-lock.
18644 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18645 Always use jit-lock-after-change.
18646 Remove and restore font-lock-after-change-function.
18647 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18648 (jit-lock-after-unfontify-buffer): Remove.
18649 (jit-lock-stealth-fontify):
18650 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18651 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18652
18653 2000-06-20 Sam Steingold <sds@gnu.org>
18654
18655 * emacs-lisp/cl-indent.el (toplevel): Indent
18656 `print-unreadable-object' properly. Untabify.
18657
18658 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18659
18660 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18661 Support for bibentry.
18662 (reftex-compile-variables): Fixed problem with end of section-re.
18663
18664 * texmodes/reftex-dcr.el (reftex-view-crossref,
18665 reftex-view-crossref-from-bibtex):
18666 Deal with changed `reftex-find-citation-regexp-format'.
18667 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18668 Replaced `remprop' with `put'.
18669 (reftex-view-crossref, reftex-view-crossref-when-idle):
18670 Support for bibentry.
18671
18672 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18673 New entry for bibentry package.
18674
18675 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18676 Regexp also matches "\nobibliography".
18677
18678 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18679 Call `reftex-ensure-write-access' before doing anything.
18680 (reftex-ensure-write-access): New function.
18681
18682 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18683
18684 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18685
18686 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18687
18688 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18689
18690 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18691
18692
18693 2000-06-20 Dave Love <fx@gnu.org>
18694
18695 * faces.el (frame-background-mode): Use set-default, not set, in
18696 setter.
18697 (frame-update-faces, frame-update-face-colors): Define with
18698 defalias.
18699
18700 * enriched.el (enriched-decode-foreground)
18701 (enriched-decode-background): Don't use internal-find-face.
18702
18703 * apropos.el: Doc fixes.
18704
18705 * cus-edit.el (customize-changed-options): Check arg.
18706 (customize-version-lessp): Don't require decimal point.
18707
18708 * custom.el (defcustom, defgroup): Doc fix.
18709
18710 * newcomment.el (comment) <defgroup>: Add :version.
18711 (comment-multi-line): Doc fix.
18712
18713 * emulation/mlsupport.el (define-hooked-local-abbrev,
18714 define-hooked-global-abbrev): Fix, using define-abbrev.
18715
18716 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18717
18718 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18719 the whole buffer.
18720
18721 2000-06-19 Dave Love <fx@gnu.org>
18722
18723 * menu-bar.el (menu-bar-options-save): New function.
18724 (menu-bar-options-menu): Use it.
18725 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18726 Simplify.
18727
18728 2000-06-19 Andreas Schwab <schwab@suse.de>
18729
18730 * progmodes/etags.el (tags-query-replace): Put new parameters
18731 START and END at the end, for backward compatibility.
18732
18733 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18734
18735 * international/codepage.el:
18736 (cp-coding-system-for-codepage-1): Delete special codes for
18737 generating xxx-dos coding system because now a CCL based coding
18738 system can handle EOL conversion by default.
18739
18740 * international/mule.el (make-coding-system): Generate subsidiary
18741 coding systems for EOL handling variants even for a CCL based
18742 coding system.
18743
18744 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18745
18746 * international/isearch-x.el (isearch-minibuffer-input-method)
18747 (isearch-minibuffer-input-method-function): These variables
18748 deleted.
18749 (isearch-with-input-method): Don't use the above variables.
18750 (isearch-process-search-multibyte-characters): Likewise. Call
18751 read-string with the arg INHERIT-INPUT-METHOD t.
18752
18753 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18754
18755 * font-lock.el (font-lock-after-fontify-buffer)
18756 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18757
18758 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18759 Use consistent make-local-variable style for font-lock-fontified.
18760 (jit-lock-fontify-buffer):
18761 Don't bother checking for font-lock-mode and jit-lock-mode.
18762
18763 * time.el: Remove trailing ^M that prevent CVS-merging.
18764
18765 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18766
18767 * Makefile.in (distclean): New target.
18768
18769 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18770
18771 * Makefile.in (srcdir): Define for update-subdirs.
18772
18773 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18774
18775 * find-lisp.el: New file.
18776
18777 2000-06-16 Andrew Innes <andrewi@gnu.org>
18778
18779 * time.el (display-time-mail-function): New variable, to allow
18780 external packages to indicate when new mail is available.
18781 (display-time-update): Use it.
18782
18783 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18784
18785 * international/mule.el (mule-version): Change version name to
18786 SAKAKI. AOI has already been used by Meadow.
18787
18788 * international/quail.el (quail-show-guidance-buf): To find the
18789 bottom window (but minibuffer), pay attention to the height of
18790 minibuffer.
18791
18792 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18793
18794 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18795 menu-bar menus. Add help strings. Don't remove the Edit menu
18796 from the menu bar, as the menu bar has enough space now.
18797
18798 * Makefile.in (SHELL): Make sure /bin/sh is used.
18799
18800 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18801 characters, which use series of two ^H characters instead of one.
18802
18803 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18804
18805 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18806 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18807 functions.
18808 (Info-find-node-2): Try a case-sensitive search first, then
18809 do a case-insensitive search.
18810
18811 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18812 tutorials.
18813
18814 * complete.el (PC-env-vars-alist): New variable.
18815 (PC-complete-as-file-name): New function.
18816 (partial-completion-mode): Initialize PC-env-vars-alist from
18817 process-environment.
18818 (PC-do-completion): Handle completion of env vars.
18819
18820 * info.el (Info-set-mode-line): Show file name in mode line,
18821 use `*Info*' instead of `Info:'.
18822
18823 * startup.el (command-line-1): Change copyright messages to year
18824 2000.
18825
18826 2000-06-15 Dave Love <fx@gnu.org>
18827
18828 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18829 not local-map.
18830
18831 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18832
18833 * international/mule.el (set-buffer-file-coding-system): Almost
18834 rewritten to handle `undecided' as no-op.
18835
18836 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18837
18838 * Makefile.in: New file.
18839
18840 * Makefile: Removed.
18841
18842 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18843 (goto-address-highlight-keymap): Bind C-c RET.
18844
18845 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18846
18847 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18848 inherits buffer-file-coding-system of the current buffer.
18849
18850 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18851 0. Give correct argument to set-auto-coding-function.
18852 (tar-expunge): For goto-char, use (point-min), not 0.
18853 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18854 (tar-subfile-save-buffer): Likewize.
18855
18856 * international/mule.el
18857 (after-insert-file-set-buffer-file-coding-system): Call
18858 set-buffer-file-coding-system with the arg FORCE t.
18859
18860 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18861
18862 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18863 nil. Contemporary sendmails issue an X-Authentication-Warning if
18864 the sender is set with `-f'.
18865
18866 2000-06-13 Dave Love <fx@gnu.org>
18867
18868 * help.el (describe-function-1): Kluge around cases of functions
18869 fset to subrs whose doc doesn't match their symbol-name.
18870
18871 * image.el (insert-image): Default STRING to a space.
18872
18873 * info.el Doc fixes.
18874 (Info-build-node-completions): Match Ref tags.
18875
18876 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18877
18878 * frame.el (display-multi-frame-p, display-multi-font-p): New
18879 defaliases for display-graphic-p.
18880
18881 * hl-line.el: Fixed a typo in commentary.
18882
18883 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18884
18885 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18886 fixed.
18887
18888 2000-06-12 Dave Love <fx@gnu.org>
18889
18890 * image.el (insert-image): Save a little consing.
18891
18892 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18893
18894 * language/tibet-util.el: Convert all tibetan-1-column characters
18895 to the corresponding tibetan characters.
18896 (tibetan-add-components): Delete code for the special treatment of
18897 'a chung.
18898
18899 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18900 change.
18901 (tibetan-vowel-transcription-alist): More rules added.
18902 (tibetan-composite-vowel-alist): New variable.
18903 (tibetan-precomposition-rule-alist): More rules added.
18904
18905 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18906
18907 * startup.el (command-line): Only call menu-bar-mode if interactive.
18908
18909 * thingatpt.el (toplevel symbol-properties):
18910 * textmodes/makeinfo.el (makeinfo-compile):
18911 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18912 * progmodes/hideif.el (hif-compress-define-list)
18913 (hide-ifdef-use-define-alist):
18914 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18915 (ange-ftp-vms-add-file-entry):
18916 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18917 * man.el (Man-build-man-command):
18918 * mail/rnewspost.el (news-reply-header-hook):
18919 * info.el (Info-insert-dir):
18920 * emulation/mlconvert.el (backward-word, forward-word, setq):
18921 * emacs-lisp/gulp.el (gulp-send-requests):
18922 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18923 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18924 (byte-optimize-apply, end of file):
18925 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18926 (ad-make-freeze-definition):
18927 * startup.el (command-line, command-line-1): Don't quote lambdas.
18928
18929 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18930 (cvs-cleanup-removed): New function.
18931 (cvs-cleanup-functions): New var.
18932 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18933 some flexibility in specifying additional entries to auto-cleanup.
18934 (cvs-quickdir): New function.
18935 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18936 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18937 (cvs-mode-find-file): Check that we are on a filename or dirname
18938 when invoked through a mouse-click.
18939 (cvs-full-path): Remove.
18940 (cvs-dired-action): Re-introduced.
18941 (cvs-dired-noselect): Use it.
18942 (vc-post-command-functions): use this new hook if available.
18943
18944 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18945 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18946 (cvs-filename-map, cvs-dirname-map): Remove.
18947 (cvs-default-action): Remove.
18948 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18949 if the arg is really a keymap.
18950 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18951 Don't hardcode the mapping from state (aka type) to face, but check
18952 the var cvs-fi-<type>-face instead.
18953 (cvs-fileinfo-from-entries): New function.
18954
18955 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18956 Docstring fix.
18957 (cvs-find-file-and-jump): Change default to be safer.
18958 (cvs-mode-diff-map): Define it as a function as well.
18959 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18960 Bind mouse-2 in this global map rather than with text-properties.
18961
18962 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18963 file to resolve the ambiguity between C(conflict) and C(need-merge).
18964
18965 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18966
18967 * international/mule.el (set-buffer-file-coding-system): If
18968 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18969 unconditionally.
18970
18971 2000-06-12 Dave Love <fx@gnu.org>
18972
18973 * wid-edit.el (widget-specify-button): Really suppress the face if
18974 required.
18975
18976 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18977
18978 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18979
18980 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18981
18982 * imenu.el (imenu-generic-expression): Docstring fix.
18983
18984 * composite.el (composition-function-table): Move the `put'
18985 below the autoload cookie so we can load the file before loaddefs.
18986
18987 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18988
18989 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18990 Handle easy-mmode-define-global-mode.
18991 For complex macros like define-minor-mode that can generate
18992 several autoload entries, try to autoload entries in the
18993 macroexpanded code.
18994
18995 * emacs-lisp/easy-mmode.el (define-minor-mode):
18996 If KEYMAP is a symbol, just use it.
18997 Use byte-compile-current-file and load-file-name to infer the
18998 proper :require to pass to defcustom.
18999 Wrap the hook var into `progn' so as not to autoload it.
19000 Add a :autoload-end cookie.
19001 Be more careful about the evaluation of KEYMAP.
19002 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
19003 (define-derived-mode): Move define-abbrev-table outside of defvar.
19004
19005 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
19006
19007 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
19008 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
19009 (backup-compiled-files): Ignore errors during `tar'.
19010 (bootstrap): Make autoloads before elc files.
19011
19012 2000-06-10 Kenichi Handa <handa@etl.go.jp>
19013
19014 * international/mule.el (set-buffer-file-coding-system): If one of
19015 undecided-XXX is specified, change only EOL conversion.
19016
19017 * international/mule-conf.el (unix): New alias for the coding
19018 system undecided-unix.
19019
19020 2000-06-09 Dave Love <fx@gnu.org>
19021
19022 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
19023
19024 * progmodes/executable.el: Byte compile dynamic.
19025 (executable-insert): Change custom type.
19026 (executable-find): Add autoload cookie.
19027 (executable-make-buffer-file-executable-if-script-p): New
19028 function. After Noah Friedman.
19029
19030 * files.el (after-save-hook): Customize, with
19031 executable-make-buffer-file-executable-if-script-p as an option.
19032
19033 2000-06-09 Kenichi Handa <handa@etl.go.jp>
19034
19035 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
19036 "tib24p-mule.bdf" for Tibetan.
19037
19038 * composite.el (decompose-composite-char): Declare it as obsolete.
19039
19040 * man.el (Man-fontify-manpage): Pay attention to underline and
19041 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
19042
19043 2000-06-08 Gerd Moellmann <gerd@gnu.org>
19044
19045 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
19046 Set maintainer to FSF since author isn't reachable.
19047
19048 2000-06-08 Dave Love <fx@gnu.org>
19049
19050 * international/mule-cmds.el (select-safe-coding-system): If
19051 DEFAULT-CODING-SYSTEM is not specified, also check the most
19052 preferred coding-system if buffer-file-coding-system is
19053 `undecided'. From Handa.
19054
19055 2000-06-08 Kenichi Handa <handa@etl.go.jp>
19056
19057 * international/mule.el
19058 (after-insert-file-set-buffer-file-coding-system): If the buffer
19059 size is greater than INSERTED, judget that we are not visiting.
19060
19061 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
19062
19063 * whitespace.el (defgroup whitespace): Comment out `:version'.
19064 XEmacs 20.4 has problems defining the group with this present.
19065 We'll have this commented out till get resolve the problem.
19066
19067 2000-06-07 John Wiegley <johnw@gnu.org>
19068
19069 * align.el (align-dq-string-modes, align-sq-string-modes)
19070 (align-open-comment-modes): Add pyhton-mode.
19071 (align-rules-list): Use get-text-property instead of
19072 text-properties-at.
19073 (align-rules-list): Add python-assignment.
19074 (align-rules-list): Change perl-comma-delimiter to
19075 basic-comma-delimiter. Use if for Perl modes and python-mode.
19076 (align-rules-list): Add python-chain-logic and
19077 basic-line-continuation.
19078
19079 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
19080
19081 * apropos.el (apropos-mode-hook): New user variable.
19082 (apropos-mode): Run apropos-mode-hook.
19083
19084 2000-06-07 David Ponce <david@dponce.com>
19085
19086 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
19087 commands. Require `wid-edit' at run-time.
19088
19089 2000-06-07 David Ponce <david@dponce.com>
19090
19091 * recentf.el: Added some "Commentary".
19092 (recentf-open-more-files, recentf-edit-list): Minor changes to
19093 move the point at the top of the file list. This behaviour is
19094 consistent with the menu one when the list contains a lot of
19095 files.
19096 (recentf-cleanup): Now displays the number of items removed from
19097 the list.
19098 (recentf-relative-filter) New menu filter to show filenames
19099 relative to `default-directory'.
19100
19101 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19102
19103 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
19104 with/without giving an error if PostScript printer doesn't have this
19105 kind of page size. Zebra Stripe continues or restarts on next page.
19106 Manual/automatic paper feeding. Switch or not the header.
19107 (ps-print-version): New version number (5.2.2).
19108 (ps-windows-system): Include emx as a Windows system.
19109 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
19110 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
19111 (ps-background-text): Code fix.
19112 (ps-error-handler-message, ps-user-defined-prologue)
19113 (ps-print-prologue-header, ps-printer-name)
19114 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
19115 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
19116 (ps-use-face-background): Customization fix.
19117 (ps-n-up-database): Data fix.
19118 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
19119 (ps-switch-header): New vars.
19120 (ps-xemacs-color-name, ps-face-foreground-name)
19121 (ps-face-background-name, ps-boolean-constant): New funs.
19122
19123 2000-06-07 Dave Love <fx@gnu.org>
19124
19125 * allout.el: New version from Manheimer.
19126
19127 2000-06-07 Kenichi Handa <handa@etl.go.jp>
19128
19129 * textmodes/fill.el (fill-find-break-point): Check the validity of
19130 charset.
19131
19132 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19133
19134 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19135 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
19136 Call display-color-p and display-mouse-p instead of looking at
19137 window-system.
19138
19139 2000-06-06 Dave Love <fx@gnu.org>
19140
19141 * image.el (find-image): Doc fix. Return nil if image not found.
19142 (put-image, insert-image): Make STRING arg optional.
19143
19144 2000-06-06 Kenichi Handa <handa@etl.go.jp>
19145
19146 * language/vietnamese.el: Remove eval-when-compile.
19147 (viet-viscii-nonascii-translation-table): Define it as a
19148 translation table made from viet-viscii-decode-table.
19149 (viet-viscii-encode-table): Define it as a translation table made
19150 from the reverse map of above.
19151 (viet-vscii-nonascii-translation-table): Define it as a
19152 translation table made from viet-vscii-decode-table.
19153 (viet-vscii-encode-table): Define it as a translation table made
19154 from the reverse map of above.
19155 (ccl-decode-viscii): Use translate-character.
19156 (ccl-encode-viscii, ccl-encode-viscii-font)
19157 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
19158 Likewize.
19159
19160 * language/cyrillic.el: Remove eval-when-compile.
19161 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
19162 translation table made from cyrillic-koi8-r-decode-table.
19163 (cyrillic-koi8-r-encode-table): Define it as a translation table
19164 made from the reverse map of above.
19165 (ccl-decode-koi8): Use translate-character.
19166 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
19167 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
19168 a translation table made from cyrillic-alternativnyj-decode-table.
19169 (cyrillic-alternativnyj-encode-table): Define it as a translation
19170 table made from the reverse map of above.
19171 (ccl-decode-alternativnyj): Use translate-character.
19172 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
19173 Likewize
19174
19175 * international/mule-diag.el (non-iso-charset-alist): Specify
19176 translation table symbol instead of translation table itself.
19177 (list-block-of-chars): CHARSET may be a translation table symbol.
19178
19179 * international/mule.el (make-coding-system): If CODING-SYSTEM
19180 already exists, override it.
19181
19182 * international/fontset.el: Use family `proportional' for Tibetan
19183 fonts.
19184
19185 * international/ccl.el (ccl-compile-translate-character): Don't
19186 check if Rrr has property translation-table.
19187 (ccl-compile-map-multiple): Modified to avoid compiler warning.
19188
19189 2000-06-05 Gerd Moellmann <gerd@gnu.org>
19190
19191 * info.el: Bind case-fold-search to t when searching in case
19192 a user sets it to nil in a hook.
19193
19194 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19195
19196 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19197 * hl-line.el (hl-line-mode): Use the new :global key argument.
19198
19199 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19200 (tar-clip-time-string): Prepend a space.
19201 (tar-grind-file-mode): Construct a string rather than modifying one.
19202 (tar-header-block-summarize): Fix docstring.
19203 Use `format' rather than an error-prone set of copy-loops.
19204
19205 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19206 (diff-goto-source, diff-unified->context, diff-context->unified)
19207 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19208 understand the format output by the `-p' argument to diff.
19209
19210 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19211 (sh-re-done): Use defconst.
19212 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19213 (sh-help-string-for-variable, sh-guess-basic-offset):
19214 Don't quote lambdas.
19215 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19216 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19217
19218 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19219 (mh-letter-mode): Derive from text-mode.
19220 This implicitly means that it now calls kill-all-local-variables.
19221 Also remove the Emacs-18 compatibility code.
19222
19223 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19224 Make use of symbol-property doc-string-elt.
19225 Use memq rather than a sequence of eq.
19226 (doc-string-elt): Fix the wrong or missing previously unused values.
19227 (autoload-print-form): New function extracted from
19228 generate-file-autoloads to allow recursion when handling progn
19229 so that defvar's and defun's docstrings are properly printed.
19230 (generate-file-autoloads): Use it.
19231
19232 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19233 Use find-file-hooks in the minor-mode function.
19234 Be careful not to loop indefinitely in the post-command-hook function.
19235
19236 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19237
19238 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19239 tty's.
19240 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19241 differences whenever appropriate.
19242 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19243 * viper.el (find-file, find-file-other-window): Get viper to do
19244 wildcards.
19245
19246 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19247
19248 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19249 (jit-lock-fontify-buffer): New function for JIT refontification.
19250 (jit-lock-mode): Fix docstring.
19251 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19252 Remove jit-lock-after-change from the _local_ hook.
19253 (jit-lock-function-1): Fix docstring.
19254
19255 * info.el (Info-on-current-buffer): Initialize info.
19256
19257 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19258
19259 * progmodes/tcl.el (tcl-indent-for-comment):
19260 Ignore comment-indent-hook.
19261
19262 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19263 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19264 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19265 and improve to use the lighter to guess the capitalization.
19266 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19267 Add keyword arguments to specify global-ness or the custom group.
19268 Add local-map and help-echo properties to the lighter.
19269 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19270 (easy-mmode-define-global-mode): New macro.
19271
19272 2000-06-02 Dave Love <fx@gnu.org>
19273
19274 * wid-edit.el: byte-compile-dynamic since we typically don't use
19275 all the widgets. Don't require cl or widget. Remove
19276 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19277 (widget-read-event): Removed. Callers changed to use read-event.
19278 (widget-button-release-event-p): Renamed from
19279 button-release-event-p.
19280 (widget-field-add-space, widget-field-use-before-change):
19281 Uncustomize.
19282 (widget-specify-field): Use keymap property, not local-map.
19283 (widget-specify-button): Obey :suppress-face.
19284 (widget-specify-insert): Use modern backquote syntax.
19285 (widget-image-directory): Renamed from widget-glyph-directory.
19286 (widget-image-enable): Renamed from widget-glyph-enable.
19287 (widget-image-find): Replaces widget-glyph-find.
19288 (widget-button-pressed-face): Move defvar.
19289 (widget-image-insert): Replaces widget-glyph-insert.
19290 (widget-convert): Use keywordp.
19291 (widget-leave-text, widget-children-value-delete): Use mapc.
19292 (widget-keymap): Remove XEmacs stuff.
19293 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19294 (widget-button-click): Don't set point at the click, but re-centre
19295 if we scroll out of window. Rewritten for images v. glyphs &c.
19296 (widget-tabable-at): Use POS arg, not point.
19297 (widget-beginning-of-line, widget-end-of-line)
19298 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19299 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19300 (widget-default-create): Use widget-image-insert; some rewriting.
19301 (widget-visibility-value-create)
19302 (widget-push-button-value-create, widget-toggle-value-create): Use
19303 widget-image-insert.
19304 (checkbox): Create on and off images dynamically.
19305 (documentation-link): Change :help-echo.
19306 (widget-documentation-link-echo-help): Remove.
19307
19308 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19309
19310 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19311
19312 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19313 (easy-mmode-define-toggle, define-minor-mode): Use it.
19314 (easy-mmode-define-keymap): Docstring fix.
19315 (define-derived-mode): Default PARENT to fundamental-mode.
19316 Add the derived-mode-parent symbol-property.
19317 (easy-mmode-derived-mode-p): New function.
19318
19319 2000-06-02 Dave Love <fx@gnu.org>
19320
19321 * files.el (convert-standard-filename): Doc fix.
19322 (normal-backup-enable-predicate): New function.
19323 (backup-enable-predicate): Use it to replace the lambda form.
19324
19325 * calendar/todo-mode.el: [This needs more work on the outline
19326 stuff.] Doc fixes.
19327 (todo) <defgroup>: Add :version.
19328 (todo-add-category): Don't use pushnew.
19329 (todo-cmd-raise): Fix typo.
19330 (todo-top-priorities): Change temp buffer name.
19331 (todo-category-alist): Avoid redundant lambda.
19332 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19333 Use outline-next-heading.
19334
19335 * autoarg.el: Rewritten to use define-minor-mode.
19336 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19337 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19338
19339 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19340
19341 * isearch.el (isearch-other-meta-char): Fix previous change.
19342
19343 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19344
19345 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19346 (log-edit-done): Only add the comment to the ring if it's different
19347 from the last comment entered.
19348
19349 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19350
19351 2000-06-01 Dave Love <fx@gnu.org>
19352
19353 * hl-line.el: Rewritten using define-minor-mode.
19354
19355 * help.el (describe-function-1): Distinguish special form from
19356 builtin function. Sanity-check presence of arglist for builtins.
19357
19358 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19359
19360 * international/characters.el: Fix syntax/category setting of
19361 Tibetan characters.
19362
19363 * language/tibet-util.el (tibetan-add-components): Fixes for new
19364 encoding of Tibetan characters.
19365 (tibetan-decompose-precomposition-alist): New variable.
19366 (tibetan-decompose-region): Convert precomposed characters to
19367 non-precomposed characters.
19368 (tibetan-decompose-string): Likewise.
19369 (tibetan-composition-function): Fix args to
19370 thibetan-compose-string.
19371
19372 * language/tibetan.el (tibetan-composable-pattern): More
19373 characters included.
19374 (tibetan-consonant-transcription-alist): Rule for "R" added.
19375 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19376 "+R" added.
19377 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19378
19379 * language/lao-util.el (lao-composition-function): Fix args to
19380 compose-string.
19381
19382 * language/thai-util.el (thai-composition-function): Fix args to
19383 compose-string.
19384
19385 * isearch.el (isearch-update): Set disable-point-adjustment to t
19386 to prevent the point moving to the end of a composition when a
19387 part of a composition is searched.
19388 (isearch-other-meta-char): If the key invoking this command can be
19389 mapped by function-key-map to a printing char, call
19390 isearch-process-search-char directly.
19391
19392 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19393
19394 * emacs-lisp/bytecomp.el:
19395 * frame.el:
19396 * international/mule-cmds.el:
19397 * international/mule-util.el:
19398 * international/mule.el:
19399 * mouse.el:
19400 * subr.el:
19401 * faces.el: Update calls to make-obsolete with a WHEN argument.
19402
19403 * byte-run.el (make-obsolete, make-obsolete-variable):
19404 Add an optional WHEN argument and change the format of the
19405 symbol-property information.
19406 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19407 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19408 new obsolete-symbol-property format and print WHEN if it is provided.
19409
19410 2000-05-31 Dave Love <fx@gnu.org>
19411
19412 * loadhist.el (loadhist-hook-functions): Remove
19413 before-change-function, after-change-function.
19414 (unload-feature): Deal with symbols which are both bound and
19415 fbound.
19416
19417 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19418 before-change-function, after-change-function.
19419
19420 * simple.el (newline): Don't bind before-change-function,
19421 after-change-function.
19422
19423 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19424
19425 * whitespace.el (whitespace-rescan-timer-time): Update interval
19426 set to 600 seconds (10 minutes) instead of 60 seconds since
19427 a large number of whitespace buffers causes emacs to `freeze'
19428 for a considerable amount of time.
19429
19430 * whitespace.el: Updated email address
19431
19432 2000-05-31 Dave Love <fx@gnu.org>
19433
19434 * add-log.el (change-log-font-lock-keywords) <function>: Add
19435 pattern for function of change.
19436 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19437 acknowledgements patterns.
19438
19439 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19440
19441 * isearch.el (isearch-printing-char): If keyboard coding system is
19442 being used, call isearch-process-search-multibyte-characters.
19443
19444 * international/isearch-x.el: Mostly rewritten.
19445
19446 * international/quail.el (quail-start-conversion): Don't include
19447 unhandled events in the returned events, but set them in
19448 unread-command-events. Exit if all inputs are deleted.
19449
19450 2000-05-30 Jason Rumney <jasonr@gnu.org>
19451
19452 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19453
19454 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19455 Reenable code to create initial fontsets.
19456 Use set-fontset-font in place of put-charset-property.
19457
19458 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19459
19460 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19461 label, ensure that the first colon isn't followed by another.
19462
19463 * paths.el (Info-default-directory-list): Doc fix.
19464
19465 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19466 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19467 send a query containing USER only, not USER@HOST.
19468
19469 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19470 and rmail-msgend to compute the restriction at the end, instead of
19471 computing it.
19472
19473 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19474
19475 * dabbrev.el (dabbrev-expand): Don't display messages in the
19476 echo area if the minibuffer window is active.
19477
19478 * jit-lock.el (jit-lock-mode): Add after change function to
19479 local hook.
19480
19481 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19482
19483 * antlr-mode.el: New commands: hide/unhide actions,
19484 upcase/downcase literals.
19485 (antlr-tiny-action-length): New user option.
19486 (antlr-hide-actions): New command. Suggested by
19487 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19488 (antlr-mode-map): New binding [C-c C-v].
19489 (antlr-mode-menu): New entries.
19490 (antlr-downcase-literals): New command.
19491 (antlr-upcase-literals): Ditto.
19492
19493 * antlr-mode.el: Minor changes: indendation, mode-name.
19494 (antlr-indent-line): Indent cpp directive at column 0.
19495 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19496
19497 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19498 (antlr-font-lock-additional-keywords): Workaround for intentional
19499 bug in XEmacs version of font-lock.
19500 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19501 be used by a smarter version of `buffers-menu-grouping-function'.
19502
19503 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19504
19505 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19506 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19507
19508 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19509
19510 * international/encoded-kb.el
19511 (encoded-kbd-iso2022-designation-map): Pay attention to that
19512 charset-iso-final-char return -1 for eight-bit-control and
19513 eight-bit-graphic.
19514
19515 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19516
19517 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19518 (speedbar-easymenu-definition-base): Use display-graphic-p where
19519 available, instead of window-system.
19520
19521 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19522
19523 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19524 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19525 coding systems.
19526
19527 2000-05-26 Dave Love <fx@gnu.org>
19528
19529 * disp-table.el (standard-display-underline): Don't use
19530 internal-find-face.
19531
19532 * mail/reporter.el: Maintainer change. Doc fixes.
19533 (reporter-version): Deleted.
19534
19535 * emacs-lisp/elp.el: Maintainer change.
19536 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19537
19538 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19539
19540 * add-log.el (add-change-log-entry): Merge the current entry with the
19541 previous one if the previous one is empty.
19542
19543 2000-05-26 Dave Love <fx@gnu.org>
19544
19545 * loadhist.el (unload-feature): Fix interactive spec [from
19546 lijnzaad@ebi.ac.uk].
19547
19548 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19549 subr-arity to check primitives.
19550 (byte-compile-flush-pending, byte-compile-file-form-progn)
19551 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19552 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19553 mapcar.
19554
19555 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19556
19557 * international/fontset.el: Set family names of non-latin charsets
19558 in default fontset to "*".
19559
19560 * international/mule-diag.el (print-fontset): Combine family part
19561 and registry part of the fontname by "-*-" instead of "-".
19562
19563 * international/mule-cmds.el (encode-coding-char): Make strings
19564 multibyte before calling encode-coding-string.
19565
19566 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19567
19568 * derived.el: Fix keywords.
19569 (define-derived-mode): Only define if needed.
19570
19571 * simple.el (fill-comment, comment-column, comment-start)
19572 (comment-start-skip, comment-end, comment-indent-function)
19573 (block-comment-start, block-comment-end, indent-for-comment)
19574 (set-comment-column, kill-comment, comment-padding, comment-region)
19575 (comment-multi-line, indent-new-comment-line): Remove.
19576
19577 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19578 function names for comment operations.
19579
19580 * newcomment.el: Add abundant autoload cookies.
19581 (comment-style): Don't depend on runtime data at compile-time.
19582 (comment-indent-hook): Remove.
19583 (comment-indent): Check if comment-indent-hook is bound.
19584 (comment-region): Docstring fix.
19585
19586 2000-05-25 Dave Love <fx@gnu.org>
19587
19588 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19589 byte-code-function-p.
19590
19591 * mail/rmailsum.el: Add provide.
19592
19593 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19594
19595 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19596 defcustom.
19597
19598 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19599
19600 * ediff-diff.el (ediff-exec-process): delete --binary option from
19601 non-buffer ediff jobs.
19602
19603 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19604
19605 * hilit-chg.el (highlight-changes-mode): Ask about color or
19606 grayscale support, not about window-system.
19607
19608 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19609 window-system.
19610 (ffap-highlight): Always default to t.
19611
19612 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19613 display-popup-menus-p instead of looking at window-system.
19614
19615 * disp-table.el (standard-display-g1, standard-display-graphic):
19616 Only refuse to use string glyphs on X and MS-Windows.
19617
19618 * avoid.el: Remove window-system from commentary, suggest to use
19619 display-*-p instead.
19620
19621 * apropos.el (apropos-print): Use display-mouse-p instead of
19622 window-system.
19623
19624 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19625
19626 * international/codepage.el (cp-decoding-vector-for-codepage):
19627 Fill up unsupported characters with their own codes. From Kenichi
19628 Handa.
19629
19630 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19631
19632 * international/mule-diag.el (describe-char-after): Use
19633 display-graphic-p instead of window-system, so that this function
19634 works on MS-DOS.
19635
19636 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19637
19638 * international/codepage.el (cp-make-coding-systems-for-codepage):
19639 Remove the eight-bit-graphic and eight-bit-control charsets from
19640 the list of charsets which we convert into `?'.
19641
19642 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19643
19644 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19645 private charsets.
19646 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19647 japanese-jisx0213-2): New charsets.
19648
19649 * international/fontset.el: Setup default fontset for new charsets.
19650
19651 2000-05-24 Dave Love <fx@gnu.org>
19652
19653 * info.el (Info-find-node-2): Restructure [following "Vadim
19654 S. Solomin" <sovs@uic.nnov.ru>].
19655
19656 * icomplete.el: Fix header for Finder.
19657
19658 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19659
19660 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19661 STAY.
19662
19663 * rmail.el (rmail-automatic-folder-directives): New user variable.
19664 (rmail-show-message): Add call to `rmail-auto-file' during
19665 display.
19666 (rmail-auto-file): New function.
19667
19668 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19669
19670 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19671 account.
19672 (ediff-test-utility,ediff-diff-mandatory-option)
19673 (ediff-reset-diff-options): Utilities for proper initialization of
19674 ediff-diff-options and ediff-diff3-options on Windows.
19675
19676 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19677 variable.
19678
19679 * ediff-mult.el (ediff-filegroup-action): Use
19680 ediff-merge-filename-prefix.
19681
19682 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19683
19684 * viper-ex.el (ex-write): Set selective display to nil.
19685
19686 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19687
19688 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19689 aliases for hebrew-iso-8bit.
19690
19691 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19692
19693 * woman.el: New version from Francis J. Wright
19694 <F.J.Wright@Maths.QMW.ac.uk>.
19695 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19696 names in environment variables regardless of the path separator.
19697 (woman-topic-all-completions-1): Don't call file-name-directory-p
19698 on all files, since woman-file-regexp already filters out any
19699 directories.
19700
19701 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19702
19703 * international/quail.el (quail-start-translation): Don't change
19704 modified-p of the current buffer.
19705 (quail-start-conversion): Likewise.
19706
19707 * international/kkc.el (kkc-region): Don't change modified-p of
19708 the current buffer.
19709
19710 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19711 conform to RFC1468.
19712 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19713
19714 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19715
19716 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19717 (speedbar-insert-button): Invisible text property fix.
19718 (speedbar-directory-plus): Renamed from speedbar-directory-+
19719 (speedbar-directory-minus): Renamed from speedbar-directory--
19720 (speedbar-page-plus): Renamed from speedbar-file-+
19721 (speedbar-page-minus): Renamed from speedbar-file--
19722 (speedbar-page): Renamed from speedbar-file-
19723 (speedbar-tag): Renamed from speedbar-tag-
19724 (speedbar-tag-plus): Renamed from speedbar-tag-+
19725 (speedbar-tag-minus): Renamed from speedbar-tag--
19726 (speedbar-expand-image-button-alist): Use above renames.
19727
19728 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19729 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19730 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19731 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19732 * sb-pg.xpm: Renamed from sb-file.xpm
19733 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19734 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19735
19736 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19737
19738 * international/quail.el (quail-show-guidance-buf): Set
19739 current-input-method of the guidance buffer to the name of the
19740 curren input method.
19741
19742 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19743
19744 * progmodes/compile.el (compile-internal): Style typo.
19745
19746 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19747 quote vars and functions in the docstring.
19748
19749 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19750
19751 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19752 Don't quote lambdas.
19753
19754 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19755
19756 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19757
19758 * startup.el (command-line): Determine source file of compiled
19759 user init file differently. Warn if compiled user init file
19760 is older than its source file.
19761
19762 * ffap.el (ffap-url-regexp): Add `https'.
19763
19764 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19765
19766 * files.el (make-backup-file-name-1): Replace slashes with `!'
19767 rather than `|' (which is not allowed on Windows). Replace the
19768 drive letters with a string "drive_X".
19769
19770 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19771
19772 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19773
19774 * files.el (interpreter-mode-alist): Add `bash2'.
19775
19776 2000-05-22 Dave Love <fx@gnu.org>
19777
19778 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19779 mapc.
19780 (feature-file): Avoid calling symbol-name. Doc fix.
19781 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19782 (loadhist-hook-functions): Add mouse-position-function.
19783 (unload-feature): Change uses of mapcar.
19784
19785 * files.el (parse-colon-path): Doc fix.
19786 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19787 (set-auto-mode): Use mapc.
19788
19789 * complete.el (PC-look-for-include-file): Use :alnum: character
19790 class.
19791 (partial-completion-mode): Add autoload cookie.
19792
19793 2000-05-22 Sam Steingold <sds@gnu.org>
19794
19795 * info.el (Info-fontify-node): Fixed the call to
19796 `add-text-properties' (bug introduced on 2000-05-18).
19797
19798 2000-05-22 Dave Love <fx@gnu.org>
19799
19800 * bindings.el: Remove debug-ignored-errors set in other files.
19801
19802 * progmodes/etags.el: Add to debug-ignored-errors.
19803 (visit-tags-table-buffer): Clear out buffers holding old tables
19804 when making a new list.
19805 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19806 mapc.
19807
19808 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19809 quote keywords.
19810 (cmpl-string-case-type): Use character classes.
19811
19812 * comint.el:
19813 * textmodes/ispell.el:
19814 * imenu.el:
19815 * mail/mh-e.el:
19816 * progmodes/compile.el: Add to debug-ignored-errors.
19817
19818 * dabbrev.el: Add to debug-ignored-errors.
19819 (dabbrev-completion): Use mapc.
19820
19821 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19822
19823 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19824 (woman-mapcan, woman-parse-man.conf)
19825 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19826 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19827 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19828 path syntax better.
19829 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19830 (woman-manpath): Call woman-parse-man.conf.
19831 (woman-emulation): New defcustom, defaults to nroff.
19832 (woman-font-support): New defconst.
19833 (woman-use-symbol-font): New defcustom.
19834 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19835 "Emulation".
19836 Many functions: Doc fix.
19837
19838 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19839
19840 * international/quail.el (quail-simple-translation-keymap): Map
19841 128..255 to quail-self-insert-command.
19842 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19843
19844 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19845
19846 * help.el (help-manyarg-func-alist): Typo.
19847
19848 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19849 intervals which makes it heaps simpler.
19850
19851 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19852 the nested comment markers.
19853
19854 * subr.el (remove-hook): Don't turn the hook's value into a list.
19855
19856 2000-05-21 Dave Love <fx@gnu.org>
19857
19858 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19859 are invalid characters.
19860
19861 * international/mule-util.el (detect-coding-with-priority): Use
19862 mapc. Remove redundant lambda.
19863
19864 * international/mule-diag.el (list-non-iso-charset-chars)
19865 (describe-fontset): Remove redundant lambda.
19866
19867 * emulation/crisp.el (brief-mode): New alias.
19868
19869 * emacs-lisp/ring.el (ring-elements): New function.
19870
19871 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19872 (easy-menu-do-add-item): Use keywordp.
19873
19874 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19875
19876 * replace.el: Doc and error message fixes.
19877 (replace-highlight): Use facep, not internal-find-face.
19878
19879 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19880
19881 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19882
19883 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19884 (log-edit-insert-changelog): Drop `:' as well.
19885
19886 * log-view.el: Fix file description.
19887 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19888 available.
19889 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19890 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19891
19892 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19893 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19894 Print a status message if the toggle is called interactively.
19895 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19896 for global minor modes and use `defcustom' for them.
19897 Use add-minor-mode.
19898 (easy-mmode-define-derived-mode): Remove.
19899 (define-derived-mode): Fancier default docstring.
19900 (easy-mmode-define-navigation): Signal an error rather than (ding).
19901
19902 * newcomment.el (comment-styles): New `box-multi'.
19903 (comment-normalize-vars): Better default for comment-continue to
19904 avoid whitespace-only continuations.
19905 (comment-search-forward): Always move even in the no-syntax case.
19906 (comment-padright): Only obey N if it's only obeyed for padleft.
19907 (comment-make-extra-lines): Better handling of empty continuations.
19908 Use `=' for the filler if comment-start has only one character.
19909 (uncomment-region): Try handling the special `=' filler.
19910 (comment-region): Allow LINES even if MULTI is nil.
19911 (comment-box): Choose box style based on comment-style.
19912
19913 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19914
19915 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19916 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19917
19918 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19919
19920 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19921 and insert, not subst-char-in-region.
19922
19923 * international/mule-diag.el (list-character-sets-1): Handle
19924 charsets eight-bit-control and eight-bit-graphic.
19925 (list-iso-charset-chars): Likewise.
19926 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19927 charactes as is. Use indent-to to align characters.
19928
19929 * international/mule-cmds.el (find-multibyte-characters): Never
19930 exclude charsets eight-bit-control and eight-bit-graphic.
19931
19932 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19933
19934 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19935 Don't quote lambdas.
19936
19937 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19938
19939 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19940
19941 * gud.el (gud-jdb-directories): Doc fix.
19942
19943 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19944
19945 * newcomment.el: New file.
19946
19947 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19948
19949 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19950
19951 2000-05-18 Andreas Schwab <schwab@suse.de>
19952
19953 * dired.el (dired-between-files): Also skip lines beginning with
19954 `used'.
19955
19956 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19957
19958 * msb.el (msb-menu-cond): Add choice `user'.
19959
19960 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19961
19962 * ps-print.el: Compatibility, customization and doc fix.
19963 (ps-printer-name-option): Replace defconst by defvar.
19964 (ps-postscript-code-directory): XEmacs compatibility.
19965 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19966 fix.
19967 (ps-user-defined-prologue, ps-print-prologue-header)
19968 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19969 compatibility and code fix.
19970 (ps-print-background-image, ps-print-background-text):
19971 Customization fix.
19972 (ps-line-number-start, ps-n-up-on): New vars.
19973
19974 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19975
19976 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19977 the indent-comment function to just return the appropriate indent.
19978
19979 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19980
19981 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19982 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19983 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19984
19985 2000-05-18 Dave Love <fx@gnu.org>
19986
19987 * info.el (Info-fontify-node): Add intangible property as well as
19988 invisible.
19989
19990 * calendar/appt.el (appt-make-list): Match all lines of entry.
19991 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19992
19993 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19994
19995 * international/mule-diag.el (describe-char-after): Call
19996 internal-char-font, not char-font. If internal-char-font returns
19997 nil, display "-- none --".
19998
19999 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20000
20001 * image.el (image-type-available-p): Don't reference image-types
20002 if it isn't bound.
20003
20004 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
20005
20006 * autoarg.el (autoarg-mode): Typo in the :set argument.
20007
20008 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20009
20010 * startup.el (command-line-1): Don't signal an error if the
20011 directory for auto-save-list files does not yet exist.
20012
20013 2000-05-17 Kenichi Handa <handa@etl.go.jp>
20014
20015 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
20016
20017 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
20018
20019 * subr.el (remove-hook): `setq' hook-value, not `set'.
20020
20021 2000-05-16 Sam Steingold <sds@gnu.org>
20022
20023 * info.el (debug-ignored-errors): More errors to ignore.
20024
20025 2000-05-16 Dave Love <fx@gnu.org>
20026
20027 * cus-edit.el: Don't require cl or easymenu.
20028 (custom-variable-prompt): Test standard-value property, not
20029 user-variable-p.
20030
20031 2000-05-16 Sam Steingold <sds@gnu.org>
20032
20033 * subr.el (add-hook): `setq' hook-value, not `set'.
20034
20035 2000-05-16 Gerd Moellmann <gerd@gnu.org>
20036
20037 * startup.el (command-line-1): Mention the FAQ in the startup
20038 message.
20039
20040 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
20041
20042 * progmodes/compile.el (compilation-parse-errors): Collect
20043 `nomessage' regexps last.
20044
20045 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
20046
20047 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
20048 to the function name.
20049
20050 2000-05-15 Dave Love <fx@gnu.org>
20051
20052 * speedbar.el (speedbar-recenter): Typo.
20053 (speedbar-expand-line): Make arg optional.
20054 (speedbar-mode): Avoid a compiler warning.
20055
20056 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20057
20058 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
20059 user-specified option string is empty.
20060
20061 * mouse.el (mouse-yank-at-click): Doc fix.
20062
20063 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
20064
20065 * term/internal.el (IT-character-translations): More updates of
20066 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
20067 documents.
20068
20069 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20070
20071 * env.el (getenv): New function, interactively callable.
20072 (setenv, getenv): Remove autoload cookies.
20073
20074 * loadup.el: Load `env'.
20075
20076 * progmodes/f90.el: Change author's mail address.
20077
20078 2000-05-14 Dave Love <fx@gnu.org>
20079
20080 * mail/rmail.el (rmail-show-message-hook): Customize and offer
20081 goto-addr as an option.
20082
20083 * help.el (help-xref-stack): Doc fix.
20084 (help-xref-following): New variable.
20085 (help-make-xrefs): Use it.
20086 (help-xref-go-back): Use position information from stack element.
20087 (help-follow): Make position in stack element a pair. Use
20088 help-xref-following.
20089
20090 * autoarg.el: New file.
20091
20092 * faces.el: Declare more functions obsolete.
20093
20094 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
20095 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
20096 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
20097 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
20098 Remove all the setup-...-environment functions.
20099
20100 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
20101
20102 * speedbar.el: Updated the commentary section. xemacs20p now uses
20103 >= when detecting. Require `defimage' safely.
20104 (speedbar-easymenu-definition-base): Add toggle for images.
20105 (speedbar-easymenu-definition-special): Add flush cache & expand.
20106 (speedbar-visiting-tag-hook): Set new defaults. Added options.
20107 (speedbar-reconfigure-keymaps-hook): New variable.
20108 (speedbar-frame-parameters): Updated documentation.
20109 (speedbar-use-imenu-flag): Updated custom tag
20110 (speedbar-dynamic-tags-function-list): New variable.
20111 (speedbar-tag-hierarchy-method): Updated doc & custom.
20112 (speedbar-indentation-width, speedbar-indentation-width) New
20113 variables.
20114 (speedbar-hide-button-brackets-flag): Customizable.
20115 (speedbar-vc-indicator): Doc update.
20116 (speedbar-ignored-path-expressions): Updated default value.
20117 (speedbar-supported-extension-expressions): Updated default value.
20118 (speedbar-syntax-table): Remove {} paren status.
20119 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
20120 as "+". Added overlay aliases.
20121 (speedbar-mode): Use `speedbar-mode-line-update' instead of
20122 `force-mode-line-update'.
20123 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
20124 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
20125 `mouse-set-point'
20126 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
20127 (speedbar-item-info-tag-helper): Revamped to handle a wider range
20128 of arbitrary text, and new helper functions.
20129 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
20130 filename finder.
20131 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
20132 (speedbar-directory-buttons): Update path search/expansion.
20133 (speedbar-make-tag-line): Pay attention to
20134 `speedbar-indentation-width'. Use more care w/ invisible
20135 properties.
20136 (speedbar-change-expand-button-char): Call
20137 `speedbar-insert-image-button-maybe'.
20138 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
20139 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
20140 (speedbar-trim-words-tag-hierarchy)
20141 (speedbar-simple-group-tag-hierarchy): New functions
20142 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
20143 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
20144 functions.
20145 (speedbar-mouse-set-point): New function
20146 (speedbar-power-click): Updated documentation.
20147 (speedbar-line-token, speedbar-goto-this-file): Handle more types
20148 of tag prefix text.
20149 (speedbar-expand-line, speedbar-contract-line): Make more robust
20150 to strange text.
20151 (speedbar-expand-line): Takes universal argument to flush the
20152 cache.
20153 (speedbar-flush-expand-line): New function.
20154 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
20155 Use new generator insertion method.
20156 (speedbar-fetch-dynamic-tags): New function.
20157 (speedbar-fetch-dynamic-imenu): Removed code now handled in
20158 `speedbar-fetch-dynamic-imenu'.
20159 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
20160 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
20161 "Revert Buffer" menu items.
20162 (speedbar-buffer-buttons-engine): Be smarter when creating a
20163 filename tag (for expansion purposes.).
20164 (speedbar-highlight-one-tag-line,
20165 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
20166 (speedbar-recenter): New functions.
20167 (defimage-speedbar): Image loading abstraction.
20168 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
20169 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
20170 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
20171 (speedbar-tag-type, speedbar-tag-mail): New images.
20172 (speedbar-expand-image-button-alist): New variable.
20173 (speedbar-insert-image-button-maybe): Insert an image over some
20174 buttons.
20175
20176 2000-05-13 Kenichi Handa <handa@etl.go.jp>
20177
20178 * international/mule-cmds.el (encode-coding-char): An ASCII
20179 character is always encodable.
20180
20181 * international/mule-conf.el: Add more information in descriptions
20182 of character sets.
20183
20184 * international/mule-diag.el (describe-char-after): New function.
20185 (describe-font-internal): Adjusted for the change of font-info.
20186 (describe-font): Likewise.
20187 (print-fontset): Rewritten for the new fontset implementation.
20188 (describe-fontset): Include fontset alias names in completion.
20189 (list-fontsets): Adjusted for the change of print-fontset.
20190
20191 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20192 describe-char-after instead of displaying the detail in the echo
20193 area.
20194 (syntax-code-table): Format changed.
20195 (string-to-syntax): Adjusted for the above change.
20196
20197 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20198
20199 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20200
20201 2000-05-12 Dave Love <fx@gnu.org>
20202
20203 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20204 dependence. Use line-{beginning,end}-position, not
20205 point-at{b,e}ol. Some doc fixes.
20206 (todo-position): New function. Fix callers of position to use it.
20207 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20208
20209 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20210
20211 * time.el (display-time-mail-icon): Use `:ascent center'.
20212
20213 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20214 handling FTP security extensions.
20215
20216 2000-05-11 Dave Love <fx@gnu.org>
20217
20218 * calendar/todo-mode.el: New file.
20219
20220 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20221
20222 * comint.el (comint-read-input-ring): Move reference to
20223 comint-input-ring-size outside of the save-excursion. It was
20224 causing the default value to be the only one ever seen.
20225
20226 * font-lock.el: Update copyright. Remove Simon Marshall's email
20227 address on request from him.
20228
20229 * subr.el (substitute-key-definition): Add comment describing
20230 the meaning of PREFIX.
20231
20232 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20233
20234 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20235
20236 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20237 (add-minor-mode): Don't make the variable buffer-local and add a
20238 reference to define-minor-mode in the docstring.
20239
20240 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20241 HEADER/FOOTER and fix bug with trailing empty directory.
20242 (cvs-append-to-ignore): Use vc-editable-p if available.
20243 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20244 (vc-do-command): Tweak advice to handle the new VC.
20245
20246 * log-view.el (log-view-goto-rev): New function for the new VC.
20247 (log-view-minor-wrap): Use mark-active.
20248
20249 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20250 (log-edit-changelog-full-paragraphs): New var.
20251 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20252 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20253 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20254 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20255 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20256 Replace the `cvs' prefix with `log-edit'.
20257
20258 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20259
20260 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20261 (diff-font-lock-defaults): Explicitly turn off multiline.
20262 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20263 (diff-ediff-patch): Fix call to ediff-patch-file.
20264 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20265 Handle comments.
20266
20267 * frame.el (automatic-hscrolling): Typo.
20268
20269 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20270
20271 2000-05-09 Sam Steingold <sds@goems.com>
20272
20273 * apropos.el (apropos-print): use `describe-face' instead of
20274 `customize-face-other-window'.
20275
20276 2000-05-09 Dave Love <fx@gnu.org>
20277
20278 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20279
20280 * help.el (describe-variable): Have customize button pop the
20281 help-xref stack when invoked.
20282 (help-xref-symbol-regexp): Add `face'.
20283 (help-make-xrefs): Check for quoted face names and adapt regexp
20284 submatch numbers to cope.
20285 (help-xref-interned): Maybe insert face doc too. Separate
20286 sections with a line of hyphens.
20287
20288 * faces.el: Some doc fixes. Declare some functions obsolete.
20289 (describe-face): Add customize button. Return the help
20290 text. Fix prompt.
20291
20292 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20293
20294 * term/internal.el (IT-character-translations): Fix last change.
20295
20296 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20297
20298 * woman.el: New file
20299 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20300
20301 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20302
20303 * term/internal.el (IT-character-translations): Update ASCII
20304 simulations for greek-iso8859-7, add latin-iso8859-14 and
20305 latin-iso8859-15.
20306
20307 * international/mule-cmds.el (set-language-info-alist): Call
20308 define-prefix-command with 3 arguments, to make the map suitable
20309 for a menu.
20310
20311 2000-05-07 Dave Love <fx@gnu.org>
20312
20313 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20314
20315 2000-05-05 Dave Love <fx@gnu.org>
20316
20317 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20318 list in doc string. Don't quote keyword symbols.
20319 * emacs-lisp/cl.el: Likewise
20320 * emacs-lisp/cl-seq.el: Likewise
20321
20322 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20323
20324 * abbrev.el (abbrev-mode): Make ARG optional.
20325
20326 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20327
20328 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20329
20330 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20331
20332 * subr.el (substitute-key-definition): Clarify documentation.
20333
20334 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20335
20336 * glasses.el (glasses-convert-to-unreadable): Use
20337 `glasses-separator' instead of the hard-wired "_".
20338 (glasses-mode): Call `glasses-make-unreadable' only in a single
20339 place.
20340
20341 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20342
20343 * term/internal.el (cjk-codepages-alist): Add associations for
20344 Chinese and Korean codepages. Remove FIXME comment.
20345
20346 2000-05-03 Dave Love <fx@gnu.org>
20347
20348 * time.el (display-time-mail-face, display-time-use-mail-icon):
20349 New option.
20350 (display-time-mail-icon): New variable.
20351 (display-time-string-forms): Use the above. Fix the local-map.
20352
20353 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20354
20355 * replace.el (query-replace-map): Add binding for `E'.
20356 (query-replace-help): Extend help text.
20357 (perform-replace): Allow editing the replacement string.
20358
20359 * make-mode.el (makefile-mode-abbrev-table): New variable.
20360 (makefile-mode): Set local abbrev table to
20361 makefile-mode-abbrev-table.
20362 (makefile-font-lock-keywords): Fontify includes and conditionals.
20363
20364 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20365 set TOGGLE's value.
20366
20367 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20368 mail-interactive-insert-alias.
20369 (mail-abbrev-complete-alias): New command.
20370 (mail-mode-map): Bind it to `M-TAB'.
20371
20372 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20373
20374 * language/lao-util.el (lao-compose-region): New function.
20375
20376 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20377
20378 * files.el (recover-session): Make directories as necessary
20379 if they don't exist yet.
20380
20381 * calendar/cal-french.el
20382 (french-calendar-multibyte-special-days-array)
20383 (french-calendar-special-days-array): Change French text.
20384 (calendar-french-date-string): Change output.
20385 (calendar-goto-french-date): Likewise.
20386
20387 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20388
20389 * wid-edit.el (widget-default-active): Obey `:always-active'.
20390 (widget-documentation-string-value-create): Set `:always-active'.
20391
20392 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20393
20394 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20395 default prefix to `~/_emacs.d/auto-save.list/_s'.
20396 (normal-top-level): Create the directory for auto-save files, if
20397 it doesn't already exist (in the ms-dos case only).
20398
20399 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20400
20401 * international/mule-cmds.el (set-language-environment): Don't
20402 concat an integer (dos-codepage), use format instead.
20403
20404 2000-05-02 Dave Love <fx@gnu.org>
20405
20406 * help.el (help-xref-on-pp): Check for constant symbols.
20407
20408 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20409
20410 * startup.el (normal-top-level): Put a condition-case around
20411 the code loading subdirs.el.
20412
20413 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20414
20415 * ps-print.el: Upside-down and face background color printing,
20416 line number step, doc fix.
20417 (ps-print-version): New version number (5.2).
20418 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20419 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20420 (ps-spool-config): Var fix.
20421 (ps-printer-name-option): Const fix.
20422 (ps-print-upside-down, ps-use-face-background)
20423 (ps-line-number-step): New vars.
20424 (ps-window-system, ps-lp-system): New consts.
20425 (ps-face-background): New fun.
20426
20427 2000-04-28 Richard Stallman <rms@gnu.org>
20428
20429 * files.el (make-auto-save-file-name):
20430 Apply auto-save-file-name-transforms to visited file name
20431 before generating auto save file name.
20432 (auto-save-file-name-transforms): New variable.
20433
20434 * files.el (backup-enable-predicate):
20435 Correctly test for a file under a temporary directory.
20436
20437 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20438
20439 * subr.el (add-minor-mode): Rewritten.
20440
20441 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20442
20443 * mail/sendmail.el (sendmail-send-it): Set
20444 buffer-file-coding-system to the selected coding system for MIME
20445 header.
20446
20447 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20448
20449 * dired.el (dired-move-to-filename-regexp): Allow format where
20450 YYYY is followed by two spaces.
20451
20452 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20453 in the second character class of the regexp.
20454
20455 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20456 mh-etc, too.
20457
20458 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20459 nil.
20460
20461 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20462
20463 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20464 argument.
20465
20466 2000-04-27 Sen Nagata <sen@eccosys.com>
20467
20468 * emacs-lisp/crm.el (crm-completion-table): New variable.
20469 (crm-collection-fn, crm-test-completion)
20470 (completing-read-multiple): Use it.
20471
20472 2000-04-27 Dave Love <fx@gnu.org>
20473
20474 * help.el (locate-library): Use mapc.
20475 (help-manyarg-func-alist): Add call-process-region.
20476
20477 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20478
20479 * subr.el (add-minor-mode): Make argument MAP optional.
20480
20481 * desktop.el (desktop-save): Save list of minor modes.
20482 (desktop-create-buffer): Restore minor modes.
20483 (desktop-minor-mode-table): New user-option.
20484
20485 * subr.el (add-minor-mode): New function.
20486
20487 * image.el (find-image): New function.
20488 (defimage): Rewritten to find image at load time.
20489
20490 * startup.el (normal-top-level-add-to-load-path): Handle
20491 case that the default directory is not in load-path.
20492
20493 * help.el: Old patch from Stefan Monnier.
20494 (help-xref-on-pp): New function.
20495 (describe-variable): Use it to display xrefs in a symbol's value.
20496
20497 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20498
20499 * cus-edit.el (custom-face): Fix parenthesis.
20500
20501 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20502
20503 * mail/rmail.el (rmail-expunge): When there are no deleted
20504 messages, do nothing.
20505
20506 2000-04-26 Dave Love <fx@gnu.org>
20507
20508 * international/mule-cmds.el (locale-translation-file-name):
20509 Defvar to nil.
20510 (set-locale-environment): Set it here (at runtime).
20511
20512 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20513
20514 * replace.el (perform-replace): Add parameters START and END. Use
20515 them instead of the check for a region in Transient Mark mode.
20516 (query-replace-read-args): Return two more list elements for the
20517 start and end of the region in Transient Mark mode.
20518 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20519 (map-query-replace-regexp, replace-string, replace-regexp): Add
20520 optional last arguments START and END and pass them to
20521 perform-replace.
20522
20523 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20524 form with additional arguments for perform-replace.
20525
20526 * progmodes/etags.el (tags-query-replace): Add parameters START
20527 and END. Construct a form with additional arguments for
20528 perform-replace.
20529
20530 * simple.el (shell-command): Set default directory for "*Shell
20531 Command Output" buffer.
20532
20533 * language/european.el (iso-latin-4): Fix typo.
20534
20535 * emacs-lisp/crm.el: New file.
20536
20537 2000-04-24 Dave Love <fx@gnu.org>
20538
20539 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20540 (Custom-reset-saved, Custom-reset-standard)
20541 (custom-group-value-create, custom-group-set, custom-group-save)
20542 (custom-group-reset-current, custom-group-reset-saved)
20543 (custom-group-reset-standard): Use mapc.
20544 (custom-buffer-create-internal): Disable undo when creating items.
20545 Use mapc.
20546 (custom-face): Avoid redundant lambda.
20547
20548 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20549
20550 * startup.el (auto-save-list-file-prefix): Set default to
20551 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20552
20553 2000-04-24 Sam Steingold <sds@gnu.org>
20554
20555 * time-stamp.el (time-stamp-string-preprocess): Always convert
20556 `field-result' to a string.
20557
20558 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20559
20560 * frame.el (scrolling): New group.
20561 (automatic-hscrolling): New user-option.
20562
20563 * startup.el (command-line-x-option-alist): Add `-lsp' and
20564 `--line-spacing'.
20565
20566 2000-04-19 Dave Love <fx@gnu.org>
20567
20568 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20569 (cl-mapc): Rename from mapc. Fix the funcall.
20570
20571 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20572
20573 * simple.el (clone-indirect-buffer-other-window): New command.
20574 (clone-indirect-buffer): Add optional arg NORECROD.
20575 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20576
20577 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20578
20579 * window.el (count-screen-lines): New function.
20580 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20581 instead of window-buffer-height.
20582
20583 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20584 non-existing variable comint-input-sentinel.
20585 (inferior-lisp-args-to-list): Removed.
20586 (inferior-lisp): Use split-string instead of
20587 inferior-lisp-args-to-list.
20588
20589 * hexl.el (hexl-insert-hex-string): New command.
20590
20591 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20592 instead of concat.
20593
20594 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20595
20596 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20597 at the start of an existing but empty folder.
20598
20599 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20600
20601 * ps-mule.el: Customization fix, doc fix.
20602 (ps-multibyte-buffer): Customization fix.
20603
20604 2000-04-17 Richard M. Stallman <rms@gnu.org>
20605
20606 * subr.el (read-passwd): Use read-char-exclusive.
20607
20608 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20609
20610 * textmodes/texinfo.el (texinfo-insert-@email)
20611 (texinfo-insert-@emph, texinfo-insert-@quotation)
20612 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20613 (texinfo-mode-map): Add key bindings for them.
20614
20615 * files.el (basic-save-buffer-2): Use a template with `$'
20616 instead of `#' for VMS.
20617
20618 * simple.el (clone-indirect-buffer): New function.
20619
20620 2000-04-16 Stephen Eglen <stephen@gnu.org>
20621
20622 * iswitchb.el (iswitchb-case): New function. If the user input
20623 contains any upper-case characters, the search is made
20624 case-sensitive.
20625
20626 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20627
20628 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20629 comment-end.
20630 (texinfo-font-lock-syntactic-keywords): New var.
20631 (texinfo-font-lock-keywords): Remove comment regexp.
20632 (texinfo-insert-block): New function.
20633 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20634 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20635 and font-lock-defaults. Use regexp-opt for outline-regexp.
20636 (texinfo-environments): New var.
20637 (texinfo-environment-regexp): Use regexp-opt and
20638 texinfo-environments.
20639
20640 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20641 ispell-process is bound since this might be eval'd before ispell
20642 is loaded.
20643 (ispell-message): Use a tiny bit less magic and a bit more hard
20644 data to figure out what kind of sc-cite-regexp to use.
20645
20646 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20647
20648 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20649 (insert-cyclic-diary-entry): Unquote the lambda.
20650
20651 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20652
20653 * files.el (backup-enable-predicate): Unquote the lambda.
20654
20655 * cus-edit.el (custom-face, face): Unquote the lambda.
20656
20657 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20658
20659 * ps-print.el: Check for line-beginning-position definition.
20660
20661 * ps-print.el: Fix counting lines in a region.
20662 (ps-print-version): New version number (5.1.5).
20663 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20664 (ps-printing-region): Fun code fix.
20665
20666 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20667
20668 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20669 to file-directory-p.
20670
20671 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20672
20673 * gud.el (gud-jdb-build-source-files-list): Check that directory
20674 exists before calling directory-files.
20675
20676 2000-04-13 Dave Love <fx@gnu.org>
20677
20678 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20679 syntax.
20680
20681 * emacs-lisp/cl-specs.el: Remove when, unless.
20682
20683 * emacs-lisp/cl-extra.el: Don't quote keywords.
20684 (cl-old-mapc): New variable.
20685 (mapc): Use it.
20686 (cl-map-intervals): Use with-current-buffer. Don't check for
20687 next-property-change.
20688 (cl-map-overlays): Use with-current-buffer.
20689 (cl-expt): Remove.
20690 (copy-tree, remprop): Define unconditionally.
20691
20692 * emacs-lisp/cl-compat.el (keywordp): Remove.
20693
20694 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20695 to use keywordp.
20696 (edebug-spec): Enable keywordp.
20697
20698 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20699 string-lessp.
20700
20701 * cus-start.el: Use keywordp.
20702
20703 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20704
20705 * diary-lib.el (include-other-diary-files): Fix the fix of
20706 2000-02-18 by doing a save-excursion.
20707
20708 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20709
20710 * ps-print.el: Customization fix, doc fix.
20711 (ps-print-version): New version number (5.1.4).
20712 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20713 (ps-print-preprint): Adjust code.
20714 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20715 (ps-print-prologue-header, ps-print-control-characters)
20716 (ps-spool-config): Customization fix.
20717
20718 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20719
20720 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20721 converted to the new menu-item format, names silightly changed,
20722 help strings added.
20723
20724 Support for spelling without async subprocesses:
20725
20726 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20727 (ispell-session-buffer): New variables.
20728 (ispell-start-process, ispell-process-status,
20729 ispell-accept-output, ispell-send-string): New functions, for
20730 Ispell invocation when async subprocesses aren't supported.
20731 (ispell-word, ispell-pdict-save, ispell-command-loop,
20732 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20733 to process-send-string with calls to ispell-send-string, and
20734 accept-process-output with ispell-accept-output.
20735 (ispell-init-process): Call ispell-process-status instead of
20736 process-status with.
20737 (ispell-init-process): Call ispell-start-process. Call
20738 ispell-accept-output and ispell-send-string. Don't call
20739 process-kill-without-query and kill-process if they are unbound.
20740 (ispell-async-processp): New function.
20741
20742 2000-04-12 Dave Love <fx@gnu.org>
20743
20744 * info.el: Add debug-ignored-errors.
20745 (Info-mode-menu): Add some items.
20746 (Info-directory): Add autoload cookie.
20747
20748 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20749 Modify `truncate-lines'. Make `describe-language-environment'
20750 always visible and add help. Modify `describe-key' help. Invoke
20751 Info-directory from `info'. New entry `emacs-manual'.
20752
20753 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20754
20755 * progmodes/ebrowse.el (ebrowse-tree-mode):
20756 Use propertized-buffer-identification.
20757 (ebrowse-update-member-buffer-mode-line): Likewise.
20758 (ebrowse--mode-strings): Removed.
20759 (ebrowse--mode-line-props): Removed.
20760
20761 * files.el (auto-mode-alist): Add `EBROWSE'.
20762
20763 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20764 space before testing for end of buffer.
20765 (ebrowse-load): Removed.
20766 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20767 (ebrowse-create-tree-buffer): Rewritten.
20768 (ebrowse-tree-mode): Read tree from buffer.
20769
20770 * progmodes/ebrowse-ffh.el: Removed.
20771
20772 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20773
20774 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20775
20776 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20777
20778 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20779 at the wrong place.
20780
20781 2000-04-09 Dave Love <fx@gnu.org>
20782
20783 * files.el (backup-enable-predicate):
20784 Use temporary-file-directory, small-temporary-file-directory.
20785 (make-backup-file-name-function, backup-directory-alist): New vars.
20786 (make-backup-file-name-1): New function.
20787 (make-backup-file-name): Use it.
20788 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20789 (file-newest-backup): Use make-backup-file-name.
20790
20791 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20792
20793 * progmodes/ebrowse-ffh.el: New file.
20794
20795 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20796 Moved to ebrowse-ffh.el.
20797 (ebrowse-load): Add autoload.
20798
20799 * finder.el (finder-commentary): Add autoload cookie.
20800
20801 * mail/rfc2368.el: Correct author's email address.
20802
20803 * progmodes/ebrowse.el: New file.
20804
20805 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20806 item help string.
20807 (easy-menu-do-add-item): Ditto.
20808 (easy-menu-define): Extend doc string.
20809
20810 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20811 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20812 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20813 with-buffer-unmodified.
20814
20815 2000-04-08 Dave Love <fx@gnu.org>
20816
20817 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20818 unless, when.
20819
20820 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20821
20822 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20823 (viper-flash-search-pattern): No operation when using Emacs
20824 doesn't support face.
20825 Use `viper-put-on-search-overlay'.
20826
20827 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20828
20829 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20830 like C-r.
20831
20832 * progmodes/make-mode.el: Some doc fixes.
20833 (makefile-mode-abbrev-table): New variable.
20834 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20835 (makefile-font-lock-keywords): Fontify includes and conditionals.
20836 (toplevel): Require `dabbrev' and `add-log' when compiling.
20837
20838 * replace.el (perform-replace): Don't move forward one char
20839 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20840 to do that because it leaves point 1 position after the last
20841 replacement, after everything has been replaced.
20842
20843 * jit-lock.el (with-buffer-unmodified): New macro.
20844 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20845 modified state.
20846 (jit-lock-function-1): Extracted from jit-lock-function; not
20847 preserving buffer's modified state.
20848 (jit-lock-function, jit-lock-stealth-fontify):
20849 Call jit-lock-function-1.
20850
20851 * mail/rfc2368.el: Remove supernumerary copyright line.
20852
20853 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20854
20855 * glasses.el: Provide facilities for inserting space before left
20856 parentheses and uncapitalization of identifiers.
20857 (glasses-mode): Try to remove old overlays in all cases.
20858
20859 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20860
20861 * progmodes/compile.el (compile-internal): Display the compilation
20862 buffer in a different frame, if it's already displayed there.
20863
20864 * mail/rfc2368.el: New file.
20865
20866 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20867 header and insert its value as mail body.
20868
20869 * subr.el (member-ignore-case): New function.
20870
20871 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20872 (dabbrev--find-expansion): Ignore buffers matching a regexp
20873 from dabbrev-ignored-regexps.
20874
20875 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20876 to extensions handled by gzip.
20877
20878 2000-04-03 Richard M. Stallman <rms@gnu.org>
20879
20880 * files.el (insert-directory): List the total free space
20881 along with the used space.
20882
20883 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20884 line is followed by one that matches CITATION-REGEXP, end the
20885 paragraph.
20886
20887 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20888
20889 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20890 (rmail-make-basic-summary-line): Use that option.
20891
20892 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20893
20894 * international/mule-cmds.el (encoded-string-description):
20895 Rewritten. Try pretty description for ISO 2022 escape sequences
20896 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20897 for hexadecimal format.
20898
20899 2000-04-01 Dave Love <fx@gnu.org>
20900
20901 * cpp.el: Change customization group to `c' from `C'.
20902
20903 * vcursor.el (vcursor-move): Use display-color-p.
20904
20905 * international/mule-util.el: Provide mule-utils.
20906 (string-to-sequence): Simplify and speed up.
20907
20908 * international/mule.el (make-coding-system): Purecopy doc-string.
20909
20910 * international/mule-cmds.el: Various menu changes.
20911 (describe-specified-language-support): Handle `Default'.
20912 (set-language-info): Purecopy `info'.
20913
20914 2000-03-31 Andrew Innes <andrewi@gnu.org>
20915
20916 * vc.el (vc-backend-diff): Return the correct status if we had to
20917 retry the rcsdiff command without the --brief option.
20918
20919 2000-03-31 Dave Love <fx@gnu.org>
20920
20921 * help.el (help-manyarg-func-alist): Correct several omissions.
20922
20923 * add-log.el: Don't require cl, fortran.
20924 (add-log-current-defun-function): Doc fix.
20925 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20926 (change-log-version-rcs): Function deleted.
20927 (change-log-version-number-search): Doc fix.
20928 Use vc-workfile-version. Avoid CL dolist.
20929 (add-change-log-entry): Just call add-log-current-defun to get
20930 defun. Simplify somewhat.
20931 (change-log-get-method-definition-1): Likewise.
20932 (add-log-current-defun): Return nil if calling
20933 add-log-current-defun-function does so. Move Fortran stuff to
20934 fortran.el. Return string without properties.
20935
20936 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20937 and :alpha: char classes.
20938
20939 * mail/supercite.el: Defvar curline when compiling.
20940 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20941 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20942 rather than a-zA-Z0-9 to allow non-ASCII characters.
20943
20944 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20945
20946 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20947
20948 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20949 Re-enable new code.
20950
20951 * lpr.el (print-region-1): Use -d to specify printer name for
20952 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20953
20954 2000-03-31 Dave Love <fx@gnu.org>
20955
20956 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20957 Look for function definition in symbol's function value slot first
20958 instead of first consulting byte-compile-function-environment.
20959
20960 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20961
20962 * language/european.el ("Polish"): New language environment.
20963 (setup-polish-environment): New function.
20964
20965 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20966
20967 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20968 Disable new code.
20969
20970 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20971 trying to `load' the symbol of an autoload instead of the file
20972 recorded in the autoload. Fix error messages.
20973
20974 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20975
20976 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20977 (ps-print-version): New version number (5.1.3).
20978 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20979 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20980 (ps-generate-postscript-with-faces): Code fix.
20981 (ps-color-values): XEmacs compatibility.
20982 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20983 (ps-default-fg, ps-default-bg): Adjust customization.
20984 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20985 (ps-color-scale): Renaming old ps-color-value fun.
20986 (ps-print-headers): Replace ps-print-header group to avoid conflict
20987 with ps-print-header variable.
20988 (ps-print-miscellany): New group.
20989 (ps-format-color, ps-rgb-color): New funs.
20990 (ps-default-foreground): New var.
20991 (ps-printer-name-option): New const.
20992
20993 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20994
20995 * net/net-utils.el:
20996 (network-connection-host, network-connection-service): New variables
20997 (network-connection-mode): New mode, derived from comint-mode
20998 (network-connection-mode-setup): New function, saves host and
20999 service information in local variables.
21000
21001 * lisp/locate.el:
21002 (locate-word-at-point): Added this function
21003 (locate): Default to using locate-word-at-point as input
21004 Run dired-mode-hook
21005
21006 2000-03-29 Dave Love <fx@gnu.org>
21007
21008 * calendar/appt.el: Doc fixes.
21009 (appt-check): Convert min-to-app to a string before passing to
21010 appt-disp-window-function or concat.
21011 (appt-delete-window): Remove test for frame-root-window.
21012 (appt-select-lowest-window, appt-convert-time): Simplify.
21013
21014 * emacs-lisp/bytecomp.el: Doc fixes.
21015 (byte-compile-file-form-autoload):
21016 Update byte-compile-function-environment.
21017
21018 2000-03-29 Andreas Schwab <schwab@suse.de>
21019
21020 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
21021
21022 * dired.el (dired-insert-directory): If dired-free-space-program
21023 failed just delete its output.
21024
21025 2000-03-29 Dave Love <fx@gnu.org>
21026
21027 * international/iso-cvt.el: Move provide to end. Doc fixes.
21028 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
21029 (iso-iso2sgml, iso-sgml2iso): New functions.
21030 (iso-cvt-define-menu): Fix some entries and use backquote for
21031 clarity.
21032
21033 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
21034
21035 2000-03-28 Gerd Moellmann <gerd@gnu.org>
21036
21037 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
21038 ISO-DATE. If non-nil, return date in ISO 8601 format.
21039
21040 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
21041
21042 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
21043 if it ever becomes used.
21044 (log-edit-mode-hook): Default to vc-log-mode-hook.
21045 (log-edit-mode): Fix the docstring.
21046
21047 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
21048 the code.
21049
21050 2000-03-26 Dave Love <fx@gnu.org>
21051
21052 * net/browse-url.el (browse-url): Re-fix case of
21053 browse-url-browser-function being an alist.
21054 (browse-url): Add :link to defgroup.
21055
21056 * files.el: Doc fixes.
21057 (file-truename): Include `[' in wildcard characters.
21058 (automount-dir-prefix): Customize.
21059 (find-file-wildcards): Add :version.
21060 (find-file-noselect): Simplify a mapcar call.
21061
21062 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
21063 compatible with inf-lisp version.
21064 (eval-defun-1): Fix custom-declare-variable case.
21065
21066 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
21067
21068 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
21069
21070 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21071
21072 * Makefile (COMPILE_FIRST): New macro.
21073 (compile-files): Compile files from COMPILE_FIRST first.
21074
21075 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
21076
21077 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
21078 matching open parenthesis in column 0 to defun-prompt-regexp
21079 only if open-paren-in-column-0-is-defun-start is set.
21080
21081 * sun-curs.el: Require CL at compile-time only.
21082
21083 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
21084 instead of copy-list which is a function from CL.
21085 (msb--choose-menu, msb--mode-menu-cond)
21086 (msb--create-buffer-menu-2): Use dolist instead of mapc.
21087 (msb--init-file-alist): Use mapcar instead of mapcan.
21088 (msb--aggregate-alist): Use mapcar instead of mapcan.
21089 Fix `(' in column 0 in doc string.
21090 (msb--add-separators): Use mapcar instead of mapcan.
21091
21092 * cus-dep.el: Require CL at compile-time only.
21093
21094 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
21095
21096 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
21097 (byte-compile-warnings): New warning `noruntime'.
21098 (byte-compile-constants, byte-compile-variables): Fix docstring.
21099 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
21100 execute `eval-whenc-compile's body.
21101 (byte-compile-unresolved-functions): Fix docstring.
21102 (byte-compile-eval): New function.
21103 (byte-compile-callargs-warn): Check if the function will be available
21104 at runtime (via property `byte-compile-noruntime').
21105 (byte-compile-print-syms): New function.
21106 (byte-compile-warn-about-unresolved-functions): Also warn about
21107 `noruntime' functions (and use `byte-compile-print-syms').
21108 (byte-compile-file): Capitalize the message.
21109
21110 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21111
21112 * mail/rmail.el (rmail-confirm-expunge): New user-option.
21113 (rmail-expunge): Ask for confirmation depending on the setting
21114 of rmail-confirm-expunge.
21115
21116 2000-03-23 Gerd Moellmann <gerd@gnu.org>
21117
21118 * Makefile (bootstrap-clean): If $(emacs) exists, build
21119 loaddefs.el first. A loaddefs.el that's not up-to-date might
21120 cause a bootstrap failure because things don't autoload as expected.
21121
21122 2000-03-23 Dave Love <fx@gnu.org>
21123
21124 * net/browse-url.el: Restore previous use of
21125 browse-url-maybe-new-window.
21126
21127 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21128
21129 * ps-print.el: Skip banner page fix.
21130 (ps-print-version): New version number (5.1.2).
21131 (ps-begin-file, ps-end-file, ps-generate): Code fix.
21132
21133 2000-03-23 Dave Pearson <davep@davep.org>
21134
21135 * net/quickurl.el Changed the type of parameter passed to the
21136 function defined by `quickurl-format-function'. Before only the
21137 text of the URL was passed. Now the whole URL structure is passed
21138 and the function is responsible for extracting the parts it requires.
21139 Changed the default of `quickurl-format-function' accordingly.
21140 (quickurl-insert): Changed the `funcall' of
21141 `quickurl-format-function' to match the above change.
21142 (quickurl-list-insert): Changed the `url' case so that it makes
21143 use of `quickurl-format-function', previous to this the format was
21144 hard wired.
21145
21146 2000-03-22 Gerd Moellmann <gerd@gnu.org>
21147
21148 * startup.el: Change some spellings for the X Window System.
21149
21150 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
21151
21152 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
21153 Clean up the code and the regexp and make sure the cursor is
21154 temporarily moved to the suspicious line while querying the user.
21155
21156 2000-03-22 Jason Rumney <jasonr@gnu.org>
21157
21158 * w32-fns.el (w32-charset-info-alist): Initialize.
21159
21160 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21161
21162 * ps-print.el: N-up last page fix.
21163 (ps-print-version): New version number (5.1.1).
21164 (ps-end-file, ps-end-job, ps-generate): Code fix.
21165
21166 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21167
21168 * files.el (find-file-run-dired): Update docstring.
21169 (find-directory-functions): New hook.
21170 (find-file-noselect): Run find-directory-functions rather than
21171 calling dired directly.
21172
21173 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
21174
21175 * pcvs.el: Add a minimal leading commentary.
21176 (cvs-make-cvs-buffer): Change the header part by removing the startup
21177 message and adding a `Module' entry. Also replace the FOOTER and
21178 HEADER special fileinfos with the new support in ewoc for updating
21179 its own footer and header.
21180 (cvs-update-header): Update to use the header/footer of the ewoc.
21181 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
21182 (cvs-is-within-p): New function.
21183 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
21184 to only examine some subset of the buffers.
21185
21186 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
21187 `format' instead of our own ad-hoc functions.
21188 Remove HEADER and FOOTER cases, now handled in the EWOC.
21189 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
21190
21191 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21192 output to avoid scaring the user.
21193 (cvs-parse-table): Catch message for non-up-to-date commits.
21194
21195 * pcvs-defs.el (cvs-startup-message): Remove.
21196 (cvs-global-menu): New autoloaded menu.
21197
21198 * pcvs-util.el (cvs-string-fill): Remove.
21199
21200 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21201 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21202 PP part of it and also make it work for footers and headers.
21203 (ewoc-create): Drop POS and BUFFER arguments.
21204 Use the DLL's dummy node to store the end-of-footer position.
21205 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21206 (ewoc-refresh): Remove unused `header' variable.
21207 (ewoc-(get|set)-hf): New functions.
21208
21209 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21210 log-view-*-(message|file) and use easy-mmode-define-navigation.
21211 (log-view-message-re): Match SCCS format as well.
21212 And match the revision line rather than the dashed separator line.
21213 (log-view-mode): Use the new define-derived-mode.
21214 (log-view-current-tag): Fill in with an actual implementation.
21215
21216 * cvs-status.el (cvs-status-(prev|next)): Rename from
21217 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21218 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21219 to let the output "breathe" a little more (more readable).
21220 (cvs-status-mode): Use the new define-derived-mode.
21221
21222 * smerge-mode.el (smerge-auto-leave): New function and variable.
21223 (smerge-basic-map): Rename from smerge-basic-keymap.
21224 Change the bindings for smerge-diff-*.
21225 (smerge-*-map): Use easy-mmode-defmap.
21226 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21227 (smerge-keep-*): Use smerge-auto-leave.
21228
21229 2000-03-21 Jason Rumney <jasonr@gnu.org>
21230
21231 * cus-edit.el (custom-button-face): Use 3D look for w32.
21232 (custom-button-pressed-face): Likewise.
21233
21234 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21235
21236 * progmodes/etags.el (tags-case-fold-search): New user-option.
21237 (tags-loop-eval): New function. Bind case-fold-search around eval
21238 depending on the value of tags-case-fold-search.
21239 (tags-loop-continue): Use tags-loop-eval.
21240 (find-tag-in-order): Bind case-fold-search depending on the value
21241 of tags-case-fold-search.
21242
21243 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21244
21245 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21246 (diff-end-of-hunk): Return the end position for use in
21247 `easy-mmode-define-navigation'.
21248 (diff-recenter): Remove.
21249 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21250 of `easy-mmode-define-navigation'.
21251 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21252 previous renaming) and fix to use new names.
21253 (diff-merge-strings): Use \n as separator: simpler, faster.
21254 (diff-mode): Use `define-derived-mode'.
21255
21256 * derived.el (define-derived-mode): Don't autoload anymore.
21257 Prefer the macro-only version provided by easy-mmode.el.
21258
21259 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21260 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21261 (easy-mmode-define-navigation): New macro.
21262
21263 * subr.el (combine-run-hooks): New function.
21264
21265 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21266
21267 * term/x-win.el: Fontsets related initialization is simplified.
21268
21269 * international/mule-diag.el (describe-font): Don't refer to
21270 global-fontset-alist, instead call font-list.
21271 (describe-fontset, list-fontsets, mule-diag): Likewise.
21272 (print-fontset): Adjusted for the change of fontset implementation.
21273
21274 * international/fontset.el (x-charset-registries): Variable removed,
21275 instead the corresponding data is stored in the default fontset.
21276 (register-alternate-fontnames): Function removed.
21277 (resolved-ascii-font): Variable removed.
21278 (x-compose-font-name): Ignore the second argument REDOCE.
21279 (x-complement-fontset-spec): Complement only an ASCII font and
21280 element for those charsets than can use that ASCII font.
21281 (generate-fontset-menu): Don't refer to global-fontset-alist,
21282 instead call fontset-list.
21283 (uninstantiated-fontset-alist): Variable removed.
21284 (x-style-funcs-alist): Likewise.
21285 (fontset-default-styles): Likewise.
21286 (x-modify-font-name): Function removed.
21287 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21288 (create-fontset-from-ascii-font): Docsting adjusted for the above
21289 change.
21290 (instantiate-fontset, resolve-fontset-name): Functions removed.
21291 (fontset-list): Now implemented by C code.
21292
21293 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21294 (describe-face): Include `font' attribute in the description.
21295
21296 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21297
21298 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21299
21300 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21301
21302 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21303 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21304 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21305
21306 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21307 about behavior of set-buffer-modified-p wrt redisplay.
21308
21309 2000-03-19 Richard M. Stallman <rms@gnu.org>
21310
21311 * view.el (view-mode-disable): Kill local binding of view-read-only.
21312
21313 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21314
21315 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21316 is a string, convert it to a syntax cell using string-to-syntax.
21317
21318 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21319 (string-to-syntax): New function.
21320
21321 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21322 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21323 try to use passive ftp mode.
21324
21325 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21326
21327 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21328
21329 * simple.el (append-to-buffer): Update point of windows after
21330 insertion.
21331
21332 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21333 forward then moving backward. Reindent.
21334
21335 * frame.el (other-frame): Call x-focus-frame only if
21336 focus-follows-mouse is off.
21337
21338 2000-03-17 Dave Love <fx@gnu.org>
21339
21340 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21341
21342 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21343
21344 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21345 regexp for labels cannot span several lines.
21346
21347 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21348 `(setq :<key> ':<key>)' to the macro expansion.
21349
21350 2000-03-16 Dave Love <fx@gnu.org>
21351
21352 * progmodes/f90.el (f90): Put custom group under `languages', not
21353 `fortran'.
21354 (f90-mode-hook): Customize.
21355 (f90-mode): Set add-log-current-defun-function.
21356 (f90-current-defun): New function.
21357
21358 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21359
21360 * cus-edit.el (custom-variable-tag-face): Handle case that
21361 default face's height is not a number.
21362 (custom-face-tag-face, custom-group-tag-face-1)
21363 (custom-group-tag-face): Ditto.
21364 (custom-group-tag-face-1): Add :group.
21365
21366 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21367
21368 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21369
21370 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21371 requiring easymenu.
21372
21373 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21374
21375 * ps-print.el: PostScript user-defined prologue, PostScript error
21376 handler, doc fix.
21377 (ps-print-version): New version number (5.1).
21378 (ps-user-defined-prologue, ps-error-handler-message)
21379 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21380 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21381 (ps-insert-string): New function.
21382
21383 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21384
21385 * international/ccl.el (ccl-compile-expression): Don't generate
21386 invalid self-assignment code.
21387
21388 2000-03-14 Dave Love <fx@gnu.org>
21389
21390 * subr.el (replace-regexp-in-string): Renamed from
21391 replace-regexps-in-string. Doc fix.
21392
21393 2000-03-12 Dave Love <fx@gnu.org>
21394
21395 * cus-edit.el: Doc fixes.
21396 (customize-set-variable, customize-save-variable): Rename args for doc.
21397 (custom-variable-tag-face, custom-face-tag-face)
21398 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21399 style which user identify as hyperlink.
21400 (hook): Don't add undefined functions to the hook.
21401 (debug-ignored-errors): Transfer message from bindings.el.
21402
21403 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21404
21405 * recentf.el (recentf-keep-non-readable-files-p):
21406 Remove double/nested definition.
21407
21408 2000-03-12 Dave Love <fx@gnu.org>
21409
21410 * facemenu.el (facemenu-get-face): Use display-color-p.
21411 * enriched.el (enriched-decode-foreground): Likewise.
21412 (enriched-decode-background): Likewise.
21413 * isearch.el (isearch-highlight): Likewise.
21414 * info-look.el (info-lookup): Likewise.
21415 * simple.el (completion-setup-function): Likewise.
21416
21417 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21418 :options.
21419
21420 * bindings.el (mode-line-format): Fix line-number and
21421 column-number items. Add help-echo for the background.
21422 (mode-line-mule-info): Modify help-echo.
21423
21424 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21425
21426 * files.el (load-file): Allow completion to .elc.
21427
21428 * man.el: Doc fixes.
21429 (Man-init-defvars): Use display-color-p to set fontification.
21430
21431 * play/hanoi.el (hanoi-internal): Don't use oddp.
21432
21433 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21434
21435 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21436
21437 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21438
21439 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21440
21441 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21442 Fix comment.
21443
21444 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21445
21446 * font-lock.el (font-lock-keywords): Fix the doc now that
21447 regexp-opt-depth is unnecessary.
21448 (save-buffer-state): Set an edebug spec.
21449 (font-lock-fontify-anchored-keywords): Properly handle the case when
21450 the matcher goes past the limit.
21451
21452 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21453 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21454
21455 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21456 dll.el and cookie.el (from Elib) with heavy renaming and other
21457 massaging.
21458
21459 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21460 Autoload the functions used.
21461 (easy-mmode-define-syntax): Fix CL typo.
21462 (easy-mmode-define-derived-mode): Improve the docstring generation.
21463
21464 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21465
21466 * textmodes/texinfo.el (texinfo-version): Variable and function
21467 removed.
21468
21469 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21470
21471 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21472 allow more flexibility.
21473 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21474 (easy-mmode-defmap, easy-mmode-defsyntax)
21475 (easy-mmode-define-derived-mode): New macros.
21476
21477 2000-03-09 Didier Verna <didier@xemacs.org>
21478
21479 * rect.el (replace-rectangle): New function.
21480
21481 2000-03-09 Dave Love <fx@gnu.org>
21482
21483 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21484 (fortran-comment-line-start-skip): Don't match cpp stuff.
21485 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21486 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21487 (fortran-mode): Don't set fortran-comment-line-start-skip,
21488 fortran-comment-line-start here. Set comment-start,
21489 add-log-current-defun.
21490 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21491 (fortran-current-defun): New function.
21492
21493 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21494
21495 * emacs-lisp/re-builder.el: New file.
21496
21497 * mouse.el (mouse-drag-region): Don't run up-event handler
21498 if hscroll has changed.
21499
21500 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21501 builtin operators, use `font-lock-builtin-face' for Emacs and
21502 `font-lock-preprocessor-face' otherwise.
21503
21504 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21505 `(defun (setf foo)' differently.
21506
21507 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21508
21509 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21510 (regexp-opt): Update comment and adapt the code the new meaning of
21511 the `paren' argument of regex-opt-group for shy-groups.
21512 (regexp-opt-depth): Handle shy groups as well as backslashed
21513 backslashes.
21514 (regexp-opt-group): Turn the leading comment into a docstring.
21515 Allow `paren' to be a string (the string to use to open a group).
21516 Remove open-presuf and close-presuf. Instead of checking for `all
21517 one-char' and then later on check for `several one-char', handle
21518 both cases close together. Also apply a more generic algorithm
21519 for suffixes (the mirror image of the algorithm used for
21520 prefixes). Use shy-groups. Use nreverse rather than reverse.
21521 (regexp-opt-try-suffix): Removed.
21522
21523 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21524 from comint-mode-map, so we can just inherit from it. Also, move
21525 the initialization into the `defvar' since there's no docstring
21526 anyway and it's fairly short.
21527 (inferior-scheme-mode): Define it as derived-mode: the code is
21528 shorter and this way we inherit from comint-mode-map rather than
21529 copying it.
21530
21531 * subr.el (replace-regexps-in-string): Properly handle the case
21532 where we match an empty string.
21533
21534 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21535 when the command has a directory component (such as "./testml").
21536 Also fix a typo in the comment.
21537
21538 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21539
21540 * Makefile (compile-files): Compile files one by one because
21541 that's the only way to ensure a clean compilation environment for
21542 each individual file.
21543
21544 * frame.el (other-frame): Call x-focus-frame.
21545
21546 2000-03-07 Dave Love <fx@gnu.org>
21547
21548 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21549 :require to defcustom.
21550
21551 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21552
21553 * files.el (auto-mode-alist): Add configure.in.
21554
21555 * progmodes/autoconf.el: New file.
21556
21557 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21558
21559 * mail/mh-e.el: Change maintainer to `none'.
21560
21561 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21562 to remove-hook and add-hook.
21563
21564 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21565
21566 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21567 it as the default.
21568 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21569 (sendmail-send-it): Conditionally add MIME headers specifying the
21570 used character set.
21571
21572 2000-03-07 Dave Love <fx@gnu.org>
21573
21574 * winner.el: Fix keywords, autoload cookies.
21575 Split eval-when-compile form to avoid compilation failure.
21576
21577 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21578
21579 * international/mule.el: Modify comment about coding system
21580 property `coding-category'.
21581 (make-coding-system): New argument EOL-TYPE. Pay attention to
21582 coding-category property of PROPERTIES.
21583
21584 * international/mule-conf.el (coding-category-utf-8)
21585 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21586 categories. Include them in the argument for set-coding-priority.
21587
21588 * international/mule-cmds.el (reset-language-environment):
21589 Include coding-category-utf-8, coding-category-utf-16-be, and
21590 coding-category-utf-16-le in the argument for set-coding-priority.
21591 (reset-language-environment): Initialize coding-category-utf-8,
21592 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21593
21594 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21595
21596 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21597 code abstracted out of `bookmark-jump-noselect'. Now tries info
21598 extensions as well as compression extensions.
21599 (bookmark-jump-noselect): Use above new func.
21600
21601 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21602
21603 * strokes.el: Change maintainer's mail address.
21604
21605 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21606
21607 * international/mule-diag.el (list-character-sets): Make help-echo
21608 string by substitute-command-keys.
21609 (list-character-sets): Likewise.
21610 (sort-listed-character-sets): Call help-setup-xref.
21611
21612 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21613
21614 * time.el (display-time-mail-file): Add `none' to the list of choices.
21615
21616 2000-03-01 Dave Love <fx@gnu.org>
21617
21618 * help.el (help-xref-go-back): Don't try to set position.
21619
21620 * international/mule-diag.el (list-character-sets):
21621 Call help-setup-xref. Add help-echo to xrefs.
21622 (list-character-sets-1): Add help-echo to xrefs.
21623
21624 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21625
21626 * frame.el (blink-cursor-mode): Switch cursor on when turning
21627 the mode off.
21628
21629 * add-log.el (add-log-current-defun): Add support for
21630 Autoconf mode.
21631
21632 * mail/rmail.el (rmail-quit-hook): New variable.
21633
21634 2000-03-01 Dave Love <fx@gnu.org>
21635
21636 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21637
21638 * help.el (help-xref-button): Add help-echo arg.
21639 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21640
21641 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21642
21643 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21644
21645 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21646
21647 * image.el (defimage): Look for image files in load-path.
21648
21649 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21650
21651 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21652
21653 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21654
21655 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21656
21657 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21658 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21659 action to select/unselect a file.
21660 (recentf-edit-list): Code cleanup and improvement.
21661 (recentf-open-more-files-action): `recentf-open-more-files' button
21662 widget action to open a file.
21663 (recentf-open-more-files): No more use standard completion but widgets.
21664 (recentf-more-collection): Deleted.
21665 (recentf-more-history): Deleted.
21666 (recentf-setup-more-completion): Deleted.
21667
21668 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21669
21670 * recentf.el (recentf-mode): No more needs that Emacs is running
21671 under a window-system.
21672
21673 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21674
21675 * recentf.el (recentf-edit-list): New command to edit the recent
21676 list which allow the user to remove files.
21677 (recentf-edit-selected-items): New global variable, used by
21678 `recentf-edit-list' to hold the list of files to be removed from
21679 the recent list.
21680 (recentf-make-menu-items): Updated to display a "Edit list..."
21681 menu item. Minor code cleanup.
21682
21683 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21684
21685 * recentf.el (recentf-open-more-files): New command to open files
21686 that are not displayed in the menu.
21687 (recentf-more-collection): New global variable holding the set of
21688 permissible completions used by `recentf-open-more-files'.
21689 (recentf-more-history): New global variable holding the history list
21690 used by `recentf-open-more-files' completion.
21691 (recentf-setup-more-completion): New function to setup completion for
21692 `recentf-open-more-files'.
21693 (recentf-make-menu-items): Updated to display a "More..." menu item.
21694
21695 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21696
21697 * recentf.el (recentf-menu-action): Doc fixed.
21698
21699 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21700
21701 * recentf.el (recentf-menu-filter): Doc updated.
21702 (recentf-update-menu-hook): Allow menu filters to force menu update.
21703 (recentf-make-menu-items): New menu filter handling.
21704 (recentf-make-menu-item): New helper function.
21705 (recentf-menu-elements): New menu handling function.
21706 (recentf-sort-ascending): Updated to new menu filter handling.
21707 (recentf-sort-descending): Updated to new menu filter handling.
21708 (recentf-sort-basenames-ascending): New menu filter function.
21709 (recentf-sort-basenames-descending): New menu filter function.
21710 (recentf-show-basenames): New menu filter function.
21711 (recentf-show-basenames-ascending): New menu filter function.
21712 (recentf-show-basenames-descending): New menu filter function.
21713
21714 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21715
21716 * diary-lib.el (list-diary-entries): Don't try to go forward at
21717 the end of the buffer.
21718
21719 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21720
21721 * international/mule-diag.el (list-character-sets):
21722 Completely rewritten.
21723 (sort-listed-character-sets): New function.
21724 (list-character-sets-1): Completely rewritten.
21725 (list-character-sets-2): New function.
21726 (non-iso-charset-alist): New variable.
21727 (decode-codepage-char): New function.
21728 (charset-history): New variable.
21729 (read-charset) (list-block-of-chars)
21730 (list-iso-charset-chars)
21731 (list-non-iso-charset-chars)
21732 (list-charset-chars): New functions.
21733 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21734 (dump-charsets): Likewise.
21735
21736 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21737
21738 * dired-x.el (dired-filename-at-point): Add `@' to valid
21739 file name characters.
21740 (dired-filename-at-point): Handle ange-ftp file names.
21741
21742 * frame.el (frame-notice-user-settings): Use assq-delete-all
21743 instead of assoc-delete-all.
21744 (frame-notice-user-settings): Ditto.
21745
21746 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21747 Don't copy alist.
21748
21749 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21750
21751 * calculator.el (calculator-use-menu): New option.
21752 (calculator-initial-bindings): Changed some bindings to work as macros.
21753 (calculator-forced-input): Removed.
21754 (calculator-restart-other-mode): New variable.
21755 (calculator-mode-map): Set up menu.
21756
21757 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21758
21759 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21760
21761 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21762
21763 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21764 translate all ESC key sequences.
21765 (viper-goto-mark-subr): Restore markers for files for which
21766 they were saved.
21767 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21768 * viper-util.el (viper-set-replace-overlay-glyphs)
21769 (viper-set-replace-overlay): Always check if the replacement
21770 overlay is live.
21771 * viper.el (viper-vi-state-mode-list): Add major modes.
21772 * ediff-wind.el: Minor comment changes.
21773 * ediff.el: Copyright notice date fix.
21774
21775 2000-02-27 Jason Rumney <jasonr@gnu.org>
21776
21777 * faces.el (face-font-family-alternatives): Add arial to helv.
21778 (mode-line, header-line, tool-bar): Same default as x for w32.
21779 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21780 face-font-family-alternatives from working.
21781 * term/w32-win.el (mouse-set-font): Do not build fontset from
21782 chosen font.
21783
21784 2000-02-25 Sam Steingold <sds@goems.com>
21785
21786 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21787 properly.
21788
21789 2000-02-25 Richard M. Stallman <rms@gnu.org>
21790
21791 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21792
21793 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21794
21795 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21796
21797 * frame.el (busy-cursor-delay-seconds): New option.
21798
21799 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21800
21801 * frame.el (show-cursor-in-non-selected-windows): New option.
21802
21803 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21804
21805 * diary-lib.el (include-other-diary-files): Undo the selective
21806 display in any included file and don't kill it.
21807
21808 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21809
21810 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21811 Menu items converted to (menu-item format, help strings added.
21812 [downcase, upcase]: Don't enable on MS-DOS.
21813 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21814 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21815
21816 2000-02-23 Dave Love <fx@gnu.org>
21817
21818 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21819 (backward-kill-word): Revert addition of * to interactive spec --
21820 it's a feature.
21821
21822 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21823 (backward-kill-sentence, kill-sentence): Likewise.
21824
21825 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21826 scratch buffer name.
21827 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21828
21829 * term/w32-win.el (internal-face-interactive): Update prompt for
21830 new read-face-name.
21831
21832 * mail/footnote.el (footnote): Add :version to defgroup.
21833 (footnote-section-tag-regexp): Customize.
21834 (footnote-start-tag, footnote-end-tag): New option.
21835 (footnote-latin-regexp): New variable.
21836 (Footnote-latin): New function.
21837 (footnote-style-alist): Add element for latin style.
21838 (footnote-style): Moved.
21839 (Footnote-goto-footnote): Use eq to test arg.
21840
21841 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21842
21843 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21844 (byte-compile-trueconstp): Include keywords.
21845 (byte-optimize-quote, byte-optimize-lapcode):
21846 Use byte-compile-const-symbol-p.
21847 (byte-optimize-char-before): New optimization.
21848
21849 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21850 (byte-compile-const-symbol-p): New function.
21851 (byte-compile-constp, byte-compile-out-toplevel)
21852 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21853 Use it.
21854
21855 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21856
21857 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21858
21859 * international/encoded-kb.el: Be sure to update minor-mode-alist
21860 and minor-mode-map-alist.
21861 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21862 codes SS2 and SS3 correctly.
21863 (encoded-kbd-self-insert-ccl): New function.
21864 (encoded-kbd-setup-keymap): New function.
21865 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21866 by calling encoded-kbd-setup-keymap.
21867
21868 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21869 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21870
21871 2000-02-22 Dave Love <fx@gnu.org>
21872
21873 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21874 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21875 (lisp-mode-syntax-table): Set up for #|...|# comments.
21876 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21877 classes. Match `defface'.
21878 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21879 (eval-defun-1): Fix for defcustom.
21880 (lisp-indent-region): Doc fix.
21881
21882 * subr.el (when, unless, split-string): Doc fix.
21883 (read-passwd): Move call of clear-this-command-keys to the right place.
21884 (replace-regexps-in-string): New function.
21885
21886 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21887
21888 * help.el (describe-variable): Set syntax table to
21889 emacs-lisp-mode-syntax-table when moving forward over the
21890 symbol's name.
21891
21892 2000-02-22 Dave Love <fx@gnu.org>
21893
21894 * xt-mouse.el: Doc fixes.
21895 (xterm-mouse-position-function): New function, replacing advice of
21896 mouse-position.
21897 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21898
21899 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21900
21901 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21902
21903 * format.el (format-annotate-single-property-change):
21904 Handle properties.with dotted-list values.
21905 (format-proper-list-p): New function.
21906
21907 * enriched.el (enriched-face-ans): Handle '(foreground-color
21908 . COLOR) and (background-color . COLOR).
21909
21910 2000-02-20 Dave Love <fx@gnu.org>
21911
21912 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21913 and assignments to it.
21914 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21915 current local map.
21916 (make-flyspell-overlay): Use it.
21917 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21918
21919 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21920 (lm-get-header-re): Defun, not defsubst.
21921 (lm-get-package-name): Defun, not defsubst. Simplify.
21922 (lm-version): Doc fix. Simplify.
21923 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21924 (lm-crack-address, lm-last-modified-date, lm-commentary)
21925 (lm-verify, lm-synopsis): Simplify.
21926 (lm-report-bug): Require emacsbug. Use compose-mail.
21927
21928 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21929
21930 * dired.el (dired-mode): Call propertized-buffer-identification
21931 to set mode-line-buffer-identification to something having
21932 the right text properties.
21933
21934 * bindings.el (propertized-buffer-identification): New function.
21935
21936 2000-02-20 Dave Love <fx@gnu.org>
21937
21938 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21939 check for t-mouse too.
21940
21941 * cus-start.el: Make echo-keystrokes `number'.
21942
21943 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21944
21945 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21946 Don't call ring-empty-p unless tags-location-ring is bound.
21947 From Noah Friedman <friedman@splode.com>.
21948
21949 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21950
21951 * progmodes/hideshow.el (hs-flag-region): No longer use
21952 `intangible' overlay property.
21953
21954 (hs-toggle-hiding): New command.
21955 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21956
21957 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21958 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21959 and deactivation.
21960
21961 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21962
21963 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21964
21965 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21966
21967 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21968
21969 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21970 of `*' to handle `(* ... *)' comments.
21971
21972 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21973
21974 * faces.el (list-faces-display): Use display-mouse-p instead of
21975 window-system.
21976
21977 * menu-bar.el (global-map): Menu-bar items converted to the new
21978 format (menu-item..., rearranged for better CUA compliance, and
21979 their names changed for better clarity. Help strings added.
21980
21981 * international/mule-cmds.el (mule-menu-keymap)
21982 (describe-language-environment-map, set-coding-system-map)
21983 (setup-language-environment-map): Convert to new (menu-item...
21984 form, add help strings. Change names of menu items for better clarity.
21985 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21986
21987 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21988
21989 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21990 within the code.
21991
21992 2000-02-16 Dave Love <fx@gnu.org>
21993
21994 * faces.el: Don't require custom. Add more specific :groups to
21995 various deffaces.
21996 (set-face-attribute): Purecopy args.
21997 (read-face-name): Default to name at point and use it in prompt.
21998 Remove colon from arg in all callers.
21999 (list-faces-display): Hyperlink to face descriptions and customize
22000 buffers.
22001
22002 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
22003
22004 * wid-edit.el (widget-match-inline): An atom never matches a list.
22005
22006 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22007
22008 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
22009 at ':' characters by call to split-string.
22010
22011 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22012
22013 * textmodes/bibtex.el: Added RCS version identification.
22014
22015 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22016
22017 * textmodes/bibtex.el: Some temporary comments removed.
22018 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
22019 (bibtex-field-const): Allow capital letters.
22020 (bibtex-start-of-string): Deleted because unused.
22021
22022 * textmodes/bibtex.el: Unified some nomenclature. We no longer
22023 use the term 'reference' to describe a bibtex entry as a whole.
22024 Further, reference keys are no longer called 'labels'.
22025 (bibtex-keys): Renamed to bibtex-reference-keys.
22026 (bibtex-reformat-previous-labels): Renamed to
22027 bibtex-reformat-previous-reference-keys.
22028 (bibtex-reference-type): Renamed to bibtex-entry-type.
22029 (bibtex-reference-head): Renamed to bibtex-entry-head.
22030 (bibtex-reference-maybe-empty-head): Renamed to
22031 bibtex-entry-maybe-empty-head.
22032 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
22033 (bibtex-search-reference): Renamed to bibtex-search-entry.
22034 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
22035 bibtex-enclosing-entry-maybe-empty-head.
22036 (bibtex-entry-field-alist, bibtex-entry-head)
22037 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
22038 (bibtex-map-entries, bibtex-search-entry)
22039 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
22040 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22041 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
22042 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
22043 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
22044 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
22045 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
22046
22047 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22048
22049 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
22050 comment.
22051 (bibtex-format-field-delimiters): New function, functionality
22052 extracted from bibtex-format-entry.
22053 (bibtex-autokey-get-yearfield-digits): New function, functionality
22054 extracted from bibtex-autokey-get-yearfield.
22055
22056 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
22057 entries in order to avoid stack overflow in the regexp matcher if
22058 field contents become large.
22059 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
22060 (bibtex-field-string-part-not-braced)
22061 (bibtex-field-string-part-no-inner-braces)
22062 (bibtex-field-string-part-1-inner-brace)
22063 (bibtex-field-string-part-2-inner-braces)
22064 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
22065 (bibtex-field-string-quoted, bibtex-field-string)
22066 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
22067 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
22068 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
22069 Deleted as parsing is now performed by the following functions.
22070 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
22071 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
22072 (bibtex-parse-field-string, bibtex-search-forward-field-string)
22073 (bibtex-parse-association, bibtex-field-name-for-parsing)
22074 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
22075 (bibtex-search-forward-field, bibtex-search-backward-field)
22076 (bibtex-start-of-field, bibtex-end-of-field)
22077 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
22078 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22079 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
22080 (bibtex-parse-string, bibtex-search-forward-string)
22081 (bibtex-search-backward-string, bibtex-start-of-string)
22082 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
22083 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
22084 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
22085 entries. Instead of reporting the results of the parsing by
22086 match-beginning or match-end, these functions return data structures
22087 that hold the corresponding positions.
22088 (bibtex-enclosing-field): Changed to also report field boundaries by
22089 return values rather than by match-beginning or match-end.
22090 The following functions have been adapted to use the new
22091 parsing functions.
22092 (bibtex-skip-to-valid-entry, bibtex-search-reference)
22093 (bibtex-enclosing-field, bibtex-format-entry)
22094 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
22095 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
22096 (bibtex-print-help-message, bibtex-end-of-entry)
22097 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
22098 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22099 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
22100 Use the new method for parsing.
22101 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
22102 (bibtex-map-entries, bibtex-flash-head)
22103 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
22104 (bibtex-autokey-change, bibtex-autokey-get-namefield)
22105 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
22106 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22107 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
22108 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22109 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
22110 order to make the new binding of case-fold-search immediately visible.
22111
22112 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22113
22114 * textmodes/bibtex.el: Copyright notice is up to date.
22115 Added constant 'bibtex-maintainer-salutation.
22116
22117 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
22118 than make-temp-name, use match-string-no-properties and eliminate
22119 a quadratic behavior when building bibtex-strings.
22120
22121 * bibtex.el (bibtex-reference-key): Accept string entries whose
22122 reference key contains upper case letters.
22123
22124 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22125
22126 * bibtex.el (bibtex-reference-head): Allow entries to start with
22127 a new line.
22128
22129 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22130
22131 * bibtex.el: Hiding of entry bodies is not longer provided by
22132 bibtex.el directly. Instead the hideshow package can be used.
22133 Added a special bibtex entry to hs-special-modes-alist.
22134 (bibtex-hs-forward-sexp): Added for hideshow.el.
22135
22136 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22137
22138 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
22139 proceedings entry type (for cross referencing). Thanks to Wagner
22140 Toledo Correa for the suggestion.
22141
22142 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
22143
22144 2000-02-14 Kenichi Handa <handa@etl.go.jp>
22145
22146 * international/characters.el: Setup case table for Vietnamese.
22147
22148 2000-02-12 Gerd Moellmann <gerd@gnu.org>
22149
22150 * uniquify.el (toplevel): Require CL at compile time.
22151 (uniquify-push): Removed.
22152
22153 * shadowfile.el (shadow-when): Removed.
22154
22155 * tempo.el (tempo-dolist, tempo-mapc): Removed.
22156 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
22157
22158 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
22159 regexp for paragraph-start.
22160
22161 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
22162 commas as well.
22163
22164 2000-02-10 Dave Love <fx@gnu.org>
22165
22166 * wid-edit.el: (widgets) [defgroup]: Remove url link.
22167 (widget-color-choice-list, widget-color-history, widget-mouse-help):
22168 Deleted.
22169 (widget-specify-field, widget-specify-button): Don't use
22170 widget-mouse-help as help-echo property.
22171 (default): Use #'ignore for :validate and :mouse-down-action.
22172 (checkbox): Add help-echo.
22173 (widget-sexp-validate): Rewritten to clarify error messages.
22174 (character): Use char-valid-p in :match function.
22175 (widget-color-complete): Use facemenu-color-alist.
22176 (widget-color-action): Use facemenu-read-color.
22177
22178 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
22179 set up `caar' &c that we now have.
22180
22181 2000-02-09 Ray Blaak <blaak@gnu.org>
22182
22183 * delphi.el: Make resourcestring a declaration region, like const
22184 and var.
22185
22186 2000-02-09 Dave Love <fx@gnu.org>
22187
22188 * bindings.el (mode-line-input-method-map): New variable.
22189 (mode-line-mule-info): Use it; fix last change.
22190 (mode-line-mode-menu): Move definition.
22191 (mode-line-mouse-sensitive-p): Deleted.
22192 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
22193 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
22194
22195 * startup.el (command-line-1): Don't call
22196 make-mode-line-mouse-sensitive.
22197
22198 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22199
22200 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22201 before rmail-toggle-header, because the former toggles headers.
22202
22203 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22204
22205 * diff-mode.el (diff-kill-junk): New interactive function.
22206 (diff-reverse-direction): Use delete-and-extract-region.
22207 (diff-post-command-hook): Restrict the area so that the hook also works
22208 outside of any diff hunk. This is necessary for the minor-mode.
22209 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22210 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22211
22212 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22213 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22214 so that it can be used more easily in <foo>-mode-hook. Also make sure
22215 to avoid duplicate entries.
22216 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22217 (font-lock-remove-keywords): Just as was done for `add', allow it to
22218 work even if font-lock-mode is nil. Also make sure we don't modify
22219 any pre-existing list by forcing a copy-sequence. Finally rename
22220 `major-mode' to `mode'.
22221 (font-lock-fontify-syntactic-anchored-keywords)
22222 (font-lock-fontify-anchored-keywords)
22223 (font-lock-fontify-keywords-region): Use line-end-position.
22224 Don't make `font-lock-multiline' local (it's now done in
22225 font-lock-set-defaults).
22226 (font-lock-set-defaults): Make `font-lock-multiline' local.
22227 Move the `font-lock-fontified' creation to inside the `unless'.
22228
22229 2000-02-06 Andrew Innes <andrewi@gnu.org>
22230
22231 * term/w32-win.el (x-handle-args): Comment out call to message,
22232 which occurs before window system is initialized.
22233
22234 * makefile.nt: Add support for recompiling lisp code.
22235
22236 2000-02-04 Dave Love <fx@gnu.org>
22237
22238 * bindings.el (mode-line-mule-info): Fix/extend last change.
22239
22240 * completion.el: Replace completion-dolist with dolist.
22241
22242 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22243
22244 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22245
22246 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22247 environment names before they go into the section regexp.
22248
22249 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22250 char class in regexp.
22251
22252 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22253 Bind `case-fold-search' to nil.
22254
22255 * progmodes/idlwave.el (idlwave-template):
22256 Respect `idlwave-abbrev-change-case'.
22257 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22258 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22259 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22260 (idlwave-rw-case): New function.
22261 (idlwave-statement-match): Fixed problem with assignment regexp.
22262 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22263 (idlwave-surround): New argument LENGTH to support padding of
22264 operators longer than 1 char.
22265
22266 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22267 idlwave-shell-expression-overlay. Implemented printing of
22268 expressions on higher levels of the calling stack.
22269 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22270 (idlwave-retrieve-expression-from-level): New function.
22271 (idlwave-shell-last-calling-stack): Variable removed.
22272 (idlwave-shell-reset): Argument action reversed (`visible' to
22273 `hidden'). Also remove stop-line overlay.
22274 (idlwave-shell-calling-stack-routine): New variable.
22275 (idlwave-shell-parse-stack-and-display): Messages now display
22276 negative level numbers.
22277 (idlwave-shell-mode): Set `modeline-format'.
22278 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22279 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22280 (idlwave-shell-print-expression-function): New option.
22281
22282 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22283 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22284 `tool-bar' instead of `toolbar'.
22285
22286 2000-02-02 Dave Love <fx@gnu.org>
22287
22288 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22289 emacs-lisp-mode-hook. Don't check for defalias being defined.
22290
22291 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22292 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22293 Use the new builtins directly.
22294
22295 * whitespace.el (whitespace): Add :version to defgroup.
22296
22297 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22298 Doc fix.
22299
22300 * thingatpt.el (sexp-at-point, symbol-at-point)
22301 (number-at-point, list-at-point): Add autoload cookie.
22302
22303 * recentf.el (recentf): Add :version to defgroup.
22304
22305 * quickurl.el (quickurl): Add :version to defgroup.
22306
22307 * elide-head.el (elide-head): Use point-marker more.
22308
22309 * bs.el (bs): Add :version to defgroup.
22310
22311 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22312
22313 * progmodes/delphi.el (delphi): Add :version to defgroup.
22314
22315 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22316
22317 * ange-ftp.el (ange-ftp-write-region): Handle case that
22318 succeeding process operation sets a different coding system.
22319
22320 * calculator.el: New file.
22321
22322 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22323
22324 * frame.el (frames-on-display-list, framep-on-display): New functions.
22325 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22326 (display-selections-p, display-screens, display-pixel-width)
22327 (display-pixel-height, display-mm-width, display-mm-height)
22328 (display-backing-store, display-save-under, display-planes)
22329 (display-color-cells, display-visual-class): New functions.
22330
22331 * term/tty-colors.el (tty-color-gray-shades): New function.
22332
22333 * faces.el (display-color-p): Use framep-on-display.
22334 (display-grayscale-p): New function.
22335
22336 2000-01-31 Dave Love <fx@gnu.org>
22337
22338 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22339 (create-fontset-from-x-resource): Don't concat integers.
22340
22341 2000-01-31 Inge Frick <inge@nada.kth.se>
22342
22343 * view.el: Some changes in documentation. Removed some trailing
22344 whitespace. Changed some parameter names to agree with documentation.
22345 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22346 window is not deleted. Modifies change 1998-04-26.
22347
22348 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22349
22350 * windmove.el: New file.
22351
22352 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22353 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22354 progmodes/ebnf-yac.el: Update copyright and license info.
22355
22356 * jit-lock.el (jit-lock-function): Widen before calculating
22357 end position.
22358 (jit-lock-stealth-chunk-start): Rewritten.
22359
22360 * info.el (Info-title-face-alist): Removed.
22361 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22362 (Info-fontify-node): Use these faces.
22363
22364 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22365
22366 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22367 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22368 `&allow-other-keywords'.
22369
22370 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22371 the list of directories scanned heuristically.
22372
22373 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22374
22375 2000-01-30 Jason Rumney <jasonr@gnu.org>
22376
22377 * w32-fns.el: Define w32-tty-standard-colors.
22378
22379 * startup.el (command-line): Use w32-tty-standard-colors when in
22380 w32 console mode.
22381
22382 2000-01-30 Dave Love <fx@gnu.org>
22383
22384 * jka-compr.el (jka-compr-load): Fix up load-history.
22385
22386 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22387
22388 * emacs-lisp/cl-macs.el: Revert previous change.
22389
22390 2000-01-29 Dave Love <fx@gnu.org>
22391
22392 * facemenu.el: Purecopy various strings.
22393
22394 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22395 years. Deal with three-digit years.
22396
22397 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22398 Use defconst, purecopy.
22399 (help-back-label): Purecopy it.
22400
22401 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22402
22403 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22404 variable. If non-nil, order the buffer list according to the
22405 currently selected frame.
22406 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22407 non-nil, pass the selected frame to function buffer-list.
22408
22409 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22410
22411 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22412
22413 2000-01-28 Dave Love <fx@gnu.org>
22414
22415 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22416
22417 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22418 Don't use lisp-indent-hook property.
22419 (cl-abs): Remove.
22420
22421 * subr.el: Move out indent and edebug specs for when and unless.
22422
22423 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22424 when, unless.
22425
22426 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22427 unless, when.
22428
22429 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22430
22431 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22432 `collecting' as synonym for `collect'.
22433
22434 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22435 for the case it contains spaces.
22436
22437 * simple.el (what-cursor-position): Change formatting of messages.
22438
22439 * frame.el (delete-other-frames): New function.
22440 (toplevel): Bind it to C-x 5 1.
22441
22442 * sort.el (sort-numeric-base): New option.
22443 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22444 interpret it as octal or hexadecimal. Use sort-numeric-base
22445 as default base.
22446
22447 * progmodes/glasses.el: New file.
22448
22449 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22450
22451 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22452 userids differently.
22453
22454 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22455 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22456 progmodes/ebnf-yac.el: New files.
22457
22458 2000-01-26 Dave Love <fx@gnu.org>
22459
22460 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22461 on a function with an empty body. [From Eric Ludlam.]
22462
22463 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22464
22465 * vc.el (vc-version-diff): Make sure file name is expanded.
22466
22467 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22468
22469 * scroll-bar.el (scroll-bar-timer): Variable removed.
22470 (scroll-bar-toolkit-scroll): Don't use a timer.
22471
22472 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22473
22474 * language/thai-util.el (thai-composition-function):
22475 Delete superfluous `a'.
22476
22477 2000-01-24 Dave Love <fx@gnu.org>
22478
22479 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22480 end-of-defun-function.
22481
22482 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22483
22484 2000-01-22 Jason Rumney <jasonr@gnu.org>
22485
22486 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22487 conflicts with new face support.
22488
22489 2000-01-22 Richard M. Stallman <rms@gnu.org>
22490
22491 * replace.el (query-replace): Rename last arg to DELIMITED.
22492 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22493 (query-replace-regexp): Likewise.
22494
22495 2000-01-20 Richard M. Stallman <rms@gnu.org>
22496
22497 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22498
22499 * emacs-lisp/lisp.el (beginning-of-defun-function):
22500 Variable renamed from beginning-of-defun.
22501 Do not call make-variable-buffer-local.
22502 (beginning-of-defun-raw): Use new variable name; doc fix.
22503 (beginning-of-defun): Doc fix.
22504 (end-of-defun-function): Variable renamed from end-of-defun.
22505 Do not call make-variable-buffer-local.
22506 (end-of-defun): Use new variable name; doc fix.
22507
22508 * subr.el (dolist, dotimes): Copied from cl-macs.el
22509 and made to work.
22510
22511 * mail/undigest.el (rmail-digest-end-regexps):
22512 Variable replaces rmail-digest-end-regexp.
22513 Allows multiple regexps for detecting the end line.
22514 (undigestify-rmail-message): Corresponding changes.
22515
22516 2000-01-19 Dave Love <fx@gnu.org>
22517
22518 * files.el (user-init-file): Don't declare here -- is primitive.
22519
22520 * startup.el (command-line): Check for compiled user-init-file and
22521 set to uncompiled version if necessary.
22522
22523 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22524
22525 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22526 (undigestify-rmail-message): Use it.
22527
22528 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22529
22530 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22531
22532 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22533 of mini-buffer.
22534
22535 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22536
22537 * emacs-lisp/copyright.el (copyright-update): Removed the
22538 requirement for a trailing space from `copyright-regexp', to
22539 support copyrights with owner specified on a separate line..
22540
22541 * align.el: New file.
22542
22543 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22544
22545 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22546
22547 2000-01-13 Dave Love <fx@gnu.org>
22548
22549 * ph.el: Removed. (Obsoleted by EUDC.)
22550
22551 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22552
22553 * net/eudc.el (toplevel): Remove autoloaded code installing
22554 menu with easymenu, because that causes build problems.
22555
22556 * frame.el (frame-notice-user-settings): New variable.
22557 (frame-notice-user-settings): Don't modify frame parameters
22558 if called a second time.
22559
22560 2000-01-13 Richard M. Stallman <rms@gnu.org>
22561
22562 * frame.el (frame-notice-user-settings):
22563 Notice default-frame-parameters even for non-window frames.
22564
22565 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22566
22567 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22568 for Emacs.
22569 (eudc-bob-can-display-inline-images): Extend for Emacs.
22570 (eudc-bob-toggle-inline-display): Ditto.
22571 (eudc-bob-display-jpeg): Ditto.
22572
22573 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22574
22575 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22576 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22577 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22578
22579 * add-log.el (add-change-log-entry): Fix error trying an
22580 `(insert nil)'.
22581
22582 * subdirs.el: Add `net' directory.
22583
22584 * net: New directory.
22585
22586 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22587 eval-last-sexp. Don't bind debug-on-error here.
22588 (eval-last-sexp): New function. Bind debug-on-error if
22589 eval-expression-debug-on-error is non-nil.
22590 (eval-defun-2, eval-defun): Likewise.
22591
22592 * simple.el (eval-expression): Don't bind debug-on-error if
22593 eval-expression-debug-on-error is nil. Detect changed
22594 debug-on-error, and propagate new value to global binding, if
22595 eval-expression-debug-on-error is non-nil,
22596 (eval-expression-debug-on-error): Change doc string.
22597
22598 2000-01-11 Richard M. Stallman <rms@gnu.org>
22599
22600 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22601
22602 * emacs-lisp/lisp-mode.el (with-syntax-table):
22603 Set up lisp-indent-function property.
22604
22605 * subr.el (with-syntax-table): Moved from simple.el.
22606
22607 * simple.el (with-syntax-table): Moved to subr.el.
22608
22609 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22610
22611 * tmm.el (tmm-shortcut): Delete region after prompt instead
22612 of erasing buffer.
22613
22614 * textmodes/fill.el (fill-common-string-prefix): New function.
22615 (fill-context-prefix): Use the longest common prefix of first
22616 and second line fill prefix, if there is one.
22617
22618 2000-01-11 Richard M. Stallman <rms@gnu.org>
22619
22620 * array.el (array-mode): Don't use make-variable-buffer-local.
22621 Use make-local-variable for `truncate-lines'.
22622
22623 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22624
22625 * add-log.el (add-log-current-defun): Handle user-defined
22626 add-log-current-function returning nil,
22627
22628 * add-log.el (add-change-log-entry): Insert version number
22629 if having found a current function
22630
22631 * add-log.el (add-log-current-defun):
22632 Call `add-log-current-defun-function'. Try matches at level 0 and
22633 level 1. Strip whitespace from defun found.
22634
22635 2000-01-10 John Wiegley <johnw@gnu.org>
22636
22637 * allout.el (isearch-done/outline-provisions): Added `edit'
22638 argument to correspond with the current definition of `isearch-done'.
22639
22640 2000-01-10 Dave Love <fx@gnu.org>
22641
22642 * elide-head.el (elide-head): Use point-marker, not point.
22643
22644 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22645
22646 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22647 before and after the year 2000.
22648
22649 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22650 Add ispell- prefix.
22651
22652 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22653
22654 * ispell.el: Only define dictionaries in menus when they exist.
22655 (version18p): New variable.
22656 (version20p): New variable.
22657 (xemacsp): New variable.
22658 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22659 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22660 (ispell-dictionary-alist6): Russian command lines no longer accept
22661 run-together words.
22662 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22663 (ispell-dictionary-alist): Add koi8-r to customize definition.
22664 (check-ispell-version): Added documentation string. Return library
22665 path when called non-interactively.
22666 (ispell-menu-map-needed): Uses new variables.
22667 (ispell-library-path): New variable.
22668 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22669 (ispell-word): Improved documentation string. Test for valid
22670 character mappings. Correctly check typed in word changes that can
22671 result in single words split into multiple words.
22672 Return replacement word.
22673 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22674 replace in recursive query replace mode. Help message for
22675 recursive edit mode.
22676 (ispell-show-choices): Protect against bad framepop bindings.
22677 (ispell-help): Fix to work with XEmacs.
22678 (ispell-highlight-spelling-error): Use new variables.
22679 (ispell-overlay-window): Fix to work with XEmacs.
22680 (ispell-parse-output): Passed and returns location information
22681 tracking spelling corrections. Doesn't recheck same word on
22682 current line.
22683 (ispell-init-process): Protect against bogus XEmacs variable binding.
22684 Fix call to single argument in sleep-for. Use new variables.
22685 (ispell-region): Passed and returns location information tracking
22686 spelling corrections. Doesn't check same word on current line.
22687 Improved documentation string. Doesn't resend a line already
22688 checked to the ispell process - fixes bug in LaTeX parsing.
22689 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22690 (ispell-skip-region): No longer skips <TT> in SGML.
22691 (ispell-process-line): Tracks location information with spelling
22692 corrections. Added documentation string. Accounts for words
22693 already accepted on this line. Don't allow query-replace on line
22694 starting with math characters. Doesn't resend a line already sent
22695 to ispell process. Fixes alignment error bug.
22696
22697 2000-01-10 Richard M. Stallman <rms@gnu.org>
22698
22699 * dired-x.el (dired-guess-shell-alist-default):
22700 Suggest xloadimage, which is free, not xv, which isn't.
22701
22702 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22703 Don't ever include the host name or user name in the value.
22704
22705 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22706
22707 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22708 of a real newline.
22709
22710 2000-01-09 Stephen Eglen <stephen@gnu.org>
22711
22712 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22713 for .png files.
22714
22715 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22716
22717 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22718
22719 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22720
22721 * progmodes/cperl-mode.el: Replace ^F with ^L.
22722
22723 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22724 `require'ing rmail and mailalias to prevent infinite recursion.
22725
22726 2000-01-08 Dave Love <fx@gnu.org>
22727
22728 * emacs-lisp/backquote.el: Remove inappropriate customization
22729 (allowing custom.el to use backquote).
22730
22731 2000-01-07 Dave Love <fx@gnu.org>
22732
22733 * add-log.el (add-log-debugging): Deleted.
22734 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22735 file. Remove debugging code.
22736 (change-log-get-method-definition, change-log-name): Add doc.
22737 (change-log-sortable-date-at): New function.
22738 (change-log-merge): New command.
22739
22740 * time.el (display-time-string-forms): Make the Mail string active.
22741 (display-time-update): Provide help-echo for load average.
22742
22743 * bindings.el (make-mode-line-mouse2-map): New function.
22744 (mode-line-modified): Use it and simplify.
22745 (mode-line-mule-info): Provide help-echo info.
22746 (minor-mode-alist): Activate the strings.
22747 (make-mode-line-mouse-sensitive): Simplify for
22748 mode-line-buffer-identification.
22749
22750 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22751
22752 * play/pong.el: New file.
22753
22754 2000-01-06 Dave Love <fx@gnu.org>
22755
22756 * array.el: Assorted cleanups for compiler warnings, doc strings,
22757 `array-' prefix for symbols.
22758
22759 2000-01-05 Dave Love <fx@gnu.org>
22760
22761 * textmodes/outline.el (outline-mode-menu-bar-map):
22762 Add outline-headers-as-kill.
22763 (outline-mode): Define imenu-generic-expression.
22764 (outline-headers-as-kill): New command.
22765
22766 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22767 from paragraph-start.
22768 (paragraph-indent-minor-mode): New command.
22769
22770 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22771 M-C-e, M-C-h, C-j, C-xnd, TAB.
22772 (fortran-mode): Set beginning-of-defun, end-of-defun.
22773 (fortran-column-ruler): Simplify.
22774 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22775 (fortran-with-subprogram-narrowing): Likewise.
22776 (fortran-indent-subprogram): Call mark-defun.
22777 (fortran-check-for-matching-do): Change narrowing.
22778
22779 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22780 (cl-lucid-hash-tag): Delete.
22781 (cl-hash-table-p): Correct test for native table.
22782 (cl-hash-table-count): Use hash-table-count.
22783
22784 * browse-url.el (browse-url): Fix case of
22785 browse-url-browser-function being an alist.
22786
22787 2000-01-05 Carsten Dominik <cd@gnu.org>
22788
22789 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22790 (reftex-index-phrase-file-extension): New options.
22791
22792 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22793 Use new option `reftex-index-phrase-file-extension'.
22794
22795 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22796 `reftex-parse-file-extension'.
22797
22798 2000-01-05 Dave Love <fx@gnu.org>
22799
22800 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22801 (beginning-of-defun-raw): Use it.
22802 (end-of-defun): New variable.
22803 (end-of-defun): Use it.
22804 (check-parens): New command.
22805
22806 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22807
22808 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22809 (hs-show-block): Don't use `mapcar' when not accumulating.
22810
22811 Fix buglet in local variables initialization.
22812
22813 2000-01-05 Andreas Schwab <schwab@suse.de>
22814
22815 * hscroll.el (hscroll): Doc fix.
22816
22817 2000-01-05 Carsten Dominik <cd@gnu.org>
22818
22819 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22820 Require idlw-toolbar.
22821
22822 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22823 file idlw-rinfo.el.
22824 (idlwave-customize): Load must read file idlw-shell.el.
22825 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22826
22827 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22828
22829 * progmodes/idlw-shell.el: Also provide idlwave-shell
22830 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22831 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22832
22833 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22834 both reftex-dcr and reftex-vcr.
22835
22836 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22837
22838 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22839
22840 * ps-print.el: PostScript code now is in separate files, doc fix.
22841 (ps-print-version): New version number (5.0.3).
22842 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22843 local.
22844 (ps-spool-config): Initialization fix.
22845 (ps-print-prologue-1, ps-print-prologue-2)
22846 (ps-print-duplex-feature): PostScript code moved to separated file.
22847 (ps-background-image): Little code reformating.
22848 (ps-begin-file, ps-begin-job): Fix code.
22849 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22850 (ps-prologue-file): New fun.
22851
22852 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22853
22854 * ps-vars.el: Eliminated.
22855
22856 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22857 `;;;###autoload'.
22858
22859 * ps-print.el: ps-vars eliminated, doc fix.
22860 (ps-print-version): New version number (5.0.2).
22861 (ps-spool-config): Initialization fix.
22862 (ps-print-customize): New fun.
22863
22864 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22865
22866 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22867
22868 2000-01-04 Dave Love <fx@gnu.org>
22869
22870 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22871 menu items.
22872
22873 2000-01-03 Dave Love <fx@gnu.org>
22874
22875 * elide-head.el (elide-head) [defgroup]: Add :version.
22876
22877 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22878 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22879 Use `cl-hash-table-p', not `hash-table-p'.
22880 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22881
22882 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22883
22884 * faces.el (face-read-integer, read-face-attribute)
22885 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22886
22887 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22888
22889 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22890 at comment end, and re-insert them after filling.
22891
22892 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22893
22894 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22895 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22896 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22897
22898 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22899
22900 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22901 the new name of face-color-supported-p.
22902
22903 * term/w32-win.el (xw-defined-colors): Likewise.
22904
22905 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22906
22907 * simple.el (completion-setup-function): Count completion-size
22908 from minibuffer-prompt-end, not from point-min.
22909
22910 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22911
22912 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22913 Pass the frame to tty-color-* functions.
22914 (display-color-p, frame-set-background-mode): Pass the frame to
22915 tty-display-color-p.
22916
22917 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22918 tty-color-alist.
22919 (tty-color-alist, tty-modify-color-alist): New functions.
22920 (tty-color-define, tty-color-clear, tty-color-approximate)
22921 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22922 optional parameter FRAME.
22923
22924 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22925
22926 * image.el (create-image, defimage): Don't assume image data is
22927 a string.
22928
22929 * image.el (defimage): Handle specifications containing :data
22930 instead of :file.
22931 (image-type-from-data): New function.
22932 (image-type-from-file-header): Use it.
22933 (create-image): Add parameter DATA-P.
22934
22935 See ChangeLog.8 for earlier changes.
22936
22937 ;; Local Variables:
22938 ;; coding: iso-2022-7bit
22939 ;; End:
22940
22941 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22942 Copying and distribution of this file, with or without modification,
22943 are permitted provided the copyright notice and this notice are preserved.