]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(toplevel): Define docstring offset for `defmacro*'.
[gnu-emacs] / lisp / ChangeLog
1 2001-12-04 Colin Walters <walters@debian.org>
2
3 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
4 for `defmacro*' forms.
5
6 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
7 `defmacro*'.
8
9 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
10
11 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
12
13 2001-12-02 Richard M. Stallman <rms@gnu.org>
14
15 * files.el (insert-directory): If the df output does not look right,
16 don't try to use it. Other cleanups in overall code structure.
17
18 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
19
20 * textmodes/outline.el (outline-mode-prefix-map):
21 Add bindings for outline-promote and outline-demote.
22 (outline-minor-mode-menu-bar-map): New var.
23 (outline-minor-mode): Use it.
24 (outline-heading-alist): New var (renamed from outline-level-heading).
25 (outline-level): Use it.
26 (outline-insert-heading, outline-promote, outline-demote):
27 Update to use outline-heading-alist.
28
29 * disp-table.el (standard-display-european):
30 Simplify since the function is not interactive any more.
31 Don't set the existing buffers to unibyte.
32
33 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
34
35 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
36
37 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
38
39 * shell.el (shell): Use shell-file-name.
40 Pop to buffer before calling comint to set COLUMNS properly.
41
42 * emacs-lisp/cl.el (svref): New alias.
43
44 * progmodes/antlr-mode.el (antlr-c-common-init):
45 Don't inhibit adaptive-fill-mode any more.
46
47 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
48
49 * progmodes/etags.el (tags-with-face): Use make-symbol.
50 (tags-search, tags-query-replace): Use backquotes.
51
52 * textmodes/picture.el (picture-mode-map): Don't use defconst
53 for a variable.
54
55 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
56
57 * textmodes/reftex-index.el (reftex-index-mode):
58 Remove make-local-hook.
59
60 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
61
62 2001-12-02 Kim F. Storm <storm@cua.dk>
63
64 * isearch.el (isearch-resume-enabled): New variable.
65 (isearch-done): Use that variable.
66
67 2001-12-01 Richard M. Stallman <rms@gnu.org>
68
69 * wid-edit.el (widget-button-click): Don't move point permanently:
70 Avoid mouse-set-point--instead select the window,
71 then do save-excursion, then move point.
72 Specify the buffer for get-char-property.
73 Don't use `@' in interactive.
74
75 * indent.el (indent-line-function):
76 Default is indent-to-left-margin again.
77
78 * replace.el (query-replace-read-args): Display message
79 if FROM contains `\n' or `\t'.
80
81 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
82
83 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
84
85 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
86
87 * emacs-lisp/regexp-opt.el (regexp-opt):
88 Bind completion-regexp-list to nil.
89
90 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
91
92 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
93
94 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
95 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
96 Update maintainer.
97
98 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
99
100 * mail/smtpmail.el: Use with-current-buffer.
101 (message-make-date, message-make-message-id): Autoload when needed.
102 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
103 headers when missing.
104
105 * international/encoded-kb.el (encoded-kbd-mode):
106 Use define-minor-mode.
107
108 * enriched.el (enriched-mode): Use define-minor-mode.
109 Use dolist and pop and push.
110
111 * info.el (Info-find-node-2): Don't call info-insert-file-contents
112 with the `visit' argument.
113 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
114
115 * progmodes/hideif.el (hide-ifdef-mode): Only modify
116 `change-major-mode-hook' locally. Reset invisibility spec.
117
118 * man.el (Man-build-section-alist): Remove last Man-match-substring.
119
120 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
121
122 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
123 Clarify error message.
124
125 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
126
127 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
128
129 2001-11-30 Andre Spiegel <spiegel@gnu.org>
130
131 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
132 don't just return it.
133
134 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
135
136 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
137 (menu-bar-read-emacs-man, search-emacs-glossary)
138 (emacs-index-search, elisp-index-search): New functions.
139 (apropso-documentation, apropos, apropos-value, apropos-variable)
140 (apropos-commands): Modify menu item names and help text.
141 (elisp-index-search, emacs-index-search, emacs-glossary):
142 New menu items.
143 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
144 submenu.
145 (info-elisp, info-elintro): New menu items.
146 (apropos): Modify the menu item name.
147
148 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
149
150 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
151
152 * textmodes/outline.el (outline-promote, outline-demote): Typo.
153
154 * man.el (man-follow-mouse): New function.
155 (Man-mode-map): Bind mouse-2 to it.
156 (Man-match-substring): Remove. Replace with `match-string'.
157 (man): Use the `default-value' argument to `read-string'.
158 (Man-fontify-manpage): Add mouse-face to cross references.
159
160 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
161
162 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
163
164 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
165 the value of require-match in minibuffer-completion-confirm.
166 Use crm-local-completion-map.
167
168 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
169 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
170 (cl-make-type-test): Use char-valid-p for `character'.
171
172 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
173 (Info-complete-menu-item): Rewrite. Add the ability to search
174 several sequential nodes. Add a simple caching mechanism.
175 (Info-goto-index): New function extracted from Info-index.
176 (Info-index): Use it. Add completion to the interactive spec.
177 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
178
179 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
180
181 * COPYING: Removed.
182
183 2001-11-29 Dave Love <fx@gnu.org>
184
185 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
186 (fortran-window-create, fortran-window-create-momentarily):
187 Rewrite, moving error condition.
188 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
189 (fortran-mode-syntax-table): Revert last change.
190
191 * international/mule.el: Doc fixes.
192 (map-charset-chars): New function.
193 (register-char-codings): Use it to cope with generic chars in
194 safe-chars.
195
196 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
197
198 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
199
200 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
201
202 * play/studly.el (studlify-word, studlify-region)
203 (studlify-buffer): Fix doc-string.
204 (studlify-buffer): Add autoload cookie.
205
206 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
207
208 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
209 (outline-up-heading-all): Remove.
210 (hide-sublevels): Move to end-of-heading before calling flag-region.
211 (outline-copy-overlay, outline-discard-overlays): Remove.
212 (outline-flag-region): Use `remove-overlays'.
213 Don't move to end-of-heading.
214 (outline-next-visible-heading, outline-back-to-heading)
215 (outline-on-heading-p): Use outline-invisible-p.
216 (outline-font-lock-level): Use outline-up-heading's new arg.
217 (outline-minor-mode): Simplify.
218 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
219 (outline): Put a `reveal-toggle-invisible' property.
220 (outline-level-heading): New var.
221 (outline-insert-heading, outline-promote, outline-demote)
222 (outline-toggle-children): New commands.
223
224 * progmodes/hideif.el (hif-end-of-line): New function.
225 (hide-ifdef-mode): Set line-move-ignore-invisible.
226 (hide-ifdef-region-internal): New function.
227 (hide-ifdef-region): Use it.
228 (hif-defined): Return an integer.
229 (hif-infix-to-prefix): Remove.
230 (hif-tokenize): Parse from the buffer rather than from a string.
231 Correctly tokenize integers. Use forward-comment.
232 (hif-expr): Use hif-or.
233 (hif-term): Use hif-and.
234 (hif-factor): Use hif-not. Handle numbers properly.
235 Don't require parenthesis around `defined's argument.
236 (hif-and, hif-or, hif-not): New funs.
237 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
238 (hif-hide-line): Don't hide the \n before the line.
239 (hif-possibly-hide): Correctly handle numeric evaluation results.
240
241 * progmodes/make-mode.el: Use line-(end|beginning)-position.
242 (makefile-mode): Set indent-line-function.
243 (makefile-browser-insert-continuation): Use with-current-buffer.
244 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
245
246 2001-11-28 Karl Fogel <kfogel@red-bean.com>
247
248 * isearch.el (isearch-yank-internal): New helper function.
249 (isearch-yank-char): New function.
250 (isearch-yank-word, isearch-yank-line): Rewrite to use
251 isearch-yank-internal.
252
253 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
254
255 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
256 aren't supported. Print a message to that effect if invoked.
257
258 2001-11-27 Stephen Eglen <stephen@gnu.org>
259
260 * locate.el (locate): Put point at first matching file rather
261 than top of buffer.
262
263 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
264
265 * reveal.el: New file.
266
267 * progmodes/hideif.el: Misc cleanup.
268 (hide-ifdef-mode-submap): Put the def in the defvar.
269 Use substitute-key-definition.
270 (hide-ifdef-mode): Use define-minor-mode.
271 (hif-outline-flag-region): Remove.
272 (hif-show-all): Define in terms of hif-show-ifdef-region.
273 (hif-after-revert-function): Rename from hif-before-revert-function.
274 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
275 (hif-tokenize): Use with-syntax-table.
276 (hif-make-range): Use `else' also for `else-p'.
277 (hif-range-else-p): Remove.
278 (hif-find-range): Simplify.
279 (hif-hide-line): Don't bother preserving buffer-modified-p.
280 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
281 Don't use selective-display and inhibit-read-only.
282
283 * subr.el (copy-overlay, remove-overlays): New funs.
284
285 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
286
287 2001-11-27 Sam Steingold <sds@gnu.org>
288
289 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
290 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
291 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
292 * obsolete/c-mode.el, obsolete/cplus-md.el
293 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
294 * term/sun-mouse.el, textmodes/artist.el:
295 Converted backquote to the new style.
296 * mouse.el, reposition.el: Likewise (in comments).
297 * expand.el: Likewise (in a string).
298
299 2001-11-27 Richard M. Stallman <rms@gnu.org>
300
301 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
302
303 2001-11-26 Richard M. Stallman <rms@gnu.org>
304
305 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
306 if :on-glyph or :off-glyph is a list, eval it and store it back.
307 (checkbox): Quote the values for :on-glyph and :off-glyph.
308
309 * cus-start.el (recursive-load-depth-limit): Delete item.
310
311 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
312
313 * help-fns.el (describe-categories, help-describe-category-set): New.
314 describe-categories moved here from src/category.c.
315
316 2001-11-26 Sam Steingold <sds@gnu.org>
317
318 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
319 arguments to `insert' are strings.
320
321 2001-11-26 Richard M. Stallman <rms@gnu.org>
322
323 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
324
325 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
326
327 * loaddefs.el: Regenerated.
328
329 * international/mule-diag.el: Require help-fns instead of
330 help-funs.
331
332 * help-fns.el: Renamed from help-funs.el.
333
334 * startup.el (command-line-1): Don't try to call process-list if
335 it is not fboundp.
336
337 2001-11-26 Sam Steingold <sds@gnu.org>
338
339 * frame.el (show-trailing-whitespace): Remove :set argument (the
340 value was essentially identical to the defalt).
341
342 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
343
344 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
345
346 * icomplete.el (icomplete-minibuffer-setup): Likewise.
347
348 * hilit-chg.el (hilit-chg-set): Likewise.
349
350 * speedbar.el (speedbar-mode): Likewise.
351
352 * calendar/calendar.el (calendar-mode): Likewise.
353
354 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
355 insert-string.
356
357 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
358
359 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
360
361 * term/sun-mouse.el (sun-yank-selection): Likewise.
362
363 * textmodes/bib-mode.el (return-key-bib): Likewise.
364
365 * calendar/appt.el (appt-disp-window): Likewise.
366
367 * calendar/diary-lib.el (list-diary-entries): Likewise.
368
369 * array.el (array-reconfigure-rows): Likewise.
370
371 * filecache.el (file-cache-minibuffer-complete): Likewise.
372
373 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
374
375 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
376
377 * allout.el (outline-version, outline-open-topic)
378 (outline-rebullet-heading, outline-insert-listified)
379 (outline-latex-verbatim-quote-curr-line)
380 (outline-latexify-one-item, outlineify-sticky): Likewise.
381
382 * vc.el (vc-next-action-on-file): Likewise.
383 (vc-dired-mode): Remove make-local-hook.
384
385 2001-11-26 Andre Spiegel <spiegel@gnu.org>
386
387 * vc.el (vc-find-version): New function.
388 (vc-version-other-window): Redefined in terms of the above.
389
390 * log-view.el (log-view-find-version): New function.
391 (log-view-mode-map): Bind it to `f'.
392
393 2001-11-26 Gerd Moellmann <gerd@gnu.org>
394
395 * language/devan-util.el (dev-char-glyph): Escape `"' in
396 string literals.
397 (dev-glyph-glyph, dev-glyph-glyph-2)
398 (devanagari-compose-syllable-region): Likewise.
399
400 2001-11-26 Richard M. Stallman <rms@gnu.org>
401
402 * window.el (save-selected-window): No error if saved window is dead.
403
404 * help-funs.el (describe-syntax): Put (interactive) after doc string.
405
406 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
407
408 * international/quail.el (quail-help): Require help-mode in
409 top-level instead.
410
411 * iswitchb.el (iswitchb-exhibit): Use insert instead of
412 insert-string.
413
414 * icomplete.el (icomplete-exhibit): Likewise.
415
416 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
417
418 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
419 (diff-hunk-kill): Simplify.
420 (diff-post-command-hook): Only apply to a single hunk.
421 (diff-hunk-text): Make `char-offset' non-optional.
422 (diff-find-text): Return a cons cell.
423 (diff-find-approx-text): New fun.
424 (diff-find-source-location): Use it.
425 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
426 Adapt to new retval of diff-find-text.
427
428 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
429 rather than integer- representation of dates.
430
431 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
432
433 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
434 (syntax-after): New fun.
435
436 * help-funs.el (describe-syntax): New fun.
437
438 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
439 (font-lock-ppss-stats, font-lock-ppss): Remove.
440 (font-lock-fontify-syntactically-region): Remove tuning code.
441 (font-lock-compile-keywords): Fix off-by-one bug.
442 (font-lock-set-defaults): Don't set removed vars.
443 (c-keywords): Add `inline'.
444 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
445
446 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
447 Set syntax-begin-function.
448 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
449 (lisp-interaction-mode): Don't set local-abbrev-table any more.
450 (lisp-mode-auto-fill): Use syntax-ppss and obey
451 comment-auto-fill-only-comments.
452 (lisp-fill-paragraph): Use syntax-ppss.
453
454 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
455
456 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
457 version of rmail-enable-mime.
458 (rmail-forward): Use it.
459
460 2001-11-25 Richard M. Stallman <rms@gnu.org>
461
462 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
463
464 * international/quail.el (quail-keyboard-layout-button):
465 Define button type.
466 (quail-keyboard-customize-button): Likewise.
467 (quail-help): Use those button types. Require `help-mode'.
468 Avoid altering the argument `package'.
469
470 * help-mode.el (help-function, help-variable, help-face)
471 (help-coding-system, help-input-method, help-character-set):
472 Define each button type with its own explicit define-button-type.
473
474 * language/devan-util.el: Comment out parts of the file
475 which apparently are garbled.
476
477 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
478
479 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
480 insert-string.
481
482 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
483
484 * play/snake.el (snake-mode): Remove make-local-hook.
485
486 * play/tetris.el (tetris-mode): Likewise.
487
488 * play/decipher.el (decipher-mode): Likewise.
489
490 * tmm.el (tmm-add-prompt): Likewise.
491
492 2001-11-25 Sam Steingold <sds@gnu.org>
493
494 * menu-bar.el (menu-bar-apropos-menu): New variable.
495 Moved all `apropos' bindings to this menu.
496 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
497
498 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
499
500 The following changes are for new indian languages support based
501 on Unicode charset and CDAC fonts.
502
503 * international/mule-conf.el: Change indian-1-column charset to
504 indian-glyph charset.
505
506 * international/characters.el: Adjusted for the change of
507 indian-1-column -> indian-glyph.
508
509 * international/fontset.el: Delete the setting for indian-1-column
510 and add the setting for indian-glyph in the default fontset.
511
512 * language/indian.el: Completely re-written.
513
514 * language/devanagari.el: Completely re-written.
515
516 * language/devan-util.el: Completely re-written.
517
518 * language/ind-util.el: New file.
519
520 2001-11-24 Richard M. Stallman <rms@gnu.org>
521
522 * startup.el (command-line-1): Don't do startup screen
523 if a subprocess is running. Call the startup screen buffer
524 "GNU Emacs". Make a special mode-line-format for it.
525
526 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
527 (browse-url-galeon): Use that variable.
528
529 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
530 eval-expression. Eval and set the variable simply.
531
532 * files.el (temporary-file-directory): Use defcustom.
533 (small-temporary-file-directory): Likewise.
534 (normal-backup-enable-predicate): Move down in file
535 after definition of temporary-file-directory.
536
537 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
538
539 2001-11-24 Colin Walters <walters@debian.org>
540
541 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
542 autoload names to match files renamed on initial calc import.
543
544 * calc/calc.el (Commentary): Cleanup, and add logistic curve
545 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
546
547 2001-11-23 Colin Walters <walters@debian.org>
548
549 * Makefile.in (finder_setwins, setwins): Include Calc again.
550
551 * calc/calc-rules.el: Add header comment.
552
553 2001-11-23 Andre Spiegel <spiegel@gnu.org>
554
555 * vc.el (with-vc-properties): Don't bind `filename' locally.
556 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
557 to avoid name clashes. Fix `lisp-indent-function' property for
558 both.
559
560 2001-11-23 Francesco Potorti` <pot@gnu.org>
561
562 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
563
564 2001-11-22 Colin Walters <walters@debian.org>
565
566 * calc/calc-misc.el (report-calc-bug):
567 Use `reporter-prompt-for-summary-p'.
568
569 * calc/INSTALL, calc/Makefile: Remove.
570
571 2001-11-22 Miles Bader <miles@gnu.org>
572
573 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
574 (reb-match-2, reb-match-3): Add dark-background variants.
575
576 2001-11-22 Colin Walters <walters@debian.org>
577
578 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
579 (info "Calc").
580 (report-calc-bug): Use reporter.el.
581
582 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
583
584 2001-11-21 Richard M. Stallman <rms@gnu.org>
585
586 * which-func.el (which-function): Call imenu--make-index-alist
587 if necessary to get a list of functions.
588 (which-function-imenu-failed): New variable.
589 (which-func-update): Handle all visible windows.
590 (which-func-update-1): New subroutine broken out of which-func-update.
591
592 * files.el (temporary-file-directory, null-device)
593 (small-temporary-file-directory): Definitions moved up.
594
595 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
596 (cperl-non-problems, cperl-praise): Doc fixes.
597
598 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
599 (sh-mode-syntax-table): Function restored.
600 Variable set up for use by function sh-mode-syntax-table.
601 (sh-set-shell): Set the syntax table.
602
603 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
604
605 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
606
607 * international/encoded-kb.el: Don't alter minor-map-alist.
608
609 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
610
611 * files.el (auto-save-file-name-transforms): Put remote files in
612 temporary-file-directory rather than /tmp.
613
614 2001-11-21 Colin Walters <walters@debian.org>
615
616 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
617 of (function ...) wrapper.
618
619 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
620
621 * derived.el (define-derived-mode): Create the abbrev-table
622 from inside the `defvar'.
623
624 * jit-lock.el (jit-lock-defer-time): New var.
625 (jit-lock-defer-timer, jit-lock-buffers): New vars.
626 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
627 (jit-lock-function): Defer fontification if requested.
628 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
629 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
630 text property.
631 (jit-lock-deferred-fontify): New fun.
632
633 2001-11-20 Richard M. Stallman <rms@gnu.org>
634
635 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
636 Set local-abbrev-table to lisp-mode-abbrev-table.
637
638 * emacs-lisp/re-builder.el (reb-mode):
639 Don't use define-derived-mode. Call kill-all-local-variables.
640
641 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
642 Don't use define-derived-mode.
643
644 * help-mode.el (help-mode): Undo 2001-10-07 change.
645
646 * replace.el (occur-mode): Undo 2001-5-20 change.
647
648 2001-11-20 Jason Rumney <jasonr@gnu.org>
649
650 * w32-fns.el (w32-system-coding-system): Change to an alias for
651 locale-coding-system.
652 (set-w32-system-coding-system): Document the above change.
653 Set locale-coding-system instead.
654
655 2001-11-20 Richard M. Stallman <rms@gnu.org>
656
657 * ruler-mode.el: Add pagination.
658 (ruler-mode-toggle-show-tab-stops): No need to
659 test `ruler-mode' variable.
660
661 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
662
663 * play/landmark.el: Mark lm-mode as special.
664
665 * play/gomoku.el: Mark gomoku-mode as special.
666
667 2001-11-20 Juanma Barranquero <lektu@terra.es>
668
669 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
670 (top-level): Bind it to C-c C-b.
671 (re-builder): Don't re-enter RE Builder Mode.
672
673 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
674
675 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
676
677 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
678 `manual-program'.
679
680 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
681 to a line without a comment.
682
683 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
684
685 * dired.el (dired-listing-switches): Mention in the doc string
686 that some switches are not supported by ls-lisp.el
687
688 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
689
690 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
691 (imenu--create-keymap-2): Remove.
692 (imenu--create-keymap-1): Simplify, remove third argument.
693 (imenu--generic-function): Use dolist.
694 (imenu-find-default): New function.
695 (imenu--completion-buffer): Use it.
696 (imenu--mouse-menu): Use popup-menu.
697 (imenu--menubar-select): Return t rather than calling imenu.
698
699 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
700 New functions, extracted from fill-region-as-paragraph.
701 (fill-region-as-paragraph): Use them.
702 Use an end marker instead of eob.
703 Ignore whitespace-only fill-prefixes when indenting according to mode.
704 Simplify the loop that searches for spaces backwards.
705
706 * textmodes/picture.el (picture-vertical-step)
707 (picture-horizontal-step): Don't use defconst for variables.
708
709 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
710 (mail-extract-address-components): Downcase domain names.
711 (mail-extr-delete-char): Remove. Use delete-char instead.
712
713 * emulation/pc-select.el: Doc string fixes.
714 (pc-selection-mode): Don't treat macos as a tty.
715
716 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
717
718 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
719
720 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
721 (mouse-wheel-progessive-speed): New var.
722 (mwheel-scroll): Use it and handle float values.
723
724 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
725
726 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
727 (iswitchb): Fix the case where the result was selected with the mouse.
728 (iswitchb-completion-help): Use the normal *Completions* now that
729 mouse selection works.
730 (iswitchb-minibuffer-setup): Simplify.
731
732 * newcomment.el (comment-column, comment-style, comment-multi-line)
733 (comment-auto-fill-only-comments): Remove :group arg.
734 (comment-padding): Add :type.
735 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
736 if called interactively.
737
738 2001-11-19 Colin Walters <walters@verbum.org>
739
740 * calc/calc.el (toplevel): Add comment and version header.
741 (calc-init-base): Bump version to 2.02f, update date.
742
743 2001-11-19 Richard M. Stallman <rms@gnu.org>
744
745 * net/browse-url.el: Support Mozilla and Galeon.
746 By default, find the installed browser whichever it is.
747 (browse-url-mozilla): New function.
748 (browse-url-mozilla-sentinel): New function.
749 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
750 (browse-url-default-browser): New function.
751 (browse-url-process-environment): Use browse-url-browser-display.
752 (browse-url-browser-display): Renamed from browse-url-netscape-display.
753 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
754 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
755 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
756 (browse-url-browser-function): New default, new options.
757
758 2001-11-19 Sam Steingold <sds@gnu.org>
759
760 * bindings.el (last-buffer, unbury-buffer): New function.
761 (mode-line-unbury-buffer): Use `unbury-buffer'.
762
763 2001-11-18 Stephen Eglen <stephen@gnu.org>
764
765 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
766 control behaviour when no further completion is possible.
767
768 2001-11-19 Colin Walters <walters@verbum.org>
769
770 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
771 (math-showing-full-precision, math-with-extra-prec, math-working)
772 (calc-with-default-simplification)
773 (calc-with-trail-buffer): Use backtick.
774 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
775 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
776 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
777 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
778 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
779 (Math-num-integerp, Math-bignum-test, Math-equal-int)
780 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
781 (calc-record-compilation-date-macro): Deleted. Callers updated.
782 (math-format-radix-digit): Move to calc-bin.el.
783
784 * calc/calc.el (calc-record-compilation-date): Remove.
785 (calc-bug-address): Update.
786 (calc-settings-file): Use `user-init-file'.
787
788 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
789 Handle null `calc-settings-file'.
790
791 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
792 * calc/calc-keypd.el (calc-keypad-mode): New.
793 (calc-do-keypad): Use it.
794 (calc-keypad-map): Move into `calc-keypad-mode'.
795
796 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
797 to defalias argument.
798
799 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
800 (calcFunc-floor): Ditto.
801
802 * calc-units.el (calcFunc-usimplify): Ditto.
803
804 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
805 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
806 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
807 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
808 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
809 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
810 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
811 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
812 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
813 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
814 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
815 and move them before their first use. Use `when', `unless'.
816 Remove trailing periods from error forms. Add description and
817 headers suggested by Emacs Lisp coding conventions.
818
819 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
820
821 * newcomment.el (comment-indent):
822 Fix misindentation for comment-only lines.
823 (comment-indent-new-line): Only obey comment-multi-line if the
824 comment-ender is not the end-of-line.
825
826 2001-11-19 Richard M. Stallman <rms@gnu.org>
827
828 * net/net-utils.el (network-connection-service-abbrev-alist):
829 New variable.
830
831 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
832 Advance to start of 3rd sexp by moving fwd and backing over it.
833 At first three elements, act like defun.
834
835 * delsel.el (delete-selection-pre-hook): Handle and resignal
836 file-supersession errors to interact properly with userlock.el.
837
838 2001-11-18 Richard M. Stallman <rms@gnu.org>
839
840 * progmodes/fortran.el (fortran-mode-syntax-table):
841 Specify punctuation syntax for backslash.
842
843 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
844 All calls deleted.
845
846 * international/mule-util.el (string-to-sequence): Make it obsolete.
847 (string-to-list, string-to-vector): Implement them directly
848 using append and vconcat, not with string-to-sequence.
849
850 * startup.el (command-line): Set abbrevs-changed to nil after
851 reading the init file and the abbrevs file.
852
853 * isearch.el (isearch): Use magenta2 as bg for (background light)
854
855 2001-11-17 Richard M. Stallman <rms@gnu.org>
856
857 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
858
859 * simple.el (minibuffer-history-sexp-flag): Doc fix.
860
861 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
862
863 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
864 If set and if applicable, add a regexp to highlight defun-like
865 text inside comments and strings.
866 (font-lock-fontify-keywords-region): Pass that new arg.
867 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
868 to the end and pass that new arg.
869 (c-font-lock-keywords-2): Fix regex for labels.
870 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
871 Make it work when LIMIT is several lines further.
872 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
873 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
874 Use backquote and make the regexes for `int a, b, c;' work on
875 multiple lines.
876
877 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
878 (font-lock-defaults-alist): Don't change it any more.
879 (reb-subexp-mode-map): Cleanup.
880
881 * custom.el (custom-current-group-alist): New var.
882 (custom-declare-group): Set it.
883 (custom-current-group): New fun.
884 (custom-declare-variable, custom-handle-all-keywords):
885 Use it as a default if no :group argument is specified.
886
887 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
888 (standard-keyboard-coding-systems): New var.
889 (set-locale-environment): Use it to decide whether or not to call
890 set-keyboard-coding-system.
891 (locale-language-names): Use \"French\" for "fr".
892
893 2001-11-17 Richard M. Stallman <rms@gnu.org>
894
895 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
896 (add-to-list): Delete compatibility code.
897 (checkdoc-next-message-error): Doc fix.
898
899 2001-11-17 Stephen Eglen <stephen@gnu.org>
900
901 * locate.el (locate): Show default locate pattern within the
902 prompt, but don't insert it into the minibuffer contents.
903 Catch the case when pattern is the empty string.
904
905 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
906
907 * language/european.el ("French"): New language environment.
908
909 2001-11-16 Richard M. Stallman <rms@gnu.org>
910
911 * calendar/todo-mode.el (todo-save): Fix previous change.
912
913 * subr.el (functionp): Do use cdr-safe on object.
914
915 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
916
917 * bindings.el (mode-line-mode-name): Only put the help-echo property
918 if the local-map property was put as well.
919 (global-map): Bind switch-frame, delete-frame, iconify-frame
920 and make-frame-visible events.
921
922 * emacs-lisp/elp.el (elp-not-profilable): New var.
923 (elp-not-profilable-p): New function.
924 (elp-instrument-function): Use it. Use backquotes and push.
925
926 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
927 (byte-stack+-info, byte-compile-last-warned-form)
928 (byte-compile-last-logged-file): Don't defconst a variable.
929 (no-byte-compile): Declare.
930 (byte-compile-file): Don't boundp-check no-byte-compile any more.
931 (byte-compile-defvar): Leave defconst as is.
932
933 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
934 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
935 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
936 (edebug-best-error): Don't defconst a variable.
937 (edebug-read-syntax-table): Use a char-table.
938 (edebug-lemacs-specific): Remove.
939 Toplevel: Eliminate check for Lucid Emacs.
940
941 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
942
943 * rect.el (move-to-column-force): Mark obsolete.
944 (operate-on-rectangle, delete-extract-rectangle-line)
945 (insert-rectangle, delete-whitespace-rectangle-line)
946 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
947 (string-rectangle-history): New var.
948 (string-rectangle, string-insert-rectangle): Use it.
949 (delete-rectangle-line): Fix pos/column mixup and simplify.
950
951 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
952 (normal-top-level, command-line, command-line-1): Simplify.
953
954 * tar-mode.el (tar-mode): Use define-derived-mode.
955
956 * view.el (view-mode-enable): Don't use make-local-hook.
957
958 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
959
960 2001-11-16 Richard M. Stallman <rms@gnu.org>
961
962 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
963 if it doesn't make sense as anything else.
964 Don't recognize a "telephone number" at the beginning of the name.
965 (mail-extr-leading-garbage): Match non-word characters only.
966
967 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
968
969 * startup.el (command-line-processed): Doc fix.
970
971 * apropos.el (apropos-next-label-button): Doc fix.
972
973 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
974
975 * comint.el (comint-mode): Simplify.
976 (make-comint-in-buffer): Run `comint-mode' only if necessary.
977
978 * subr.el (eval-after-load): Make it work with features as well.
979
980 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
981
982 * international/mule-cmds.el (describe-input-method): Setup xref.
983 (set-language-environment): Use functionp.
984 (locale-language-names, locale-charset-language-names)
985 (locale-preferred-coding-systems): Defconst and purecopy.
986
987 * language/european.el (mac-roman): Add mime-charset property.
988
989 2001-11-15 Richard M. Stallman <rms@gnu.org>
990
991 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
992 (multiple-value-apply, nth-value): Use defsubst rather than defalias
993 to get better doc strings.
994
995 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
996
997 * derived.el: Fix autoload cookie.
998
999 2001-11-15 Richard M. Stallman <rms@gnu.org>
1000
1001 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
1002
1003 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1004
1005 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
1006
1007 2001-11-15 Richard M. Stallman <rms@gnu.org>
1008
1009 * dired.el (dired-undo): Display a message to explain
1010 that this does not undo file system changes.
1011
1012 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
1013
1014 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
1015 into `unread-command-events' instead of trying keymap
1016 lookups ourselves. This makes mouse-clicks do the right
1017 thing even when keymaps of overlays are involved.
1018 (mouse-drag-drag): Likewise.
1019
1020 2001-11-15 Andreas Schwab <schwab@suse.de>
1021
1022 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
1023 characters and append anchor to pattern added to auto-mode-alist.
1024
1025 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1026
1027 * server.el (server-process-filter): Run pore/post-comment-hook
1028 before/after visiting the file.
1029
1030 * info-look.el (makefile-mode): Add info for automake.
1031 (autoconf-mode): Fix the name of the index for automake.
1032
1033 * international/latin-9.el: Give pilcrow punctuation syntax.
1034
1035 2001-11-15 Andre Spiegel <spiegel@gnu.org>
1036
1037 * vc.el: Documentation fixes.
1038
1039 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
1040
1041 * smerge-mode.el (smerge-match-conflict): Fix typo.
1042 (smerge-diff): Be careful to read match-data early enough.
1043
1044 2001-11-14 Colin Walters <walters@verbum.org>
1045
1046 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
1047 (calcFunc-subst): Use `defalias' instead of `fset' and
1048 `symbol-function'.
1049
1050 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
1051 (calcFunc-ceil, calcFunc-round): Ditto.
1052
1053 * calc/calc-bin.el (calcFunc-clip): Ditto.
1054
1055 * calc/calc-ext.el (calcFunc-evalv): Ditto.
1056
1057 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
1058
1059 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
1060 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
1061
1062 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
1063
1064 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
1065 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
1066 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
1067 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
1068 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
1069 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
1070 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
1071 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
1072 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
1073 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
1074 * calcsel2.el: Style cleanup; don't put closing parens on their
1075 own line, add "foo.el ends here" to each file, and update
1076 copyright date.
1077
1078 * README: Update maintainer.
1079
1080 2001-11-13 Alan Shutko <ats@acm.org>
1081
1082 * compile.el (recompile): Use compilation-arguments if set, so as
1083 to be able to M-x recompile the exact command which created a
1084 compilation-mode buffer.
1085
1086 2001-11-13 Richard M. Stallman <rms@gnu.org>
1087
1088 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
1089
1090 2001-11-13 Gerd Moellmann <gerd@gnu.org>
1091
1092 * mouse.el (mouse-drag-region): Don't run the up-event
1093 handler if window start changed due to the down-mouse event.
1094
1095 2001-11-13 Richard M. Stallman <rms@gnu.org>
1096
1097 * mouse.el (mouse-show-mark): Either move point to the mark
1098 or use highlighting, never both.
1099 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
1100
1101 2001-11-13 Simon Josefsson <jas@extundo.com>
1102
1103 * mail/smtpmail.el (top-level): Change maintainer to Simon
1104 Josefsson, cleanup the smtpmail.el header.
1105
1106 * mail/smtpmail.el (top-level): Don't require cl or base64.
1107 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1108 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
1109 Defsubst instead of defmacro.
1110 (smtpmail-intersection): Return value in reverse order.
1111 (smtpmail-open-stream): Use stringp instead of string-to-list.
1112 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
1113 separated from smtpmail-via-smtp.
1114
1115 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
1116 rfc2104. Require base64 and cl.
1117 (smtpmail-smtp-service): Doc fix. :type fix.
1118 (smtpmail-debug-info): Doc fix.
1119 (smtpmail-debug-verb, smtpmail-auth-credentials)
1120 (smtpmail-starttls-credentials, smtpmail-auth-supported):
1121 New variables.
1122 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
1123 mail-utils (it is autoloaded).
1124 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1125 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
1126 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
1127 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
1128 (smtpmail-via-smtp): Support AUTH.
1129 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
1130
1131 2001-11-13 Richard M. Stallman <rms@gnu.org>
1132
1133 * ebuff-menu.el (electric-buffer-update-highlight): New function.
1134 (electric-buffer-overlay): New variable.
1135 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
1136 (electric-buffer-list): Likewise.
1137
1138 2001-11-13 Per Starback <starback@ling.uu.se>
1139
1140 * isearch.el (isearch-whitespace-chars): Doc fix.
1141 (isearch-mode): Handle negative search-slow-window-lines correctly.
1142
1143 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
1144
1145 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
1146
1147 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
1148 From Emmanuel Briot <briot@act-europe.fr>.
1149
1150 2001-11-13 Colin Walters <walters@debian.org>
1151
1152 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
1153
1154 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
1155 "~/.emacs"; use `read-file-name'.
1156
1157 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
1158 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
1159 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
1160 * calc/calc.el: Use `frame-width' instead of `screen-width',
1161 `frame-height' instead of `screen-height', and,
1162 `executing-kbd-macro' instead of `executing-macro'.
1163
1164 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
1165 correct number of arguments.
1166
1167 * calc/calc-aent.el (calc-do-alg-entry):
1168 Use `blink-paren-function' instead of `blink-paren-hook'.
1169
1170 2001-11-12 Richard M. Stallman <rms@gnu.org>
1171
1172 * calendar/todo-mode.el (todo-save): Add save-excursion
1173 and save-restriction.
1174
1175 * server.el (server-edit, server-done): Doc fix.
1176
1177 * simple.el (clone-indirect-buffer): Error if major mode symbol
1178 has a no-clone-indirect property.
1179 (clone-buffer): Check for obvious errors before reading clone name.
1180
1181 * info.el (Info-mode): Add a no-clone-indirect property.
1182
1183 2001-11-12 Sam Steingold <sds@gnu.org>
1184
1185 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1186 set-buffer-modified-p to nil after `vc-exec-after'.
1187 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1188 (log-view-mode): Make read-only.
1189 (log-view-current-file): Do final `expand-file-name' in the
1190 current `default-directory'.
1191 (log-view-current-tag): Take an optional `where' arg.
1192 (log-view-diff): New user command.
1193
1194 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1195
1196 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1197
1198 2001-11-12 Sam Steingold <sds@gnu.org>
1199
1200 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1201 `generic-flet', `generic-labels', `with-accessors',
1202 `with-condition-restarts'.
1203
1204 2001-11-12 Richard M. Stallman <rms@gnu.org>
1205
1206 * dired.el: Many trivial doc fixes.
1207 (dired-get-file-for-visit): New function.
1208 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1209 (dired-view-file, dired-find-file-other-window, dired-display-file):
1210 (dired-find-file): Use dired-get-file-for-visit.
1211
1212 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1213
1214 * sql.el (sql-mode): Doc change.
1215
1216 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1217 escape character.
1218
1219 2001-11-12 Colin Walters <walters@debian.org>
1220
1221 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1222 (calc-do-keypad): Don't attempt to use nonexistent global
1223 mouse-map, use calc-keypad-map.
1224 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1225 (calc-keypad-left-click): Don't use mouse-map; update to new event
1226 interface.
1227 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1228 (calc-keypad-press): Use `unread-command-events' instead of
1229 `unread-command-char'.
1230
1231 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1232 to match files renamed on initial calc import.
1233
1234 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1235
1236 * textmodes/flyspell.el (flyspell-default-dictionary):
1237 Fix previous change.
1238
1239 2001-11-12 Richard M. Stallman <rms@gnu.org>
1240
1241 * textmodes/flyspell.el (flyspell-default-dictionary):
1242 Fix custom type.
1243
1244 2001-11-11 Richard M. Stallman <rms@gnu.org>
1245
1246 * calendar/solar.el (solar-sunrise-and-sunset):
1247 Exchange the two extreme values of day-length.
1248
1249 * progmodes/sh-script.el (sh-must-be-shell-mode):
1250 Allow modes derived from sh-mode.
1251
1252 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1253 Turn off error in some re-search-forward calls.
1254
1255 * replace.el (query-replace-skip-read-only): New variable.
1256 (perform-replace): If that variable is non-nil, ignore matches
1257 that have a read-only property.
1258
1259 * derived.el (define-derived-mode): Doc fix.
1260
1261 * server.el (server-buffer-done): Test of server-existing-buffer
1262 was backwards.
1263 (server-existing-buffer): Doc fix.
1264
1265 * textmodes/flyspell.el (flyspell-default-dictionary):
1266 Allow nil as value, and make nil the default.
1267
1268 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1269
1270 * subdirs.el: Regenerated.
1271
1272 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1273 it is not fboundp.
1274 (clipboard-yank): Ditto.
1275
1276 2001-11-11 Colin Walters <walters@verbum.org>
1277
1278 The following changes are based on patches from
1279 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1280 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1281
1282 * calc/calc.el (toplevel): Require calc-macs.
1283 (calc-minibuffer-size): New.
1284 (calcDigit-nondigit): Use it instead of `buffer-size'.
1285 (calcDigit-backspace): Likewise.
1286 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1287 `buffer-string'.
1288 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1289 `point-min'.
1290 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1291 `save-excursion'.
1292
1293 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1294 simple `setq' form.
1295
1296 * calc/calc-ext.el: (toplevel): Require calc.
1297 (calc-fancy-prefix-map): New.
1298 (calc-fancy-prefix): Use it.
1299 (calc-fancy-prefix-other-key): New.
1300
1301 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1302 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1303 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1304 (calcAlg-enter): Likewise.
1305 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1306
1307 2001-11-10 Richard M. Stallman <rms@gnu.org>
1308
1309 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1310 (quietly-read-abbrev-file): Doc fix.
1311
1312 * startup.el (command-line): Read standard abbrev
1313 file (abbrev-file-name), if it exists.
1314
1315 * files.el (save-abbrevs): Default value is t.
1316
1317 * progmodes/compile.el (compile-goto-error): Fix previous change
1318 in the case where subsequent errors have not been parsed yet
1319 because they are in a different source file.
1320
1321 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1322
1323 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1324 Merge two regular expressions into one.
1325 (ps-mode): Make local bindings for `comment-start' and
1326 `comment-start-skip'.
1327 (ps-mode-looking-at-nested): Simplify an if-else construct;
1328 use `set-match-data' to set the result.
1329
1330 2001-11-10 Richard M. Stallman <rms@gnu.org>
1331
1332 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1333 Function deleted.
1334 (flyspell-correct-word): Old definition deleted.
1335 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1336 All references renamed too.
1337
1338 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1339
1340 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1341
1342 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1343
1344 * wid-edit.el (checklist): Removed `:menu-tag'.
1345 (radio-button-choice): Ditto.
1346 (editable-list): Ditto.
1347
1348 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1349
1350 * play/gomoku.el: Move definitions of constants to the beginning
1351 of file, before their use.
1352
1353 2001-11-09 Richard M. Stallman <rms@gnu.org>
1354
1355 * textmodes/flyspell.el: Use the keymap property
1356 instead of local-map, and don't use a minor-mode map.
1357 (flyspell-mode-map): Variable deleted.
1358 Don't mess with minor-mode-map-alist.
1359 (calling add-minor-mode): Specify nil for keymap.
1360 And always use add-minor-mode, now that it exists.
1361 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1362 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1363 or flyspell-local-mouse-map.
1364 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1365 (flyspell-mode): Doc fix.
1366 (flyspell-mode-on): Don't call make-local-hook.
1367
1368 2001-11-09 Sam Steingold <sds@gnu.org>
1369
1370 * emacs-lisp/debug.el (debugger-make-xrefs):
1371 Add buttons to all symbols.
1372
1373 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1374
1375 * vc.el: Add John David Smith to credits.
1376
1377 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1378
1379 * vc-hooks.el (vc-error-occured): Backquotified.
1380 (vc-file-prop-obarray): Use prime length for better efficiency.
1381
1382 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1383
1384 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1385
1386 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1387
1388 2001-11-09 Miles Bader <miles@gnu.org>
1389
1390 * subr.el (functionp): Don't consider macros as functions.
1391
1392 2001-11-08 Miles Bader <miles@gnu.org>
1393
1394 * subr.el (functionp): Make work correctly for macros and unbound
1395 symbols.
1396
1397 * comint.el (comint-send-input): Fix description of
1398 `comint-process-echoes' in the doc-string.
1399
1400 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1401
1402 * international/mule.el (make-translation-table): Doc fix.
1403 Suggested by Alex Schroeder <alex@gnu.org>.
1404
1405 2001-11-07 Richard M. Stallman <rms@gnu.org>
1406
1407 * info.el (Info-fontify-node): Highlight every third menu item.
1408
1409 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1410
1411 * cus-edit.el (custom-face-value-create): Don't ignore the
1412 `customized-face' attribute when finding the current face spec.
1413
1414 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1415
1416 * subr.el (with-local-quit): New macro.
1417 (make-syntax-table): Always inherit.
1418 (functionp): Be more careful when `object' is a symbol.
1419
1420 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1421
1422 2001-11-07 Paul Eggert <eggert@twinsun.com>
1423
1424 * dired.el (dired-move-to-filename-regexp):
1425 Do not distinguish between ASCII letters and non-ASCII characters.
1426 Don't allow comma except in the form "month day, year".
1427 Don't allow space between month name and comma.
1428 Clean up the code that checks for trailing period, comma, and space.
1429 Remove now-obsolete comments, and add more commentary about
1430 Japanese dates.
1431 Always gobble up trailing spaces, instead of doing it only sometimes.
1432
1433 2001-11-07 Miles Bader <miles@gnu.org>
1434
1435 * paren.el (show-paren-match-face): Add dark-background variant.
1436
1437 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1438
1439 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1440 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1441 Don't disable adaptive-fill-mode.
1442 (lisp-fill-paragraph): Use tab-width rather than 8.
1443 Prevent filling the first line of docstrings.
1444
1445 2001-11-06 Richard M. Stallman <rms@gnu.org>
1446
1447 * play/gomoku.el (gomoku): Doc fix.
1448
1449 * jka-compr.el (jka-compr-partial-uncompress):
1450 Support an alternative of not using dd.
1451 (jka-compr-dd-program): Use defcustom to define this.
1452 (jka-compr-load-suffixes): Use defcustom.
1453 (jka-compr-mode-alist-additions): Use defcustom.
1454
1455 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1456
1457 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1458 Also work when LIMIT is further than the end of line.
1459
1460 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1461
1462 * international/quail.el (quail-update-leim-list-file): Print the
1463 offending file name if some of its quail-define-package forms is broken.
1464
1465 2001-11-05 Richard M. Stallman <rms@gnu.org>
1466
1467 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1468 of the evaluated form.
1469
1470 2001-11-05 Paul Eggert <eggert@twinsun.com>
1471
1472 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1473 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1474 stamps always line up by default. Also, it uses a slightly
1475 different window to determine whether files are "recent".
1476
1477 2001-11-05 Andrew Innes <andrewi@gnu.org>
1478
1479 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1480 Don't attempt to remake autoloads before nuking .elc files.
1481
1482 2001-11-04 Richard M. Stallman <rms@gnu.org>
1483
1484 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1485 previous-single-property-change or next-single-char-property-change
1486 returns nil.
1487
1488 * international/mule-cmds.el (set-locale-environment):
1489 Make it interactive; make arg optional.
1490
1491 * international/mule-diag.el (help-funs): Require help-funs.
1492
1493 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1494
1495 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1496
1497 2001-11-04 Miles Bader <miles@gnu.org>
1498
1499 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1500 shadow of the splash image grey on a dark background instead of black.
1501
1502 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1503
1504 * term.el (all faces): Don't (copy-face 'default <foo>).
1505
1506 * term/xterm.el (function-key-map):
1507 Add entry for `ESC [ 3 ~' -> <delete>
1508 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1509 Use inheritance so that .emacs and terminfo take precedence.
1510
1511 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1512
1513 * tooltip.el (tooltip-delay): Decrease to 0.7.
1514 (tooltip-hide-delay): Enlarge to 10.
1515
1516 2001-11-03 Richard M. Stallman <rms@gnu.org>
1517
1518 * startup.el (fancy-splash-tail): Explain how to recover
1519 from a crash, if there was a crash.
1520 (command-line-1): Reorganize display of startup screen,
1521 to simplify the logic. Use a temp buffer for it.
1522
1523 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1524
1525 * frame.el (set-background-color, set-foreground-color):
1526 Call face-set-after-frame-default, to propagate the new colors to
1527 the frame's parameters alist.
1528
1529 * calendar/timeclock.el (timeclock-out): Signal an error if
1530 timeclock-last-event is nil.
1531
1532 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1533
1534 * textmodes/fill.el (fill-context-prefix): Fix braino.
1535
1536 * international/quail.el (quail-help):
1537 Use `help-buffer' and move `help-setup-xref' to beginning.
1538
1539 * international/mule-cmds.el (describe-language-environment):
1540 Use `help-buffer' and move `help-setup-xref' to beginning.
1541
1542 * international/mule-diag.el (list-character-sets)
1543 (sort-listed-character-sets, describe-character-set)
1544 (describe-coding-system, describe-fontset, list-fontsets):
1545 Use `help-buffer' and move `help-setup-xref' to beginning.
1546 (describe-char-after): Use `internal-describe-syntax-value'.
1547
1548 2001-11-02 Richard M. Stallman <rms@gnu.org>
1549
1550 * mouse.el (popup-menu): If the user refuses to select
1551 from a menu, don't try to invoke the menu.
1552
1553 2001-11-02 Miles Bader <miles@gnu.org>
1554
1555 * help-mode.el (help-xref): New button type.
1556 (help-function, help-variable, help-face, help-coding-system)
1557 (help-input-method, help-character-set, help-type, help-symbol)
1558 (help-back, help-info, help-customize-variable, help-customize-face)
1559 (help-function-def, help-variable-def): Use it as a supertype.
1560 Remove `action' property.
1561
1562 * international/mule-diag.el (describe-character-set)
1563 (describe-coding-system): Pass correct args to `help-xref-button'.
1564 (sort-listed-character-sets): New button type.
1565 (list-character-sets): Use it.
1566 (list-charset-chars): New button type.
1567 (list-character-sets-1): Use it.
1568
1569 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1570
1571 * indent.el (tab-always-indent, indent-for-tab-command):
1572 Remove redundant `never' setting.
1573
1574 * fill.el (fill-region-as-paragraph): Don't forget to skip
1575 over current whitespace before looking for a preceding space.
1576
1577 2001-11-01 Richard M. Stallman <rms@gnu.org>
1578
1579 * files.el (file-newest-backup): Don't pass backup file name
1580 thru file-name-sans-versions, because it never has version numbers.
1581
1582 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1583 to avoid ambiguous nested loops.
1584
1585 * files.el (find-file-noselect): Offer to change buffer-read-only
1586 only when the file's read-only status has changed from before
1587 as well as disagreeing with the buffer's current status.
1588 (buffer-file-read-only): New var, local in all buffers.
1589
1590 * buff-menu.el (buffer-menu): Doc fix.
1591 (buffer-menu-other-window): Doc fix.
1592 (list-buffers, list-buffers-noselect): Doc fix.
1593
1594 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1595
1596 * startup.el (command-line): If the terminal Emacs is running on
1597 has erase char set to ^H, use the Backspace key for deleting
1598 backward, and the Delete key for deleting forward.
1599
1600 2001-11-01 Miles Bader <miles@gnu.org>
1601
1602 * button.el (define-button-type): Make sure every user-defined
1603 button type has a supertype.
1604
1605 2001-10-31 Jason Rumney <jasonr@gnu.org>
1606
1607 * international/mule-cmds.el (locale-language-names): Add chs and
1608 cht as aliases for Chinese-GB and Chinese-BIG5.
1609
1610 2001-10-31 Richard M. Stallman <rms@gnu.org>
1611
1612 * bindings.el (mode-line-frame-identification): Add doc string.
1613 (mode-line-position, mode-line-modes): New variables.
1614 (mode-line-format): Use mode-line-position for the part
1615 that displays the position-in-buffer info.
1616 Use mode-line-modes for the part that displays major and minor modes.
1617
1618 2001-10-31 Sam Steingold <sds@gnu.org>
1619
1620 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1621 (debugger-setup-buffer): Call it.
1622 (debugger-mode-map): Bind RET and mouse-2.
1623
1624 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1625
1626 * startup.el: Document command line option --no-window-system
1627 instead of --no-windows.
1628
1629 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1630
1631 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1632
1633 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1634 (font-lock-defaults-alist): Use it.
1635 From David Ponce <david.ponce@wanadoo.fr>
1636
1637 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1638 output of `char-after'.
1639
1640 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1641
1642 * simple.el (reindent-then-newline-and-indent): Insert the newline
1643 before indenting the first line.
1644 (undo-get-state, undo-revert-to-state): New funs.
1645 (shell-command): Don't kill the buffer even if empty.
1646 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1647 (transpose-subr-end2): Remove.
1648 (transpose-subr): Add `special' arg and simplify.
1649 (transpose-subr-1): Rewrite.
1650 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1651 (rfc822-goto-eoh): Simplify.
1652
1653 2001-10-30 Richard M. Stallman <rms@gnu.org>
1654
1655 * enriched.el (enriched-face-ans): FIx previous change.
1656
1657 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1658
1659 * international/iso-acc.el (iso-accents-compose): Remove a
1660 superfluous setq.
1661
1662 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1663
1664 * buff-menu.el (list-buffers-noselect): If the buffer's name
1665 starts with a blank, but it visits a file, do show it (for files
1666 whose names start with a blank).
1667
1668 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1669
1670 * textmodes/fill.el (sentence-end-double-space)
1671 (sentence-end-without-period): Move to paragraphs.el.
1672 (fill-indent-according-to-mode): Change default to t.
1673 (fill-context-prefix): Simplify control-flow and use a more
1674 sophisticated merge that unifies both previous checks.
1675 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1676 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1677 (fill-nobreak-p): New fun.
1678 (fill-region-as-paragraph): Use it.
1679 Handle `fill-indent-according-to-mode' slightly differently.
1680 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1681 (fill-individual-paragraphs-citation): Fix.
1682
1683 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1684 (paragraph-start): Change default to the `text-mode' value.
1685 (sentence-end-double-space, sentence-end-without-period):
1686 Move from fill.el.
1687 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1688 rather than rebinding `paragraph-start' and `paragraph-separate'.
1689
1690 * indent.el (indent-line-function): Change default to indent-relative.
1691 (tab-always-indent): Add an `never' setting.
1692 (indent-according-to-mode): Handle `indent-relative' and
1693 `indent-relative-maybe' specially.
1694 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1695 Handle the `never' case for `tab-always-indent'.
1696 Don't call indent-according-to-mode for indent-relative' and
1697 `indent-relative-maybe'.
1698 (insert-tab): Rename `prefix-arg' to `arg'.
1699 (indent-region): Indent the first line as well.
1700 (indent-relative): Don't mark the buffer modified if the indentation
1701 is unchanged.
1702
1703 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1704 Don't set paragraph-separate. Set paragraph-start more carefully.
1705 Set indent-line-function.
1706 (paragraph-indent-text-mode): Use it and define-derived-mode.
1707 (text-mode-map): Remove the \t binding.
1708 (text-mode): Simplify now that the default is more favorable.
1709
1710 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1711
1712 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1713 If the regexp doesn't match, use a looser one.
1714 (find-variable-noselect): Add `file' argument.
1715
1716 * pcvs.el (cvs-mode-commit-hook): New hook.
1717 (cvs-mode-commit): Run it.
1718
1719 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1720
1721 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1722 (edebug-instrument-function): Use `find-function-noselect'.
1723
1724 2001-10-29 Richard M. Stallman <rms@gnu.org>
1725
1726 * term.el (term-if-emacs19): Macro deleted.
1727 Callers changed to use progn instead.
1728
1729 * frame.el (blink-cursor-mode): Doc fix.
1730
1731 * files.el (find-backup-file-name): Use make-backup-file-name.
1732
1733 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1734 window-live-p.
1735 (edebug-set-conditional-breakpoint): Unconditionally use
1736 the former Emacs >=19 definition.
1737 (edebug-mark): Define unconditionally.
1738 (edebug-eval-expression): Always call read-from-minibuffer
1739 and specify history list.
1740 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1741 edebug-set-conditional-breakpoint.
1742 (edebug-emacs-version-specific): Function deleted;
1743 do the job at top level.
1744 (edebug-emacs-19-specific): Function deleted, this is the default.
1745
1746 2001-10-29 Sam Steingold <sds@gnu.org>
1747
1748 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1749 "/cygdrive/LETTER/" pathnames.
1750
1751 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1752
1753 * faces.el (invert-face): Check for 'unspecified, not for nil,
1754 when testing whether face colors are not specified.
1755 From David.Kastrup@t-online.de (David Kastrup).
1756 (read-face-name): Doc fix.
1757 (make-face-bold, make-face-unbold, make-face-italic)
1758 (make-face-unitalic, make-face-bold-italic, invert-face):
1759 Remove trailing blank from the prompt passed to read-face-name.
1760
1761 2001-10-29 Sam Steingold <sds@gnu.org>
1762
1763 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1764 Report numbers of files skipped and failed too.
1765 (byte-compile-file): Return 'no-byte-compile for skipped files.
1766
1767 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1768
1769 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1770 and `M p'.
1771
1772 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1773
1774 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1775 as is on unread-command-events instead of `(SECOND-CHAR)'.
1776
1777 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1778
1779 * vc.el: Mention vc-*-switches in backend API documentation.
1780 (vc-annotate): Adapt doc string to recent change.
1781
1782 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1783
1784 * enriched.el (enriched-face-ans): Handle face attributes
1785 of the form `(FACE1 FACE2 ...)'.
1786
1787 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1788
1789 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1790
1791 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1792
1793 * progmodes/sql.el (sql-db2): Doc change.
1794 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1795 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1796
1797 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1798
1799 * env.el (substitute-env-vars): Don't quote argument to `rx';
1800 it's a macro.
1801
1802 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1803
1804 * cus-start.el (recursive-load-depth-limit): Added.
1805
1806 2001-10-28 Richard M. Stallman <rms@gnu.org>
1807
1808 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1809 All uses removed--assume Emacs version is >= 20.
1810
1811 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1812 by really checking that it is not version 18.
1813
1814 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1815
1816 2001-10-28 Miles Bader <miles@gnu.org>
1817
1818 * faces.el (face-attribute): Add INHERIT argument, consider face
1819 inheritance if it's non-nil.
1820 (face-attribute-merged-with): New function.
1821 (face-attribute-specified-or): New macro.
1822 (face-foreground, face-background, face-stipple): Add INHERIT
1823 argument. Use `face-attribute-specified-or'.
1824
1825 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1826
1827 * font-lock.el: Require `syntax'.
1828 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1829 Use `c-font-lock-syntactic-face-function' for c languages.
1830 (font-lock-mode): Don't unset vars when turning the mode off.
1831 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1832 (font-lock-extra-managed-props): New var.
1833 (font-lock-default-unfontify-region): Use it.
1834 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1835 Don't eval the value when there's no match.
1836 (font-lock-ppss-stats): New var.
1837 (font-lock-ppss): New fun.
1838 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1839 (font-lock-apply-highlight): Allow `highlight' to set several props.
1840 (font-lock-set-defaults): Use dolist.
1841 (font-lock-unset-defaults): Remove.
1842 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1843 Try to recognize prototypes using `foo P_ ((args))'.
1844 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1845 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1846 (c-font-lock-syntactic-face-function): New function.
1847 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1848 (c++-keywords): Use a more sophisticated regexp to handle
1849 shallowly nested templates.
1850
1851 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1852
1853 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1854 (sgml-tag): Use it. Cleanup with `cond'.
1855 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1856 Mark the overlays and only delete those that are marked.
1857 (sgml-skip-close-p): Remove.
1858 (sgml-value): Replace sgml-skip-close-p with its definition.
1859 (html-tag-alist): Use sgml-xml a bit more.
1860 (html-mode): Set sgml-empty-tags.
1861
1862 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1863 (texinfo-update-node, texinfo-sequential-node-update):
1864 Don't bind the obsolete `auto-fill-hook'.
1865 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1866 Use `set-buffer' rather than `switch-to-buffer'.
1867 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1868 Use `set-buffer' rather than `switch-to-buffer'.
1869
1870 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1871 text-mode-syntax-table.
1872 (mail-mode): Use define-derived-mode.
1873 Fix ordering of alternatives in adaptive-fill-regexp.
1874 (mail-mode-map): Don't rely on keymap's internal representation.
1875
1876 2001-10-27 Sam Steingold <sds@gnu.org>
1877
1878 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1879 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1880 (sgml-mode-common): Call it.
1881 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1882 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1883 (html-horizontal-rule, html-image, html-ordered-list):
1884 (html-unordered-list, html-list-item, html-paragraph):
1885 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1886 `html-xhtml'.
1887
1888 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1889
1890 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1891 (ifnothtml): New alias.
1892
1893 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1894
1895 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1896 (toggle-text-mode-auto-fill): Use derived-mode-p.
1897
1898 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1899
1900 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1901 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1902
1903 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1904
1905 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1906 Add make-obsolete cookies, to follow faces.el.
1907
1908 These changes avoid warnings from the byte compiler in faces.el:
1909
1910 * faces.el (internal-get-face): Use facep instead of the obsolete
1911 internal-find-face.
1912 (internal-frob-font-weight, internal-frob-font-slant):
1913 New defaliases for obsolete functions.
1914 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1915 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1916 (x-make-font-bold-italic): Use internal-frob-font-weight and
1917 internal-frob-font-slant aliases instead of the obsolete
1918 x-frob-... functions.
1919
1920 2001-10-26 Sam Steingold <sds@gnu.org>
1921
1922 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1923 DOCTYPE; set `mode-name' based on it.
1924 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1925 (sgml-tag): Close empty tags in XHTML.
1926
1927 2001-10-26 Jason Rumney <jasonr@gnu.org>
1928
1929 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1930 when UNICODE is not defined.
1931
1932 2001-10-26 Sam Steingold <sds@gnu.org>
1933
1934 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1935 be alone on the line.
1936
1937 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1938
1939 * button.el (button): Special face definition for MS-DOS terminals.
1940
1941 2001-10-26 Sam Steingold <sds@gnu.org>
1942
1943 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1944 Protect the /= test by checking that the args are non-nil.
1945 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1946
1947 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1948
1949 * textmodes/artist.el (artist-version): 1.2.4.
1950 (artist-butlast-fn): New variable.
1951 (artist-butlast): New function.
1952 (artist-ellipse-mirror-quadrant): Use it.
1953 (artist-mouse-draw-poly): Use nil for `point-list'.
1954 (artist-mouse-draw-poly): Check for point-list being nil.
1955
1956 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1957
1958 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1959 lambda expression.
1960 (ps-mode-menu-main): Submenu with options on/off was replaced with
1961 a toggle button.
1962 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1963 (ps-mode): Autoload cookie added on same line as comment
1964 (ps-mode-tabkey, ps-mode-backward-delete-char):
1965 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1966 `indent-to' with `indent-line-to'
1967 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1968 instead of `eval'.
1969 (ps-mode-print-region): Use `with-temp-buffer'.
1970 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1971 (numerous places): Add back-tick and tick around names in
1972 docstrings, fix punctuation in docstrings, remove trailing spaces.
1973
1974 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1975
1976 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1977 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1978 (sgml-font-lock-syntactic-keywords): New var.
1979 (sgml-mode-common): Drop the two args.
1980 Don't make buffer-local variables that aren't used.
1981 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1982 Don't set `before-string' props from sgml-display-text.
1983 (sgml-mode): Use define-derived-mode.
1984 (sgml-tags-invisible): Use sgml-display-text.
1985 (sgml-quote): New command.
1986 (html-tag-alist): Add args for `span'.
1987 (html-mode): Use define-derived-mode.
1988 Set sgml-display-text and sgml-tag-face-alist.
1989
1990 2001-10-25 Sam Steingold <sds@gnu.org>
1991
1992 * add-log.el (add-log-always-start-new-record): New user option.
1993 (add-change-log-entry): Use it.
1994
1995 2001-10-25 Richard M. Stallman <rms@gnu.org>
1996
1997 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1998 bind case-fold-search if FROM is not all lower case.
1999
2000 2001-10-25 Gerd Moellmann <gerd@gnu.org>
2001
2002 * startup.el (normal-top-level): Check for frame-initial-frame
2003 only if it's really used.
2004
2005 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
2006
2007 * progmodes/compile.el (compilation-parse-errors-filename-function):
2008 New variable.
2009 (compilation-parse-errors): Use it.
2010
2011 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
2012
2013 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
2014 interactively so that C-u M-C-x still does edebug.
2015 (checkdoc-sentencespace-region-engine): Don't force a double-space
2016 after `.' if it doesn't look like an end-of-sentence.
2017 (debug-ignored-errors): Add `disambiguate ...'.
2018
2019 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
2020
2021 * textmodes/texinfo.el (texinfo-environments)
2022 (texinfo-environment-regexp): Hoist.
2023 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
2024 Only highlight the menu name in menu items.
2025 Setup `@foo ... @end foo' as text clones.
2026 (texinfo-clone-environment): New function.
2027 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
2028 (texinfo-insert-block): Simplify.
2029 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
2030 the command is repeated.
2031 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
2032 (texinfo-insert-@end): Simplify.
2033
2034 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
2035 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
2036 (texinfo-subsubsection-level-regexp)
2037 (texinfo-update-menu-same-level-regexps)
2038 (texinfo-update-menu-higher-regexps)
2039 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
2040
2041 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
2042 (derived-mode-p): Autoload.
2043
2044 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
2045 New vars and functions.
2046 (text-clone-maintain, text-clone-create): New functions.
2047
2048 2001-10-25 Miles Bader <miles@gnu.org>
2049
2050 * facemenu.el (facemenu-add-new-face): Fix variable names.
2051
2052 2001-10-24 Richard M. Stallman <rms@gnu.org>
2053
2054 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
2055 of t and nil values.
2056 (facemenu-set-face): Handle START and END interactively.
2057 (facemenu-set-foreground): Don't use a face; specify color directly.
2058 (facemenu-set-background): Likewise.
2059 (facemenu-set-face-from-menu): Doc fix.
2060 (facemenu-active-faces): Use face-attribute-vector
2061 to handle bare attributes not in faces.
2062 (facemenu-get-face): Don't handle face names fg:... and bg:...
2063 specially.
2064 (facemenu-add-new-face): New argument MENU.
2065 New way to handle adding colors to the color menus.
2066
2067 * env.el (substitute-env-vars): Quote the arg to rx.
2068
2069 2001-10-24 Sam Steingold <sds@gnu.org>
2070
2071 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
2072 Control" and "SGML" groups.
2073
2074 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2075
2076 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2077 Better handling of C++ template args to avoid confusion with `<'
2078 and `>' used as operators in member init expressions.
2079
2080 2001-10-24 Gerd Moellmann <gerd@gnu.org>
2081
2082 * replace.el (perform-replace): Move START and END parameters
2083 to the end of the argument list and make them optional.
2084
2085 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
2086 perform-replace.
2087
2088 * international/fontset.el (x-must-resolve-font-name): New function.
2089 (x-complement-fontset-spec): Use it.
2090
2091 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
2092
2093 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
2094
2095 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2096 Turn caadr into caar of cdr.
2097
2098 2001-10-23 Gerd Moellmann <gerd@gnu.org>
2099
2100 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
2101 of mouse-{1,2} since dragging is on the down event.
2102
2103 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
2104
2105 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
2106 if ARG is nil.
2107
2108 * desktop.el (desktop-last-buffer): New variable.
2109 (desktop-create-buffer): Set it.
2110 (desktop-read): Bind it and switch to that buffer.
2111
2112 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2113
2114 * progmodes/compile.el (compilation-set-window-height):
2115 Select old window only if it's still live.
2116
2117 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2118
2119 * help-mode.el (help-buffer): Remove debugging code.
2120 From Stefan Monnier <monnier@cs.yale.edu>.
2121
2122 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2123
2124 * files.el (file-name-sans-extension, file-name-extension):
2125 Don't count the leading dots in file names as signaling an extension.
2126
2127 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2128
2129 * vc.el (vc-diff-switches): Doc rewritten.
2130
2131 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2132
2133 * tooltip.el (tooltip-set-param): Doc fix.
2134
2135 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
2136 127 to sgml-maybe-name-self.
2137 (sgml-name-8bit-mode): Doc fix.
2138 (sgml-char-names-table): New variable.
2139 (sgml-name-char): Support non-ASCII and mule-unicode-*
2140 characters. Doc fix.
2141 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
2142
2143 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
2144 doc string the effect of `left' and `top' parameters in
2145 tooltip-frame-parameters, the default values, and the units.
2146 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
2147 (tooltip-show): Mention in the doc string the `top' and `left'
2148 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
2149
2150 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2151
2152 Add autoscaling support for vc-annotate.
2153 From J.D. Smith <jdsmith@alum.mit.edu>.
2154
2155 * vc.el (vc-annotate-display-default): Accept colormap scaling
2156 ratio (now deprecated).
2157 (vc-annotate-display-autoscale): Added.
2158 (vc-annotate-add-menu): New autoscaling menu options "Span to
2159 Oldest" and "Span Oldest->Newest". Easymenu support added for
2160 toggle menus driven by customize variable `vc-annotate-display-mode'.
2161 (vc-annotate-display-select): Added.
2162 (vc-annotate): Changed temp-buffer-show-function to
2163 `vc-annotate-display-select'.
2164 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
2165 Added argument OFFSET. Instead of backend function, calls now
2166 generic `vc-annotate-difference'.
2167 (vc-annotate-difference): Added as generic function instead of
2168 backend-specific function. No longer takes argument POINT, but
2169 instead accepts a time OFFSET.
2170 (vc-default-annotate-current-time): Added.
2171
2172 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
2173 version in vc.el, with
2174 (vc-cvs-annotate-current-time): Added, as override of default.
2175 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
2176 `vc-cvs-annotate-difference'.
2177
2178 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2179
2180 * saveplace.el (save-place): Require `saveplace'.
2181
2182 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
2183 Use `sexp' for :value-type instead of `face'.
2184
2185 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2186
2187 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2188 regexps due to 5-digit message IDs.
2189
2190 2001-10-21 Jason Rumney <jasonr@gnu.org>
2191
2192 * term/w32-win.el (redisplay-dont-pause): Don't set.
2193
2194 2001-10-21 Miles Bader <miles@gnu.org>
2195
2196 * help-funs.el (help-manyarg-func-alist): Variable removed.
2197
2198 2001-10-21 Miles Bader <miles@gnu.org>
2199
2200 * help-funs.el (help-manyarg-func-alist): Remove entries for
2201 `insert', `insert-and-inherit', `insert-before-markers',
2202 `insert-before-markers-and-inherit', `message', `message-box',
2203 `message-or-box', `propertize', `format', `encode-time', `append',
2204 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2205 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2206 `ml-prefix-argument-loop'.
2207
2208 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2209
2210 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2211 (vc-default-diff-tree): New functions.
2212 (vc-version-diff): Use them. As a result, coding systems are now
2213 set up properly for all sorts of diffs, and tree diffs can now
2214 also be done locally.
2215 (vc-diff): With a prefix argument, don't require that it's called
2216 from a buffer under version control.
2217 (diff-switches): Remove duplicate definition.
2218
2219 * vc-cvs.el (vc-cvs-diff-tree): New function.
2220
2221 2001-10-21 Miles Bader <miles@gnu.org>
2222
2223 * help-funs.el (help-manyarg-func-alist): Remove entries for
2224 `list', `vector', `make-byte-code', `call-process',
2225 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2226 `logand', `logior', and `logxor'.
2227
2228 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2229 image bits to compensate. Use `make-string' instead of
2230 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2231
2232 2001-10-20 Kim F. Storm <storm@cua.dk>
2233
2234 * simple.el (kill-ring-save): Don't show extent of copied region
2235 if using transient-mark-mode and region is fully visible.
2236
2237 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2238
2239 * (Version 21.1 released.)
2240
2241 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2242
2243 * files.el (auto-mode-alist): Associate .indent.pro with
2244 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2245
2246 2001-10-18 Sam Steingold <sds@gnu.org>
2247
2248 Put the *Compile-Log* buffer in `compilation-mode'.
2249 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2250 (byte-compile-log-1, byte-compile-log-file)
2251 (displaying-byte-compile-warnings): Use it
2252
2253 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2254
2255 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2256
2257 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2258
2259 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2260
2261 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2262
2263 * obsolete/hilit19.el (hilit-lookup-face-create):
2264 Call set-face-font only if display-graphic-p.
2265 (toplevel): Remove references to window-system.
2266
2267 2001-10-18 Miles Bader <miles@gnu.org>
2268
2269 * simple.el (what-line): Avoid problems with field properties.
2270
2271 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2272
2273 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2274 Define special colors for a tty.
2275
2276 2001-10-17 Francesco Potorti` <pot@gnu.org>
2277
2278 * comint.el (comint-password-prompt-regexp): Make it less
2279 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2280
2281 2001-10-17 John Wiegley <johnw@gnu.org>
2282
2283 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2284 a regular file, before checking if it is a directory or symlink.
2285 This avoids a call to eshell-file-attributes, which can be
2286 expensive in some situations.
2287
2288 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2289 customization variable, to differentiate ls-in-dired from regular
2290 uses of ls.
2291
2292 2001-10-17 Miles Bader <miles@gnu.org>
2293
2294 * custom.el (defface): Mention `:inherit' in doc-string.
2295
2296 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2297
2298 * paren.el: Update the Commentary with installation instructions.
2299
2300 2001-10-15 Dave Love <fx@gnu.org>
2301
2302 * international/mule.el (set-auto-coding): Fix regexps for local
2303 variables section not to eat newlines.
2304
2305 2001-10-15 Miles Bader <miles@gnu.org>
2306
2307 * simple.el (display-message-or-buffer): Pass the correct buffer
2308 to `display-buffer'.
2309
2310 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2311
2312 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2313 (executable-find): Use exec-suffixes.
2314 (executable-set-magic): Don't use make-local-hook.
2315
2316 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2317
2318 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2319
2320 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2321 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2322 Add .so to the Unix and GNU branch.
2323
2324 * international/latin-1.el:
2325 * international/latin-2.el:
2326 * international/latin-3.el:
2327 * international/latin-4.el:
2328 * international/latin-5.el:
2329 * international/latin-8.el:
2330 * international/latin-9.el: Add no-byte-compile: t, since
2331 Makefile.in instructs make-docfile to look at .el files.
2332
2333 2001-10-14 Miles Bader <miles@gnu.org>
2334
2335 * button.el (define-button-type): Allow supertype property to be
2336 specified with a keyword `:supertype' too.
2337 (button-put, make-text-button): Allow button type property to be
2338 specified using the keyword `:type' too.
2339 (button-type): New function.
2340 (button): Add `button-category-symbol' property.
2341
2342 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2343
2344 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2345 indent-new-comment-line from comment-indent-new-line.
2346
2347 * textmodes/refill.el (refill-mode):
2348 Bind DEL to backward-delete-char-untabify.
2349 Set backward-delete-char-untabify-method to `hungry'.
2350
2351 * textmodes/bib-mode.el (bib-mode):
2352 * play/gomoku.el (gomoku-mode):
2353 * textmodes/page-ext.el (pages-directory-mode):
2354 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2355
2356 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2357
2358 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2359
2360 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2361 Handle here-docs differently.
2362 (sh-font-lock-heredoc): Remove.
2363 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2364 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2365 (sh-font-lock-open-heredoc): New functions.
2366 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2367 (sh-font-lock-keywords-1): Use regexp-opt.
2368 (sh-in-comment-or-string): Use syntax-ppss.
2369 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2370 (sh-select, sh-tmp-file): Add explicit terminating \n.
2371
2372 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2373 Use with-current-buffer.
2374 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2375 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2376 filename), catch any error that occurs in `ange-ftp-cd'.
2377 If an error happened, don't bother sending `cmd' at all.
2378 Fix a parenthesis typo.
2379 (ange-ftp-write-region): Don't blindly use binary if the remote host
2380 is unix-like.
2381
2382 * play/pong.el (pong-init): Don't use make-local-hook.
2383
2384 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2385
2386 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2387 (viper-get-ex-address-subr): More precise addr for the $ marker
2388
2389 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2390
2391 * version.el (emacs-version): Bump to 21.1.50.
2392
2393 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2394
2395 * mail/mailalias.el (mail-directory-stream): Do not double
2396 variables in the lambda-list.
2397
2398 * play/gomoku.el (gomoku-init-display): Ditto.
2399
2400 * play/landmark.el (lm-init-display): Ditto.
2401
2402 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2403 (delimit-columns-rectangle-line): Ditto.
2404
2405 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2406
2407 * newcomment.el (comment-region-internal): Don't rebind
2408 invisibility_spec now that the C routines handle it correctly.
2409
2410 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2411
2412 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2413 and `same-frame'.
2414
2415 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2416
2417 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2418
2419 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2420 C-p and C-r. Remove redundant bindings from inheriting maps.
2421
2422 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2423 After 4.23 and: After 4.24:
2424 (cperl-contract-levels): Restore position.
2425 (cperl-beautify-level): Likewise.
2426 (cperl-beautify-regexp): Likewise.
2427 (cperl-commentify): Rudimental support for length=1 runs
2428 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2429 After 4.25:
2430 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2431 (imenu-example--create-perl-index): Was not enforcing
2432 syntaxification-to-the-end.
2433 (cperl-invert-if-unless): Allow `for', `foreach'.
2434 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2435 Mark qw(), m()x as indentable.
2436 (cperl-init-faces): Highlight `sysopen' too.
2437 Highlight $var in `for my $var' too.
2438 (cperl-invert-if-unless): Was leaving whitespace at end.
2439 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2440 (cperl-calculate-indent): Remove old commented out code.
2441 Support (primitive) indentation of qw(), m()x.
2442 After 4.26:
2443 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2444 q [] with intervening newlines.
2445 (cperl-autoindent-on-semi): New customization variable.
2446 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2447 (cperl-tips): Mention how to make CPerl the default mode.
2448 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2449 (cperl-outline-level): New function.
2450 (cperl-highlight-variables-indiscriminately): New customization var.
2451 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2452 From Sean Kamath <kamath@pogo.wv.tek.com>.
2453 (cperl-after-block-p): Support CHECK and INIT.
2454 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2455 From Doug MacEachern <dougm@covalent.net>.
2456 After 4.27:
2457 (cperl-find-pods-heres): Recognize \"" as a string.
2458 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2459 Allow whitespace between << and "FOO".
2460 (cperl-problems): Remove \"" and q [] with intervening newlines.
2461 Mention multiple <<EOF as unsupported.
2462 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2463 (cperl-indent-parens-as-block): New configuration variable.
2464 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2465 Use `cperl-indent-parens-as-block'.
2466 (cperl-find-pods-heres): Test for =cut without empty line instead of
2467 complaining about no =cut.
2468 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2469 (cperl-find-pods-heres): Likewise.
2470 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2471 POD could've been marked as comment already.
2472 (cperl-unwind-to-safe): Unwind before start of POD too.
2473 After 4.28:
2474 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2475 After 4.29:
2476 (x-color-defined-p): Make an extra case to peacify the warning.
2477 Toplevel: `defvar' to peacify the warnings.
2478 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2479 No -nw-compile time warnings now.
2480 (cperl-find-tags): TAGS file had too short substring-to-search.
2481 Be less verbose in non-interactive mode
2482 (imenu-example--create-perl-index): Set index-marker after name
2483 (cperl-outline-regexp): New variable.
2484 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2485 (cperl-mode): Made use `cperl-outline-regexp'.
2486 After 4.30:
2487 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2488 (cperl-outline-level): Make start-of-file same level as `package'.
2489 After 4.31:
2490 (cperl-electric-pod): `head1' and `over' electric only if empty.
2491 (cperl-unreadable-ok): New variable.
2492 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2493 on an unreadable file.
2494 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2495 on an unreadable directory.
2496
2497 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2498 Consider the text between two errors as belonging to the first error.
2499 (compilation-goto-locus): Use pop-to-buffer rather than
2500 switch-to-buffer-other-frame.
2501
2502 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2503 (awk-font-lock-syntactic-keywords): New var.
2504 (awk-mode): Use it.
2505
2506 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2507
2508 * faces.el (describe-face): Call help-setup-xref earlier.
2509
2510 * jka-compr.el (jka-compr-load-suffixes): New var.
2511 (jka-compr-install): Add its content to load-suffixes.
2512 (jka-compr-uninstall): Remove its content from load-suffixes.
2513
2514 2001-10-12 Sam Steingold <sds@gnu.org>
2515
2516 * bindings.el (completion-ignored-extensions): CL-related
2517 extensions are platform-independent.
2518
2519 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2520 asynchronous multiple file copying.
2521
2522 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2523
2524 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2525 Turn error for repeated variables into warning.
2526
2527 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2528 New function checking that lambda-list consists of non-constant
2529 symbols, that &rest and &optional are followed by variable names,
2530 that &rest VAR is the last element, and that variables aren't doubled.
2531 (byte-compile-lambda): Use it.
2532
2533 2001-10-12 Eli Barzilay <eli@barzilay.org>
2534
2535 * calculator.el (calculator-eng-display): Don't call concat
2536 with an integer argument.
2537
2538 2001-10-12 Miles Bader <miles@gnu.org>
2539
2540 * help-mode.el (help-customize-face): New button-type.
2541
2542 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2543 (describe-face): Fix args to `help-xref-button'.
2544 Don't switch to help-buffer around call to `help-setup-xref'.
2545 Use `help-buffer' instead of hard-wired "*Help*".
2546 Require `help-mode'.
2547
2548 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2549
2550 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2551
2552 * help-mode.el (help-buffer): New function.
2553 Returns the buffer-name to use for help output.
2554 Change all the code to use it instead of hard-coding *Help*.
2555 (help-mode-map): Put back the mouse-2 binding.
2556 (help-xref-stack): Change the format and make buffer-local.
2557 (help-xref-stack-item): Make buffer-local.
2558 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2559 (help-xref-interned): Display the face doc as well.
2560 (help-follow-mouse): Re-introduce.
2561 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2562 (help-do-xref): Don't `push' any more.
2563 (help-follow): Also follow face names.
2564
2565 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2566 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2567 Autoload and cleanup.
2568 (describe-function): Call help-setup-xref.
2569 (describe-variable): Call help-setup-xref earlier.
2570
2571 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2572 (view-lossage): Call help-setup-xref correctly and earlier.
2573 (describe-bindings): Call help-setup-xref earlier.
2574 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2575 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2576
2577 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2578
2579 * master.el (master-mode): Use define-minor-mode instead of
2580 easy-mmode-define-minor-mode. Add autload cookie.
2581 (Commentary): Remove the line showing how to autoload master-mode,
2582 since it's always autoloaded.
2583
2584 * master.el: New file.
2585
2586 2001-10-11 Dave Love <fx@gnu.org>
2587
2588 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2589 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2590 <const-C varset-X const-C>: Fix car/cdr typo.
2591
2592 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2593
2594 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2595 New function extracted from byte-compile-log-1.
2596 (byte-compile-log-1): Change output to be more in line with
2597 the output of other GNU tools.
2598 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2599 (byte-compile-report-error): Downcase error message.
2600 Use `error' instead of `!!' for error messages.
2601 (byte-compile-print-syms): Treat non-interactive case specially.
2602 (displaying-byte-compile-warnings): Use backquote.
2603 (byte-compile-from-buffer): Bind byte-compile-last-line.
2604 (batch-byte-compile): Remove `Done' message.
2605
2606 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2607
2608 * emacs-lisp/copyright.el (copyright): Add final \n.
2609
2610 2001-10-11 Miles Bader <miles@gnu.org>
2611
2612 * diff.el (diff): Display default values in prompts as
2613 `(default ...)', not `(...)'.
2614
2615 * info.el (Info-follow-reference): Likewise.
2616
2617 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2618
2619 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2620
2621 * newcomment.el (comment-indent): Be a little more robust in case
2622 comment-indent-function does funny things.
2623 (comment-normalize-vars): Autoload.
2624 (comment-region-internal): Fiddle with the visibility spec.
2625 (comment-valid-prefix): New function.
2626 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2627 that would turn comment-text into non-comment-text.
2628
2629 * emacs-lisp/syntax.el: New file.
2630
2631 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2632 compatibility cruft.
2633 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2634 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2635 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2636 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2637 tcl-submit-bug-report.
2638 (tcl-mode-syntax-table): Leave \f alone.
2639 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2640 tcl-end-of-defun, tcl-submit-bug-report.
2641 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2642 (tcl-add-emacs-menu): Remove.
2643 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2644 (tcl-keyword-list): Add `chain'.
2645 (tcl-font-lock-syntactic-keywords): New variable.
2646 (tcl-pps-has-arg-6): Remove.
2647 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2648 (tcl-internal-mark-defun): Remove.
2649 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2650 (tcl-mode): Use define-derived-mode. Simplify.
2651 Set comment-indent-function.
2652 (tcl-indent-command): Use line-beginning-position and comment-indent.
2653 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2654 (tcl-indent-line): Use tcl-calculate-indent.
2655 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2656 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2657 (tcl-filter): Use with-current-buffer, simplify.
2658 (inferior-tcl-mode): Use define-derived-mode.
2659 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2660 (tcl-simple-in-comment, tcl-in-comment): Removed.
2661 (tcl-files-alist): New function.
2662 (tcl-help-snarf-commands): Use it and return the result directly
2663 rather than through a global variable.
2664 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2665 (tcl-help-on-word): Provide the default value to completing-read.
2666 (tcl-hilit): Remove.
2667 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2668 (tcl-comment-indent): New function.
2669 (tcl-submit-bug-report): Remove.
2670 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2671 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2672 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2673
2674 2001-10-10 Miles Bader <miles@gnu.org>
2675
2676 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2677 (Info-fontify-node): Don't fontify the node if it's already been done.
2678
2679 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2680
2681 * international/iso-transl.el (iso-transl-e-caret)
2682 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2683 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2684
2685 * simple.el (end-of-buffer): Fix code scrolling specially
2686 for the buffer end.
2687
2688 * startup.el (command-line-1): Bind tab-width to 8.
2689
2690 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2691
2692 * emulation/tpu-edt.el: Use defalias instead of fset for
2693 user-visible commands. From Rob Riepel
2694 <riepel@Networking.Stanford.EDU>.
2695
2696 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2697
2698 * ruler-mode.el: New file.
2699
2700 2001-10-09 Miles Bader <miles@gnu.org>
2701
2702 * apropos.el (button): New require.
2703
2704 * help-funs.el: New file, contents mostly from `help.el'.
2705 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2706
2707 * help-mode.el: New file, contents mostly from `help.el'.
2708
2709 * help.el: Don't require `view' when compiling.
2710 (help-with-tutorial, describe-function, describe-function-1)
2711 (variable-at-point, describe-variable, locate-library):
2712 Functions moved into `help-funs.el'.
2713 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2714 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2715 (help-setup-xref, help-xref-following, help-make-xrefs)
2716 (help-xref-button, help-insert-xref-button, help-xref-interned)
2717 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2718 (help-xref-on-pp): Functions moved into `help-mode.el'
2719 (help-mode-map, help-xref-stack, help-xref-stack-item)
2720 (help-highlight-p, help-highlight-face, help-back-label)
2721 (help-xref-symbol-regexp, help-xref-mule-regexp)
2722 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2723 (help-symbol, help-back, help-info, help-customize-variable)
2724 (help-function-def, help-variable-def):
2725 Button-types moved into `help-mode.el'.
2726 (load-symbol-file-load-history, symbol-file):
2727 Functions moved into `subr.el'.
2728 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2729 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2730
2731 * subr.el (symbol-file-load-history-loaded)
2732 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2733
2734 * loadup.el ("button"): Load removed.
2735
2736 * button.el (define-button-type): Respect any `supertype' property.
2737 (button-type-subtype-p, button-has-type-p): New functions.
2738
2739 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2740 dollar-signs.
2741
2742 * comint.el (comint-insert-previous-argument): New function.
2743 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2744 (comint-insert-previous-argument-last-start-pos)
2745 (comint-insert-previous-argument-last-index): New variables.
2746
2747 * apropos.el (apropos-next-label-button): Use the presence of a
2748 `apropos-label' property to detect label buttons.
2749
2750 2001-10-08 Miles Bader <miles@gnu.org>
2751
2752 * button.el (next-button, previous-button): Remove N and WRAP
2753 parameters. Don't pay attention to `skip' properties.
2754 (forward-button): Implement wrapping, iterating, and skipping here
2755 instead.
2756 (button-activate): USE-MOUSE-ACTION is optional.
2757 (button-nop): Function removed.
2758 (default-button): Use `ignore' as default button action.
2759
2760 * apropos.el (apropos-next-label-button): Update arguments to
2761 `next-button'.
2762 (apropos-symbol): Add `skip' property.
2763 (apropos-function, apropos-macro, apropos-command)
2764 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2765 (apropos-plist): New button types.
2766 (apropos-label-properties): Variable removed.
2767 (apropos-print): Pass button-type to apropos-print-doc, rather
2768 than help function and label text.
2769 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2770 Get button label from TYPE.
2771
2772 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2773
2774 * help.el (help-mode): Use define-derived-mode.
2775 (describe-mode): Add optional `buffer' arg.
2776 Use it instead of going through help-xref-mode.
2777 Avoid doubling the word `minor' when prettifying.
2778 (describe-function-1): List the corresponding key bindings.
2779 (describe-variable): Say if the var is automatically buffer-local.
2780 If the source is `loaddefs.el', look for the real source.
2781 (help-xref-mode): Remove.
2782
2783 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2784 the file says no-byte-compile.
2785
2786 2001-10-08 Miles Bader <miles@gnu.org>
2787
2788 * button.el (next-button, previous-button): Respect `skip' property.
2789
2790 2001-10-07 Miles Bader <miles@gnu.org>
2791
2792 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2793 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2794 `woman-follow-word' instead of `woman-mouse-2'.
2795 (woman-follow-word): Renamed from `woman-mouse-2'.
2796 Follow current unconditionally, since this function is now only
2797 bound to M-mouse-2. Use accessor functions.
2798 (WoMan-highlight-references): Use `make-text-button'.
2799 (woman-xref): New button type.
2800
2801 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2802 ("button"): New load, just before "help" (which uses it).
2803
2804 * help.el (help-mode-map): Make button-buffer-map our parent.
2805 Don't bind mouse events or tab/backtab.
2806 (help-function, help-variable, help-face, help-coding-system)
2807 (help-input-method, help-character-set, help-back, help-info)
2808 (help-customize-variable, help-function-def, help-variable-def):
2809 New button types.
2810 (help-button-action): New function.
2811 (describe-function-1): Pass help button-types to
2812 `help-xref-button' rather than help function and help-echo string.
2813 Don't put multiple help-function args in a list to pass them to
2814 help-xref-button, just pass them as multiple arguments.
2815 Use `help-insert-xref-button' to make [back]-button, rather than
2816 `help-xref-button'.
2817 (help-xref-button): Take a button-type TYPE as a parameter rather
2818 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2819 and add a &rest parameter ARGS to serve the same purpose.
2820 Use `make-text-button' to add the button.
2821 (help-insert-xref-button): Use `insert-text-button' to add the button.
2822 (help-follow-mouse, help-next-ref, help-previous-ref):
2823 Functions removed.
2824 (help-do-xref): New function.
2825 (help-follow): Use `push-button' and `help-do-xref' to do most of
2826 the work.
2827
2828 * apropos.el (apropos-symbol, apropos-label): New button types.
2829 (apropos-symbol-button-display-help)
2830 (apropos-label-button-display-help, apropos-next-label-button):
2831 New functions.
2832 (apropos-mode-map): Make button-buffer-map our parent.
2833 Don't bind mouse events.
2834 (apropos-print, apropos-print-doc): Create buttons instead of text
2835 properties.
2836 (apropos-mouse-follow): Function removed.
2837 (apropos-follow): Use buttons.
2838
2839 * button.el: New file.
2840
2841 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2842
2843 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2844 Remove.
2845
2846 2001-10-05 Richard M. Stallman <rms@gnu.org>
2847
2848 * add-log.el (add-change-log-entry): Skip copyright notice
2849 and copying permission notice at start of file, if any.
2850 Make use of terms "entry" and "item" accord with Emacs manual.
2851 Simplify the logic for moving point while entering or creating
2852 an entry and then an item.
2853 (add-change-log-entry-other-window): Doc fix.
2854
2855 2001-10-06 Miles Bader <miles@gnu.org>
2856
2857 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2858 removed; they apparently don't work with faces.
2859
2860 2001-10-05 Sam Steingold <sds@gnu.org>
2861
2862 * textmodes/sgml-mode.el (html-xhtml): New user option.
2863 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2864 (html-ordered-list, html-unordered-list, html-list-item)
2865 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2866 (sgml-skip-close-p): New function.
2867 (sgml-value): Use it.
2868
2869 2001-10-05 Sam Steingold <sds@gnu.org>
2870
2871 * calendar/diary-lib.el (diary-entry-compare): When times are
2872 identical, compare the entries lexicographically.
2873
2874 2001-10-06 Miles Bader <miles@gnu.org>
2875
2876 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2877 Use `minibuffer-prompt-end'.
2878
2879 * simple.el (previous-matching-history-element): Fix misplaced
2880 parentheses.
2881
2882 2001-10-05 Miles Bader <miles@gnu.org>
2883
2884 * rfn-eshadow.el: New file.
2885
2886 2001-10-05 Miles Bader <miles@gnu.org>
2887
2888 * cus-face.el (custom-face-attributes): Make sure each attribute
2889 has a valid default value. Remove hacks that mapped `nil' to
2890 `off' and used nil to mean `unspecified'. Remove `unspecified'
2891 choices from all attributes (unspecified is handled by the parent
2892 checklist).
2893 * cus-edit.el (custom-face-edit-convert-widget)
2894 (custom-face-edit-deactivate, custom-face-edit-activate)
2895 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2896 New functions.
2897 (custom-face-edit): Specify a custom :convert-widget.
2898 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2899 Don't pass in default filters that map between `nil' and `off' and
2900 `unspecified' and `nil'.
2901
2902 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2903
2904 * progmodes/compile.el (compilation-buffer-name): New function.
2905 (compile-internal): Use it to determine the name of the
2906 compilation buffer.
2907
2908 2001-10-05 Miles Bader <miles@gnu.org>
2909
2910 * progmodes/compile.el (grep-use-null-device): New variable.
2911 (grep-command): Mention `grep-use-null-device'.
2912 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2913 Make computation of `grep-command' respect `grep-use-null-device'.
2914 (grep): Respect `grep-use-null-device'.
2915 Call `grep-compute-defaults' even if grep-command is set, if
2916 grep-use-null-device is still tentative.
2917
2918 * subr.el (call-process-shell-command): New function.
2919
2920 2001-10-05 Miles Bader <miles@gnu.org>
2921
2922 * simple.el (previous-matching-history-element)
2923 (next-history-element, next-complete-history-element): Use
2924 `minibuffer-' functions instead of calling `field-' functions directly.
2925 (minibuffer-prompt-end, minibuffer-contents):
2926 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2927 Functions removed (now subrs).
2928 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2929
2930 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2931 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2932 instead of calling `field-' functions directly.
2933 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2934
2935 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2936
2937 * files.el (find-file-noselect): If file's read-only status has
2938 changed on disk, ask if buffer's read-only status should be
2939 changed, unless NOWARN is set.
2940
2941 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2942 alias for define-setf-method.
2943
2944 * bindings.el: Remove no-byte-compile from file local variables
2945 to enable bootstrapping.
2946
2947 2001-10-04 Andrew Innes <andrewi@gnu.org>
2948
2949 * faces.el (face-font-registry-alternatives) [windows-nt]:
2950 Make gb2312 an alias for gb2312.1980.
2951
2952 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2953
2954 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2955 (uniquify-reverse-components): Remove.
2956
2957 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2958 Make sure the file is readable.
2959 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2960 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2961 (batch-byte-recompile-directory): Pass arg=0.
2962
2963 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2964 (perl-calculate-indent): Use it.
2965 (perl-backward-to-noncomment): Use forward-comment.
2966
2967 * derived.el (define-derived-mode, derived-mode-make-docstring):
2968 Allow `parent' to be nil.
2969
2970 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2971 Use define-derived-mode.
2972 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2973
2974 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2975
2976 * emacs-lisp/lselect.el: Use facep iso find-face.
2977
2978 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2979 Use regexp-opt.
2980 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2981 (lisp-font-lock-syntactic-face-function): New function.
2982 (lisp-mode-variables): Use it. Make arg optional.
2983 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2984 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2985 Set comment-start-skip.
2986
2987 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2988
2989 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2990 (ignore-errors): Don't bother using a `err' symbol.
2991
2992 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2993 (autoload-insert-section-header, autoload-before-p)
2994 (autoload-remove-section): New functions.
2995 (generate-file-autoloads): Use them.
2996 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2997 Make sure the autoload file is properly formatted when creating it.
2998 (update-autoloads-from-directories): Use them as well.
2999 Only update autoloads for files whose timestamp has changed.
3000 Add a dummy entry to remember the files which had no autoload cookies.
3001
3002 * timer.el (timer-relative-time): Fix computation for negative `micro'.
3003
3004 * subr.el (define-key-after): Allow `key' to be longer than 1.
3005 (make-local-hook): Make obsolete.
3006 (add-hook, remove-hook): Don't use make-local-hook any more.
3007 (make-syntax-table): Inherit all chars from s-s-t.
3008
3009 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3010
3011 This is a fix for a report saying that resuming a search with C-s
3012 C-s doesn't use the case-fold-search setting of the previous
3013 search (C-s ... M-c ... then C-s C-s).
3014
3015 * isearch.el (isearch-last-case-fold-search): New variable.
3016 (isearch-mode): Remember value of isearch-case-fold-search
3017 in isearch-last-case-fold-search.
3018 (isearch-done): Quote value of isearch-case-fold-search.
3019 (isearch-repeat): When resuming a search, restore
3020 isearch-case-fold-search from isearch-last-case-fold-search.
3021
3022 Added to NEWS.
3023
3024 * startup.el (inhibit-startup-buffer-menu): New user-option.
3025 (command-line-1): If inhibit-startup-buffer-menu is set, don't
3026 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
3027
3028 This allows upto 99999 messages in the summary without screwing up
3029 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
3030
3031 * mail/rmailsum.el (rmail-make-summary-line)
3032 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
3033 (rmail-summary-goto-msg, rmail-summary-goto-msg):
3034 Allow 5-digit message ids instead of 4.
3035
3036 This adds expansion of environment variables in the value
3037 specified with M-x setenv. Added to NEWS.
3038
3039 * env.el (substitute-env-vars): New function.
3040 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
3041 environment variables in VALUE. Return VALUE.
3042
3043 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3044
3045 * Branch for 21.1.
3046
3047 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
3048
3049 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
3050
3051 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3052
3053 * emulation/tpu-edt.el: Make messages match original TPU/edt
3054 editor. From riepel@Stanford.EDU (Rob Riepel).
3055
3056 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
3057
3058 * rect.el: Update maintainer's email address.
3059
3060 2001-10-02 Andreas Schwab <schwab@suse.de>
3061
3062 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
3063 and Extended Passive Mode, resp.
3064
3065 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3066
3067 These changes add support for Calendar-related items in the
3068 menu bar on tty's as well:
3069
3070 * calendar/calendar.el (calendar-mode-map): Require cal-menu
3071 unconditionally.
3072 (calendar-mode): Set up activate-menubar-hook unconditionally.
3073
3074 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
3075 calls x-popup-menu only if popup menus are supported.
3076 (calendar-mouse-insert-hebrew-diary-entry)
3077 (calendar-mouse-insert-islamic-diary-entry)
3078 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3079 (calendar-mouse-view-other-diary-entries)
3080 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
3081 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3082 Call cal-menu-x-popup-menu instead of x-popup-menu.
3083
3084 2001-10-01 Gerd Moellmann <gerd@gnu.org>
3085
3086 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
3087
3088 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
3089
3090 * emacs-lisp/rx.el: New file.
3091
3092 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3093
3094 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
3095
3096 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3097
3098 * frame.el (select-frame-by-name, other-frame): Doc fix.
3099
3100 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3101
3102 * play/snake.el (snake-score-file): Use temporary-file-directory
3103 instead of a literal "/tmp". Suggested by Robert
3104 <robert@chezmarshall.freeserve.co.uk>.
3105
3106 * play/tetris.el (tetris-score-file): Ditto.
3107
3108 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
3109
3110 * apropos.el (apropos-print): Make the directions inserted at the
3111 beginning of the *Apropos* buffer more clear.
3112
3113 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
3114
3115 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
3116 Added comments.
3117
3118 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
3119
3120 * newcomment.el (comment-normalize-vars): Use " \t" rather than
3121 "\\s-" when defining comment-end-skip.
3122
3123 2001-09-27 Gerd Moellmann <gerd@gnu.org>
3124
3125 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
3126 Call get-buffer-window first second arg `visible'.
3127
3128 * international/mule-diag.el (list-input-methods-1):
3129 Output something that's independent of Emacs' version.
3130
3131 * tar-mode.el (tar-mode-write-file): Don't signal an error by
3132 calling byte-to-position with a nil tar-header-offset.
3133
3134 2001-09-27 Simon Josefsson <jas@extundo.com>
3135
3136 * mail/sendmail.el (send-mail-function): Doc fix.
3137 (mail-do-fcc): Error if header-end is not a marker.
3138 (mail-do-fcc): Add a comment.
3139 (mail-reply-to): Doc fix.
3140 (mail-signature): Make ATPOINT optional.
3141 (mail-yank-original): Use cond instead of nestled if.
3142
3143 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
3144
3145 * info.el (Info-on-current-buffer): Default arg to "Top".
3146
3147 2001-09-25 Eli Barzilay <eli@barzilay.org>
3148
3149 * calculator.el (calculator-copy-displayer): New user-option.
3150 (calculator-displayer-prev, calculator-displayer-next):
3151 Renamed from calculator-displayed-{left,right}.
3152 (calculator, calculator-standard-displayer)
3153 (calculator-num-to-string, calculator-update-display)
3154 (calculator-copy, calculator-put-value): Bug and display fixes.
3155
3156 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3157
3158 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
3159 (ebnf-version): New version (3.6.1).
3160
3161 * ebnf-bnf.el: Fix character range regexp. Doc fix.
3162 (ebnf-bnf-non-terminal-chars): New internal const.
3163 (ebnf-bnf-lex): Fix code.
3164
3165 * ebnf-iso.el: Fix character range regexp. Doc fix.
3166 (ebnf-iso-non-terminal-chars): New internal const.
3167 (ebnf-iso-lex): Fix code.
3168
3169 * ebnf-yac.el: Fix character range regexp. Doc fix.
3170 (ebnf-yac-skip-chars): New internal const.
3171 (ebnf-yac-skip-code): Fix code.
3172
3173 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
3174
3175 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
3176
3177 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
3178 passing it to VC.
3179
3180 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
3181 case where the file is relative.
3182
3183 2001-09-24 Gerd Moellmann <gerd@gnu.org>
3184
3185 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3186 same on each side. Make sure we properly handle simple quotes.
3187 From Daiki Ueno <ueno@unixuser.org>.
3188
3189 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3190
3191 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3192 <jas@extundo.com>.
3193
3194 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3195 some items of the Options menu.
3196
3197 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3198
3199 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3200
3201 * vc-hooks.el (vc-delete-automatic-version-backups):
3202 Don't fail if the directory doesn't exist.
3203
3204 * diff-mode.el (diff-default-read-only): New var.
3205 (diff-mode): Use it.
3206
3207 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3208
3209 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3210 Use make-keymap instead of copy-keymap, since copying the global
3211 keymap messes up the menu bar.
3212
3213 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3214 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3215
3216 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3217
3218 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3219
3220 * dired-aux.el (dired-insert-subdir): Pass switches to
3221 dired-build-subdir-alist.
3222
3223 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3224
3225 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3226 caused %#a and %#b to be mis-formatted.
3227
3228 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3229
3230 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3231 ccmode, emacs-mime, and eudc manuals.
3232
3233 2001-09-19 Sam Steingold <sds@gnu.org>
3234
3235 w32 find cannot be used with `grep-find'.
3236 * progmodes/compile.el (find-program): New variable.
3237 (grep-compute-defaults): Use it to set `grep-find-command'.
3238
3239 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3240
3241 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3242
3243 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3244
3245 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3246 programming. Doc fix.
3247 (ebnf-version): New version (3.6).
3248 (ebnf-eps-begin): Data fix.
3249 (ebnf-begin-file): Code fix.
3250
3251 * ebnf-bnf.el: Doc fix.
3252 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3253
3254 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3255
3256 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3257
3258 * ps-print.el: Better face mapping for black/white PostScript printers.
3259 Check if mark is active when printing a region. Doc fix.
3260 (ps-print-version): New version number (6.5.5).
3261 (ps-print-color-p): Customization fix.
3262 (ps-black-white-faces): New option.
3263 (ps-black-white-faces-alist): New internal var.
3264 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3265 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3266 (ps-nb-pages-region): Interactive fix.
3267 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3268 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3269
3270 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3271
3272 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3273 numeric month value, and allow the Kanji character after the it to
3274 be missing (happens with ls-lisp's output on Japanese versions of
3275 MS-Windows).
3276
3277 2001-09-18 Miles Bader <miles@gnu.org>
3278
3279 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3280 it's empty (and thus probably a new patch file about to be edited).
3281
3282 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3283
3284 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3285 Check for '(' in column 0 of doc string.
3286
3287 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3288 of `nth' so that using a vector as bounding-box works.
3289 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3290
3291 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3292
3293 * vc.el (vc-annotate): Use current workfile version explicitly as
3294 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3295
3296 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3297
3298 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3299 convert-standard-filename doesn't guarantee that the .el extension
3300 is preserved.
3301
3302 * dos-fns.el (convert-standard-filename): Replace invalid
3303 characters only after converting dash/underscore to a period.
3304 (original-make-auto-save-file-name): New.
3305 (make-auto-save-file-name): New function, overrides the definition
3306 on files.el and calls the original function via
3307 original-make-auto-save-file-name.
3308
3309 * mail/rmail.el (top-level): Require mule-utils when compiling.
3310 (rmail-decode-babyl-format): Use detect-coding-with-priority
3311 instead of detect-coding-region, to favor detection of emacs-mule
3312 encoded Babyl files written by rmailout.el etc. Suggested by
3313 Kenichi Handa <handa@etl.go.jp>.
3314
3315 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3316
3317 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3318 Use `equal', not `=', since the device number can be a cons cell.
3319
3320 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3321
3322 * simple.el: Comment out change of 2001-09-13.
3323
3324 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3325
3326 * progmodes/compile.el (grep-compute-defaults): Don't set
3327 grep-command/grep-find-command when it is already non-nil.
3328 (grep-command): Make it a user option.
3329 (grep-find-command): Likewise.
3330
3331 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3332
3333 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3334 inhibit quit.
3335
3336 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3337
3338 * files.el (make-auto-save-file-name): If long file names are not
3339 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3340 generating an auto-save file name from it.
3341
3342 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3343
3344 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3345 (ps-nb-pages-region): Signal an error if called interactively
3346 and the mark is not active.
3347
3348 * simple.el (minibuffer-prompt-modification)
3349 (minibuffer-prompt-insertion): New functions.
3350 (minibuffer-prompt-properties): Use `modification-hooks' and
3351 `insert-in-front-hooks'.
3352
3353 2001-09-12 Richard M. Stallman <rms@gnu.org>
3354
3355 * textmodes/outline.el (outline-regexp): Doc fix.
3356 Initialize it in the defcustom, the usual way.
3357
3358 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3359
3360 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3361 from `ediff-meta-info' properties need not be an overlay.
3362 From David Ponce <dponce@voila.fr>.
3363
3364 * isearch.el (isearch-intersects-p): Fix end checks.
3365
3366 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3367
3368 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3369 `t' branch of `cond', since Irix 6.1 and up is a special case of
3370 the standard dbx interface.
3371
3372 2001-09-11 Miles Bader <miles@gnu.org>
3373
3374 * comint.el (comint-send-input): When waiting for echoed input,
3375 don't save the expected end position in `echo-end', so that things
3376 work properly even if the buffer is modified elsewhere at the same
3377 time [this happens if `comint-truncate-buffer' is used].
3378
3379 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3380
3381 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3382 when constructing imenu-generic-expression from outline-regexp.
3383
3384 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3385
3386 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3387 `equal' instead of `=', since they can be cons cells. From Nils
3388 Goesche <cartan@cartan.de>.
3389
3390 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3391
3392 * vc.el (vc-annotate): Rewrote doc string.
3393
3394 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3395
3396 * time-stamp.el: Update Stephen Gildea's email address.
3397
3398 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3399
3400 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3401 enable-multibyte-characters = nil. From Hallvard B Furuseth
3402 <h.b.furuseth@usit.uio.no>.
3403
3404 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3405
3406 * ediff-init.el (ediff-highest-priority): Bug fix.
3407
3408 * viper-cmd.el (viper-special-read-and-insert-char): New function
3409 that reads a character and uses the current input method or
3410 iso-accents when appropriate.
3411
3412 * viper.el and all others: Corrections to the comment blocks at
3413 the top.
3414
3415 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3416
3417 * info.el (Info-goto-node): Doc fix.
3418
3419 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3420
3421 * isearch.el (isearch-intersects-p): New function.
3422 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3423 use isearch-intersects-p, and clean up.
3424
3425 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3426
3427 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3428 and "german8", for the new German orthography dictionaries,
3429 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3430 the entries, to keep the line length balanced for loaddefs.el.
3431
3432 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3433
3434 * comint.el (comint-send-input): Handle comint-process-echoes
3435 differently.
3436
3437 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3438
3439 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3440
3441 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3442
3443 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3444
3445 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3446
3447 * server.el (server-switch-buffer):
3448 * textmodes/refer.el (refer-find-entry-internal):
3449 * term/sup-mouse.el (sup-pos-to-window):
3450 * term/bg-mouse.el (bg-window-from-x-y):
3451 * emacs-lisp/edebug.el (edebug-window-live-p):
3452 Use get-window-with-predicate.
3453
3454 * window.el (get-window-with-predicate): Renamed from some-window.
3455 (some-window): Make it an alias.
3456
3457 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3458
3459 * simple.el (undo): Remove positions from buffer-undo-list up to
3460 the next undo boundary only.
3461
3462 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3463
3464 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3465 Kim <ryk@dspwiz.com>
3466
3467 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3468 the message "Creating customization items...done".
3469
3470 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3471
3472 * font-lock.el (toplevel): Require `jit-lock' only if
3473 font-lock-support-mode is set to jit-lock-mode.
3474
3475 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3476
3477 * international/quail.el (quail-use-package, quail-inactivate)
3478 (quail-activate): Mention the hooks these functions run in their
3479 doc strings.
3480
3481 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3482
3483 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3484 of file in header of menu.
3485
3486 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3487
3488 * env.el (setenv): Interactively, if VARIABLE has a current value,
3489 add that to the front of the history, as the doc string says.
3490
3491 * comint.el (comint-send-input): Change help-echo.
3492 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3493
3494 * bookmark.el (bookmark-write-file): Bind print-length and
3495 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3496
3497 * obsolete/uncompress.el: Moved there from lisp/.
3498
3499 * comint.el (comint-insert-clicked-input): Goto point-max before
3500 deleting previous input. From "Dr Francis J. Wright"
3501 <F.J.Wright@qmw.ac.uk>.
3502
3503 * simple.el (backward-word): Doc fix.
3504
3505 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3506
3507 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3508 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3509 * w32-fns.el: Add Keywords header.
3510
3511 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3512
3513 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3514 "Text Properties". Suggested by Simon Marshall
3515 <Simon.Marshall@midas-kapiti.com>.
3516
3517 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3518
3519 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3520 consulting the value of file-name-coding-system.
3521
3522 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3523
3524 * help.el (describe-function-1): Save precomputed `file-name' rather
3525 than recomputing it (incorrectly) with `symbol-file'.
3526
3527 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3528
3529 * international/isearch-x.el (isearch-exit-recursive-edit):
3530 Take three parameters, since it's used as an after-change-function.
3531
3532 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3533 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3534 from doc strings.
3535
3536 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3537
3538 * progmodes/glasses.el (glasses-convert-to-unreadable):
3539 Consider underscores as in `glasses-make-readable'.
3540
3541 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3542
3543 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3544 MS-DOS, since cpp might not be available.
3545
3546 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3547 Mention "yank" in the help-echo text.
3548 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3549
3550 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3551
3552 * newcomment.el (comment-indent): Insert spaces more carefully.
3553
3554 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3555
3556 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3557 exists. From Andy Petrusenco <andy@int.spb.ru>.
3558
3559 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3560 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3561 <andy@int.spb.ru>.
3562
3563 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3564
3565 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3566 Instead of running mouse-yank-at-click, see what the event is
3567 bound to outside Isearch and run that.
3568
3569 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3570
3571 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3572 Fix the menu entry to mention transient-mark-mode.
3573
3574 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3575
3576 * simple.el (eval-expression-print-level): Fix last change.
3577
3578 * bindings.el (mode-line-coding-system-map): New variable.
3579 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3580
3581 * simple.el (eval-expression-print-level): Change the type
3582 of the defcustom to allow nil.
3583
3584 * emacs-lisp/find-gc.el: Moved here from lisp/.
3585
3586 * international/quail.el (quail-completion-1):
3587 Reverse the ((CHAR . DEFN) ...) list before processing it.
3588 From Kenichi Handa <handa@etl.go.jp>.
3589
3590 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3591 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3592
3593 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3594
3595 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3596 aren't supported. This avoids the annoying gray strip drawn by
3597 the Windows version instead of the missing tool bar.
3598
3599 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3600
3601 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3602 and tooltips more consistent. From "Marshall, Simon"
3603 <Simon.Marshall@midas-kapiti.com>.
3604
3605 * startup.el (fancy-splash-screens): Temporarily set
3606 minor-mode-map-alist to nil while displaying splash screens.
3607
3608 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3609
3610 * buff-menu.el: Add Keywords header.
3611 Doc fix (C-x C-b is bound to list-buffers).
3612
3613 * dired-x.el: Add keyword files to get listed in finder.
3614 Remove confusing notes about GNU Emacs 19.
3615
3616 * dired.el, dired-aux.el: Add Keywords header.
3617
3618 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3619
3620 * vc.el (vc-revert-file): Call the backend even if the FILE's
3621 contents can be reverted locally; pass new arg CONTENTS-DONE
3622 down to the backend.
3623
3624 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3625 optional arg CONTENTS-DONE.
3626
3627 2001-08-28 Andrew Innes <andrewi@gnu.org>
3628
3629 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3630
3631 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3632
3633 * makefile.nt (install): Copy more *.el files.
3634
3635 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3636
3637 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3638 instead of `w' which is already in use.
3639
3640 * gs.el (gs-load-image): Use sleep-for.
3641 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3642
3643 2001-08-28 Miles Bader <miles@gnu.org>
3644
3645 * replace.el (query-replace-regexp-eval): Return args from
3646 `interactive' form in correct order.
3647
3648 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3649
3650 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3651 major modes, don't create panes for modes for which
3652 mouse-buffer-menu-alist returns an empty alist.
3653
3654 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3655
3656 * progmodes/hideshow.el: Update first-line description.
3657 Sync comments w/ maintainer version 5.31.
3658
3659 (hs-isearch-open): Default value now `code'.
3660 Fix docstring to use "code blocks" vs "comment blocks",
3661 as opposed to "block" vs "comment".
3662 (hs-flag-region): Accept `hs-isearch-open' value
3663 of `block' as synonymous w/ `code'.
3664 (hs-hide-block-at-point): For code blocks, pass `code'
3665 to `hs-flag-region' instead of `block'.
3666
3667 2001-08-28 Miles Bader <miles@gnu.org>
3668
3669 * comint.el (comint-next-prompt): Don't loop infinitely if
3670 {next,previous}-single-char-property-change returns its input
3671 position when the search fails.
3672
3673 2001-08-27 Miles Bader <miles@gnu.org>
3674
3675 * comint.el (comint-get-old-input-default): Don't signal an error
3676 if point is not on an input field; instead, return the current
3677 line (using `comint-bol' to skip any prompt, in case we're not
3678 using fields at all).
3679
3680 * man.el (Man-mode-line-format): Variable removed.
3681 (Man-mode): Change `mode-line-buffer-identification' instead of
3682 `mode-line-format'.
3683
3684 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3685
3686 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3687 From Simon Josefsson <jas@extundo.com>.
3688
3689 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3690
3691 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3692 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3693
3694 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3695 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3696
3697 * emacs-lisp/lselect.el: Ditto.
3698
3699 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3700 Remove periods from the end of error message strings.
3701 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3702
3703 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3704 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3705
3706 * net/telnet.el: Ditto.
3707
3708 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3709
3710 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3711 KEYMAP to the call to define-minor-mode.
3712
3713 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3714
3715 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3716 Replace some of the undefined characters with emulations of bidi
3717 formatting characters and Niqud as per SI 1311-1.
3718 (IT-unicode-translations): Ditto.
3719 (IT-display-table-setup, IT-setup-unicode-display):
3720 Fill characters without translations with dos-unsupported-char-glyph.
3721
3722 2001-08-24 Simon Josefsson <jas@extundo.com>
3723
3724 * hl-line.el (hl-line-mode): Don't be a global mode.
3725 (global-hl-line-mode): New function.
3726
3727 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3728
3729 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3730 being reset by Ghostscript. Don't kill the gs process.
3731 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3732
3733 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3734
3735 * term/mac-win.el: Require scroll-bar.
3736
3737 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3738
3739 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3740
3741 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3742
3743 * hexl.el (hexl-insert-multibyte-char) New function.
3744 (hexl-quoted-insert, hexl-self-insert-command)
3745 (hexl-insert-hex-char, hexl-insert-decimal-char)
3746 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3747 Fix the doc strings accordingly.
3748 (hexl-insert-char): Reject characters whose code is above 255.
3749 Doc fix.
3750 (hexl-mode-map): Copy the global keymap instead of creating a
3751 sparse keymap, and bind all self-inserting characters to
3752 hexl-self-insert-command.
3753
3754 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3755
3756 * wid-edit.el (text): Re-order docstring correctly.
3757
3758 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3759
3760 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3761
3762 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3763
3764 * simple.el (line-number-mode): Mention the variable
3765 line-number-display-limit-width in the doc string.
3766
3767 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3768
3769 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3770 Temporarily select EVENT's window for switching buffers.
3771 (mode-line-bury-buffer): New function.
3772 (mode-line-buffer-identification-keymap): Use it instead of
3773 bury-buffer. Bind down-mouse events to prevent global down-mouse
3774 events from shining through.
3775
3776 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3777
3778 * newcomment.el (comment-beginning): Make sure the comment-start
3779 we found isn't a comment-end (in cases where confusion is possible).
3780
3781 2001-08-22 Miles Bader <miles@gnu.org>
3782
3783 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3784 before writing it, so that hard-links don't see new version.
3785
3786 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3787
3788 * gs.el (gs-set-ghostview-colors-window-prop):
3789 Call x-change-window-property with 3rd arg FRAME.
3790 (gs-load-image): Wait for a previous Ghostscript process
3791 to complete before starting a new one.
3792
3793 * image.el (image-type-regexps): Make sure that the TIFF
3794 pattern is only matched at the beginning of a string.
3795 From Markus Rost <rost@math.ohio-state.edu>.
3796
3797 * international/swedish.el: Pre-Mule file removed. From Jonas
3798 Oberg <jonas@gnu.org>.
3799
3800 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3801
3802 * whitespace.el (whitespace-abort-on-error): Add custom variable
3803 to whitespace to abort a write-file if whitespace is detected in file.
3804
3805 * whitespace.el (whitespace-write-file-hook): Hook to be called
3806 when writing a file. If `whitespace-abort-on-error' is set, the
3807 write will abort on detecting whitespaces.
3808 If `whitespace-auto-cleanup' is set, the file will be cleaned
3809 automatically prior to writing.
3810
3811 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3812 whitespaces in the error output!
3813
3814 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3815 `indent-tabs-mode', since the latter notes user preferences on
3816 TABs anyway.
3817
3818 * whitespace.el (whitespace-version): 3.1. All of the above issues
3819 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3820
3821 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3822
3823 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3824 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3825
3826 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3827
3828 2001-08-20 Alex Schroeder <alex@gnu.org>
3829
3830 * sql.el (sql-db2): Doc change.
3831
3832 2001-08-20 Alex Schroeder <alex@gnu.org>
3833
3834 * sql.el (sql-postgres): Add the database at the end of the
3835 parameters instead of at the beginning.
3836 (sql-postgres-options): Doc change.
3837
3838 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3839
3840 * custom.el (defcustom): Doc fix.
3841
3842 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3843
3844 * ps-mule.el (find-composition): Check if (char-after POS)
3845 returns a valid character.
3846
3847 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3848
3849 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3850 original-point for extra CR characters that are added/removed when
3851 the buffer is written/read whose EOL type is -dos.
3852
3853 2001-08-16 Miles Bader <miles@gnu.org>
3854
3855 * simple.el (line-move): Undo previous change.
3856
3857 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3858 property to input-terminating `boundary' overlays to avoid
3859 line-move wierdness.
3860
3861 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3862
3863 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3864 buffer in a save-restriction. Under one test case with Ediff,
3865 window-scroll-functions are run with a window start that's
3866 temporarily outside of the restriction.
3867
3868 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3869
3870 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3871 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3872 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3873 (texinfo-update-menu-region-beginning)
3874 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3875 command, @ifnottex, to regexps, so it is found.
3876
3877 2001-08-16 Andrew Innes <andrewi@gnu.org>
3878
3879 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3880 (DONTCOMPILE): Omit sc.el.
3881
3882 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3883 (DONTCOMPILE): Omit sc.el.
3884
3885 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3886
3887 * replace.el (occur): Bind inhibit-read-only to t.
3888
3889 2001-08-16 Miles Bader <miles@gnu.org>
3890
3891 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3892 calling `constrain-to-field', to avoid problems with comint prompts.
3893
3894 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3895
3896 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3897 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3898
3899 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3900 of a while-loop.
3901
3902 * Makefile.in (DONTCOMPILE): Remove sc.el.
3903
3904 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3905 Don't include term/.
3906
3907 * mail/sc.el: Moved to obsolete/.
3908
3909 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3910
3911 * ps-print.el: Change error function arguments to follow Emacs
3912 message convention. Doc fix.
3913 (ps-print-version): New version number (6.5.4).
3914 (coding-system-for-write): Change declaration position to avoid
3915 XEmacs compilation gripes.
3916 (coding-system-for-read, buffer-file-coding-system):
3917 Declarations to avoid XEmacs compilation gripes.
3918
3919 * ps-mule.el: Doc fix.
3920 (ps-mule-encode-header-string): If STRING is not a string, replace
3921 STRING by empty string.
3922
3923 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3924
3925 * frame.el (show-trailing-whitespace): Doc fix.
3926
3927 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3928
3929 * desktop.el (desktop-save): Insert the coding: tag before
3930 desktop-header.
3931
3932 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3933
3934 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3935 its path from $els.
3936
3937 * image.el (image-jpeg-p): Fix call of substring.
3938
3939 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3940
3941 * play/animate.el (animate-string): Doc fix. Use a buffer
3942 name with stars in it.
3943 (animate-sequence): New function.
3944 From Richard Stallman <rms@gnu.org>.
3945
3946 * frame.el (select-frame-set-input-focus): New function
3947 extracted from other-frame.
3948 (other-frame): Use it.
3949 (next-multiframe-window, previous-multiframe-window): Use it.
3950
3951 * isearch.el (isearch-other-meta-char): Don't switch to the
3952 buffer of a window clicked on, when the current buffer is
3953 in Isearch mode.
3954
3955 * image.el (image-jpeg-p): Test for APPn markers in the range
3956 #xe0..#xef.
3957
3958 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3959
3960 * desktop.el (desktop-save): Don't use concat to form a file
3961 name, use expand-file-name.
3962
3963 * mouse.el (mouse-delete-window): Do nothing if frame has just
3964 one window.
3965
3966 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3967 for the minor mode name.
3968
3969 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3970 minor mode name.
3971
3972 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3973 instead of make-mode-line-mouse2-map.
3974
3975 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3976 the minor mode name.
3977
3978 * emacs-lisp/easy-mmode.el (define-minor-mode):
3979 Use mode-line-minor-mode-keymap for the minor mode name.
3980
3981 * calendar/calendar.el (calendar-mode-line-format):
3982 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3983
3984 * bindings.el (make-mode-line-mouse-map): Renamed from
3985 make-mode-line-mouse2-map. Take additional arg MOUSE.
3986 (mode-line-modified): Use mouse-3 instead of mouse-2.
3987 (mode-line-buffer-identification-keymap): Bind keys differently.
3988 (propertized-buffer-identification): Adapt help-echo to new bindings.
3989
3990 * bindings.el (mode-line-format): Specify help-echo for line
3991 number, column number and buffer-percent part of the mode-line.
3992
3993 * image.el (image-type-regexps): Allow whitespace at the start
3994 of the image data for XPM, XBM and Postscript, which are
3995 text files.
3996 (image-jpeg-p): Correct calculation of next field offset.
3997
3998 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3999
4000 * battery.el: Fix typo.
4001
4002 2001-08-08 Gerd Moellmann <gerd@gnu.org>
4003
4004 * image.el (image-type-regexps): Allow predicates. Change the way
4005 JPEG images are recognized.
4006 (image-jpeg-p): New function.
4007 (image-type-from-data): Handle predicates in image-type-regexps.
4008
4009 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
4010 #:, #x, #o, and similar constructs.
4011
4012 2001-08-07 Gerd Moellmann <gerd@gnu.org>
4013
4014 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
4015
4016 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
4017 instead of `progn'.
4018
4019 * tar-mode.el (tar-extract): Avoid generating a new buffer
4020 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
4021
4022 * textmodes/paragraphs.el (forward-sentence): Avoid building
4023 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
4024
4025 * progmodes/executable.el (executable-set-magic):
4026 If executable-find returns a quoted file name, unquote it before
4027 inserting it.
4028
4029 * image.el (image-type-regexps): For JPEG files, use a regexp
4030 derived from the JFIF spec.
4031
4032 * image.el (image-type-regexps): Use `\`' instead of `^' in
4033 most regular expressions.
4034
4035 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4036
4037 * play/animate.el: Re-insert a reference to re-inserted function.
4038
4039 2001-08-06 Gerd Moellmann <gerd@gnu.org>
4040
4041 * help.el (describe-function-1): Use find-function-search-for-symbol
4042 instead of find-function-noselect because the latter follows aliases.
4043
4044 * play/animate.el (animate-birthday-present): Re-insert.
4045
4046 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4047 Handle old-style menu definitions.
4048
4049 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4050
4051 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
4052 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
4053
4054 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
4055 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
4056 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
4057
4058 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4059
4060 * textmodes/tildify.el: Milan Zamazal has new address.
4061
4062 2001-08-03 Gerd Moellmann <gerd@gnu.org>
4063
4064 * custom.el (custom-set-variables): Don't test `custom-requests'
4065 properties, check the third element of the options passed to
4066 custom-set-variables instead.
4067
4068 * info.el (info-insert-file-contents): Use info-file-exists-p
4069 instead of file-exists-p.
4070
4071 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
4072 the mode-line face is restored. Fix several bugs.
4073
4074 * replace.el (perform-replace): Doc fix.
4075
4076 2001-08-02 Francesco Potorti` <pot@gnu.org>
4077
4078 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
4079 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
4080 (uniquify-fix-item-base, uniquify-fix-item-filename)
4081 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
4082 Callers changed.
4083 (uniquify-set-proposed): Changed to work with a vector item.
4084 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
4085 the fix list, and a list of strings for the non-file buffer
4086 names. Both changes reduce consing.
4087 (uniquify-rationalize-a-list): Local variable renaming.
4088 (uniquify-rationalize-conflicting-sublist): Use member instead of
4089 assoc.
4090 (uniquify-rename-buffer): Use unless instead of if not.
4091
4092 2001-08-02 Gerd Moellmann <gerd@gnu.org>
4093
4094 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
4095
4096 * custom.el (custom-set-variables): Set options with :require
4097 clauses last.
4098
4099 * custom.el (defcustom): Doc fix.
4100
4101 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
4102
4103 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4104
4105 * man.el (man): Mention Man-switches in the doc string.
4106 (Man-switches): Mention -a in the doc string.
4107
4108 * textmodes/ispell.el (ispell-alternate-dictionary):
4109 Add /usr/share/lib/dict/words, for Irix.
4110
4111 * bindings.el: Bind shifted and control-shifted kp-* keys to the
4112 corresponding non-kp keys. Suggested by Stephen Gildea
4113 <gildea@stop.mail-abuse.org>.
4114
4115 2001-08-01 Francesco Potorti` <pot@gnu.org>
4116
4117 * uniquify.el: These changes correct a corner case that the old
4118 code managed correctly.
4119 (uniquify-fix-item-proposed): Renamed from
4120 uniquify-fix-item-min-proposed.
4121 (uniquify-set-proposed): New function.
4122 (uniquify-rationalize-file-buffer-names): Code reshuffled for
4123 clarity and speed.
4124 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
4125 This is equivalent to what the old code did.
4126 (uniquify-rationalize-a-list): Never recompute the proposed
4127 name. Sort the conflicting sublist before rationalising it: this
4128 is equivalent to what the old code did, but one directory element
4129 at a time, and only when necessary.
4130 (uniquify-rationalize-conflicting-sublist): Recompute here the
4131 proposed name.
4132
4133 2001-08-01 Gerd Moellmann <gerd@gnu.org>
4134
4135 * play/animate.el: Add Keywords and Maintainer. Remove a
4136 reference to a removed function.
4137
4138 * play/animate.el (animate-string): Handle case that the string is
4139 longer than the window is wide.
4140
4141 2001-07-31 Gerd Moellmann <gerd@gnu.org>
4142
4143 * desktop.el (desktop-save): Bind coding-system-for-write to
4144 `emacs-mule' for write-region.
4145
4146 * delsel.el (delete-selection-pre-hook): Don't set this-command
4147 to `ignore' if the region is empty.
4148
4149 * international/mule.el (set-keyboard-coding-system):
4150 Set keyboard-coding-system.
4151
4152 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
4153 before accessing it.
4154
4155 2001-07-30 Andreas Schwab <schwab@suse.de>
4156
4157 * menu-bar.el (toggle-highlight-paren-mode):
4158 Use `(show-paren-mode)' as body.
4159
4160 2001-07-30 Andre Spiegel <spiegel@gnu.org>
4161
4162 * vc.el (vc-checkout-hook): New hook.
4163 (vc-checkout): Run it.
4164
4165 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4166
4167 * progmodes/make-mode.el (makefile-macroassign-regex):
4168 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
4169
4170 2001-07-30 Gerd Moellmann <gerd@gnu.org>
4171
4172 * vc.el (vc-switch-backend): Fix autoload cookie.
4173
4174 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
4175 the desktop file.
4176
4177 2001-07-30 Simon Josefsson <jas@extundo.com>
4178
4179 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
4180 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
4181
4182 2001-07-27 Gerd Moellmann <gerd@gnu.org>
4183
4184 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4185 (last-sexp-toggle-display): Renamed from last-sexp-print.
4186 (last-sexp-toggle-display, eval-last-sexp-1):
4187 Use last-sexp-setup-props.
4188
4189 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4190 New user-options.
4191 (mouse-wheel-change-button): New function.
4192 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4193 (mwheel-scroll): Ditto.
4194
4195 2001-07-26 Gerd Moellmann <gerd@gnu.org>
4196
4197 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4198 `...', compare with unabbreviated printed representation instead.
4199 (last-sexp-print): Bind print-length and print-level to nil.
4200
4201 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4202 before assigning text properties. Make properties rear-nonsticky.
4203
4204 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4205 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4206 <mouse-2> and <RET> in that map to a function printing the
4207 unabbreviated value.
4208
4209 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4210 is a buffer, put a text property `printed-value' on the printed
4211 representation, with the Lisp object printed as value.
4212
4213 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4214
4215 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4216 Mention the effect of eval-expression-print-length and
4217 eval-expression-print-level in the doc strings. Suggested by
4218 Kevin Gallagher <kevingal@onramp.net>.
4219
4220 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4221
4222 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4223 for buttons > 3.
4224 (xterm-mouse-translate): Handle the case that we don't get a
4225 down-event.
4226
4227 * emacs-lisp/find-func.el (find-function-regexp):
4228 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4229 in front of the function name.
4230
4231 * isearch.el (isearch-other-meta-char): Fix last change.
4232
4233 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4234 similar events for which fake prefix keys are generated. It's no
4235 longer necessary since read_key_sequence doesn't modify these
4236 events for internal purposes anymore.
4237
4238 * files.el (auto-mode-alist): Use nroff-mode for files ending
4239 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4240
4241 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4242
4243 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4244 tool-bar-lines parameter, behave as if its value were zero.
4245 (mouse-avoidance-set-pointer-shape): Don't do anything if
4246 x-pointer-shape is not boundp.
4247
4248 2001-07-23 Francesco Potorti` <pot@gnu.org>
4249
4250 * uniquify.el: Overall speedup changes when using many buffers.
4251 (uniquify-fix-item-base, uniquify-fix-item-filename)
4252 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4253 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4254 place in the item, but was never used.
4255 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4256 in the item is now used as cache for the proposed name.
4257 (uniquify-rationalize-file-buffer-names): Move computation made on
4258 newbuffile out of the loop, in the newbuffile-nd local var.
4259 Use dolist (cosmetic change). Compute the proposed name for the most
4260 common case and cache it in the fourth place in the item.
4261 (uniquify-rationalize-file-buffer-names): Used to return a a list
4262 of buffer whose name was changed, but that return value was never used.
4263 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4264 the cached proposed name, does much less consing and is quicker.
4265 (uniquify-filename-lessp): Deleted.
4266 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4267 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4268 cached proposed name is possible.
4269 (uniquify-get-proposed-name): Arguments changed, callers changed.
4270 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4271 uniquify-possibly-resolvable flag, which is no more bound locally.
4272 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4273 flag, which does not exist any more.
4274
4275 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4276
4277 * term/internal.el (IT-unicode-translations): Fix the appearance of
4278 "6`".
4279
4280 * progmodes/compile.el (compile-internal): If EMACS is already
4281 defined in the environment, don't override its value.
4282
4283 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4284
4285 * play/fortune.el: Undo change of 2001-07-13.
4286 Fix autoload cookies. Add types to defcustoms.
4287 (fortune) <defgroup>: Add :link.
4288 (fortune-from-region): Use eq, not eql.
4289 From Dave Love <fx@gnu.org>.
4290
4291 * play/animate.el (animate-birthday-present): Function removed.
4292
4293 * play/animate.el: New file.
4294
4295 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4296
4297 * startup.el (normal-top-level-add-subdirs-to-load-path):
4298 On Windows, put into normal-top-level-add-subdirs-inode-list the
4299 canonicalized names of the directories instead of inode numbers.
4300
4301 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4302
4303 * ediff-util.el: Copyright years.
4304 (ediff-choose-syntax-table): New function.
4305 (ediff-setup): Use ediff-choose-syntax-table.
4306 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4307 vc-state is available.
4308 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4309
4310 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4311 with-syntax-table.
4312 (ediff-coding-system-for-read): From ediff-diff.el
4313 (ediff-coding-system-for-write): New variable.
4314 (ediff-highest-priority): Fixed the bug having to do with disappearing
4315 overlays.
4316 (ediff-file-remote-p): Use file-remote-p, if available.
4317 (ediff-listable-file): New function.
4318 (ediff-file-attributes): Use ediff-listable-file.
4319
4320 * ediff-mult.el (ediff-meta-insert-file-info1):
4321 Use ediff-listable-file.
4322
4323 * ediff-ptch.el (ediff-prompt-for-patch-file):
4324 Use ediff-coding-system-for-read.
4325 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4326
4327 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4328 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4329
4330 * ediff.el: Date of last update, copyright years.
4331
4332 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4333
4334 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4335 of Scott Bronson.
4336 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4337 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4338 Deleted functions.
4339 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4340 ex-token-list.
4341 (viper-get-ex-address-subr): Convert registers to char data type.
4342
4343 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4344 (viper-memq-char): Use viper-int-to-char.
4345 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4346 vc-locking-state.
4347 (viper-read-key): Use viper-read-key-sequence.
4348
4349 * viper.el (viper-major-mode-modifier-list):
4350 Added inferior-emacs-lisp-mode.
4351 (this-major-mode-requires-vi-state): New function that uses simple
4352 heuristics to decide if vi state is appropriate.
4353 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4354 (viper-non-hook-settings): Don't advise read-key-sequence.
4355 (viper-read-key-sequence): New function that replaces the
4356 previously used advice to read-key-sequence.
4357
4358 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4359 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4360 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4361 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4362 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4363 Got rid of the negative character hack.
4364 (viper-escape-to-state,viper-replace-state-exit-cmd):
4365 Use viper-read-key-sequence.
4366 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4367 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4368 Don't override existing minibuffer-setup-hook.
4369 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4370 Convert registers to char data type.
4371 (viper-autoindent): Use viper-indent-line.
4372
4373 * viper-keym.el: Use viper-exec-key-in-emacs.
4374
4375 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4376
4377 * server.el (server-visit-files): Fix variable name typo.
4378
4379 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4380
4381 * simple.el (delete-trailing-whitespace): Save match data
4382 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4383
4384 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4385
4386 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4387 return a this-error using the alternative format (a pair of markers).
4388
4389 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4390
4391 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4392
4393 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4394 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4395
4396 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4397
4398 * international/iso-transl.el: Fix typo in the header of the file.
4399
4400 * textmodes/picture.el (picture): Doc fix.
4401
4402 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4403 follow coding conventions in generated files.
4404
4405 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4406
4407 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4408 (tool-bar-add-item): Don't call image-related primitives if the
4409 display doesn't support images.
4410
4411 * frame.el (display-images-p): New function.
4412
4413 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4414
4415 * server.el (server-visit-files): Handle the case the specified
4416 column number is <= 0.
4417
4418 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4419
4420 * startup.el (command-line-1): Add support for +LINE:COLUMN
4421 command line argument.
4422
4423 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4424
4425 * server.el (server-process-filter, server-visit-files):
4426 Add support for +LINE:COLUMN style emacsclient calls.
4427
4428 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4429
4430 * emacs-lisp/easy-mmode.el: Add Keywords header.
4431
4432 * play/pong.el: Author has new address.
4433
4434 * play/landmark.el: Author is no more reachable.
4435
4436 * play/handwrite.el: Author is no more reachable.
4437
4438 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4439
4440 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4441 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4442 Complete bindings for F<1..12> keys.
4443 (global-map): Remove `undo' binding (already in the default).
4444 Replace `t<n>' bindings with `f<n>' bindings.
4445
4446 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4447
4448 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4449 (tcl-mode): Use tcl-add-log-defun.
4450 (tcl-indent-line): Use tcl-calculate-indent.
4451 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4452 (tcl-indent-exp): Renamed from indent-tcl-exp.
4453 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4454 (tcl-indent-for-comment): Call comment-indent-function properly
4455 and handle the case where it returns nil.
4456
4457 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4458
4459 * calendar/cal-islam.el (calendar-goto-islamic-date):
4460 Remove autoload cookie.
4461
4462 * calendar/calendar.el (calendar-goto-islamic-date):
4463 Add call to autoload.
4464
4465 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4466
4467 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4468 Don't change compile-auto-highlight globally.
4469 Don't bother with `font-lock-defaults' property since XEmacs
4470 also understands the `font-lock-defaults' variable.
4471 Use make-local-variable rather than make-variable-buffer-local.
4472 Don't `defconst' comment-indent-function: keep the default.
4473 Call easy-menu-add unconditionally.
4474 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4475 (ada-create-menu): Use :included for Emacs as well.
4476
4477 * vc.el (vc-do-command): Autoload.
4478
4479 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4480
4481 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4482
4483 * ps-print.el: Fix Author: header.
4484
4485 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4486
4487 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4488 mouse-1 etc., bind them to `ignore'.
4489
4490 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4491 send-invisible, which is already defined in Comint.
4492 (eshell-watch-for-password-prompt): Use it.
4493
4494 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4495
4496 * which-func.el (which-func-mode): Doc fix.
4497
4498 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4499 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4500 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4501 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4502 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4503 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4504 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4505 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4506 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4507 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4508 * emulation/edt-mapper.el, emulation/edt-pc.el,
4509 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4510 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4511 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4512 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4513 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4514 * international/isearch-x.el, international/iso-cvt.el,
4515 * international/ogonek.el, international/quail.el,
4516 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4517 * language/devanagari.el, language/ethio-util.el,
4518 * language/ethiopic.el, language/european.el, language/indian.el,
4519 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4520 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4521 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4522 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4523 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4524 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4525 * progmodes/autoconf.el, progmodes/cmacexp.el,
4526 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4527 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4528 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4529 * progmodes/ebnf2ps.el, progmodes/executable.el,
4530 * progmodes/fortran.el, progmodes/idlw-shell.el,
4531 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4532 * progmodes/m4-mode.el, progmodes/mantemp.el,
4533 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4534 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4535 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4536 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4537 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4538 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4539 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4540 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4541 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4542 * textmodes/two-column.el, time-stamp.el, timezone.el,
4543 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4544 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4545 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4546 conventions.
4547
4548 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4549
4550 * simple.el (set-variable): Require 'cus-edit' instead of
4551 `wid-edit', so that the Custom widgets get defined.
4552
4553 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4554
4555 * allout.el: A fix to follow coding conventions.
4556
4557 * find-lisp.el: A fix to follow coding conventions.
4558
4559 * term/w32-win.el: A fix to follow coding conventions.
4560
4561 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4562
4563 * term/xterm.el: A fix to follow coding conventions.
4564
4565 * term/news.el: A fix to follow coding conventions.
4566
4567 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4568 header line fixed.
4569
4570 * sun-curs.el: Fix Maintainer: header line.
4571
4572 * emacs-lisp/easymenu.el: Address of the author added.
4573
4574 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4575
4576 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4577 property.
4578
4579 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4580
4581 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4582 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4583 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4584 Some fixes to follow coding conventions.
4585
4586 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4587
4588 * which-func.el (which-func-mode): Doc fix.
4589
4590 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4591
4592 * net/rcompile.el (remote-compile): Use make-local-variable.
4593
4594 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4595
4596 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4597
4598 * mail/reporter.el (reporter-submit-bug-report):
4599 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4600
4601 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4602
4603 * calendar/cal-china.el, calendar/cal-coptic.el,
4604 * calendar/cal-dst.el, calendar/cal-french.el,
4605 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4606 * calendar/cal-iso.el, calendar/cal-julian.el,
4607 * calendar/cal-mayan.el, calendar/cal-persia.el,
4608 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4609 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4610 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4611 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4612 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4613 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4614 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4615 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4616 * progmodes/ada-xref.el, progmodes/cc-align.el,
4617 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4618 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4619 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4620 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4621 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4622 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4623 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4624 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4625 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4626 * textmodes/reftex.el: Some fixes to follow coding
4627 conventions in Eshell files with known maintainers.
4628
4629 * emulation/viper.el: A fix to follow coding conventions.
4630
4631 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4632 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4633 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4634 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4635 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4636 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4637 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4638 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4639 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4640 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4641 conventions in Eshell files.
4642
4643 * composite.el, diff.el, emacs-lisp/levents.el,
4644 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4645 * emulation/pc-mode.el, emulation/viper-cmd.el,
4646 * emulation/viper-ex.el, emulation/viper-init.el,
4647 * emulation/viper-keym.el, emulation/viper-macs.el,
4648 * emulation/viper-mous.el, emulation/viper-util.el,
4649 * emulation/viper.el, forms-pass.el, international/ccl.el,
4650 * international/characters.el, international/encoded-kb.el,
4651 * international/fontset.el, international/ja-dic-cnv.el,
4652 * international/ja-dic-utl.el, international/kinsoku.el,
4653 * international/kkc.el, international/mule-cmds.el,
4654 * international/mule-diag.el, international/mule-util.el,
4655 * international/mule.el, international/titdic-cnv.el,
4656 * language/china-util.el, language/chinese.el,
4657 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4658 * language/greek.el, language/hebrew.el, language/japan-util.el,
4659 * language/japanese.el, language/korea-util.el, language/korean.el,
4660 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4661 * language/slovak.el, language/thai-util.el, language/thai.el,
4662 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4663 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4664 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4665 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4666 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4667 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4668 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4669 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4670 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4671 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4672 to follow coding conventions in files without maintainer or in files
4673 with clear maintainer (but without Maintainer header stating so).
4674
4675 * emacs-lisp/elp.el: A fix to follow coding conventions.
4676
4677 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4678 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4679 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4680 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4681 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4682 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4683 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4684 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4685 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4686 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4687 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4688 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4689 conventions in files from Gnus.
4690
4691 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4692 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4693 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4694 * echistory.el, electric.el, emacs-lisp/authors.el,
4695 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4696 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4697 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4698 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4699 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4700 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4701 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4702 * international/codepage.el, international/iso-ascii.el,
4703 * international/iso-insert.el, international/iso-transl.el,
4704 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4705 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4706 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4707 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4708 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4709 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4710 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4711 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4712 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4713 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4714 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4715 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4716 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4717 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4718 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4719 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4720 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4721 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4722 * textmodes/tex-mode.el, textmodes/text-mode.el,
4723 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4724 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4725 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4726 files maintained by FSF.
4727
4728 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4729
4730 * arc-mode.el: A fix to follow coding conventions.
4731
4732 * bindings.el: Ditto.
4733
4734 * cdl.el: Ditto.
4735
4736 * comint.el: Ditto.
4737
4738 * cus-start.el: Ditto.
4739
4740 * shell.el: Ditto.
4741
4742 * skeleton.el: Ditto.
4743
4744 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4745
4746 * info.el (Info-build-node-completions):
4747 Make Info-current-file-completions buffer local.
4748
4749 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4750
4751 * which-func.el (which-func-mode, which-func-ff-hook)
4752 (which-function-mode): Remove references to which-func-mode-global.
4753
4754 * calendar/cal-islam.el (calendar-goto-islamic-date):
4755 Add autoload cookie.
4756
4757 * play/fortune.el: Add types to defcustoms.
4758
4759 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4760
4761 * language/czech.el: A fix to follow coding conventions.
4762
4763 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4764
4765 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4766 to the extension list, for antlr-mode. From Christoph Wedler
4767 <Christoph.Wedler@sap.com>.
4768
4769 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4770
4771 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4772 (vc-dired-mode-map): Fix the madness.
4773
4774 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4775 (vc-prefix-map): Moved back from vc.el.
4776
4777 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4778
4779 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4780 Increase the size of the obarray.
4781 (mail-extr-all-top-level-domains): Add more toplevel domains,
4782 add more long names.
4783 From: Per Starback <starback@ling.uu.se>.
4784
4785 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4786
4787 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4788 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4789
4790 * progmodes/ada-mode.el: Ditto.
4791
4792 * progmodes/ada-xref.el: Ditto.
4793
4794 2001-07-11 Miles Bader <miles@gnu.org>
4795
4796 * finder.el (finder-insert-at-column): Also move to the next line
4797 if exactly at COLUMN.
4798
4799 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4800
4801 * help.el (describe-function-1): When printing FUNCTION's
4802 documentation, don't assume FUNCTION is a symbol.
4803
4804 * startup.el (normal-top-level): Don't operate on the initial
4805 frame if we failed to create one.
4806
4807 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4808
4809 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4810 itself, i.e. only indent the contents in it.
4811
4812 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4813
4814 * mail/rmail.el (rmail-show-message): Show beginning of message in
4815 all windows containing it.
4816
4817 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4818
4819 * term/tty-colors.el: Fix the header line and copyright years.
4820
4821 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4822
4823 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4824 original definition has an interactive form, but is Elp
4825 instrumented, use the interactive form of the function called by
4826 elp-wrapper.
4827
4828 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4829 configurations with compare-window-configuration; they aren't
4830 window configurations.
4831
4832 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4833 from the server for the format we expect. Don't use it if it
4834 doesn't look like what the Internet draft for FTP extensions specifies.
4835
4836 * toolbar/*.pbm: Cleaned up.
4837 From Luis Fernandes <elf@ee.ryerson.ca>.
4838
4839 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4840
4841 * cc-cmds.el: Extended the kludge to interoperate with the
4842 delsel and pending-del packages wrt to the new function
4843 `c-electric-delete-forward'.
4844
4845 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4846
4847 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4848 to delay the call to <mode> for global minor modes.
4849 (easy-mmode-define-navigation): Only recenter if interactive.
4850
4851 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4852
4853 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4854 to lisp-indent-line.
4855
4856 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4857 from the server. Call encode-time only when we are sure that we
4858 got a 213 response.
4859
4860 2001-07-06 Simon Josefsson <jas@extundo.com>
4861
4862 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4863 (mail-envelope-from): New user option.
4864 (sendmail-send-it): Use it.
4865
4866 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4867
4868 * ps-print.el: Use locale dependant date to print date in header.
4869 Doc fix.
4870 (ps-print-version): New version number (6.5.3).
4871 (ps-right-header, ps-right-footer): Initialization and doc fix.
4872 (ps-time-stamp-locale-default): New fun.
4873
4874 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4875
4876 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4877 field problem with MIME-mode.
4878
4879 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4880
4881 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4882
4883 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4884 MIME-mode.
4885
4886 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4887
4888 * bindings.el (mode-line-mule-info): Don't show the tip with
4889 buffer-file-coding-system if that is nil.
4890
4891 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4892
4893 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4894 instead of kill-line.
4895
4896 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4897 <Pavel@Janik.cz>.
4898
4899 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4900 <Pavel@Janik.cz>.
4901
4902 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4903
4904 * font-lock.el (c-font-lock-keywords-3): When matching something
4905 like `struct X Y', finish with point after Y.
4906
4907 2001-07-04 Simon Josefsson <jas@extundo.com>
4908
4909 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4910 in caller buffer.
4911
4912 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4913
4914 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4915 instead of string-match to find the basename of the file.
4916 From Pascal Obry <p.obry@wanadoo.fr>.
4917
4918 * net/browse-url.el (browse-url-default-windows-browser):
4919 Support the MS-DOS port when it runs on Windows.
4920 (browse-url-browser-function) [ms-dos]: Default to
4921 browse-url-default-windows-browser.
4922
4923 * help.el (locate-library): Enable code that looks for compressed
4924 libraries if auto-compression-mode is on.
4925
4926 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4927
4928 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4929
4930 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4931
4932 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4933
4934 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4935
4936 * allout.el: Fix the header line, so that finder.el recognizes it.
4937 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4938
4939 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4940 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4941
4942 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4943
4944 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4945
4946 * ps-bdf.el (bdf-directory-list): Use the value relative to
4947 installation-directory for MS-Windows as well.
4948
4949 2001-06-29 Richard M. Stallman <rms@gnu.org>
4950
4951 * wid-edit.el (widget-color-sample-face-get):
4952 Return ((foreground-color . COLOR)) instead of constructing a face.
4953
4954 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4955
4956 * faces.el (region): Change the background color for the
4957 light-background color display to lightgoldenrod2, to make it
4958 visible on some laptops.
4959
4960 2001-06-28 Richard M. Stallman <rms@gnu.org>
4961
4962 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4963 (rmail-msg-restore-non-pruned-header): Likewise.
4964 If point was in the old pruned header, put it at the top.
4965 (rmail-msg-prune-header): If point was at the top, keep it there.
4966
4967 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4968 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4969
4970 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4971
4972 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4973
4974 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4975
4976 * saveplace.el: Update maintainer email address.
4977
4978 2001-06-27 Francesco Potorti` <pot@gnu.org>
4979
4980 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4981 Undo previous change.
4982
4983 2001-06-27 Francesco Potorti` <pot@gnu.org>
4984
4985 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4986 preliminary quick reordering. Can speed things up dramatically.
4987
4988 2001-06-26 Richard M. Stallman <rms@gnu.org>
4989
4990 * dired.el (dired-get-filename): A file name starting with ~
4991 is not absolute in this context.
4992
4993 * which-func.el (which-func-maxout): Increase default to 500000.
4994 (which-function-mode): This is now the "real" name of the function.
4995 (which-func-mode): Now an alias.
4996 (which-func-mode-global): Name deleted.
4997
4998 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4999 button-2, when binding hs-mouse-toggle-hiding.
5000
5001 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5002
5003 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
5004 (rmail-msg-prune-header): Likewise.
5005 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
5006 and `rmail-msg-prune-header'.
5007
5008 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
5009
5010 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
5011 back than LINEBEG.
5012
5013 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
5014
5015 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
5016 window where they clicked the mouse has a header line, adjust
5017 vertical movement by one.
5018
5019 2001-06-25 Milan Zamazal <pdm@zamazal.org>
5020
5021 * progmodes/glasses.el (glasses-make-readable): Consider underscores
5022 too when separating a parenthesis.
5023
5024 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
5025
5026 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5027 (bookmark-bmenu-hide-filenames): Add help-echo to
5028 mouse-highlighted text.
5029 (bookmark-bmenu-show-filenames): Remove help-echo property from
5030 the whitespace.
5031
5032 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
5033
5034 * files.el (auto-mode-alist): Add configure.ac (autoconf).
5035 From Karl Eichwalder <ke@suse.de>.
5036
5037 2001-06-23 Richard M. Stallman <rms@gnu.org>
5038
5039 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
5040
5041 * progmodes/cc-styles.el (c-set-style): Don't specify initial
5042 contents for completing-read.
5043
5044 2001-06-22 Richard M. Stallman <rms@gnu.org>
5045
5046 * menu-bar.el (menu-bar-make-toggle): Construct the
5047 function's doc string from HELP, not DOC, and make it accurate by
5048 adding "Toggle whether to " at the front and downcasing the initial.
5049 Change the HELP arg in some calls to make it fit this usage.
5050
5051 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
5052 Undo previous change.
5053
5054 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
5055
5056 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
5057
5058 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5059
5060 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
5061
5062 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
5063
5064 * dabbrev.el (dabbrev--select-buffers): Fix last change.
5065
5066 2001-06-20 Richard M. Stallman <rms@gnu.org>
5067
5068 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
5069 broken out from dabbrev--find-expansion. Handle minibuffer
5070 specially here.
5071 (dabbrev--find-expansion): Simplify code in various ways.
5072 Don't treat minibuffers specially.
5073 Call dabbrev--make-friend-buffer-list.
5074 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
5075 (dabbrev--scanning-message): Do nothing when minibuffer is current.
5076
5077 2001-06-19 John Wiegley <johnw@gnu.org>
5078
5079 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
5080 Also, added a comment describing how to greatly speedup Eshell
5081 loadup time, by concatenating together all of Eshell's .elc files.
5082
5083 2001-06-19 John Wiegley <johnw@gnu.org>
5084
5085 * eshell/esh-mode.el: Disabled a test that often yields false failures.
5086
5087 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
5088
5089 * woman.el (WoMan-highlight-references): Add help-echo to
5090 mouse-highlighted text.
5091
5092 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
5093
5094 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
5095
5096 2001-06-18 Gerd Moellmann <gerd@gnu.org>
5097
5098 * international/quail.el (quail-start-conversion):
5099 Reset quail-translating to nil.
5100
5101 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
5102 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
5103
5104 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
5105
5106 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
5107 mouse-highlighted text.
5108
5109 * dired.el (dired-mark-pop-up): Fix last change.
5110
5111 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5112
5113 * calendar/calendar.el (generate-calendar-month): Add help-echo to
5114 mouse-highlighted text.
5115
5116 * net/quickurl.el (quickurl-url-file): Run through
5117 convert-standard-filename.
5118 (quickurl-list-populate-buffer): Add help-echo to
5119 mouse-highlighted text.
5120 (top-level): Update Dave's URL.
5121
5122 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
5123 mouse-highlighted text.
5124
5125 * textmodes/page-ext.el (pages-copy-header-and-position):
5126 Add help-echo to mouse-highlighted text.
5127
5128 * tar-mode.el (tar-header-block-summarize): Add help-echo to
5129 mouse-highlighted text.
5130
5131 * replace.el (occur): Add help-echo to mouse-highlighted text.
5132
5133 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
5134 mouse-highlighted text.
5135
5136 * progmodes/cpp.el (cpp-make-button): Add help-echo to
5137 mouse-highlighted text.
5138
5139 * progmodes/compile.el (compile-reinitialize-errors):
5140 Add help-echo to mouse-highlighted messages.
5141 (compilation-forget-errors): Remove help-echo property as well.
5142
5143 * play/landmark.el (lm-plot-square, lm-init-display):
5144 Add help-echo to mouse-highlighted text.
5145
5146 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
5147 Add help-echo to mouse-highlighted text.
5148
5149 * dired.el (dired-insert-set-properties): Add help-echo to
5150 mouse-highlighted text.
5151 (dired-mark-pop-up): Remove help-echo property from the file name.
5152
5153 * comint.el (comint-send-input): Add help-echo to
5154 mouse-highlighted text.
5155
5156 * buff-menu.el (list-buffers-noselect): Add help-echo to
5157 mouse-highlighted text.
5158
5159 * arc-mode.el (archive-summarize-files): Add help-echo to
5160 mouse-highlighted text.
5161
5162 * ffap.el (ffap-machine-p): Always return nil if
5163 open-network-stream is not fboundp.
5164
5165 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
5166
5167 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
5168 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
5169 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
5170 incorrectly binding chars between 128 and 256 to it.
5171 (sgml-maybe-name-self): Handle latin-1 chars properly.
5172 (sgml-tags-invisible): Bind buffer-file-name to nil.
5173 Use unwind-protect and restore-buffer-modified-p.
5174 (sgml-point-entered): Use buffer-substring-no-properties.
5175 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
5176 (html-mode): Don't force `imenu-sort-function'.
5177
5178 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5179
5180 * tar-mode.el: Fix the copyright notice.
5181
5182 * font-lock.el (font-lock-comment-face): For tty's with dark
5183 background, use "red1", since "lightred" is not one of the colors
5184 recognized by tty-colors.el.
5185
5186 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5187 create a buffer for extracted file, in case there's more than one
5188 file by that name in an archive, possibly in different
5189 directories. From Kevin Rodgers <kevinr@ihs.com>.
5190
5191 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5192 <alex@gnu.org>.
5193
5194 2001-06-15 Miles Bader <miles@gnu.org>
5195
5196 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5197 Revert previous change.
5198
5199 2001-06-14 Richard M. Stallman <rms@gnu.org>
5200
5201 * replace.el (keep-lines-read-args): Return just a regexp.
5202 Provide nil for the region args.
5203 (keep-lines, flush-lines, how-many):
5204 Calculate the defaults for the region here, when args are nil.
5205
5206 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5207
5208 * rot13.el (rot13-other-window): Some more doc fix.
5209
5210 2001-06-14 Per Starback <starback@ling.uu.se>
5211
5212 * replace.el (case-replace, query-replace-from-history-variable)
5213 (query-replace-to-history-variable, keep-lines-read-args)
5214 (occur-revert-function, query-replace-help): Dox fix.
5215
5216 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5217
5218 * rot13.el (rot13-other-window): Doc fix.
5219
5220 2001-06-14 Miles Bader <miles@gnu.org>
5221
5222 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5223 of " and \ to "." (punctuation).
5224 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5225
5226 2001-06-13 Richard M. Stallman <rms@gnu.org>
5227
5228 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5229
5230 * simple.el (shell-command-on-region): Never kill the
5231 *Shell Command Output* buffer.
5232
5233 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5234
5235 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5236
5237 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5238
5239 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5240 New var, to recognize ${ $' and PODs.
5241 (perl-font-lock-syntactic-face-function): New function.
5242 (perl-mode): Use them.
5243 (perl-continuation-line-p): New function, from perl-calculate-indent.
5244 (perl-calculate-indent): Use it, to properly handle continuation
5245 lines of continuation lines.
5246
5247 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5248
5249 * server.el (server-process, server-buffer-clients): Doc fix.
5250 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5251
5252 2001-06-09 John Wiegley <johnw@gnu.org>
5253
5254 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5255 test if the last command was Lisp or not.
5256 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5257 B x C".
5258
5259 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5260
5261 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5262 general one on compile.el supports drive letters.
5263
5264 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5265
5266 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5267 key description.
5268
5269 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5270
5271 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5272 (reftex-toc-jump): New command.
5273
5274 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5275 to parse international characters as well.
5276
5277 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5278 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5279
5280 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5281
5282 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5283 TAB to the key separators.
5284
5285 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5286
5287 * international/mule.el (auto-coding-alist): Remove redundant
5288 up-cased versions of the extensions (auto-coding-alist-lookup is
5289 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5290 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5291
5292 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5293
5294 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5295
5296 2001-06-01 Richard M. Stallman <rms@gnu.org>
5297
5298 * help.el (describe-variable): Put value on same line
5299 with preceding text, if it is short enough to look good that way.
5300
5301 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5302
5303 * term/internal.el (IT-unicode-translations): New variable.
5304 (IT-setup-unicode-display): New function.
5305
5306 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5307
5308 * ps-print.el: Handle before-string and after-string overlay properties
5309 in ps-print-*-with-faces commands. Doc fix.
5310 (ps-print-version): New version number (6.5.2).
5311 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5312 for XEmacs.
5313 (ps-prefix-quote): Doc fix.
5314 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5315 (ps-basic-plot-str, ps-plot-string): New funs.
5316
5317 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5318
5319 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5320 and :type spec.
5321
5322 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5323
5324 * international/mule-cmds.el (inactivate-input-method):
5325 Set input-method-function to nil.
5326
5327 * xml.el (xml-parse-tag): The document may contain invalid characters.
5328 From ShengHuo ZHU <zsh@cs.rochester.edu>
5329
5330 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5331
5332 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5333 `rmail-summary-line-decoder' if the message does not have
5334 a Subject: field.
5335
5336 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5337
5338 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5339 New variable.
5340 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5341 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5342 is non-nil.
5343
5344 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5345
5346 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5347
5348 2001-05-29 Sam Steingold <sds@gnu.org>
5349
5350 * faces.el (face-valid-attribute-values): Bind `valid' directly
5351 instead of using `setq'.
5352
5353 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5354 Use `tex-shell-buf'.
5355 (tex-shell-proc): Use `tex-shell-running'.
5356 (tex-shell-buf-no-error): New function.
5357 (tex-send-tex-command): Use it.
5358 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5359 (tex-kill-job): Check the process before calling `quit-process'.
5360
5361 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5362
5363 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5364 UTF-8 sequences.
5365
5366 2001-05-28 Miles Bader <miles@gnu.org>
5367
5368 * comint.el (comint-carriage-motion): Renamed from
5369 `comint-cr-magic'. Operate on the buffer instead of the string
5370 (for use as a comint post-output filter, instead of as a
5371 pre-output filter). Handle backspaces too. Add to the
5372 `comint-output-filter-functions' hook instead of
5373 `comint-preoutput-filter-functions'.
5374
5375 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5376
5377 * language/japan-util.el (japanese-hankaku): Prefer the charset
5378 `jisx0201' when the optional argument `ascii-only' is not specified.
5379 (japanese-hankaku-region): Ditto.
5380 From Katsumi Yamaoka <yamaoka@jpl.org>
5381
5382 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5383
5384 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5385 (outline-invisible-p): New function.
5386 (hide-leaves): Save excursion.
5387 (hide-other): Stop looping when reaching bobp.
5388
5389 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5390
5391 * cus-edit.el (custom-file): Fix last change.
5392
5393 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5394
5395 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5396 same definition in byte-compile-function-environment as `autoload'
5397 would put in `symbol-function'.
5398
5399 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5400 patch to correct the error message as well.
5401
5402 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5403
5404 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5405 unless ~/.emacs exists.
5406
5407 * novice.el (enable-command): If user-init-file is nil or does not
5408 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5409
5410 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5411
5412 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5413 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5414 Allow spaces around macro arguments.
5415 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5416 indent-for-tab-command.
5417 (latex-mode-map, plain-tex-mode-map): New keymaps.
5418 Inherit from tex-mode-map.
5419 (tex-common-initialization): Don't setup the keymap any more
5420 since it's now done right by define-derived-mode.
5421 (latex-mode): Set skeleton-end-hook to nil.
5422 (latex-skeleton-end-hook): Remove.
5423 (tex-latex-block, latex-insert-item): Simplify.
5424 (latex-syntax-after): Use following-char rather than char-after.
5425 (tex-discount-args-cmds, tex-count-words): New functions.
5426
5427 * textmodes/tildify.el (tildify-ignored-environments-alist):
5428 Recognize \verb* as well.
5429
5430 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5431 (perl-comment-indent): Simplify to let newcomment.el do its job.
5432 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5433 (perl-mark-function): Cleanup the namespace.
5434 (perl-calculate-indent): Don't be fooled by nested functions.
5435
5436 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5437
5438 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5439 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5440
5441 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5442
5443 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5444 actually be `\\'.
5445 (ctlau-b5-converter): Likewise.
5446
5447 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5448
5449 * international/titdic-cnv.el (quail-misc-package-ext-info):
5450 Change CTLauB.el to CTLau-b5.el.
5451
5452 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5453
5454 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5455 rather than beginning-of-line to avoid problems with fields.
5456 (gud-perldb-massage-args): Use unless and push.
5457 (gud-chdir-before-run): New var.
5458 (gud-common-init): Use it.
5459
5460 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5461
5462 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5463 delete entries for chinese-ctlau and chinese-ctlaub.
5464 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5465 chinese-ctlaub.
5466 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5467 New functions.
5468
5469 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5470
5471 * cus-edit.el (custom-comment-show): Remove debug code.
5472
5473 * language/japan-util.el (japanese-symbol-table): Fix handling of
5474 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5475
5476 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5477
5478 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5479 Renamed by removing the silly `-flag' suffix.
5480 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5481
5482 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5483
5484 * replace.el (keep-lines-read-args): Use `copy-marker'.
5485 (how-many): Save excursion properly.
5486 (occur-mode): Use define-derived-mode.
5487 (perform-replace): Use with-current-buffer.
5488
5489 2001-05-20 Richard M. Stallman <rms@gnu.org>
5490
5491 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5492
5493 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5494
5495 * info.el (Info-read-subfile): Widen before finding the
5496 desired node in the subfile.
5497
5498 * startup.el (command-line-1): When >2 files visited,
5499 leave the last one visible, and make that the selected window.
5500
5501 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5502
5503 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5504
5505 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5506
5507 * international/ccl.el (define-ccl-program): Fix a typo.
5508 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5509
5510 * international/mule.el (decode-char): Fix a typo. From Pavel
5511 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5512
5513 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5514 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5515
5516 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5517 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5518
5519 2001-05-18 Sam Steingold <sds@gnu.org>
5520
5521 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5522 and [RET] to `cvs-mode-find-file'.
5523
5524 2001-05-18 John Wiegley <johnw@gnu.org>
5525
5526 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5527 configuration variable, which determines the initial character
5528 that forces use of an external version of a command. The default
5529 is *, but may be set to \, for example.
5530
5531 * eshell/esh-ext.el (eshell-explicit-command):
5532 Use `eshell-explicit-command-char' instead of ?*.
5533
5534 * eshell/esh-cmd.el (eshell/which):
5535 Use `eshell-explicit-command-char' instead of ?*.
5536
5537 * eshell/em-cmpl.el (eshell-completion-command-name)
5538 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5539 instead of ?*.
5540
5541 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5542
5543 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5544 subst-char-in-string.
5545 (ange-ftp-after-parse-ls-hook): New variable.
5546 (ange-ftp-ls): Run that hook.
5547 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5548
5549 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5550 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5551 text into *Completions*.
5552
5553 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5554 part of which look like email addresses.
5555
5556 2001-05-18 Andrew Innes <andrewi@gnu.org>
5557
5558 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5559 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5560 cmd.exe's handling of FOR loops.
5561 (autoloads): Set find-file-suppress-same-file-warnings to t to
5562 avoid slew of spurious messages.
5563
5564 2001-05-18 Simon Josefsson <simon@josefsson.org>
5565
5566 * mail/smtpmail.el (maybe-append-domain): Renamed to
5567 `smtpmail-maybe-append-domain'.
5568 (smtpmail-via-smtp): Use the new name.
5569
5570 * net/browse-url.el (browse-url-browser-function): Add kde.
5571 (browse-url-kde-program, browse-url-kde-args): New variables.
5572 (browse-url-kde): New function.
5573
5574 2001-05-18 Miles Bader <miles@gnu.org>
5575
5576 * simple.el (delete-horizontal-space, just-one-space):
5577 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5578 because it's more efficient for large files.
5579
5580 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5581
5582 * mail/rmail.el (rmail-require-mime-maybe): New function.
5583 (rmail): Use it.
5584 (rmail-mode): Handle the case of finding Rmail files.
5585
5586 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5587 functions.
5588
5589 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5590
5591 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5592 text-property after moving to the beginning of line and regardless
5593 of the value of font-lock-multiline.
5594
5595 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5596
5597 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5598
5599 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5600 last coding system used before calling set-buffer-modified-p
5601 because that function changes last-coding-system.
5602
5603 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5604
5605 * files.el (switch-to-buffer-other-window)
5606 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5607 the doc string.
5608
5609 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5610
5611 * language/slovak.el, language/czech.el: New maintainer.
5612
5613 2001-05-16 Sam Steingold <sds@gnu.org>
5614
5615 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5616 sub-form of `defgeneric' correctly.
5617
5618 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5619
5620 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5621 of `c'.
5622
5623 * textmodes/outline.el (outline-font-lock-level): Remove the
5624 condition-case, test what outline-level returns instead, to
5625 ease debugging.
5626
5627 * international/mule.el (auto-coding-regexp-alist): New user-option.
5628 (auto-coding-from-file-contents): New function.
5629 (set-auto-coding): Use it to determine a coding system.
5630
5631 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5632
5633 * mouse.el (mouse-delete-other-windows): Doc fix.
5634
5635 * emacs-lisp/lisp-mode.el (lisp-mode):
5636 Make font-lock-keywords-case-fold-search a buffer-local variable with
5637 make-local-variable before setting it.
5638
5639 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5640
5641 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5642 prefixes.
5643
5644 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5645
5646 * hexl.el (hexl-current-address): Print a message when called
5647 interactively.
5648
5649 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5650
5651 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5652
5653 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5654
5655 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5656
5657 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5658
5659 * startup.el (command-line): If parameters have been changed in
5660 the init files which influence font selection, clear the face
5661 cache so that faces get realized with the new parameters.
5662
5663 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5664
5665 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5666
5667 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5668
5669 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5670
5671 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5672 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5673
5674 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5675
5676 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5677 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5678
5679 2001-05-09 John Wiegley <johnw@gnu.org>
5680
5681 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5682 Annotated the documentation string to tell users about
5683 `eshell-no-numeric-conversions'.
5684
5685 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5686 conversions if a Lisp function has the property
5687 `eshell-no-numeric-conversions' set to a non-nil value.
5688
5689 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5690 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5691 property `eshell-no-numeric-conversions' on the following
5692 functions (which all deal with filesystem entities, and never Lisp
5693 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5694 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5695 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5696 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5697 eshell/which, eshell/addpath.
5698
5699 2001-05-09 John Wiegley <johnw@gnu.org>
5700
5701 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5702 encountered as an argument, don't convert it right away, but tag
5703 the first character of the string with the text properties
5704 `number', which signifies to `eshell-lisp-command' that the
5705 argument should be passed through `string-to-number' if it is
5706 actually used in the call to a Lisp function.
5707
5708 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5709 function, convert any string arguments that have been tagged as
5710 "numbers", by calling string-to-number.
5711
5712 * eshell/esh-util.el (eshell-number-regexp): Now that number
5713 conversions only happen for Lisp function calls, the number regexp
5714 should now match all integer and floating point forms.
5715
5716 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5717 `eshell-continue-process', since they are both nonfunctional at
5718 the moment.
5719 (eshell-proc-initialize): Don't bind keys for
5720 `eshell-stop-process' or `eshell-continue-process'.
5721
5722 * eshell/em-unix.el (eshell-shuffle-files):
5723 Apply `directory-file-name' before calling `file-name-directory'.
5724
5725 * eshell/em-hist.el (eshell-add-to-history): Reference to
5726 `eshell-history-ring' needed to be `eshell-history-index'.
5727
5728 * calendar/timeclock.el (timeclock-find-discrep):
5729 Initialize `elapsed' to 0.
5730 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5731 it's still nil.
5732
5733 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5734
5735 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5736 (archive-mode): Use capitalize.
5737 (archive-unique-fname): Use make-temp-file.
5738
5739 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5740
5741 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5742
5743 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5744
5745 * tar-mode.el (tar-extract): Pay attention to the value of
5746 coding-system-for-read, if it is non-nil.
5747
5748 * calendar/holidays.el (holidays): Add an autoload cookie.
5749 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5750
5751 2001-05-08 John Wiegley <johnw@gnu.org>
5752
5753 * calendar/timeclock.el (timeclock-workday-remaining):
5754 Changed logic for determining how much time is remaining.
5755 (timeclock-workday-elapsed): Don't accept a "relative" argument
5756 for the current day's elapsed time. What could that have meant?
5757 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5758 (timeclock-when-to-leave): Changed logic, similarly to what was
5759 done for `timeclock-workday-remaining'.
5760 (timeclock-find-discrep): Removed "today-only" argument, which had
5761 no meaning. Fixed some more math problems. The function now
5762 returns a three member list: (TOTAL-TIME-DISCREPANCY
5763 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5764
5765 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5766
5767 * w32-fns.el (convert-standard-filename): Start replacing slashes
5768 from the beginning of the file name, not from where the last
5769 invalid character was. From "Andrew Maguire (SWW)"
5770 <Andrew.Maguire@Smallworld.co.uk>
5771
5772 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5773
5774 The following changes are to provide infrastructure for handling
5775 MIME messages to rmail. They don't affect the original behaviour
5776 if rmail-enable-mime is nil.
5777
5778 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5779 (rmail-search-mime-message-function)
5780 (rmail-search-mime-header-function): New variables.
5781 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5782 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5783 `rmail-view-buffer' is hidden.
5784 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5785 call rmai-show-mime-function.
5786 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5787 mode-line-process of rmail-view-buffer.
5788 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5789 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5790 buffer.
5791 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5792 set-buffer to the Rmail buffer.
5793 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5794 rmail-search-mime-header-function.
5795 (rmail-search-message): New function.
5796 (rmail-search): Call rmail-search-message to check if a message
5797 matches REGEXP, lastly update point after calling
5798 rmail-show-message.
5799 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5800 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5801 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5802 header region, refer to rmail-msgref-vector while setting the
5803 current buffer to rmail-buffer temporarily.
5804 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5805 If rmail-enable-mime is non-nil, call
5806 rmail-insert-mime-forwarded-message-function instead of inserting
5807 forwarded message by itself.
5808
5809 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5810 Rmail buffer.
5811 (rmail-set-label, rmail-next-labeled-message): Likewise.
5812
5813 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5814 set-buffer to the Rmail buffer.
5815 (rmail-output-to-rmail-file): Likewise.
5816 (rmail-output): Likewise.
5817
5818 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5819 of mail-fetch-field by rmail-summary-line-decoder.
5820 (rmail-new-summary): Be sure to go to the Rmail buffer.
5821 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5822 rmail-view-buffer to nil.
5823 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5824 rmail-view-buffer.
5825 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5826 rmail-buffer.
5827 (rmail-summary-scroll-msg-down): Likewise.
5828 (rmail-summary-beginning-of-message): Likewise.
5829 (rmail-summary-wipe): Likewise.
5830 (rmail-summary-toggle-header): Use save-window-excursion, not
5831 save-excursion. Update point in rmail-view-buffer, not in
5832 rmail-buffer.
5833 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5834 rmail-view-buffer, not rmail-buffer.
5835
5836 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5837
5838 * cus-edit.el (custom-file): Signal an error if user-init-file is
5839 nil (running -q).
5840
5841 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5842
5843 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5844 Add :version.
5845
5846 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5847 New option.
5848 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5849 only if smtpmail-warn-about-unknown-extensions is set.
5850
5851 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5852 instead of rmail-sort-by-keywords.
5853
5854 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5855 rmail-sort-by-keywords.
5856
5857 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5858 rmail-summary-sort-by-keywords. Doc fix.
5859 (rmail-summary-mode): Doc fix.
5860
5861 * mail/rmail.el (rmail-edit): New Custom group.
5862
5863 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5864 (rmail-edit-mode-hook): New user-option.
5865
5866 2001-05-05 Richard M. Stallman <rms@gnu.org>
5867
5868 * help.el (help-xref-symbol-regexp): Recognize "source of"
5869 and friends, meaning make a link to the source file.
5870 (help-make-xrefs): Handle "source of" and friends
5871 by constructing a link that visits the source file.
5872
5873 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5874
5875 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5876
5877 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5878 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5879 Renamed from perl-font-lock-keywords to avoid clashes.
5880 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5881 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5882 Updated correspondingly.
5883
5884 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5885 Typo `nonexistant' -> `nonexistent'.
5886
5887 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5888
5889 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5890 Split `c-electric-delete' into two functions where
5891 `c-electric-delete-forward' always deletes forward and
5892 `c-electric-delete' only contains the code necessary for XEmacs to
5893 choose between backward and forward deletion.
5894
5895 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5896 get the electric behavior on that key too.
5897 (c-fill-paragraph): Fixed bogus direct use of
5898 c-comment-prefix-regexp, which caused an error when it's a list.
5899
5900 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5901
5902 * dired-aux.el (dired-diff): Doc fix.
5903
5904 * dired.el (dired-diff): Likewise.
5905
5906 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5907
5908 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5909
5910 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5911
5912 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5913 if both the buffer and the file are read-only.
5914
5915 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5916 rather than font-lock-string-face.
5917 (sh-get-indent-info): Treat heredocs like strings.
5918
5919 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5920
5921 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5922 a newline following `}'.
5923 (texinfo-format-email): New function.
5924 (toplevel): Use texinfo-format-email for @email.
5925 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5926 Add `display'.
5927 (texinfo-sort-region): Goto point-min before sorting.
5928 (texinfo-set): Remove leading white space from value.
5929 From yagi@is.titech.ac.jp.
5930
5931 * replace.el (query-replace-regexp-eval): Doc fix.
5932
5933 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5934
5935 * diff-mode.el (diff-nonexistant-face): New face.
5936 (diff-font-lock-keywords): Use it.
5937
5938 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5939
5940 * font-lock.el (font-lock-mode): Doc fix.
5941
5942 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5943 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5944
5945 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5946
5947 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5948 backslash at the start of the here-document delimiter.
5949 (sh-font-lock-syntactic-keywords): Likewise.
5950
5951 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5952
5953 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5954
5955 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5956 (tty-color-translate, tty-color-by-index, tty-color-values)
5957 (tty-color-desc): Doc fix.
5958
5959 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5960
5961 * dired-aux.el (dired-do-create-files, dired-do-copy)
5962 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5963 Mention dired-dwim-target in the doc string.
5964
5965 2001-04-28 Miles Bader <miles@gnu.org>
5966
5967 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5968 (dabbrev--find-expansion): Use it.
5969 (dabbrev--select-buffers): Don't select ignored buffers.
5970
5971 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5972
5973 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5974
5975 2001-04-26 Richard M. Stallman <rms@gnu.org>
5976
5977 * dabbrev.el: Add doc strings for some functions.
5978 (dabbrev--eliminate-newlines): New variable.
5979 (dabbrev--substitute-expansion): Convert newlines to spaces
5980 if dabbrev--eliminate-newlines is set.
5981 If abbrev and expansion are both all-lower-case,
5982 leave dabbrev--last-case-pattern nil.
5983
5984 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5985
5986 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5987 if necessary, like in rmail-show-message.
5988
5989 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5990
5991 * ps-print.el: Color specified by number is forced to be float number.
5992 (ps-print-version): New version number (6.5.1.1).
5993 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5994 initialization.
5995 (ps-prefix-quote): New internal var.
5996 (ps-print-quote): New fun.
5997 (ps-setup, ps-output-frame-properties, ps-float-format)
5998 (ps-format-color): Code fix.
5999 (ps-plot-region): Eliminate redundant foreground color text setting.
6000
6001 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
6002
6003 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
6004
6005 2001-04-25 Gerd Moellmann <gerd@gnu.org>
6006
6007 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
6008
6009 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6010
6011 * info.el (Info-additional-directory-list): Doc fix.
6012
6013 * find-lisp.el (find-lisp-find-dired-filter)
6014 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
6015 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
6016
6017 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
6018
6019 * progmodes/make-mode.el (makefile-font-lock-keywords):
6020 Rationalize the rules for includes and conditionals and use the
6021 keyword face for them.
6022
6023 * faces.el (modify-face): Add compatibility for non-interactive use.
6024
6025 2001-04-24 John Wiegley <johnw@gnu.org>
6026
6027 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
6028 fix from last night, since it wasn't finding eshell/cd.
6029
6030 2001-04-24 Gerd Moellmann <gerd@gnu.org>
6031
6032 * rect.el (string-rectangle): Revert to 20.x behaviour.
6033 (replace-rectangle): Make it an alias for string-rectangle.
6034 (string-insert-rectangle): New function.
6035
6036 2001-04-23 John Wiegley <johnw@gnu.org>
6037
6038 * eshell/em-unix.el (eshell/diff): Fixed problems that were
6039 occurring with Emacs 21's diff.el/compile.el interaction layer.
6040
6041 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
6042
6043 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
6044 case where the function was defined in a file, but not part of an
6045 eshell module.
6046
6047 2001-04-23 John Wiegley <johnw@gnu.org>
6048
6049 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
6050 code to work around a redisplay problem I've been having.
6051
6052 2001-04-23 John Wiegley <johnw@gnu.org>
6053
6054 * calendar/timeclock.el (timeclock-day-required): If the time
6055 required for a particular day is not set, use `timeclock-workday'.
6056 (timeclock-find-discrep): Added some sample code in a comment.
6057
6058 * eshell/eshell.el (eshell-command): Made a few changes so that
6059 `eshell-command' could be called programmatically.
6060
6061 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
6062
6063 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
6064
6065 2001-04-23 John Wiegley <johnw@gnu.org>
6066
6067 * calendar/timeclock.el: Updated copyright.
6068 (timeclock-generate-report): Don't report the daily or two-week
6069 total, if no time has been worked in that period.
6070 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
6071 final computational form, which was unnecessary; corrected a
6072 parsing problem when timeclock-relative was nil.
6073
6074 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
6075
6076 * calendar/timeclock.el (timeclock-modeline-display): Check if
6077 `list-entry' is null.
6078 (timeclock-use-display-time): The first argument to `set-variable'
6079 must be a symbol.
6080
6081 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
6082
6083 * calendar/calendar.el (diary-entry-marker)
6084 (calendar-today-marker, calendar-holiday-marker):
6085 Use display-color-p instead of window-system.
6086 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
6087 instead of window-system.
6088 (calendar-hide-window): Use display-multi-frame-p instead of
6089 window-system.
6090
6091 * calendar/cal-x.el (calendar-two-frame-setup)
6092 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6093 Use display-multi-frame-p instead of window-system.
6094
6095 2001-04-23 Gerd Moellmann <gerd@gnu.org>
6096
6097 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
6098
6099 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
6100 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
6101
6102 2001-04-23 Alex Schroeder <alex@gnu.org>
6103
6104 * goto-addr.el: Instead of defining line-beginning-position and
6105 line-end-position a defalias is used for point-at-bol and point-at-eol.
6106
6107 2001-04-23 Alex Schroeder <alex@gnu.org>
6108
6109 * goto-addr.el: Added XEmacs compatibility code.
6110 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
6111
6112 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
6113
6114 * textmodes/paragraphs.el (sentence-end): Doc fix.
6115
6116 2001-04-20 Alex Schroeder <alex@gnu.org>
6117
6118 * sql.el (sql-escape-newlines-and-send): New function.
6119 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
6120
6121 2001-04-20 Alex Schroeder <alex@gnu.org>
6122
6123 * sql.el (sql-db2-program): New option.
6124 (sql-db2-options): New option.
6125 (sql-db2): New function.
6126
6127 2001-04-20 Alex Schroeder <alex@gnu.org>
6128
6129 * sql.el (sql-mode-menu): Added highlighting entries.
6130 (sql-highlight-oracle-keywords): New function.
6131 (sql-highlight-postgres-keywords): New function.
6132 (sql-highlight-ansi-keywords): New function.
6133
6134 2001-04-20 Alex Schroeder <alex@gnu.org>
6135
6136 * sql.el (sql-help): Doc change.
6137
6138 2001-04-19 Karl Fogel <kfogel@collab.net>
6139
6140 * saveplace.el (save-place-alist-to-file): Removed no-effect code
6141 that inserted file content only to delete it immediately.
6142 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
6143 <lektu@uol.com.br> for the patch.
6144
6145 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
6146
6147 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
6148
6149 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6150
6151 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
6152 for defmethod.
6153
6154 * comint.el (comint-cr-magic): New function.
6155 (toplevel): Add it to comint-preoutput-filter-functions.
6156
6157 2001-04-18 Andrew Innes <andrewi@gnu.org>
6158
6159 * makefile.w32-in (EMACSLOADPATH): Define.
6160 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
6161 (recompile): Remove stuff to set EMACSLOADPATH.
6162
6163 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6164
6165 * language/slovak.el ("Slovak"): Add tutorial entry.
6166
6167 * net/browse-url.el (browse-url-new-window-flag): Renamed from
6168 browse-url-new-window-p.
6169
6170 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6171
6172 * info.el (Info-menu-update): When there are no menus and/or no
6173 cross references in the node, make the respective items of the
6174 Info menu-bar menu inactive.
6175
6176 2001-04-17 Gerd Moellmann <gerd@gnu.org>
6177
6178 * indent.el (indent-for-tab-command): Call indent-line-function
6179 with no argument if PREFIX-ARG is non-nil.
6180
6181 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6182
6183 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6184
6185 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6186 an async subprocess if start-process is unavailable. Suggested by
6187 Tim Van Holder <tim.van.holder@pandora.be>.
6188
6189 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6190
6191 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6192 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6193
6194 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6195
6196 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6197 manual.
6198
6199 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6200
6201 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6202 (cvs-menu): Add a few entries.
6203
6204 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6205 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6206 lock file appears to be reachable from Emacs.
6207 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6208 (cvs-mode-find-file): Look for cvs-header-face rather than
6209 cvs-dirname-face (which doesn't exist).
6210 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6211
6212 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6213
6214 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6215
6216 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6217 normal-erase-is-backspace on a tty. Instead, bind some keys such
6218 as [delete] directly, like pc-select.el did before
6219 normal-erase-is-backspace was invented.
6220
6221 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6222
6223 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6224
6225 2001-04-11 John Wiegley <johnw@gnu.org>
6226
6227 * eshell/em-ls.el (eshell-ls-insert-directory):
6228 Set font-lock-defaults to nil, to prevent fontification in dired
6229 buffers, if Eshell's ls is being used.
6230
6231 2001-04-11 John Wiegley <johnw@gnu.org>
6232
6233 * calendar/timeclock.el (timeclock-completing-read): New function.
6234 (timeclock-ask-for-project, timeclock-ask-for-reason):
6235 Call `timeclock-completing-read'.
6236
6237 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6238 required where `member' was being used.
6239
6240 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6241
6242 * eshell/em-hist.el (eshell-previous-matching-input):
6243 Don't display "History item" if the the minibuffer is active.
6244
6245 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6246
6247 * startup.el (command-line): Output a newline after printing
6248 an error from loading the window system's init file.
6249
6250 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6251
6252 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6253 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6254 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6255 keywords whose arguments routinely include @@.
6256
6257 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6258
6259 * emacs-lisp/advice.el (ad-make-advised-definition):
6260 Construct advice for subrs differently.
6261
6262 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6263 regexp in parentheses when building the regexp for searching backwards.
6264
6265 * simple.el (completion-list-mode-finish): New function.
6266 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6267
6268 * language/european.el ("Polish"): Change sample text.
6269 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6270
6271 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6272 parameter.
6273
6274 * faces.el (menu): Doc fix.
6275
6276 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6277
6278 * ps-print.el: Footer implementation. Doc fix.
6279 (ps-print-version): New version number (6.5.1).
6280 (ps-header-frame-alist): New customization var for header frame
6281 properties.
6282 (ps-line-number-color): New customization var for line number color.
6283 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6284 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6285 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6286 (ps-right-footer): New customization vars for footers.
6287 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6288 footers.
6289 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6290 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6291 Code fix.
6292 (ps-prologue-file): Indentation fix.
6293 (ps-print-quote): Fun eliminated.
6294 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6295 (ps-output-frame-properties): New fun.
6296 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6297 (ps-skip-newline): Replace defun by defsubst.
6298
6299 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6300
6301 * eshell/eshell.el (eshell-command): Needed a "%s" format
6302 specifier, in case the buffer contains percent characters.
6303
6304 2001-04-10 John Wiegley <johnw@gnu.org>
6305
6306 * calendar/timeclock.el (timeclock-generate-report): Added a
6307 missing insert of the project name.
6308
6309 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6310
6311 * obsolete/profile.el: Moved from emacs-lisp/.
6312
6313 * Makefile.in (nonobsolete_setwins): New macro.
6314 (finder-data): Use it instead of `setwins'.
6315 From: Dave Love <fx@gnu.org>.
6316
6317 * server.el (server-visit-files): Set server-existing-buffer correctly.
6318 (server-visit-files): Run server-visit-hook after going to
6319 line 1 so that the hook can set point as it sees fit.
6320
6321 * bindings.el (mode-line-modified): Unify help messages.
6322
6323 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6324
6325 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6326 All callers changed.
6327
6328 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6329
6330 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6331 long file names aren't supported, truncate the file names in
6332 quail-misc-package-ext-info to 8+3 before matching them against
6333 FILENAME.
6334
6335 * dos-fns.el (dos-truncate-to-8+3): New function.
6336
6337 * progmodes/compile.el (grep-compute-defaults): Use null-device
6338 instead of literal /dev/null. Reported by Jens Schmidt
6339 <schmidt@mathematik.uni-kl.de>.
6340
6341 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6342
6343 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6344
6345 * textmodes/sgml-mode.el: Add unknown maintainer.
6346 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6347 (html-mode-map): Use set-keymap-parent.
6348
6349 2001-04-06 Dave Love <fx@gnu.org>
6350
6351 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6352 Remove redundant string-to-list.
6353
6354 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6355
6356 * composite.el (reference-point-alist): Doc fix.
6357
6358 2001-04-05 Sam Steingold <sds@gnu.org>
6359
6360 * font-lock.el (font-lock-keywords-case-fold-search):
6361 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6362 file made font-lock case-insensitive.
6363
6364 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6365
6366 * faces.el (defface menu): Doc fix.
6367
6368 * wid-edit.el (widget-color-sample-face-get): Don't make
6369 faces for undefined colors.
6370
6371 * version.el (emacs-version): Include LessTif/Motif version info.
6372
6373 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6374
6375 * ps-mule.el: Eliminate cl package dependence.
6376 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6377 if they aren't defined yet.
6378 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6379 Eliminate cl package dependence.
6380
6381 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6382
6383 * progmodes/cc-cmds.el (c-outline-level):
6384 Bind buffer-invisibility-spec. Originally from Dave Love, but
6385 got lost when incorporating version 5.26.
6386
6387 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6388
6389 * emulation/pc-select.el (pc-selection-mode):
6390 Call normal-erase-is-backspace-mode instead of binding
6391 keys individually.
6392
6393 * cus-load.el (normal-erase-is-backspace): Use it instead of
6394 delete-key-deletes-forward.
6395
6396 * startup.el (command-line): Use normal-erase-is-backspace and
6397 normal-erase-is-backspace-mode.
6398
6399 * simple.el (normal-erase-is-backspace): Rename from
6400 delete-key-deletes-forward. Doc fix.
6401 (normal-erase-is-backspace-mode): Rename from
6402 delete-key-deletes-forward-mode. Doc fix.
6403 Run normal-erase-is-backspace-hook.
6404
6405 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6406 ``human-readable'' format produced by GNU `ls'.
6407 (dired-move-to-filename-regexp): Recognize ISO format dates.
6408 From Paul Eggert <eggert@twinsun.com>.
6409
6410 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6411
6412 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6413 New functions.
6414 (lm-verify): Check keywords.
6415 From Eric M. Ludlam <eric@siege-engine.com>.
6416
6417 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6418
6419 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6420 `xemacs' feature instead of for the function `set-extent-property'.
6421
6422 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6423
6424 * mail/mh-utils.el (mh-folder-hist): New var.
6425 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6426
6427 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6428
6429 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6430 region, position point on the first or last 16-byte group.
6431 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6432 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6433 hexl-beginning-of-line.
6434
6435 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6436
6437 * icomplete.el (icomplete-mode): Treat an argument like other
6438 modes do.
6439
6440 * startup.el (fancy-splash-head): Use splash8.xpm for color
6441 depth 8.
6442
6443 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6444 Add an antry for ``converts''.
6445
6446 * language/slovak.el ("Slovak"): Add documentation string.
6447 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6448
6449 * language/czech.el ("Czech"): Add documentation string.
6450 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6451
6452 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6453 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6454
6455 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6456
6457 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6458 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6459 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6460 Use `defsubst' rather than a macro to ease debugging.
6461 (mail-extr-last): Remove (use `last' instead).
6462 (mail-extract-address-components): Properly reset the syntax-table
6463 after parsing an address. Use `last' rather than mail-extr-last.
6464 Make sure the end marker stays at the very end.
6465
6466 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6467
6468 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6469 last change.
6470
6471 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6472
6473 * ps-print.el: Line and paragraph spacing feature. Region to cut
6474 out when printing. Doc fix.
6475 (ps-print-version): New version number (6.5).
6476 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6477 New vars. Line and paragraph spacing feature.
6478 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6479 out when printing.
6480 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6481 (ps-get-font-size, ps-begin-job, ps-continue-line)
6482 (ps-plot-region): Code fix.
6483 (ps-print-prologue-2): Var eliminated.
6484 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6485 New internal vars.
6486 (ps-get-size): New fun.
6487 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6488 (ps-next-line): Replace defun by defsubst.
6489 (ps-mule-plot-string): Autoload doc fix.
6490
6491 * ps-bdf.el: XEmacs compatibility. Doc fix.
6492 (installation-directory, coding-system-for-read): Declare vars if
6493 it's not declared yet.
6494 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6495
6496 * ps-mule.el: XEmacs compatibility. Doc fix.
6497 (leading-code-private-22): Declare var if it's not declared yet.
6498 (charset-bytes, charset-dimension, charset-id, charset-width)
6499 (find-charset-region, split-char, char-width, chars-in-region)
6500 (forward-point, decompose-composite-char, encode-coding-string)
6501 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6502 Define funs if not defined yet.
6503 (encode-composition-rule, find-composition): Define funs if not
6504 loaded yet.
6505 (ps-mule-prologue): PostScript code fix.
6506
6507 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6508
6509 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6510 non-nil, generate font for the header strings.
6511 (ps-mule-prepare-font): Likewise.
6512 (ps-mule-generate-glyphs): Likewise.
6513 (ps-mule-string-encoding): Likewise.
6514 (ps-mule-header-charsets): New variable.
6515 (ps-mule-encode-header-string): New function.
6516 (ps-mule-header-string-charsets): New function.
6517 (ps-mule-begin-job): Check charsets in the header strings. If there
6518 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6519
6520 * ps-print.el (ps-generate-header-line): Encode the header string by
6521 ps-mule-encode-header-string.
6522 (ps-mule-encode-header-string): Declare autoload.
6523
6524 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6525
6526 * frame.el (cursor-in-non-selected-windows):
6527 Replaces show-cursor-in-non-selected-windows.
6528
6529 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6530
6531 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6532 Delete entries for "chinese-py" and "chinese-ziranma".
6533 (quail-misc-package-ext-info): New variable.
6534 (tsang-quick-converter): New function.
6535 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6536 (quick-cns-converter, py-converter, ziranma-converter)
6537 (miscdic-convert, batch-miscdic-convert): New functions.
6538
6539 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6540
6541 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6542 eight-bit-control chars.
6543
6544 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6545 Reduce making temporary vector (suggested by Dave Love).
6546
6547 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6548
6549 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6550 string as well.
6551
6552 2001-03-30 Andreas Schwab <schwab@suse.de>
6553
6554 * files.el (backup-directory-alist): Fix typo.
6555
6556 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6557
6558 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6559 <eggert@twinsun.com>.
6560
6561 2001-03-30 Dave Love <fx@gnu.org>
6562
6563 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6564
6565 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6566
6567 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6568
6569 2001-03-30 Miles Bader <miles@gnu.org>
6570
6571 * subr.el (interactive-form): Fix paren typo.
6572
6573 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6574
6575 * emacs-lisp/profile.el: Say that it's obsolete in the header
6576 line, so that finder.el puts that into its data-base.
6577 Suggested by Alex Schroeder <alex@gnu.org>.
6578
6579 2001-03-29 Paul Eggert <eggert@twinsun.com>
6580
6581 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6582 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6583
6584 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6585
6586 * generic.el (generic-mode-set-comments): Use "" rather than nil
6587 for comment-end.
6588
6589 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6590
6591 * emacs-lisp/advice.el (ad-make-advised-definition):
6592 Call interactive-form to obtain the interactive spec of subrs.
6593
6594 * subr.el (interactive-form): New function.
6595
6596 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6597
6598 * vc-sccs.el (vc-sccs-register): Use relative file names.
6599
6600 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6601
6602 * bookmark.el (bookmark-get-bookmark): Handle case that
6603 BOOKMARK is not a string.
6604
6605 * image.el (image-type-regexps): Change type for PS files
6606 to `postscript'.
6607
6608 * subr.el (read-passwd): Clear command history after each
6609 character entered. From: Stephen Gildea
6610 <gildea@stop.mail-abuse.org>.
6611
6612 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6613
6614 * international/kkc.el (kkc-save-init-file): Locally bind
6615 print-length to nil.
6616
6617 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6618
6619 * textmodes/flyspell.el: Some doc fixes.
6620 (flyspell-maybe-correct-transposition)
6621 (flyspell-maybe-correct-doubling): Use a temporary buffer
6622
6623 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6624
6625 * emacs-lisp/byte-opt.el (byte-optimize-while)
6626 (byte-optimize-form-code-walker): Diagnose too few arguments
6627 for `if' and `while'.
6628
6629 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6630
6631 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6632 Prepend `\' to "\<quail-translation-docstring>".
6633
6634 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6635
6636 * autorevert.el (global-auto-revert-non-file-buffers):
6637 Remove duplicate defcustom.
6638
6639 2001-03-26 Miles Bader <miles@gnu.org>
6640
6641 * international/latin1-disp.el (latin1-char-displayable-p):
6642 Add leading "-" for X font pattern.
6643
6644 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6645
6646 * international/mule-diag.el (describe-coding-system):
6647 For raw-text and emacs-mule, don't add anymore text about what
6648 charsets they can encode.
6649
6650 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6651
6652 * help.el (view-lossage): Mention open-dribble-file in the doc
6653 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6654
6655 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6656
6657 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6658 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6659
6660 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6661
6662 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6663 Call ccl-execute-on-string directly so that CCL program handling
6664 multibyte sequence can work correctly.
6665 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6666 property of the coding system.
6667
6668 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6669
6670 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6671 Fix transcription typo.
6672
6673 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6674
6675 * whitespace.el: Add buffer local variables to toggle testing of
6676 whitespaces in buffers without affecting the default values.
6677 Bump version to 3.0 to account for a few other changes.
6678 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6679 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6680 (whitespace-toggle-spacetab-check): New functions.
6681
6682 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6683
6684 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6685
6686 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6687
6688 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6689 bs-cycle-configuration-name. From Juanma Barranquero
6690 <lektu@uol.com.br>.
6691
6692 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6693 and cc-vars.el.
6694
6695 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6696 headers. Always invoke sendmail with option -t.
6697
6698 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6699
6700 * Release of cc-mode 5.28.
6701
6702 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6703
6704 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6705 Removed the hardcoded switch to "java" style in Java mode.
6706 It's instead taken care of by the default value for c-default-style.
6707
6708 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6709
6710 * cc-align.el (c-lineup-math): Fix bug where lineup was
6711 triggered by equal signs in string literals.
6712
6713 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6714
6715 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6716 limit detection when at the ends of the buffer.
6717
6718 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6719 "for" statement clause in case 7F; a better one is done
6720 earlier in case 7D anyway.
6721
6722 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6723
6724 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6725 somewhat more and did a small optimization.
6726
6727 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6728
6729 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6730 Use the limit argument only to limit the syntactic context
6731 search, not to limit the actual movement.
6732
6733 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6734 inside multiline strings, just like in comments. Also various
6735 fixes to the paragraph and comment prefix recognition, block
6736 comment ender handling etc.
6737
6738 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6739
6740 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6741 the relative position of the point.
6742
6743 * cc-cmds.el (c-electric-continued-statement): New function to
6744 use as abbrev hook to reindent for keywords such as "else"
6745 that continues an earlier statement.
6746
6747 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6748 like classes.
6749
6750 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6751 (pike-mode): Populate the default abbrev tables to reindent for
6752 keywords such as "else" that can continue earlier statements.
6753 Abbrev mode is therefore turned on by default now. (Note that
6754 this doesn't apply to idl-mode, since IDL afaik doesn't have
6755 statements at all.)
6756
6757 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6758
6759 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6760 bracelists where the declaration contains template arguments.
6761
6762 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6763
6764 * cc-cmds.el (c-comment-indent):
6765 Use `c-get-syntactic-indentation' to correctly calculate the
6766 syntactic indentation. Fixes bug with lineup functions that
6767 return vectors.
6768
6769 * cc-engine.el (c-get-syntactic-indentation): Split the
6770 indentation sum calculation from `c-indent-line' to a separate
6771 function.
6772
6773 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6774
6775 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6776 Fixed places where it was assumed that preprocessor directives
6777 have to start in column zero.
6778
6779 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6780 template arguments after a class identifier properly.
6781
6782 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6783 lists for `new Foo[]' constructs in Java as expressions and
6784 not top level definition brace lists on the top level, so that
6785 they'll get indented consistently with the same type of
6786 expression in a normal block.
6787
6788 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6789
6790 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6791 whether the adaptive filling package fails to keep the comment
6792 prefix is now kludged further to check for filladapt-mode
6793 which doesn't have that problem. This is really icky, but it's
6794 the only way that works with the current misfeatures/bugs in
6795 both adaptive-fill-mode and filladapt-mode.
6796
6797 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6798 around point is recognized more robust.
6799
6800 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6801
6802 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6803 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6804 (c-lit-type): Fixed all internal variables used dynamically so
6805 that they are always bound.
6806
6807 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6808 errors:
6809
6810 (c-indent-region): Fixed reporting of syntactic errors so that
6811 the region is fully reindented even when an error occurs.
6812 The last syntactic error is printed afterwards. Also cleanup up a
6813 whole lot of code that tried to optimize indentation of whole
6814 sexps but in reality accomplishes nothing.
6815
6816 (c-indent-sexp): Use c-indent-region.
6817
6818 (c-parsing-error): Changed this variable to hold the message
6819 for any syntactic error that is discovered.
6820
6821 (c-parse-state): Search backward from point instead of the bod
6822 position when the latter is invalid. This makes CC Mode
6823 recover faster when there are unbalanced close braces.
6824
6825 (c-backward-to-start-of-if): Use c-parsing-error to report
6826 dangling "else" clauses instead of throwing an error, and fall
6827 back to a reasonable position.
6828
6829 (c-indent-line): Added argument to avoid reporting syntactic errors.
6830
6831 (c-show-syntactic-information): Don't report any syntactic errors.
6832
6833 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6834
6835 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6836 paragraph recognition when moving by sentence in literals.
6837
6838 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6839 start regexp for javadoc to recognize javadoc markup in general instead
6840 of a specific set of keywords, to be more future-safe.
6841
6842 (c-Pike-pikedoc-paragraph-start)
6843 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6844 pikedoc markup.
6845
6846 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6847
6848 (pike-mode): Initialize paragraph settings pikedoc recognition.
6849
6850 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6851
6852 (c-comment-prefix-regexp): Made it possible to use an
6853 association list on this to specify mode specific regexps.
6854 The default value now use a special regexp in Pike mode to
6855 recognize pikedoc markup.
6856
6857 (c-current-comment-prefix): New variable containing the actual
6858 regexp from c-comment-prefix-regexp for the current buffer.
6859
6860 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6861
6862 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6863 lists: We can't look at the syntax, since a brace list can get
6864 recognized as a plain statement-cont.
6865
6866 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6867 special brace list opener broken over two lines got recognized
6868 as a statement on the second line. Case 9A changed.
6869
6870 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6871
6872 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6873 adjustment after line is reindented.
6874
6875 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6876
6877 * cc-defs.el (c-point): Added optional argument for position
6878 to use instead of the current point.
6879
6880 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6881 the in-expression block symbols when the construct starts at
6882 boi, to avoid the extra level of indentation in that case.
6883 Cases 4, 16A and 17E affected.
6884
6885 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6886
6887 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6888 calls to `c-indent-line', to adhere better to Emacs conventions.
6889
6890 * cc-engine.el (c-indent-line): Use the syntax already bound
6891 to `c-syntactic-context', if there is any.
6892
6893 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6894
6895 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6896 wasn't added up correctly when a lineup function returned nil.
6897
6898 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6899
6900 * cc-engine.el (c-collect-line-comments): Fixed bug where
6901 empty lines were ignored when collecting line comments backwards.
6902
6903 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6904
6905 * cc-align.el (c-lineup-dont-change): Return an absolute
6906 indentation column to work correctly in the case when several
6907 syntactic elements are processed for the same line.
6908
6909 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6910 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6911 (c-set-offset): Added absolute indentation column settings by
6912 using the vector type.
6913
6914 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6915
6916 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6917 Implemented two new cleanups `space-before-funcall' and
6918 `compact-empty-funcall'.
6919
6920 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6921
6922 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6923 helping building regexps.
6924
6925 * cc-engine.el (c-on-identifier): New function for detecting
6926 identifiers. It takes keywords into account.
6927
6928 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6929 lists. `c-keywords' is set to a regexp matching all keywords
6930 in the current language.
6931
6932 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6933
6934 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6935 list of characters to skip backwards over at the beginning of
6936 a statement, since it can precede string literals in Pike.
6937
6938 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6939
6940 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6941 recognition when standing on the last line in a C++ comment
6942 with nothing but whitespace after the prefix.
6943
6944 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6945 given no limit argument.
6946
6947 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6948
6949 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6950 recognition for the `[]= operator symbol in Pike.
6951
6952 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6953
6954 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6955 around a bug in `eval-when-compile' in the byte compiler.
6956
6957 * cc-engine.el (c-forward-token-1): Fixed bug with return
6958 value when count is zero and there's no token start within the limit.
6959
6960 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6961 "prefix comments", i.e. comments which are followed by code on
6962 the same line.
6963
6964 * cc-mode-19.el: Fixes so that checks that must be done at
6965 compile time also are done then.
6966
6967 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6968
6969 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6970 time and at runtime, and only when it's needed.
6971
6972 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6973
6974 Major cleanup for less error prone and more warning free
6975 compilation, including some fixes for bugs due to different
6976 compilation orders. Thanks to Martin Buchholz for providing
6977 the basis for all this.
6978
6979 * cc-bytecomp.el: New file that provides some byte compilation
6980 features: It ensures that files always are loaded from the
6981 current source directory during compilation, and it provides a
6982 set of macros to turn off specific compiler warnings for
6983 specific symbols. (It's not CC Mode specific in any way.)
6984
6985 Fixed a nearly acyclic dependency tree (both runtime and
6986 compile-time) between all files.
6987
6988 * cc-defs.el: Separated all macros before the inline functions,
6989 to ensure correct compilation.
6990
6991 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6992 cc-defs.el to cc-engine.el and made it a function instead.
6993
6994 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6995 about char-after.
6996
6997 * cc-vars.el: Cope even when there isn't a custom package
6998 containing defcustom available.
6999
7000 * cc-make.el: Removed since it's no longer necessary.
7001
7002 README: Updated installation instructions.
7003
7004 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7005
7006 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
7007 improve the modularity: Moved all mode init stuff from
7008 cc-langs.el to cc-mode.el, including the keymap
7009 initialization; cc-langs now only contains the various
7010 variables for configuring the language syntax.
7011
7012 * cc-engine.el, cc-styles.el (c-evaluate-offset)
7013 (c-get-offset): Moved from cc-styles to cc-engine since file
7014 dependency analysis suggests they belong there (which also
7015 makes more sense). Thanks to Martin Buchholz for doing the analysis.
7016
7017 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7018
7019 * cc-cmds.el (c-fn-region-is-active-p): New function that
7020 wraps the corresponding macro, for use in places that aren't
7021 compiled. Thanks to Martin Buchholz for pointing out this.
7022
7023 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
7024
7025 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
7026 add things to the bug report.
7027
7028 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7029
7030 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
7031 returned prefix could contain a newline when the search for a
7032 good prefix line failed.
7033
7034 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7035
7036 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
7037 (c-toggle-auto-hungry-state): Made the argument optional, as
7038 the documentation says it is.
7039
7040 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7041
7042 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
7043 multiline string syntax, #"...", as a cpp macro.
7044
7045 2001-03-21 Paul Eggert <eggert@twinsun.com>
7046
7047 * international/mule-cmds.el (set-locale-environment):
7048 Set system-messages-locale and system-time-locale, but only if the
7049 caller specifies a non-nil locale name.
7050
7051 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7052
7053 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
7054 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
7055
7056 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7057
7058 * follow.el (follow-avoid-tail-recenter): Doc fix.
7059
7060 * custom.el (custom-set-variables): Avoid reversing the list
7061 of args needlessly.
7062
7063 * startup.el (fancy-splash-head): Don't change the colors of the
7064 XPM image on a dark background.
7065
7066 * comint.el (comint-exec-1): Set columns of the terminal to
7067 window-width instead of frame-width.
7068
7069 * info.el (Info-scroll-down): Add missing WINDOW arg for
7070 pos-visible-in-window-p.
7071
7072 * ehelp.el (electric-help-mode-hook): Add defcustom.
7073
7074 * mail/sendmail.el (mail-mode): Activate case-folding in
7075 font-lock-defaults.
7076
7077 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
7078
7079 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
7080 (completion-ignored-extensions): Remove duplicate ".class".
7081
7082 2001-03-19 Andreas Schwab <schwab@suse.de>
7083
7084 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
7085 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
7086
7087 2001-03-19 Gerd Moellmann <gerd@gnu.org>
7088
7089 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
7090 methods since there are not prefix input methods.
7091
7092 2001-03-19 Kenichi Handa <handa@etl.go.jp>
7093
7094 * international/mule-cmds.el (read-input-method-name):
7095 Locally bind enable-recursive-minibuffers to t.
7096
7097 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
7098
7099 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
7100
7101 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
7102
7103 * ediff-util.el: Copyright years.
7104 (ediff-choose-syntax-table): New function.
7105 (ediff-setup): Use ediff-choose-syntax-table.
7106
7107 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7108 with-syntax-table.
7109
7110 * ediff.el: Date of last update, copyright years.
7111
7112 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7113
7114 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7115 of Scott Bronson.
7116 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
7117 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7118 Deleted functions.
7119 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7120 ex-token-list.
7121
7122 * viper-util.el: Spaces, indentation.
7123
7124 * viper.el: Changed version, modification time.
7125
7126 2001-03-16 John Wiegley <johnw@gnu.org>
7127
7128 * calendar/timeclock.el (timeclock-workday-remaining):
7129 Check whether `discrep' is non-null before using it.
7130
7131 2001-03-16 John Wiegley <johnw@gnu.org>
7132
7133 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
7134 first-time checkins.
7135 (timeclock-log-data): Fixed problem with reading timelog log file.
7136 Resulting data in the "day list" was incorrect.
7137 (timeclock-find-discrep): Check if `timeclock-file' is readable
7138 before opening it.
7139 (timeclock-time-less-p): New function.
7140 (timeclock-day-base): New function.
7141 (timeclock-geometric-mean): New function.
7142 (timeclock-generate-report): Generate a summary report based on
7143 the contents of the log file. This uses `timeclock-log-data', and
7144 is an example of writing a timelog manipulation function.
7145 (timeclock-visit-timelog): A quick command for opening the timelog
7146 file.
7147 (timeclock-log-data): Bound the variable event.
7148
7149 2001-03-16 Kenichi Handa <handa@etl.go.jp>
7150
7151 * international/mule-cmds.el (select-safe-coding-system):
7152 Fix typo: symbol-name -> symbol-value.
7153
7154 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
7155 before substitute-in-file-name to handle double slashes in FILE
7156 correctly.
7157
7158 2001-03-15 Gerd Moellmann <gerd@gnu.org>
7159
7160 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
7161 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
7162
7163 2001-03-14 Gerd Moellmann <gerd@gnu.org>
7164
7165 * bindings.el (features): Add `md5' and `overlay' to the list.
7166
7167 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
7168 bound before using it. It's not bound when configured without X,
7169 for instance.
7170
7171 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
7172
7173 * progmodes/hideshow.el: Update copyright.
7174 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
7175 (hs-minor-mode-hook): Include `:version' in defcustom form.
7176
7177 2001-03-13 Gerd Moellmann <gerd@gnu.org>
7178
7179 * help.el (string-key-binding): Don't call event-start on
7180 a non-list.
7181
7182 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7183
7184 * startup.el (fancy-splash-tail, command-line-1): Fix the
7185 copyright year.
7186
7187 2001-03-13 Kenichi Handa <handa@etl.go.jp>
7188
7189 * term.el: These changes are based on a patch sent from Yong Lu
7190 <lyongu@yahoo.com>.
7191 (term-set-escape-char): Bind M-x to execute-extended-command in
7192 term-raw-escape-map.
7193 (term-move-columns): Don't try to move to negagive column.
7194 (term-emulate-terminal): Insert a string before deleting a text to
7195 overwrite.
7196
7197 2001-03-12 Gerd Moellmann <gerd@gnu.org>
7198
7199 * play/life.el (life): Rearrange code so that all calls to
7200 life-display-generation are in a catch-form.
7201
7202 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7203 file that isn't interesting. In an interesting file, push the old
7204 value of point on the mark ring.
7205
7206 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7207 New function.
7208 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7209 Use it.
7210
7211 * emacs-lisp/autoload.el (generate-file-autoloads):
7212 Remove warning about line lengths.
7213
7214 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7215
7216 * progmodes/etags.el (tags-compression-info-list): New variable.
7217 (find-tag-in-order): Use it to deal with compressed source files.
7218 (tag-file-name-match-p): New function.
7219 (etags-recognize-tags-table): Use it for better match of file names.
7220
7221 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7222
7223 * international/mule-cmds.el (register-input-method): Doc fix.
7224
7225 * international/quail.el (quail-translate-key): Fix condition to
7226 check if there's another breaking point in the current key.
7227
7228 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7229
7230 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7231 Babyl header to the newly-created output file, bind
7232 coding-system-for-write to either rmail-file-coding-system or
7233 emacs-mule-unix.
7234
7235 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7236
7237 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7238 Fix the name and regexp used for subsubsections.
7239
7240 2001-03-10 Dave Love <fx@gnu.org>
7241
7242 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7243 and save-buffer if buffer-file-name non-nil. From rms.
7244
7245 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7246
7247 * vc.el (vc-do-command): If the destination buffer is already
7248 current, don't set it up and don't erase it. Updated doc string
7249 to reflect that.
7250 (vc-version-diff): When doing a single file diff, don't switch to the
7251 *vc-diff* buffer before the command. This is to preserve local
7252 variable bindings that might affect the diff command.
7253 (vc-print-log): Don't switch to the *vc* buffer before the
7254 command, so that local variable bindings are preserved.
7255
7256 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7257 not the current buffer.
7258 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7259
7260 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7261 make output go to buffer *vc*, not the current buffer.
7262
7263 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7264
7265 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7266 so ^, $, *, ? and + are interpreted correctly.
7267
7268 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7269
7270 * help.el (string-key-binding): Renamed from
7271 mode-line-key-binding. Handle any event on a string.
7272 Check for `keymap' properties as well as `local-map' properties.
7273
7274 * comint.el (comint-insert-clicked-input): Use the last key
7275 from this-command-keys to lookup the global key definition.
7276
7277 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7278
7279 * international/characters.el: Add category `j' for
7280 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7281
7282 * international/mule-conf.el (no-conversion): Fix docstring.
7283 (raw-text): Fix docstring.
7284
7285 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7286
7287 * simple.el (choose-completion-string): When not leaving the
7288 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7289 is set.
7290
7291 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7292 parameter `(minibuffer . t)'.
7293
7294 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7295
7296 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7297 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7298 (sh-mode): Remove `make-local-variable' for unused var
7299 `font-lock-unfontify-region-function'.
7300
7301 2001-03-07 Richard M. Stallman <rms@gnu.org>
7302
7303 * info.el (Info-scroll-down): Fix previous change.
7304
7305 * mail/rmail.el (rmail-toggle-header): Use a window which
7306 is showing the Rmail buffer, rather than the selected window.
7307
7308 2001-03-07 Dave Love <fx@gnu.org>
7309
7310 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7311 now, to avoid problems with binding imenu directly to a mouse event.
7312
7313 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7314
7315 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7316 second arg t.
7317
7318 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7319
7320 * log-edit.el (log-edit-common-indent): New var.
7321 (log-edit-set-common-indentation): Renamed from
7322 log-edit-delete-common-indentation. Use the new var.
7323 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7324
7325 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7326 (cvs-mode-add-change-log-entry-other-window):
7327 Don't presume change-log-default-name is defined.
7328
7329 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7330
7331 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7332 the "tree" operation as well.
7333
7334 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7335
7336 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7337 to match paragraph-start.
7338
7339 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7340 comment-start-skip and set comment-end-skip as well.
7341 (sgml-comment-indent): Fix for new value of comment-start-skip.
7342 (html-autoview-mode): Don't bother using make-local-hook.
7343
7344 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7345
7346 * cus-edit.el (custom-save-delete): Move in front of local
7347 variables, otherwise long Custom entries would make them ineffective.
7348
7349 * uniquify.el: Set maintainer to FSF.
7350
7351 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7352
7353 * dired-aux.el (dired-do-shell-command): Doc fix.
7354
7355 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7356
7357 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7358
7359 * which-func.el (which-func-modes): Add cperl-mode.
7360 (which-func-mode-global): Use define-minor-mode.
7361
7362 * info-look.el: Docstring fixes and dead code eliminated.
7363 (cperl-mode): Add support.
7364 (emacs-lisp-mode): List all entries from elisp manual, whether
7365 or not they are currently (f)bound or not. Update regexp.
7366
7367 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7368
7369 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7370 so that C-h m shows the correct information.
7371 Use make-local-variable rather than make-variable-buffer-local.
7372 (cperl-info-buffer, cperl-setup-tmp-buf):
7373 Use make-local-variable rather than make-variable-buffer-local.
7374 (cperl-msb-fix, cperl-get-help-defer):
7375 Check major-mode for `cperl-mode' as well.
7376
7377 * progmodes/cperl-mode.el: Updated to author version 4.23.
7378 (cperl-electric-pod): SYNOPSIS was misspelled.
7379 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7380 (cperl-after-expr-p): Make true after __END__.
7381
7382 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7383
7384 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7385 bookmark-completion-ignore-case is t.
7386
7387 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7388 switch, like xterm, and concat resource strings, with a newline
7389 between them.
7390
7391 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7392
7393 * international/codepage.el (cp770-decode-table)
7394 (cp773-decode-table, cp774-decode-table): New variables.
7395
7396 * man.el (Man-hyphenated-reference-regexp): New variable.
7397 (Man-build-references-alist): Use it to search for referenced
7398 manpages. If hyphenated is non-nil, record a concatenated word in
7399 Man-refpages-alist only if it matches Man-reference-regexp.
7400 Update word's length when it is concatenated. Reverse the list,
7401 to get the first manpage at the head.
7402 (Man-possibly-hyphenated-word): New function.
7403 (Man-follow-manual-reference): Use it instead of current-word to
7404 find a manpage at point, in a way that accounts for hyphenated
7405 references.
7406
7407 2001-03-06 Alex Schroeder <alex@gnu.org>
7408
7409 * sql.el (sql-interbase): New function.
7410 (sql-interbase-program): New option.
7411 (sql-interbase-options): New option.
7412 And some typos fixed: "customise" to "customize".
7413
7414 2001-03-06 Dave Love <fx@gnu.org>
7415
7416 * textmodes/flyspell.el (flyspell-region):
7417 Set up flyspell-local-mouse-map.
7418
7419 2001-03-05 Richard M. Stallman <rms@gnu.org>
7420
7421 * mail/rmail.el (rmail-retry-failure):
7422 Don't call rmail-beginning-of-message.
7423 Don't discard From: field. Do discard Received: field.
7424 Use unwind-protect to re-prune.
7425 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7426
7427 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7428
7429 * international/quail.el (quail-title): Add autoload cookie.
7430
7431 2001-03-05 Dave Love <fx@gnu.org>
7432
7433 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7434 new defs.
7435
7436 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7437
7438 * language/ethio-util.el (ethio-toggle-space):
7439 Update current-input-method-title if necessary.
7440 (ethio-toggle-punctuation): Likewise.
7441
7442 * international/quail.el (quail-title): Fix for the case that a
7443 title of an input method is specified by a list of the same form
7444 as used in mode-line-format.
7445
7446 * international/mule-cmds.el (activate-input-method):
7447 If current-input-method-title is set by activating INPUT-METHOD,
7448 respect that value.
7449
7450 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7451
7452 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7453
7454 2001-03-05 Alex Schroeder <alex@gnu.org>
7455
7456 * sql.el (sql-sybase): Fix typo (was: query user about server two
7457 times instead of server and database).
7458
7459 * sql.el (sql-sybase): Doc change.
7460 (sql-mysql): Doc change.
7461 (sql-postgres): Doc change.
7462
7463 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7464
7465 * international/mule-conf.el (emacs-mule, raw-text):
7466 Docstring modified.
7467
7468 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7469
7470 * term/internal.el: Update copyright notice.
7471
7472 * term/pc-win.el: Update copyright notice.
7473
7474 2001-03-02 Dave Love <fx@gnu.org>
7475
7476 * files.el (insert-file-contents-literally):
7477 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7478 not jka-compr-compression-info-list.
7479
7480 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7481
7482 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7483 spaces in default comment-start-skip settings rather than \s-.
7484
7485 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7486
7487 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7488 default-frame-alist as well.
7489
7490 2001-03-01 Dave Love <fx@gnu.org>
7491
7492 * textmodes/reftex.el (defvar): Wrap some defvars in
7493 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7494
7495 * subr.el (event-basic-type): Doc fix.
7496
7497 * international/quail.el: Doc fixes.
7498
7499 * international/utf-8.el: Doc fixes.
7500
7501 * international/mule-cmds.el: Doc fixes.
7502 (leim-list-header): Fix header text.
7503
7504 * international/mule.el (coding-system-category): Doc fix.
7505
7506 * international/ccl.el (ccl-compile): Doc fix.
7507
7508 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7509
7510 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7511 rather than (before|after)-change-functions.
7512
7513 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7514
7515 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7516 scroll-left and scroll-right being called interactively so that
7517 they set the window's min_hscroll.
7518
7519 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7520
7521 * info.el (info-insert-file-contents-1): Accept an additional
7522 argument `lfn': if it is non-nil, concatenate `filename' and
7523 `suffix'; otherwise use the complicated MS-DOS code.
7524 All callers changed.
7525 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7526 can access long file names, try the long file-name version of
7527 `info-insert-file-contents-1', then the short file-name version.
7528
7529 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7530
7531 * language/ethio-util.el (setup-ethiopic-environment-internal):
7532 Change bindings of functions keys to conform to "Emacs Lisp Coding
7533 Convention".
7534
7535 * language/ethiopic.el ("Ethiopic"): Add documentation.
7536
7537 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7538
7539 * international/utf-8.el (mule-utf-8): Set coding-category
7540 property to coding-category-utf-8.
7541
7542 2001-02-27 Richard M. Stallman <rms@gnu.org>
7543
7544 * lpr.el (lpr-page-header-switches, print-region-1):
7545 Undo 2000-07-06 change.
7546 (lpr-add-switches): Default to t on gnu/linux.
7547
7548 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7549
7550 * bs.el (bs-attributes-list): Doc fix.
7551
7552 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7553
7554 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7555
7556 * help.el (view-order-manuals): Use goto-address.
7557
7558 * startup.el (command-line-1): Add info about ordering manuals
7559 to the not so fancy splash screens.
7560
7561 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7562
7563 * vc.el (vc-default-workfile-unchanged-p)
7564 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7565
7566 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7567
7568 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7569 fontify in the right buffer.
7570
7571 * allout.el (outline-flag-region): Move macro in front of first
7572 use to avoid a run-time error.
7573
7574 2001-02-24 Andrew Innes <andrewi@gnu.org>
7575
7576 * makefile.w32-in: Fix copyright notice.
7577
7578 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7579
7580 * international/utf-8.el (mule-utf-8): Set correct value for
7581 valid-codes property.
7582
7583 * international/fontset.el (x-complement-fontset-spec): In the
7584 case that we use ASCII font for the other charsets, use only
7585 family and registry part of it.
7586
7587 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7588
7589 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7590 (shrink-window-if-larger-than-buffer): Doc fix.
7591
7592 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7593
7594 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7595 predicate passed to completing-read.
7596
7597 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7598
7599 * startup.el (command-line): Fix last change.
7600
7601 2001-02-23 Jason Rumney <jasonr@gnu.org>
7602
7603 * startup.el (tool-bar-originally-present): New variable.
7604 (command-line): Set it if the tool-bar is switched on at startup.
7605
7606 * frame.el (frame-notice-user-settings): Only adjust frame height
7607 for no tool-bar case if tool-bar was originally switched on.
7608 From E. Jay Berkenbilt.
7609
7610 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7611
7612 * server.el (server-switch-buffer): Only switch window if the
7613 current one is dedicated.
7614
7615 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7616 rather than using (match-beginning 0) when searching for break point.
7617
7618 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7619
7620 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7621 @ follows an accent command such as @'. Support optional braces
7622 in commands that insert accents, like makeinfo does.
7623
7624 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7625
7626 * startup.el (fancy-splash-text): Add a line for ordering
7627 manuals. Reverse order of splash screens shown.
7628 (use-fancy-splash-screens-p): Adapt to the text line added.
7629
7630 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7631 manuals from the FSF.
7632
7633 * help.el (view-order-manuals): New function.
7634 (toplevel): Bind C-h C-m to this function.
7635
7636 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7637
7638 * newcomment.el (comment-forward): Skip the comment-start before
7639 searching for the comment-end.
7640
7641 2001-02-21 Dave Love <fx@gnu.org>
7642
7643 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7644
7645 * international/mule-cmds.el, international/mule.el: Doc fixes.
7646
7647 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7648
7649 * startup.el (fancy-splash-screens): Use display-hourglass
7650 instead of display-busy-cursor.
7651
7652 * frame.el (display-hourglass): Renamed from busy-cursor.
7653 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7654 (show-cursor-in-non-selected-windows): Doc fix.
7655
7656 2001-02-20 Dave Love <fx@gnu.org>
7657
7658 * international/utf-8.el: Doc and commentary fixes.
7659
7660 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7661
7662 * ehelp.el (with-electric-help): Doc fix.
7663
7664 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7665
7666 * msb.el (msb-mode): Call the update-buffers function explicitly
7667 with a FORCE argument.
7668
7669 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7670 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7671 returns nil.
7672
7673 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7674
7675 * ps-print.el: Timestamp package replacement. Some enhancements.
7676 Some XEmacs compatibility. Doc fix.
7677 (ps-print-version): New version number (6.4).
7678 (ps-printer-name): Initialization fix.
7679 (ps-zebra-stripe-follow): Funcionality enhancement.
7680 (ps-prologue-file): Code enhancement.
7681 (ps-right-header): Timestamp package replacement.
7682 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7683 (ps-get-page-dimensions)
7684 (ps-generate-header, ps-begin-file, ps-begin-job)
7685 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7686 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7687 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7688 (coding-system-for-write): Var declaration (XEmacs compatibility).
7689
7690 2001-02-20 Miles Bader <miles@gnu.org>
7691
7692 * image-file.el (image-file-name-extensions): Add "tif".
7693
7694 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7695
7696 * wid-edit.el (widget-button-click): Save the selected window
7697 around the code handling clicks on buttons.
7698
7699 2001-02-18 Dave Love <fx@gnu.org>
7700
7701 * imenu.el (imenu--generic-function): Use mapc to iterate over
7702 syntax characters.
7703
7704 2001-02-17 Richard M. Stallman <rms@gnu.org>
7705
7706 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7707
7708 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7709
7710 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7711
7712 * mouse.el (mouse-save-then-kill): If the distance from the new
7713 point to the mark is equal to the distance of point from the new
7714 point, move point instead of the mark.
7715
7716 2001-02-16 Dave Love <fx@gnu.org>
7717
7718 * textmodes/flyspell.el (flyspell-get-word): Return string without
7719 properties.
7720
7721 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7722
7723 * generic.el (generic-find-file-regexp): Doc fix.
7724 (generic-ignore-files-regexp): New defcustom.
7725 (generic-mode-find-file-hook): If the file's name matches the
7726 regexp in `generic-ignore-files-regexp', don't enter
7727 default-generic-mode. Doc fix.
7728
7729 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7730
7731 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7732 Add autoload cookies.
7733
7734 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7735 of cal-tex-24.
7736
7737 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7738
7739 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7740
7741 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7742 the character class after the (optional) drive, to support file
7743 names with embedded blanks.
7744
7745 2001-02-15 Sam Steingold <sds@gnu.org>
7746
7747 * textmodes/tex-mode.el (tex-shell-running):
7748 Check the process buffer too.
7749
7750 2001-02-15 Dave Love <fx@gnu.org>
7751
7752 * battery.el (battery-status-function): Fix doc, :type.
7753
7754 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7755
7756 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7757
7758 * subr.el (read-passwd): Clear Lisp memory holding password.
7759
7760 2001-02-15 Miles Bader <miles@gnu.org>
7761
7762 * info.el (Info-copy-current-node-name): New function.
7763 (Info-mode-menu): Add it to the menu.
7764
7765 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7766
7767 * international/mule-cmds.el (toggle-input-method): Doc fix.
7768
7769 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7770
7771 * replace.el (occur): Stop at end of buffer.
7772
7773 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7774
7775 * international/mule-cmds.el (set-input-method): Another doc fix.
7776
7777 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7778
7779 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7780
7781 2001-02-13 Miles Bader <miles@gnu.org>
7782
7783 * faces.el (set-face-background, set-face-foreground)
7784 (set-face-stipple): Treat a value of nil as being `unspecified'.
7785
7786 2001-02-12 Dave Love <d.love@dl.ac.uk>
7787
7788 * international/latin1-disp.el: Doc fixes.
7789 (latin1-display) <defgroup>: Add :link.
7790 (latin1-display) <function>: Set variable latin1-display.
7791
7792 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7793
7794 * international/mule-cmds.el (set-input-method): Doc fix.
7795
7796 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7797
7798 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7799 (speedbar-line-file): Return nil if not a file.
7800 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7801
7802 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7803
7804 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7805 for remote files.
7806 (ediff-coding-system-for-read): Replaced the no-conversion default
7807 with raw-text.
7808
7809 * ediff-init.el: Removed :version from defcustom vars.
7810
7811 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7812 Better handling of the diff mode.
7813
7814 * ediff.texi: Added ediff-coding-system-for-read.
7815
7816 * viper.texi: Fix typos.
7817
7818 2001-02-11 Dave Love <fx@gnu.org>
7819
7820 * shadowfile.el: Doc fixes.
7821 (shadow) <defgroup>: Add :link.
7822 (shadowfile-unload-hook): New function.
7823 (shadow-initialize): Use defalias, not fset.
7824 (shadow-define-cluster, shadow-define-literal-group)
7825 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7826
7827 * international/mule.el: Doc and message fixes.
7828
7829 * international/ccl.el (define-ccl-program): Doc fix.
7830
7831 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7832
7833 * faces.el (mode-line): Set :line-width property to -1.
7834
7835 2001-02-10 Richard M. Stallman <rms@gnu.org>
7836
7837 * complete.el (partial-completion-mode): Doc fix.
7838
7839 * simple.el (delete-key-deletes-forward-mode):
7840 Change `let' to `let*' to fix gross bug in last change.
7841
7842 * repeat.el (repeat): Don't let execute-kbd-macro alter
7843 real-last-command.
7844
7845 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7846
7847 * simple.el (eval-expression): Doc fix.
7848
7849 2001-02-09 Dave Love <fx@gnu.org>
7850
7851 * imenu.el (imenu-generic-expression): Doc fix.
7852
7853 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7854 From Juanma Barranquero.
7855
7856 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7857
7858 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7859
7860 * faces.el (set-face-attribute): Describe the case of a negative
7861 value specified for :line-width.
7862
7863 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7864
7865 * which-func.el (which-func-mode): Invert which-func-mode-global.
7866 From Juanma Barranquero <lektu@uol.com.br>.
7867
7868 2001-02-08 Dave Love <fx@gnu.org>
7869
7870 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7871 widget-plist-value-type.
7872 (widget-alist-convert-widget): Replace binding of
7873 widget-alist-value-type.
7874
7875 * textmodes/paragraphs.el (sentence-end): Doc fix.
7876
7877 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7878 Remove `backward-line'.
7879
7880 * play/pong.el (pong-blank-color, pong-bat-color)
7881 (pong-ball-color, pong-border-color, pong-left-key)
7882 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7883 (pong-pause-key, pong-resume-key, pong-timer-delay):
7884 * mail/mh-comp.el (mh-compose-letter-function):
7885 * eshell/esh-mode.el (eshell-skip-prompt-function):
7886 * emulation/viper-ex.el (ex-unix-type-shell-options):
7887 * recentf.el (recentf-menu-filter):
7888 * ps-print.el (ps-print-region-function):
7889 * lpr.el (print-region-function):
7890 * forms.el (forms-mode-hooks):
7891 * dirtrack.el (dirtrack-directory-change-hook):
7892 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7893 * textmodes/spell.el (spell-filter):
7894 * textmodes/fill.el (adaptive-fill-function):
7895 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7896 * progmodes/etags.el (find-tag-default-function):
7897 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7898 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7899
7900 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7901
7902 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7903 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7904 Meyering <jim@meyering.net>.
7905
7906 * loadup.el: Revert last change.
7907
7908 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7909
7910 * international/mule.el (transform-make-coding-system-args):
7911 Make it work also for coding systems not using CCL.
7912
7913 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7914
7915 * simple.el (previous-matching-history-element)
7916 (next-matching-history-element): Doc fix.
7917
7918 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7919 specific part.
7920
7921 2001-02-06 Dave Love <fx@gnu.org>
7922
7923 * add-log.el (add-log-current-defun-function)
7924 (add-log-buffer-file-name-function, add-log-file-name-function):
7925 Fix :type.
7926 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7927
7928 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7929
7930 * info.el (info-initialize): Remove the test for system-type when
7931 invocation-directory is non-nil.
7932
7933 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7934 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7935
7936 2001-02-06 Andrew Innes <andrewi@gnu.org>
7937
7938 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7939 absolute.
7940
7941 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7942
7943 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7944 buffers. When hi-lock turned on rather than only checking current
7945 buffer for regexps, all buffers are checked. Moved activation of
7946 font-lock to hi-lock-refontify. When font-lock turned off rather
7947 than removing added highlighting just in current buffer, remove it
7948 in all buffers. Changed edit menu text from "Automatic
7949 Highlighting" to "Regexp Highlighting" Documentation for
7950 highlighting phrases, minor documentation changes.
7951 (hi-lock-set-file-patterns): Execute only if there are new or
7952 existing file patterns.
7953 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7954 unfontify and, if a support mode is active, will not refontify the
7955 whole buffer. If necessary, turn on font lock. (Removed
7956 font-lock-unfontify and font-lock support-mode-specific calls,
7957 such as lazy-lock-fontify-window.)
7958 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7959 patterns are found. Not useful now since find-file-hook is removed
7960 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7961 (hi-lock-face-phrase-buffer): New function. Also added related
7962 menu item and keybinding.
7963 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7964 (hi-lock-process-phrase): New function.
7965 (hi-lock-line-face-buffer): Doc fixes.
7966 (hi-lock-face-buffer): Doc fixes.
7967 (hi-lock-unface-buffer): Doc fixes.
7968
7969 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7970
7971 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7972 dabbrev-ignored-regexps.
7973
7974 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7975
7976 * simple.el (kill-line): Doc fix.
7977
7978 2001-02-05 Dave Love <fx@gnu.org>
7979
7980 * loadup.el: Revert last two changes -- bootstrapping works with
7981 regenerated loaddefs.
7982
7983 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7984
7985 * isearch.el (isearch-forward): Doc fix.
7986
7987 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7988 of font-lock-defaults to backward-paragraph.
7989
7990 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7991
7992 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7993 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7994
7995 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7996
7997 * ebnf2ps.el: Eliminate time-stamp functions.
7998 (ebnf-version): New version (3.5).
7999 (ebnf-eps-finish-and-write): Replace time-stamp functions by
8000 format-time-string.
8001
8002 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8003
8004 * simple.el (next-line): Goto end-of-line before inserting a newline.
8005
8006 2001-02-05 Miles Bader <miles@gnu.org>
8007
8008 * image-file.el (insert-image-file): When visiting an image, also
8009 set `truncate-lines' to t so that any fringe arrow looks correct.
8010
8011 2001-02-05 Kenichi Handa <handa@etl.go.jp>
8012
8013 * isearch.el (isearch-forward): Add description about input method
8014 in the docsting.
8015
8016 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
8017
8018 * skeleton.el (skeleton-internal-1): Always push the mark for @.
8019
8020 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8021
8022 * info.el (info-initialize): If installation-directory is nil, for
8023 DOS/Windows systems try looking in a sibling of invocation-directory.
8024
8025 2001-02-02 Gerd Moellmann <gerd@gnu.org>
8026
8027 * wid-edit.el (widget-button-click): Fix last change.
8028
8029 * frame.el (frame-notice-user-settings): When resizing the initial
8030 frame because the tool bar is off, also change the frame's top
8031 position if a negative top position was specified.
8032
8033 2001-02-02 Miles Bader <miles@gnu.org>
8034
8035 * image-file.el (insert-image-file): When visiting an image,
8036 suppress the cursor in the image buffer.
8037
8038 2001-02-01 Dave Love <fx@gnu.org>
8039
8040 * progmodes/f90.el (f90-mode): Remove startup message.
8041
8042 * vc-cvs.el: Remove autoloads. Require vc when compiling.
8043
8044 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8045
8046 * startup.el (command-line): Fix code determining whether or not
8047 to use delete-key-deletes-forward-mode.
8048
8049 2001-02-01 Andre Spiegel <spiegel@gnu.org>
8050
8051 * vc.el (vc-diff-switches): New user option.
8052 (vc-version-diff): Use it.
8053 (vc-diff-switches-list): New macro.
8054
8055 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
8056 New customization options.
8057 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
8058
8059 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
8060
8061 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8062
8063 * msb.el (toplevel): Quote hook symbols.
8064
8065 2001-02-01 Kenichi Handa <handa@etl.go.jp>
8066
8067 * international/mule.el (make-coding-system): Add description
8068 about recognized properties in the docstring.
8069
8070 * international/mule-conf.el: Remove unused charsets
8071 mac-roman-lower and mac-roman-upper.
8072
8073 2001-01-31 Gerd Moellmann <gerd@gnu.org>
8074
8075 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
8076 is in front of the left-margin, if any.
8077
8078 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
8079 like `delete'.
8080
8081 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
8082
8083 * term/w32-win.el (mouse-set-font): Doc fix.
8084
8085 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
8086
8087 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
8088 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
8089 on already.
8090
8091 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
8092
8093 * files.el (save-buffer): Don't give message if (buffer-file-name)
8094 returns nil.
8095
8096 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
8097
8098 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
8099
8100 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
8101 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
8102
8103 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
8104 display problems.
8105
8106 2001-01-31 Kenichi Handa <handa@etl.go.jp>
8107
8108 * international/mule.el (charset-info): Fix docstring.
8109
8110 * international/mule-diag.el (describe-character-set): Check final
8111 char valid before printing it.
8112
8113 2001-01-30 Gerd Moellmann <gerd@gnu.org>
8114
8115 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
8116
8117 * frame.el (frame-notice-user-settings): Do the tool-bar
8118 stuff only for graphical displays. Fix a braino.
8119
8120 * frame.el (frame-initialize): Create initial frame visible.
8121 (frame-notice-user-settings): When tool-bar has been switched off,
8122 correct the frame size and sync tool-bar-mode.
8123
8124 * startup.el (command-line): Remove manipulation of frame
8125 height for tool bars.
8126
8127 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8128
8129 * lpr.el: Compatibility with XEmacs and doc fixes.
8130 (lpr-windows-system, lpr-lp-system): New vars.
8131 (lpr-printer-switch): New defcustom.
8132 (printer-name, lpr-command): Customization fix.
8133 (print-region-1): Code fix.
8134 (print-region-new-buffer, printify-region): Indentation fix.
8135 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
8136 New functions.
8137
8138 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8139
8140 * msb.el (toplevel): Fix the eval-after-load.
8141
8142 2001-01-29 Dave Love <fx@gnu.org>
8143
8144 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
8145
8146 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
8147
8148 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
8149 (tcl-using-emacs-19-23): Consider Emacs 21+.
8150 (tcl-help-directory-list, tcl-command-switches): Fix :type.
8151 (tcl-add-emacs-menu): Supply menu name.
8152 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
8153
8154 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8155
8156 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
8157
8158 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
8159
8160 * pcvs.el (cvs-mark-fis-dead): New function.
8161 (cvs-mode-add): Use it.
8162 (cvs-mode-add-change-log-entry-other-window):
8163 Rebind change-log-default-name to itself rather than to nil.
8164
8165 2001-01-29 Sam Steingold <sds@gnu.org>
8166
8167 * vc-cvs.el: Replaced (require 'vc) with a bunch of
8168 `autoload' statements.
8169
8170 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
8171
8172 * files.el (confirm-kill-emacs): Doc fix.
8173
8174 * frame.el (frame-initialize): Doc fix.
8175
8176 * time-stamp.el (time-stamp-string): Doc fix.
8177
8178 * woman.el (WoMan-log-1): Make the log buffer writable.
8179 From Markus Rost <rost@math.ohio-state.edu>.
8180
8181 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8182
8183 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8184 the `make-variable-buffer-local'.
8185
8186 2001-01-29 Dave Love <fx@gnu.org>
8187
8188 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
8189 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8190 Add autoload cookie.
8191 (ansi-color-apply-sequence): Fix typo.
8192
8193 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8194
8195 * menu-bar.el (menu-bar-files-menu): Add menu items for
8196 Postscript printing in black and white.
8197
8198 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8199 X-Mailman-Version, Precedence, List-Help, List-Post,
8200 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8201 Content-Type, Content-Length.
8202
8203 2001-01-29 Dave Love <fx@gnu.org>
8204
8205 * elide-head.el (elide-head): Make overlay evaporate.
8206
8207 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8208
8209 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8210
8211 * isearch.el (isearch-highlight): Don't punt if the display
8212 doesn't support colors, since isearch faces are defined for
8213 monochrome displays as well.
8214
8215 2001-01-27 Sam Steingold <sds@gnu.org>
8216
8217 * shell.el (shell-write-history-on-exit): Make sure that we are in
8218 the shell buffer (M-x tex-file RET inserted the error message into
8219 the TeX buffer).
8220
8221 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8222
8223 * simple.el (transient-mark-mode): Doc fix.
8224
8225 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8226
8227 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8228
8229 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8230
8231 * shell.el (shell-unquote-argument): If the shell is one of the
8232 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8233 quote character.
8234 (shell-dumb-shell-regexp): Document that the shells which match
8235 this regexp are supposed to not treat a backslash as a quote character.
8236
8237 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8238 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8239
8240 2001-01-27 Richard M. Stallman <rms@gnu.org>
8241
8242 * dabbrev.el (dabbrev--substitute-expansion):
8243 Treat a one-capital-letter abbrev as "not all upper case",
8244 so as to force preservation of the expansion's pattern
8245 if the expansion starts with a capital letter.
8246
8247 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8248
8249 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8250 Doc fix.
8251
8252 * simple.el (transient-mark-mode): Document the fact that many
8253 commands act on the region when mark is active.
8254
8255 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8256
8257 * international/quail.el (quail-setup-completion-buf): Make the
8258 multibyteness of current buffer inherited to Quail completion buffer.
8259 (quail-show-guidance-buf): Make the multibyteness of current
8260 buffer inherited to Quail guidance buffer.
8261 (quail-help): Make the multibyteness of current buffer inherited
8262 to Quail help buffer.
8263
8264 2001-01-26 Dave Love <fx@gnu.org>
8265
8266 * time-stamp.el: Doc fixes.
8267
8268 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8269 (delphi-keyword-face, delphi-other-face): Fix :type.
8270
8271 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8272
8273 * mail/feedmail.el (feedmail): Add :link.
8274 (feedmail-send-it): Doc fix.
8275
8276 * mail/sendmail.el: Doc fixes.
8277 (sendmail-send-it): Fix the non-ASCII regexp and use
8278 rfc2047-encode-string.
8279
8280 * dired.el, dired-aux.el: Revert last change.
8281
8282 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8283
8284 * makefile.w32-in (DONTCOMPILE): Add various term files.
8285
8286 2001-01-26 Dave Love <fx@gnu.org>
8287
8288 * Makefile.in (DONTCOMPILE): Add various term files.
8289
8290 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8291
8292 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8293
8294 * startup.el (display-startup-echo-area-message): Make sure
8295 the echo area is resized to fit the size of the startup message.
8296
8297 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8298 part of which is a constant.
8299
8300 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8301
8302 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8303
8304 2001-01-26 Richard M. Stallman <rms@gnu.org>
8305
8306 * simple.el (next-line): Don't let `newline' expand abbrevs.
8307 Simplify slightly.
8308 (open-line): Don't let `newline' expand abbrevs.
8309
8310 2001-01-25 John Wiegley <johnw@gnu.org>
8311
8312 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8313 to `repeat' in the :type field.
8314
8315 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8316 allow a choice of regexp or nil.
8317 (pcomplete-dir-ignore): Same.
8318
8319 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8320 a command) to always fail.
8321
8322 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8323
8324 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8325 discard the result.
8326 (iswitchb-to-end): Likewise.
8327
8328 2001-01-25 Sam Steingold <sds@gnu.org>
8329
8330 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8331 Require vc.
8332
8333 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8334
8335 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8336
8337 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8338
8339 2001-01-25 Dave Love <fx@gnu.org>
8340
8341 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8342 (describe-coding-system): Tweak the English text.
8343
8344 * loadup.el: Preload international/ccl for utf-8.
8345
8346 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8347
8348 * mail/rmail.el (rmail-redecode-body): Doc fix.
8349
8350 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8351
8352 * international/mule-cmds.el (reset-language-environment):
8353 Reset coding-category-utf-8 to mule-utf-8.
8354
8355 * international/mule-conf.el (coding-category-utf-8):
8356 Initialize to mule-utf-8.
8357
8358 * loadup.el: Preload international/utf-8.
8359
8360 * international/utf-8.el: New file.
8361
8362 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8363
8364 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8365
8366 2001-01-24 Sam Steingold <sds@gnu.org>
8367
8368 * dired.el (dired-replace-in-string): Removed.
8369 (dired-sort-toggle): Use `replace-regexps-in-string'
8370 instead of `dired-replace-in-string'.
8371
8372 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8373 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8374
8375 * gs.el (gs-replace-in-string): Removed.
8376 (gs-options): Use `replace-regexps-in-string'
8377 instead of `gs-replace-in-string'.
8378
8379 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8380
8381 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8382 bug report is mailed to an email list and posted to a news group.
8383
8384 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8385
8386 * comint.el (comint-replace-by-expanded-history-before-point):
8387 Fix change of 2000-08-03 to move point to the start of the line again.
8388
8389 * startup.el (tool-bar-images-pixel-height): New variable.
8390 (command-line): After loading the user's init file, when
8391 tool-bar-mode is on, increase the frame's size by some lines for
8392 the tool-bar.
8393
8394 * frame.el (frame-initialize): Create the initial frame invisible.
8395
8396 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8397
8398 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8399 (chinese-big5): MIME:Big5.
8400
8401 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8402
8403 * international/mule-cmds.el (universal-coding-system-argument):
8404 Handle commands with prefix args.
8405
8406 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8407
8408 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8409 being a list of numbers.
8410 (diary-mail-entries): Rewritten.
8411
8412 2001-01-23 Dave Love <fx@gnu.org>
8413
8414 * international/mule.el (make-coding-system): Fix typo.
8415
8416 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8417 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8418
8419 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8420
8421 * font-lock.el (font-lock-mode): Doc fix.
8422
8423 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8424
8425 * international/mule.el (make-translation-table): Fix docstring.
8426
8427 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8428
8429 * mail/rmail.el (rmail-redecode-body): New function.
8430
8431 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8432
8433 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8434
8435 * isearch.el (isearch-lazy-highlight-case-fold-search)
8436 (isearch-lazy-highlight-regexp): New variables.
8437 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8438 case-fold search or regexp search has been toggled.
8439
8440 * wid-edit.el (widget-button-click): Avoid a save-excursion
8441 around running a global binding.
8442
8443 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8444 to 0.25.
8445
8446 2001-01-20 Miles Bader <miles@gnu.org>
8447
8448 * cus-edit.el (custom-face-save): Do post-processing on the face's
8449 new value like `custom-face-set' does.
8450
8451 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8452
8453 * mail/emacsbug.el (report-emacs-bug): Report the value of
8454 LC_CTYPE, not LC_TYPE.
8455
8456 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8457 isearch-toggle-regexp and isearch-edit-string to doc string.
8458
8459 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8460
8461 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8462 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8463
8464 * jit-lock.el (jit-lock-fontify-now): Don't bind
8465 font-lock-beginning-of-syntax-function to nil.
8466
8467 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8468
8469 * mail/emacsbug.el (report-emacs-bug): Report values of
8470 locale-coding-system, default-enable-multibyte-characters, and the
8471 environment variables LC_ALL, LC_TYPE, and LANG.
8472
8473 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8474
8475 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8476
8477 * font-lock.el (font-lock-multiline): Default to nil.
8478 (font-lock-default-fontify-region): If font-lock-multiline is
8479 nil, don't check the property `font-lock-multiline'.
8480
8481 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8482 is nil, don't check the `font-lock-multiline' text property.
8483
8484 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8485
8486 * viper.el: Call initial-major-mode on startup.
8487
8488 * ediff.el (ediff-patch-file): Use better defaults.
8489
8490 * ediff-vers.el: Fix for 8+3 DOS file systems.
8491
8492 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8493
8494 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8495 diff mode, if available.
8496
8497 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8498
8499 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8500
8501 * ediff-init.el (subst-char-in-string): Define and use it, unless
8502 it's already defined.
8503
8504 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8505
8506 * tooltip.el (tooltip-hide-delay): New user-option.
8507 (tooltip-show): Use tooltip-hide-delay instead of the default.
8508
8509 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8510
8511 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8512 kill-local-variable doesn't work for enable-multibyte-characters.
8513
8514 2001-01-17 Dave Love <fx@gnu.org>
8515
8516 * ediff-init.el (ediff-before-setup-hook)
8517 (ediff-merge-filename-prefix): Add :version.
8518
8519 * international/latin1-disp.el: Require disp-table.
8520 (latin1-display): Fix :set.
8521
8522 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8523
8524 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8525
8526 * isearch.el (isearch-lazy-highlight-initial-delay)
8527 (isearch-lazy-highlight-interval): Default to 0.
8528
8529 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8530
8531 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8532 1 here rather than each time through
8533 isearch-lazy-highlight-new-loop.
8534 (isearch-lazy-highlight-max): Variable deleted.
8535 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8536 isearch-lazy-highlight-max but controls a single invocation of
8537 isearch-lazy-highlight-update.
8538 (isearch-lazy-highlight-wrapped): Variable recreated.
8539 (isearch-lazy-highlight-window-start): New variable.
8540 (isearch-lazy-highlight-cleanup): Restored to behavior of
8541 before 2-Jan.
8542 (isearch-lazy-highlight-remove-overlays): Function deleted;
8543 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8544 behavior removed.
8545 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8546 isearch-lazy-highlight-update in a loop rather than just once.
8547 Test isearch-invalid-regexp here and decide not to start a new
8548 loop, rather than testing it each time through
8549 isearch-lazy-highlight-update.
8550 (isearch-lazy-highlight-search): Function restored.
8551 (isearch-lazy-highlight-update): Get called in a timer loop again,
8552 but this time highlight more than one match each time through.
8553 Only highlight matches in the visible part of the window.
8554 Start at point, move in the direction of the search, and wrap around at
8555 the edge of the window. Use sit-for to force redisplay and ensure
8556 window-start is credible. "Face suppressing" behavior removed;
8557 overlay priorities should make it unnecessary, right?
8558 (isearch-highlight): Face suppressing behavior removed.
8559 (isearch-dehighlight): Face suppressing behavior removed.
8560 (isearch-set-lazy-highlight-faces-at): Removed.
8561
8562 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8563
8564 * language/european.el ("Latin-1"): Make the format of description
8565 about additional language environments same as that of Latin-2.
8566
8567 2001-01-16 Dave Love <fx@gnu.org>
8568
8569 * isearch.el (isearch-lazy-highlight): Add :version.
8570
8571 * simple.el (backward-delete-char-untabify-method)
8572 (next-line-add-newlines): Add :version.
8573
8574 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8575
8576 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8577 Don't bind <delete> otherwise.
8578
8579 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8580 and <delete> via function-key-map.
8581
8582 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8583 Subject line only if point is after the `Subject:'.
8584
8585 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8586
8587 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8588 japanese-jisx0213-2 in `charset' property of this lang. env.
8589
8590 * language/european.el ("Latin-1"): Add description for Dutch and
8591 Spanish lang. env.
8592
8593 * international/mule.el (decode-char): Fix conditions.
8594 (encode-char): Handle eight-bit-control too.
8595 (transform-make-coding-system-args): New function.
8596 (make-coding-system): Accept XEmacs style arguments for CCL base
8597 coding system.
8598
8599 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8600
8601 * progmodes/etags.el (find-tag-noselect): Save the value of
8602 tags-file-name before switching buffers, for the case it has a
8603 buffer-local value.
8604
8605 2001-01-15 Alex Schroeder <alex@gnu.org>
8606
8607 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8608 From Dave Love <fx@gnu.org>.
8609 (ansi-color-for-comint-mode): Fix :version.
8610
8611 2001-01-15 Alex Schroeder <alex@gnu.org>
8612
8613 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8614
8615 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8616
8617 * dired.el (dired-insert-directory): If file-system-info fails,
8618 remove the " free " part, but don't signal an error.
8619
8620 2001-01-12 Sam Steingold <sds@gnu.org>
8621
8622 * bookmark.el (bookmark-maybe-historicize-string):
8623 Use new backquote syntax.
8624
8625 2001-01-12 Richard M. Stallman <rms@gnu.org>
8626
8627 * subr.el (last): Handle a list that doesn't end in nil.
8628
8629 2001-01-12 Sam Steingold <sds@gnu.org>
8630
8631 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8632 to `backward-delete-char-untabify'.
8633
8634 2001-01-12 Dave Love <fx@gnu.org>
8635
8636 * cus-edit.el (customize-menu-create): Fix the :filter following
8637 easymenu change.
8638
8639 * wid-edit.el (function): Add :match-alternatives.
8640 (widget-color-action): Doc fix.
8641
8642 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8643
8644 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8645
8646 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8647
8648 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8649
8650 * international/ccl.el (define-ccl-program): Fix docstring.
8651
8652 2001-01-11 Dave Love <fx@gnu.org>
8653
8654 * international/mule-cmds.el (standard-display-european-internal):
8655 Set display table for 2208 as for 160.
8656
8657 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8658
8659 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8660 entry for custom-menu-create change.
8661 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8662 don't cons it in the search loop.
8663
8664 * imenu.el (imenu--truncate-items): Revert last change.
8665
8666 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8667
8668 * info.el (Info-setup-header-line): If the node header includes
8669 either Next: or Prev: links, don't show the File: and Node: parts
8670 in the header line.
8671
8672 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8673
8674 * comint.el (comint-goto-process-mark): Don't print a message
8675 when running in batch mode.
8676
8677 * isearch.el (isearch-search): In the condition-case handler for
8678 `error', set isearch-invalid-regexp to the whole error message.
8679
8680 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8681 ensure that eval-after-load works for files dumped with Emacs.
8682
8683 * help.el (load-symbol-file-load-history): New function extracted
8684 from function symbol-file.
8685 (symbol-file): Use it.
8686
8687 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8688
8689 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8690
8691 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8692 behave as if there were no prefix argument.
8693 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8694 argument were nil.
8695
8696 2001-01-11 Richard M. Stallman <rms@gnu.org>
8697
8698 * isearch.el (isearch-lazy-highlight-update):
8699 Don't look for more potential matches once maximum is exceeded.
8700 Use overlays-in to check correctly for overlap with current match.
8701 Ignore empty matches.
8702
8703 2001-01-11 Miles Bader <miles@gnu.org>
8704
8705 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8706 (ispell-overlay-window, ispell-help, ispell-show-choices)
8707 (ispell-command-loop): Use it instead of `window-height'.
8708
8709 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8710
8711 * files.el (confirm-kill-emacs): New user-option.
8712 (save-buffers-kill-emacs): Ask for final confirmation before
8713 killing Emacs.
8714
8715 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8716 to nil.
8717
8718 2001-01-10 Dave Love <fx@gnu.org>
8719
8720 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8721
8722 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8723
8724 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8725
8726 * calculator.el (calculator-number-digits): Fix :type.
8727
8728 * vc-cvs.el (vc-cvs-header): Fix :type.
8729 * vc-rcs.el (vc-rcs-header): Fix :type.
8730 * vc-sccs.el (vc-sccs-header): Fix :type.
8731
8732 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8733
8734 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8735
8736 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8737
8738 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8739
8740 * simple.el (set-variable): Force a thorough redisplay for the
8741 case that the variable has an effect on the display, like
8742 `tab-width' has.
8743
8744 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8745
8746 * vc.el: Add documentation for backend interface.
8747
8748 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8749
8750 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8751
8752 * international/mule-conf.el (latin-extra-code-table): Set to t
8753 for \223 and \224.
8754
8755 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8756
8757 * international/mule-cmds.el (locale-language-names): Map "es" to
8758 "Spanish" and "nl" to "Dutch".
8759
8760 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8761
8762 * bindings.el (global-map): Bind <home> to beginning-of-line,
8763 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8764 C-<end> to end-of-buffer.
8765
8766 * language/european.el: Add Dutch and Spanish language info
8767 to be able to use the appropriate tutorials.
8768
8769 2001-01-09 Alex Schroeder <alex@gnu.org>
8770
8771 * ansi-color.el (ansi-color-process-output): Use markers instead
8772 of positions for start and end of region.
8773 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8774 Previously, occasional mistakes happend when fontifying many
8775 chunks of output (eg. ls --color=yes /dev). This happened
8776 whenever an overlay was created up to the end of the region, which
8777 coincided with the process-mark. New text would then be added
8778 within that overlay instead of after it.
8779 (ansi-color-make-extent): Overlays are created with the property
8780 `modification-hooks' set to '(ansi-color-freeze-overlay).
8781 (ansi-color-freeze-overlay): New function. When inserting text at
8782 the end of the overlay, the overlay will resize.
8783
8784 2000-01-09 Alex Schroeder <alex@gnu.org>
8785
8786 * ansi-color.el (ansi-color-process-output): Doc change.
8787 (ansi-color-unfontify-region): Doc change. No longer installed
8788 automatically in font-lock-unfontify-region-function.
8789 (ansi-color-apply): Doc change.
8790 (ansi-color-apply-on-region): Use extents or overlays instead of
8791 text-properties.
8792 (ansi-color-make-extent): New function.
8793 (ansi-color-set-extent-face): New function.
8794
8795 2000-01-09 Alex Schroeder <alex@gnu.org>
8796
8797 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8798 both use ansi-color-process-output, now.
8799 (ansi-color-process-output): Doesn't return string anymore. It is
8800 installed in comint-output-filter-functions for both Emacs and
8801 XEmacs, now.
8802 (ansi-color-unfontify-region): Simplified code removing variables
8803 pos and start-ansi.
8804 (ansi-color-apply): Put text-property ansi-color before putting
8805 text-property face because ansi-color-unfontify-region is called
8806 immediately after the call to put-text-property.
8807 (ansi-color-context-region): Doc change.
8808 (ansi-color-filter-region): Simplified code.
8809 (ansi-color-apply-on-region): Changed start to start-marker, using
8810 a marker explicitly. Put text-property ansi-color before putting
8811 text-property face because ansi-color-unfontify-region is called
8812 immediately after the call to put-text-property.
8813
8814 2000-01-09 Alex Schroeder <alex@gnu.org>
8815
8816 * ansi-color.el (ansi-color-faces-vector): Doc change.
8817 (ansi-color-for-comint-mode): Changed :type property to choice.
8818 (ansi-color-last-context): Removed.
8819 (ansi-color-process-output): Don't use ansi-color-last-context, as
8820 the main functions will store their context now.
8821 (ansi-color-context): Doc change.
8822 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8823 Uses ansi-color-context such that repeated calls will strip
8824 partial escape sequences, too.
8825 (ansi-color-apply): Simplified code. Colorize end of string if
8826 face is not null. Store context in new (FACE STRING) format, such
8827 that repeated calls will strip partial escape sequences, too.
8828 Append faces to face property using ansi-color-apply-sequence such
8829 that cumulative mode actually works.
8830 (ansi-color-context-region): New variable.
8831 (ansi-color-filter-region): Rewrote it based on
8832 ansi-color-apply-on-region. Uses ansi-color-context-region such
8833 that repeated calls will strip partial escape sequences, too.
8834 (ansi-color-apply-on-region): Simplified code. Colorize end of
8835 region if face is not null. Store context in new (FACE POS)
8836 format, such that repeated calls will strip partial escape
8837 sequences, too. Append faces to face property using
8838 ansi-color-apply-sequence such that cumulative mode actually works.
8839 (ansi-color-apply-sequence): New function.
8840 (ansi-color-get-face): When the default face is added to the list
8841 of faces, all previous settings are discarded and the list of
8842 faces is set to '(default).
8843
8844 2000-01-09 Alex Schroeder <alex@gnu.org>
8845
8846 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8847 face, such that ansi-color-apply and ansi-color-apply-on-region
8848 will do the right thing.
8849 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8850 returns nil, set the list of faces back to nil instead of
8851 appending the result of ansi-color-get-face to the front of the list.
8852
8853 2000-01-09 Alex Schroeder <alex@gnu.org>
8854
8855 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8856 (ansi-color-process): Doc change.
8857 (ansi-color-last-context): New buffer-local variable.
8858 (ansi-color-process-output): New function. It is automatically
8859 added to comint-output-filter-functions if this is XEmacs.
8860 (ansi-color-unfontify-region): New optional parameter for XEmacs
8861 compatibility. Check wether font-lock-syntactic-keywords is
8862 boundp before removing the syntax table text property, as XEmacs
8863 doesn't have it.
8864 (ansi-color-filter-region): Doc change.
8865 (ansi-color-apply-on-region): Doc change.
8866 (ansi-color-make-face): New function. Compatibility layer for
8867 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8868 (ansi-color-make-color-map): Use ansi-color-make-face.
8869 (ansi-color-get-face): Avoid face text property '(nil) as results
8870 in an errow for XEmacs.
8871
8872 2000-01-09 Alex Schroeder <alex@gnu.org>
8873
8874 * ansi-color.el (ansi-color-unfontify-region): New function.
8875 Uses text-property ansi-color in order to preserve fontification by
8876 ansi-color. When the package is loaded, a lambda expression is
8877 put onto font-lock-mode-hook. This lambda expression will check
8878 font-lock-unfontify-region-function and replace
8879 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8880 (ansi-color-apply): Add text-property ansi-color in addition to
8881 text-property face.
8882 (ansi-color-apply-on-region): Add text-property ansi-color in
8883 addition to text-property face.
8884 (save-buffer-state): Copy of the macro that is also used by
8885 lazy-lock and font-lock.
8886
8887 (ansi-color-for-comint-mode): New option.
8888 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8889 (ansi-color-for-comint-mode-off): Ditto.
8890 (ansi-color-for-comint-mode-filter): Ditto.
8891 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8892 decide what to do. This function is added to
8893 comint-preoutput-filter-functions when the package is loaded.
8894
8895 (ansi-color-for-shell-mode-set): Removed.
8896 (ansi-color-for-shell-mode): Removed.
8897
8898 2000-01-09 Alex Schroeder <alex@gnu.org>
8899
8900 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8901 the lambda expression from the ansi-color-for-shell-mode :set
8902 property. Additionally, modify shell-mode-hook to enable or
8903 disable font-lock-mode for future shell buffers.
8904 (ansi-color-for-shell-mode): The :set property calls
8905 ansi-color-for-shell-mode-set instead of a lambda expression.
8906
8907 2000-01-09 Alex Schroeder <alex@gnu.org>
8908
8909 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8910 (ansi-color-context): New variable.
8911 (ansi-color-apply): Save context between calls.
8912
8913 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8914
8915 * isearch.el (isearch, isearch-lazy-highlight-face):
8916 New definitions for face colors and attributes.
8917
8918 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8919 of display-mouse-p.
8920
8921 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8922
8923 * international/mule.el (make-coding-system): If the coding system
8924 accepts extra latin codes, register such codes as safe for the
8925 coding system.
8926
8927 2001-01-08 Richard M. Stallman <rms@gnu.org>
8928
8929 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8930 don't mention the file name or the date here, because they are
8931 logged at the start of the file.
8932
8933 2001-01-08 Richard M. Stallman <rms@gnu.org>
8934
8935 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8936 Change screen-width to frame-width.
8937
8938 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8939
8940 * info.el (Info-search): Print the default as part of the prompt.
8941
8942 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8943
8944 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8945 constant implementations in backends.
8946
8947 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8948 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8949
8950 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8951 WRITABLE to EDITABLE.
8952
8953 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8954 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8955 to EDITABLE.
8956
8957 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8958
8959 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8960 (copyright, copyright-update): Compute the current year at run time.
8961
8962 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8963
8964 * isearch.el (isearch-old-signal-hook): Removed.
8965 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8966 instead of setting signal-hook-function.
8967 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8968
8969 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8970
8971 * emulation/edt.el: Update to version 4.0. Provide support for
8972 EDT scroll margins at top and bottom of the window. Provide an
8973 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8974 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8975 user when file-related buffer modifications exist.
8976 Provide support for running EDT Emulation in XEmacs.
8977 Provide customize access to some user updatable variables.
8978 Add Commentary section to file header.
8979 Fixed a few minor bugs and cleaned up some code.
8980
8981 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8982 for detecting a keypress that generates an ASCII key sequence.
8983 (Previously, only a keypress that generates a vector was
8984 recognized.) Embed Window Manager name into name of the generated
8985 EDT Emulation initialization file since the initialization file is
8986 Window Manager specific. Add Commentary section to file header.
8987
8988 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8989
8990 * mail/sendmail.el (mail-mode): Doc fix.
8991
8992 * info.el (Info-goto-emacs-command-node): Doc fix.
8993 (Info-goto-emacs-key-command-node): Doc fix.
8994
8995 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8996
8997 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8998 systems without long file-name support.
8999
9000 2001-01-06 Andrew Innes <andrewi@gnu.org>
9001
9002 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
9003
9004 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9005
9006 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
9007 (isearch-lazy-highlight-update): Doc fix.
9008
9009 * ffap.el (ffap-bindings): Doc fix.
9010
9011 * dired-x.el (dired-virtual-guess-dir): Doc fix.
9012
9013 2001-01-05 Dave Love <fx@gnu.org>
9014
9015 * emacs-lisp/cl-seq.el (remove, remq): Remove.
9016
9017 2001-01-05 Gerd Moellmann <gerd@gnu.org>
9018
9019 * mouse-drag.el (mouse-drag-safe-scroll):
9020 Bind scroll-preserve-screen-position to nil.
9021
9022 * isearch.el (isearch-old-signal-hook): New variable.
9023 (isearch-mode): Set signal-hook-function to isearch-done.
9024 (isearch-done): Restore old signal-hook-function.
9025
9026 * info.el (Info-fontify-node): Mark one more char as intangible.
9027
9028 2000-01-05 Kenichi Handa <handa@etl.go.jp>
9029
9030 * composite.el (compose-last-chars): New argument COMPONENTS.
9031 If it is non-nil, compose preceding characters by compose-region with
9032 COMPONENTS.
9033
9034 * international/quail.el (quail-input-string-to-events): New function.
9035 (quail-input-method): Convert input string to events here.
9036 (quail-start-translation): Return input string, not event list.
9037 (quail-start-conversion): Likewise.
9038
9039 2001-01-04 Gerd Moellmann <gerd@gnu.org>
9040
9041 * tooltip.el (tooltip-cancel-delayed-tip)
9042 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
9043 and tooltip-add-timeout.
9044 (tooltip-show): Set border color from faces's foreground.
9045 (tooltip-show-help-function): If called with the same help string
9046 as last time, do nothing.
9047 (tooltip-help-tips): Don't set tooltip-help-message to nil.
9048
9049 * startup.el (fancy-splash-screens): Don't bind show-help-function
9050 to nil.
9051
9052 * tooltip.el (tooltip-frame-parameters): Remove colors.
9053 (tooltip): New face
9054 (tooltip-set-param): New function.
9055 (tooltip-show): Set up color frame parameters from face `tooltip'.
9056 Display the tooltip text in face `tooltip'.
9057
9058 2001-01-04 Dave Love <fx@gnu.org>
9059
9060 * whitespace.el (whitespace-global-mode): Fix typo.
9061
9062 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
9063
9064 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9065
9066 * help.el (help-for-help): Fix a typo in a doc string.
9067 From kwzh@gnu.org (Karl Heuer).
9068
9069 2001-01-03 Dave Love <fx@gnu.org>
9070
9071 * dired-x.el: Doc fixes. Maintainer change.
9072 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
9073 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
9074 (dired-guess-shell-alist-user): Customize.
9075 (dired-x-help-address): Set to bug-gnu-emacs.
9076 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
9077 (dired-default-directory): Renamed from default-directory.
9078
9079 * hl-line.el (hl-line): Doc fix.
9080
9081 2001-01-03 Karl Fogel <kfogel@red-bean.com>
9082
9083 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
9084
9085 2001-01-02 Richard M. Stallman <rms@gnu.org>
9086
9087 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
9088 to remove all the current alternative-match highlighting.
9089 If nil, remove only what's outside the current window.
9090 (isearch-lazy-highlight-remove-overlays): Take optional
9091 region within which NOT to remove them.
9092 (isearch-lazy-highlight-new-loop): Greatly simplified.
9093 (isearch-lazy-highlight-update): Find all the other occurrences
9094 visible in the window, in just one call.
9095 (isearch-lazy-highlight-start): Now holds start of region to scan.
9096 (isearch-lazy-highlight-end): Now holds end of region to scan.
9097 (isearch-lazy-highlight-wrapped): Variable deleted.
9098 (isearch-lazy-highlight-search): Function deleted.
9099
9100 2000-01-02 Andrew Innes <andrewi@gnu.org>
9101
9102 * w32-fns.el (convert-standard-filename): Do length check on name
9103 before aref.
9104
9105 2001-01-02 Dave Love <fx@gnu.org>
9106
9107 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
9108 value.
9109 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
9110
9111 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
9112
9113 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
9114 read syntax.
9115
9116 * calendar/todo-mode.el (todo): Add :link, :version.
9117 (todo-save-top-priorities): Remove autoload cookie.
9118 (todo-add-category, todo-add-item-non-interactively)
9119 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
9120
9121 2001-01-02 Gerd Moellmann <gerd@gnu.org>
9122
9123 * comint.el (comint-input-history-ignore): New variable.
9124 (comint-read-input-ring): Ignore entries matching
9125 comint-input-history-ignore.
9126
9127 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
9128
9129 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
9130 (lm-copyright-mark): New function.
9131 (lm-crack-copyright): New function.
9132 (lm-verify): Check that the file has a copyright.
9133 Check that the file is copyright Free Software Foundation.
9134
9135 2000-12-30 Kenichi Handa <handa@etl.go.jp>
9136
9137 * international/mule-diag.el (print-fontset): Indent font name by
9138 24 columns, not 25.
9139
9140 2000-12-29 Gerd Moellmann <gerd@gnu.org>
9141
9142 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
9143 in Subject line.
9144
9145 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
9146 Use mail-mode-hook instead of mail-setup-hook.
9147 Otherwise continuing an interrupted message with C-u C-x m for
9148 instance, winds up in Mail mode without abbrevs.
9149
9150 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9151
9152 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
9153 non-nil. Adding almost all customization variables on ps-setup.
9154 Doc fix.
9155 (ps-print-version): New version number (6.3.3).
9156 (ps-end-with-control-d): Initialization fix.
9157 (ps-lines-printed): New var.
9158 (ps-skip-newline): New fun.
9159 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
9160 (ps-next-line, ps-continue-line, ps-plot-region)
9161 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
9162
9163 2000-12-29 Kenichi Handa <handa@etl.go.jp>
9164
9165 * international/fontset.el (x-complement-fontset-spec):
9166 Resolve ASCII font name so that the same family name is used for fonts
9167 registered in x-font-name-charset-alist.
9168 (create-fontset-from-fontset-spec): Adjusted for the above change.
9169 The name of fontset alias should be a unresolved ASCII font name.
9170
9171 2000-12-28 Gerd Moellmann <gerd@gnu.org>
9172
9173 * simple.el (delete-key-deletes-forward-mode): Bind backspace
9174 and delete in isearch-mode-map.
9175
9176 2000-12-28 Richard M. Stallman <rms@gnu.org>
9177
9178 * dired-x.el (dired-guess-shell-alist-default):
9179 Use xpdf instead of acroread.
9180
9181 2000-12-28 Kenichi Handa <handa@etl.go.jp>
9182
9183 * textmodes/artist.el (artist-butlast): Deleted.
9184 (artist-ellipse-mirror-quadrant): Use butlast instead of
9185 artist-butlast.
9186
9187 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9188
9189 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9190
9191 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9192
9193 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9194
9195 * ls-lisp.el: Better support for the Mac and MS-Windows.
9196 (ls-lisp): New defgroup.
9197 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
9198 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
9199 (ls-lisp-support-shell-wildcards): New defcustoms.
9200 (ls-lisp-parse-symlink): New function.
9201 (insert-directory): Code to convert switches to a list and set up
9202 the wildcard argument copied from ls-lisp-insert-directory.
9203 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9204 for -C and -R switches.
9205 (ls-lisp-column-format): New function.
9206 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9207 (ls-lisp-format-time): Add doc strings.
9208 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9209 Support ls-lisp-dirs-first.
9210 (ls-lisp-classify, ls-lisp-extension): New functions.
9211 (ls-lisp-format): Optionally support emulation of symlinks.
9212 Support -i, -s, and -G switches.
9213
9214 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9215
9216 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9217
9218 * version.el (emacs-version): Print X scroll bar information.
9219
9220 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9221 instead of x-toolkit-scroll-bars-p.
9222
9223 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9224 of x-toolkit-scroll-bars-p.
9225
9226 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9227
9228 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9229 (ffap-bindings): Doc fix, to reflect the above change.
9230
9231 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9232
9233 * term.el (term-char-mode): Define all non-ascii self-inserting
9234 characters to 'term-send-raw in term-raw-map.
9235
9236 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9237
9238 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9239
9240 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9241 Changed initialization; use add-hook.
9242 (ediff-file-remote-p): Use file-local-copy.
9243
9244 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9245
9246 * ediff.el (ediff-patch-buffer): Bug fix.
9247 (ediff-revision): Allow selection of the file at the prompt.
9248
9249 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9250
9251 * subr.el (combine-run-hooks): Remove.
9252
9253 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9254 and remove the rogue second spec.
9255
9256 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9257
9258 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9259
9260 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9261
9262 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9263 Use minibuffer menu prompt for the `=' prefix.
9264 (smerge-command-prefix): Change default to C-^.
9265 (smerge-mode): Don't assume font-lock doesn't move point.
9266
9267 * skeleton.el (skeleton-internal-1): Make sure the first line of
9268 the region is also re-indented.
9269 (skeleton-end-newline): New var.
9270 (skeleton-end-hook): Use it.
9271
9272 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9273
9274 * comint.el (comint-password-prompt-regexp): Support CVS.
9275
9276 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9277
9278 * simple.el (delete-key-deletes-forward-mode): Simplify.
9279 Also backspace key combinations, depending on
9280 delete-key-deletes-forward.
9281
9282 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9283
9284 * simple.el (delete-key-deletes-forward): Doc fix.
9285
9286 2000-08-22 Emmanuel Briot <briot@gnat.com>
9287
9288 * xml.el (top level comment): Updated to reflect the fact that
9289 white spaces are relevant in the XML file.
9290 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9291 to parse was already edited. This allows for on-the-fly analysis
9292 of XML files.
9293 (xml-parse-tag): Check that the casing is the same in the start
9294 tag and end tag, since XML is case-sensitive. Allows for spaces
9295 in the end tag, after the name of the tag.
9296 (xml-parse-attlist): Allow for the character '-' in the name of
9297 attributes, as in the standard http-equiv attribute Do not save
9298 the properties in the XML tree, since they are not relevant.
9299
9300 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9301
9302 * generic.el (generic-read-type): Undo last change, inline into
9303 `generic-mode' and then remove.
9304 (generic-mode): Inline generic-read-type.
9305 (define-generic-mode): Push the symbol name rather than the symbol
9306 onto generic-mode-list.
9307
9308 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9309
9310 * generic.el (generic-read-type): Build an alist for
9311 completing-read as in 20.7.
9312
9313 * play/landmark.el (lm): Use interactive spec `P'.
9314 (toplevel): Don't set debug-on-error.
9315
9316 * server.el (server-switch-buffer): Choose a window on a visible frame.
9317
9318 2000-12-21 Dave Pearson <davep@davep.org>
9319
9320 * quickurl.el: Commentry change, I've moved my web site.
9321
9322 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9323
9324 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9325 ranges like \177-\237, but accepts the character sequence from \177 to
9326 \237. Doc fix.
9327 (ebnf-version): New version (3.4).
9328 (ebnf-setup): Code fix.
9329 (ebnf-range-regexp): New fun.
9330 (ebnf-8-bit-chars): Const fix.
9331
9332 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9333 entry. Doc fix.
9334 (ebnf-bnf-lex): Code fix.
9335 (ebnf-bnf-comment-chars): Const fix.
9336
9337 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9338 entry. Doc fix.
9339 (ebnf-iso-comment-chars): Const fix.
9340
9341 * ebnf-otz.el: Doc fix.
9342
9343 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9344 entry. Doc fix.
9345 (ebnf-yac-skip-code): Code fix.
9346 (ebnf-yac-comment-chars): Const fix.
9347
9348 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9349
9350 * files.el (insert-directory-safely): New function.
9351 (recover-file): Use it instead of insert-directory.
9352 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9353
9354 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9355
9356 * international/mule-cmds.el (select-safe-coding-system):
9357 Check coding-category-list more rigidly. Improve help message.
9358
9359 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9360
9361 2000-12-21 Miles Bader <miles@gnu.org>
9362
9363 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9364
9365 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9366
9367 * international/mule-diag.el (describe-char-after): Make *Help*
9368 buffer inherit multibyteness of the current buffer.
9369
9370 * international/mule.el (make-char): Docstring adjusted for the
9371 change of make-char-internal.
9372
9373 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9374
9375 * international/iso-cvt.el: Docstrings fix.
9376
9377 2000-12-20 Dave Love <fx@gnu.org>
9378
9379 * subr.el (eval-after-load): Doc fix.
9380
9381 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9382
9383 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9384 for numbers.
9385
9386 2000-12-20 Miles Bader <miles@gnu.org>
9387
9388 * international/quail.el (quail-help): Resize the help window
9389 again after it has all its contents. Remove unneeded progn.
9390
9391 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9392
9393 * pcmpl-linux.el: Fix copy/paste error.
9394
9395 2000-12-19 Andrew Innes <andrewi@gnu.org>
9396
9397 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9398
9399 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9400
9401 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9402
9403 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9404
9405 * progmodes/idlw-shell.el: Fixed copyright notice.
9406
9407 * progmodes/idlwave.el: Fixed copyright notice.
9408
9409 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9410 TAB as key separators.
9411
9412 2000-12-19 Alex Schroeder <alex@gnu.org>
9413
9414 * sql.el (sql-sybase-options): New option.
9415 (sql-sybase): Use it. Add sql-database to the list of parameters
9416 provided for login. The options -w 2048 -n are not used any more.
9417 (sql-postgres-options): Changed default from "--pset" to "-P".
9418 (sql-mysql-options): Doc change.
9419 (sql-stop): Doc change.
9420
9421 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9422
9423 * international/quail.el (quail-input-method): Always hide
9424 the guidance buffer on exiting.
9425
9426 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9427
9428 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9429 isn't fboundp.
9430
9431 * server.el (server-buffer-done): Bury the buffer before
9432 killing it.
9433
9434 * faces.el (face-spec-set): Interpret a nil in specs for
9435 foreground and background colors as `unspecified', for
9436 compatibility with 20.x.
9437
9438 2000-12-18 Dave Love <fx@gnu.org>
9439
9440 * simple.el (mail-user-agent): Doc fix.
9441 (input-mode-8-bit): Removed.
9442
9443 * international/mule.el (set-keyboard-coding-system): Doc fix.
9444 (keyboard-coding-system): New option.
9445
9446 * mail/sendmail.el (send-mail-function): Customize.
9447
9448 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9449
9450 * international/codepage.el (cp866-decode-table): New table.
9451
9452 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9453
9454 * version.el (emacs-version): Remove `%a' from the time format
9455 because the weekday doesn't fit well into each locale.
9456
9457 2000-12-18 Miles Bader <miles@gnu.org>
9458
9459 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9460
9461 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9462 Check that emacs-major-version is `=' to 20, not `>='.
9463 (artist-replace-chars): Use `make-string' instead of a loop.
9464
9465 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9466
9467 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9468 (cvs-execute-single-file): Don't change directory.
9469 Patch from Per Cederqvist.
9470
9471 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9472
9473 * textmodes/ispell.el (check-ispell-version):
9474 If `ispell-program-name' is "aspell", pass it the -v switch instead
9475 of -vv.
9476
9477 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9478
9479 * international/mule-diag.el (mule-diag): Insert information about
9480 configure options, multibyte awareness, language env.
9481
9482 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9483 regexp to search for candidates.
9484
9485 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9486
9487 * info.el (Info-forward-node): If the node has an
9488 Info-header-line, widen the buffer before searching for "next:"
9489 and "up:" pointers, and set the search limit to stay in the
9490 current node.
9491
9492 2000-12-16 Miles Bader <miles@gnu.org>
9493
9494 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9495
9496 2000-12-15 Miles Bader <miles@gnu.org>
9497
9498 * comint.el (comint-send-string, comint-send-region): Also accept
9499 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9500 process-send-string/region.
9501
9502 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9503
9504 * isearch.el (isearch-lazy-highlight-max): New user-option.
9505 (isearch-lazy-highlight-update): Don't highlight more than
9506 isearch-lazy-highlight-max matches.
9507
9508 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9509
9510 2000-12-15 Richard M. Stallman <rms@gnu.org>
9511
9512 * sort.el (sort-columns): Fix error message.
9513
9514 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9515 `upcase' or `downcase' or nil.
9516 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9517 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9518 (dabbrev--substitute-expansion): New arg record-case-pattern.
9519 If it is non-nil, set dabbrev--last-case-pattern.
9520 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9521
9522 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9523
9524 2000-12-15 Miles Bader <miles@gnu.org>
9525
9526 * paths.el (Info-default-directory-list): Don't delete
9527 configure-info-directory from the list of standard info
9528 directories when appending it to the end -- their order is important.
9529
9530 * faces.el (read-face-attribute): If there's no entry for the
9531 user's input in VALID, just use it as-is (this will often result
9532 in an error, but it may be OK for e.g. colors using hexadecimal
9533 notation, and at least will yield a better error message).
9534
9535 * window.el (mode-line-window-height-fudge): Function removed.
9536 (height-affecting-face-attributes, mode-line-window-height-fudge):
9537 Variables removed.
9538 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9539 window is really the right size. Use vertical-motion
9540 rather than forward-line.
9541 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9542 (ispell-command-loop, ispell-show-choices): Use the variable
9543 ispell-choices-win-default-height, rather than the function.
9544 (ispell-choices-win-default-height): Function removed.
9545 (ispell-mode-line-window-height-fudge): Function removed.
9546
9547 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9548
9549 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9550
9551 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9552
9553 * paths.el (Info-default-directory-list):
9554 If configure-info-directory is not one of the standard directories,
9555 put it first in the list; otherwise put it last. Doc string
9556 changed accordingly.
9557
9558 * info.el (Info-directory-list): Change doc string to reflect the
9559 change in Info-default-directory-list.
9560
9561 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9562 windows-nt as windowed environments, even under -nw.
9563
9564 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9565 if not fboundp. Switch delete-forward mode for the <delete> key
9566 on all PC platforms, even under -nw.
9567
9568 * term/internal.el ([M-delete]): Remap to M-d.
9569
9570 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9571
9572 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9573
9574 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9575
9576 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9577
9578 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9579
9580 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9581 if appropriate.
9582
9583 * simple.el (delete-key-deletes-forward): New user-option.
9584 (delete-key-deletes-forward-mode): New function.
9585
9586 * bindings.el: Bind `delete' to backward-delete-char.
9587
9588 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9589 Test if symbol is bound before getting its value.
9590
9591 * tooltip.el (tooltip-show): If an error is signaled in
9592 x-show-tip, display that error, and display the help in the
9593 echo area.
9594
9595 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9596
9597 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9598 Show "... entries" messages for every 10000 entries, not 10.
9599
9600 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9601
9602 * bookmark.el: Provide a generic exit hook, as suggested by
9603 Ovidiu Predescu <ovidiu@cup.hp.com>:
9604 (bookmark-exit-hook): New var.
9605 (bookmark-exit-hook-internal): New func, replaces
9606 old raw lambda form in `kill-emacs-hook', and runs new
9607 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9608 as logically that feature must have been provided if this function
9609 is running.
9610 Removed ;;;###autoload before the `add-hook' call.
9611
9612 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9613
9614 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9615 (easy-menu-current-active-maps): New function.
9616 (easy-menu-get-map): Use it.
9617 Make a proper menu entry when creating a new keymap.
9618
9619 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9620
9621 * international/characters.el: Fix cases and syntaxes for
9622 mule-unicode-0100-24ff.
9623
9624 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9625 that a Japanese character is not appended after day and year.
9626
9627 * info.el (Info-suffix-list): Change format for a command that
9628 requires arguments.
9629 (info-insert-file-contents): Adjusted for the above change.
9630
9631 2000-12-12 Andreas Schwab <schwab@suse.de>
9632
9633 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9634 on the name of the tar buffer. Verify that the existing buffer is
9635 visiting the same subfile.
9636
9637 2000-12-12 Dave Love <fx@gnu.org>
9638
9639 * subdirs.el: Add obsolete.
9640
9641 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9642
9643 * mail/rmailsum.el (rmail-summary-expunge)
9644 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9645 instead of rmail-confirm-expunge.
9646
9647 * replace.el (perform-replace): Don't use an empty match adjacent
9648 to a non-empty match when computing the next match before the
9649 replacement is performed.
9650
9651 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9652
9653 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9654 definition (patch by Stefan Monnier).
9655 (glasses-mode): Use jit-lock instead of `after-change-functions'
9656 (patch by Stefan Monnier).
9657
9658 2000-12-12 Miles Bader <miles@gnu.org>
9659
9660 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9661 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9662
9663 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9664
9665 * term/mac-win.el: Remove load for ls-lisp.
9666
9667 * loadup.el: Load ls-lisp for system-type `macos'.
9668
9669 2000-12-12 Miles Bader <miles@gnu.org>
9670
9671 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9672 Respect field end too.
9673 (just-one-space): Respect fields as `delete-horizontal-space'.
9674 (newline-and-indent, reindent-then-newline-and-indent):
9675 Use `delete-horizontal-space'.
9676
9677 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9678
9679 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9680 (so as to obey the field property in the minibuffer).
9681
9682 * obsolete/c-mode.el: Moved from lisp/progmodes.
9683 * obsolete/auto-show.el: Moved from lisp.
9684 * obsolete/ooutline.el: Moved from lisp/textmodes.
9685
9686 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9687
9688 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9689 changes to list them here.
9690
9691 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9692 Too many changes to list them here.
9693
9694 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9695 Too many changes to list them here.
9696
9697 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9698
9699 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9700
9701 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9702
9703 * cus-edit.el (custom-save-variables, custom-save-faces):
9704 Comment fix.
9705
9706 * hscroll.el: Moved to `obsolete' subdir.
9707
9708 2000-12-11 Miles Bader <miles@gnu.org>
9709
9710 * window.el (window-text-height): Function removed (now in C).
9711
9712 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9713
9714 * log-edit.el (log-edit-parent-buffer): New var.
9715 (log-edit): Set it. Add BUFFER argument.
9716 (log-edit-done): Use char-before.
9717 Don't bother checking validity of vc-comment-ring.
9718 Only bury the buffer if log-edit popped it up.
9719
9720 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9721 (cvs-mode-diff-help): Remove.
9722 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9723 (cvs-mode-marked): Set up the default for CMD manually.
9724
9725 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9726 Remove binding for ? now made unnecessary.
9727
9728 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9729
9730 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9731 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9732
9733 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9734 when master file is not open.
9735
9736 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9737
9738 * progmodes/ada-stmt.el: Update `maintainer'.
9739
9740 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9741
9742 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9743 choices to match documentation string.
9744
9745 2000-12-09 Miles Bader <miles@gnu.org>
9746
9747 * minibuf-eldef.el: New file.
9748
9749 * window.el (fit-window-to-buffer): Don't pass last argument to
9750 pos-visible-in-window-p, now that its meaning is inverted.
9751
9752 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9753
9754 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9755 <ceder@lysator.liu.se>.
9756
9757 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9758
9759 * autoinsert.el (auto-insert-alist): Add missing final \n.
9760
9761 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9762 (cvs-menu-map): Remove.
9763 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9764 (cvs-mode-quit): Turn it back into a plain function.
9765
9766 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9767 (texinfo-filter): Remove (move to texinfo.el).
9768
9769 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9770 file where it's more visible.
9771 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9772 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9773 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9774 (texinfo-inside-macro-p): Only catch `scan-error's.
9775 (texinfo-inside-env-p): Make better use of the match info.
9776 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9777 (texinfo-insert-@end): Slight re-organization.
9778 Also remove useless `looking-at' call.
9779
9780 2000-12-08 Andrew Innes <andrewi@gnu.org>
9781
9782 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9783 accessible in -nw mode.
9784
9785 * term/w32-win.el: Remove stuff about selection timeout, which is
9786 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9787 it is accessible in -nw mode.
9788
9789 2000-12-08 Dave Love <fx@gnu.org>
9790
9791 * emacs-lisp/lisp-mode.el (lisp-mode):
9792 Set font-lock-keywords-case-fold-search.
9793
9794 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9795
9796 * textmodes/ispell.el (ispell): Doc fix.
9797
9798 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9799
9800 * international/quail.el (quail-insert-decode-map): Check the
9801 frame width of a window displaying the current buffer, not that of
9802 the selected frame.
9803 (quail-help): Make sure that the help buffer has window before
9804 inserting text in it.
9805
9806 2000-12-07 Sam Steingold <sds@gnu.org>
9807
9808 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9809 Backquote is used in isearch.el, so autoloading saves nothing.
9810
9811 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9812
9813 * startup.el (normal-top-level-add-subdirs-to-load-path):
9814 Ignore the CVS and RCS subdirectories case-insensitively.
9815
9816 * dired.el (dired-insert-directory): If file-system-info is
9817 fboundp, call it instead of invoking dired-free-space-program.
9818
9819 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9820
9821 * server.el (server-visit-files): Push files on file-name-history.
9822
9823 * progmodes/cc-langs.el: Update copyright.
9824
9825 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9826
9827 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9828
9829 * bindings.el (mode-line-mode-menu): Reverse the order
9830 of define-keys so that the menu appears in alphabetical order.
9831
9832 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9833
9834 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9835 of the function.
9836
9837 2000-12-07 Dave Love <fx@gnu.org>
9838
9839 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9840
9841 * facemenu.el (facemenu-unlisted-faces): Fix value.
9842
9843 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9844
9845 * font-lock.el (font-lock-default-fontify-region):
9846 Include the terminating \n (off-by-one error).
9847 (font-lock-set-defaults): Use dolist.
9848
9849 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9850
9851 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9852
9853 * international/mule-cmds.el (describe-language-environment):
9854 Fix for the case that an input method title is not string but a list.
9855
9856 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9857 of wrong SIZE record.
9858
9859 2000-12-06 Dave Love <fx@gnu.org>
9860
9861 * newcomment.el (comment-region, comment-dwim): Doc fix.
9862
9863 * textmodes/texinfo.el: Require tex-mode when compiling.
9864 (texinfo-update-node): Doc fix.
9865 (texinfo-imenu-generic-expression): Add @anchor.
9866 (texinfo-font-lock-keywords): Add @uref.
9867 (texinfo-inside-macro-p): Don't use ignore-errors.
9868 (texinfo-insert-quote): Match more contexts.
9869
9870 * international/mule.el (decode-char, encode-char): Doc fix.
9871 (auto-coding-alist): Customize.
9872
9873 * files.el (load-file): Fix change of 2000-03-12.
9874
9875 * wid-edit.el (widget-text-keymap): Doc fix.
9876
9877 2000-12-06 Andrew Innes <andrewi@gnu.org>
9878
9879 * makefile.w32-in (lisp): Set to an absolute directory, namely
9880 $(CURDIR).
9881
9882 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9883
9884 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9885 read generated-autoload-file, and set buffer-file-coding-system to
9886 raw-text-unix after reading the file.
9887
9888 * international/mule-conf.el (file-coding-system-alist):
9889 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9890
9891 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9892
9893 * replace.el (occur): Make line-number-width 1 smaller for the
9894 colon following the line number.
9895
9896 * startup.el (fancy-splash-text, command-line-1):
9897 Use `File' for the menu name instead of `Files'.
9898
9899 * tmm.el: Update copyright.
9900
9901 * cus-start.el: Add entry for even-window-heights.
9902
9903 2000-12-06 Miles Bader <miles@gnu.org>
9904
9905 * faces.el (frame-set-background-mode): Avoid stomping on
9906 locally modified faces.
9907
9908 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9909
9910 * international/fontset.el: Correct the font registries for
9911 japanese-jisx0213-1 and japanese-jisx0213-2.
9912
9913 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9914
9915 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9916
9917 * iswitchb.el: Update customization commentary.
9918
9919 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9920
9921 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9922 (tpu-search-highlight): Fixed comparison of overlay end positions.
9923 (tpu-trim-line-ends): Implemented trimming logic locally.
9924
9925 * emulation/tpu-extras.el (tpu-write-file-hook)
9926 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9927
9928 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9929
9930 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9931 to cn-gb.
9932 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9933
9934 2000-12-04 Dave Love <fx@gnu.org>
9935
9936 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9937
9938 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9939
9940 * mail/rmailsum.el (rmail-summary-expunge)
9941 (rmail-summary-expunge-and-save): Ask for confirmation with
9942 rmail-expunge-confirmed.
9943
9944 * mail/rmail.el (rmail-expunge-confirmed): New function.
9945 (rmail-expunge): Use it.
9946
9947 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9948
9949 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9950 (etags-recognize-tags-table, find-tag-in-order):
9951 New functionality: interpret file names as tags.
9952
9953 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9954
9955 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9956 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9957 the first subnode until the bottom of the current node is visible.
9958
9959 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9960
9961 * format.el (format-decode): Don't change buffer's undo list.
9962
9963 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9964
9965 * faces.el (face-font-registry-alternatives): Add entries for CJK
9966 fonts. Doc-string adjusted for the actual usage of this data.
9967
9968 * international/fontset.el: Change the font registries for CJK
9969 fonts in the default fontset. Don't append '*' to registries.
9970
9971 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9972
9973 * emacs-lisp/easy-mmode.el (define-derived-mode)
9974 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9975
9976 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9977 (derived-mode-p): New function.
9978 (derived-mode-make-docstring): Add `docstring' argument.
9979 Use it if available and complete it if necessary.
9980
9981 2000-12-03 Andreas Schwab <schwab@suse.de>
9982
9983 * type-break.el (type-break): Don't make parent of itself.
9984
9985 2000-12-03 Miles Bader <miles@gnu.org>
9986
9987 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9988
9989 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9990
9991 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9992 (tex-main-file, tex-file): Simplify.
9993 (tex-generate-zap-file-name): Use subst-char-in-string.
9994 (tex-strip-dots): Remove.
9995
9996 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9997
9998 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9999 to check if the match succeeded.
10000
10001 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10002
10003 * startup.el (use-fancy-splash-screens-p): New function.
10004 (command-line-1): Use it to determine whether or not to use
10005 a fancy splash screen.
10006
10007 2000-12-02 Andreas Schwab <schwab@suse.de>
10008
10009 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
10010
10011 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10012
10013 * international/mule.el (make-char): Fix last change.
10014
10015 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10016 New defcustoms.
10017 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
10018 autoloading tex-mode; instead, do the same manually.
10019 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
10020 with numeric argument. Docstring fix.
10021 (toplevel): Require cl when compiling.
10022
10023 * international/mule.el (make-char): Doc fix.
10024
10025 2000-12-02 Jason Rumney <jasonr@gnu.org>
10026
10027 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
10028 the Emacs Lisp manual)
10029
10030 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10031
10032 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10033
10034 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
10035 the Emacs Lisp manual).
10036
10037 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10038
10039 * simple.el (next-line-add-newlines): Change default to nil.
10040
10041 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
10042
10043 * files.el (revert-buffer, recover-file):
10044 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
10045
10046 2000-12-01 Gerd Moellmann <gerd@gnu.org>
10047
10048 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10049
10050 2000-12-01 Miles Bader <miles@gnu.org>
10051
10052 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
10053
10054 2000-12-01 Kenichi Handa <handa@etl.go.jp>
10055
10056 * international/mule-diag.el (describe-char-after): Fix typo.
10057 (describe-character-set, non-iso-charset-alist): Fix typo.
10058
10059 2000-12-01 Miles Bader <miles@gnu.org>
10060
10061 * image-file.el (image-file-name-regexp): Automatically add
10062 upper-case variants of each filename extension in
10063 `image-file-name-extensions', since they seem to be common.
10064
10065 * simple.el (minibuffer-contents)
10066 (minibuffer-contents-no-properties, delete-minibuffer-contents):
10067 New functions.
10068 * filecache.el (file-cache-directory-name)
10069 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
10070
10071 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
10072
10073 * filecache.el (file-cache-minibuffer-complete): Don't try to
10074 delete the minibuffer prompt.
10075
10076 2000-11-30 Dave Love <fx@gnu.org>
10077
10078 * cus-start.el: Fix read-buffer-function type.
10079
10080 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10081
10082 * md5.el: Removed. There's a built-in function, now.
10083
10084 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
10085
10086 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
10087 as dummy 0-th char of rmail-deleted-vector.
10088
10089 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
10090
10091 * ps-print.el (ps-end-job): Bind case-fold-search only after
10092 switching to ps-spool-buffer.
10093
10094 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10095
10096 * ps-print.el: Line number font customization. PostScript: Lines and
10097 PageCount are initialized on each page. Doc Fix.
10098 (ps-print-version): New version number (6.3.2).
10099 (ps-lpr-switches, ps-font-info-database, ps-font-size)
10100 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
10101 (ps-right-header): Customization fix.
10102 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
10103 Fix code.
10104 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
10105 New vars.
10106
10107 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10108
10109 * bs.el: Fix typos and spelling errors.
10110 (bs-appearance) <defgroup>: Renamed from bs-appearence.
10111 (bs-configuration): Doc fix.
10112
10113 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
10114
10115 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
10116
10117 * emulation/tpu-edt.el (tpu-version): New version.
10118 (tpu-search-overlay, tpu-replace-overlay): New initial range.
10119 (tpu-original-mode-line): Variable deleted.
10120 (tpu-mark-flag): New initial value.
10121 (tpu-set-mode-line): Don't redefine mode-line-format.
10122 Add tpu-mark-flag to minor-mode-alist.
10123 (tpu-update-mode-line): New mark flag logic.
10124 (tpu-get): Use find-file-wildcards.
10125 (tpu-search-highlight): Move overlay less, reset overlay properly.
10126 (tpu-unselect): Deactivate mark.
10127 (tpu-lm-replace): Reset overlay properly.
10128 (tpu-forward-line): Use forward-visible-line.
10129 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
10130
10131 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
10132
10133 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10134
10135 * cus-edit.el (custom-face-value-create): Always emphasize tag.
10136
10137 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10138
10139 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
10140 and skip whitespace and newlines.
10141
10142 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
10143
10144 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
10145
10146 2000-11-29 Gerd Moellmann <gerd@gnu.org>
10147
10148 * help.el (describe-function-1): Regexp-quote function name
10149 when used as part of a regexp.
10150
10151 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10152 Use face-attribute instead of face-foreground and face-background.
10153 (tool-bar-add-item): Likewise, and handle unspecified colors.
10154
10155 * enriched.el (enriched-face-ans): Use face-attribute instead
10156 of face-foreground and face-background.
10157
10158 * faces.el (face-foreground, face-background, face-stipple):
10159 Return nil if attribute is unspecified, for backward compatibility.
10160
10161 * files.el (auto-mode-alist): Add an entry for antlr-mode.
10162
10163 * play/5x5.el: Remove version info.
10164
10165 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
10166
10167 * frame.el (blink-cursor-mode): Doc fix.
10168
10169 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10170
10171 * antlr-mode.el: New commands to run ANTLR from within Emacs and
10172 to create Makefile rules.
10173 (antlr-tool-command): New user option.
10174 (antlr-ask-about-save): New user option.
10175 (antlr-makefile-specification): New user option.
10176 (antlr-file-formats-alist): New variable.
10177 (antlr-special-file-formats): New variable.
10178 (antlr-unknown-file-formats): New user option.
10179 (antlr-help-unknown-file-text): New variable.
10180 (antlr-help-rules-intro): New variable.
10181 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10182 (antlr-mode-menu): Add entries.
10183 (antlr-file-dependencies): New function.
10184 (antlr-directory-dependencies): New function.
10185 (antlr-superclasses-glibs): New function.
10186 (antlr-run-tool): New command.
10187 (antlr-makefile-insert-variable): New function.
10188 (antlr-insert-makefile-rules): New function.
10189 (antlr-show-makefile-rules): New command.
10190
10191 * antlr-mode.el: More Emacs/XEmacs stuff.
10192 (antlr-no-action-keywords): New constant with value nil.
10193 (antlr-font-lock-keywords-alist): Use it. Old value would break
10194 syntax highlighting in Emacs-21.0.
10195 (antlr-default-directory): Emacs/XEmacs dependend function.
10196 (antlr-read-shell-command): Ditto.
10197 (antlr-with-displaying-help-buffer): Ditto.
10198
10199 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10200
10201 * antlr-mode.el: imenu, parsing and highlighting changes.
10202 (antlr-imenu-create-index-function): Don't create extra submenus
10203 for definitions in different grammar classes. It is not necessary
10204 for the menu and would make command `imenu' awkward to use.
10205 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10206 header actions and more than one.
10207 (antlr-font-lock-tokendef-face): Changed color.
10208 (antlr-font-lock-tokenref-face): Changed color.
10209 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10210 (antlr-mode-syntax-table): New variable.
10211 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10212 (antlr-with-syntax-table): Don't copy syntax table.
10213
10214 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10215
10216 * antlr-mode.el: Minor changes: language setting.
10217 (antlr-language-alist): The value for file option "language" can
10218 be both an identifier and a string.
10219 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10220 (antlr-language-limit-n-regexp): Change accordingly.
10221
10222 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10223
10224 * antlr-mode.el: Minor changes: tabs, hiding.
10225 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10226 (antlr-action-visibility): Also allow value nil to also hide the
10227 braces. Renamed from `antlr-tiny-action-length'.
10228 Suggested by Jay@aol.com.
10229 (antlr-hide-actions): Change accordingly. Hide line if completely
10230 hidden action is on a line of its own.
10231
10232 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10233
10234 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10235
10236 * sort.el (sort-columns): Don't concat strings with numbers.
10237
10238 2000-11-29 Dave Love <fx@gnu.org>
10239
10240 * cus-edit.el (face): Fix :format.
10241
10242 * mail/feedmail.el: Require smtpmail when compiling.
10243 (mail-do-fcc): Autoload.
10244 (feedmail) <defgroup>: Fix :link.
10245 (feedmail-nuke-body-in-fcc): Fix :type.
10246 (feedmail-send-it): Add autoload cookie.
10247
10248 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10249
10250 * newcomment.el (comment-indent): Save excursion around call to
10251 comment-indent-function.
10252
10253 2000-11-29 Miles Bader <miles@gnu.org>
10254
10255 * subr.el (member-ignore-case): Return the tail of the list who's
10256 car matches, like `member', not the matching element itself.
10257
10258 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10259
10260 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10261 should not contain `\n'.
10262
10263 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10264
10265 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10266
10267 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10268
10269 * dired-aux.el (dired-do-create-files): Construct default file
10270 name for dired-mark-read-file-name so that when the user enters
10271 just RET, the target file will end up in the target directory.
10272
10273 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10274 local-abbrev-table before changing buffers because it might
10275 have a buffer-local binding.
10276
10277 2000-11-28 Miles Bader <miles@gnu.org>
10278
10279 * simple.el (delete-horizontal-space): Handle fields more generally.
10280
10281 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10282
10283 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10284
10285 2000-11-28 Dave Love <fx@gnu.org>
10286
10287 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10288 comment-start-skip locally.
10289
10290 * progmodes/fortran.el (fortran-mode): Don't set
10291 fortran-comment-line-start-skip. Set comment-start to
10292 fortran-comment-line-start.
10293 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10294 (fortran-comment-line-start-skip): Simplify slightly.
10295
10296 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10297
10298 * play/5x5.el: Remove RCS keyword.
10299
10300 * bs.el: Mistaken commit, undone 2000-11-30.
10301
10302 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10303
10304 * textmodes/tildify.el (tildify-string-alist):
10305 Add `plain-tex-mode' here.
10306
10307 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10308
10309 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10310 reference.
10311
10312 2000-11-28 Miles Bader <miles@gnu.org>
10313
10314 * cus-face.el (custom-face-attributes): Add post-filter function
10315 for :box. Make pre-filter function for :box handle all cases.
10316
10317 * wid-edit.el (widget-choose): Make sure pop-up window is large
10318 enough to display all the choices, as there's no way to scroll it.
10319
10320 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10321
10322 * international/mule-conf.el: Make the coding system no-conversion
10323 safe for all characters.
10324
10325 2000-11-27 Dave Love <fx@gnu.org>
10326
10327 * net/ldap.el (ldap) <defgroup>: Add :version.
10328
10329 * tooltip.el (tooltip-use-echo-area): Doc fix.
10330
10331 * cus-start.el <minibuffer-prompt-properties>: Add version.
10332 <read-buffer-function>: Add.
10333
10334 * apropos.el (apropos-print): Add help-echo to active text.
10335
10336 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10337
10338 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10339
10340 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10341 type, group and version.
10342
10343 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10344
10345 * select.el (x-get-selection): Docstring fix.
10346
10347 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10348
10349 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10350
10351 2000-11-27 Andrew Innes <andrewi@gnu.org>
10352
10353 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10354
10355 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10356
10357 2000-11-27 Miles Bader <miles@gnu.org>
10358
10359 * dired.el (dired-get-filename): Return filename verbatim if
10360 LOCALP is `verbatim'.
10361 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10362 `verbatim' so that we don't inadvertently delete a non-existant
10363 directory name.
10364
10365 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10366
10367 * international/characters.el: Specify cases and syntaxes for
10368 mule-unicode-0100-24ff.
10369
10370 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10371
10372 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10373 that foreground and/or background colors of the face `tool-bar'
10374 are unspecified.
10375
10376 2000-11-27 Miles Bader <miles@gnu.org>
10377
10378 * wid-edit.el (widget-field-buffer, widget-field-start)
10379 (widget-field-end): Handle widget field `pseudo-overlays'.
10380 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10381 if it's there instead of in `widget-field-list'.
10382
10383 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10384 (help-make-xrefs): Delete extraneous newlines at the end of the
10385 docstring.
10386
10387 2000-11-25 Jason Rumney <jasonr@gnu.org>
10388
10389 * startup.el (command-line): Call set-locale-environment after
10390 Window System init file is read, as it can result in a call to
10391 redraw-frame.
10392
10393 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10394
10395 * simple.el (shell-command): Mention the effect of the prefix
10396 argument in the doc string.
10397
10398 2000-11-25 Miles Bader <miles@gnu.org>
10399
10400 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10401
10402 * wid-edit.el (widget-field-value-delete): Don't try to delete
10403 overlay when it's the `pseudo-overlay' that exists at some points.
10404
10405 2000-11-24 Jason Rumney <jasonr@gnu.org>
10406
10407 * international/mule-cmds.el (locale-language-names): Add "jp" as
10408 a non-standard alternative for Japanese.
10409
10410 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10411
10412 * vc-hooks.el: Require 'cl during compilation.
10413
10414 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10415
10416 * faces.el (face-set-after-frame-default): Let face attributes
10417 specified for new frames override frame parameters.
10418
10419 * startup.el (command-line): Fix computation of the source file
10420 for user-init-file when user-init-file is a compiled file.
10421
10422 2000-11-24 Miles Bader <miles@gnu.org>
10423
10424 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10425 (custom-post-filter-face-spec): New functions.
10426 (custom-face-set, custom-face-value-create): Filter the face spec
10427 before and after customization.
10428 (custom-face-set): If VALUE specifies a null face, pass a
10429 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10430 * cus-face.el (custom-face-attributes): Remove SET and GET
10431 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10432 cases they're needed.
10433
10434 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10435 that it's distinguishable from the :off-glyph on dark-background
10436 displays. Set its background color too.
10437
10438 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10439 so that people can easily turn it off.
10440
10441 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10442
10443 * ediff-diff.el: Moved variables around to have it compile under NT.
10444
10445 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10446
10447 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10448
10449 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10450 redundant skip-small-frames test.
10451
10452 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10453 (viper-downgrade-to-insert): Protect against errors in hooks.
10454
10455 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10456 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10457 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10458 New functions.
10459
10460 * viper-util.el (viper-memq-char): Bug fixes.
10461
10462 * viper.el (viper-mode): Fix cursor handling.
10463
10464 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10465
10466 * international/mule-diag.el (list-iso-charset-chars):
10467 For two-byte charset, fix the `while' condition.
10468 (list-non-iso-charset-chars): Fix the `while' condition.
10469
10470 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10471
10472 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10473 if the variable is make-variable-buffer-local.
10474
10475 * progmodes/ada-stmt.el (ada-template-map):
10476 Initialize and bind it to C-c t in ada-mode-map.
10477 (ada-stmt-mode-hook): New function extracted from old code.
10478 Only change the buffer-local side of skeleton-*.
10479 (ada-mode-hook): Use it.
10480
10481 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10482
10483 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10484 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10485 we expect to be returned by minibuffer-depth once we prompt the
10486 user in the minibuffer.
10487 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10488 as recorded in iswitchb-minibuf-depth, return non-nil.
10489
10490 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10491
10492 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10493 (hscroll-window-maybe): Docstring fix.
10494
10495 2000-11-23 Dave Love <fx@gnu.org>
10496
10497 * rect.el (string-rectangle): Don't test delete-selection-mode.
10498
10499 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10500
10501 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10502 is in the tool bar.
10503
10504 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10505 with `no-dir'; we want the directory part to be able to remove it.
10506
10507 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10508
10509 * textmodes/outline.el (outline-flag-region):
10510 Don't bind inhibit-read-only since we don't modify the buffer.
10511 (outline-isearch-open-invisible): Don't jump to overlay-start
10512 since we're trying to unhide text around point.
10513 (outline-discard-overlays): Use dolist.
10514
10515 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10516
10517 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10518
10519 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10520
10521 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10522
10523 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10524 Fix ARG regexp to skip quoted braces.
10525 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10526 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10527 are (correctly) handled separately).
10528 Remove `caption' and `footnote' from `citations': they contain text.
10529 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10530 (latex-skeleton-end-hook): New function.
10531 (latex-mode): Use it.
10532 (tex-start-tex-marker): Remove.
10533 (tex-send-tex-command): Don't set tex-start-tex-marker.
10534 (tex-error-parse-syntax-table): New var.
10535 (tex-compilation-parse-errors): Use it.
10536 Ignore tex-start-tex-marker. Don't bother with marker-position.
10537 (tex-validate-buffer): Don't bother with marker-position.
10538
10539 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10540 (flyspell-generic-progmode-verify): Use it.
10541
10542 2000-11-22 Sam Steingold <sds@gnu.org>
10543
10544 * simple.el (delete-trailing-whitespace): New interactive function.
10545
10546 * progmodes/ada-mode.el (ada-mode): Use it instead of
10547 `ada-remove-trailing-spaces'.
10548 (ada-remove-trailing-spaces): Removed.
10549
10550 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10551
10552 * textmodes/picture.el (picture-clean): Removed.
10553 (picture-mode-exit): Call it instead of `picture-clean'.
10554
10555 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10556
10557 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10558
10559 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10560 jit-lock-fontify-buffer; it should anyway be unneccessary to
10561 do anything special when jit-lock is active.
10562 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10563
10564 2000-11-22 Dave Love <fx@gnu.org>
10565
10566 * calendar/todo-mode.el (todo-top-priorities): Use
10567 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10568
10569 * language/chinese.el, language/cyrillic.el:
10570 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10571 * language/hebrew.el, language/indian.el, language/japanese.el:
10572 * language/korean.el, language/lao.el, language/misc-lang.el:
10573 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10574 Use provide.
10575
10576 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10577 (custom-variable-set): Improve validation error mesage.
10578
10579 * rect.el (string-rectangle): Revert last change.
10580 (string-rectangle-line): New arg DELETE.
10581 (string-rectangle): Check delete-selection-mode.
10582
10583 * emacs-lisp/edebug.el (edebug-version)
10584 (edebug-maintainer-address): Deleted.
10585 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10586 (edebug-read-function): Account for other `'#' read forms.
10587 (edebug-mode-menus): Make some items toggles.
10588 (edebug-outside-unread-command-event, unread-command-event):
10589 Remove these to avoid warnings.
10590
10591 2000-11-22 David Ponce <david@dponce.com>
10592
10593 * recentf.el (recentf-menu-items-for-commands)
10594 (recentf-make-menu-items, recentf-make-menu-item)
10595 (recentf-filter-changer): Added :help and :active menu-item properties.
10596
10597 (recentf-build-dir-rules, recentf-dump-variable)
10598 (recentf-edit-list, recentf-open-files-item)
10599 (recentf-open-files): Replaced unnecessary `mapcar' with new
10600 built-in `mapc'.
10601
10602 2000-11-23 Miles Bader <miles@gnu.org>
10603
10604 * faces.el (menu): Make inverse-video on ttys too.
10605
10606 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10607
10608 * simple.el (comment-line-break-function): Use the new name
10609 indent-new-comment-line -> comment-indent-new-line.
10610 (clone-indirect-buffer): Don't ignore NORECORD.
10611 (next-completion): Properly handle the case where items are adjacent.
10612
10613 * mouse.el (popup-menu): Stupid typo.
10614
10615 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10616
10617 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10618 maintainer, keywords tags.
10619
10620 * rect.el (replace-rectangle): Don't call string-rectangle-line
10621 with too many arguments.
10622
10623 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10624
10625 * ediff-util.el (ediff-file-checked-out-p)
10626 (ediff-file-checked-in-p): Call vc-state instead of
10627 vc-locking-user, which no longer exists.
10628
10629 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10630
10631 2000-11-22 Dave Love <fx@gnu.org>
10632
10633 * md5.el (md5): Provide.
10634 (md5): Fix error call.
10635
10636 2000-11-22 Miles Bader <miles@gnu.org>
10637
10638 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10639 (refill-fill-paragraph-at): Remove debugging code.
10640
10641 * calendar/calendar.el (generate-calendar-window): When we don't
10642 call `fit-window-to-buffer', make sure the top line is fully visible.
10643
10644 * image-file.el (insert-image-file): Don't make `read-only'
10645 property rear-nonsticky.
10646
10647 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10648 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10649 stashing away its original value.
10650 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10651 in the recursive edit.
10652 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10653 (isearch-done): Restore `minibuffer-message-timeout'.
10654
10655 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10656
10657 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10658
10659 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10660
10661 * find-lisp.el (find-lisp-find-files-internal):
10662 Use dolist, when and file-name-as-directory.
10663
10664 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10665 (define-derived-mode, define-minor-mode): Add specs.
10666
10667 * window.el: General comment and spacing fixes.
10668 (save-selected-window): Use backquotes.
10669 (window-safely-shrinkable-p): New function.
10670 (shrink-window-if-larger-than-buffer): Use it.
10671
10672 * subr.el (make-local-hook): Docstring fix.
10673
10674 * shell.el (shell-mode): Use define-derived-mode.
10675
10676 * newcomment.el (comment-indent): Insert comment before calling
10677 comment-indent-function. Don't insert in column 0.
10678 (comment-dwim): Indent before inserting comment.
10679
10680 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10681 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10682 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10683 Use mapc rather than map.
10684
10685 * files.el (find-buffer-visiting): Compare all attributes before
10686 declaring two files identical (rather than just their inode-no).
10687 (auto-mode-alist): Use \' rather than $.
10688
10689 * which-func.el: Update maintainer line.
10690
10691 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10692 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10693 (uniquify-buffer-file-name): Use it.
10694
10695 2000-11-22 Miles Bader <miles@gnu.org>
10696
10697 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10698 * simple.el (minibuffer-avoid-prompt): New function.
10699
10700 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10701
10702 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10703
10704 2000-11-21 Miles Bader <miles@gnu.org>
10705
10706 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10707 inclusion of `track-mouse'.
10708
10709 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10710 (refill-adjust-ignorable-overlay): New function.
10711 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10712 only the paragraph's tail if possible.
10713 Update `refill-ignorable-overlay'.
10714 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10715
10716 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10717 point inside the fill-prefix.
10718
10719 * textmodes/refill.el (refill-post-command-function): Don't reset
10720 refill-doit in the case where a self-insertion command doesn't
10721 case a refill. Use `refill-fill-paragraph-at', getting position
10722 from `refill-doit'.
10723 (refill-after-change-function): Set `refill-doit' to END.
10724 (refill-fill-paragraph-at): New function, mostly from old
10725 refill-fill-paragraph.
10726 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10727 (refill-pre-command-function): New function.
10728 (refill-mode): Add it to `pre-command-hook'.
10729
10730 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10731
10732 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10733
10734 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10735 javadoc tags.
10736
10737 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10738
10739 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10740 vc.el).
10741
10742 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10743 require vc.
10744
10745 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10746 checkouts.
10747
10748 2000-11-20 Dave Love <fx@gnu.org>
10749
10750 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10751
10752 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10753
10754 * calculator.el (calculator-paste): Use `if' instead of `and'
10755 and `or'.
10756 (calculator-help): Don't use electric-describe-mode for XEmacs.
10757
10758 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10759
10760 * info.el (info-menu-5): Doc fix.
10761
10762 * textmodes/artist.el: New file.
10763
10764 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10765
10766 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10767 and differentiate according to checkout model.
10768 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10769 since this function is only concerned with master state.
10770
10771 * vc-hooks.el (vc-workfile-unchanged-p)
10772 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10773
10774 * vc.el (vc-workfile-unchanged-p)
10775 (vc-default-workfile-unchanged-p): See above.
10776
10777 2000-11-19 Miles Bader <miles@gnu.org>
10778
10779 * image-file.el (insert-image-file): Make `intangible' and
10780 `read-only' properties rear-nonsticky too.
10781
10782 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10783
10784 * ps-print.el: Update copyright notice.
10785
10786 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10787 (tooltip-show): Use the offsets.
10788
10789 * bindings.el (mode-line-modified): Fix a typo.
10790 (mode-line-toggle-modified, mode-line-widen)
10791 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10792
10793 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10794
10795 * ps-print.el (toplevel): Test for find-coding-system being
10796 fboundp before calling ps-x-find-coding-system.
10797
10798 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10799
10800 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10801 (vc-version-backup-file): Docstring fix.
10802
10803 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10804
10805 * files.el (basic-save-buffer): Don't add a newline if
10806 find-file-literally is non-nil.
10807 (find-file-literally): Extend doc string.
10808
10809 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10810 sort(1) with the `-f' argument.
10811
10812 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10813
10814 * vc.el: Updated backend documentation.
10815 (vc-default-check-headers): New function.
10816
10817 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10818
10819 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10820 up-to-date.
10821 (vc-do-command): In the asynchronous case, output messages only if
10822 the minibuffer is not active.
10823
10824 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10825 `vc-cvs-use-edit' is on.
10826 (vc-cvs-checkout): When this is used for reverting the workfile,
10827 make a backup of the original contents and revert to that in case
10828 of error.
10829 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10830 remote repositories.
10831
10832 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10833 for both version and ratio in the minibuffer.
10834
10835 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10836 Use vc-do-command to perform the annotation, not call-process.
10837
10838 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10839
10840 * international/quail.el (quail-start-translation): Don't call
10841 `message' before reading key sequence.
10842
10843 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10844
10845 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10846
10847 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10848
10849 * window.el (fit-window-to-buffer): Be sure to acquire at least
10850 one text line even if the buffer is empty.
10851
10852 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10853
10854 * net/ange-ftp.el (ange-ftp-file-writable-p)
10855 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10856 Bind ange-ftp-process-verbose to nil.
10857
10858 2000-11-15 Dave Love <fx@gnu.org>
10859
10860 * wid-edit.el (widget-specify-field, widget-specify-button):
10861 If :help-echo is a function, set help-echo of overlay to
10862 widget-mouse-help.
10863 (widget-mouse-help): New function.
10864 (widget-echo-help): Rewritten for :help-echo functions only taking
10865 a widget arg.
10866
10867 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10868 Use display-graphic-p.
10869 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10870 and that JPEG is available.
10871 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10872
10873 * international/mule-cmds.el (locale-charset-language-names):
10874 Match @euro.
10875
10876 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10877
10878 * faces.el (face-set-after-frame-default):
10879 If `inhibit-default-face-x-resources' is bound, don't intialize the
10880 default face from X resources.
10881
10882 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10883
10884 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10885 Don't set EMACSLOADPATH.
10886
10887 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10888
10889 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10890 texinfo-insert-@url.
10891 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10892 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10893
10894 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10895
10896 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10897 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10898 (checkdoc-minor-keymap): Backward compatibility.
10899 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10900 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10901 (checkdoc-this-string-valid-engine): Be a bit more strict
10902 to avoid matching substrings of `...' quoted vars/funs.
10903 (checkdoc-defun-info): Only look for `interactive' if alone.
10904 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10905
10906 * progmodes/compile.el (grep): `tag-default' can be nil.
10907
10908 * newcomment.el (comment-indent): Paren typo.
10909
10910 2000-11-14 Dave Love <fx@gnu.org>
10911
10912 * calculator.el: New maintainer version.
10913
10914 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10915
10916 * cmuscheme.el: Doc fixes.
10917 (cmuscheme) <defgroup>: Use `scheme' as parent.
10918 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10919
10920 * xscheme.el (scheme-program-name): Don't define here.
10921
10922 * progmodes/scheme.el (scheme-program-name): New variable
10923 (originally in cmuscheme).
10924
10925 2000-11-14 Miles Bader <miles@gnu.org>
10926
10927 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10928 Handle header-lines. Don't loop forever if we can't enlarge the
10929 window anymore. Simplify a bit.
10930
10931 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10932
10933 * window.el (fit-window-to-buffer): Don't check
10934 window-text-height. Assure that the last line is fully visible.
10935
10936 * international/quail.el (quail-show-guidance-buf):
10937 Call fit-window-to-buffer to assure the enough height of the guidance
10938 buffer.
10939 (quail-update-guidance): Avoid making the guidance buffer shorter.
10940
10941 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10942
10943 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10944 rather than `prepend' and add an interesting comment.
10945 (tex-math-face, tex-font-lock-syntactic-face-function):
10946 New face and function to use it.
10947 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10948 than `menu-enable' symbol property.
10949 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10950 (tex-mode): Add some latex-mode commands for auto-selection.
10951 Use tex-font-lock-syntactic-face-function.
10952 (tex-insert-quote): Simplify.
10953 (tex-shell): New mode.
10954 (tex-start-shell): Use it.
10955 (tex-shell-proc, tex-shell-buf): New functions.
10956 (tex-send-command): Use it.
10957 (tex-main-file): Fix the meaning of the new arg REALFILE.
10958 (tex-send-tex-command): New function split from `tex-start-tex'.
10959 Set compilation-last-buffer and compilation-parsing-end.
10960
10961 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10962 when it follows non-comment text on the line.
10963
10964 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10965 Set font-lock-defaults.
10966 (lisp-mode-shared-map): Init inside the defvar.
10967 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10968 Use define-derived-mode.
10969
10970 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10971
10972 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10973
10974 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10975
10976 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10977 Don't recursively optimize body because that can lead to infinite
10978 recursion; see comment there.
10979
10980 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10981
10982 * faces.el (face-spec-set-match-display): Revert the change from
10983 2000-10-24. Add a FIXME for after v21.1.
10984
10985 2000-11-13 Miles Bader <miles@gnu.org>
10986
10987 * textmodes/fill.el (skip-line-prefix): New function.
10988 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10989 (fill-paragraph): Don't leave point inside the fill-prefix.
10990 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10991 point inside the fill-prefix.
10992
10993 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10994
10995 * calendar/calendar.el (generate-calendar-window):
10996 Use `fit-window-to-buffer'.
10997
10998 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10999
11000 * gud.el (gud-minor-mode): New var.
11001 (gud-symbol, gud-val): New functions.
11002 (gud-find-file): Copy gud-minor-mode to the new buffer.
11003 (gud-menu-map): Include entries for commands that are not always
11004 available, using :enable to (de)activate them.
11005 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
11006 (gud-mode-map): New map.
11007 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
11008 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
11009 Don't set up gud's menu (it's done by the minor-mode).
11010 (gud-minibuffer-local-map): New.
11011 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
11012 (gud-query-cmdline): New function.
11013 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
11014 (gud-mode): Use define-derived-mode.
11015 Don't set up gud's menu (it's done by the minor-mode).
11016 (gud-chop-words): Remove.
11017 (gud-common-init): Use split-string instead.
11018 (gud-new-keymap, gud-make-debug-menu): Eradicate.
11019
11020 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
11021 Add keyword arg :name.
11022
11023 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
11024 (diff-count-matches, diff-split-hunk): New functions.
11025 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
11026
11027 * pcvs-info.el (cvs-fi-conflict-face): New var.
11028
11029 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
11030 Make it into a simple syntax-table, shared among all submodes.
11031 (sh-heredoc-face): Re-introduce.
11032 (sh-font-lock-syntactic-face-function): New function.
11033 (sh-mode): Use it. Also use define-derived-mode.
11034 Remove old bogus setting of indent-region-function.
11035 (sh-set-shell): Don't set the syntax-table any more.
11036 (sh-mode-syntax-table) <defun>: Remove.
11037
11038 2000-11-12 Miles Bader <miles@gnu.org>
11039
11040 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
11041 message if interactive.
11042
11043 2000-11-12 Dave Love <fx@gnu.org>
11044
11045 * mail/feedmail.el: Fix header,
11046 (feedmail) <defgroup>: Add :link.
11047
11048 * view.el: Use local-map property, not keymap on mode-line string.
11049
11050 * scroll-all.el (scroll-all-mode): Customize variable.
11051 Add autoload cookie to function.
11052
11053 * lazy-lock.el: Remove compatibility code.
11054
11055 * finder.el (finder-known-keywords): Add `files', remove `vms'.
11056 (finder-help-echo): New variable.
11057 (finder-mouse-face-on-line): Add help-echo stuff.
11058 (finder-list-keywords, finder-list-matches): Use mapc.
11059
11060 * faces.el (face-font-registry-alternatives): Add :version.
11061
11062 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
11063 tags-table-list.
11064
11065 * net/browse-url.el (browse-url-browser-function): Update :version.
11066
11067 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
11068 (mail-mode): Use [:alnum:] in some regexps.
11069
11070 2000-11-10 Dave Love <fx@gnu.org>
11071
11072 * ediff.el (ediff-regions-internal, ediff-documentation):
11073 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
11074 fundamental mode.
11075
11076 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
11077 buffer into fundamental mode.
11078 (ediff-set-difference): Use copy-sequence if available.
11079
11080 * ediff-ptch.el (ediff-dispatch-file-patching-job):
11081 Check ediff-patch-map non-nil.
11082 (ediff-fixup-patch-map, ediff-fixup-patch-map)
11083 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
11084 buffer into fundamental mode.
11085
11086 * ediff-merg.el (state-or-merge): Defvar when compiling.
11087
11088 2000-11-10 Jason Rumney <jasonr@gnu.org>
11089
11090 * w32-fns.el (w32-add-charset-info): New function.
11091 (w32-charset-info-alist): Use it.
11092
11093 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11094
11095 * faces.el (face-font-registry-alternatives): New user-option.
11096
11097 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
11098
11099 * textmodes/texinfo.el (texinfo-block-default): New var.
11100 (texinfo-insert-block): Use it. Insert a newline if needed.
11101
11102 * textmodes/fill.el (fill-indent-according-to-mode): New var.
11103 (fill-region-as-paragraph): Use it.
11104
11105 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
11106 (latex-mode): Tweak tex-*-(head|trail)er regexps.
11107 Tweak paragraph regexps to allow a leading [ \t]*.
11108 (tex-latex-block): Insert a newline if necessary.
11109 (latex-insert-item): Only insert a newline if necessary.
11110 (tex-guess-main-file): New function.
11111 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
11112 Set tex-main-file if TeX-master is provided.
11113 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
11114
11115 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11116
11117 * startup.el (command-line): Set the default tooltip-mode
11118 to t for graphical displays which implement x-show-tip.
11119
11120 * tooltip.el (tooltip-mode): Add a comment about startup.el
11121 setting the default value of this user-option.
11122
11123 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
11124
11125 * font-lock.el (font-lock-*-face) <defvar>: Move.
11126 (font-lock-defaults-alist): Mark obsolete.
11127 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
11128 (font-lock-mode): Use define-minor-mode.
11129 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
11130 (font-lock-turn-off-thing-lock): Be more explicit.
11131 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
11132 (font-lock-syntactic-face-function): New var.
11133 (font-lock-fontify-syntactically-region): Use it.
11134 (font-lock-doc-face): New.
11135
11136 * pcvs.el (cvs-enabledp): Ignore errors.
11137 (cvs-commit-filelist): Never query.
11138 (cvs-mode-insert): Always add a terminating / in the initial prompt.
11139 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
11140 (cvs-do-removal): Use cvs-partition rather than delete-if.
11141 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
11142 cvs-bury-buffer.
11143
11144 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11145 Allow `next' to jump to after the end of the last match.
11146
11147 2000-11-09 Gerd Moellmann <gerd@gnu.org>
11148
11149 * simple.el (byte-compiling-files-p): New function.
11150
11151 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
11152 if it is there.
11153
11154 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
11155 nil again.
11156
11157 * textmodes/ispell.el (ispell-library-path): Don't call
11158 check-ispell-version when byte-compiling because that starts
11159 an ispell process, and ispell might not be installed.
11160 (toplevel): Don't set up a menu when byte-compiling.
11161
11162 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
11163 it, so that a boundp test can be used to determine if we're
11164 currently byte-compiling.
11165
11166 2000-11-09 Dave Love <fx@gnu.org>
11167
11168 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
11169
11170 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11171
11172 * ps-print.el: Patch for variable initialization when spooling.
11173 Doc fix.
11174 (ps-output-list): Fun eliminated.
11175 (ps-begin-file, ps-begin-job): Code fix.
11176
11177 2000-11-08 Dave Love <fx@gnu.org>
11178
11179 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
11180
11181 2000-11-08 Gerd Moellmann <gerd@gnu.org>
11182
11183 * simple.el (shell-command, display-message-or-buffer)
11184 (shell-command-on-region): Mention resize-mini-windows in the doc
11185 string.
11186 (display-message-or-buffer): Take the value of resize-mini-windows
11187 into account.
11188
11189 2000-11-07 Gerd Moellmann <gerd@gnu.org>
11190
11191 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11192
11193 * dired.el (dired-between-files): Add `^. find' as an alternative
11194 to the regular expression, for find-dired.
11195
11196 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11197
11198 * textmodes/texnfo-upd.el: Require texinfo.
11199 (defmacro, defgroup): Remove.
11200 (texinfo-section-to-generic-alist): Remove.
11201 Use texinfo-section-list instead (i.e. level is changed string->int).
11202 (texinfo-filter): New function.
11203 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11204 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11205 Use it. And use regexp-opt.
11206 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11207 (texinfo-update-menu-region-beginning)
11208 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11209 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11210 (texinfo-update-menu-same-level-regexps): Update.
11211 (texinfo-update-node, texinfo-every-node-update)
11212 (texinfo-sequential-node-update): Remove autoload cookie.
11213
11214 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11215 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11216 (texinfo-chapter-level-regexp): Remove.
11217 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11218
11219 2000-11-06 Dave Love <fx@gnu.org>
11220
11221 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11222
11223 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11224 Match defun*.
11225
11226 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11227
11228 * composite.el (composition-function-table): Variable declaration
11229 moved to src/composite.c.
11230 (compose-chars-after): New optional arg object.
11231
11232 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11233
11234 * bindings.el (mode-line-toggle-read-only)
11235 (mode-line-toggle-modified, mode-line-widen)
11236 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11237 (make-mode-line-mouse2-map): Rewritten.
11238 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11239 functions so that C-h k can show something with a doc string.
11240
11241 * startup.el (fancy-splash-delay): Set to 10 seconds.
11242 (fancy-splash-max-time): New user-option.
11243 (fancy-splash-stop-time): New variable.
11244 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11245 (fancy-splash-screens-1): Throw `stop-splashing' when current
11246 time is greater than fancy-splash-stop-time.
11247
11248 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11249
11250 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11251
11252 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11253 Prompt user for a file rather than raising an error.
11254 (cvs-enabledp): Fix call to cvs-mode-marked.
11255 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11256 (cvs-mode-insert): Use it. Change the init prompt' value.
11257 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11258
11259 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11260 Don't pass default arg to ewoc-locate.
11261 (ewoc-collect): Return result in the right order.
11262
11263 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11264
11265 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11266 (cvs-status-get-tags): Fix regexp.
11267 (cvs-status-trees, cvs-status-cvstrees):
11268 Combine after change hooks and don't sit-for.
11269 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11270 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11271 Use make-char rather than hard-coded cryptic data.
11272 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11273
11274 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11275
11276 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11277 (cvs-insert-strings): New function.
11278
11279 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11280
11281 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11282 `mwheel-scroll-amount'.
11283 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11284 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11285 string-matching against the version string.
11286
11287 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11288
11289 * language/thai.el ("Thai"): Set a lisp form that produces
11290 composed string in `sample-text' language info.
11291
11292 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11293 composed string in `sample-text' language info.
11294
11295 * international/mule-cmds.el (describe-language-environment):
11296 Eval `sample-text' data and insert the result.
11297
11298 * international/mule-conf.el (compound-text): Define this coding
11299 system here. Make x-ctext and ctext aliases of it.
11300
11301 * language/european.el (compound-text, ctext): Moved to
11302 international/mule-conf.el.
11303
11304 2000-11-05 Andrew Innes <andrewi@gnu.org>
11305
11306 * w32-fns.el (w32-version): New function.
11307
11308 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11309
11310 * progmodes/awk-mode.el: Update copyright.
11311 (awk-mode-abbrev-table): Remove.
11312 (awk-font-lock-keywords): Use regexp-opt.
11313 (awk-mode): Use define-derived-mode.
11314
11315 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11316 when extracting a suffix.
11317
11318 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11319
11320 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11321 auto-save-mode.
11322
11323 2000-11-04 Jason Rumney <jasonr@gnu.org>
11324
11325 * language/european.el (decode-mac-roman): Test against r1 not r0.
11326
11327 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11328
11329 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11330 (icon-mode): Define indent-line-function.
11331 (icon-comment-indent): Simplify.
11332 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11333
11334 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11335
11336 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11337 Bind change-log-default-mode to defeat the caching done on it.
11338 Don't bother saving excursion any more.
11339
11340 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11341
11342 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11343 (set-frame-font): Use the new name (and the old for compatibility).
11344
11345 * toolbar/tool-bar.el (tool-bar-mode):
11346 * time.el (display-time-mode):
11347 * recentf.el (recentf-mode):
11348 * paren.el (show-paren-mode):
11349 * mwheel.el (mouse-wheel-mode):
11350 * msb.el (msb-mode):
11351 * jka-compr.el (auto-compression-mode):
11352 * image-file.el (auto-image-file-mode):
11353 * hl-line.el (hl-line-mode):
11354 * delsel.el (delete-selection-mode):
11355 * autoinsert.el (auto-insert-mode):
11356 * complete.el (partial-completion-mode): Drop unneeded positional args.
11357
11358 * info.el (Info-mode):
11359 * comint.el (comint-mode): Don't bother with make-local-hook.
11360
11361 * log-edit.el (log-edit-menu): New menu.
11362
11363 2000-11-03 Miles Bader <miles@gnu.org>
11364
11365 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11366 definition, so that trailing spaces are handled properly.
11367 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11368
11369 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11370
11371 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11372 tab character.
11373 (fancy-splash-screens): Set tab-width to 20.
11374
11375 2000-11-03 Dave Love <fx@gnu.org>
11376
11377 * comint.el (comint-completion-addsuffix): Fix custom type.
11378
11379 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11380
11381 * font-lock.el (font-lock-buffers): Remove.
11382 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11383 (font-lock-change-major-mode): Remove.
11384 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11385 (font-lock-default-fontify-region): Extend the multiline
11386 fontification to whole lines.
11387 (font-lock-fontify-anchored-keywords)
11388 (font-lock-fontify-keywords-region): If matching just one
11389 line (with \n) only mark the \n as multiline.
11390
11391 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11392 Correctly handle the case where several :group args are supplied.
11393 Allow :extra-args.
11394 (easy-mmode-define-global-mode): Allow :extra-args.
11395 Correctly handle the case where several :group args are supplied.
11396
11397 2000-11-02 Miles Bader <miles@gnu.org>
11398
11399 * calendar/calendar.el (diary-face, calendar-today-face)
11400 (holiday-face): Remove dependency on `window-system'.
11401
11402 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11403
11404 * Makefile.in (emacs): Set EMACSLOADPATH always.
11405 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11406 (compile-files): Bomb out if compilation of a file fails.
11407
11408 2000-11-02 Dave Love <fx@gnu.org>
11409
11410 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11411
11412 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11413
11414 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11415 punctuation in the warning inserted into the *mail* buffer.
11416
11417 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11418
11419 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11420 (authors-public-domain-p): New function.
11421 (authors-print): Use it.
11422
11423 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11424
11425 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11426
11427 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11428
11429 * ps-print.el: Extension for even/odd printing. Doc fix.
11430 (ps-print-version): New version number (6.3.1).
11431 (ps-even-or-odd-pages): Customization fix.
11432 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11433 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11434 (ps-page-count): Var replaced by `ps-page-column'.
11435 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11436 (ps-print-sheet-p): New fun.
11437
11438 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11439
11440 * tooltip.el (tooltip-gud-tips-setup): New function.
11441 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11442 (tooltip-mode): Call tooltip-gud-tips-setup.
11443 (tooltip-gud-tips): Use `gud-basic-call' instead of
11444 process-send-string, so the prompt gets frobbed appropriately.
11445 Handle nil return value from `tooltip-gud-print-command'.
11446
11447 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11448
11449 * comint.el (comint-add-to-input-history): New function.
11450 (comint-send-input): Use `comint-add-to-input-history'.
11451
11452 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11453
11454 * info.el (info-menu-header): New face.
11455 (Info-fontify-menu-headers): New function.
11456 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11457
11458 * info.el (Info-insert-dir): Don't include blank lines at
11459 beginning of additional dir files (one is added automatically).
11460
11461 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11462
11463 * emacs-lisp/easy-mmode.el (define-minor-mode):
11464 Revert the latest changes.
11465 Allow the three positional arguments to be skipped and replaced
11466 by keyword arguments.
11467 Add a :toggle argument to determine whether a nil arg means toggle
11468 or means turn-on. The default is unchanged.
11469 Add a call to force-mode-line-update.
11470
11471 2000-11-01 Dave Love <fx@gnu.org>
11472
11473 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11474
11475 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11476
11477 * calendar/calendar.el (diary-face, holiday-face):
11478 Add dark-background variants.
11479
11480 2000-10-31 Sam Steingold <sds@gnu.org>
11481
11482 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11483 `tex-main-file' does not have directory in it.
11484
11485 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11486
11487 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11488
11489 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11490
11491 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11492 functional change.
11493
11494 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11495
11496 * files.el (find-file-noselect): When we expand a wildcard, return
11497 a list of buffers, as we should do according to the doc string.
11498
11499 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11500
11501 * loadup.el (top level): Adjust load path if program name is
11502 "../src/bootstrap-emacs", in case it's not dumped and thus the
11503 load path adjustment hasn't already been done.
11504
11505 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11506
11507 * ps-print.el: Fix bug on selected pages for printing.
11508 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11509 is on. Try to avoid warning messages when compiling. Doc Fix.
11510 (ps-print-version): New version number (6.3).
11511 (ps-color-device): Use `color-values' to determine if device
11512 supports color.
11513 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11514 (ps-print-page-p): Changed from defsubst to defun.
11515 (ps-page-number): Changed from defmacro to defun.
11516 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11517 printing.
11518 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11519 (ps-end-file, ps-dummy-page): Funs eliminated.
11520 (ps-print-color-scale): Changed default value.
11521 (ps-page-n-up, ps-print-page-p): New internal vars.
11522 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11523 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11524
11525 * delim-col.el: Little programming improvement.
11526 (delimit-columns-str): New macro.
11527 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11528
11529 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11530
11531 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11532 Moved to european.el.
11533 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11534 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11535 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11536 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11537
11538 2000-10-30 Dave Love <fx@gnu.org>
11539
11540 * progmodes/cc-menus.el (imenu-generic-expression)
11541 (imenu-progress-message): Only defvar when compiling.
11542
11543 * emacs-lisp/elp.el (elp-unload-hook): New function.
11544
11545 * loadhist.el (unload-feature): Call elp-restore-function,
11546 checking for symbols; don't use elp-restore-all.
11547 (loadhist-hook-functions): Doc fix.
11548
11549 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11550
11551 * log-edit.el (log-edit-confirm): Fix the default.
11552
11553 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11554
11555 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11556 delimit-columns-format.
11557 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11558
11559 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11560
11561 * comint.el (comint-replace-by-expanded-history): Don't use
11562 comint-get-old-input (we're not looking at *old* input).
11563 (comint-get-old-input-default): If using fields, signal an error
11564 when the point is not in an input field.
11565
11566 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11567
11568 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11569 and mule-unicode-e000-ffff.
11570
11571 * international/mule.el (decode-char, encode-char): New functions.
11572 (make-coding-system): Accept a symbol of translation table as a
11573 value of property `safe-chars'.
11574
11575 * international/mule-cmds.el (encode-coding-char): Check property
11576 safe-chars instead of safe-charsets.
11577
11578 * international/fontset.el (fontset-default): Modified for
11579 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11580 (x-font-name-charset-alist): Likewise.
11581 (ccl-encode-unicode-font): New CCL program. Record it in
11582 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11583
11584 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11585 New translation tables.
11586 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11587 programs are modified and moved from mac-win.el.
11588 (mac-roman): Definition of this coding system is modified and
11589 moved from mac-win.el.
11590
11591 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11592
11593 * ediff-wind.el (ediff-setup-control-frame): Enclose
11594 face-attribute in condition-case to avoid errors in older emacsen.
11595
11596 2000-10-29 Miles Bader <miles@gnu.org>
11597
11598 * custom.el (custom-add-to-group): Allow multiple entries for a
11599 given value OPTION, as long as their widget types are different.
11600 * cus-edit.el (custom-face-value-create): If face name doesn't end
11601 with "face", add such here (similar to custom group widgets).
11602
11603 * comint.el (comint-highlight-prompt): Add :type.
11604
11605 2000-10-28 John Wiegley <johnw@gnu.org>
11606
11607 * calendar/timeclock.el (timeclock-log): Doc fix.
11608 (timeclock-last-event): Doc fix.
11609 (timeclock-log): Kill the timelog buffer after appending a new event.
11610 (timeclock-find-discrep): Use a temp buffer to read in the
11611 timelog, instead of visiting the file.
11612 (timeclock-log-data): A new function, along with a host of helper
11613 functions, for the purpose of making timelog data accessible to
11614 programmers.
11615
11616 * eshell/esh-mode.el (window-height test): Make certain that
11617 `eshell-stringify-t' is non-nil.
11618 (eshell-password-prompt-regexp): Changed to a much simpler
11619 password regexp.
11620 (eshell-send-input): If `eshell-invoke-directly' returns t,
11621 directly invoke the parsed command using `eval'. This improves
11622 turn-around time on simple commands by a factor of three or
11623 greater, such as cd, ls, pwd, etc. -- which get used very often.
11624 It also conserves thousands of cons cells per call (since
11625 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11626 in the Pacific Cookie Company).
11627
11628 * eshell/esh-test.el (eshell-test): Whitespace fix.
11629
11630 * eshell/em-ls.el (eshell-ls-insert-directory):
11631 Make `eshell-ls-initial-args' nil when inserting directory contents.
11632
11633 * eshell/em-script.el (eshell-script-initialize): Add names to
11634 `eshell-complex-commands, since `source' and `.' are complex.
11635
11636 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11637 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11638 `eshell-copy-handles'.
11639 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11640 bodies.
11641 (eshell-separate-commands): Whitespace fix.
11642 (eshell-complex-commands): Added a new list of names, for
11643 determining whether a given command is as simple as it looks.
11644 (eshell-invoke-directly): New function. Returns t if a command
11645 should be invoked directly (using `eval'), rather than indirectly
11646 using `eshell-do-eval'.
11647 (eshell-do-eval): Whitespace fix.
11648
11649 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11650 which provides an emulation of the DOS shell behavior of assuming
11651 that cp/mv/ln should copy/move/link to the current directory.
11652 (eshell-remove-entries): Added a doc string.
11653 (eshell-shuffle-files): Removed the check for `target' being null.
11654 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11655 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11656 it to do a smarter check of whether a destination was provided.
11657 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11658 (eshell/ln): Enable `:preserve-args', and use
11659 `eshell-mvcpln-template' to implement the body of the function.
11660 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11661 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11662 list after flattening it. This makes it possible to cat files
11663 with numerical names.
11664 (eshell-unix-initialize): Added several names to
11665 `eshell-complex-commands.
11666 (eshell-unix-command-complex-p): Return t if a given command name
11667 may result in external processes being invoked.
11668
11669 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11670 variable nil by default, since it slows down glob processing by a
11671 factor of two or more, and increases memory consumption.
11672
11673 * eshell/em-smart.el: Added a note about how memory consumptive
11674 smart display mode can be (at least this is true in Emacs 21).
11675 (eshell-smart-initialize): Whitespace fix.
11676 (eshell-refresh-windows): Use `if' instead of `when'.
11677 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11678 not necessary.
11679 (eshell-currently-handling-window): Added a missing global variable.
11680
11681 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11682 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11683 Whitespace fix.
11684 (eshell-ls-exclude-hidden): Added this variable in addition to
11685 `eshell-ls-exclude-regexp'. This one prevents files beginning
11686 with . from even being read, which can improve memory consumption
11687 quite a bit.
11688 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11689 read file entries beginning with a dot. In home directories with
11690 lots of hidden files, fully two-thirds of the time spent in ls is
11691 used to read directory entries that are immediately thrown away.
11692 (eshell-ls-initial-args): Added back this configuration variable,
11693 for specifying default initial arguments to every call to ls.
11694 Much faster than using an alias to do the same thing.
11695 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11696 (eshell-ls-dir): Whitespace change.
11697
11698 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11699
11700 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11701 (eshell-stringify-t): Added a customization variable, to indicate
11702 whether `t' should be rendered as a string at all. If not, one
11703 can still determine if the result of an expression is true using
11704 "file-exists-p FILE && echo true".
11705 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11706 stringify t!
11707
11708 * eshell/esh-module.el: Whitespace fix.
11709
11710 * eshell/em-alias.el (eshell-alias-initialize):
11711 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11712 (eshell-command-aliased-p): New function that returns t if a
11713 command name names an aliased.
11714
11715 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11716
11717 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11718 redrawing the screen when changing cursor color.
11719 (viper-insert-state-pre-command-sentinel)
11720 (viper-replace-state-pre-command-sentinel)
11721 (viper-replace-state-post-command-sentinel):
11722 Use viper-preserve-cursor-color.
11723 Many functions changed to use viper= instead of = when comparing
11724 characters.
11725 * viper-util.el (viper-memq-char,viper=): New functions for
11726 working with characters.
11727 (viper-change-cursor-color): Fixed buglet.
11728 Many functions changed to use viper= instead of = when comparing
11729 characters.
11730 * viper.el (viper-insert-state-mode-list): Added eshell.
11731
11732 * ediff-init.el (ediff-before-setup-hook): New hook.
11733 Several typos fixed in various docstrings.
11734 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11735 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11736 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11737 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11738 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11739 (ediff-get-selected-buffers): New function.
11740 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11741 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11742 Use save-window-excursion.
11743 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11744 termination check in while loop.
11745 * ediff.el (ediff-get-default-file-name): Better defaults when in
11746 dired buffer.
11747 (ediff-files,ediff-merge-files,ediff-files3)
11748 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11749
11750 2000-10-28 Dave Love <fx@gnu.org>
11751
11752 * info.el (Info-fontify-node): Add help-echo for menu items.
11753
11754 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11755
11756 * startup.el (normal-top-level): If the value of $TERM indicates
11757 we are running from xterm or one of its work-alikes, default to a
11758 light background mode.
11759
11760 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11761 * faces.el (tty-handle-reverse-video): New function.
11762 (tty-create-frame-with-faces): Call it.
11763
11764 * frame.el (frame-notice-user-settings): Don't apply
11765 default-frame-alist and initial-frame-alist to MS-DOS frames.
11766 Call tty-handle-reverse-video, frame-set-background-mode, and
11767 face-set-after-frame-default for non-MS-DOS frames.
11768
11769 * startup.el (tty-long-option-alist): New variable.
11770 (tty-handle-args): New function.
11771 (command-line): Call tty-handle-args.
11772
11773 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11774 startup.el now does that for all character-terminal frames.
11775
11776 2000-10-28 Miles Bader <miles@gnu.org>
11777
11778 * emacs-lisp/easy-mmode.el (define-minor-mode):
11779 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11780 is global. If :global is followed by a non-nil but non-t value,
11781 make the mode buffer-local, but also generate a `global-MODE'
11782 version using `easy-mmode-define-global-mode'.
11783 Add :conditional-turn-on keyword argument.
11784
11785 2000-10-28 Dave Love <fx@gnu.org>
11786
11787 * international/latin1-disp.el (latin1-char-displayable-p):
11788 Don't use window-system.
11789
11790 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11791
11792 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11793 Don't call find-buffer-file-type-coding-system. Instead, just
11794 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11795 if the file is on an untranslated filesystem.
11796 (add-untranslated-filesystem): Use "D" instead of "f" inside
11797 interactive.
11798
11799 2000-10-27 Dave Love <fx@gnu.org>
11800
11801 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11802 (refill-mode): Use it.
11803
11804 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11805
11806 * international/quail.el (quail-activate): Don't make-local-hook.
11807
11808 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11809
11810 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11811 manual backups and file.~<rev>.~ for automatic ones.
11812 (vc-make-version-backup): Don't do it on MS-DOS without long file
11813 names.
11814
11815 * vc.el (vc-version-other-window): If an automatic backup of the
11816 desired version exists, rename it instead of copying it.
11817
11818 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11819 after command. If there's an unexpected error, signal it instead
11820 of being silent.
11821 (vc-cvs-merge-news): Be prepared for no news at all.
11822
11823 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11824
11825 * shell.el (shell): Add BUFFER argument.
11826 * comint.el (make-comint-in-buffer): New function.
11827 (make-comint): Use it.
11828
11829 * faces.el (face-spec-choose): Change syntax so that the list of
11830 attribute-value pairs is now the cdr of each clause, not the cadr.
11831 Detect old-style entries, and handle them. Use pop.
11832
11833 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11834
11835 * cus-edit.el (custom-mode-map): Use a sparse map.
11836 (custom-mode): Don't bother with make-local-hook.
11837
11838 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11839
11840 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11841
11842 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11843
11844 * ps-print.el: Avoid compilation gripes.
11845 (ps-print-version): New version number (6.2.1).
11846
11847 2000-10-26 Dave Love <fx@gnu.org>
11848
11849 * menu-bar.el: Modify some menu item help strings.
11850 (menu-bar-help-menu): Add link to MORE.STUFF.
11851
11852 * cus-edit.el (custom-mode): Add `special' mode-class property.
11853
11854 * wid-browse.el (widget-browse-mode): Likewise.
11855
11856 * wid-edit.el (widget-specify-field): Revert to using local-map
11857 property, not keymap.
11858
11859 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11860
11861 * wid-edit.el (widget-field-end): When checking for a `boundary'
11862 field, do so in the correct buffer.
11863
11864 * simple.el (undo): Correctly distinguish between numeric and
11865 non-numeric prefix args in non-transient-mark-mode, as per the doc
11866 string. When in transient-mark-mode, treat all prefix-args as
11867 numeric.
11868
11869 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11870 Position point on match. Handle N == 0 correctly.
11871
11872 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11873 (comint-mode-map): Reverse order of `comint-write-output' and
11874 `comint-append-output-to-file'.
11875 (comint-append-output-to-file): Reinstate this function, for the
11876 benefit of the menu.
11877
11878 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11879
11880 * vc.el (vc-version-other-window): Bind `file'.
11881
11882 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11883
11884 * Makefile.in (update-authors): New target for maintenance purposes.
11885
11886 * emacs-lisp/authors.el (batch-update-authors): New function.
11887 (authors-fixed-entries): New defconst.
11888 (authors-add-fixed-entries): New function.
11889 (authors): Call it.: Don't process lispref/.
11890
11891 2000-10-25 Jason Rumney <jasonr@gnu.org>
11892
11893 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11894 Merge x w32 and mac definitions.
11895
11896 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11897
11898 * menu-bar.el (menu-bar-options-menu): Add a help string for
11899 `uniquify'.
11900
11901 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11902
11903 * time-stamp.el (time-stamp-string-preprocess):
11904 Fix a wrong type argument error.
11905
11906 2000-10-25 Miles Bader <miles@gnu.org>
11907
11908 * recentf.el (recentf-mode): Variable removed.
11909 (recentf-mode): Use `define-minor-mode'.
11910
11911 * mwheel.el (mouse-wheel-mode): New global minor mode.
11912 (mwheel-install): Use `mouse-wheel-mode'.
11913
11914 2000-10-25 Dave Love <fx@gnu.org>
11915
11916 * progmodes/cperl-mode.el (cperl-mode):
11917 Set normal-auto-fill-function correctly.
11918
11919 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11920 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11921 bindings.
11922
11923 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11924
11925 * wid-edit.el (widget-field-at): New function.
11926 (widget-at, widget-field-activate): Use it.
11927 (widget-tabable-at): Use `widget-at'.
11928 (widget-specify-field): If the terminating character of the widget
11929 field (which is read-only) is a newline, put it into a special
11930 `boundary' field so that C-n/C-p act more naturally.
11931 (widget-field-end): Also don't subtract one if a special
11932 `boundary' field has been added after the widget field.
11933
11934 * comint.el (comint-output-filter, comint-send-input):
11935 Don't bother adding stickiness fields to overlays to fool the field
11936 code, since it should notice the overlay insertion-types now.
11937
11938 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11939 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11940 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11941
11942 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11943
11944 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11945 (authors): Set file coding system to iso-2022-7bit.
11946 Add file-local variables to output buffer.
11947
11948 * files.el (after-find-file): Don't print any warnings if
11949 WARN is nil.
11950
11951 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11952
11953 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11954
11955 * delim-col.el: Now there is a column formatting mechanism.
11956 Modified to customization mechanisms convention. Doc fix.
11957 (columns): New group for delim-col.
11958 (delimit-columns-before, delimit-columns-after)
11959 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11960 (delimit-columns-end): New vars.
11961 (delimit-columns-customize, delimit-columns-format): New funs.
11962 (delimit-columns-region, delimit-columns-rectangle)
11963 (delimit-columns-rectangle-line): Modified to support column
11964 formatting.
11965
11966 2000-10-24 Dave Love <fx@gnu.org>
11967
11968 * log-edit.el (log-edit): Add :version and a :group for vc.
11969
11970 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11971
11972 * files.el (after-find-file): Don't print a message ``New file''
11973 if WARN is nil.
11974
11975 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11976 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11977 get duplicate tool-bar entries because we'll see the global ones
11978 on more than one path through keymaps.
11979
11980 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11981
11982 * progmodes/cmacexp.el: Change Francesco's email address.
11983
11984 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11985
11986 * window.el (fit-window-to-buffer): Adjust point of the window
11987 buffer, not that of the current buffer.
11988
11989 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11990
11991 * progmodes/cmacexp.el: Update the euthor's email address.
11992
11993 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11994
11995 * faces.el (face-spec-set-match-display): Add `graphic' display
11996 type (the inverse of `tty'). Use `display-graphic-p' instead of
11997 the window-system variable.
11998
11999 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12000
12001 * international/isearch-x.el (isearch-with-input-method):
12002 Call input-method-function with the first event in
12003 unread-command-events.
12004
12005 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12006
12007 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
12008
12009 2000-10-24 Andrew Choi <akochoi@i-cable.com>
12010
12011 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
12012 New charsets.
12013
12014 * term/mac-win.el: Remove definitions of mac-roman-lower and
12015 mac-roman-upper, require dired, and define instead of set
12016 mac-ready-for-drag-n-drop to avoid compilation error.
12017
12018 2000-10-23 Andrew Innes <andrewi@gnu.org>
12019
12020 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
12021 Remove superfluous calls to subst-char-in-string; instead apply
12022 expand-file-name after convert-standard-filename to ensure
12023 expected directory separators are used.
12024
12025 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
12026
12027 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
12028
12029 2000-10-23 Dave Love <fx@gnu.org>
12030
12031 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
12032 (tool-bar-add-item): Set foreground and background for XBM icons.
12033
12034 * international/latin1-disp.el (latin1-char-displayable-p):
12035 New function (from Handa).
12036 (latin1-display-check-font): Use it.
12037
12038 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
12039 using :key-sequence, making it much more usable.
12040 Use nconc, not append.
12041 (imenu--create-keymap-1): Avoid append.
12042
12043 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
12044
12045 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12046
12047 [the following changes fix a bug where `define-minor-mode' didn't
12048 correctly generate :require clauses for defcustoms in compiled files]
12049 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
12050 (byte-compile-log-file, byte-compile-log-1): Don't set
12051 `byte-compile-current-file' to nil. Instead set
12052 `byte-compile-last-logged-file' to it. Test whether
12053 byte-compile-current-file equals byte-compile-last-logged-file
12054 instead of whether its nil.
12055 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
12056
12057 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
12058
12059 * textmodes/refill.el: Fix var names in doc.
12060 (refill-mode): Don't bother with make-local-hook anymore.
12061
12062 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12063
12064 * faces.el (face-user-default-spec, face-default-spec): New functions.
12065 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
12066 (frame-set-background-mode, face-set-after-frame-default):
12067 Use `face-user-default-spec'. Simplify code slightly.
12068
12069 * woman.el (woman-italic-face, woman-bold-face)
12070 (woman-unknown-face): Add dark-background variants.
12071 (woman-default-faces): Renamed from `woman-colour-faces'.
12072 Set using the stored defaults, rather than using hard-wired colors.
12073 (woman-monochrome-faces): Renamed from `woman-black-faces'.
12074 Just make the foreground `unspecified' rather than "black".
12075 (woman-menu): Rename menu entries accordingly.
12076
12077 * faces.el (header-line): Make more reasonable on mono/grayscale
12078 displays.
12079
12080 2000-10-23 Andrew Choi <akochoi@i-cable.com>
12081
12082 * cus-edit.el (custom-button-face): Use 3D look for mac.
12083 (custom-button-pressed-face): Likewise.
12084
12085 * faces.el (set-face-attributes-from-resources): Handle mac frames
12086 in the same way as x and w32 frames.
12087 (face-valid-attribute-values): Likewise.
12088 (read-face-attribute): Likewise.
12089 (defined-colors): Likewise.
12090 (color-defined-p): Likewise.
12091 (color-values): Likewise.
12092 (display-grayscale-p): Likewise.
12093 (face-set-after-frame-default): Likewise.
12094 (mode-line): Same default face as for x and w32.
12095 (tool-bar): Likewise.
12096
12097 * frame.el: Remove call to frame-notice-user-settings at end of
12098 the file.
12099
12100 * info.el (Info-fontify-node): Make underlines invisible for mac
12101 as for x, pc, and w32 frame types.
12102
12103 * term/mac-win.el: New file.
12104
12105 2000-10-22 Dave Love <fx@gnu.org>
12106
12107 * textmodes/refill.el: New file.
12108
12109 2000-10-22 Andre Spiegel <spiegel@gnu.org>
12110
12111 * vc-hooks.el (vc-version-backup-file-name): New optional args
12112 MANUAL and REGEXP.
12113 (vc-delete-automatic-version-backups, vc-make-version-backup):
12114 New functions.
12115 (vc-before-save): Use the latter.
12116 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
12117 confusion.
12118
12119 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
12120 expected by vc[-hooks].el.
12121
12122 * vc.el (vc-checkout): Added `-p' suffix in call to
12123 vc-make-version-backups-p; use vc-make-version-backup to actually
12124 make the backup.
12125 (vc-version-other-window, vc-version-backup-file): Handle both
12126 automatic and manual backups.
12127 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
12128 of all of them.
12129
12130 2000-10-22 Miles Bader <miles@gnu.org>
12131
12132 * comint.el (comint-highlight-input, comint-highlight-prompt):
12133 Renamed, `-face' at end removed.
12134 (comint-send-input, comint-output-filter): Use renamed faces.
12135
12136 * window.el (fit-window-to-buffer): Change defaulting of
12137 MAX-HEIGHT slightly.
12138
12139 * faces.el (color-values, color-defined-p): Use `member', not
12140 `memq', because it works correctly for strings.
12141 (frame-set-background-mode): Actually, "unspecified-fg" and
12142 "unspecified-bg" *are* strings. Use `member', not `memq', and
12143 `equal', not `eq', when a string value is possible.
12144
12145 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
12146
12147 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
12148
12149 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
12150
12151 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
12152 sh-electric-rparen, sh-electric-less and sh-electric-hash.
12153 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
12154 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
12155 (sh-font-lock-syntactic-keywords): Use them.
12156 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
12157 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
12158 (sh-mode): Don't override font-lock-unfontify-region-function.
12159 Use a copy of sh-font-lock-syntactic-keywords.
12160 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
12161 Don't call sh-scan-buffer since font-lock does it on the fly.
12162 (sh-get-indent-info): Use `face' rather than `syntax-table'
12163 text-property to detect here-documents.
12164 Replace sh-special-syntax with sh-st-punc.
12165 (sh-prev-line): Use `face' rather than `syntax-table'
12166 text-property to skip over here-documents.
12167 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
12168 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
12169 (sh-electric-less, sh-set-here-doc-region)
12170 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
12171 (sh-scan-buffer, sh-rescan-buffer): Remove.
12172
12173 2000-10-21 Andrew Innes <andrewi@gnu.org>
12174
12175 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
12176 remote (ange-ftp) file names.
12177
12178 2000-10-21 Miles Bader <miles@gnu.org>
12179
12180 * window.el (fit-window-to-buffer): New function.
12181 (shrink-window-if-larger-than-buffer): Use it.
12182 (window-text-height): Don't expect minibuffers to have mode-lines.
12183
12184 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
12185 * international/quail.el (quail-update-guidance):
12186 Use `fit-window-to-buffer' instead of `set-window-text-height'.
12187
12188 * international/quail.el (quail-show-guidance-buf): Make sure
12189 guidance window really has enough room.
12190 (quail-update-guidance): If quail-guidance-win is already shown,
12191 make sure its height is OK.
12192
12193 * window.el (window-text-height, set-window-text-height):
12194 New functions.
12195 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12196 instead of `window-height' & `mode-line-window-height-fudge'.
12197 (mode-line-window-height-fudge): Add FACE parameter.
12198 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12199 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12200
12201 2000-10-20 Miles Bader <miles@gnu.org>
12202
12203 * window.el (height-affecting-face-attributes): Use `defconst'.
12204
12205 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12206 New function, conditionally aliased to `mode-line-window-height-fudge'.
12207 (ispell-help): Use it.
12208 (ispell-choices-win-default-height): Don't include mode-line fudge.
12209 (ispell-choices-win-default-height): New function.
12210 (ispell-show-choices, ispell-command-loop): Use function
12211 `ispell-choices-win-default-height' instead of variable.
12212
12213 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12214
12215 * window.el (mode-line-window-height-fudge): New variable.
12216 (height-affecting-face-attributes): New variable.
12217 (mode-line-window-height-fudge): New function.
12218 (shrink-window-if-larger-than-buffer): Use it.
12219 * help.el (resize-temp-buffer-window): Likewise.
12220
12221 * info.el (Info-fontify-node): Add support for @subsubsection
12222 titles, which use `Info-title-4-face'.
12223 (Info-title-4-face): New face.
12224 (Info-title-3-face): Inherit from Info-title-4-face instead of
12225 variable-pitch.
12226
12227 2000-10-19 Jason Rumney <jasonr@gnu.org>
12228
12229 * dired.el (dired-insert-directory): Do not let errors signalled by
12230 attempt to run dired-free-space-program prevent dired from working.
12231
12232 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12233
12234 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12235
12236 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12237
12238 * dirtrack.el (dirtrack): Fix call to run-hooks.
12239
12240 * cmuscheme.el (cmuscheme-program-name): Renamed from
12241 scheme-program-name because xscheme.el contains a defcustom with
12242 the same name. As a consequence, customizing group `cmuscheme'
12243 loaded `xscheme' which redefined run-scheme.
12244 (run-scheme): Use cmuscheme-program-name.
12245
12246 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12247
12248 * play/doctor.el (doctor-death): Update the Samaritans'
12249 anonymous address, and add a website for Befrienders International.
12250
12251 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12252
12253 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12254 Avoid compilation gripes. Doc fix.
12255 (ps-print-version): New version number (6.2).
12256 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12257 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12258 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12259 (ps-x-extent-priority, ps-x-extent-start-position)
12260 (ps-x-face-font-instance, ps-x-find-coding-system)
12261 (ps-x-font-instance-properties, ps-x-make-color-instance)
12262 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12263 avoid compilation gripes without defining functions.
12264 (ps-e-find-composition): Alias for function find-composition, to have a
12265 suitable function depending on Emacs version.
12266 (ps-color-device, ps-color-values, ps-face-foreground-name)
12267 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12268 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12269 (ps-print-ensure-fontified): Function definitions surrounded by
12270 `eval-and-compile' to avoid compilation gripes.
12271 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12272 by symbol-value to avoid compilation gripes.
12273 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12274 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12275
12276 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12277
12278 * startup.el (normal-top-level): Call `frame-set-background-mode'
12279 after `frame-notice-user-settings' because the latter doesn't call
12280 the former on a tty.
12281
12282 * faces.el (frame-set-background-mode): `unspecified' &c are
12283 symbols, not strings.
12284
12285 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12286
12287 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12288 why some "light*" colors are deliberately absent from the alist.
12289
12290 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12291 Change colors for tty's, as suggested by Miles Bader.
12292
12293 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12294
12295 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12296 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12297 for ISO10646-1 fonts.
12298 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12299
12300 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12301
12302 * faces.el (frame-set-background-mode): If a tty frame defines a
12303 background color, use that to compute the background mode, instead
12304 of always defaulting to "dark".
12305
12306 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12307
12308 * comint.el (comint-write-output): New function.
12309 (comint-mode-map): Add it to the menu.
12310 Bind `C-c C-s' to comint-write-output.
12311
12312 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12313
12314 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12315 Use fancy-splash-delay.
12316
12317 2000-10-18 Alex Schroeder <alex@gnu.org>
12318
12319 * progmodes/sql.el (sql-sybase-options): New option.
12320 (sql-sybase): Use it. Add sql-database to the list of parameters
12321 provided for login. The options -w 2048 -n are not used any more.
12322
12323 * comint.el (comint-read-input-ring): Bugfix such that the first
12324 and the last entry of the input ring file are not lost.
12325
12326 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12327
12328 * ps-print.el: Internal variable changes to defcustom,
12329 make-local-hook changes to defvar. Doc fix.
12330 (ps-print-version): New version number (6.1).
12331 (ps-setup, ps-do-despool): Code fix.
12332 (ps-printer-name): Customization fix.
12333 (ps-printer-name-option): Now is a defcustom instead of an
12334 internal variable.
12335 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12336 (ps-print-begin-column-hook): Now are defvar instead of
12337 make-local-hook.
12338
12339 2000-10-18 Miles Bader <miles@gnu.org>
12340
12341 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12342 (comint-kill-output): Changed into an alias for `comint-delete-output',
12343 and made obsolete.
12344 (comint-mode-map): Rename references to comint-kill-output.
12345
12346 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12347
12348 * diff-mode.el (diff-header-face, diff-file-header-face)
12349 (diff-changed-face): Add bold and italic attributes to tty faces.
12350 (diff-function-face): New face.
12351 (diff-font-lock-keywords): Use it.
12352
12353 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12354
12355 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12356 Remove commented-out call to force-mode-line-update.
12357 (comint-kill-output): Use `forward-line 0' instead of
12358 beginning-of-line to make sure we get past the prompt.
12359
12360 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12361
12362 * diff-mode.el (diff-header-face, diff-file-header-face):
12363 Add specific setting for dark background.
12364 (diff-context-face): Renamed from diff-comment-face.
12365 Set explicitly rather than inheriting from font-lock-comment-face.
12366
12367 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12368
12369 * startup.el (command-line): Move the code which sets the default
12370 TTY colors to before before-init-hook.
12371
12372 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12373
12374 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12375
12376 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12377
12378 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12379 extensions, for MS-DOS.
12380
12381 * diff-mode.el (diff-header-face, diff-file-header-face)
12382 (diff-changed-face): Define tty-specific colors.
12383
12384 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12385
12386 * startup.el (fancy-splash-text): Realign the text.
12387
12388 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12389
12390 * font-lock.el (font-lock-comment-face): Define a separate default
12391 for dark-background tty's.
12392
12393 2000-10-17 Miles Bader <miles@gnu.org>
12394
12395 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12396 being obscured by whizzy mode-lines on graphics displays.
12397
12398 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12399
12400 * info.el (Info-title-1-face, Info-title-2-face)
12401 (Info-title-3-face): Define colors for tty's.
12402 (info-header-node): Remove unneeded tty-specific definition.
12403
12404 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12405
12406 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12407 reverse from the frame parameters, and don't invert foreground and
12408 background colors.
12409
12410 2000-10-16 Miles Bader <miles@gnu.org>
12411
12412 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12413 string "*Info*". Call propertized-buffer-identification to spruce
12414 up the result.
12415
12416 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12417
12418 * help.el: Provide `help' for the sake of define-minor-mode
12419 which generates defcustoms with requires.
12420
12421 * jit-lock.el (jit-lock-after-change): If we're in text that
12422 matches a multi-line font-lock pattern, make sure the whole text
12423 will be redisplayed.
12424
12425 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12426 author's name is unknown.
12427
12428 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12429 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12430 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12431 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12432 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12433 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12434 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12435 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12436 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12437 Add author information.
12438
12439 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12440
12441 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12442 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12443 full-color version (using the Gimp) to eliminate dithering artifacts.
12444
12445 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12446
12447 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12448
12449 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12450
12451 2000-10-15 Dave Love <fx@gnu.org>
12452
12453 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12454
12455 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12456
12457 * whitespace.el: Doc fixes.
12458 (top-level): Don't add hooks here.
12459 (whitespace-running-emacs): Deleted.
12460 (timer): Don't require.
12461 (whitespace): Add back :version conditional on xemacs test.
12462 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12463 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12464 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12465 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12466 Avoid specific xemacs test.
12467 (whitespace-global-mode): New option.
12468 (whitespace-global-mode): New command.
12469 (whitespace-unload-hook): New function.
12470
12471 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12472 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12473 (Info-fontify-node): `Goto' goes to `Go to'.
12474 (Info-fontify-node): Add help-echo to xref links.
12475
12476 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12477
12478 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12479
12480 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12481
12482 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12483 Use plist-get and allow :inherit.
12484
12485 * emacs-lisp/cl-macs.el (cl-do-arglist):
12486 Use plist-get and plist-member instead of memq.
12487
12488 * emacs-lisp/ewoc.el (ewoc-location): New function.
12489 (ewoc-enter-after, ewoc-enter-before): Document return value.
12490 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12491 Don't need make-local-hook any more.
12492 (cvs-addto-collection): Return the new tin.
12493 (cvs-mode-insert): Jump to the new line.
12494
12495 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12496
12497 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12498
12499 * font-lock.el (font-lock-syntactically-fontified): New var.
12500 (font-lock-fontify-syntactic-keywords-region): Use it.
12501 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12502
12503 * diff-mode.el (diff-find-file-name): Fix regexp.
12504
12505 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12506 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12507
12508 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12509 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12510 (sh-mode): Don't make all vars local here.
12511 (sh-kw): Reformat.
12512 (sh-set-shell): Use dolist. Don't set indent-region-function.
12513 (sh-mode-syntax-table): Use pop.
12514 (sh-remember-variable): Use push.
12515 (sh-help-string-for-variable): Use memq.
12516 (sh-safe-backward-sexp): Remove.
12517 (sh-safe-forward-sexp): Add ARG.
12518 (sh-get-indent-info, sh-prev-stmt): Use it.
12519 (sh-prev-line): Simplify by using forward-comment.
12520 (sh-this-is-a-continuation): Simplify.
12521 (sh-learn-buffer-indent): Use dolist.
12522 (sh-do-nothing): Remove.
12523 (sh-set-char-syntax, sh-set-here-doc-region):
12524 Use inhibit-modification-hooks.
12525 (sh-name-style): Use mapcar and push.
12526 (sh-load-style): Use dolist.
12527 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12528 (sh-case, sh-while-getopts): Use propertize directly rather
12529 than sh-electric-rparen.
12530
12531 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12532
12533 * textmodes/tex-mode.el: Require CL when compiling.
12534 (tex-mode-syntax-table): Init immediately.
12535 (tex-mode-map): Bind M-RET to latex-insert-item.
12536 (latex-mode): Set indent-line-function to latex-indent.
12537 (tex-common-initialization): Don't setup the syntax-table any more.
12538 (latex-insert-item): New skeleton.
12539 (tex-next-unmatched-end): Fix copy/paste braino.
12540 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12541 (latex-indent, latex-find-indent): New functions.
12542 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12543 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12544 (tex-compilation-parse-errors): Use with-syntax-table.
12545
12546 2000-10-15 Miles Bader <miles@gnu.org>
12547
12548 * font-lock.el (font-lock-comment-face): Change dark-background,
12549 color, non-tty, default to `chocolate1'.
12550
12551 2000-10-13 John Wiegley <johnw@gnu.org>
12552
12553 * eshell/esh-util.el (require): Added a missing `require' form,
12554 needed when compiling (for an ange-ftp macro definition).
12555
12556 2000-10-13 Dave Love <fx@gnu.org>
12557
12558 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12559
12560 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12561
12562 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12563
12564 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12565 transparent -colors 8).
12566
12567 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12568
12569 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12570 that breaks with old list format timestamps.
12571 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12572 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12573
12574 2000-10-13 John Wiegley <johnw@gnu.org>
12575
12576 * align.el, pcomplete.el, calendar/timeclock.el,
12577 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12578
12579 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12580 faulty math, where holiday hours were being computing as seconds.
12581
12582 2000-10-13 John Wiegley <johnw@gnu.org>
12583
12584 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12585 specifying what "other" kinds of buffers should be saved.
12586 This used to be hard-coded.
12587 (desktop-buffer-misc-functions): A global for specifying how
12588 auxiliary data should be determined for special buffer types.
12589 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12590 instead of hard-coding the special buffer types.
12591 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12592 auxiliary data, instead of hard-coding for Info buffers and dired.
12593 (desktop-buffer-info-misc-data): Aux function for determining Info
12594 buffer auxiliary info.
12595 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12596 (desktop-buffer-info): Changed this function to use the info
12597 gathered above.
12598 (desktop-create-buffer): Be a little more careful about what
12599 `minor-mode' means before calling it. This is important for some
12600 buffer types.
12601
12602 2000-10-13 John Wiegley <johnw@gnu.org>
12603
12604 * eshell/esh-util.el: Added a global form which declares an
12605 autoload for `parse-time-string', if that function is not already
12606 defined, and if parse-time.el is available on the user's system.
12607
12608 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12609 to be aware of ange-ftp user info.
12610 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12611 (eshell-ls-annotate): Use `eshell-file-attributes'.
12612 (eshell-ls-file): Made the user-id printing code a bit smarter.
12613
12614 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12615 allow identification of alias user ids in remote directories.
12616 It's manual, but there's no other way to know when the current user
12617 on the local machine, is also the owning user on the remote machine.
12618 (fboundp): Bind `ange-cache'.
12619 (eshell-directory-files-and-attributes): Re-organized the logic a
12620 bit to use `eshell-file-attributes' instead of `file-attributes'.
12621 The former is more sensitive to directories that are read via FTP,
12622 and knows how to use ange-ftp to determine full attribute
12623 information, instead of just the name and last modtime.
12624 (eshell-current-ange-uids): Return the current user id when in a
12625 remote directory.
12626 (eshell-parse-ange-ls): Parse a full directory listing that has
12627 been returned by ange-ftp.
12628 (eshell-file-attributes): This beefed up version of
12629 `file-attributes' is only special if the user is currently in a
12630 remote directory, in which case it does a lot of work to find out
12631 what the real attributes of a file are, as they appear on the
12632 remote machine. This makes usage of remote directories (i.e.,
12633 ange-ftp pathnames) much more useful. You can now use Eshell as a
12634 full-fledged FTP client, with much more manipulation ability than
12635 most other clients.
12636
12637 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12638 variable, which means that Eshell's du should always be preferred
12639 in remote directories.
12640 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12641 just `file-attributes'.
12642 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12643 when reading remote directories. This is an Eshell-specific
12644 variable (not part of ange-ftp).
12645 (eshell/ln): Bind `ange-cache'.
12646 (eshell/du): Added some extra logic for determining when to use
12647 Eshell's du (which is slow), and when to use the external version
12648 (which may or may not exist).
12649
12650 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12651 Call `eshell-interactive-process', rather than using
12652 `get-buffer-process', since backgrounded processes don't count in
12653 the context of this function's logic.
12654
12655 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12656 `forward-char', so that null strings are parsed correctly.
12657
12658 2000-09-13 John Wiegley <johnw@gnu.org>
12659
12660 * eshell/em-pred.el (eshell-pred-file-type)
12661 (eshell-pred-file-links, eshell-pred-file-size):
12662 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12663
12664 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12665 that remote file globbing is more efficient.
12666
12667 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12668 gathering the files and attributes within a directory.
12669
12670 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12671 the command line is a special file (not a regular file, directory
12672 or symlink), always attempt to call the external version of cat.
12673
12674 2000-09-13 John Wiegley <johnw@gnu.org>
12675
12676 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12677 Eshell-friendly version of find-tag.
12678
12679 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12680
12681 * image-file.el (image-file-name-extensions)
12682 (image-file-name-regexps): Add autoload cookies.
12683
12684 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12685
12686 * international/mule-cmds.el (select-safe-coding-system): If FROM
12687 is string, show it in *Warning* buffer.
12688
12689 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12690
12691 * startup.el (normal-top-level): Use display-popup-menus-p instead
12692 of window-system.
12693 (command-line): Use display-graphic-p instead of window-system.
12694 (command-line-1): Use display-popup-menus-p and display-mouse-p
12695 instead of window-system.
12696
12697 2000-10-12 Sam Steingold <sds@gnu.org>
12698
12699 * tooltip.el (tooltip-use-echo-area): New user variable.
12700 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12701
12702 2000-10-12 Dave Love <fx@gnu.org>
12703
12704 * recentf.el: Maintainer's checkdoc fixes.
12705
12706 * startup.el (normal-top-level-add-subdirs-to-load-path):
12707 Use character class, not ASCII when matching file names.
12708 (fancy-splash-head): Add trailing slash to URL.
12709 (command-line): Don't require XPM support for toolbar.
12710
12711 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12712 (cperl-invalid-face): Revert last change.
12713 (cperl-init-faces): Quote cperl-invalid-face.
12714
12715 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12716
12717 * startup.el (fancy-splash-text): Remove superfluous quote.
12718
12719 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12720
12721 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12722 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12723 (command-line-1): Don't use fancy-splash-pending-command.
12724 (fancy-splash-screens-1): Goto point-min after inserting text.
12725
12726 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12727
12728 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12729 instead of shared-lisp-mode-map.
12730
12731 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12732
12733 * faces.el (header-line): Change tty-variant to use underlining.
12734
12735 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12736 (isearch-highlight): Restore lazy-isearch face properties at old
12737 position, and suppress them at new position.
12738 (isearch-dehighlight): Restore lazy-isearch face properties.
12739 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12740 over the real isearch overlay, but in that case, don't give it a
12741 face property. Use `push'.
12742
12743 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12744
12745 * man.el (Man-getpage-in-background): Fix previous change.
12746 Decode the process output only when we are in multibyte mode.
12747
12748 2000-10-11 Dave Love <fx@gnu.org>
12749
12750 * info.el (Info-mode-menu): Fix some help.
12751 (info-tool-bar-map): Add entry for Info-last.
12752
12753 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12754 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12755 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12756 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12757 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12758 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12759 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12760 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12761 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12762 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12763 Reduce colour requirements to 25 overall. (Probably wants
12764 revisiting from the originals to reduce further.)
12765
12766 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12767
12768 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12769 buffer-file-coding-system, instead of raw-text.
12770 (dehexlify-buffer): Bind coding-system-for-read to
12771 buffer-file-coding-system, instead of raw-text.
12772
12773 2000-10-11 Sam Steingold <sds@gnu.org>
12774
12775 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12776 `underline' - fixes the bug introduced on 2000-09-21.
12777
12778 2000-10-11 Dave Love <fx@gnu.org>
12779
12780 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12781 Avoid compiler warnings.
12782 (scheme-mode): Doc fix.
12783 (scheme-font-lock-keywords-1): Match `define-syntax'.
12784
12785 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12786
12787 * faces.el (frame-set-background-mode): Pay attention to saved
12788 face specs as well as default ones. Only do anything if the
12789 bg-mode or display-type has actually changed. Use `dolist'.
12790 (region): Make dark-background `region' face less in-your-face.
12791
12792 2000-10-10 Sam Steingold <sds@gnu.org>
12793
12794 * chistory.el, ielm.el, ledit.el:
12795 * progmodes/inf-lisp.el, progmodes/scheme.el:
12796 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12797
12798 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12799
12800 * textmodes/texinfo.el: Update copyright and fix typo.
12801
12802 * desktop.el (desktop-modes-not-to-save): New var.
12803 (desktop-save-buffer-p): Use it.
12804 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12805 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12806
12807 2000-10-10 Dave Love <fx@gnu.org>
12808
12809 * toolbar/tool-bar.el (tool-bar-add-item)
12810 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12811
12812 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12813 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12814 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12815 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12816 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12817 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12818 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12819 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12820 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12821 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12822 the .xpms; probably need retouching.
12823
12824 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12825
12826 * subr.el (add-to-list): Add optional argument APPEND.
12827 * battery.el (display-battery): Use `add-to-list'.
12828
12829 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12830
12831 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12832 properties.
12833 (zone, zone-when-idle, zone-leave-me-alone)
12834 (zone-pgm-whack-chars): Use new symbol properties.
12835
12836 * battery.el (display-battery): Doc spelling fix.
12837
12838 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12839 property.
12840
12841 2000-10-09 Dave Love <fx@gnu.org>
12842
12843 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12844 has been initialized before calling tool-bar-setup.
12845 (tool-bar-add-item-from-menu): Add autoload cookie.
12846
12847 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12848
12849 * menu-bar.el (send-mail-item-name): New function.
12850 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12851 of mail-user-agent in the menu. Don't display the "Send Mail"
12852 item if mail-user-agent is nil or its value is ignore.
12853 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12854 if read-mail-command is nil or its value is ignore.
12855
12856 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12857
12858 2000-10-09 Miles Bader <miles@gnu.org>
12859
12860 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12861 Correct image size.
12862 * toolbar/left_arrow.xpm: Correct image size.
12863
12864 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12865 will be done by the definition of `auto-compression-mode' if
12866 necessary. Move code to uninstall existing file-name handler
12867 before definition of `auto-compression-mode'.
12868
12869 * image-file.el (auto-image-file-mode): Move to the end of the
12870 file, because `define-minor-mode' actually calls the mode-function
12871 if the associated variable is non-nil, which requires that all
12872 needed functions be already defined.
12873
12874 * mouse.el (popup-menu): Balance parens.
12875
12876 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12877
12878 * mouse.el (popup-menu): Move the command call outside the loop
12879 so that popup-menu returns whatever the command returns.
12880
12881 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12882 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12883 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12884 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12885
12886 * vc.el (vc-version-diff): diff-switches can be a list.
12887 Use relative filenames for prettier output.
12888
12889 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12890 (vc-post-command-functions): Remove old-VC compatibility code.
12891
12892 * newcomment.el (comment-indent-default): Autoload.
12893
12894 * font-lock.el (font-lock-defaults): Make buffer-local.
12895 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12896 (font-lock-choose-keywords):
12897 Ignore LEVEL unless KEYWORDS is a list of syms.
12898 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12899 Don't wrap regexp-opt things in \(...\) unnecessarily.
12900
12901 * jit-lock.el: Don't require font-lock any more.
12902 (jit-lock-functions): Make buffer-local.
12903 (jit-lock-saved-fontify-buffer-function): Remove.
12904 (jit-lock-mode): Remove autoload cookie.
12905 Remove font-lock specific code.
12906 (jit-lock-unregister): Don't bother handling complex hooks any more.
12907 (jit-lock-refontify): New function.
12908 (jit-lock-fontify-buffer): Use it.
12909 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12910 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12911 Add optional args START and END.
12912 Never call font-lock-fontify-region directly.
12913 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12914
12915 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12916
12917 2000-10-08 Dave Love <fx@gnu.org>
12918
12919 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12920
12921 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12922
12923 * play/studly.el (studlify-region, studlify-word): Add autoload
12924 cookie.
12925
12926 * play/morse.el (morse-region, unmorse-region): Add autoload
12927 cookie.
12928
12929 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12930 concat.
12931
12932 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12933 insist on symbols starting with word syntax.
12934 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12935 (eval-defun-1): Doc fix.
12936 (indent-sexp): Use nconc to build up indent-stack.
12937
12938 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12939 Gnus with little use.
12940 (mail-setup-hook): Add mail-abbrevs-setup to options.
12941
12942 * recentf.el: Doc fixes.
12943
12944 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12945 Clean up remainder.
12946
12947 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12948 without timezone and (8) with timezone to enforce some whitespace.
12949 Simplify code somewhat.
12950
12951 * options.el (list-options): Doc that you should use customize.
12952
12953 * iswitchb.el (iswitchb-mode): Add :require.
12954
12955 * info.el (Info-goto-node, Info-menu): Doc fix.
12956 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12957 (info-tool-bar-map): New variable.
12958 (Info-mode): Use it.
12959 (Info-edit-map): Define all in defvar.
12960 (speedbar-attached-frame): Avoid compiler warning.
12961
12962 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12963 (global-map): Bind [tool-bar] to a filtered map.
12964 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12965 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12966 Allow PBM icons.
12967 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12968
12969 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12970 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12971 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12972 icons, except up_arrow, which is left-arrow rotated.
12973
12974 * imenu.el (imenu-add-to-menubar): Fix last change.
12975
12976 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12977
12978 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12979 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12980
12981 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12982
12983 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12984 typos in doc strings.
12985
12986 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12987 the doc strings how to customize Font Lock faces.
12988
12989 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12990 computing growth when dragging the header line.
12991
12992 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12993
12994 * simple.el (kill-line): Doc fix.
12995
12996 2000-10-08 Miles Bader <miles@gnu.org>
12997
12998 * faces.el (secondary-selection): Make foreground visible on tty.
12999
13000 * jka-compr.el (auto-compression-mode): Move to the end of the
13001 file, because `define-minor-mode' actually calls the mode-function
13002 if the associated variable is non-nil, which requires that all
13003 needed functions be already defined.
13004 (with-auto-compression-mode): Add autoload cookie.
13005
13006 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
13007
13008 * files.el (find-backup-file-name) [ms-dos]: If support for long
13009 file names is not available, behave as if version-control were set
13010 to never.
13011
13012 2000-10-07 Dave Love <fx@gnu.org>
13013
13014 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
13015 (browse-url-gnome-moz): New function.
13016 (browse-url-browser-function): Use it.
13017 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
13018
13019 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
13020
13021 * indent.el (tab-always-indent): New var.
13022 (indent-for-tab-command): Use it.
13023
13024 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
13025 raise an error. This way it can still default to a sane value.
13026
13027 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13028
13029 * startup.el (fancy-splash-screens): Use local rather than global map.
13030 Don't use `update-menu-bindings' any more.
13031 Get rid of assumptions about keymap representation.
13032
13033 2000-10-06 Dave Love <fx@gnu.org>
13034
13035 * textmodes/fill.el (sentence-end-double-space)
13036 (sentence-end-without-period): Doc fix.
13037 (adaptive-fill-regexp): Purecopy.
13038 (unjustify-current-line): Use line-end-position.
13039 (fill-individual-paragraphs-prefix): Use line-beginning-position.
13040
13041 * net/eudc-vars.el (eudc): Add :version, :link.
13042
13043 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
13044
13045 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
13046 Fix for define-minor-mode.
13047 (function-at-point): Alias to function-called-at-point.
13048
13049 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
13050
13051 * simple.el (backward-word): Doc fix.
13052
13053 * image-file.el (image-file-name-regexp): image-file-regexps ->
13054 image-file-name-regexps.
13055 (image-file-name-extensions): Add pbm.
13056
13057 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13058
13059 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
13060 and add filename to the names so that diff-mode can jump to source.
13061
13062 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
13063 (tex-font-lock-keywords, tex-font-lock-keywords-2)
13064 (tex-font-lock-keywords-1): Remove.
13065 (font-lock-turn-on-thing-lock): Use jit-lock-register.
13066 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
13067 (font-lock-default-fontify-region):
13068 Expand beg..end correctly when just following a multiline region.
13069 (font-lock-fontify-anchored-keywords):
13070 Include the anchor text as part of the multiline.
13071
13072 2000-10-06 Gerd Moellmann <gerd@gnu.org>
13073
13074 * loadup.el (toplevel): Load `loaddefs' before `help' because the
13075 latter needs the autoloaded define-minor-mode macro during the
13076 bootstrap.
13077
13078 * startup.el (command-line): For now, activate tool-bar-mode only
13079 if XPM images are supported.
13080
13081 * mouse.el (mouse-drag-header-line): Don't allow resizing a
13082 window by dragging a header-line at the top of the frame; that's
13083 confusing because the header-line doesn't move.
13084 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
13085 of treating the event as a list. Some cleanup.
13086
13087 2000-10-06 Miles Bader <miles@gnu.org>
13088
13089 * simple.el (display-message-or-buffer): New function.
13090 (shell-command-on-region): Use `display-message-or-buffer'.
13091
13092 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
13093 docstring parts.
13094
13095 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13096 (smbclient-prompt-regexp): Add usage note to doc string.
13097 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
13098 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
13099 Use add-hook for adding the comint filter function, and only do so
13100 if it's not already in the global hook list.
13101 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
13102 to `make-local-variable'.
13103 (nslookup-font-lock-keywords): Remove prompt entry.
13104 (nslookup): Don't set the process-filter.
13105 (finger): Exit the loop correctly when the regexps list runs out.
13106 (ftp, smbclient, smbclient-list-shares):
13107 Set the real major mode immediately, not after execing.
13108 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
13109
13110 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
13111
13112 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
13113
13114 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
13115
13116 * which-func.el (which-func-format): Remove spurious space.
13117 (which-func-mode): Don't make it permanent-local.
13118 (which-func-ff-hook): Allow which-func-maxout to be nil.
13119 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
13120 (which-func-mode): Simplify.
13121 Use post-command-idle-hook rather than post-command-hook.
13122 Go through all buffers and update their state.
13123 (which-function): Also try add-log-current-defun-function.
13124
13125 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
13126 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
13127 Update call to with-vc-properties accordingly.
13128 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
13129 (vc-revert-buffer): More careful about window selection and deletion.
13130 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
13131
13132 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
13133 (cvs-retrieve-revision): Reuse a pre-existing buffer.
13134 (cvs-dired-action): Change the default to quickdir.
13135
13136 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
13137 if comment-indent-function returns nil.
13138 (comment-indent-default): New function.
13139 (comment-indent-function): Use it and document the new semantics.
13140
13141 * image-file.el: Docstring fixes.
13142
13143 * help.el (help-xref-on-pp): Use match-string.
13144 (describe-variable): New arg BUFFER.
13145 Store the current buffer in the help-xref-stack.
13146 (temp-buffer-resize-mode): Use define-minor-mode.
13147
13148 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
13149 consistently with its docstring.
13150 Set jit-lock-first-unfontify-pos in an idempotent way.
13151 (jit-lock-register): Autoload and add arg CONTEXTUAL.
13152
13153 2000-10-05 Alex Schroeder <alex@gnu.org>
13154
13155 * sql.el (sql-mysql-options): New variable.
13156 (sql-mysql): Use it.
13157
13158 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
13159
13160 * image.el (image): New group.
13161
13162 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13163 (smerge-base-face, smerge-markers-face): Add dark-background variants.
13164
13165 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13166
13167 * net/net-utils.el (nslookup-font-lock-keywords)
13168 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13169 Ignore the value of wqindow-system; always define keywords
13170
13171 2000-10-05 Kenichi Handa <handa@etl.go.jp>
13172
13173 * startup.el (fancy-splash-screens): Remove the code for
13174 debugging; `(trace-to-stderr "EXITTT\n")'.
13175
13176 2000-10-05 Miles Bader <miles@gnu.org>
13177
13178 * diff-mode.el (diff-goto-source): Update call to
13179 `diff-hunk-status-msg' to reflect new REV variable.
13180
13181 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13182
13183 * progmodes/icon.el (icon-mode):
13184 Don't gratuitously override the default for comment-column.
13185
13186 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13187
13188 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13189 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13190 (jit-lock-functions): New var.
13191 (jit-lock-function-1): Use it if non-nil.
13192 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13193 Set the `fontified' property before doing the fontification to avoid
13194 repeatedly going through the same error.
13195 Don't turn errors into messages.
13196 (jit-lock-register, jit-lock-unregister): New functions.
13197
13198 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13199 Use with-current-buffer.
13200
13201 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13202 Turn comment into docstring.
13203
13204 * apropos.el (apropos-mode): Use define-derived-mode.
13205
13206 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13207
13208 * startup.el (fancy-splash-pending-command): New variable.
13209 (fancy-splash-pre-command): New function.
13210 (fancy-splash-screens): Rewritten.
13211 (command-line-1): If fancy-splash-pending-command is set, call it
13212 interactively.
13213
13214 2000-10-04 Dave Love <fx@gnu.org>
13215
13216 * toolbar/tool-bar.el (tool-bar-setup): New function.
13217 (tool-bar-mode): Use it.
13218
13219 * subr.el (substitute-key-definition): Doc fix.
13220 (play-sound-file): New command.
13221
13222 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13223
13224 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13225 vc-version-backup-file-name): New functions.
13226
13227 * files.el (basic-save-buffer): Call vc-before-save before saving.
13228
13229 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13230 vc-cvs-stay-local-p.
13231
13232 * vc.el (vc-revert-buffer): Handle empty diff properly.
13233 (vc-version-backup-file): New function.
13234 (vc-checkout): Create a version backup if necessary.
13235 (vc-checkin): If a version backup file exists, delete it.
13236 (vc-version-diff): Diff locally using version backups, if available.
13237 (vc-revert-file): If there's a version backup, revert locally.
13238 (vc-transfer-file): Use version backup for base version, if
13239 available. If not, ask for confirmation whether to get it from the
13240 server. Update mode line before check-in.
13241
13242 2000-10-04 Dave Love <fx@gnu.org>
13243
13244 * toolbar/tool-bar.el (tool-bar-setup): New function.
13245 (tool-bar-mode): Use it.
13246
13247 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13248
13249 * net/net-utils.el (nslookup-font-lock-keywords)
13250 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13251 Only set if window-system is non-nil
13252 (net-utils-run-program): Returns buffer.
13253 (network-connection-reconnect): Added this function.
13254
13255 * generic.el:
13256 Incorporates extensive cleanup and docfixes by
13257 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13258 Uses cl compile-time macros.
13259 (generic-mode-name, generic-comment-list)
13260 (generic-keywords-list, generic-font-lock-expressions)
13261 (generic-mode-function-list, generic-mode-syntax-table):
13262 Removed variables.
13263 (generic-mode-alist): Renamed to generic-mode-list.
13264 (generic-find-file-regexp): Default changed to "^#".
13265 (generic-read-type): Uses completing read on generic-mode-list.
13266 (generic-mode-sanity-check): removed this function.
13267 (generic-add-to-auto-mode): Removed this function
13268 (generic-mode-internal): Bind mode-specific definitions
13269 into function instead of putting them in alist.
13270 (generic-mode-set-comments): Reworked extensively.
13271 (generic-mode-find-file-hook): Simplified regexp searching
13272 (generic-make-keywords-list): Omit extra pair of parens
13273
13274 * find-lisp.el (find-lisp-find-files-internal):
13275 Make sure directory name ends with "/".
13276
13277 * generic-x.el (apache-conf-generic-mode):
13278 Regexp now allows leading whitespace.
13279 (rc-generic-mode): Added eval-when-compile
13280 around generic-make-keywords-list.
13281 Deleted duplicate regexp
13282 (rul-generic-mode): Added eval-when-compile
13283 around generic-make-keywords-list.
13284 (etc-fstab-generic-mode): New generic mode.
13285 (rul-generic-mode): Removed one eval-when-compile
13286 which caused a max-specpdl-size exceeded error.
13287
13288 2000-10-04 Miles Bader <miles@gnu.org>
13289
13290 * simple.el (minibuffer-temporary-goal-position): New variable.
13291 (next-history-element): Try to keep the position of point in the
13292 input string constant.
13293
13294 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13295 (dired-do-create-files): If there's only one file, pass it in as
13296 the DEFAULT arg to dired-mark-read-file-name.
13297
13298 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13299
13300 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13301 (diff-goto-source): Be smarter when choosing REVERSE or not.
13302
13303 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13304 (texinfo-mode-menu): Add an explicit shortcut for update all.
13305
13306 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13307
13308 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13309 factorize backend-specific code cleanly (this was essentially
13310 conceived by Stefan Monnier).
13311 (vc-unregister): Function removed.
13312 (vc-revert-file): New function.
13313 (vc-revert-buffer): Delegate some of the work to it.
13314
13315 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13316 default branch unconditionally.
13317 (vc-rcs-set-default-branch): New function.
13318 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13319 (vc-rcs-checkin): If an appropriate default branch has been set,
13320 force creation of that branch.
13321 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13322 code (as suggested by Stefan Monnier).
13323
13324 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13325
13326 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13327 highlighting overlay with a different face over the overlay
13328 isearch uses to highlight the current match because that can lead
13329 to bad face combinations.
13330
13331 * loadup.el (toplevel): Load faces before isearch.
13332
13333 * isearch.el (isearch-faces): New custom group.
13334 (isearch): New defface; was already tested for in the code.
13335 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13336 (isearch-highlight): Always use face `isearch'.
13337
13338 2000-10-02 Dave Love <fx@gnu.org>
13339
13340 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13341 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13342 comparison of opcode with operand.
13343
13344 2000-10-03 Miles Bader <miles@gnu.org>
13345
13346 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13347 buffer, since the echo area will now grow to accommodate them.
13348
13349 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13350
13351 * vc-hooks.el (vc-registered): If FILE used to be registered under
13352 a certain backend, try that one first.
13353
13354 * vc.el (vc-responsible-backend): Undo the previous change in the
13355 argument list. Handle multiple backends correctly.
13356 (vc-find-new-backend): Function removed.
13357 (vc-register): Use vc-responsible-backend, as before.
13358 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13359
13360 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13361
13362 * startup.el (fancy-splash-head): Change message below the
13363 logo.
13364
13365 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13366
13367 * diff-mode.el (diff-goto-source): Emit a status message.
13368 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13369 (diff-test-hunk): Fix doc string.
13370 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13371 (diff-advance-after-apply-hunk): New variable.
13372 (diff-apply-hunk): Don't return a value.
13373
13374 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13375
13376 * vc.el (vc-editable-p): Minor optimization.
13377 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13378 (vc-find-new-backend): New function split from vc-responsible-backend.
13379 (vc-register): Use it.
13380 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13381 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13382 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13383 (vc-clear-headers): Don't use find-file.
13384 (vc-revert-buffer): Use `and' again (must have been a braino).
13385 (vc-switch-backend): Only prompt if requested.
13386 Short circuit if nothing is to be done.
13387 Don't use vc-resynch-buffer which could lose unsaved editing.
13388 (vc-default-receive-file): Update call to vc-unregister.
13389 (with-vc-file, vc-next-action-on-file):
13390 Use vc-backend rather than vc-registered.
13391 (vc-next-action-on-file): Use intern-soft.
13392 Deal with read-only *vc-diff* buffer.
13393 (vc-transfer-file): Docstring fix.
13394
13395 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13396 (vc-rcs-receive-file): Avoid with-vc-properties.
13397 Update call to vc-unregister.
13398 Use constant `RCS' rather than (dynamically bound) var `backend'.
13399
13400 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13401
13402 * vc.el (vc-next-action-on-file): Update mode line only if file
13403 is visited.
13404 (vc-start-entry): New argument initial-contents. Don't visit the file
13405 if it isn't already visited. Brought documentation up-to-date.
13406 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13407 (vc-checkin): New optional arg initial-contents, which is passed to
13408 vc-start-entry.
13409 (vc-finish-logentry): Make sure to bury log buffer only if there
13410 really is one. Call `vc-resynch-buffer' on log-file, not
13411 buffer-file-name.
13412 (vc-default-comment-history, vc-default-wash-log): New functions.
13413 (vc-index-of): Removed.
13414 (vc-transfer-file): Make do without the above.
13415 (vc-default-receive-file): Call comment-history unconditionally. Pass
13416 the resulting string to vc-checkin, instead of inserting it into the
13417 comment ring.
13418
13419 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13420 unconditionally. Use the comments as initial contents of the log
13421 entry buffer. Document the trick to force branch creation with no
13422 changes.
13423
13424 2000-10-01 Miles Bader <miles@gnu.org>
13425
13426 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13427 `recenter' with an arg to prevent redrawing the display.
13428
13429 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13430
13431 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13432
13433 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13434
13435 * progmodes/c-mode.el (c-mode):
13436 Don't gratuitously override the default for comment-column.
13437
13438 * textmodes/tex-mode.el (latex-metasection-list): New var.
13439 (latex-imenu-create-index): Use it.
13440 Move the regexp construction outside loops (and use push).
13441 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13442 (tex-font-lock-keywords): Moved from font-lock.el.
13443 (tex-comment-indent): Remove.
13444 (tex-common-initialization): Don't set comment-indent-function.
13445 (latex-block-default): New var.
13446 (tex-latex-block): Use it to provide a default choice.
13447 Add any unknown choice to latex-block-names.
13448 Insert [...] after {...}.
13449 (tex-last-unended-begin): Simplify regexp.
13450 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13451 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13452 (latex-mode): Set forward-sexp-function.
13453
13454 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13455 Add regexp for @ignore ... @end ignore.
13456 (texinfo-heading-face): New face.
13457 (texinfo-font-lock-keywords): Use it.
13458 (texinfo-mode-menu): New menu.
13459 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13460 New functions.
13461 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13462 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13463 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13464 Remove declaration.
13465 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13466
13467 * delsel.el (delete-selection-mode): Use define-minor-mode.
13468
13469 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13470
13471 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13472
13473 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13474
13475 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13476
13477 * replace.el (keep-lines-read-args): New function.
13478 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13479 read arguments interactively. Add parameters RSTART and REND.
13480 Operate on the active region in Transient Mark mode.
13481
13482 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13483
13484 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13485 (authors-obsolete-files-regexps): New variable.
13486 (authors-add): Don't record changes in obsolete files.
13487
13488 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13489
13490 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13491
13492 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13493 (comment-indent): Make sure there's a space between code and comment.
13494 Shift comments left to avoid going past fill-column.
13495
13496 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13497
13498 * startup.el (startup-echo-area-message): New function.
13499 (display-startup-echo-area-message): Use it.
13500 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13501 (fancy-splash-default-action): New function.
13502 (fancy-splash-screens-1): New function.
13503 (fancy-splash-head): Put a help-echo and a keymap under the image.
13504
13505 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13506
13507 * diff-mode.el (diff-add-log-file-name): Remove.
13508 (diff-mode): Use add-log-buffer-file-name-function.
13509
13510 * add-log.el (find-change-log): New arg BUFFER-FILE.
13511 (add-log-file-name): Obey add-log-file-name-function.
13512 (add-log-buffer-file-name-function): New var.
13513 (add-change-log-entry): Use it.
13514
13515 2000-09-29 Miles Bader <miles@gnu.org>
13516
13517 * image-file.el (image-file-name-extensions): New variable.
13518 (image-file-name-regexps): Renamed from `image-file-regexps'.
13519 New default value is nil. Call `auto-image-file-mode'.
13520 (image-file-name-regexp): New function.
13521 (auto-image-file-mode): New minor mode.
13522 (insert-image-file): Don't make conditional on the image-file
13523 handler being enabled.
13524 (image-file-handler): Make the call here conditional instead.
13525 (set-image-file-handler-enabled, enable-image-file-handler)
13526 (disable-image-file-handler): Functions removed.
13527
13528 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13529 string.
13530
13531 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13532
13533 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13534 it's a function from CL.
13535 (latex-imenu-create-index): Replace eval-when-compile with progn
13536 because latex-section-alist is not bound while compiling.
13537
13538 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13539
13540 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13541 (outline-mode): Use define-derived-mode.
13542
13543 * progmodes/perl-mode.el (perl-mode):
13544 * progmodes/awk-mode.el (awk-mode):
13545 * progmodes/asm-mode.el (asm-mode):
13546 Don't gratuitously override the default for comment-column.
13547
13548 * emacs-lisp/lisp.el (lisp-complete-symbol):
13549 Distinguish the let-binding case from the funcall case.
13550 (forward-sexp-function): New variable.
13551 (forward-sexp): Use it.
13552
13553 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13554 (easy-mmode-defmap): Remove the now useless autoload.
13555
13556 * time.el (display-time-mode): Use define-minor-mode.
13557
13558 * subr.el (add-minor-mode): Don't eval NAME.
13559 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13560 Use if rather than cond.
13561
13562 * simple.el (read-expression-map): Define more properly.
13563 (comment-indent-hook): Remove.
13564 (string-to-syntax): Bug fix.
13565
13566 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13567 (cvs-ediff-diff): Fix typo.
13568 (cvs-revert-if-needed): Don't bother preserving read-only.
13569
13570 * paren.el (show-paren-mode): Use define-minor-mode.
13571
13572 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13573 (toggle-auto-compression): Remove.
13574 (jka-compr-build-file-regexp): Remove useless grouping.
13575
13576 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13577 Avoid user-reserved bindings.
13578 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13579 (diff-header-face): Revert to grey85.
13580
13581 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13582
13583 * complete.el (partial-completion-mode) <defcustom>: Remove.
13584 (partial-completion-mode): Use define-minor-mode.
13585 (PC-do-completion): Understand `completion-auto-help = delay'
13586 to mean to popup the completion buffer only the second time.
13587 (PC-include-file-all-completions, PC-include-file-all-completions)
13588 (PC-include-file-all-completions): Don't quote lambda.
13589
13590 * comint.el (comint-mode-hook): Docstring fix.
13591 (comint-mode): Use define-derived-mode.
13592 (comint-mode-map): Remove obsolete comment.
13593 (make-comint): Minor stylistic change.
13594 (comint-insert-clicked-input): Be more careful to find the overlay.
13595 Use this-command-keys rather than hardcoding mouse-2.
13596
13597 * font-lock.el: Replace confusing (,@ with ,
13598 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13599 Don't use regexp-opt-depth. Spice up the regexp for args.
13600 Don't distinguish between cmds that can take an opt arg or not.
13601 Use `append' and `prepend' rather than `keep'.
13602
13603 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13604 (latex-outline-regexp): New var.
13605 (latex-outline-level): New fun.
13606 (latex-section-alist): New var.
13607 (latex-imenu-create-index): Use it. Use `push' as well.
13608 (tex-shell-map): Initialize it properly.
13609 (tex-mode): Minor stylistic change.
13610 (plain-tex-mode): Use define-derived-mode.
13611 (latex-mode): Use define-derived-mode.
13612 Construct the paragraph regexps in a more readable way.
13613 Set the buffer-local outline-{level,regexp} vars.
13614 (slitex-mode): Derive from latex-mode.
13615 (tex-common-initialization): Don't kill-all-vars anymore.
13616 Add setting for comment-add and font-lock-defaults.
13617 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13618 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13619 (tex-start-tex): New arg DIR (and send a chdir command for it).
13620 Also display the shell buffer and save it in tex-last-buffer-texed.
13621 (tex-region): Use expand-file-name rather than concat.
13622 Remove code made useless by changes in tex-start-tex.
13623 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13624
13625 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13626
13627 2000-09-28 Dave Love <fx@gnu.org>
13628
13629 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13630
13631 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13632
13633 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13634 `append'.
13635
13636 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13637
13638 * info.el (Info-extract-pointer): Undo last change.
13639 Instead, fix the position of the `bound' arg to re-search-backward.
13640
13641 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13642
13643 * info.el (Info-extract-pointer):
13644 Widen more carefully, to avoid finding pointers in other nodes.
13645 (Info-index): Use push.
13646
13647 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13648
13649 * frame.el (set-frame-font): Remove call to obsolete function
13650 frame-update-faces.
13651 (set-foreground-color, set-background-color): Likewise for
13652 frame-update-face-colors.
13653
13654 2000-09-27 Miles Bader <miles@gnu.org>
13655
13656 * image-file.el: New file.
13657
13658 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13659
13660 * frame.el (frame-notice-user-settings): Don't call
13661 frame-update-faces, which is a no-op now.
13662
13663 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13664 tool-bar-lines.
13665
13666 2000-09-27 Dave Love <fx@gnu.org>
13667
13668 * mouse.el: Fix last change.
13669
13670 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13671
13672 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13673
13674 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13675
13676 * international/quail.el (quail-help): The output message is
13677 improved.
13678
13679 2000-09-26 Dave Love <fx@gnu.org>
13680
13681 * mouse.el (popup-menu): If POSITION is nil, set it using
13682 mouse-position.
13683
13684 2000-09-25 Sam Steingold <sds@gnu.org>
13685
13686 * net/browse-url.el (browse-url-file-url): Check for null maps.
13687
13688 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13689
13690 * frame.el (frame-notice-user-settings): Don't add a
13691 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13692
13693 * frame.el (frame-notice-user-settings):
13694 Make tool-bar-mode and default-frame-alist consistent.
13695
13696 * toolbar/tool-bar.el (tool-bar-help): New function.
13697
13698 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13699
13700 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13701 current-load-list in top-level forms. Else this leaks a cons cell
13702 every time a defun is called.
13703
13704 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13705
13706 2000-09-25 Dave Love <fx@gnu.org>
13707
13708 * startup.el (fancy-splash-head): Check XPM is available.
13709
13710 * autoinsert.el (auto-insert): Doc fix.
13711 (auto-insert-alist): Following GNU notices, don't say `copyright
13712 _by_'. Use line-beginning-position.
13713 (auto-insert): Check buffer-file-name is non-nil before use.
13714
13715 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13716
13717 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13718 starting with `@def' or `@multitable', in addition to ones
13719 specified by the user in auto-fill-inhibit-regexp.
13720
13721 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13722
13723 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13724 rmail-dont-reply-to-names matches the empty string.
13725
13726 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13727
13728 * startup.el (command-line-1, fancy-splash-text): Change the
13729 text to sound more friendly.
13730
13731 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13732
13733 * progmodes/hideshow.el: Update author email address.
13734 Generally, sync w/ maintainer version 5.22.
13735 (hs-hide-all-non-comment-function): New var.
13736 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13737 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13738 (hs-show-region): Delete this command.
13739 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13740
13741 2000-09-22 Dave Love <fx@gnu.org>
13742
13743 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13744 (hl-line-highlight): Specify buffer when moving overlay.
13745
13746 * progmodes/fortran.el (fortran-mode): Locally set
13747 normal-auto-fill-function.
13748 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13749 (fortran-mode-map): Adjust auto-fill menu entry.
13750
13751 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13752
13753 * vc-rcs.el (toplevel): Require `vc' when compiling.
13754
13755 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13756
13757 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13758
13759 * vc.el (vc-switch-backend): Signal an error if the file is not
13760 registered under the new backend.
13761
13762 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13763 without explicit revision number.
13764
13765 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13766
13767 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13768 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13769 (diff-xor): New function.
13770 (diff-find-source-location): Use it. Fix a stupid name clash.
13771 (diff-hunk-status-msg): New function.
13772 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13773 (diff-test-hunk): Use diff-find-source-location.
13774 (diff-goto-source): Favor the `reverse'.
13775 (diff-hunk-text): Properly handle one-sided context diffs.
13776 (diff-apply-hunk): When done, advance to the next hunk.
13777
13778 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13779
13780 * startup.el (command-line): If frame was created with a non-zero
13781 tool-bar-lines parameter, switch tool-bar-mode on.
13782
13783 * add-log.el (change-log-date-face, change-log-name-face)
13784 (change-log-email-face, change-log-file-face)
13785 (change-log-list-face, change-log-conditionals-face)
13786 (change-log-function-face, change-log-acknowledgement-face):
13787 New faces, inheriting from font-lock faces.
13788 (change-log-font-lock-keywords): Use them.
13789
13790 2000-09-21 Dave Love <fx@gnu.org>
13791
13792 * progmodes/cperl-mode.el (top-level): Clean up
13793 `eval-when-compile's and assorted defvars.
13794 (cperl-invalid-face): Don't double-quote value. Change custom
13795 type.
13796 (cperl-mode): Set normal-auto-fill-function and don't zap
13797 auto-fill-function.
13798 (cperl-imenu--function-name-regexp-perl): Renamed from
13799 imenu-example--function-name-regexp-perl.
13800 (cperl-imenu--create-perl-index): Renamed from
13801 imenu-example--create-perl-index.
13802 (cperl-xsub-scan): Don't require cl.
13803
13804 * msb.el (msb-mode-map): Use substitute-key-definition.
13805 (msb-mode): Use msb-mode-map.
13806
13807 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13808
13809 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13810 New functions.
13811 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13812 (vc-switch-backend): New function.
13813 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13814 (vc-register): Fix prompt.
13815 (vc-unregister, vc-default-unregister): New functions.
13816 (vc-version-diff): Handle empty buffer in sentinel.
13817
13818 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13819 (vc-rcs-state-heuristic): Use it to guess the state of files with
13820 non-strict locking.
13821 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13822 been set with -b, but not created yet.
13823 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13824 contents in order to find the state.
13825 (vc-rcs-checkin): Allow creation of branches with no changes.
13826 (vc-rcs-unregister, vc-rcs-receive-file)
13827 (vc-rcs-set-non-strict-locking): New functions.
13828
13829 * vc-hooks.el (vc-name): Force correct computation of the value
13830 in case it is missing.
13831
13832 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13833
13834 * startup.el (fancy-splash-tail): Use a different foreground
13835 color on a dark frame background.
13836
13837 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13838
13839 * info.el: Use the correct capitalization when making Info-mode
13840 and Info-edit-mode `special' modes.
13841
13842 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13843
13844 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13845 (diff-mode): Add support for add-log.el.
13846 (diff-hunk-text): Use char offsets rather than line offsets.
13847 (diff-find-source-location): Replace LINE with line-offset (nil
13848 if not found) and always set POS to a meaningful position.
13849 Adapt to the new char-offsets.
13850 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13851 Adapt to the new diff-find-source-location.
13852 (diff-goto-source): Adapt to the new diff-find-source-location.
13853
13854 * add-log.el (add-log-file-name): New function (split out of
13855 add-change-log-entry).
13856 (add-change-log-entry): Use it.
13857 Call add-log-file-name-function with the changelog file name if
13858 the current buffer is not associated with any file.
13859 Avoid find-file if the selected window is dedicated.
13860
13861 * diff-mode.el (diff-find-source-location):
13862 Move code from diff-apply-hunk. Return buffer rather than file.
13863 (diff-apply-hunk): Use the new result from diff-find-source-location.
13864 (diff-goto-source): Use the new diff-find-source-location.
13865
13866 2000-09-20 Dave Love <fx@gnu.org>
13867
13868 * iswitchb.el: Some doc fixes.
13869 (iswitchb-mode-map): Define completely initially. Inherit
13870 minibuffer-local-map.
13871 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13872 fundamental-mode.
13873 (iswitchb-global-map): New variable.
13874 (iswitchb-summaries-to-end): Amalgamate regexps.
13875 (iswitchb-mode): New.
13876 (iswitchb-mode-hook): New variable.
13877 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13878 `extensions'.
13879
13880 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13881
13882 * ehelp.el (electric-help): New defgroup.
13883 (electric-help-shrink-window): New user-option.
13884 (with-electric-help): Use it.
13885
13886 * window.el (shrink-window-if-larger-than-buffer): If face
13887 `mode-line' has a :box, and we're on a graphical frame, add 1
13888 to the needed window height.
13889
13890 * frame.el (frame-notice-user-settings): Add a last parameter nil
13891 to a call to `append', because the last list passed to `append' is
13892 not copied, and so subsequent calls to assq-delete-all will modify
13893 default-frame-alist.
13894
13895 * startup.el (fancy-splash-image): Change :type.
13896 (fancy-splash-head): Use an XBM image if appropriate.
13897 (command-line-1): Show splash screens in more cases.
13898
13899 * startup.el (fancy-splash-text): Don't quote faces.
13900
13901 * dired.el (dired-font-lock-keywords): Undo last change.
13902 (dired-readin): Bind indent-tabs-mode to nil.
13903
13904 * startup.el (fancy-splash-head): If frame's background mode
13905 is `dark', change the black background of the image to gray.
13906 (fancy-splash-screens): Display startup echo area message.
13907 (display-startup-echo-area-message): New function.
13908
13909 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13910
13911 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13912
13913 * info.el (info-header-node): Tweak for color ttys.
13914
13915 * faces.el (face-valid-attribute-values): Make sure directories we
13916 search for stipples both exist and are readable before trying to
13917 search them.
13918
13919 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13920 in the dry-run case.
13921
13922 * jka-compr.el (with-auto-compression-mode): New macro.
13923
13924 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13925 (custom-group-tag-face, custom-variable-tag-face): Use relative
13926 :height and inherit from `variable-pitch' face instead of
13927 hardwiring :family.
13928 * hi-lock.el (hi-black-hb): Likewise.
13929
13930 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13931 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13932 toolbar-add-item, if image doesn't have a mask add a `:mask
13933 heuristic'.
13934
13935 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13936
13937 * diff-mode.el: Docstring fixes.
13938 (diff-header-face, diff-comment-face): New faces.
13939 (diff-font-lock-keywords): Highlight a bit differently.
13940 (diff-find-source-location): Don't return SPAN any more.
13941 (diff-hunk-text): Don't bother erasing the temp buffer.
13942 (diff-find-text): Drop argument LINE.
13943 (diff-apply-hunk): Update calls to diff-find-text.
13944 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13945
13946 * calendar/calendar.el: Docstring fixes.
13947 (calendar-make-alist): Don't quote lambda.
13948 (calendar-star-date): Use make-local-variable.
13949
13950 2000-09-19 Dave Love <fx@gnu.org>
13951
13952 * toolbar/tool-bar.el: Renamed from toolbar.el.
13953 Change `toolbar' to `tool-bar' generally in symbols.
13954 Make some items invisible in `special' major modes.
13955 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13956 Add arg PROPS.
13957
13958 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13959 Add :version here.
13960 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13961
13962 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13963
13964 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13965
13966 * files.el (find-file-suppress-same-file-warnings): New user-option.
13967 (find-file-noselect): Use it.
13968
13969 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13970 (fancy-splash-screen): Defgroup.
13971
13972 * add-log.el (change-log-font-lock-keywords): Match names
13973 more exactly for the case that font-lock-constant-face is
13974 underlined.
13975
13976 2000-09-19 Richard M. Stallman <rms@gnu.org>
13977
13978 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13979
13980 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13981
13982 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13983
13984 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13985
13986 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13987 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13988 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13989 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13990 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13991 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13992 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13993 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13994 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13995 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13996 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13997 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13998
13999 * startup.el (fancy-splash-text): New variable.
14000 (fancy-splash-delay, fancy-splash-image): New user-options.
14001 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
14002 (fancy-splash-screens): New functions.
14003 (command-line-1): If display has a `display' frame parameter, has
14004 colors, and we have XPM support, show more fancy splash screens.
14005
14006 2000-09-19 Dave Love <fx@gnu.org>
14007
14008 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
14009 with null `help'. Use modern backquote syntax.
14010
14011 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14012
14013 * font-lock.el (font-lock-mode): Change message telling the user
14014 that ``the buffer is too big''.
14015
14016 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
14017 for instance for the case that tab-width is 2.
14018
14019 2000-09-18 Gerd Moellmann <gerd@gnu.org>
14020
14021 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
14022 toolbar-add-item, if image doesn't have a mask add a `:mask
14023 heuristic'.
14024
14025 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
14026
14027 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
14028 and return a cons if it's non-nil.
14029 (diff-apply-hunk): Try to jump to the line in the source text
14030 corresponding to the position of point in the in the hunk.
14031
14032 * info.el (Info-title-3-face, Info-title-2-face)
14033 (Info-title-1-face): Use face inheritance and relative sizes
14034 instead of hard-wiring things.
14035
14036 * faces.el (secondary-selection): Make dark-background variant sane.
14037
14038 2000-09-16 Andrew Innes <andrewi@gnu.org>
14039
14040 * makefile.w32-in (compile-files-CMD): No need to make .elc files
14041 read-only, since they aren't under VC now.
14042
14043 2000-09-17 Dave Love <fx@gnu.org>
14044
14045 * tmm.el: Replace mapcar with mapc in several places.
14046
14047 * loadhist.el (unload-feature): Maybe call elp-restore-list and
14048 ad-unadvise.
14049
14050 * international/latin1-disp.el: New file.
14051
14052 * calendar/cal-move.el (scroll-calendar-left)
14053 (scroll-calendar-right): Make arg optional (for active mode line).
14054
14055 * calendar/calendar.el (calendar-mode-line-format): Make fields
14056 mouse-sensitive.
14057 (calendar-read-date, calendar-read-date, calendar-window-list):
14058 Unquote lambda.
14059 (calendar-month-name): Use aref, not sref.
14060
14061 * view.el (minor-mode-alist): Propertize the string.
14062
14063 * international/characters.el (standard-case-table): Add entries
14064 for Greek.
14065
14066 2000-09-18 Miles Bader <miles@gnu.org>
14067
14068 * info.el (info-node, info-xref): Add dark-background variants.
14069
14070 * faces.el (header-line): Change defaults to be less confusing
14071 when mixed with mode-lines.
14072
14073 * info.el (Info-fontify-node): Make a few cleanups.
14074 Add extra `help-echo' and `local-map' props to node xrefs.
14075 Use header-specific faces for node-names & xrefs.
14076 (Info-use-header-line): New variable.
14077 (info-header-xref, info-header-node): New faces.
14078 (Info-setup-header-line): New function.
14079 (Info-select-node): Call Info-setup-header-line when enabled.
14080 (Info-extract-pointer): Work even if the header line is hidden.
14081 (Info-header-line): New variable.
14082
14083 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
14084
14085 * vms-patch.el (print-region-function): Don't quote lambda.
14086
14087 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
14088
14089 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
14090 (lm-get-header-re): Allow spaces between the header and the colon.
14091 (lm-header): Allow $ in non-RCS headers.
14092 (lm-header-multiline): Put the strings back into order.
14093 Stop at an empty line. Don't require two space chars if the
14094 line is clearly not another header line.
14095
14096 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
14097 (popup-menu-popup): Remove.
14098
14099 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14100
14101 * toolbar/toolbar.el (toolbar-add-item): Use the same image
14102 specification if or if not tool-bar item contains an `:enabled'
14103 property.
14104
14105 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
14106 current buffer has no file name.
14107
14108 2000-09-15 Dave Love <fx@gnu.org>
14109
14110 * strokes.el: Sync with maintainer's current version with changes
14111 for Emacs, but avoid runtime cl and levents.
14112 (toplevel): Change autoloads and compilation requires.
14113 (strokes-version, strokes-bug-address, strokes-lift): Values
14114 changed.
14115 (strokes-xpm-header, strokes-insinuated): New variable.
14116 (strokes): Add :link.
14117 (strokes-mode): Customized.
14118 (strokes-while-inhibiting-garbage-collector): New macro.
14119 (strokes-remassoc): Avoid remove-if.
14120 (strokes-fix-button2-command): Don't use ad-do-it.
14121 (strokes-insinuate): New function.
14122 (strokes-button-press-event-p, strokes-button-release-event-p):
14123 New functions, used instead of non-`strokes-' versions..
14124 (strokes-mouse-event-p): Rewritten.
14125 (strokes-event-closest-point): Avoid event-point.
14126 (strokes-get-grid-position): Avoid cdadr, caadr
14127 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
14128 functions.
14129 (strokes-help): Use with-output-to-temp-buffer.
14130 (strokes-window-configuration-changed-p): New function.
14131 (strokes-update-window-configuration): Use buffer-live-p,
14132 strokes-window-configuration-changed-p.
14133 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
14134 (strokes-char-face): New face.
14135 (strokes-char-table, strokes-base64-chars): New variable.
14136 (strokes-xpm-for-stroke, strokes-list-strokes)
14137 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
14138 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
14139 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14140 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
14141 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
14142 functions.
14143
14144 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14145
14146 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
14147
14148 * image.el (create-image): Doc fix.
14149
14150 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
14151 instead of `:heuristic-mask t'.
14152
14153 2000-09-14 Andrew Innes <andrewi@gnu.org>
14154
14155 * makefile.w32-in: Revert to Unix line endings.
14156
14157 2000-09-14 Andrew Innes <andrewi@gnu.org>
14158
14159 * makefile.w32-in: Add bootstrap support. Also copy lisp source
14160 when installing.
14161
14162 * makefile.nt (DONTCOMPILE): Fix typo.
14163
14164 * shell.el (shell-write-history-on-exit): New function.
14165 (shell-dumb-shell-regexp): New custom variable.
14166 (shell-mode): Make shell-write-history-on-exit the process
14167 sentinel if shell name matches shell-dumb-shell-regexp.
14168
14169 * w32-fns.el: Comment out before-init-hook function which resets
14170 source-directory based; this breaks bootstrap.
14171
14172 2000-09-14 Dave Love <fx@gnu.org>
14173
14174 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
14175 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
14176 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
14177 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
14178 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
14179 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
14180 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
14181 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14182 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14183
14184 * toolbar/toolbar.el: New.
14185
14186 * subdirs.el: Add toolbar.
14187
14188 2000-09-14 Gerd Moellmann <gerd@gnu.org>
14189
14190 * indent.el (indent-for-tab-command): Doc fix.
14191
14192 2000-09-14 Alex Schroeder <alex@gnu.org>
14193
14194 * ansi-color.el (ansi-colors): Doc change.
14195 (ansi-color-get-face): Simplified regexp.
14196 (ansi-color-faces-vector): Added more faces, doc change.
14197 (ansi-color-names-vector): Doc change.
14198 (ansi-color-regexp): Simplified regexp.
14199 (ansi-color-parameter-regexp): New regexp.
14200 (ansi-color-filter-apply): Doc change.
14201 (ansi-color-filter-region): Doc change.
14202 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14203 deal with zero length parameters.
14204 (ansi-color-apply-on-region): Doc change.
14205 (ansi-color-map): Doc change.
14206 (ansi-color-map-update): Removed debugging message.
14207 (ansi-color-get-face-1): Added condition-case to trap
14208 args-out-of-range errors.
14209 (ansi-color-get-face): Doc change.
14210 (ansi-color-make-face): Removed.
14211 (ansi-color-for-shell-mode): New option.
14212
14213 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14214
14215 * international/quail.el (quail-start-translation): Translate KEY
14216 if necessary even if it doesn't have any mapping in the current
14217 input method.
14218 (quail-start-conversion): Likewise.
14219 (quail-help): The output message is improved.
14220
14221 2000-09-13 Miles Bader <miles@gnu.org>
14222
14223 * comint.el (comint-output-filter): Revert to using
14224 `insert-before-markers'. Add bletcherous hack to undo damage
14225 caused by `insert-before-markers'. Put `front-sticky' property on
14226 overlays created here so that the field code understands how the
14227 overlay works. Use a let when making comint-last-prompt-overlay,
14228 so that the code is easier to read.
14229
14230 2000-09-13 Dave Love <fx@gnu.org>
14231
14232 * wid-edit.el (widget-default-format-handler): DTRT when
14233 doc-property is a function.
14234
14235 2000-09-12 Francesco Potorti` <pot@gnu.org>
14236
14237 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14238 filed name if it's not there.
14239
14240 2000-09-12 Dave Love <fx@gnu.org>
14241
14242 * simple.el (read-mail-command): Doc fix.
14243 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14244
14245 * vc.el (vc-dired-listing-switches): Fix :version.
14246
14247 * vc-hooks.el: Doc fixes.
14248
14249 * subr.el (add-minor-mode): Use toggle-fun arg.
14250
14251 * speedbar.el: Add :version to several defcustoms.
14252
14253 * imenu.el (imenu--truncate-items, imenu--cleanup)
14254 (imenu--generic-function): Avoid mapcar.
14255 (imenu--replace-spaces): Function removed.
14256 (imenu--completion-buffer): Use subst-char-in-string.
14257 (imenu-add-to-menubar): Use keymap inheritance.
14258
14259 2000-09-12 Miles Bader <miles@gnu.org>
14260
14261 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14262 (diff-mode-map): Bind `diff-test-hunk'.
14263 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14264
14265 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14266
14267 * bytecomp.el (byte-compile-defvar): Undo last change
14268 because it breaks '(make-variable-buffer-local (defvar ...)'
14269 which is used at least in dired.
14270
14271 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14272
14273 * international/quail.el (quail-define-package): Docstring
14274 modified.
14275
14276 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14277
14278 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14279 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14280 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14281 docstring of "chinese-py".
14282
14283 * international/quail.el (quail-translation-docstring): New
14284 variable.
14285 (quail-show-keyboard-layout): Docstring modified.
14286 (quail-select-current): Likewise.
14287 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14288 infinite recursive call.
14289 (quail-help): Check quail-translation-docstring. Format of the
14290 output changed.
14291 (quail-help-insert-keymap-description): Adjusted for the above
14292 change.
14293
14294 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14295
14296 * bytecomp.el (byte-compile-defvar): Only cons onto
14297 current-load-list in top-level forms. Else this leaks a cons cell
14298 every time a defun is called.
14299
14300 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14301
14302 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14303 Now understands non-unified diffs. Some functionality moved into
14304 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14305 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14306 modify anything. Only reposition point in the patched file if the
14307 patch succeeds. Only pop up another window if POPUP is true.
14308 Emit a message describing what happened if successful, and at what
14309 line-offset. Automatically detect reversed hunks and do something
14310 appropriate.
14311 (diff-hunk-text, diff-find-text): New functions.
14312 (diff-filter-lines): Function removed.
14313 (diff-test-hunk): New function.
14314 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14315
14316 2000-09-10 Dave Love <fx@gnu.org>
14317
14318 * textmodes/tildify.el: Minor doc/commentary fixes.
14319 (tildify) <defgroup>: Add :version.
14320
14321 * faces.el (face-x-resources): Make custom type more specific.
14322 (frame-background-mode): Use mapc.
14323 (region) <defcustom>: Add :version.
14324
14325 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14326
14327 * vc-sccs.el (vc-sccs-register):
14328 * vc-rcs.el (vc-rcs-register):
14329 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14330 * vc.el (vc-register): Clear file's properties.
14331
14332 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14333
14334 * faces.el (face-spec-set): Only face-spec-reset-face when
14335 ATTRS is non-nil.
14336
14337 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14338
14339 * help.el (help-insert-xref-button): Fix a typo in doc string.
14340
14341 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14342
14343 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14344 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14345 methods.
14346
14347 * menu-bar.el (read-mail-item-name): New function.
14348 (menu-bar-tools-menu): Use it to compute and display the package
14349 used to read email.
14350 (menu-bar-tools-menu): Fix typo in GUD's help string.
14351
14352 2000-09-07 Dave Love <fx@gnu.org>
14353
14354 * diff-mode.el (diff-mouse-goto-source): New function.
14355
14356 * vc-sccs.el: Doc fixes.
14357 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14358
14359 * vc-rcs.el: Doc fixes.
14360 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14361 (vc-rcs-checkout-switches, vc-rcs-header)
14362 (vc-rcs-master-templates): Add or change :version.
14363
14364 * vc-cvs.el: Doc fixes.
14365 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14366 (vc-cvs-stay-local): Add :version.
14367
14368 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14369
14370 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14371
14372 * international/quail.el (quail-help): Fix previous change.
14373
14374 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14375
14376 * faces.el (color-values): Doc fix.
14377
14378 * faces.el (frame-set-background-mode): Use frame-parameter
14379 instead of frame-parameters.
14380
14381 * frame.el (filtered-frame-list): Reduce consing.
14382 (frames-on-display-list): Call frame-parameter instead of
14383 frame-parameters.
14384
14385 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14386
14387 * language/devan-util.el (devanagari-to-indian-region): In the
14388 loop, change the following char, not preceding char.
14389
14390 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14391
14392 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14393 instead of frame-parameters.
14394
14395 * faces.el (set-face-attribute): Simplify by calling
14396 internal-set-lisp-face-attribute with FRAME being 0.
14397
14398 * vc.el: Remove `Id' version control keyword.
14399
14400 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14401
14402 * help.el (help-make-xrefs): Adjusted for the change of
14403 help-xref-mule-regexp.
14404 (help-insert-xref-button): New function.
14405
14406 * international/mule-cmds.el (help-xref-mule-regexp-template):
14407 Include the pattern for character set.
14408 (leim): New group.
14409
14410 * international/quail.el: Don't require face.
14411 (quail): New group.
14412 (quail-other-command): Dummy command to make quail-help work better.
14413 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14414 (quail-keyboard-layout-substitution): New variable.
14415 (quail-update-keyboard-layout): New function.
14416 (quail-keyboard-layout-type): New customizable variable.
14417 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14418 (quail-keyboard-translate): Pay attention to
14419 quail-keyboard-layout-substitution.
14420 (quail-insert-kbd-layout): New function.
14421 (quail-show-keyboard-layout): New function.
14422 (quail-get-translation): If the definition is a vector of length
14423 1, and the element is a string of length 1, return the character
14424 in that string.
14425 (quail-update-current-translations): Fix the case of
14426 relative-index out of range.
14427 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14428 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14429 Show key sequences for all available characters.
14430 (quail-help-insert-keymap-description): Don't show such verbose
14431 key bindings as quail-self-insert-command.
14432
14433 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14434 Format changed, and each element now have extra documentations.
14435 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14436 Adjusted for the change of quail-cxterm-package-ext-info.
14437
14438 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14439
14440 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14441 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14442 during bootstrap.
14443
14444 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14445
14446 * vc.el: (toplevel): Don't require `dired' at run-time.
14447 (vc-dired-resynch-file): Remove autoload cookie.
14448
14449 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14450
14451 * vc.el: Made several backend functions optional.
14452 (vc-default-responsible-p): New function.
14453 (vc-merge): Use RET for first version to trigger merge-news, not
14454 prefix arg.
14455 (vc-annotate): Handle backends that do not support annotation.
14456 (vc-default-merge-news): Removed. The existence of a merge-news
14457 implementation is now checked on caller sites.
14458
14459 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14460 case.
14461
14462 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14463 special case that has been removed from the default in vc-hooks.el.
14464
14465 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14466
14467 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14468
14469 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14470
14471 * vc-hooks.el: Require vc during compilation.
14472 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14473 macro `with-vc-properties' in vc.el.
14474 (vc-file-getprop): Doc fix.
14475 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14476
14477 * vc.el: Require dired-aux during compilation.
14478 (vc-name-assoc-file): Moved to vc-sccs.el.
14479 (with-vc-properties): New macro.
14480 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14481 vc-finish-steal): Use it.
14482 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14483 to the backend-specific function is now supposed to do the checkout,
14484 too.
14485 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14486
14487 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14488 set file properties; that gets done in the generic code now.
14489
14490 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14491 Changed parameter list, added code from vc.el that does the
14492 checkout, possibly with a double-take.
14493
14494 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14495 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14496 the above under the new name.
14497 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14498 parameter list, added checkout command.
14499 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14500 properties; that gets done in the generic code now.
14501
14502 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14503
14504 * vc.el: Docstring fixes (courtesy of checkdoc).
14505
14506 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14507
14508 * vc.el (vc-checkout-writable-buffer-hook)
14509 (vc-checkout-writable-buffer): Remove.
14510 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14511 (vc-log-mode): Make it into a clean derived major mode.
14512 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14513 vc-log-mode if log-edit is not available.
14514 (vc-dired-mode-map): Don't set-keymap-parent yet.
14515 (vc-dired-mode): Do set-keymap-parent here.
14516 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14517
14518 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14519
14520 * faces.el (set-face-attribute, face-spec-reset-face)
14521 (face-spec-set): Avoid consing by removing calls to `apply'.
14522
14523 * frame.el (frame-parameter): Move to C code.
14524
14525 2000-09-05 Dave Love <fx@gnu.org>
14526
14527 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14528 insert-before-markers-and-inherit. Now checked systematically!
14529
14530 2000-09-05 Alex Schroeder <alex@gnu.org>
14531
14532 * sql.el (sql-postgres): Use sql-postgres-options.
14533 (sql-postgres-options): New variable.
14534
14535 2000-09-05 Alex Schroeder <alex@gnu.org>
14536
14537 * sql.el (sql-mode-menu): Work around missing variable mark-active
14538 in XEmacs.
14539 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14540 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14541 compatibility.
14542
14543 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14544
14545 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14546
14547 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14548
14549 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14550
14551 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14552
14553 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14554 don't support anything else under SCCS yet.
14555
14556 * vc-hooks.el: Minor doc fixes.
14557
14558 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14559
14560 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14561 not necessary. If verbose in state `needs-patch', do the same as
14562 under `up-to-date'. When NOT verbose and `needs-patch', check out
14563 latest version instead of `merge-news'.
14564 (vc-next-action-dired): Don't mess with default-directory here; it
14565 breaks other parts of dired. It is the job of the
14566 backend-specific functions to adjust it temporarily if they need it.
14567 (vc-next-action): Remove a special CVS case.
14568 (vc-clear-headers): New optional arg FILE.
14569 (vc-checkin, vc-checkout): Set properties vc-state and
14570 vc-checkout-time properly.
14571 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14572 (vc-print-log): Use new backend function `show-log-entry'.
14573 (vc-cancel-version): Do the checks in a different order. Added a
14574 FIXME concerning RCS-only code.
14575
14576 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14577 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14578
14579 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14580
14581 * vc-hooks.el (vc-default-mode-line-string): Show state
14582 `needs-patch' as a `-' too.
14583
14584 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14585
14586 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14587 (vc-default-could-register): New function.
14588 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14589 (vc-resynch-buffer): Call vc-dired-resynch-file.
14590 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14591 vc-resynch-buffer instead of vc-resynch-window.
14592 (vc-next-action-dired): Don't redisplay here, that gets done as a
14593 result of the individual file operations.
14594 (vc-retrieve-snapshot): Corrected prompt order.
14595
14596 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14597
14598 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14599 as well.
14600 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14601 hostname regexps. Updated all callers.
14602 (vc-cvs-responsible-p): Handle directories as well.
14603 (vc-cvs-could-register): New function.
14604 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14605 properties up-to-date.
14606
14607 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14608 user whether to create one.
14609
14610 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14611
14612 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14613 check out a non-existing file.
14614
14615 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14616 workfile does not exist.
14617
14618 * vc.el (vc-version-diff): Use `require' to check for existence of
14619 diff-mode.
14620
14621 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14622
14623 * vc-cvs.el (vc-cvs-registered): Use new function
14624 vc-cvs-parse-entry to do the actual work.
14625
14626 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14627
14628 * vc-hooks.el (vc-find-backend-function): If function doesn't
14629 exist, return nil instead of error.
14630 (vc-call-backend): Doc fix.
14631
14632 * vc.el (vc-do-command): Doc fix.
14633 (vc-finish-logentry): When checking in from vc-dired, choose the
14634 right backend for logentry check.
14635 (vc-dired-mode-map): Inherit from dired-mode-map.
14636 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14637 simplified.
14638 (vc-dired-state-info): Removed, updated caller.
14639 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14640 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14641 (vc-dired-listing-switches): New variable.
14642 (vc-directory): Use it, instead of dired-listing-switches.
14643
14644 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14645 (vc-cvs-dir-state): New function.
14646 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14647 (vc-cvs-parse-entry): New function, also to be used in
14648 vc-cvs-registered.
14649
14650 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14651
14652 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14653 *or* single-window-frames.
14654
14655 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14656
14657 * vc.el (vc-update-changelog): Split into generic part and default
14658 implementation. Doc string adapted.
14659 (vc-default-update-changelog): New function. Call the `rcs2log'
14660 script in exec-directory, to fix a long-standing nuisance.
14661
14662 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14663 simply signals an error.
14664
14665 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14666
14667 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14668 control-flow more clear and to avoid running `cvs' twice.
14669
14670 * vc.el (vc-next-action-on-file): Doc fix.
14671 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14672 (vc-print-log): Eval `file' before constructing the continuation.
14673
14674 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14675
14676 * vc.el (vc-next-action-on-file): Corrected several messages.
14677 (vc-merge): Add prefix arg `merge-news'; handle it.
14678
14679 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14680 is not reached. It is.
14681 (vc-cvs-merge): Set state to 'edited after merge.
14682 (vc-cvs-merge-news): Set workfile version to nil if not known.
14683 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14684
14685 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14686 via stdout. (Merge from main line.)
14687
14688 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14689
14690 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14691 detection.
14692
14693 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14694
14695 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14696 against kill-all-local-variables.
14697 (vc-log-edit): Don't save vc-parent-buffer any more.
14698 (vc-last-comment-match): Initialize to an empty string.
14699 (vc-post-command-functions): New hook.
14700 (vc-do-command): Run it.
14701 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14702 (vc-finish-logentry): Only add the comment to the ring if it's
14703 different from the last comment entered.
14704 (vc-new-comment-index): New function.
14705 (vc-previous-comment): Use it. Make the minibuffer message
14706 slightly less terse.
14707 (vc-comment-search-reverse): Make it work forward as well. Don't
14708 set vc-comment-ring-index if no match is found. Use
14709 vc-new-comment-index.
14710 (vc-comment-search-forward): Use vc-comment-search-reverse.
14711 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14712 define-derived-mode will do it for us. Bind `v' to a keymap that
14713 inherits from vc-prefix-map so that we can bind `vt' without
14714 binding C-x v t.
14715 (vc-retrieve-snapshot): Parenthesis typo.
14716
14717 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14718 to 1. Make sure to switch to *vc* before looking for an error
14719 message. Use vc-parse-buffer.
14720
14721 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14722
14723 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14724 and NAME.
14725 (vc-retrieve-snapshot): Split into two parts.
14726 (vc-default-retrieve-snapshot): New function.
14727
14728 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14729 (vc-cvs-retrieve-snapshot): New function (untested).
14730 (vc-cvs-stay-local): Default to t.
14731 (vc-cvs-remote-p): New function and property.
14732 (vc-cvs-state): Stay local only if the above is t.
14733 (vc-handle-cvs): Removed.
14734 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14735 done via vc-handled-backends now.
14736 (vc-cvs-header): Escape Id.
14737
14738 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14739
14740 * vc.el (vc-do-command): Remove unused commands.
14741 (vc-version-diff): Make sure default-directory ends with a slash.
14742 Move the window commands into a vc-exec-after.
14743 (vc-print-log): Move more of the code into the `vc-exec-after'.
14744
14745 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14746
14747 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14748 (vc-print-log): Search current revision from beginning of buffer.
14749 (vc-revert-buffer): Clear echo area after the diff is finished.
14750 (vc-prefix-map): Removed definition of "t" for terse display in vc
14751 dired.
14752 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14753 definition of "vt" for terse display.
14754 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14755
14756 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14757
14758 * vc.el (vc-exec-after): Avoid caddr.
14759
14760 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14761
14762 * vc.el (vc-exec-after): New function.
14763 (vc-do-command): Use it to add a termination message for async
14764 procs.
14765 (vc-checkout): Try to handle a missing-backend situation.
14766 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14767 of a directory with a backend using async diffs.
14768 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14769 present.
14770
14771 * vc-sccs.el (vc-sccs-state-heuristic): Use
14772 file-ownership-preserved-p.
14773
14774 * vc-rcs.el (vc-rcs-state-heuristic): Use
14775 file-ownership-preserved-p.
14776 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14777
14778 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14779
14780 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14781 vc-do-command.
14782
14783 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14784 when there are no changes.
14785
14786 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14787
14788 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14789
14790 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14791
14792 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14793
14794 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14795
14796 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14797 the `fset' outside of the defvar so that it works even if
14798 vc-prefix-map was already defined.
14799 (vc-setup-buffer): New function, split out of vc-do-command.
14800 (vc-do-command): Allow BUFFER to be t to mean `just use the
14801 current buffer without any fuss'.
14802 (vc-version-diff): Change the `diff' backend operation to just put
14803 the diff in the current buffer without erasing it. Always use
14804 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14805 shrink-window-if-larger-than-buffer.
14806 (vc-print-log): Change the `print-log' backend operation to just
14807 put the log in the current buffer without erasing it. Protect
14808 shrink-window-if-larger-than-buffer.
14809 (vc-update-change-log): Fix setd typo.
14810
14811 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14812 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14813
14814 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14815 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14816 CMP.
14817
14818 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14819 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14820 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14821
14822 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14823
14824 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14825 not possible, use vc-BACKEND-workfile-unchanged-p.
14826 (vc-default-workfile-unchanged-p): New function. Delegates to a
14827 full vc-BACKEND-diff.
14828
14829 * vc-hooks.el (vc-simple-command): Removed.
14830
14831 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14832 instead of vc-simple-command.
14833 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14834 avoid doing a diff when opening a file.
14835 (vc-rcs-state): Added check for unlocked-changes.
14836 (vc-rcs-header): Escape Id.
14837 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14838 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14839 version.
14840
14841 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14842 (vc-sccs-diff): Remove optional arg CMP.
14843 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14844 SCCS-specific function.
14845
14846 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14847 vc-simple-command.
14848
14849 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14850
14851 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14852 (with-vc-file, vc-merge): Use vc-editable-p.
14853 (vc-do-command): Remove unused var vc-file and fix the
14854 doubly-defined `status' var. Add a user message when starting an
14855 async command.
14856 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14857 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14858 Use with-current-buffer.
14859 (vc-buffer-sync): Use unless.
14860 (vc-next-action-on-file): If the file is 'edited by read-only,
14861 make it read-write instead of trying to commit.
14862 (vc-version-diff, vc-update-change-log): Use `setq
14863 default-directory' rather than `cd'.
14864 (vc-log-edit): Don't forget to set default-directory in the
14865 buffer.
14866
14867 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14868 (vc-sccs-state-heuristic): Use file-writable-p instead of
14869 comparing userids.
14870 (vc-sccs-checkout): Use `unless'.
14871
14872 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14873 of comparing userids.
14874 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14875 Simplify the logic by eliminating unreachable code.
14876 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14877 just do a recursive call if we need to retry.
14878 (vc-rcs-checkout): Handle the case where rcs is missing by making
14879 the buffer read-write if requested and re-signalling the error.
14880
14881 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14882
14883 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14884
14885 * vc-hooks.el (vc-handled-backends): Docstring change.
14886 (vc-ignore-vc-files): Mark obsolete.
14887 (vc-registered): Check vc-ignore-vc-files.
14888 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14889 vc-ignore-vc-files.
14890
14891 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14892
14893 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14894
14895 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14896 files since ange-ftp already has vc-registered return nil.
14897
14898 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14899 (vc-sccs-workfile-version): Use with-temp-buffer and new
14900 vc-parse-buffer and don't bother setting the property.
14901 (vc-sccs-add-triple): Use with-current-buffer and
14902 find-file-noselect.
14903 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14904
14905 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14906 derives from the old vc-parse-buffer but uses the revision number
14907 rather than the date (much easier to compare robustly).
14908 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14909 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14910 locking-user more directly. Check strict locking and set
14911 checkout-model appropriately.
14912 (vc-rcs-parse-locks): Remove.
14913 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14914 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14915 (vc-rcs-system-release): Use with-current-buffer and
14916 vc-parse-buffer.
14917 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14918
14919 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14920 (vc-simple-command): Docstring fix.
14921 (vc-registered): Align the way the file-handler is called with the
14922 way the function itself works.
14923 (vc-file-owner): Remove.
14924
14925 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14926 extraction of fields and call to file-attributes because of a
14927 temporary bug in rcp.el.
14928 (vc-cvs-fetch-status): Use with-current-buffer.
14929
14930 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14931
14932 * vc.el (vc-do-command): Use file-relative-name.
14933 (vc-responsible-backend): Use vc-backend if possible.
14934 (vc-create-snapshot): Improve the `interactive' spec. Add support
14935 for branches and dispatch to backend-specific `create-snapshot'.
14936 (vc-default-create-snapshot): New function, containing the bulk of
14937 the old vc-create-snapshot.
14938 (vc-retrieve-snapshot): Improve the interactive spec.
14939
14940 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14941 (vc-backend-hook-functions): Remove.
14942 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14943 (vc-backend): Reintroduce the test for `file = nil' now that I
14944 know why it was there (and added a comment to better remember).
14945
14946 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14947 code from vc-sccs-hooks.el.
14948 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14949 'vc anymore.
14950 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14951 and file-directory-p instead of file-exists-p.
14952 (vc-sccs-check-headers): Simplify the regexp.
14953
14954 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14955 from vc-rcs-hooks.el. Don't require 'vc anymore.
14956 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14957 file-directory-p instead of file-exists-p.
14958
14959 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14960 from vc-cvs-hooks.el.
14961 (proto vc-cvs-registered): Require 'vc-cvs instead of
14962 'vc-cvs-hooks. Don't require 'vc anymore.
14963 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14964 file-directory-p instead of file-exists-p.
14965 (vc-cvs-create-snapshot): New function, replacing
14966 vc-cvs-assign-name.
14967 (vc-cvs-assign-name): Remove.
14968
14969 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14970
14971 * vc-cvs.el (vc-cvs-header): New var.
14972
14973 * vc-rcs.el (vc-rcs-exists): Remove.
14974 (vc-rcs-header): New var.
14975
14976 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14977 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14978 (vc-sccs-header): New var.
14979
14980 * vc.el (vc-do-command): Get rid of the `last' argument.
14981 (vc-header-alist): Remove, replaced by vc-X-header.
14982 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14983 (vc-dired-hook): Use expand-file-name instead of concat.
14984 (vc-directory): Use file-name-as-directory.
14985 (vc-snapshot-precondition, vc-create-snapshot)
14986 (vc-retrieve-snapshot): Allow the command to operate on any
14987 directory.
14988
14989 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14990 just removing the 'WORKFILE argument or by removing the 'MASTER
14991 argument and replacing `file' with (vc-name file).
14992
14993 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14994
14995 * vc.el: Update Copyright and add a crude list of backend funs.
14996 (vc-writable-p): New function.
14997 (with-vc-file): Use vc-writable-p.
14998 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14999 (vc-register): Avoid vc-name.
15000 (vc-locking-user): Remove.
15001 (vc-steal-lock): Make the `owner' arg non-optional.
15002 (vc-merge): Use vc-writable-p instead of vc-locking-user and
15003 vc-checkout-model.
15004 (vc-default-dired-state-info): Use vc-state instead of
15005 vc-locking-user and return special strings for special states.
15006 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
15007 and get rid of one of the special CVS cases.
15008 (vc-cancel-version): prettify error message with \\[...].
15009 (vc-rename-master): New function.
15010 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
15011 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
15012 the CVS special case generic.
15013 (vc-default-record-rename): Remove.
15014 (vc-file-tree-walk-internal): Only call FUNC for files that are
15015 under control of some VC backend and replace `concat' with
15016 expand-file-name.
15017 (vc-file-tree-walk): Update docstring.
15018 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
15019 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
15020
15021 * vc-sccs.el (vc-sccs-rename-file): Renamed from
15022 vc-sccs-record-rename. Use `find-file-noselect' rather than
15023 `find-file' and call `vc-rename-master' to do the actual move.
15024 (vc-sccs-diff): Remove unused `backend' variable.
15025
15026 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
15027 to delay loading of vc-sccs until it is really used.
15028 (vc-sccs-master-templates): Preload.
15029 (vc-sccs-state): Update call to vc-sccs-parse-locks.
15030 (vc-sccs-project-dir): Remove (merged into
15031 vc-sccs-search-project-dir).
15032 (vc-sccs-search-project-dir): Rewrite using file name handling ops
15033 rather than `concat', make sure it is preloaded and don't bother
15034 to check that the file actually exists.
15035 (vc-sccs-parse-locks): Remove unused `file' argument, remove
15036 `locks' argument (use buffer's content instead) and eliminate n^2
15037 behavior.
15038
15039 * vc-rcs.el: Update Copyright.
15040 (vc-rcs-rename-file): New function.
15041 (vc-rcs-diff): Remove unused `backend' variable.
15042
15043 * vc-hooks.el: Update Copyright.
15044 (vc-backend): Don't accept a nil argument any more.
15045 (vc-up-to-date-p): Turn into a defsubst.
15046 (vc-possible-master): New function.
15047 (vc-check-master-templates): Use `vc-possible-master' and allow
15048 funs in vc-X-master-templates to return a non-existent file.
15049
15050 * vc-cvs.el: Update Copyright.
15051 (vc-cvs-diff): Remove unused `backend' variable.
15052 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
15053
15054 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
15055
15056 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15057
15058 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
15059 since it can be called from vc-rcs.el.
15060 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
15061
15062 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15063
15064 * vc.el (vc-version-diff): Expand file name read from the
15065 minibuffer. Handle the case when a previous version number can't
15066 be guessed. Give suitable messages when there were no differences
15067 found.
15068 (vc-clear-headers): Call backend-specific implementation, if one
15069 exists.
15070 (vc-cancel-version): Made error checks generic. When done, clear
15071 headers generically, too.
15072
15073 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
15074 from vc-clear-headers in vc.el.
15075
15076 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
15077 correctly.
15078 (vc-rcs-latest-on-branch-p): Made second argument VERSION
15079 optional. Handle the case when it's not there.
15080
15081 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15082
15083 * vc.el (vc-locking-user): Moved from vc-hooks.el.
15084
15085 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15086
15087 * vc-hooks.el (vc-loadup): Remove.
15088 (vc-find-backend-function): Use `require'. Also, handle the case
15089 where vc-BACKEND-hooks.el doesn't exist.
15090 (vc-call-backend): Cleanup.
15091
15092 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15093
15094 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
15095 vc-rcs-grab-templates)
15096 (vc-rcs-registered): Remove. The default function works as well.
15097 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
15098 vc-sccs-grab-templates)
15099 (vc-sccs-registered): Remove. The default function works as well.
15100
15101 * vc.el (vc-version-diff): Left out a vc- in call to
15102 vc-call-backend.
15103 (vc-default-dired-state-info, vc-default-record-rename)
15104 (vc-default-merge-news): Update for the new backend argument.
15105
15106 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
15107 using the default function.
15108 (vc-call-backend): If calling the default function, pass it the
15109 backend as first argument. Update the docstring accordingly.
15110 (vc-default-state-heuristic, vc-default-mode-line-string): Update
15111 for the new backend argument.
15112 (vc-make-backend-sym): Renamed from vc-make-backend-function.
15113 (vc-find-backend-function): Use the new name.
15114 (vc-default-registered): New function.
15115
15116 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15117
15118 * vc.el (vc-merge): Use vc-find-backend-function.
15119
15120 * vc-hooks.el (vc-backend-functions): Remove.
15121 (vc-loadup): Don't setup 'vc-functions.
15122 (vc-find-backend-function): New function.
15123 (vc-call-backend): Use above fun and populate 'vc-functions
15124 lazily.
15125 (vc-backend-defines): Remove.
15126
15127 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15128
15129 * vc.el (vc-register): Put a FIXME note for a newly found bug.
15130 Call vc-call-backend without the leading vc-.
15131 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
15132 (vc-check-headers): Call vc-call-backend without the leading vc-.
15133 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
15134 (vc-annotate-display): Replace confusing use of `cond' with `or'.
15135 Call vc-call-backend without the leading vc-.
15136
15137 * vc-cvs.el (tail): Provide vc-cvs.
15138 * vc-sccs.el (tail): Provide vc-sccs.
15139 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
15140
15141 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
15142 (vc-make-backend-function, vc-call): Pass names without leading
15143 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
15144 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
15145 (vc-call-backend): Always try to load vc-X-hooks.
15146 (vc-registered): Remove vc- in call to vc-call-backend.
15147
15148 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15149
15150 * vc.el (vc-process-filter): New function.
15151 (vc-do-command): Setup `vc-process-filter' for the async process.
15152 (vc-maybe-resolve-conflicts): New function to reduce
15153 code-duplication. Additionally, it puts the buffer in
15154 `smerge-mode' if applicable.
15155 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
15156 calling `merge-news'.
15157 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
15158 (vc-log-edit): New function. Replacement for `vc-log-mode' by
15159 interfacing to log-edit.el.
15160 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
15161 log-edit is available.
15162 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
15163
15164 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15165
15166 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
15167 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
15168 defvar and the initialization.
15169 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
15170
15171 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
15172 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
15173
15174 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
15175
15176 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15177
15178 * vc.el (vc-file-clear-masterprops): Removed.
15179 (vc-checkin, vc-revert-buffer): Removed calls to the above.
15180 (vc-version-diff): Use buffer-size without argument.
15181 (vc-register): Heed vc-initial-comment.
15182
15183 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15184 default branch.
15185
15186 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15187 file name and workfile version.
15188 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15189
15190 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15191 vc-file-clear-masterprops.
15192
15193 * vc-sccs.el (vc-sccs-checkout): Removed call to
15194 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15195 rather than user login name.
15196
15197
15198 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15199
15200 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15201 `want-differences-if-changed' and simplify.
15202 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15203 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15204 output (which is invalid for async vc-diff) to decide whether to
15205 do the revert silently or not.
15206
15207 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15208
15209 * vc-hooks.el (vc-loadup): Load files quietly.
15210 (vc-call-backend): Oops, brain fart.
15211
15212 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15213
15214 * vc-cvs.el (vc-cvs-state): Typo.
15215 (vc-cvs-merge-news): Return the status code rather than the error msg.
15216
15217 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15218
15219 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15220 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15221 vc-state or vc-up-to-date-p.
15222 (vc-merge): Use vc-backend-defines to check whether merging is
15223 possible. Set state to 'edited after successful merge.
15224
15225 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15226 return that name. Redocumented.
15227
15228 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15229
15230 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15231 new `vc-state' semantics.
15232 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15233 'vc-locking-user to the current user.
15234 (vc-merge): Inline vc-backend-merge. Comment out code that I
15235 don't understand and hence can't adapt to the new `vc-state' and
15236 `vc-locking-user' semantics.
15237 (vc-backend-merge): Remove.
15238
15239 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15240 rather than 'vc-locking-user.
15241
15242 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15243
15244 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15245 (vc-state): Don't use 'reserved any more. Just use the same
15246 convention as the one used for vc-<backend>-state where the
15247 locking user (as a string) is returned.
15248 (vc-locking-user): Update, based on the above convention. The
15249 'vc-locking-user property has disappeared.
15250 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15251
15252 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15253 with a heuristic one.
15254 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15255 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15256 error. That allows us to get to 'needs-merge even in the
15257 stay-local case. There's still no way to detect 'needs-patch in
15258 such a setup (or to force an update for that matter).
15259 (vc-cvs-logentry-check): Remove, the default works as well.
15260
15261 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15262
15263 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15264
15265 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15266 major-mode in which the buffer might have been put earlier. Use
15267 `remove' and `when'. Allow `okstatus' to be `async' and use
15268 `start-process' in this case.
15269 (vc-version-diff): Handle the case where the diff looks empty
15270 because of the use of an async process.
15271
15272 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15273
15274 * vc.el (vc-next-action-on-file): Removed optional parameter
15275 `simple'. Recompute state unconditionally.
15276 (vc-default-toggle-read-only): Removed.
15277
15278 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15279 (vc-toggle-read-only): Undid prev change.
15280
15281 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15282 vc-cvs-simple-toggle. Redocumented.
15283 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15284 (vc-cvs-toggle-read-only): Removed.
15285
15286 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15287
15288 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15289 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15290 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15291 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15292 still is. So maybe it should be removed.
15293 (vc-head-version, vc-find-binary): Remove.
15294 (vc-recompute-state): Move from vc-hooks.el.
15295 (vc-next-action-on-file): Add a `simple' argument to allow
15296 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15297 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15298 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15299 (vc-dired-mode-map): Properly defvar it.
15300 (vc-print-log): Call log-view-mode if available.
15301 (small-temporary-file-directory): defvar instead of use boundp.
15302 (vc-merge-news): Moved to vc-cvs.el.
15303 (vc-default-merge-news): New function.
15304
15305 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15306 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15307 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15308 unknown `vc-latest-version' function. It should probably refer to
15309 vc-workfile-version or somesuch, but it's very unclear to me and I
15310 don't have SCCS to test things.
15311
15312 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15313 (vc-sccs-state-heuristic): Fix typo.
15314 (vc-sccs-workfile-unchanged-p): Add missing argument.
15315
15316 * vc-rcs.el: Require vc and vc-rcs-hooks.
15317 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15318 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15319 (vc-release-greater-or-equal-p): Move from vc.
15320 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15321 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15322 (vc-rcs-checkout): Add a missing `new-version' argument in the
15323 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15324
15325 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15326 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15327 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15328 than the apparently unbound `workfile-version'.
15329
15330 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15331 (vc-file-prop-obarray): Use `make-vector'.
15332 (vc-backend-functions): Add new hookable functions
15333 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15334 (vc-loadup): If neither backend nor default functions exist, use
15335 the backend function rather than nil.
15336 (vc-call-backend): If the function if not bound yet, try to load
15337 the non-hook file to see if it provides it.
15338 (vc-call): New macro plus use it wherever possible.
15339 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15340 nor `vc-find-binary' since it's only called from
15341 vc-mistrust-permission which is only used once the backend is known.
15342 (vc-checkout-model): Fix parenthesis.
15343 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15344
15345 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15346 (vc-cvs-release, vc-cvs-system-release): Remove.
15347 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15348 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15349 status symbols.
15350 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15351 (vc-cvs-toggle-read-only): First cut at a function to allow a
15352 cvs-status-free vc-toggle-read-only.
15353 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15354 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15355 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15356 (vc-cvs-checkout): Modify access rights directly if the user
15357 requested not to use `cvs edit'. And refresh the mode line.
15358
15359 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15360 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15361
15362 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15363
15364 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15365 workfile' that got lost when the code was extracted from vc.el.
15366 And merged the tail with the rest of the code (not possible in the
15367 old vc.el where the tail was shared among all backends). And
15368 explicitly set the state to 'edited if `writable' is set.
15369
15370 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15371 (vc-cvs-state): Be careful to return the value from
15372 vc-cvs-parse-state.
15373 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15374 property but return it instead. Also be careful to handle a nil
15375 or "" `rev' when workfile is non-nil (it was handled properly when
15376 workfile was nil).
15377
15378 * vc.el: Removed those pesky unnecessary `(function' quotes.
15379 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15380 directly in the defvar.
15381 (vc-do-command): Bind inhibit-read-only so as to properly handle
15382 the case where the destination buffer has been made read-only.
15383 (vc-diff): Delegate to vc-version-diff in all cases.
15384 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15385 (vc-annotate-mode-variables): Removed (code moved partly to
15386 defvars and partly to vc-annotate-add-menu).
15387 (vc-annotate-mode): Turned into a derived-mode.
15388 (vc-annotate-add-menu): Moved in code in
15389 vc-annotate-mode-variables.
15390 (vc-update-change-log): Use make-temp-file if available.
15391
15392 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15393
15394 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15395 `vc-checkout-model' updated to `vc-cvs-update-model'.
15396
15397 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15398
15399 * vc.el (vc-next-action-on-file): Added handling of state
15400 `unlocked-changes'.
15401 (vc-checkout-carefully): Is now practically obsolete, unless the
15402 above is too slow to be enabled unconditionally.
15403 (vc-update-change-log): Fixed typo.
15404
15405 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15406
15407 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15408 Now handles state `unlocked-changes'.
15409 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15410
15411 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15412
15413 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15414 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15415 `unlocked-changes'.
15416 (vc-rcs-workfile-unchanged-p): Renamed from
15417 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15418 function yet, but supposed to become one soon.
15419
15420 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15421 `vc-steal-lock'.
15422 (vc-call-backend): Changed error message.
15423 (vc-state): Added description of state `unlocked-changes'.
15424
15425 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15426
15427 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15428 always return t in CVS-controlled directories.
15429
15430 * vc.el (vc-responsible-backend): New function.
15431 (vc-register): Largely rewritten.
15432 (vc-admin): Removed (implementation moved into vc-register).
15433 (vc-checkin): Redocumented.
15434 (vc-finish-logentry): If no backend defined yet (because we are in
15435 the process of registering), use the responsible backend.
15436
15437 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15438 Updated function lists.
15439 (vc-call-backend): Fixed typo.
15440
15441 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15442 New functions.
15443 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15444 Removed query option. Redocumented.
15445
15446 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15447
15448 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15449
15450 * vc.el: Updated callers of `vc-checkout-required' to use
15451 `vc-checkout-model'.
15452
15453 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15454
15455 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15456 stuff updated to reference this function instead of the old
15457 `vc-backend-release-p'.
15458
15459 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15460
15461 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15462 vc-checkout-model. Return appropriate values. Updated callers.
15463
15464 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15465
15466 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15467 (vc-backend-revert): Function moved into `vc-revert';
15468 `vc-next-action' must be updated to accomodate this change.
15469 (vc-backend-steal): Function moved into `vc-finish-steal'.
15470 (vc-backend-logentry-check): Function moved into
15471 `vc-finish-logentry'.
15472 (vc-backend-printlog): Function moved into `vc-print-log'.
15473 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15474 (vc-backend-assign-name): Function moved into
15475 `vc-create-snapshot'.
15476
15477 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15478
15479 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15480 Rename to vc-checkout-model. Return appropriate values.
15481 Update callers.
15482
15483 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15484 to vc-checkout-model.
15485 (vc-checkout-required): Rename to vc-checkout-model.
15486 Re-implement and re-comment.
15487 (vc-after-save): Use vc-checkout-model.
15488
15489 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15490
15491 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15492 Update to use the vc-BACKEND-diff functions instead.
15493 `vc-diff' is now working.
15494
15495 * vc-rcs.el (vc-rcs-logentry-check): New function.
15496
15497 * vc-cvs.el (vc-cvs-logentry-check): New function.
15498
15499 * vc-sccs.el (vc-sccs-diff): Function changed name from
15500 `vc-backend-diff'. This makes `vc-diff' work.
15501
15502 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15503 of functions possibly implemented in a vc-BACKEND library.
15504 (vc-checkout-required): Fix bug that caused an error to be
15505 signaled during `vc-after-save'.
15506
15507 * vc.el: Fix typo.
15508 This checkin is made with our new VC code base for the very first time.
15509 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15510
15511 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15512 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15513
15514 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15515 updated to `vc-uses-locking'.
15516 (vc-checkout-required): Call to backend function.
15517 `vc-checkout-required' updated to `vc-uses-locking' instead.
15518
15519 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15520 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15521
15522 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15523 to match the split into various backends.
15524 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15525 (vc-retrieve-snapshot): Bug fix.
15526
15527 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15528
15529 * vc-sccs.el (vc-sccs-release): Doc fix.
15530
15531 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15532
15533 * vc.el (vc-next-action-on-file): Bug found and fixed.
15534 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15535 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15536
15537 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15538 (vc-rcs-checkout): Name space cleaned up. No more revision number
15539 crunching function names that are not prefixed with vc-rcs.
15540 (vc-rcs-checkout-model): Function added. References to
15541 `vc-checkout-model' replaced.
15542
15543 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15544
15545 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15546 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15547 still need to be split, and implemented for RCS).
15548
15549 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15550
15551 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15552
15553 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15554 required by the vc.el file.
15555
15556 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15557 required by the vc.el file.
15558 (vc-rcs-exists): Function added.
15559
15560 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15561 required by the vc.el file.
15562
15563 * vc.el (vc-admin): Updated to handle selection of appropriate
15564 backend. Current implementation is crufty and need re-thinking.
15565
15566 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15567
15568 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15569
15570 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15571 beginning of annotate buffers correctly.
15572
15573 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15574 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15575 functionality updated quite a lot to support multiple backends.
15576 Variables `vc-annotate-mode', `vc-annotate-buffers',
15577 `vc-annotate-backend' added.
15578
15579 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15580 `vc-annotate-difference' added to supported backend functions.
15581
15582 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15583
15584 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15585 Use with-temp-file instead of /bin/sh. Merged from mainline
15586
15587 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15588
15589 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15590
15591 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15592
15593 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15594
15595 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15596
15597 * vc-hooks.el: vc-state-heuristic added to
15598 vc-backend-hook-functions.
15599
15600 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15601
15602 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15603
15604 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15605 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15606 state to `reserved'.
15607
15608 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15609 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15610
15611 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15612
15613 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15614 untouched.
15615
15616 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15617
15618 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15619 if defined. (Merged from main line, slightly adapted.)
15620
15621 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15622 millenium problem (merged from mainline).
15623
15624 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15625
15626 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15627 part and moved the non-BACKEND stuff to vc.el.
15628
15629 * vc.el: Split the annotate feature into a BACKEND specific part
15630 and moved it from the vc-cvs.el file to this one.
15631
15632 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15633
15634 * vc-hooks.el: Implement new state model.
15635 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15636 (vc-locking-user): Simplify. Now only needed if the file is
15637 locked by somebody else.
15638 (vc-lock-from-permissions): Remove. Functionality is in
15639 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15640 (vc-mode-line-string): New name for former vc-status. Adapted.
15641 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15642
15643 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15644 Various simplifications and adaptations all over the place.
15645
15646 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15647 Simplify and adapt the rest.
15648
15649 * vc.el (vc-resynch-window): Add TODO comment: check for
15650 interaction with view mode according to recent RCS change.
15651 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15652
15653 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15654
15655 * vc.el: Convert the remaining function comments to docstrings.
15656
15657 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15658
15659 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15660 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15661 (vc-minor-part, vc-previous-version): Functions that operate and
15662 compare revision numbers got proper documentation. Comments added
15663 about their possible removal.
15664
15665 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15666
15667 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15668 the vc-backend.el files.
15669
15670 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15671
15672 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15673 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15674 (vc-rcs-previous-version): Functions added.
15675
15676 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15677
15678 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15679
15680 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15681
15682 * vc-hooks.el (vc-master-templates): Is really obsolete.
15683 Comment out the definition for now. What is the right procedure
15684 to get rid of it?
15685 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15686 rewritten.
15687 (vc-default-registered): Remove.
15688 (vc-check-master-templates): New function; does mostly what the
15689 above did before.
15690 (vc-locking-user): Don't rely on the backend to set the property.
15691
15692 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15693 Rewrite documentation.
15694 (vc-rcs-templates-grabbed): New variable.
15695 (vc-rcs-grab-templates): New function.
15696 (vc-rcs-registered): Rewrite to use above mechanism.
15697
15698 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15699 Rewrite documentation.
15700 (vc-sccs-templates-grabbed): New variable.
15701 (vc-sccs-grab-templates): New function.
15702 (vc-sccs-registered): Rewrite to use above mechanism.
15703 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15704 Don't throw the result, simply return it.
15705
15706 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15707 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15708 (vc-cvs-registered): Does the check itself now. Simplify.
15709
15710 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15711 from main line.
15712
15713 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15714
15715 * vc-cvs.el (vc-cvs-diff): New function.
15716
15717 * vc-sccs.el (vc-sccs-diff): New function.
15718
15719 * vc-rcs.el (vc-rcs-diff): New function.
15720 (vc-rcs-checkout): Bug (typo) found and fixed.
15721 (vc-rcs-register-switches): New variable.
15722
15723 * vc.el (vc-backend-diff): Function removed and placed in the
15724 backend files.
15725
15726 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15727
15728 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15729
15730 * vc.el (vc-backend-checkout): Function removed and replaced in
15731 the vc-backend.el files.
15732
15733 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15734
15735 * vc.el (vc-backend-admin): Removed and replaced in the
15736 vc-backend.el files.
15737
15738 * vc.el (Martin): Removed all the annotate functionality since it
15739 is CVS backend specific.
15740
15741 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15742
15743 * spec.txt: Added specification of vc-state.
15744
15745 * vc-sccs-hooks.el (vc-sccs-master-properties):
15746 Remove handling of vc-latest-version and
15747 vc-your-latest-version. What used to be vc-latest-version, is now
15748 returned as vc-workfile-version.
15749 (vc-sccs-workfile-version): Adapt.
15750
15751 2000-09-04 Dave Love <fx@gnu.org>
15752
15753 * vc.el: [Merged from mainline.]
15754 (vc-dired-mode): Make the dired-move-to-filename-regexp
15755 regexp match the date, to avoid treating date as file size.
15756 Add YYYY S option to WESTERN/
15757
15758 2000-09-04 Dave Love <fx@gnu.org>
15759
15760 * vc.el: Require `compile' when compiling.
15761 (vc-logentry-check-hook): New option.
15762 (vc-steal-lock): Use compose-mail.
15763 (vc-dired-mode-map): Defvar when compiling.
15764 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15765 vc-sccs.el and renamed. Callers changed.
15766 (vc-backend-checkout, vc-backend-logentry-check)
15767 (vc-backend-merge-news): Doc fix.
15768 (vc-default-logentry-check): New function.
15769 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15770 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15771 (vc-backend-merge): Doc fix. Use backend functions.
15772 (vc-check-headers): Use backend functions.
15773
15774 * vc-cvs.el: Require vc when compiling.
15775 (vc-cvs-register-switches): Doc fix.
15776 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15777 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15778 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15779 New functions (code from vc.el).
15780 (vc-annotate-display-default): Fix interactive spec.
15781 (vc-annotate-time-span): Doc fix.
15782
15783 * vc-rcs.el: Require vc when compiling.
15784 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15785 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15786 (vc-rcs-checkin): New functions (code from vc.el).
15787 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15788 Doc fix.
15789 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15790
15791 * vc-sccs.el: Require vc when compiling.
15792 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15793 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15794 (vc-sccs-revert)
15795 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15796 from vc.el).
15797 (vc-sccs-add-triple, vc-sccs-record-rename)
15798 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15799 (vc-sccs-admin): Doc fix.
15800
15801 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15802
15803 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15804 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15805 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15806 from vc.el.
15807
15808 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15809
15810 * vc-cvs.el: Moved the annotate functionality from vc.el.
15811 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15812
15813 2000-09-04 Dave Love <fx@gnu.org>
15814
15815 * vc.el (vc-backend-release): Call vc-system-release.
15816
15817 * vc-sccs.el (vc-sccs-system-release):
15818 Renamed from vc-sccs-backend-release.
15819
15820 * vc-rcs.el (vc-rcs-system-release):
15821 Renamed from vc-rcs-backend-release.
15822
15823 * vc-cvs.el (vc-cvs-system-release):
15824 Renamed from vc-cvs-backend-release.
15825
15826 2000-09-04 Dave Love <fx@gnu.org>
15827
15828 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15829 backend files.
15830 (vc-backend-release): Dispatch to backend functions.
15831 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15832 probably needs attention.]
15833
15834 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15835 (vc-sccs-backend-release): New function.
15836
15837 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15838 (vc-cvs-backend-release): New function.
15839
15840 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15841 Doc fix.
15842 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15843 (vc-default-dired-state-info): New function.
15844 (vc-dired-state-info): Dispatch to backends.
15845 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15846
15847 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15848 from vc.el and renamed.
15849
15850 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15851
15852 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15853 (vc-version-other-window, vc-backend-assign-name): Removed
15854 references to vc-latest-version; sometimes changed into
15855 vc-workfile-version.
15856
15857 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15858 vc-rcs-master-workfile-version.
15859 (vc-rcs-workfile-version): Use the above. Don't call
15860 vc-latest-version (that was unreachable code, anyway).
15861 (vc-rcs-fetch-master-properties): Doc fix.
15862
15863 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15864 (vc-backend-hook-functions): Removed them from this list, too.
15865 (vc-fetch-properties): Removed.
15866 (vc-workfile-version): Doc fix.
15867
15868 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15869 (vc-rcs-workfile-version, vc-rcs-locking-user)
15870 (vc-rcs-uses-locking): Use it.
15871
15872 * vc-hooks.el (vc-consult-rcs-headers):
15873 Moved into vc-rcs-hooks.el, under the name
15874 vc-rcs-consult-headers.
15875
15876 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15877 headers.
15878 (vc-cvs-find-master): Use this name only; correct different
15879 versions of the name.
15880
15881 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15882 New functions.
15883 (vc-sccs-locking-user): Use the latter.
15884
15885 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15886 New functions.
15887
15888 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15889 Moved into both
15890 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15891 functions are implementation details of those two backends.
15892
15893 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15894
15895 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15896 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15897
15898 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15899 (vc-sccs-parse-locks): SCCS-specific code moved here from
15900 vc-hooks.
15901
15902 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15903 code moved here from vc-hooks.
15904
15905 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15906 into back-end specific parts and removed. Callers not updated
15907 yet; because I guess these callers will disappear into back-end
15908 specific files anyway.
15909
15910 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15911
15912 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15913 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15914 `vc-uses-locking'.
15915
15916 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15917 Store yes/no in the property, and return t/nil. Updated all
15918 callers.
15919
15920 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15921 vc-sccs-uses-locking. Don't set property.
15922 (vc-sccs-locking-user): Don't set property.
15923
15924 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15925 vc-cvs-uses-locking. Don't set property here; leave that to
15926 vc-hooks.
15927 (vc-cvs-locking-user): Reflect above change. Streamlined.
15928
15929 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15930 vc-rcs-uses-locking.
15931 (vc-rcs-locking-user): Reflect above change.
15932
15933 2000-09-04 Dave Love <fx@gnu.org>
15934
15935 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15936
15937 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15938
15939 * vc-hooks.el (vc-checkout-model): Punt to backends.
15940
15941 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15942
15943 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15944
15945 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15946 New functions.
15947
15948 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15949 New functions.
15950
15951 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15952 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15953
15954 * vc-hooks.el (vc-default-locking-user): New function.
15955 (vc-locking-user, vc-workfile-version): Punt to backends.
15956
15957 2000-09-04 Dave Love <fx@gnu.org>
15958
15959 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15960 (vc-master-workfile-version): Moved from vc-hooks.
15961
15962 * vc-rcs-hooks.el: Fix duplicate code in last change.
15963
15964 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15965 (vc-rcs-master-templates): Improve :type.
15966 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15967 vc-master-workfile-version): Moved from vc-hooks.
15968
15969 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15970 (vc-sccs-master-templates): Improve :type.
15971 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15972
15973 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15974
15975 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15976 (vc-cvs-master-templates): Improve :type. Use
15977 vc-cvs-find-cvs-master.
15978 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15979 from vc-hooks.
15980 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15981
15982 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15983 Moved to vc-cvs-hooks.
15984
15985 * vc-hooks.el: Add doc strings in various places. Simplify the
15986 minor mode setup.
15987 (vc-handled-backends): New user variable.
15988 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15989 simplification.
15990
15991 2000-09-04 Dave Love <fx@gnu.org>
15992
15993 * vc.el: Some doc fixes for autoloaded and interactive functions.
15994 Fix compilation warnings from ediff stuff.
15995 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15996
15997 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15998
15999 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
16000
16001 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
16002
16003 2000-09-04 Dave Love <fx@gnu.org>
16004
16005 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
16006 New variable.
16007 (vc-make-backend-function, vc-loadup, vc-call-backend)
16008 (vc-backend-defines): New functions.
16009
16010 * vc-hooks.el: Various doc fixes.
16011 (vc-default-back-end, vc-follow-symlinks): Custom fix.
16012 (vc-match-substring): Function removed. Callers changed to use
16013 match-string.
16014 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
16015 Simplify.
16016
16017 2000-09-04 Dave Love <fx@gnu.org>
16018
16019 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
16020 type.
16021 (vc-sccs-project-dir, vc-search-sccs-project-dir)
16022 (vc-sccs-registered): Doc fix.
16023
16024 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
16025 (vc-cvs-registered): Doc fix.
16026
16027 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
16028 (vc-rcs-registered): Doc fix.
16029
16030 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16031
16032 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
16033
16034 * vc-hooks.el: vc-registered has been renamed
16035 vc-default-registered. Some functions have been moved to the
16036 backend specific files. they all support the
16037 vc-BACKEND-registered functions.
16038
16039 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16040
16041 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
16042
16043 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
16044
16045 2000-09-04 Dave Love <fx@gnu.org>
16046
16047 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
16048 menu-bar-update-hook.
16049
16050 * help.el (help-manyarg-func-alist): Add
16051 find-operation-coding-system.
16052
16053 * wid-edit.el (widget-sexp-validate): Fix garbled code.
16054
16055 * custom.el (custom-set-variables): Print message about errors in
16056 setting.
16057
16058 2000-09-03 Andrew Innes <andrewi@gnu.org>
16059
16060 * makefile.w32-in: Change to DOS line endings.
16061
16062 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16063
16064 * mouse.el (mouse-popup-menubar): Supply the prompt string for
16065 minor-mode keymaps, if they don't have one.
16066
16067 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16068
16069 * eshell/esh-module.el (eval-when-compile): Don't lose if
16070 esh-module.el's file name is truncated to DOS 8+3 limits.
16071
16072 2000-09-01 John Wiegley <johnw@gnu.org>
16073
16074 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
16075 predicate, which caused entries in the completion list to be
16076 doubled.
16077
16078 2000-08-30 John Wiegley <johnw@gnu.org>
16079
16080 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
16081 sending to subprocesses. Also, hook pre-command-hook if
16082 `eshell-send-direct-to-subprocesses' is non-nil.
16083 (eshell-send-direct-to-subprocesses): New config variable. If t,
16084 subprocess input is send immediately.
16085 (eshell-toggle-direct-send): New function.
16086 (eshell-self-insert-command): New function.
16087 (eshell-intercept-commands): New function.
16088 (eshell-send-input): If direct subprocess sending is enabled,
16089 don't echo any input to the Eshell buffer. Let the subprocess
16090 handle that. This requires "stty echo" in bash, for example.
16091
16092 2000-08-28 John Wiegley <johnw@gnu.org>
16093
16094 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
16095 completion function for Eshell's implementation of `unset'.
16096
16097 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16098
16099 * info.el (Info-directory-list): Doc fix.
16100
16101 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
16102
16103 * filecache.el (file-cache-add-directory-using-find): Don't quote
16104 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
16105
16106 2000-08-31 Kenichi Handa <handa@etl.go.jp>
16107
16108 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
16109 coding systems.
16110
16111 2000-08-30 Andrew Innes <andrewi@gnu.org>
16112
16113 * timer.el (run-with-idle-timer): Undo last change, so that timer
16114 is not activated immediately if Emacs is already idle. Some
16115 existing code relies on this behaviour.
16116
16117 2000-08-30 Miles Bader <miles@gnu.org>
16118
16119 * frame.el (set-frame-font): Do completion of font-name for
16120 interactive use.
16121
16122 2000-08-30 Kenichi Handa <handa@etl.go.jp>
16123
16124 * international/quail.el (quail-start-translation): Bind locally
16125 last-command-event, last-command, and this-command.
16126 (quail-start-conversion): Likewise.
16127 (quail-self-insert-command): Fix docstring.
16128
16129 2000-08-29 Gerd Moellmann <gerd@gnu.org>
16130
16131 * progmodes/executable.el
16132 (executable-make-buffer-file-executable-if-script-p): Check that
16133 buffer contains at least 2 characters.
16134
16135 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
16136
16137 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
16138
16139 2000-08-29 Dave Love <fx@gnu.org>
16140
16141 * diff-mode.el (diff-mode) <defgroup>: Add :version.
16142 (diff-mode-shared-map): Bind mouse-2.
16143 (diff-imenu-generic-expression): New variable.
16144 (diff-mode): Use it.
16145
16146 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
16147 (mouse-popup-menubar): Add minor mode menus.
16148 (popup-menu): Check for lookup-key returning number.
16149
16150 2000-08-29 Miles Bader <miles@gnu.org>
16151
16152 * comint.el (comint-send-input): Create overlays using the proper
16153 front/read-advance arguments.
16154
16155 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16156
16157 * ps-print.el: Even/odd pages printing. Doc fix.
16158 (ps-print-version): New version number (6.0).
16159 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
16160 (ps-background, ps-begin-file, ps-begin-job): Code fix.
16161 (ps-print-duplex-feature): Variable eliminated.
16162 (ps-even-or-odd-pages): New variable.
16163
16164 * progmodes/ebnf2ps.el: Doc fix.
16165 (ebnf-version): New version (3.3).
16166 (ebnf-user-arrow): Change variable customization to sexp.
16167 (ebnf-user-arrow): Function eliminated.
16168 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
16169
16170 2000-08-29 Kenichi Handa <handa@etl.go.jp>
16171
16172 * help.el (help-xref-mule-regexp): New variable.
16173 (help-make-xrefs): Handle help-xref-mule-regexp.
16174
16175 * international/mule-cmds.el (help-xref-mule-regexp-template): New
16176 variable.
16177 (describe-input-method): Temporarily activate the specfied input
16178 method to display the information.
16179 (describe-language-environment): Hyperlinks to mule related items.
16180
16181 * international/mule-diag.el (charset-multibyte-form-string): New
16182 function.
16183 (list-character-sets-1): Use charset-multibyte-form-string.
16184 (describe-character-set): New function.
16185 (describe-coding-system): Hyperlinks to safe character sets.
16186
16187 * international/quail.el (quail-help): New arg PACKAGE.
16188 Hyperlinks to mule related items.
16189 (quail-help-insert-keymap-description): Use
16190 substitute-command-keys instead of describe-bindings.
16191 (quail-translation-help): Hyperlinks to mule related items.
16192
16193 2000-08-28 John Wiegley <johnw@gnu.org>
16194
16195 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16196 have a defsubst call itself. Made `eshell-flatten-list' back into
16197 a function again.
16198
16199 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16200 catch, in case re-centering point at bottom messes up the display.
16201 This happens frequently in Emacs 21, due I believe to variable
16202 line heights.
16203
16204 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16205 to call `find-tag-interactive'.
16206
16207 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16208 the list of remember directories.
16209
16210 2000-08-28 John Wiegley <johnw@gnu.org>
16211
16212 * align.el: Test align-region-separate to see if it's a symbol.
16213
16214 2000-08-28 John Wiegley <johnw@gnu.org>
16215
16216 * eshell/esh-util.el (eshell-flatten-list): Made this function
16217 into a defsubst form. It gets used very frequently, although
16218 calls don't occur all that often.
16219
16220 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16221 examining it.
16222
16223 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16224 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16225 `eshell-protect'.
16226 (eshell-copy-handles): Created a new macro for duplicating the
16227 current set of open handles. This is needed by the looping
16228 functions.
16229 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16230 is not incorrectly stomped on.
16231
16232 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16233 declaration for pcomplete-use-paring.
16234 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16235 value of eshell-cmpl-use-paring.
16236 * pcomplete.el (pcomplete-use-paring): New config variable, to
16237 indicate whether paring should be used.
16238 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16239 completion alternatives that have already been used.
16240
16241 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16242 bound to C-c C-y, which will repeat the previous N arguments
16243 (based on prefix argument).
16244 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16245
16246 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16247 if there is no *Help* buffer. This is for XEmacs, which renames
16248 its help buffers uniquely. TODO: Find out what the current buffer
16249 name to delete is.
16250
16251 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16252 first entry that correlates to a passwd/group number. Later
16253 entries (used for group/user name aliasing to multiple IDs) are
16254 ignored.
16255
16256 * eshell/em-xtra.el (eshell/expr):
16257 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16258 (eshell-grep, eshell/diff, eshell/locate):
16259 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16260 argument list, before passing it to the system command.
16261
16262 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16263 `find-tag' for use at final position in Eshell buffers (which
16264 otherwise triggers an error on Emacs 21).
16265 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16266 buffer, if it is currently bound to `find-tag'.
16267
16268 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16269 in the list of matched Makefile names.
16270 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16271 directory, prefer its contents to Makefile.
16272
16273 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16274 directory parts (like "cd old new", or "cd =regexp"), are now case
16275 sensitive on non-Windows/DOS platforms.
16276
16277 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16278 types RET after an open delimiter (like "), display a message
16279 indicating that Eshell is waiting for the closing delimiter.
16280
16281 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16282 environment variables.
16283
16284 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16285 gracefully if the user enters incorrect arguments.
16286
16287 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16288 Eshell buffers.
16289
16290 * eshell/esh-var.el (eshell-interpolate-variable):
16291 * eshell/esh-mode.el (eshell-move-argument):
16292 * eshell/em-unix.el (eshell-du-sum-directory):
16293 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16294 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16295 (not (= ...)).
16296
16297 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16298 to ensure the `preserve' flag gets propagated when doing recursive
16299 directory copies.
16300
16301 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16302
16303 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16304 Don't convert \n into \0177 in memory.
16305 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16306 and back again, when reading and writing.
16307
16308 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16309
16310 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16311 testing of `fboundp' on `processp'.
16312
16313 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16314 (eshell/jobs): Don't call process-list if it is not bound.
16315 (eshell-gather-process-output): Support systems where async
16316 subprocesses aren't supported.
16317 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16318 variables.
16319
16320 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16321 eshell-do-eval returns t.
16322 (eshell-do-pipelines-synchronously): New defmacro.
16323 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16324 when async subprocesses aren't supported.
16325 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16326 if async subprocesses aren't supported.
16327 (eshell-resume-command): Don't assume STATUS is a string.
16328
16329 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16330
16331 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16332 (eshell-close-target, eshell-get-target): Use eshell-processp.
16333 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16334 fix.
16335 (eshell-get-target, eshell-create-handles): Doc fix.
16336
16337 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16338
16339 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16340 criterion to include commands that output something, as long as it
16341 leaves both the command and the end-of-buffer visible when the
16342 command has exited.
16343 (eshell-review-quick-commands): Adjust the help doc string
16344 accordingly.
16345
16346 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16347
16348 * locate.el (locate): Cleaned up locate command's interactive prompting
16349 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16350
16351 * filecache.el (file-cache-case-fold-search): New variable
16352 (file-cache-assoc-function): New variable
16353 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16354 Use file-cache-case-fold-search variable
16355 (file-cache-add-file): Use file-cache-assoc-function
16356 (file-cache-delete-file): likewise
16357 (file-cache-directory-name): likewise
16358 (file-cache-debug-read-from-minibuffer): likewise
16359
16360 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16361
16362 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16363 (abbrev-table-name): New function.
16364 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16365 If non-nil list local abbrev, only.
16366
16367 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16368
16369 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16370 from Gnus support code, and use special article copy buffer
16371 `(gnus-original-article-buffer)' instead. This allows to get rid
16372 of article-hide-headers usage (which breaks in the latest Gnus
16373 version). Thanks to Detlev Zundel.
16374
16375 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16376
16377 * international/quail.el (quail-use-package): Hide "... loaded"
16378 message.
16379 (quail-start-translation, quail-start-conversion): Likewise.
16380
16381 * international/kkc.el (kkc-region): Hide "... loaded" message.
16382
16383 2000-08-27 Dave Love <fx@gnu.org>
16384
16385 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16386
16387 2000-08-27 Miles Bader <miles@gnu.org>
16388
16389 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16390
16391 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16392
16393 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16394 'ja-dic-cnv), not (require 'skkdic-cnv).
16395
16396 2000-08-26 Miles Bader <miles@gnu.org>
16397
16398 * faces.el (face-x-resources): Add entry for :inherit.
16399 * cus-face.el (custom-face-attributes): Add support for :inherit
16400 attribute. Add support for relative face heights.
16401 (custom-face-attributes-get): Treat `nil' as being a default value
16402 for :inherit (as well as `unspecified').
16403
16404 * faces.el (set-face-attribute): Update doc string.
16405 (face-attribute-name-alist): Add :inherit.
16406 (face-valid-attribute-values): Handle :inherit.
16407 (face-read-string): Rephrase prompt to be less confusing.
16408 Assume that DEFAULT is a string, since we must return a string.
16409 (face-read-integer): Use `format' to turn DEFAULT into an
16410 acceptable default for face-read-string. Match NEW-VALUE against
16411 the string "unspecified", not the symbol `unspecified', since
16412 that's what face-read-string returns.
16413 (read-face-attribute): Lookup a name for old-value in valid, and
16414 use it as a default if we find one. Treat all values from
16415 face-read-string as strings. If the default is used, don't do any
16416 more processing on the value, just use the old value directly.
16417 (read-face-and-attribute, modify-face): Tweak prompt.
16418 (read-face-name): Don't assume prompt ends with a space.
16419
16420 * faces.el (describe-face): Add support for :inherit attribute.
16421
16422 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16423
16424 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16425 concat doesn't accept interger.
16426
16427 * international/kkc.el: Remove SKK from Keywords. Require
16428 ja-dic-utl instead of skkdic-utl.
16429
16430 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16431 Provide ja-dic-cnv instead of skkdic-cnv.
16432 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16433 (iso-2022-7bit-short): Add safe-charsets property.
16434 (skkdic-convert-postfix): Search Japanese chou-on character in
16435 addition to Hiragana character.
16436 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16437 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16438 (batch-skkdic-convert): Likewise.
16439
16440 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16441 Provide ja-dic-utl instead of skkdic-utl.
16442 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16443
16444 2000-08-24 Dave Love <fx@gnu.org>
16445
16446 * disp-table.el (standard-display-default): Make the test of `l'
16447 useful.
16448
16449 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16450 mod sample text.
16451
16452 * international/iso-ascii.el: Make pilcrow convenient string
16453 consistent with section.
16454 (iso-ascii-display): Set up multibyte characters as well as
16455 unibyte.
16456
16457 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16458
16459 * international/mule-cmds.el (reset-language-environment): Set
16460 default-process-coding-system to '(undecided . iso-latin-1), which
16461 makes process I/O almost consistent with file I/O. Call this
16462 function when mule-cmds.el[c] is loaded.
16463
16464 2000-08-22 Andrew Innes <andrewi@gnu.org>
16465
16466 * makefile.w32-in: New file.
16467
16468 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16469
16470 * comint.el (comint-output-filter): Compare end of
16471 comint-last-output-overlay with the start of the newly inserted
16472 text, not the end, when deciding whether to extend it.
16473 Set saved-point's insertion type to advance after insertion.
16474
16475 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16476 since this is now done independently of font-lock mode.
16477
16478 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16479
16480 * server.el (server-kill-new-buffers): New user option.
16481 (server-existing-buffer): New buffer-local variable.
16482 (server-visit-files): When using an existing buffer, set
16483 server-existing-buffer to t.
16484 (server-buffer-done): If server-kill-new-buffers is t, kill the
16485 buffer, unless it was already present before visiting it with
16486 Emacs server.
16487
16488 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16489
16490 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16491 even if the display doesn't support colors: some displays will
16492 support bold/underline faces.
16493
16494 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16495
16496 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16497
16498 * startup.el (command-line): If user's init file had an error,
16499 add explanatory text to *Messages*.
16500
16501 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16502
16503 * man.el (Man-getpage-in-background): Decode the process output by
16504 the system locale coding system.
16505
16506 2000-08-20 Dave Love <fx@gnu.org>
16507
16508 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16509 Don't test x-popup-menu.
16510 (function) <complete-function>: Complete only fbound symbols.
16511 <validate, value>: New.
16512 (variable) <complete-function>: Complete only bound symbols.
16513 (coding-system): Add :base-only, :complete-function, :validate,
16514 :value, :prompt-match.
16515 (widget-coding-system-prompt-value): Use read-coding-system and
16516 act on :base-only.
16517 (editable-field): Add :help-echo.
16518 (widget-push-button-gui, widget-push-button-cache)
16519 (widget-gui-action, widget-editable-list-gui): COmment out, along
16520 with uses.
16521 (widget-at): Make arg optional.
16522 (widget-echo-help): Adjust for current help-echo calling sequence.
16523 (widget-specify-field, widget-specify-button)
16524 (widget-specify-insert, widget-get-sibling, widget-image-find)
16525 (widget-convert, widget-insert, widget-leave-text)
16526 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16527 (widget-setup, widget-field-find, widget-before-change)
16528 (widget-after-change, widget-default-complete)
16529 (widget-default-create, widget-default-delete)
16530 (widget-push-button-value-create, editable-field)
16531 (widget-field-prompt-value, widget-field-validate)
16532 (widget-choice-value-create, widget-choice-action)
16533 (widget-choice-validate, widget-checklist-add-item)
16534 (widget-radio-add-item, widget-radio-chosen)
16535 (widget-radio-value-inline, widget-editable-list-value-create)
16536 (widget-editable-list-entry-create)
16537 (widget-documentation-link-add)
16538 (widget-documentation-string-value-create)
16539 (widget-regexp-validate, widget-file-complete)
16540 (widget-sexp-validate, widget-plist-convert-widget)
16541 (widget-plist-convert-widget, widget-alist-convert-widget)
16542 (widget-alist-convert-widget, widget-color-complete): Simplify,
16543 particularly to avoid bindings which aren't optimized out.
16544
16545 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16546 Doc fix.
16547 (down-list, backward-up-list, up-list, kill-sexp)
16548 (backward-kill-sexp, mark-sexp): Make arg optional.
16549 (lisp-complete-symbol): Add optional arg PREDICATE.
16550
16551 * cus-start.el: Add display-buffer-reuse-frames,
16552 file-coding-system-alist.
16553
16554 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16555
16556 * startup.el (command-line): Clear realized faces after
16557 modifying TTY color mappings.
16558
16559 2000-08-20 Miles Bader <miles@gnu.org>
16560
16561 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16562 merely a subset of FACE's attributes.
16563
16564 2000-08-19 Miles Bader <miles@gnu.org>
16565
16566 * comint.el (comint-output-filter): Save the point with a marker,
16567 not just a buffer position.
16568
16569 * international/mule.el (set-buffer-process-coding-system): Make
16570 interactive prompt less confusing.
16571
16572 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16573
16574 * hilit-chg.el: General cleanup of doc strings, comments and
16575 code formatting.
16576
16577 2000-08-19 Miles Bader <miles@gnu.org>
16578
16579 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16580 Compiler macro removed; beginning-of-line is no longer always
16581 equivalent to forward-line, in the presence of fields.
16582
16583 * comint.el (comint-output-filter): Remove ad-hoc saving of
16584 restriction, and just use save-restriction, now that it works
16585 correctly. Don't adjust comint-last-input-start to account for
16586 our insertion; it shouldn't have moved because we don't use
16587 insert-before-markers anymore. Comment out call to
16588 `force-mode-line-update'; why is it here?
16589
16590 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16591 while checking for prompt to delete. Use `forward-line 0'
16592 instead of beginning-of-line.
16593 (gud-filter): Temporarily widen gud comint buffer while
16594 examining output.
16595
16596 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16597
16598 * progmodes/sh-script.el: Big bag of typos.
16599
16600 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16601 check since ispell-process is not bound when ispell is not yet loaded.
16602
16603 2000-08-18 Dave Love <fx@gnu.org>
16604
16605 * image.el (find-image): Copy `spec' before using plist-put.
16606
16607 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16608
16609 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16610 `portugues'.
16611
16612 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16613 backward-kill-sexp, analogous to kill-sexp.
16614
16615 * progmodes/icon.el (icon-indent-line)
16616 (icon-is-continuation-line): Handle comments specially.
16617
16618 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16619
16620 * ispell.el: Set to standard author/maintainer/keyword fields.
16621 Fine tuning to menu map appearance and operation, and added help.
16622 Remove `start' and `end' error messages when compiling.
16623 (ispell-choices-win-default-height): Fixed comment string.
16624 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16625 castellano8 dictionaries.
16626 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16627 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16628 dictionary, added italiano dictionary.
16629 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16630 word character
16631 (ispell-tex-skip-alists): Added psfig support.
16632 (ispell-skip-html): Renamed from ispell-skip-sgml.
16633 (ispell-begin-skip-region-regexp, ispell-skip-region)
16634 (ispell-minor-check): Improved html skipping support to skip across
16635 code, and recognize `&' commands without propper `;' syntax;
16636 (ispell-process-line): Fix alignment error when manually
16637 correcting spelling.
16638 (ispell): Fix comment string.
16639 (ispell-add-per-file-word-list): Always put word list on new line.
16640
16641 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16642
16643 * format.el (format-encode-run-method): Fix error message to say
16644 `encode' instead of `decode'. Use save-window-excursion around
16645 shell-command-on-region as in format-decode-run-method because
16646 shell-command-on-region can display a buffer with error output.
16647 (format-decode): Don't record undo information for the decoding.
16648 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16649 that number part of the temporary buffer name so that more than
16650 one decoding using a temporary buffer can happen safely.
16651
16652 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16653 of `A-z' in the regexp.
16654
16655 * hilit-chg.el: Fix typos in commentary.
16656
16657 * help.el (view-emacs-news): Rewritten for new naming scheme
16658 for old NEWS files.
16659
16660 * startup.el (command-line): Pop to *Messages* in case an error
16661 is signaled while loading user-init-file.
16662
16663 2000-08-17 Andreas Schwab <schwab@suse.de>
16664
16665 * files.el (insert-directory): Don't lose original file name,
16666 undoing an undocumented change.
16667
16668 2000-08-17 Alex Schroeder <alex@gnu.org>
16669
16670 * sql.el (sql-magic-go): Use comint-bol.
16671 (sql-copy-column): Use comint-line-beginning-position.
16672 (comint-line-beginning-position): Define a replacement for
16673 comint-line-beginning-position if it is not fboundp.
16674
16675 2000-08-17 Alex Schroeder <alex@gnu.org>
16676
16677 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16678 it didn't have any effect anyway.
16679
16680 2000-08-17 Alex Schroeder <alex@gnu.org>
16681
16682 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16683 --pset and pager=off instead of sending \\o|cat at the beginning
16684 of the session.
16685
16686 2000-08-17 Miles Bader <miles@gnu.org>
16687
16688 * progmodes/octave-inf.el: Add compatibility definition of
16689 comint-line-beginning-position.
16690
16691 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16692
16693 * startup.el (normal-top-level): Look in each dir in load-path for
16694 a leim-list.el file too. This assures of loading leim-list.el
16695 that is created at Emacs installation time even if a user have his
16696 own leim-list.el.
16697
16698 2000-08-17 Miles Bader <miles@gnu.org>
16699
16700 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16701 foreground color to black if the background is dark.
16702
16703 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16704
16705 * loadhist.el (unload-feature): Typo.
16706
16707 * finder.el (finder-compile-keywords):
16708 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16709 to the generated file.
16710
16711 * mail/mh-e.el (mh-make-local-vars):
16712 Replace make-variable-buffer-local with make-local-variable.
16713
16714 * play/landmark.el:
16715 * options.el (Edit-options-{set,toggle,t,nil}):
16716 * mail/mailabbrev.el (mail-abbrevs-mode):
16717 * textmodes/tex-mode.el (tex-expand-files):
16718 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16719
16720 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16721
16722 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16723 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16724 Allow going past the last element.
16725 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16726 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16727 (cvs-mouse-toggle-mark): Don't move point.
16728 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16729
16730 * progmodes/compile.el (grep): Provide a default set of files.
16731 (next-error): Docstring fix.
16732 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16733
16734 * emacs-lisp/easy-mmode.el (define-minor-mode):
16735 Use `symbol-value' to keep the byte-compiler quiet.
16736
16737 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16738 (diff-find-source-location): New fun, extracted from diff-goto-source.
16739 (diff-goto-source): Use it.
16740 (diff-next-complex-hunk, diff-filter-lines): New function.
16741 (diff-apply-hunk): New command.
16742
16743 * smerge-mode.el (smerge-mode-menu): Doc fix.
16744
16745 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16746
16747 2000-08-16 Dave Love <fx@gnu.org>
16748
16749 * windmove.el (windmove) <defgroup>: Add :version.
16750
16751 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16752 (goto-address-fontify-p, goto-address-highlight-p)
16753 (goto-address-url-face, goto-address-url-mouse-face)
16754 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16755 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16756 (goto-address-fontify, goto-address-at-mouse): Simplify,
16757 (goto-address-at-point): browse-url-url-at-point,
16758 goto-address-find-address-at-point can return nil.
16759 (goto-address-find-address-at-point): Return nil on failure.
16760
16761 * align.el (align) <defgroup>: Add :version.
16762
16763 * calculator.el (calculator): Add :version.
16764 (calculator): Use two lines for calculator window if `modeline'
16765 face is boxed.
16766
16767 * play/5x5.el: Doc fixes.
16768 (5x5) <defgroup>: Add :version.
16769
16770 * play/fortune.el (fortune) <defgroup>: Add :version.
16771 (fortune-append): Fix error message.
16772 (fortune-from-region): Doc fix.
16773
16774 * play/pong.el (pong): Doc fix.
16775
16776 * play/morse.el: Keywords, commentary, autoloads.
16777
16778 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16779
16780 * desktop.el (desktop-save): Don't look at symbol-value of a
16781 member of minor-mode-alist, unless it is boundp.
16782
16783 2000-08-16 Sam Steingold <sds@gnu.org>
16784
16785 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16786 `while'; use `with-current-buffer' instead of `save-excursion'.
16787 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16788
16789 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16790
16791 * international/ccl.el (declare-ccl-program): Docstring modified.
16792 (ccl-execute-with-args): Likewise.
16793
16794 2000-08-16 Miles Bader <miles@gnu.org>
16795
16796 * progmodes/sql.el: Add compatibility definition of
16797 comint-line-beginning-position.
16798
16799 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16800
16801 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16802 'buffer-menu' property.
16803 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16804 fails.
16805 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16806 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16807 wasn't killed.
16808
16809 * buff-menu.el (list-buffers-noselect): Don't display the
16810 *Buffer List* buffer.
16811
16812 * font-lock.el: Require jit-lock to prevent a very late
16813 `Loading jit-lock' message.
16814
16815 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16816 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16817 mail address.
16818
16819 2000-08-15 Miles Bader <miles@gnu.org>
16820
16821 * textmodes/ispell.el (ispell-graphic-p): New constant.
16822 (ispell-choices-win-default-height, ispell-help): Use
16823 `ispell-graphic-p' instead of `xemacsp'.
16824
16825 2000-08-15 Dave Love <fx@gnu.org>
16826
16827 * simple.el: Autoload widget-convert when compiling.
16828 (mail-user-agent): Doc fix.
16829
16830 * help.el (function-called-at-point, variable-at-point): Use
16831 with-syntax-table.
16832 (help-manyarg-func-alist): Add insert-and-inherit.
16833
16834 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16835
16836 * delsel.el (delsel-unload-hook): New function.
16837
16838 * find-file.el: Doc fixes. Move provide to end.
16839 (ff) <defgroup>: Add :link.
16840 (ff-goto-click): Deleted.
16841 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16842 Use mouse-set-point.
16843
16844 * textmodes/tildify.el: Doc fixes.
16845 (tildify) <defgroup>: Add:version.
16846
16847 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16848 (glasses-custom-set): Use set-default, not set.
16849 (minor-mode-alist): Propertize the lighter.
16850 (glasses-mode): Provide optional arg.
16851
16852 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16853 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16854 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16855 option. Provide :type.
16856 (cwarn-configuration): Provide :type.
16857 (cwarn-mode): Doc fix.
16858
16859 * add-log.el (change-log-merge): Doc fix.
16860 (change-log-redate): New command.
16861
16862 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16863 Doze and Dog.
16864 (browse-url): Use dolist, not mapcar.
16865 (browse-url-at-point): Check for null url.
16866 (browse-url-event-buffer, browse-url-event-point): Functions
16867 deleted.
16868 (browse-url-at-mouse, browse-url-netscape): Simplify.
16869
16870 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16871 modes.
16872 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16873 Fix previous change to mapcan.
16874 (msb--init-file-alist, msb--add-separators)
16875 (msb--make-keymap-menu): Simplify.
16876 (msb--choose-file-menu): Use copy-sequence.
16877 (msb-mode-map): Add title to keymap.
16878 (msb-unload-hook): New function.
16879
16880 * bs.el: Fix indentation.
16881 (bs) <defgroup>: Add :links.
16882 (bs-show): Doc fix.
16883 (bs-apply-sort-faces): Don't use window-system.
16884 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16885
16886 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16887
16888 * calendar/timeclock.el (timeclock-file): Run .timelog through
16889 convert-standard-filename.
16890
16891 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16892
16893 * emacs-lisp/authors.el: New file.
16894
16895 * paren.el (show-paren-priority): New user option.
16896 (show-paren-function): Set overlay priorities to
16897 show-paren-priority.
16898
16899 2000-08-14 Miles Bader <miles@gnu.org>
16900
16901 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16902 beginning-of-line with inhibit-field-text-motion bound.
16903
16904 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16905
16906 * calendar/timeclock.el: New file.
16907
16908 2000-08-14 David Ponce <david@dponce.com>
16909
16910 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16911 `widget-button-click'. so that one can use left mouse button to
16912 click on dialog buttons.
16913
16914 2000-08-14 Emmanuel Briot <briot@gnat.com>
16915
16916 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16917 identifiers, since XML is case sensitive
16918
16919 2000-08-12 Miles Bader <miles@gnu.org>
16920
16921 * comint.el (comint-output-filter): Don't bother frobbing
16922 window-start, it doesn't seem to be necessary.
16923
16924 * comint.el (comint-send-string, comint-send-region): Make into
16925 real functions. Snapshot the prompt before sending.
16926
16927 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16928
16929 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16930 technique similar to Info-index, instead of relying on specific
16931 names of relevant Index nodes.
16932 (Info-goto-emacs-command-node): Bind Info-history to nil when
16933 going to the first node found by Info-find-emacs-command-nodes.
16934
16935 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16936
16937 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16938
16939 2000-08-10 Miles Bader <miles@gnu.org>
16940
16941 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16942
16943 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16944
16945 * info.el (Info-file-list-for-emacs): More elements for the
16946 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16947 and woman manuals.
16948
16949 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16950
16951 * comint.el (comint-send-input): Make the newline boundary overlay
16952 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16953 (comint-output-filter): Use `insert' instead of
16954 `insert-before-markers'. Extend comint-last-output-overlay when
16955 necessary since we can't rely on insert-before-markers to do it.
16956 * gud.el (gud-filter): Use `with-current-buffer' instead of
16957 save-excursion when inserting the output, so that point gets
16958 updated correctly; the old method relied on a rather dodgy
16959 side-effect of comint-output-filter to avoid the effect of
16960 save-excursion.
16961
16962 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16963
16964 * files.el (recover-file): Call insert-directory instead of
16965 invoking `ls' directly.
16966
16967 2000-08-10 Miles Bader <miles@gnu.org>
16968
16969 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16970 (comint-last-prompt-overlay): New variables.
16971 (comint-output-filter): Implement prompt highlighting.
16972 (comint-snapshot-last-prompt): New function.
16973 (comint-send-input): Snapshot the last prompt.
16974 Use comint-highlight-input-face.
16975 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16976 Use defface instead of defcustom.
16977 (send-invisible, comint-send-eof): Snapshot the last prompt.
16978 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16979 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16980
16981 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16982
16983 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16984 (regexp-opt-group): Use a list of chars for `letters'.
16985 (regexp-opt-charset): `chars' is now a list of chars.
16986 Use a char-table rather than a vector so it works for multibyte chars.
16987
16988 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16989 Set cvs-minor-current-files to the selected fileinfo.
16990 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16991 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16992
16993 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16994
16995 * files.el (insert-directory): Don't call access-file on
16996 directories on DOS and Windows.
16997
16998 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16999
17000 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
17001 longer if necessary.
17002 (ccl-embed-code): Call ccl-embed-data to store CODE in
17003 ccl-program-vector.
17004
17005 2000-08-09 Miles Bader <miles@gnu.org>
17006
17007 * comint.el (comint-output-filter): Properly handle the case where
17008 the text surrounded by comint-last-output-overlay was deleted.
17009
17010 2000-08-08 Gerd Moellmann <gerd@gnu.org>
17011
17012 * info.el (Info-insert-dir): Use Info-additional-directory-list if
17013 non-nil.
17014 (Info-file-list-for-emacs): Remove "info" from the list because
17015 that leads to trying to use the documentation from file `info'
17016 in various situations where it isn't appropriate, for instance
17017 C-h C-k C-h i.
17018
17019 * ffap.el (ffap-read-file-or-url-internal): Handle case that
17020 DIR and/or STRING are nil.
17021
17022 * progmodes/compile.el (compilation-setup): Make variable
17023 compilation-error-screen-columns buffer-local, as some comment
17024 in the code suggests it should be.
17025
17026 * files.el (auto-mode-interpreter-regexp): New variable.
17027 (set-auto-mode): Use it.
17028
17029 * indent.el (indent-for-tab-command): Doc fix.
17030
17031 * mouse-sel.el (mouse-sel-mode): Doc fix.
17032
17033 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
17034 labels.
17035
17036 * help.el (print-help-return-message): When
17037 display-buffer-reuse-frames is set, let the help window been quit,
17038 instead of deleting it, which might delete a reused frame.
17039
17040 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
17041
17042 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
17043 rename a directory to a name that differs only by its letter case.
17044
17045 2000-08-08 Kenichi Handa <handa@etl.go.jp>
17046
17047 * international/quail.el (quail-define-rules): Handle Quail decode
17048 map correctly. Add code for supporting annotations.
17049 (quail-install-decode-map): New function.
17050 (quail-defrule-internal): New optional arguments decode-map and
17051 props.
17052 (quail-advice): New function.
17053
17054 2000-08-07 Sam Steingold <sds@gnu.org>
17055
17056 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
17057 `defconst', `define-condition', `with-slots'.
17058 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
17059
17060 2000-08-03 Miles Bader <miles@gnu.org>
17061
17062 * comint.el (comint-use-prompt-regexp-instead-of-fields):
17063 New variable.
17064 (comint-prompt-regexp, comint-get-old-input): Document dependence on
17065 comint-use-prompt-regexp-instead-of-fields.
17066 (comint-send-input): Add `input' field property to stuff we send to
17067 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
17068 (comint-output-filter): Add `output' field property to process
17069 output, if comint-use-prompt-regexp-instead-of-fields is nil.
17070 (comint-replace-by-expanded-history)
17071 (comint-get-old-input-default, comint-show-output)
17072 (comint-backward-matching-input, comint-forward-matching-input)
17073 (comint-next-prompt, comint-previous-prompt): Use field
17074 properties if comint-use-prompt-regexp-instead-of-fields is nil.
17075 (comint-line-beginning-position): New function.
17076 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
17077 (comint-replace-by-expanded-history-before-point): Use
17078 comint-line-beginning-position and line-end-position.
17079 (comint-last-output-overlay): New variable.
17080 (comint-mode): Make `comint-last-output-overlay' buffer-local.
17081
17082 * shell.el (shell-prompt-pattern): Doc change.
17083 (shell-backward-command): Use line-beginning-position.
17084
17085 * gud.el (gud-gdb-complete-command): Use
17086 comint-line-beginning-position.
17087
17088 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
17089 comint-bol doesn't actually go to the beginning of the line.
17090
17091 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
17092 if comint-use-prompt-regexp-instead-of-fields is non-nil.
17093 (try-expand-line-all-buffers): Likewise.
17094
17095 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
17096 explicitly matching comint-prompt-regexp.
17097 (sql-copy-column): Use comint-line-beginning-position instead of
17098 explicitly matching comint-prompt-regexp.
17099
17100 * progmodes/octave-inf.el (inferior-octave-complete): Use
17101 comint-line-beginning-position.
17102
17103 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
17104
17105 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
17106 looking for a prompt, use `forward-line 0' instead of
17107 `beginning-of-line', to avoid getting caught by an input field.
17108
17109 2000-08-07 Gerd Moellmann <gerd@gnu.org>
17110
17111 * files.el (shell-quote-wildcard-pattern): Make sure to return
17112 PATTERN, in the Unix case.
17113
17114 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
17115
17116 * play/zone.el (zone): Discard any pending input before running
17117 the randomly-chosen pgm.
17118
17119 2000-08-07 Kenichi Handa <handa@etl.go.jp>
17120
17121 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
17122 checking the existence of any multibyte characters.
17123
17124 2000-08-06 Gerd Moellmann <gerd@gnu.org>
17125
17126 * help.el (describe-mode): Test minor-mode symbol for being
17127 bound before testing its value for being nil.
17128
17129 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
17130 `first', `second', and `third'.
17131
17132 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
17133 (second): Make it an alias for `cadr'.
17134
17135 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
17136
17137 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
17138 types of display support faces now.
17139
17140 2000-08-05 Gerd Moellmann <gerd@gnu.org>
17141
17142 * pcvs.el (require): Require `cl' during compilation, only.
17143
17144 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
17145 (toplevel): Remove `remq' and `remove' from autoloads.
17146 (cl-fake-autoloads): New variable. If set, arrange for an error
17147 when CL functions etc. are autoloaded.
17148
17149 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
17150
17151 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
17152
17153 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
17154 popped up, but the user clicks outside the menu, return an empty
17155 regexp (that causes unhighlight-regexp to have no effect).
17156
17157 * menu-bar.el (menu-bar-games-menu): Add Zone.
17158
17159 * hi-lock.el (toplevel): Require font-lock.
17160
17161 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17162
17163 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
17164 (ebnf-8-bit-chars): New var for bug fix.
17165 (ebnf-string): Bug fix.
17166
17167 2000-08-03 Sam Steingold <sds@gnu.org>
17168
17169 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
17170 instead of `buffer-string'.
17171 (require 'cl): Always, not just when compiling.
17172 `ignore-errors' in `interactive', `list*', `defun*' &c make this
17173 necessary.
17174
17175 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
17176
17177 * international/mule-cmds.el (select-safe-coding-system): Make
17178 the message text about selecting a safe coding system more clear.
17179
17180 2000-08-02 Gerd Moellmann <gerd@gnu.org>
17181
17182 * hi-lock.el: New file.
17183
17184 * play/zone.el: New file.
17185
17186 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17187 value of tab-width in the original buffer. Choose a line number
17188 format that's a multiple of the original buffer's tab width, so
17189 that lines appear right.
17190
17191 * textmodes/ispell.el (ispell): New function, replacing an alias.
17192 Spell-check active region if in transient-mark-mode and mark
17193 is active; otherwise spell-check buffer.
17194
17195 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17196
17197 * ps-mule.el: Fix a customization problem on
17198 ps-mule-font-info-database-default.
17199
17200 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17201
17202 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17203 display-mouse-p instead of window-system.
17204 (ebrowse-member-mode-map): Ditto.
17205
17206 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17207
17208 * progmodes/ebnf2ps.el: Update ps-print functions call.
17209 Indentation fix. Doc fix.
17210 (ebnf-version): New version number (3.2).
17211 (ebnf-format-color, ebnf-begin-job): Code fix.
17212
17213 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17214
17215 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17216 font lock support on window-system.
17217 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17218
17219 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17220 display-color-p, if fboundp, instead of window-system.
17221
17222 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17223
17224 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17225 instead of window-system.
17226
17227 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17228 window-system.
17229 (widget-choice-mouse-down-action): Use display-popup-menus-p
17230 instead of window-system.
17231
17232 * strokes.el (strokes-file): Run the file name through
17233 convert-standard-filename.
17234 (strokes-mode): Call display-mouse-p instead of looking at
17235 window-system. Change the error message accordingly.
17236
17237 * progmodes/cpp.el (toplevel): Support faces on tty's.
17238
17239 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17240 (lm-plot-square, lm-init-display): Don't use window-system.
17241
17242 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17243 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17244
17245 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17246 instead of looking at window-system.
17247
17248 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17249
17250 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17251 of testing if iswitchb-prepost-hooks is bound, because the
17252 latter will always be true when invoking a recursive minibuffer
17253 from an active Iswitchb buffer.
17254
17255 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17256
17257 * files.el (shell-quote-wildcard-pattern): New function.
17258 (insert-directory): Call it. Only prepend "\" to command on Unix
17259 and GNU/Linux systems.
17260
17261 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17262
17263 * eshell/esh-groups.el: Change custom :link file names
17264 from `eshell.info' to `eshell'.
17265
17266 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17267
17268 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17269 correctly in recursive ange-ftp listings.
17270
17271 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17272
17273 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17274 ps-header-font-size-internal and
17275 ps-header-title-font-size-internal variables are not set,
17276 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17277 face text property is (foreground-color . COLOR) or
17278 `(background-color . COLOR)', ps-print crashes. Doc fix.
17279 (ps-print-version): New version number (5.2.4).
17280 (ps-plot-region): Code fix.
17281 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17282 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17283 Bug fix 2.
17284
17285 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17286
17287 * glasses.el (glasses-make-readable): Fix uncapitalization of
17288 identifiers like `myXMLDocument'.
17289
17290 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17291
17292 * mail/mail-hist.el (mail-hist-previous-input)
17293 (mail-hist-next-input): Do the obvious code factorization.
17294 (mail-hist-retrieve-and-insert): New func, contains common
17295 code of above two.
17296 If inserting a message body, leave point at top.
17297
17298 2000-07-28 Sam Steingold <sds@gnu.org>
17299
17300 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17301 Use `<=', not `<' to compare times!
17302 (ange-ftp-ls): Remove.
17303
17304 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17305
17306 * play/cookie1.el: Add explanation of how to make cookie.el
17307 compatible with strfile(1) to comment.
17308
17309 * subr.el (remove, remq): New functions.
17310
17311 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17312 escape `*' in regexps.
17313 (midnight-find): Reverse order of arguments in the funcall of
17314 TEST.
17315
17316 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17317 and `.class'.
17318
17319 * play/meese.el: Add Commentary section.
17320
17321 2000-07-27 Alex Schroeder <alex@gnu.org>
17322
17323 * sql.el (sql-ms): Added autoload cookie.
17324 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17325 (sql-oracle): Ditto.
17326 (sql-help): Doc change.
17327
17328 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17329 types and exceptions.
17330
17331 2000-07-27 Alex Schroeder <alex@gnu.org>
17332
17333 * sql.el (sql-placeholder-history): New variable.
17334 (sql-query-placeholders-and-send): New function that will query
17335 the user and replace placeholders with user input.
17336 (sql-oracle): If running on NT, set comint-input-sender to
17337 sql-query-placeholders-and-send.
17338
17339 (sql-stop): If in the SQLi buffer, insert stop notification, else
17340 present it as a message.
17341
17342 2000-07-27 Alex Schroeder <alex@gnu.org>
17343
17344 * sql.el (sql-input-ring-separator): Doc change.
17345 (sql-input-ring-file-name): Doc change.
17346 (sql-interactive-mode): Use `sql-input-ring-separator' and
17347 `sql-input-ring-file-name' to set the comint-mode equivalents
17348 without making them local variables.
17349 (sql-stop): Don't bind `sql-input-ring-separator' and
17350 `sql-input-ring-file-name' dynamically to their comint-mode
17351 equivalents.
17352
17353 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17354
17355 * international/mule.el (register-char-codings): New function.
17356 (make-coding-system): Handle `safe-chars' specification in the arg
17357 PROPERTY.
17358
17359 * international/mule-cmds.el
17360 (find-coding-systems-region-subset-p): This function deleted.
17361 (sort-coding-systems-predicate): New variable.
17362 (sort-coding-systems): New function.
17363 (find-coding-systems-region): Use
17364 find-coding-systems-region-internal.
17365 (find-coding-systems-string): Use find-coding-systems-region.
17366 (find-coding-systems-for-charsets): Check
17367 char-coding-system-table.
17368 (select-safe-coding-system-accept-default-p): New variable.
17369 (select-safe-coding-system): Mostly rewritten. New argument
17370 ACCEPT-DEFAULT-P.
17371 (select-message-coding-system): Call select-safe-coding-system
17372 with ACCEPT-DEFAULT-P arg.
17373 (reset-language-environment): Reset default-sendmail-coding-system
17374 to the default value iso-latin-1.
17375 (set-language-environment): Don't set the obsolete variable
17376 charset-origin-alist.
17377
17378 * international/codepage.el (cp-coding-system-for-codepage-1):
17379 Give `safe-chars' property to make-coding-system.
17380
17381 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17382 calling select-message-coding-system twice.
17383
17384 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17385 instead of `safe-charsets'.
17386 (cyrillic-alternativnyj): Likewise.
17387 (ccl-encode-alternativnyj): Don't check the charset
17388 cyrillic-iso8859-5.
17389
17390 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17391
17392 * composite.el (compose-chars-after): Preserve match data.
17393
17394 2000-07-26 Sam Steingold <sds@gnu.org>
17395
17396 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17397 (ange-ftp-real-file-newer-than-file-p): New function.
17398 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17399 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17400
17401 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17402 * midnight.el (midnight-float-time): Ditto.
17403
17404 2000-07-26 Andreas Schwab <schwab@suse.de>
17405
17406 * files.el (normal-backup-enable-predicate): Correct
17407 interpretation of the return value of compare-strings.
17408
17409 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17410
17411 * isearch.el (isearch-resume): New function.
17412 (isearch-done): Add something to command-history to resume
17413 the search.
17414 (isearch-yank-line, isearch-yank-word): Use
17415 buffer-substring-no-properties instead of buffer-substring.
17416
17417 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17418 of flyspell-mouse-map.
17419
17420 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17421 duplicate definition.
17422 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17423
17424 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17425 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17426
17427 2000-07-25 Sam Steingold <sds@gnu.org>
17428
17429 * net/ange-ftp.el: Get modtime over the net.
17430 (ange-ftp-file-modtime): New function.
17431 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17432 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17433 Use it.
17434 (ange-ftp-dot-to-slash): New function.
17435 (ange-ftp-fix-name-for-vms): Use it.
17436
17437 * midnight.el (midnight-buffer-display-time): Use
17438 `with-current-buffer'.
17439
17440 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17441
17442 * find-dired.el: Update copyright notice.
17443 (find-dired): Offer to kill a running `find'.
17444
17445 * enriched.el (enriched-face-ans): For a `foreground-color'
17446 property, return '(("x-color" COLOR))' so that COLOR will be
17447 output as a parameter of the x-color annotation. Likewise for the
17448 `background-color' property. In the case of normal face
17449 properties, don't return annotations for unspecified foreground
17450 and background face attributes.
17451
17452 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17453
17454 * language/japan-util.el (japanese-katakana-region): Fix handling
17455 HANKAKU argument.
17456
17457 2000-07-25 Miles Bader <miles@gnu.org>
17458
17459 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17460 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17461 constrain-to-field.
17462
17463 2000-07-24 Andrew Innes <andrewi@gnu.org>
17464
17465 * timer.el (timer-activate-when-idle): Add optional parameter
17466 DONT-WAIT. Update docstring.
17467 (run-with-idle-timer): Specify extra parameter to
17468 timer-activate-when-idle, so that timer will be activated
17469 immediately if Emacs is already idle.
17470
17471 * w32-fns.el (w32-using-nt): Fix docstring.
17472
17473 2000-07-24 Dave Love <fx@gnu.org>
17474
17475 * mouse.el (popup-menu): Set last-command-event.
17476 (mouse-major-mode-menu-prefix): Declare.
17477
17478 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17479
17480 * textmodes/flyspell.el: Update to author's version 1.5d.
17481
17482 * progmodes/hideshow.el: Update copyright notice.
17483
17484 * vcursor.el: Set maintainer to FSF, since author cannot
17485 be reached.
17486
17487 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17488
17489 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17490 the prompt.
17491
17492 * mouse.el (popup-menu): Run the keymap through indirect-function,
17493 in case it was defined with define-prefix-key. If the menu is a
17494 list of keymaps, look up the binding of user's choice in each one
17495 of the keymaps.
17496 (mouse-popup-menubar): If the global and local menu-bar keymaps
17497 don't have a prompt string, create one and insert it into the
17498 keymap. Don't barf if current-local-map returns nil.
17499
17500 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17501
17502 * dired.el (dired-sort-R-check): Added to allow recursive listing
17503 to be undone.
17504 (dired-sort-other): Use it.
17505
17506 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17507
17508 * Release of cc-mode 5.27
17509
17510 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17511
17512 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17513 c-beginning-of-statement-1 that caused a bad case of recursion
17514 which could consume a lot of CPU in large classes in languages
17515 that have in-expression classes (i.e. Java and Pike).
17516
17517 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17518 statements before top level constructs (i.e. case 6 is moved
17519 before case 5 and is now case 4) to catch in-expression
17520 classes in top level expressions correctly.
17521
17522 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17523
17524 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17525 objc-method-intro. Case 4 removed and case 5I added.
17526
17527 * cc-langs.el (c-append-paragraph-start): New variable used by
17528 c-common-init to get paragraph-start correct.
17529 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17530 initialize paragraph-start to make it correct both with and
17531 without the javadoc special case.
17532
17533 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17534 initialize paragraph-start for javadoc markup.
17535
17536 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17537 change by defaulting this to t. It's motivated by the
17538 confusing behavior that otherwise arise from the style system
17539 when editing both java and non-java files at the same time
17540 (see the comments about style setting in c-common-init).
17541
17542 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17543
17544 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17545 similar to the one in c-fill-paragraph to check the fill
17546 prefix from the adaptive fill function for sanity.
17547
17548 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17549
17550 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17551 defun block.
17552
17553 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17554
17555 * cc-align.el (c-lineup-multi-inher): Handle lines with
17556 leading comma nicely. Extended to handle member initializers
17557 too.
17558
17559 * cc-engine.el: (c-beginning-of-inheritance-list,
17560 c-guess-basic-syntax): Fixed recognition of inheritance lists
17561 when the lines begins with a comma.
17562
17563 * cc-vars.el (c-offsets-alist): Changed default for
17564 member-init-cont to c-lineup-multi-inher since it now handles
17565 member initializers and indents better for leading commas.
17566
17567 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17568
17569 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17570 handling that caused class open lines to be recognized as
17571 statement-conts in some cases.
17572
17573 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17574 guessed by the adaptive fill function unless point is on the
17575 first line of a block comment.
17576
17577 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17578 when the buffer ends with a macro continuation char.
17579
17580 * cc-engine.el (c-guess-basic-syntax): Added support for
17581 function definitions as statements in Pike. The first
17582 statement in a lambda block is now labeled defun-block-intro
17583 instead of statement-block-intro.
17584
17585 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17586 so that the class surrounding point is selected, not the one
17587 innermost in the state.
17588
17589 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17590 recognition of switch labels having hanging multiline
17591 statements.
17592
17593 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17594 some code in c-guess-basic-syntax to a separate function.
17595 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17596 recognition of member inits with multiple line arglists.
17597 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17598 member-init-cont when the commas are in funny places.
17599
17600 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17601
17602 * cc-defs.el (c-auto-newline): Removed this macro since it's
17603 not used anymore.
17604
17605 * cc-engine.el (c-looking-at-bos): New helper function.
17606 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17607 inexpr and toplevel classes apart in Pike.
17608
17609 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17610 of case 9A.
17611
17612 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17613 constant, since "class" can introduce an in-expression class
17614 in Pike nowadays.
17615
17616 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17617
17618 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17619 indentation on cpp-macro lines.
17620
17621 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17622 a syntax modifier like comment-intro, to make it possible to
17623 get syntactic indentation for preprocessor directives. It's
17624 incompatible wrt to lineup functions on cpp-macro, but it has
17625 no observable effect in the 99.9% common case where cpp-macro
17626 is set to -1000.
17627
17628 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17629
17630 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17631 member-init-cont when the preceding arglist is several lines.
17632
17633 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17634
17635 * cc-styles.el (c-style-alist): The basic offset for the BSD
17636 style corrected to 8.
17637
17638 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17639
17640 * cc-styles.el (c-style-alist): Adjusted the indentation of
17641 brace list openers in the gnu style.
17642
17643 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17644
17645 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17646
17647 * cc-cmds.el (c-electric-brace, c-electric-slash,
17648 c-electric-star, c-electric-semi&comma, c-electric-colon,
17649 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17650 when c-syntactic-indentation is nil.
17651
17652 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17653 we were left at comments preceding the first statement when
17654 reaching the beginning of the buffer.
17655
17656 * cc-vars.el (c-syntactic-indentation): New variable to turn
17657 off all syntactic indentation.
17658
17659 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17660
17661 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17662 between the text and the block comment ender when it hangs,
17663 depending on how many there are before the fill.
17664
17665 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17666
17667 * cc-engine.el (c-beginning-of-closest-statement): New helper
17668 function to go back to the closest preceding statement start,
17669 which could be inside a conditional statement.
17670 * cc-engine.el (c-guess-basic-syntax): Use
17671 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17672
17673 * cc-engine.el (c-guess-basic-syntax): Better handling of
17674 arglist-intro, arglist-cont-nonempty and arglist-close when
17675 the arglist is nested inside parens. Cases 7A, 7C and 7F
17676 changed.
17677
17678 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17679 up-to-date with javadoc 1.2.
17680
17681 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17682
17683 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17684 multiline Pike type decls.
17685
17686 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17687
17688 * cc-cmds.el (c-indent-new-comment-line): Always break
17689 multiline comments in multiline mode, regardless of
17690 comment-multi-line.
17691
17692 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17693
17694 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17695 fully::qualified::names in C++ member init lists. Preamble in
17696 case 5D changed.
17697
17698 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17699
17700 * cc-langs.el (c-common-init): Handling of obsolete variables
17701 moved to c-initialize-cc-mode. More compatible style override
17702 when using global style variables.
17703 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17704 variables moved here.
17705
17706 * cc-styles.el (c-make-styles-buffer-local): Flag style
17707 variable localness in c-style-variables-are-local-p to make
17708 the compatibility measure in c-common-init work well.
17709
17710 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17711 longer contain set-from-style.
17712 * cc-styles.el (c-initialize-builtin-style): Don't check for
17713 set-from-style on c-special-indent-hook.
17714 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17715 copy-alist is sufficient now.
17716
17717 * cc-styles.el (c-set-style, c-set-style-1,
17718 c-get-style-variables): Fixes to variable initialization so
17719 that duplicate entries in styles have the same effect
17720 regardless of DONT-OVERRIDE.
17721
17722 * cc-styles.el (c-set-style-2): Fixed bug where the
17723 initialization of inheriting styles failed when the
17724 dont-override flag is set.
17725
17726 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17727 on this.
17728
17729 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17730
17731 * cc-defs.el (c-forward-comment): Removed the workaround
17732 introduced in 5.38 since it had worse side-effects. If a line
17733 contains the string "//\"", it regarded the // as a comment
17734 start since the \ temporarily doesn't have escape syntax.
17735
17736 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17737
17738 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17739 ada-xref.el before ada-prj.el, so that the Project menu is created
17740 when ada-prj tries to add to it.
17741 (ada-activate-keys-for-case): Suppress the characters that are not
17742 part of the Ada syntax. Better compatibility with else-mode
17743 (ada-adjust-case-interactive): When auto-casing is not active,
17744 correctly insert newlines (used to insert only ^M). Prevent the
17745 syntax table from being changed in case of an error
17746 (or '_' becomes part of a word and some commands are confused).
17747 Do nothing if ada-auto-case is nil.
17748 (ada-after-keyword-p): Ignore keywords that are also attributes
17749 (ada-batch-reformat): Update usage comment
17750 (ada-call-from-contextual-menu): New function
17751 (ada-case-read-exceptions): Reinitialize the casing exception list
17752 first to nil first, so that the casing exception file can be
17753 shared.
17754 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17755 files.
17756 (ada-compile-goto-error): Fix regexp used to detect a file:line
17757 anywhere in the error message
17758 (ada-contextual-menu-last-point): New variable
17759 (ada-create-keymap): If the variable delete-key-deletes-forward is
17760 t on XEmacs, it means that DEL should delete one character
17761 forward.
17762 (ada-create-menu): Use :included instead of :visible for XEmacs.
17763 New submenu "Options".
17764 (ada-end-stmt-re): Correctly indent "select ... then abort"
17765 statements.
17766 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17767 even if they don't match ada-fill-comment-prefix Fix handling of
17768 paragraphs on the first or last line of a file.
17769 (ada-format-paramlist): Fix handling of default parameter values.
17770 (ada-get-body-name): New function.
17771 (ada-get-current-indent): Optimized by searchling directly for an
17772 existing generic part or a statement outside of it. Handle
17773 ada-indent-align-comments when indenting comments Replaced some
17774 regexps by testing directly the next character. This results in a
17775 huge speedup on some files. New indentation scheme for renames
17776 statements. Stop looking for the 'while' or 'for' associated with
17777 a 'loop' at the first semicolon encountered. A "return" can also
17778 match an anonymous access subprogram declaration.
17779 (ada-get-indent-noindent): Ignore strings and comments when
17780 looking for the keywords "record" and "private".
17781 (ada-goto-matching-decl-start): When matching "if", make sure we
17782 are not in fact seeing "end if". Ignore "when" statements except
17783 when initial keyword was "begin". Fix handling of nested
17784 procedures. Add a recursive call to this function to skip over
17785 other 'end' statmts. Fix indentation for "when .. => begin"
17786 (ada-in-open-paren-p): Fix indentation for complex boolean
17787 expressions, where 'and then', 'or else' and parenthesis
17788 statements are mixed up.
17789 (ada-in-paramlist-p): Skip comments while searching for the
17790 beginning Fix handling of operator declarations.
17791 (ada-indent-align-comments): New variable
17792 (ada-indent-current): Change the syntax table only in the
17793 protected section, so that we are sure it is restored correctly.
17794 (ada-indent-on-previous-lines): Use ada-use-indent and
17795 ada-with-indent Correctly indent "select ... then"
17796 (ada-indent-region): Slight speedup.
17797 (ada-indent-renames): New variable.
17798 (ada-last-which-function-subprog, ada-last-which-function-line):
17799 New variables
17800 (ada-looking-at-semi-private): Correctly indent the 'private'
17801 keyword when it is the first word in a package declaration.
17802 (ada-loose-case-word): Stop searching if at the end of the buffer.
17803 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17804 even if point is not initially at the end of the word.
17805 (ada-matching-decl-start-re): Add "when".
17806 (ada-mode): Add support for abbrev-mode, outline-mode and
17807 which-func-mode Override the old find-file.el entry in
17808 ff-special-constructs since it is using the obsolete
17809 ada-spec-suffix variable
17810 (ada-no-auto-case): New function
17811 (ada-scan-paramlist): When parsing the argument type, accept
17812 spaces (as in "X 'Class", generated by Rational Rose).
17813 (ada-other-file-name): No longer loads the other file.
17814 (ada-popup-menu): Save and restore the current buffer and cursor
17815 position before and after displaying the menu.
17816 (ada-search-ignore-complex-boolean): New function.
17817 (ada-uncomment-region): Emacs21 already knows how to delete
17818 comments not starting in the first column.
17819 (ada-use-indent): New variable
17820 (ada-which-function): New function.
17821 (ada-with-indent): New variable
17822 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17823 can be batch-compiled from the command line.
17824
17825 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17826 Add to the menu when the file is loaded, not in ada-mode-hook.
17827 Add -toolbar to the default ddd command Switches moved from
17828 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17829 ada-prj-default-comp-opt
17830 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17831 Reference Manual to the menu
17832 (ada-check-current): rewritten as a call to ada-compile-current
17833 (ada-compile): Removed.
17834 (ada-compile-application, ada-compile-current, ada-check-current):
17835 Set the compilation-search-path so that compile.el automatically
17836 finds the sources in src_dir. Automatic scrollong of the
17837 compilation buffer. C-uC-cC-c asks for confirmation before
17838 compiling
17839 (ada-compile-current): New parameter, prj-field
17840 (ada-complete-identifier): Load the .ali file before doing
17841 processing
17842 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17843 conform to gnatmake's behavior.
17844 (ada-find-file-in-dir): New function
17845 (ada-find-references): Set the environment variables for gnatfind
17846 (ada-find-src-file-in-dir): New function.
17847 (ada-first-non-nil): Removed
17848 (ada-gdb-application): Add support for jdb, the java debugger.
17849 (ada-get-ada-file-name): Load the original-file first if not done
17850 yet.
17851 (ada-get-all-references): Handles the new ali syntax (parent types
17852 are found between <>).
17853 (ada-initialize-runtime-library): New function
17854 (ada-mode-hook): Always load a project file when a file is opened,
17855 so that the casing exceptions are correctly read.
17856 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17857 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17858 to open the project file, since the latter does not work with
17859 speedbar Get default values before loading the prj file, or the
17860 default executable file name is wrong. Use the absolute value of
17861 src_dir to initialize ada-search-directories and
17862 compilation-search-path,... Add the standard runtime library to
17863 the search path for find-file.
17864 (ada-prj-default-debugger): Was missing an opening '{'
17865 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17866 variables.
17867 (ada-prj-default-gnatmake-opt): New variable
17868 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17869 buffers, the project file is the default one Save the windows
17870 configuration before displaying the menu.
17871 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17872 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17873 ...) regexp-quote identifiers names to support operators +,
17874 -,... in regexps.
17875 (ada-remote): New function.
17876 (ada-run-application): Erase the output buffer before starting the
17877 run Support remote execution of the application. Use
17878 call-process, or the arguments are incorrectly parsed
17879 (ada-set-default-project-file): Reread the content of the active
17880 project file, not the one from the current buffer When a project
17881 file is set as the default project, all directories are
17882 automatically associated with it.
17883 (ada-set-environment): New function
17884 (ada-treat-cmd-string): New special variable ${current}
17885 (ada-treat-cmd-string): Revised. The substitution is now done for
17886 any ${...} substring
17887 (ada-xref-current): If no body was found, compiles the spec
17888 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17889 compiler to get rid of command line length limitations.
17890 (ada-xref-get-project-field): New function
17891 (ada-xref-project-files): New variable
17892 (ada-xref-runtime-library-specs-path)
17893 (ada-xref-runtime-library-ali-path): New variables
17894 (ada-xref-set-default-prj-values): Default run command now does a
17895 cd to the build directory. New field: main_unit Provide a default
17896 file name even if the current buffer has no prj file.
17897
17898 * ada-prj.el:
17899 Rewritten to show a tabbed-dialog.
17900 (ada-prj-add-ada-menu): Remove the map and name parameters.
17901 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17902 New function
17903 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17904 (ada-prj-load-from-file): New function
17905 (ada-prj-save): Always save fields that depend on the current buffer
17906 (ada-prj-show-value): New function
17907
17908 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17909 Ada mode. This will allow us to display the Ada menu in any buffer
17910 we want (for project items).
17911 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17912 number of spaces in the header.
17913
17914 2000-07-24 Dave Love <fx@gnu.org>
17915
17916 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17917
17918 2000-07-23 Noah Friedman <friedman@splode.com>
17919
17920 * type-break.el (type-break): perform autosave.
17921 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17922 (type-break-do-query): Cancel query schedule while performing
17923 actual query, to avoid possibility of a second query being made
17924 while first one is already in progress.
17925 (type-break-time-stamp-format): New variable.
17926 (type-break-time-stamp): New function.
17927 (type-break-time-warning): Use it.
17928 (type-break-keystroke-warning): Use it.
17929 (type-break-noninteractive-query): Use it.
17930
17931 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17932 cookie.
17933 Use add-minor-mode to set minor-mode-alist, if available.
17934 (eldoc-echo-area-use-multiline-p): New user option.
17935 (eldoc-echo-area-multiline-supported-p): New variable.
17936 (eldoc-docstring-format-sym-doc): Use them.
17937 (eldoc-mode): If not using idle timers, append to local post and
17938 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17939 (eldoc-display-message-no-interference-p): Don't interfere with
17940 edebug.
17941 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17942 (eldoc-function-arglist): New function.
17943 (eldoc-function-argstring): Use it.
17944
17945 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17946 auto save directory exists before calling directory-files.
17947
17948 2000-07-23 Dave Love <fx@gnu.org>
17949
17950 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17951 ^o, ^u.
17952
17953 2000-07-21 Dave Love <fx@gnu.org>
17954
17955 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17956 now passed to the function. It now works properly.
17957
17958 * smerge-mode.el (smerge-mode-menu): Fill it out.
17959
17960 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17961
17962 * info-look.el (info-lookup): If *info* is shown in another frame
17963 on the same display, select that frame, instead of switching to
17964 the Info buffer in another window of the selected frame.
17965
17966 * simple.el (universal-argument-map): Bind numeric keypad keys
17967 kp-0 to kp-9 and kp-subtract.
17968 (digit-argument): Handle these keys.
17969
17970 2000-07-20 Dave Love <fx@gnu.org>
17971
17972 * net/goto-addr.el (goto-address-fontify): Don't bother with
17973 buffer-modified and read-only stuff -- irrelevant with overlays.
17974 Put an extra property on the overlays and use it to clean up in
17975 case goto-address is re-run.
17976
17977 2000-07-19 Richard M. Stallman <rms@gnu.org>
17978
17979 * timer.el (run-with-idle-timer): Doc fix.
17980
17981 * mail/mail-utils.el (mail-strip-quoted-names):
17982 Handle case where <...> appears inside "...".
17983 Use replace-match to edit the string more simply.
17984 (rmail-dont-reply-to): Cope with an unmatched ".
17985
17986 2000-07-19 Dave Love <fx@gnu.org>
17987
17988 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17989 implementation.
17990
17991 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17992 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17993 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17994
17995 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17996
17997 * textmodes/refer.el: Correct maintainer's email address.
17998
17999 * progmodes/hideif.el: Correct author's email address.
18000 Fix typo in comment.
18001
18002 * xml.el: New file.
18003
18004 * mail/mailheader.el: Correct author's mail address.
18005
18006 * gnus/parse-time.el: Correct author's mail address.
18007
18008 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
18009
18010 * comint.el (comint-highlight-input, comint-highlight-face):
18011 New user options.
18012 (comint-input-ring-file-name): Change custom type.
18013 (comint-mode-map): Bind mouse-2.
18014 (comint-insert-clicked-input): New function.
18015 (comint-send-input): Handle input highlighting.
18016
18017 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
18018
18019 * mouse.el (popup-menu): New function.
18020 (mouse-major-mode-menu): Use it.
18021
18022 2000-07-18 Dave Love <fx@gnu.org>
18023
18024 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
18025 improvements.
18026
18027 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18028
18029 * faces.el (face-font-selection-order)
18030 (face-font-family-alternatives): Add custom type.
18031
18032 2000-07-18 Dave Love <fx@gnu.org>
18033
18034 * cus-edit.el (custom-variable-reset-saved)
18035 (custom-variable-reset-standard): Remove unused bindings.
18036
18037 * rect.el (open-rectangle-line): Remove unused let.
18038
18039 * hl-line.el (hl-line-highlight): Check hl-line-mode.
18040
18041 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18042
18043 * cdl.el: Fix `Maintainer' keyword.
18044
18045 * play/pong.el: Add author's email address.
18046
18047 2000-07-17 Sam Steingold <sds@gnu.org>
18048
18049 * files.el (insert-directory): Call `split-string' instead of
18050 re-implementing it.
18051
18052 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18053
18054 * mail/vms-pmail.el: Change maintainer to FSF.
18055
18056 * net/goto-addr.el: Change maintainer to FSF.
18057
18058 * info.el (Info-title-face-alist): Removed.
18059
18060 2000-07-18 David Ponce <david@dponce.com>
18061
18062 * recentf.el (recentf-open-files): New command that works like
18063 `recentf-open-more-files', but shows the whole list of files (not just
18064 those omitted from the menu). Useful if you don't use a menu-bar!
18065 (recentf-open-more-files) Modified to use `recentf-open-files'.
18066
18067 (recentf-open-files, recentf-open-more-files)
18068 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
18069
18070 (recentf-dialog-mode): New mode for dialogs. You can now just type
18071 "q" to cancel the dialogs.
18072
18073 2000-07-18 David Ponce <david@dponce.com>
18074
18075 * recentf.el: This is a major update of recentf.el. It adds new
18076 features to better organize the recentf menu and "More..." buffer.
18077
18078 Using new provided menu filtering functions you can now organize the
18079 recent files list:
18080
18081 - by major modes
18082 - by directories
18083 - by user defined rules
18084
18085 Finally, with the new `recentf-filter-changer' customizable filter you
18086 can define a ring of filters and dynamically (via the menu) cycle on
18087 each menu organization in the ring (a la msb).
18088
18089 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
18090
18091 * eshell/eshell.el (eshell): Replace links to eshell.info with
18092 links to eshell, to avoid problems on systems where the manual is
18093 installed as `eshell'.
18094 * eshell/esh-cmd.el (eshell-cmd): Ditto.
18095 * eshell/em-smart.el (eshell-smart): Ditto.
18096 * eshell/em-banner.el (eshell-banner): Ditto.
18097 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
18098
18099 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
18100 same-file check in the MS-DOS version (it does support inodes).
18101
18102 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
18103
18104 * eshell/eshell.el (eshell-directory-name):
18105 Run default directory name through convert-standard-filename.
18106
18107 2000-07-18 Kenichi Handa <handa@etl.go.jp>
18108
18109 * international/mule-cmds.el (select-safe-coding-system):
18110 Fix typo in the comment.
18111
18112 * language/european.el (compound-text):
18113 Force katakana-jisx0201 to be designated to G1.
18114
18115 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
18116 Don't translate some national variant characters of latin-jisx0201.
18117 (x-ctext): Force katakana-jisx0201 to be designated to G1.
18118
18119 * international/kkc.el (kkc-after-update-conversion-functions):
18120 New variable.
18121 (kkc-update-conversion): Run functions in it at the tail.
18122
18123 2000-07-16 John Wiegley <johnw@gnu.org>
18124
18125 * lisp/align.el (align-newline-and-indent):
18126 Adding new function. for auto-aligning blocks of code on RET.
18127 (align-region): Fixed badly formatted minibuffer message.
18128
18129 2000-07-17 Kenichi Handa <handa@etl.go.jp>
18130
18131 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
18132 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
18133 the conversion list at first if appropriate.
18134 (kkc-next): Don't update kkc-next-count here.
18135 (kkc-prev): Don't update kkc-prev-count here.
18136 (kkc-show-conversion-list-update): Fix setting up of conversion
18137 list message.
18138
18139 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
18140
18141 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
18142
18143 2000-07-16 Dave Love <fx@gnu.org>
18144
18145 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
18146 function to be more specific.
18147
18148 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
18149 non-string help-echo.
18150 (widget-types-convert-widget): Defsubst it.
18151 (widget-echo-help): Try to cope with a help-echo function of two
18152 possible sorts.
18153
18154 2000-07-15 Jason Rumney <jasonr@gnu.org>
18155
18156 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
18157 Declare as obsolete.
18158
18159 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
18160
18161 2000-07-14 Gerd Moellmann <gerd@gnu.org>
18162
18163 * hilit-chg.el: Fix typo.
18164
18165 2000-07-14 Dave Love <fx@gnu.org>
18166
18167 * info.el (Info-mode-menu): Fix use of :help, :enable.
18168
18169 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
18170
18171 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
18172
18173 2000-07-13 Dave Love <fx@gnu.org>
18174
18175 * emacs-lisp/easymenu.el: Doc fixes.
18176 (easy-menu-remove): Defalias to ignore.
18177
18178 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
18179 Call throw correctly.
18180
18181 2000-07-13 Gerd Moellmann <gerd@gnu.org>
18182
18183 * faces.el (frame-background-mode): Doc fix.
18184
18185 * simple.el (eval-expression-print-length): Change custom type to
18186 allow entering nil as value.
18187
18188 2000-07-13 Dave Love <fx@gnu.org>
18189
18190 * progmodes/fortran.el (fortran-imenu-generic-expression):
18191 Change definition layout.
18192 (fortran-mode-menu): Reinstate customize entries.
18193
18194 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18195 Use :filter, per old XEmacs code.
18196
18197 2000-07-12 Gerd Moellmann <gerd@gnu.org>
18198
18199 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18200 event when deciding what to send to the terminal.
18201
18202 2000-07-12 Dave Love <fx@gnu.org>
18203
18204 * cus-start.el: Add optional version as 4th element of specs and
18205 use it for several things new in v21. Remove load-path. Fix type
18206 of line-number-display-limit.
18207
18208 2000-07-11 Dave Love <fx@gnu.org>
18209
18210 * progmodes/fortran.el: Don't require easymenu.
18211 Use repeat counts in various regexps.
18212 (fortran-mode-syntax-table): Defvar directly.
18213 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18214 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18215 Use defvar, not defconst.
18216 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18217 (fortran-mode): Set fortran-comment-line-start-skip,
18218 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18219 (fortran-comment-indent): Use defsubst.
18220 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18221 Use fortran-comment-indent, not fortran-comment-indent-function.
18222 (fortran-comment-region, fortran-electric-line-number): Simplify.
18223 (fortran-auto-fill): New function.
18224 (fortran-do-auto-fill): Deleted.
18225 (fortran-find-comment-start-skip):
18226 Check for non-null comment-start-skip.
18227 (fortran-auto-fill-mode, fortran-fill-statement):
18228 Use fortran-auto-fill.
18229 (fortran-fill): Use fortran-auto-fill. Check for null
18230 comment-start-skip. Simplify final clause and use end-of-line finally.
18231
18232 * widget.el (widget-plist-member): New alias.
18233
18234 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18235
18236 * eshell/esh-module.el (toplevel): Reference
18237 byte-compile-current-file only if it is bound.
18238
18239 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18240
18241 * dired.el: Don't require `dired-aux'.
18242
18243 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18244
18245 * dired-aux.el (dired-show-file-type): New function.
18246 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18247 (dired-show-file-type): Add autoload.
18248
18249 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18250
18251 * international/mule-diag.el (describe-font): Adjusted for the
18252 change of fontset-info.
18253 (print-fontset): Likewise.
18254
18255 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18256
18257 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18258
18259 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18260
18261 * bindings.el: Bind `[delete]' to delete-char.
18262
18263 * dired.el (dired-find-alternate-file): New function.
18264 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18265 (toplevel): Require dired-aux when compiling.
18266 (dired-buffers): Move defvar within file to avoid compiler warning.
18267
18268 * info.el (Info-last-search): Variable removed.
18269 (Info-search-history): New variable.
18270 (Info-search): New Info-search-history.
18271
18272 * battery.el, info-look.el: Change author's mail address.
18273
18274 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18275
18276 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18277 if rmail-ignored-headers is nil.
18278 (rmail-retry-failure): Bind rmail-ignored-headers and
18279 rmail-displayed-headers to nil.
18280
18281 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18282
18283 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18284 (print-region-1): Don't hard code `-h' here.
18285
18286 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18287
18288 2000-07-01 Francesco Potorti` <pot@gnu.org>
18289
18290 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18291 exim can use "your message" instead of "the message".
18292
18293 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18294
18295 * facemenu.el: Docstrings fixes.
18296 (facemenu-get-face): Don't use internal-find-face.
18297 (facemenu-iterate): Rename arg to match the docstring.
18298
18299 * newcomment.el (uncomment-region): Be more careful when skipping
18300 backwards over `=' not to bump into BOBP.
18301
18302 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18303
18304 * ediff-diff.el (ediff-wordify): Use syntax table.
18305 * ediff-init.el (ediff-has-face-support-p): Use
18306 ediff-color-display-p.
18307 (ediff-color-display-p): Use display-color-p, changed to defun
18308 from defsubst.
18309 Got rid of special cases for NeXT and OS/2.
18310 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18311 face.
18312
18313 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18314
18315 * emacs-lisp/lucid.el: Require CL.
18316 (copy-tree, remprop): Remove, it's provided by CL.
18317 (map-keymap): Define in terms of cl-map-keymap.
18318 (extent-property, set-extent-end-glyph): New functions.
18319
18320 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18321
18322 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18323
18324 * Makefile.in (DONTCOMPILE): Add comment that the name may
18325 not be changed without changing the make-dist script.
18326
18327 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18328 (cl-mapc): Use mapc instead of cl-old-mapc.
18329
18330 2000-07-05 Andrew Innes <andrewi@gnu.org>
18331
18332 * makefile.nt: Add support for `bootstrap' and related targets.
18333
18334 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18335
18336 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18337 (easy-menu-do-define): Use `menu-item' format.
18338 Handle case where easy-menu-create-menu returns a symbol.
18339 Manually call the potential top-level filter in the function binding.
18340 (easy-menu-filter-return): New arg NAME.
18341 Convert to a keymap if MENU is an XEmacs menu.
18342 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18343 (easy-menu-converted-items-table, easy-menu-convert-item):
18344 New var and fun to memoize easy-menu-convert-item-1.
18345 (easy-menu-do-add-item): Use it.
18346 (easy-menu-create-menu): Use easy-menu-convert-item.
18347 Wrap easy-menu-filter-return around any :filter specification.
18348 Don't convert the menu if a filter was specified.
18349 Tell easy-menu-make-symbol not to check for MENU being an expression.
18350 (easy-menu-make-symbol): New arg NOEXP.
18351
18352 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18353
18354 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18355 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18356 (eval-defun): If called with prefix arg, instrument code for
18357 Edebug.
18358
18359 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18360 similar to that of eval-defun.
18361
18362 2000-07-04 Dave Love <fx@gnu.org>
18363
18364 * hl-line.el (hl-line-overlay): Make it permanent-local.
18365
18366 * calendar/todo-mode.el: Replaced with a working version, based on
18367 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18368
18369 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18370
18371 * paths.el (prune-directory-list): New function.
18372 (Info-default-directory-list): Rewritten to more methodically
18373 enumerate a big list of possible info directories (based on the
18374 list used by the standalone info reader).
18375
18376 * info.el (info-initialize): Use prune-directory-list to remove
18377 non-existent directories from Info-directory-list.
18378
18379 * paths.el (Info-default-directory-list): Try a list of possible
18380 info-directories instead of a single one. Add the possible
18381 info directory "/usr/share/info".
18382
18383 * woman.el (woman-man.conf-path): Explicitly include the debian
18384 man-db config file "/etc/manpath.config".
18385 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18386 are present in `manpath.config'.
18387 (woman-manpath): Include "/usr/share/man".
18388
18389 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18390
18391 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18392
18393 * startup.el (command-line): Initialize blink-cursor based
18394 on window-system.
18395
18396 * frame.el (blink-cursor): Default to nil if not running under
18397 a window-system.
18398
18399 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18400 (face-x-resources): Remove duplicate entry for :font.
18401
18402 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18403 instead of cycling through windows with next-window.
18404
18405 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18406 of cycling through windows with next-window.
18407
18408 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18409 of cycling through windows with next-window.
18410
18411 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18412 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18413 instead of cycling through windows with next-window.
18414
18415 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18416 instead of cycling through windows with next-window.
18417
18418 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18419 of cycling through windows with next-window.
18420
18421 * terminal.el (te-process-output): Use walk-windows instead of
18422 cycling through windows with next-window.
18423
18424 * server.el (server-switch-buffer): Use some-window instead of
18425 cycling through windows with next-window.
18426
18427 * window.el (some-window): New function.
18428 (walk-windows): Remove reference to walk-windows-start.
18429
18430 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18431
18432 2000-07-03 Richard Stallman <rms@gnu.org>
18433
18434 * window.el (walk-windows): Guarantee termination by keeping a list
18435 of all the windows already handled.
18436
18437 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18438
18439 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18440 window-system.
18441
18442 * man.el (Man-notify-when-ready): Don't use window-system. If
18443 Man-notify-method is newframe, and the display is not
18444 multi-frame, select the frame created for the man page.
18445 (Man-init-defvars): Doc fix.
18446
18447 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18448
18449 * faces.el (region): Change background color for light background.
18450
18451 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18452 attribute from mode-line face of Ediff control frame.
18453
18454 * replace.el (query-replace-map): Bind `e' like `E'.
18455
18456 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18457
18458 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18459 Change name to "Select All".
18460
18461 * dos-fns.el (convert-standard-filename): Fix last change.
18462
18463 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18464
18465 * help.el (describe-variable): Don't insert a second `'s' in front
18466 of the string `value is shown below'. Since the syntax-table is
18467 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18468 an existing `'s', so that this won't be deleted.
18469
18470 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18471 * pcmpl-unix.el: New files.
18472
18473 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18474
18475 * wid-edit.el (widget-member): Use the new plist-member.
18476
18477 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18478
18479 * replace.el (perform-replace): Undo change of 2000-04-04.
18480 Instead, move backward 1 character at the end of the loop when
18481 necessary.
18482
18483 * faces.el (fringe): Change face for different backgrounds.
18484
18485 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18486 patch from John.
18487
18488 * eshell/*.el: Change spelling of the Free Software Foundation.
18489
18490 * eshell/esh-toggle.el: Removed.
18491
18492 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18493
18494 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18495 interactively.
18496
18497 2000-06-26 Alex Schroeder <alex@gnu.org>
18498
18499 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18500 `define-key'; instead of checking `(emacs-version)' check for
18501 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18502 for `;' and `o' which might be electric.
18503
18504 (sql-electric-stuff): New user option.
18505 (sql-magic-go): New function which uses `sql-electric-stuff'.
18506 (sql-magic-semicolon): New function which uses
18507 `sql-electric-stuff'.
18508
18509 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18510 is not fboundp.
18511
18512 (sql-oracle-options): New variable.
18513 (sql-oracle): Use it.
18514
18515 (sql-imenu-generic-expression): Doc change.
18516 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18517 is used.
18518
18519 (sql-informix): Added command line parameter "-" to force
18520 sql-informix-program to use stdout.
18521
18522 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18523
18524 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18525 (cp864-decode-table): Doc fix.
18526 (cp720-decode-table): New variable, supports the Arabic OEM
18527 codepage used by Windows.
18528 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18529
18530 2000-06-23 Dave Love <fx@gnu.org>
18531
18532 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18533 (font-lock-fontify-anchored-keywords): Use
18534 line-beginning-position.
18535 (global-font-lock-mode): Use mapc.
18536
18537 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18538
18539 * eshell/esh-module.el: Require CL when compiling.
18540
18541 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18542
18543 * comint.el (comint-substitute-in-file-name): Call replace-match
18544 with second and third arg t.
18545
18546 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18547 Specify foreground color.
18548
18549 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18550 color.
18551
18552 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18553
18554 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18555 cddr instead of cdddr.
18556
18557 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18558 instead of copy-list.
18559
18560 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18561 of copy-list.
18562
18563 * subdirs.el: Add eshell subdirectory.
18564
18565 * eshell: New subdirectory containing the Eshell package.
18566
18567 * pcomplete.el: New file.
18568
18569 2000-06-23 Paul Eggert <eggert@twinsun.com>
18570
18571 * mail/mailpost.el (post-mail-send-it): Make sure file has
18572 proper permissions from birth.
18573
18574 * files.el (basic-save-buffer-2): When temporarily setting
18575 file modes, set them to current modes plus 0200, not to 0777.
18576
18577 * emerge.el (emerge-make-temp-file): Make sure file has proper
18578 permissions from birth.
18579
18580 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18581
18582 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18583 backup file name through convert-standard-filename.
18584
18585 * dos-fns.el (convert-standard-filename): Convert leading
18586 directories as well. When long file names are supported, convert
18587 characters that are invalid in Windows file names.
18588
18589 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18590
18591 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18592 ps-print crashes. New feature: page selection for printing. Create
18593 raw-text-unix coding system for XEmacs. Doc fix.
18594 (ps-print-version): New version number (5.2.3).
18595 (ps-plot-region): Bug fix.
18596 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18597 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18598 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18599 funs.
18600 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18601 (ps-last-page): New vars.
18602
18603 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18604
18605 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18606 empty option string.
18607
18608 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18609
18610 * man.el (man): Doc fix.
18611
18612 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18613
18614 * international/mule-cmds.el (set-language-info-alist): Docstring
18615 fixed.
18616
18617 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18618
18619 * version.el (emacs-version): Use ISO date format.
18620
18621 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18622 instead of `M-backspace'.
18623
18624 * simple.el (turn-off-auto-fill): New function.
18625
18626 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18627
18628 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18629 Renamed from with-buffer-prepared-for-font-lock and use
18630 inhibit-modification-hooks rather than setting *-change-functions.
18631 Update all functions to use the new name.
18632 (jit-lock-first-unfontify-pos): New semantics (and doc).
18633 (jit-lock-mode): Make non-interactive.
18634 Don't automatically turn on font-lock.
18635 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18636 Always use jit-lock-after-change.
18637 Remove and restore font-lock-after-change-function.
18638 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18639 (jit-lock-after-unfontify-buffer): Remove.
18640 (jit-lock-stealth-fontify):
18641 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18642 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18643
18644 2000-06-20 Sam Steingold <sds@gnu.org>
18645
18646 * emacs-lisp/cl-indent.el (toplevel): Indent
18647 `print-unreadable-object' properly. Untabify.
18648
18649 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18650
18651 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18652 Support for bibentry.
18653 (reftex-compile-variables): Fixed problem with end of section-re.
18654
18655 * texmodes/reftex-dcr.el (reftex-view-crossref,
18656 reftex-view-crossref-from-bibtex):
18657 Deal with changed `reftex-find-citation-regexp-format'.
18658 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18659 Replaced `remprop' with `put'.
18660 (reftex-view-crossref, reftex-view-crossref-when-idle):
18661 Support for bibentry.
18662
18663 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18664 New entry for bibentry package.
18665
18666 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18667 Regexp also matches "\nobibliography".
18668
18669 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18670 Call `reftex-ensure-write-access' before doing anything.
18671 (reftex-ensure-write-access): New function.
18672
18673 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18674
18675 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18676
18677 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18678
18679 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18680
18681 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18682
18683
18684 2000-06-20 Dave Love <fx@gnu.org>
18685
18686 * faces.el (frame-background-mode): Use set-default, not set, in
18687 setter.
18688 (frame-update-faces, frame-update-face-colors): Define with
18689 defalias.
18690
18691 * enriched.el (enriched-decode-foreground)
18692 (enriched-decode-background): Don't use internal-find-face.
18693
18694 * apropos.el: Doc fixes.
18695
18696 * cus-edit.el (customize-changed-options): Check arg.
18697 (customize-version-lessp): Don't require decimal point.
18698
18699 * custom.el (defcustom, defgroup): Doc fix.
18700
18701 * newcomment.el (comment) <defgroup>: Add :version.
18702 (comment-multi-line): Doc fix.
18703
18704 * emulation/mlsupport.el (define-hooked-local-abbrev,
18705 define-hooked-global-abbrev): Fix, using define-abbrev.
18706
18707 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18708
18709 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18710 the whole buffer.
18711
18712 2000-06-19 Dave Love <fx@gnu.org>
18713
18714 * menu-bar.el (menu-bar-options-save): New function.
18715 (menu-bar-options-menu): Use it.
18716 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18717 Simplify.
18718
18719 2000-06-19 Andreas Schwab <schwab@suse.de>
18720
18721 * progmodes/etags.el (tags-query-replace): Put new parameters
18722 START and END at the end, for backward compatibility.
18723
18724 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18725
18726 * international/codepage.el:
18727 (cp-coding-system-for-codepage-1): Delete special codes for
18728 generating xxx-dos coding system because now a CCL based coding
18729 system can handle EOL conversion by default.
18730
18731 * international/mule.el (make-coding-system): Generate subsidiary
18732 coding systems for EOL handling variants even for a CCL based
18733 coding system.
18734
18735 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18736
18737 * international/isearch-x.el (isearch-minibuffer-input-method)
18738 (isearch-minibuffer-input-method-function): These variables
18739 deleted.
18740 (isearch-with-input-method): Don't use the above variables.
18741 (isearch-process-search-multibyte-characters): Likewise. Call
18742 read-string with the arg INHERIT-INPUT-METHOD t.
18743
18744 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18745
18746 * font-lock.el (font-lock-after-fontify-buffer)
18747 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18748
18749 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18750 Use consistent make-local-variable style for font-lock-fontified.
18751 (jit-lock-fontify-buffer):
18752 Don't bother checking for font-lock-mode and jit-lock-mode.
18753
18754 * time.el: Remove trailing ^M that prevent CVS-merging.
18755
18756 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18757
18758 * Makefile.in (distclean): New target.
18759
18760 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18761
18762 * Makefile.in (srcdir): Define for update-subdirs.
18763
18764 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18765
18766 * find-lisp.el: New file.
18767
18768 2000-06-16 Andrew Innes <andrewi@gnu.org>
18769
18770 * time.el (display-time-mail-function): New variable, to allow
18771 external packages to indicate when new mail is available.
18772 (display-time-update): Use it.
18773
18774 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18775
18776 * international/mule.el (mule-version): Change version name to
18777 SAKAKI. AOI has already been used by Meadow.
18778
18779 * international/quail.el (quail-show-guidance-buf): To find the
18780 bottom window (but minibuffer), pay attention to the height of
18781 minibuffer.
18782
18783 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18784
18785 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18786 menu-bar menus. Add help strings. Don't remove the Edit menu
18787 from the menu bar, as the menu bar has enough space now.
18788
18789 * Makefile.in (SHELL): Make sure /bin/sh is used.
18790
18791 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18792 characters, which use series of two ^H characters instead of one.
18793
18794 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18795
18796 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18797 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18798 functions.
18799 (Info-find-node-2): Try a case-sensitive search first, then
18800 do a case-insensitive search.
18801
18802 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18803 tutorials.
18804
18805 * complete.el (PC-env-vars-alist): New variable.
18806 (PC-complete-as-file-name): New function.
18807 (partial-completion-mode): Initialize PC-env-vars-alist from
18808 process-environment.
18809 (PC-do-completion): Handle completion of env vars.
18810
18811 * info.el (Info-set-mode-line): Show file name in mode line,
18812 use `*Info*' instead of `Info:'.
18813
18814 * startup.el (command-line-1): Change copyright messages to year
18815 2000.
18816
18817 2000-06-15 Dave Love <fx@gnu.org>
18818
18819 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18820 not local-map.
18821
18822 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18823
18824 * international/mule.el (set-buffer-file-coding-system): Almost
18825 rewritten to handle `undecided' as no-op.
18826
18827 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18828
18829 * Makefile.in: New file.
18830
18831 * Makefile: Removed.
18832
18833 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18834 (goto-address-highlight-keymap): Bind C-c RET.
18835
18836 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18837
18838 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18839 inherits buffer-file-coding-system of the current buffer.
18840
18841 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18842 0. Give correct argument to set-auto-coding-function.
18843 (tar-expunge): For goto-char, use (point-min), not 0.
18844 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18845 (tar-subfile-save-buffer): Likewize.
18846
18847 * international/mule.el
18848 (after-insert-file-set-buffer-file-coding-system): Call
18849 set-buffer-file-coding-system with the arg FORCE t.
18850
18851 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18852
18853 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18854 nil. Contemporary sendmails issue an X-Authentication-Warning if
18855 the sender is set with `-f'.
18856
18857 2000-06-13 Dave Love <fx@gnu.org>
18858
18859 * help.el (describe-function-1): Kluge around cases of functions
18860 fset to subrs whose doc doesn't match their symbol-name.
18861
18862 * image.el (insert-image): Default STRING to a space.
18863
18864 * info.el Doc fixes.
18865 (Info-build-node-completions): Match Ref tags.
18866
18867 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18868
18869 * frame.el (display-multi-frame-p, display-multi-font-p): New
18870 defaliases for display-graphic-p.
18871
18872 * hl-line.el: Fixed a typo in commentary.
18873
18874 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18875
18876 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18877 fixed.
18878
18879 2000-06-12 Dave Love <fx@gnu.org>
18880
18881 * image.el (insert-image): Save a little consing.
18882
18883 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18884
18885 * language/tibet-util.el: Convert all tibetan-1-column characters
18886 to the corresponding tibetan characters.
18887 (tibetan-add-components): Delete code for the special treatment of
18888 'a chung.
18889
18890 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18891 change.
18892 (tibetan-vowel-transcription-alist): More rules added.
18893 (tibetan-composite-vowel-alist): New variable.
18894 (tibetan-precomposition-rule-alist): More rules added.
18895
18896 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18897
18898 * startup.el (command-line): Only call menu-bar-mode if interactive.
18899
18900 * thingatpt.el (toplevel symbol-properties):
18901 * textmodes/makeinfo.el (makeinfo-compile):
18902 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18903 * progmodes/hideif.el (hif-compress-define-list)
18904 (hide-ifdef-use-define-alist):
18905 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18906 (ange-ftp-vms-add-file-entry):
18907 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18908 * man.el (Man-build-man-command):
18909 * mail/rnewspost.el (news-reply-header-hook):
18910 * info.el (Info-insert-dir):
18911 * emulation/mlconvert.el (backward-word, forward-word, setq):
18912 * emacs-lisp/gulp.el (gulp-send-requests):
18913 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18914 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18915 (byte-optimize-apply, end of file):
18916 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18917 (ad-make-freeze-definition):
18918 * startup.el (command-line, command-line-1): Don't quote lambdas.
18919
18920 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18921 (cvs-cleanup-removed): New function.
18922 (cvs-cleanup-functions): New var.
18923 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18924 some flexibility in specifying additional entries to auto-cleanup.
18925 (cvs-quickdir): New function.
18926 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18927 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18928 (cvs-mode-find-file): Check that we are on a filename or dirname
18929 when invoked through a mouse-click.
18930 (cvs-full-path): Remove.
18931 (cvs-dired-action): Re-introduced.
18932 (cvs-dired-noselect): Use it.
18933 (vc-post-command-functions): use this new hook if available.
18934
18935 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18936 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18937 (cvs-filename-map, cvs-dirname-map): Remove.
18938 (cvs-default-action): Remove.
18939 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18940 if the arg is really a keymap.
18941 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18942 Don't hardcode the mapping from state (aka type) to face, but check
18943 the var cvs-fi-<type>-face instead.
18944 (cvs-fileinfo-from-entries): New function.
18945
18946 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18947 Docstring fix.
18948 (cvs-find-file-and-jump): Change default to be safer.
18949 (cvs-mode-diff-map): Define it as a function as well.
18950 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18951 Bind mouse-2 in this global map rather than with text-properties.
18952
18953 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18954 file to resolve the ambiguity between C(conflict) and C(need-merge).
18955
18956 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18957
18958 * international/mule.el (set-buffer-file-coding-system): If
18959 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18960 unconditionally.
18961
18962 2000-06-12 Dave Love <fx@gnu.org>
18963
18964 * wid-edit.el (widget-specify-button): Really suppress the face if
18965 required.
18966
18967 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18968
18969 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18970
18971 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18972
18973 * imenu.el (imenu-generic-expression): Docstring fix.
18974
18975 * composite.el (composition-function-table): Move the `put'
18976 below the autoload cookie so we can load the file before loaddefs.
18977
18978 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18979
18980 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18981 Handle easy-mmode-define-global-mode.
18982 For complex macros like define-minor-mode that can generate
18983 several autoload entries, try to autoload entries in the
18984 macroexpanded code.
18985
18986 * emacs-lisp/easy-mmode.el (define-minor-mode):
18987 If KEYMAP is a symbol, just use it.
18988 Use byte-compile-current-file and load-file-name to infer the
18989 proper :require to pass to defcustom.
18990 Wrap the hook var into `progn' so as not to autoload it.
18991 Add a :autoload-end cookie.
18992 Be more careful about the evaluation of KEYMAP.
18993 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18994 (define-derived-mode): Move define-abbrev-table outside of defvar.
18995
18996 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18997
18998 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18999 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
19000 (backup-compiled-files): Ignore errors during `tar'.
19001 (bootstrap): Make autoloads before elc files.
19002
19003 2000-06-10 Kenichi Handa <handa@etl.go.jp>
19004
19005 * international/mule.el (set-buffer-file-coding-system): If one of
19006 undecided-XXX is specified, change only EOL conversion.
19007
19008 * international/mule-conf.el (unix): New alias for the coding
19009 system undecided-unix.
19010
19011 2000-06-09 Dave Love <fx@gnu.org>
19012
19013 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
19014
19015 * progmodes/executable.el: Byte compile dynamic.
19016 (executable-insert): Change custom type.
19017 (executable-find): Add autoload cookie.
19018 (executable-make-buffer-file-executable-if-script-p): New
19019 function. After Noah Friedman.
19020
19021 * files.el (after-save-hook): Customize, with
19022 executable-make-buffer-file-executable-if-script-p as an option.
19023
19024 2000-06-09 Kenichi Handa <handa@etl.go.jp>
19025
19026 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
19027 "tib24p-mule.bdf" for Tibetan.
19028
19029 * composite.el (decompose-composite-char): Declare it as obsolete.
19030
19031 * man.el (Man-fontify-manpage): Pay attention to underline and
19032 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
19033
19034 2000-06-08 Gerd Moellmann <gerd@gnu.org>
19035
19036 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
19037 Set maintainer to FSF since author isn't reachable.
19038
19039 2000-06-08 Dave Love <fx@gnu.org>
19040
19041 * international/mule-cmds.el (select-safe-coding-system): If
19042 DEFAULT-CODING-SYSTEM is not specified, also check the most
19043 preferred coding-system if buffer-file-coding-system is
19044 `undecided'. From Handa.
19045
19046 2000-06-08 Kenichi Handa <handa@etl.go.jp>
19047
19048 * international/mule.el
19049 (after-insert-file-set-buffer-file-coding-system): If the buffer
19050 size is greater than INSERTED, judget that we are not visiting.
19051
19052 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
19053
19054 * whitespace.el (defgroup whitespace): Comment out `:version'.
19055 XEmacs 20.4 has problems defining the group with this present.
19056 We'll have this commented out till get resolve the problem.
19057
19058 2000-06-07 John Wiegley <johnw@gnu.org>
19059
19060 * align.el (align-dq-string-modes, align-sq-string-modes)
19061 (align-open-comment-modes): Add pyhton-mode.
19062 (align-rules-list): Use get-text-property instead of
19063 text-properties-at.
19064 (align-rules-list): Add python-assignment.
19065 (align-rules-list): Change perl-comma-delimiter to
19066 basic-comma-delimiter. Use if for Perl modes and python-mode.
19067 (align-rules-list): Add python-chain-logic and
19068 basic-line-continuation.
19069
19070 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
19071
19072 * apropos.el (apropos-mode-hook): New user variable.
19073 (apropos-mode): Run apropos-mode-hook.
19074
19075 2000-06-07 David Ponce <david@dponce.com>
19076
19077 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
19078 commands. Require `wid-edit' at run-time.
19079
19080 2000-06-07 David Ponce <david@dponce.com>
19081
19082 * recentf.el: Added some "Commentary".
19083 (recentf-open-more-files, recentf-edit-list): Minor changes to
19084 move the point at the top of the file list. This behaviour is
19085 consistent with the menu one when the list contains a lot of
19086 files.
19087 (recentf-cleanup): Now displays the number of items removed from
19088 the list.
19089 (recentf-relative-filter) New menu filter to show filenames
19090 relative to `default-directory'.
19091
19092 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19093
19094 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
19095 with/without giving an error if PostScript printer doesn't have this
19096 kind of page size. Zebra Stripe continues or restarts on next page.
19097 Manual/automatic paper feeding. Switch or not the header.
19098 (ps-print-version): New version number (5.2.2).
19099 (ps-windows-system): Include emx as a Windows system.
19100 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
19101 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
19102 (ps-background-text): Code fix.
19103 (ps-error-handler-message, ps-user-defined-prologue)
19104 (ps-print-prologue-header, ps-printer-name)
19105 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
19106 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
19107 (ps-use-face-background): Customization fix.
19108 (ps-n-up-database): Data fix.
19109 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
19110 (ps-switch-header): New vars.
19111 (ps-xemacs-color-name, ps-face-foreground-name)
19112 (ps-face-background-name, ps-boolean-constant): New funs.
19113
19114 2000-06-07 Dave Love <fx@gnu.org>
19115
19116 * allout.el: New version from Manheimer.
19117
19118 2000-06-07 Kenichi Handa <handa@etl.go.jp>
19119
19120 * textmodes/fill.el (fill-find-break-point): Check the validity of
19121 charset.
19122
19123 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19124
19125 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19126 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
19127 Call display-color-p and display-mouse-p instead of looking at
19128 window-system.
19129
19130 2000-06-06 Dave Love <fx@gnu.org>
19131
19132 * image.el (find-image): Doc fix. Return nil if image not found.
19133 (put-image, insert-image): Make STRING arg optional.
19134
19135 2000-06-06 Kenichi Handa <handa@etl.go.jp>
19136
19137 * language/vietnamese.el: Remove eval-when-compile.
19138 (viet-viscii-nonascii-translation-table): Define it as a
19139 translation table made from viet-viscii-decode-table.
19140 (viet-viscii-encode-table): Define it as a translation table made
19141 from the reverse map of above.
19142 (viet-vscii-nonascii-translation-table): Define it as a
19143 translation table made from viet-vscii-decode-table.
19144 (viet-vscii-encode-table): Define it as a translation table made
19145 from the reverse map of above.
19146 (ccl-decode-viscii): Use translate-character.
19147 (ccl-encode-viscii, ccl-encode-viscii-font)
19148 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
19149 Likewize.
19150
19151 * language/cyrillic.el: Remove eval-when-compile.
19152 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
19153 translation table made from cyrillic-koi8-r-decode-table.
19154 (cyrillic-koi8-r-encode-table): Define it as a translation table
19155 made from the reverse map of above.
19156 (ccl-decode-koi8): Use translate-character.
19157 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
19158 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
19159 a translation table made from cyrillic-alternativnyj-decode-table.
19160 (cyrillic-alternativnyj-encode-table): Define it as a translation
19161 table made from the reverse map of above.
19162 (ccl-decode-alternativnyj): Use translate-character.
19163 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
19164 Likewize
19165
19166 * international/mule-diag.el (non-iso-charset-alist): Specify
19167 translation table symbol instead of translation table itself.
19168 (list-block-of-chars): CHARSET may be a translation table symbol.
19169
19170 * international/mule.el (make-coding-system): If CODING-SYSTEM
19171 already exists, override it.
19172
19173 * international/fontset.el: Use family `proportional' for Tibetan
19174 fonts.
19175
19176 * international/ccl.el (ccl-compile-translate-character): Don't
19177 check if Rrr has property translation-table.
19178 (ccl-compile-map-multiple): Modified to avoid compiler warning.
19179
19180 2000-06-05 Gerd Moellmann <gerd@gnu.org>
19181
19182 * info.el: Bind case-fold-search to t when searching in case
19183 a user sets it to nil in a hook.
19184
19185 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19186
19187 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19188 * hl-line.el (hl-line-mode): Use the new :global key argument.
19189
19190 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19191 (tar-clip-time-string): Prepend a space.
19192 (tar-grind-file-mode): Construct a string rather than modifying one.
19193 (tar-header-block-summarize): Fix docstring.
19194 Use `format' rather than an error-prone set of copy-loops.
19195
19196 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19197 (diff-goto-source, diff-unified->context, diff-context->unified)
19198 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19199 understand the format output by the `-p' argument to diff.
19200
19201 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19202 (sh-re-done): Use defconst.
19203 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19204 (sh-help-string-for-variable, sh-guess-basic-offset):
19205 Don't quote lambdas.
19206 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19207 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19208
19209 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19210 (mh-letter-mode): Derive from text-mode.
19211 This implicitly means that it now calls kill-all-local-variables.
19212 Also remove the Emacs-18 compatibility code.
19213
19214 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19215 Make use of symbol-property doc-string-elt.
19216 Use memq rather than a sequence of eq.
19217 (doc-string-elt): Fix the wrong or missing previously unused values.
19218 (autoload-print-form): New function extracted from
19219 generate-file-autoloads to allow recursion when handling progn
19220 so that defvar's and defun's docstrings are properly printed.
19221 (generate-file-autoloads): Use it.
19222
19223 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19224 Use find-file-hooks in the minor-mode function.
19225 Be careful not to loop indefinitely in the post-command-hook function.
19226
19227 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19228
19229 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19230 tty's.
19231 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19232 differences whenever appropriate.
19233 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19234 * viper.el (find-file, find-file-other-window): Get viper to do
19235 wildcards.
19236
19237 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19238
19239 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19240 (jit-lock-fontify-buffer): New function for JIT refontification.
19241 (jit-lock-mode): Fix docstring.
19242 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19243 Remove jit-lock-after-change from the _local_ hook.
19244 (jit-lock-function-1): Fix docstring.
19245
19246 * info.el (Info-on-current-buffer): Initialize info.
19247
19248 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19249
19250 * progmodes/tcl.el (tcl-indent-for-comment):
19251 Ignore comment-indent-hook.
19252
19253 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19254 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19255 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19256 and improve to use the lighter to guess the capitalization.
19257 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19258 Add keyword arguments to specify global-ness or the custom group.
19259 Add local-map and help-echo properties to the lighter.
19260 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19261 (easy-mmode-define-global-mode): New macro.
19262
19263 2000-06-02 Dave Love <fx@gnu.org>
19264
19265 * wid-edit.el: byte-compile-dynamic since we typically don't use
19266 all the widgets. Don't require cl or widget. Remove
19267 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19268 (widget-read-event): Removed. Callers changed to use read-event.
19269 (widget-button-release-event-p): Renamed from
19270 button-release-event-p.
19271 (widget-field-add-space, widget-field-use-before-change):
19272 Uncustomize.
19273 (widget-specify-field): Use keymap property, not local-map.
19274 (widget-specify-button): Obey :suppress-face.
19275 (widget-specify-insert): Use modern backquote syntax.
19276 (widget-image-directory): Renamed from widget-glyph-directory.
19277 (widget-image-enable): Renamed from widget-glyph-enable.
19278 (widget-image-find): Replaces widget-glyph-find.
19279 (widget-button-pressed-face): Move defvar.
19280 (widget-image-insert): Replaces widget-glyph-insert.
19281 (widget-convert): Use keywordp.
19282 (widget-leave-text, widget-children-value-delete): Use mapc.
19283 (widget-keymap): Remove XEmacs stuff.
19284 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19285 (widget-button-click): Don't set point at the click, but re-centre
19286 if we scroll out of window. Rewritten for images v. glyphs &c.
19287 (widget-tabable-at): Use POS arg, not point.
19288 (widget-beginning-of-line, widget-end-of-line)
19289 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19290 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19291 (widget-default-create): Use widget-image-insert; some rewriting.
19292 (widget-visibility-value-create)
19293 (widget-push-button-value-create, widget-toggle-value-create): Use
19294 widget-image-insert.
19295 (checkbox): Create on and off images dynamically.
19296 (documentation-link): Change :help-echo.
19297 (widget-documentation-link-echo-help): Remove.
19298
19299 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19300
19301 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19302
19303 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19304 (easy-mmode-define-toggle, define-minor-mode): Use it.
19305 (easy-mmode-define-keymap): Docstring fix.
19306 (define-derived-mode): Default PARENT to fundamental-mode.
19307 Add the derived-mode-parent symbol-property.
19308 (easy-mmode-derived-mode-p): New function.
19309
19310 2000-06-02 Dave Love <fx@gnu.org>
19311
19312 * files.el (convert-standard-filename): Doc fix.
19313 (normal-backup-enable-predicate): New function.
19314 (backup-enable-predicate): Use it to replace the lambda form.
19315
19316 * calendar/todo-mode.el: [This needs more work on the outline
19317 stuff.] Doc fixes.
19318 (todo) <defgroup>: Add :version.
19319 (todo-add-category): Don't use pushnew.
19320 (todo-cmd-raise): Fix typo.
19321 (todo-top-priorities): Change temp buffer name.
19322 (todo-category-alist): Avoid redundant lambda.
19323 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19324 Use outline-next-heading.
19325
19326 * autoarg.el: Rewritten to use define-minor-mode.
19327 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19328 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19329
19330 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19331
19332 * isearch.el (isearch-other-meta-char): Fix previous change.
19333
19334 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19335
19336 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19337 (log-edit-done): Only add the comment to the ring if it's different
19338 from the last comment entered.
19339
19340 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19341
19342 2000-06-01 Dave Love <fx@gnu.org>
19343
19344 * hl-line.el: Rewritten using define-minor-mode.
19345
19346 * help.el (describe-function-1): Distinguish special form from
19347 builtin function. Sanity-check presence of arglist for builtins.
19348
19349 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19350
19351 * international/characters.el: Fix syntax/category setting of
19352 Tibetan characters.
19353
19354 * language/tibet-util.el (tibetan-add-components): Fixes for new
19355 encoding of Tibetan characters.
19356 (tibetan-decompose-precomposition-alist): New variable.
19357 (tibetan-decompose-region): Convert precomposed characters to
19358 non-precomposed characters.
19359 (tibetan-decompose-string): Likewise.
19360 (tibetan-composition-function): Fix args to
19361 thibetan-compose-string.
19362
19363 * language/tibetan.el (tibetan-composable-pattern): More
19364 characters included.
19365 (tibetan-consonant-transcription-alist): Rule for "R" added.
19366 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19367 "+R" added.
19368 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19369
19370 * language/lao-util.el (lao-composition-function): Fix args to
19371 compose-string.
19372
19373 * language/thai-util.el (thai-composition-function): Fix args to
19374 compose-string.
19375
19376 * isearch.el (isearch-update): Set disable-point-adjustment to t
19377 to prevent the point moving to the end of a composition when a
19378 part of a composition is searched.
19379 (isearch-other-meta-char): If the key invoking this command can be
19380 mapped by function-key-map to a printing char, call
19381 isearch-process-search-char directly.
19382
19383 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19384
19385 * emacs-lisp/bytecomp.el:
19386 * frame.el:
19387 * international/mule-cmds.el:
19388 * international/mule-util.el:
19389 * international/mule.el:
19390 * mouse.el:
19391 * subr.el:
19392 * faces.el: Update calls to make-obsolete with a WHEN argument.
19393
19394 * byte-run.el (make-obsolete, make-obsolete-variable):
19395 Add an optional WHEN argument and change the format of the
19396 symbol-property information.
19397 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19398 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19399 new obsolete-symbol-property format and print WHEN if it is provided.
19400
19401 2000-05-31 Dave Love <fx@gnu.org>
19402
19403 * loadhist.el (loadhist-hook-functions): Remove
19404 before-change-function, after-change-function.
19405 (unload-feature): Deal with symbols which are both bound and
19406 fbound.
19407
19408 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19409 before-change-function, after-change-function.
19410
19411 * simple.el (newline): Don't bind before-change-function,
19412 after-change-function.
19413
19414 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19415
19416 * whitespace.el (whitespace-rescan-timer-time): Update interval
19417 set to 600 seconds (10 minutes) instead of 60 seconds since
19418 a large number of whitespace buffers causes emacs to `freeze'
19419 for a considerable amount of time.
19420
19421 * whitespace.el: Updated email address
19422
19423 2000-05-31 Dave Love <fx@gnu.org>
19424
19425 * add-log.el (change-log-font-lock-keywords) <function>: Add
19426 pattern for function of change.
19427 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19428 acknowledgements patterns.
19429
19430 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19431
19432 * isearch.el (isearch-printing-char): If keyboard coding system is
19433 being used, call isearch-process-search-multibyte-characters.
19434
19435 * international/isearch-x.el: Mostly rewritten.
19436
19437 * international/quail.el (quail-start-conversion): Don't include
19438 unhandled events in the returned events, but set them in
19439 unread-command-events. Exit if all inputs are deleted.
19440
19441 2000-05-30 Jason Rumney <jasonr@gnu.org>
19442
19443 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19444
19445 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19446 Reenable code to create initial fontsets.
19447 Use set-fontset-font in place of put-charset-property.
19448
19449 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19450
19451 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19452 label, ensure that the first colon isn't followed by another.
19453
19454 * paths.el (Info-default-directory-list): Doc fix.
19455
19456 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19457 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19458 send a query containing USER only, not USER@HOST.
19459
19460 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19461 and rmail-msgend to compute the restriction at the end, instead of
19462 computing it.
19463
19464 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19465
19466 * dabbrev.el (dabbrev-expand): Don't display messages in the
19467 echo area if the minibuffer window is active.
19468
19469 * jit-lock.el (jit-lock-mode): Add after change function to
19470 local hook.
19471
19472 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19473
19474 * antlr-mode.el: New commands: hide/unhide actions,
19475 upcase/downcase literals.
19476 (antlr-tiny-action-length): New user option.
19477 (antlr-hide-actions): New command. Suggested by
19478 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19479 (antlr-mode-map): New binding [C-c C-v].
19480 (antlr-mode-menu): New entries.
19481 (antlr-downcase-literals): New command.
19482 (antlr-upcase-literals): Ditto.
19483
19484 * antlr-mode.el: Minor changes: indendation, mode-name.
19485 (antlr-indent-line): Indent cpp directive at column 0.
19486 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19487
19488 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19489 (antlr-font-lock-additional-keywords): Workaround for intentional
19490 bug in XEmacs version of font-lock.
19491 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19492 be used by a smarter version of `buffers-menu-grouping-function'.
19493
19494 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19495
19496 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19497 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19498
19499 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19500
19501 * international/encoded-kb.el
19502 (encoded-kbd-iso2022-designation-map): Pay attention to that
19503 charset-iso-final-char return -1 for eight-bit-control and
19504 eight-bit-graphic.
19505
19506 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19507
19508 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19509 (speedbar-easymenu-definition-base): Use display-graphic-p where
19510 available, instead of window-system.
19511
19512 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19513
19514 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19515 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19516 coding systems.
19517
19518 2000-05-26 Dave Love <fx@gnu.org>
19519
19520 * disp-table.el (standard-display-underline): Don't use
19521 internal-find-face.
19522
19523 * mail/reporter.el: Maintainer change. Doc fixes.
19524 (reporter-version): Deleted.
19525
19526 * emacs-lisp/elp.el: Maintainer change.
19527 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19528
19529 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19530
19531 * add-log.el (add-change-log-entry): Merge the current entry with the
19532 previous one if the previous one is empty.
19533
19534 2000-05-26 Dave Love <fx@gnu.org>
19535
19536 * loadhist.el (unload-feature): Fix interactive spec [from
19537 lijnzaad@ebi.ac.uk].
19538
19539 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19540 subr-arity to check primitives.
19541 (byte-compile-flush-pending, byte-compile-file-form-progn)
19542 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19543 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19544 mapcar.
19545
19546 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19547
19548 * international/fontset.el: Set family names of non-latin charsets
19549 in default fontset to "*".
19550
19551 * international/mule-diag.el (print-fontset): Combine family part
19552 and registry part of the fontname by "-*-" instead of "-".
19553
19554 * international/mule-cmds.el (encode-coding-char): Make strings
19555 multibyte before calling encode-coding-string.
19556
19557 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19558
19559 * derived.el: Fix keywords.
19560 (define-derived-mode): Only define if needed.
19561
19562 * simple.el (fill-comment, comment-column, comment-start)
19563 (comment-start-skip, comment-end, comment-indent-function)
19564 (block-comment-start, block-comment-end, indent-for-comment)
19565 (set-comment-column, kill-comment, comment-padding, comment-region)
19566 (comment-multi-line, indent-new-comment-line): Remove.
19567
19568 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19569 function names for comment operations.
19570
19571 * newcomment.el: Add abundant autoload cookies.
19572 (comment-style): Don't depend on runtime data at compile-time.
19573 (comment-indent-hook): Remove.
19574 (comment-indent): Check if comment-indent-hook is bound.
19575 (comment-region): Docstring fix.
19576
19577 2000-05-25 Dave Love <fx@gnu.org>
19578
19579 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19580 byte-code-function-p.
19581
19582 * mail/rmailsum.el: Add provide.
19583
19584 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19585
19586 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19587 defcustom.
19588
19589 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19590
19591 * ediff-diff.el (ediff-exec-process): delete --binary option from
19592 non-buffer ediff jobs.
19593
19594 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19595
19596 * hilit-chg.el (highlight-changes-mode): Ask about color or
19597 grayscale support, not about window-system.
19598
19599 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19600 window-system.
19601 (ffap-highlight): Always default to t.
19602
19603 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19604 display-popup-menus-p instead of looking at window-system.
19605
19606 * disp-table.el (standard-display-g1, standard-display-graphic):
19607 Only refuse to use string glyphs on X and MS-Windows.
19608
19609 * avoid.el: Remove window-system from commentary, suggest to use
19610 display-*-p instead.
19611
19612 * apropos.el (apropos-print): Use display-mouse-p instead of
19613 window-system.
19614
19615 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19616
19617 * international/codepage.el (cp-decoding-vector-for-codepage):
19618 Fill up unsupported characters with their own codes. From Kenichi
19619 Handa.
19620
19621 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19622
19623 * international/mule-diag.el (describe-char-after): Use
19624 display-graphic-p instead of window-system, so that this function
19625 works on MS-DOS.
19626
19627 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19628
19629 * international/codepage.el (cp-make-coding-systems-for-codepage):
19630 Remove the eight-bit-graphic and eight-bit-control charsets from
19631 the list of charsets which we convert into `?'.
19632
19633 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19634
19635 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19636 private charsets.
19637 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19638 japanese-jisx0213-2): New charsets.
19639
19640 * international/fontset.el: Setup default fontset for new charsets.
19641
19642 2000-05-24 Dave Love <fx@gnu.org>
19643
19644 * info.el (Info-find-node-2): Restructure [following "Vadim
19645 S. Solomin" <sovs@uic.nnov.ru>].
19646
19647 * icomplete.el: Fix header for Finder.
19648
19649 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19650
19651 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19652 STAY.
19653
19654 * rmail.el (rmail-automatic-folder-directives): New user variable.
19655 (rmail-show-message): Add call to `rmail-auto-file' during
19656 display.
19657 (rmail-auto-file): New function.
19658
19659 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19660
19661 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19662 account.
19663 (ediff-test-utility,ediff-diff-mandatory-option)
19664 (ediff-reset-diff-options): Utilities for proper initialization of
19665 ediff-diff-options and ediff-diff3-options on Windows.
19666
19667 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19668 variable.
19669
19670 * ediff-mult.el (ediff-filegroup-action): Use
19671 ediff-merge-filename-prefix.
19672
19673 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19674
19675 * viper-ex.el (ex-write): Set selective display to nil.
19676
19677 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19678
19679 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19680 aliases for hebrew-iso-8bit.
19681
19682 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19683
19684 * woman.el: New version from Francis J. Wright
19685 <F.J.Wright@Maths.QMW.ac.uk>.
19686 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19687 names in environment variables regardless of the path separator.
19688 (woman-topic-all-completions-1): Don't call file-name-directory-p
19689 on all files, since woman-file-regexp already filters out any
19690 directories.
19691
19692 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19693
19694 * international/quail.el (quail-start-translation): Don't change
19695 modified-p of the current buffer.
19696 (quail-start-conversion): Likewise.
19697
19698 * international/kkc.el (kkc-region): Don't change modified-p of
19699 the current buffer.
19700
19701 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19702 conform to RFC1468.
19703 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19704
19705 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19706
19707 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19708 (speedbar-insert-button): Invisible text property fix.
19709 (speedbar-directory-plus): Renamed from speedbar-directory-+
19710 (speedbar-directory-minus): Renamed from speedbar-directory--
19711 (speedbar-page-plus): Renamed from speedbar-file-+
19712 (speedbar-page-minus): Renamed from speedbar-file--
19713 (speedbar-page): Renamed from speedbar-file-
19714 (speedbar-tag): Renamed from speedbar-tag-
19715 (speedbar-tag-plus): Renamed from speedbar-tag-+
19716 (speedbar-tag-minus): Renamed from speedbar-tag--
19717 (speedbar-expand-image-button-alist): Use above renames.
19718
19719 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19720 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19721 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19722 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19723 * sb-pg.xpm: Renamed from sb-file.xpm
19724 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19725 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19726
19727 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19728
19729 * international/quail.el (quail-show-guidance-buf): Set
19730 current-input-method of the guidance buffer to the name of the
19731 curren input method.
19732
19733 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19734
19735 * progmodes/compile.el (compile-internal): Style typo.
19736
19737 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19738 quote vars and functions in the docstring.
19739
19740 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19741
19742 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19743 Don't quote lambdas.
19744
19745 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19746
19747 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19748
19749 * startup.el (command-line): Determine source file of compiled
19750 user init file differently. Warn if compiled user init file
19751 is older than its source file.
19752
19753 * ffap.el (ffap-url-regexp): Add `https'.
19754
19755 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19756
19757 * files.el (make-backup-file-name-1): Replace slashes with `!'
19758 rather than `|' (which is not allowed on Windows). Replace the
19759 drive letters with a string "drive_X".
19760
19761 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19762
19763 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19764
19765 * files.el (interpreter-mode-alist): Add `bash2'.
19766
19767 2000-05-22 Dave Love <fx@gnu.org>
19768
19769 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19770 mapc.
19771 (feature-file): Avoid calling symbol-name. Doc fix.
19772 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19773 (loadhist-hook-functions): Add mouse-position-function.
19774 (unload-feature): Change uses of mapcar.
19775
19776 * files.el (parse-colon-path): Doc fix.
19777 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19778 (set-auto-mode): Use mapc.
19779
19780 * complete.el (PC-look-for-include-file): Use :alnum: character
19781 class.
19782 (partial-completion-mode): Add autoload cookie.
19783
19784 2000-05-22 Sam Steingold <sds@gnu.org>
19785
19786 * info.el (Info-fontify-node): Fixed the call to
19787 `add-text-properties' (bug introduced on 2000-05-18).
19788
19789 2000-05-22 Dave Love <fx@gnu.org>
19790
19791 * bindings.el: Remove debug-ignored-errors set in other files.
19792
19793 * progmodes/etags.el: Add to debug-ignored-errors.
19794 (visit-tags-table-buffer): Clear out buffers holding old tables
19795 when making a new list.
19796 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19797 mapc.
19798
19799 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19800 quote keywords.
19801 (cmpl-string-case-type): Use character classes.
19802
19803 * comint.el:
19804 * textmodes/ispell.el:
19805 * imenu.el:
19806 * mail/mh-e.el:
19807 * progmodes/compile.el: Add to debug-ignored-errors.
19808
19809 * dabbrev.el: Add to debug-ignored-errors.
19810 (dabbrev-completion): Use mapc.
19811
19812 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19813
19814 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19815 (woman-mapcan, woman-parse-man.conf)
19816 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19817 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19818 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19819 path syntax better.
19820 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19821 (woman-manpath): Call woman-parse-man.conf.
19822 (woman-emulation): New defcustom, defaults to nroff.
19823 (woman-font-support): New defconst.
19824 (woman-use-symbol-font): New defcustom.
19825 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19826 "Emulation".
19827 Many functions: Doc fix.
19828
19829 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19830
19831 * international/quail.el (quail-simple-translation-keymap): Map
19832 128..255 to quail-self-insert-command.
19833 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19834
19835 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19836
19837 * help.el (help-manyarg-func-alist): Typo.
19838
19839 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19840 intervals which makes it heaps simpler.
19841
19842 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19843 the nested comment markers.
19844
19845 * subr.el (remove-hook): Don't turn the hook's value into a list.
19846
19847 2000-05-21 Dave Love <fx@gnu.org>
19848
19849 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19850 are invalid characters.
19851
19852 * international/mule-util.el (detect-coding-with-priority): Use
19853 mapc. Remove redundant lambda.
19854
19855 * international/mule-diag.el (list-non-iso-charset-chars)
19856 (describe-fontset): Remove redundant lambda.
19857
19858 * emulation/crisp.el (brief-mode): New alias.
19859
19860 * emacs-lisp/ring.el (ring-elements): New function.
19861
19862 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19863 (easy-menu-do-add-item): Use keywordp.
19864
19865 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19866
19867 * replace.el: Doc and error message fixes.
19868 (replace-highlight): Use facep, not internal-find-face.
19869
19870 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19871
19872 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19873
19874 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19875 (log-edit-insert-changelog): Drop `:' as well.
19876
19877 * log-view.el: Fix file description.
19878 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19879 available.
19880 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19881 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19882
19883 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19884 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19885 Print a status message if the toggle is called interactively.
19886 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19887 for global minor modes and use `defcustom' for them.
19888 Use add-minor-mode.
19889 (easy-mmode-define-derived-mode): Remove.
19890 (define-derived-mode): Fancier default docstring.
19891 (easy-mmode-define-navigation): Signal an error rather than (ding).
19892
19893 * newcomment.el (comment-styles): New `box-multi'.
19894 (comment-normalize-vars): Better default for comment-continue to
19895 avoid whitespace-only continuations.
19896 (comment-search-forward): Always move even in the no-syntax case.
19897 (comment-padright): Only obey N if it's only obeyed for padleft.
19898 (comment-make-extra-lines): Better handling of empty continuations.
19899 Use `=' for the filler if comment-start has only one character.
19900 (uncomment-region): Try handling the special `=' filler.
19901 (comment-region): Allow LINES even if MULTI is nil.
19902 (comment-box): Choose box style based on comment-style.
19903
19904 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19905
19906 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19907 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19908
19909 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19910
19911 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19912 and insert, not subst-char-in-region.
19913
19914 * international/mule-diag.el (list-character-sets-1): Handle
19915 charsets eight-bit-control and eight-bit-graphic.
19916 (list-iso-charset-chars): Likewise.
19917 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19918 charactes as is. Use indent-to to align characters.
19919
19920 * international/mule-cmds.el (find-multibyte-characters): Never
19921 exclude charsets eight-bit-control and eight-bit-graphic.
19922
19923 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19924
19925 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19926 Don't quote lambdas.
19927
19928 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19929
19930 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19931
19932 * gud.el (gud-jdb-directories): Doc fix.
19933
19934 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19935
19936 * newcomment.el: New file.
19937
19938 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19939
19940 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19941
19942 2000-05-18 Andreas Schwab <schwab@suse.de>
19943
19944 * dired.el (dired-between-files): Also skip lines beginning with
19945 `used'.
19946
19947 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19948
19949 * msb.el (msb-menu-cond): Add choice `user'.
19950
19951 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19952
19953 * ps-print.el: Compatibility, customization and doc fix.
19954 (ps-printer-name-option): Replace defconst by defvar.
19955 (ps-postscript-code-directory): XEmacs compatibility.
19956 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19957 fix.
19958 (ps-user-defined-prologue, ps-print-prologue-header)
19959 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19960 compatibility and code fix.
19961 (ps-print-background-image, ps-print-background-text):
19962 Customization fix.
19963 (ps-line-number-start, ps-n-up-on): New vars.
19964
19965 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19966
19967 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19968 the indent-comment function to just return the appropriate indent.
19969
19970 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19971
19972 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19973 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19974 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19975
19976 2000-05-18 Dave Love <fx@gnu.org>
19977
19978 * info.el (Info-fontify-node): Add intangible property as well as
19979 invisible.
19980
19981 * calendar/appt.el (appt-make-list): Match all lines of entry.
19982 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19983
19984 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19985
19986 * international/mule-diag.el (describe-char-after): Call
19987 internal-char-font, not char-font. If internal-char-font returns
19988 nil, display "-- none --".
19989
19990 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19991
19992 * image.el (image-type-available-p): Don't reference image-types
19993 if it isn't bound.
19994
19995 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19996
19997 * autoarg.el (autoarg-mode): Typo in the :set argument.
19998
19999 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20000
20001 * startup.el (command-line-1): Don't signal an error if the
20002 directory for auto-save-list files does not yet exist.
20003
20004 2000-05-17 Kenichi Handa <handa@etl.go.jp>
20005
20006 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
20007
20008 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
20009
20010 * subr.el (remove-hook): `setq' hook-value, not `set'.
20011
20012 2000-05-16 Sam Steingold <sds@gnu.org>
20013
20014 * info.el (debug-ignored-errors): More errors to ignore.
20015
20016 2000-05-16 Dave Love <fx@gnu.org>
20017
20018 * cus-edit.el: Don't require cl or easymenu.
20019 (custom-variable-prompt): Test standard-value property, not
20020 user-variable-p.
20021
20022 2000-05-16 Sam Steingold <sds@gnu.org>
20023
20024 * subr.el (add-hook): `setq' hook-value, not `set'.
20025
20026 2000-05-16 Gerd Moellmann <gerd@gnu.org>
20027
20028 * startup.el (command-line-1): Mention the FAQ in the startup
20029 message.
20030
20031 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
20032
20033 * progmodes/compile.el (compilation-parse-errors): Collect
20034 `nomessage' regexps last.
20035
20036 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
20037
20038 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
20039 to the function name.
20040
20041 2000-05-15 Dave Love <fx@gnu.org>
20042
20043 * speedbar.el (speedbar-recenter): Typo.
20044 (speedbar-expand-line): Make arg optional.
20045 (speedbar-mode): Avoid a compiler warning.
20046
20047 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20048
20049 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
20050 user-specified option string is empty.
20051
20052 * mouse.el (mouse-yank-at-click): Doc fix.
20053
20054 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
20055
20056 * term/internal.el (IT-character-translations): More updates of
20057 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
20058 documents.
20059
20060 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20061
20062 * env.el (getenv): New function, interactively callable.
20063 (setenv, getenv): Remove autoload cookies.
20064
20065 * loadup.el: Load `env'.
20066
20067 * progmodes/f90.el: Change author's mail address.
20068
20069 2000-05-14 Dave Love <fx@gnu.org>
20070
20071 * mail/rmail.el (rmail-show-message-hook): Customize and offer
20072 goto-addr as an option.
20073
20074 * help.el (help-xref-stack): Doc fix.
20075 (help-xref-following): New variable.
20076 (help-make-xrefs): Use it.
20077 (help-xref-go-back): Use position information from stack element.
20078 (help-follow): Make position in stack element a pair. Use
20079 help-xref-following.
20080
20081 * autoarg.el: New file.
20082
20083 * faces.el: Declare more functions obsolete.
20084
20085 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
20086 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
20087 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
20088 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
20089 Remove all the setup-...-environment functions.
20090
20091 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
20092
20093 * speedbar.el: Updated the commentary section. xemacs20p now uses
20094 >= when detecting. Require `defimage' safely.
20095 (speedbar-easymenu-definition-base): Add toggle for images.
20096 (speedbar-easymenu-definition-special): Add flush cache & expand.
20097 (speedbar-visiting-tag-hook): Set new defaults. Added options.
20098 (speedbar-reconfigure-keymaps-hook): New variable.
20099 (speedbar-frame-parameters): Updated documentation.
20100 (speedbar-use-imenu-flag): Updated custom tag
20101 (speedbar-dynamic-tags-function-list): New variable.
20102 (speedbar-tag-hierarchy-method): Updated doc & custom.
20103 (speedbar-indentation-width, speedbar-indentation-width) New
20104 variables.
20105 (speedbar-hide-button-brackets-flag): Customizable.
20106 (speedbar-vc-indicator): Doc update.
20107 (speedbar-ignored-path-expressions): Updated default value.
20108 (speedbar-supported-extension-expressions): Updated default value.
20109 (speedbar-syntax-table): Remove {} paren status.
20110 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
20111 as "+". Added overlay aliases.
20112 (speedbar-mode): Use `speedbar-mode-line-update' instead of
20113 `force-mode-line-update'.
20114 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
20115 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
20116 `mouse-set-point'
20117 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
20118 (speedbar-item-info-tag-helper): Revamped to handle a wider range
20119 of arbitrary text, and new helper functions.
20120 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
20121 filename finder.
20122 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
20123 (speedbar-directory-buttons): Update path search/expansion.
20124 (speedbar-make-tag-line): Pay attention to
20125 `speedbar-indentation-width'. Use more care w/ invisible
20126 properties.
20127 (speedbar-change-expand-button-char): Call
20128 `speedbar-insert-image-button-maybe'.
20129 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
20130 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
20131 (speedbar-trim-words-tag-hierarchy)
20132 (speedbar-simple-group-tag-hierarchy): New functions
20133 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
20134 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
20135 functions.
20136 (speedbar-mouse-set-point): New function
20137 (speedbar-power-click): Updated documentation.
20138 (speedbar-line-token, speedbar-goto-this-file): Handle more types
20139 of tag prefix text.
20140 (speedbar-expand-line, speedbar-contract-line): Make more robust
20141 to strange text.
20142 (speedbar-expand-line): Takes universal argument to flush the
20143 cache.
20144 (speedbar-flush-expand-line): New function.
20145 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
20146 Use new generator insertion method.
20147 (speedbar-fetch-dynamic-tags): New function.
20148 (speedbar-fetch-dynamic-imenu): Removed code now handled in
20149 `speedbar-fetch-dynamic-imenu'.
20150 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
20151 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
20152 "Revert Buffer" menu items.
20153 (speedbar-buffer-buttons-engine): Be smarter when creating a
20154 filename tag (for expansion purposes.).
20155 (speedbar-highlight-one-tag-line,
20156 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
20157 (speedbar-recenter): New functions.
20158 (defimage-speedbar): Image loading abstraction.
20159 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
20160 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
20161 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
20162 (speedbar-tag-type, speedbar-tag-mail): New images.
20163 (speedbar-expand-image-button-alist): New variable.
20164 (speedbar-insert-image-button-maybe): Insert an image over some
20165 buttons.
20166
20167 2000-05-13 Kenichi Handa <handa@etl.go.jp>
20168
20169 * international/mule-cmds.el (encode-coding-char): An ASCII
20170 character is always encodable.
20171
20172 * international/mule-conf.el: Add more information in descriptions
20173 of character sets.
20174
20175 * international/mule-diag.el (describe-char-after): New function.
20176 (describe-font-internal): Adjusted for the change of font-info.
20177 (describe-font): Likewise.
20178 (print-fontset): Rewritten for the new fontset implementation.
20179 (describe-fontset): Include fontset alias names in completion.
20180 (list-fontsets): Adjusted for the change of print-fontset.
20181
20182 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20183 describe-char-after instead of displaying the detail in the echo
20184 area.
20185 (syntax-code-table): Format changed.
20186 (string-to-syntax): Adjusted for the above change.
20187
20188 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20189
20190 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20191
20192 2000-05-12 Dave Love <fx@gnu.org>
20193
20194 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20195 dependence. Use line-{beginning,end}-position, not
20196 point-at{b,e}ol. Some doc fixes.
20197 (todo-position): New function. Fix callers of position to use it.
20198 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20199
20200 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20201
20202 * time.el (display-time-mail-icon): Use `:ascent center'.
20203
20204 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20205 handling FTP security extensions.
20206
20207 2000-05-11 Dave Love <fx@gnu.org>
20208
20209 * calendar/todo-mode.el: New file.
20210
20211 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20212
20213 * comint.el (comint-read-input-ring): Move reference to
20214 comint-input-ring-size outside of the save-excursion. It was
20215 causing the default value to be the only one ever seen.
20216
20217 * font-lock.el: Update copyright. Remove Simon Marshall's email
20218 address on request from him.
20219
20220 * subr.el (substitute-key-definition): Add comment describing
20221 the meaning of PREFIX.
20222
20223 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20224
20225 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20226
20227 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20228 (add-minor-mode): Don't make the variable buffer-local and add a
20229 reference to define-minor-mode in the docstring.
20230
20231 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20232 HEADER/FOOTER and fix bug with trailing empty directory.
20233 (cvs-append-to-ignore): Use vc-editable-p if available.
20234 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20235 (vc-do-command): Tweak advice to handle the new VC.
20236
20237 * log-view.el (log-view-goto-rev): New function for the new VC.
20238 (log-view-minor-wrap): Use mark-active.
20239
20240 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20241 (log-edit-changelog-full-paragraphs): New var.
20242 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20243 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20244 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20245 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20246 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20247 Replace the `cvs' prefix with `log-edit'.
20248
20249 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20250
20251 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20252 (diff-font-lock-defaults): Explicitly turn off multiline.
20253 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20254 (diff-ediff-patch): Fix call to ediff-patch-file.
20255 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20256 Handle comments.
20257
20258 * frame.el (automatic-hscrolling): Typo.
20259
20260 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20261
20262 2000-05-09 Sam Steingold <sds@goems.com>
20263
20264 * apropos.el (apropos-print): use `describe-face' instead of
20265 `customize-face-other-window'.
20266
20267 2000-05-09 Dave Love <fx@gnu.org>
20268
20269 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20270
20271 * help.el (describe-variable): Have customize button pop the
20272 help-xref stack when invoked.
20273 (help-xref-symbol-regexp): Add `face'.
20274 (help-make-xrefs): Check for quoted face names and adapt regexp
20275 submatch numbers to cope.
20276 (help-xref-interned): Maybe insert face doc too. Separate
20277 sections with a line of hyphens.
20278
20279 * faces.el: Some doc fixes. Declare some functions obsolete.
20280 (describe-face): Add customize button. Return the help
20281 text. Fix prompt.
20282
20283 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20284
20285 * term/internal.el (IT-character-translations): Fix last change.
20286
20287 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20288
20289 * woman.el: New file
20290 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20291
20292 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20293
20294 * term/internal.el (IT-character-translations): Update ASCII
20295 simulations for greek-iso8859-7, add latin-iso8859-14 and
20296 latin-iso8859-15.
20297
20298 * international/mule-cmds.el (set-language-info-alist): Call
20299 define-prefix-command with 3 arguments, to make the map suitable
20300 for a menu.
20301
20302 2000-05-07 Dave Love <fx@gnu.org>
20303
20304 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20305
20306 2000-05-05 Dave Love <fx@gnu.org>
20307
20308 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20309 list in doc string. Don't quote keyword symbols.
20310 * emacs-lisp/cl.el: Likewise
20311 * emacs-lisp/cl-seq.el: Likewise
20312
20313 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20314
20315 * abbrev.el (abbrev-mode): Make ARG optional.
20316
20317 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20318
20319 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20320
20321 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20322
20323 * subr.el (substitute-key-definition): Clarify documentation.
20324
20325 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20326
20327 * glasses.el (glasses-convert-to-unreadable): Use
20328 `glasses-separator' instead of the hard-wired "_".
20329 (glasses-mode): Call `glasses-make-unreadable' only in a single
20330 place.
20331
20332 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20333
20334 * term/internal.el (cjk-codepages-alist): Add associations for
20335 Chinese and Korean codepages. Remove FIXME comment.
20336
20337 2000-05-03 Dave Love <fx@gnu.org>
20338
20339 * time.el (display-time-mail-face, display-time-use-mail-icon):
20340 New option.
20341 (display-time-mail-icon): New variable.
20342 (display-time-string-forms): Use the above. Fix the local-map.
20343
20344 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20345
20346 * replace.el (query-replace-map): Add binding for `E'.
20347 (query-replace-help): Extend help text.
20348 (perform-replace): Allow editing the replacement string.
20349
20350 * make-mode.el (makefile-mode-abbrev-table): New variable.
20351 (makefile-mode): Set local abbrev table to
20352 makefile-mode-abbrev-table.
20353 (makefile-font-lock-keywords): Fontify includes and conditionals.
20354
20355 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20356 set TOGGLE's value.
20357
20358 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20359 mail-interactive-insert-alias.
20360 (mail-abbrev-complete-alias): New command.
20361 (mail-mode-map): Bind it to `M-TAB'.
20362
20363 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20364
20365 * language/lao-util.el (lao-compose-region): New function.
20366
20367 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20368
20369 * files.el (recover-session): Make directories as necessary
20370 if they don't exist yet.
20371
20372 * calendar/cal-french.el
20373 (french-calendar-multibyte-special-days-array)
20374 (french-calendar-special-days-array): Change French text.
20375 (calendar-french-date-string): Change output.
20376 (calendar-goto-french-date): Likewise.
20377
20378 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20379
20380 * wid-edit.el (widget-default-active): Obey `:always-active'.
20381 (widget-documentation-string-value-create): Set `:always-active'.
20382
20383 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20384
20385 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20386 default prefix to `~/_emacs.d/auto-save.list/_s'.
20387 (normal-top-level): Create the directory for auto-save files, if
20388 it doesn't already exist (in the ms-dos case only).
20389
20390 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20391
20392 * international/mule-cmds.el (set-language-environment): Don't
20393 concat an integer (dos-codepage), use format instead.
20394
20395 2000-05-02 Dave Love <fx@gnu.org>
20396
20397 * help.el (help-xref-on-pp): Check for constant symbols.
20398
20399 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20400
20401 * startup.el (normal-top-level): Put a condition-case around
20402 the code loading subdirs.el.
20403
20404 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20405
20406 * ps-print.el: Upside-down and face background color printing,
20407 line number step, doc fix.
20408 (ps-print-version): New version number (5.2).
20409 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20410 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20411 (ps-spool-config): Var fix.
20412 (ps-printer-name-option): Const fix.
20413 (ps-print-upside-down, ps-use-face-background)
20414 (ps-line-number-step): New vars.
20415 (ps-window-system, ps-lp-system): New consts.
20416 (ps-face-background): New fun.
20417
20418 2000-04-28 Richard Stallman <rms@gnu.org>
20419
20420 * files.el (make-auto-save-file-name):
20421 Apply auto-save-file-name-transforms to visited file name
20422 before generating auto save file name.
20423 (auto-save-file-name-transforms): New variable.
20424
20425 * files.el (backup-enable-predicate):
20426 Correctly test for a file under a temporary directory.
20427
20428 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20429
20430 * subr.el (add-minor-mode): Rewritten.
20431
20432 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20433
20434 * mail/sendmail.el (sendmail-send-it): Set
20435 buffer-file-coding-system to the selected coding system for MIME
20436 header.
20437
20438 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20439
20440 * dired.el (dired-move-to-filename-regexp): Allow format where
20441 YYYY is followed by two spaces.
20442
20443 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20444 in the second character class of the regexp.
20445
20446 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20447 mh-etc, too.
20448
20449 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20450 nil.
20451
20452 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20453
20454 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20455 argument.
20456
20457 2000-04-27 Sen Nagata <sen@eccosys.com>
20458
20459 * emacs-lisp/crm.el (crm-completion-table): New variable.
20460 (crm-collection-fn, crm-test-completion)
20461 (completing-read-multiple): Use it.
20462
20463 2000-04-27 Dave Love <fx@gnu.org>
20464
20465 * help.el (locate-library): Use mapc.
20466 (help-manyarg-func-alist): Add call-process-region.
20467
20468 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20469
20470 * subr.el (add-minor-mode): Make argument MAP optional.
20471
20472 * desktop.el (desktop-save): Save list of minor modes.
20473 (desktop-create-buffer): Restore minor modes.
20474 (desktop-minor-mode-table): New user-option.
20475
20476 * subr.el (add-minor-mode): New function.
20477
20478 * image.el (find-image): New function.
20479 (defimage): Rewritten to find image at load time.
20480
20481 * startup.el (normal-top-level-add-to-load-path): Handle
20482 case that the default directory is not in load-path.
20483
20484 * help.el: Old patch from Stefan Monnier.
20485 (help-xref-on-pp): New function.
20486 (describe-variable): Use it to display xrefs in a symbol's value.
20487
20488 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20489
20490 * cus-edit.el (custom-face): Fix parenthesis.
20491
20492 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20493
20494 * mail/rmail.el (rmail-expunge): When there are no deleted
20495 messages, do nothing.
20496
20497 2000-04-26 Dave Love <fx@gnu.org>
20498
20499 * international/mule-cmds.el (locale-translation-file-name):
20500 Defvar to nil.
20501 (set-locale-environment): Set it here (at runtime).
20502
20503 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20504
20505 * replace.el (perform-replace): Add parameters START and END. Use
20506 them instead of the check for a region in Transient Mark mode.
20507 (query-replace-read-args): Return two more list elements for the
20508 start and end of the region in Transient Mark mode.
20509 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20510 (map-query-replace-regexp, replace-string, replace-regexp): Add
20511 optional last arguments START and END and pass them to
20512 perform-replace.
20513
20514 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20515 form with additional arguments for perform-replace.
20516
20517 * progmodes/etags.el (tags-query-replace): Add parameters START
20518 and END. Construct a form with additional arguments for
20519 perform-replace.
20520
20521 * simple.el (shell-command): Set default directory for "*Shell
20522 Command Output" buffer.
20523
20524 * language/european.el (iso-latin-4): Fix typo.
20525
20526 * emacs-lisp/crm.el: New file.
20527
20528 2000-04-24 Dave Love <fx@gnu.org>
20529
20530 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20531 (Custom-reset-saved, Custom-reset-standard)
20532 (custom-group-value-create, custom-group-set, custom-group-save)
20533 (custom-group-reset-current, custom-group-reset-saved)
20534 (custom-group-reset-standard): Use mapc.
20535 (custom-buffer-create-internal): Disable undo when creating items.
20536 Use mapc.
20537 (custom-face): Avoid redundant lambda.
20538
20539 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20540
20541 * startup.el (auto-save-list-file-prefix): Set default to
20542 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20543
20544 2000-04-24 Sam Steingold <sds@gnu.org>
20545
20546 * time-stamp.el (time-stamp-string-preprocess): Always convert
20547 `field-result' to a string.
20548
20549 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20550
20551 * frame.el (scrolling): New group.
20552 (automatic-hscrolling): New user-option.
20553
20554 * startup.el (command-line-x-option-alist): Add `-lsp' and
20555 `--line-spacing'.
20556
20557 2000-04-19 Dave Love <fx@gnu.org>
20558
20559 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20560 (cl-mapc): Rename from mapc. Fix the funcall.
20561
20562 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20563
20564 * simple.el (clone-indirect-buffer-other-window): New command.
20565 (clone-indirect-buffer): Add optional arg NORECROD.
20566 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20567
20568 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20569
20570 * window.el (count-screen-lines): New function.
20571 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20572 instead of window-buffer-height.
20573
20574 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20575 non-existing variable comint-input-sentinel.
20576 (inferior-lisp-args-to-list): Removed.
20577 (inferior-lisp): Use split-string instead of
20578 inferior-lisp-args-to-list.
20579
20580 * hexl.el (hexl-insert-hex-string): New command.
20581
20582 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20583 instead of concat.
20584
20585 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20586
20587 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20588 at the start of an existing but empty folder.
20589
20590 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20591
20592 * ps-mule.el: Customization fix, doc fix.
20593 (ps-multibyte-buffer): Customization fix.
20594
20595 2000-04-17 Richard M. Stallman <rms@gnu.org>
20596
20597 * subr.el (read-passwd): Use read-char-exclusive.
20598
20599 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20600
20601 * textmodes/texinfo.el (texinfo-insert-@email)
20602 (texinfo-insert-@emph, texinfo-insert-@quotation)
20603 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20604 (texinfo-mode-map): Add key bindings for them.
20605
20606 * files.el (basic-save-buffer-2): Use a template with `$'
20607 instead of `#' for VMS.
20608
20609 * simple.el (clone-indirect-buffer): New function.
20610
20611 2000-04-16 Stephen Eglen <stephen@gnu.org>
20612
20613 * iswitchb.el (iswitchb-case): New function. If the user input
20614 contains any upper-case characters, the search is made
20615 case-sensitive.
20616
20617 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20618
20619 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20620 comment-end.
20621 (texinfo-font-lock-syntactic-keywords): New var.
20622 (texinfo-font-lock-keywords): Remove comment regexp.
20623 (texinfo-insert-block): New function.
20624 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20625 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20626 and font-lock-defaults. Use regexp-opt for outline-regexp.
20627 (texinfo-environments): New var.
20628 (texinfo-environment-regexp): Use regexp-opt and
20629 texinfo-environments.
20630
20631 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20632 ispell-process is bound since this might be eval'd before ispell
20633 is loaded.
20634 (ispell-message): Use a tiny bit less magic and a bit more hard
20635 data to figure out what kind of sc-cite-regexp to use.
20636
20637 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20638
20639 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20640 (insert-cyclic-diary-entry): Unquote the lambda.
20641
20642 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20643
20644 * files.el (backup-enable-predicate): Unquote the lambda.
20645
20646 * cus-edit.el (custom-face, face): Unquote the lambda.
20647
20648 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20649
20650 * ps-print.el: Check for line-beginning-position definition.
20651
20652 * ps-print.el: Fix counting lines in a region.
20653 (ps-print-version): New version number (5.1.5).
20654 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20655 (ps-printing-region): Fun code fix.
20656
20657 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20658
20659 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20660 to file-directory-p.
20661
20662 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20663
20664 * gud.el (gud-jdb-build-source-files-list): Check that directory
20665 exists before calling directory-files.
20666
20667 2000-04-13 Dave Love <fx@gnu.org>
20668
20669 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20670 syntax.
20671
20672 * emacs-lisp/cl-specs.el: Remove when, unless.
20673
20674 * emacs-lisp/cl-extra.el: Don't quote keywords.
20675 (cl-old-mapc): New variable.
20676 (mapc): Use it.
20677 (cl-map-intervals): Use with-current-buffer. Don't check for
20678 next-property-change.
20679 (cl-map-overlays): Use with-current-buffer.
20680 (cl-expt): Remove.
20681 (copy-tree, remprop): Define unconditionally.
20682
20683 * emacs-lisp/cl-compat.el (keywordp): Remove.
20684
20685 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20686 to use keywordp.
20687 (edebug-spec): Enable keywordp.
20688
20689 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20690 string-lessp.
20691
20692 * cus-start.el: Use keywordp.
20693
20694 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20695
20696 * diary-lib.el (include-other-diary-files): Fix the fix of
20697 2000-02-18 by doing a save-excursion.
20698
20699 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20700
20701 * ps-print.el: Customization fix, doc fix.
20702 (ps-print-version): New version number (5.1.4).
20703 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20704 (ps-print-preprint): Adjust code.
20705 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20706 (ps-print-prologue-header, ps-print-control-characters)
20707 (ps-spool-config): Customization fix.
20708
20709 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20710
20711 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20712 converted to the new menu-item format, names silightly changed,
20713 help strings added.
20714
20715 Support for spelling without async subprocesses:
20716
20717 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20718 (ispell-session-buffer): New variables.
20719 (ispell-start-process, ispell-process-status,
20720 ispell-accept-output, ispell-send-string): New functions, for
20721 Ispell invocation when async subprocesses aren't supported.
20722 (ispell-word, ispell-pdict-save, ispell-command-loop,
20723 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20724 to process-send-string with calls to ispell-send-string, and
20725 accept-process-output with ispell-accept-output.
20726 (ispell-init-process): Call ispell-process-status instead of
20727 process-status with.
20728 (ispell-init-process): Call ispell-start-process. Call
20729 ispell-accept-output and ispell-send-string. Don't call
20730 process-kill-without-query and kill-process if they are unbound.
20731 (ispell-async-processp): New function.
20732
20733 2000-04-12 Dave Love <fx@gnu.org>
20734
20735 * info.el: Add debug-ignored-errors.
20736 (Info-mode-menu): Add some items.
20737 (Info-directory): Add autoload cookie.
20738
20739 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20740 Modify `truncate-lines'. Make `describe-language-environment'
20741 always visible and add help. Modify `describe-key' help. Invoke
20742 Info-directory from `info'. New entry `emacs-manual'.
20743
20744 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20745
20746 * progmodes/ebrowse.el (ebrowse-tree-mode):
20747 Use propertized-buffer-identification.
20748 (ebrowse-update-member-buffer-mode-line): Likewise.
20749 (ebrowse--mode-strings): Removed.
20750 (ebrowse--mode-line-props): Removed.
20751
20752 * files.el (auto-mode-alist): Add `EBROWSE'.
20753
20754 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20755 space before testing for end of buffer.
20756 (ebrowse-load): Removed.
20757 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20758 (ebrowse-create-tree-buffer): Rewritten.
20759 (ebrowse-tree-mode): Read tree from buffer.
20760
20761 * progmodes/ebrowse-ffh.el: Removed.
20762
20763 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20764
20765 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20766
20767 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20768
20769 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20770 at the wrong place.
20771
20772 2000-04-09 Dave Love <fx@gnu.org>
20773
20774 * files.el (backup-enable-predicate):
20775 Use temporary-file-directory, small-temporary-file-directory.
20776 (make-backup-file-name-function, backup-directory-alist): New vars.
20777 (make-backup-file-name-1): New function.
20778 (make-backup-file-name): Use it.
20779 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20780 (file-newest-backup): Use make-backup-file-name.
20781
20782 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20783
20784 * progmodes/ebrowse-ffh.el: New file.
20785
20786 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20787 Moved to ebrowse-ffh.el.
20788 (ebrowse-load): Add autoload.
20789
20790 * finder.el (finder-commentary): Add autoload cookie.
20791
20792 * mail/rfc2368.el: Correct author's email address.
20793
20794 * progmodes/ebrowse.el: New file.
20795
20796 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20797 item help string.
20798 (easy-menu-do-add-item): Ditto.
20799 (easy-menu-define): Extend doc string.
20800
20801 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20802 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20803 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20804 with-buffer-unmodified.
20805
20806 2000-04-08 Dave Love <fx@gnu.org>
20807
20808 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20809 unless, when.
20810
20811 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20812
20813 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20814 (viper-flash-search-pattern): No operation when using Emacs
20815 doesn't support face.
20816 Use `viper-put-on-search-overlay'.
20817
20818 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20819
20820 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20821 like C-r.
20822
20823 * progmodes/make-mode.el: Some doc fixes.
20824 (makefile-mode-abbrev-table): New variable.
20825 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20826 (makefile-font-lock-keywords): Fontify includes and conditionals.
20827 (toplevel): Require `dabbrev' and `add-log' when compiling.
20828
20829 * replace.el (perform-replace): Don't move forward one char
20830 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20831 to do that because it leaves point 1 position after the last
20832 replacement, after everything has been replaced.
20833
20834 * jit-lock.el (with-buffer-unmodified): New macro.
20835 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20836 modified state.
20837 (jit-lock-function-1): Extracted from jit-lock-function; not
20838 preserving buffer's modified state.
20839 (jit-lock-function, jit-lock-stealth-fontify):
20840 Call jit-lock-function-1.
20841
20842 * mail/rfc2368.el: Remove supernumerary copyright line.
20843
20844 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20845
20846 * glasses.el: Provide facilities for inserting space before left
20847 parentheses and uncapitalization of identifiers.
20848 (glasses-mode): Try to remove old overlays in all cases.
20849
20850 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20851
20852 * progmodes/compile.el (compile-internal): Display the compilation
20853 buffer in a different frame, if it's already displayed there.
20854
20855 * mail/rfc2368.el: New file.
20856
20857 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20858 header and insert its value as mail body.
20859
20860 * subr.el (member-ignore-case): New function.
20861
20862 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20863 (dabbrev--find-expansion): Ignore buffers matching a regexp
20864 from dabbrev-ignored-regexps.
20865
20866 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20867 to extensions handled by gzip.
20868
20869 2000-04-03 Richard M. Stallman <rms@gnu.org>
20870
20871 * files.el (insert-directory): List the total free space
20872 along with the used space.
20873
20874 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20875 line is followed by one that matches CITATION-REGEXP, end the
20876 paragraph.
20877
20878 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20879
20880 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20881 (rmail-make-basic-summary-line): Use that option.
20882
20883 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20884
20885 * international/mule-cmds.el (encoded-string-description):
20886 Rewritten. Try pretty description for ISO 2022 escape sequences
20887 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20888 for hexadecimal format.
20889
20890 2000-04-01 Dave Love <fx@gnu.org>
20891
20892 * cpp.el: Change customization group to `c' from `C'.
20893
20894 * vcursor.el (vcursor-move): Use display-color-p.
20895
20896 * international/mule-util.el: Provide mule-utils.
20897 (string-to-sequence): Simplify and speed up.
20898
20899 * international/mule.el (make-coding-system): Purecopy doc-string.
20900
20901 * international/mule-cmds.el: Various menu changes.
20902 (describe-specified-language-support): Handle `Default'.
20903 (set-language-info): Purecopy `info'.
20904
20905 2000-03-31 Andrew Innes <andrewi@gnu.org>
20906
20907 * vc.el (vc-backend-diff): Return the correct status if we had to
20908 retry the rcsdiff command without the --brief option.
20909
20910 2000-03-31 Dave Love <fx@gnu.org>
20911
20912 * help.el (help-manyarg-func-alist): Correct several omissions.
20913
20914 * add-log.el: Don't require cl, fortran.
20915 (add-log-current-defun-function): Doc fix.
20916 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20917 (change-log-version-rcs): Function deleted.
20918 (change-log-version-number-search): Doc fix.
20919 Use vc-workfile-version. Avoid CL dolist.
20920 (add-change-log-entry): Just call add-log-current-defun to get
20921 defun. Simplify somewhat.
20922 (change-log-get-method-definition-1): Likewise.
20923 (add-log-current-defun): Return nil if calling
20924 add-log-current-defun-function does so. Move Fortran stuff to
20925 fortran.el. Return string without properties.
20926
20927 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20928 and :alpha: char classes.
20929
20930 * mail/supercite.el: Defvar curline when compiling.
20931 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20932 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20933 rather than a-zA-Z0-9 to allow non-ASCII characters.
20934
20935 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20936
20937 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20938
20939 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20940 Re-enable new code.
20941
20942 * lpr.el (print-region-1): Use -d to specify printer name for
20943 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20944
20945 2000-03-31 Dave Love <fx@gnu.org>
20946
20947 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20948 Look for function definition in symbol's function value slot first
20949 instead of first consulting byte-compile-function-environment.
20950
20951 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20952
20953 * language/european.el ("Polish"): New language environment.
20954 (setup-polish-environment): New function.
20955
20956 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20957
20958 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20959 Disable new code.
20960
20961 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20962 trying to `load' the symbol of an autoload instead of the file
20963 recorded in the autoload. Fix error messages.
20964
20965 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20966
20967 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20968 (ps-print-version): New version number (5.1.3).
20969 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20970 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20971 (ps-generate-postscript-with-faces): Code fix.
20972 (ps-color-values): XEmacs compatibility.
20973 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20974 (ps-default-fg, ps-default-bg): Adjust customization.
20975 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20976 (ps-color-scale): Renaming old ps-color-value fun.
20977 (ps-print-headers): Replace ps-print-header group to avoid conflict
20978 with ps-print-header variable.
20979 (ps-print-miscellany): New group.
20980 (ps-format-color, ps-rgb-color): New funs.
20981 (ps-default-foreground): New var.
20982 (ps-printer-name-option): New const.
20983
20984 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20985
20986 * net/net-utils.el:
20987 (network-connection-host, network-connection-service): New variables
20988 (network-connection-mode): New mode, derived from comint-mode
20989 (network-connection-mode-setup): New function, saves host and
20990 service information in local variables.
20991
20992 * lisp/locate.el:
20993 (locate-word-at-point): Added this function
20994 (locate): Default to using locate-word-at-point as input
20995 Run dired-mode-hook
20996
20997 2000-03-29 Dave Love <fx@gnu.org>
20998
20999 * calendar/appt.el: Doc fixes.
21000 (appt-check): Convert min-to-app to a string before passing to
21001 appt-disp-window-function or concat.
21002 (appt-delete-window): Remove test for frame-root-window.
21003 (appt-select-lowest-window, appt-convert-time): Simplify.
21004
21005 * emacs-lisp/bytecomp.el: Doc fixes.
21006 (byte-compile-file-form-autoload):
21007 Update byte-compile-function-environment.
21008
21009 2000-03-29 Andreas Schwab <schwab@suse.de>
21010
21011 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
21012
21013 * dired.el (dired-insert-directory): If dired-free-space-program
21014 failed just delete its output.
21015
21016 2000-03-29 Dave Love <fx@gnu.org>
21017
21018 * international/iso-cvt.el: Move provide to end. Doc fixes.
21019 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
21020 (iso-iso2sgml, iso-sgml2iso): New functions.
21021 (iso-cvt-define-menu): Fix some entries and use backquote for
21022 clarity.
21023
21024 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
21025
21026 2000-03-28 Gerd Moellmann <gerd@gnu.org>
21027
21028 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
21029 ISO-DATE. If non-nil, return date in ISO 8601 format.
21030
21031 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
21032
21033 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
21034 if it ever becomes used.
21035 (log-edit-mode-hook): Default to vc-log-mode-hook.
21036 (log-edit-mode): Fix the docstring.
21037
21038 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
21039 the code.
21040
21041 2000-03-26 Dave Love <fx@gnu.org>
21042
21043 * net/browse-url.el (browse-url): Re-fix case of
21044 browse-url-browser-function being an alist.
21045 (browse-url): Add :link to defgroup.
21046
21047 * files.el: Doc fixes.
21048 (file-truename): Include `[' in wildcard characters.
21049 (automount-dir-prefix): Customize.
21050 (find-file-wildcards): Add :version.
21051 (find-file-noselect): Simplify a mapcar call.
21052
21053 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
21054 compatible with inf-lisp version.
21055 (eval-defun-1): Fix custom-declare-variable case.
21056
21057 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
21058
21059 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
21060
21061 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21062
21063 * Makefile (COMPILE_FIRST): New macro.
21064 (compile-files): Compile files from COMPILE_FIRST first.
21065
21066 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
21067
21068 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
21069 matching open parenthesis in column 0 to defun-prompt-regexp
21070 only if open-paren-in-column-0-is-defun-start is set.
21071
21072 * sun-curs.el: Require CL at compile-time only.
21073
21074 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
21075 instead of copy-list which is a function from CL.
21076 (msb--choose-menu, msb--mode-menu-cond)
21077 (msb--create-buffer-menu-2): Use dolist instead of mapc.
21078 (msb--init-file-alist): Use mapcar instead of mapcan.
21079 (msb--aggregate-alist): Use mapcar instead of mapcan.
21080 Fix `(' in column 0 in doc string.
21081 (msb--add-separators): Use mapcar instead of mapcan.
21082
21083 * cus-dep.el: Require CL at compile-time only.
21084
21085 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
21086
21087 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
21088 (byte-compile-warnings): New warning `noruntime'.
21089 (byte-compile-constants, byte-compile-variables): Fix docstring.
21090 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
21091 execute `eval-whenc-compile's body.
21092 (byte-compile-unresolved-functions): Fix docstring.
21093 (byte-compile-eval): New function.
21094 (byte-compile-callargs-warn): Check if the function will be available
21095 at runtime (via property `byte-compile-noruntime').
21096 (byte-compile-print-syms): New function.
21097 (byte-compile-warn-about-unresolved-functions): Also warn about
21098 `noruntime' functions (and use `byte-compile-print-syms').
21099 (byte-compile-file): Capitalize the message.
21100
21101 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21102
21103 * mail/rmail.el (rmail-confirm-expunge): New user-option.
21104 (rmail-expunge): Ask for confirmation depending on the setting
21105 of rmail-confirm-expunge.
21106
21107 2000-03-23 Gerd Moellmann <gerd@gnu.org>
21108
21109 * Makefile (bootstrap-clean): If $(emacs) exists, build
21110 loaddefs.el first. A loaddefs.el that's not up-to-date might
21111 cause a bootstrap failure because things don't autoload as expected.
21112
21113 2000-03-23 Dave Love <fx@gnu.org>
21114
21115 * net/browse-url.el: Restore previous use of
21116 browse-url-maybe-new-window.
21117
21118 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21119
21120 * ps-print.el: Skip banner page fix.
21121 (ps-print-version): New version number (5.1.2).
21122 (ps-begin-file, ps-end-file, ps-generate): Code fix.
21123
21124 2000-03-23 Dave Pearson <davep@davep.org>
21125
21126 * net/quickurl.el Changed the type of parameter passed to the
21127 function defined by `quickurl-format-function'. Before only the
21128 text of the URL was passed. Now the whole URL structure is passed
21129 and the function is responsible for extracting the parts it requires.
21130 Changed the default of `quickurl-format-function' accordingly.
21131 (quickurl-insert): Changed the `funcall' of
21132 `quickurl-format-function' to match the above change.
21133 (quickurl-list-insert): Changed the `url' case so that it makes
21134 use of `quickurl-format-function', previous to this the format was
21135 hard wired.
21136
21137 2000-03-22 Gerd Moellmann <gerd@gnu.org>
21138
21139 * startup.el: Change some spellings for the X Window System.
21140
21141 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
21142
21143 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
21144 Clean up the code and the regexp and make sure the cursor is
21145 temporarily moved to the suspicious line while querying the user.
21146
21147 2000-03-22 Jason Rumney <jasonr@gnu.org>
21148
21149 * w32-fns.el (w32-charset-info-alist): Initialize.
21150
21151 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21152
21153 * ps-print.el: N-up last page fix.
21154 (ps-print-version): New version number (5.1.1).
21155 (ps-end-file, ps-end-job, ps-generate): Code fix.
21156
21157 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21158
21159 * files.el (find-file-run-dired): Update docstring.
21160 (find-directory-functions): New hook.
21161 (find-file-noselect): Run find-directory-functions rather than
21162 calling dired directly.
21163
21164 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
21165
21166 * pcvs.el: Add a minimal leading commentary.
21167 (cvs-make-cvs-buffer): Change the header part by removing the startup
21168 message and adding a `Module' entry. Also replace the FOOTER and
21169 HEADER special fileinfos with the new support in ewoc for updating
21170 its own footer and header.
21171 (cvs-update-header): Update to use the header/footer of the ewoc.
21172 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
21173 (cvs-is-within-p): New function.
21174 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
21175 to only examine some subset of the buffers.
21176
21177 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
21178 `format' instead of our own ad-hoc functions.
21179 Remove HEADER and FOOTER cases, now handled in the EWOC.
21180 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
21181
21182 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21183 output to avoid scaring the user.
21184 (cvs-parse-table): Catch message for non-up-to-date commits.
21185
21186 * pcvs-defs.el (cvs-startup-message): Remove.
21187 (cvs-global-menu): New autoloaded menu.
21188
21189 * pcvs-util.el (cvs-string-fill): Remove.
21190
21191 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21192 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21193 PP part of it and also make it work for footers and headers.
21194 (ewoc-create): Drop POS and BUFFER arguments.
21195 Use the DLL's dummy node to store the end-of-footer position.
21196 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21197 (ewoc-refresh): Remove unused `header' variable.
21198 (ewoc-(get|set)-hf): New functions.
21199
21200 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21201 log-view-*-(message|file) and use easy-mmode-define-navigation.
21202 (log-view-message-re): Match SCCS format as well.
21203 And match the revision line rather than the dashed separator line.
21204 (log-view-mode): Use the new define-derived-mode.
21205 (log-view-current-tag): Fill in with an actual implementation.
21206
21207 * cvs-status.el (cvs-status-(prev|next)): Rename from
21208 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21209 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21210 to let the output "breathe" a little more (more readable).
21211 (cvs-status-mode): Use the new define-derived-mode.
21212
21213 * smerge-mode.el (smerge-auto-leave): New function and variable.
21214 (smerge-basic-map): Rename from smerge-basic-keymap.
21215 Change the bindings for smerge-diff-*.
21216 (smerge-*-map): Use easy-mmode-defmap.
21217 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21218 (smerge-keep-*): Use smerge-auto-leave.
21219
21220 2000-03-21 Jason Rumney <jasonr@gnu.org>
21221
21222 * cus-edit.el (custom-button-face): Use 3D look for w32.
21223 (custom-button-pressed-face): Likewise.
21224
21225 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21226
21227 * progmodes/etags.el (tags-case-fold-search): New user-option.
21228 (tags-loop-eval): New function. Bind case-fold-search around eval
21229 depending on the value of tags-case-fold-search.
21230 (tags-loop-continue): Use tags-loop-eval.
21231 (find-tag-in-order): Bind case-fold-search depending on the value
21232 of tags-case-fold-search.
21233
21234 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21235
21236 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21237 (diff-end-of-hunk): Return the end position for use in
21238 `easy-mmode-define-navigation'.
21239 (diff-recenter): Remove.
21240 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21241 of `easy-mmode-define-navigation'.
21242 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21243 previous renaming) and fix to use new names.
21244 (diff-merge-strings): Use \n as separator: simpler, faster.
21245 (diff-mode): Use `define-derived-mode'.
21246
21247 * derived.el (define-derived-mode): Don't autoload anymore.
21248 Prefer the macro-only version provided by easy-mmode.el.
21249
21250 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21251 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21252 (easy-mmode-define-navigation): New macro.
21253
21254 * subr.el (combine-run-hooks): New function.
21255
21256 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21257
21258 * term/x-win.el: Fontsets related initialization is simplified.
21259
21260 * international/mule-diag.el (describe-font): Don't refer to
21261 global-fontset-alist, instead call font-list.
21262 (describe-fontset, list-fontsets, mule-diag): Likewise.
21263 (print-fontset): Adjusted for the change of fontset implementation.
21264
21265 * international/fontset.el (x-charset-registries): Variable removed,
21266 instead the corresponding data is stored in the default fontset.
21267 (register-alternate-fontnames): Function removed.
21268 (resolved-ascii-font): Variable removed.
21269 (x-compose-font-name): Ignore the second argument REDOCE.
21270 (x-complement-fontset-spec): Complement only an ASCII font and
21271 element for those charsets than can use that ASCII font.
21272 (generate-fontset-menu): Don't refer to global-fontset-alist,
21273 instead call fontset-list.
21274 (uninstantiated-fontset-alist): Variable removed.
21275 (x-style-funcs-alist): Likewise.
21276 (fontset-default-styles): Likewise.
21277 (x-modify-font-name): Function removed.
21278 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21279 (create-fontset-from-ascii-font): Docsting adjusted for the above
21280 change.
21281 (instantiate-fontset, resolve-fontset-name): Functions removed.
21282 (fontset-list): Now implemented by C code.
21283
21284 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21285 (describe-face): Include `font' attribute in the description.
21286
21287 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21288
21289 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21290
21291 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21292
21293 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21294 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21295 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21296
21297 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21298 about behavior of set-buffer-modified-p wrt redisplay.
21299
21300 2000-03-19 Richard M. Stallman <rms@gnu.org>
21301
21302 * view.el (view-mode-disable): Kill local binding of view-read-only.
21303
21304 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21305
21306 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21307 is a string, convert it to a syntax cell using string-to-syntax.
21308
21309 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21310 (string-to-syntax): New function.
21311
21312 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21313 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21314 try to use passive ftp mode.
21315
21316 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21317
21318 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21319
21320 * simple.el (append-to-buffer): Update point of windows after
21321 insertion.
21322
21323 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21324 forward then moving backward. Reindent.
21325
21326 * frame.el (other-frame): Call x-focus-frame only if
21327 focus-follows-mouse is off.
21328
21329 2000-03-17 Dave Love <fx@gnu.org>
21330
21331 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21332
21333 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21334
21335 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21336 regexp for labels cannot span several lines.
21337
21338 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21339 `(setq :<key> ':<key>)' to the macro expansion.
21340
21341 2000-03-16 Dave Love <fx@gnu.org>
21342
21343 * progmodes/f90.el (f90): Put custom group under `languages', not
21344 `fortran'.
21345 (f90-mode-hook): Customize.
21346 (f90-mode): Set add-log-current-defun-function.
21347 (f90-current-defun): New function.
21348
21349 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21350
21351 * cus-edit.el (custom-variable-tag-face): Handle case that
21352 default face's height is not a number.
21353 (custom-face-tag-face, custom-group-tag-face-1)
21354 (custom-group-tag-face): Ditto.
21355 (custom-group-tag-face-1): Add :group.
21356
21357 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21358
21359 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21360
21361 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21362 requiring easymenu.
21363
21364 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21365
21366 * ps-print.el: PostScript user-defined prologue, PostScript error
21367 handler, doc fix.
21368 (ps-print-version): New version number (5.1).
21369 (ps-user-defined-prologue, ps-error-handler-message)
21370 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21371 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21372 (ps-insert-string): New function.
21373
21374 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21375
21376 * international/ccl.el (ccl-compile-expression): Don't generate
21377 invalid self-assignment code.
21378
21379 2000-03-14 Dave Love <fx@gnu.org>
21380
21381 * subr.el (replace-regexp-in-string): Renamed from
21382 replace-regexps-in-string. Doc fix.
21383
21384 2000-03-12 Dave Love <fx@gnu.org>
21385
21386 * cus-edit.el: Doc fixes.
21387 (customize-set-variable, customize-save-variable): Rename args for doc.
21388 (custom-variable-tag-face, custom-face-tag-face)
21389 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21390 style which user identify as hyperlink.
21391 (hook): Don't add undefined functions to the hook.
21392 (debug-ignored-errors): Transfer message from bindings.el.
21393
21394 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21395
21396 * recentf.el (recentf-keep-non-readable-files-p):
21397 Remove double/nested definition.
21398
21399 2000-03-12 Dave Love <fx@gnu.org>
21400
21401 * facemenu.el (facemenu-get-face): Use display-color-p.
21402 * enriched.el (enriched-decode-foreground): Likewise.
21403 (enriched-decode-background): Likewise.
21404 * isearch.el (isearch-highlight): Likewise.
21405 * info-look.el (info-lookup): Likewise.
21406 * simple.el (completion-setup-function): Likewise.
21407
21408 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21409 :options.
21410
21411 * bindings.el (mode-line-format): Fix line-number and
21412 column-number items. Add help-echo for the background.
21413 (mode-line-mule-info): Modify help-echo.
21414
21415 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21416
21417 * files.el (load-file): Allow completion to .elc.
21418
21419 * man.el: Doc fixes.
21420 (Man-init-defvars): Use display-color-p to set fontification.
21421
21422 * play/hanoi.el (hanoi-internal): Don't use oddp.
21423
21424 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21425
21426 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21427
21428 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21429
21430 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21431
21432 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21433 Fix comment.
21434
21435 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21436
21437 * font-lock.el (font-lock-keywords): Fix the doc now that
21438 regexp-opt-depth is unnecessary.
21439 (save-buffer-state): Set an edebug spec.
21440 (font-lock-fontify-anchored-keywords): Properly handle the case when
21441 the matcher goes past the limit.
21442
21443 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21444 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21445
21446 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21447 dll.el and cookie.el (from Elib) with heavy renaming and other
21448 massaging.
21449
21450 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21451 Autoload the functions used.
21452 (easy-mmode-define-syntax): Fix CL typo.
21453 (easy-mmode-define-derived-mode): Improve the docstring generation.
21454
21455 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21456
21457 * textmodes/texinfo.el (texinfo-version): Variable and function
21458 removed.
21459
21460 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21461
21462 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21463 allow more flexibility.
21464 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21465 (easy-mmode-defmap, easy-mmode-defsyntax)
21466 (easy-mmode-define-derived-mode): New macros.
21467
21468 2000-03-09 Didier Verna <didier@xemacs.org>
21469
21470 * rect.el (replace-rectangle): New function.
21471
21472 2000-03-09 Dave Love <fx@gnu.org>
21473
21474 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21475 (fortran-comment-line-start-skip): Don't match cpp stuff.
21476 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21477 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21478 (fortran-mode): Don't set fortran-comment-line-start-skip,
21479 fortran-comment-line-start here. Set comment-start,
21480 add-log-current-defun.
21481 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21482 (fortran-current-defun): New function.
21483
21484 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21485
21486 * emacs-lisp/re-builder.el: New file.
21487
21488 * mouse.el (mouse-drag-region): Don't run up-event handler
21489 if hscroll has changed.
21490
21491 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21492 builtin operators, use `font-lock-builtin-face' for Emacs and
21493 `font-lock-preprocessor-face' otherwise.
21494
21495 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21496 `(defun (setf foo)' differently.
21497
21498 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21499
21500 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21501 (regexp-opt): Update comment and adapt the code the new meaning of
21502 the `paren' argument of regex-opt-group for shy-groups.
21503 (regexp-opt-depth): Handle shy groups as well as backslashed
21504 backslashes.
21505 (regexp-opt-group): Turn the leading comment into a docstring.
21506 Allow `paren' to be a string (the string to use to open a group).
21507 Remove open-presuf and close-presuf. Instead of checking for `all
21508 one-char' and then later on check for `several one-char', handle
21509 both cases close together. Also apply a more generic algorithm
21510 for suffixes (the mirror image of the algorithm used for
21511 prefixes). Use shy-groups. Use nreverse rather than reverse.
21512 (regexp-opt-try-suffix): Removed.
21513
21514 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21515 from comint-mode-map, so we can just inherit from it. Also, move
21516 the initialization into the `defvar' since there's no docstring
21517 anyway and it's fairly short.
21518 (inferior-scheme-mode): Define it as derived-mode: the code is
21519 shorter and this way we inherit from comint-mode-map rather than
21520 copying it.
21521
21522 * subr.el (replace-regexps-in-string): Properly handle the case
21523 where we match an empty string.
21524
21525 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21526 when the command has a directory component (such as "./testml").
21527 Also fix a typo in the comment.
21528
21529 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21530
21531 * Makefile (compile-files): Compile files one by one because
21532 that's the only way to ensure a clean compilation environment for
21533 each individual file.
21534
21535 * frame.el (other-frame): Call x-focus-frame.
21536
21537 2000-03-07 Dave Love <fx@gnu.org>
21538
21539 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21540 :require to defcustom.
21541
21542 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21543
21544 * files.el (auto-mode-alist): Add configure.in.
21545
21546 * progmodes/autoconf.el: New file.
21547
21548 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21549
21550 * mail/mh-e.el: Change maintainer to `none'.
21551
21552 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21553 to remove-hook and add-hook.
21554
21555 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21556
21557 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21558 it as the default.
21559 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21560 (sendmail-send-it): Conditionally add MIME headers specifying the
21561 used character set.
21562
21563 2000-03-07 Dave Love <fx@gnu.org>
21564
21565 * winner.el: Fix keywords, autoload cookies.
21566 Split eval-when-compile form to avoid compilation failure.
21567
21568 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21569
21570 * international/mule.el: Modify comment about coding system
21571 property `coding-category'.
21572 (make-coding-system): New argument EOL-TYPE. Pay attention to
21573 coding-category property of PROPERTIES.
21574
21575 * international/mule-conf.el (coding-category-utf-8)
21576 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21577 categories. Include them in the argument for set-coding-priority.
21578
21579 * international/mule-cmds.el (reset-language-environment):
21580 Include coding-category-utf-8, coding-category-utf-16-be, and
21581 coding-category-utf-16-le in the argument for set-coding-priority.
21582 (reset-language-environment): Initialize coding-category-utf-8,
21583 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21584
21585 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21586
21587 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21588 code abstracted out of `bookmark-jump-noselect'. Now tries info
21589 extensions as well as compression extensions.
21590 (bookmark-jump-noselect): Use above new func.
21591
21592 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21593
21594 * strokes.el: Change maintainer's mail address.
21595
21596 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21597
21598 * international/mule-diag.el (list-character-sets): Make help-echo
21599 string by substitute-command-keys.
21600 (list-character-sets): Likewise.
21601 (sort-listed-character-sets): Call help-setup-xref.
21602
21603 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21604
21605 * time.el (display-time-mail-file): Add `none' to the list of choices.
21606
21607 2000-03-01 Dave Love <fx@gnu.org>
21608
21609 * help.el (help-xref-go-back): Don't try to set position.
21610
21611 * international/mule-diag.el (list-character-sets):
21612 Call help-setup-xref. Add help-echo to xrefs.
21613 (list-character-sets-1): Add help-echo to xrefs.
21614
21615 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21616
21617 * frame.el (blink-cursor-mode): Switch cursor on when turning
21618 the mode off.
21619
21620 * add-log.el (add-log-current-defun): Add support for
21621 Autoconf mode.
21622
21623 * mail/rmail.el (rmail-quit-hook): New variable.
21624
21625 2000-03-01 Dave Love <fx@gnu.org>
21626
21627 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21628
21629 * help.el (help-xref-button): Add help-echo arg.
21630 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21631
21632 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21633
21634 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21635
21636 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21637
21638 * image.el (defimage): Look for image files in load-path.
21639
21640 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21641
21642 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21643
21644 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21645
21646 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21647
21648 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21649 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21650 action to select/unselect a file.
21651 (recentf-edit-list): Code cleanup and improvement.
21652 (recentf-open-more-files-action): `recentf-open-more-files' button
21653 widget action to open a file.
21654 (recentf-open-more-files): No more use standard completion but widgets.
21655 (recentf-more-collection): Deleted.
21656 (recentf-more-history): Deleted.
21657 (recentf-setup-more-completion): Deleted.
21658
21659 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21660
21661 * recentf.el (recentf-mode): No more needs that Emacs is running
21662 under a window-system.
21663
21664 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21665
21666 * recentf.el (recentf-edit-list): New command to edit the recent
21667 list which allow the user to remove files.
21668 (recentf-edit-selected-items): New global variable, used by
21669 `recentf-edit-list' to hold the list of files to be removed from
21670 the recent list.
21671 (recentf-make-menu-items): Updated to display a "Edit list..."
21672 menu item. Minor code cleanup.
21673
21674 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21675
21676 * recentf.el (recentf-open-more-files): New command to open files
21677 that are not displayed in the menu.
21678 (recentf-more-collection): New global variable holding the set of
21679 permissible completions used by `recentf-open-more-files'.
21680 (recentf-more-history): New global variable holding the history list
21681 used by `recentf-open-more-files' completion.
21682 (recentf-setup-more-completion): New function to setup completion for
21683 `recentf-open-more-files'.
21684 (recentf-make-menu-items): Updated to display a "More..." menu item.
21685
21686 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21687
21688 * recentf.el (recentf-menu-action): Doc fixed.
21689
21690 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21691
21692 * recentf.el (recentf-menu-filter): Doc updated.
21693 (recentf-update-menu-hook): Allow menu filters to force menu update.
21694 (recentf-make-menu-items): New menu filter handling.
21695 (recentf-make-menu-item): New helper function.
21696 (recentf-menu-elements): New menu handling function.
21697 (recentf-sort-ascending): Updated to new menu filter handling.
21698 (recentf-sort-descending): Updated to new menu filter handling.
21699 (recentf-sort-basenames-ascending): New menu filter function.
21700 (recentf-sort-basenames-descending): New menu filter function.
21701 (recentf-show-basenames): New menu filter function.
21702 (recentf-show-basenames-ascending): New menu filter function.
21703 (recentf-show-basenames-descending): New menu filter function.
21704
21705 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21706
21707 * diary-lib.el (list-diary-entries): Don't try to go forward at
21708 the end of the buffer.
21709
21710 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21711
21712 * international/mule-diag.el (list-character-sets):
21713 Completely rewritten.
21714 (sort-listed-character-sets): New function.
21715 (list-character-sets-1): Completely rewritten.
21716 (list-character-sets-2): New function.
21717 (non-iso-charset-alist): New variable.
21718 (decode-codepage-char): New function.
21719 (charset-history): New variable.
21720 (read-charset) (list-block-of-chars)
21721 (list-iso-charset-chars)
21722 (list-non-iso-charset-chars)
21723 (list-charset-chars): New functions.
21724 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21725 (dump-charsets): Likewise.
21726
21727 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21728
21729 * dired-x.el (dired-filename-at-point): Add `@' to valid
21730 file name characters.
21731 (dired-filename-at-point): Handle ange-ftp file names.
21732
21733 * frame.el (frame-notice-user-settings): Use assq-delete-all
21734 instead of assoc-delete-all.
21735 (frame-notice-user-settings): Ditto.
21736
21737 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21738 Don't copy alist.
21739
21740 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21741
21742 * calculator.el (calculator-use-menu): New option.
21743 (calculator-initial-bindings): Changed some bindings to work as macros.
21744 (calculator-forced-input): Removed.
21745 (calculator-restart-other-mode): New variable.
21746 (calculator-mode-map): Set up menu.
21747
21748 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21749
21750 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21751
21752 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21753
21754 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21755 translate all ESC key sequences.
21756 (viper-goto-mark-subr): Restore markers for files for which
21757 they were saved.
21758 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21759 * viper-util.el (viper-set-replace-overlay-glyphs)
21760 (viper-set-replace-overlay): Always check if the replacement
21761 overlay is live.
21762 * viper.el (viper-vi-state-mode-list): Add major modes.
21763 * ediff-wind.el: Minor comment changes.
21764 * ediff.el: Copyright notice date fix.
21765
21766 2000-02-27 Jason Rumney <jasonr@gnu.org>
21767
21768 * faces.el (face-font-family-alternatives): Add arial to helv.
21769 (mode-line, header-line, tool-bar): Same default as x for w32.
21770 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21771 face-font-family-alternatives from working.
21772 * term/w32-win.el (mouse-set-font): Do not build fontset from
21773 chosen font.
21774
21775 2000-02-25 Sam Steingold <sds@goems.com>
21776
21777 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21778 properly.
21779
21780 2000-02-25 Richard M. Stallman <rms@gnu.org>
21781
21782 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21783
21784 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21785
21786 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21787
21788 * frame.el (busy-cursor-delay-seconds): New option.
21789
21790 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21791
21792 * frame.el (show-cursor-in-non-selected-windows): New option.
21793
21794 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21795
21796 * diary-lib.el (include-other-diary-files): Undo the selective
21797 display in any included file and don't kill it.
21798
21799 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21800
21801 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21802 Menu items converted to (menu-item format, help strings added.
21803 [downcase, upcase]: Don't enable on MS-DOS.
21804 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21805 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21806
21807 2000-02-23 Dave Love <fx@gnu.org>
21808
21809 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21810 (backward-kill-word): Revert addition of * to interactive spec --
21811 it's a feature.
21812
21813 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21814 (backward-kill-sentence, kill-sentence): Likewise.
21815
21816 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21817 scratch buffer name.
21818 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21819
21820 * term/w32-win.el (internal-face-interactive): Update prompt for
21821 new read-face-name.
21822
21823 * mail/footnote.el (footnote): Add :version to defgroup.
21824 (footnote-section-tag-regexp): Customize.
21825 (footnote-start-tag, footnote-end-tag): New option.
21826 (footnote-latin-regexp): New variable.
21827 (Footnote-latin): New function.
21828 (footnote-style-alist): Add element for latin style.
21829 (footnote-style): Moved.
21830 (Footnote-goto-footnote): Use eq to test arg.
21831
21832 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21833
21834 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21835 (byte-compile-trueconstp): Include keywords.
21836 (byte-optimize-quote, byte-optimize-lapcode):
21837 Use byte-compile-const-symbol-p.
21838 (byte-optimize-char-before): New optimization.
21839
21840 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21841 (byte-compile-const-symbol-p): New function.
21842 (byte-compile-constp, byte-compile-out-toplevel)
21843 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21844 Use it.
21845
21846 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21847
21848 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21849
21850 * international/encoded-kb.el: Be sure to update minor-mode-alist
21851 and minor-mode-map-alist.
21852 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21853 codes SS2 and SS3 correctly.
21854 (encoded-kbd-self-insert-ccl): New function.
21855 (encoded-kbd-setup-keymap): New function.
21856 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21857 by calling encoded-kbd-setup-keymap.
21858
21859 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21860 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21861
21862 2000-02-22 Dave Love <fx@gnu.org>
21863
21864 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21865 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21866 (lisp-mode-syntax-table): Set up for #|...|# comments.
21867 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21868 classes. Match `defface'.
21869 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21870 (eval-defun-1): Fix for defcustom.
21871 (lisp-indent-region): Doc fix.
21872
21873 * subr.el (when, unless, split-string): Doc fix.
21874 (read-passwd): Move call of clear-this-command-keys to the right place.
21875 (replace-regexps-in-string): New function.
21876
21877 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21878
21879 * help.el (describe-variable): Set syntax table to
21880 emacs-lisp-mode-syntax-table when moving forward over the
21881 symbol's name.
21882
21883 2000-02-22 Dave Love <fx@gnu.org>
21884
21885 * xt-mouse.el: Doc fixes.
21886 (xterm-mouse-position-function): New function, replacing advice of
21887 mouse-position.
21888 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21889
21890 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21891
21892 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21893
21894 * format.el (format-annotate-single-property-change):
21895 Handle properties.with dotted-list values.
21896 (format-proper-list-p): New function.
21897
21898 * enriched.el (enriched-face-ans): Handle '(foreground-color
21899 . COLOR) and (background-color . COLOR).
21900
21901 2000-02-20 Dave Love <fx@gnu.org>
21902
21903 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21904 and assignments to it.
21905 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21906 current local map.
21907 (make-flyspell-overlay): Use it.
21908 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21909
21910 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21911 (lm-get-header-re): Defun, not defsubst.
21912 (lm-get-package-name): Defun, not defsubst. Simplify.
21913 (lm-version): Doc fix. Simplify.
21914 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21915 (lm-crack-address, lm-last-modified-date, lm-commentary)
21916 (lm-verify, lm-synopsis): Simplify.
21917 (lm-report-bug): Require emacsbug. Use compose-mail.
21918
21919 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21920
21921 * dired.el (dired-mode): Call propertized-buffer-identification
21922 to set mode-line-buffer-identification to something having
21923 the right text properties.
21924
21925 * bindings.el (propertized-buffer-identification): New function.
21926
21927 2000-02-20 Dave Love <fx@gnu.org>
21928
21929 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21930 check for t-mouse too.
21931
21932 * cus-start.el: Make echo-keystrokes `number'.
21933
21934 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21935
21936 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21937 Don't call ring-empty-p unless tags-location-ring is bound.
21938 From Noah Friedman <friedman@splode.com>.
21939
21940 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21941
21942 * progmodes/hideshow.el (hs-flag-region): No longer use
21943 `intangible' overlay property.
21944
21945 (hs-toggle-hiding): New command.
21946 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21947
21948 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21949 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21950 and deactivation.
21951
21952 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21953
21954 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21955
21956 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21957
21958 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21959
21960 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21961 of `*' to handle `(* ... *)' comments.
21962
21963 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21964
21965 * faces.el (list-faces-display): Use display-mouse-p instead of
21966 window-system.
21967
21968 * menu-bar.el (global-map): Menu-bar items converted to the new
21969 format (menu-item..., rearranged for better CUA compliance, and
21970 their names changed for better clarity. Help strings added.
21971
21972 * international/mule-cmds.el (mule-menu-keymap)
21973 (describe-language-environment-map, set-coding-system-map)
21974 (setup-language-environment-map): Convert to new (menu-item...
21975 form, add help strings. Change names of menu items for better clarity.
21976 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21977
21978 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21979
21980 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21981 within the code.
21982
21983 2000-02-16 Dave Love <fx@gnu.org>
21984
21985 * faces.el: Don't require custom. Add more specific :groups to
21986 various deffaces.
21987 (set-face-attribute): Purecopy args.
21988 (read-face-name): Default to name at point and use it in prompt.
21989 Remove colon from arg in all callers.
21990 (list-faces-display): Hyperlink to face descriptions and customize
21991 buffers.
21992
21993 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21994
21995 * wid-edit.el (widget-match-inline): An atom never matches a list.
21996
21997 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21998
21999 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
22000 at ':' characters by call to split-string.
22001
22002 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22003
22004 * textmodes/bibtex.el: Added RCS version identification.
22005
22006 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22007
22008 * textmodes/bibtex.el: Some temporary comments removed.
22009 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
22010 (bibtex-field-const): Allow capital letters.
22011 (bibtex-start-of-string): Deleted because unused.
22012
22013 * textmodes/bibtex.el: Unified some nomenclature. We no longer
22014 use the term 'reference' to describe a bibtex entry as a whole.
22015 Further, reference keys are no longer called 'labels'.
22016 (bibtex-keys): Renamed to bibtex-reference-keys.
22017 (bibtex-reformat-previous-labels): Renamed to
22018 bibtex-reformat-previous-reference-keys.
22019 (bibtex-reference-type): Renamed to bibtex-entry-type.
22020 (bibtex-reference-head): Renamed to bibtex-entry-head.
22021 (bibtex-reference-maybe-empty-head): Renamed to
22022 bibtex-entry-maybe-empty-head.
22023 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
22024 (bibtex-search-reference): Renamed to bibtex-search-entry.
22025 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
22026 bibtex-enclosing-entry-maybe-empty-head.
22027 (bibtex-entry-field-alist, bibtex-entry-head)
22028 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
22029 (bibtex-map-entries, bibtex-search-entry)
22030 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
22031 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22032 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
22033 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
22034 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
22035 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
22036 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
22037
22038 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22039
22040 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
22041 comment.
22042 (bibtex-format-field-delimiters): New function, functionality
22043 extracted from bibtex-format-entry.
22044 (bibtex-autokey-get-yearfield-digits): New function, functionality
22045 extracted from bibtex-autokey-get-yearfield.
22046
22047 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
22048 entries in order to avoid stack overflow in the regexp matcher if
22049 field contents become large.
22050 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
22051 (bibtex-field-string-part-not-braced)
22052 (bibtex-field-string-part-no-inner-braces)
22053 (bibtex-field-string-part-1-inner-brace)
22054 (bibtex-field-string-part-2-inner-braces)
22055 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
22056 (bibtex-field-string-quoted, bibtex-field-string)
22057 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
22058 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
22059 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
22060 Deleted as parsing is now performed by the following functions.
22061 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
22062 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
22063 (bibtex-parse-field-string, bibtex-search-forward-field-string)
22064 (bibtex-parse-association, bibtex-field-name-for-parsing)
22065 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
22066 (bibtex-search-forward-field, bibtex-search-backward-field)
22067 (bibtex-start-of-field, bibtex-end-of-field)
22068 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
22069 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22070 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
22071 (bibtex-parse-string, bibtex-search-forward-string)
22072 (bibtex-search-backward-string, bibtex-start-of-string)
22073 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
22074 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
22075 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
22076 entries. Instead of reporting the results of the parsing by
22077 match-beginning or match-end, these functions return data structures
22078 that hold the corresponding positions.
22079 (bibtex-enclosing-field): Changed to also report field boundaries by
22080 return values rather than by match-beginning or match-end.
22081 The following functions have been adapted to use the new
22082 parsing functions.
22083 (bibtex-skip-to-valid-entry, bibtex-search-reference)
22084 (bibtex-enclosing-field, bibtex-format-entry)
22085 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
22086 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
22087 (bibtex-print-help-message, bibtex-end-of-entry)
22088 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
22089 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22090 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
22091 Use the new method for parsing.
22092 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
22093 (bibtex-map-entries, bibtex-flash-head)
22094 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
22095 (bibtex-autokey-change, bibtex-autokey-get-namefield)
22096 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
22097 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22098 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
22099 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22100 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
22101 order to make the new binding of case-fold-search immediately visible.
22102
22103 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22104
22105 * textmodes/bibtex.el: Copyright notice is up to date.
22106 Added constant 'bibtex-maintainer-salutation.
22107
22108 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
22109 than make-temp-name, use match-string-no-properties and eliminate
22110 a quadratic behavior when building bibtex-strings.
22111
22112 * bibtex.el (bibtex-reference-key): Accept string entries whose
22113 reference key contains upper case letters.
22114
22115 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22116
22117 * bibtex.el (bibtex-reference-head): Allow entries to start with
22118 a new line.
22119
22120 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22121
22122 * bibtex.el: Hiding of entry bodies is not longer provided by
22123 bibtex.el directly. Instead the hideshow package can be used.
22124 Added a special bibtex entry to hs-special-modes-alist.
22125 (bibtex-hs-forward-sexp): Added for hideshow.el.
22126
22127 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22128
22129 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
22130 proceedings entry type (for cross referencing). Thanks to Wagner
22131 Toledo Correa for the suggestion.
22132
22133 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
22134
22135 2000-02-14 Kenichi Handa <handa@etl.go.jp>
22136
22137 * international/characters.el: Setup case table for Vietnamese.
22138
22139 2000-02-12 Gerd Moellmann <gerd@gnu.org>
22140
22141 * uniquify.el (toplevel): Require CL at compile time.
22142 (uniquify-push): Removed.
22143
22144 * shadowfile.el (shadow-when): Removed.
22145
22146 * tempo.el (tempo-dolist, tempo-mapc): Removed.
22147 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
22148
22149 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
22150 regexp for paragraph-start.
22151
22152 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
22153 commas as well.
22154
22155 2000-02-10 Dave Love <fx@gnu.org>
22156
22157 * wid-edit.el: (widgets) [defgroup]: Remove url link.
22158 (widget-color-choice-list, widget-color-history, widget-mouse-help):
22159 Deleted.
22160 (widget-specify-field, widget-specify-button): Don't use
22161 widget-mouse-help as help-echo property.
22162 (default): Use #'ignore for :validate and :mouse-down-action.
22163 (checkbox): Add help-echo.
22164 (widget-sexp-validate): Rewritten to clarify error messages.
22165 (character): Use char-valid-p in :match function.
22166 (widget-color-complete): Use facemenu-color-alist.
22167 (widget-color-action): Use facemenu-read-color.
22168
22169 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
22170 set up `caar' &c that we now have.
22171
22172 2000-02-09 Ray Blaak <blaak@gnu.org>
22173
22174 * delphi.el: Make resourcestring a declaration region, like const
22175 and var.
22176
22177 2000-02-09 Dave Love <fx@gnu.org>
22178
22179 * bindings.el (mode-line-input-method-map): New variable.
22180 (mode-line-mule-info): Use it; fix last change.
22181 (mode-line-mode-menu): Move definition.
22182 (mode-line-mouse-sensitive-p): Deleted.
22183 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
22184 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
22185
22186 * startup.el (command-line-1): Don't call
22187 make-mode-line-mouse-sensitive.
22188
22189 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22190
22191 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22192 before rmail-toggle-header, because the former toggles headers.
22193
22194 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22195
22196 * diff-mode.el (diff-kill-junk): New interactive function.
22197 (diff-reverse-direction): Use delete-and-extract-region.
22198 (diff-post-command-hook): Restrict the area so that the hook also works
22199 outside of any diff hunk. This is necessary for the minor-mode.
22200 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22201 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22202
22203 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22204 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22205 so that it can be used more easily in <foo>-mode-hook. Also make sure
22206 to avoid duplicate entries.
22207 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22208 (font-lock-remove-keywords): Just as was done for `add', allow it to
22209 work even if font-lock-mode is nil. Also make sure we don't modify
22210 any pre-existing list by forcing a copy-sequence. Finally rename
22211 `major-mode' to `mode'.
22212 (font-lock-fontify-syntactic-anchored-keywords)
22213 (font-lock-fontify-anchored-keywords)
22214 (font-lock-fontify-keywords-region): Use line-end-position.
22215 Don't make `font-lock-multiline' local (it's now done in
22216 font-lock-set-defaults).
22217 (font-lock-set-defaults): Make `font-lock-multiline' local.
22218 Move the `font-lock-fontified' creation to inside the `unless'.
22219
22220 2000-02-06 Andrew Innes <andrewi@gnu.org>
22221
22222 * term/w32-win.el (x-handle-args): Comment out call to message,
22223 which occurs before window system is initialized.
22224
22225 * makefile.nt: Add support for recompiling lisp code.
22226
22227 2000-02-04 Dave Love <fx@gnu.org>
22228
22229 * bindings.el (mode-line-mule-info): Fix/extend last change.
22230
22231 * completion.el: Replace completion-dolist with dolist.
22232
22233 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22234
22235 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22236
22237 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22238 environment names before they go into the section regexp.
22239
22240 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22241 char class in regexp.
22242
22243 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22244 Bind `case-fold-search' to nil.
22245
22246 * progmodes/idlwave.el (idlwave-template):
22247 Respect `idlwave-abbrev-change-case'.
22248 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22249 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22250 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22251 (idlwave-rw-case): New function.
22252 (idlwave-statement-match): Fixed problem with assignment regexp.
22253 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22254 (idlwave-surround): New argument LENGTH to support padding of
22255 operators longer than 1 char.
22256
22257 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22258 idlwave-shell-expression-overlay. Implemented printing of
22259 expressions on higher levels of the calling stack.
22260 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22261 (idlwave-retrieve-expression-from-level): New function.
22262 (idlwave-shell-last-calling-stack): Variable removed.
22263 (idlwave-shell-reset): Argument action reversed (`visible' to
22264 `hidden'). Also remove stop-line overlay.
22265 (idlwave-shell-calling-stack-routine): New variable.
22266 (idlwave-shell-parse-stack-and-display): Messages now display
22267 negative level numbers.
22268 (idlwave-shell-mode): Set `modeline-format'.
22269 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22270 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22271 (idlwave-shell-print-expression-function): New option.
22272
22273 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22274 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22275 `tool-bar' instead of `toolbar'.
22276
22277 2000-02-02 Dave Love <fx@gnu.org>
22278
22279 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22280 emacs-lisp-mode-hook. Don't check for defalias being defined.
22281
22282 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22283 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22284 Use the new builtins directly.
22285
22286 * whitespace.el (whitespace): Add :version to defgroup.
22287
22288 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22289 Doc fix.
22290
22291 * thingatpt.el (sexp-at-point, symbol-at-point)
22292 (number-at-point, list-at-point): Add autoload cookie.
22293
22294 * recentf.el (recentf): Add :version to defgroup.
22295
22296 * quickurl.el (quickurl): Add :version to defgroup.
22297
22298 * elide-head.el (elide-head): Use point-marker more.
22299
22300 * bs.el (bs): Add :version to defgroup.
22301
22302 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22303
22304 * progmodes/delphi.el (delphi): Add :version to defgroup.
22305
22306 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22307
22308 * ange-ftp.el (ange-ftp-write-region): Handle case that
22309 succeeding process operation sets a different coding system.
22310
22311 * calculator.el: New file.
22312
22313 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22314
22315 * frame.el (frames-on-display-list, framep-on-display): New functions.
22316 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22317 (display-selections-p, display-screens, display-pixel-width)
22318 (display-pixel-height, display-mm-width, display-mm-height)
22319 (display-backing-store, display-save-under, display-planes)
22320 (display-color-cells, display-visual-class): New functions.
22321
22322 * term/tty-colors.el (tty-color-gray-shades): New function.
22323
22324 * faces.el (display-color-p): Use framep-on-display.
22325 (display-grayscale-p): New function.
22326
22327 2000-01-31 Dave Love <fx@gnu.org>
22328
22329 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22330 (create-fontset-from-x-resource): Don't concat integers.
22331
22332 2000-01-31 Inge Frick <inge@nada.kth.se>
22333
22334 * view.el: Some changes in documentation. Removed some trailing
22335 whitespace. Changed some parameter names to agree with documentation.
22336 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22337 window is not deleted. Modifies change 1998-04-26.
22338
22339 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22340
22341 * windmove.el: New file.
22342
22343 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22344 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22345 progmodes/ebnf-yac.el: Update copyright and license info.
22346
22347 * jit-lock.el (jit-lock-function): Widen before calculating
22348 end position.
22349 (jit-lock-stealth-chunk-start): Rewritten.
22350
22351 * info.el (Info-title-face-alist): Removed.
22352 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22353 (Info-fontify-node): Use these faces.
22354
22355 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22356
22357 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22358 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22359 `&allow-other-keywords'.
22360
22361 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22362 the list of directories scanned heuristically.
22363
22364 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22365
22366 2000-01-30 Jason Rumney <jasonr@gnu.org>
22367
22368 * w32-fns.el: Define w32-tty-standard-colors.
22369
22370 * startup.el (command-line): Use w32-tty-standard-colors when in
22371 w32 console mode.
22372
22373 2000-01-30 Dave Love <fx@gnu.org>
22374
22375 * jka-compr.el (jka-compr-load): Fix up load-history.
22376
22377 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22378
22379 * emacs-lisp/cl-macs.el: Revert previous change.
22380
22381 2000-01-29 Dave Love <fx@gnu.org>
22382
22383 * facemenu.el: Purecopy various strings.
22384
22385 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22386 years. Deal with three-digit years.
22387
22388 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22389 Use defconst, purecopy.
22390 (help-back-label): Purecopy it.
22391
22392 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22393
22394 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22395 variable. If non-nil, order the buffer list according to the
22396 currently selected frame.
22397 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22398 non-nil, pass the selected frame to function buffer-list.
22399
22400 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22401
22402 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22403
22404 2000-01-28 Dave Love <fx@gnu.org>
22405
22406 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22407
22408 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22409 Don't use lisp-indent-hook property.
22410 (cl-abs): Remove.
22411
22412 * subr.el: Move out indent and edebug specs for when and unless.
22413
22414 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22415 when, unless.
22416
22417 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22418 unless, when.
22419
22420 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22421
22422 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22423 `collecting' as synonym for `collect'.
22424
22425 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22426 for the case it contains spaces.
22427
22428 * simple.el (what-cursor-position): Change formatting of messages.
22429
22430 * frame.el (delete-other-frames): New function.
22431 (toplevel): Bind it to C-x 5 1.
22432
22433 * sort.el (sort-numeric-base): New option.
22434 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22435 interpret it as octal or hexadecimal. Use sort-numeric-base
22436 as default base.
22437
22438 * progmodes/glasses.el: New file.
22439
22440 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22441
22442 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22443 userids differently.
22444
22445 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22446 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22447 progmodes/ebnf-yac.el: New files.
22448
22449 2000-01-26 Dave Love <fx@gnu.org>
22450
22451 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22452 on a function with an empty body. [From Eric Ludlam.]
22453
22454 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22455
22456 * vc.el (vc-version-diff): Make sure file name is expanded.
22457
22458 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22459
22460 * scroll-bar.el (scroll-bar-timer): Variable removed.
22461 (scroll-bar-toolkit-scroll): Don't use a timer.
22462
22463 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22464
22465 * language/thai-util.el (thai-composition-function):
22466 Delete superfluous `a'.
22467
22468 2000-01-24 Dave Love <fx@gnu.org>
22469
22470 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22471 end-of-defun-function.
22472
22473 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22474
22475 2000-01-22 Jason Rumney <jasonr@gnu.org>
22476
22477 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22478 conflicts with new face support.
22479
22480 2000-01-22 Richard M. Stallman <rms@gnu.org>
22481
22482 * replace.el (query-replace): Rename last arg to DELIMITED.
22483 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22484 (query-replace-regexp): Likewise.
22485
22486 2000-01-20 Richard M. Stallman <rms@gnu.org>
22487
22488 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22489
22490 * emacs-lisp/lisp.el (beginning-of-defun-function):
22491 Variable renamed from beginning-of-defun.
22492 Do not call make-variable-buffer-local.
22493 (beginning-of-defun-raw): Use new variable name; doc fix.
22494 (beginning-of-defun): Doc fix.
22495 (end-of-defun-function): Variable renamed from end-of-defun.
22496 Do not call make-variable-buffer-local.
22497 (end-of-defun): Use new variable name; doc fix.
22498
22499 * subr.el (dolist, dotimes): Copied from cl-macs.el
22500 and made to work.
22501
22502 * mail/undigest.el (rmail-digest-end-regexps):
22503 Variable replaces rmail-digest-end-regexp.
22504 Allows multiple regexps for detecting the end line.
22505 (undigestify-rmail-message): Corresponding changes.
22506
22507 2000-01-19 Dave Love <fx@gnu.org>
22508
22509 * files.el (user-init-file): Don't declare here -- is primitive.
22510
22511 * startup.el (command-line): Check for compiled user-init-file and
22512 set to uncompiled version if necessary.
22513
22514 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22515
22516 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22517 (undigestify-rmail-message): Use it.
22518
22519 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22520
22521 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22522
22523 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22524 of mini-buffer.
22525
22526 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22527
22528 * emacs-lisp/copyright.el (copyright-update): Removed the
22529 requirement for a trailing space from `copyright-regexp', to
22530 support copyrights with owner specified on a separate line..
22531
22532 * align.el: New file.
22533
22534 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22535
22536 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22537
22538 2000-01-13 Dave Love <fx@gnu.org>
22539
22540 * ph.el: Removed. (Obsoleted by EUDC.)
22541
22542 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22543
22544 * net/eudc.el (toplevel): Remove autoloaded code installing
22545 menu with easymenu, because that causes build problems.
22546
22547 * frame.el (frame-notice-user-settings): New variable.
22548 (frame-notice-user-settings): Don't modify frame parameters
22549 if called a second time.
22550
22551 2000-01-13 Richard M. Stallman <rms@gnu.org>
22552
22553 * frame.el (frame-notice-user-settings):
22554 Notice default-frame-parameters even for non-window frames.
22555
22556 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22557
22558 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22559 for Emacs.
22560 (eudc-bob-can-display-inline-images): Extend for Emacs.
22561 (eudc-bob-toggle-inline-display): Ditto.
22562 (eudc-bob-display-jpeg): Ditto.
22563
22564 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22565
22566 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22567 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22568 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22569
22570 * add-log.el (add-change-log-entry): Fix error trying an
22571 `(insert nil)'.
22572
22573 * subdirs.el: Add `net' directory.
22574
22575 * net: New directory.
22576
22577 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22578 eval-last-sexp. Don't bind debug-on-error here.
22579 (eval-last-sexp): New function. Bind debug-on-error if
22580 eval-expression-debug-on-error is non-nil.
22581 (eval-defun-2, eval-defun): Likewise.
22582
22583 * simple.el (eval-expression): Don't bind debug-on-error if
22584 eval-expression-debug-on-error is nil. Detect changed
22585 debug-on-error, and propagate new value to global binding, if
22586 eval-expression-debug-on-error is non-nil,
22587 (eval-expression-debug-on-error): Change doc string.
22588
22589 2000-01-11 Richard M. Stallman <rms@gnu.org>
22590
22591 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22592
22593 * emacs-lisp/lisp-mode.el (with-syntax-table):
22594 Set up lisp-indent-function property.
22595
22596 * subr.el (with-syntax-table): Moved from simple.el.
22597
22598 * simple.el (with-syntax-table): Moved to subr.el.
22599
22600 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22601
22602 * tmm.el (tmm-shortcut): Delete region after prompt instead
22603 of erasing buffer.
22604
22605 * textmodes/fill.el (fill-common-string-prefix): New function.
22606 (fill-context-prefix): Use the longest common prefix of first
22607 and second line fill prefix, if there is one.
22608
22609 2000-01-11 Richard M. Stallman <rms@gnu.org>
22610
22611 * array.el (array-mode): Don't use make-variable-buffer-local.
22612 Use make-local-variable for `truncate-lines'.
22613
22614 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22615
22616 * add-log.el (add-log-current-defun): Handle user-defined
22617 add-log-current-function returning nil,
22618
22619 * add-log.el (add-change-log-entry): Insert version number
22620 if having found a current function
22621
22622 * add-log.el (add-log-current-defun):
22623 Call `add-log-current-defun-function'. Try matches at level 0 and
22624 level 1. Strip whitespace from defun found.
22625
22626 2000-01-10 John Wiegley <johnw@gnu.org>
22627
22628 * allout.el (isearch-done/outline-provisions): Added `edit'
22629 argument to correspond with the current definition of `isearch-done'.
22630
22631 2000-01-10 Dave Love <fx@gnu.org>
22632
22633 * elide-head.el (elide-head): Use point-marker, not point.
22634
22635 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22636
22637 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22638 before and after the year 2000.
22639
22640 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22641 Add ispell- prefix.
22642
22643 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22644
22645 * ispell.el: Only define dictionaries in menus when they exist.
22646 (version18p): New variable.
22647 (version20p): New variable.
22648 (xemacsp): New variable.
22649 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22650 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22651 (ispell-dictionary-alist6): Russian command lines no longer accept
22652 run-together words.
22653 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22654 (ispell-dictionary-alist): Add koi8-r to customize definition.
22655 (check-ispell-version): Added documentation string. Return library
22656 path when called non-interactively.
22657 (ispell-menu-map-needed): Uses new variables.
22658 (ispell-library-path): New variable.
22659 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22660 (ispell-word): Improved documentation string. Test for valid
22661 character mappings. Correctly check typed in word changes that can
22662 result in single words split into multiple words.
22663 Return replacement word.
22664 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22665 replace in recursive query replace mode. Help message for
22666 recursive edit mode.
22667 (ispell-show-choices): Protect against bad framepop bindings.
22668 (ispell-help): Fix to work with XEmacs.
22669 (ispell-highlight-spelling-error): Use new variables.
22670 (ispell-overlay-window): Fix to work with XEmacs.
22671 (ispell-parse-output): Passed and returns location information
22672 tracking spelling corrections. Doesn't recheck same word on
22673 current line.
22674 (ispell-init-process): Protect against bogus XEmacs variable binding.
22675 Fix call to single argument in sleep-for. Use new variables.
22676 (ispell-region): Passed and returns location information tracking
22677 spelling corrections. Doesn't check same word on current line.
22678 Improved documentation string. Doesn't resend a line already
22679 checked to the ispell process - fixes bug in LaTeX parsing.
22680 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22681 (ispell-skip-region): No longer skips <TT> in SGML.
22682 (ispell-process-line): Tracks location information with spelling
22683 corrections. Added documentation string. Accounts for words
22684 already accepted on this line. Don't allow query-replace on line
22685 starting with math characters. Doesn't resend a line already sent
22686 to ispell process. Fixes alignment error bug.
22687
22688 2000-01-10 Richard M. Stallman <rms@gnu.org>
22689
22690 * dired-x.el (dired-guess-shell-alist-default):
22691 Suggest xloadimage, which is free, not xv, which isn't.
22692
22693 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22694 Don't ever include the host name or user name in the value.
22695
22696 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22697
22698 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22699 of a real newline.
22700
22701 2000-01-09 Stephen Eglen <stephen@gnu.org>
22702
22703 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22704 for .png files.
22705
22706 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22707
22708 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22709
22710 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22711
22712 * progmodes/cperl-mode.el: Replace ^F with ^L.
22713
22714 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22715 `require'ing rmail and mailalias to prevent infinite recursion.
22716
22717 2000-01-08 Dave Love <fx@gnu.org>
22718
22719 * emacs-lisp/backquote.el: Remove inappropriate customization
22720 (allowing custom.el to use backquote).
22721
22722 2000-01-07 Dave Love <fx@gnu.org>
22723
22724 * add-log.el (add-log-debugging): Deleted.
22725 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22726 file. Remove debugging code.
22727 (change-log-get-method-definition, change-log-name): Add doc.
22728 (change-log-sortable-date-at): New function.
22729 (change-log-merge): New command.
22730
22731 * time.el (display-time-string-forms): Make the Mail string active.
22732 (display-time-update): Provide help-echo for load average.
22733
22734 * bindings.el (make-mode-line-mouse2-map): New function.
22735 (mode-line-modified): Use it and simplify.
22736 (mode-line-mule-info): Provide help-echo info.
22737 (minor-mode-alist): Activate the strings.
22738 (make-mode-line-mouse-sensitive): Simplify for
22739 mode-line-buffer-identification.
22740
22741 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22742
22743 * play/pong.el: New file.
22744
22745 2000-01-06 Dave Love <fx@gnu.org>
22746
22747 * array.el: Assorted cleanups for compiler warnings, doc strings,
22748 `array-' prefix for symbols.
22749
22750 2000-01-05 Dave Love <fx@gnu.org>
22751
22752 * textmodes/outline.el (outline-mode-menu-bar-map):
22753 Add outline-headers-as-kill.
22754 (outline-mode): Define imenu-generic-expression.
22755 (outline-headers-as-kill): New command.
22756
22757 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22758 from paragraph-start.
22759 (paragraph-indent-minor-mode): New command.
22760
22761 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22762 M-C-e, M-C-h, C-j, C-xnd, TAB.
22763 (fortran-mode): Set beginning-of-defun, end-of-defun.
22764 (fortran-column-ruler): Simplify.
22765 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22766 (fortran-with-subprogram-narrowing): Likewise.
22767 (fortran-indent-subprogram): Call mark-defun.
22768 (fortran-check-for-matching-do): Change narrowing.
22769
22770 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22771 (cl-lucid-hash-tag): Delete.
22772 (cl-hash-table-p): Correct test for native table.
22773 (cl-hash-table-count): Use hash-table-count.
22774
22775 * browse-url.el (browse-url): Fix case of
22776 browse-url-browser-function being an alist.
22777
22778 2000-01-05 Carsten Dominik <cd@gnu.org>
22779
22780 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22781 (reftex-index-phrase-file-extension): New options.
22782
22783 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22784 Use new option `reftex-index-phrase-file-extension'.
22785
22786 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22787 `reftex-parse-file-extension'.
22788
22789 2000-01-05 Dave Love <fx@gnu.org>
22790
22791 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22792 (beginning-of-defun-raw): Use it.
22793 (end-of-defun): New variable.
22794 (end-of-defun): Use it.
22795 (check-parens): New command.
22796
22797 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22798
22799 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22800 (hs-show-block): Don't use `mapcar' when not accumulating.
22801
22802 Fix buglet in local variables initialization.
22803
22804 2000-01-05 Andreas Schwab <schwab@suse.de>
22805
22806 * hscroll.el (hscroll): Doc fix.
22807
22808 2000-01-05 Carsten Dominik <cd@gnu.org>
22809
22810 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22811 Require idlw-toolbar.
22812
22813 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22814 file idlw-rinfo.el.
22815 (idlwave-customize): Load must read file idlw-shell.el.
22816 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22817
22818 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22819
22820 * progmodes/idlw-shell.el: Also provide idlwave-shell
22821 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22822 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22823
22824 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22825 both reftex-dcr and reftex-vcr.
22826
22827 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22828
22829 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22830
22831 * ps-print.el: PostScript code now is in separate files, doc fix.
22832 (ps-print-version): New version number (5.0.3).
22833 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22834 local.
22835 (ps-spool-config): Initialization fix.
22836 (ps-print-prologue-1, ps-print-prologue-2)
22837 (ps-print-duplex-feature): PostScript code moved to separated file.
22838 (ps-background-image): Little code reformating.
22839 (ps-begin-file, ps-begin-job): Fix code.
22840 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22841 (ps-prologue-file): New fun.
22842
22843 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22844
22845 * ps-vars.el: Eliminated.
22846
22847 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22848 `;;;###autoload'.
22849
22850 * ps-print.el: ps-vars eliminated, doc fix.
22851 (ps-print-version): New version number (5.0.2).
22852 (ps-spool-config): Initialization fix.
22853 (ps-print-customize): New fun.
22854
22855 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22856
22857 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22858
22859 2000-01-04 Dave Love <fx@gnu.org>
22860
22861 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22862 menu items.
22863
22864 2000-01-03 Dave Love <fx@gnu.org>
22865
22866 * elide-head.el (elide-head) [defgroup]: Add :version.
22867
22868 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22869 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22870 Use `cl-hash-table-p', not `hash-table-p'.
22871 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22872
22873 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22874
22875 * faces.el (face-read-integer, read-face-attribute)
22876 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22877
22878 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22879
22880 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22881 at comment end, and re-insert them after filling.
22882
22883 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22884
22885 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22886 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22887 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22888
22889 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22890
22891 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22892 the new name of face-color-supported-p.
22893
22894 * term/w32-win.el (xw-defined-colors): Likewise.
22895
22896 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22897
22898 * simple.el (completion-setup-function): Count completion-size
22899 from minibuffer-prompt-end, not from point-min.
22900
22901 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22902
22903 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22904 Pass the frame to tty-color-* functions.
22905 (display-color-p, frame-set-background-mode): Pass the frame to
22906 tty-display-color-p.
22907
22908 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22909 tty-color-alist.
22910 (tty-color-alist, tty-modify-color-alist): New functions.
22911 (tty-color-define, tty-color-clear, tty-color-approximate)
22912 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22913 optional parameter FRAME.
22914
22915 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22916
22917 * image.el (create-image, defimage): Don't assume image data is
22918 a string.
22919
22920 * image.el (defimage): Handle specifications containing :data
22921 instead of :file.
22922 (image-type-from-data): New function.
22923 (image-type-from-file-header): Use it.
22924 (create-image): Add parameter DATA-P.
22925
22926 See ChangeLog.8 for earlier changes.
22927
22928 ;; Local Variables:
22929 ;; coding: iso-2022-7bit
22930 ;; End:
22931
22932 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22933 Copying and distribution of this file, with or without modification,
22934 are permitted provided the copyright notice and this notice are preserved.